.act_back {
    line-height: 1;
    color: #fff;
    font-size: 16px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/0406/bg.png) center top no-repeat;
}

.center {
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
}

.hide {
    display: none;
}

.act_center {
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/0406/c.png) center top no-repeat;
    background-size: 100% 100%;
    width: 1200px;
    height: 2300px;
    margin: auto;
    position: relative;
}

.act_center .logo {
    width: 418px;
    height: 68px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/logo.png) center top no-repeat;
    position: absolute;
    top: 55px;
}

.act_center .login {
    font-weight: 500;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 569px;
    left: 0;
}

.act_center .login span {
    color: #FDA631;
    cursor: pointer;
    margin-left: 10px;
}

.act_center .to_copy>div {
    width: 36px;
    height: 31px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/to_copy.png) center top no-repeat;
    position: absolute;
    top: 41px;

}

.act_center .to_copy {
    position: absolute;
    top: 514px;
    width: 72px;
    height: 72px;
    cursor: pointer;
}

.act_center .all_btn {
    position: absolute;
    top: 736px;
}

.act_center .all_btn p{
    width: 238px;
    height: 68px;
    display: block;
    position: absolute;
    top: 0;
    cursor: pointer;
}

.act_center .all_btn p:hover {
    background-position-x: -238px;
}

.act_center .all_btn p:active {
    background-position-x: -476px;
}

.act_center .all_btn .record_btn {
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/0406/invite-record.png) left top no-repeat;
    right: 100px;
}

.act_center .all_btn .reward_btn {
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/0406/invite-award.png) left top no-repeat;
    left: 100px;
}

.act_center .copy_url {
    display: block;
    width: 278px;
    height: 67px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/copy_btn.png) center top no-repeat;
    position: absolute;
    top: 635px;
    right: 46px;
}

.act_center .url_text {
    width: 700px;
    position: absolute;
    top: 635px;
    left: 136px;
    line-height: 67px;
    font-size: 18px;
    color: #E2DFEF;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.act_center .copy_url:hover {
    background-position-y: -67px;
}

.act_center .copy_url:active {
    background-position-y: -134px;
}

.act_center .ruler {
    width: 1200px;
    font-size: 16px;
    color: #AEAED1;
    position: absolute;
    top: 1880px;
    left: 100px;
}

.act_center .ruler p:not(:last-child) {
    margin-bottom: 25px;
}

/* 弹框 */
.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_copy {
    width: 575px;
    height: 270px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/modal/modal_copy.png) center top no-repeat
}

.act_modalback .act_modal_record {
    width: 723px;
    height: 418px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/modal/modal_bg.png) center top no-repeat
}
.act_modalback .act_modal_record .t_head{
    position: absolute;
    color: #DED9FF;
    top: 81px;
    left: 0;
    width: 98%;
}
.act_modalback .notable {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 240px;
}
.act_modalback .t_table{
    position: absolute;
    top: 136px;
    left: 0;
    width: 100%;
}
.act_modalback .t_table ul{
    height: 246px;
    overflow-y: auto;
    margin-right: 8px;
}
/* 滚动条样式 */
.act_modalback .t_table ul::-webkit-scrollbar {
    width: 5px;
}

.act_modalback .t_table ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    background: #7575B8;
}

.act_modalback .t_table ul::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
    border-radius: 0;
    background: #292945;

}
.act_modalback .t_table li span {
    display: inline-block;
    width: 50%;
    text-align: center;
}
.act_modalback .t_table li:not(:last-child){
    margin-bottom: 32px;
}
.act_modalback .act_modal_record .t_head span{
    display: inline-block;
    width: 50%;
    text-align: center;
}
.act_modalback .act_modal_record .title{
    font-size: 18px;
    color: #BFBFF8;
    position: absolute;
    left: 24px;
    top: 15px;
}
.act_modalback .act_modal .common_close {
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.act_modalback .act_modal_copy .common_close {
    width: 28px;
    height: 28px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/modal/copy_close.png) center top no-repeat
}

.act_modalback .act_modal_copy .common_close:hover {
    background-position-y: -28px;
}

.act_modalback .act_modal_copy .common_close:active {
    background-position-y: -56px;
}

.act_modalback .act_modal_record .common_close {
    width: 21px;
    height: 21px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/modal/modal_close.png) center top no-repeat
}

.act_modalback .act_modal_record .common_close:hover {
    background-position-y: -21px;
}

.act_modalback .act_modal_record .common_close:active {
    background-position-y: -42px;
}

.act_modalback .act_modal .tipmodal_btn {
    width: 237px;
    height: 68px;
    background: url(https://cdn-js.yebaojiasu.com/act/20210721/modal/copy_btn.png) center top no-repeat;
    position: absolute;
    bottom: 37px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    cursor: pointer;
}

.act_modalback .act_modal .tipmodal_btn:hover {
    background-position-y: -68px;
}

.act_modalback .act_modal .tipmodal_btn:active {
    background-position-y: -136px;
}

.act_modalback .act_modal .text {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #CBCBEB;
    font-size: 24px;
}