.hotGame {
    z-index: 9;
    height: 356px;
    position: relative;
    padding-top: 430px;
}

/*hd*/
.content {
    /* padding-top: 430px; */
}

.slideBox {
    width: 100%;
    height: 664px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    overflow: hidden;
}

.slideBox .hd {
    height: 0px;
    position: absolute;
    left: 0;
    top: 368px;
    z-index: 999;
    width: 100%;
}

.slideBox .hd ul {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: -5px;
    height: 0px;
}

.slideBox .hd ul li, .slideBox .hd ul span {
    display: inline-block;
    zoom: 1;*display: inline;
    vertical-align: middle;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 10px 0px;
    z-index: 9999;
    position: relative;
}

.slideBox .hd ul li em, .slideBox .hd ul span em {
    width: 30px;
    height: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    display: block;
}

.slideBox .hd ul li.on em, .slideBox .hd ul span.on em {
    background: #1ea6ff;
}

.slideBox .bd {
    z-index: 99;
    width: 1920px;
    height: 615px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.slideBox .bd li {
    width: 1920px;
    height: 664px;
}

.slideBox .bd img {
    display: block;
}


.newGame {
    height: 576px;
}

.main-left {
    width: 272px;
    z-index: 9;
    position: relative;
    margin-right: 10px;
}

.main-right {
    width: 918px;
    z-index: 9;
    position: relative;
}

/*part1*/
.ft-box-ul li a span {
    background: url(../images/kele_icon.png) no-repeat;
}

/*login*/
.main-left .login-box .keleyx-tit {
    display: none;
}

/*pc-game*/
.hot-game {
    padding: 25px 0 35px;
    width: 1200px;
}

.hot-game li a img {
    width: 220px;
    height: 290px;
}

.txt {
    line-height: 34px;
    font-size: 16px;
    color: #3c3c3c;
    /* border-top: 0 none; */
    /* background: #fff; */
}

.glink {
    height: 27px;
    line-height: 27px;
    padding: 9px 10px 9px 5px;
    color: #d6d4d2;
    font-size: 14px;
    border-top: 0 none;
    text-align: left;
    display: none;
    position: absolute;
    bottom: 0;
    width: 205px;
}

.glink span {
    text-align: center;
    color: #595757;
    margin: 0 5px;
}

.glink .go {
    display: inline-block;
    width: 72px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-left: 10px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    background: #03b4f5;
    float: right;
    margin: 0;
}

.glink .go:hover {
    background: #1ec1fe;
}

.hot-game li.active .txt {
    display: none;
}

.hot-game li.active .glink {
    display: block;
}

.hot-game li.active .img {
    display: block;
    height: 335px;
    /* border: 1px solid #03b4f5; */
    border-bottom: 0 none;
    overflow: hidden;
    position: relative;
    /* z-index: 3; */
}

.hot-game li.active .img i {
    top: -1px;
    left: -1px;
}
.hot-game li {
    width: 220px;
    text-align: center;
    background: #fff;
    position: relative;
    display: inline;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    height: 330px;
}

.hot-game li a {
    display: block;
    height: 330px;
}

.hot-game li+li {
    margin-left: 25px;
}

.hot-img em.hot-hot {
    background: url(../images/hot.png) no-repeat;
}

.hot-img em.hot-new {
    background: url(../images/new.png) no-repeat;
}

.hot-img em.hot-dudai {
    background: url(../images/dudai.png) no-repeat;
}

.hot-img em.hot-xbb {
    background: url(../images/xbb.png) no-repeat;
}

.hot-img em.hot-sd {
    background: url(../images/sd.png) no-repeat;
}

/*part2*/
.part2 {
    width: 100%;
}

/*game*/
.rt-list {
    width: 919px;
    /* margin-left: 15px; */
}

.app-list {
    width: 100%;
}

.more {
    color: #333333;
    font-size: 12px;
    position: absolute;
    right: 0px;
    top: 8px;
    height: 11px;
    line-height: 11px;
    float: right;
    display: block;
    width: 40px;
    background-position: 26px -74px;
}

.app {
    width: 922px;
    height: 132px;
}

.app-game {
    float: left;
    padding: 16px 15px;
    height: 100px;
    width: 258px;
    margin-left: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.app-game+.app-game {
    margin-left: 19px;
}

.icon {
    /* width: 100px; */
    /* height: 100px; */
    /* margin-right: 12px; */
    /* border-radius: 18px; */
    /* -webkit-transition: all .3s linear; */
    /* transition: all .3s linear; */
}

.icon:hover {
    -webkit-box-shadow: 0px 5px 5px #E3E3E3;
    box-shadow: 0px 5px 5px #E3E3E3;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.app-txt {
    width: 143px;
    height: 100px;
}

.app-tit {
    color: #363636;
    font-size: 14px;
    width: 100%;
    height: 14px;
    line-height: 14px;
    margin-top: 12px;
    margin-bottom: 5px;
}

.app-tit a {
    color: #363636;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 124px;
}

.app-type {
    color: #aaa;
    font-size: 12px;
    width: 100%;
    margin: 10px 0;
}

.app-type i {
    color: #E7E7E7;
    padding: 0 8px;
    font-size: 12px;
}

.app-btn {
    height: 27px;
    width: 100%;
}

.app-btn a, .app-btn a.a2 span {
    height: 25px;
    width: 58px;
    float: left;
    margin-right: 7px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 20px;
    star: expression(this.onFocus=this.blur());
    -webkit-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    -o-transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
    transition: color 200ms ease-out, background-color 200ms ease-out, border-color 200ms ease-out, opacity 200ms ease-out;
}

.app-btn a.a1 {
    border: 1px solid #9B9B9B;
    color: #474747;
}

.app-btn a.a2 {
    position: relative;
}

.app-btn a.a2 span {
    border: 1px solid #E1E1E1;
    color: #888;
    display: block;
}

.app-btn a:hover.a1, .app-btn a:hover.a2 span {
    border: 1px solid #1ea6ff;
    background: #1ea6ff;
    color: #fff;
}

.app-btn a.a2 .down-ewm {
    display: none;
    background: url(../images/ewm-box.png) no-repeat;
    width: 155px;
    height: 175px;
    position: absolute;
    left: 50px;
    top: -98px;
    z-index: 999;
}

.app-btn a.a2 .down-ewm img {
    width: 108px;
    height: 108px;
    margin: 54px 28px;
    float: left;
}

.app-btn a:hover.a2 .down-ewm {
    display: block;
}

/*pc-game*/
.pc-game {
    width: 100%;
    /* margin-top: 35px; */
}

.pc-game-box {
    width: 100%;
    /* margin-bottom: 36px; */
    overflow: hidden;
    height: 508px;
}

.pc-game-box ul {
    width: 100%;
    float: left;
}

.pc-game-box li {
    width: 293px;
    height: 239px;
    margin-bottom: 20px;
    background-color: #fff;
    float: left;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-right: 19px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.pc-game-box li a{
    display:block;
}

.pc-game-box li:nth-child(3n) {
    margin-right: 0;
}

.pc-game-box li:hover .game-pic {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.pc-game-box li:hover .game-tag {
    left: -40px;
}

.pc-game-box li:hover .game-bottom {
    /* bottom: 0; */
}

.pc-game-box li:hover .game-tit {
    top: 25px;
}
.home a {
    /* color: #fff; */
    /* font-size: 14px; */
    margin: 0 10px;
    /* font-family: Microsoft YaHei; */
    /* background: #1ea6ff; */
    width: 88px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    margin-left: 11px;
    font-size: 14px;
    color: #fff;
    float: left;
    background: #1ea6ff;
    border-radius: 25px;
}

.game-pic {
    /* position: absolute; */
    /* right: 0; */
    /* top: 0; */
    width: 293px;
    height: 196px;
}

.game-pic img {
    /* width: 100%; */
    width: 293px;
    height: 196px;
}

.game-tit {
    position: absolute;
    left: 20px;
    top: 17px;
    width: 240px;
}

.game-tit h3 {
    float: left;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
}

.game-tit p {
    color: #888;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 6px 0;
}

.game-tag {
    width: 37px;
    height: 14px;
    background: url(../images/game-jb.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 70px;
}

.tag-new {
    background-position: 0 -13px;
}

.game-pic, .game-tag, .game-bottom, .game-tit {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.game-tag.game-new {
    background-position: 0 -17px;
}

.game-bottom {
    width: 293px;
    height: 25px;
    padding: 9px 0;
}

.enter-game {
    width: 88px;
    line-height: 25px;
    margin-left: 11px;
    font-size: 14px;
    color: #000;
    float: left;
    /* background: #1ea6ff; */
    border-radius: 25px;
}

.enter-game:hover {
    color: #1ea6ff;
    /* background: #0bb7f7; */
}

.home {
    height: 25px;
    float: right;
    line-height: 25px;
    color: #fff;
    font-family: SimSun;
}

.home span {
    margin: 0 10px 0 0;
    width: 88px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
    float: left;
    background: #1ea6ff;
    border-radius: 25px;
}

.home span:hover {
    text-decoration: underline;
}

/*part3*/
.part3 {
    width: 100%;
    height: 303px;
}

.fast {
    width: 265px;
    height: 543px;
    overflow: hidden;
}

.ft-box {
    width: 263px;
    height: 498px;
}

.ft-box-ul {
    padding: 13px 9px 0px;
    height: 487px;
}

.ft-box-ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    vertical-align: top;
    border-bottom: 1px dashed #e4e2e2;
    padding-bottom: 10px;
}

.ft-box-ul li a{
    display:block;
    width: 245px;
    height: 60px;
}

.ft-box-ul li .icon {
    margin: 9px 6px 0 0;
    width: 25px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    font-size: 15px;
    color: #cdcdcd;
    display: none;
}

.icon.one {
    background: url(../images/icon.png) no-repeat -202px -99px;
}

.icon.two {
    background: url(../images/icon.png) no-repeat -239px -99px;
}

.icon.three {
    background: url(../images/icon.png) no-repeat -276px -99px;
}

.ft-box-ul li .pic {
    margin-right: 10px;
    width: 60px;
    height: 60px;
}

.ft-box-ul li .pic img {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    border-radius: 12px;
}
.type_box {
    width: 265px;
    overflow: hidden;
}

.type_zx {
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.type_zx .type_con {
    width: 263px;
    height: 214px;
    overflow: hidden;
    background: #fff;
}

.type_zx .type_top {
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    text-align: center;
}

.type_zx .type_top a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.text {
    margin-right: 10px;
    width: 100px;
    height: 48px;
    margin-top: 3px;
}

.text p {
    vertical-align: middle;
    margin: 4px 0;
    font-size: 14px;
}

.text p:hover {
    color: #1ea6ff;
}

.text p.color {
    color: #9c9c9c;
    font-size: 12px;
}

.start_game {
    border-radius: 5px;
    position: relative;
    z-index: 10;
    margin-top: 16px;
    display: block;
    width: 60px;
    height: 23px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 23px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #1ea6ff;
    color: #fff;
}
.news-con {
    height: 340px;
    margin-bottom: 50px;
}

.news-list {
    height: 301px;
}

.news-wrap-box {
    width: 1200px;
    overflow: hidden;
}

ul.news-nav li {
    display: block;
    float: left;
    font-size: 14px;
    /* font-weight: bold; */
    height: 37px;
    line-height: 34px;
    text-align: center;
    width: 200px;
}

ul.news-nav li.cur {
    background: url(../images/bbt.png) no-repeat scroll 0 0;
    background-size: 100% 100%;
}

ul.news-nav li a {
    width: 100%;
}

ul.news-nav li.cur a {
    color: #fff;
}

.news-list-txt {
    height: 207px;
    padding-top: 10px;
}

.news-ul {
    height: 195px;
    overflow: hidden;
}

.news-ul li {
    height: 36px;
    width: 375px;
    float: left;
    line-height: 36px;
    color: #a8a8a8;
    margin-left: 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-ul li i {
    float: left;
    font-size: 16px;
    color: #888;
}

.news-ul li p {
    float: left;
    margin-left: 6px;
    height: 36px;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-ul li p a {
    color: #6a6a6a;
}

/*list*/
/*tjGame*/
.inner-main .pc-game-box {
    height: 225px;
}

.inner-main .pc-game-box li {
    width: 228px;
    margin-right: 13px;
    height: 192px;
}

.inner-main .pc-game-box li:nth-child(3) {
    margin-right: 19px;
}

.inner-main .pc-game-box li:nth-child(5) {
    margin-right: 0;
}

.inner-main .game-pic {
    width: 228px;
    height: 150px;
}

.inner-main .game-pic img {
    width: 228px;
    height: 150px;
}

.inner-main .game-bottom {
    width: 100%;
}

.inner-main {
    margin-top: 25px;
    height: auto;
    overflow: hidden;
}

.title {
    border-left: 5px solid #03b4f5;
    height: 22px;
    margin-bottom: 15px;
    line-height: 22px;
    position: relative;
    z-index: 10;
}

.title strong {
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    /* float: left; */
}

.zxym_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    min-height: 360px;
    padding: 20px 20px 0;
}

.zxym_con {
    height: 670px;
    max-height: 670px;
    overflow: hidden;
}

.zxym_con ul.show {
    display: block;
}

.zxym_con ul li {
    border-bottom: 1px dotted #ccc;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding: 0px 20px 0px 40px;
}

.zxym_con ul li {
    padding: 0 20px;
}

.zxym_con span {
    float: right;
    color: #999;
}

.zxym_con li a {
    background: url(../images/xw_tb.png) no-repeat scroll 0px 17px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    width: 650px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 14px;
}

.pagination {
    clear: both;
    text-align: right;
    margin: 20px 0px 40px 0;
    color: #575757;
    font-size: 14px;
}

.pagination>div {
    display: inline-block;
    list-style: none;
    *display: inline;
    *zoom: 1; margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination a, .pagination span {
    display: inline;
    float: left;
    padding: 6px 8px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #d9d9d9;
    color: #575757;
    margin: 0 5px;
    background: #fff;
}

.pagination span.current {
    background: #03b4f5;
    color: #FFFFFF;
    border: 1px solid #03b4f5;
}

.type_zx .type_top {
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    text-align: center;
}

.type_zx .type_top a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

/*article*/
.dqwz {
    margin: auto;
    line-height: 40px;
}

.zxym_box {
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    min-height: 360px;
    padding-bottom: 20px;
    padding: 20px 20px 0;
    background: #fff;
    margin-bottom: 20px;
}

.text1M {
    padding: 30px 15px;
    overflow: hidden;
    font-size: 14px;
    line-height:35px;
}

.text1M h1 {
    font-size: 16px;
    font-weight: 100;
    color: #505050;
    text-align: center;
    font-family: Tahoma, "Microsoft YaHei";
}

.text1M .n_lai {
    color: #858585;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 36px;
    border-bottom: 1px dotted #e0e0e0;
    font-size: 14px;
}

.text1M h1 {
    font-size: 16px;
    font-weight: 100;
    color: #505050;
    text-align: center;
    font-family: Tahoma, "Microsoft YaHei";
}

.text1M .n_lai {
    color: #858585;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    height: 36px;
    border-bottom: 1px dotted #e0e0e0;
    font-size: 14px;
    margin-top: 30px;
}

.game-con {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    margin-bottom: 20px;
}

.game-con .game-icon {
    float: left;
    display: inline;
    margin: 10px 0 0 0;
}

.game-con .game-icon img {
    width: 168px;
    height: 108px;
    border-radius: 6px;
}

.game-con .game-con-center {
    float: left;
    display: inline;
    width: 280px;
    margin: 10px 0 0 30px;
    height: 130px;
}

.game-con .game-con-center .p1 {
    font-size: 24px;
    text-indent: 0;
}

.text1M p {
    color: #505050;
    text-align: justify;
    font-size: 14px;
    text-indent: 0;
}

.game-con .game-con-center .p2 {
    color: #999;
    line-height: 35px;
    height: 40px;
    text-indent: 0;
}

.game-con .game-con-center .p2 a {
    color: #999;
    margin-right: 10px;
}

.game-con .game-con-center .p2 span {
    margin: 0 10px 0 0;
}

.text1M span {
    /*font-weight: bold;*/
}

.game-con .game-con-center .p3 a {
    float: left;
    display: inline;
    width: 115px;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    background: #36aafd;
    margin: 0 20px 0 0;
    text-decoration: none;
}

.game-con .game-con-center .p3 .down {
    background: #3bb70b;
}

.game-con .game-con-code, .game-con .game-con-code1 {
    width: 120px;
    text-align: center;
    float: right;
}

.text1M .game-con p {
    text-indent: 0;
}

.n_d_t_right p {
    font-size: 13px;
    line-height: 32px;
}

.game-con .game-con-code1 {
    width: 120px;
    text-align: center;
    float: right;
}

.ss_next_prev {
    margin-top: 30px;
}

.box-con {
    height: 100%;
    padding: 0 10px;
    border: #e5e5e5 1px solid;
    background-color: #FFF;
    margin-bottom: 40px;
}

.box-tit {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e9e9e9;
}

.relative-art .tab-tit li {
    width: 128px;
    float: left;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
}

.relative-art .tab-tit li.current .tt {
    color: #03b4f5;
    border-bottom: 2px solid #03b4f5;
}

.relative-art .tab-tit li.current .tt a {
    color: #03b4f5;
}

.relative-art .tab-tit li .tt a {
    font-size: 15px;
}

.relative-art .box-text {
    padding: 5px 0;
}

.relative-art .news-list li {
    height: 36px;
    width: 375px;
    float: left;
    line-height: 36px;
    color: #a8a8a8;
    margin-left: 20px;
    border-bottom: 1px dotted #d9d9d9;
}

.news-list li a {
    width: 100%;
    display: block;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.webGame {
    width: 265px;
    overflow: hidden;
    height: 420px;
}

.webGame .box-con {
    padding: 0 8px;
}

.box-text {
    padding: 5px 2px;
}

.rlist-box .news-list {
    height: 365px;
    overflow: hidden;
}

.rlist-box .news-list li {
    height: 36px;
    width: 237px;
    float: left;
    line-height: 36px;
    color: #a8a8a8;
    background: url(../images/dot.png) left center no-repeat;
    font-size: 12px;
    overflow: hidden;
    padding-left: 12px;
    border-bottom: 1px dotted #e9e9e9;
}

.rlist-box .news-list li i {
    float: left;
    font-size: 16px;
    color: #888;
}

.rlist-box .news-list li p {
    float: left;
    margin-left: 6px;
    height: 36px;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rlist-box .news-list li p a {
    color: #6a6a6a;
}

.rlist-box {
    /* padding: 10px; */
    width: 100%;
}

.bq-list {
    margin-bottom: 20px;
}

.bq-box {
    border: #e5e5e5 1px solid;
    background-color: #FFF;
    height: 100%;
    overflow: auto;
    padding: 10px 10px 5px;
}

.bq-box .bq-box-ul a {
    float: left;
    display: block;
    padding: 5px 10px;
    margin-bottom: 6px;
    margin-right: 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    width: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bq-box .bq-box-ul a:nth-child(7n-1) {
    border: 1px solid #B5E7CF;
    color: #0AAF60
}

.bq-box .bq-box-ul a:nth-child(7n-2) {
    border: 1px solid #FFD6C0;
    color: #EF283B
}

.bq-box .bq-box-ul a:nth-child(7n-3) {
    border: 1px solid #C5DCFB;
    color: #408BF2
}

.bq-box .bq-box-ul a:nth-child(7n-4) {
    border: 1px solid #F4CBF0;
    color: #DB52CD
}

.bq-box .bq-box-ul a:nth-child(7n-5) {
    border: 1px solid #D4CBFF;
    color: #7959F3
}

.bq-box .bq-box-ul a:nth-child(7n-6) {
    border: 1px solid #ffcbcb;
    color: #f35959
}

.bq-box .bq-box-ul a:nth-child(7n) {
    border: 1px solid #FFD6C0;
    color: #FF782F
}

/*tj*/
/*pc_game*/
.game-li {
    display: none;
}

.n_d_top {
    width: 100%;
    float: left;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 0 16px;
    overflow: hidden;
    margin-bottom: 20px;
}

.n_d_t_left {
    width: 120px;
    float: left;
    margin: 10px 10px 0 10px;
    display: inline;
}

.n_d_t_left a img {
    width: 120px;
    height: 120px;
    display: block;
    /* box-shadow: 0px 8px 20px #d0d0d0; */
    border-radius: 14px;
}

.n_d_t_center {
    position: relative;
}

.n_d_t_center {
    width: 500px;
    float: left;
    margin-top: 10px;
}

.n_d_t_center p {
    width: 100%;
    float: left;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.n_d_t_center p a {
    color: #000;
    font-size: 24px;
}

.n_d_t_center span {
    width: 100%;
    float: left;
    color: #999;
    margin-top: 10px;
    font-size: 14px;
}

.n_d_t_center span a {
    color: #999;
    margin-right: 10px;
}

.n_d_t_center span i {
    margin-right: 10px;
}

.qufu, .kefu, .kefu b {
    margin-left: 10px;
}

.qufu b a, .kefu b {
    color: #ff0505;
}

.n_d_t_center em {
    position: relative;
    width: 100%;
    float: left;
    color: #999;
    margin-top: 12px;
}

.n_d_t_center em a, .h5enter {
    width: 110px;
    line-height: 38px;
    text-align: center;
    float: left;
    color: #fff;
    opacity: 0.8;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.h5enter {
    margin-top: 15px;
}

.n_d_t_center em a img, .n_d_t_center a img {
    width: 14px;
    margin-right: 2px;
    margin-top: -2px;
}

.n_d_t_center em a img.start_game {
    width: 18px;
}

.android-xiazai {
    background: #3db45c;
}

.n_d_t_center em a.ios-xiazai {
    background: #00b3ff;
}

.enter, .h5enter {
    background-color: #ffa842;
}

.start_game {
    /* background-color: #ffa842; */
}

.start_game img {
    width: 17px!important;
}

.n_d_t_right {
    width: 130px;
    float: right;
    text-align: center;
    margin-right: 10px;
    display: inline;
    position: relative;
    font-size: 12px;
    margin-top: 10px;
}

.n_d_t_right img {
    width: 100px;
    height: 100px;
    display: block;
    margin-left: 12px;
    margin-bottom: 0px;
    border-radius: 4px;
    box-shadow: 0px 8px 20px #e0e0e0;
}
