/* CSS Document */
/*swiper*/
.slider.game .mySwiper {
    height: 115px;
}

.slider.zuti .mySwiper {
    height: 165px;
}

.mySwiper {
    height: 185px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-slide a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}

.swiper-slide img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
}

.swiper-wrapper .swiper-slide .tit {
    height: 32px;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    width: 80%;
    padding-right: 20%;
    text-indent: 10px;
    position: absolute;
    bottom: 0;
}

.swiper-pagination {
    position: absolute;
    text-align: right;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 3%;
    right: 5px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
}

.swiper-pagination-bullet-active {
    height: 11px;
    width: 11px;
    opacity: 1;
    background: #058dd7
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.youxi .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 5%;
}

.youxi .swiper-container-horizontal {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.youxi .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 45px;
    left: 0;
    width: 100%;
    right: 0px
}

.youxi .swiper-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    z-index: 1;
    height: 100%;
}

.youxi .swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

#wrapper {
    width: 100%;
    float: left;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 10px 0 2px 0;
    background: #f2f2f2
}

#ller {
    width: 140px;
    height: 100%;
    float: left;
    padding: 0 5px 6px 5px
}

#ller li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    width: 152px;
    text-align: center
}

#ller li img {
    border: 1px solid #fff;
    width: 140px
}

/*截图*/
.pic-bd {
    height: 270px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

.pic-bd .btn {
    display: block;
    width: 36px;
    height: 66px;
    background: url(../image/picarrow.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}

.pic-bd i {
    display: block;
    position: absolute;
    width: 18px;
    height: 26px;
    top: 50%;
    margin-top: -13px;
    left: 13px;
}

.pic-bd .bleft {
    display: none;
    left: 5px;
}

.pic-bd .bright {
    right: 5px;
    background-position: -43px 0;
}

.pic-bd .bleft:hover {
    background-position: 0px -72px;
}

.pic-bd .bright:hover {
    background-position: -43px -72px;
}

.piclist {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 10px;
    -moz-transition: background 0.5s ease-in, color 0.3s ease-out;
    -webkit-transition: background 0.5s ease-in, color 0.3s ease-out;
    -o-transition: background 0.5s ease-in, color 0.3s ease-out;
    transition: background 0.5s ease-in, color 0.3s ease-out;
}

.piclist .picitem {
    float: left;
    width: 145px;
    margin-right: 5px;
}

.picitem .picitem-con {
    display: table-cell;
    vertical-align: middle;
}

.picitem .picitem-con img {
    width: 145px;
}

.bolck {
    clear: both;
}

#g-down-gameprevimg {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin: 0;
    background: #fff;
    padding: 15px 15px 0 0;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    z-index: 10;
}

#g-down-gameprevimg .g-previmg-ul {
    width: 100%;
    height: auto;
    white-space: nowrap;
    display: block;
    overflow-x: auto;
    overflow-y: hidden
}

#g-down-gameprevimg .g-previmg-ul li {
    width: auto;
    height: auto;
    white-space: nowrap;
    margin: 0 0 0 12px;
    display: inline-block;
    overflow: hidden
}

#g-down-gameprevimg .g-previmg-ul li img {
    width: auto;
    max-width: 360px;
    height: auto;
    max-height: 360px;
    display: block;
    overflow: hidden
}

.g-down-key {
    width: 100%;
    height: auto;
    padding: 0 24px 0 0;
    box-sizing: border-box;
    display: block;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap
}

.g-down-key p {
    width: auto;
    height: auto;
    padding: 15px 0 5px 24px;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    min-width: 320px;
    max-width: 768px;
    margin: 0 auto;
}

.g-down-key p a {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background: #ff5635;
    border-radius: 4px;
    padding: 0 12px;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.g-key-label {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    padding: 0 12px 0 0;
    box-sizing: border-box
}

.g-key-label p {
    width: auto;
    height: auto;
    float: left;
    padding: 10px 0 0 12px;
    box-sizing: border-box;
    display: inline;
    overflow: hidden
}

.g-key-label p a {
    width: auto;
    height: 24px;
    line-height: 24px;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    display: block;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 2px;
}

.g-key-label p:nth-child(1) a {
    border-color: #4996ff;
    color: #4996ff
}

.g-key-label p:nth-child(2) a {
    border-color: #ff5e33;
    color: #ff5e33
}

.g-key-label p:nth-child(3) a {
    border-color: #65bb0a;
    color: #65bb0a
}

.infobox_centre li,
.in_list {
    margin-top: 5px;
}

/*footer*/
.footer {
    font-size: 1em;
    text-align: center;
    height: 39px;
    line-height: 39px;
    border-top: 2px solid #666
}

/*header*/
.header {
    background: #00a1ff;
    height: 50px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 200;
    padding: 0 58px 0 143px
}

.logo {
    width: 116px;
    height: 30.5px;
    position: absolute;
    top: 10px;
    left: 9px
}

.logo img {
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.mlogo {
    position: absolute;
    font-size: 1.1rem;
    left: 13px;
    top: 13px;
    color: #fff;
}

.search {
    flex: 1;
    height: 30px;
    line-height: 36px;
    position: absolute;
    top: 10px;
    left: 30%;
    right: 15%;
}

.search .form {
    width: 86%;
    height: 32px;
    border-radius: 20px;
    background: #fff;
    margin-left: 15px;
    padding-left: 12px;
}

.search .form .key {
    width: 82%;
    margin-top: 3px;
    float: left;
    height: 25px;
    line-height: 25px;
    font: 14px Helvetica Regular, '方正中等线', Microsoft YaHei, sans-serif, '宋体', Tahoma;
    color: #888;
    border: none;
    background: none;
    overflow: hidden;
}

.search .form .btn {
    float: right;
    display: block;
    background: url(../image/ico_img_cha.png) no-repeat center;
    height: 17px;
    width: 16%;
    margin-top: 8px;
    background-size: auto 100%;
    margin-right: 2%;
    border: none;
}

#mcate {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 33px;
    height: 24px;
    z-index: 1
}

#mcate b {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 24px;
}

#searcha {
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    height: 40px
}

.bdcs-search-form {
    position: relative;
    top: 11px;
}

.soBox {
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    height: 27px;
}

.soInput {
    position: relative;
    border: 0;
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-box-flex: 1
}

.search_txt {
    text-indent: 10px;
    font-size: 1.083em;
    border: 1px solid #666;
    border-radius: 0;
    height: 25px;
    color: #666;
    vertical-align: middle;
    width: 100%;
    border-right: 0
}

.soBtn {
    -webkit-box-sizing: border-box;
    position: relative
}

.search_btn {
    border: 0;
    border-radius: 0;
    width: 38px;
    height: 27px;
    padding: 1px 0;
    background: #00a1ff url(../image/down1.png) 10px 0 no-repeat;
    background-size: 190px auto;
    overflow: hidden;
    text-indent: -9999px;
    position: relative
}

.indexNav {
    line-height: 24px;
    background-color: #fff
}

.indexNav ul {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.mainNav {
    zoom: 1;
    clear: both;
    height: 40px;
    line-height: 40px;
}

.indexNav li {
    /* width: 16.666666%; */
    padding: 0 6px;
    display: inline-block;
    text-align: center
}

.indexNav li.active {
    background-color: #0068ff;
}

.mainNav li a {
    display: block;
    line-height: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    font-size: 16px;
    ;
    color: #555
}

.indexNav span {
    display: inline-block;
    width: 20px;
    height: 15px;
    background: url(../image/down1.png) 0 -30px no-repeat;
    background-size: 165px auto;
    vertical-align: middle
}

.indexNav span.zk_down {
    background: url(../image/down1.png) -25px -30px no-repeat;
    background-size: 165px auto
}

.t-span {
    margin-top: 20px;
    position: relative;
}

.t-span i {
    height: 34px;
    width: 6px;
    background-color: #00a1ff;
    position: absolute;
    left: 3%;
}

.t-span b {
    font-size: 1.542em;
    line-height: 34px;
    padding-left: 6%;
}

.get_more {
    height: 17px;
    line-height: 17px;
    width: 45px;
    background-color: #666;
    text-align: center;
    color: #fff;
    margin-right: 3%;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.link-qi {
    padding: .583em .833em .833em;
    overflow: hidden
}

.link-qi a {
    float: left;
    border: .083em solid #666;
    margin: 0 .833em .833em 0;
    padding: .417em;
    line-height: 1.333em;
    border-radius: .5em
}

.sq {
    display: none;
    background-color: #efefef;
    padding: 0 10px
}

.indexNav .sq ul {
    overflow: hidden;
    padding: 0
}

.indexNav .sq li {
    float: none;
    display: block;
    width: 100%;
    text-align: start;
    border-bottom: 1px solid #666
}

.indexNav .sq li:last-child {
    border-bottom: 0
}

.indexNav .sq a {
    color: #666;
    font-size: 1.333em;
    margin-right: 10px;
    display: inline-block
}

.indexNav .sq a:first-child {
    background-color: #666;
    color: #fff;
    border-radius: 6px;
    margin: 10px 15px 10px 0;
    width: 58px;
    text-align: center
}

.today-recommended {
    overflow: hidden;
    padding: .833em .583em 1.667em .583em;
    border-bottom: 1px solid #666
}

.today-recommended li {
    width: 50%;
    float: left
}

.today-recommended li a {
    float: left;
    margin: 0 2%;
    width: 96%
}

.today-recommended li a img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 6px
}

.jpyy .tabs,
.game_category .tabs {
    margin-top: 20px;
    overflow: hidden
}

.jpyy .tabs li {
    width: 33.333%;
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 1.5em;
    background-color: #f3f3f3
}

.jpyy .tabs li.cur,
.game_category .tabs li.cur {
    background-color: #00a1ff
}

.jpyy .tabs li.cur a,
.game_category .tabs li.cur a {
    color: #fff
}

.jpyy .tabs li a,
.game_category .tabs li a {
    color: #666
}

.jpyy .tab_conbox {
    overflow: hidden;
    padding-top: 10px
}

.jpyy .tab_con div {
    float: left;
    width: 33.333%;
    padding-bottom: 10px
}

.jpyy .tab_con div .img {
    width: 85px;
    height: 85px;
    display: block;
    margin: 5px auto 7px
}

.jpyy .tab_con div .img img,
.game_category .tab_con dl div .img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.jpyy .tab_con div h2 {
    font-size: 1.083em;
    text-align: center;
    height: 17px;
    line-height: 17px;
    overflow: hidden;
}

.jpyy .tab_con div p {
    color: #666;
    text-align: center;
    line-height: 1;
    margin: 5px 0 7px;
    height: 12px;
}

.jpyy .tab_con div .a_down {
    width: 48px;
    height: 19px;
    border: 1px solid #00a1ff;
    display: block;
    text-align: center;
    color: #00a1ff;
    border-radius: 6px;
    line-height: 19px;
    margin: 0 auto
}

.game_category .tabs li {
    width: 50%;
    float: left;
    text-align: center;
    height: 42px;
    line-height: 42px;
    font-size: 1.5em;
    background-color: #f3f3f3
}

.game_category .tab_conbox {
    overflow: hidden;
    padding-top: 4px
}

.game_category .tab_con dl {
    padding: 0 1%;
    overflow: hidden;
}

.game_category .tab_con dl div {
    margin: 0 1.5%;
    width: 47%;
    float: left;
}

.game_category .tab_con dl div .img {
    width: 44px;
    height: 44px;
    float: left;
    margin: 8px 10px 8px 7px
}

.game_category .tab_con dl div a {
    font-size: 1.333em;
    float: left;
    margin-top: 17px
}

.game_category .tab_con dl a {
    float: left;
    width: 47%;
    margin: 0 1.5%;
    position: relative;
}

.game_category .tab_con dl a span {
    background: url(../image/fenlei_icon.png) no-repeat;
    width: 44px;
    height: 44px;
    float: left;
    margin: 8px 10px 8px 7px;
}

.game_category .tab_con dl a span.qbyy {
    background-position: 0px 0px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.xtgj {
    background-position: 0px -44px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.sjtx {
    background-position: 0px -88px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.shyy {
    background-position: 0px -132px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.yybf {
    background-position: 0px -176px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.bgxx {
    background-position: 0px -220px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.pzmh {
    background-position: 0px -264px;
    background-size: 44px auto;
}

.game_category .tab_con dl a span.qtyy {
    background-position: 0px -308px;
    background-size: 44px auto;
}

.game_category .tab_con dl a p {
    font-size: 1.333em;
    margin-top: 16px;
}

.fldh {
    display: none;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 100;
    padding-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

.fldh .tabs {
    margin: 10px 15px 5px 15px;
    border: 1px solid #00a1ff;
    border-radius: 3px;
    box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    display: box;
    display: -moz-box;
    display: -webkit-box;
    height: 36px;
}

.fldh .tabs li {
    box-flex: 1;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fc6500;
    display: block;
    position: relative;
}

.fldh .tabs li.cur {
    background-color: #00a1ff
}

.fldh .tabs li a {
    color: #00a1ff
}

.fldh .tabs li.cur a {
    color: #fff
}

.fldh .tab_conbox {
    overflow: hidden;
    padding-top: 10px
}

.fldh .tab_con dl {
    padding: 0 2%;
    overflow: hidden
}

.fldh .tab_con dl a {
    margin: 0 1.5% 2%;
    width: 30.33%;
    height: 55px;
    line-height: 45px;
    float: left;
    border: 1px solid #d6d6d6;
    box-sizing: border-box;
    color: #333;
    border-radius: 6px;
    text-align: center;
    font-size: 1.367em;
    position: relative;
    background-color: #fff
}

.fldh .tab_con dl a.lwj {
    line-height: 55px
}

.fldh .tab_con dl a em {
    display: block;
    color: #c8c8c8;
    font-size: 12px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -33px;
}

.entra {
    border: 1px solid #666;
    border-radius: 5px;
    margin: 10px 4% 0;
    overflow: hidden
}

.entra a {
    color: #666;
    font-size: 1.5em;
    display: block;
    text-align: center;
    line-height: 38px
}

.yxph {
    position: relative
}

.sum {
    background: #FFF;
    padding: 15px 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 10px solid #efefef;
}

.sum ul li {
    float: left;
    width: 15%;
    margin: 0 0.2% 0 8%;
}

.sum ul li a {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 0.3em;
}

.sum ul li a img {
    display: block;
    width: 90%;
    margin: 0 auto;
    max-width: 128px;
}

.sum ul li a span {
    height: 21px;
    line-height: 28px;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: block;
}

.game_pai {
    height: 45px;
    top: 0;
}

.game_pai img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle
}

.game_pai i {
    background: url(../image/yy_icon.png) no-repeat 0 -120px;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 8px;
    top: 15px;
    background-size: 21px
}

.game_pai i.laqi {
    background: url(../image/yy_icon.png) no-repeat 0 -142px;
    background-size: 21px
}

.gamepai_con {
    display: none;
    position: absolute;
    width: 98%;
    background: #fff;
    z-index: 99;
    padding: 2% 1%;
    top: 45px
}

.gamepai_con li {
    float: left;
    width: 31.33%;
    margin: 1%;
    border: 1px solid #c8c8c8;
    box-sizing: border-box
}

.pai_hd {
    border-bottom: 1px solid #c8c8c8;
    position: relative
}

.pai_hd p {
    font-size: 1.083em;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    height: 25px;
}

.pai_hd p a {
    color: #666
}

.pai_hd p em {
    background: url(../image/yy_icon.png) no-repeat 0 -76px;
    width: 15px;
    height: 25px;
    position: absolute;
    top: -1px;
    background-size: 20px;
    left: 3px;
    color: #FFF;
    line-height: 20px;
    font-size: 1em
}

.pai_hd p em.no1 {
    background: url(../image/yy_icon.png) no-repeat 0 0;
    background-size: 20px
}

.pai_hd p em.no2 {
    background: url(../image/yy_icon.png) no-repeat 0 -25px;
    background-size: 20px
}

.pai_hd p em.no3 {
    background: url(../image/yy_icon.png) no-repeat 0 -50px;
    background-size: 20px
}

.pai_hd .img {
    width: 64px;
    height: 64px;
    margin: 0 auto 7px;
    display: block
}

.pai_hd .img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.gamepai_con li .xzai {
    color: #00a1ff;
    height: 24px;
    text-align: center;
    display: block;
    line-height: 24px;
    position: relative;
    text-indent: 15px
}

.gamepai_con li .xzai i {
    background: url(../image/yy_icon.png) no-repeat 0 -112px;
    background-size: 22px;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 30%;
    top: 6px
}

.hand_travel {
    padding: 0 3%;
    overflow: hidden
}

.hand_travel li {
    width: 25%;
    float: left
}

.hand_travel li .img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px auto 0
}

.hand_travel li .img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.hand_travel li p {
    font-size: 1.083em;
    color: #000;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    margin: 4px 0
}

.hot_zone {
    overflow: hidden
}

.hot_zone li {
    border-bottom: 1px solid #ccc
}

.hot_zone .rezq {
    position: relative;
    padding: 0 3%
}

.hot_zone .rezq .img {
    display: block;
    overflow: hidden;
    position: relative
}

.hot_zone .rezq .img img {
    width: 100%
}

.hot_zone .rezq .img em {
    float: right;
    height: 32px;
    line-height: 32px;
    color: #666
}

.hot_zone .rezq .img .re_hd {
    width: 47px;
    height: 47px;
    position: absolute;
    left: 6px;
    top: 7px
}

.hot_zone .rezq .img .re_hd img {
    max-height: 100%;
    max-width: 100%
}

.hot_zone .rezq p {
    height: 32px;
    line-height: 32px
}

.header.er {
    padding: 0 58px 0 40px;
    background-color: #00a1ff;
}

.back-index {
    position: absolute;
    left: 0;
}

.back-index a {
    width: 11px;
    height: 20px;
    float: left;
    padding: 15px 15px 15px 14px
}

.back-index a i {
    background: url(../image/search_icon.png) no-repeat 0 0;
    width: 11px;
    height: 20px;
    float: right;
    background-size: 35px auto
}

.bdcs-suo-form {
    position: relative;
    top: 11px
}

.suoBox {
    -webkit-box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-align: center;
    position: relative;
    height: 27px
}

.searchInput {
    position: relative;
    border: 0;
    border-radius: 2px 0 0 2px;
    background: #fff;
    -webkit-box-flex: 1
}

.searchInput .suo_txt {
    text-indent: 10px;
    font-size: 1.083em;
    border: 1px solid #666;
    border-radius: 0;
    height: 25px;
    line-height: 25px;
    color: #666;
    vertical-align: middle;
    width: 100%;
    border-right: 0
}

.suoBtn {
    -webkit-box-sizing: border-box;
    position: relative
}

.suoBtn .suo_btn {
    border-radius: 0;
    width: 38px;
    height: 27px;
    padding: 1px 0;
    background: #fff url(../image/search_icon.png) 8px -22px no-repeat;
    background-size: 38px auto;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
    border: 1px solid #666
}

.hot_tags {
    overflow: hidden
}

.hot_tags h2 {
    color: #00a1ff;
    font-size: 1.083em;
    margin: 19px 0 10px;
    font-weight: 700;
    text-indent: 6%
}

.hot_tags .tags {
    overflow: hidden;
    padding: 0 3% 1%;
    border-bottom: 1px solid #666
}

.hot_tags .tags a {
    padding: 0 5px 0 5px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    float: left;
    margin: 0 3% 4%;
    border-radius: 5px;
}

.hot_tags .tags a:nth-child(n) {
    border: 1px solid #fdbf2c;
    color: #fdbf2c
}

.hot_tags .tags a:nth-child(2n) {
    border: 1px solid #457bdf;
    color: #457bdf
}

.hot_tags .tags a:nth-child(3n) {
    border: 1px solid #ef5c3a;
    color: #ef5c3a
}

.hot_tags .tags a:nth-child(4n) {
    border: 1px solid #8152e0;
    color: #8152e0
}

.hot_tags .tags a:nth-child(5n) {
    border: 1px solid #3adbc5;
    color: #3adbc5
}

.gdown {
    padding: 0 3%;
    overflow: hidden
}

.gdown h2 {
    font-size: 1.083em;
    color: #00a1ff;
    font-weight: 700;
    text-indent: 3%;
    margin: 8px 0 12px
}

.gdown li {
    width: 25%;
    float: left;
    overflow: hidden
}

.gdown li .img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    overflow: hidden
}

.gdown li .img img {
    height: 100%;
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.gdown li p {
    color: #00a1ff;
    font-size: 1.083em;
    text-align: center;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 0 8px;
    height: 20px
}

.gdown li .gd_bd {
    background-color: #00a1ff;
    width: 49px;
    height: 21px;
    line-height: 21px;
    color: #fff;
    font-size: .893em;
    display: block;
    text-align: center;
    border-radius: 5px;
    margin: 0 auto 15px
}

.pin_hang {
    overflow: hidden;
    padding: 12px 3% 0;
}

.pin_hang ul {}

.pin_hang li {
    float: left;
    width: 25%;
    text-align: center;
}

.pin_hang li a {}

.pin_hang li a span {
    background: url(../image/pindao_icon.png) no-repeat;
    width: 64px;
    height: 64px;
    display: block;
    margin: 8px auto;
    background-size: 265px auto;
}

.pin_hang li a span.sjbb {
    background-position: 0px 0px;
}

.pin_hang li a span.ddz {
    background-position: -67px 0px;
}

.pin_hang li a span.vsyx {
    background-position: -134px 0px;
}

.pin_hang li a span.nsyx {
    background-position: -201px 0px;
}

.pin_hang li a span.zwyx {
    background-position: 0px -67px;
}

.pin_hang li a span.yxdj {
    background-position: -67px -67px;
}

.pin_hang li a span.kpsq {
    background-position: -134px -67px;
}

.pin_hang li a span.dxyx {
    background-position: -201px -67px;
}

.pin_hang li a img {
    width: 64px;
    height: 64px;
    display: block;
    margin: 8px auto;
    background-size: 265px auto;
}

/*其他频道*/

.mcate b {
    background: url(../image/down1.png) -78px 1px no-repeat;
    background-size: 150px auto
}

.mcate.menu b {
    background: url(../image/search_icon.png) no-repeat 0px -36px;
    background-size: 30px auto;
}

.topNav {
    background-color: #00a1ff;
}

.topNav li {
    width: 20%;
    padding: 0;
    float: left;
    text-align: center
}

.topNav li.active {
    background-color: #0068ff;
}

.indexNav li.active {
    background-color: #0068ff;
}

.fldh .tabs li {
    -webkit-box-flex: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fc6500;
    display: block;
    position: relative;
}

.fldh .tabs li.cur {
    background-color: #00a1ff
}

.paihang .tabs,
.use .tabs {
    overflow: hidden;
    border-top: 1px solid #bfbfbf;
}

.paihang .tabs li {
    width: 33.333%;
    float: left;
    text-align: center;
    height: 31px;
    line-height: 31px;
    font-size: 1.333em;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border-left: 1px solid #666;
    border-right: 1px solid #bababa;
}

.paihang .tabs li:first-child,
.use .tabs li:first-child {
    border-left: 0;
}

.paihang .tabs li:last-child,
.use .tabs li:last-child {
    border-right: 0;
}

.paihang .tabs li.cur,
.use .tabs li.cur {
    background-color: #fff;
}

.paihang .tab_conbox,
.use .tab_conbox {
    overflow: hidden;
}

.paihang .tab_con dl,
.use .tab_con dl {
    float: left;
    width: 94%;
    border-bottom: 1px solid #bfbfbf;
    padding: 12px 3%;
    position: relative;
}

.paihang .tab_con dl .img,
.use .tab_con dl .img {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 10px 0 0;
}

.paihang .tab_con dl .img img,
.use .tab_con dl .img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    border-radius: 20px;
}

.paihang .tab_con .mid,
.use .tab_con .mid {
    -webkit-box-flex: 1;
    overflow: hidden;
}

.paihang .tab_con .mid a,
.use .tab_con .mid a {
    font-size: 1.333em;
    display: block;
    height: 24px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.star {
    background: url(../image/star.png) no-repeat;
    width: 54px;
    height: 11px;
    display: block;
    background-size: 54px auto;
    margin: 4px 0;
}

.paihang .tab_con .bot,
.use .tab_con .bot {
    -webkit-box-flex: 1;
    overflow: hidden;
}

.paihang .tab_con .bot span,
.use .tab_con .bot span {
    color: #666;
    font-size: 1.083em;
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.paihang .tab_con .game_down,
.use .tab_con .game_down {
    width: 64px;
    height: 34px;
    position: absolute;
    right: 3%;
    color: #fff;
    line-height: 34px;
    background-color: #00a1ff;
    font-size: 1.167em;
    text-align: center;
    border-radius: 5px;
    top: 26px;
}

.paihang.android .tab_con .game_down,
.use.android .tab_con .game_down {
    background-color: #99cc33;
}

.paihang.ios .tab_con .game_down,
.use.ios .tab_con .game_down {
    background-color: #ff5555;
}

.rankga,
.fenga {
    overflow: hidden;
    width: 92%;
    margin: 0px auto 20px;
    padding-top: 12px;
}

.rankga a,
.fenga a,
.subga a {
    color: #666;
    font-size: 1.5em;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 99%;
    border: 1px solid #666;
    border-radius: 4px;
}

.use .tabs li {
    width: 50%;
    float: left;
    text-align: center;
    height: 31px;
    line-height: 31px;
    font-size: 1.333em;
    background-color: #f4f4f4;
    box-sizing: border-box;
    border-left: 1px solid #666;
    border-right: 1px solid #bababa;
}

.fenlei .tabs {
    overflow: hidden;
}

.fenlei .tabs li {
    width: 50%;
    float: left;
    text-align: center;
    height: 43px;
    line-height: 43px;
    font-size: 1.5em;
    background-color: #f2f2f3;
    box-sizing: border-box;
    color: #666;
}

.fenlei .tabs li.cur {
    background-color: #00a1ff;
}

.fenlei.android .tabs li.cur {
    background-color: #99cc33;
}

.fenlei.ios .tabs li.cur {
    background-color: #ff5555;
}

.fenlei .tabs li.cur a {
    color: #fff;
}

.fenlei .tab_conbox {
    overflow: hidden;
}

.fenlei .tab_con dl {
    float: left;
    width: 97%;
    padding: 0 1.5%;
    position: relative;
}

.fenlei .tab_con dl a {
    float: left;
    width: 47%;
    margin: 0 1.5%;
    position: relative;
}

.fenlei .tab_con dl a span {
    background: url(../image/fenlei_icon.png) no-repeat;
    width: 44px;
    height: 44px;
    float: left;
    margin: 10px 10px 6px 7px;
}

.fenlei .tab_con dl a span.qbyy {
    background-position: 0px 0px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.xtgj {
    background-position: 0px -44px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.sjtx {
    background-position: 0px -88px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.shyy {
    background-position: 0px -132px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.yybf {
    background-position: 0px -176px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.bgxx {
    background-position: 0px -220px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.pzmh {
    background-position: 0px -264px;
    background-size: 44px auto;
}

.fenlei .tab_con dl a span.qtyy {
    background-position: 0px -308px;
    background-size: 44px auto;
}

.fenlei .tab_con dl div {
    margin: 0 1.5%;
    width: 47%;
    float: left;
}

.fenlei .tab_con dl div .img {
    width: 44px;
    height: 44px;
    float: left;
    margin: 8px 10px 8px 7px;
}

.fenlei .tab_con dl div .img img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.fenlei .tab_con dl div a {
    font-size: 1.333em;
    float: left;
    margin-top: 17px;
}

.fenlei .tab_con dl a p {
    font-size: 1.333em;
    margin-top: 18px;
}

.subject .tabs {
    overflow: hidden;
    border: 1px solid #0068ff;
    border-radius: 5px;
    margin: 10px 3% 0;
}

.subject.android .tabs {
    border: 1px solid #5a870a;
}

.subject.ios .tabs {
    border: 1px solid #ff2525;
}

.subject .tabs li {
    width: 25%;
    float: left;
    text-align: center;
    height: 29px;
    line-height: 27px;
    font-size: 1.333em;
    background-color: #fff;
    border-right: 1px solid #0068ff;
    box-sizing: border-box;
}

.subject.android .tabs li {
    border-right: 1px solid #5a870a;
}

.subject.ios .tabs li {
    border-right: 1px solid #ff2525;
}

.subject .tabs li:last-child {
    border-right: 0;
}

.subject .tabs li.cur {
    background-color: #0068ff;
}

.subject.android .tabs li.cur {
    background-color: #5a870a;
}

.subject.ios .tabs li.cur {
    background-color: #ff2525;
}

.subject .tabs li.cur a {
    color: #fff;
}

.subject .tab_conbox {
    overflow: hidden;
    padding: 10px 3% 0;
}

.subject .tab_con dl {
    float: left;
    width: 100%;
    position: relative;
}

.subject .tab_con dl a {
    float: left;
    width: 100%;
    position: relative;
}

.subject .tab_con dl a .img {
    width: 100%;
}

.subject .tab_con dl a p {
    color: #333;
    margin: 5px 0;
    line-height: 22px;
}

.subga {
    overflow: hidden;
    width: 92%;
    margin: auto;
}

.zixun .tabs {
    overflow: hidden;
}

.zixun .tabs li {
    width: 33.333%;
    float: left;
    text-align: center;
    height: 31px;
    line-height: 31px;
    font-size: 1.333em;
    background-color: #f4f4f4;
    border-bottom: 1px solid #b4b4b4;
}

.zixun .tabs li.cur {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.zixun .tab_conbox {
    overflow: hidden;
}

.zixun .tab_con dl {
    float: left;
    width: 92%;
    padding: 0 4%;
    position: relative;
}

.zixun .tab_con dl dd {
    border-bottom: 1px dashed #bcbcbc;
    color: #666;
    font-size: 1em;
    position: relative;
    height: 29px;
    line-height: 29px;
}

.zixun .tab_con dl dd em {
    position: absolute;
    right: 1%;
    top: 0;
}

.zixun .tab_con dl dd:nth-last-child(1) {
    border-bottom: 0;
}

.zixun .tab_con .yxgl dl dd:nth-last-child(1) {
    border-bottom: 0;
}

.zixun .tab_con .yxgl dl dd p {
    width: 75%;
    overflow: hidden;
    height: 29px;
}

.yxgl,
.jqfx {
    overflow: hidden;
}

.xwdt {
    overflow: hidden;
    padding-bottom: 20px;
}

.yxkz {}

.game_introduce {
    color: #666666;
    padding: 8px 3% 0;
    line-height: 17px;
}

.introduce_more {
    background: url(../image/zunti_icon.png) no-repeat 0px -22px;
    width: 31px;
    height: 15px;
    display: block;
    margin: 15px auto 25px;
    background-size: 31px;
}

.introduce_more.up {
    background-size: 31px;
    background-position: 0px -36px;
}

.pos {
    background-color: #b2b2b2;
    font-size: 1.167em;
    height: 30px;
    line-height: 30px;
    text-indent: 3%;
    overflow: hidden;
}

.game_01 {
    position: relative;
    overflow: hidden;
    padding: 0 3%;
}

.game_01 h2 {
    font-size: 1.333em;
    margin: 13px 0 0 75px;
    overflow: hidden;
    height: 21px;
}

.game_01 img {
    width: 64px;
    height: 64px;
    vertical-align: middle;
    float: left;
    margin-top: 12px;
}

.game_01 span {
    margin: 7px 0 0 75px;
}

.game_hd {
    margin: 5px 0 0 70px;
}

.game_hd span {
    font-size: 1.083em;
    color: #666;
    margin: 0;
    padding: 0 5px;
    border-right: 1px solid #666;
}

.game_hd span:last-child {
    border-right: 0;
}

.g_down {
    font-size: 1.083em;
    color: #fff;
    background: url(../image/zunti_icon.png) no-repeat 5px 7px #00a1ff;
    position: absolute;
    right: 3%;
    top: 40px;
    height: 34px;
    width: 90px;
    border-radius: 5px;
    text-align: center;
    line-height: 34px;
    background-size: 34px auto;
    text-indent: 25px;
}

.game_01.ios .g_down {
    background-color: #ff5555;
}

.game_01.android .g_down {
    background-color: #99cc33;
}

.xzdz {
    overflow: hidden;
    padding: 10px 1.5% 0;
}

.xzdz a {
    width: 30.333%;
    float: left;
    background-color: #00a1ff;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.083em;
    color: #fff;
    margin: 5px 1.5%;
}

.xzdz.android a {
    background-color: #99cc33;
}

.xzdz.ios a {
    background-color: #ff5555;
}

.game_text {
    margin-top: 15px;
}

.game_text .tabs {
    overflow: hidden;
}

.game_text .tabs li {
    width: 100%;
    float: left;
    text-align: center;
    height: 31px;
    line-height: 29px;
    font-size: 1.083em;
    border: 1px solid #b2b2b2;
    box-sizing: border-box;
    color: #b2b2b2;
}

.game_text .tabs li.cur {
    background-color: #b2b2b2;
}

.game_text .tabs li.cur a {
    color: #fff;
}

.game_text .tab_conbox {
    overflow: hidden;
}

.gdown.caini li a {
    margin: 10px auto 0;
}

.xgzu {
    padding: 0 3%;
    overflow: hidden;
}

.xgzu li {
    border-bottom: 1px solid #a7a7a7;
    height: 40px;
    line-height: 40px;
}

.xgzu li a {
    font-size: 1.167em;
    color: #666;
}

.dianzan {
    padding: 0 3%;
    overflow: hidden;
    position: relative;
}

.dianzan img {
    width: 100%;
}

.dianzan .good {
    color: #fff;
    font-size: 1em;
    position: absolute;
    left: 10%;
    top: 20%;
}

.dianzan .disgood {
    color: #fff;
    font-size: 1em;
    position: absolute;
    right: 10%;
    top: 20%;
}

.comment {
    padding: 10px 3% 0;
    overflow: hidden;
}

.comment textarea {
    border: 1px solid #a7a7a7;
    height: 90px;
    width: 100%;
}

.comment .fayan {
    background-color: #00a1ff;
    width: 82px;
    height: 22px;
    float: right;
    border: 0;
    color: #fff;
    border-radius: 3px;
    margin: 5px 0 20px 0;
}

.comment.android .fayan {
    background-color: #99cc33;
}

.comment.ios .fayan {
    background-color: #ff5555;
}

.comment_hd {
    overflow: hidden;
    width: 100%;
}

.comment_hd .p_tt,
.comment_bd .p_tt {
    height: 4px;
    line-height: 19px;
    border-bottom: 1px solid #a7a7a7;
    background-color: #f2f2f3;
    font-size: 1.167em;
    text-indent: 10px;
}

.comment_hd img,
.comment_bd img {
    float: left;
    width: 38px;
    height: 38px;
    border: 1px solid #666;
    border-radius: 50%;
    margin: 10px 10px 20px 5px;
}

.comment_hd .user,
.comment_bd .user {
    color: #666;
}

.comment_hd .user time,
.comment_bd .user time {
    color: #666;
    float: right;
    margin-right: 3%;
}

.comment_hd p,
.comment_bd p {
    line-height: 18px;
    padding: 4px 0px 4px;
    font-size: 14px;
}

.comment_hd .zan,
.comment_bd .zan {
    background: url(../image/zunti_icon.png) no-repeat 0px -54px;
    float: right;
    width: 16px;
    height: 16px;
    background-size: 32px auto;
    padding-left: 20px;
    margin-bottom: 20px;
}

.comment_bd {
    overflow: hidden;
    width: 100%;
}

.comment_bd li:first-child {
    border-top: 1px solid #a7a7a7;
}

.comment_bd li,
.comment_hd li {
    border-bottom: 1px solid #a7a7a7;
    overflow: hidden;
}

.comment_bd li:last-child,
.comment_hd li:last-child {
    border-bottom: 0;
}

/*新增*/
.star4 {
    background-position: -10px 0px;
}

.star3 {
    background-position: -10px 0px;
}

.star2 {
    background-position: -10px 0px;
}

.star1 {
    background-position: -10px 0px;
}

.zixun .tab_con dl dd a {
    color: #666
}

.game_text .tab_con dl {
    float: left;
    position: relative;
    width: 25%
}

.game_text .tab_con dl a {
    margin: 10px auto 0;
}

.game_text .tab_con dl .img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 10px auto 0;
}

.game_text .tab_con dl p {
    color: #00a1ff;
    font-size: 1.083em;
    text-align: center;
    max-width: 70px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 08px;
}

.jz {
    width: 60%;
    height: 30px;
    line-height: 30px;
    margin: 10px auto;
    text-align: center;
}

.jz span {
    background: url(../image/jz.gif) no-repeat scroll 0 0;
    display: inline-block;
    height: 23px;
    margin-right: 5px;
    vertical-align: -5px;
    width: 23px;
}

.zixun_info {
    padding: 0 3%;
}

.zixun_info h1 {
    font-size: 1.333em;
    text-align: center;
    margin: 0 0 5px;
    padding-top: 17px;
}

.zixun_info .article-infos {
    font-size: 1em;
    color: #6f6f6f;
    text-align: center;
    padding-bottom: 12px;
}

.zixun_info .article-infos span {
    margin-right: 10px;
}

.zixun_info .article-con {
    text-indent: 25px;
    line-height: 22px;
    width: 90%
}

.zixun_info .article-con img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

#b_downfile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    text-align: center;
    z-index: 99;
    background: url(../image/b_bg.png) repeat scroll 0 0;
}

#b_downfile .b_close {
    background: url(../image/b_icon.png) no-repeat scroll 0 0;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    right: 2%;
    top: 2px;
    width: 18px;
}

#b_downfile div {
    padding: 2%;
    position: relative;
}

#b_downfile a {
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    --khtml-opacity: 1.0;
    opacity: 1.0;
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

#b_downfile img {
    margin: 0 auto;
}

.page {
    width: 100%;
    display: block;
    overflow: hidden;
    margin: 12px 0 12px;
    text-align: center;
    padding-top: 12px;
}

.page .a1 {
    color: #808080;
    border: 1px solid #00a1ff;
    border-radius: 2px;
    height: 18px;
    width: 45px;
    text-align: center;
    line-height: 18px;
    margin: 0;
}

.page a,
.page b {
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ccc;
    margin-left: 5px;
    margin-top: 7px;
    padding: 0px 8px;
    border-radius: 3px;
    display: inline-block;
}

.page b {
    color: #fff;
    background-color: #00a1ff;
}

.sub_nav {
    height: 35px;
    border-bottom: 1px solid #e2e2e3;
    font-size: 1em;
    color: #6f6f6f;
    line-height: 35px;
    padding: 0 5%;
}

#comment_list .content {
    background-color: #ffffee;
    border: 1px solid #dbdbdb;
    padding: 8px;
    margin-bottom: 5px;
}

#comment_list .content .blue {
    height: 20px;
    font-size: 12px;
}

#comment_list .content pre {
    color: #6f6f6f;
}

.jpyy .tab_con div .img img {
    border-radius: 20px
}


.xztc {
    display: none;
    overflow: hidden;
    clear: both;
    position: absolute;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 999;
    top: 260px;
    border-bottom: 10px solid #00a1ff;
}

.xztc.android {
    border-bottom: 10px solid #9c3;
}

.xztc.ios {
    border-bottom: 10px solid #f55;
}

.tc_title.android {
    background-color: #9c3
}

.tc_title.ios {
    background-color: #f55
}

.xztc .tc_title span {
    color: #fff;
    font-size: 1.583em;
    line-height: 34px;
    padding-left: 3%
}

.tc_title i {
    background: url(../image/tcbi.png) no-repeat;
    width: 19px;
    height: 19px;
    background-size: 19px auto;
    float: right;
    margin: 8px 3% 0 0;
    z-index: 10;
}

.xzdz_box {
    overflow: hidden
}

.xzdz_box a {
    width: 30.333%;
    float: left;
    background-color: #00a1ff;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 1.083em;
    color: #fff;
    margin: 10px 1.5% 0
}

.xzdz_box.android a {
    background-color: #9c3
}

.xzdz_box.ios a {
    background-color: #f55
}

.xzdz_box a.djtc {
    background-color: #f47e17
}

.tjyy_box {
    overflow: hidden
}

.tjyy_box li {
    width: 25%;
    float: left;
    padding: 10px 0
}

.tjyy_box li .img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto
}

.tjyy_box li .img img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle
}

.tjyy_box li p {
    color: #000;
    font-size: 1.083em;
    text-align: center;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 08px
}

.tjyy_box .a_down {
    height: 25px;
    width: 52px;
    display: block;
    background-color: #00a1ff;
    color: #fff;
    font-size: 1.083em;
    text-align: center;
    line-height: 25px;
    margin: 0 auto;
    border-radius: 5px
}

.tjyy_box.android .a_down {
    background-color: #9c3
}

.tjyy_box.ios .a_down {
    background-color: #f55
}

.softward {
    background: #fff;
    overflow: hidden;
}

.softward .softward-top {
    border-bottom: 1px solid #e4e4e4;
    height: 42px;
    line-height: 42px;
    padding: 0 3.5% 0 4%;
}

.softward .softward-top h3 {
    float: left;
    font-size: 20px;
    color: #000;
    height: 40px;
    width: auto;
}

.softward .softward-top .tabs {
    float: right;
    border: 1px solid #00a1ff;
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    margin-top: 8px;
}

.softward .softward-top .tabs a {
    display: inline-block;
    height: 24px;
    width: 50px;
    text-align: center;
}

.softward .softward-top .tabs .cur {
    background: #00a1ff;
    color: #fff;
}

.softward .app-center {
    width: 100%;
    height: auto;
    padding: 10px 10px 0;
    display: -webkit-box;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    margin: 0;
    text-decoration: none;
    margin: 4% 4% 0;
    padding-bottom: 4%;
    border-bottom: 1px solid #efefef;
}

.softward .app-center img {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
}

.softward .app-center .introd {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    padding: 0 0 0 12px;
}

.softward .app-center .introd strong {
    width: 155px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 4px 0 0 0;
    display: block;
    overflow: hidden;
}

.softward .app-center .introd em {
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
    overflow: hidden;
}

.softward .app-center .introd p {
    width: 100%;
    height: 34px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin: 8px 0 0 0;
    display: block;
    overflow: hidden;
}

.softward .app-center .btn {
    width: 62px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 25px;
    color: #FFF;
    background: #58b029;
}

.clear {
    clear: both;
}

.softward .app-botoom ul {
    margin-bottom: 4%;
    overflow: hidden;
}

.softward .app-botoom ul li {
    width: 20%;
    margin: 4% 0 0 4%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    display: inline-block;
}

.softward .app-botoom ul li .sy {
    display: block;
}

.softward .app-botoom ul li .sy img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.softward .app-botoom ul li .sy span {
    font-size: 11px;
    color: #333;
    margin-top: 5px;
    overflow: hidden;
    display: block;
    width: 100%;
    text-align: center;
    height: 18px;
}

.line {
    width: 100%;
    height: 10px;
    background: #f0f0f0;
    position: relative;
}

.app .app-center {
    width: 100%;
    height: auto;
    padding: 10px 10px 0;
    display: -webkit-box;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    margin: 0;
    text-decoration: none;
    margin: 4% 4% 0;
    padding-bottom: 4%;
    border-bottom: 1px solid #efefef;
}

.app .app-center img {
    width: 88px;
    height: 88px;
    border-radius: 16px;
    display: block;
    overflow: hidden;
}

.app .app-center .introd {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    padding: 0 0 0 12px;
}

.app .app-center .introd strong {
    width: 155px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin: 4px 0 8px 0;
    display: block;
    overflow: hidden;
}

.app .app-center .introd em {
    width: 100%;
    height: auto;
    margin: 8px 0 0 0;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
    overflow: hidden;
}

.app .app-center .introd p {
    width: 100%;
    height: 34px;
    line-height: 18px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    margin: 8px 0 0 0;
    display: block;
    overflow: hidden;
}

.app .app-center .introd u {
    margin: 4px 6px 0 0;
    padding: 0 6px 0 0;
    border-left: none;
}

.app .app-center .btn {
    width: 62px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 4px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 30px;
    top: 25px;
    color: #FFF;
    background: #00a1ff;
}

.clear {
    clear: both;
}

.app .app-botoom ul {
    margin-bottom: 4%;
    overflow: hidden;
}

.app .app-botoom ul li {
    width: 20%;
    margin: 4% 0 0 4%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    display: inline-block;
}

.app .app-botoom ul li .sy {
    display: block;
}

.app .app-botoom ul li .sy img {
    width: 72px;
    height: 72px;
    border-radius: 20px;
}

.app .app-botoom ul li .sy span {
    font-size: 14px;
    color: #333;
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    text-align: center;
}

.app .app-botoom ul li .bt {
    margin: 4px auto 0;
    width: 80%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    color: #FFF;
    background: #00a1ff;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
}

.six-b {
    padding: 0 10px 0;
    height: 285px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
}

.six-b ul {
    width: 100%;
    height: auto;
    background: #fff;
    display: block;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.six-b ul li {
    width: 100%;
    height: auto;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
}

.six-b ul li a {
    float: left;
    width: 110px;
    height: 74px;
}

.six-b ul li a img {
    width: 110px;
    height: 74px;
    display: block;
    overflow: hidden;
}

.six-b ul li .six-m {
    width: auto;
    height: 74px;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1;
    padding-left: 10px;
}

.six-b ul li .six-m a {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    margin: 3px 0 8px 0;
    display: block;
    overflow: hidden;
}

.six-b ul li .six-m p {
    width: 100%;
    height: 16px;
    line-height: 18px;
    font-size: 12px;
    font-weight: normal;
    color: #999;
    margin: 5px 0 0;
    display: block;
    overflow: hidden;
}

.six-b ul li .six-m p span {
    color: #f60;
    font-weight: bold;
    padding: 0 4px;
}

/*add index*/
.zlist {
    background: #fff;
    overflow: hidden;
}

.zlist ul {
    margin: 5px 0 0 10px;
    height: 122px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.zlist ul li {
    display: inline-block;
    width: 160px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: none;
}

.zlist ul div {
    position: relative;
    height: 110px;
    border-radius: 4px;
    overflow: hidden;
}

.zlist ul div i {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.zlist ul li img {
    width: 100%;
    height: 110px;
}

.dmore {
    padding-right: 13px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    text-align: center;
    background-size: 14px auto;
    display: block;
    float: right;
    border-radius: 3px;
}

/* footer */
footer {
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #d9d9d9;
    background: #ebebeb;
    text-align: center;
    position: relative;
    height: 50px;
}

footer p {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    color: #ccc;
}

footer p a {
    padding: 0 10px;
}

.total {
    display: table;
    padding: 12px 0;
    width: 100%;
    margin-bottom: 6px;
    box-shadow: 0 3px 3px #ebebeb;
    background: #fff;
}

.total ul {
    margin: 0 6px;
    overflow: hidden;
}

.total ul li {
    width: 25%;
    display: block;
    float: left;
    margin-bottom: 10px;
}

.total ul li .f-hover {
    color: #22a7f0;
    border-bottom: 2px solid #22a7f0;
    height: 28px;
}

.total ul li a {
    display: block;
    margin: 0 6px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background: #f5f5f5;
    color: #666;
    font-size: 12px;
    border-radius: 2px;
}

.total ul li.on a {
    color: #fff;
    background: #00a1ff;
}

.c-nav {
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 14px;
    color: #999;
    background: #f5f5f5;
}

.c-nav a {
    color: #999;
}

.c-nav span {
    margin: 0 6px;
    font-family: initial;
}

.lists {
    overflow: hidden;
    background: #fff;
}

.lists_nav {
    overflow: hidden;
    margin: 0 12px;
    display: flex;
    height: 40px;
    line-height: 40px;
}

.lists_nav a {
    flex: 1;
    font-size: 16px;
    text-align: center;
    color: #777;
    font-weight: bold;
}

.lists_nav .on {
    color: #333;
    border-bottom: 2px solid #00a1ff;
    position: relative;
}

.lists_nav .on:before {
    display: inline-block;
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #50c262;
}

.Game_list {
    overflow: hidden;
    margin-top: 0;
}

.Game_list .item,
.Game_list .item2,
.Game_list .item3 {
    overflow: hidden;
    margin: 10px 12px;
}

.item .list-s,
.item2 .list-s,
.item3 .list-s {
    padding: 15px 0;
    height: 70px;
    margin: 0 10px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    position: relative;
}

.item .list-s .img,
.item2 .list-s .img,
.item3 .list-s .img {
    display: block;
    margin-right: 12px;
    position: relative;
}

.item .list-s .img,
.item .list-s .img img,
.item2 .list-s .img img,
.item3 .list-s .img img {
    width: 70px;
    height: 70px;
    border-radius: 6px;
}

.item .list-s .info {
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-box-flex: 1;
}

.item .list-s .info,
.item2 .list-s .info,
.item3 .list-s .info {
    flex: 1;
    margin-right: 12px;
}

.item .list-s .info .bt,
.item2 .list-s .info .bt,
.item3 .list-s .info .bt {
    display: block;
    width: 70%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
}

.item .list-s .info p,
.item2 .list-s .info p,
.item3 .list-s .info p {
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #999;
    margin: 4px 0;
    overflow: hidden;
}

.item .list-s .info p a,
.item2 .list-s .info p a,
.item3 .list-s .info p a {
    color: #999;
}

.item .list-s .info p span,
.item2 .list-s .info p span,
.item3 .list-s .info p span {
    margin-left: 10px;
}

.item .list-s .info ul,
.item2 .list-s .info ul,
.item3 .list-s .info ul {
    overflow: hidden;
    width: 100%;
    height: 24px;
}

.item .list-s .info ul li,
.item2 .list-s .info ul li,
.item3 .list-s .info ul li {
    float: left;
    height: 18px;
    border-radius: 10px;
    padding: 0 10px;
    border: 1px solid #00a1ff;
    text-align: center;
    font-size: 12px;
    color: #589cf6;
    margin: 2px 4px 10px 0;
}

.item .list-s .info ul li a,
.item2 .list-s .info ul li a,
.item3 .list-s .info ul li a {
    color: #00a1ff;
}

.item .list-s .btn,
.item2 .list-s .btn,
.item3 .list-s .btn {
    width: 60px;
    height: 26px;
    background: linear-gradient(to right, #00a1ff 0%, #00a1ff 100%);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    line-height: 26px;
    position: absolute;
    top: 22px;
    right: 10px;
}

.loadgd,
.loadgd2,
.loadgd3 {
    width: 215px;
    height: 29px;
    font-size: 14px;
    color: #888;
    line-height: 29px;
    text-align: center;
    margin: 13px auto 15px;
    background-color: #f5f5f5;
    display: block;
    border: 1px solid #ccc;
}


.content {
    background: #fff;
    overflow: hidden;
    margin-top: 6px;
    min-height: 100px;
    position: relative;
}

.content .icon {
    position: absolute;
    top: 0;
    right: 12px;
    width: 48px;
    height: 62px;
    line-height: 73px;
    background: url(https://m.xzrj.cc/statics/v3/images/icon_phb.png) no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
}

.content .game_wrap {
    overflow: hidden;
    height: 75px;
    margin: 12px;
    display: flex;
}

.content .game_wrap .img,
.content .game_wrap .img img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.content .game_wrap .info {
    flex: 1;
}

.content .game_wrap .info .title {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    display: flex;
    font-size: 16px;
    color: #333;
    padding-left: 0;
}

.content .game_wrap .info .title h1 {
    font-size: 100%;
}

.content .game_wrap .img {
    margin-right: 10px;
}

.content .game_wrap .info .title p {
    margin-left: 10px;
    margin-right: 60px;
    font-size: 12px;
    color: #999;
    height: 20px;
    margin-top: 4px;
    line-height: 20px;
    overflow: hidden;
    flex: 1;
}

.content .game_wrap .info .star_wrap {
    width: 106px;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    background: url(https://m.xzrj.cc/statics/v3/images/ico-star2.png) repeat-x;
    margin-right: 15px;
    margin-top: 5px;
}

.content .game_wrap .info .star_wrap span {
    width: 106px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(https://m.xzrj.cc/statics/v3/images/ico-star1.png) repeat-x;
    overflow: hidden;
    max-width: 106px;
    line-height: 80px;
}

.content .game_wrap .txt {
    height: 20px;
}

/* .content .game_wrap .info .star_wrap span{display: block; position: absolute; left: 0; top: 0; width: 80px; height: 12px; background: url(../images/star_2.png) no-repeat; background-size: auto 100%;} */
.content .game_wrap .info .bq {
    color: #999;
    font-size: 13px;
    width: 100%;
    overflow: hidden;
    height: 22px;
    line-height: 28px;
}

.content .game_wrap .info .bq span {
    width: 50%;
    display: block;
    float: left;
}

.content .game_wrap .info .bq .rx {
    width: 45%;
    white-space: nowrap;
}

.content .downl_wrap {
    overflow: hidden;
    margin: 12px;
    display: flex;
}

.content .downl_wrap a {
    flex: 1;
    display: block;
    height: 35px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    margin: 0 6px;
}

.content .downl_wrap .btn {
    color: #fff;
    background: linear-gradient(to right, #50c262 0%, #50c262 100%);
}

/*wdj*/
.mobLgBox {
    background: #fff;
    border: 1px solid #e7e7e7;
    /* box-sizing: border-box; */
    /* padding-bottom:5px; */
    padding: 10px;
    /* margin: 0 5px; */
    position: relative;
    /* top: 0px; */
}

.mobLgIn {
    width: 94%;
    margin: auto;
    margin-top: 10px;
    height: 35px
}

.mobLgCont {
    width: 94%;
    margin: auto;
    color: #999;
    line-height: 20px;
    margin-top: 10px;
    font-size: 12px;
    text-align: center;
}

.mobLgCont strong {
    font-weight: bold;
    color: #9b0;
    padding: 0 2px;
}

.mobLgIn a.gaosuxiazai,
.mobLgIn a.pcxiazai {
    display: block;
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #66d105;
    border-radius: 5px;
    /* border: 1px solid #41aff7; */
}

.mobLgIn a.gaosuxiazai {
    background: #00a1ff;
    color: #fff;
}

.mobLgIn a.putongxiazai {
    color: #999;
    position: relative;
    top: 11px;
    left: 0px;
}

.mobLgIn a.rjxiazai {
    display: block;
    float: right;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
    color: #66d105;
    border-radius: 5px;
}

.mobLgIn a.rjxiazai {
    background: #00a1ff;
    color: #fff;
}

.detInfo_d span {
    position: relative;
    float: left;
    color: #f60;
    width: 100%;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    position: relative;
}

#tab {
    z-index: 999;
    background: #fff;
    clear: both;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    z-index: 999;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #eee;
}

#tab span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    display: block;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    width: 33.3333%;
}

#tab .cur {
    border-bottom: 2px solid #00a1ff;
    margin-bottom: -1px;
    color: #00a1ff;
    background: #fff;
}

.cont .intro {
    padding: 6px 10px 10px;
    line-height: 28px;
    text-align: justify;
    clear: both;
    position: relative;
    background: #fff;
    overflow: hidden;
    font-size: 14px;
}

.intro p {
    line-height: 24px;
    margin-bottom: 15px;
}

.intro img {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
    display: block;
    height: auto !important;
}

.intro a {
    color: #008ada;
}

.show-more {
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 10px 0;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
}

.show-more i {
    width: 80%;
    height: 35px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 4px;
    margin: auto;
}

.show-more i {
    width: 80%;
    height: 35px;
    line-height: 35px;
    display: block;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    background: #f5f5f5;
    text-align: center;
    border-radius: 4px;
    margin: auto;
    color: #777;
}

.info-bottom {}

.info-bottom .d_title {
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    line-height: 35px;
    padding: 0 10px;
    position: relative;
    margin-top: 6px;
    background: #fff;
}

.info-bottom .d_title em {
    font-size: 16px;
    padding: 0 !important;
}

.info-bottom .tags-main-box {
    padding: 8px;
    display: inline-block;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
}

.info-bottom .tags-box-ul li {
    width: 25%;
    float: left;
    margin-top: 8px;
}

.info-bottom .tags-box-ul li a {
    display: block;
    width: 66px;
    text-align: center;
    margin: 0 auto;
    border-radius: 16px;
}

.info-bottom .tags-box-ul li a img {
    display: block;
    border-radius: 8px;
}

.tags-box-ul li span {
    clear: both;
    overflow: hidden;
    display: block;
    width: 66px;
    height: 32px;
    line-height: 16px;
    font-size: 12px;
    color: #000;
    text-align: center;
    word-break: break-all;
}

.info-bottom ul li span {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 108%;
}

.info-bottom ul li em {
    border-radius: 6px;
    background: #00a1ff;
    line-height: 25px;
    color: #fff;
    display: block;
}

.info-bottom ul li {
    margin-bottom: 10px;
}

.info-bottom .tags-box-ul li.qp-hot {
    width: 50%;
    margin: 0px;
}

.info-bottom .tags-box-ul li.qp-hot a {
    width: 94%;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0px;
    background: url(https://m.xzrj.cc/statics/v3/images/hot.png) no-repeat 0px 15px;
    padding-left: 15px;
    background-size: auto 48px;
    box-sizing: border-box;
}

.info-bottom .tags-box-ul li.specimg {
    width: 50%;
    margin: 0px;
    position: relative;
}

.info-bottom .tags-box-ul li.specimg a {
    width: 94%;
}

.info-bottom .tags-box-ul li.specimg a img {
    border-radius: 0px;
    height: 80px !important;
    width: 100%;
}

.info-bottom .tags-box-ul li.specimg p {
    width: 94%;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #e6e6e6;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0px;
    left: 3%;
}

.info-bottom .tags-box-ul li.specimg p a {
    font-size: 14px;
    color: #e8e0e0;
}

.packlist {
    background: #fff;
}

.packlist li .li_infro {
    padding-left: 74px;
    position: relative;
}

.packlist li .li_infro .dv_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
}

.packlist li .li_infro .dv_img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.packlist li .li_infro .dv_txt .ptit {
    line-height: 22px;
    height: 22px;
    padding-right: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.packlist li .li_infro .dv_txt .pcate {
    line-height: 24px;
    height: 24px;
    padding-right: 94px;
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.packlist li .li_infro .dv_txt .pcate a {
    color: #999;
}

.packlist li .li_infro .dv_txt .ptit a span {
    font-size: 14px;
    color: #444;
}

.packlist li {
    width: 100%;
    float: left;
    position: relative;
    padding: 10px 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e8e8;
}

.packlist li .li_btn {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -17px;
    width: 74px;
}

.packlist li .li_btn a {
    display: block;
    line-height: 34px;
    text-align: center;
    background: #00a1ff;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
}

.packlist li .li_infro .dv_txt .ptxt {
    margin-top: 2px;
    color: #999;
}

.packlist li .li_infro .dv_img em.rank {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #A8A8A8;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    z-index: 100;
}

.packlist li .li_infro .dv_img em.rank1 {
    background: #ff494d;
}

.packlist li .li_infro .dv_img em.rank2 {
    background: #f4b200;
}

.packlist li .li_infro .dv_img em.rank3 {
    background: #1eb996;
}

.list_tit {
    height: 38px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 4%;
    position: relative;
}

.list_tit .list_sort {
    float: left;
}

.list_tit .list_sort em {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    line-height: 38px;
}

.list_rexin {
    float: right;
}

.list_rexin a {
    float: left;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 12px;
    color: #666;
}

.theme_rexin a {
    font-size: 12px;
}

.list_rexin a.on {
    color: #08c4c2;
    border-bottom: 2px solid #08c4c2;
    font-weight: bold;
}

.list_rexin span {
    float: left;
    width: 1px;
    height: 12px;
    background: #d0d0d0;
    margin-top: 12px;
}

.theme_list ul li {
    float: left;
    width: 42%;
    margin: 10px 4% 0;
    cursor: pointer;
}

.theme_list ul li a img {
    display: block;
    height: 90px;
    width: 100%;
}

.theme_list ul li a em {
    font-size: 14px;
    color: #444;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.loadmore {
    margin-top: 5px;
    text-align: center;
}

.loadmore .loading-img {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}

.loading {
    display: inline-block;
    margin: 0px auto;
    margin-bottom: 8px;
}

.loadmore .loading-tip {
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
}

#content1 {
    width: 100%;
    height: 170px;
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    position: relative;
    zoom: 1;
    margin-top: 1px;
}

#content1 img {
    width: 100%;
    height: 99%;
    display: block;
    overflow: hidden;
}

#content1 h1 {
    width: auto;
    height: auto;
    line-height: 22px;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    background: #00a1ff;
    opacity: 1;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 8px;
}

#content1 #bg {
    width: 100%;
    height: 57px;
    background: #000;
    opacity: 0.7;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

#m_content {
    width: 100%;
    height: 40px;
    margin: 0px;
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 20;
    color: #fff;
    padding-right: 90px;
}

#more {
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    background: #50c262;
    text-align: center;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 6px;
    bottom: 17px;
    z-index: 20;
    margin: 0 0 0 0;
    border-radius: 4px;
}

#m_content .scroll {
    width: 94%;
    height: auto;
    display: block;
    overflow: hidden;
    position: absolute;
    left: 3%;
    top: 0;
    box-sizing: border-box;
    word-break: break-all;
}

#m_content .scroll p {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: block;
    overflow: hidden;
    text-indent: 2em;
}

#m_content .scroll p strong {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.case .case-top {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
}

.case .case-top li {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    border-top: 1px dashed #eaeaea;
}

.case .case-top li i {
    width: 100%;
    height: 1px;
    background: #eee;
    display: block;
    overflow: hidden;
}

.case .case-top li .left {
    width: 100%;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    padding: 10px 86px 10px 0;
    box-sizing: border-box;
}

.case .case-top li .left img {
    width: 66px;
    height: 66px;
    margin: 0 10px 0 0;
    display: block;
    overflow: hidden;
    border-radius: 14px;
}

.case .case-top li .left p {
    width: auto;
    height: auto;
    display: block;
    overflow: hidden;
    -webkit-box-flex: 1
}

.case .case-top li .left p .sname {
    width: 100%;
    height: auto;
    line-height: 20px;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin: 4px 0 0 0;
    display: block;
    overflow: hidden;
}

.case .case-top li .left p b {
    width: 100%;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #A5A5A5;
    margin: 6px 0 0 0;
    display: block;
    overflow: hidden;
}

.case .case-top li .left p b a {
    color: #A5A5A5;
}

.case .case-top li .xz {
    width: 52px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #00a1ff;
    text-align: center;
    border: 1px solid #00a1ff;
    border-radius: 4px;
    background-size: 434px;
    display: block;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 31px;
}

.case .case-top li .xz:active {
    color: #fff;
    background: url(https://m.xzrj.cc/statics/v3/images/home-icon.png) no-repeat -146px -128px #66d105;
    background-size: 500px
}

.case .case-top .m-eq3 {
    margin: 10px 0 0 0;
}

.case .case-top .m-eq3 i {
    display: none
}

.case .case-top .m-title {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-indent: 10px;
    padding: 6px 0;
    margin-top: 0;
    border-left: 5px solid #00a1ff;
}

.case .case-top .m-title span {
    color: #1CCFAC;
    font-weight: bold;
    padding: 0 4px;
}

.box-hd {
    padding: 15px 10px;
    overflow: hidden;
}

.box-hd h2 {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    border-left: 5px solid #1d8feb;
    font-size: 18px;
    color: #252525;
}

.titled {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
    font-size: 15px;
    font-weight: normal;
    color: #666;
    text-indent: 10px;
    padding: 6px 0;
    border-left: 5px solid #50c262;
}

.titled span {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    top: 7px;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.listd {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 0 14px 10px 0;
    margin: 10px 0 0 0;
    box-sizing: border-box;
    display: block;
    overflow: hidden
}

.listd li {
    width: 47%;
    height: auto;
    float: left;
    padding: 10px 0 0 9px;
    display: inline;
    overflow: hidden;
}

.listd li a {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden
}

.listd li a img {
    width: 100%;
    height: 25vw;
    display: block;
    overflow: hidden
}

.listd li a>span {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    text-align: center;
    margin: 4px 0 0 0;
    display: block;
    overflow: hidden
}

.site {
    background: #fff;
    overflow: hidden;
}

.site .site-t {
    margin: 13px 4%;
    overflow: hidden;
}

.site .site-t ul {
    border: 1px solid #00a1ff;
    border-radius: 5px;
    display: -webkit-box;
    text-align: center;
    overflow: hidden;
}

.site .site-t ul li {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    -webkit-box-flex: 1;
}

.site .site-t ul .cur {
    background: #00a1ff;
    color: #FFF;
}

.site .site-t ul li:not(:last-child) {
    border-right: 1px solid #00a1ff;
}

/*cxx*/
.site-b ul li .mi>em {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    background: #999;
    color: #fff;
    text-align: center;
    line-height: 1.2rem;
    border-radius: .3rem;
    font-size: .9rem;
    margin-right: .3rem;
    vertical-align: top;
    margin-top: 0.3rem;
    float: left;
}

.site-b ul li:nth-child(1) .mi>em {
    background: #F73314;
}

.site-b ul li:nth-child(2) .mi>em {
    background: #FF8E1F;
}

.site-b ul li:nth-child(3) .mi>em {
    background: #FFBB33;
}

.site-b {
    margin: 0 4%;
}

.site-b ul li {
    padding: 11px 0;
    height: 70px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    border-top: 1px solid #efefef;
}

.site-b ul li .img {
    margin-right: 10px;
    display: block;
    width: 70px;
    float: left;
}

.site-b ul li .img img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
}

.site-b ul li .mi {
    -webkit-box-flex: 1;
    color: #777;
    overflow: hidden;
    padding-right: 70px;
}

.site-b ul li .mi a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.site-b ul li .mi .az {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #929292;
    font-size: 12px;
}

.site-b ul li .mi .az em {
    margin-right: 1px;
}

.site-b ul li .bt {
    -webkit-box-flex: 1;
    color: #777;
    overflow: hidden;
    padding-right: 10px;
}

.site-b ul li .bt span {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.site-b ul li .xz {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #00a1ff;
    position: absolute;
    right: 0;
    top: 23px;
    border-radius: 3px;
}

.site-b ul li .bt u {
    margin: 0 6px;
    padding: 0 6px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.zx {
    box-shadow: 0 3px 3px #ebebeb;
    width: 100%;
    background: #fff;
    display: block;
    overflow: hidden;
}

.zx ul {
    display: block;
    overflow: hidden;
}

.zx ul li {
    display: block;
    padding: 10px 12px;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.zx ul li>a {
    display: inline-block;
    float: left;
    width: 88px;
    height: 58px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
}

.zx ul li a img {
    height: 100%;
    width: 88px;
}

.zx ul li>dl {
    display: block;
    margin-left: 98px;
}

.zx ul li>dl dt {
    height: 40px;
    overflow: hidden;
}

.zx ul li>dl dd {
    display: table-cell;
    font-size: 10px;
    color: #999;
    height: 18px;
    vertical-align: bottom;
}

.zx ul li>dl dt a {
    display: inline-block;
    font: 16px Helvetica Regular, '方正中等线', Microsoft YaHei, sans-serif, '宋体', Tahoma;
    color: #333;
    line-height: 20px;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


.listwd {
    position: relative;
    /* height: 56px; */
    overflow: hidden;
}

.listwd .list-r {
    overflow: hidden;
    zoom: 1;
    position: relative;
    padding: 8px 4% 8px;
    background: #fff;
}

.list-r .img img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
}

.list-r .ys {
    width: 58%;
    overflow: hidden;
    color: #777;
}

.list-r .ys a {
    display: block;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    font-weight: 700;
    color: #dd2a01;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-r .ys p span {
    display: block;
    font-size: 12px;
    line-height: 22px;
    height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #929292;
}

.list-r .ys p span em {
    padding: 0 7px;
    color: #ddd;
}

.list-r .xz {
    width: 62px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #00a1ff;
    position: absolute;
    right: 4%;
    top: 13px;
    border-radius: 3px;
    margin: 0;
    font-size: 12px;
    outline: none;
    border: none;
    overflow: hidden;
}

.content-top {
    border-bottom: 1px solid #ddd;
    text-align: center;
    margin: 0 4%;
}

.content-top h1 {
    position: relative;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    padding: 12px 0 6px 0;
    text-align: justify;
    word-break: break-all;
    line-height: 30px;
}

.content-top p {
    font-size: 12px;
    color: #666;
    margin-bottom: 13px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
}

.content-top p .time {
    margin-right: 15px;
    float: left;
    font-size: 14px;
}

.content-top p .ly {
    float: left;
    font-size: 14px;
}

.pagews {
    padding: 5px 0;
    border-top: 1px solid #ddd;
    margin: 0 4%;
}

.pagews .page-top {
    line-height: 26px;
    font-size: 14px;
    position: relative;
}

.pagews .page-top span {
    position: absolute;
    left: 0;
    top: 0px;
}

.pagews .page-top a {
    display: inline-block;
    padding-left: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
}


.gamewd {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

.gamewd .game-s {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    color: #00a1ff;
    text-indent: 14px;
    border-bottom: 2px solid #eee;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
}

.gamewd .game-ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.gamewd .game-ul li {
    width: 100%;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    zoom: 1;
}

.gamewd .game-ul li .img {
    width: 100%;
    height: auto;
    display: -webkit-box;
    overflow: hidden;
    padding: 10px 40px 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.gamewd .game-ul li .img img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    margin-right: 10px;
    display: block;
    overflow: hidden;
}

.gamewd .game-ul li .img .mt {
    width: auto;
    height: auto;
    overflow: hidden;
    -webkit-box-flex: 1;
    box-sizing: border-box;
}

.gamewd .game-ul li .img .mt .mt-s {
    width: 95%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-indent: 0;
    display: block;
    overflow: hidden;
}

.gamewd .game-ul li .img .mt .b1 {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-top: 4px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.gamewd .game-ul li .img .mt .b1 span {
    float: left;
    margin: 0;
    display: inline;
    overflow: hidden;
}

.gamewd .game-ul li .img .mt .b1 .span2 {
    border-left: 1px #ccc solid;
    padding: 0 8px;
    margin: 0 5px 0 8px;
}

.gamewd .game-ul li .img .mt .b2 {
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-top: 4px;
    display: block;
    overflow: hidden;
}

.gamewd .game-ul li .xz {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #00a1ff;
    position: absolute;
    right: 5px;
    top: 23px;
    border-radius: 3px;
}

.gamewd .game-bo li {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin: 0 8px;
    position: relative;
    border-top: 0;
    border-bottom: 1px dashed #e8e8e8;
}

.gamewd .game-bo li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50px;
    overflow: hidden;
    position: absolute;
    top: 17px;
    left: 5px;
}

.gamewd .game-bo li a {
    display: block;
    overflow: hidden;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px 0 15px;
    color: #444;
}

.gamewd .game-z {
    padding-top: 8px;
    padding-left: 8px;
}

.gamewd .game-z li {
    float: left;
}

.gamewd .game-z li a {
    background: 0;
    padding: 3px 6px;
    border: 1px solid #eee;
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    border-radius: 4px;
}

.gamewd .game-z li .a1 {
    color: #ce6808;
}

.gamewd .game-z li .a2 {
    color: #005fbf;
}

.gamewd .game-z li .a3 {
    color: #7f00ff;
}

.gamewd .game-z li .a4 {
    color: #f0f;
}

.gamewd .game-z li .a5 {
    color: #007f00;
}

.gamewd .game-z li .a6 {
    color: #f74242;
}

.gamewd .game-z li .a7 {
    color: #672fa3;
}

.gamewd .game-z li .a8 {
    color: #b73838;
}

.gamewd .game-z li .a9 {
    color: #509e03;
}

.gamewd .game-z li .a10 {
    color: #09bc92;
}

.gamewd .game-z li .a11 {
    color: #77770d;
}

.con-top {
    line-height: 55px;
    height: 45px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.con-bottom ul {
    margin-bottom: 4%;
    overflow: hidden;
}

.con-bottom ul li {
    width: 27%;
    margin: 4% 0 0 4.8%;
    box-sizing: border-box;
    text-align: center;
    float: left;
    display: inline-block;
}

.con-bottom ul li a {
    display: block;
}

.con-bottom ul li a img {
    width: 64px;
    height: 64px;
    border-radius: 15px;
}

.con-bottom ul li a span {
    display: block;
    width: 100%;
}

.con-bottom ul li a .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    margin-top: 5px;
}

.con-bottom ul li a .info {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.con-center ul li .don {
    display: block;
    margin: 4px auto 0;
    width: 80%;
    text-align: center;
    font-size: 12px;
    line-height: 28px;
    height: 28px;
    color: #FFF;
    background: #00a1ff;
    border-radius: 3px;
    box-sizing: border-box;
}

.site-tuij .appCNavtj {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
    font-size: 18px;
    margin-top: 10px;
}

.site-tuij .appCNavtj li {
    float: left;
    text-align: center;
    width: 50%;
    position: relative;
}

.site-tuij .appCNavtj li a {
    width: 100%;
    height: 36px;
    line-height: 30px;
    display: block;
    overflow: hidden;
}

.site-tuij .appCNavtj li i {
    width: 12px;
    height: 9px;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: 0px;
    background: url(../image/all.png) no-repeat -15px -137px;
    display: none;
}

.site-tuij .appCNavtj li.appCur a {
    border-bottom: 1px solid #00a1ff;
    color: #00a1ff
}

.site-tuij .appCNavtj li.appCur i {
    display: block;
}

.imgxx {
    width: auto;
    height: 14px;
    display: block;
    overflow: hidden;
    margin: 7px 0 4px 0;
}

.list .info span,
.list p span {
    display: block;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    color: #888;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
}

.list .info u,
.list p u {
    margin: 0 6px;
    padding: 0 6px;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.mobLgBoxpc {
    border: none;
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
}

.mobLgBoxpc a.pcxiazai {
    width: 100%;
    background: #ddd;
}

.mobLgBoxpc .mobLgCont {
    color: red;
}

/*TAG页面*/
.tagHome-box {
    padding-bottom: 10px;
    overflow: hidden;
}

.tagHome-list {
    margin-top: -10px;
    padding-left: 10px;
    overflow: hidden;
}

.tagHome-list li {
    float: left;
    width: calc(33.33% - 10px);
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.tagHome-list li a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 3px;
    background: #eee;
    border-radius: 2px;
    font-size: 14px;
    color: #444;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.inner {
    padding: 0 6px 10px;
    overflow: hidden;
}

.homeTag-list {
    overflow: hidden;
}

.homeTag-list li {
    float: left;
    width: 33.33%;
    margin-top: 5px;
}

.homeTag-list li a {
    display: block;
    width: 94%;
    height: 36px;
    margin: 0 auto;
    line-height: 36px;
    border: 1px solid #dedede;
    border-radius: 40px;
    text-align: center;
    color: #63B817;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*tagContent*/
.tagContent {
    padding: 0 10px 10px;
}

.tagContent img {
    display: block;
    margin-top: 10px;
    width: 100%;
}

.tagContent .title {
    margin-top: 15px;
}

.tagContent .title h1 {
    display: inline-block;
    line-height: 1;
    font-size: 18px;
    font-weight: 700;
}

.tagContent .title small {
    margin-left: 8px;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #999;
}

.tagContent .desc {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 16px;
    color: #444;
}

.nosearchR {
    background-color: #fff;
    width: 100%;
    margin: 10px 0 auto;
    overflow: hidden;
    text-align: center;
}

.nosearchR img {
    text-align: center;
    display: block;
    margin: 0 auto 20px auto;
    width: 85%;
    padding-top: 20px;
}

.nosearchR p {
    margin: 0 auto;
    font-weight: normal;
    text-align: center;
    line-height: 34px;
}

.defaultPageT {
    font-size: 22px;
    padding-bottom: 15px;
}

.m-atz {
    text-align: center;
    padding: 10px 0px 20px 0;
}

.m-atz a {
    display: inline-block;
    height: 36px;
    background: #41aff7;
    border-bottom: 4px #1f80c0 solid;
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
    margin: 0 10px;
}