* {
    margin: 0;
    padding: 0
}

body {
    font: 14px/1 "Microsoft Yahei", "å¾®è½¯é›…é»‘";
    background-color: #070708;
    text-align: center;
    margin: 0;
}

a{
    text-decoration: none;
    color: unset;
}

.pointer{
    cursor: pointer;
}

.hide{
    display: none;
}

.header{
    width: 100%;
    display: inline-flex;
    justify-content: space-around;
    height: 81px;
}

.header .logo{
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.navigation{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #DEE7E9;
    line-height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.navigation .index{
    border-right: 2px solid #fff;
    width: 120px;
    text-align: center;
    opacity: 0.5;
}

.navigation .pc-download{
    width: 170px;
    text-align: center;
    /*border-right: 2px solid #fff;*/
    opacity: 0.5;
}


.pc-download:hover,.navigation .index:hover{
    opacity: 1;
}

.top{
    background: url("/style/activity/images/apex2/top-bg-2.png")  center top no-repeat;
    /*background-size: inherit;*/
    height: 511px;
}

.top .describe{
    font-size: 22px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 34px;
    margin-top: -140px;
    margin-left: 330px;
}

.top .user-div{
    margin-left: 335px;
    margin-top: 45px;
    display: inline-flex;
}

.top .no-login{
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: 400;
    color: #FFEB0E;
    line-height: 65px;
    padding-right: 20px;
}


.my-gift-btn{
    background: url("/style/activity/images/apex/my-gift-btn.png")  center top no-repeat;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFE79F;
    line-height: 16px;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
    width: 160px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-gift-btn:hover{
    background: url("/style/activity/images/apex/my-gift-btn-hover.png")  center top no-repeat;
}

.middle{
    background: url("/style/activity/images/apex2/middle-bg.png")  center top no-repeat;
    height: 521px;
}

.middle .gift-list{
    display: inline-flex;
    justify-content: space-evenly;
    width: 1025px;
    margin-top: 20px;
}

.middle .gift-list-bg{
    background: url("/style/activity/images/apex/gift-list-bg.png")  center top no-repeat;
    width: 494px;
    height: 504px;
}

.gift-list .title{
    font-size: 28px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #5E470D;
    margin-top: 40px;
    margin-bottom: 10px;
}

.gift-list .list{
    display: inline-flex;
    flex-flow: wrap;
    margin: auto 15px;
    justify-content: space-around;
}

.gift-list .item{
    background: url("/style/activity/images/apex/item-bg.png")  center top no-repeat;
    width: 120px;
    height: 114px;
}

.item .gift-icon{
    display: inline-block;
    position: absolute;
    margin-left: -6px;
    margin-top: 5px;
}

.item .gift-icon img{
    /*width: 90px;*/
    /*height: 90px;*/
    /*margin-top: 12px;*/
    /*margin-left: 6px;*/
}

.item .gift-name{
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 74px;
    width: 90px;
    display: inline-flex;
    min-height: 30px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.chose-btn{
    background: url("/style/activity/images/apex/chose-btn-2.png")  center top no-repeat;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFFF00;
    height: 60px;
    line-height: 55px;
}

.chose-btn:hover{
    background: url("/style/activity/images/apex/chose-btn-2-hover.png")  center top no-repeat;
}

.vip-chose-btn{
    background: url("/style/activity/images/apex/chose-btn.png")  center top no-repeat;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFDE00;
    height: 60px;
    line-height: 55px;
}

.vip-chose-btn:hover{
    background: url("/style/activity/images/apex/chose-btn-hover.png")  center top no-repeat;
}


.bottom{
    background: url("/style/activity/images/apex2/bottom-bg.png")  center top no-repeat;
    height: 870px;
}

.bottom .rule-div{
    background: url("/style/activity/images/apex2/rule-div-bg.png")  center top no-repeat;
    margin-top: 30px;
    display: inline-flex;
    height: 839px;
    width: 1052px;
    flex-direction: column;
    text-align: left;
}

.bottom .rule-div .rule-title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #DFB552;
    line-height: 53px;
    text-align: center;
    margin-top: 35px;
}

.bottom .rule-div .rule-content{
    width: 90%;
    margin: 25px auto;
}

.bottom .rule-div .label{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F4C554;
    line-height: 57px;
}

.bottom .rule-div .content{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 200;
    color: #BCB486;
    line-height: 57px;
}

.footer{
    width: 100%;
    height: 100px;
}

.footer .development{
    display: inline-flex;
    margin-top: 1%;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
}


.footer .copyright{
    margin-bottom: 1%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #616161;
    line-height: 30px;
}

.right-box{
    position: fixed;
    top: 20%;
    text-align: center;
    background: url("/style/activity/images/apex/pc-wechat-code.png") center top no-repeat;
    right: 6%;
    width: 171px;
    height: 224px;
}

.right-box .title{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FCE22E;
    line-height: 25px;
    margin-top: 6px;
}

.right-box .label{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    color: #ffffff;
    line-height: 35px;
}


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

.close{
    position: absolute;
    margin-top: -75px;
    margin-left: 470px;
    cursor: pointer;
}

.alert-box{
    background-image: url("/style/activity/images/apex/alert-box-bg.png");
    background-repeat: no-repeat;
    z-index: 15;
    width: 522px;
    height: 340px;
    position: fixed;
    top: 25%;
    left: 40%;
}

.alert-box .title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FCD266;
    line-height: 53px;
    text-align: center;
    padding-top: 25px;
}

.alert-box .content{
    font-size: 18px;
    font-family: Alibaba PuHuiTi;
    font-weight: 500;
    color: #FFA049;
    line-height: 35px;
    text-align: left;
    width: 450px;
    display: inline-flex;
}

.alert-box .button{
    margin-top: 85px;
    margin-left: 170px;
}

.button{
    background-image: url("/style/activity/images/apex/alert-btn.png");
    background-repeat: no-repeat;
    width: 178px;
    height: 52px;
    font-size: 20px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #6C100F;
    line-height: 50px;
    cursor: pointer;
}

.my-gift-list{
    background-image: url("/style/activity/images/apex/my-gift-list-bg.png");
    background-repeat: no-repeat;
    z-index: 11;
    width: 522px;
    height: 432px;
    position: fixed;
    top: 25%;
    left: 40%;
}

.my-gift-list .title{
    font-size: 30px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #FCD266;
    line-height: 53px;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    text-align: center;
    padding-top: 25px;
}

.receive-gift-list{
    margin-left: 75px;
    min-height: 252px;
}

.receive-gift-name{
    font-size: 16px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #171716;
    line-height: 30px;
    text-align: left;
    padding-left: 15px;
}

.receive-gift-content{
    font-size: 14px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #A95A19;
    line-height: 20px;
    text-align: left;
    padding-left: 15px;
}

.gift-item{
    background-image: url("/style/activity/images/apex/gift-item-bg.png");
    background-repeat: no-repeat;
    width: 372px;
    height: 61px;
    margin-bottom: 3px;
}

.page{
    display: flex;
    margin-left: 95px;
    margin-top: 10px;
}

.page .last_page{
    background-image: url("/style/activity/images/apex/page-btn-bg.png");
    background-repeat: no-repeat;
    width: 121px;
    height: 42px;
    font-size: 19px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #6C100F;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
}

.page .next_page{
    background-image: url("/style/activity/images/apex/page-btn-bg.png");
    background-repeat: no-repeat;
    width: 121px;
    height: 42px;
    font-size: 19px;
    font-family: Alibaba PuHuiTi;
    font-weight: 600;
    color: #6C100F;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
}

.page .on_page{
    font-size: 24px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    color: #FCF6B9;
    line-height: 40px;
    margin-right: 10px;
}