.container{
    min-height:100%;
    height: auto;
     _height:auto;
     width:100%;
     _width: 100%;
     background: #fa3836; 
     overflow-x: hidden;
     background-image: linear-gradient(#fa3e33, #fa3836);
}
.first-section{
    width: 100%;
    height: auto;
    position: relative;
}
.bg-image {
    width: 100%;
    height: 568px;
    /*height: 730px;*/
}
.head-container {
    position: absolute;
    width: 60%;
    height: 50%;
    left: 20%;
    top: 340px;
}
.account-box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #ff2f15;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 8px;
}
.account{
    display: inline-block;
    border: none;
    width: 28%;
    text-align: center;
    border-right: 1px solid #fff;
    font-size: 26px;
}
.account-number {
    display: inline-block;
    width: 68%;
    text-align: center;
}
.account-number input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #FFF3F1;
    font-size: 24px;
    background: #ff2f15;
    outline: none;
    border: none;
    text-indent: 5px;
}
.account-number input::-webkit-input-placeholder{
    color: #FFF3F1;
    font-size: 16px;
}
.countdown-box {
    width: 100%;
    height: auto;
    margin: 5px 0 5px;
}
ul.countdown {
    list-style: none;
    padding: 0;
    display: block;
    text-align: center;
}
ul.countdown li {
    display: inline-block;
}
ul.countdown li span {
    font-size: 14px;
    display: inline-block;
    width: 50px;
    border: 1px solid #fff;
    height: 26px;
    line-height: 26px;
    border-radius: 6px;
    background: #ff2f15;
    font-weight: bold;
}

ul.countdown li.seperator {
    font-size: 14px;
    line-height: 26px;
    vertical-align: top;
}

ul.countdown li p {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
    font-weight: bold;
}
.qiang{
/*    width: 44%;
    height: 120px;
    background: url(/static/images/qiang.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-left: 28%;border: 1px solid #fff000;*/
    width: 80px;
    height: 75px;
    margin-left: 75%;
}
.qiang_first{
    width: 100px;
    height: 90px;
    margin-left: 39%;
    margin-top: -96%;
    position: absolute;
}
#changeHtml{
    width: 100%;
    text-align: center;
}
.activity-over{
    height: 70px;
    vertical-align: middle;
    line-height: 70px;
    font-weight: bold;
    color: #ffff00;
    font-size: 18px;
}
.faq-button {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 2vh;
}
.faq-img {
    width: auto;
    height: 30px;
}
.rest-container {
    position: relative;
    width: 100%;
    _width: 100%;
    height: auto;
    _height: auto;
}
.red-package-bg {
    width: 70px;
    height: 55px;
    background: url(/static/images/red_package.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.coin-bg {
    width: 25px;
    height: 45px;
    background: url(/static/images/coin.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: -7px;
    top: 43%;
}
.second-section {
    width: 100%;
    height: 456px;
    line-height: 40px;
    background-image: url(/static/images/1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    border-radius: 10px;
    margin-top: -5vh;
}
.second-text {
    width: 100%;
    height: auto;
    line-height: 22px;
    padding-top: 36px;
    padding-left: 20px;
    font-size: 15px;
    text-align: center;
    color: #fff;
}
.second-text span {
    color: #ffff00;
}
.third-section {
    width: 100%;
    height: 440px;
    line-height: 40px;
    background: url(/static/images/6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    border-radius: 10px;
    margin-top: 2vh;
}
.four-section {
    width: 100%;
    height: 500px;
    line-height: 40px;
    background: url(/static/images/3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    border-radius: 10px;
    margin-top: 2vh;
}
.activity-button {
    display: inline-block;
    width: 140px;
    height: 50px;
    background: url(/static/images/button_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 32px;
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.activity-desc {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}
.activity-desc > span {
    color: #ffe65d;
    font-size: 14px;
    font-size: bolder;
}
.table-style {
    width: 100%;
    height: 100%;
    z-index: -10;
    background-image: url(/static/images/4.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
    padding-left:6%;
    padding-right:15px;
}
.table-style tbody {
    color: #e69e25;
    font-size: 12px;
    font-weight: bold;
}

.table-style td{
    padding:0 0;
}
.table-food{
    width: 100%;
    height: 50px;
    background-image: url(/static/images/5.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% 100%;
}
.warmly-tips {
    width: 100%;
    height: auto;
    background: url(/static/images/text_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #9d292c;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px;
    display: inline-block;
}
.example-text {
    width: 98%;
    height: auto;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 20px;
    font-weight: bold;
    margin: 3vh 1%;
}
.example-text span {
    color: #ffe65d
}
.personal-award {
    min-height: 100px;
}
.activity-detail {
    width: 100%;
    height: auto;
    padding-bottom: 5vh;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}
.activity-detail li {
    line-height: 30px;
    list-style: none;
}
.activity-detail b {
    font-size: 16px;
    color: #ffe65d;
}
@media (max-width:400px) {
    ul.countdown li span {
        width: 36px;
    }
    .faq-button {
        font-size: 12px;
    }
}
