.act_back {
    line-height: 1;
    color: #fff;
    font-size: 16px;
}

.normal_bg {
    background: url("https://cdn-js.yebaojiasu.com/act/20211009/bg.png") no-repeat top center;
}

.tg_bg {
    background: url("https://cdn-js.yebaojiasu.com/act/20211009/tg_bg.png") no-repeat top center;
}

.center {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.hide {
    display: none;
}

.act_center {
    width: 1200px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.normal_center {
    background: url("https://cdn-js.yebaojiasu.com/act/20211009/center2.png") no-repeat top center;
    height: 4023px;
}

.tg_center {
    background: url("https://cdn-js.yebaojiasu.com/act/20211009/tg_center2.png") no-repeat top center;
    height: 3605px;
}

.act_center .logo {
    width: 816px;
    height: 105px;
    background: url("https://cdn-js.yebaojiasu.com/act/20211009/logo.png") no-repeat top center;
    position: absolute;
    top: 29px;
}

.act_center .login span {
    cursor: pointer;
}

.act_center .login {
    font-size: 16px;
    position: absolute;
    top: 605px;
}

.act_center .download {
    width: 405px;
    height: 79px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/download.png) no-repeat;
    position: absolute;
    top: 750px;
}

.act_center .download:hover {
    background-position-x: -405px;
}

.act_center .download:active {
    background-position-x: -810px;
}

.act_center .get_div {
    position: absolute;
    top: 1340;
    left: 0;
    width: 100%;
    text-align: center;
}

.act_center .get_div .get_btn {
    width: 250px;
    height: 61px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/get_btn.png) no-repeat;
    position: absolute;
    top: 0;
}

.act_center .get_div .get_btn:hover {
    background-position-x: -250px;
}

.act_center .get_div .get_btn:active {
    background-position-x: -500px;
}

.act_center .div_itro {
    font-size: 14px;
    margin-top: 86px;
    color: #959595;
}

.act_center .grab_div {
    position: absolute;
    top: 2185px;
    left: 0;
    width: 100%;
    text-align: center;
}

.act_center .grab_div .grab_btn {
    width: 250px;
    height: 61px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/grab_btn.png) no-repeat;
    position: absolute;
    top: 0;
}

.act_center .sign_div {
    position: absolute;
    left: 0;
    top: 2769px;
    width: 100%;
}
.act_center .signbg_div{
    position: absolute;
    left: 0;
    top: 2602px;
}
.act_center .signbg_div img{
    margin-left: 108px;
}
.act_center .signbg_div img:first-child{
    margin-left: 174px;
}
.act_center .sign_div .sign_btn {
    display: inline-block;
    width: 105px;
    height: 37px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/sign_btn.png) no-repeat;
    background-position-x: -105px;
}

.act_center .sign_div .sign_btn:hover {
    background-position-x: -210px;
}

.act_center .sign_div .sign_btn:active {
    background-position-x: -315px;
}

.act_center .sign_div .sign_btn:nth-child(1) {
    margin-left: 196px;
}

.act_center .sign_div .sign_btn:nth-child(2) {
    margin-left: 208px;
}

.act_center .sign_div .sign_btn:nth-child(3) {
    margin-left: 212px;
}

.act_center .sign_div .sign_btn.active {
    background-position-x: 0;
}

.act_center .award_div {
    position: absolute;
    top: 3367px;
    left: 0;
    width: 100%;
}

.act_center .award_div a {
    width: 250px;
    height: 61px;

}

.act_center .award_div a:hover {
    background-position-x: -250px;
}

.act_center .award_div a:active {
    background-position-x: -500px;
}

.act_center .award_div .get_award {
    position: absolute;
    top: 0;
    left: 309px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/luck_btn.png) no-repeat;
}

.act_center .award_div .my_award {
    position: absolute;
    top: 0;
    left: 645px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/myaward.png) no-repeat;
}

.act_center .award_div .award_itro {
    position: absolute;
    top: 69px;
    left: 374px;
    color: #959595;
    font-size: 14px;
}

.aside {
    width: 210px;
    height: 170px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/flot_bg.png) no-repeat;
    position: fixed;
    right: 31px;
    top: 400px;
    animation: download_asidemove .8s alternate linear infinite;
}

@keyframes download_asidemove {
    0%{
        top: 400px;
    }
    100%{
        top: 408px;
    }
}

.aside .aside_btn {
    width: 193px;
    height: 41px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/flot_btn.png) no-repeat;
    position: absolute;
    right: 9px;
    top: 101px;
}

.aside .aside_btn:hover {
    background-position-x: -193px;
}

.aside .aside_btn:active {
    background-position-x: -386px;
}

.act_center .footer {
    position: absolute;
    left: 76px;
    bottom: 84px;
    color: #B1B1B1;
}

.act_center .footer p:not(:last-child) {
    margin-bottom: 28px;
}

.act_center .footer p span {
    color: #FBB600;
}

/* 弹框 */
.act_modalback {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 90;
    line-height: 1;
    color: #fff;
}

.act_modalback .act_modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}

.act_modalback .act_modal_tip {
    width: 653px;
    height: 392px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/modal/modal_bg.png) no-repeat
}

.act_modalback .act_modal_record {
    width: 653px;
    height: 478px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/modal/modal_bg2.png) no-repeat;
}

.act_modalback .title {
    font-size: 26px;
    font-family: Source Han Sans CN VF;
    font-weight: 500;
    color: #F2A900;
    background: linear-gradient(0deg, #EFA91B 0%, #FFD139 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    left: 0;
    top: 43px;
    width: 100%;
    text-align: center;
}

.act_modalback .act_modal .common_close {
    position: absolute;
    top: 31px;
    right: 34px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/modal/close.png) no-repeat
}

.act_modalback .common_close:hover {
    background-position-x: -30px;
}

.act_modalback .common_close:active {
    background-position-x: -60px;
}


.act_modalback .act_modal .tipmodal_btn {
    width: 213px;
    height: 49px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/modal/sure.png) no-repeat;
    position: absolute;
    bottom: 61px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    cursor: pointer;
}

.act_modalback .act_modal .tipmodal_btn:hover {
    background-position-x: -213px;
}

.act_modalback .act_modal .tipmodal_btn:active {
    background-position-x: -426px;
}

.act_modalback .act_modal .text {
    position: absolute;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #C0C0C0;
    line-height: 35px
}

.act_modalback .act_modal .myaward_ul {
    position: absolute;
    top: 110px;
    left: 61px;
    overflow-y: auto;
}

.act_modalback .act_modal .myaward_ul li:last-child {
    margin-top: 16px;
}

.act_modalback .act_modal .myaward_ul li {
    width: 532px;
    height: 113px;
    background: #000000;
    border: 1px solid #595959;
    position: relative;
}


.act_modalback .act_modal .myaward_ul li .award_name {
    position: absolute;
    top: 30px;
    left: 31px;
    font-size: 20px;
    font-weight: bold;
    color: #F5B81F;
}

.act_modalback .act_modal .myaward_ul li .award_code {
    position: absolute;
    top: 64px;
    left: 31px;
    font-size: 20px;
    color: #C0C0C0;
}

.act_modalback .act_modal .myaward_ul li .copycode {
    width: 84px;
    height: 37px;
    background: url(https://cdn-js.yebaojiasu.com/act/20211009/modal/copy.png) no-repeat;
    position: absolute;
    top: 38px;
    right: 23px;
    cursor: pointer;
}

.act_modalback .act_modal .myaward_ul li .copycode:hover {
    background-position-x: -83px;
}

.act_modalback .act_modal .myaward_ul li .copycode:active {
    background-position-x: -168px;
}

.act_modalback .act_modal .text span {
    color: #F5B81F;
}

/* 提示框 */
.toailmessage {
    width: 80px;
    height: 20px;
    line-height: 20px;
    background: rgba(0, 0, 0, .6);
    border-radius: 15px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    position: fixed;
    top: 0;
    z-index: 999;
}