.kv{ 
  background-image: url(../images/sale/sale_kv.jpg); 
} 

.search{ 
  font-size: 16px; 
  margin-bottom: 1em;
  width: 830px;    position: relative;
}
.search h3{
  font-size: 23px;
  margin-bottom: 20px;
}
.search .summary{
  display: block;
  margin-bottom: 16px;
}
.search label.label{
  margin-right: 0.5em;
  /* padding: 16px 0 0 0;  */
  width: 3em;
  display: inline-block;
}
.search select{
  padding: 6px;
  font-size: 16px;
  width: 202px;
}
.search select:nth-of-type(1){
  margin-right: 11px;
}
.search select:nth-of-type(2){ 
}

.search input.keywords{
  height: 2em;width: 30em;
  padding-left: 0.5em;padding-right: 0.5em
}
.search .search-button{
  color: #fff;
  background-color: #000;
  padding-right: 2em;padding-left: 2em;
  margin-left: 1em;
  height: 2em;
  display: inline-block;
}
.search .search-button.disabled{
  opacity: 0.5;
}
.search .sp-search-button{
  display: none;margin: auto;
}

.search .tips-button{
  position: absolute;
  left: 3.4em;
  top: 97%;
}


.search:after{
  content: '';
  display: block;
  clear: both;
}

.modal .modal-inner{max-width: 900px;width: 60%}
.modal-inner .content{margin:0;} 
.modal-inner .awardicon{float: left;width: 13%}
.modal-inner .awardicon img{display: block}
.modal-inner .intro h4{font-size: 22px;}
.modal-inner .intro{float: right;width: 80%;font-size: 16px;margin-top: -0.5em;}
.modal-inner .product-image{float: right;width: 80%;}
.modal-inner .product-image img{width: 100%}
.modal-inner .btn{display: inline-block;clear: both; border:1px solid #000;    position: relative;  left: 50%;  margin-top: 1em; transform: translateX(-50%);}
.modal #player{background-color: #fff;    padding-top: 74%;  }


.modal #player iframe,
.modal #player video,
.modal #player #model
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    width: 100% !important;
    height: 100% !important;
    display: none;
    background-color: #000;
}









.sec.sp-search-box{display: none}
.loading-store{display: none}



.product-list {
  padding-top: 2em;
}
.product-list ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
}
.product-list .not-result{
  width: 100%;
  padding: 0 5vw 5vw;
  font-weight: bold;
}
.product-list .product{
  width: 33%;margin-bottom: 3em;
} 
.product-list .product .product-image img{
  width: 96%;
}
.product-list .product .model,
.product-list .product .product-type{
  font-size: 18px;margin-bottom: 0;    font-weight: bold;
}
.product-list .product .product-type{
  margin-bottom: 0.8em;
}
.product-list .product .instruction-containers{
  display: flex;
}
.product-list .product .instruction-container{
  width: 50%;
}
.product-list .product .instruction-container .product-image img{
  width: 98%;
}
.product-list .product .instruction-container .header{
  padding:0em 1em 0em 1em;font-size: 18px; font-weight: bold;position: relative;width: 80%;margin-bottom: 0.2em;
}
.product-list .product .instruction-container .header:after{
  content: "";
  position: absolute;
  height: 76%;
  top: 15%;
  left: 1.4%;
  width: 5px;
  background-color: #000;
}
.product-list .product .instruction-container .instruction-list .instruction{
  font-size: 16px;
  display: flex ;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 90%;    border-bottom: 1px solid #ccc;    padding: 6px 6px 6px 0;
}
.product-list .product .instruction-container .instruction-list .instruction a.download {
    text-indent: -1000px;
    width: 24px;
    float: left;
    overflow: hidden;
    background: url(/global_common/common/images/instruction_search/product_download_bg.svg) no-repeat center;height: 34px;    
    background-size: 21px 14px;
    line-height: 34px;
}













@media screen and (max-width:640px) {
  
  .loading-store{display: block;position: fixed; left:0;top:0;z-index: 9999; height: 100vh;width: 100vw;background-repeat: no-repeat; background-color: rgba(0,0,0,0.8); background-image: url('/global_common/common/images/fancybox_loadingx2x.gif');background-position: center}
  .pageTitle {    }
  .pageTitle h1{font-size: 5.3vw}
  .sec.sp-search-box{
    display: flex;
    padding: 28px 35px;
    padding-top: 0;
    margin-bottom: 2px;
    background-color: #f6f6f6;
    top: 72px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .sec.sp-search-box .product-type,
  .sec.sp-search-box .instruction-type,
  .sec.sp-search-box .keywords,
  .sec.sp-search-box .label{
    margin-bottom: 4vw;
  }
  .sec.sp-search-box .label{
    width: 10vw;
  }
  .sec.sp-search-box .product-type,
  .sec.sp-search-box .instruction-type,
  .sec.sp-search-box .keywords{
    width: 68vw; padding: 4px 10px 4px 10px; 
  }
  .sec.sp-search-box a.search-button{
    text-decoration: none;
    color: #fff;
    background-color: #000;
    padding-right: 2em;padding-left: 2em;
    margin-left: 1em;
    height: 2em;
    display: inline-block;
    margin: auto;
  } 
  .sec.sp-search-box #myform{margin-left: 2.7vw;flex-grow: 1;vertical-align: middle;position: relative;   }
  .sec.sp-search-box #myform input[type='submit'] { display: none; }
  .sec.sp-search-box #myform.icon-search:before{    position: absolute;    left: 6px;top: 50%;    transform: translateY(-56%);    color: #888;z-index: 999;}
  .sec.sp-search-box .province,
  .sec.sp-search-box .city{flex-shrink: 0;vertical-align: middle;border-bottom: 1px solid #767676;}
  .sec.sp-search-box .city{    margin-left: 20px;margin-right: 12px;} 
  .sec.sp-search-box .store-type-list{display: flex;flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    align-items: center;padding-top: 1.57vw; /*padding-bottom: 1.57vw;*/}
  .sec.sp-search-box .store-type{    width: 30%;display: inline-block;color: #fff; text-align: center;/*margin-right: 12px;*/    margin-bottom: 12px;    background: #045ba8;background-color: #999;}
  .sec.sp-search-box .store-type:last-child{margin-right: 0px;}
  /*.sec.sp-search-box .store-type.flagship-store{background-color: #004998}
  .sec.sp-search-box .store-type.experience-store{background-color: #0168b3}
  .sec.sp-search-box .store-type.smart-image-store{background-color: #009ee5}*/
  .sec.sp-search-box .store-type.dealer{background-color: #999}
  .sec.sp-search-box .store-type.current{background: #045ba8}
  .sec.sp-search-box .store-type.current.flagship-store{background: #004998}
  .sec.sp-search-box .store-type.current.experience-store{background: #0168b3}
  .sec.sp-search-box .store-type.current.smart-image-store{background: #009ee5}
  /* .sec.sp-search-box .store-type input{width: 0; height: 0;margin:0;} */
  .sec.sp-search-box .baidumap-top{display: block;padding: 0;opacity: 0;  /* margin-bottom: 10px; */}
  .sec.sp-search-box .baidumap-top .view-all-store-link{display: none; font-size: 12px; text-align: center;  color: #a2a2a2;  padding: 0.6vw;  border-top: 1px solid;  border-bottom: 1px solid #e4e4e4;}
  .sec.sp-search-box .baidumap-top .map_massage li{font-size: 12px;}
  .sec.sp-search-box .baidumap-top #baidumap-top{height: 200px;border-top: 1px solid #7d7d7d;}
  .sec.sp-search-box .baidumap-top #baidumap-top img{    max-width: initial;}
  .sec.sp-search-box .tips-button{
        margin: 0 16.4%;
        margin-top: -3%;
        margin-bottom: 2%;
  }

  .search{display: none}
  .search label.label{
    display: none
  }
  .search select{
    width: 46.8%;
    margin-right: 0;
  }
  .search select:nth-of-type(1) {
      float: left;
  }
  .search select:nth-of-type(2) {
      float: right;
  }
  .search input.keywords {
      width: 100%;
      float: left;
  }
  .search .search-button{
    display: none;
  } 
  .search .sp-search-button{ 
    display: block;
    clear: both;
      margin-left: 0; margin-top: 1em;
      padding-left: 0; padding-right: 0;
      width: 100%;
      text-align: center; 
  }
  .product-list ul{
    justify-content: space-between;
  }
  .product-list .product {
    width: 46%; 
  } 
  .product-list .product .instruction-containers{flex-direction: column;}
  .product-list .product .instruction-container{
    margin-bottom: 4vw;width: 100%;
  }
  .product-list .product .model, .product-list .product .product-type,.product-list .product .instruction-container .header,
  .product-list .product .instruction-container .instruction-list .instruction{
    font-size: 14px;
  }
  .product-list .product .instruction-container .header{
    padding-bottom: 0vw;
  }
  .product-list .product .instruction-container .header:after{
    top: 13%;    left: 3.4%;
  }
  .product-list .product .instruction-container .instruction-list .instruction{
    padding: 3px 0px;width: 100%;
  }
  .product-list .product .instruction-container .instruction-list .instruction .label{
    margin-left: 0;        font-size: 12px;
  }
  .product-list .product .instruction-container .instruction-list .instruction a.download{ margin-right: 1vw;}
  .modal .modal-inner{width: 98%}
  .modal-inner .intro h4{font-size: 16px;}
  .modal-inner .intro{font-size: 14px;}
  .modal .modal-inner  #player { 
      padding-top: 82%;
  }
}

@media screen and (max-width:375px) { 
}

@media screen and (max-width:320px) { 
}
