* {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
.mt20 {
    margin-top: 20px;
}
.mt10 {
    margin-top: 10px;
}
.t1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.main {
    background: url(./../images/bg.png);
    background-size: 100% 1073px;
    background-repeat: no-repeat;
}
.mgrMain {
    background: url(./../images/bg.png) no-repeat center top;
    background-attachment: fixed;
    background-size: 100% 100%;
}
.bjOne {
    background-color: #f7f8fc;
    padding: 30px 0;
    margin-top: 20px;
}
.bjTwo {
    background-color: #fcfaf6;
    padding: 30px 0;
    margin-top: 30px;
}
.bjThree {
    background-color: #f7f8fc;
    padding: 30px 0;
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.head-top {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}
.head-recom {
    width: 450px;
    height: 119px;
    background: url(./../images/head-recom-bg.png);
}
.head-recom .recom-warp {
    display: flex;
    align-items: center;
    padding: 30px 15px;
    margin-left: 90px;
    overflow: hidden;
}
.head-recom .recom-warp .item {
    text-align: center;
    width: 18%;
    margin-right: 10px;
}
.head-recom .recom-warp .item .icon {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.head-recom .recom-warp .item .icon img {
    width: 100%;
    height: 100%;
}
.head-recom .recom-warp .item .icon span {
    width: 100%;
    height: 100%;
    background: #0000006b;
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    line-height: 43px;
    display: none;
}
.head-recom .recom-warp .item:hover span {
    display: block;
}
.head-recom .recom-warp .item .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #d2a48d;
    line-height: 15px;
}
.head-recom .recom-warp .item .title a {
    font-size: 11px;
    color: #d2a48d;
}

.navbar {
    background-color: #ff7b39;
    margin-bottom: 20px;
}
.logo {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    flex: 1;
}
.nav {
    width: 1200px;
    margin: 0 auto;
    padding: 8px 0;
}
.nav li {
    display: inline-block;
    text-align: center;
}

.nav li a {
    color: #fff;
    padding: 10px 50px;
    display: block;
}
.nav li a:hover,
.nav .active {
    background-color: #fff;
    border-radius: 10px;
}
.nav li a:hover,
.nav .active a {
    color: #ff7b39;
}

.listBody {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.listTop {
    display: flex;
    justify-content: space-between;
}
.listTop .praise {
    display: flex;
}
.listTop .praise span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.listTop .praise img {
    width: 19px;
    height: 18px;
    margin-right: 10px;
}

.listTop .form {
    background: url(./../images/ss.png);
    background-size: 100%;
    width: 224px;
    height: 43px;
    margin-right: -35px;
    margin-top: -8px;
    z-index: 10;
    position: relative;
}
.listTop .form button {
    position: absolute;
    top: 11px;
    left: 18px;
    border: 1px solid transparent;
    width: 20px;
    height: 20px;
    background-color: transparent;
}
.listTop .form input {
    width: 224px;
    height: 43px;
    background-color: transparent;
    border: 0;
    color: #fff;
    outline: none;
    margin-left: 45px;
    line-height: 42px;
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffe8dc;
}
.mt20 {
    margin-top: 20px;
}
.listGame {
    /* margin-top: 5px; */
    display: flex;
    align-items: center;
}

.listGame .game a {
    display: block;
    width: 50px;
    height: 25px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.listGame .game2 a {
    display: block;
    width: 52px;
    height: 27px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.listOne_ul {
    margin-left: 15px;
    display: flex;
    width: 1060px;
    justify-content: space-between;
}
.listOne_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.listOne_ul li:hover a {
    color: #ff7b39;
}
.swiper-button-next img {
    width: 30px;
    height: 80px;
    margin-left: 20px;
}
.gameSwiper {
    display: flex;
    margin-top: 25px;
}
.swiperTxt {
    height: 80px;
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.swiperTxt .one {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.swiperTxt .two {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}

.infoGame {
    width: 1200px;
    /* height: 500px; */
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 10px auto 0 auto;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
}

.infoLeft {
    width: 390px;
}

.gameSwiper .swiper {
    width: 100%;
    height: 100%;
}

.gameSwiper .swiper-slide {
    width: 200px !important;
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.gameSwiper .swiper-slide a {
    display: flex;
}
.gameSwiper .swiper-slide img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    object-fit: cover;
}
.UpperLeft {
    position: relative;
    width: 390px;
    height: 274px;
}

.UpperLeft .swiper {
    width: 390px;
    height: 274px;
}

.UpperLeft .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.UpperLeft .swiper-slide img {
    display: block;
    width: 390px;
    height: 274px;
    object-fit: cover;
}

.inOneTxt {
    position: absolute;
    bottom: 0;
    width: 390px;
    height: 32px;
    line-height: 32px;
    z-index: 15;
    background: rgba(0, 0, 0, 0.5);
}
.inOneTxt a {
    width: 320px;
    font-size: 1rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #ffffff;
    text-indent: 1rem;
}
.LowerLeft {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.LowerLeft li {
    margin-bottom: 15px;
}
.LowerLeft .liButtom {
    margin-bottom: 0;
}
.LowerLeft .img {
    width: 188px;
    height: 114px;
}
.LowerLeft img {
    width: 188px;
    height: 114px;
}
.LowerLeft .text {
    width: 188px;
    margin-top: 10px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.infoMiddle {
    width: 400px;
}
.middleOne {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.middleOne li {
    position: relative;
}

.index-info-box ul li .hollow {
    display: none;
}

.index-info-box ul li.active .hollow {
    display: block;
}
.hollow {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 61px;
    bottom: -20px;
}
.index-info-box .middleOne li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    display: block;
    width: 125px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    position: relative;
    z-index: 10;
}

.index-info-box .middleOne .active a {
    color: #fff;
}
.index-info-box .middleOne .active .img {
    position: absolute;
    display: block;
}
.index-info-box .middleOne li .img {
    position: absolute;
    display: none;
}

.index-info-box .middleOne li .hui {
    width: 120px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    position: absolute;
    top: 6px;
    left: 6px;
    display: block;
}
.index-info-box .middleOne .active .hui {
    display: none;
}

.twoPublic {
    margin-top: 19px;
}
.twoPublic li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.twoPublic li a:hover .title {
    color: #ff7b39;
}
.mOneLeft {
    align-items: center;
    display: flex;
}
.mOneLeft .round {
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 6px;
}
.mOneLeft .date {
    margin-left: 15px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
}
.mOneLeft .img {
    width: 26px;
    height: 26px;
    margin-left: 15px;
}
.mOneLeft .img img {
    width: 26px;
    height: 26px;
    border-radius: 4px;
}
.mOneLeft .title {
    width: 190px;
    margin-left: 15px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.twoPublic li .info {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
}
.twoPublic li {
    margin: 14px 0;
}
.twoPublic li:last-child {
    margin-bottom: 0;
}
.infoRight {
    border: solid 1px #eeeeee;
    width: 330px;
    height: 555px;
    padding: 0 15px;
    box-sizing: border-box;
    position: relative;
    padding-top: 30px;
    margin-top: 40px;
}
.infoRightTop {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 40px;
}
.infoRightTop img {
    margin-top: -20px;
}

.infoRight_ul .title {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.infoRightTxt {
    display: flex;
    margin-top: 16px;
}
.infoRightTxt .txtImg {
    width: 83px;
    height: 56px;
}
.infoRightTxt img {
    width: 83px;
    height: 56px;
}
.infoRightTxt .txtInfo {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
    margin-left: 15px;
}
.infoRight_ul li {
    padding: 20px 0 15px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.infoRight_ul li:first-child {
    padding-top: 0;
}
.infoRight_ul li:last-child {
    border-bottom: none;
}

.MobileGame {
    width: 1200px;
    padding: 15px 20px;
    margin: 15px auto 0 auto;
    box-sizing: border-box;
    border-radius: 20px;
}

.MobileGame .title {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.MobileGameLeft {
    width: 840px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MobileGameLeft li {
    margin-top: 15px;
    padding: 20px 25px;
    border: 1px solid #eeeeee;
}
.MobileGameLeft li a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    height: 108px;
    position: relative;
}
.index-game-box .item ul .active {
    transition: all 0.5s ease 0s;
    box-shadow: 0px 0px 20px 0px rgba(208, 208, 208, 0.75);
}
.MobileGameLeft .mglImg {
    width: 80px;
    height: 80px;
}
.MobileGameLeft .mglImg img {
    width: 80px;
    border-radius: 10px;
    height: 80px;
}
.MobileGameLeft .mglTxt {
    width: 80px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #666666;
}
.Download {
    width: 80px;
    height: 30px;
    background-color: #ff6619;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    bottom: -10px;
}
.index-game-box .item ul li .Download {
    display: none;
}
@keyframes dh {
    from {
        opacity: 0.3;
        transform: translateY(40%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}
.index-game-box .item ul .active .Download {
    display: block;
    align-items: center;
    margin-top: 17px;
    animation: dh 0.5s;
}

.MobileGame .Bottom {
    display: flex;
    justify-content: space-between;
}
.MobileGameRight {
    width: 250px;
    margin-right: 25px;
}
.MGRight {
    width: 250px;
    height: 500px;
    background-image: url(./../images/Fgame.png);
    background-size: 250px 500px;
    background-repeat: no-repeat;
    margin-top: 20px;
    margin-right: 10px;
    padding: 90px 30px 0 30px;
    box-sizing: border-box;
}
.MGRight_ul {
    height: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MGRight_ul li {
    width: 90px;
    height: 36px;
    background-color: #f5f6f7;
    border-radius: 6px;
}
.MGRight_ul li a {
    display: block;
    width: 90px;
    height: 36px;
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    text-align: center;
    letter-spacing: 1px;
    color: #869baf;
}
.MobileGameRight .more {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.MobileGameRight .more a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #869baf;
}

.LoweRight {
    margin-top: 15px;
    width: 2549x;
    height: 133px;
    border: 1px solid #ff7b39;
}
.LoweRight li a {
    display: flex;
}
.LoweRightTxt {
    width: 16px;
    padding: 7px 15px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    background-color: #ff7b39;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #ffffff;
}
.lrtRight {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.lrtRTop {
    display: flex;
}
.lrtRTop img {
    border-radius: 10px;
    width: 65px;
    height: 65px;
}
.lrtRTop .txt {
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.lrtRTop .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.lrtRTop .text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.lrtRBotton {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 12px;
    letter-spacing: 1px;
    color: #888888;
}
.GreatestHits {
    width: 1200px;
    margin: 0 auto;
}
.topTitle {
    display: flex;
    justify-content: center;
    position: relative;
}
.GreatestHits .Item {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.GreatestHits .itemImg {
    width: 280px;
    height: 182px;
}
.GreatestHits .itemImg img {
    width: 280px;
    height: 182px;
}
.GreatestHits .itemTxt div {
    width: 280px;
    text-align: center;
}
.GreatestHits .itemTxt {
    display: flex;
    width: 280px;
    height: 120px;
    flex-wrap: wrap;
    align-content: space-around;
}
.GreatestHits .itemInfo {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.GreatestHits .itemNum {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.GreatestHits .itemDate {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.GreatestHits .charts {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.GreatestHits .charts li {
    margin-top: 20px;
    margin-right: 15px;
}
.GreatestHits .charts a {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #d6dee4;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #869baf;
}
.GreatestHits .charts li:hover a {
    background-color: #ff7b39;
    transition: all 0.7s ease 0s;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 3px 2px 0px rgba(255, 123, 57, 0.38);
}
.application {
    margin-top: 60px;
    width: 1200px;
    margin: 60px auto 0 auto;
}
.applicationLeft {
    width: 250px;
}
.applicationLeft .more {
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.applicationLeft .more a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #869baf;
}
.application .Bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.applicationRight {
    width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.applicationRight li {
    margin-top: 15px;
    padding: 20px 25px;
    border: 1px solid #eee;
}
.applicationRight li a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    height: 108px;
    position: relative;
}
.applicationRight .mglImg {
    width: 80px;
    height: 80px;
}
.applicationRight .mglImg img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.applicationRight .mglTxt {
    width: 80px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #666666;
}

.MobileGpack {
    width: 1200px;
    margin: 0 auto;
}
.packUl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.packUl li {
    width: 290px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}
.packUl li .packTitle {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.packUl li .packInfo {
    margin-top: 20px;
    display: flex;
    width: 250px;
    height: 80px;
}
.packUl li .packInfo .packImg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.packUl li .packInfo img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.packUl li .packInfo .packTxt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #888888;
}
.MobileGstrategy {
    width: 1200px;
    margin: 40px auto 0 auto;
}
.mgsMainbody {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: 1px dashed #dae1e7;
}
.mgsLeft {
    width: 411px;
}
.mgsLeftImg {
    display: flex;
    justify-content: space-between;
}
.mgsLeftImg img {
    width: 198px;
    height: 121px;
}
.mgsLeft ul li {
    margin-top: 19px;
}
.mgsLeft ul li a {
    justify-content: space-between;
    display: flex;
}

.mgsLeft ul li .title {
    width: 60px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.mgsLeft ul li .info {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    width: 327px;
}
.mgsBody {
    width: 420px;
}
.mgsBody_one li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.mgsBody_one li:last-child {
    margin-bottom: 0;
}
.mgsBody_one li .round {
    width: 6px;
    height: 6px;
    background-color: #ececec;
}
.mgsBody_one li .title {
    margin-left: 25px;
    flex: 1;
}
.mgsBody_one li .title a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.mgsBody_one li .active a {
    font-weight: bold;
}
.mgsBody_one li .date {
    width: 65px;
    text-align: right;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.mt30 {
    margin-top: 50px;
}
.mgsRight {
    width: 296px;
    height: 420px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.mgsRight li a {
    position: relative;
    display: block;
    width: 296px;
    height: 195px;
}
.mgsRImg {
    width: 296px;
    height: 195px;
}
.mgsRImg img {
    width: 296px;
    height: 195px;
}
.mgsRinfo {
    position: absolute;
    width: 296px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}

.mgsRTxt {
    width: 81px;
    height: 30px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #ff7b39;
    border-radius: 0px 0px 20px 0px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    text-align: center;
}

.mgsBottom {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mgsBottom li .video {
    width: 225px;
    height: 150px;
    position: relative;
}
.mgsBottom li .videoIcon {
    display: block;
}

.mgsBottom li.active .videoIcon {
    display: none;
}
.videoImg {
    width: 225px;
    height: 150px;
}
.videoImg img {
    width: 225px;
    height: 150px;
}
.videoIcon {
    position: absolute;
    width: 225px;
    height: 150px;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
}
.videoIcon img {
    width: 35px;
    height: 43px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videoTxt {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    width: 225px;
    text-align: center;
}
.mb50 {
    margin-bottom: 60px;
}
.MobileGrank {
    width: 1200px;
    margin: 0 auto;
}
.GrankInfo {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.GrankLeft {
    width: 380px;
    height: 730px;
    background-image: url(./../images/bj01.png);
    padding: 0 20px;
    box-sizing: border-box;
    background-size: 380px 730px;
}
.GrankTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.GrankImg {
    width: 44px;
    height: 14px;
}
.GrankTitle img {
    width: 44px;
    height: 14px;
}
.GrankTxt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 20px;
}
.GrankImg {
    width: 340px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.GrankImg > div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.GrankImg .one {
    width: 120px;
    height: 144px;
}
.GrankImg > div img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.GrankImg > div .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}
.GrankImg .one a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.GrankImg .one img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.GrankImg .one .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 120px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}

.GrankCenter {
    width: 380px;
    height: 730px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj02.png);
    background-size: 380px 730px;
}
.GrankRight {
    width: 380px;
    height: 730px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj03.png);
    background-size: 380px 730px;
}

/* ------------------------------------- */
.itemUl {
    margin-top: 30px;
}
.index-rank-box .item {
    width: 380px;
    /* margin-top: 20px; */
}
.index-rank-box .item ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-rank-box .item ul li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 13px;
    padding-top: 10px;
}

.index-rank-box .item ul li:last-child {
    border-bottom: none;
}

.index-rank-box .item ul li .type a {
    color: #999;
}
.index-rank-box .item ul li .type {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item ul li.active .type a {
    display: block;
    background-color: #36cfcf;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}

.index-rank-box .item ul li .type1 a {
    color: #999;
}
.index-rank-box .item ul li .type1 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item ul li.active .type1 a {
    display: block;
    background-color: #e06e5b;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}

.index-rank-box .item ul li .type2 a {
    color: #999;
}
.index-rank-box .item ul li .type2 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item ul li.active .type2 a {
    display: block;
    background-color: #4078d9;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}
.index-rank-box .item ul li .bottom {
    display: none;
    padding-left: 5px;
}

.index-rank-box .item ul li.active .bottom {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item ul li .num {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-right: 15px;
}

.index-rank-box .item ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    flex: 1;
}

/* 
.index-rank-box .item ul li.active .name {
    color: #1ec6c0;
} */

.index-rank-box .item ul li .type {
    font-size: 15px;
    color: #999;
}

.index-rank-box .item ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    margin-left: 20px;
}

.index-rank-box .item ul li .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.index-rank-box .item ul li .info {
    margin-left: 15px;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

.Appalbum {
    width: 1200px;
    margin: 40px auto 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px dashed #dae1e7;
}
.GreatItem {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.GreatItem .itemImg {
    width: 280px;
    height: 182px;
}
.GreatItem .itemImg img {
    width: 280px;
    height: 182px;
}
.GreatItem .itemTxt div {
    width: 280px;
    text-align: center;
}
.GreatItem .itemTxt {
    width: 280px;
    height: 120px;
}
.GreatItem .itemInfo {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    margin-top: 15px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.GreatItem li {
    width: 280px;
    height: 320px;
    background-color: #fff;
}
.GreatItem li:hover {
    box-shadow: 0px 0px 6px 0px rgba(15, 15, 15, 0.14);
    transition: all 0.5s;
}
.GreatestHits .conter {
    width: 280px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.GreatestHits .xian {
    width: 70px;
    height: 1px;
    background-color: #e9e9e9;
}
.Appalbum .conter {
    width: 280px;
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 25px;
}
.Appalbum .xian {
    width: 70px;
    height: 1px;
    background-color: #e9e9e9;
}
.Appalbum .itemNum {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.Appalbum .itemDate {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 20px;
}
.Appalbum .charts {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.Appalbum .charts li {
    margin-top: 20px;
    margin-right: 15px;
}
.Appalbum .charts a {
    display: block;
    height: 43px;
    line-height: 43px;
    padding: 0 18px;
    border: 1px solid #d6dee4;
    border-radius: 22px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #869baf;
}
.Appalbum .charts li:hover a {
    background-color: #ff7b39;
    color: #fff;
    border: 1px solid transparent;
    box-shadow: 0px 3px 2px 0px rgba(255, 123, 57, 0.38);
}
.Appalbum .topTitle {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.topTitle .top {
    width: 1200px;
    text-align: center;
    height: 20px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #e4e4e4;
}
.topTitle .bottom {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
}
.topTitle .bottom .one {
    color: #333333;
}
.topTitle .bottom .two {
    color: #ff661a;
}

.premium {
    width: 1200px;
    margin: 40px auto 0 auto;
}
.preBody {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.preOne {
    width: 651px;
    height: 348px;
    display: flex;
    justify-content: space-between;
}
.preLeft {
    width: 412px;
    height: 348px;
    overflow: hidden;
}
.preLeft img {
    width: 412px;
    height: 348px;
    transition: all 0.5s ease 0.1s;
}
.preLeft img:hover {
    transform: scale(1.3);
}
.preTwo {
    width: 529px;
    height: 348px;
    display: flex;
    justify-content: space-between;
}

.ptLeft {
    width: 297px;
    height: 348px;
    overflow: hidden;
}
.ptLeft img {
    width: 297px;
    height: 348px;
    transition: all 0.5s ease 0.1s;
}
.ptLeft img:hover {
    transform: scale(1.3);
}
.ptRight {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 219px;
    height: 348px;
}
.ptRight a {
    display: block;
    overflow: hidden;
    width: 219px;
    height: 165px;
}
.ptRight img {
    width: 219px;
    height: 165px;
    transition: all 0.5s ease 0.1s;
}
.ptRight img:hover {
    transform: scale(1.3);
}

.usTitle {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}

.body_position span {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #999999;
}

.body_position span a {
    color: #999999;
    text-decoration: none;
}

.usTitle_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 10px;
}
.usTitle_ul .active a {
    display: block;
    width: 150px;
    height: 48px;
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
    background-blend-mode: normal, normal;
    border-radius: 10px;
    line-height: 48px;
    text-align: center;
}
.usTitle_ul img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
    width: 21px;
    height: 21px;
}
.usTitle_ul .active a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.usTitle_ul li:hover {
    width: 150px;
    height: 48px;
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%);
    border-radius: 10px;
}
.usTitle_ul li:hover a {
    color: #fff;
}
.usTitle_ul li {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
}
.usTitle_ul li img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.usTitle_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}

.usBody {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 10px auto 30px auto;
    background-color: #fff;
    /* height: 600px; */
}

.article-content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    /* margin: 0 14px; */
}

.article-content p {
    margin: 5px 0 50px 0;
    line-height: 40px;
}

.article-content p a {
    display: inline;
    color: var(--public-color);
}

.article-content p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content p img {
    display: block;
    margin: 20px auto;
    width: 490px;
    height: 260px;
}

.NotFound {
    width: 1200px;
    margin: 0 auto 30px auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    height: 900px;
}
.foundImg {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.foundImg img {
    width: 390px;
    height: 400px;
}
.foundTxt {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}
.foundTxt a {
    width: 130px;
    height: 48px;
    background-color: #ff7b39;
    border-radius: 10px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}
.mgrOne {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.MobileGrank1 {
    margin-top: 30px;
}
.GrankOne {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj01.png);
    background-size: 370px 780px;
}
.GrankTwo {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj02.png);
    background-size: 370px 780px;
}
.GrankThree {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj03.png);
    background-size: 370px 780px;
}
.GrankFour {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj04.png);
    background-size: 370px 780px;
}
.GrankFive {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj05.png);
    background-size: 370px 780px;
}
.GrankSix {
    width: 370px;
    height: 780px;
    padding: 0 20px;
    box-sizing: border-box;
    background-image: url(./../images/bj06.png);
    background-size: 370px 780px;
}
.itemUl {
    margin-top: 30px;
}
.index-rank-box .item1 {
    width: 370px;
    /* margin-top: 20px; */
}
.index-rank-box .item1 ul li .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-rank-box .item1 ul li {
    border-bottom: 1px dashed #eee;
    padding-bottom: 13px;
    padding-top: 10px;
}

.index-rank-box .item1 ul li:last-child {
    border-bottom: none;
}

.index-rank-box .item1 ul li .type a {
    color: #999;
}
.index-rank-box .item1 ul li .type {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type a {
    display: block;
    background-color: #36cfcf;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}

.index-rank-box .item1 ul li .type1 a {
    color: #999;
}
.index-rank-box .item1 ul li .type1 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type1 a {
    display: block;
    background-color: #e06e5b;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}

.index-rank-box .item1 ul li .type2 a {
    color: #999;
}
.index-rank-box .item1 ul li .type2 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type2 a {
    display: block;
    background-color: #4078d9;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type3 a {
    color: #999;
}
.index-rank-box .item1 ul li .type3 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type3 a {
    display: block;
    background-color: #e3c16c;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type4 a {
    color: #999;
}
.index-rank-box .item1 ul li .type4 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type4 a {
    display: block;
    background-color: #56db8a;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .type5 a {
    color: #999;
}
.index-rank-box .item1 ul li .type5 {
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
}
.index-rank-box .item1 ul li.active .type5 a {
    display: block;
    background-color: #4078d9;
    border-radius: 6px;
    width: 52px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #fff;
}
.index-rank-box .item1 ul li .bottom {
    display: none;
    padding-left: 5px;
}

.index-rank-box .item1 ul li.active .bottom {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.index-rank-box .item1 ul li .num {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-right: 15px;
}

.index-rank-box .item1 ul li .name {
    font-size: 16px;
    color: #333;
    margin-right: 5px;
    flex: 1;
}

/* 
.index-rank-box .item ul li.active .name {
    color: #1ec6c0;
} */

.index-rank-box .item1 ul li .type {
    font-size: 15px;
    color: #999;
}

.index-rank-box .item1 ul li .img {
    width: 65px;
    height: 65px;
    border-radius: 6px;
    margin-left: 20px;
}

.index-rank-box .item1 ul li .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}

.index-rank-box .item1 ul li .info {
    margin-left: 15px;
    font-size: 15px;
    color: #999;
    line-height: 24px;
}

.GrankImg1 {
    width: 44px;
    height: 14px;
}
.GrankTitle img {
    width: 44px;
    height: 14px;
}
.GrankTxt {
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin: 0 20px;
}
.GrankImg1 {
    width: 330px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}
.GrankImg1 > div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.GrankImg1 .one {
    width: 120px;
    height: 144px;
}
.GrankImg1 > div img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.GrankImg1 > div .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}
.GrankImg1 .one a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.GrankImg1 .one img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.GrankImg1 .one .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 120px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}
.GrankBottom {
    display: block;
    width: 323px;
    height: 40px;
    line-height: 40px;

    border: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 10px;
    letter-spacing: 1px;
    color: #999999;
    text-align: center;
}
.mt55 {
    margin-top: 55px;
}

.mgrTwo {
    width: 1200px;
    margin: 20px auto 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.MobileGstrategy1 {
    margin-top: 10px;
}

.mgsMainbody1 {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.mgrThree {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.mgrThreeLeft {
    background-color: #fff;
    width: 830px;
    box-sizing: border-box;
    padding: 20px;
}
.comTit {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.titOne {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.titOne span:last-child {
    color: #ff7b39;
}
.titTwo a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
}

.MobileGameLeft1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MobileGameLeft1 li {
    margin-top: 20px;
    padding: 20px 25px;
    border: 1px solid #eeeeee;
}
.MobileGameLeft1 li a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 80px;
    height: 108px;
    position: relative;
}
.MobileGameLeft1 .mglImg {
    width: 80px;
    height: 80px;
}
.MobileGameLeft1 .mglImg img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.MobileGameLeft1 .mglTxt {
    width: 80px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #666666;
}

.MobileGame1 {
    width: 790px;
    padding: 15px 15px;
    /* margin: 15px auto 0 auto; */
    box-sizing: border-box;
    border-radius: 20px;
}

.mgrThreeRight {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.mgrR_ul {
    margin-top: 10px;
}
.mgrR_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.mgrR_ul li:last-child {
    border-bottom: none;
}
.mgrR_ul li a {
    flex: 1;
    margin-left: 15px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.mgrRound {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    background-color: #dcdcdc;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.mgrR_ul li .num {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    width: 45px;
    text-align: right;
}
.mgrDetaTitle {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
}
.mgrDetaTitle_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.mgrDetaTitle_ul li a {
    display: block;
    width: 200px;
    height: 48px;
    background-blend-mode: normal, normal;
    border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.mgrDetaTitle_ul li.active .img {
    margin-top: -5px;
    margin-left: 10px;
    width: 21px;
    height: 21px;
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    display: block;
}
.mgrDetaTitle_ul li .img {
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.mgrDetaTitle_ul li.active a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
    color: #ffffff;
}
.mgrDetaTitle_ul li:hover {
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.mgrDetaTitle_ul li:hover a {
    color: #fff;
}
.mgrDetaTitle_ul li:hover .img {
    background: url(./../images/bai.png);
}
.mgrDetaTitle_ul li {
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 20px;
}
.mgrDetaTitle_ul li img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.mgrDetaTitle_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.mtfu {
    margin-top: -30px;
}
.mgrDetaBody {
    width: 1200px;
    margin: 0 auto;
}
.mgrDetaBody li {
    display: flex;
    align-items: center;
    padding: 20px;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 20px;
}
.mgrDetaBody li .rank {
    width: 69px;
    height: 63px;
    position: relative;
}
.mgrDetaBody li .rank .rankNum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.mgrDetaBody li .rank img {
    width: 69px;
    height: 63px;
}
.mgrDetaBody li .img {
    width: 120px;
    height: 120px;
    margin-left: 20px;
}
.mgrDetaBody li .img img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
}
.mgrDetaBody li .text {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    width: 735px;
}
.mgrDetaBody li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.mgrDetaBody li .info {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}
.mgrDetaBody li .label {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}
.mgrDetaBody li .label span a {
    /* display: block; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
}
.flex {
    display: flex;
}
.aic {
    align-items: center;
}
.mgrDetaBody li .mgrWidth {
    width: 931px;
    margin-left: 23px;
    justify-content: space-between;
}
.mgrDetaBody li .click {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}

.mgrDetaBody .active .click {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    background-color: #ff7b39;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
}
.mgrDetaBody .active .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}
.MgDownTitle {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 auto;
    background-color: #fff;
}

.MgDownTitle_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
}
.MgDownTitle_ul li a {
    width: 150px;
    height: 48px;
    background-blend-mode: normal, normal;
    border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.MgDownTitle_ul li.active .img {
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MgDownTitle_ul li .img {
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MgDownTitle_ul li.active a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
    color: #ffffff;
}
.MgDownTitle_ul li:hover {
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.MgDownTitle_ul li:hover a {
    color: #fff;
}
.MgDownTitle_ul li:hover .img {
    background: url(./../images/bai.png);
}
.MgDownTitle_ul li {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 10px;
}
.MgDownTitle_ul li img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.MgDownTitle_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MgDownBody {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MgDownBody li {
    padding: 20px;
    background-color: #fff;
    width: 240px;
    height: 137px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 20px 0;
    border-radius: 10px;
}
.MgDownBody li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MgDownBody li .content {
    display: flex;
    height: 100px;
}
.MgDownBody li .content img {
    width: 100px;
    height: 100px;
}
.MgDownBody li .content img .img {
    width: 100px;
    height: 100px;
}
.MgDownBody li .info {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.MgDownBody li .info div {
    width: 110px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.MgDownBody li .click {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}
.MgDownBody li:hover .click {
    background-color: #ff7b39;
    color: #fff;
    border-radius: 6px;
}

.fenye {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 0;
}
.fenye1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 30px 0;
}
.fenye2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}
.fenye3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0 20px 0;
}
.fenye4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.fenyeTxt a {
    display: block;
    width: 100px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #999999;
}

.pagination {
    margin: 10px 0 10px 0;
    text-align: center;
}

.pagination .page-item {
    display: inline-block;
    margin: 3px;
    font-size: 13px;
    border: 1px solid var(--br-c);
    color: #555;
    border: solid 1px #d2d2d2;
}

.pagination .active span {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item:hover a {
    background: var(--pm-c);
    color: #fff;
}

.pagination .page-item .page-link {
    display: block;
    padding: 6px 10px;
    border: 1px solid transparent;
}

.pagination li span {
    color: #999999;
}

.pagination li a {
    display: inline-block;
    color: #999999;
}

.pagination li a:hover {
    background: var(--pm-c);
    color: #fff;
    border: 1px solid var(--pm-c) !important;
}

:root {
    --pm-c: #ff7b39;
    --dm-c: #fdeaea;
    --bg-c: #f7f7f7;
    --br-c: #eeeeee;
}

.GdetaOne {
    display: flex;
    margin-top: 30px;
}
.areaImg {
    width: 140px;
    height: 140px;
}
.areaImg img {
    width: 140px;
    height: 140px;
    border-radius: 10px;
}

.arreaTXt {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.arreaTXt h1 a {
    display: block;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTxtOne {
    width: 1000px;
    display: flex;
    flex-wrap: wrap;
}
.arreaTxtOne li {
    display: flex;
}
.arreaTxtOne li div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
    padding-left: 20px;
    box-sizing: border-box;
}
.arreaBtn {
    display: flex;
    margin-top: 25px;
    margin-bottom: 10px;
}
.gameDetaOne {
    border-top: 1px solid #eee;
    margin-top: 15px;
    position: relative;
}
.show-game-head {
    display: flex;
}
.show-game-info {
    margin-top: 25px;
    max-width: 670px;
    display: flex;
    text-align: center;
    background-color: #fdfaf4;
    border-radius: 6px;
    padding: 13px;
}
.show-game-info li {
    flex: 1;
    font-size: 14px;
    display: block !important;
    border-right: 1px solid #eee;
}
.show-game-info li:last-child {
    border: 0;
}
.show-game-info li span {
    display: block;
    color: #999;
    margin-bottom: 20px;
}

.show-game-score {
    width: 300px;
    height: 180px;
    background-image: url(./../images/show-game-score.png);
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center top;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #aaa;
}

.show-game-data {
    width: auto !important;
    flex: 1 !important;
    overflow: hidden !important;
    display: block !important;
    position: unset !important;
}

.MgDownCont {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.MgDownLeft {
    width: 830px;
}
.MgDownOne {
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.MgDo_ul li {
    position: relative;
    margin-right: 30px;
}
.MgDo_ul {
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
    display: flex;
}
.MgDo_ul .hollow {
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 47px;
    bottom: -20px;
}
.MgDo_ul li .title {
    margin-left: -10px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #ffffff;
    width: 125px;
    height: 52px;
    text-align: center;
    line-height: 52px;
}
.MgDo_ul .title {
    background-image: url(../img/text.png);
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}

.article-content1 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 30px;
    /* margin: 0 14px; */
}

.article-content1 p {
    margin: 10px 0;
    line-height: 40px;
}

.article-content1 p a {
    display: inline;
    color: var(--public-color);
}

.article-content1 p iframe {
    margin-left: -2em;
    max-width: 70%;
}

.article-content1 p img {
    display: block;
    margin: 20px auto;
    width: 490px;
    height: 260px;
}
.article-content1 .label {
    display: flex;
    align-items: center;
}
.article-content1 .block {
    width: 8px;
    height: 8px;
    background-color: #ff7b39;
}
.article-content1 h3 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
    margin-left: -10px;
    text-indent: 1em;
}
.article-content1 h3:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--pm-c);
    margin-right: 15px;
    transform: translateY(-1px);
}

.GdetaTwo_lb {
    width: 700px;
    margin: 30px auto 0 auto;
}
.MgdoGift {
    margin-top: 80px;
}
.MgdoGift_ul {
    width: 790px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.MgdoGift_ul li {
    width: 380px;
    padding: 20px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #f9f9f9;
}

.MgdoGift_ul li .GiftTitle {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MgdoGift_ul li .GiftInfo {
    margin-top: 20px;
    display: flex;
}
.MgdoGift_ul li .packInfo .GiftImg {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}
.MgdoGift_ul li .GiftImg img {
    border-radius: 10px;
    width: 80px;
    height: 80px;
}
.MgdoGift_ul li .GiftInfo .GiftTxt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #888888;
    margin-left: 20px;
}
.MgdoGiftwo_ul {
    width: 790px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MgdoGiftwo_ul li {
    width: 380px;
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.MgdoGiftwo_ul li .one {
    display: flex;
    align-items: center;
}
.MgdoGiftwo_ul .block {
    width: 8px;
    height: 8px;
    background-color: #ff7b39;
    margin-right: 20px;
}
.MgdoGiftwo_ul .name {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    width: 200px;
}
.MgdoGiftwo_ul .two {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.MgDownTwo {
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownTwo_ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.MgDownTwo_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.MgDownTwo_ul li .img {
    width: 220px;
    height: 150px;
    position: relative;
}
.MgDownTwo_ul li .img a {
    display: block;
    width: 220px;
    height: 150px;
}
.Imgtext {
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: 10px;
    left: 10px;
}
.MgDownTwo_ul li .img img {
    width: 220px;
    height: 150px;
}
.MgDownTwo_ul li .info {
    width: 550px;
}
.pbbm {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dcdcdc;
}
.GdetaTwo_lb .swiper-slide-active img {
    box-shadow: 0px 0px 35px 0px rgba(15, 15, 15, 0.38);
}
.MgDownTwo_ul li .title {
    margin-top: 5px;
}
.MgDownTwo_ul li .title a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MgDownTwo_ul li .count {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 20px;
}
.MgDownTwo_ul li .bottom {
    width: 550px;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}
.MgDownTwo_ul li .bottom span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MgDownTwo_ul li .bottom span:last-child {
    margin-left: 20px;
}
.MgDownTwo_ul li .bottom span a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MgDownTwo_ul li .bottom > a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}
.MgDownThree {
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownRight {
    width: 350px;
}
.MgDownFour {
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.MgDownFour_ul {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.MgDownFour_ul li {
    width: 85px;
    height: 120px;
    display: flex;
    padding: 15px 0;
}
.MgDownFour_ul li a {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.MgDownFour_ul li img {
    border-radius: 10px;
    width: 85px;
    height: 85px;
}
.MgDownFour_ul li div {
    width: 85px;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}
.MgDownFive {
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top: 20px;
}
.MgDownFive_ul {
    margin-top: 15px;
}
.MgDownFive_ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.MgDownFive_ul li:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}
.MgDownFive_ul li a {
    display: flex;
    justify-content: space-between;
}

.MgDownFive_ul li .img {
    width: 102px;
    height: 68px;
}
.MgDownFive_ul li .img img {
    width: 102px;
    height: 68px;
}
.MgDownFive_ul li .info {
    width: 188px;
    height: 68px;
    position: relative;
}
.MgDownFive_ul li .title {
    height: 68px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #333333;
}
.MgDownFive_ul li .date {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 1px;
    color: #888888;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    background-color: #fff;
    text-align: right;
}
.MgDownSix {
    width: 350px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 20px;
}
.Sixflash {
    width: 310px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.Sixflash li a {
    position: relative;
    display: block;
    width: 150px;
    height: 97px;
}
.Sixflash li .img {
    width: 150px;
    height: 97px;
}
.Sixflash li .img img {
    width: 150px;
    height: 97px;
}
.Sixflash li .txt {
    position: absolute;
    top: 0;
    left: 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    width: 81px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #ff7b39;
    border-radius: 0px 0px 20px 0px;
}
.MgDownSix_ul {
    margin-top: 10px;
}
.MgDownSix_ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.MgDownSix_ul li:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}
.MgDownSix_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}

.MgDownSeven {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 20px;
}

.btn-code {
    display: none;
    position: absolute;
    left: 15px;
    bottom: -180px;
    width: 155px;
    height: 177px;
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(100, 100, 100, 0.22);
    border: solid 1px #ffffff;
    text-align: center;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    z-index: 99;
}

.btn-code img {
    width: 125px;
    height: 125px;
    margin-top: 18px;
    margin-bottom: 7px;
}

.btn-code p img {
    height: auto;
    width: auto;
    margin: 0;
}

.blue {
    background-color: #488ff0;
}
.yellow {
    background-color: #ff9b19;
}
.grey {
    background-color: #ced7ea;
}

.game-down-btn:hover .btn-code {
    display: block !important;
}

.game-down-btn {
    width: 200px;
    height: 54px;
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
    margin-right: 20px;
    position: relative;
}
.game-down-btn > span {
    line-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-down-btn > span img {
    margin-right: 13px;
}

.game-down-btn > a {
    line-height: 54px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.game-down-btn > a img {
    margin-right: 13px;
}

.MGamesTitle {
    width: 1200px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.MGamesTitle_ul {
    display: flex;
    margin: 10px 0;
}
.MGamesTitle_ul li a {
    width: 150px;
    height: 48px;
    background-blend-mode: normal, normal;
    border-radius: 10px;
    line-height: 48px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}
.MGamesTitle_ul li.active .img {
    background: url(./../images/bai.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MGamesTitle_ul li.active a {
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.MGamesTitle_ul li .img {
    background: url(./../images/hui.png);
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    display: block;
}
.MGamesTitle_ul .active a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.MGamesTitle_ul li:hover {
    width: 150px;
    height: 48px;
    background-image: linear-gradient(90deg, #fc9f71 0%, #ff7530 100%);
    border-radius: 10px;
}
.MGamesTitle_ul li:hover a {
    color: #fff;
}
.MGamesTitle_ul li:hover .img {
    background: url(./../images/bai.png);
}
.MGamesTitle_ul li {
    width: 150px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: solid 1px #eeeeee;
    border-radius: 10px;
    margin-right: 20px;
}
.MGamesTitle_ul li img {
    vertical-align: middle;
    margin-top: -5px;
    margin-left: 10px;
}
.MGamesTitle_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MGamesBody {
    width: 1200px;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.MGamesBody li {
    width: 590px;
    /*height: 354px;*/
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
}
.MGamesBody li .title {
    /* margin-top: 10px; */
}
.MGamesBody li .title a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MGamesBody li .cont {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 1px;
    color: #666666;
    margin-top: 20px;
}
.MGamesBody li .img {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.MGamesBody li .img span {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.MGamesBody li .img span img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.MGamesBody li .info {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
}
.MGamesBody li .info span {
    background-color: #f6f6f6;
    padding: 5px;
}
.MGamesBody li .info span:last-child {
    margin-left: 5px;
}
.MGDetaTitle {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}

.MGDetaBody {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 10px;
}
.MGDetaLeft {
    width: 750px;
}
.MGDetaLeft h1 {
    font-family: MicrosoftYaHei-Bold;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 10px;
}
.MGDetaLeft .label {
    display: flex;
    margin-top: 20px;
    margin-left: 10px;
}
.MGDetaLeft .label div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding: 8px 12px;
    margin-right: 5px;
}
.MGDetaLeft .label .one {
    background-color: #ffc45d;
}
.MGDetaLeft .label .two {
    background-color: #93d06a;
}
.MGDetaLeft .label .three {
    background-color: #f97d5c;
}
.MGDetaLeft .cont {
    margin-top: 20px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
.MGDetaLeft .bottom {
    margin-top: 20px;
    display: flex;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eeeeee;
    width: 750px;
}
.MGDetaLeft .bottom .tuijian {
    width: 125px;
    text-align: center;
    background-color: #f6f6f6;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MGDetaLeft .bottom .click {
    display: flex;
    margin-left: 20px;
    width: 600px;
}
.MGDetaLeft .bottom .click a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MGDetaLeft .bottom .click a:hover {
    color: #ff7b39;
}

.MGDetaRight {
    padding: 80px 25px 25px 25px;
    box-sizing: border-box;
    width: 343px;
    height: 229px;
    background-image: url(./../images/xbtj.png);
}
.MGDetaRight .top {
    display: flex;
}
.MGDetaRight .img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.MGDetaRight .img img {
    width: 85px;
    height: 85px;
    border-radius: 10px;
}
.MGDetaRight .info {
    height: 85px;
    line-height: 42px;
    margin-left: 20px;
}
.MGDetaRight .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MGDetaRight .cont {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.MGDetaRight .bottom {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 20px;
}

.MGDetaOne {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 390px);
}
.MGDetaOne li {
    position: relative;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
    width: 390px;
    height: 177px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-top: 20px;
}
.MGDetaOne li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.MGDetaOne li .info {
    display: flex;
}
.MGDetaOne li .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 20px;
}
.MGDetaOne li .img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.MGDetaOne li .cont {
    width: 230px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.MGDetaOne li .cont .text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
.MGDetaOne li .cont .click {
    width: 78px;
    height: 33px;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.MGDetaOne li:hover .click {
    background-color: #ff7b39;
    color: #fff;
}
.MGDetaOne li .topOne {
    width: 71px;
    height: 31px;
    background-blend-mode: normal, normal;
    border-radius: 0px 10px 0px 10px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}
.topTwo {
    width: 71px;
    height: 31px;
    background-image: linear-gradient(90deg, #e5e5e5 0%, #d2d2d2 100%), linear-gradient(#d5d5d5, #d5d5d5);
    background-blend-mode: normal, normal;
    border-radius: 0px 10px 0px 10px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 31px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.MGDetaTwo {
    width: 1200px;
    margin: 20px auto 0 auto;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.mt10 {
    margin-top: 10px;
}

.searchTitle {
    width: 1200px;
    margin: 0 auto 40px auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.StopTitle {
    width: 1160px;
    text-align: center;
    position: relative;
}
.StopTitle .xian {
    height: 1px;
    width: 1160px;
    top: 20px;
    border-bottom: solid 1px #f5f5f5;
    position: absolute;
}
.StopTitle .top {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #e4e4e4;
}
.StopTitle .body {
    width: 180px;
    margin: 0 auto;
    background-color: #fff;
}
.StopTitle .bottom {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -10px;
}

.StopTitle .bottom span {
    color: #333333;
}
.StopTitle .bottom span:last-child {
    color: #ff6619;
}
.searchTitle .result {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 50px;
}
.search_ul {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
}
.search_ul li {
    width: 290px;
    height: 177px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-right: 35px;
}
.search_ul li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.search_ul li .info {
    display: flex;
}
.search_ul li .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.search_ul li .img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.search_ul li .content {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.search_ul li div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
.search_ul li .content a {
    width: 78px;
    height: 33px;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.search_ul li:hover .content a {
    background-color: #ff7b39;
    color: #fff;
}
.searchTwo_ul {
    margin-top: 20px;
}
.searchTwo_ul li {
    display: flex;
    margin-top: 30px;
}
.searchTwo_ul li:last-child {
    border-bottom: none;
}
.searchTwo_ul li .top {
    width: 220px;
    height: 150px;
    position: relative;
}
.searchTwo_ul li .top .img {
    width: 220px;
    height: 150px;
}
.searchTwo_ul li .top .img img {
    width: 220px;
    height: 150px;
}
.searchTwo_ul li .top .label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 65px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
}
.searchTwo_ul li .info {
    margin-left: 20px;
    width: 920px;
}
.searchTwo_ul li .title {
    margin-top: 5px;
}
.searchTwo_ul li .title a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.searchTwo_ul li .count {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #888888;
    margin-top: 20px;
}
.searchTwo_ul li .bottom {
    width: 920px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.searchTwo_ul li .bottom span a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.searchTwo_ul li .bottom span {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.searchTwo_ul li .bottom span:last-child {
    margin-left: 20px;
}
.searchTwo_ul li .bottom > a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}

.webMapTitle {
    width: 1200px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin: 0 auto;
}

.webMapBody {
    width: 1200px;
    margin: 20px auto 40px auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.webMapBody_ul {
    margin-top: 38px;
    display: flex;
    flex-wrap: wrap;
}
.webMapBody_ul li {
    height: 55px;
    width: 145px;
    margin-right: 20px;
}
.webMapBody_ul li a {
    height: 15px;
    display: flex;
    align-items: center;
}
.webMapBody_ul li .block {
    width: 8px;
    height: 8px;
    background-color: #e7e7e7;
    margin-right: 18px;
}
.webMapBody_ul li .text {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.webMapBody_ul li:hover .block {
    background-color: #ff7b39;
}
.webMapBody_ul li:hover .text {
    color: #ff7b39;
}

.appSoftware {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.appSoftOne {
    width: 1200px;
    margin: 20px auto;
}

.appSoftOne_ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.appSoftOne_ul li {
    width: 290px;
    height: 177px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}
.appSoftOne_ul li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.appSoftOne_ul li .info {
    display: flex;
}
.appSoftOne_ul li .img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.appSoftOne_ul li .img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}
.appSoftOne_ul li .content {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.appSoftOne_ul li div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #666666;
}
.appSoftOne_ul li .content a {
    width: 78px;
    height: 33px;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 33px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.appSoftOne_ul li:hover .content a {
    background-color: #ff7b39;
    color: #fff;
}

.grey {
    background-color: #d9d9d9;
}

.gameGift {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.gameGift_ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.gameGift_ul li {
    width: 364px;
    display: flex;
    justify-content: space-between;
}
.gameGift_ul li .img {
    width: 110px;
    height: 110px;
}
.gameGift_ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}
.gameGift_ul li .info {
    width: 234px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.gameGift_ul li .name a {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.gameGift_ul li .text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #888888;
}
.gameGiftBody {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.gameGiftLeft {
    width: 830px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
}
.shuang {
    height: 1880px;
    position: relative;
}
.GiftOne_ul {
}
.GiftOne_ul:last-child {
    display: none;
}
.GiftLeft_ul {
    display: flex;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
}
.GiftLeft_ul li {
    position: relative;
    margin-right: 30px;
}

.GiftLeft_ul li .hollow {
    display: none;
}

.GiftLeft_ul li.active .hollow {
    display: block;
}
.GiftLeft_ul li .hollow {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 58px;
    bottom: -20px;
}

.GiftLeft_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    display: block;
    width: 125px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 20px;
    z-index: 1;
}
.GiftLeft_ul .active a {
    width: 125px;
    height: 52px;
    background-image: url(../img/text.png);
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}
.GiftLeft_ul li .huib {
    width: 115px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    position: absolute;
}
.GiftOne_ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px dashed #dcdcdc;
}
.GiftOne_ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.GiftOne_ul li .left {
    display: flex;
    width: 655px;
}
.GiftOne_ul li .img {
    width: 110px;
    height: 110px;
}
.GiftOne_ul li .img img {
    width: 110px;
    height: 110px;
    border-radius: 20px;
}
.GiftOne_ul li .info {
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.GiftOne_ul li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.GiftOne_ul li .text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 15px;
    letter-spacing: 1px;
    color: #666666;
}
.GiftOne_ul li .date {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
}
.GiftOne_ul li .click {
    width: 97px;
    height: 43px;
    border-radius: 10px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    text-align: center;
    letter-spacing: 1px;
    color: #ff7b39;
}
.GiftOne_ul li:hover .click {
    background-color: #ff7b39;
    color: #fff;
}
.gameGiftRight {
    width: 350px;
}

.gameGifOne {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.gameGifTwo {
    width: 350px;
    padding: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.arreaTxtOne1 {
    margin-top: 20px;
}
.arreaTxtOne1 li {
    display: flex;
    /* margin-right: 20px; */
    border: 1px solid #eee;
}
.arreaTxtOne1 li .one {
    background-color: #f6f6f6;
    width: 125px;
    height: 40px;
    line-height: 40px;
}
.arreaTxtOne1 li.hou {
    border-top: none;
}
.arreaTxtOne1 li div {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
    padding-left: 20px;
}
.arreaTxtOne1 li div:last-child {
    width: 145px;
    height: 40px;
    line-height: 40px;
}
.arreaBtn {
    display: flex;
    margin-top: 25px;
}
.arreaTxtOne1 li .hou {
    border-top: none;
}
.arreaTXt {
    width: 1160px;
    margin-left: 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.arreaTXt h1 a {
    display: block;
    height: 31px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 600;
    color: #333333;
}

.arreaTXt .right {
    position: absolute;
    top: -70px;
    right: 20px;
}

.xggl {
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    margin: 20px auto 0 auto;
    background-color: #fff;
    border-radius: 20px;
}
.body {
    position: relative;
    width: 100%;
    height: 100%;
}
.pop-up {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    z-index: 15;
    display: none;
}
.pop-up .region {
    width: 456px;
    height: 389px;
    background-color: #ffffff;
    border-radius: 20px;
    margin: 300px auto;
}
.region .top {
    width: 456px;
    height: 60px;
    border-radius: 20px 20px 0 0;
    background-color: #ff7b39;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}
.region .img {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.region .img img {
    width: 116px;
    height: 134px;
}
.region .activation {
    text-align: center;
    margin-top: 20px;
}
.region .click {
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.region .click a {
    display: block;
    width: 190px;
    padding: 7px 0;
    text-align: center;
    border-radius: 10px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #999999;
}
.region .click a:last-child {
    border: solid 1px #ff7b39;
    color: #ff7b39;
}
.infoTitle {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}
.detatitle {
    padding: 40px 0;
    margin: 0 auto;
}
.infoTitle .xian {
    /* width: 1160px;  */
    margin-top: 10px;
    border-top: 1px solid #f5f5f5;
}
.detatitle h1 {
    margin-bottom: 35px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}
.detainfo {
    display: flex;
    justify-content: space-around;
    width: 530px;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.infoBody {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.infoBLeft {
    width: 830px;
}
.infoOne {
    width: 830px;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}

.info_p {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-indent: 2em;
}

.info_p iframe {
    display: block;
    max-width: 68%;
    margin: 0 auto;
}
.info_p p {
}
.info_p p img {
    display: block;
    margin: 5px auto;
    width: 500px;
    height: auto;
}
.infoOne_ul {
    width: 790px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #ff7b39;
    padding: 20px;
    margin-top: 15px;
}
.infoOne_ul .top {
    display: flex;
    justify-content: center;
}
.infoOne_ul li .bottom {
    display: flex;
    justify-content: space-between;
    width: 580px;
    height: 90px;
}
.infoOne_ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.infoOne_ul li .img {
    width: 90px;
    height: 90px;
}
.infoOne_ul li .img img {
    width: 90px;
    height: 90px;
    border-radius: 20px;
}
.infoOne_ul li .info {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    width: 470px;
}
.infoOne_ul li .name a {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.infoOne_ul li .cont {
    width: 470px;
    display: flex;
    justify-content: space-between;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.infoOne_ul li .text {
    width: 470px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #888888;
}
.infoOne_ul li .click {
    width: 108px;
    height: 43px;
    background-color: #ff7b39;
    border-radius: 8px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 43px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}
.infoTwo {
    width: 830px;
    margin: 20px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
}

.infoThree {
    width: 830px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    margin: 20px auto 0 auto;
}
.infoPRight {
    width: 350px;
}
.infoFour {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}

.infoCenter {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.infoTwo_ul {
    width: 1160px;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
.infoTwo_ul li {
    display: flex;
    justify-content: space-between;
    width: 565px;
}
.infoTwo_ul li .left {
    width: 145px;
    height: 110px;
    position: relative;
}
.infoTwo_ul li .left .img {
    width: 145px;
    height: 110px;
    display: block;
}
.infoTwo_ul li .left .img img {
    width: 145px;
    height: 110px;
}
.infoTwo_ul li .label {
    width: 57px;
    height: 23px;
    background: rgba(0, 0, 0, 0.5);
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 23px;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
}
.infoTwo_ul li .right {
    width: 400px;
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.infoTwo_ul li .title {
    font-family: MicrosoftYaHei;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.infoTwo_ul li .text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #888888;
}
.infoMain {
    width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.infoMainLeft {
    width: 830px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-sizing: border-box;
}

.listOne01 li {
    width: 60px;
}
.listOne02 li {
    width: 135px;
}
.topTitle .xian {
    width: 1179px;
    height: 1px;
    border-bottom: solid 1px #f5f5f5;
    position: absolute;
    top: 50px;
}
.topTitle img {
    z-index: 1;
}

.infoMiddle {
    position: relative;
}
.middleTwo {
    position: absolute;
    top: 55px;
}

.middleTwo a {
    width: 400px;
    display: flex;
    justify-content: space-between;
}

.middleTwo01 {
    position: absolute;
    top: 55px;
    display: none;
}
.middleTwo01 a {
    width: 400px;
    display: flex;
    justify-content: space-between;
}
.Mbutton {
    cursor: pointer;
}
.recommend {
    display: flex;
    border: solid 1px #eeeeee;
    margin-top: 40px;
    margin-left: 10px;
}
.recommend .right span {
    color: #888888;
}
.recommend .left {
    width: 125px;
    text-align: center;
    line-height: 90px;
    background-color: #f6f6f6;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 1px;
    color: #888888;
}
.recommend .right {
    width: 619px;
    height: 90px;
    padding: 0 25px;
    display: flex;
    align-items: center;
}
.recommend .right p {
    line-height: 35px;
}
.recommend .right p a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #888888;
}
.recommend .right p a:hover {
    color: #ff7b39;
}

.packImg {
    width: 320px;
    height: 90px;
}
.ranking {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.rankBody {
    width: 370px;
    height: 630px;
    margin-top: 30px;
    padding: 0 20px;
    box-sizing: border-box;
}

.rankTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    padding-top: 30px;
}
.rankTitle img {
    width: 30px;
    height: 10px;
}
.rankDate {
    width: 155px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 16px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 32px;
    margin: 20px auto 0 auto;
}

.rankImg {
    width: 330px;
    height: 144px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.rankImg > div {
    width: 80px;
    height: 144px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
}
.rankImg .one {
    width: 120px;
    height: 144px;
}
.rankImg > div img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.rankImg > div .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;
}
.rankImg .one a {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.rankImg .one img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.rankImg .one .txt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    width: 120px;
    text-align: center;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
}
.rankOne_ul li {
    margin: 25px 0;
}
.rankOne_ul li .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rankOne_ul li .num {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.rankOne_ul li .name {
    flex: 1;
    margin-left: 15px;
}
.rankOne_ul li .name a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.rankOne_ul li .click {
    display: block;
    width: 52px;
    height: 28px;
    border-radius: 6px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
}
.rankOne_ul li .info {
    display: flex;
    margin-top: 15px;
    margin-left: 25px;
}
.rankOne_ul li .img {
    width: 65px;
    height: 65px;
}
.rankOne_ul li .img img {
    width: 65px;
    height: 65px;
    border-radius: 10px;
}
.rankOne_ul li .cont {
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    margin-left: 15px;
}
.rankOne_ul li .cont div {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    letter-spacing: 1px;
    color: #666666;
}
.rankBody .more {
    display: block;
    width: 330px;
    height: 42px;
    border: solid 1px #eeeeee;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    color: #999999;
    margin-top: 35px;
}

.ys_one {
    color: #36cfcf;
}
.ys_two {
    color: #ff8888;
}
.ys_three {
    color: #62a2f8;
}
.ys_four {
    color: #eec148;
}
.border_one {
    color: #36cfcf;
    border: solid 1px #36cfcf;
}
.border_two {
    color: #ff8888;
    border: solid 1px #ff8888;
}
.border_three {
    color: #62a2f8;
    border: solid 1px #62a2f8;
}
.border_four {
    color: #eec148;
    border: solid 1px #eec148;
}
.rankTop {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: space-between;
    display: grid;
    grid-template-columns: repeat(auto-fill, 370px);
}

.rankBgOne {
    background: url(./../images/rank01.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgTwo {
    background: url(./../images/rank02.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgThree {
    background: url(./../images/rank03.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgFour {
    background: url(./../images/rank04.png);
    background-repeat: no-repeat;
    background-size: 370px 308px;
}
.rankBgBody {
    width: 1160px;
    height: 166px;
    position: relative;
}
.rankBgBody .img {
    width: 1160px;
    height: 166px;
}
.rankBgBody .img img {
    width: 1160px;
    height: 166px;
}
.rankLabrl {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -90%);
}
.rankLabrl .text {
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 1px;
    color: #333333;
    padding: 0 20px;
}
.rankLabrl img {
    width: 44px;
    height: 14px;
}
.rankBgBody .date {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 70%);
}
.rankingOne {
    width: 1200px;
    display: flex;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}
.rankingLeft {
    width: 830px;
}
.rankingOne_ul {
    width: 830px;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0 20px;
    box-sizing: border-box;
}
.rankingOne_ul li a {
    display: flex;
    align-items: center;
}
.rankingOne_ul li {
    border-bottom: 1px dashed #dcdcdc;
    padding: 29px 0;
}
.rankingOne_ul li:last-child {
    border-bottom: none;
    padding: 29px 0;
}
.rankingOne_ul li .img {
    width: 120px;
    height: 120px;
    margin-left: 20px;
}
.rankingOne_ul li .img img {
    width: 120px;
    height: 120px;
    border-radius: 20px;
}
.rankingOne_ul li .text {
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin-left: 20px;
    width: 400px;
}
.rankingOne_ul li .name {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.rankingOne_ul li .info {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 1px;
    color: #666666;
}
.rankWidth {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rankingOne_ul li .label {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #999999;
}
.rankingOne_ul li .label span {
    /* display: block; */
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #999999;
    padding: 1px 3px;
    border: 1px solid #dcdcdc;
    margin-right: 5px;
}
.rankingOne_ul li .click {
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ff7b39;
}
.rankingOne_ul li .rank {
    width: 69px;
    height: 63px;
    position: relative;
}
.rankingOne_ul li .rank .rankNum {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-55%, -55%);
    font-family: MicrosoftYaHei-Bold;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    color: #ffffff;
}
.rankingOne_ul li:hover .name {
    color: #ff7b39;
}
.rankingOne_ul li:hover .click {
    background-color: #ff7b39;
    border-radius: 6px;
    border: solid 1px #ff7b39;
    color: #ffffff;
}

.rankTwo_ul {
    margin-top: 50px;
}
.rankingTwo {
    margin-top: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.rankingRight {
    width: 350px;
}
.rankingThree {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 20px;
}
.rankingThree_ul {
    margin-top: 15px;
}
.rankingThree_ul li .rktTop {
    width: 310px;
    height: 44px;
    border-radius: 22px;
    border: solid 1px #aab9c6;
    text-align: center;
    line-height: 44px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #869baf;
}
.rankingThree_ul li {
    padding: 5px 0;
    cursor: pointer;
}
.rankingThree_ul li.active .rktBottom {
    margin-top: 15px;
    width: 310px;
    height: 130px;
    background: url(./../images/rbj.png);
    background-repeat: no-repeat;
    background-size: 310px 130px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rankingThree_ul li .rktBottom .img {
    width: 70px;
    height: 70px;
}
.rankingThree_ul li .rktBottom .img img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}
.rankingThree_ul li .rktBottom .one {
    margin-top: 40px;
}
.rankingThree_ul li .rktBottom .name {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    margin-top: 8px;
    letter-spacing: 1px;
    text-align: center;
    color: #666666;
    width: 70px;
}
.rankingThree_ul li .rktBottom {
    display: none;
}
.rankingThree_ul li.active .rktTop {
    background-color: #ff7b39;
    box-shadow: 0px 3px 2px 0px rgba(255, 123, 57, 0.38);
    border-radius: 22px;
    color: #ffffff;
    border: 1px solid transparent;
}

.rankingFour_ul li {
    width: 310px;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 10px;
    background-color: #f7f7f7;
}
.rankingFour_ul li .rkfTitle {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
}
.rankingFour_ul li .rkfInfo {
    margin-top: 20px;
    display: flex;
}
.rankingFour_ul li .rkfInfo img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-right: 20px;
}
.rankingFour_ul li .rkfInfo .rkfTxt {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    height: 80px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 35px;
    margin-top: 6px;
    letter-spacing: 1px;
    margin-left: 15px;
    color: #888888;
}
.rankingFour_ul .rkfImg {
    width: 80px;
    height: 80px;
}
.rankingFour_ul .rkfImg img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.hide {
    display: none !important;
}

.GreatItem .itemImg {
    width: 280px;
    height: 182px;
}
.GreatItem .itemImg1 {
    background: url(./../images/jx01.png) no-repeat center center;
}
.GreatItem .itemImg2 {
    background: url(./../images/jx02.png) no-repeat center center;
}
.GreatItem .itemImg3 {
    background: url(./../images/jx03.png) no-repeat center center;
}
.GreatItem .itemImg4 {
    background: url(./../images/jx04.png) no-repeat center center;
}
.GreatItem .itemImg5 {
    background: url(./../images/jx05.png) no-repeat center center;
}
.GreatItem .itemImg6 {
    background: url(./../images/jx06.png) no-repeat center center;
}
.GreatItem .itemImg7 {
    background: url(./../images/jx07.png) no-repeat center center;
}
.GreatItem .itemImg8 {
    background: url(./../images/jx08.png) no-repeat center center;
}

.MGDetaOne li:nth-child(1) .topOne {
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.MGDetaOne li:nth-child(2) .topOne {
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.MGDetaOne li:nth-child(3) .topOne {
    background-image: linear-gradient(90deg, #fc8871 0%, #ff4949 100%), linear-gradient(#d5d5d5, #d5d5d5);
}
.mgrR_ul li:nth-child(1) .mgrRound {
    background-color: #ff7b39;
}
.mgrR_ul li:nth-child(2) .mgrRound {
    background-color: #ff7b39;
}
.mgrR_ul li:nth-child(3) .mgrRound {
    background-color: #ff7b39;
}
.GiftLeft1_ul {
    display: flex;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 15px;
}
.GiftLeft1_ul li {
    position: relative;
    margin-right: 30px;
}

.GiftLeft1_ul li .hollow {
    display: none;
}

.GiftLeft1_ul li.active .hollow {
    display: block;
}
.GiftLeft1_ul li .hollow {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid#ff7b39;
    position: absolute;
    left: 58px;
    bottom: -20px;
}
.GiftLeft1_ul li a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    display: block;
    width: 125px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border-radius: 20px;
    z-index: 1;
    position: relative;
}
.GiftLeft1_ul .active a {
    width: 125px;
    height: 52px;
    background-image: url(../img/text.png);
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    line-height: 50px;
}
.GiftLeft1_ul li .huib {
    width: 115px;
    height: 40px;
    background-color: #f7f7f7;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.foot-icp {
    margin-top: 15px;
}
.ga-icp {
    background-image: url(/images/wz.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-size: 17px;
    margin-top: 15px;
    display: inline-block;
}

#qrcode-ios img,
#qrcode-az img {
    width: 120px;
    height: 120px;
    margin: 10px auto;
}
.swiper {
    width: 750px;
    height: 80px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 125px;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
