body{
    margin: 0;
    padding: 0;
    background: #f0f0f0;
}
img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
}
li{
    list-style-type:none;
}
.container{
    max-width: 750px;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 75px;
    position: relative;
}
.header .top{
    margin: 3%;
    border-bottom: 1px dashed #d9d9d9;
}
.header .top h1{
    margin: 0;
    font-size: 2rem;
    color: #333;
}
.header .top p{
    color: #fc8625;
    font-size: 1.5rem;
    margin: 20px 0;
}
.header .bottom{
    color: #5b5b5b;
    margin: 0 3%;
}
.header .bottom .left{
    float: left;
}
.header .bottom .left .price{
    float: left;
    color: #f61d4b;
    font-size: 1.5rem;
    font-weight: 600;
}
.header .bottom .left .price span{
    font-size: 3rem;
}
.header .bottom .left .discount{
    float: left;
    margin-left: 20px;
    font-size: 1.5rem;
}
.header .bottom .left .discount .cost-price{
    color: #b3b3b3;
}
.header .bottom .left .discount .cost-price span{
    text-decoration: line-through;
}
.header .bottom .right{
    float: right;
}
.header .bottom .right .icon{
    font-size: 1.5rem;
    padding-right: 10px;
    border: 1px solid #f61d4b;
}
.header .bottom .right .icon img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 40px;
}
.header .bottom .right .time{
    font-size: 1.2rem;
    font-weight: 600;
    color: #f61d4b;
}
.header .bottom .tip{
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    color: #666;
    margin: 3% 0;
}
.header .bottom .tip img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 700px){
    .container{
        padding-bottom: 50px;
    }
    .header .top h1{
        font-size: 1.5rem;
    }
    .header .top p{
        font-size: 1rem;
        margin: 10px 0;
    }
    .header .bottom .left .price{
        font-size: 1.2rem;
    }
    .header .bottom .left .price span{
        font-size: 2.4rem;
    }
    .header .bottom .left .discount{
        margin-left: 5px;
        font-size: 1rem;
    }
    .header .bottom .right .icon{
        font-size: 1rem;
    }
    .header .bottom .right .icon img{
        width: 30px;
    }
    .header .bottom .right .time{
        font-size: 1rem;
    }
    .header .bottom .tip{
        font-size: 1rem;
        margin: 6% 0;
    }
    .header .bottom .tip img{
        margin-right: 5px;
        width: 20px;
    }
}
@media screen and (max-width: 350px){
    .header .top h1{
        font-size: 1rem;
    }
    .header .top p{
        font-size: .9rem;
    }
    .header .bottom .left .price{
        font-size: 1rem;
    }
    .header .bottom .left .price span{
        font-size: 1.5rem;
    }
    .header .bottom .left .discount{
        font-size: .9rem;
    }
    .header .bottom .right .icon{
        font-size: .9rem;
    }
    .header .bottom .right .icon img{
        width: 25px;
    }
    .header .bottom .right .time{
        font-size: .9rem;
    }
    .header .bottom .tip{
        font-size: .9rem;
        margin: 4% 0;
    }
}
.notice{
    font-size: 1.2rem;
    color: #7D5521;
    padding: 3%;
}
.notice .title{
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #7D5521;
    letter-spacing: 2px;
}
.order{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 5%;
    color: #7D5521;
}
.order p{
    margin: 10px 0;
}
.order .logo{
    font-size: 1.3rem;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #7D5521;
    letter-spacing: 2px;
}
.order .guige li{
    text-align: center;
    padding: 10px 0;
    border: 1px solid #7D5521;
    margin-bottom: 10px;
    cursor: pointer;
}
.order .guige .gg{
    background: #7D5521;
    color: #fff;
}
.order .list{
    text-align: right;
}
.order .iut{
    width: 98%;
    height: 30px;
    padding-left: 1%;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order .address{
    margin-bottom: 10px;
}
.order .address .wfdqxl{
    height: 30px;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order textarea{
    width: 98%;
    height: 60px;
    padding-left: 1%;
    background-color: rgba(0,0,0,0);
    border: 1px solid #7D5521;
}
.order #mode{
    padding: 8px;
    border: 1px solid #7D5521;
    margin: 10px 0;
    font-size: .9rem;
    cursor: pointer;
}
.order .gou{
    display: inline-block;
    background: #A42B1A;
    color: #fff;
    padding: 0 5px;
    border-radius: 50px;
    margin-right: 10px;
}
.order #orderbtn{
    text-align: center;
}
.order .btn{
    padding: 10px 60px;
    background: #A42B1A;
    color: #fff;
    font-size: 1.3rem;
    border: none;
    cursor: pointer;
    letter-spacing: 4px;
}
#tsmsg{
    display: none;
    background-color: #000;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 200px;
    max-height: 20px;
    margin: auto;
    position: fixed;
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
}
.guild{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    background: #fc2e47;
    text-align: center;
    padding: 20px 0;
}
.guild a{
    font-size: 1.5rem;
    color: #fff;
}
.guild img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 700px){
    .notice{
        font-size: .9rem;
    }
    .notice .title{
        font-size: 1.2rem;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .order p{
        margin: 5px 0;
    }
    .order .logo{
        font-size: 1.2rem;
        margin-top: 10px;
        padding: 6px 0;
    }
    .order .guige li{
        font-size: .9rem;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .order #orderbtn{
        margin-bottom: 10px;
    }
    .order .btn{
        padding: 5px 30px;
        font-size: 1.2rem;
    }
    .guild{
        padding: 10px 0;
    }
    .guild a{
        font-size: 1.2rem;
    }
}

.swiper-container{
    --swiper-pagination-color: #ff6600;
}