/*
* @Author: liyulin
* @Date:   2018-06-06 10:44:16
* @Last Modified by:   liyulin
* @Last Modified time: 2018-09-25 17:00:45
*/

body {
    font-family: 'Microsoft Yahei', Arial;
}

.header {
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #272d3d;
    background-color: #14171f;
}

.hf_header {
    width: 100%;
    height: 52px;
    border-bottom: 1px solid #272d3d;
    background-color: #14171f;
}

.inHeader {
    width: 90%;
    height: 99px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.in-header-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.inHeader .Logo {
    width: 170px;
    height: 64px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/logo.png);
    float: left;
}

.inHeader .Logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.inHeader ul {
    margin-left: 45px;
    height: 99px;
    line-height: 99px;
    margin-right: 50px;
}

.inHeader ul li {
    padding: 0px 50px;
    float: left;
    cursor: pointer;
}

.inHeader ul li a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.inHeader ul li:hover a {
    color: #ff9928;
    position: relative;
}

.inHeader ul li:hover a::after {
    content: '';
    height: 4px;
    width: 100px;
    position: absolute;
    background-color: #ff9928;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

.in_hf_Header {
    width: 1200px;
    height: 52px;
    margin: 0 auto;
}

.in_hf_Header .Logo {
    width: 130px;
    height: 42px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/hf_logo.png);
    display: inline-block;
    margin-top: 6px;
}

.in_hf_Header ul {
    margin-left: 45px;
    height: 52px;
    line-height: 52px;
    float: left;
}

.in_hf_Header ul li {
    padding: 0px 15px;
    float: left;
}

.in_hf_Header ul li a {
    font-size: 14px;
    color: #b7bec7;
    font-family: 微软雅黑;
}

.in_hf_Header ul li a:hover {
    color: #fff;
}

.load {
    float: right;
    margin-top: 14px;
}

.load a {
    font-size: 14px;
    color: #b7bec7;
    font-family: 微软雅黑;
    padding: 0px 10px;
}

.load a:hover {
    color: #fff;
}

a.loadState {
    position: relative;
}

a.loadState:after {
    content: '';
    width: 1px;
    height: 14px;
    background-color: #394052;
    position: absolute;
    top: 4px;
    right: -1px;
}

.inload {
    float: right;
    max-width: 100px;
    height: 24px;
    line-height: 24px;
    position: relative;
    font-size: 14px;
    color: #f7f7f7;
    margin-top: 14px;
    display: none;
}

.inload em {
    width: 109px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.userBox {
    width: 106px;
    background-color: #2a303d;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 10;
    border: 1px solid #3e4450;
    box-shadow: 1px 3px 5px #141b2f;
    overflow: hidden;
    zoom: 1;
}

.userBox a {
    width: 106px;
    height: 34px;
    line-height: 34px;
    text-indent: 9px;
    font-size: 14px;
    color: #c4c4c4;
    display: block;
    font-family: 微软雅黑;
}

.userBox a:hover {
    color: #fff;
}

.inload:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #b4b4b4;
    position: absolute;
    top: 9px;
    right: -15px;
}

a.xiazai11 {
    width: 114px;
    height: 44px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/xiazai.png);
    float: right;
}

a.xiazai11:hover {
    color: #fff;
}


/* 重新修改底部样式 */

.footer {
    width: 100%;
    height: 380px;
    background-color: #14171f;
}

.infooter {
    width: 740px;
    height: 340px;
    margin: 0 auto;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-hd {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 300px;
    height: 95px;
    display: flex;
    justify-content: space-between;
}

.logo11 {
    width: 195px;
    height: 73px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/11logo.png);
}

.age18 {
    width: 73px;
    height: 95px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/age18.png);
}

.footer-right {
    width: 432px;
    height: 95px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-right .footer-right-tab a {
    font-size: 14px;
    color: #d3dbe5;
    font-family: '微软雅黑';
}

.footer-right em {
    color: #d3dbe5;
    margin: 0 15px;
}

.footer-right p {
	height: 18px;
}

.footer-right p a {
    font-size: 12px;
    font-family: '微软雅黑';
    color: #667180;
}

.footer-right p em {
    color: #667180;
    margin: 0 10px;
}

.footer-bd {
    width: 100%;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 35px;
}

.footer-bd p {
    font-size: 12px;
    font-family: '微软雅黑';
    color: #667180;
    margin-bottom: 5px;
}

.footer-bt {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.footer-bt a {
    margin-right: 18px;
}

.footer-bt a.jzjh {
    width: 116px;
    height: 46px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/jzjh.png);
}

.footer-bt a.wfjl {
    width: 116px;
    height: 46px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/wfjl.png);
}

.footer-bt a.jbzq {
    width: 116px;
    height: 46px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/jbzq.png);
}

.footer-bt a.police-number {
    width: 116px;
    height: 46px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/962110.png);
}

.footer-bt a.ide {
    width: 116px;
    height: 46px;
    background: url(https://img.5211game.com/5211/NewHomeIndex2/images/ide.png);
}


/* 重新修改底部样式 */


/* 
.footer {
    width: 100%;
    height: 380px;
    background-color: #14171f;
}

.infooter {
    width: 1200px;
    height: 340px;
    margin: 0 auto;
    padding-top: 20px;
}

.leader {
    width: 1200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.leader span.minilogo {
    display: inline-block;
    width: 33px;
    height: 48px;
    position: absolute;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/minilogo.png);
    top: -2px;
    left: 297px;
}

.leader span.hf_minilogo {
    display: inline-block;
    width: 44px;
    height: 42px;
    position: absolute;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/hf-xiaologo.png);
    top: 3px;
    left: 298px;
}

.leader a {
    font-size: 14px;
    color: #b7bec7;
    font-family: 微软雅黑;
    padding: 0 16px;
    position: relative;
}

.leader a:hover {
    color: #fff;
}

.leader a.current:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #394052;
    position: absolute;
    top: 3px;
    right: 0px;
}

span.minilogo {
    width: 33px;
    height: 48px;
    display: inline-block;
}

.infooter p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #667180;
    line-height: 24px;
}

.infooter p:hover {
    color: #fff;
}

.caseNumber {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #667180;
    margin-top: 25px;
}

.caseNumber span {
    padding: 0 14px;
    position: relative;
}

.caseNumber span:hover {
    color: #fff;
}

.caseNumber span.current:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #394052;
    position: absolute;
    top: 3px;
    right: 0px;
}

.errorTitle {
    width: 100%;
    text-align: center;
    line-height: 30px;
}

.errorTitle a {
    padding: 0 14px;
    position: relative;
    font-size: 12px;
    color: #667180;
    font-family: 微软雅黑;
}

.errorTitle a:hover {
    color: #fff;
}

.errorTitle a.current {
    color: #b7bec7;
}

.errorTitle a.current:hover {
    color: #fff;
}

.errorTitle a.current:after {
    content: "";
    width: 1px;
    height: 14px;
    background-color: #394052;
    position: absolute;
    top: 3px;
    right: 0px;
}

.icon {
    width: 1200px;
    text-align: center;
}

.icon a {
    width: 72px;
    height: 72px;
    display: inline-block;
    margin: 0 14px;
    margin-top: 35px;
}

.icon a.img01 {
    width: 110px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/police_gray.png?12);
}

.icon a.img02 {
    width: 110px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/zx110_gray.png?12);
}

.icon a.img03 {
    width: 50px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/network_icon_6.png?12);
}

.icon a.img04 {
    width: 110px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/111.png?12);
}

.icon a.img05 {
    width: 50px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/dzyyzz.png);
}

.icon a.img06 {
    width: 132px;
    height: 50px;
    display: inline-block !important;
}

.icon a.img07 {
    width: 110px;
    height: 45px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/djjb.jpg);
}

.model,
.model02 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.inModel {
    width: 420px;
    height: 326px;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -163px;
    z-index: 100;
}

.inModel02 {
    width: 420px;
    height: 236px;
    background-color: #fff;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 50%;
    margin-top: -163px;
}

.inModel h2 {
    height: 42px;
    line-height: 42px;
    width: 402px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 18px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.inModel02 h2 {
    height: 42px;
    line-height: 42px;
    width: 402px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 18px;
    font-size: 12px;
    color: #333333;
    font-weight: normal;
    position: relative;
}

.inModel h2 i {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/modelclose.png);
    top: 13px;
    right: 14px;
    cursor: pointer;
}

.inModel02 h2 i {
    position: absolute;
    width: 12px;
    height: 12px;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/modelclose.png);
    top: 13px;
    right: 14px;
    cursor: pointer;
}

.inforBox {
    width: 360px;
    padding: 16px 0px 8px 0px;
    margin: 0 30px;
    border-bottom: 1px solid #ebebeb;
}

.inforList {
    width: 360px;
    height: 114px;
    border-bottom: 1px solid #ebebeb;
    margin: 0 auto;
    padding-top: 16px;
}

.inforList p {
    font-size: 14px;
    color: #fa6469;
    margin-bottom: 16px;
    font-weight: bold;
}

.inforList p.titleBIng {
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 25px;
    font-weight: normal;
}

.inforBox h3 {
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 14px;
    padding-left: 7px;
}

.inforBox p {
    margin-bottom: 10px;
    height: 15px;
    line-height: 15px;
}

.inforBox p span {
    font-size: 12px;
    color: #3d3d3d;
    display: inline-block;
    width: 70px;
    text-align: right;
    float: left;
    margin-right: 16px;
}

.inforBox p em {
    float: left;
    font-size: 12px;
    color: #3d3d3d;
    text-align: left;
}

.inforBox p em.BL {
    color: #0099e5;
}

.inforBox p em.RD {
    color: #fa6469;
}

.UserAction {
    width: 420px;
    text-align: center;
}

.UserAction a {
    font-size: 12px;
    width: 78px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    border: 1px solid #999999;
    text-align: center;
    margin: 10px 40px;
    color: #333333;
    font-size: 12px;
    border-radius: 2px;
}

.UserAction a.sure {
    background-color: #0099e5;
    border: 1px solid #0099e5;
    color: #fff;
}

.UserAction a.sure:hover {
    background-color: #38bcfe;
    border: 1px solid #38bcfe;
}

.userAction_Bnt {
    width: 100%;
    padding-top: 15px;
    text-align: center;
}

.userAction_Bnt a {
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #999999;
    color: #333333;
    margin: 0 20px;
}

.userAction_Bnt a.result {
    border: 1px solid #0099e5;
    background-color: #0099e5;
    color: #fff;
}

.hxModule {
    width: 680px;
    border: 1px solid #f2f2f2;
    background-color: #ffffff;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    zoom: 1;
}

.hxModule h3 {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-left: 12px;
    margin-left: 18px;
}

.HxchangeBox {
    padding: 20px 20px 20px 30px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #e0e0e0;
}

.ljgm {
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.ljgm a {
    width: 106px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    display: inline-block;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/ljcz.png);
    font-size: 14px;
    color: #ffffff;
}

.ljgm a:hover {
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/chongzhi/ljczhover.png);
}

.anbei {
    width: 200px;
    margin: 0 auto;
    margin-top: 12px;
}

.anbei i {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(https://img.5211game.com/5211/NewHomeIndex/images/anbei.png);
    float: left;
    position: relative;
    top: -4px;
    left: -10px;
}

.anbei span {
    float: left;
}

.anbei a {
    font-size: 12px;
    color: #b7bec7;
} */