
    #products-detail-011--0 .bigFlexW {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    #products-detail-011--0 .proDetailLeft {
      width: 250px;
      margin-right: 55px;
    }
    #products-detail-011--0 .proDetailLeft .title {
      font-size: 30px;
      font-weight: bold;
      color: var(--font);
    }
    #products-detail-011--0 .shop-info-box p {
     margin-bottom: 5px;
    font-size: 18px;
    }
    #products-detail-011--0 .proDetailLeft .menu {
      margin-top: 25px;
    }
    #products-detail-011--0 .proDetailLeft .menu li {
      border-top: 1px solid #e5e5e5;
    }
    #products-detail-011--0 .proDetailLeft .menu li:hover>a,
    #products-detail-011--0 .proDetailLeft .menu li.active>a {
      color: var(--brand);
    }
    #products-detail-011--0 .proDetailLeft .menu li li {
      padding-left: 20px;
    }
    #products-detail-011--0 .proDetailLeft .menu a {
      display: block;
      padding: 15px 20px;
      position: relative;
    }
    #products-detail-011--0 .proDetailLeft .menu a:before {
      content: "";
      font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
      position: absolute;
      left: 5px;
      top: 15px;
      color: var(--brand);
    }
    #products-detail-011--0 .proDetailRight {
      width: 0;
      flex-grow: 1;
    }
    #products-detail-011--0 .proDetailLeftTop .item svg.svg-poster {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #e6e6e6;
    }
    #products-detail-011--0 .proDetailLeftTop {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: space-between;
      /* align-items: flex-start; */
    }
    #products-detail-011--0 .proDetailLeftTop .leftW {
      width: 47.95322%;
    }
    #products-detail-011--0 .proDetailLeftTop .rightW {
      width: 46.19883%;
    }
    #products-detail-011--0 .proDetailLeftTop .title {
      font-size: 30px;
      display: block;
      color: var(--font);
    }
    #products-detail-011--0 .proDetailLeftTop .btnW .btn {
      width: 100%;
      padding: 15px 0;
      border-radius: 2px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      cursor: pointer;
      text-align: center;
      justify-content: center;
      opacity: 1;
    }
    #products-detail-011--0 .proDetailLeftTop .btnW .samples_view {
      background-color: #f8f8f8;
      padding: 0 10px;
    }
    #products-detail-011--0 .proDetailLeftTop .btnW .btn.btn-sample {
      color: var(--brand);
      font-weight: bold;
    }
    #products-detail-011--0 .proDetailLeftTop .proUl {
      margin: 10px -5px 0;
    }
    #products-detail-011--0 .proDetailLeftTop .proUl .item {
      margin: 0 5px;
    }
    #products-detail-011--0 .proDetailLeftTop .proBanner .item img {
      display: inline-flex;
    }
    #products-detail-011--0 .proDetailLeftTop .proUl .item,
    #products-detail-011--0 .proDetailLeftTop .proBanner {
      /*background-color: #f1f5f8;修复的是移动端显示问题*/
      border: 1px solid #e5e5e5;
      padding: 10px;/*空隙 */
    }
    #products-detail-011--0 .proDetailLeftTop .rightW.complete .item img,
    #products-detail-011--0 .proDetailLeftTop .rightW.complete .item video {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
    }
    #products-detail-011--0 .descW {
      /* margin-top: 30px; */
    }
    #products-detail-011--0 .descW .title {
      font-size: 16px;
      font-weight: bold;
      padding: 10px 20px;
      color: var(--font);
      cursor: pointer;
      margin: 0px 10px;
      /*修改的是边框样式*/
      /*background: #eee;
      border-radius: 6px;*/
      display: flex;
      position: relative;
    }
   
    #products-detail-011--0 .descW .title.active {
      /*background: var(--brand);
      color: #fff;*/
      border-top: 1px solid #e5e5e5;
      border-left: 1px solid #e5e5e5;
      border-right: 1px solid #e5e5e5;
      /* 修改的是边框样式*/
    }
    #products-detail-011--0 .descW .title.active::after {
      content: "";
      height: 2px;
      width: 100%;
      background: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: -1px;
      z-index: 1;
      display: none;
    }
    #products-detail-011--0 .description-content-value {
      border-bottom: 1px solid #e5e5e5;
      border-top: 1px solid #e5e5e5;
      padding-top: 25px;
      font-size:18px;
      line-height:2.5;
    }
    #products-detail-011--0 .description-value svg.plus {
      display: none;
    }
    #products-detail-011--0 .proRelated {
      /* margin-top: 30px; */
    }
    #products-detail-011--0 .proRelated .title {
      font-size: 24px;
      font-weight: bold;
      border-bottom: 1px solid #e5e5e5;
      /* padding-bottom: 10px; */
      color: var(--font);
    }
    #products-detail-011--0 .proRelated .slickW {
      /* margin-top: 30px; */
      margin-left: -10px;
      margin-right: -10px;
    }
    #products-detail-011--0 .proRelated .item {
      margin: 0 15px;
    }
    #products-detail-011--0 .proRelated .slick-prev:before {
      content: "\e621";
    }
    #products-detail-011--0 .proRelated .slick-next:before {
      content: "\e624";
    }
    #products-detail-011--0 .proRelated .slick-prev,
    #products-detail-011--0 .proRelated .slick-next {
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      margin-top: -25px;
      font-size: 20px;
      color: #000;
      background: #fff;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }
    #products-detail-011--0 .proRelated .slick-prev:hover,
    #products-detail-011--0 .proRelated .slick-next:hover {
      background: var(--brand);
      color: #fff;
    }
    #products-detail-011--0 .proRelated .slick-prev {
      left: 0;
      margin-left: -10px;
    }
    #products-detail-011--0 .proRelated .slick-next {
      right: 0;
      margin-right: -10px;
    }
    #products-detail-011--0 .proRelated .tit small {
      color: var(--font);
      font-size: 18px;
      /* margin-top: 20px; */
    }
    #products-detail-011--0 .proRelated .price {
      font-weight: bold;
      color: var(--font);
    }
    #products-detail-011--0 .proRelated .imgW {
      display: block;
      position: relative;
      overflow: hidden;
    }
    #products-detail-011--0 .proRelated .learn-more-box {
      color: var(--brand);
    }
    #products-detail-011--0 .proRelated .imgW:hover .add {
      filter: alpha(opacity=100);
      opacity: 1;
      transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -webkit-transform: translate3d(-50%, 0, 0);
      -o-transform: translate3d(-50%, 0, 0);
    }
    #products-detail-011--0 .proRelated .add {
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 50%;
      bottom: 10px;
      padding: 10px 20px;
      border-radius: 50px;
      transform: translate3d(-50%, 100%, 0);
      -ms-transform: translate3d(-50%, 100%, 0);
      -moz-transform: translate3d(-50%, 100%, 0);
      -webkit-transform: translate3d(-50%, 100%, 0);
      -o-transform: translate3d(-50%, 100%, 0);
      filter: alpha(opacity=0);
      opacity: 0;
      text-transform: uppercase;
    }
    #products-detail-011--0 .selectW {
      position: relative;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    #products-detail-011--0 .selectW.selected {
      border-color: #222;
    }
    #products-detail-011--0 .selectW.selected .active:before {
      transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
    }
    #products-detail-011--0 .selectW .active {
      color: #666;
      padding: 0 100px 0 40px;
      cursor: pointer;
      position: relative;
      height: 60px;
      line-height: 60px;
      width: 100%;
      border: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    #products-detail-011--0 .selectW .active:before {
      content: "\e622";
      font-family: icomoon;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      position: absolute;
      right: 30px;
      top: 50%;
      margin-top: -15px;
      font-size: 24px;
      transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      color: #999;
    }
    #products-detail-011--0 .selectW .ulWrap {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
      margin-top: 1px;
      max-height: 300px;
      overflow-y: auto;
      width: 100%;
      z-index: 1;
      min-width: 150px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      border: 1px solid #e5e5e5;
    }
    #products-detail-011--0 .selectW .ulWrap::-webkit-scrollbar {
      width: 4px;
    }
    #products-detail-011--0 .selectW .ulWrap::-webkit-scrollbar-track {
      background-color: #c9cece;
      -webkit-border-radius: 2em;
      -moz-border-radius: 2em;
      border-radius: 2em;
    }
    #products-detail-011--0 .selectW .ulWrap::-webkit-scrollbar-thumb {
      background-color: #90989d;
      -webkit-border-radius: 2em;
      -moz-border-radius: 2em;
      border-radius: 2em;
    }
    #products-detail-011--0 .selectW ul {
      line-height: 1.1;
    }
    #products-detail-011--0 .selectW ul>li {
      transition: 0s;
      -moz-transition: 0s;
      -webkit-transition: 0s;
      -o-transition: 0s;
      -ms-transition: 0s;
    }
    #products-detail-011--0 .selectW ul>li span {
      display: block;
      padding: 15px 10px;
      cursor: pointer;
      color: #777;
    }
    #products-detail-011--0 .selectW ul>li span:hover {
      background: #f5fafd;
    }
    #products-detail-011--0 .selectW ul>li>ul {
      padding-left: 15px;
    }
    #products-detail-011--0 .selectW ul>li>ul span {
      padding: 6px 0;
    }
    #products-detail-011--0 .selectW ul>li.selected span {
      background: #f5fafd;
    }
    #products-detail-011--0 .btn-request,
    #products-detail-011--0 .btn-contact-us {
      background-color: var(--brand);
      color: white;
    }
    /* #products-detail-011--0 .single-description-value {
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
      } */
  #products-detail-011--0 .single-description-value {
    font-size:18px;
  }

    @media screen and (max-width: 1200px) {
      #products-detail-011--0 .proDetailLeft {
        display: none;
      }
    }
    @media screen and (max-width: 875px) {
      .mt-50{
        margin-top:25px!important;
      }
      #products-detail-011--0 .single-description-value {
        font-size:16px;
      }
      #products-detail-011--0 .description-value svg.plus {
        display: block;
      }
      #products-detail-011--0 .description-value svg.less {
        display: none;
      }
      #products-detail-011--0 .description-value svg.less path {
        fill: #fff;
      }
      #products-detail-011--0 .proDetailLeftTop .priceW .unit .unit-content li div img,
      .attribute-list-value .item li img {
        width: 30px;
      }
      #products-detail-011--0 .proDetailLeftTop .attribute-list-value .item.last-item li img {
        width: 36px;
      }
      #products-detail-011--0 .description-content-value {
/*        display: none;*/
        border-top: none;
      }
      #products-detail-011--0 .description-content-value{
        font-size:16px;
        line-height: 1.8;
      }
      #products-detail-011--0 .proRelated .title,
      #products-detail-011--0 .descW .title {
        font-size: 16px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-right: 10px;
        margin: 0;
        border-radius: 0;
       
        border-bottom: 1px solid #fff;
      }
      #products-detail-011--0 .descW .title {
        background: #e5e5e5;
        font-size: 15px
      }
      #products-detail-011--0 .descW .title.active {
        background: var(--brand);
        color: #fff
      }
      #products-detail-011--0 .proDetailLeft {
        width: 100%;
      }
      #products-detail-011--0 .proDetailRight {
        width: 100%;
      }
      #products-detail-011--0 .proRelated .slick-prev,
      #products-detail-011--0 .proRelated .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 24px;
      }
      #products-detail-011--0 .proRelated .slick-prev {
        margin-left: 0px;
      }
      #products-detail-011--0 .proRelated .slick-next {
        margin-right: 0px;
      }
    }
    @media                screen and (max-width: 600px) {
      #products-detail-011--0 .proDetailLeftTop .title {
        font-size: 20px;
      }
      #products-detail-011--0 .proDetailLeftTop .priceW .new {
        font-size: 24px;
      }
      #products-detail-011--0 .proDetailLeftTop .priceW .old {
        margin-bottom: 0;
      }
      #products-detail-011--0 .proDetailLeftTop .discount .price {
        font-size: 14px;
      }
      #products-detail-011--0 .proDetailLeftTop .discount {
        font-size: 12px;
      }
      #products-detail-011--0 .proDetailLeftTop .leftW {
        width: 100%;
      }
      #products-detail-011--0 .proDetailLeftTop .rightW {
        width: 100%;
      }
      #products-detail-011--0 .proRelated .flexW .item {
        width: 50%;
      }
      #products-detail-011--0 .proTopRelated .tit {
        font-size: 14px;
      }
      #products-detail-011--0 .proRelated .add {
        text-align: center;
        padding: 5px 10px;
        font-size: 12px;
      }
    }
    @media                screen and (min-width: 768px) {
      #contact_form .modal-dialog {
        max-width: 852px !important;
      }
      #products-detail-011--0 .descW .icon {
        display: none;
      }
    }
    table td,
    table th {
      white-space: nowrap;
    }
    #products-detail-011--0 .proDetailLeftTop .entm-field_editor {
      overflow-x: auto;
    }
    #products-detail-011--0 .description-content-value {
      overflow-x: auto;
    }
    #products-detail-011--0 .tit-box {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    #products-detail-011--0 .filebox {
      display: flex;
      flex-wrap: wrap;
    }
    #products-detail-011--0 .filebox .item {
      /* margin-bottom: 5px; */
      margin-right: 10px
    }
    #products-detail-011--0 .filebox .item a {
      display: flex;
      align-items: center;
    }
    #products-detail-011--0 .filebox .item a .img {
      width: 28px;
    }
    #products-detail-011--0 .filebox .item a .tit {
      margin-left: 5px;
    }
    #products-detail-011--0 #aside {
      width: 23%;
      /*float: left;修改的是移动端显示问题*/
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    #products-detail-011--0 .center {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
    }
    #products-detail-011--0 #aside .asideTitle {
      text-transform: capitalize;
      position: relative;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.1;
      padding-bottom: 15px;
      border-bottom: 1px solid #e5e7e9;
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: bold;
      color: #2a2a30;
    }
    #products-detail-011--0 #aside .asideList {
      background: var(--brand);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    #products-detail-011--0 #aside .asideList>li {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #products-detail-011--0 #aside .asideList>li.hasUl:before {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    #products-detail-011--0 #aside .asideList>li:before {
      content: "";
      font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
      position: absolute;
      right: 10px;
      top: 10px;
      filter: alpha(opacity=0);
      opacity: 0;
      transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      color: #fff;
    }
    #products-detail-011--0 #aside .asideList>li>a {
      display: block;
      color: #fff;
      text-transform: capitalize;
      padding: 10px 30px 10px 15px;
    }
    #products-detail-011--0 #aside .asideList>li:hover>a,
    #products-detail-011--0 #aside .asideList>li.active>a {
      opacity: 0.5;
    }
    #products-detail-011--0 #aside .asideList>li ul {
      width: 100%;
      min-width: 240px;
      position: absolute;
      left: 100%;
      top: 0;
      background: var(--brand);
      display: none;
      z-index: 99;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }
    #products-detail-011--0 #aside .asideList>li ul:before {
      content: "";
      width: 10px;
      height: 100%;
      position: absolute;
      left: 100%;
      top: 0;
    }
    #products-detail-011--0 #aside .asideList>li ul>li {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    #products-detail-011--0 #aside .asideList>li ul>li.hasUl:before {
      filter: alpha(opacity=100);
      opacity: 1;
    }
    #products-detail-011--0 #aside .asideList>li ul>li:before {
      content: "";
      font-family: icomoon, Arial, Helvetica, Microsoft YaHei, SimSun, Sans-serif;
      position: absolute;
      right: 10px;
      top: 10px;
      filter: alpha(opacity=0);
      opacity: 0;
      transition: 0.3s all ease;
      -moz-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -ms-transition: 0.3s all ease;
      color: #fff;
    }
    #products-detail-011--0 #aside .asideList>li ul>li>a {
      display: block;
      color: #fff;
      text-transform: capitalize;
      padding: 10px 30px 10px 15px;
    }
    #products-detail-011--0 #aside .asideList>li ul>li:hover>a,
    #products-detail-011--0 #aside .asideList>li ul>li.active>a {
      opacity: 0.5;
    }
    #products-detail-011--0 #aside .asideList li:hover>ul {
      display: block;
    }
    #products-detail-011--0 .hotNews {
      margin-top: 17.85714%;
      /* margin-bottom: 50px; */
    }
    #products-detail-011--0 .hotNews .title {
      text-transform: capitalize;
      position: relative;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.1;
      padding-bottom: 15px;
      border-bottom: 1px solid #e5e7e9;
      margin-bottom: 30px;
      font-size: 20px;
      font-weight: bold;
      color: #2a2a30;
    }
    #products-detail-011--0 .hotNews .item {
      text-align: center;
    }
    #products-detail-011--0 .hotNews .slick-dots {
      border-bottom: 0;
      margin-bottom: -30px;
    }
    #products-detail-011--0 .hotNews .slick-dots li button {
      background: none;
      border: 1px solid #bcb9b9;
    }
    #products-detail-011--0 .hotNews .slick-dots li.slick-active button {
      border-color: var(--brand);
    }
    #products-detail-011--0 .hotNews .cont {
      margin-bottom: 10.71429%;
    }
    #products-detail-011--0 .hotNews .tit {
      color: #2a2a30;
      text-transform: capitalize;
      font-size: 16px;
      font-weight: 100;
      margin-top: 10px;
      display: inline-block;
    }
    #products-detail-011--0 .hotNews .date {
      color: rgba(0, 0, 0, 0.5);
      margin-top: 5px;
    }
    @media                screen and (max-width: 875px) {
      #products-detail-011--0 .hotNews {
        display: none;
      }
      #products-detail-011--0 .content {
        position: relative;
        padding-top: 50px;
        margin-top: 1px;
        padding-bottom: 0;
      }
      #products-detail-011--0 #aside {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
      }
      #products-detail-011--0 #aside .asideTitle {
        background: var(--brand);
        color: white;
        padding: 13px 60px 13px 10px;
        line-height: 1;
        cursor: pointer;
        margin-bottom: 1px;
        font-size: 20px;
        height: auto;
        margin-top: 0;
      }
      #products-detail-011--0 #aside .asideTitle:before {
        display: none;
      }
      #products-detail-011--0 #aside .asideTitle:after {
        display: block;
        content: "Open \e636";
        font-family: icomoon, Arial, Helvetica, "Microsoft YaHei", SimSun,
          Sans-serif;
        width: 60px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        left: 100%;
        top: 50%;
        margin-top: -15px;
        margin-left: -60px;
        z-index: 99;
        font-size: 12px;
        background: none;
      }
      #products-detail-011--0 #aside .asideList {
        display: none;
        padding: 0;
        margin-top: 0;
      }
      #products-detail-011--0 #aside .asideList>li {
        margin-bottom: 1px;
      }
      #products-detail-011--0 #aside .asideList>li>a {
        color: white;
        padding-right: 10px;
        padding-left: 10px;
        height: 35px;
        line-height: 35px;
        background: var(--brand);
        border: 0;
      }
      #products-detail-011--0 #aside .asideList>li:hover>a,
      #products-detail-011--0 #aside .asideList>li.active>a {
        opacity: 0.5;
      }
      #products-detail-011--0 #aside .asideList>li.active>ul {
        display: none;
      }
      #products-detail-011--0 #aside .asideList>li>ul {
        display: none;
      }
      #products-detail-011--0 #aside .asideTitle .textMidSon {
        color: #fff;
        text-align: left;
      }
      #products-detail-011--0 #aside .listside:after {
        content: "Close \e656";
      }
      #products-detail-011--0 #aside .asideList:before {
        display: none;
      }
      #products-detail-011--0 #aside .asideList>li>a:before,
      #products-detail-011--0 #aside .asideList>li.hasUl>a:after {
        display: none;
      }
    }
    #products-detail-011--0 .mainRight {
      width: 72.5%;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
    @media                screen and (max-width: 875px) {
      #products-detail-011--0 #aside .asideTitle .textMidSon {
        font-size: 20px;
      }
      #products-detail-011--0 .mainRight {
        width: 100%;
        padding: 30px 0;
        margin-top: 50px;
      }
      #products-detail-011--0 #aside .asideTitle {
        text-align: left;
        border-radius: 0;
      }
      #products-detail-011--0 #aside .asideList>li.hasUl>span {
        display: none;
      }
      #products-detail-011--0 #aside .asideList>li>a {
        padding: 0 10px;
        text-align: left;
        font-size: 14px;
      }
      #products-detail-011--0 #aside .asideList>li:hover>a,
      #products-detail-011--0 #aside .asideList>li.active>a {
        color: #fff;
      }
      #products-detail-011--0 #aside .asideTitle .textMidSon {
        background: none;
        padding: 0;
      }
      #products-detail-011--0 #aside .asideTitle .textMidSon {
        font-size: 18px;
      }
    }
    #products-detail-011--0 .description-content-value {
      padding: 30px;
      border: 1px solid #e5e5e5;
      /*修改的是内边距问题*/
    }
    #products-detail-011--0 table td, table th {
      white-space: wrap; 
    }
    @media                screen and (max-width: 875px) {
      #products-detail-011--0 .description-content-value {
        padding:10px;
      }
    }
    #products-detail-011--0 .asideList  svg{
      display: none !important;
    }
  


    #sw-form-001--0 .rendered-form {
      box-shadow: none;
    }
    #sw-form-001--0 .rendered-form>div:first-child h2 {
        display: none;
    }
    #sw-form-001--0 .rendered-form .form-group:not(.formbuilder-header) {
        padding: 5px !important;
    }
    #sw-form-001--0 input:not([type=checkbox]):not([type=radio]), textarea {
        border-radius: 5px !important;
        background: #fff !important;
        border: 1px solid #CED4DA !important;
        color: #222 !important;
        padding: 10px 10px !important;
    }
    #sw-form-001--0 .center{
        padding:10px;
    }
    
    #sw-form-001--0 .title {
        font-weight: bold;
        color: var(--font);
    }
    #sw-form-001--0 .formW .create-form-wrap .create-form-title {
        display: none !important;
    }
    #sw-form-001--0 .formW .create-form-sort {
        margin: 0 -15px;
    }
    #sw-form-001--0 .formW .create-form-wrap {
        background: none !important;
        border: 0 !important;
        padding: 0 !important;
    }
 
    #sw-form-001--0 .formW .create-form-inner .create-form-li input,
    #sw-form-001--0 .formW .create-form-inner .create-form-li textarea {
        border-radius: 5px !important;
        background: #fff !important;
        border: 1px solid #CED4DA !important;
        color: #222 !important;
        padding: 10px 10px !important;
    }
    #sw-form-001--0 .formW .create-form-inner .create-form-li label {
        color: #6c757d !important;
        font-size: 14px !important;
    }
    #sw-form-001--0 .formW .create-form-inner .create-form-submit {
        max-width: none !important;
        background: var(--brand) !important;
        color: #fff !important;
        text-transform: uppercase;
        border-radius: 30px !important;
        padding: 10px 15px !important;
    }
    #sw-form-001--0 .formW .create-form-inner .create-form-action {
        text-align: left !important;
        margin-top: 0 !important;
    }
    #sw-form-001--0 .formW .create-form-inner .create-form-li {
        /* margin-bottom: 20px !important; */
    }
    .create-form-inner .create-form-ul {
        *zoom: 1
    }
    .create-form-inner .create-form-ul:before,
    .create-form-inner .create-form-ul:after {
        content: "";
        display: table
    }
    .create-form-inner .create-form-ul:after {
        clear: both
    }
    .create-form-wrap,
    .fb-product-wrap,
    #crmMailMask {
        font-family: Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif
    }
    .create-form-wrap * {
        padding: 0;
        margin: 0
    }
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer
    }
    button {
        overflow: visible
    }
    textarea,
    pre {
        overflow: auto
    }
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
        outline: none
    }
    button,
    select {
        text-transform: none
    }
    button[disabled],
    html input[disabled] {
        cursor: default
    }
    a[href],
    label[for],
    select {
        cursor: pointer
    }
    a,
    input,
    div,
    textarea,
    span {
        -webkit-tap-highlight-color: transparent
    }
    a:active,
    a:hover {
        outline: 0
    }
    html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0
    }
    input {
        line-height: normal
    }
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0
    }
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto
    }
    .create-form-inner {
        padding: 10px 15px 15px 15px;
        font-size: 14px;
        line-height: 1.5;
        color: #444
    }
    .create-form-inner a {
        text-decoration: none;
        color: #238cc8
    }
    .create-form-inner .create-form-ul {
        margin: 0 -15px
    }
    .create-form-inner .create-form-ul .create-form-sort {
        display: flex;
        flex-wrap: wrap;
    }
    .create-form-inner .create-form-li {
        width: 50%;
        padding: 5px 15px;
        margin-bottom: 5px;
        position: relative
    }
    .create-form-inner .create-form-li label {
        display: block !important;
        line-height: 1;
        color: #444;
        padding: 0 0 5px 0 !important;
        margin: 0;
        text-transform: capitalize;
        position: static !important;
    }
    .create-form-inner .create-form-li input,
    .create-form-inner .create-form-li textarea {
        width: 100%;
        display: block;
        margin: 0 !important;
        line-height: 21px;
        font-size: 13px;
        padding: 4px 6px;
        color: #444;
        border: 1px solid #d9d9d9
    }
    .create-form-inner .create-form-li textarea {
        height: 84px;
        max-width: 100%;
        margin-bottom: 5px
    }
    .create-form-inner .create-form-li.create-form-block {
        width: 100%
    }
    @media  screen and (max-width: 550px) {
        .create-form-inner .create-form-li {
            width: 100%
        }
    }
    .create-form-inner .create-form-mask {
        position: absolute;
        z-index: 1;
        background: black;
        filter: alpha(opacity=0);
        opacity: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }
    .create-form-inner .create-form-cen {
        text-align: center
    }
    .create-form-inner .create-form-submit {
        border: 0px none;
        background: #2c9c5e;
        padding: 7px 15px;
        color: #fff;
        font-size: 14px;
        line-height: 21px;
        min-width: 110px
    }
    .create-form-inner .create-form-input {
        height: 53px
    }
    .create-form-inner .create-form-action {
        float: left;
        width: 100%;
        padding: 10px 0;
        position: relative
    }
    .create-form-inner input,
    .create-form-inner button {
        outline: none
    }
    .create-form-wrap {
        padding: 0 5px;
        border: 1px solid #ddd;
        /* margin-bottom: 20px; */
        background: #fff
    }
    .create-form-wrap,
    .create-form-wrap * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box
    }
    .create-form-wrap .create-form-title {
        background: #2c9c5e;
        font-size: 16px;
        line-height: 1;
        padding: 15px;
        margin: 0 -6px;
        margin-top: -1px;
        color: #fff;
        /* margin-bottom: 10px */
    }
    .fb-product-wrap {
        max-width: 830px;
        padding: 5px;
        background: #fff;
        margin: 0 auto;
        font-size: 14px;
        line-height: 1.5;
        color: #444
    }
    .fb-product-wrap,
    .fb-product-wrap * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box
    }
    .fb-product-wrap a {
        text-decoration: none;
        color: #238cc8
    }
    .fb-product-wrap .ent-img4 .box,
    .fb-product-wrap .ent-img4 .line {
        width: 25%;
        padding-left: 15px;
        padding-right: 15px;
        display: inline-block;
        vertical-align: top;
        text-align: center
    }
    .fb-product-wrap .ent-img4,
    .fb-product-wrap .ent-img5 {
        margin-left: -15px;
        margin-right: -15px
    }
    .fb-product-wrap .ent-img5 .box,
    .fb-product-wrap .ent-img5 .line {
        width: 18%
    }
    .fb-product-wrap .fb-product-title {
        font-size: 18px;
        font-weight: bold;
        color: #666;
        border-bottom: 2px solid #ddd;
        line-height: 20px;
        padding-bottom: 8px;
        width: 100%;
        margin-bottom: 15px;
        padding-top: 5px
    }
    .fb-product-wrap .fb-product-title a {
        float: right;
        font-size: 14px;
        color: #777
    }
    .fb-product-wrap .fb-product-title a:hover {
        color: #3175af
    }
    .fb-product-wrap div[class*="ent-img"] {
        margin-bottom: 10px
    }
    .fb-product-wrap div[class*="ent-img"] img {
        width: 100%
    }
    .fb-product-wrap div[class*="ent-img"] .box span,
    .fb-product-wrap div[class*="ent-img"] .box a.more {
        display: block;
        font-size: 14px;
        line-height: 1.3;
        text-align: center;
        padding-top: 5px
    }
    .fb-product-wrap div[class*="ent-img"] .box {
        padding-bottom: 20px;
        word-wrap: break-word;
        word-break: break-word
    }
    .fb-product-wrap div[class*="ent-img"] .box a {
        color: #5b9bd1
    }
    .fb-product-wrap div[class*="ent-img"] .box a:hover {
        color: #3175af
    }
    .fb-product-wrap img {
        max-width: 100%;
        height: auto;
        width: auto\9
    }
    #crmMailMask {
        font-size: 14px;
        line-height: 1.5;
        color: #444;
        text-align: center;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 10999;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2VpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxMzhBMDgyNjE0NzJFNTExODlDRkYxMjg1ODdCMDI5OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDlCOTg5NDhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDlCOTg5MzhDNTkxMUU1QjUwQ0ZCQTIwREJBQkZGNyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkJGNzQ3Q0IyNDg0RTUxMUFGRTdDOEI0MUZCQTFFQjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTM4QTA4MjYxNDcyRTUxMTg5Q0ZGMTI4NTg3QjAyOTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4UOTX9AAAAD0lEQVR42mJiYGDwBQgwAABcAFBNz9C5AAAAAElFTkSuQmCC");
        background: rgba(80, 80, 80, 0.5)
    }
    #crmMailMask,
    #crmMailMask * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box
    }
    #crmMailMask:after,
    #crmMailMask>div {
        display: inline-block;
        vertical-align: middle
    }
    #crmMailMask:after {
        content: '';
        height: 100%;
        width: 0;
        overflow: hidden
    }
    #crmMailMask .crmMailMask-box {
        background: #fff;
        width: 290px;
        border-radius: 4px;
        max-width: 98%;
        padding: 15px 20px;
        margin: 15px 0 40px 0
    }
    #crmMailMask .crmMailMask-box .crmMailMask-boxBot {
        margin-top: 10px
    }
    #crmMailMask .crmMailMask-box .crmMailMask-boxBot button {
        line-height: 1;
        border: 0px none;
        padding: 10px 15px;
        background: #135287;
        color: #fff;
        font-size: 13px;
        text-transform: capitalize
    }
    .crm-submit-load {
        display: inline-block;
        width: 24px;
        height: 20px;
        background: url("data:image/gif;base64,R0lGODlhFAAUAJEDAMfHx3Z2du7u7v///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQjRBNTc3ODRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQjRBNTc3OTRBNEUxMUU2QkIzMThDODBEOUVDNjkyMCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJCNEE1Nzc2NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJCNEE1Nzc3NEE0RTExRTZCQjMxOEM4MEQ5RUM2OTIwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEBQoAAwAsAAAAABQAFAAAAjycj6nLjRHcglAaAAaNQjSMaVznLWB2kKWJIh3zNnFKwjU9J6q+LrnbM/yAuZ2v9jIeB7vh0emAWqZUQwEAIfkEBQoAAwAsBAACAAwABgAAAhacDXCLqSvEcCqEEeOsNmR5dJfGWEMBACH5BAUKAAMALAgAAgAKAAoAAAIXnDSpdrh8BgArzvnkzZqrEHAgmI1hGRYAIfkEBQoAAwAsDAAEAAYADAAAAhecNHmnm4ZeAuBROq+tI4TneUn4jeVQAAAh+QQFCgADACwIAAgACgAKAAACGJw/IniqnByMEIBp7Qlh5DtwnAeG4jRCBQAh+QQFCgADACwEAAwADAAGAAACFlwyqSJ2uJh4CIAh2xnW4qZwXUh6YQEAIfkEBQoAAwAsAgAIAAoACgAAAhdcMql2uHxeilIBUO+VGguxbN8njWAJFgAh+QQFCgADACwCAAQABgAMAAACF5wTNojH2gYAak5jKdZqCKF8nyGCJFgAADs=") no-repeat center right;
        vertical-align: middle
    }
    .crm-body-clear {
        overflow: hidden !important
    }
