<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.centerBanner {
    height: 530px;
    margin-top: 114px;
    position: relative;
    overflow: hidden;
}
.centerBanner .bannerSwiper {
    width: 100%;
    height: 530px;
}
.centerBanner .bannerSwiper .swiper-slide{
    width: 100%;
    height: 530px;
}
.centerBanner .bannerSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.centerBanner .bannerBottomSwiper {
    width: 1200px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.centerBanner .bannerBottomSwiper .swiper-slide {
    width: 300px!important;
    height: 50px;
    background-image: url('../images/newIndex/img_game_n.png');
    background-size: 100% 100%;
    text-align: center;
    line-height: 50px;
    color: #EFF1F4;
    font-size: 14px;
    cursor: pointer;
}
.centerBanner .bannerBottomSwiper .progressWidthModal {
    display: none;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #FF7E00, #FFA200);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: bannerProgress 5s linear;
}
.centerBanner  .bannerBottomSwiper .swiper-slide-thumb-active .progressWidthModal {
    display: block;
}
@keyframes bannerProgress {
    0% {
        width: 0%;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
    
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide:hover {
    background-image: url('../images/newIndex/img_wen_s.png');
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active {
    height: 100px;
    background-image: url('../images/newIndex/img_game_s.png');
    position: relative;
    top: -50px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.advertiseMentSwiper.swiper-slide-thumb-active {
    height: 50px;
    background-image: url('../images/newIndex/img_wen_s.png');
    position: relative;
    top: 0;
}
.specialBoxNew {
    display: flex;
}
.selectActive {
    display: none;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .selectActive{
    display: block;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active&gt;span{
    display: none;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.advertiseMentSwiper.swiper-slide-thumb-active&gt;span{
    display: block;
}
.needChangeInfo {
    line-height: 17px;
    text-align: left;
    margin-left: 35px;
    width: 143px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    position: relative;
    top: -18px;
    left: 15px;

}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .title-name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}
.centerBanner  .bannerBottomSwiper .gameSwiperSpecial.swiper-slide-thumb-active .name-desc {
    font-size: 13px;
    line-height: 22px;
    margin-top: 11px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bannerSwiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .4);
    border-radius: 5px;
    margin-left: 60px;
}
.bannerSwiper .swiper-button-prev::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url('../images/newIndex/ico_change_left.png');
    background-size: 100% 100%;
}
.bannerSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(51, 51, 51, .4);
    border-radius: 5px;
    margin-right: 60px;
}
.bannerSwiper .swiper-button-next::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 24px;
    background-image: url('../images/newIndex/ico_change_right.png');
    background-size: 100% 100%;
}
.bannerSwiper .swiper-button-next:hover {
    background: rgba(1, 143, 255, .4);
}
.bannerSwiper .swiper-button-prev:hover {
    background: rgba(1, 143, 255, .4);
}
.centerBanner .con {
    position: relative;
}
.login-contain-box {
    display: none;
    width: 296px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 90, 255, 0.2);
    border-radius: 5px;
    margin: 0;
    position: absolute;
    /* right: 373px; */
    right: 350px;
    top: 71px;
    box-sizing: border-box;
    padding: 20px 23px 23px 23px;
    z-index: 99;
}
.closeRightbox {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    right: -13px;
    top: -13px;
    text-align: center;
}
.closeRightbox .closeIcon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('../images/newIndex/signin_ico_close.png');
    background-size: 100% 100%;
    margin-top: 7px;
}
.loginText {
    font-size: 16px;
    font-weight: bold;
}
.register_new {
    color: #018FFF;
    font-size: 12px;
    float: right;
}
.mainFormBody{
    margin-top: 16px;
}
.formItemInput {
    height: 34px;
    background: #EFF1F4;
    border-radius: 5px;
    margin-bottom: 12px;
}
.loginBtn {
    width: 100%;
    height: 36px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border:none;
    margin-top: 13px;
}
.rememberPsdOrForget {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rememberPsdOrForget .zdlogin {
    margin: 0;
}
.rememberPsdOrForget .zdlogin  input[type="checkbox"]+ .choice-icon {
    background: url('../images/newIndex/ico_chose_n.png') no-repeat;
    margin-right: 5px;
}
.rememberPsdOrForget .zdlogin  input[type="checkbox"]:checked+ .choice-icon{
    background: url('../images/newIndex/ico_chose_s.png') no-repeat;
}
.rememberPsdOrForget .remember-text {
    color: #333;
    position: relative;
    top: 1px;
}
.rememberPsdOrForget .forget_password {
    font-size: 12px;
    color: #018FFF;
    position: relative;
    top: 1px;
}
.loginOtherWayBox {
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginOtherWayBox&gt;div {
    width: 30px;
    height: 30px;
    background: #EFF1F4;
    border-radius: 5px;
    /* margin-top: 15px; */
    /* margin-right: 20px; */
    margin: 15px 10px 0 10px;
    text-align: center;
    line-height: 30px
}
.loginOtherWayBox&gt;div img {
    display: inline-block;
    width: 18px;
    height: 18px;
}
.formItemInput .iconAccount {
    display: inline-block;
    width: 26px;
    height: 100%;
    line-height: 34px;
    text-align: right;
}
.formItemInput  .iconAccount img {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.formItemInput .accountInput {
    margin-left: 13px;
}
.formItemInput .accountInput input {
    border: none;
    width: 75%;
    height: 100%;
    background-color: #EFF1F4;
}
#mimma::-webkit-input-placeholder{
    font-weight: normal;
}    /* ä½¿ç”¨webkitå†…æ&nbsp;¸çš„æµè§ˆå™¨ */
#mimma:-moz-placeholder{
    font-weight: normal;
}                  /* Firefoxç‰ˆæœ¬4-18 */
#mimma::-moz-placeholder{
    font-weight: normal;
}                  /* Firefoxç‰ˆæœ¬19+ */
#mimma:-ms-input-placeholder{
    font-weight: normal;
}           /* IEæµè§ˆå™¨ */
#zhanghao::-webkit-input-placeholder{
    font-weight: normal;
}    /* ä½¿ç”¨webkitå†…æ&nbsp;¸çš„æµè§ˆå™¨ */
#zhanghao:-moz-placeholder{
    font-weight: normal;
}                  /* Firefoxç‰ˆæœ¬4-18 */
#zhanghao::-moz-placeholder{
    font-weight: normal;
}                  /* Firefoxç‰ˆæœ¬19+ */
#zhanghao:-ms-input-placeholder{
    font-weight: normal;
} 
/* bannerä¸‹é¢æ•´ä½“ */
.bottomMainBody {
    background-color: #EFF1F4;
    padding-top: 40px;
    padding-bottom: 50px;
}

/* æŽ¨èæ¸¸æˆæ¨¡å— */
.headerTab {
    display: flex;
    align-items: center;
}
.mainTitle {
    font-size: 22px;
    font-weight: bold;
}
.recommendIcon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/newIndex/ico_tuijian.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 9px;
}
.mainTabToggle {
    margin-left: 31px;
    width: 87%;
    border-bottom: 1px solid #D2D9E1;
    padding-bottom: 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mainTabToggle ul {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #737B8A;
}
.mainTabToggle ul li {
    width: 65px;
    /* margin-right: 39px; */
    margin-right: 30px;
    cursor: pointer;
    text-align: center;
}
.mainTabToggle ul .current {
    color: #018FFF;
    position: relative
}
.mainTabToggle ul .current::after {
    content: '';
    display: inline-block;
    height: 6px;
    width: 63px;
    background-image: url('../images/newIndex/ico_line.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.recommendItemPreview {
    margin-top: 49px;
    display: flex;
}
.moreModalTip {
    color: #737B8A;
    font-size: 16px;
}
.moreIcon {
    display: inline-block;
    width: 16px;
    height: 12px;
    background-image: url('../images/newIndex/btn_more.png');
    background-size: 100% 100%;
    margin-left: 10px;
}
.recommendMainItem {
    /* width: 24%; */
    width: 285px;
    /* height: 400px; */
    height: 390px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 90, 255, 0.1);
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
}
.recommendMainItem:last-child {
    margin-right: 0;
}
.topImgView {
    height: 310px;
    text-align: center;
}
.topImgView img {
    height: 100%;
    width: 95%;
    position: relative;
    top: -20px;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.bottomInfoDeail {
    width: 100%;
    /* height: 90px; */
    height: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: -2px;   
}
.bottomInfoDeail .name {
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bottomInfoDeail .coseSize {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 20px 0 10px;
}
.bottomInfoDeail .typeBox {
    width: 80%;
}
.bottomInfoDeail .type {
    /* display: inline-block; */
    /* max-width: 60px; */
    max-width: 75px;
    height: 20px;
    border: 1px solid #737B8A;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    color: #737B8A;
    font-size: 12px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.bottomInfoDeail .size {
    font-size: 12px;
    color: #737B8A;
}
.hoverTopDetailModal {
    position: absolute;
    bottom: 40px;
    z-index: 99;
    box-sizing: border-box;
    padding-top: 15px;
}
.hoverViewBox {
    display: none;
    width: 100%;
    height: 40px;
    border-top: 1px solid #EFF1F4;
    position: absolute;
    bottom: 0;
}
.hoverViewBox span {
    display: inline-block;
    /* width: 49.2%; */
    width: 142px;
    float: left;
    height: 100%;
    line-height: 40px;
    text-align: center;
    color: #737B8A;
    font-size: 14px;
    border-right: 1px solid #EFF1F4;
}
.hoverViewBox span a{
    font-size: 14px;
    font-weight: 400;
    color: #737B8A;
}
.hoverViewBox span:last-child {
    border-right: none;
}
.hoverViewBox span:hover a{
    color: #018FFF;
    font-weight: bold;
    background-color: #EFF4F8;
}
.hoverViewBox span:hover {
    background-color: #EFF4F8;
}
.hoverImgBackOverly {
    display: none;
    height: 310px;
    width: 95%;
    position: absolute;
    top: -20px;
    left: 8px;
    border-radius: 5px 5px 0px 0px;
    background-color: rgba(33, 36, 43,.5);
}
.qurcodeBox {
    width: 116px;
    height: 116px;
    background-image: url('../images/newIndex/img_bian.png');
    background-size: 100% 100%;
    margin:29px 0 16px 75px;
    position: relative;
}
.topImgView .qurcodeBox img {
    width: 110px;
    height: 110px;
    border-radius: 5px;
    top: 3px;
}
.gameCode_line {
    width: 110px;
    height: 25px;
    background: linear-gradient(180deg, #018FFF 0%, rgba(242, 246, 255, 0) 100%);
    opacity: 0.5;
    position: absolute;
    top: 0;
    z-index: 99;
    animation: myScan 1.5s infinite alternate;
    -webkit-animation: myScan 1.5s infinite alternate;
}
.hoverImgBackOverly p {
    color: #fff;
    margin-bottom: 14px;
}
@keyframes  myScan{
    from { top:0px; }
    to { top: 110px; }
}
-webkit-@keyframes  myScan{
    from { top:0px; }
    to { top: 110px; }
}
.qurcodeButtonDown {
    display: block;
    width: 110px;
    height: 30px;
    background: linear-gradient(90deg, #07B906, #4BC137);
    border-radius: 5px;
    margin: auto;
    margin-bottom: 11px;
    line-height: 30px;
    color: #fff;
}
.downloadTipIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_android.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 6px;
}
.IOSQurcode {
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
}
.iosIcon{
    background-image: url('../images/newIndex/ico_ios.png');
}
.qurcodeButtonDown:hover {
    color: #fff;
}
.onePlayIcon {
    background-image: url('../images/newIndex/ico_game.png');
}
.wePackDone {
    background: linear-gradient(90deg, #FF7E00, #FFA200);
}
.wechatIcon {
    background-image: url('../images/newIndex/ico_xiazai.png');
}

/* çƒ­é—¨æ¸¸æˆ */
.hotGameModal {
    margin-top: 71px;
}
.hotGameIcon {
    background-image: url('../images/newIndex/hot.png');
}
.hotGameSwiperModal {
    width: 100%;
    height: 400px;
    display: flex;
    /* margin-top: 30px; */
    margin-top: 25px;
}
.defaultImg {
    width: 940px;
}
.hotGameSwiperLeft {
    width: 940px;
    height: 400px;
    overflow: hidden;
}
.hotGameSwiperLeft .swiper-slide {
    width: 940px;
    height: 100%;
}
.hotGameSwiperLeft .swiper-slide img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    object-fit: cover;
}
.swiperListView {
    width: 260px;
}
.hotGameSwiperRight {
    width: 260px;
    height: 400px;
    overflow: hidden;
}
.hotGameSwiperRight .swiper-wrapper {
    flex-wrap: wrap;
}
.hotGameSwiperRight .swiper-slide {
    width: 260px;
    height: 99px!important;
    border-bottom: 1px solid #EFF4F8;
}
.hotGameSwiperRight .swiper-slide:last-child {
    border-bottom: none;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 15px;
    margin-right: 15px;
    object-fit: cover;
}
.hotGameSwiperRight .swiper-slide .everySwiperItem .swiperSlideInfo {
    font-size: 16px;
    font-weight: bold;
}
.hotGameSwiperRight .swiper-slide-thumb-active {
    background-color: #EFF4F8;
}
.hotGameSwiperRight .swiper-slide-thumb-active .everySwiperItem {
    background-color: #EFF4F8;
}
.hotGameSwiperRight .lineProgress {
    display: inline-block;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation: progressLine 5s linear;
    display: none;
}
@keyframes progressLine {
    0% {
       width: 0;
    }
    50% {
        width: 50%;
    }
    100% {
        width: 100%;
    }
}
.hotGameSwiperRight .swiper-slide-thumb-active .lineProgress {
    display: block;
}
.swiperSlideInfo .sortTypeContainer {
    margin-top: 10.5px;
    /* margin-left: 10px; */
}
.swiperSlideInfo .sortIcon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_ios_small.png');
    background-size: 100% 100%;
    margin-right: 7px;
}
.swiperSlideInfo .sortIcon.anroidIcon {
    background-image: url('../images/newIndex/ico_android_small.png');
}
.swiperSlideInfo .sortIcon.h5Icon {
    background-image: url('../images/newIndex/ico-h5-small.png');
}
.hotGameSwiperLeft .swiper-slide .activeModalBox {
    display: none;
    width: 550px;
    height: 400px;
    background: linear-gradient(90deg, #222232 0%, rgba(34, 34, 51, 0) 100%);
    border-radius: 5px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 60px 0 0 40px;
}
.activeModalBox .mainDesc {
    width: 368px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
}
.activeModalBox .overlyTitle {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 25px;
}
.activeModalBox .centerSortType {
    margin-bottom: 23px;
}
.activeModalBox .centerSortType span {
    /* display: inline-block; */
    /* max-width: 60px; */
    height: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 20px;
    padding: 0 7px;
    margin-right: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.activeModalBox .gameHomeBtn {
    display: inline-block;
    width: 158px;
    height: 36px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 5px;
    line-height: 36px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 13px;
    /* margin-top: 129px; */
    position: absolute;
    bottom: 30px;
}
.activeModalBox .gameHomeBtn .rightWhiteIcon {
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url('../images/newIndex/btn_right.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 58px;
}
.hotGameSwiperLeft .swiper-slide-active .activeModalBox{
    display: block;
}
.hotGameMainListView {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.modalItemHot {
    width: 18.6%;
    height: 182px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
}
.modalItemHot img {
    width: 100%;
    height: 95px;
    border-radius: 5px 5px 0px 0px;
    object-fit: cover;
}
.modalItemHot:nth-child(5n+0) {
    margin-right: 0;
}
.mainDeailInfo {
    height: 90px;
    box-sizing: border-box;
    padding: 15px 10px 0;
}
.mainDeailInfo .nameTitle {
    width: 95%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
}
.mainDeailInfo .typeTag {
    /* margin-top: 16px; */
    margin-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.typeTag .tagMain {
    display: inline-block;
    max-width: 38px;
    height: 20px;
    border: 1px solid #737B8A;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    text-align: center;
    color: #737B8A;
    font-size: 12px;
    padding: 0 6px;
    /* margin-right: 5px; */
}

.typeIconSort {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url('../images/newIndex/ico_ios_small.png');
    background-size: 100% 100%;
    margin-right: 7px;
}
.andriodSortIcon {
    background-image: url('../images/newIndex/ico_android_small.png');
}
.h5Icon {
    background-image: url('../images/newIndex/ico-h5-small.png');
}
.yeIcon {
    background-image: url('../images/newIndex/ico-pc-samll.png')!important;
}
.syGameOverlyModal {
    display: none;
    width: 100%;
    height: 95px;
    background-color: rgba(33, 36, 43, .5);
    border-radius: 5px 5px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.tableFlex {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}
.tableFlex .leftImg {
    width: 70px;
    height: 70px;
    border: 1px solid #018FFF;
    border-radius: 5px;
    margin-right: 10px;
}
.tableFlex .leftImg img {
    width: 70px;
    height: 69px;
    border-radius: 5px;
}
.syGameHotSort:hover .syGameOverlyModal {
    display: block;
}
.h5GameHotSort:hover .syGameOverlyModal{
    display: block;
}
.syGameOverlyModal .downloadTipIcon {
    margin-left: 9px;
}

/* å¼€æœï¼Œç¤¼åŒ… */
.openGameNewGiftModal {
    display: flex;
    /* margin-top: 71px; */
    margin-top: 40px;
}
.newOpenGameModal {
    width: 340px;
    margin-right: 45px;
}
.giftGameModal {
    width: 815px;
}
.modalTabTop{
    display: flex;
}
.openGameIcon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../images/newIndex/open.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 9px;
}
.tabLineToggle{
    margin-left: 32px;
    display: flex;
    border-bottom: 1px solid #D2D9E1;
}
.tabLineToggle ul {
    display: flex;
}
.tabLineToggle ul li {
    width: 34px;
    /* margin-right: 40px; */
    margin-right: 24px;
    color: #737B8A;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    text-align: center;
}
.tabLineToggle ul li:last-child {
    margin-right: 0;
}
.tabLineToggle ul li.current {
    color: #018FFF;
}
.tabLineToggle ul li.current::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 6px;
    background-image: url('../images/newIndex/img_line_small.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.mainTimeTabChoose {
    margin-top: 27px;
    width: 100%;
    height: 440px;
    background: #FFFFFF;
    border-radius: 5px;
}
.new-server-tab {
    display: flex;
}
.new-server-tab&gt;div {
    width: 112px;
    height: 30px;
    text-align: center;
   border-right: 1px solid #DDDDDD;
   line-height: 30px;
   color: #737B8A;
   font-size: 14px;
   position: relative;
   cursor: pointer;
}
.new-server-tab&gt;div:last-child {
    border-right: none;
}
.new-server-tab .now {
    color: #333333;
    font-weight: bold;
}
.new-server-tab .now::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 2px 0px 0px 0px;
    position: absolute;
    top: 0;
    left: 0;
}
.bottomMainAreaView{
    margin: 23px 10px 0;
}
.bottomMainAreaView table {
    /* width: 100%; */
    width: 320px;
    /* height: 100%; */
}
.bottomMainAreaView table thead {
    height: 30px;
    background: #EFF1F4;
    border-radius: 5px;
}
.bottomMainAreaView table thead th {
    color: #737B8A;
    text-align: left;
    padding-left: 9px;
    width: 33%;
    white-space: nowrap;
    font-weight: 400;
}
.bottomMainAreaView table thead th:first-child p{
    width: 40%;
    
}
.bottomMainAreaView table tbody tr{
    height: 35px;
    cursor: pointer;
}
.bottomMainAreaView table tbody tr td.firstTd p {
    width: 94px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 12px;
}
.bottomMainAreaView table tbody tr td.areaNameTd p {
    /* width: 80px; */
    width: 108px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    font-size: 12px;
}
.bottomMainAreaView table tbody tr td.finalTd p {
    font-size: 12px;
}
.bottomMainAreaView table tbody {
    white-space: nowrap;
    background-color: #fff;
}
.bottomMainAreaView table tbody tr td.areaNameTd a{
    color: #018FFF;
}
.bottomMainAreaView table tbody tr:hover {
    background-color: #EFF1F4;
}
.bottomMainAreaView table tbody tr:hover  a{
    color: #018FFF!important;
}
.bottomMainAreaView table thead th:nth-child(2) {
    width: 40%;
}   
.bottomMainAreaView table thead th:nth-child(3) {
    width: 27%;
}  
.giftGameIcon{
    background-image: url('../images/newIndex/gift.png');
}
.topDevide{
    display: flex;
}
.topDevide .mainTitle {
    margin-right: 32px;
}
.topDevide .rightMoreModal {
    border-bottom: 1px solid #D2D9E1;
    width: 80%;
    text-align: right;
}
.alsoMainViewGift {
    display: flex;
    flex-wrap: wrap;
    margin-top: 28px;
}
.giftMainItem {
    width: 22.5%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-right: 25px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.giftMainItem:nth-child(4n + 0) {
    margin-right: 0;
}
.giftMainItem img {
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 15px;
    margin-right: 13px;
}
.rightGiftInfo {
    width: 100px;
}
.rightGiftInfo .name {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rightGiftInfo .desc {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #737B8A;
    font-size: 12px;
    margin: 5px 0 5px 0;
}
.rightGiftInfo .percentData {
    color: #737B8A;
    font-size: 12px;
    height: 18px;
}
.rightGiftInfo .gift_item_receive  {
    display: none;
    width: 62px;
    height: 18px;
    background: linear-gradient(90deg, #005AFF 0%, #018FFF 100%);
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 18px;
    font-size: 12px;
}

.giftMainItem:hover .percentData{
    display: none;
}
.giftMainItem:hover a{
    display: block;
}


/* æ´»åŠ¨å…¬å‘Š */
.noticeActivityModal {
    /* margin-top: 71px; */
    margin-top: 60px;
}
.noticeIcon {
    background-image: url('../images/newIndex/ico_huodong.png');
}
.devideHeaderTop {
    display: flex;
    align-items: center;
}
.devideHeaderTop .mainTitle {
    margin-right: 32px;
}
.devideHeaderTop .rightTabDefault {
    width: 87%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #D2D9E1;
    padding-bottom: 6px;
}
.tabDefaultLine {
    display: flex;
}
.tabDefaultLine&gt; div {
    width: 34px;
    color: #999999;
    font-size: 16px;
    margin-right: 39px;
    position: relative;
    cursor: pointer;
}
.tabDefaultLine&gt; div.now {
    color: #018FFF;
}
.tabDefaultLine&gt; div.now::after {
    content: '';
    display: inline-block;
    width: 34px;
    height: 6px;
    background-image: url('../images/newIndex/img_line_small.png');
    background-size: 100% 100%;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.noticeMainBody{
    width: 100%;
    height: 376px;
    background: #FFFFFF;
    border-radius: 5px;
    margin-top: 70px;
    box-sizing: border-box;
    padding: 0 25px 16px 10px;
    display: flex;
}
.leftImgBox {
    width: 610px;
    margin-right: 25px;
    position: relative;
}
.rightNoticeListView {
    padding-top: 29px;
    width: 527px;
}
.rightNoticeListView .titleName {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 480px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 17px;
}
.rightNoticeListView .listModal .listItem span:first-child {
    width: 315px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rightNoticeListView .listModal .listItem span:nth-child(2) {
    white-space: nowrap;
}
.gameSwiperSpecial::after{
    content:url('../images/newIndex/ico_line_b.png');
    position: absolute;
    right: -3px;
    top: 11px;
    z-index: 1;
}
.gameSwiperSpecial:last-child::after {
    content:''
}
.listModal {
    margin-top: 29px;
}
.listItem {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-left: 18px;
    padding-right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #737B8A;
    cursor: pointer;
}
.listItem::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 15px;
    background: #018FFF;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 13px;
}
.listItem:hover {
    color: #018FFF;
}
.listModal a {
    display: inline-block;
    width: 100%;
}
.listModal a:nth-child(2n-1) {
    background: #EFF4F8;
}
.hasLoginViewDialog {
    width: 296px;
    height: 323px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 90, 255, 0.2);
    border-radius: 5px;
    margin: 0;
    position: absolute;
    right: 373px;
    top: 71px;
    box-sizing: border-box;
    padding: 20px 23px 23px 23px;
    z-index: 99;
}
.avatarInfoBox{
    display: flex;
    align-items: center;
}
.avatarInfoBox img{
    display: inline-block;
    width: 61px;
    height: 61px;
    box-shadow: 0px 0px 5px 0px rgba(126, 167, 249, 0.3);
    border-radius: 50%;
    margin-right: 16px;
}
.rechargeIntegral {
    width: 100%;
    height: 50px;
    background: #FFF5E1;
    border-radius: 3px;
    margin-top:10px ;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 14px;
}
.currentlyPlayBox {
    margin-top: 13px;
}
.currentName {
    font-size: 13px;
    color: #333;
}
.currentName::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 14px;
    background: #018FFF;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 7px;
}
.currentPlayGameList {

}
.playGameItemView{
    display: flex;
    margin-top: 9px;
    font-size: 12px;
}
.playGameItemView a {
    width: 33.33%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.playGameItemView a:first-child {
    text-align: left;
}
.playGameItemView .startText {
    color: #737B8A;
}
.playGameItemView:hover a{
    color: #018FFF;
}
.colorIntegral {
    color: #75440E;
    font-size: 12px;
}
.colorNum{
    color:#FFA200;
    font-size: 16px;
    font-weight: bold;
}
.rechargeIntegral a {
    display: inline-block;
    width: 50px;
    height: 20px;
    background: #FFA200;
    border-radius: 3px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    margin-top: 15px;
}
.rightMainAccount {
    position: relative
}
.levelDetailBox{
    display: none;
    width: 180px;
    height: 60px;
    background: #FFFFFF;
    border: 1px solid #FFA200;
    box-shadow: 0px 0px 20px 0px rgba(86, 157, 236, 0.2);
    border-radius: 5px;
    color: #999999;
    font-size: 13px;
    position: absolute;
    top: 54px;
    left: 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 10px;
}
.rightMainAccount .name {
    font-size: 16px;
    font-weight: bold;
}
.rightMainAccount .out {
    margin-left: 8px;
    color: #737B8A;
    font-size: 12px;
    font-weight: normal;
}
.rightMainAccount .levelNum {
    color: #75440E;
    font-size: 13px;
    font-weight: bold;
    margin-top: 11px;
    cursor: pointer;
}
.rightMainAccount .progressBox {
    display: inline-block;
    width: 130px;
    height: 5px;
    background: #FFF5E1;
    border-radius: 3px;
    vertical-align: middle;
    margin-left: 5px;
    position: relative;
    top: -1px;
}
.progressLineWidth {
    display: inline-block;
    width: 10%;
    height: 100%;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FCD28A;
}
.topDefferent {
    font-size: 10px;
    color: #333;
}
.actuallyLevel {
    font-size: 14px;
    color: #75440E;
}
.percentTotal{
    color: #999999;
    font-size: 12px;
    white-space: nowrap;
}
.d-vip{
    font-size: 12px;
}

.rightMainAccount .levelNum:hover + .levelDetailBox{
    display: block;
}
.mySwiper2 {
    height:310px; 
    position: relative;
    top: -40px;
    overflow: hidden;
}
.mySwiper {
    height: 71px;
    position: relative;
    top: -20px;
    overflow: hidden;
}
.mySwiper2 .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.mySwiper .swiper-slide {
    width:140px!important ;
    height: 71px;
}
.mySwiper .swiper-slide img{
    width:100% ;
    height: 100%;
    border-radius: 5px;
}
.mySwiper .overlyBox {
    width:140px;
    height: 71px;
    border-radius: 5px;
    background-color: rgba(33, 36, 43, .5);
    position: absolute;
    left: 0;
    top: 0;
}
.mySwiper .swiper-slide-thumb-active .overlyBox {
    display: none;
}
.infoBlackDetailBox {
    display: none;
    width: 610px;
    height: 40px;
    background: rgba(33, 36, 43, .8);
    color: #fff;
    line-height: 40px;
    padding-left: 10px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infoBlackDetailBox p {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mySwiper2 .swiper-slide-active .infoBlackDetailBox {
    display: block;
}
.recommend-con{
	display:none;
}
.hot-con{
	display:none;
}

.new-open-server {
	display:none;
}
.new_open_con {
	display: none;
}
.receive_bag_modal {
	display: none;
	width: 100%;
	height: 191px;
	z-index: 999
}

.receive_bag_modal_header {
	width: 100%;
	height: 42px;
	border-radius: 5px 5px 0 0;
	background-color: #e2e2e2;
	font-size: 17px!important;
	text-align: center
}

.receive_bag_modal_header span {
	text-align: center;
	width: 101px;
	height: 18px;
	font-weight: 400;
	color: rgba(34,34,34,1);
	position: relative;
	top: 8px
}

.close_receive_bag_modal img {
	position: relative;
	left: 90px;
	cursor: pointer
}

.receive_bag_modal_firstline {
	width: 285px;
	height: 14px;
	color: #018fff;
	background: rgba(226,226,226,1);
	border-radius: 5px;
	padding: 8px 9px 10px 9px;
	margin-top: 20px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.receive_bag_modal_firstline span {
	color: #018fff
}

.receive_bag_modal_secondline {
	font-size: 12px;
	font-weight: 400;
	color: rgba(153,153,153,1);
	line-height: 41px;
	text-align: center;
	width: 100%;
	height: 40px
}

.receive_bag_modal_thirdline {
	width: 80px;
	height: 30px;
	font-size: 14px;
	background: #018fff;
	border-radius: 2px;
	position: relative;
	left: 115px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	box-shadow: none!important;
	border: none!important
}

.receive_bag_modal_firstline input {
	width: 220px;
	border: 0;
	background-color: #e2e2e2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #018fff
}
/* .notice_con{
	display:none;
} */

.js_tab_show {
	display: block
}

.layui-carousel&gt;[carousel-item]&gt;* {
    background-color: #fff!important;
}
.layui-carousel&gt;[carousel-item]&gt;* {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: #f8f8f8;
    transition-duration: .3s;
    -webkit-transition-duration: .3s;
}
.no_qufu_text{
    text-align: center;
    padding-top: 160px;
    font-size: 14px;
    color: #999;

}
.layui-carousel&gt;[carousel-item]:before {
    position: absolute;
    content: '';
}
.layui-carousel[lay-indicator=outside] .layui-carousel-ind ul{
    background-color: #FFFFFF !important;
}

.layui-carousel-ind li.layui-this {
    background-color: #018fff;
}
.layui-carousel-ind li.layui-this:hover {
    background-color: #018fff;
}
.layui-carousel-ind li {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9e9e9;
}
.layui-carousel-ind li:hover {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #e9e9e9;
}

.mainTabToggle .recommend-menu{
    position: relative;

}
.hotGameModal .mainTabToggle ul{
    position: relative;

}
.newOpenGameModal .tabLineToggle ul{
    position: relative;
}

.headerTab .mainTabToggle .recommend-menu-con {
    position: absolute;
    left: 0px;
}

.headerTab .mainTabToggle .hot-menu-con {
    position: absolute;
    left: 0px;
}
.newOpenGameModal .tabLineToggle .newtab_menu_con {
    position: absolute;
    left: 0px;

}
.headerTab .mainTabToggle .media_02_1 {
    left: 0px !important;
}
.headerTab .mainTabToggle .media_02_2 {
    left: 96px !important;
}
.headerTab .mainTabToggle .media_02_3 {
    left: 192px !important;
}
.headerTab .mainTabToggle .con_01 {
    left: 0px !important;
}
.headerTab .mainTabToggle .con_02 {
    left: 96px !important;
}
.headerTab .mainTabToggle .con_03 {
    left: 192px !important;
}

.modalTabTop .tabLineToggle .new_1  {
    left: 0px !important;
}
.modalTabTop .tabLineToggle .new_2  {
    left: 57px !important;
}
.modalTabTop .tabLineToggle .new_3  {
    left: 114px !important;
}
.tabLineToggle ul li{
    padding-bottom: 7px;    
}
.tabLineToggle{
    width: 44%;
}</pre></body></html>