body {
    height: 100%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
}

.scroll-box {
    width: 92%;
    height: 50px;
    border: 2px solid #000;
    margin: 10px auto;
    overflow: hidden;
}

.scroll-box ul {
    list-style: none;
    width: 100%;
    height: 100%;
}

.scroll-box ul li {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
}

.scroll-box_pinglun {
    width: 92%;
    height: 200px;
    margin: 20px auto;
    overflow: hidden;
    font-size: 14px;
}

.scroll-box_pinglun ul {
    list-style: none;
    width: 100%;
    height: 100%;
}

.scroll-box_pinglun ul li {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    text-align: center;
}

.huise {
    padding-left: 10px;
    color: #999999;
    width: 70%;
    text-align: left;
    height: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 37px !important;
    }
}

@media only screen and (min-width: 450px) {
    html {
        font-size: 40px !important;
    }
}

@media only screen and (min-width: 500px) {
    html {
        font-size: 50px !important;
    }
}

.contents {
    max-width: 640px;
    background-color: #16151b;
    color: #fff;
}

.head,
.head img {
    width: 100%;
}

.notice {
    width: 100%;
    text-align: center;
}

.notice .list {
    margin: 10px 20px;
    height: 0.933333 rem;
    line-height: .933333rem;
    font-size: .426667rem;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    margin: 0.533333 rem auto;
    font-weight: 700;
    border-radius: 10px;
}

.notice .list_nt {
    margin: 10px 20px;
    padding: 0 20px;
    height: 0.933333 rem;
    line-height: .933333rem;
    font-size: 18px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    margin: 0.533333 rem auto;
    border-radius: 10px
}

.main,
.shop {
    width: 100%;
    min-height: auto;
}

.taocanbiao {
    width: 92%;
    margin: 4% auto;
    border-radius: 10px;
    background-color: #6250f0;
    padding: 20px 0;
}

.taocanlist {
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.zuo {
    line-height: 30px;
    text-align: left;
    padding: 10px 0;
    font-size: 16px;
    color: #eee;
}

.main .list {
    margin: 10px 20px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 0px;
    font-size: .326667rem;
}

.main .list2 {
    margin: 10px 10px;
    padding: 0 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    font-size: 16px;
    color: #000;
    line-height: 50px;
}

.main .list4 {
    margin: 0px 15px;
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
    font-size: 14px;
    background-color: #fff;
    color: #1e1a1a;
}

.list4 a {
    color: #1e1a1a;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}

.main .list4 li {
    list-style-type: none;
    margin-left: 2%;
    text-align: center;
    float: left;
    width: 22%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 5px;
    background: #ffca60;
}

.main .list4 li:hover {
    background-color: #ffca60;
}

.curr {
    background-color: #d82b25 !important;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
}

.shop .list5 li {
    /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
    width: 44%;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    margin-top: 10px;
    margin-left: 4%;
    padding: 5px 5px;
    font-weight: 600;
}

.shop .list5 li.cur {
    box-shadow: inset 0 0 10px 2px #5f3203;
}

.main .list3 {
    padding: 0px 20px;
    font-size: 14px;
    background-color: #fff;
    margin: 0 20px;
}

.sousuo {
    margin: 0px 0;
    padding: 0 10px;
}

.hots {
    margin: 0px 0;
    padding: 10px 10px;
    font-size: 16px;
}

.hots a {
    margin: 0.08rem;
    color: #ffca60;
    border: 0.02667rem solid #ffca60;
    border-radius: 0.13333rem;
    padding: 0.05333rem 0.13333rem;
    font-size: 0.3rem;
}

.input1 {
    line-height: 50px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: none;
    width: 80%;
    padding: 0 20px;
    float: left;
    color: #333333;
    font-size: 16px;
    border: 1px solid #ccc;
}

.button1 {
    line-height: 50px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    border: none;
    width: 20%;
    padding: 0 0px;
    float: right;
    color: white;
    background: #ffca60;
    border-color: #ffca60;
    cursor: pointer;
    color: #000;
    font-size: 16px;
    font-weight: bolder;
}

.clr {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.telhaoma {
    font-size: 18px;
    font-weight: 500;
}

.hao {
    font-size: 22px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-weight: 700;
}

.l_money {
    display: flex;
    justify-content: space-between;
    margin-top: 0.16rem;
    align-items: center;
    font-size: .32rem;
}

.bless-label {
    height: 0.58667rem;
    line-height: .58667rem;
    padding: 0 0.26667rem;
    background: #fcdece;
    color: #ff0036;
    border-radius: 0.8rem;
}

.cur-price {
    color: #ff0036;
    line-height: .64rem;
    font-size: .37333rem;
    margin: 0 0.08rem 0 0.21333rem;
    transform: scale(1);
    font-weight: 700;
}

.num_bg {
    background: url("../img/liang.png") no-repeat;
    background-size: 15px 15px;
    background-position: left center;
}

.tubiao {
    width: 16px;
}

.red {
    color: red;
}

.orange {
    color: #FF5454;
}

.price {
    color: #999999;
    text-decoration: line-through;
    font-size: 16px;
}

.xianmian {
    font-size: 14px;
    color: red;
}

.fenye {
    margin: 30px 10%;
    width: 30%;
    text-align: center;
    font-size: 20px;
    background-color: #ffca60;
    line-height: 60px;
    border-radius: 10px;
    color: #000;
}

.hid {
    opacity: 0.5;
}

.pinglun {
    width: 100%;
}

.pinglun .list {
    margin: 10px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 15px;
    font-size: .326667rem;
    background-color: #ffffff;
    color: #000;
}

.pinglun .list .title {
    font-size: 22px;
    color: #666;
    font-weight: bolder;
}

.more {
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
    font-size: 18px;
}

.more a {
    color: red;
}

.msg {
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.index_btn {
    position: fixed;
    bottom: 10px;
}

.index_btn_cart {
    position: fixed;
    right: 10px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background-color: #eee;
    font-size: 27px;
    text-align: center;
}

.index_btn_cartleft {
    position: fixed;
    left: 10px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    line-height: 15px;
    border-radius: 100%;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
    padding-top: 7px;
}

.index_btn_gzh {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 170px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
}

.index_btn_gzh img {
    width: 50px;
    height: 50px;
}

.copyright {
    display: none;
}

.gzgzh {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: #16151b;
    font-weight: bolder;
}

.banquan {
    font-size: 14px;
    margin: 40px 0;
    text-align: center;
}

.banquan a {
    color: #fff;
}

.p-title {
    float: left;
}

.p-content {
    float: left;
}

.jt {
    float: right;
}

.is_bd_ok {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    background: url(../img/icon-ok.png);
    background-size: 40px auto;
}

.hide {
    display: none;
}


/*提交表单样式*/

.order_title {
    line-height: 40px;
    height: 40px;
    border-radius: 10px 10px;
    border: 2px solid #ccc;
    width: 90%;
    margin-left: 5%;
    font-size: 14px;
}

.order_curr {
    line-height: 40px;
    height: 40px;
    border-radius: 10px 10px;
    border: 2px solid red;
    width: 90%;
    margin-left: 5%;
}

.order_title_ms {
    line-height: 20px;
    margin: 0 0px;
    font-size: 12px;
}

.input_order {
    line-height: 36px;
    height: 36px;
    border: none;
    padding: 0 10px;
    float: left;
    color: #333333;
    font-size: 16px;
}

.bitian {
    color: red;
}


/*双图切换*/

.db_choose1,
.db_choose2 {
    width: 40%;
    position: relative;
}

.db_active {
    width: 60%;
}

.db_img1,
.db_img2 {
    width: 100%;
    vertical-align: bottom;
    height: 106px;
}

.db_img_active {
    margin-top: 38px;
    height: 68px;
}