.yellow {
    background: #F9C111;
    color: #fff;
}

.common-footer {
    width: 100%;
    text-align: center;
    background: #727272;
    color: #fff;
    font-size: 22px;
    height: 107px;
    line-height: 107px;
}

.gray {
    background: #CCCCCC;
    color: #fff;
}

.red {
    background: #FF7A53;
    color: #fff;
}

.smile-btn {
    display: inline-block;
    width: 240px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 4px;
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.small-btn {
    display: inline-block;
    padding: 1px 5px;
    text-align: center;
    border-radius: 4px;
}

.sign-btn {
    font-size: 14px;
    display: inline-block;
    line-height: 2em;
    padding: 0 5px;
    text-align: center;
    border-radius: 4px;
    margin-top: 1em;
}

.CF_bg {
    width: 1280px;
    margin: 0 auto;
    font-size: 20px;
    text-align: center;
}

.indx_bg {
    background: url(../img/bg.png) no-repeat center center;
    background-size: 100% 100%;
    color: #FF7A53;
}

.end-bg,
.join-bg {
    background: url(../img/jion-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.CF_bg .active-rule {
    padding: 410px 0 80px 0;
}

.join-cont {
    padding-top: 385px;
}

.CF_bg .active-rule li {
    line-height: 2em;
}

.CF_bg .active-rule + h5 {
    font-size: 1.2em;
}

.CF_bg .btn-cont {
    padding: 25px 0 80px 0;
}

.join-cont > h2 {
    font-size: 24px;
    color: #FBEED9;
}

.join-cont b {
    font-size: 64px;
    color: #FFFDF0;
    vertical-align: middle;
    margin: 0 20px;
}

.active-cont {
    width: 85%;
    margin: 0 auto;
    display: table;
}

    .active-cont dl {
        width: 45%;
        height: 115px;
        display: inline-block;
        background: #FFFFFF;
        border-radius: 4px;
        margin: 1% 1%;
        padding: 1%;
        vertical-align: middle;
    }

    .active-cont dd,
    .active-cont dt {
        display: inline-block;
        vertical-align: middle;
    }

    .active-cont dt {
        width: 30%;
    }

    .active-cont dd {
        width: 67%;
        text-align: left;
    }

    .active-cont p {
        line-height: 2em;
    }

.font-red {
    color: #FF7A53;
}

    .font-red img {
        vertical-align: middle;
        margin-left: 10px;
    }

.end-cont {
    font-size: 20px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 40px 0 160px 0;
}

.bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 0;
}

.hide {
    display: none;
}

.pc_cont {
    background: #fff;
    position: fixed;
    width: 420px;
    z-index: 2000;
    top: 30%;
    font-size: 18px;
    color: #4A4A4A;
    left: calc(50% - 210px);
    left: -moz-calc(50% - 210px);
    left: -webkit-calc(50% - 210px);
    border-radius: 4px;
    text-align: center;
}

.tip-cont h3 {
    font-size: 20px;
    color: #FFFFFF;
    height: 2.6em;
    background: #FF7A53;
    line-height: 2.6em;
    color: #fff;
    padding: 0 0.5em;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.tip-cont .close {
    font-size: 30px;
    cursor: pointer;
}

.tip-cont h6 {
    font-size: 18px;
    height: 5em;
    line-height: 5em;
    font-weight: normal;
}

.tip-cont p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3em;
    color: #FF7A53;
    word-wrap: break-word;
}

.tip-cont .code-cont {
    width: 80%;
    margin: 2em auto;
}

.code-cont h5 {
    font-weight: normal;
    font-size: 18px;
    color: #FF7A53;
}

    .code-cont h5:first-child {
        margin-top: 2em;
    }

.tip-cont dl {
    margin-top: 2em;
    width: 48%;
    display: inline-block;
}

    .tip-cont dl img {
        width: 95%;
    }

.pize {
    width: 50%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 0;
}

.pize-cont {
    line-height: 2em;
}

.pize .p-all {
    padding: 20px 0;
}

.smile-cont {
    padding: 30px 0 100px 0;
}


/*弹框 end*/

@media (max-width:768px) {
    .common-footer {
        display: none;
    }

    .indx_bg {
        width: 100%;
        font-size: 2.5em;
        background: url(../img/phone-bg.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .join-bg {
        width: 100%;
        font-size: 2em;
        background: url(../img/phone-join.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .end-bg {
        width: 100%;
        font-size: 2em;
        background: url(../img/active-end.png) center center no-repeat;
        background-size: 100% 100%;
    }

    .start {
        width: 75%;
        margin: 0 auto;
    }

    .CF_bg .active-rule {
        padding: 13em 0 7em 0;
    }

    .CF_bg .btn-cont {
        padding: 2em 0 6em 0;
    }

    .join-cont {
        padding-top: 12em;
    }

        .join-cont > h2 {
            font-size: 1.5em;
        }

        .join-cont b {
            font-size: 2em;
        }

    .active-cont {
        width: 95%;
        background: #FFFFFF;
        border: 2px solid #EEEEEE;
        border-radius: 10px;
        display: block;
    }

        .active-cont dl {
            width: 100%;
            margin: 0;
            padding: 0;
            height: 5em;
            line-height: 5em;
            border-bottom: 1px solid #EEEEEE;
        }

            .active-cont dl.sign {
                height: 7em;
            }

            .active-cont dl:last-child {
                border-bottom: none;
            }

            .active-cont dl img {
                height: 2em;
            }

        .active-cont dt {
            width: 10%;
            line-height: 2em;
        }

        .active-cont dd {
            position: relative;
            width: 87%;
        }

    .sign-btn {
        position: absolute;
        left: 0;
        top: 70%;
    }

    .active-cont dd p:first-child {
        width: 80%;
        display: inline-block;
    }

    .active-cont dd p:last-child {
        width: 15%;
        display: inline-block;
    }

        .active-cont dd p:last-child img {
            height: 1.2em;
        }

    .smile-btn {
        width: 80%;
        margin: 0 auto;
    }

    .tip-cont h6 {
        font-size: 1.2em;
    }

    .pc_cont {
        font-size: 2em;
        width: 70%;
        left: 15%;
        top: 20%;
    }

    .end-cont {
        font-size: 1.5em;
        color: #FFFFFF;
        line-height: 2em;
        padding: 2em 0 10em 0;
    }

    .pize {
        width: 85%;
        font-size: 1.5em;
        margin-top: 4em;
        padding: 1.5em 0 3em 0;
    }

        .pize .p-all {
            padding: 1.5em 0;
        }

    .smile-cont img {
        width: 85%;
    }

    .smile-cont {
        padding: 5em 0 8em 0;
    }
}

@media (max-width:414px) {
    .join-bg,
    .indx_bg {
        font-size: 1.4em;
    }

    .join-cont {
        padding-top: 10em;
    }

    .active-cont dd p:first-child {
        width: 67%;
    }

    .active-cont dd p:last-child {
        width: 30%;
    }

    .active-cont p {
        vertical-align: middle;
    }

    .code-cont h5,
    .tip-cont h3 {
        font-size: 1.2em;
    }

    .end-bg .join-cont {
        padding-top: 6em;
    }

    .pc_cont {
        width: 90%;
        font-size: 1.3em;
        left: 5%;
    }

    .end-cont {
        font-size: 0.8em;
        padding: 2em 0 12em 0;
    }

    .join-cont > h2 {
        font-size: 1.3em;
        line-height: 5em;
        height: 4.5em;
    }

    .smile-cont img,
    .pize {
        width: 85%;
        font-size: 0.7em;
    }

    .pize {
        padding: 1em 0 1em 0;
    }

    .smile-cont {
        padding: 3em 0 8em 0;
    }

    .pize .p-all {
        padding: 0.8em 0;
    }

    .p-all img {
        width: 3.5em;
    }

    .CF_bg .active-rule {
        padding: 10em 0 5em 0;
    }

    .CF_bg .btn-cont {
        padding: 2em 0 4em 0;
    }
}
