﻿@charset "utf-8"; 
 
a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

    a:hover {
        text-decoration: none;
        color: #ff2d22;
    }

.azcatbos .clearfix {
    width: 1312px;
}

.clearfix {
    *zoom: 1;
    overflow: hidden;
    zoom: 1;
}

    .clearfix:after {
        content: "";
        display: block;
        height: 0;
        clear: both;
    }

.clear {
    height: 0;
    overflow: hidden;
    clear: both;
}
 
/*小星星*/
.app_starBox {
    width: 72px;
    height: 20px;
    overflow: hidden;
}

    .app_starBox .star {
        display: block;
        height: 14px;
        margin: 0px;
        line-height: 14px;
        margin-left: 0;
    }

        .app_starBox .star span {
            width: 72px;
            height: 14px;
            background: url(../images/litterStar.png) no-repeat;
            display: inline-block;
        }

            .app_starBox .star span.star0 {
                background-position: -110px -3px;
            }

            .app_starBox .star span.star1 {
                background-position: -110px -38px;
            }

            .app_starBox .star span.star2 {
                background-position: -110px -73px;
            }

            .app_starBox .star span.star3 {
                background-position: -110px -108px;
            }

            .app_starBox .star span.star4 {
                background-position: -110px -144px;
            }

            .app_starBox .star span.star5 {
                background-position: -110px -178px;
            }

.starBox {
    width: 100px;
    height: 20px;
    overflow: hidden;
}

    .starBox .star {
        display: block;
        height: 18px;
        margin: 0px;
        line-height: 18px;
        margin-left: 0;
    }

        .starBox .star span {
            width: 100px;
            height: 18px;
            background: url(../images/litterStar.png) no-repeat;
            display: inline-block;
        }

            .starBox .star span.star0 {
                background-position: 0 0;
            }

            .starBox .star span.star1 {
                background-position: 0 -35px;
            }

            .starBox .star span.star2 {
                background-position: 0 -70px;
            }

            .starBox .star span.star3 {
                background-position: 0 -106px;
            }

            .starBox .star span.star4 {
                background-position: 0 -142px;
            }

            .starBox .star span.star5 {
                background-position: 0 -177px;
            }
/*选项卡*/
.Min_R .tab_header {
    width: 100%;
    margin: 0 auto;
}

.Min_R .tab_con {
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
}
/*
.Min_R .tab_con .dnone{
  width: 100%;
  margin: 0 auto;
  margin-top: 12px;
  height:350px;
  overflow: hidden;
}
*/
.Min_R .tab_header ul {
    text-align: center;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    background: #f7f7f7;
}

    .Min_R .tab_header ul li {
        float: left;
        text-align: center;
        width: 33.33%;
        border-right: 1px solid #eee;
        height: 38px;
        padding: 0 15px;
        box-sizing: border-box;
        line-height: 38px;
        cursor: pointer;
        list-style-type: none;
    }

        .Min_R .tab_header ul li.cur {
            height: 38px;
            background: #1e89e0;
            position: relative;
            color: #FFF;
        }

.tab-itemAZ .bot-arrowAZ {
    position: relative;
    float: left;
    width: 0;
    height: 0;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #1e89e0;
    display: none;
    z-index: 1000;
    left: 50%;
    margin-left: -6px;
    margin-top: 38px;
}

.tab-itemAZ.cur .bot-arrowAZ {
    display: block;
}

.list_txt2 {
    overflow: hidden;
    max-height: 360px;
    width: 100%;
    /*	float: left;*/
    margin: 0 auto;
}

    .list_txt2 i {
        float: right;
        color: #CCC;
    }

    .list_txt2 li {
        font-size: 14px;
        height: 38px;
        line-height: 38px;
        overflow: hidden;
        list-style-type: none;
        border-bottom: 1px dashed #eee;
    }

        .list_txt2 li span.type {
            position: relative;
            float: left;
            width: 76px;
            display: inline-block;
        }

            .list_txt2 li span.type a {
                color: #999;
            }

        .list_txt2 li a {
            position: relative;
            float: left;
            color: #666;
            text-decoration: none;
            width: 360px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .list_txt2 li a:hover {
                color: #63B73D;
                text-decoration: underline;
            }

    .list_txt2 img {
        margin: auto;
        vertical-align: middle;
        margin-right: 8px;
        width: 20px;
        height: 20px;
    }

    .list_txt2 span.icon-xin {
        color: #FC5302;
        padding-left: 10px;
    }
/*列表分页*/
.sma_pages {
    position: relative;
    float: left;
    top: -4px;
    height: 32px;
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #ccc;
}

    .sma_pages .pagNum {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin: 0 4px;
        background: #aeaeae;
        border: 1px solid #aeaeae;
    }

    .sma_pages a:hover {
        background: #1e89e0;
        border: 1px solid #1e89e0;
        color: #fff;
        text-decoration: none;
    }

    .sma_pages span.current {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 12px;
        margin: 0 4px;
        background: #1e89e0;
        border: 1px solid #1e89e0;
        color: #fff;
    }

    .sma_pages span.disabled {
        display: inline-block;
        height: 30px;
        border-radius: 6px;
        line-height: 30px;
        margin: 0 4px;
        padding: 0 26px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #ddd;
        margin-right: 10px;
    }

    .sma_pages .next {
        background: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        color: #666;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 6px;
        padding: 0 26px;
        margin-left: 10px;
    }

.mainBody {
    position: relative;
    /*  background: #fff;*/
    width: 1300px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 16px;
} 
/*内页列表分页*/
.inner_pages {
    position: relative;
/*    float: left;*/
    top: -4px;
    height: 32px;
    margin: 0px auto;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    color: #ccc;
}

    .inner_pages .pagNum, .inner_pages a {
        display: inline-block;
        margin: 0 4px;
        background: #aeaeae;
        background: #fff;
        height: 30px;
        border-radius: 4px;
        line-height: 30px;
        margin: 0 4px;
        padding: 0 12px;
        color: #666;
        font-size: 14px;
        border: 1px solid #ddd;
    }

        .inner_pages a:hover {
            background: #1e89e0;
            border: 1px solid #1e89e0;
            color: #fff;
            text-decoration: none;
        }

    .inner_pages span.current {
        display: inline-block;
        border-radius: 4px;
        background: #1e89e0;
        border: 1px solid #1e89e0;
        color: #fff;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        padding: 0 12px;
    }

    .inner_pages span.disabled {
        display: inline-block;
        height: 30px;
        border-radius: 4px;
        line-height: 30px;
        margin: 0 4px;
        padding: 0 26px;
        color: #bfbfbf;
        background: #f2f2f2;
        border: 1px solid #ddd;
        margin-right: 10px;
    }

    .inner_pages .prev, .inner_pages .next {
        background: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        color: #666;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 26px;
        margin-left: 10px;
    }

    .inner_pages .first {
        background: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        color: #666;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 12px;
        margin-right: 0;
    }

    .inner_pages .last {
        background: #fff;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin: 0 4px;
        color: #666;
        font-size: 14px;
        border: 1px solid #ddd;
        border-radius: 4px;
        padding: 0 12px;
        margin-left: 10px;
    }

    .inner_pages select {
        position: relative;
        border: 1px solid #ddd;
        height: 30px;
        padding: 2px 6px;
        top: -2px;
        border-radius: 4px;
        vertical-align: middle;
        margin-left: 16px;
        margin-top: 2px;
    }

.w300 {
    width: 300px;
    overflow: hidden;
}

.w960 {
    width: 960px;
    overflow: hidden;
}
/*鼠标移动切换内容*/
/*<!--首game_mainBodyy游戏开始-->*/
.type_title {
    width: 100%;
    height: 42px;
    position: relative;
    line-height: 42px;
    border-bottom: 2px solid #2681cf;
    margin-bottom: 20px;
}

.CGTAnd {
    background: url(../images/dkcssimg.png) no-repeat;
}

.CGTAnd_az {
    float: left;
    width: 28px;
    height: 48px;
    margin-right: 12px;
    background-position: -290px -431px;
}

.CGTAnd_pc {
    float: left;
    width: 28px;
    height: 48px;
    margin-right: 12px;
    background-position: -240px -222px;
}

.type_title h2 {
    font-size: 20px;
    font-weight: bold;
    float: left;
    color: #444;
    margin: 0;
}

.type_title .CGAtext {
    margin-left: 80px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #676767;
    font-family: "Microsoft YaHei";
    float: left;
}

.type_title .not_morBt {
    float: right;
}

.type_title .CGAtext a {
    padding-left: 20px;
}

    .type_title .CGAtext a span {
        color: #e3e3e3;
        margin-left: 20px;
    }

.tab-item {
    display: block;
    text-align: center;
    float: left;
    position: relative;
}
    /*
.cur {
  color: #2681cf;
}
*/
    .tab-item.cur .bot-arrow {
        display: block;
    }

    .tab-item .bot-arrow {
        position: absolute;
        background: url(../images/dkcssimg.png) no-repeat -160px -67px;
        width: 12px;
        height: 7px;
        display: none;
        z-index: 1000;
        left: 50%;
        margin-left: -6px;
        top: 42px;
    }
/*左右布局*/
.type_contBox {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 16px;
}

    .type_contBox .type_con_list {
        width: 920px;
        /* float: left; */
        margin: 0 auto;
        overflow: initial;
    }
    /*内页热门资讯slide*/
    /*
.slideshow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.slideshow .slide {
  position: relative;
  float: left;
  height: 170px;
  overflow: hidden;
  width: 100%;
}
.slideshow .s-container {
  height: 170px;
  margin-left: -182px;
  width: 1570px;
}
.scrollShow .s-container {
  height: 170px;
  margin-left: 58px;
  width: 1570px;
}
.slideshow .s-content li {
  display: inline;
  width: 300px;
  height: 170px;
  position: relative;
  float: left;
  text-align: center;
}
.slideshow .s-content img {
  width: 300px;
  height: 170px;
}
.slideshow .s-content a {
  display: block;
  height: 170px;
  position: relative;
  float: right;
  text-align: center;
}
.slideshow .s-content li s {
  display: block;
  position: absolute;
  z-index: 20;
  left: 0;
  bottom: 0;
  float: right;
  text-align: center;
  width: 100%;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: .6
}
.slideshow .s-content li span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  width: 100%;
  float: right;
  text-align: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  z-index: 22
}
.slideshow .prev, .slideshow .next {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 54px;
  height: 54px;
  background: url(../images/dkcssimg.png) no-repeat;
}
.slideshow .prev {
  left: 82px;
  background-position: -70px -356px;
}
.slideshow .prev:hover {
  background-position: -70px -299px;
}
.slideshow .next {
  right: 106px;
  background-position: -126px -356px;
}
.slideshow .next:hover {
  background-position: -126px -299px;
}
.slideshow .slide:hover .prev, .slideshow .slide:hover .next, .slideshow .slide.hover .prev, .slideshow .slide.hover .next {
  display: block;
}
*/
    /*热门排行*/
    .type_contBox .w370 {
        width: 360px;
        overflow: hidden;
    }

    .type_contBox .w290 {
        width: 290px;
        overflow: hidden;
    }

    .type_contBox .Softdownsort {
        width: 100%;
        /*	float: right;*/
        overflow: hidden;
        margin-bottom: 20px;
    }

.Softdownsort h3 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-bottom: 12px;
}

    .Softdownsort h3 i {
        float: left;
        width: 19px;
        height: 21px;
        margin-right: 10px;
        background: url(../images/rank_icon.png) no-repeat;
    }

.Softdownsort .rank_app_right {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

    .Softdownsort .rank_app_right li {
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px #eee dashed;
    }

.rank_app_right li .nor_rank_app {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.rank_app_right li .hover_rank_app {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    display: none;
}

.rank_app_right li .nor_rank_app a.nameAndRank {
    /*  display: inline-block;*/
    width: 100%;
    font-size: 15px;
    height: 28px;
    line-height: 28px;
    color: #666;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.nameAndRank span {
    width: 80%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*  margin-left: 32px;*/
}

.rank_app_right li .nor_rank_app a.nameAndRank:hover {
    color: #ed6d0f;
}

.rank_app_right li .hover_rank_app a.picAndRank {
    display: block;
    width: 60px;
    float: left;
    height: 60px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    left: 30px;
}

a.picAndRank img {
    width: 60px;
    height: 60px;
}

.rank_app_right li em {
    width: 22px;
    font-style: normal;
    font-size: 10px;
    line-height: 16px;
    height: 28px;
    margin-right: 12px;
    float: left;
    text-align: center;
    /*
  position: absolute;
  left: 0;
  top: 0px;
*/
    color: #fff;
    background: url(../images/top4.png) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.hover_rank_app em {
    position: absolute;
    left: 0;
    top: 0px;
}

.hover_rank_app .app_info {
    width: 46%;
    height: 60px;
    float: left;
    margin-left: 38px;
    margin-right: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_info a {
    display: block;
    margin-bottom: 3px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app_info p {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}

    .app_info p a {
        display: inline;
        font-size: 12px;
        color: #777;
        margin-top: 2px;
    }

        .app_info p a:hover {
            color: #1e89e0;
        }

.hover_rank_app a.app_btn {
    display: block;
    width: 80px;
    height: 32px;
    border-radius: 30px;
    background: #1e89e0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 0px;
    text-align: center;
    line-height: 30px;
}

.app_info .app_starBox {
    width: 200px;
}

    .app_info .app_starBox .star {
        float: left;
        margin-top: 4px;
    }

    .app_info .app_starBox u {
        font-size: 14px;
        float: left;
        margin-left: 10px;
        margin-top: 2px;
    }

.rank_app_right li:nth-child(1) em {
    background: url(../images/top1.png) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.rank_app_right li:nth-child(2) em {
    background: url(../images/top2.png) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.rank_app_right li:nth-child(3) em {
    background: url(../images/top3.png) no-repeat;
    background-size: 100%;
    background-position: bottom left;
}

.no_marTop {
    margin-top: 0px;
}

.no_marBot {
    margin-bottom: 0px;
}
/*返回顶部*/
#gotoTop {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 160px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: url("../images/dkcssimg.png") no-repeat -213px -466px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 999999;
}

    #gotoTop:hover {
        background: url("../images/dkcssimg.png") no-repeat -213px -526px;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.sy_appList li .app_type_star a:hover {
    color: #1e89e0;
}

.com_appList li .app_type_star a:hover {
    color: #1e89e0;
}
/*ie8不兼容css*/
.mainBody .no_marRig {
    margin-right: 0;
}

.w934 .aids_item .no_marRig {
    margin-right: 0
}

.CGAtext a:hover {
    color: #1e89e0
}
/*搜索下拉*/
.focus_search {
    border: 2px solid #2185b9;
    /*  border-bottom-left-radius: 0px;*/
    /*  border-bottom-right-radius: 0px;*/
}

    .focus_search .sech_btn {
        background: url("../images/search_btn.png") #2185b9 no-repeat center;
        /*	background: url("../images/search_btn_focus.png") #f2f2f2 no-repeat center;*/
    }

span.inline {
    width: 316px;
    margin: 0 auto;
    border-bottom: 2px solid #f2f2f2;
    display: block;
    margin-bottom: 6px;
}

.headerBox_head .auto_search {
    display: none;
    position: absolute;
    z-index: 9;
    top: 32px;
    box-sizing: border-box;
    padding-top: 6px;
    left: 0px;
    width: 338px;
    border: 2px solid #2185b9;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgb(50 50 50 / 20%);
    box-shadow: 1px 4px 3px rgb(50 50 50 / 20%);
}

.auto_search a {
    display: block;
    padding: 2px 5px;
    overflow: hidden;
    height: 24px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
}

    .auto_search a:hover {
        background: #f0f0f0;
        color: #333;
    }


/* 排行榜 */
.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    background: url(../images/icon.png) no-repeat;
    background-size: 800px 800px;
    display: inline-block;
}

.rankbg {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 30px 0;
    display: flex;
    justify-content: center;
}

    .rankbg a {
        display: block;
        width: 300px;
        height: 74px;
        background: #f0f0f0;
        border-radius: 37px;
        text-align: center;
    }

        .rankbg a.current, .rankbg a:hover {
            background: #fb9d04;
            box-shadow: 0 5px 3px #2cb6e4;
            transition: none;
        }

            .rankbg a.current span, .rankbg a:hover span {
                color: #fff;
            }

            .rankbg a.current i.hot, .rankbg a:hover i.hot {
                background-position: -405px -370px;
            }

            .rankbg a.current i.new, .rankbg a:hover i.new {
                background-position: -515px -370px;
            }

        .rankbg a span {
            color: #757575;
            font-size: 24px;
            line-height: 74px;
            display: inline-block;
            max-width: 168px;
            white-space: nowrap;
            overflow: hidden;
        }

        .rankbg a i {
            height: 40px;
            margin-top: 17px;
            margin-right: 10px;
            vertical-align: top;
        }

            .rankbg a i.hot {
                width: 85px;
                background-position: -405px -420px;
            }

            .rankbg a i.new {
                width: 89px;
                background-position: -515px -420px;
            }

        .rankbg a:nth-of-type(n+2) {
            margin-left: 20px;
        }

.rankcont {
    margin-top: 10px;
}

    .rankcont ul {
    }

        .rankcont ul li {
            float: left;
            margin-left: 8px;
            width: 1179px;
            height: 282px;
            border: 1px solid #f6f6f6;
            position: relative;
            margin-bottom: 30px;
            border-radius: 5px;
            box-shadow: 0 5px 5px #f6f6f6;
        }

            .rankcont ul li > span {
                position: absolute;
                top: -6px;
                left: -9px;
            }

                .rankcont ul li > span em {
                    color: #fff;
                    font-size: 24px;
                    font-weight: 600;
                    position: absolute;
                    top: 10px;
                    left: 4px;
                    width: 30px;
                    text-align: center;
                    display: block;
                }

            .rankcont ul li i {
                width: 65px;
                height: 69px;
                background-position: -271px -478px;
            }

            .rankcont ul li .ranktop1 i {
                width: 80px;
                height: 79px;
                background-position: 0 -478px;
            }

            .rankcont ul li .ranktop1 em {
                font-size: 30px;
            }

            .rankcont ul li .ranktop2 i {
                width: 80px;
                height: 79px;
                background-position: -89px -478px;
            }

            .rankcont ul li .ranktop2 em {
                font-size: 30px;
            }

            .rankcont ul li .ranktop3 i {
                width: 80px;
                height: 79px;
                background-position: -178px -478px;
            }

            .rankcont ul li .ranktop3 em {
                font-size: 30px;
            }

            .rankcont ul li .rankbox1 {
                float: left;
                height: 282px;
                width: 222px;
            }

            .rankcont ul li .rankbox2 {
                float: left;
                height: 282px;
                width: 472px;
                position: relative;
            }

            .rankcont ul li .rankbox3 {
                float: left;
                height: 282px;
                width: 445px;
                white-space: nowrap;
                overflow: hidden;
                margin-left: 22px;
            }

                .rankcont ul li .rankbox3 a {
                    display: flex;
                }

            .rankcont ul li .rankbox1 img {
                width: 160px;
                height: 160px;
                border-radius: 30px;
                margin: 34px 0 0 38px;
                float: left;
            }

            .rankcont ul li .rankbox1 a {
                display: inline-block;
                width: 150px;
                height: 37px;
                color: #fff;
                text-align: center;
                border-radius: 10px;
                background: #fb9d04;
                line-height: 37px;
                float: left;
                margin: 16px 42.5px 0;
            }

            .rankcont ul li .rankbox2 h3 {
                font-size: 24px;
                color: #292929;
                line-height: 24px;
                margin-top: 34px;
            }

                .rankcont ul li .rankbox2 h3:hover {
                    color: #fb9d04;
                }

            .rankcont ul li .rankbox2 p:nth-child(2) {
                font-size: 14px;
                line-height: 14px;
                color: #8f8f8f;
                margin-top: 25px;
            }

                .rankcont ul li .rankbox2 p:nth-child(2) em {
                    line-height: 14px;
                    color: #8f8f8f;
                    margin: 0 20px;
                }

            .rankcont ul li .rankbox2 p:nth-child(3) {
                font-size: 16px;
                color: #5c5c5c;
                line-height: 24px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                margin-top: 24px;
            }

            .rankcont ul li .rankbox2 p:nth-child(4) {
                margin-top: 22px;
            }

                .rankcont ul li .rankbox2 p:nth-child(4) a {
                    margin-bottom: 4px;
                    width: 76px;
                    height: 24px;
                    background: #fff;
                    border: 1px solid #fb9d04;
                    color: #fb9d04;
                    line-height: 22px;
                    text-align: center;
                    display: inline-block;
                    border-radius: 13px;
                    padding: 0 10px;
                    margin-right: 20px;
                    white-space: nowrap;
                }

                    .rankcont ul li .rankbox2 p:nth-child(4) a:hover {
                        background: #fee6c0;
                    }

            .rankcont ul li .rankbox2 > span {
                position: absolute;
                top: 35px;
                right: 0;
                font-weight: 600;
                color: #fb9d04;
                font-size: 28px;
            }

            .rankcont ul li .rankbox3 img {
                display: block;
                width: auto;
                max-height: 245px;
                margin: 0 auto;
            }

                .rankcont ul li .rankbox3 img:nth-child(1) {
                    margin-top: 20px;
                }

                .rankcont ul li .rankbox3 img:nth-child(2) {
                    margin: 20px 0 0 10px;
                }

                .rankcont ul li .rankbox3 img:nth-child(3) {
                    margin: 20px 0 0 10px;
                }
                 
.safety {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #2c2c2c;
    text-align: center;
    margin-top: 10px;
}

    .safety a {
        display: inline-block;
        padding: 0 15px;
        color: #4f4f4f;
    }

    .safety i {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-right: 1em;
        margin-bottom: 2px;
    }

    .safety .icon_safe1 {
        background-position: -154px -4px;
    }

    .safety .icon_safe2 {
        background-position: -184px -4px;
    }

    .safety .icon_safe3 {
        background-position: -213px -2px;
    }

    .safety .icon_safe4 {
        background-position: -244px -2px;
    }

    .safety .icon_safe5 {
        background-position: -273px -3px;
    }

    .safety .icon_safe7 {
        background: url(../img/zllm.jpg) left center no-repeat;
        background-size: 20px 20px;
    }

    .safety a:hover {
        color: #fff;
    }
     