@charset "UTF-8";
html, body {
    width: 100%;
    height: 100%;
    background-color: #092E5E;
}


.banner {
    width: 100%;
    height: 410px;
    margin: 0 auto;
    background-image: url("../jpg/dobule11_big.jpg");
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}

@media screen and (max-width: 414px) {
    .banner {
        height: 208px;
    }
}
@media screen and (max-width: 375px) {
    .banner {
        height: 188px;
    }
}
@media screen and (max-width: 320px) {
    .banner {
        height: 160px;
    }
}


.main {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background-color: #092E5E;
    color: #fff;
}

.main .introduce {
    padding: 0 30px;
}

.main .introduce h1 {
    text-align: center;
    height: 60px;
    font: 400 16px/90px "microsoft yahei";
    border-bottom: 1px solid #7C7C7C;
}

.main .introduce p {
    font: 400 12px/20px "microsoft yahei";
    color: #D1D1D1;
}

.main .introduce span {
    display: block;
    text-align: left;
    height: 60px;
    font: 400 16px/90px "microsoft yahei";
    border-bottom: 1px solid #7C7C7C;
}

.sign {
    width: 100%;
    max-width: 640px;
    /*margin: 0 auto;*/
    background-color: #092E5E;
    color: #fff;
    position: relative;
}

.sign .check {
    padding: 0 30px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.sign .check p {
    display: block;
    height: 30px;
    /*line-height: 20px;*/
    font: 400 16px/20px "microsoft yahei";
}

.sign .check input {
    width: 80%;
    height: 28px;
    border: 1px solid #D3D3D3;
}

.award {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.award-box {
    width: 80%;
    padding: 0 30px;
}

.award-box > p {
    font: 400 16px/30px "microsoft yahei";
    margin-bottom: 11px;
}

.award-box ul li {
    margin-bottom: 11px;
    font: 400 14px/20px "microsoft yahei";
}

.footer {
    width: 100%;
    height: 100%;
    max-height: 320px;
    max-width: 640px;
    /*padding: 0 5px;*/
    margin: 0 auto;
    background-color: #092E5E;
}

.footer .footer-box {
    width: 90%;
    height: 100%;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;

}

.submit {
    width: 100%;
    height: 50px;
    max-width: 640px;
    background-color: #092E5E;
    margin: 0 auto;
    position: relative;
}

.submit-btn {
    display: block;
    width: 74px;
    height: 32px;
    color: #fff;
    background-color: #365369;
    text-decoration: none;
    text-align: center;
    font: 400 16px/32px "microsoft yahei";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: -20px auto;
}

.colortoggle {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #16457F;
}
