.hiden {
    display: none !important;
}

.and_icon {
    width: 12px;
    height: 14px;
    background: url(../images/and_icon.png) no-repeat;
}

.ios_icon {
    width: 12px;
    height: 14px;
    background: url(../images/ios_icon.png) no-repeat;
}

.content {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.swiper_detail {
    overflow: hidden;
}

.swiper_detail .swiper {
    float: left;
    width: 830px;
}

.swiper_detail .swiper .swiper-slide a {
    width: 830px;
    height: 360px;
    display: block;
    overflow: hidden;
    position: relative;
}

.swiper_detail .swiper .swiper-slide a img {
    width: 830px;
    height: 360px;
}

.swiper_detail .swiper .swiper-slide a .black_bg {
    width: 100%;
    height: 76px;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
}

.swiper_detail .swiper .swiper-slide a p {
    width: 400px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 76px;
    box-sizing: border-box;
    padding-left: 20px;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper_detail .swiper .swiper-pagination-bullet {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    opacity: 1;
}

.swiper_detail .swiper .swiper-pagination-bullet img {
    width: 56px;
    height: 56px;
    border-radius: 14px;
}

.swiper_detail .swiper .swiper-pagination-bullet-active img {
    border: 1px solid #3D7EFF;
}

.swiper_detail .swiper .swiper-pagination {
    text-align: right;
    padding-right: 18px;
    bottom: 5px;
}


.swiper_detail .game {
    width: 300px;
    height: 360px;
    position: relative;
    overflow: hidden;
    float: right;
}

.swiper_detail .game .img_bg {
    width: 300px;
    height: 360px;
}

.swiper_detail .game .black_bg {
    width: 100%;
    height: 244px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    padding: 20px;
    padding-top: 110px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
}

.swiper_detail .game .black_bg .img_name {
    overflow: hidden;
    height: 60px;
    width: 100%;
}

.swiper_detail .game .black_bg .img_name img {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    float: left;
}

.swiper_detail .game .black_bg .img_name .name {
    float: right;
    height: 60px;
    width: 190px;
}

.swiper_detail .game .black_bg .img_name .name h2 {
    width: 100%;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper_detail .game .black_bg .img_name .name p {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    opacity: 0.6;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper_detail .game .black_bg .score_qrcode {
    width: 100%;
    overflow: hidden;
}

.swiper_detail .game .black_bg .score_qrcode .line_score {
    width: 190px;
    float: left;
}

.swiper_detail .game .black_bg .score_qrcode .line_score .line {
    width: 100%;
    height: 1px;
    background: #535353;
    margin: 8px 0;
}

.swiper_detail .game .black_bg .score_qrcode .line_score .score_star {
    overflow: hidden;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .score {
    font-size: 34px;
    font-family: DINPro;
    font-weight: bold;
    color: #FFC600;
    float: left;
    line-height: 37px;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .num_star {
    float: left;
    margin-left: 10px;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .num_star p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .num_star .star {
    width: 58px;
    height: 9px;
    position: relative;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .num_star .star3_0 {
    width: 58px;
    height: 9px;
    background: url(../images/star3_0.png) no-repeat;
    display: block;
}

.swiper_detail .game .black_bg .score_qrcode .score_star .num_star .star3_5 {
    display: block;
    width: 58px;
    height: 9px;
    background: url(../images/star3_5.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper_detail .game .black_bg .score_qrcode .qrcode_text {
    position: relative;
    width: 49px;
    height: 49px;
    padding: 1px;
    float: right;
    background: #fff;
}

.swiper_detail .game .black_bg .score_qrcode .qrcode_text .text {
    width: 58px;
    height: 24px;
    background: #3D7EFF;
    border-radius: 10px 0px 0px 4px;
    font-size: 11px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: -58px;
    text-align: center;
    line-height: 24px;
}

.privilege {
    margin-top: 30px;
}

.privilege .list {
    margin-top: 20px;
    overflow: hidden;
}

.privilege .list .item {
    width: 372px;
    float: left;
    display: block;
}

.privilege .list .item+.item {
    margin-left: 22px;
}

.privilege .list .item .img_box {
    width: 372px;
    height: 200px;
    display: block;
    overflow: hidden;
}

.privilege .list .item .img_box img {
    width: 372px;
    height: 200px;
}

.privilege .list .item .info {
    width: 372px;
    box-sizing: border-box;
    padding: 20px;
    background: #F9F9F9;
}

.privilege .list .item .info .lit_tit {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 28px;
}

.privilege .list .item .info .lit_tit span {
    color: #F14E52;
}

.privilege .list .item .info .per_btn {
    overflow: hidden;
}

.privilege .list .item .info .per_btn .lit {
    width: 61px;
    float: left;
}

.privilege .list .item .info .per_btn .percentage {
    width: 154px;
    height: 10px;
    background: #E6E6E6;
    border-radius: 5px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
}

.privilege .list .item .info .per_btn .percentage .per {
    height: 10px;
    background: #20C356;
    border-radius: 5px;
}

.privilege .list .item .info .per_btn .per_num {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666666;
    float: left;
    line-height: 28px;
}

.privilege .list .item .info .per_btn .btn {
    width: 68px;
    height: 28px;
    background: #3D7EFF;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    float: right;
    text-align: center;
    line-height: 28px;
}

.privilege .list .item .info .per_btn .btn:hover {
    background: #2B6EF4;
}

.code_topic {
    margin-top: 30px;
    overflow: hidden;
}

.code_topic .gift_code {
    width: 830px;
    float: left;
}

.code_topic .gift_code .list .item {
    box-sizing: border-box;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #F7F7F7;
}

.code_topic .gift_code .list .item img {
    width: 100px;
    height: 100px;
    border-radius: 24px;
    float: left;
}

.code_topic .gift_code .list .item .info {
    margin-left: 20px;
    width: 590px;
    float: left;
}

.code_topic .gift_code .list .item .info h2 {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #0E1A20;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    margin-top: 5px;
}

.code_topic .gift_code .list .item .info p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0E1A20;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.code_topic .gift_code .list .item .info p span {
    color: #666666;
}

.code_topic .gift_code .list .item .btn_apply {
    float: right;
    width: 100px;
    padding-top: 15px;
}

.code_topic .gift_code .list .item .btn_apply .btn {
    display: block;
    width: 100px;
    height: 40px;
    background: #3D7EFF;
    border: 1px solid #3D7EFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.code_topic .gift_code .list .item .btn_apply .btn:hover {
    background: #2B6EF4;
}

.code_topic .gift_code .list .item .btn_apply .apply {
    width: 100%;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    padding: 0 9px;
}

.code_topic .gift_code .list .item .btn_apply .apply i {
    display: block;
    float: right;
    margin-right: 5px;
    margin-top: 1px;
}

.code_topic .right {
    float: right;
    width: 300px;
}

.code_topic .right .about_topic .list {
    overflow: hidden;
}

.code_topic .right .about_topic .list .item {
    display: block;
    margin-top: 20px;
    margin-right: 20px;
    width: 140px;
    float: left;
}

.code_topic .right .about_topic .list .item:nth-child(2n) {
    margin-right: 0;
}

.code_topic .right .about_topic .list .item .img_box {
    width: 140px;
    height: 75px;
    overflow: hidden;
}

.code_topic .right .about_topic .list .item img {
    width: 140px;
    height: 75px;
    transition: all 0.5s;
}

.code_topic .right .about_topic .list .item:hover img {
    transform: scale(1.1);
}

.code_topic .right .about_topic .list .item p {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.code_topic .right .open_serve {
    margin-top: 30px;
}

.code_topic .right .open_serve ul {
    float: left;
    height: 40px;
}

.code_topic .right .open_serve ul::after {
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
}

.code_topic .right .open_serve ul li {
    height: 40px;
    box-sizing: border-box;
    float: left;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.code_topic .right .open_serve ul li+li {
    margin-left: 30px;
}

.code_topic .right .open_serve ul li.active {
    border-bottom: 2px solid #3D7EFF;
    font-weight: bold;
    color: #0E1A20;
}

.code_topic .right .open_serve .item {
    display: block;
    padding: 15px 0;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #F7F7F7;
}

.code_topic .right .open_serve .item span {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    float: left;
}

.code_topic .right .open_serve .item .date {
    width: 40px;
}

.code_topic .right .open_serve .item p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0E1A20;
    width: 130px;
    float: left;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.code_topic .right .open_serve .item .serve {
    width: 85px;
    white-space: nowrap;
}

.code_topic .right .open_serve .item .icon {
    float: right;
    overflow: hidden;
    width: 30px;
    box-sizing: border-box;
}

.code_topic .right .open_serve .item .icon i {
    float: left;
    margin-top: 2px;
}

.code_topic .right .open_serve .item .icon i+i {
    margin-left: 5px;
}


.three_rank {
    padding: 20px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.three_rank .rank_box {
    width: 360px;
    float: left;
}

.three_rank .rank_box+.rank_box {
    margin-left: 40px;
}

.three_rank .rank_box .list {
    margin-top: 20px;
}

.three_rank .rank_box .list .item {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    transition: all 0.5s;
}

.three_rank .rank_box .list .item.active {
    height: 96px;
}

.three_rank .rank_box .list .item+.item {
    margin-top: 14px;
}

.three_rank .rank_box .list .item .num {
    width: 30px;
    height: 100%;
    border-radius: 4px;
    font-size: 18px;
    font-family: DINPro;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    background: #CED4DF;
    float: left;
    margin-right: 16px;
    transition: all 0.5s;
}

.three_rank .rank_box .list .item.active .num {
    line-height: 96px;
}

.three_rank .rank_box .list .item:nth-child(1) .num {
    background: #F14E52;
}

.three_rank .rank_box .list .item:nth-child(2) .num {
    background: #FF852C;
}

.three_rank .rank_box .list .item:nth-child(3) .num {
    background: #FFD200;
}

.three_rank .rank_box .list .item .img {
    width: 0;
    height: 96px;
    overflow: hidden;
    float: left;
}

.three_rank .rank_box .list .item.active .img {
    width: 96px;
    height: 96px;
    float: left;
    border-radius: 20px;
    margin-right: 10px;
}

.three_rank .rank_box .list .item .img img {
    width: 96px;
    height: 96px;
    border-radius: 20px;
}

.three_rank .rank_box .list .item .info {
    width: 230px;
    height: 30px;
    float: left;
}

.three_rank .rank_box .list .item.active .info {
    width: 208px;
}

.three_rank .rank_box .list .item h2 {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.three_rank .rank_box .list .item .info .type {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 2px;
}

.three_rank .rank_box .list .item .info .btn {
    display: block;
    width: 94px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #3D7EFF;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3D7EFF;
    margin-top: 10px;
}

.three_rank .rank_box .list .item .info .btn:hover {
    background: #3D7EFF;
    color: #fff;
}

.three_rank .rank_box .list .item .tezheng {
    height: 30px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    float: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.three_rank .rank_box .list .item.active .tezheng {
    display: none;
}