.wz_list_right {
    width: 830px;
    float: left;
}

body,
html {
    background: #ecf0f1;
}

.header_box {
    background: white;
}

.wz_list {
    margin-top: 14px;
}

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

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

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

.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;
}

.title_item .wz_list_tabs {
    float: right;
}

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

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

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

.wz_list_left {
    width: 295px;
    float: right;
}

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

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

.kfb_big_box {
    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;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #EFEFEF;
}

.kfb_box ul li a:first-child {
    display: block;
    font-size: 0;
    height: 44px;
    line-height: 44px;
    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: 85px;
    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: 265px;
    padding-bottom: 20px;
}

.kfb_box_content ul {
    height: 585px;
    width: 265px;
    margin-top: 5px;
}

.kfb_box ul li a span.item5 {
    width: 48px;
    text-align: right;
    color: #e4393c;
    border: 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: 15px;
}

.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;
}

.game-page span.next,
.game-page span.prev {
    color: #000;
    background-color: #e5e5e5;
}

.game-page .p_hov {
    color: #fff;
    background-color: #f39800;
}

.game-page a,
.game-page span {
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 0px;
    margin: 0 5px;
    padding: 7px 10px;
}

.list_box ul {
    padding: 0 15px 0;
}

.list_box ul li {
    height: 37px;
    line-height: 37px;
}

.list_box ul li a {
    display: inline-block;
    float: left;
    width: 610px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 14px;
}

.list_box ul li a.cur {
    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: 10px;
}

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

.list_box ul li:hover em {
    color: #f90;
}

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

.line {
    border-bottom: 1px dotted #e3e3e3;
    margin-bottom: 12px!important;
    padding-bottom: 11px !important;
}

.game-page {
    padding: 46px 0 45px;
    text-align: center;
    height: 30px;
    font-size: 14px;
    width: 640px;
    margin: 0 auto;
}

.game-page span.next,
.game-page span.prev {
    color: #000;
    background-color: #e5e5e5;
}

.game-page .current {
    color: #fff;
    background-color: #f39800;
    border: none;
}

.game-page a,
.game-page span {
    border: 1px solid #ccc;
    display: inline-block;
    margin: 0 5px;
    padding: 7px 10px;
}

.game-page a:hover {
    background: #f39800;
    color: white;
}

.list_box {
    margin-top: 10px;
}

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

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

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

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

.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.cur1 em {
    background: #fe2d0b;
}

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

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

.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 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:hover h4 {
    color: #f90;
}

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

.news_content_head {
    padding: 20px 20px 21px;
    background: white;
}

.news_content_head>a {
    float: left;
    margin-right: 15px;
    display: inline-block;
    width: 128px;
    height: 128px;
    position: relative
}

.news_content_head>a img {
    width: 128px;
    height: 128px;
    display: block;
    overflow: hidden;
    margin: 0 20px 0 0;
    border-radius: 20px;
}

.news_content_head>a span {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 28px;
    line-height: 28px;
    background: rgba(00, 00, 00, .7);
    width: 128px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    color: white;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
}

.game_details_box {
    float: left;
    border-right: 1px dotted #ccc;
    width: 136px;
    height: 128px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit--moz-box-pack: space-between;
    box-pack: space-between;
}

.game_details_box p {
    color: #999;
    font-size: 14px;
}

.game_details_box p a.cur {
    color: #f90;
}

.game_details_box p a {
    margin-right: 8px;
    color: #009eed;
}

.game_jj_box {
    float: left;
    width: 320px;
    margin-left: 15px;
    height: 128px;
    border-right: 1px dotted #dedede;
    padding-right: 14px;
}

.game_jj_box p {
    font-size: 14px;
    color: #666;
    text-indent: 24px;
    line-height: 27px;
    height: 128px;
    overflow: hidden;
}

.game_play_btn {
    float: right;
    height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.game_play_btn a {
    width: 125px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #f17375;
    border-radius: 3px;
    border: 1px solid #e4393c;
}

.game_play_btn a.new_kf_btn {
    color: #f60;
    border: 1px solid #f60;
    background: none;
}

.game_play_btn a.new_gift_btn {
    border: 1px solid #f90;
    color: #f90;
    background: none;
}

.game_play_btn a:hover {
    background: #e4393c;
    color: white;
}

.game_play_btn2 {
    width: 135px !important;
    position: relative;
    display: block;
    text-align: right;
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    float: right;
    height: 128px;
}

.game_play_btn2 a {
    width: 136px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #f90;
}

.game_play_btn2 a:hover {
    background: #f60;
}

.game_play_btn2 span {
    width: 103px;
    height: 99px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 2px;
}

.game_play_btn2 img {
    width: 115px !important;
}

.game_play_btn2 p {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 27px;
    height: 100px;
    background: #e3e3e3;
    text-align: center;
    font-size: 14px;
    color: #FF5722;
    padding-top: 3px;
    line-height: 19px;
}

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

.screenshot_content {
    background: white;
}

.screenshot_box {
    height: 400px;
    overflow: hidden;
    position: relative;
    padding-bottom: 33px;
    margin: 20px 15px 10px 15px;
    width: 800px;
}

.screenshot_box .screenshot {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
}

.screenshot_box .screenshot li {
    float: left;
    height: 400px;
    overflow: hidden;
    margin-right: 20px;
    background-color: #333;
}

.screenshot_box .screenshot li img {
    width: 240px;
    height: 400px;
    display: inline-block;
    vertical-align: middle;
}

.es-btn {
    position: absolute;
    width: 26px;
    height: 110px;
    top: 50%;
    background-color: #111;
    margin-top: -66px;
    opacity: .6;
}

.es-btn-r {
    right: 0px;
}

.es-btn i {
    background-image: url(../images/sprite_btn.png);
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 28px;
    margin: 41px auto 0;
}

.es-btn-l i {
    background-position: -16px -0px;
}

.mbxBox {
    background: white;
    padding: 10px 15px;
    width: 1110px;
    border-bottom: 1px solid #eee;
    margin-bottom: 13px !important;
}

.mbxBox a {
    color: #999;
    font-size: 13px;
}

.mbxBox span {
    color: #666;
    font-size: 13px;
}

.mbxBox span.active {
    color: #666;
    font-size: 13px;
}

.mbxBox i {
    font-size: 13px;
    padding-left: 17px;
    color: #333;
    background: url(../images/map.gif) no-repeat 0 2px;
}

.noContent {
    text-align: center;
    padding-bottom: 40px;
    padding-top: 20px;
}

.noContent img {
    display: block;
    margin: 0 auto 10px;
    padding-top: 10px;
}

.noContent span {
    font-size: 14px;
    color: #999;
}
.relative_box{
	padding: 0 15px;
}
.relative_box ul li a {
    font-size: 12px;
    color: #666;
    padding: 15px 0;
    display: block;font-size: 14px;
    border-bottom: 1px dashed #e3e3e3;
}

.relative_box ul li:last-child a {
    border-bottom: none;
}

.relative_box ul li a:hover {
    color: #fb371f;
}

.sub_list {
    margin: 0 auto 0;
    width: 800px;
    padding-bottom: 10px;
}

.all_list {
    margin: 0 auto 0 !important;
}

.sub_list li {
    padding: 18px 0px 10px;
    border-bottom: 1px dotted #ccc;
}

.all_list li {
    padding: 19px 0;
}

.all_list li a {
    font-size: 14px;
}

.all_list li h3 {
    font-size: 14px;
}

.sub_list li h3 a em {
    color: #e4393c;
    font-weight: bold;
}

.sub_list li h3 div {
    float: right;
}

.sub_list li h3 div span.time {
    font-size: 14px;
    color: #999;
    padding-left: 22px;
    font-weight: normal;
}

.sub_list li>p {
    color: #888;
    /**height: 60px;**/
    line-height: 30px;
    overflow: hidden;
    margin: 15px 0 0px;
    width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.sub_list li>p a {
    display: block;
    color: #666;
    font-size: 14px;
}

.sub_list li>p a em {
    color: #e4393c;
    font-weight: bold;
}

.sub_list li>p a:hover {
    color: #fb371f;
}
 
 
.game_play_btn3 {
    width: 135px !important;
    position: relative;
    display: block;
    text-align: right;
    float: right;
    height: 128px;
}

.game_play_btn3 a {
    width: 136px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: white;
    background: #f90;
}

.game_play_btn3 a:hover {
    background: #f60;
}

.game_play_btn3 span {
    width: 103px;
    height: 99px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    float: right;
    padding: 2px;
}

.game_play_btn3 img {
    width: 115px !important;
}

.game_play_btn3 p {
    position: absolute;
    left: 0px;
    top: 25px;
    width: 27px;
    height: 100px;
    background: #e3e3e3;
    text-align: center;
    font-size: 14px;
    color: #FF5722;
    padding-top: 3px;
    line-height: 19px;
}

.rankItemBox>h3 {
    padding-top: 8px;
    text-indent: 0em;
    font-weight: normal;
    font-size: 13px;
    /* line-height: 26px; */
}

.rankItemBox>h3 a {
    color: #fb371f;
    font-size: 14px;
    font-weight: bold;
}

.rankItemBoxContent {
    text-indent: 0;
    /* background: #FAFAFA; */
    border: 1px solid #E5E5E5;
    overflow: hidden;
    zoom: 1;
    margin-top: 8px;
    font-size: 0;
    /* border-top: 3px solid #999; */
    display: flex;
    margin-bottom: 8px;
}

.rankItemBoxContent .imgBox {
    display: inline-block;
    border-right: 1px solid #DDD;
}

.rankItemBoxContent>p span {
    display: inline-block;
    border-right: 1px solid #DDD;
}

.rankItemBoxContent span img {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    margin: 10px;
}

.rankItemBoxContent .textDetails {
    display: inline-block;
    vertical-align: top;
    /* width: 485px; */
    border-right: 1px solid #DDD;
    color: #666;
    flex: 1;
    height: 95px;
}

.rankItemBoxContent .textDetails h3 {
    font-size: 12px;
    line-height: 31px;
    padding-left: 15px;
    border-bottom: 1px solid #DDD;
}

.rankItemBoxContent .textDetails div {
    font-size: 12px;
    padding-left: 8px;
    line-height: 31px;
    border-bottom: 1px solid #DDD;
}

.rankItemBoxContent .textDetails div span {
    margin-right: 15px;
}

.rankItemBoxContent .textDetails div span a {
    color: #fb371f;
    margin-right: 5px;
}

.rankItemBoxContent .textDetails p {
    font-size: 12px;
    line-height: 31px;
    padding: 8px;
    line-height: 200%;
}

.rankItemBoxContent .rankItemBoxBtn {
    display: inline-block;
    float: right;
    margin-right: 15px;
    margin-left: 15px;
}

.rankItemBoxContent .rankItemBoxBtn a {
    display: block;
    width: 90px;
    background: #f90;
    line-height: 24px;
    color: white;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    border-radius: 3px;
}

.rankItemBoxContent .rankItemBoxBtn a:last-child {
    background: #f60;
}

.rankItemBoxCode {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
    float: right;
    margin-left: 15px;
}

.rankItemBoxCode img {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
}

.rankItemBox>p {
    text-indent: 2em;
    margin: 0;
    padding: 8px 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.rankItemBox>p a {
    color: #fb371f;
}

.rankItemBox>p img {
  /**  width: 448px;
    height: 179px;**/
    display: block;
    margin: 0 auto;
}

.rankItemBox>p img.xyx {
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.rankItemBox {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 0 15px 0;
    /* margin-bottom: 13px; */
}

.rankItemBox table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 5px auto;
}

.rankItemBox table tr.firstRow td {
    border-color: #c53535;
    background: #cb4242;
    color: #fff;
    white-space: nowrap;
}

.rankItemBox table tr td {
    border: 1px solid #f3b6b6;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 24px;
    font-size: 14px;
}