@charset "utf-8";
/*重置属性*/
body,div,p,ul,ol,dl,dt,dd,li,form,input,table,th,td,img,h1,h2,h3,h4,h5,h6 {margin: 0; padding: 0;}

body {font-style: normal; font-family:'Microsoft Yahei','微软雅黑','Simsun','宋体','Arial', sans-serif;}
li { list-style:none;}
img { border:none;}
a { text-decoration:none;}
table { border-spacing:0; border-collapse:collapse;}
*{-webkit-appearance:none;}

/*通用*/
.hide {display: none;}
.flt {float:left;}
.frt {float:right;}
.clear { clear: both;}
.clearfix { *zoom: 1;} 
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}



/* 基本布局 */

.intermediate-wrap{
    max-width:480px;
    margin:0 auto;
    padding-bottom:60px;
}

.img-box{
    display:block;
    width:100%;
}

.intermediate-main a{
    box-sizing:border-box;
    display:block;
    height:30px;
    line-height:30px;
    border-radius:30px;
    width:40%;
    padding-left:3px;
    margin:0 auto;
    text-align:center;
    background-color:#fbc00c;
    color:#4a23b4;
    font-weight:bold;
    letter-spacing:3px;
    -webkit-tap-highlight-color:transparent;
}
.intermediate-main{
    background-size:100% auto;
}

/* 页脚开始 */
.footer-topic *{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.footer-topic .go-buy-btn{
    background: #0087FF linear-gradient(180deg, #FE622E 0%, #FF2703 100%);
}
.footer-topic .buy-box-group{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.footer-topic .buy-box{
    display: flex;
    justify-content:space-between;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding-left:8px;
    background-color: #fff;
}
.footer-topic .shop-detail{
    display: flex;
    justify-content: flex-start;
}
.footer-topic .shop-detail .detail1{
    margin-right: 14px;
    padding-top: 20px;
    line-height: 30px;
    line-height: 18px;
}
.footer-topic .detail1 .span1{
    font-size: 12px;
    line-height: 18px;
}
.footer-topic .detail1 .span2{
    font-size: 24px;
    font-weight:bold;
}
.footer-topic .detail2 .div1{
    color: #303132;
    font-size: 12px;
    line-height: 14px;
    padding-top: 14px;
}
.footer-topic .detail2 .div2{
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    color: #303132;
}
.buy-box .go-buy-btn{
    position: relative;
    left:0;
    top:0;
    width: 120px;
    height:60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.go-buy-btn .go-buy-position{
    position: absolute;
    left:0;
    top:50%;
    width:100%;
    transform:translate(0,-50%);
}
.go-buy-btn > a{
    display:block;
    height:60px;
}
.go-buy-top{
    padding-bottom:3px;
    color:#ffffff;
}
.go-buy-bottom{
    font-size:14px;
    color:rgba(255,255,255,0.8);
}
.font-red{
    color: #FF4D4F;
}


/* 页脚适配 */

@media screen and (max-width:405px){
    .footer-topic .detail1 .span2{
        font-size:20px;
    }
    .buy-box .go-buy-btn{
        width: 120px;
        font-size:15px;
    }
}
@media screen and (max-width:395px){
    .buy-box .go-buy-btn {
        width: 105px;
        font-size: 14px;
    }
    .go-buy-bottom{
        font-size:12px;
    }
}
@media screen and (max-width:380px){
    .footer-topic .detail1 .span2 {
        font-size: 16px;
    }
    .footer-topic .buy-box{
        padding-left:5px;
    }
    .buy-box .go-buy-btn {
        width:90px;
    }
}
@media screen and (max-width:350px){
    .footer-topic .shop-detail .detail1{
        margin-right:6px;
    }
    
}
@media screen and (max-width:340px){
    .footer-topic .detail1 .span2{
        font-size:14px;
    }
    .footer-topic .buy-box {
        padding-left:2px;
    }
    .buy-box .go-buy-btn{
        width:87px;
    }
}
@media screen and (max-width:328px){
    .footer-topic .shop-detail .detail1 {
        margin-right:4px;
    }
    .footer-topic .buy-box{
        padding-left: 1px;
    }
    .footer-topic .detail1 .span2{
        font-size:12px;
    }
}
