.d_head_wrap {
    overflow: hidden;
    border-top: 6px solid #f5f5f5;
    background: #fff;
}

.d_head_wrap h1 {
    margin: 0 auto;
    display: block;
    width: 200px;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    text-align: center;
}

.top_head {
    overflow: hidden;
    background: #fff;
    box-shadow: 0 14px 18px #f5f5f5;
    -webkit-box-shadow: 0 14px 18px #f5f5f5;
    margin: 20px 12px;
    border-radius: 6px;
    display: flex;
}

.top_head .lis {
    flex: 1;
    margin-top: 30px;
    margin-bottom: 15px;
}

.top_head .lis .img {
    display: block;
    position: relative;
    margin: 50px auto 0;
}

.top_head .lis .img,
.top_head .lis .img img {
    width: 70%;
    border-radius: 10%;
}

.top_head .lis .img img {
    display: block;
    margin: 0 auto;
}

.top_head .lis p {
    font-size: 14px;
    color: #333;
    line-height: 26px;
    text-align: center;
    margin-top: 5px;
    height: 26px;
    overflow: hidden
}

.top_head .lis span {
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    display: block;
}

.top_head .lis .btn {
    margin: 5px auto 0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #b2d9ff;
    color: #3399ff;
    font-size: 12px;
    text-align: center;
    display: block;
    border-radius: 3px;
}

.top_head .lis:nth-child(2) {
    margin-top: 0;
    padding: 0 26px;
    background: url(../img/topbg.png) no-repeat center;
    background-size: 100% 100%;
    max-width: 180px;
}

.top_head .lis:nth-child(2) .img {
    margin-top: 50px;
}

.top_head .lis:nth-child(2) .img,
.top_head .lis:nth-child(2) .img img {
    width: 90%;
    max-width: 150px;
    border-radius: 12%;
}

.top_head .lis1 i,
.top_head .lis3 i {
    display: block;
    position: absolute;
    top: -28%;
    left: 38%;
    width: 24%;
    height: 28%;
    background: url(../images/icon_ph2.png) no-repeat;
    background-size: 100% auto;
}

.top_head .lis2 i {
    display: block;
    position: absolute;
    top: -24%;
    left: 38%;
    width: 24%;
    height: 24%;
    background: url(../images/icon_ph1.png) no-repeat;
    background-size: 100% auto;
}

.top_head .lis3 i {
    background: url(../images/icon_ph3.png);
    background-size: 100% auto;
}

@media screen and (min-width: 468px) {
    .top_head .lis .img {
        margin-top: 50px !important;
    }

    .top_head .lis:nth-child(2) .img {
        margin-top: 60px !important;
    }
}

.top_list {
    overflow: hidden;
    margin: 12px;
}

.top_list li:last-child {
    border: none;
}

.top_list li {
    overflow: hidden;
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}

.top_list li>span {
    display: block;
    width: 26px;
    height: 29px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    background: url(../images/icon_top.png) no-repeat;
    background-size: 26px auto;
    background-position: 0 -30px;
    margin-top: 16px;
}

.top_list li .num_1 {
    background-position: 0 -59px;
}

.top_list li .num_2 {
    background-position: 0 -89px;
}

.top_list li .num_3 {
    background-position: 0 0;
}

.top_list li .img {
    display: block;
    margin: 0 12px 0 8px;
}

.top_list li .img,
.top_list li .img img {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.top_list li .info {
    flex: 1;
    overflow: hidden;
    margin-right: 12px;
}

.top_list li .info .bt {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    color: #333;
    display: block;
}

.top_list li .info .size {
    font-size: 12px;
    color: #999;
    margin: 2px 0;
    overflow: hidden;
}

.top_list li .info .size span {
    display: block;
    float: left;
}

.top_list li .info .size i {
    margin: 0 4px;
    display: block;
    float: left;
    padding-right: 20px;
    color: #ff4c4c;
    background: url(../img/icon_hot.png) no-repeat right 1px;
    background-size: 12px;
}

.top_list li .info p {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}

.top_list li .btn {
    display: block;
    color: #fff;
    background: #3399ff;
    width: 60px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 3px;
    margin-top: 18px;
}

.g-link-nav {
    width: 100%;
    height: auto;
    background: #fff;
    display: -webkit-box;
    overflow: hidden
}

.g-link-nav li {
    width: auto;
    height: auto;
    border-right: 1px solid #eeeeee;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
}

.g-link-nav li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    margin: auto;
    box-sizing: border-box;
}

.g-link-nav li.f-hover a {
    width: 50%;
    border-bottom: 2px solid #22a7f0;
    color: #22a7f0
}


.g-rank-title {
    padding: 10px 10px 0;
}

.g-rank-title strong {
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: normal;
    color: #f42946;
    background: #fff;
    display: block;
    overflow: hidden;
    border-bottom: 2px solid #eee
}

.g-rank-title strong span {
    padding: 0 0 0 10px;
    color: #22a7f0
}

.g-gamerank-title2 strong {
    color: #82d52a
}

.g-gamerank-title3 strong {
    color: #ff9900
}

.g-gamerank-title4 strong {
    color: #19b5ff
}