.topbox {
    width: 100%;
    height: 423px;
    position: relative;
}

.topbox .top_con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.topbox .top_con a {
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.topbox .top_con a.active {
    display: block;
}

.topbox .top_tab {
    position: absolute;
    width: 350px;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 80px 37px;
    z-index: 2;
}

.topbox .top_tab a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    transition: font-size .08s ease;
}

.topbox .top_tab a span {
    display: none;
    margin-left: 9px;
}

.topbox .top_tab a.active {
    color: #f86c36;
    font-size: 24px;
}

.topbox .top_tab a.active span {
    display: inline;
    color: #f86c34;
    font-size: 16px;
}

.maincon {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.gamebox {
    box-sizing: border-box;
    width: 1200px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    margin-bottom: 83px;
    padding: 0 13px;
    padding-bottom: 25px;
}

.in_box {
    overflow: hidden;
    width: 100%;
}

.dzbox {
    width: 1109px;
    margin: auto;
}

.dzbox .game_list {
    float: left;
    height: 266px;
    width: 158px;
    margin-right: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.dzbox .game_list:nth-child(6n) {
    margin-right: 0;
}

.dzbox .game_list .item-img {
    border-radius: 8px;
    display: block;
    width: 100%;
    height: 210px;
    position: relative;
}

.dzbox .game_list .item-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.dzbox .game_list .item-img span {
    display: block;
    position: absolute;
    width: 43px;
    height: 43px;
    top: -14px;
    left: -14px;
}

.dzbox .game_list .item-img span em {
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    line-height: 43px;
    text-align: right;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.dzbox .game_list .item-img span i {
    display: block;
    width: 50%;
    float: right;
    height: 41px;
    line-height: 41px;
    text-align: left;
    color: #666666;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
}

.dzbox .game_list .item-img span em.big {
    margin-left: 7px;
}

.dzbox .game_list .item-img span i.none {
    display: none;
}

.dzbox .game_list .item-img span.width10 {
    background: url(../images/w1.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width20 {
    background: url(../images/w2.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width30 {
    background: url(../images/w3.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width40 {
    background: url(../images/w4.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width50 {
    background: url(../images/w5.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width60 {
    background: url(../images/w6.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width70 {
    background: url(../images/w7.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width80 {
    background: url(../images/w8.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width90 {
    background: url(../images/w9.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-img span.width100 {
    background: url(../images/w10.png) no-repeat center center;
    background-size: 100%;
}

.dzbox .game_list .item-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #404040;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.dzbox .game_list:hover .item-title {
    color: #f86c36;
}

.dzbox .game_list .item-btn a {
    font-size: 12px;
    color: #676767;
    width: 45px;
    height: 21px;
    border-radius: 4px;
    border: solid 1px #b9b9b9;
    box-sizing: border-box;
    line-height: 19px;
    display: inline-block;
    text-align: center;
}

.dzbox .game_list .item-btn a:first-child + a {
    margin: 0 6px;
}

.dzbox .game_list .item-btn a:hover {
    border: 1px solid #ff6600;
    color: #ff6600;
}

.dzbox .game_list .item-btn a.hover {
    pointer-events: none;
    color: #e4e4e4;
    border: solid 1px #e4e4e4;
}

.jjss {
    margin-top: 40px;
}

.jjssbox {
    width: 1109px;
    margin: auto;
    margin-top: 38px;
    position: relative;
}

.jjss .jjss-list {
    position: relative;
    width: 100%;
    height: 282px;
    overflow: hidden;
}

.jjss .jjss-list ul {
    position: relative;
    width: 10000px;
    height: 282px;
}

.jjss .jjss-list ul li {
    position: relative;
    float: left;
    width: 158px;
    height: 282px;
    padding-right: 32px;
}

.jjss .jjss-list ul li a {
    display: block;
    height: 100%;
    width: 100%;
}
.jjss .jjss-list ul li a:hover span{
    color: #f95d4d;
}

.jjss .jjss-list ul li a img {
    width: 100%;
    height: 210px;
    border-radius: 8px;
    display: block;
}

.jjss .jjss-list ul li a span {
    overflow: hidden;
    width: 100%;
    display: block;
    text-align: center;
    color: #404040;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.jjss .jjss-list ul li a p {
    width: 100%;
    text-align: center;
    height: 12px;
    line-height: 12px;
    display: block;
    color: #cccccc;
    font-size: 14px;
}

.jjss .jjss-list ul li:before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 15px;
    height: 15px;
    left: 70px;
    bottom: 0;
    background: url(https://www.ali213.net/zt/images/hui-quan.png);
}

.jjss .jjss-list ul li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 1px;
    background: #ededed;
}

.jjss .jjss-list ul li:hover:before {
    background: url(https://www.ali213.net/zt/images/hong-quan.png);
}

.jjss .jjss-prev-btn {
    position: absolute;
    height: 74px;
    display: none;
    width: 38px;
    left: 0;
    top: 80px;
    background: url(../images/qh2.png);
    cursor: pointer;
}

.jjss .jjss-next-btn {
    position: absolute;
    height: 74px;
    display: none;
    width: 38px;
    right: 0;
    top: 80px;
    background: url(../images/qh4.png);
    cursor: pointer;
}

.jjss .jjssbox:hover .jjss-prev-btn {
    display: block;
}

.jjss .jjssbox:hover .jjss-next-btn {
    display: block;
}

.jjss .jjss-prev-btn:hover {
    background: url(../images/qh3.png);
}

.jjss .jjss-next-btn:hover {
    background: url(../images/qh1.png);
}

.jjss-main-inner .jjss-prev-btn.active, .jjss-main-inner .jjss-next-btn.active {
    display: block;
}

.rmtj {
    margin-top: 40px;
}

.search-rmtj {
    margin-top: 0;
}

.rmtjbox {
    width: 100%;
    margin: auto;
}

.rmtjbox .rmtj-menu {
    float: left;
    width: 135px;
    margin-left: 16px;
    margin-top: 30px;
    border-right: 1px solid #f0f0f0;
}
.rmtjbox .rmtj-menu .rmtj-l-more{
    width:100%;
    display: block;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color:#666666;
}
.rmtjbox .rmtj-menu .rmtj-l-more:after{
    content:"";
    display: inline-block;
    width:13px;
    height:8px;
    background:url(../images/jt4_1.png) no-repeat center center;
    vertical-align: middle;
    margin-left:5px;

}
.rmtjbox .rmtj-menu .rmtj-l-more.active:after{
    background-image: url(../images/jt3_1.png);
}
.rmtj-more-con{
    display: none;
}
.rmtj-more-con.active{
    display: block;
}
.rmtjbox .rmtj-menu a,
.rmtjbox .rmtj-menu span {
    display: block;
    cursor: pointer;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    height: 42px;
    color: #666666;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    margin-top:2px;
}
.rmtjbox .rmtj-menu a:first-child,
.rmtjbox .rmtj-menu span:first-child{
    margin-top:0;
}
.rmtjbox .rmtj-menu span.active, .rmtjbox .rmtj-menu span:hover,
.rmtjbox .rmtj-menu a.active, .rmtjbox .rmtj-menu a:hover {
    border-bottom: 1px solid #f76341;
    border-radius: 5px 0px 0px 5px;
    background-color: #f76341;
    color: #ffffff;
}

.rmtjbox .rmtj-item {
    margin-top: 30px;
    float: right;
    width: 990px;
}

.rmtjbox .rmtj-item .list {
    margin: auto;
    width: 935px;
}

.rmtjbox .rmtj-item .list a {
    float: left;
    width: 158px;
    height: 235px;
    margin-bottom: 27px;
    margin-right: 35px;
}

.rmtjbox .rmtj-item .list a.sy {
    height: 183px;
}
.rmtjbox .rmtj-item .list a:hover span{
    color: #f95d4d;
}

.rmtjbox .rmtj-item .list a:nth-child(5n) {
    margin-right: 0;
}

.rmtjbox .rmtj-item .list a img {
    width: 100%;
    height: 210px;
    border-radius: 8px;
    display: block;
}

.rmtjbox .rmtj-item .list a.sy img{
	height:158px;
	border-radius:20%;
}
.rmtjbox .rmtj-item .list a span {
    width: 100%;
    text-align: center;
    color: #404040;
    font-size: 16px;
    display: block;
    height: 16px;
    margin-top: 8px;
    line-height: 16px;
    overflow: hidden;
}

.rmtjbox .itembox {
    display: none;
    overflow: hidden;
}

.rmtjbox .itembox .small_title {
    margin-bottom: 20px;
}

.rmtjbox .itembox.active {
    display: block;
}

.xlzt {
    margin-top: 40px;
}

.xlztbox {
    width: 1141px;
    margin: auto;
}

.xlztbox > a {
    width: 365px;
    height: 237px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    float: left;
    margin-right: 23px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

.xlztbox > a img {
    width: 100%;
    height: 159px;
    display: block;
}

.xlztbox > a p {
    display: block;
    width: 100;
    text-align: left;
    box-sizing: border-box;
    padding: 13px 14px;
    color: #666666;
    line-height: 18px;
    font-size: 14px;
}

.xlztbox > a span {
    position: absolute;
    display: block;
    border-radius: 0px 0px 10px 0px;
    width: 103px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    background: #f76341;
}

.xlztbox > a:nth-child(3n) {
    margin-right: 0;
}

.tbqh {
    margin-top: 30px;
}

.tbqhbox {
    width: 1109px;
    margin: auto;
}

.tbqhbox a {
    float: left;
    margin-right: 32px;
    width: 158px;
    height: 237px;
    margin-top: 40px;
}

.tbqhbox a:nth-child(6n) {
    margin-right: 0;
}

.tbqhbox a img {
    width: 100%;
    height: 210px;
    border-radius: 8px;
    display: block;
}

.tbqhbox a:nth-child(6n) {
    margin-right: 0;
}

.tbqhbox a span {
    width: 100%;
    text-align: center;
    height: 17px;
    line-height: 17px;
    color: #404040;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    display: block;
    margin-top: 10px;
}

.tbqhbox a:hover span {
    color: #ff6600;
}

.fybzt {
    margin-top: 40px;
}

.fybztbox {
    width: 1141px;
    margin: auto;
}

.fybztbox > a {
    width: 365px;
    height: 237px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    float: left;
    margin-right: 23px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

.fybztbox > a img {
    width: 100%;
    height: 159px;
    display: block;
}

.fybztbox > a p {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 13px 14px 0;
    color: #666666;
    line-height: 18px;
    font-size: 14px;
    height: 67px;
    overflow: hidden;
}
.fybztbox > a span{
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 130px;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
}
.fybztbox > a:nth-child(3n) {
    margin-right: 0;
}

.tszt {
    margin-top: 30px;
}

.tsztbox {
    width: 1141px;
    margin: auto;
}

.tsztbox > a {
    width: 365px;
    height: 237px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(168, 130, 123, 0.22);
    border-radius: 10px;
    float: left;
    margin-right: 23px;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
}

.tsztbox > a img {
    width: 100%;
    height: 159px;
    display: block;
}

.tsztbox > a p {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 13px 14px 0;
    color: #666666;
    line-height: 18px;
    font-size: 14px;
    height: 67px;
    overflow: hidden;
}

.tsztbox > a span {
    position: absolute;
    display: block;
    /* border-radius: 0px 0px 10px 0px; */
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 130px;
    left: 0;
    color: #ffffff;
    font-size: 14px;
    background: rgba(0,0,0,0.5);
}

.tsztbox > a:nth-child(3n) {
    margin-right: 0;
}

.search_hot_game {
    width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

.search_hot_game a {
    width: 285px;
    height: 130px;
    margin-left: 20px;
    float: left;
}

.search_hot_game a:first-child {
    margin-left: 0;
}

.search_hot_game a div {
    width: 285px;
    height: 102px;
    border-radius: 12px;
    overflow: hidden;
}

.search_hot_game a div img {
    width: 100%;
    height: 100%;
}

.search_hot_game a span {
    display: block;
    width: 100%;
    height: 28px;
    line-height: 35px;
    overflow: hidden;
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-right: 20px;
}

.list-con-main li {
    float: left;
    width: 310px;
    height: 265px;
    margin: 0 20px 24px 0;
}

.list-con-main li a {
    display: block;
    overflow: hidden;
    height: 265px;
    background: #f5f5f5;
    border-radius: 10px;
}

.list-con-main li a div {
    width: 310px;
    height: 133px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.list-con-main li a div:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
}

.list-con-main li a img {
    width: 100%;
    height: 100%;
    display: block;
    vertical-align: bottom;
}

.list-con-main li em {
    display: block;
    width: 100%;
    background: #f5f5f5;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;
}

.list-con-main li em > span {
    display: block;
    font-size: 18px;
    text-align: left;
    font-weight: 700;
    color: #404040;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    width: 100%;
}

.list-con-main li em p {
    padding-top: 3px;
    font-size: 12px;
    color: #666;
    line-height: 23px;
    height: 69px;
    width: 100%;
    overflow: hidden;
}
a img {
    opacity: 1;
    transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
}
a img:hover {
    opacity: 0.8;
}