.subbanner .search{
  display: block;
  width: 55%;
  margin: 0 auto;
}
.subbanner .search .search-box {
  padding: 10px 15px;
  position: relative;
  background-color: #fff;
  margin-right: auto;
  border-radius: 30px;
  box-sizing: border-box
}
.subbanner .search .search-box .form-input {
  padding: 10px 15px;
  font-size: 18px;
  width: 75%;
  border: none;
  color: #666;
  outline: none
}
.subbanner .search .search-box>a.search-btn {
  background-image: url(../img/searchbt.png);
  background-position: center right;
  background-repeat: no-repeat;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 15px;
  right: 22px
}
.subbanner .search .search-box>a.search-btn:hover{
    opacity: 0.8;
}
.product-box{
    padding: 30px 0 100px;
    background-color: #F6F6F6;
}
.product-list{
    display: block;
    padding-top: 45px;
    padding-bottom: 50px;
}
.product-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -15px -15px;
}
.product-list li{
    display: block;
    width: 20%;
    padding: 15px;
}
.product-list li .zs-box{
    display: block;
    width: 100%;
    height: auto;
    padding: 25px 25px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.10);
    position: relative;
    transition: 0.3s;
}
.prodet-box .product-list{
    padding: 30px 2%;
}
.prodet-box .product-list li .zs-box{
    border: 1px solid #E5E5E5;
    box-shadow: none;
}
.product-list li:hover .zs-box{
    transform: translate(0rem, -8px);
}
.product-list li .logo{
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    overflow: hidden;
}
.product-list li .logo img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: All 0.3s ease-in-out;
}
.product-list li:hover .logo img{
    transform: scale(1.08);
}
.product-list li .name{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    color: #000000;
    padding-left: 25px;
    background: url('../img/icon_list_crown.png') no-repeat center left;
    background-size: 19px 17px;
}
.product-list li .classify{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    color: #999999;
    line-height: 1.6;
    margin-top: 5px;
}
.product-list li .classify em{
    background: #CACACA;
    color: white;
    padding: 3px 5px;
    border-radius: 2px;
    line-height: 1;
    font-size: 12px;
    margin-right: 5px;
}

.prodet-box{
    display: block;
    height: auto;
    margin-bottom: 20px;
    padding: 30px 30px 30px 30px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}
.prodet-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.prodet-title .title{
    display: flex;
    align-items: center;
    font-size: 25px;
    line-height: 1;
    font-weight: bold;
}
.prodet-title .more a {
    display: flex;
    align-items: center;
    width: auto;
    height: auto;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    transition: all 0.1s;
}
.prodet-title .more a i{
    font-size: 12px;
    margin-left: 8px;
    margin-right: 0;
    color: #808080;
}
.prodet-title .more a:hover {
    color: #F5114C;
}
.prodet-info{
    display: flex;
    justify-content: space-between;
}
.prodet-info .pic {
    display: flex;
    width: 38%;
    height: auto;
    align-content: center;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    overflow: hidden;
}
.prodet-info .pic img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.prodet-info .text{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    padding-left: 35px;
    padding-right: 30px;
}
.prodet-info .text .title{
    display: flex;
    font-size: 24px;
    padding: 15px 0;
    font-weight: bold;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
}
.prodet-info .text .title span{
    font-size: 18px;
    color: #FF0000;
}
.prodet-info .text .desc{
    padding-top: 15px;
}
.prodet-info .text .desc p{
    display: flex;
    justify-content: flex-start;
    font-size: 15px;
    line-height: 1.6;
}
.prodet-info .text .desc p span{
    display: block;
    width: auto;
    min-width: 75px;
}
.coreplate{width: 100%;height: auto;padding: 25px 0 25px 38px;background: #FFF4F0 url(../img/img.png) no-repeat right 14px top;border-radius: 10px 0 10px 10px;margin-top: 30px;}
.storeprice{height: auto;line-height: 34px;position: relative;font-size: 13px;color: #060606;padding-bottom: 5px;}
.storeprice::after{content: "";display: block;width: 14px;height: 14px;background: url(../img/icon.png) no-repeat -404px -182px;position: absolute;top: 10px;left: 0;}
.storeprice span{display:inline-block;vertical-align: top;height: 30px;}
.storeprice i{display: inline-block;vertical-align: top;font-size: 14px;height: 34px;line-height: 38px;font-weight: bold;color: #E62129;}
.storeprice b,
.storeprice a{display: inline-block;vertical-align: top;margin-left: 10px;height: 34px;}
.storeprice b img,
.storeprice a img{max-height: 34px;margin: 0;}
.rstorexpain{height: auto;margin-top: 7px;font-size: 0;padding-bottom: 5px;}
.rstorexpain span{display: inline-block;vertical-align: top;font-size: 15px;color: #753017;line-height: 20px;margin-left: 38px;}
.rstorexpain span:first-child{margin-left: 0;}
.rstorexpain i{display: inline-block;vertical-align: top;color: #E62129;}
.rstorexpain b{display: inline-block;vertical-align: top;color: #FF7800;font-weight: normal;}
.rstorexpain .iline{position: relative;margin-left: 55px;}
.rstorexpain .iline::after{content: "";display: block;width: 1px;height: 10px;background: #F5D1C4;position: absolute;top: 5px;left: -28px;}
.rstorebtns{height: 45px;margin-top: 20px;}
.rstorebtns a{float: left;width: 200px;margin-left: 10px;position: relative;height: 45px;line-height: 45px;border-radius: 23px;-webkit-border-radius: 23px;font-size: 16px;font-weight: bold;color: #fff;text-align: center;transition: all 0.2s;-webkit-transition: all 0.2s;}
.rstorebtns a:first-child{margin-left: 0;}
.rstorebtns a.rbtn1{width: 274px;background: #EB0808;}
.rstorebtns a.rbtn1:hover{background: #FF1414;background: linear-gradient(-88deg, #FFA800, #FF1414);background: -webkit-linear-gradient(to -88deg, #FFA800, #FF1414);}
.rstorebtns a.rbtn2{background: #FF1414;}
.rstorebtns a.rbtn2:hover{background: #FF7800;background: linear-gradient(-88deg, #FFC600, #FF7800);background: -webkit-linear-gradient(to -88deg, #FFC600, #FF7800);}
.rstorebtns a.rbtn3{background: #FF6600;}
.rstorebtns a.rbtn3:hover{background: #FF9900;}
.rstorebtns a.rbtn4{border: 1px solid #F3D6CB;background: rgba(250,223,213,0.3);font-size: 13px;color: #753017;font-weight: normal;width: 198px;height: 43px;line-height: 43px;}
.rstorebtns a.rbtn4:hover{border: 1px solid #753017;background: #753017;color: #fff;}
.rstorebtns a.rbtn4:hover i{background: url(../img/i3.png) no-repeat;}
.rstorebtns a::after{content: "";display: inline-block;vertical-align: top;}
.rstorebtns a.rbtn1::after{width: 12px;height: 9px;background: url(../img/icon.png) no-repeat -475px -182px;margin: 18px 0 0 20px;}
.rstorebtns a.rbtn2::after,
.rstorebtns a.rbtn3::after{width: 6px;height: 8px;background: url(../img/icon.png) no-repeat -501px -182px;margin: 0;position: absolute;top: 20px;right: 21px;}
.rstorebtns a.rbtn4 i{display: inline-block;vertical-align: top;width: 12px;height: 12px;background: url(../img/icon.png) no-repeat -440px -182px;margin: 16px 11px 0 0;}
.rstorebtns .goods_codeimg{width: 150px; height: 152px; background: #ffffff; border: 1px solid #E9EDF3; box-shadow: 0 20px 40px 0 rgba(0,21,61,0.10); position: absolute; left: 50%; margin-left: -75px; bottom: 60px; z-index: 99; text-align: center; transition: all 0.2s ease; transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0);}
.rstorebtns .goods_codeimg em{content: ""; display: block; border-top: 12px solid #e2e2e2; border-left: 16px solid transparent; border-right: 16px solid transparent; position: absolute; bottom: -12px; left: 58px;}
.rstorebtns .goods_codeimg img{width: 127px; height: 127px; display: block; margin: 5px auto;}
.rstorebtns .goods_codeimg p{font-size: 12px; color: #656565; position: absolute; left: 0; right: 0; bottom: 0; height: 28px; line-height: 28px; text-align: center;}
.rstorebtns .goods_codeimg::after{content: ""; display: block; border-top: 12px solid #fff; border-left: 16px solid transparent; border-right: 16px solid transparent; position: absolute; bottom: -11px; left: 58px;}
.rstorebtns .rbtn4:hover .goods_codeimg{transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1);}
.rstorehont{height: auto;margin-top: 13px;padding-top: 8px;padding-bottom: 15px;}
.rstorehont span{float: left;padding-left: 16px;font-size: 12px;color: #938580;line-height: 20px;position: relative;margin-right: 48px;}
.rstorehont span::after{content: "";display: block;width: 11px;height: 11px;background: url(../img/icon.png) no-repeat -341px -204px;position: absolute;top: 4px;left: 0;}
.prodet-desc{
    padding: 15px 0;
}
.prodet-desc table {
    width: 96%;
    margin: auto;
    background-color: white;
    border-radius: 6px;
    border-spacing: 0;
    border-collapse: collapse;
}
.prodet-desc  table:nth-child(2) tr td {
    color: #999999;
}
.prodet-desc table tr .title span {
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    position: absolute;
    left: -25px;
    top: -25px;
}
.prodet-desc table tr th {
    padding: 14px !important;
    font-weight: bold;
    text-align: center;
    color: #000;
    background: #FDFDFD;
}
.prodet-desc tr:hover{
    background-color: #F6F6F6;
}
.prodet-desc tr td {
    color: #666;
}
.prodet-desc table tr td, .prodet-desc table tr th {
    border: 1px solid #EDEDED;
    padding: 13px 0 13px 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.prodet-process {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 96%;
  margin: 26px auto 0;
  padding: 0 0 41px 0;
  font-size: 0;
}
.prodet-process .one {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  width: 23.5%;
  margin-right: 1.5%;
  background: #FFEEED;
  border-radius: 6px;
  height: auto;
  padding: 30px 0 30px 30px;
  position: relative;
}
.prodet-process .one .p1 {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #F16D65;
  margin: 0 0;
}
.prodet-process .one .p2 {
  margin: 5px 0 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 1.8;
}
.prodet-process .one img {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.prodet-process .one:nth-child(2),
.prodet-process .one:nth-child(4) {
  background: #FFEAD7;
}
.faq-list{
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin: 15px auto 15px;
}
.faq-list ul{
    width: 100%;
}
.faq-list li{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px 20px;
    background-color: #F6F6F6;
    border-radius: 15px;
}
.faq-list li:last-child{
    margin-bottom: 0;
}
.faq-list li .title{
    display: block;
    font-size: 18px;
    line-height: 25px;
    padding-right: 30px;
    position: relative;
    color: #333;
    /*cursor: pointer;*/
}
.faq-list li:hover .title{
    color:#000;
}
.faq-list li .title:before {
    content: "";
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    background: url('../img/icon-down.png') no-repeat center center;
    background-size: 80% 80%;
    transform: translate(-50%,-50%) rotate(0);
    transition: transform .2s ease-out;
    position: absolute;
    top: 12px;
    right: -10px;
    cursor: pointer;
    border-radius: 50%;
}
.faq-list li.show .title:before {
    transform: translate(-50%,-50%) rotate(180deg);
}
.faq-list li .text{
    display: none;
    padding-top: 15px;
    color: #666;
    font-size: 15px;
    overflow: hidden;
    line-height: 1.6;
    transition: transform .2s ease-out;
    position: relative;
}
.faq-list li .text .more{
    position: absolute;
    bottom: -2px;
    right: 0;
    font-size: 14px;
}
.faq-list li .text .more a{
    color: #1E4A8F;
}
.faq-list li .text .more a:hover{
    color: #B81C25;
}
.faq-list li.show .text{
    display: block;
}

.pro-info-title{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 70px;
    padding: 0 17px;
    margin-bottom: 20px;
    background: url(../img/mbj-01.png) no-repeat center top;
    background-size: 100% 100%;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.08);
}
.pro-info-title.show{
    position: fixed;
    top: 0;
    left: 50%;
    width: calc(100% - 16%);
    transform: translate(-50%,0);
    z-index: 100;
}
.pro-info-title li{
    display: block;
    width: auto;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
    position: relative;
}
.pro-info-title li a,.pro-info-title li span{
    display: block;
    padding: 0 38px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    border-radius: 20px;
    color: #FFF;
}
.pro-info-title li.current a{
    color: #fdf060;
    font-weight: bold;
}
.pro-info-title li.current::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
    background-color: #fdf060;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.product-list li .logo {
    height: auto;
}
.product-list li .logo img {
    width: 100%;
    height: auto;
}
.rstorexpain span {
    font-size: 15px !important;
    line-height: 1.6;
    margin-left: 20px;
}
.rstorebtns a {
    width: 30%;
    margin-left: 2%;
}
.rstorebtns a.rbtn4 {
    width: 30%;
}
.rstorehont span {
    margin-right: 3.5%;
}
.pro-info-title li a, .pro-info-title li span {
    padding: 0 2.375vw;
    font-size: 18px;
}
}

/*Mobile v1*/
@media only screen and (max-width:767px){
.subbanner .search {
    width: 100%;
}
.subbanner .search .search-box {
    padding: 3px 10px;
}
.subbanner .search .search-box .form-input {
    padding: 5px 5px;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    width: 90%;
}
.subbanner .search .search-box>a.search-btn {
    background-size: 30px;
    top: 8px;
    right: 12px;
}
.product-box {
    padding: 30px 0 35px;
}
.product-list {
    padding-top: 25px;
    padding-bottom: 10px;
}
.product-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -8px -8px;
}
.product-list li {
    width: 50%;
    padding: 8px;
}
.product-list li .zs-box {
    padding: 10px 10px;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.10);
}
.product-list li .logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list li .logo img {
    width: 100%;
    height: auto;
}
.product-list li .name {
    font-size: 15px;
    margin-top: 3px;
    padding-left: 22px;
    background: url('../img/icon_list_crown.png') no-repeat center left;
    background-size: 17px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-list li .classify {
    font-size: 12px;
    margin-top: 5px;
}
.product-list li .classify em {
    padding: 3px 3px;
    border-radius: 3px;
    font-size: 10px;
}
.prodet-box {
    height: auto;
    margin-bottom: 20px;
    padding: 18px 18px 18px 18px;
}
.prodet-info {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.prodet-info .pic {
    width: 100%;
    margin-bottom: 20px;
}
.prodet-info .text {
    padding-left: 0;
    padding-right: 0;
}
.prodet-info .text .title {
    font-size: 18px;
    padding: 10px 0;
}
.prodet-info .text .title span {
    font-size: 15px;
}
.prodet-info .text .desc p {
    font-size: 14px;
    margin: 8px 0;
}
.prodet-info .text .desc p span {
    width: auto;
    min-width: 75px;
    word-break: break-all;
}
.coreplate {
    padding: 18px 18px;
    border-radius: 10px;
    margin-top: 30px;
}
.rstorexpain span {
    display: block;
    font-size: 14px;
    line-height: 1.8;
    margin-left: 0;
}
.rstorexpain .iline {
    position: relative;
    text-align: center;
    margin-left: 0;
    font-size: 18px !important;
}
.rstorebtns a {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0 !important;
    height: 38px;
    line-height: 38px;
    margin-bottom: 10px;
    font-size: 15px;
}
.rstorebtns {
    height: auto;
    margin-top: 12px;
}
.rstorebtns a.rbtn4 {
    font-size: 15px;
    width: 100%;
    height: 38px;
    line-height: 38px;
}
.rstorebtns a.rbtn4 i {
    margin: 12px 11px 0 0;
}
.rstorehont {
    padding-bottom: 0;
}
.rstorehont span {
    display: inline-block;
    float: none;
    width: 33.33%;
    padding-left: 16px;
    font-size: 12px;
    margin-right: 0;
}

.prodet-title .title {
    font-size: 20px;
}
.prodet-title .more a {
    font-size: 14px;
}
.pro-info-title {
    width: 100%;
    height: auto;
    padding: 8px 8px;
    margin-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}
.pro-info-title li a, .pro-info-title li span {
    padding: 0 5px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 20px;
}
.pro-info-title li {
    width: 33.33%;
    margin-bottom: 5px;
    height: auto;
    padding: 0 0;
}
.prodet-desc {
    padding: 8px 0;
}
.prodet-desc table {
    width: 100%;
}
.prodet-desc table tr td, .prodet-desc table tr th {
    padding: 8px 8px 8px 8px;
    font-size: 13px;
}
.prodet-process {
    width: 100%;
    margin: 0 auto 0;
    padding: 0 0 0 0;
}
.prodet-process .one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 30px 0 30px 30px;
}
.prodet-process .one img {
    right: 25px;
    bottom: 30px;
}
.faq-list {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    flex-direction: column;
}
.faq-list li {
    margin: 0 auto 15px;
    padding: 15px 15px;
    border-radius: 10px;
}
.faq-list li .text {
    padding-top: 15px;
    font-size: 14px;
}
.faq-list li .title {
    font-size: 15px;
    line-height: 20px;
    padding-right: 25px;
    font-weight: bold;
}
.faq-list li .title:before {
    width: 20px;
    height: 20px;
    top: 11px;
}
.prodet-box .product-list {
    padding: 3px 0;
}
.prodet-table{
    padding: 8px 0;
    overflow: hidden;
    overflow-x: auto;
    vertical-align: text-top;
    white-space: nowrap;
    z-index: 2;
    height: auto;
    max-width: 100vw;
}
}