p {
    text-align: justify;
    text-justify: newspaper;
}

img {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

.container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 80px;
}

.index-banner {
    padding-top: 10px;
}

.hot-game {
    margin: 10px 0;
}

.sub-title {
    font-size: 22px;
    font-weight: normal;
    color: #202020;
    margin-bottom: 20px;
    padding-left: 14px;
    position: relative;
}

.sub-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 20px;
    width: 4px;
    background: #4190e9;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.hot-game-item {
    box-shadow: 0 2px 10px #f0efee;
    float: left;
    width: 393px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.hot-game-pic-wrap {
    height: 185px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.hot-game-pic-wrap>img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hot-game-pic-wrap:hover>img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.hot-game-pic-wrap:hover .hot-game-code {
    top: 0;
    opacity: 1;
    transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.hot-game-info {
    padding: 20px 18px;
    background: #fff;
}

.hot-game-info h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.hot-game-info p {
    min-height: 15px;
    color: #707070;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*幻灯片*/
.exhi_banner {
    width: 1200px;
    height: 360px;
    position: relative;
    top: 0;
    z-index: 0;
    left: 50%;
    margin-left: -600px;
    margin-top: 13px;
    background-color: rgb(244, 244, 244);
}

.exhi_banner .big_pic {
    width: 860px;
    height: 350px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 5px 10px #d0d0d0;
}

.exhi_banner .big_pic li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.exhi_banner .big_pic a {
    width: 860px;
    height: 350px;
    display: block;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 4px;
}

.banner_center {
    width: 1080px;
    margin: 0 auto;
    position: relative
}

.exhi_bt {
    position: absolute;
    top: -210px;
    cursor: pointer;
    z-index: 3
}

.exhi_prev_bt {
    left: -50px;
}

.exhi_next_bt {
    right: 260px;
}

.exhi_next_bt,
.exhi_prev_bt {
    width: 48px;
    height: 60px;
    background-color: rgba(25, 25, 25, 0.1);
}

.big_pic:hover+.exhi_next_bt,
.big_pic:hover+.exhi_prev_bt {
    background-color: rgba(25, 25, 25, 0.5);
}

.ex_bt-active {
    animation: bc .2s;
    animation-fill-mode: forwards;
}

.ex_bt-lea-active {
    animation: bcLea .2s;
    animation-fill-mode: forwards;
}

@keyframes bc {
    from {
        background-color: rgba(25, 25, 25, 0.1);
    }

    to {
        background-color: rgba(25, 25, 25, 0.6);
    }
}

@keyframes bcLea {
    from {
        background-color: rgba(25, 25, 25, 0.6);
    }

    to {
        background-color: rgba(25, 25, 25, 0.1);
    }
}

.exhi_bt i {
    font-size: 25px;
    line-height: 48px;
    color: white;
    text-align: center;
}

.exhi_next_bt,
.exhi_prev_bt {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    overflow: hidden;
}

.exhi_prev_bt i {
    margin-left: 14px;
}

.exhi_next_bt i {
    margin-left: 8px;
}

.exhi_prev_bt:hover {
    background-position: 0 -85px;
}

.exhi_next_bt:hover {
    background-position: -50px -85px;
}

.exhi_force {
    position: absolute;
    bottom: -66px;
    left: 330px;
    z-index: 2;
    height: 94px;
}

.exhi_force li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 0 0 8px;
    display: inline;
    cursor: pointer;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    background: url(../images/banner_ico1.png) no-repeat 0 0 / 100% 100%;
}

.exhi_force li.on {
    background: url(../images/banner_ico2.png) no-repeat 0 0 / 100% 100%;
}


.l-new-wrap {
    position: absolute;
    top: 0;
    right: 0;
    width: 329px;
    height: 350px;
    padding: 21px 17px 0 12px;
    background-color: #fff;
    box-sizing: border-box;
}

.l-new-wrap .sanjiao {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-top: 26px solid rgba(0, 179, 255, 1);
    border-left: 26px solid transparent;
    cursor: pointer;
}

.l-new-wrap .sanjiao img {
    position: absolute;
    top: -23px;
    right: 3px;
}

.l_index_silder .title-header {
    /* display: flex; */
    margin-bottom: 14px;
}

.l_index_silder .title-header .content {
    color: #ff6200;
}

.l_index_silder .title-header a:hover {
    color: #ff6200;
}

.l_index_silder img {
    display: inline-block;
    width: 19px;
    height: 21px;
    vertical-align: top;
    /* margin-right: 10px; */
    margin-top: 2px;
}

.l_index_silder .content {
    display: inline-block;
    font-size: 20px;
    width: 268px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #00B4FF;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    cursor: pointer;
}

.silder_list {
    width: 100%;
    float: left;
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    /* height: 212px; */
    background-color: white;
    overflow: hidden
}

.silder_list li {
    width: 100%;
    float: left;
    line-height: 30px;
    margin-bottom: 4px;
}

.silder_list li p {
    float: left;
}

.silder_list li p a {
    color: #00b3fe
}

.silder_list li em {
    float: left;
    color: #d3d3d3;
    font-size: 14px;
    margin: 0 10px;
    display: inline;
}

.silder_list li span {
    width: 81%;
    float: left;
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.silder_list li span a {
    color: #666;
    font-size: 14px;
}

.index_silder {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
    padding-top: 6px;
}

.index_silder li p {
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    text-align: left;
    margin-top: 5px;
    position: relative
}

.index_silder li p span {
    display: block;
    position: absolute;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    border: 4px solid rgba(0, 179, 255, 0.4);
}

.index_silder li p a {
    color: #ff4200;
    font-size: 18px;
    padding-left: 30px;
    font-weight: bold;
    display: block;
    width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_silder li>span {
    display: block;
    line-height: 24px;
    max-height: 47px;
    overflow: hidden;
    color: #a2a2a2;
    font-size: 14px;
    padding-left: 38px;
    margin-top: -3px;
    padding-bottom: 20px;
}

.index_silder li span a {
    color: #00b3fe;
}

.index_silder li span a:hover,
.silder_list li span a:hover,
.silder_list li p a:hover {
    color: #ff6200;
}

.game_rank {
    width: 393px;
    float: left;
    background: #fff;
    /*padding:10px 15px;*/
    margin-top: 10px;
    margin-bottom: 23px;
    box-sizing: border-box;
    border-radius: 4px;
    min-height: 500px;
}


.h5_tit {
    position: relative;
    width: 98%;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    margin-top: 13px;
    height: 40px;
    line-height: 40px;
}

.h5_tit p {
    /*float:left;*/
    /*font-size:22px;*/
    /*color:#3a3a3a;*/
    /*border-bottom:3px solid #0685f6;*/
    /*line-height:38px;*/
    padding: 0 3px;
    /*width: 71px;*/
    height: 22px;
    position: absolute;
    top: 0;
    left: 17px;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #333333;
}

.h5_tit span {
    position: absolute;
    display: block;
    width: 4px;
    height: 25px;
    left: 0;
    top: 0;
    background-color: #4190e9;
}

.h5_tit a {
    float: right;
    color: #737373;
    background: url(../images/more_ico.png) no-repeat right center;
    padding-right: 10px;
    margin-right: 10px;
    display: inline;
    line-height: 27px;
}

.game_rank .p3 span {
    display: none;
}

.game_rank li {
    float: left;
    width: 340px;
    color: #6c6c6c;
    margin-top: 13px;
    position: relative;
    margin-left: 13px;
}

.game_rank li.hover {

    width: 360px;
    height: 112px;
    background-color: #ffffff;
    box-shadow: 0px 4px 15px 0px rgba(126, 126, 126, 0.3);
    border-radius: 8px;
    border: solid 1px #ffffff;
    box-sizing: border-box;
    margin-top: 0;
}

.game_rank li .num_bg {
    background: url(../images/num_bg10.png) no-repeat;
    float: left;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;
}

.game_rank li .num_bg1 {
    background: url(../images/num_bg1.png) no-repeat;
}

.game_rank li .num_bg2 {
    background: url(../images/num_bg4.png) no-repeat;
}

.game_rank li .num_bg3 {
    background: url(../images/num_bg5.png) no-repeat;
}

.game_rank li .p1 {
    width: 80px;
    float: left;
    margin-top: 3px;
    display: none
}

.game_rank li .p1 img {
    width: 80px;
    height: 80px;
    display: block;
}

.game_rank li .p2 {
    width: 155px;
    float: left;
    margin-left: 12px;
    display: inline
}

.game_rank li .p2 p {
    width: 90px;
    float: left;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ccc;
    position: absolute;
    top: -1px;
}

.game_rank li .p2 p a {
    font-size: 14px;
    color: #5d5d5d;
    margin-left: 2px;
}

.game_rank li .p2 p a:hover {
    color: #ff6200;
}

.game_rank li .p2 span {
    display: none
}

.game_rank li .p2 em {
    display: none;
    float: left;
    width: 45px;
    height: 32px;
    position: absolute;
    top: 22px;
    right: 45px;
}

.game_rank li .p2 em a {
    width: 45px;
    line-height: 32px;
    float: left;
    font-size: 14px;
    color: #00b3fe;
    border: 1px solid #00b3fe;
    text-align: center;
    border-radius: 5px;
}

/*.game_rank li .p2 em a:hover{text-decoration:none; background:#00b3fe;color:#fff;}*/
.game_rank li .p3 {
    float: right;
    margin-top: 3px;
}

.game_rank li .p3 span {
    margin-left: 2px;
    margin-top: 7px;
}

.game_rank li.hover .num_bg {
    display: block;
    margin-top: 43px;
}

.game_rank li.hover .p1 {
    display: block;
    height: 80px;
}

.game_rank li.hover .p1 a {
    position: absolute;
    left: 64px;
    top: 15px;
}

.game_rank li.hover .p2 {
    width: 228px;
    height: 111px;
    position: absolute;
    left: 145px;
    top: 10px;
}

.game_rank li.hover .p2 p {
    top: 9px;
}

.game_rank li.hover .p2 p a {
    font-weight: bold;
}

.game_rank li.hover .p2 span {
    display: block;
}

.game_rank li.hover .p2 em {
    display: block
}

.game_rank li .p2 .wangyou-erweima-icon,
.game_rank li .p2 .wangyou-erweima-icon i {
    cursor: pointer;
    display: none;
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: #98989898;
}

.game_rank li .p2 .wangyou-erweima-icon:hover+.wangyou-erweima-img {
    display: block;
    z-index: 3;
}

.game_rank li .p2 .wangyou-erweima-img {
    cursor: pointer;
    display: none;
    position: absolute;
    width: 138px;
    height: 143px;
    top: -23px;
    right: 86px;
    background: url(../images/wy_erweima.png) no-repeat 100% 100%;
    background-size: cover;
}

.game_rank li .p2 .wangyou-erweima-img .erweima-img {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 14px;
    top: 10px;
    background: #000;
}

.game_rank li .p2 .wangyou-erweima-img p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 0px;
    color: #999999;
    position: absolute;
    top: 113px;
    left: 20px;
}

.game_rank li.hover .p2 .wangyou-erweima-icon {
    display: block;
    position: absolute;
    top: 70px;
    right: 51px;
}

.game_rank li.hover .p2 .wangyou-erweima-icon i {
    display: block;
}

.game_rank li.hover .p3 {
    position: absolute;
    z-index: 1;
    left: 157px;
    top: 48px;
    margin-top: 0;
}

.game_rank li.hover .p3 span {
    display: block;
}

.dj_ewm .h5_tit,
.xy_ewm .h5_tit,
.wy_ewm .h5_tit {
    margin-left: 10px;
    margin-top: 20px;
    border: none;
}