.banner_box {
    width: 100%;
    height: 420px;
    position: relative;
}

body,
html {
    background: #ecf0f1;
}

.header_box {
    background: white;
}

.banner_box>ul li a img {
    height: 420px;
    width: 100%;
}

.banner_box>ul {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
}

.banner_box>ul li {
    width: 100%;
    opacity: 0;
    position: absolute;
}

.banner_box>ul li.cur {
    opacity: 1;
    transition: all .6s;
    z-index: 9999;
}

.banner_box>ul li a {
    display: block;
    min-width: 1140px;
    height: 420px;
}

.banner_box_dot {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -568px;
    width: 295px;
    text-align: center;
    z-index: 999999;
}

.banner_box_dot ul li span {
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
}

.banner_box_dot ul li {
    display: inline-block;
    margin: 0 10px;
}

.banner_box_dot ul li.active span {
    background: #f90;
    width: 30px;
    border-radius: 20px;
}

.login_box {
    width: 252px;
    height: 285px;
    padding: 10px 20px 10px;
    background: white;
    position: absolute;
    left: 50%;
    top: 21px;
    margin-left: -568px;
    opacity: .95;
    z-index: 999999;
}

.login_box h3 {
    width: 100%;
    height: 20px;
    color: #434243;
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.form_item {
    margin-top: 10px;
    position: relative;
}

.form_item em {
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../images/user_icon.png) no-repeat center center;
    top: 6px;
    left: 12px;
}

.form_item em.cur {
    background: url(../images/psw_icon.png) no-repeat center center;
}

.form_item input {
    width: 210px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #bfbfbf;
    margin: 0 auto;
    display: block;
    padding-left: 40px;
    border-radius: 2px;
    outline: none;
}

.form_box {
    margin-top: 10px;
}

.forget_psw {
    margin-top: 10px;
}

.forget_psw>a {
    float: right;
    font-size: 12px;
    color: #e4393c;
    line-height: 20px;
}

.forget_psw label {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    cursor: pointer;
}

.forget_psw label input {
    margin-right: 3px;
    vertical-align: middle;
}

.login_btn {
    margin-top: 10px;
}

.login_btn a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    background: #f7ac3d;
    border-radius: 2px;
    color: white;
}

.other_login {
    margin-top: 15px;
}

.other_login p {
    text-align: center;
    font-size: 12px;
    color: #999;
}

.other_login p::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #e4e4e4;
    vertical-align: middle;
    margin-left: 10px;
}

.other_login p::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #e4e4e4;
    vertical-align: middle;
    margin-right: 10px;
}

.other_login div {
    width: 122px;
    margin: 16px auto 0;
    text-align: center;
}

.other_login div a {
    width: 34px;
    height: 32px;
    display: inline-block;
    background: url(../images/other_login_icon.png) no-repeat;
    background-position: 0 0;
    margin: 0 10px;
}

.other_login div a.cur {
    background-position: -37px 0;
}

.go_zc {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
    color: #666
}

.go_zc a {
    color: #e4393c;
}

.left_content {
    width: 830px;
    float: right;
}

.jptj_box {
    width: 830px;
    background: white;
}

.title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px;
    padding-top: 10px;
}

.index_content {}

.title_item span {
    padding-right: 15px;
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    float: left;
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.title_item>a {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat 50% 50%;
    margin-top: 10px;
    transform: rotate(0);
    transition: all .6s;
}

.yy_tabs_box,
.h5_tabs_box,
.sy_tabs_box,
.news_include_nav {
    float: right;
}

.H5game_box {
    background: white;
}

.yy_tabs_box a:hover,
.h5_tabs_box a:hover,
.sy_tabs_box a:hover,
.news_include_nav a:hover {
    background: #f90;
    color: white;
    border: 1px solid #f90;
}

.yy_tabs_box a,
.h5_tabs_box a,
.sy_tabs_box a,
.news_include_nav a {
    font-size: 12px;
    display: inline-block;
    margin-right: 18px;
    width: 65px;
    text-align: center;
    color: #f60;
    border: 1px dotted #f60;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
}

.news_include_nav a {
    width: 80px !important;
}

.yy_tabs_box a.active,
.h5_tabs_box a.active,
.sy_tabs_box a.active,
.news_include_nav a.active {
    background: #f60;
    color: white;
}

.title_item>a:hover {
    transform: rotate(180deg);
}

.jptj_box ul {
    margin-top: 20px;
    padding: 0 15px 22px 17px;
}

.jptj_box ul li {
    float: left;
    margin-right: 26px;
    position: relative;
    overflow: hidden;
}

.jptj_box ul li:last-child {
    margin-right: 0;
}

.jptj_box ul li .img_box {
    width: 180px;
    height: 237px;
    position: relative;
}

.jptj_box ul li .img_box a {
    width: 180px;
    height: 237px;
    position: relative;
    display: block;
}

.jptj_box ul li .img_box img {
    width: 180px;
    height: 237px;
}

.jptj_box ul li .img_box span {
    position: absolute;
    left: 0;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 100%;
    bottom: 0;
    background: rgba(00, 00, 00, .7);
    font-size: 14px;
    color: white;
}

.jptj_box ul li>p {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
}

.jptj_box ul li>p a {
    float: left;
    height: 23px;
    line-height: 23px;
}

.jptj_box ul li>p a:hover {
    color: #f90;
}

.jptj_box ul li>p a.cur:hover {
    background: #f60;
}

.jptj_box ul li>p a.cur {
    float: right;
    background: #f90;
    color: white;
    height: 23px;
    line-height: 23px;
    padding: 0 8px;
    border-radius: 3px;
}

.jptj_box ul li .top_img {
    position: absolute;
    width: 180px;
    height: 237px;
    top: -237px;
    left: 0;
    background: rgba(00, 00, 00, .7);
}

.jptj_box ul li .top_img span {
    display: block;
    text-align: center;
    margin-top: 66px;
    margin-bottom: 20px;
    color: #f90;
    font-size: 16px;
}

.jptj_box ul li.h5_item .top_img img {
    display: block;
    width: 110px;
    height: 110px;
    margin: 30px auto 0;
}

.jptj_box ul li.h5_item .top_img span {
    margin-top: 15px;
}

.jptj_box ul li.h5_item .top_img p {
    background: url(../images/phone_icon_border.png) no-repeat center center;
    width: 120px;
    height: 26px;
    margin: 5px auto;
    line-height: 26px;
    color: white;
    font-size: 14px;
    display: block;
    text-align: center;
}

.jptj_box ul li .top_img a {
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    background: #e4393c;
    color: white;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.jptj_box ul li .top_img a:last-child {
    background: #f60;
}

.jptj_box ul li .top_img a:hover {
    background: red;
}

.jptj_box ul li .start_game a:hover {
    background: #f90;
}

.jptj_box ul li .start_game {
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    background: #f5ae46;
    position: absolute;
    bottom: -34px;
    left: 0;
    width: 100%;
}

.jptj_box ul li .start_game a {
    display: block;
    color: white;
}

.right_content {
    width: 295px;
    float: left;
}

.new_gg {
    width: 295px;
    background: white;
}

.news_list {
    width: 295px;
}

.news_list ul {
    margin-top: 5px;
    padding: 0 15px 8px;
}

.news_list ul li {
    height: 30px;
    line-height: 30px;
}

.news_list ul li>div {
    display: block;
}

.news_list ul li>div>div {
    float: left;
    width: 225px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    font-size: 0;
}

.news_list ul li div i {
    display: inline-block;
    vertical-align: top;
    border: 1px dotted #f90;
    color: #f90;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    width: 40px;
    text-align: center;
    margin-top: 7px;
    border-radius: 2px;
    margin-right: 5px;
}

.news_list ul li div a {
    display: inline-block;
    width: 166px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.news_list ul li:hover a {
    color: #f60;
}

.news_list ul li:hover em {
    color: #f60;
}

.news_list ul li em {
    float: right;
    font-size: 12px;
    color: #999;
}

.hot_game {
    margin-top: 14px;
    background: white;
    margin-bottom: 14px;
}

.hot_game ul {
    height: 676px;
    margin: 20px 15px 0;
    padding-bottom: 10px;
}

.hot_game ul li>a {
    position: relative;
    display: block;
    width: 180px;
    height: 80px;
}

.hot_game ul li {
    width: 180px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.hot_game ul li:nth-child(4n) {
    margin-right: 0;
}

.hot_game ul li img {
    width: 180px;
    height: 80px;
}

.hot_game ul li>a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 26px;
    height: 26px;
    font-size: 14px;
    background: rgba(00, 00, 00, .7);
    color: white;
}

.hot_game_text {
    text-align: center;
    font-size: 14px;
    overflow: hidden;
    margin-top: 10px;
}

.hot_game_text p a {
    float: left;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
}

.hot_game_text p a:hover {
    color: #f90;
}

.hot_game_text p a:last-child:hover {
    background: #f60;
}

.hot_game_text p a:last-child {
    float: right;
    background: #f90;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    border-radius: 3px;
}

.hot_game_btn {
    height: 32px;
    width: 255px;
    background: #f4f4f4;
    line-height: 32px;
    position: absolute;
    bottom: -32px;
    left: 0;
}

.hot_game_btn a {
    font-size: 13px;
    color: #333;
}

.hot_game_btn a:hover {
    color: #f60;
}

.hot_game_btn a:first-child {
    margin-left: 15px;
}

.hot_game_btn em {
    color: #bfbfbf;
    margin: 0 5px;
}

.hot_game_btn a:last-child {
    float: right;
    height: 22px;
    color: white;
    background: #f60;
    line-height: 22px;
    font-size: 12px;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 5px;
    margin-right: 15px;
}

.hot_game_btn a:last-child:hover {
    background: #f90;
}

.kfb_box {
    margin-top: 14px;
    background: white;
    padding-bottom: 28px;
}

.kfb_box_tabs {
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    font-size: 0;
    padding: 0 15px;
}

.kfb_box_tabs a {
    background: #ECECEC;
    display: inline-block;
    color: #999;
    font-size: 16px;
    width: 132px;
    text-align: center;
}

.kfb_box_tabs a.active {
    background: #eba43b;
    color: white
}

.kfb_box ul li {
    width: 265px;
    border-bottom: 1px dashed #ffcd82;
    margin: 0 15px;
    padding: 4px 0;
    overflow: hidden;
}

.kfb_box ul li p {
    font-size: 12px;
    line-height: 28px;
    height: 28px;
}

.kfb_box ul li p>i {
    float: left;
    color: #f60;
}

.kfb_box ul li p>i a {
    color: #f60;
}

.kfb_box ul li p>i a:last-child {
    color: #f90;
    margin-left: 5px;
}

.kfb_box ul li p>i b {
    color: #f90;
    margin-left: 5px;
}

.kfb_box ul li p>span {
    float: left;
    color: #999;
}

.kfb_box ul li p>span>a {
    color: #f60;
    margin-left: 10px;
}

.kfb_box ul li div.img_box {
    float: left;
    width: 45px;
    margin-top: 5px;
}

.kfb_box ul li div.kfb_list_details {
    float: right;
    width: 206px;
}

.kfb_box ul li div.img_box img {
    width: 45px;
    height: 45px;
    border-radius: 3px;
}

.kfb_box ul li p>span em {
    margin-right: 5px;
}

.kfb_box ul li p>a {
    float: right;
    border: 1px dotted #e4393c;
    color: #e4393c;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    padding: 0 10px;
    border-radius: 2px;
    margin-top: 4px;
    margin-right: 1px;
}

.kfb_box ul li p>a.ssc {
    background: #e4393c;
    color: white;
}

.kfb_box ul li.dqkf {
    background: #fbf2e4;
}

.kfb_box ul li.sfkf {
    background: #fbf2e4;
}

.kfb_box ul li.dqkf .kfb_list_details p i {
    color: red;
}

.kfb_box ul li.sfkf .kfb_list_details p i {
    color: red;
}

.kfb_box ul li .kfb_list_details p i em {
    display: inline-block;
    width: 22px;
    height: 14px;
    background: url(../images/hotKFicon.gif) no-repeat center center;
    vertical-align: -3px;
}

.kfb_box ul li.dqkf .kfb_list_details p i a {
    color: red;
}

.kfb_box ul li.dqkf .kfb_list_details p i a:last-child {
    margin-left: 5px;
    color: #f90;
}

.kfb_box ul li p>a.cur {
    margin-top: -9px !important;
}

.kfb_box ul li p>a:hover {
    background: red;
    color: white;
}

.kfb_box ul li p:last-child>a {
    border: 1px dotted #f60;
    color: #f60;
}

.kfb_box ul li p:last-child>a:hover {
    background: red;
    color: white;
}

.kfb_box ul li a:first-child {
    display: block;
    font-size: 0;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.kfb_box ul li a span {
    font-size: 12px;
    display: inline-block;
    overflow: hidden;
}

.kfb_box ul li a p {
    position: absolute;
    font-size: 12px;
    left: 99px;
    top: -20px;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    background: #ED4343;
    color: #ff0;
    white-space: nowrap;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, .3);
}

.kfb_box ul li a p::after {
    content: '';
    position: absolute;
    left: 40px;
    top: 23px;
    border: solid transparent;
    border-width: 8px 10px 0 0;
    border-top-color: #ED4343;
}

.kfb_box ul li a span.item1 {
    width: 28px;
    color: #999;
}

.kfb_box ul li a span.item2 {
    width: 44px;
    color: #999;
}

.kfb_box ul li a span.item3 {
    width: 96px;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.kfb_box ul li a span.item4 {
    width: 35px;
    text-align: right;
    color: #666;
}

.kfb_box_content {
    height: 618px;
    width: 295px;
}

.kfb_box_content ul {
    height: 585px;
    width: 295px;
    margin-top: 4px;
}

.kfb_box ul li a span.item5 {
    width: 46px;
    text-align: right;
    color: #e4393c;
    border: 1px dotted #e4393c;
    border-left: 1px dotted #e4393c;
    line-height: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

.kfb_box ul li.cur a span.item3 {
    color: #f60;
}

.kfb_box ul li.cur a span.item1 {
    color: #f60;
}

.kfb_box ul li.cur a span.item2 {
    color: #f60;
}

.kfb_box ul li.cur a span.item4 {
    color: #f60;
}

.kfb_box ul li:hover {
    background: #fff2df;
}

.kfb_box .pager_tabs {
    text-align: center;
    margin-top: 20px;
}

.kfb_box .pager_tabs a.prev_btn_icon {
    width: 18px;
    height: 18px;
    background: url(../images/prev_pager_icon.png) no-repeat center center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-left: 3px;
}

.kfb_box .pager_tabs a.next_btn_icon {
    width: 18px;
    height: 18px;
    background: url(../images/next_pager_icon.png) no-repeat center center;
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    margin-left: 3px;
}

.kfb_box .pager_tabs span {
    font-size: 14px;
    color: #999;
    line-height: 18px;
    margin: 0 5px;
}

.H5game_box ul li {
    float: left;
    margin-right: 17px;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 223px;
    border: 1px solid #dedede;
    margin-bottom: 17px;
}

.H5game_box ul li img {
    width: 90px;
    height: 90px;
    border-radius: 15px;
}

.H5game_box ul li .newgame_details {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    width: 120px;
}

.H5game_box ul li .newgame_details h4 {
    color: #333;
    font-size: 15px;
    font-weight: normal;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 3px;
}

.H5game_box ul li .newgame_details span {
    font-size: 12px;
    color: #f60;
    display: block;
    margin-top: 14px;
    width: 138px;
}

.H5game_box ul li .newgame_details p {
    font-size: 12px;
    color: #999;
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 17px;
    margin-top: 14px;
}

.H5game_box ul li .newgame_mask1 {
    width: 127px;
    height: 114px;
    background: url(../images/newgame_mask1.jpg) no-repeat center center;
    position: absolute;
    left: -127px;
    top: 0;
    z-index: 9999;
}

.H5game_box ul li .newgame_mask2 {
    width: 128px;
    height: 114px;
    background: url(../images/newgame_mask2.jpg) no-repeat center center;
    position: absolute;
    right: -128px;
    top: 0;
    z-index: 9999;
}

.H5game_box ul {
    margin-top: 20px;
    padding: 0 15px 6px;
}

.H5game_box ul li .newgame_mask1 img {
    width: 80px;
    height: 80px;
    margin: 17px auto 0 20px;
    display: block;
    border-radius: 10px;
}

.H5game_box ul li:nth-child(3n) {
    margin-right: 0;
}

.H5game_box ul li .newgame_mask2 a {
    display: block;
    line-height: 22px;
    height: 22px;
    width: 80px;
    text-align: center;
    margin-top: 25px;
    border: 1px solid white;
    border-radius: 30px;
    margin-left: 30px;
    font-size: 12px;
    color: white;
}

.H5game_box ul li .newgame_mask2 span {
    display: block;
    line-height: 20px;
    height: 20px;
    width: 70px;
    text-align: center;
    margin-top: 30px;
    border-radius: 30px;
    margin-left: 35px;
    font-size: 14px;
    color: #fbff00;
    font-weight: bold;
}

.H5game_box ul li .newgame_mask2 a:hover {
    background: red;
    border: 1px solid red;
}

.H5game_box ul li .newgame_mask2 a:last-child {
    margin-top: 15px;
}

.fast_track {
    margin-top: 14px;
    background: white;
}

.kfb_big_box {
    width: 295px;
    height: 618px;
}

.fast_track ul li {
    display: inline-block;
    float: left;
    width: 147px;
    height: 64px;
    margin-bottom: 1px;
}

.fast_track ul {
    width: 295px;
    margin-top: 22px;
    border-top: 1px solid #EBEBEB;
}

.fast_track ul li a {
    height: 65px;
    width: 147px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    background: white;
    box-sizing: border-box;
}

.fast_track ul li a.w5 {
    border-right: 0 !important;
    width: 147px;
}

.fast_track ul li a.w2 {
    border-right: none;
    width: 147px;
}

.fast_track ul li a.w4 {
    border-right: none;
    width: 147px;
}

.fast_track ul li a i {
    width: 26px;
    height: 26px;
    margin: 15px auto 6px;
    display: inline-block;
    background: url(../images/common-con-i.png) no-repeat;
    background-size: 99px 76px;
    vertical-align: middle;
}

.fast_track ul li:hover a span {
    color: #f60 !important;
}

.fast_track ul li a i.cur1 {
    background-position: 6px 2px;
    width: 30px;
    margin-left: 3px;
}

.fast_track ul li a i.cur2 {
    background-position: -22px -0px;
    margin-top: 17px;
}

.fast_track ul li a i.cur3 {
    background-position: -72px 1px;
    width: 24px;
    margin-left: 9px;
}

.fast_track ul li a i.cur4 {
    background-position: 2px -23px;
}

.fast_track ul li a i.cur5 {
    background-position: -47px 2px;
    width: 24px;
    margin-left: 1px;
}

.fast_track ul li a i.cur6 {
    background: url(../images/person_zl.png)no-repeat center center;
    width: 20px;
    height: 20px;
    margin-top: 22px;
    margin-left: 11px;
    background-size: 90%;
}

.fast_track ul li a span {
    font-size: 12px;
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
    margin-left: 10px;
    color: #666 !important;
}

.fast_track ul li a i.cur8 {
    background-position: -23px -26px;
    margin-top: 20px;
    margin-left: 8px;
}

.fast_track ul li a i.cur9 {
    background: url(../images/cjwt_icon.png)no-repeat center center;
    width: 20px;
    height: 20px;
    margin-top: 22px;
    margin-left: 4px;
}

.fast_track ul li a i.cur10 {
    background: url(../images/tsjb_icon.png)no-repeat center center;
    width: 20px;
    height: 20px;
    margin-top: 22px;
    margin-left: 11px;
}

.fast_track ul li a i.cur11 {
    background: url(../images/tsjb_icon.png)no-repeat center center;
    width: 20px;
    height: 20px;
    margin-top: 21px;
    margin-left: 11px;
}

.fast_track ul li a i.cur12 {
    background: url(../images/zxkf_icon.png)no-repeat center center;
    width: 22px;
    height: 22px;
    margin-top: 21px;
    margin-left: 4px;
}

.fast_track ul li a span.cur1 {
    color: #63d0ca;
}

.fast_track ul li a span.cur3 {
    color: #f07766;
}

.fast_track ul li a span.cur3 {
    color: #655393;
}

.fast_track ul li a span.cur4 {
    color: #e8af56;
}

.fast_track ul li a span.cur5 {
    color: #2ec271;
}

.fast_track ul li a span.cur6 {
    color: #0095ea;
}

.contact_qq_box {
    width: 293px;
    height: 76px;
    background: white;
}

.contact_qq_box a {
    display: block;
}

.contact_qq_box img {
    width: 49px;
    height: 42px;
    display: inline-block;
    margin: 19px 1px 19px 66px;
}

.contact_qq_box .contact_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
}

.contact_qq_box .contact_text:hover span {
    color: #f90;
}

.contact_qq_box .contact_text p {
    color: #333;
    font-size: 13px;
}

.contact_qq_box .contact_text span {
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 12px;
    margin-top: 6px;
}

.contact_qq_box .contact_text a {
    display: block;
    background: url(../images/btn-mid.jpg) no-repeat center center;
    color: #ffdcae;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 12px;
    width: 50px;
    text-align: center;
}

.logined_box {
    width: 264px;
    height: 285px;
    padding: 10px 14px 10px;
    background: white;
    position: absolute;
    left: 50%;
    top: 21px;
    margin-left: -568px;
    opacity: .95;
    z-index: 9999999;
}

.logined_box .user_info {
    width: 265px;
    height: 75px;
    margin: 12px 0 12px;
}

.user_info .user_icon {
    width: 75px;
    height: 75px;
    overflow: hidden;
    float: left;
}

.user_info .user_icon a {
    width: 75px;
    height: 75px;
    overflow: hidden;
    display: block;
    position: relative;
}

.user_info .user_icon a img {
    width: 75px;
    height: 75px;
}

.user_info .user_info_detail {
    width: 175px;
    height: 75px;
    float: left;
    margin-left: 15px;
}

.user_info .user_info_detail .user_info1 {
    height: 18px;
    line-height: 18px;
}

.user_info .user_info_detail .user_info1 a {
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}

.user_info .user_info_detail .user_info1 .user_name {
    color: #707070;
    font-size: 13px;
    padding-left: 28px;
    background: url(../images/head_user_icon.png) no-repeat 2px center;
    display: inline-block;
}

.user_info .user_info_detail .user_info1 .logout {
    color: #b5b5b5;
    float: right;
}

.user_info .user_info_detail .user_info2 {
    height: 20px;
    margin: 9px 0 8px;
    line-height: 20px;
    position: relative;
}

.user_info .user_info_detail .user_info2 span {
    font-size: 13px;
    display: inline-block;
    color: #f90;
    padding-left: 28px;
    background: url(../images/head_jf_icon.png) no-repeat 2px center;
}

.user_info .user_info_detail .user_info2 .user_level {
    width: 38px;
    height: 20px;
    margin-right: 14px;
    display: inline-block;
}

.user_info .user_info_detail .user_info2 .user_level a {
    width: 23px;
    height: 15px;
    background: url(../images/vip_icon.png) no-repeat;
    display: inline-block;
}

.user_info .user_info_detail .user_info2 .lev0 a {
    background-position: -20px -224px;
}

.user_info .user_info_detail .user_info2 .lev1 a {
    background-position: -20px -13px;
}

.user_info .user_info_detail .user_info2 .lev2 a {
    background-position: -20px -43px;
}

.user_info .user_info_detail .user_info2 .lev3 a {
    background-position: -20px -73px;
}

.user_info .user_info_detail .user_info2 .lev4 a {
    background-position: -20px -103px;
}

.user_info .user_info_detail .user_info2 .lev5 a {
    background-position: -20px -133px;
}

.user_info .user_info_detail .user_info2 .lev6 a {
    background-position: -20px -163px;
}

.user_info .user_info_detail .user_info2 .lev7 a {
    background-position: -20px -193px;
}

.user_info .user_info_detail .user_info3 {
    height: 20px;
    line-height: 20px;
    display: inline-block;
    width: 175px;
    background: #eaeaea;
}

.user_info .user_info_detail .user_info3 span {
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f5ae4a;
    height: 12px;
    border-radius: 10px 0 0 10px;
}

.user_info .user_info_detail .user_info3 span em {
    position: absolute;
    right: -51px;
    top: -32px;
    width: 60px;
    text-align: center;
    z-index: 999998;
    border: 1px solid #f60;
    border-radius: 0px;
    padding: 5px 20px 5px 20px;
    background: white;
    color: #f60;
    font-size: 12px;
    border-radius: 3px;
}

.user_info .user_info_detail .user_info3 span em::before {
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f60;
    border-bottom: 0px solid transparent;
    z-index: 9999;
}

.user_info .user_info_detail .user_info3 span em::after {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    border-bottom: 0px solid transparent;
    z-index: 9999;
}

.user_info .user_info_detail .user_info3 i {
    width: 23px;
    height: 15px;
    background: url(../images/vip_icon.png) no-repeat;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

.user_info .user_info_detail .user_info3 i.lev0 {
    background-position: -20px -224px;
}

.user_info .user_info_detail .user_info3 i.lev1 {
    background-position: -20px -13px;
}

.user_info .user_info_detail .user_info3 i.lev2 {
    background-position: -20px -43px;
}

.user_info .user_info_detail .user_info3 i.lev3 {
    background-position: -20px -73px;
}

.user_info .user_info_detail .user_info3 i.lev4 {
    background-position: -20px -103px;
}

.user_info .user_info_detail .user_info3 i.lev5 {
    background-position: -20px -133px;
}

.user_info .user_info_detail .user_info3 i.lev6 {
    background-position: -20px -163px;
}

.user_info .user_info_detail .user_info3 i.lev7 {
    background-position: -20px -193px;
}

.user_info .user_info_detail .user_info3 .user_score {
    background: white;
    position: relative;
    height: 12px;
    line-height: 12px;
    border-radius: 10px;
    width: 95px;
    float: left;
    margin-left: 5px;
    margin-top: 4px;
}

.user_info .user_info_detail .user_info3 em {
    font-size: 12px;
    float: right;
    color: #b30000;
    margin-right: 5px;
}

.logined_btn {
    padding-top: 16px;
}

.logined_btn a {
    font-size: 12px;
    float: left;
    color: white;
    margin-right: 21px;
    width: 74px;
    text-align: center;
    padding: 6px 0;
    border-radius: 2px;
    position: relative;
}

.logined_btn a:last-child {
    margin-right: 0;
}

.logined_btn a.cur1 {
    background: #e4393c;
}

.logined_btn a.cur2 {
    background: #f60;
}

.logined_btn a.cur3 {
    background: #f90;
}

.logined_btn a.cur3 em {
    position: absolute;
    width: 18px;
    height: 18px;
    background: red;
    color: white;
    line-height: 18px;
    text-align: center;
    top: -10px;
    right: -7px;
    border-radius: 50%;
    font-size: 12px;
}

.recent_game {
    width: 265px;
    height: 130px;
    margin-top: 15px;
    border-top: 1px dotted #dedede;
}

.recent_game p {
    line-height: 36px;
    height: 36px;
    font-size: 12px;
}

.recent_game p .played {
    float: left;
    color: #666;
}

.recent_game p .more {
    float: right;
    color: #999;
}

.recent_game ul li {
    height: 16px;
    line-height: 16px;
    margin-bottom: 7px;
    padding: 1px;
}

.recent_game ul li>a {
    height: 16px;
    color: #3c3c3c;
    display: block;
    overflow: hidden;
    vertical-align: middle;
}

.recent_game ul li>div div img {
    float: left;
    line-height: 16px;
    width: 16px;
    overflow: hidden;
    height: 16px;
    display: inline;
    margin-right: 10px;
}

.recent_game ul li>div .recent1 {
    float: left;
    line-height: 16px;
    overflow: hidden;
    height: 16px;
    display: inline;
    font-size: 12px;
    margin-right: 12px;
    width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent_game ul li>div a:last-child {
    float: right;
    text-align: right;
    margin-right: 0;
    color: #ea5656;
    width: 65px;
    font-size: 12px;
}

.recent_game ul li:hover {
    background: #ffebd0;
}

.recent_game ul li:hover>div a:last-child {
    color: red;
}

.recent_game ul li>div a.cur {
    color: #999;
    width: 58px;
}

.news_include {
    margin-bottom: 15px;
}

.news_include .w1140 {
    overflow: hidden;
}

.latest_update_box {
    margin-top: 10px;
    padding: 0 15px;
}

.latest_update_box ul {
    font-size: 0;
}

.latest_update_box ul li {
    display: inline-block;
    width: 380px;
    height: 36px;
    margin-right: 40px;
    font-size: 12px;
    line-height: 36px;
}

.latest_update_box ul li a {
    display: inline-block;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 280px;
    vertical-align: top;
}

.latest_update_box ul li em {
    display: inline-block;
    vertical-align: top;
    border: 1px dotted #f90;
    color: #f90;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    width: 40px;
    text-align: center;
    margin-top: 10px;
    border-radius: 2px;
    margin-right: 3px;
}

.latest_update_box ul li:hover a {
    color: #f60;
    background-position: 0 18px;
}

.latest_update_box ul li {
    border-bottom: 1px dotted #dedede;
}

.latest_update_box ul li:hover span {
    color: #f60;
}

.latest_update_box ul li span {
    float: right;
    color: #999;
}

.latest_update_box ul li:nth-child(2n) {
    margin-right: 0;
}

.yqlj {
    width: 1140px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.yqlj span {
    font-size: 13px;
    color: white;
    line-height: 36px;
    margin-right: 10px;
    vertical-align: top;
}

.yqlj div {
    display: inline-block;
    width: 1200px;
    vertical-align: top;
}

.yqlj a {
    margin-right: 20px;
    color: #ccc;
    line-height: 36px;
    display: inline-block;
    font-size: 12px;
}

.yqlj_box {
    background: #1b1b1b;
    margin-top: 30px;
}

.footer {
    margin-top: 0 !important;
}

.tip_box {
    position: absolute;
    left: 0;
    bottom: 43px;
    z-index: 50;
    padding: 3px 15px;
    background: #fff;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    border: 1px solid #FE610B;
    color: #FE610B;
}

.tip_box>p {
    font-size: 12px;
}

.tip_box::after {
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #FE610B;
    border-bottom: 18px solid transparent;
}

.tip_box::before {
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -4px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid white;
    border-bottom: 18px solid transparent;
    z-index: 9999;
}

#passport-box-wxbind {
    zoom: 1;
    margin-left: -360px;
    margin-top: -211px;
    padding: 0;
    width: 720px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
}

#passport-box-wxbind1 {
    height: 56px;
    border-bottom: 1px solid #ddd;
}

#passport-box-wxbind2 {
    float: left;
    width: 110px;
    height: 44px;
    margin: 8px 0 0 15px;
    background: url(../images/wx_logo.png) no-repeat;
}

#passport-box-wxbind3 {
    float: left;
    display: inline-block;
    margin: 20px 0 0 15px;
    width: 100px;
    height: 30px;
    font-size: 25px;
    color: black;
}

#passport-box-wxbind4 {
    float: right;
    display: inline-block;
    margin: 27.5px 27.5px 0 0;
    width: 20px;
    height: 20px;
    background: url(../images/logo2.png) no-repeat -7px -117px;
}

#passport-box-wxbind5 {
    margin: 0;
    padding: 0;
}

#passport-box-wxbind6 {
    padding-top: 18px;
    width: 280px;
    float: left;
}

#passport-box-wxbind7 {
    margin: 0 auto;
    width: 210px;
    line-height: 22px;
    color: #4F4F4F;
}

#passport-box-wxbind8 {
    padding-right: 30px;
    line-height: 22px;
    color: #4F4F4F;
    background: url(../images/logo2.png) no-repeat 42px -329px;
}

#passport-wxbind-nickname {
    color: #438DCC;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    line-height: 22px;
}

#passport-box-wxbind9 {
    margin: 10px auto 0;
    width: 210px;
    text-indent: 2em;
    line-height: 24px;
    color: #909090;
}

#passport-box-wxbind10 {
    margin: 28px auto 0;
    width: 251px;
    height: 73px;
    background-image: url(../images/wxbind-1.png);
}

#passport-box-wxbind10_qq {
    margin: 28px auto 0;
    width: 251px;
    height: 73px;
    background-image: url(../images/qqbind-1.png);
}

#passport-box-wxbind11 {
    padding: 20px 0;
    width: 439px;
    height: 317px;
    border-left: 1px solid #E4E4E4;
    float: right;
}

#passport-box-wxbind12 {
    margin: 0 0 18px 32px;
    padding-left: 20px;
    height: 18px;
    background: url(../images/logo2.png) no-repeat 0 -359px;
    line-height: 18px;
    color: #DB2342;
}

#passport-box-wxbind13 {
    margin-bottom: 18px;
    vertical-align: middle;
}

#passport-box-wxbind14 {
    float: left;
    width: 90px;
	padding-left: 6px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    color: #4F4F4F;
    cursor: default;
}

#passport-box-wxbind15 {
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

#passport-box-wxbind16 {
    display: inline-block;
    color: #c00;
    margin-left: 10px;
    line-height: 32px;
}

#passport-box-wxbind17 {
    margin-bottom: 18px;
    vertical-align: middle;
}

#passport-box-wxbind18 {
    float: left;
    width: 90px;
	padding-left:6px;
    padding-right: 8px;
    font-size: 14px;
    line-height: 32px;
    text-align: right;
    color: #4F4F4F;
    cursor: default;
}

#passport-box-wxbind19 {
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

#passport-box-bind_real_name{
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
#passport-box-bind_real_card {
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
#passport-box-wxbind20 {
    display: inline-block;
    color: #c00;
    margin-left: 10px;
    line-height: 32px;
}
#passport-box-wxbind17_tishi {
    display: inline-block;
    color: #c00;
    margin-left: 10px;
    line-height: 32px;
}
#passport-box-wxbind18_tishi {
    display: inline-block;
    color: #c00;
    margin-left: 10px;
    line-height: 32px;
}
#passport-box-wxbind21 {
    overflow: hidden;
    padding-left: 98px;
    margin-bottom: 18px;
    vertical-align: middle;
    padding: 6px 0 4px 30px;
}

#passport-form-agreed2 {
    width: 350px;
    height: auto;
    background: url(../images/logo2.png) no-repeat 0 -148px;
    float: left;
    display: inline-block;
    padding-right: 0;
    padding-left: 24px;
    font-size: 12px;
    line-height: 18px;
    color: #A9A9A9;
    text-align: left;
    cursor: pointer;
}

#passport-form-agreed2>a {
    color: #438DCC;
}

#passport-form-agree {
    display: none;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

#passport-wxbind-btn {
    margin-left: 122px;
    clear: both;
    margin-top: 0;
    padding: 0;
    width: 195px;
    height: 40px;
    background-color: #e4393c;
    border: 0;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

#passport-wxbind-btn2 {
    margin-left: 32px;
    clear: both;
    margin-top: 0;
    padding: 0;
    width: 160px;
    height: 40px;
    background-color: deepskyblue;
    border: 0;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
#passport-wxbind-btn22 {
    margin-left: 32px;
    clear: both;
    margin-top: 0;
    padding: 0;
    width: 160px;
    height: 40px;
    background-color: #a3a6a7;
    border: 0;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
#passport-wxbind-btn11 {
    margin-left: 22px;
    clear: both;
    margin-top: 0;
    padding: 0;
    width: 160px;
    height: 40px;
    background-color: #e4393c;
    border: 0;
    line-height: normal;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    font-family: inherit;
    font-weight: inherit;
    vertical-align: middle;
}
.modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999999;
}

.modal-dialog {
    width: 370px;
    margin: 100px auto;
}

.passport-form ul li {
    overflow: hidden;
}

.passport-form ul li div span {
    color: #8e8b8b;
}

.passport-form ul li div span.error {
    color: #e4393c;
}

.passport-box-wxbind1_1 {
    width: 440px !important;
    margin-left: -220px !important;
    height: auto !important;
    padding-bottom: 10px !important;
}

.passport-button2 {
    margin-left: 139px !important;
    margin-top: 15px !important;
    border-radius: 3px;
}

.passport-button2:hover {
    background: #f90 !important;
}

#login_user {
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

#login_pwd {
    width: 150px;
    float: left;
    padding: 0 5px;
    width: 200px;
    height: 30px;
    border: 1px solid #E5E5E5;
    line-height: 30px;
    color: #666;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: middle;
}

.passport-box-wxbind11_1 {
    height: auto !important;
}

.errortextItem {
    margin-left: 98px !important;
}

.newestGame {
    margin-bottom: 14px;
}

.newestGame .w1140 {
    background: white;
    padding-bottom: 15px;
}

.newestGame ul {
    margin-top: 15px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.newestGame ul li {
    /* margin: 0 10px; */
    color: #ccc;
    line-height: 26px;
    display: inline-block;
    font-size: 12px;
    width: 114px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 10px;
}

.newestGame ul li:nth-child(9n) {
    margin-right: 0;
}

.newestGame ul li a:hover {
    color: #F60;
}

.H5rankBox {
    background: white;
}

.ranklist_box ul {
    padding: 0 15px;
    margin-top: 9px;
    padding-bottom: 9px;
}

.ranklist_box {
    padding-bottom: 1px !important;
}

.ranklist_box ul li {
    float: left;
    color: #6c6c6c;
    position: relative;
    padding: 16px 0 16px;
    cursor: pointer;
    border-bottom: 1px dotted #dedede;
    width: 265px;
}

.ranklist_box ul li em {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    background: #ccc;
    border-radius: 26px;
    overflow: hidden;
}

.ranklist_box ul li .rmb_rank_box2 img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 3px;
}

.ranklist_box ul li .rmb_rank_box2 h4 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranklist_box ul li div>a {
    font-size: 12px;
    color: #f90;
    float: right;
    line-height: 24px;
    border: 1px dotted #f90;
    padding: 0 8px;
    display: inline-block;
    border-radius: 3px;
}

.ranklist_box ul li.cur1 em {
    background: #fe2d0b;
}

.ranklist_box ul li.cur2 em {
    background: #FF6900;
}

.ranklist_box ul li.cur3 em {
    background: #F39800;
}

.ranklist_box ul li:hover h4 a {
    color: #f90;
}

.ranklist_box ul li:hover div>a {
    background: #f90;
    color: white;
}

.ranklist_box ul li a span.rank_num {
    text-align: center;
    border-radius: 2px;
    margin-top: 13px;
    background: #d7d7d7;
    height: 20px;
    line-height: 20px;
    width: 21px;
    color: white;
    font-size: 12px;
}

.ranklist_box ul li a span.rank_name {
    width: 99px;
    padding-left: 20px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ranklist_box ul li a span.rank_class {
    width: 56px;
    color: #707070;
    margin-left: 10px;
}

.ranklist_box ul li a span.rank_server {
    width: 50px;
    color: #e4393c;
    border: 1px dotted #e4393c;
    border-left: 1px dotted #e4393c;
    line-height: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    margin-top: 10px;
    float: right;
}

.ranklist_box ul li a span {
    float: left;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    font-size: 12px;
}

.ranklist_box ul li.rank1 span.rank_num {
    background: #fe2d0b;
    color: white;
}

.ranklist_box ul li.rank2 span.rank_num {
    background: #FF6900;
    color: #fff;
}

.ranklist_box ul li.rank3 span.rank_num {
    background: #F39800;
    color: #fff;
}

.ranklist_box ul li.rank1 span.rank_name {
    color: #fe2d0b;
}

.ranklist_box ul li.rank2 span.rank_name {
    color: #FF6900;
}

.ranklist_box ul li.rank3 span.rank_name {
    color: #F39800;
}

.h5_tabs_content ol {
    margin-top: 20px;
    padding: 0 15px 6px;
    background: white;
    overflow: hidden;
}

.h5_tabs_content ol li {
    float: left;
    margin-right: 26px;
    padding-bottom: 6px;
    padding-top: 6px;
    padding-left: 11px;
    position: relative;
    overflow: hidden;
    width: 167px;
    border: 1px solid #dedede;
    margin-bottom: 13px;
    background-color: #f5f5f5;
}

.h5_tabs_content ol li>div {
    height: 70px;
}

.h5_tabs_content ol li:nth-child(4n) {
    margin-right: 0;
}

.h5_tabs_content ol li img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.h5_tabs_content ol li .newgame_details {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.h5_tabs_content ol li .newgame_details h4 {
    color: #333;
    font-size: 12px;
    font-weight: normal;
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}

.h5_tabs_content ol li .newgame_details h4 a:hover {
    color: #f60;
}

.h5_tabs_content ol li .newgame_details span {
    font-size: 12px;
    color: #f60;
    display: block;
    margin-top: 11px;
    margin-bottom: 11px;
}

.h5_tabs_content ol li .newgame_details span a {
    margin-right: 5px;
    color: #f90;
}

.h5_tabs_content ol li .newgame_details span a:hover {
    color: #f60;
}

.h5_tabs_content ol li .newgame_details>a {
    font-size: 12px;
    display: inline-block;
    background: #f90;
    color: white;
    height: 18px;
    line-height: 18px;
    padding: 0 17px;
    border-radius: 2px;
}

.h5_tabs_content ol li .newgame_details>a:hover {
    background: #f60;
}

.h5_tabs_content ol li .newgame_mask1 {
    width: 91px;
    height: 98px;
    background: url(../images/newgame_mask1.jpg) no-repeat center center;
    position: absolute;
    left: -91px;
    top: 0;
    z-index: 9999;
}

.h5_tabs_content {
    height: 588px;
}

.h5_tabs_content ol li .newgame_mask1 img {
    width: 65px;
    height: 65px;
    margin: 10px auto 0 13px;
    display: block;
    border-radius: 0;
}

.h5_tabs_content ol li .newgame_mask2 {
    width: 103px;
    height: 98px;
    background: url(../images/newgame_mask2.jpg) no-repeat center center;
    position: absolute;
    right: -103px;
    top: 0;
    z-index: 9999;
}

.h5_tabs_content ol li .newgame_mask2 span {
    display: block;
    line-height: 20px;
    height: 20px;
    width: 70px;
    text-align: center;
    margin-top: 11px;
    border-radius: 30px;
    margin-left: 16px;
    font-size: 14px;
    color: #ffeb00;
    font-weight: bold;
}

.h5_tabs_content ol li .newgame_mask2 a {
    display: block;
    line-height: 20px;
    height: 20px;
    width: 70px;
    text-align: center;
    margin-top: 17px;
    border: 1px solid white;
    border-radius: 30px;
    margin-left: 16px;
    font-size: 12px;
    color: white;
}

.h5_tabs_content ol li .newgame_mask2 a:hover {
    background: red;
}

.xyxBox {
    margin-top: 14px;
}

.xyxBox .w1140 {
    background: white;
}

.xyx_tag_tabs {
    float: right;
}

.xyx_tag_tabs a {
    font-size: 12px;
    display: inline-block;
    margin-right: 17px;
    width: 65px;
    text-align: center;
    color: #f60;
    border: 1px dotted #f60;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
}

.xyx_tag_tabs a:hover {
    background: #f60;
    color: white;
}

.xyx_tag_tabs a.active {
    background: #f60;
    color: white;
}

.xyx_tag_list ul li {
    width: 100px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 40px;
}

.xyx_tag_list ul li a {
    display: block;
    width: 112px;
    height: 76px;
    background: url(../images/ztbg.png) no-repeat center center;
}

.xyx_tag_list ul li img {
    width: 100px;
    height: 67px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 7px;
    margin-right: 6px;
}

.xyx_tag_list ul li span {
    display: block;
    font-size: 14px;
    width: 100px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.xyx_tag_list ul {
    margin-top: 20px;
    padding: 0 15px 10px;
}

.xyx_tag_list ul li:nth-child(9n) {
    margin-right: 0;
}

.xyx_tag_list ul li:hover img {
    opacity: .7;
}

.xyx_tag_list ul li:hover span {
    color: #f60;
}

.wangyou_banner {
    height: 345px;
    width: 100%;
    background: url(../images/wangyou_banner.png) no-repeat center center;
}

.wangyou_banner .w1140 {
    position: relative;
}

#certify {
    position: relative;
    width: 830px;
    top: 40px;
    right: 0;
    display: inline-block;
    position: absolute;
}

#certify .swiper-slide {
    width: 640px;
    height: 256px;
    position: relative;
}

#certify .swiper-slide img {
    display: block;
    width: 640px;
    height: 256px;
}

#certify .swiper-slide p {
    line-height: 36px;
    padding-top: 0;
    text-align: center;
    color: white;
    font-size: 16px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 640px;
    background: rgba(00, 00, 00, .6)
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -30px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #f90;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: 0;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.allgameTabBox a {
    color: #666;
    float: left;
    font-size: 14px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-right: 30px;
    position: relative;
}

.allgameTabBox a.active {
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
}

.allgameTabBox a.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 44%;
    bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #f60;
}

.allgameTabBox {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px;
}

.allgamelistBox {
    background: white;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 14px;
    /* height: 270px; */
}

.allgameContent {
    margin: 0 15px;
}

.allgameContent ul {
    font-size: 0;
    overflow: hidden;
    display: inline-block;
    width: 1030px;
    vertical-align: top;
}

.allgameContent ul li {
    display: inline-block;
    font-size: 12px;
    height: 12px;
    line-height: 12px;
    padding: 0 10px;
    border-right: 1px solid #dedede;
    margin-bottom: 9px;
    vertical-align: top;
    margin-top: 5px;
}

.allgameContent ul li a {
    display: block;
    height: 12px;
    line-height: 12px;
}

.allgameContentTabBox {
    margin-top: 15px;
}

.allgameContentlist {
    margin: 0 0 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #eee;
}

.allgameContentlist h3 {
    background: #c41e1e;
    height: 23px;
    line-height: 23px;
    width: 70px;
    text-align: center;
    margin-right: 5px;
    display: inline-block;
    margin-top: 0;
    position: relative;
}

.allgameContentlist h3::after {
    content: "";
    position: absolute;
    right: -8px;
    top: 6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 8px solid #c41e1e;
}

.allgameContentlist h3.cur1::after {
    border-left: 8px solid #ff5c00;
}

.allgameContentlist h3.cur2::after {
    border-left: 8px solid #477cd5;
}

.allgameContentlist h3.cur4 {
    background: #8BC34A;
}

.allgameContentlist h3.cur4::after {
    border-left: 8px solid #8BC34A;
}

.allgameContentTabBox>div:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.allgameContentTabBox>div:nth-child(3) {
    border-bottom: none;
}

.allgameContentTabBox2 ul {
    width: 1110px;
}

.allgameContentTabBox2 ul li {
    width: 89px;
    text-align: center;
    overflow: hidden;
    padding: 0 5px;
}

.allgameContentTabBox2 ul li a {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
}

.allgameContentTabBox2 ul li:first-child {
    border-left: 1px solid #dedede
}

.allgameContentTabBox2 ul li:nth-child(6n+1) {
    border-left: 1px solid #dedede
}

.allgameContentlist h3 a {
    color: white;
    font-size: 12px;
    display: block;
}

.allgameContent ul li a:hover {
    color: #f90;
}

.allgameContent ul li.active a {
    color: #ff5c00;
}

.allgameContent ul li.active2 {
    background: #FF9800;
    padding: 3px 12px;
    margin-top: 2px;
}

.allgameContent ul li.active2 a {
    color: white;
}

.allgameContent ul li h3 a {
    color: white;
    display: block;
}

.allgameContent ul li.cur {
    border-right: none;
}

.allgameContentlist h3.cur1 {
    background-color: #ff5c00;
}

.allgameContentlist h3.cur2 {
    background-color: #477cd5;
}

.allgameContentlist h3.cur3 {
    background-color: #53b35e;
}

.xyxZTlist {
    background: white;
}

.xyxZTlist ul li:hover img {
    opacity: .7;
}

.xyxZTlist ul li:hover a {
    color: #f90;
}

.xyxZTlist ul li:nth-child(3n) {
    margin-right: 0;
}

.xyxZTlist ul li a span {
    display: block;
    font-size: 12px;
    width: 72px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

.xyxZTlist {
    background: white;
}

.xyxZTlist>ul {
    margin-top: 15px;
    font-size: 0;
    padding: 0 15px 10px;
}

.xyxZTlist>ul li {
    width: 72px;
    text-align: center;
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 30px;
}

.xyxZTlist>ul li a {
    display: block;
    width: 76px;
    height: 56px;
    background: url(../images/ztbg2.png) no-repeat center center;
    background-size: 100%;
}

.xyxZTlist>ul li a img {
    width: 72px;
    height: 48px;
    border-radius: 5px;
    margin-top: 8px;
}

.xyxZTlist>ul li a span {
    display: block;
    font-size: 12px;
    width: 72px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 6px;
    text-align: center;
}

.xyxZTlist>ul li a:hover img {
    opacity: .7;
}

.xyxZTlist>ul li a:hover span {
    color: #f90;
}

.xyxZTlistTag {
    border-top: 1px solid #dedede;
}

.xyxZTlistTag ul {
    font-size: 0;
    padding: 15px 15px 1px;
    list-style: initial;
}

.xyxZTlistTag ul li {
    width: 70px;
    font-size: 12px;
    display: inline-block;
    padding-left: 10px;
    margin-right: 12px;
    margin-bottom: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/li_bg.gif) no-repeat left center;
}

.xyxZTlistTag ul li:nth-child(3n) {
    margin-right: 0;
}

.xyxlistBox {
    background: white;
}

.xyxlistBox ul {
    padding: 0 15px;
    margin-top: 18px;
    margin-bottom: 15px;
}

.xyxlistBox ul li {
    float: left;
    margin-right: 21px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    background: #fffbfb;
}

.xyxlistBox ul li:nth-child(9n) {
    margin-right: 0;
}

.xyxlistBox ul li span {
    font-size: 12px;
    color: #666;
    display: block;
    width: 70px;
    text-align: center;
    margin-top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.xyxlistBox ul li:hover span {
    color: #f90;
}

.xyxlistBox ul li img {
    width: 70px;
    height: 70px;
}

.xyxlistBox ul li:hover img {
    opacity: .7;
}

.xyxlistBox ul li:hover a span {
    color: #f90;
}

.xyx_ranklist {
    background: white;
    margin-bottom: 14px;
}

.yygiftBox {
    background: white;
}

.yygiftBox ul {
    padding: 18px 15px 2px;
    font-size: 0;
}

.yygiftBox ul li {
    display: inline-block;
    margin-right: 26px;
    margin-bottom: 13px;
    border: 1px solid #dedede;
    padding: 6px 1px 6px 12px;
    background: #f5f5f5;
}

.yygiftBox ul li:nth-child(4n) {
    margin-right: 0;
}

.yygiftBox ul li div {
    display: block;
    font-size: 0;
}

.yygiftBoxTab {
    float: right;
}

.H5game_box {
    margin-bottom: 14px;
}

.yygiftBoxTab a {
    font-size: 12px;
    display: inline-block;
    margin-right: 20px;
    width: 65px;
    text-align: center;
    color: #f60;
    border: 1px dotted #f60;
    line-height: 22px;
    height: 22px;
    border-radius: 3px;
}

.yygiftBoxTab a:hover {
    background: #f90;
    color: white;
}

.yygiftBoxTab a.active {
    background: #f60;
    color: white;
}

.yygiftBox ul li div h5 {
    width: 70px;
    height: 70px;
    display: inline-block;
}

.yygiftBox ul li div h5 img {
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 10px;
}

.yygiftBox ul li div .hotgame_info {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    width: 80px;
}

.yygiftBox ul li div .hotgame_info h3 a {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    overflow: hidden;
    font-weight: normal;
    width: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f60;
    display: inline-block;
}

.yygiftBox ul li div .hotgame_info h3 a:hover {
    color: #e4393c;
}

.yygiftBox ul li div .hotgame_info p a:hover {
    color: #e4393c;
}

.yygiftBox ul li div .hotgame_info p a {
    height: 18px;
    line-height: 18px;
    color: #f90;
    font-size: 12px;
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    display: inline-block;
}

.yygiftBox ul li div .hotgame_info span {
    width: 80px;
    height: 21px;
    line-height: 21px;
    text-align: left;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.kfb_box ul li p>a.gray {
    background: #9E9E9E !important;
    border: 1px solid #969696 !important;
    color: white !important;
}

.kfb_box ul li p>i a:nth-child(2) {
    display: inline-block;
    width: 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 14px;
    line-height: 17px;
    vertical-align: -1px;
}

.news_include_right {
    width: 830px;
    float: right;
    background: white;
}

.news_include_left {
    width: 295px;
    float: left;
    background: white;
}

.news_include_left .latest_update_box ul li {
    padding-left: 10px;
    background: url(../images/li_bg.gif) no-repeat left center;
}

.news_include_left .latest_update_box ul li:last-child {
    border-bottom: none;
}

.news_include_left .latest_update_box ul li a {
    width: 250px;
}

.news_include_left .latest_update_box ul li {
    width: 255px;
}

.news_include_right .latest_update_box ul li:last-child {
    border-bottom: none;
}

.news_include_right .latest_update_box ul li:nth-last-child(2) {
    border-bottom: none;
}

.sy_tabs_content ul {
    padding: 0 15px 1PX;
    margin-top: 15px;
}

.sy_tabs_content ul li {
    padding: 14px 20px;
    float: left;
    border: 1px solid #dedede;
    margin-right: 18px;
    margin-bottom: 19px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    width: 76px;
}

.sy_tabs_content ul li:nth-child(3n) {
    margin-right: 18px;
}

.sy_tabs_content ul li:nth-child(6n) {
    margin-right: 0;
}

.sy_tabs_content ul li img {
    width: 70px;
    height: 70px;
    padding-left: 3px;
}

.sy_tabs_content ul li div a.cur2 {
    font-size: 12px;
    color: #666;
    display: block;
    width: 70px;
    text-align: center;
    margin-top: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sy_tabs_content ul li div p {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.sy_tabs_content ul li div p a {
    color: #f90;
    margin: 0 1px;
}

.sy_tabs_content ul li div a.cur {
    font-size: 12px;
    color: #999;
    display: block;
    text-align: center;
    width: 70px;
    margin-top: 10px;
}

.sy_tabs_content ul li div>a:last-child {
    display: block;
    font-size: 12px;
    color: white;
    background: #f90;
    text-align: center;
    height: 22px;
    line-height: 22px;
    margin-top: 10px;
    border-radius: 3px;
}

.sy_tabs_content ul li div>a:last-child:hover {
    background: #f60;
    color: white;
}

.sy_tabs_content ul li .guess_like_box_mask {
    width: 118px;
    height: 88px;
    background: url(../images/guess_like_box_mask.jpg) no-repeat center center;
    position: absolute;
    top: -191px;
    left: 0;
}

.sy_tabs_content ul li .guess_like_box_mask img {
    width: 70px;
    height: 70px;
    display: block;
    margin: 9px auto 5px;
    border-radius: 3px !important;
}