/* 样式覆盖 */
.navbar-nav > li > a {
    padding-top: 0px; 
    padding-bottom: 0px;
    line-height:78px;
}

.nav > li > a {
    position: relative;
    display: block;
     padding:0;
}
.navbar-header{
    height: 80px;
    line-height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    float: left;
    height: 80px;
    display: flex;
    align-items: center;
}
a:hover, a:visited, a:link, a:active {
     background-color: none !important;
    text-decoration:none; 
    color:#333; 
}
body{
    background-color: #000;
}
a{ 
    text-decoration:none; 
    color:#333; 
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #0387c6;
}
.dn{
    display: none !important;
}
/* 首页样式 */
.box{
    /* overflow: hidden; */
}
/* 导航条部分 */
.i-navbars{
    height: 80px;
    width: 100%;
    border-bottom: 2px solid #ff7e00;
    /* background: #ecf6ff; */
    background: rgb(236, 244, 254);
    position: fixed;
    top: 0;
    z-index: 99;
}
.logoimg{
    height: 80px;
    position: absolute;
    z-index: 2;
    left: 6%;
    top: 1%;
}

.i-navbar{
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 菜单信息 */
.md{
    background: url('../images/mdposter.png');
    background-size: cover;
}
.tfmnq{
    background: url('../images/tfmnqposter.png');
    background-size: cover;
}
.mxjs{
    background: url('../images/mxjsposter.png');
    background-size: cover;
}
.tgll{
    background: url('../images/tgllposter.png');
    background-size: cover;
}
.menulist{
    background-color: #f4f9fc;
    padding: 40px 0;
    width: 100%;
}
.menuinner{
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;   
    margin:auto; 
}
.menuinner>div{
    width: 40%;
}
.menu_title{
    display: block;
    color: #010101;
    border-bottom: 1px solid #c5c5c5;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    margin-bottom: 19px;
    font-weight: 600;
}
.i-liitem{
    margin-bottom: 15px;
    margin-left: 15px;
    cursor: pointer;
}
.game_inner{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.game_inner>div{
    width: 48%;
}
.game_item{
    display: flex;
    align-items: center;
    margin:15px 0 0 15px ;
}
.game_item>img{
    width: 30px;
    margin-right: 10px;
}
/* banner部分 */
.imgbg{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    
}
.img-noneresponsive{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}
.img-responsive{
    width:100vw;
   height: 100vh;
   object-fit:fill;
}
.img_info{
    position: absolute;
    top: 30%;
    left: 10%;
    display: flex;
    align-items: center;
    z-index: 100;
}
.column{
    flex-direction: column;
}
.inherit{
    flex-direction: inherit;
}
.game_logo{
    max-width: 200px;
}
.game_text{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 80px;
    text-shadow: 2px 2px 5px #000;
    letter-spacing: 2px;
}
.game_box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.game_btn{
    width: 160px;
    height: 42px;
    background: #12a7eb;
    border-radius: 20px;
    position: relative;
    line-height: 42px;
    text-align: center;
    color: #fff !important;
}
.changeBtn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 5;
}
.imgbtn{
    position: relative;
    margin-left: 25px;
}
.mask{
    background-color: #0000008c;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 17px;
}
.changeBtn>div>img{
    width: 150px;
    border-radius: 17px;
}
/* 底部样式 */
.zf-floot {
	max-width: 1920px;
	margin: auto;
	width: 100%;
	background: #1d1d1d;
	font-size: 12px;
	line-height: 18px;
    color: #cecece;
    padding-bottom: 20px;
}
.zf-floot-box {
	width: 80%;
	margin: auto;
    padding-top: 30px;
    text-align: center;
}
.pr{
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.pr>span{
    margin: 0 0 10px;
    display: flex;
}
.pa{
    position: absolute;
    left: 25px;
    top: 20px;
}
.zf-floot-box i {
	display: inline-block;
	width: 50px;
	height: 48px;
	background: url('../images/zf-floot-img.png') no-repeat center;
	top: 66px; 
	left: 316px;
}
 
/* 应用列表信息展开项 */
.gamePoptip {
	position: absolute;
    top: 65px;
    left: 15px;
    display: none;
    will-change: top, left;
    z-index: 9;
    background-color: #fff;
    border-radius: 10px;
}
.poptip-arrow {
	position: absolute;
	top: -6px;
	left: 50%;
    border-width: 0 5px 5px;
    border-bottom-color: rgba(217, 217, 217, 0.5);
}
.poptip-arrow:after{
	position: absolute;
	content: " ";
    top: 1px;
    margin-left: -10px;
    font-size: 0;
	line-height: 0;
	border-width: 10px;
	border-color: #fff;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
}
.poptip-centent {
    width: 130px;
    padding: 8px 1px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
}
.PoptipLi-box {
	cursor: pointer;
}
.poptip-centent  div {
    margin: 0 auto;
    cursor: pointer;
    width: 80%;
    margin-top: 5px;
    color: #000;
}
.poptip-centent  div:hover {
	/* background: #0d74ef;
	color: #fff;
	border-radius: 12px; */
}
/* 关于我们 */
.modal3{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 112;
    display: none;
}
.modal3box{
    background-color: #ebf8ff;
    overflow: hidden;
    color:#333333;
    width: 100%;
    position: absolute;
    top:25%;
    z-index: 112;
}
.zf-our-box{
    padding: 80px 0;
    width: 55%;
    margin: 0 auto;

}
.zf-our-title{
    border-left:5px solid #ff7e00;
    padding-left: 20px;
    margin-bottom: 45px;
  
}
.zf-our-title>h4{
  font-weight: 600;
}
.zf-our-box p {
    font-size: 14px;
    line-height: 30px;
}
.modal3mask{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background: #0000007d;
    z-index: 111;
}
/* 隐私政策 */
.modal5{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 112;
    display: none;
}
.modal5box{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Policy_fixed {
	position: fixed;
	top: 120px;
	text-align: left;
    width: 95%;
    margin: 0 auto;
}
.Policy_centent {
	width: 100%;
    text-align: left;
    margin: auto;
    color: #333333;
    background: #ebf8ff;
    overflow: auto;
    padding: 0 20px 30px;
    position: relative;
    border: 0;
    font-size: 14px;
    height: 600px;
    overflow: hidden;
}
.Policy_centent>.content{
    height: 680px;
    overflow-y: auto;
    padding-bottom: 70px;
}
.content::-webkit-scrollbar {
    display: none;
}
.Policy_centent h2 {
	background: #ebf8ff;
	width: 100%;
	font-size: 16px;
    text-align: center;
    font-weight: bold;
}
.Policy_centent strong {
	font-size: 15px;
}
.subpolicy {
	border-top: 1px solid #e3e8ee;
    text-align: right;
	width: 100%;
	margin: auto;
	background: #ebf8ff;
	padding: 10px 20px;
}
.subpolicy button {
	background: #39f;
	color: #fff;
	border-radius: 4px;
	border: none;
	padding: 8px 12px;
}
.modal5mask{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    background-color: #000000;
    opacity: 0.4;
}
/* 客服专区 */
.modal4{
	position: absolute;
    top: 65px;
    left: 15px;
    display: none;
    will-change: top, left;
    z-index: 9;
    background-color: #fff;
    border-radius: 10px;
}
.modal4box{
    background-color: #ebf8ff;
    overflow: hidden;
    color:#333333;
    width: 100%;
    position: absolute;
    top:25%;
    z-index: 112;
}
.zf-custom {
	width: 100%;
	padding: 25px 0;
	background: #ebf8ff;
    left: 0;
    z-index: 9;
    font-weight: 500;
	display: none;
}
.zf-custom-box {
	width:80%;
	min-height: 314px;
	margin: auto;
	text-align: center;
	line-height: 16px;
	color: #333333;
}
.zf-customLeft {
    padding-left: 20%;
    width: 100%;
    min-height: 314px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.zf-custom-left {
	float: left;
}
.zf-post-box {
	width: 248px;
	border-right: 1px solid #c8e1eb;
	font-size: 16px;
	color: #565656;
}
.zf-contact {
	text-align: left;
	padding-left: 44px;
	line-height: 30px;
}
.zf-contact .zf-title-custom {
	line-height: 32px;
	margin-top: 20px;
}
.zf-contact p {
	font-size: 14px;
}
.zf-post-box img {
	width: 60%;
}
.zf-post-box div {
	margin: 12px 0;
}
.zf-topBar-box {
	margin-right: 50px;
	float: right;
	height: 100%;
	line-height: 80px;
}
/* 友情链接 */
.modal2{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 112;
    display: none;
}
.modal2box{
    background-color: #ebf8ff;
    /* overflow: hidden; */
    color:#333333;
    width: 100%;
    position: absolute;
    /* top: 80px; */
    z-index: 1;
}
.zf-friendship {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    background: #ebf8ff;
    /* top: 82px; */
    left: 0;
    color: #333333;
    z-index: 9;
    font-weight: 500;
}
.zf-topBar-menu .zf-friendship {
	display: none;
}
.zf-our-box1 {
    width: 53%;
    margin: auto;
    text-align: left;
    line-height: 16px;
    margin-top:45px;
}
.zf-our-box1 h4 {
    font-size: 18px;
    border-left: 3px solid #ff7e00;
    padding-left: 10px;
    margin-bottom: 30px;
    font-weight: 700;
}

.zf-our-title1 a {
	font-size: 14px;
}
.zf-friendship .zf-our-title h4{
	margin-bottom: 30px;
}
.zf-friendship .zf-our-title a:hover {
	color: #ff7e00;
}
.zfWebsite-light {
    width: 13%;
    height: 15%;
    bottom: 11.5%;
    left: 47%;
}
.zfWebsite-light a {
	width: 100%;
    height: 50%;
    display: block;
}
.zf-light {
	width: 60px;
    height: 60px;
    top: 54%;
    left: 60.3%;
}
.zf-videoTk {
	width: 60px;
	height: 60px;
    top: 29%;
    left: 48%;
}
.zfWebsite-tkxw {
	width: 10%;
    height: 12%;
    bottom: 11%;
    left: 45%;
}
.zfWebsite-tkxw  a {
	width: 100%;
	height: 50%;
	display: block;
}

.sn{
    display: none;
}

/* 媒体查询 */

@media screen and (max-width: 768px) {/* 媒体查询 ipad竖屏 */


}
@media screen and (max-width: 1440px) {/* 媒体查询  笔记本 */
    .changeBtn>div>img {
        width: 80px;
        border-radius: 7px;
    }
    .mask {
        width:80px;
        height:80px;
        border-radius: 7px;
        top: 0px;
    }

}
@media screen and (max-width: 1024px) {/* 媒体查询  ipad横屏 */
    body{
        background-color: #000;
    }
    .changeBtn>div>img {
        width: 40px;
        border-radius: 7px;
    }
    .menulist {
        background-color: #f4f9fc;
        padding: 15px 0;
        width: 100%;
    }
    .mask {
        width:40px;
        height:40px;
        border-radius: 7px;
        top: 0px;
    }
    .imgbtn {
        position: relative;
        margin-left: 8px;
    }
    .img-responsive,.img-noneresponsive{
        width: 100%;
        height: auto;
    }
    .img-noneresponsive{
        width: 100%;
        height: auto;
    }
    .game_text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-shadow: 2px 2px 5px #000;
        letter-spacing:2px;
    }
    .game_logo {
        max-width: 100px;
    }
    .menuinner {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: auto;
        flex-direction: column;
    }
    .menuinner>div {
        width: 100%;
    }
    .logoimg{
        height: 50px;
    }
    .game_btn {
        width: auto;
        height: auto;
        background: none;
        position: relative;
        text-align: center;
        color:#12a7eb !important;
        text-shadow: 2px 2px 5px #fff;
    }
    .pr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .zf-floot-box i {
        display: inline-block;
        width: 21px;
        height: 19px;
        background: url(../images/zf-floot-img.png) no-repeat center;
        background-size: cover;
    }
    .pa {
        position: absolute;
        left: 80px;
        top: 17px;
    }

}
@media screen and (max-width: 768px) {/* 媒体查询  移动端 */
    body{
        background-color: #000;
    }
    .changeBtn>div>img {
        width: 20px;
        border-radius: 7px;
    }
    .menulist {
        background-color: #f4f9fc;
        padding: 15px 0;
        width: 100%;
    }
    .mask {
        width: 20px;
        height: 20px;
        border-radius: 7px;
        top: 2px;
    }
    .imgbtn {
        position: relative;
        margin-left: 8px;
    }
    .img-responsive,.img-noneresponsive{
        width: 100%;
        height: auto;
    }
    .game_text {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        text-shadow: 2px 2px 5px #000;
        letter-spacing: 2px;
    }
    .game_logo {
        max-width: 100px;
    }
    .menuinner {
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin: auto;
        flex-direction: column;
    }
    .menuinner>div {
        width: 100%;
    }
    .logoimg{
        height: 30px;
    }
    .game_btn {
        width: auto;
        height: auto;
        background: none;
        position: relative;
        text-align: center;
        color:#12a7eb !important;
        text-shadow: 2px 2px 5px #fff;
    }
    .pr{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .zf-floot-box i {
        display: inline-block;
        width: 21px;
        height: 19px;
        background: url(../images/zf-floot-img.png) no-repeat center;
        background-size: cover;
    }
    .pa {
        position: absolute;
        left: 80px;
        top: 17px;
    }
}


.payimgBox{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #1d1d1d;
    height:100vh;
}
.payimgBox>div{
    width: 80%;
    height: 70%;
    margin-top: 100px;
    overflow-y: scroll;
}
.payimgBox>div::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
  }
  .payimgBox>div::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #8b8b8b;
  }
  .payimgBox>div::-webkit-scrollbar-track {
    /*滚动条里面轨道 */
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background: #1d1d1d;
  }
.payimgBox>div>img{
    height: 100%;
    margin: 5px 12%;
}