@font-face {
    font-family: 'FontSelf';
    src: url('../font/font1.ttf');
}

.page, body {
    position: relative;
    background: rgba(247, 247, 247, 1);
    max-width: 750px;
    width: 100%;
    margin: 0px auto;
}

.header {
    text-align: center;
    height: 42px;
    line-height: 42px;
    padding: 5px 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
    max-width: 750px;
    width: 100%;
    background-color: #fff;
}

.pageBack {
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    text-align: left;
    padding-left: 17px;
    width: 30%;
}

.pageHelp {
    width: 84px;
    height: 28px;
    line-height: 28px;
    opacity: 1;
    border-radius: 62px;
    border: 1px solid rgba(235, 235, 235, 1);
    margin: 6px 15px 0px auto;
    font-size: 14px;
    font-weight: 400;
    color: rgba(54, 119, 29, 1);
    position: relative;
}

.pageHelp > img {
    position: absolute;
    top: 5px;
    left: 10px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    /*flex-shrink:1;*/
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination {
    width: 44px;
    height: 22px;
    opacity: 1;
    border-radius: 11px;
    background: rgba(255, 255, 255, 0.48);
    font-size: 12px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 7px;
    left: 84% !important;
}

.footer {
    position: fixed;
    bottom: 0px;
    max-width: 750px;
    width: 100%;
    z-index: 999;
    background: rgba(242, 242, 242, 1);
}

.main {
    width: 100%;
    height: 100%;
    margin-top: 52px;
}

.price_detail {
    /*height: 234px;*/
    margin: 15px;
    background: rgba(255, 255, 255, 1);
}

.price_detail_box {
    margin: 10px 0px 9px 8px;
}

.price_detail_p1 span {
    display: block;
    float: left;
}

.price_detail_p1 span:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    /*transform: scale(0.83);*/
    margin-top: 8px;
}

.price_detail_p1 span:nth-child(2) {
    font-size: 21px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
}

.price_detail_p1 span:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: line-through;
    color: rgba(199, 199, 199, 1);
    transform: scale(0.83);
    margin-top: 12px;
}

.price_detail_p1 span:nth-child(4) {
    /*font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transform: scale(0.83);
    margin-top:11px;
    padding:0px 4px;
    border-radius: 4px;
    background: rgba(247, 181, 0, 1);
    font-family: 'FontSelf';*/
    font-size: 12px;
    font-weight: 400;
    color: rgba(247, 181, 0, 1);
    transform: scale(0.84);
    border: 1px solid rgba(247, 181, 0, 1);
    border-radius: 3px;
    padding: 0px 3px 0px 3px;
    display: inline-block;
    font-family: 'FontSelf';
    margin-top: 10px;
    margin-left: 4px;
}

.price_detail_p1 span:nth-child(5) {
    /*font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    transform: scale(0.83);
    margin-top:11px;
    padding:0px 4px;
    border-radius: 4px;
    background: rgba(61, 154, 61, 1);
    font-family: 'FontSelf';*/
    margin-top: 11px;
    padding-left: 4px;
}

/*.price_detail_p1 span:nth-child(6){
    font-size: 12px;
    font-weight: 400;
    color: rgba(209, 209, 209, 1);
    transform: scale(0.83);
    margin-top:15px;
    float: right;
}*/


.price_detail_box div .fl {
    position: absolute;
    right: 0px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(209, 209, 209, 1);
    transform: scale(0.83);
    margin-top: -10px;
}

.price_detail_box > div h3 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    padding-top: 12px;
}

.price_detail_box > div h3 > span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(247, 181, 0, 1);
    transform: scale(0.83);
    border: 1px solid rgba(247, 181, 0, 1);
    border-radius: 3px;
    padding: 1px 3px 0px 3px;
    display: inline-block;
    font-family: 'FontSelf';
}

.price_detail_box > div p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
    margin: 5px 0px;
    word-wrap: break-word;
    position: relative;
}

.price_detail_more > a {
    font-size: 12px;
    font-weight: 400;
    transform: scale(0.83);
    text-align: left;
    color: rgba(74, 144, 226, 1);
    display: block;
    float: left;
    padding: 6px 5px 4px 5px;
    border-radius: 2px;
    background: rgba(237, 245, 255, 1);
    margin-left: -10px;
}

.price_detail_more > span {
    font-size: 12px;
    font-weight: 400;
    transform: scale(0.83);
    text-align: right;
    color: rgba(208, 2, 27, 1);
    display: block;
    float: right;
    padding: 6px 5px 4px 5px;
    margin-right: 10px;
}

.price_detail_a1 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(134, 134, 134, 1);
}

.price_detail_select {
    display: inline-block;
    width: 100%;
}

.price_detail_select > ul {
    float: left;
    list-style: none;
}

.price_detail_select > ul li {
    float: left;
    margin-right: 5px;
}

.price_detail_select .price_detail_select_box {
    float: right;
    margin-top: 10px;
    margin-right: 13px;
}

.price_detail_select .price_detail_select_box > a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 53, 1);
    padding: 0px 0px 2px 16px;
}

.mail_detail {
    height: 40px;
    margin: 15px;
    background: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    color: rgba(51, 51, 53, 1);
    padding-left: 8px;
}

.docu_detail {
    /*height: 426px;*/
    margin: 15px;
    background: rgba(255, 255, 255, 1);
    padding: 8px;
}

.docu_detail_box {
    margin: 10px 0px 9px 8px;
}

.docu_detail .docu_detail_box > h2 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    padding: 11px 0 3px 0;
}

.docu_detail .docu_detail_box > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
}

.docu_detail_content {
    /*margin:0px;*/
}

.docu_detail img {
    width: 100%;
    display: block;
}

.preferential_detail {
    /*height: 140px;*/
    margin: 15px;
    background: rgba(255, 255, 255, 1);
    padding-bottom: 10px;
    padding-top: 6px;
}

.preferential_detail_box {
    margin: 10px 0 9px 8px;
}

.preferential_detail .preferential_detail_box > h2 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    padding-top: 14px;
    margin-bottom: 15px;
}

.preferential_detail_d1 {
    float: left;
}

.preferential_detail_d1 > h3 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 53, 1);
}

.preferential_detail_d1 > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(129, 129, 130, 1);
    /*transform: scale(0.83);*/
    padding: 2px 7px 2px 7px;
    border-radius: 2px;
    border: 1px solid rgba(242, 242, 242, 1);
    margin-top: 4px;

}

.preferential_detail_d1 > h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    margin-top: 2px;
    line-height: 20px;
}

.preferential_detail_d1 > h5 {
    font-size: 12px;
    font-weight: 400;
    text-decoration-line: line-through;
    color: rgba(161, 161, 161, 1);
    padding-top: 0px;
    padding-left: 10px;
    /*margin-top: 10px;*/
}

.preferential_detail_d1 > h6 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(138, 138, 138, 1);
    display: inline-block;
    border-radius: 2px;
    background: rgba(237, 237, 237, 1);
    padding: 0px 7px;
    cursor: pointer;
    /*transform: scale(0.83);*/
}

.select_more2 {
    display: none !important;
}

.preferential_detail_d1 > div > p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(129, 129, 130, 1);
    /* transform: scale(0.83); */
    padding: 2px 7px 2px 7px;
    border-radius: 2px;
    border: 1px solid rgba(224, 224, 224, 1);
    display: inline-block;
    margin-bottom: 2px;
}

.preferential_detail_d1 > div > span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(214, 214, 214, 1);
    padding: 2px 12px 2px 8px;
    /* border-radius: 2px; */
    /* border: 1px solid rgba(242, 242, 242, 1); */
    display: inline-block;
}


.member_preferential_detail {
    /*height: 180px;*/
    margin: 15px 15px 15px 15px;
    background: rgba(255, 255, 255, 1);
    padding-bottom: 20px;
}

.member_preferential_detail_box {
    margin: 10px 0px 9px 8px;
}

.member_preferential_detail .member_preferential_detail_box > h2 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    padding-top: 14px;
    margin-bottom: 15px;
}

.member_preferential_detail_btn > p {
    font-size: 12px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    padding: 6px 8px 5px 7px;
    border-radius: 2px;
    background: rgba(247, 181, 0, 1);
    float: right;
    display: inline-block;
    margin: 10px 6px 0px 0px;
}

.equity {
    display: none;
    /*margin-bottom: 164px;*/
}

.equity_on {
    display: block;
}

.gplus {
    display: none;
    /*margin-bottom: 164px;*/
}

.gplus_on {
    display: block;
}

.gmember {
    display: none;
    /*margin-bottom: 164px;*/
}

.gmember_on {
    display: block;
}

#t1_title {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 53, 1);
}

#t2_title {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 53, 1);
}

#t3_title {
    /*line-height:42px;
    width:110px;
    height: 40px;
    border-radius: 2px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    margin:0px 8px 0px 20px;*/
}

.t3_title2 {
    line-height: 42px;
    width: 110px;
    height: 40px;
    border-radius: 2px;
    background: rgba(247, 247, 247, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
    margin: 0px 8px 0px 20px;
}

#t4_title {
    line-height: 42px;
    width: 150px;
    height: 42px;
    border-radius: 2px;
    background: rgba(61, 154, 61, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 15px;
}

.t4_title {
    /*line-height:42px;*/
    width: 80px;
    height: 42px;
    border: 2px solid rgba(54, 105, 66, 1);
    border-radius: 4px;
    /*background: rgba(61, 154, 61, 1);*/
    color: rgba(26, 67, 35, 1);
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
}

.t4_title2 {
    line-height: 42px;
    width: 150px;
    height: 42px;
    border: none;
    border-radius: 2px;
    background: rgba(61, 154, 61, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 10px;
}


.t5_title {
    line-height: 42px;
    width: 190px;
    height: 42px;
    border: 2px solid rgba(54, 105, 66, 1);
    border-radius: 4px;
    background: linear-gradient(180deg, rgba(17, 54, 25, 1) 0%, rgba(54, 105, 66, 1) 100%);
    color: rgba(26, 67, 35, 1);
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
    display: flex;
    justify-content: center;
}

.t5_title_son {
    color: rgba(255, 219, 169, 1);
    font-weight: 600;
    font-size: 12px;
}

.weui-half-screen-dialog {
    max-height: 90% !important;
    padding: 0px 15px;
    border-radius: 4px;
    background: rgba(250, 250, 252, 1);
    max-width: 750px;
    margin: 0px auto;
}

.weui-half-screen-dialog__hd {
    position: relative;
}

.weui-half-screen-dialog__hd__side {
    position: static !important;
}

.weui-half-screen-dialog__hd .weui-btn_icon {
    right: 0px;
    top: 20%;
}

.weui-half-screen-dialog__title {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
}

.weui-half-screen-dialog__bd > .h2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(30, 30, 30, 1);
}

.weui-half-screen-dialog__bd > .p2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
    padding: 12px 0px 24px 0px;
}

.weui-mask {
    width: 100%;
    max-width: 750px;
    margin: 0px auto;
}

.price_detail_select_d1 {
    float: left;
    text-align: left;
}

.price_detail_select_d1 > span:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    display: block;
    line-height: 20px;
}

.price_detail_select_d1 > span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    color: rgba(82, 82, 82, 1);
    display: block;
    line-height: 20px;
}

.price_detail_select_d1 > span:nth-child(3) {
    font-size: 12px;
    font-weight: 400;
    color: rgba(208, 2, 27, 1);
    display: inline-block;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(212, 48, 48, 1);
    transform: scale(0.83);
    padding: 4px 3px 0px 3px;
    line-height: 14px;
}

.span_kc {
    font-size: 12px;
    font-weight: 400;
    color: rgba(208, 2, 27, 1);
    display: inline-block;
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 0.5px solid rgba(212, 48, 48, 1);
    transform: scale(0.83);
    padding: 4px 3px 0px 3px;
    line-height: 14px;
}


.btn-numbox {
    margin-top: 4px;
}

.btn-numbox li {
    float: left;
    list-style-type: none;

}

.btn-numbox .num-jian,
.input-num,
.num-jia {
    display: block;
    width: 23px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid rgba(242, 242, 242, 1);
}

.btn-numbox .input-num {
    font-size: 10px;
    width: 27px;
    height: 22px;
    color: rgba(130, 130, 130, 1);
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
}

.btn-numbox2 {
    margin-top: 4px;
}

.btn-numbox2 li {
    float: left;
    list-style-type: none;

}

.btn-numbox2 .num-jian,
.input-num,
.num-jia {
    display: block;
    width: 23px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid rgba(242, 242, 242, 1);
}

.btn-numbox2 .input-num {
    font-size: 10px;
    width: 27px;
    height: 22px;
    color: rgba(130, 130, 130, 1);
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
}

.btn-numbox3 {
    margin-top: 4px;
}

.btn-numbox3 li {
    float: left;
    list-style-type: none;

}

.btn-numbox3 .num-jian,
.input-num,
.num-jia {
    display: block;
    width: 23px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    font-size: 18px;
    color: #999;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid rgba(242, 242, 242, 1);
}

.btn-numbox3 .input-num {
    font-size: 10px;
    width: 27px;
    height: 22px;
    color: rgba(130, 130, 130, 1);
    border-left: 0;
    border-right: 0;
    border-radius: 0px;
}

.price_detail_select_m {

}

.price_detail_select_m > p {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
    /*margin:6px 0px 9px 0px;*/
}

.price_detail_select_m > p span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(176, 177, 177, 1);
    padding-left: 10px;
}

.price_detail_select_m .commSwiper .swiper-slide {
    background-color: rgba(250, 250, 252, 1);
    flex-shrink: 1;
}

.swiper-slide-onactive2 {
    border-radius: 2px;
    border: 1px solid rgba(54, 119, 29, 1);
    color: white !important;
    background-color: rgba(255, 255, 255, 1) !important;
    position: relative;
}

.swiper-slide-onactive {
    border-radius: 2px;
    border: 1px solid rgba(54, 119, 29, 1);
    color: white !important;
    background-color: rgba(54, 119, 29, 1) !important;
    position: relative;
}

.price_detail_select_m .commSwiper p span.offactive {
    font-size: 12px;
    font-weight: 400;
    color: rgba(130, 130, 130, 1);
    display: block;
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: #fff;
}

.price_detail_select_m .commSwiper p span.onactive {
    font-size: 12px;
    font-weight: 400;
    /*color: rgba(0, 0, 0, 1);*/
    color: green;
    display: block;
    padding-top: 10px;
    padding-bottom: 4px;
    background-color: #fff;
}

.price_detail_select_m .msSwiper p {
    font-size: 12px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    /*padding:6px 25px 5px 25px;
    padding:6px 20px 5px 20px;*/
    background-color: rgba(237, 237, 237, 1);
    border-radius: 2px;
    margin-bottom: 5px;
    width: 60px;
    height: 30px;
    line-height: 30px;
}

.price_detail_select_mRQ {
    border-radius: 4px;
    background: rgba(245, 245, 245, 1);
    margin-top: 26px;
    margin-bottom: 23px;
}

.price_detail_select_mRQ > p {
    font-weight: 600;
    padding: 11px 0px 8px 13px;
    margin: 0px;
}

.price_detail_select_mRQ > form {
    border-radius: 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(61, 154, 61, 1);
    margin-right: 35px;
    margin-left: 13px;

}

.price_detail_select_mRQ > .mask_span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(212, 48, 48, 1);
    display: block;
    transform: scale(0.83);
    margin-left: -16px;
    min-width: 360px;
    display: none;
}

.price_detail_select_mRQ > form > input[type=text] {
    /*width: 232px;*/
    height: 28px;
    background-color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: rgba(184, 184, 184, 1);
    padding-left: 7px;

}

/*.price_detail_select_mRQ > form > input[type=text]::placeholder {
    color: red;
    opacity: 1; 
}*/
.price_detail_select_mRQ > form > .rq_btn {
    /*width: 68px;*/
    height: 28px;
    /*border: 1px solid transparent;*/
    background: rgba(61, 154, 61, 1);
    padding: 7px 18px 7px 20px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
}

.price_detail_select_mRQ > form > .rq_btn3 {
    /*width: 68px;*/
    height: 28px;
    /*border: 1px solid transparent;*/
    background: rgba(61, 154, 61, 1);
    padding: 7px 18px 7px 20px;
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
}

.price_detail_select_m .weui-btn_cell-default {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 9px;
    border-radius: 2px;
    background: rgba(61, 154, 61, 1);
}

.price_detail_select_m .weui-btn_cell-default_null {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    padding: 9px;
    border-radius: 2px;
    background: rgba(230, 231, 232, 1);
}

.good_box {
    display: none;
}

.good_box_on {
    display: block;
}

.good_box3 {
    display: none;
}

.good_box_on3 {
    display: block;
}

.model_selected {
    padding: 0px !important;
    display: none;
    margin-bottom: 14px;
}

.model_selected2 {
    padding: 0px !important;
    display: none;
    margin-bottom: 14px;
}

.model_selected_on {
    display: block;
}

.model_selected_on2 {
    display: block;
}

.model_selected_on3 {
    display: block;
}

.ksSwiper {
    display: none;
}

.ksSwiper_on {
    display: block;
}

.xhSwiper {
    display: none;
}

.xhSwiper_on {
    display: block;
}

.size_null {
    background: rgba(245, 245, 245, 1) !important;
    border: none !important;
    color: rgba(199, 199, 199, 1) !important;
}

.buy_select {
    display: block;
}

.t3_title {
    display: none;
    margin-top: 23px;
}

.swiper-slide-null {
    border: none !important;
}

.active-null {
    color: #ccc !important;
}

.giverqcoin {
    margin: 15px 15px 12px 15px;
    background: #fff;
    padding: 8px 0px 14px 6px;
}

.giverqcoin h2 {
    font-size: 14px;
    font-weight: 600;
    color: rgba(51, 51, 53, 1);
}

.giverqcoin h4 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 53, 1);
    margin-top: 15px;
}

.giverqcoin h4 span {
    background: rgba(54, 119, 29, 1);
    padding: 5px 6px 4px 7px;
    border-radius: 4px;
    margin-right: 11px;
}

.giverqcoin p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(129, 129, 130, 1);
    padding-left: 50px;
}

.product_name_extra {
    margin: 30px 0px 6px 0px !important;
}

.bnone {
    font-size: 12px;
    font-weight: 600;
    color: rgba(61, 154, 61, 1) !important;
    border-radius: 2px;
    background: rgba(233, 242, 233, 1);
    padding: 3px 5px 3px 9px;
    float: right;
    display: none;
}

.sure_btn {
    display: none;
    margin-top: 20px;
}

.sure_btn3 {
    display: none;
    margin-top: 20px;
}

.sure_btn_off {
    background: rgba(230, 231, 232, 1);
}

.normal_select, .member_select {
    cursor: pointer;
}

.member_preferential_detail_btn {
    float: right;
    margin-top: 20px;
}

.size_name3 {
    /*padding:6px 10px 5px 10px!important;*/
}

.showsizeimage1 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    z-index: 5001;
    /*left: 0px;*/
    top: 0px;
    max-width: 750px;
}

.sizeimage1 {
    position: fixed;
    z-index: 5002;
    width: 100%;
    left: 50%;
    top: 50%;
    display: none;
    max-width: 750px;
    transform: translate(-50%, -50%);
}

.showsizeimage2 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    z-index: 5001;
    /*left: 0px;*/
    top: 0px;
    max-width: 750px;
}

.sizeimage2 {
    position: fixed;
    z-index: 5002;
    width: 100%;
    left: 50%;
    top: 50%;
    display: none;
    max-width: 750px;
    transform: translate(-50%, -50%);
}

.showsizeimage3 {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    z-index: 5001;
    /*left: 0px;*/
    top: 0px;
    max-width: 750px;
}

.sizeimage3 {
    position: fixed;
    z-index: 5002;
    width: 100%;
    left: 50%;
    top: 50%;
    display: none;
    max-width: 750px;
    transform: translate(-50%, -50%);
}

.good_box_none {
    display: none !important;
}

.must_know {
    margin: 26px 16px;
}

.must_know .must_know_box {
    float: left;
}

.must_know p {
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: rgba(166, 166, 166, 1);
    margin: 2px 0px 4px 4px !important;
}

.must_know p a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(61, 154, 61, 1);
    text-decoration: underline;
}

.must_know .weui-icon-checked {
    width: 2em !important;
    height: 2em !important;
}

.act_box {
    margin-top: 20px;
}

.act_box h2 {
    font-size: 14px;
    font-weight: 400;
    color: rgba(40, 140, 0, 1);
    margin: 20px 0px 12px 4px;
}

.act_box .act_msg {
    background: #fff;
    padding-bottom: 10px;
}

.act_msg h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgba(40, 140, 0, 1);
    padding: 15px 0px 0px 12px;
}

.act_msg > p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(82, 82, 82, 1) !important;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid rgba(246, 246, 246, 1);
    margin: 0px 8px 0px 12px !important;
}

.act_msg p a {
    float: right;
}

.act_msg p input {
    float: right;
    border: none;
    text-align: right;
    font-size: 14px !important;
}

.act_box_none {
    display: none;
}

.show_image_url {
    position: fixed;
    z-index: 5002;
    width: 100%;
    max-width: 750px;
    /*left: 0px;*/
    top: 0px;
    display: none;
}

.show_style_image_url {
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    z-index: 5001;
    /*left: 0px;*/
    top: 0px;
}

#loading {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 750px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0px;
    z-index: 5001;
}

.mname {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: fixed;
    z-index: 5002;
    width: 100%;
    max-width: 750px;
    /*left: 0px;*/
    top: 0px;
    display: none;
}

.price_detail_select > ul li img {
    /*padding:2px;*/
    width: 40px;
    height: 40px;
}

.list-border {
    border: 2px solid rgba(209, 2, 2, 1);
    border-radius: 2px;
    transform: scale(1.1);
    /*background-color: red;*/
    width: 36px !important;
    height: 36px !important;
}

.memberprice > span {
    font-size: 12px;
    font-weight: 500;
    color: rgba(61, 154, 61, 1);
    padding: 1px 6px;
    border-radius: 2px;
    background: rgba(245, 250, 245, 1);
}

.memberprice > span > i {
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
}

.memberprice > a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(61, 154, 61, 1);
    transform: scale(0.83);
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    height: 7px;
    left: 0;
    background: white;
}

.swiper-scrollbar-drag {
    background: rgba(227, 227, 227, 1);
}

.size_name, .size_name2, .size_name3 {
    margin: 0 !important;
}

.swiper-backface-hidden .swiper-slide {
    transform: none !important;
}

.placeholder::placeholder {
    color: red;
}

/*.text-box{
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling:touch!important;
}

.text-box::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.text-box::-webkit-scrollbar {
    width: 5px;
    height: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.text-box::-webkit-scrollbar-thumb {
    background-color: rgba(227, 227, 227, 1);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}
.text-box::-webkit-scrollbar-thumb:hover {
    background-color: rgba(227, 227, 227, 1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

body,html{-webkit-overflow-scrolling: touch!important;}*/

.price_detail_top_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 12px;
    color: #999999;
    padding: 15px 15px 0 0;
}

.price_mark1 {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}

.price_main {
    font-size: 21px;
    font-weight: bold;
    color: #000000;
}

.price_mark2 {
    text-decoration: line-through;
}

.price_detail_view_count {
    text-align: right;
}

.click_model_selected {
    position: relative;
}

.click_model_selected .size-null-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 94px;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.click_model_selected .size-null-bg text {
    background: rgba(0, 0, 0, .5);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;

}

.vip-buy-vip-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}
.vip-buy-vip-box .t4_title{
    width: auto;
    padding: 0 5px;
}
.vip-buy-vip-box  .buy-box-left,
.vip-buy-vip-box .buy-box-right{
    display: flex;
    justify-content: center;
    align-items: center;
}

.vip-buy-vip-box .buy-box-right {
    width: auto;
    margin-right: 0;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}
.vip-buy-vip-box  .buy-box-left span{
    font-size: 14px;
    position: relative;
    top: -1px;
}

.vip-buy-vip-box .buy-box-right span {
    color: rgba(37, 82, 48, 1);
    padding:0 5px;
    background: rgba(250, 220, 172, 1);
    border-radius: 2px;
    margin-left: 5px;
}