/*右边公共部分*/
#common-right-container {
    width: 320px;
    float: right;
    overflow: hidden;
}

#common-right-container .title-container span {
    font-size: 18px;
}

#common-right-container .title-container i {
    height: 18px;
    top: 3px;
}

#common-right-container > div {
    overflow: hidden;
    padding: 12px 20px 20px;
    background: white;
    margin-bottom: 20px;
}
#common-right-container .common-special-header{
    overflow:visible;
}

/*新闻列表*/
.common-news-img {
    width: 280px;
    height: 146px;
    position: relative;
}

.common-news-img:hover img {
    opacity: 0.8;
}

.common-news-ul .normal-a {
    height: 18px;
    line-height: 18px;
    display: block;
    overflow: hidden;
    margin-top: 17px;
}
 .show-code-container div {
    width: 122px;
    height: 122px;
    display: block;
    margin: 10px auto 3px;
}
.common-news-ul .normal-a i {
    width: 3px;
    height: 3px;
    float: left;
    background: #999999;
    margin-top: 7px;
    margin-right: 10px;
}

.common-news-ul .normal-a span {
    width: 260px;
    float: left;
    height: 18px;
    line-height: 18px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common-news-ul .normal-a:hover span {
    color: rgb(5, 188, 198);
}

/*图片，文字在下*/
.common-img-text a {
    display: block;
    height: 146px;
    width: 100%;
    margin-top: 18px;
}

.common-img-text img {
    width: 100%;
    height: 124px;
    background-color: #ececec;
    border-radius: 5px;
}

.common-img-text span {
    display: block;
    height: 24px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.common-img-text a:hover img {
    opacity: 0.8;
}

.common-img-text a:hover span {
    color: rgb(5, 188, 198);
}

/*右边排行榜*/

.common-rank-li {
    /*padding: 10px 0;*/
    /*border-bottom: 1px dashed #e8e8e8;*/
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.common-rank-li .rank-num {
    height: 40px;
    margin-top: 16px;
    line-height: 40px;
    float: left;
    width: 20px;
    color: white;
    background-color: #bbbbbb;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
}

.common-rank-li .rank-num1 {
    background: #ff6600;
}

.common-rank-li .rank-num2 {
    background: #ff9900;
}

.common-rank-li .rank-num3 {
    background: #ffcc00;
}

.common-rank-li .rank-info {
    float: left;
    padding-left: 20px;
    width: 145px;
}

.common-rank-li .rank-name {
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.common-rank-li .rank-name:hover {
    color: rgb(5, 188, 198);
    text-decoration: underline;
}

.common-rank-li .rank-type {
    width: 100%;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 5px 0 9px;
}

.common-rank-li .rank-type a,
.common-rank-li .rank-type span {
    color: #999999;
    font-size: 12px;
    padding-right: 6px;
}

.common-rank-li .down-icon {
    display: block;
    width: 52px;
    height: 24px;
    border-radius: 4px;
    border: solid 1px #05bcc6;
    font-size: 12px;
    line-height: 22px;
    color: #05bcc6;
    text-align: center;
    box-sizing: border-box;
}

.common-rank-li .down-icon:hover {
    color: white;
    background: #05bcc6;
}

/*推荐专区*/
.common-recommend-ul {
    padding-top: 12px;
}

#common-right-container .common-recommend-container {
    padding-right: 0;
}

.common-recommend-ul .recommend-a {
    margin: 0 28px 28px 0;
}

.common-recommend-ul .recommend-a span {
    display: block;
    height: 28px;
    line-height: 35px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.common-recommend-ul .recommend-a:hover img {
    opacity: 0.8;
}

.common-recommend-ul .recommend-a:hover span {
    color: rgb(5, 188, 198);
}

/*抢礼包*/
.get-gift-container {
    padding-bottom: 8px;
}

.get-gift-container li {
    overflow: hidden;
    margin-top: 20px;
    width: 100%;
}

.get-gift-container li > div {
    float: left;
}

.get-gift-container .gift-title {
    width: 145px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.get-gift-container .gift-title:hover {
    color: rgb(5, 188, 198);
}

.get-gift-container .gift-num-container {
    width: 145px;
    height: 16px;
    line-height: 16px;
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
    margin-top: 12px;
}

.get-gift-container .gift-num-container div {
    width: 82px;
    height: 12px;
    background-color: #ececec;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 2px;
    margin-right: 12px;
}

.get-gift-container .gift-num-container div i {
    display: block;
    width: 60%;
    height: 12px;
    background-color: #9dd6e0;
}

.get-gift-container .get-gift {
    width: 62px;
    height: 28px;
    background-color: #05bcc6;
    color: #fffefe;
    border-radius: 14px;
    line-height: 28px;
    display: block;
    float: right;
    margin-top: 14px;
    text-align: center;
}

.get-gift-container .get-gift:hover {
    background-color: rgba(5, 188, 198, 0.8);
}

/*专区内页专区信息*/
.common-special-header {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.common-special-header .img180 {
    width: 180px;
    height: 180px;
    border-radius:40px;
    margin: auto;
    display: block;
}

.common-special-header .game-name {
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #333333;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-align: center;
}

.common-special-header .android-download {
    display: block;
    width: 168px;
    height: 40px;
    background-color: #05bcc6;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    line-height: 40px;
    margin: 10px auto;
    text-align: center;
    position: relative;
}

.common-special-header .android-download i {
    width: 18px;
    height: 21px;
    float: left;
    margin: 10px 0 0 18px;
    background: url(../images/ico.png) no-repeat -156px -73px;
}

.common-special-header .android-download b,
.common-special-header .ios-download b {
    float: right;
    width: 42px;
    height: 40px;
    background: url(../images/ico.png) no-repeat -48px -405px;
    border-left: 1px solid #4ac3ca;
}

.common-special-header .ios-download {
    display: block;
    width: 168px;
    height: 40px;
    background-color: #05bcc6;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
    margin: 10px auto;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    position: relative;
}

.common-special-header .ios-download i {
    width: 18px;
    height: 21px;
    float: left;
    margin: 10px 0 0 18px;
    background: url(../images/ico.png) no-repeat -178px -73px;
}

.common-special-header .android-download:hover,
.common-special-header .ios-download:hover {
    background: rgba(5, 188, 198, 0.8);
}

.common-special-header .game-score-container {
    width: 168px;
    margin: auto;
}

.common-special-header .game-score {
    font-size: 40px;
    color: #333333;
    display: block;
    font-weight: bold;
}

.common-special-header .game-star-container {
    width: 95px;
    display: block;
    float: right;
    height: 16px;
    margin-top: 20px;
    margin-right: 2px;
    background: url(../images/ico.png) no-repeat 0 -639px;
}

.common-special-header .game-star-container i {
    width: 60%;
    display: block;
    height: 16px;
    background: url(../images/ico.png) no-repeat 0 -621px;
}

.common-special-header .commit-score {
    clear: both;
}

.common-special-header .commit-score span {
    color: #333333;
    font-weight: bold;
    margin-right: 15px;
}

.common-special-header .commit-score b {
    font-size: 12px;
    color: #888888;
}

.common-special-header .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;
}

.common-special-header .android-download b:hover + .show-code-container,
.common-special-header .ios-download b:hover + .show-code-container {
    display: block;
}

.common-special-header .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;
}

.common-special-header .show-code-container img {
    width: 122px;
    height: 122px;
    display: block;
    margin: 10px auto 3px;
}

.common-special-header .show-code-container p {
    width: 100%;
    font-size: 12px;
    display: block;
    color: #999999;
    height: 20px;
    line-height: 20px;
    text-align: center;
}