@media screen and (max-width: 320px) {
    body{
        font-size: 12px !important;
    }
}
.main{
    position: relative;
    padding: 50px 40px 70px;
    min-height: 100vh;
    font-size: 1.2em;
}
.main:after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    border: 35px solid transparent;
    border-image: url('http://static.bai-nian.com/wap/images/v0.0.1/combo/28.png') 70 stretch;
    -webkit-border-image: url('http://static.bai-nian.com/wap/images/v0.0.1/combo/28.png') 70 stretch;
    z-index: -1;
}
.red{
    color: #f66262;
}
.grey{
    color: grey;
}
/*header*/
.main header{
    text-align: center;
}
.main header .bg-line{
    background: url("../../images/v0.0.1/combo/29.png") no-repeat center;
    height: 13px;
    background-size: contain;
    margin: 10px 0;
}
.main header .current{
    font-weight: 600;
    line-height: 1;
}
.main header .current>span{
    font-size: 1.8em;
}
.main header .info{
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0;
}
header .info>.item{
    white-space: nowrap;
}
header .info>.item:nth-child(2){
    margin: 0 8px;
}
header .gift{
    font-weight: 600;
}
/*section*/
.main section{
    margin: 20px 0;
}
section .list-item{
    display: flex;
    font-weight: 600;
    padding: 8px 0;
    align-items: flex-end;
    margin: 3px 0;
}
section .list-item.view_img{
    background: url("../../images/v0.0.1/combo/30.png") no-repeat left .75rem;
    background-size: .85em;
    padding-left: 1em;
}
section .list-item>.goods-name,
section .list-item>.price{
    line-height: 1;

}
section .list-item>.dot-line{
    position: relative;
    margin: 0 5px;
    flex: 1;
}
section .list-item>.dot-line:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    border-bottom: 1px #999 dotted;
}
section .list-item>.price span{
    font-size: 14px;
}
/*footer*/
.main footer{
    background: url("../../images/v0.0.1/combo/31.png") no-repeat center;
    height: 70px;
    background-size: contain;
}