  @media screen and (min-width: 785px)  {
    .sz_mobile{
      display: none;
    }
  }
  .zindex0{
    z-index: 0 !important;
  }
  #productOptionsTemplate{
    display: none !important;
  }
  .sz_section{
    padding: 80px 16px;
    font-family: 'Noto Sans KR';
    line-height: 1.3;
    color: #050505;
    word-break: keep-all;
  }
  .sz_section .body,[field="select"].is_fixed{
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .sz_field{
    background: #F3F4F6;
  }
  .sz_product{
    background: #ffffff;
  }
  .sz_product_content{
    text-align: center;
  }
  .sz_product_title{
    font-size: 54px;
    font-weight: 700;
  }
  .sz_product_subtitle{
    font-size: 15px;
    margin-top: 24px;
  }
  .sz_product_pop{
    font-size: 15px;
    margin-top: 14px;
    color: #FF4D0A !important;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
  }
  ul,li{
    padding: 0;
    list-style: none;
    margin: 0;
  }
  .sz_product_box{
    margin-top:60px; 
    padding-top: 52px;
    position: relative;
  }
  .sz_compare_list{
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
  }
  .sz_compare_list .item{
    width: calc((100% - 48px) / 3);
    flex-shrink: 0;
    position: relative;
    text-align: center;
  }
  .sz_compare_list .item select{
    text-align: center;
    background: url(./img/select_icon.svg) #ffffff no-repeat right 0px center;
    background-size: 48px 48px;
    padding: 0 48px;
    padding-left: 8px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    outline: none;
    border: none;
    border-bottom: solid 1px rgba(117, 117, 117, .7);
    appearance: none;       /* 标准属性 */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;    /* Firefox */
  }
  .sz_compare_list .item select:focus{
    background: url(./img/select_icon_active.svg) no-repeat right 0px center;
  }
  [field="productImg"]{
    margin-top: 0;
  }
  .sz_product_img_box{
    position: relative;
    padding-top: 85%;
    overflow: hidden;
  }
  .sz_product_img{
    width: 84%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .sz_product_position{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    font-size: 15px;
    z-index: 2;
  }
  .option_list_box:not(:last-child){
    margin-bottom: 10px;
  }
  .option_list_box .option_list_label{
    color: #A3A3A3;
    font-size: 14px;
    margin-bottom: 8px;
    text-align: center;
  }
  .option_list_box .option_list_value{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .option_list_box .option_list_value .option_value{
    padding: 4px 8px;
    border-radius: 4px;
    background:#F7F7F7;
    border:1px solid #F7F7F7;
    color:  #A3A3A3;
    font-size: 14px;
    cursor: pointer;
  }
  .option_list_box .option_list_value .option_value:not(:last-child){
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .option_list_box .option_list_value .option_value.active{
    background:#FFF8F5;
    border:1px solid #FFB688;
    color: #FF7A3D;
  }
  [field="formatPrice"] .item{
    font-size: 24px;
    font-weight: 500;
  }
  .sz_product_link{
    display: inline-block;
    max-width: 180px;
    width: 90%;
    height: 40px;
    line-height: 40px;
    background: #000000;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 16px;
    text-decoration: none;
    margin-top: 10px;
  }
  .sz_field_title{
    font-size: 32px;
    font-weight: 500;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #sz_field_switch{
    font-size: 18px;
    display: flex;
    align-items: center;
  }
  #sz_field_switch .btn{
    width: 57px;
    height: 24px;
    border-radius: 24px;
    background: #D1D5DB;
    position: relative;
    transition: all 0.3s;
    margin-left: 16px;
  }
  #sz_field_switch .btn::after{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 50%;
    transition: all 0.3s;
  }
  #sz_field_switch [data-switch="on"].btn{
    background: #ff7a3d;
  }
  #sz_field_switch [data-switch="on"].btn::after{
    left: 34px;
    background: #fff;
  }
  .sz_field_box_item.hide{
    display: none;
  }
  .sz_field_box_item{
    padding: 32px 0;
    border-bottom:1px solid #D8D8D8;
  }
  .sz_field_box_item_name{
    color: #8B8B8B;
    font-size: 16px;
  }
  #sz_field_box_hide.hide{
    display: none;
  } 
  #hide_list_but{
    font-size: 15px;
    margin-top: 14px;
    color: #FF4D0A;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-top: 48px;
    cursor: pointer;
  }
  #hide_list_but svg{
    margin-left: 8px;
  }
  #hide_list_but:not(.hide) svg{
    transform: rotate(180deg);
  }
  .sz_field .sz_compare_list .item{
    font-size: 17px;
    font-weight: 500;
  }
  .sz_field .sz_compare_list .item .tips{
    color: #8B8B8B;
    font-size: 15px;
    font-weight: 400;
  }
  .swiper-button-next, .swiper-button-prev{
    background-size: 12px 24px
  }
  .swiper-button-prev{
    background-image: url(./img/swiper_prev.svg);
  }
  .swiper-button-next{
    background-image: url(./img/swiper_next.svg);
  }
  [field="bannerList"] .swiper-slide img,.sz_img{
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  [field="colorList"] .item .color_value.hide{
    display: none;
  }
  [field="colorList"] .item .color_value{
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
  }
  [field="colorList"] .item .color_value:not(:last-child){
    margin-right: 4px;
  }
  [field="colorList"] .item .color_value.active:after{
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #FFB688;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
  }
  .charging_method_text{
    margin-top: 24px;
  }
  .default_text:not(:last-child){
    margin-bottom: 4px;
  }
  .waterproof-grade{
    position: relative;
  }
  .waterproof-grade .waterproof-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% - 40px);
  }
  .fixed-box{
    display: none;
  }
  .is_fixed .fixed-box{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }
  .fixed-box .fixed_box_price{
    font-size: 14px;
    margin-right: 8px;
  }
  .fixed-box .sz_product_pop{
    font-size: 14px;
    text-decoration: none;
    margin-top: 0;
    display: flex;
    align-items: center;
  }
  .fixed-box .sz_product_pop svg{
    margin-left: 8px;
  }
  [field="select"].is_fixed{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 21;
    padding: 20px 0;
  }
  .sz_compare_list_fixed{
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0;
  }
  .sz_compare_list_fixed:not(.show_option) .fixed-box{
    display: none;
  }
  .sz_compare_list_fixed::before{
    opacity: 0;
    width: calc(50%);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    z-index: -1;
    content: '';
    height: 100%;
    transition: 0.3s opacity;
  }
  .sz_compare_list_fixed.is_fixed::before{
    opacity: 1;
    width: calc(100vw + 200px);
  }

  /* 产品选择器 */
  .product-select {
    border-bottom: 1px solid #D8D8D8;
    position: relative;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
  }
  .product-select .product-select-value svg{
    color: #FF7A3D;
  }
  .is_fixed .product-select .product-select-value svg{
    color: #0A0A0A;
  }
  .product-select .product-select-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product-select .product-select-text {
    width: calc(100% - 30px);
    flex-shrink: 1;
    font-size: 24px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-select .product-select-ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 4px;
    border-radius: 4px;
    box-shadow: 0px 9px 28px 8px #0000000d;
    box-shadow: 0px 3px 6px -4px #0000001f;
    box-shadow: 0px 6px 16px 0px #00000014;
    margin: 0;
    margin-top: 4px;
    z-index: 20;
    display: none;
  }
  .product-select.show .product-select-ul {
    display: block;
  }
  .product-select.show .product-select-value svg {
    transform: rotate(180deg);
  }
  .product-select .product-select-value svg {
    transition: all 0.3s;
  }
  .product-select .product-select-ul{
    overflow-y: auto;
    min-height: 200px;
    max-height: 40vh;
  }
  .product-select .product-select-ul .group-title{
    height: 32px;
    line-height: 32px;
    color: #A3A3A3;
    font-size: 14px;
  }
  .product-select .product-select-ul li {
    list-style: none;
    padding: 12px;
    color: #000000;
    font-size: 16px;
  }
  .product-select .product-select-ul li:hover {
    background: #f1f1f1;
  }
  .product-select .product-select-ul li *{
    pointer-events: none
  }
  .product-select .product-select-ul li.active {
    background: #f1f1f1;
    color: #ff7a3d;
  }
  .is_fixed .product-select{
    padding-bottom: 10px;
  }
  #compare_pop{
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Sans KR';
    line-height: 1.4;  
  }
  [field="waterproofGrade"] .item{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #compare_pop.hide{
    display: none;
  }
  .compare_pop_wrapper{
    position: fixed;
    z-index: 201;
    width: 100%;
    height: 100%;
  }
  .compare_pop_content{
    position: relative;
    z-index: 202;
    background: #ffffff;
    border-radius: 6px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 816px;
    min-height: 514px;
    margin:16px;
    display: flex;
    flex-direction: column;
  }
  .compare_pop_close{
    position: absolute;
    right:24px;
    top:24px;
    cursor: pointer;
  }
  .compare_pop_header{
    font-size: 20px;
    font-weight: 500;
    flex-shrink: 0;
  }
  .compare_pop_body{
    flex: 1;
    padding-bottom: 16px;
  }
  .compare_pop_body .compare_answer_list{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .answer_option{
    padding: 16px 24px;
    font-size: 16px;
    color: #666666;
    border: 1px solid #E7E7E7;
    border-radius: 4px;
    cursor: pointer;
  }
  .answer_option.active{
    border-color: #FF7A3D;
    background: #FFF8F5;
  }
  .compare_pop_footer{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
  }

  .compare_btn_back{
    font-size: 16px;
    color: #737373;
    text-decoration: underline;
    cursor: pointer;
    margin-right: 24px;
  }
  .compare_btn{
    min-width: 194px;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 4px;
    background-color: #FF7A3D;
    border: 1px solid #FF7A3D;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .compare_btn_disable{
    opacity: 0.7;
    cursor: not-allowed;

  }
  .compare_btn_border{
    background: #ffffff;
    color: #FF7A3D;
  }
  .compare_recommend{
    margin-top: 50px;
  }
  .compare_recommend_title{
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 500;
  }
  .compare_recommend_list{
    display: flex;
    justify-content: center;
    max-width: 670px;
    margin: 0 auto;
    margin-bottom: 24px;
  }
  .compare_recommend_option{
    background: #fbfbfb;
    width: calc((100% - 16px) / 3);
    text-align: center;
    padding-bottom: 16px;
  }
  .compare_recommend_option:not(:last-child){
    margin-right: 8px;
  }

  .compare_recommend_option .img_box{
    padding-top: 74%;
    overflow: hidden;
    width: 74%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .compare_recommend_option .img_box img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top:0;
    left: 0;
  }
  .recommend_sub_text{
    font-size: 16px;
    color: #a3a3a3;
    margin-bottom: 8px;
  }
  .recommend_title{
    font-size: 16px;
    font-weight: 500;
  }
  .compare_btn-list{
    display: flex;
    justify-content: center;
  }
  .no-scroll{
    overflow: hidden;
  }
  [data-step="1"] .compare_btn_back{
    display: none;
  }
  /* [data-active]表示选中选项 */
  [data-active] .compare_pop_footer .compare_btn_disable{
    display: none;
  }
  #compare_pop:not([data-active]) .compare_pop_footer .compare_btn_next{
    display: none;
  }
  /* [data-result="1"]表示问题结果显示 */
  [data-result="1"] .compare_pop_footer .compare_btn_back,
  [data-result="1"] .compare_pop_footer .compare_btn_disable,
  [data-result="1"] .compare_pop_footer .compare_btn_next{
    display: none;
  }
  [data-result="0"] .compare_pop_footer .compare_btn_confirm,
  [data-result="0"] .compare_pop_footer .compare_btn_again{
    display: none;
  } 
  [data-result="1"] .compare_pop_footer{
    justify-content: center;
  }
  [data-result="1"] .compare_pop_body{
    flex:0;
  }
  .compare_btn_again{
    display: none;
    margin-left: 24px;
  }
  [again] .compare_btn_again{
    display: block;
  }

  .compare_recommend_title{
    text-align: center;
  }
  [data-result="1"] .compare_pop_header{
    display: none;
  }
  @media screen and (max-width: 784px)  {
    .sz_pc{
      display: none;
    }
    .product-select .product-select-text{
      font-size: 16px;
    }
    .szhear-product-item-header .product-select{
      height: 48px;
      padding: 0 16px;
      width: calc(100% - 15px);
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .product-select .product-select-ul li{
      padding: 12px 14px;
      font-size: 15px;
    }
    .sz_compare_list .item:nth-child(3){
      display: none;
    }
    .sz_compare_list .item{
      width: calc((100% - 9px) / 2 );
    }
    .sz_compare_list_fixed::before{
      width: 100%;
    }
    [field="select"].is_fixed{
      width: 100%;
      padding: 10px 16px;
      left: 0;
    }
    .is_fixed .fixed-box{
      display: block;
      font-size: 15px;
    }
    .is_fixed .fixed-box .sz_product_pop{
      justify-content: center;
    }
    .is_fixed .fixed-box .fixed_box_price{
      margin-right: 0;
      margin-bottom: 8px;
    }
    .sz_product{
      padding-top: 48px;
      padding-bottom: 56px;
    }
    .sz_product_title{
      font-size: 34px;
    }
    .sz_product_subtitle{
      margin-top: 16px;
    }
    .sz_product_content .sz_product_pop{
      margin-top: 8px;
    }
    .sz_product_box{
      margin-top:50px;
      padding-top: 36px;
    }
    .product-select{
      padding-bottom: 10px;
    }
    .sz_product_img_box{
      position: relative;
      padding: 0;
      margin-top: 10px;
    }
    .sz_product_img{
      width: 100%;
      position: relative;
      left: 0;
      transform: none;
      cursor: pointer;
    }
    .sz_product_position{
      position: relative;
      left: 0;
      transform: none;
    }
    [field="colorList"] .item .color_value,[field="colorList"] .item .color_value.active:after{
      width: 24px;
      height: 24px;
    }
    [field="formatPrice"] .item{
      font-size: 15px;
    }
    .sz_field{
      padding: 64px 16px;
    }
    .sz_field_title{
      font-size: 24px;
    }
    .sz_compare_list{
      margin-top: 24px;
    }
    [field="bannerList"]{
      margin-top: 0;
    }
    [field="bannerList"] .swiper-container{
      padding-bottom: 20px;
    }
    [field="bannerList"] .swiper-container-horizontal>.swiper-pagination-bullets{
      bottom: 0;
    }
    [field="bannerList"] .swiper-pagination-bullet{
      width: 6px;
      height: 6px;
      background: #bababa;
      opacity: 1;
    }
    [field="bannerList"] .swiper-pagination-bullet-active{
      width: 32px;
      border-radius: 6px;
      background: #050505;
    }
    .waterproof-grade{
      padding-top: 95%;
      width: 100%;
    }
    .waterproof-grade .sz_img.sz_mobile{
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
    }
    .sz_field_box_item_name{
        font-size: 17px;
    }
    .compare_pop_content{
      width: calc(100% - 32px);
      margin: 0;
      padding: 60px 16px 24px;
    }
    .compare_pop_body .compare_answer_list,.compare_recommend{
      margin-top: 40px;
    }
    .compare_pop_body .compare_answer_list{
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
    }
    .answer_option{
      padding: 8px 16px;
    }
    .compare_pop_footer{
      justify-content: space-between !important;
    }
    [data-result="1"]:not([again]) .compare_btn_confirm{
      width: 100%;
      margin: 0;
    }
    [data-step="1"] .compare_pop_footer{
      display: flex;
      justify-content: flex-end !important;
    }
    [data-result="1"][again] .compare_btn{
      width: calc((100% - 8px) / 2); 
      min-width: auto; 
    }
    [data-result="1"] .compare_pop_body{
      flex:1;
    }
    .compare_recommend_option{
      width: calc((100% - 10px) / 2);
    }
    .compare_recommend_option:not(:nth-child(1)){
      margin-left: 10px;
    }
    .compare_recommend_option:nth-child(3){
      display: none!important;
    }
    .compare_pop_footer>*{
      margin: 0 !important;

    }
  }
  @media screen and (max-width: 1200px) {
    [field="select"].is_fixed{
      max-width: calc(100%);
      padding: 20px 16px;
      left: 0;
      box-sizing: border-box;
    }
  }
