html{
    width:100%;
    height:100%;
}
body{
    min-width:1600px;
    font-family:"PingFangSC-Regular", sans-serif;
    margin:0 0;
    color:#fff;
    /* overflow: scroll; */
    width:100%;
    zoom: 85% !important;
    height:100%;
}

.body-main{
    cursor: default;
    min-width:1600px;
    width:100%;
    /* overflow: hidden; */
    text-align:center;
    position: absolute;
    /* top: 80px; */
    height:100%;
    display:flex;
    flex-direction: column;    

}

.seq-main{
    
    width:100%;
    min-width:1600px;
    height:800px;
    min-height:800px;
    background:url('http://image.banbansx.com/index-sky.png') no-repeat 100%;
    background-size:100% 100%;
    overflow: hidden;
    text-align:center;

    font-size:19px;
    margin-top:80px;
    flex-grow:1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.seq-main-container{
    background-color: RGBA(26, 23, 49, 0.7);
    width:1200px;
    height:740px;
    display:inline-block;
    /* margin-top:40px; */
}


.seq-footer{
    width:100%;
    /* height:1100px; */
    height:200px;
    min-width:1600px;
    background-color:#2D2D2D;
}
.seq-footer-container{
    display:inline-flex;
    flex-direction:row;
    height:100%;
    width:1200px;
    justify-content:center;
    text-align: center;
    align-items: center;
}

.footer-left{
    flex-grow:1;
    
}

.footer-left span{
    display:block;    
    text-align: left;
}

.footer-right{
    margin-right: 20px;
}

.qr-code{
    width:100px;
    height:100px;
    background:url(http://image.banbansx.com/qr-code.jpg) no-repeat 100%;
    background-size:100% 100%;
    display: inline-block;
}

.qr-code-app{
    background:url(http://image.banbansx.com/qr-code-app.jpg) no-repeat 100%;
    width:100px;
    height:100px;
    background-size:100% 100%;
    display: inline-block;
}

.shop-title{

}

.title-shot{
    font-size:40px;
    display:block;
}

.title-detail{
    margin-top:15px;
    font-size:19px;
    line-height:30px;
    display:block;
    
}


.content-tip{
    line-height: 30px;
    /* line-height: 24px; */
    font-size:19px;
    display:inline-flex;
    flex-direction: column;
    margin-top:60px;
}


.green-ball-20{
    position: absolute;
    top:-5px;
    width:20px;
    height:20px;
    background-color:#2AC792;
    border-radius: 20px;
    left:0;
    right:0;
    margin: 0 auto;
}