.sizechar-range-title-font-size {
  font-size: var(--sizechart_font_size_title,24px)!important;
}
.sizechart-range-text-font-size {
  font-size:var(--sizechart_font_size_text,14px)!important;
}
.sizeapp-content {
  /* text-align: left; */
}
.sizeapp-content .sizeapp-icon {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px;
  cursor: pointer;
  color: var(--color_text_titles, #424242);
  text-decoration: underline;
}
.sizeapp-content .size-icon1 {
  padding-left: 25px;
  background: url(../images/1.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon2 {
  padding-left: 25px;
  background: url(../images/2.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon3 {
  padding-left: 25px;
  background: url(../images/3.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon4 {
  padding-left: 25px;
  background: url(../images/4.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon5 {
  padding-left: 25px;
  background: url(../images/5.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon6 {
  padding-left: 25px;
  background: url(../images/6.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon7 {
  padding-left: 25px;
  background: url(../images/7.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon8 {
  padding-left: 25px;
  background: url(../images/8.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon9 {
  padding-left: 25px;
  background: url(../images/9.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon10 {
  padding-left: 25px;
  background: url(../images/10.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon11 {
  padding-left: 25px;
  background: url(../images/11.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon12 {
  padding-left: 25px;
  background: url(../images/12.png) left center no-repeat;
  background-size: 20px auto;
}
.sizeapp-content .size-icon13 {
  padding-left: 25px;
  background: url(../images/13.png) left center no-repeat;
  background-size: 20px auto;
}
.pop-sizechart {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100001;
  width: 100%;
  height: 100%;
  font-family:var(--sizechart_font_family)!important;
}

.pop-sizechart * {
  padding: 0;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.pop-sizechart .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3)
}

.pop-sizechart .pop-sizechart-content {
  width: 800px;
  max-height: 570px;
  background-color: var(--sizechart_color_background,#fff);
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.pop-sizechart .pop-sizechart-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 40px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 34px;
  color: var(--sizechart_color_text, #666);
  background: var(--sizechart_color_background,#fff);
  cursor: pointer
}
.pop-sizechart .pop-sizechart-close .btn-close {
  font-size: 34px;
}

.pop-sizechart .pop-sizechart-main {
  max-width: 800px;
  max-height: 570px;
  padding: 30px;
  font-size: 14px;
  overflow-y: auto;
  position: relative;
}

.pop-sizechart .pop-sizechart-title-m {
  display: none
}

.pop-sizechart .pop-sizechart-title {
  font-size: 24px;
  line-height: 1.2;
  color: var(--sizechart_color_title, #111);
  font-weight: 500;
  text-align: left;
}

.pop-sizechart .pop-sizechart-description {
  color: var(--sizechart_color_text,#666);
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: left;
}

.pop-sizechart .pop-sizechart-flex {
  margin: 20px 0 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.pop-sizechart .pop-sizechart-table-title {
  max-width: 60%;
  line-height: 1.2;
  color: var(--sizechart_color_title,#111);
  font-weight: 500;
}

.pop-sizechart .pop-sizechart-units {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--sizechart_color_text,#666)
}

.pop-sizechart .pop-sizechart-units span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 18px;
  position: relative;
  cursor: pointer;
}
.pop-sizechart .pop-sizechart-units span.active {
  color: var(--sizechart_color_title,#111);
}
.pop-sizechart .pop-sizechart-units span::before{
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid var(--sizechart_color_text,#666);
  border-radius: 14px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.pop-sizechart .pop-sizechart-units span.active::before {
  background: var(--sizechart_color_title,#111);
  border-color: var(--sizechart_color_title, #111);
}
.pop-sizechart .pop-sizechart-units span.active::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -1px;
}

.pop-sizechart .pop-sizechart-table {
  padding: 20px 0;
  overflow-x: auto;
}
.pop-sizechart .pop-sizechart-table::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 8px;
}
.pop-sizechart .pop-sizechart-table::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0;
  box-shadow   : inset 0 0 4px rgba(0, 0, 0, 0.2);
  background   : var(--sizechart_color_title,#167A92);
}
.pop-sizechart .pop-sizechart-table::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background   : #E6E6E6;
}

.pop-sizechart .pop-sizechart-table table {
  min-width: 100%;
  border: 1px solid var(--sizechart_color_form_border,#E6E6E6);
  border-collapse: collapse;
  text-align: center;
  color: var(--sizechart_color_form_text,#666);
}
.pop-sizechart .pop-sizechart-table table.pop-sizechart-to_num{
  display: none;
}

.pop-sizechart .pop-sizechart-table tr:first-child td {
  background-color: var(--sizechart_color_form_background,#F8F8F8);
  white-space: nowrap;
}

.pop-sizechart .pop-sizechart-table td {
  padding: 10px;
  border: 1px solid var(--sizechart_color_form_border,#E6E6E6);
  background: var(--sizechart_color_form_background, none);
}

.pop-sizechart .pop-sizechart-table-descrption {
  color: var(--sizechart_color_text,#666);
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: left;
}
.pop-sizechart .pop-sizechart-picture a {
  display: block;
  width: 100%;
}
.pop-sizechart .pop-sizechart-picture img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0 0
}

@media screen and (max-width:800px) {
  .sizechart-range-title-font-size {
    font-size: calc(var(--sizechart_font_size_title,24px) * var(--range_m_font_size_ratio,1))!important;
  }
  .sizechart-range-text-font-size {
    font-size: calc(var(--sizechart_font_size_text,14px) * var(--range_m_font_size_ratio,1))!important;
  }
  .pop-sizechart .cover {
    display: none
  }

  .pop-sizechart .pop-sizechart-content
   {
    width: 100vw;
    height: 100vh;
    max-height: none;
    left: 0;
    top: 0;
    transform: none;
    display: flex;
    flex-direction: column;
  }

  .pop-sizechart .pop-sizechart-main {
    width: 100%;
    max-height: none;
    padding: 10px 20px 20px;
    text-align: left;
  }

  .pop-sizechart .pop-sizechart-close,
  .pop-sizechart .pop-sizechart-title {
    display: none
  }

  .pop-sizechart .pop-sizechart-title-m {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    width: 100%;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    min-height: 50px;
  }

  .pop-sizechart .pop-sizechart-back {
    width: 40px;
    text-align: center;
    position: relative;
    color: #111;
    font-size: 14px
  }

  .pop-sizechart .pop-sizechart-back span {
    display: inline-block;
    width: 10px;
    vertical-align: middle
  }

  .pop-sizechart .pop-sizechart-title-m .text {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin-right: 40px;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    color: var(--sizechart_color_title, #111);
    font-weight: 500
  }

  .pop-sizechart .pop-sizechart-flex {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .pop-sizechart .pop-sizechart-table-title {
    max-width: none
  }

  .pop-sizechart .pop-sizechart-units span {
    margin: 15px 20px 0 0
  }

  .pop-sizechart .pop-sizechart-table {
    padding: 15px 0
  }
}