<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#download-container {
    width: 1240px;
    margin: auto;
    overflow: hidden;
}
.relevant-container .title-container a {
    margin: 5px 20px 0 0;
}
#download-head-container {
    width: 100%;
    background: white;
    box-sizing: border-box;
    padding: 30px 20px;
    margin: 20px 0;
}
.download-head-middle .three-btn-container &gt; a span{
    padding-left: 40px;
}
.three-btn-container .azDownTxt{
    line-height: 11px;
    float: left;
    padding-top: 8px;
    font-size: 15px;
}
.three-btn-container .azText{
    position: absolute;
    font-size: 12px;
    bottom: 1px;
    color: #9bf1b5;
    text-align: center;
    width: 77%;
    left: 0;
    height: 17px;
    line-height: 17px;
}

.pcdown-download .azText{
    color: #d6e6f1;
    width: 100%;
}
.ios-download .azText{
    color: #ccc;
}
.xapk-download .azDownTxt{
    padding-left: 45px!important;
}
.xapk-download .azText{
    color: #d6e6f1;
    width:100%;
}
#download-head-container:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}
/*å¤´éƒ¨æ¨¡å—*/
#download-head-container .img150 {
    width: 150px;
    height: 150px;
    border-radius: 32px;
    float: left;
}
#download-head-container .download-head-middle {
    width: 750px;
    float: left;
    text-align: left;
    margin-left: 30px;
	position:relative;
}
.download-head-middle .focus-game {
    width: 70px;
    height: 26px;
    border-radius: 5px;
    border: solid 1px #2189ff;
    float: right;
    font-size: 12px;
    color: #2189ff;
    line-height: 28px;
    text-align: left;
}
.download-head-middle .focus-game i {
    display: block;
    width: 14px;
    height: 12px;
    float: left;
    margin: 8px 6px 0 11px;
    background: url(../images/ico.png) no-repeat -136px -414px;
}
.download-head-middle .game-name {
    height: 45px;
    line-height: 45px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    display: block;
}
.download-head-middle .game-name span:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 455px;
    display: block;
    float: left;
}
.download-head-middle .game-name span.short_content{
    height: 16px;
    line-height: 16px;
    width: 160px;
    color: #888888;
    overflow: hidden;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 400;
}
.download-head-middle .game-label-container {
    height: 52px;
    padding: 6px 0;
    overflow: hidden;
}
.download-head-middle .game-label-container .game-label {
    height: 26px;
    line-height: 26px;
    width: 160px;
    color: #888888;
    overflow: hidden;
    float: left;
    word-break: break-all;
}
.download-head-middle .game-label-container .game-label.develClass{
    width: 340px;
}
.download-head-middle .three-btn-container {
    height: 40px;
    clear: both;
}
.download-head-middle .three-btn-container &gt; a {
    display: block;
    float: left;
    width: 138px;
    height: 40px;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    margin-right: 28px;
    cursor: pointer;
    line-height: 40px;
    position: relative;
    text-align: center;
	background:#2189ff;
}
.download-head-middle .three-btn-container .download-links{
    background: #8bc34a;
    margin-right: 0;
    width: 192px;
}
.download-links b{
    border-left: 1px solid #99ca4a!important;
}
.download-head-middle .three-btn-container &gt; a i {
    width: 18px;
    height: 21px;
    float: left;
    margin: 10px 12px 0 20px;
    background: url(../images/ico.png) no-repeat -156px -73px;
}
.download-head-middle .three-btn-container &gt; a:last-child{
    margin-right: 0;
}
.download-head-middle .three-btn-container .show-code-container {
    width: 150px;
    height: 165px;
    box-sizing: border-box;
    border: 1px solid rgb(205, 205, 205);
    z-index: 10;
    position: absolute;
    background: white;
    top: 50px;
    right: 0;
    display: none;
}
.download-head-middle .three-btn-container .show-code-container:before {
    content: "";
    width: 15px;
    height: 8px;
    position: absolute;
    top: -8px;
    right: 14px;
    display: block;
    z-index: 2;
    background: url(../images/jiantou.png) no-repeat;
}
.download-head-middle .three-btn-container &gt; a b:hover ~ .show-code-container {
    display: block;
}
.download-head-middle .show-code-container div {
    width: 122px;
    height: 122px;
    display: block;
    margin: 10px auto 3px;
}
.download-head-middle .show-code-container p {
    width: 100%;
    font-size: 12px;
    display: block;
    color: #999999;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.download-head-middle .three-btn-container &gt; a.booking i {
    margin: 10px 12px 0 30px;
}
.download-head-middle .three-btn-container &gt; a b {
    float: right;
    width: 42px;
    height: 40px;
    background: url(../images/ico.png) no-repeat -48px -405px;
    border-left: 1px solid #fff;
}
.download-head-middle .three-btn-container .android-download {
    width: 174px;
    text-align: left;
	background:#44c86c;
}
.download-head-middle .three-btn-container .ios-download {
    width: 174px;
    text-align: left;
	background:#444;
}
.download-head-middle .three-btn-container .xapk-download{
    background-color: #77B0D6;
    width: 165px;
}
.download-head-middle .three-btn-container .xapk-download i{
    background: url("/images/XAPKicon.png");
    margin: 9px 0 0 10px;
}
.download-head-middle .three-btn-container .pcdown-download i{
    background: url("/images/pcdownicon.png");
    margin: 9px 0 0 10px;
    width: 25px;
}
.download-head-middle .three-btn-container .pcdown-download{
    background-color: #2C3A6D;
}
.download-head-middle .three-btn-container .ios-download i {
    background-position: -178px -73px;
}
.download-head-middle .three-btn-container a.android-download:hover,.download-head-middle .three-btn-container a.ios-download:hover {
    background:#2189ff;
}
.download-head-right {
    width: 225px;
    float: right;
    margin-right: 5px;
}
.download-head-right .synl{
    line-height: 18px;
    margin-top: 10px;
}
.game-score-container{width:100%;height:80px;}
.download-head-right .game-score {
    font-size: 40px;
    color: #333333;
    display: block;
    font-weight: bold;
	float:left;
	height:60px;
	line-height:60px;
}
.download-head-right .game-star-container {
    width: 95px;
    display: block;
    float: left;
    height: 16px;
    margin-right: 2px;
    background: url(../images/ico.png) no-repeat 0 -639px;
	clear:both;
}
#score-explain {
    float: left;
    height: 16px;
    line-height: 16px;
    color: #333;
    margin-left: 10px;
    width: 45px;
    text-align: left;
}
.game-score-container .no-commit {
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    padding-left: 16px;
    color: #999999;
    float: right;
    margin-top: 3px;
    display: none;
}
.game-score-container .no-commit.checked {
    background: url(../images/ico.png) no-repeat -161px -414px;
}
.game-tag{
    width:100%;
	height:60px;
	margin-top:10px;
	clear:both;
	overflow:hidden;
}
.game-tag a{
    border-radius: 13px;
    background-color: #eee;
    margin-right: 10px;
    color: #999;
    float: left;
    margin-bottom:7px;
	height:26px;
	line-height:26px;
	padding:0 10px;
}
.game-tag a:hover{
    background-color: #2189ff;
    color: #fff;
}
.game-tag span:first-child{
    background: none;
    padding: 0;
    float: left;
}
.download-head-right .game-star-container i {
    width: 60%;
    display: block;
    height: 16px;
    background: url(../images/ico.png) no-repeat 0 -621px;
}
.download-head-right .commit-score {
    float:left;
	margin-top: 25px;
    margin-left: 10px;
}
.download-head-right .commit-score span {
    color: #333333;
    font-weight: bold;
    margin-right: 15px;
}
.download-head-right .commit-score b {
    font-size: 12px;
    color: #888888;
}
#down-in-container {
    width: 800px;
    box-sizing: border-box;
    margin-bottom: 20px;
    float: left;
    color: #555555;
}
.compilation-content {
    padding-top: 20px;
}
.down-game-introduce {
    color: #555555;
    line-height: 28px;
    overflow: hidden;
    padding-left: 18px;
    position: relative;
}
.down-game-introduce.checked {
    height: auto;
}
.load-more-content {
    width:100%;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    display: none;
    font-size: 14px;
    color: #555555;
    cursor: pointer;
    text-align: right!important;
    margin-top: 15px;
    margin-bottom: 10px;
}
.load-more-content:after {
    background: url(../images/ico.png) no-repeat -54px -75px;
    content: "";
    width: 10px;
    height: 14px;
    float: right;
}
.load-more-content.checked:after {
    background-position: -54px -96px;
}
.down-game-introduce p {
    text-indent: 30px;
    font-size:14px;
	color:#666;
}
.down-game-introduce h4{
    text-align: left;
    color: #444444;
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
}
.down-game-introduce iframe{
    width: 580px;
    height: 400px;
}
.down-game-introduce span{
    font-size: 16px;
}
.down-game-introduce a{
    font-size: 16px;
    color: blue;
}
.down-game-introduce h3 {
    padding: 0px 15px 0 8px;
    display: inline-block;
    margin: 20px 0;
    font-size: 16px;
	color:#fff;
    background:#60AAFF;
    border-top-left-radius:5px;
    border-top-right-radius:15px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
}
/*swiper*/
.down-game-pic {
    width: 750px;
    /*height: 600px;*/
    margin: 60px auto 60px;
}
.down-game-pic .swiper-slide img {
    display: block;
    position: relative;
    width: auto;
    max-width:600px;
    height: auto;
    /*max-width:600px;*/
}
.down-game-pic .swiper-slide {
    /*width: 600px;*/
    /*height: 300px;*/
    /*max-width: 600px;*/
    display: inline;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 1));
}
.down-game-pic .button {
    position: absolute;
    width:60px;
    top: 0;
    z-index: 20;
    height: 100%;
    cursor: pointer;
}
.down-game-pic .button-prev {
    left: 0;
}
.down-game-pic .button-prev:before {
    content: "";
    width: 18px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
    background: url(../images/ico.png) no-repeat -107px -600px;
}
.down-game-pic .button-prev:hover:before {
    background-position: -153px -600px;
}
.down-game-pic .button-next {
    right: 0;
}
.down-game-pic .button-next:before {
    content: "";
    width: 18px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    background: url(../images/ico.png) no-repeat -131px -600px;
}
.down-game-pic .button-next:hover:before {
    background-position: -177px -600px;
}
.strategy-type-ul {
    text-align: center;
    position: absolute;
    top: 4px;
    margin: auto;
    left: 220px;
}
.strategy-type-ul .strategy-type-li {
    color: #fff;
    margin-right: 10px;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    border-radius: 4px;
    border: solid 1px #a5b3c4;
    display: inline;
    padding: 4px 10px;
	background:#a5b3c4;
    float: left;
    margin-bottom: 3px;
}
.strategy-type-ul .strategy-type-li.checked {
    font-size: 12px;
    border-color: #2189ff;
    font-weight: bold;
	background:#2189ff;
}
.strategy-type-ul .strategy-type-li:hover {
    font-size: 12px;
    border-color: #2189ff;
	background:#2189ff;
}

.compilation-content {
    float: left;
    margin-left: 50px;
    width: 500px;
}
.compilation-content .compilation-name {
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin: 35px 0;
    font-weight: bold;
    text-align: left;
    color: #ffffff;
    display: block;
}
.compilation-content p.hejiInfo {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    height: 150px;
    overflow: hidden;
    margin-bottom: 10px;
}
.compilation-content p.changeTime{
    margin-bottom: 25px;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.compilation-content .compilation-label {
    font-size: 16px;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.compilation-content .compilation-label a {
    border: 1px solid #ffffff;
    padding: 3px 10px;
    border-radius: 5px;
    color: white;
    margin-right: 10px;
}


/*ç›¸å…³*/
.strategy-relevant {
    float: left;
    width: 48%;
}
.news-ul {
    float: right;
}
.gift-relevant {
    float: left;
    width: 50%;
}
.strategy-relevant .title-container {
    margin-bottom: 18px;
}
.relevant-container .title-container {
    margin-bottom: 20px;
}
.strategy-relevant .normal-a {
    margin-top: 10px;
}
.strategy-relevant .normal-a span {
    width: 355px;
}
.index-gift-container li {
    overflow: hidden;
    margin-bottom: 18px;
    width: 90%;
}
.index-gift-container li &gt; div {
    float: left;
}
.index-gift-container .gift-title {
    width: 203px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index-gift-container .gift-title:hover {
    color: rgb(5, 188, 198);
}
.index-gift-container .gift-num-container {
    width: 203px;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}
.index-gift-container .gift-num-container div {
    width: 150px;
    height: 12px;
    background-color: #ececec;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 2px;
}
.index-gift-container .gift-num-container div i {
    display: block;
    width: 60%;
    height: 12px;
    background-color: #2189ff;
}
.index-gift-container .get-gift {
    width: 62px;
    height: 28px;
    background-color: #2189ff;
    border-radius: 14px;
    line-height: 28px;
    color: #fff;
    display: block;
    float: right;
    margin-top: 14px;
    text-align: center;
}
.index-gift-container .get-gift:hover {
    background-color: #2189ff;
    color: #fffefe;
}
.game-main-content, .compilation-container, .relevant-container,.game-img-container {
    overflow: hidden;
    background: white;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 100%;
}
.game-main-content .title-container span{font-size:24px;}
/*è§’è‰²æ‰®æ¼”*/
#new-game-list {
    width: 100%;
    padding-top: 12px;
}
#new-game-list li {
    overflow: hidden;
    margin-top: 20px;
}
#new-game-list li:first-child {
    margin-top: 0;
}
#new-game-list .game-name {
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
    margin-left: 10px;
    display: block;
}
#new-game-list .game-title {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	float:left;
    margin-left: 10px;
	width:200px;
}
#new-game-list .game-title a {
    margin-right: 5px;
}
#new-game-list .game-title a:link{color:#999;}
#new-game-list .game-title a:visited{color:#999;}
#new-game-list .game-title a:hover{color:#f60;}
#new-game-list .game-title a:active{color:#999;}
#new-game-list .game-score {
    height: 36px;
    line-height: 36px;
    float: right;
    border: #2189ff 1px solid;
    border-radius: 8px;
    margin-top: -25px;
    color: #2189ff;
    width: 88px;
    text-align: center;
    box-sizing: border-box;
}
#new-game-list .game-score:hover{background:#2189ff;color:#fff;}
/*é¢„çº¦*/
#shadow-window {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
#shadow-window .window-gift-container {
    width: 465px;
    height: 263px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    position: absolute;
    text-align: center;
}
.window-gift-head {
    height: 46px;
    line-height: 46px;
    text-indent: 10px;
    font-size: 14px;
    color: white;
    background: #2189ff;
}
.window-gift-head .close-window {
    width: 25px;
    height: 25px;
    background: url(../images/ico.png) no-repeat -126px -725px;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.window-gift-container .gift-code {
    display: block;
    outline: 0;
    margin: 20px auto 0;
    width: 306px;
    box-sizing: border-box;
    padding: 0 10px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #999999;
    letter-spacing: 1px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
}
.wx-ewm{
    margin-top: 30px;
}
.wx-ewm-img{
    background: url('../images/yxyuyue_ewm.jpg') no-repeat;display: block;width: 465px;height: 120px;background-size: 135px;background-position: center;
}
.wx-ewm-p{
    width: 350px;margin: 25px 0 0 79.5px;font-size: 16px;
}
.wx-ewm-p1{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.wx-ewm-p2{
    font-size: 16px;
    line-height: 25px;
}
.wx-ewm-p2 span{
    color: #E4525A;
}
.wx-ewm-p3{
    font-size: 16px;
    line-height: 25px;
}
.wx-ewm-p3 span{
    color: #2189ff;
}
.wx-ewm-p4{
    font-size: 16px;
    font-weight: bold;
    margin-top: 30px;
}
#confirm-btn {
    width: 120px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px;
    margin: 25px auto 0;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    background: #2189ff;
}
#confirm-btn:hover {
    background: #06f;
}
#title-p {
    margin: 12px auto 0;
    width: 306px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.fail-title {
    margin: 0 auto;
    width: 306px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #ff1e1e;
}
.zt-gq{
    margin: 30px 0;
}
#zt-gq{
    margin-top: 10px;
}
.zt-gq table tbody{
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}
.zt-gq table tbody tr td{
    float: left;
    width: 115px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
}
.zt-gq table tbody tr{
    display: none;
}
.zt-gq table tbody tr.ztbutton1{
    display: block;
}
.ztbutton{
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 23px;
    cursor: pointer;
    line-height: 30px;
}
.zt-gq a.ztbutton:first-child{
    color: #2189ff;
}
.zt-gq table tbody tr td a:hover {
    color: #2189ff;
}
.xtyx{
    display: flex;
    margin: 15px 0 15px 18px;
}
.game-cut em{
    position:relative;
    width: 46px;
    cursor:pointer;
}
.game-cut em:after{
    content:'';
    position:absolute;
    right:0;
    top:4px;
    width:16px;
    height:16px;
    background:url(/images/more.png) no-repeat;
}
.game-cut em.sq:after{
    transform:rotate(180deg);
}
.xtyx_all{
    margin-top: 30px;
    overflow: hidden;
}
.xtyx_all.qtbb{
    max-height:104px;
}
.xtyxone{
    width: 132px;
    height: 30px;
    line-height: 30px;
    border: #a5b3c4 1px solid;
    border-radius: 16px;
    font-size: 14px;
    color: #333;
    text-align: center!important;
    overflow: hidden;
    float:left;
    margin:0px 22px 20px 0;
    display: inline-block;
}
a.xtyxone:hover{color:#2189ff}
.xtyxone:nth-child(5n){margin-right:0;}
.xtyx div{
    float: left;
}
.xtyx_title{
    width: 265px;
}
.xtyx_title a:hover{
    color: #f60;
}
.xtyx_version{
    width: 200px;
}
.xtyx_size{
    width: 250px;
}
.xtyx_a a{
    display: block;
    width: 52px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #2189ff;
    font-size: 12px;
    line-height: 22px;
    color: #2189ff;
    text-align: center;
    box-sizing: border-box;
}
.xgyxone{
    width:98px;
    height:130px;
    float:left;
    margin:0px 34px 20px 0;
    display:inline-block;
    border-radius:20px;
}
.xgyxone:nth-child(6n){margin-right:0}
.xgyxone img{
    width:98px;
    height:98px;
}
.xgyxone span{
    width:98px;
    height:32px;
    line-height:32px;
    font-size:16px;
    display: block;
    text-align: center!important;
    overflow: hidden;
}
a.xgyxone:hover img{opacity:.8}
.game-ranking-ul{
    padding: 0;
}
.game-ranking-ul li {
    width: 714px;
    height: 147px;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    margin-top: 24px;
}
.game-ranking-ul li:hover{
    border: solid 1px #2189ff;
}
.game-ranking-ul li &gt;a{
    float: left;
}
.game-ranking-ul img {
    width: 98px;
    height: 98px;
    max-width: 100%!important;
    border-radius: 22%;
    margin: 24px 18px 24px 24px!important;

}
.game-ranking-ul .ranking-content {
    width: 440px;
    float: left;
    margin-top: 29px;
}
.game-ranking-ul .ranking-content&gt;a {
    height: 31px;
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 31px;
    color: #333333;
}

.game-ranking-ul .ranking-content .game-info {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
    margin-top: 4px;
}
.game-ranking-ul .ranking-content .game-info span{
    color: #999999;
    font-size: 14px;
    margin-right: 32px;
}
.game-ranking-ul .ranking-content .game-info span.leftTitle{
    margin-right: 0;
    color: #a5b3c4;
}
.game-ranking-ul .ranking-content .game-info span:last-child{
    margin-right: 0;
}
.game-ranking-ul .ranking-content .game-label span{
    color: #999999;
}
.game-ranking-ul .ranking-content .game-info b {
    color: #ffb14b;
    margin-right: 0.2rem;
    font-weight: normal;
}
.game-ranking-ul .ranking-content .game-label {
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 96%;
    word-break: break-all;
    margin-top: 14px;
}
.game-ranking-ul .ranking-content .game-label a {
    border-radius: 10px;
    border: solid 1px #999999;
    padding: 10px 5px;
    color: #999999;
    margin-right:10px;
}
.game-ranking-ul .game-detail {
    width: 108px;
    height: 42px;
    margin-top: 51px;
    background-color: #2189ff;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    float: right;
    margin-right: 24px;
}
.game-ranking-ul .game-detail:hover{
    opacity: 0.6;
}
/*é¢„çº¦*/
#special_version {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}
#special_version .window-gift-container {
    width: 465px;
    height: 575px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    position: absolute;
    text-align: center;
}
.window-gift-head .close-version {
    width: 25px;
    height: 25px;
    background: url(../images/ico.png) no-repeat -126px -725px;
    float: right;
    margin: 10px 10px 0 0;
    cursor: pointer;
}
.special_version_p{
    line-height: 30px;
}
.special_version_span{
    color: red;
}
.special_version_a{
    margin: 0 auto;
    text-align: center!important;
    padding: 10px 20px;
    display: block;
    background:rgb(5, 188, 198);
    color: #fff;
    margin-top: 20px;
    width: 100px;
}
.version_box{
    padding: 20px;
}
#special_version .window-gift-container {
    width: 465px;
    height: 240px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    position: absolute;
    text-align: center;
}
.srcnav {
    overflow: hidden;
    position: relative;
    height: 26px;
    line-height: 26px;
    margin-top: 10px;
}
.srcnav li {
    display: inline-block;
    padding: 0!important;
}
.srcnav .on {
    color: #2189ff;
}
.srcnav li a {
    display: inline-block;
    height: 36px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 10px;
    color: #333333;
}
.plist3 {
    margin: 5px 0 0;
    display: none;
}
.plist3:first-child{
    display: inline-block;
    width: 100%;
}
.strategy-hero{
    background: white;
    padding: 0 0.24rem 0;
    border-bottom: 0.24rem solid #eeeeee;
}
.plist3 li {
    height: 98px;
    margin-top: 5px;
    padding: 0 4px;
}
.plist3 li {
    float: left;
    width: 14%;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    padding: 0 2px;
    box-sizing: border-box;
}
.plist3 li a {
    color: #666666;
}
.plist3 img {
    width: 67px;
    height: 67px;
}
.plist3 img {
    display: block;
    margin: 0 auto 2px;
    border: 1px solid #c8c8c8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.game-ranking .new-ranking-ul{
    padding: 0;
}
.new-ranking-ul li{
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: flex-start;
}
.new-ranking-ul li img {
    width: 133px;
    height: 78px;
    margin-right: 15px;
}
.new-ranking-ul li div a{
    color: #333333;
    text-decoration: none;
    line-height: 26px;
    font-size: 13px;
}
.relevant-container {
    padding: 20px 0 20px 20px;
}

.ali-comment-jbcon-m{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;z-index:102;width:464px;height:465px;background-color:#fff;box-shadow:0 7px 27px 0 #bfbfbf;border-radius:6px;border:solid 1px #f0f0f0;display:none}
.jbcon-head-m{width:100%;height:38px;line-height:38px;text-align:left;text-indent:27px;font-size:16px}
.jbcon-head-m span{color:#0072ff}
.jbcon-head-m em{float:right;margin-right:10px;margin-top:10px;display:inline-block;height:15px;width:15px;cursor:pointer;background:url(https://comment.ali213.net/images/jbclose.png) no-repeat}
.jbcon-body-m{width:100%;height:340px}
.jbcon-body-radio-m{height:150px;margin-left:27px;text-align:left;margin-top:10px}
.jbcon-body-radio-m label{height:12px;width:135px;float:left;margin:10px 0 15px 0;display:inline-block}
.hidden-input-m{width:16px;height:16px;opacity:0;position:absolute;z-index:-1}
.jbcon-body-radio-m label input[type=radio]+span{display:inline-block;height:16px;width:16px;border-radius:10px;border:#aaa 1px solid;background-color:transparent;cursor:pointer;margin-right:5px}
.jbcon-body-radio-m label input[type=radio]+span em{width:10px;height:10px;margin-left:3px;border-radius:6px;margin-top:3px;display:block}
.jbcon-body-radio-m label input[type=radio]:checked+span em{background-color:#306aff}
.jbcon-body-title-m{text-align:left;padding-left:27px;font-size:16px;margin-top:10px;display: inline-table;}
.jbcon-body-input-m{margin-top:15px}
.jbcon-body-input-m input{float:left;width:356px;height:40px;line-height:40px;border:#f0f0f0 1px solid;text-align:left;margin-left:27px;text-indent:10px}
.jbcon-foot-m{width:100%;height:40px;margin-top:15px}
.jbcon-foot-m i{font-style:normal;width:116px;height:38px;line-height:38px;font-size:16px;border:#306aff 1px solid;color:#306aff;margin-left:100px;float:left;display:inline-block;cursor:pointer;text-align:center;border-radius:4px}
.jbcon-foot-m em{font-style:normal;width:116px;height:38px;line-height:38px;font-size:16px;border:#306aff 1px solid;background:#306aff;color:#fff;margin-left:21px;float:left;display:inline-block;cursor:pointer;text-align:center;border-radius:4px}
.m-detail-zcyy{position: absolute;right: 22px;top:35px;width:65px;height:auto;}
.m-detail-jb{float:right;width:65px;height:22px;border-radius:11px;border:solid 1px #dadada;line-height:22px;color:#b1b1b1;cursor:pointer;}
.m-detail-jb em{background:url(https://m.ali213.net/images/down_detail_jb.png);float:left;width:18px;height:18px;margin:2px 4px 2px 3px}
.m-detail-jb span{float:left;width:auto;height:24px;line-height:22px;margin:0;color:#b1b1b1;font-size:14px}
.m-detail-ysxy{
	float: right;
    width: 65px;
    height: 20px;
    border-radius: 11px;
    border: solid 1px #dadada;
    line-height: 22px;
    color: #b1b1b1;
    cursor: pointer;
    margin-top: 2px;
    text-align: center!important;
}
.m-detail-ysqx{
    float: right;
    width: 65px;
    height: 20px;
    border-radius: 11px;
    border: solid 1px #dadada;
    line-height: 22px;
    color: #b1b1b1;
    cursor: pointer;
    margin-top: 2px;
    text-align: center!important;
}
.m-detail-ysqx a{
    color: #b1b1b1;
}
.m-detail-ysqx a:hover{
    color: #2189ff;
}
.ali-down-ysxy{position:fixed;left:0;right:0;bottom:0;top:0;margin:auto;z-index:102;width:800px;height:408px;background-color:#fff;box-shadow:0 7px 27px 0 #bfbfbf;border-radius:6px;padding:30px 10px;border:solid 1px #f0f0f0;display:none;}
.ali-down-ysxy em{position:absolute;right:10px;top:10px;display:inline-block;height:15px;width:15px;cursor:pointer;background:url(https://comment.ali213.net/images/jbclose.png) no-repeat;display:block;}
.ali-down-ysxy-body{
	width:100%;
	height:100%;
    overflow-y: auto;
}
.ali-down-ysxy span{
	line-height:24px;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
.ali-down-ysxy p{
	line-height:24px;
	font-size:14px;
	text-align:left;
	margin:10px 0;
}


.down_con_info_upload{float: right;  border-radius: 15px;  background-color: #2F81F9;  color: #fff;  padding: 3px 10px;    height: 18px;  line-height: 18px;margin-right: 10px}
.down_con_info_upload a{  color: #fff;  line-height: 18px; font-size: 14px ;font-weight: 100;}
.down_con_info_upload a i{     background: url(../images/downupload.png) no-repeat;  display: block;  float: left;  height: 16px;  width: 16px; }
.down_con_info_upload:hover{background-color: #0018FF;}
</pre></body></html>