.header {
    background: #000;
    height: 52px;
    line-height: 52px;
}

.header .nav div:first-child .logo {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .nav div:last-child ul {
    float: right;
    font-size: 14px;
}

.header .nav div:last-child ul li {
    float: left;
}

.header .nav div:last-child ul li a {
    display: inline-block;
    width: 110px;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

.header .nav div:last-child ul li:hover>a,
.footer nav li:hover>a {
    color: #21a07d;
}

/* .footer {
    background: #333;
    min-height: 204px;
}

.footer ul li {
    float: left;
}

.footer ul li a {
    display: inline-block;
    width: 120px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    text-decoration: none;
}

.footer .beian p {
    padding: 5px 10px;
    color: #ccc;
    font-size: 12px;
}

.footer .wechat-code {
    position: relative;
}
.footer .wechat-code:hover > img{
    display: block;
}
.footer .wechat-code img {
    position: absolute;
    left: 0;
    top: -108px;
    padding: 10px;
    background: #333333;
    display: none;
	z-index: 99;
}

.footer .wechat-code img.active {
    display: block;
} */

.frUrl{
	text-align:left;
	border-bottom:1px solid #565656;
	padding-bottom:10px;
}
.frUrl p{
	font-size:16px;
	padding-left:10px;
}
.frUrl a{
	text-decoration:none;
	padding: 0 10px;
}
.frUrl a:hover, .frUrl a::selection{
	color:#fff;
}


.slider {
    position: fixed;
    width: 55px;
    padding: 10px 16px;
    top: 54%;
    right: 0;
    /* margin-top: -60px; */
    background: #2196f3;
    cursor: pointer;
}

.slider::before {
    content: '';
    display: block;
    background: url(../img/kefu.png) no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
}

.slider .slider-box{
    position: absolute;
    top: 0px;
    left: -280px;
    width: 256px;
    background: #fff;
    color: #aba0a0;
    display: none;
    border: 1px solid #e4e4e4;
    box-shadow: 5px 5px 10px #e2dcdc;
	z-index: 9999;
}

.slider .slider-box .close{
    padding-right: 10px;
    font-size: 18px;
}
.slider .slider-box ul{
    margin-top: 20px;
}
.slider .slider-box ul li{
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
    padding-top: 10px;
}

.slider .slider-box ul li a{
    color: #000;
    display: block;
}
.slider .slider-box ul li a p:first-child{
    color: #757373;
}
.slider .slider-box ul li a p:last-child{
    color: #949292;
}
.slider .slider-box .cs{
    width: 40px;
    height: 38px;
    background: #c1c1c1;
    border-radius: 20px;
}

.slider .slider-ad .code{
    width: 120px;
    height: 150px;
    font-size: 12px;
    color: #291b1b;
    font-weight: bold;
    display: none;
}

.page_banner{
    color: #fff;
    background: #000;
    width: 100%;
    height: 200px;
}

.page_banner strong{
    font-size: 30px;
    padding-top: 66px;
}
.page_banner p{
    padding-top: 16px;
}

/* 新增公众号 */
.mobile_gzh{
    text-align: center;
    margin-top: 20px;
    display: none;
}
.mobile_gzh img{
    width: 100px;
    height: 100px;
}
/* 移动端滑动菜单 背景 */
.clear.on{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #000;
    z-index: 99;
    margin-top: 60px;
}
/* 移动端滑动菜单 */
.mobiel_menu{
    width: 230px;
    display:block;
    position: absolute;
    background: #171717;
    /*padding-top: 50px;*/
    top: 0px;
    bottom: 0px;
    /* transition:all .5s; */
    opacity: 0.8;
    left: -230px;
    z-index: 99;
}
.mobiel_menu.on{
    display: block;
    opacity: 1;
    left: 0px;
}
.nav-bar {
    width:20px;
    height:30px;
    z-index: 999;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: 20px;
    display: none;
}
.nav-bar > span{
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 6px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
}
.header li.after {
    position: relative;
}
.header li.after a::after {
    content: "0元试用";
    color: #fff;
    font-weight: bold;
    width: 82px;
    height: 40px;
    line-height: 45px;
    position: absolute;
    z-index: 2000;
    left: 15px;
    bottom: -21px;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    background-image:url('../img/buy_img/bubbleZhuce.png');
    cursor: pointer;
    top: 38px;
}
.header li.attract a {
    color: transparent;
    position: relative;
}
.header .nav div:last-child ul li.attract:hover>a{
    color: transparent;
}
.header li.attract a::after {
    content: '';
    position: absolute;
    width: 105px;
    height: 53px;
    background: url(/static/image/public/attract.gif);
    top: -1px;
    left: 0;
}
.header li.idVerify a {
    color: transparent !important;
    position: relative;
}
.header .nav div:last-child ul li.idVerify:hover>a {
    color: transparent;
}
.header li.idVerify a::after {
    content: '';
    position: absolute;
    width: 105px;
    height: 53px;
    background: url(/static/image/public/idverify.gif);
    top: -1px;
    left: 0;
}
/* 底部 */
.footer{
	background: #333;
    min-height: 210px;
}
.footer .inner {
    display: block;
    margin: 0 auto;
    width: 1200px;
}
.mod-foot .inner {
    position: relative;
}
.mod-link .bd{
	padding: 10px;
}
.mod-link .bd p{
	line-height: 26px;
	color: #ccc;
}
.mod-link .bd p.title{
	font-size: 12px;
	font-family: PingFangSC-Semibold, PingFang SC;
	color: #F9FAFB;
}
.mod-link .bd p.title img:last-child {
	margin-left: 20px;
}
.mod-link .bd p a{
	margin-right: 12px;
	white-space: nowrap;
	color: #36D07C;
	font-weight: 400;
}

.mod-foot{
	padding:0 10px 10px;
	color: #ccc;

}
.mod-foot a{
	color: #ccc;
}
.mod-foot .hd{
	position: absolute;
	top: -60px;
	right: 130px;
}
.mod-foot .hd p{
	line-height: 36px;
	text-align: center;
}
.mod-foot p{
	line-height: 22px;
	font-size: 12px;
}

.mod-foot .bd {
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #F9FAFB;
	width: 820px;
	border-top: 1px solid #EEEEEE;;
	padding-top: 20px;
}


/*解决抽屉滑动菜单被中间的logo*/
 .header .mobiel_menu.on{
    background-color: #000;
 }

 .nav-bar.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(10px);
    transform: rotate(45deg) translateY(10px);
}
.nav-bar.active span:nth-child(2) {
    opacity: 0;
}
.nav-bar.active span:nth-child(3){
    -webkit-transform: rotate(-45deg) translateY(-10px);
    transform: rotate(-45deg) translateY(-10px);
}
 .hotServer {
    display: inline-block;
 }

.mod-link .bd p a {
    color: #F9FAFB;
}

/* 移动自适应 */
@media screen and (max-width: 1080px) {
    .footer .inner .mod-link {
		min-height: 60px;
	}
}
@media screen and (max-width: 1200px) {
    .header li.attract a::after {
        left: 50%;
        transform: translateX(-38%);
    }
    .header li.after a::after {
        display:none;
    }
    .logo {
        position: absolute;
        z-index: 999;
        left: 50%;
        margin-left: -53px
    }
    .header div.pure-u-5-24{
        width: 100%;
    }
    .header .menu{
        display: none;
    }
    .footer{
        color: #ccc;
    }
    .footer ul li a{
        color: #ccc;
        width: 90px;
    }
    .footer ul li:last-child{
        display: none;
    }
    .mobile_gzh{
        display: block;
    }
    .nav-bar{
        display: block;
    }
}

@media screen and (max-width: 1080px){
	.footer {
		padding: 4% 5%;
	}
	.mod-foot .bd , .footer .inner{ 
		width: auto;
	}
	.mod-foot .bd p {
		text-align: center;
	}
	.mod-foot .hd img {
		width: 100px;
		height: 100px;
	}
	.mod-foot .hd {
		top: -152px;
		right: 0px;
	}
	.mod-foot .hd p{
		color: #F9FAFB;
	}

	.mod-link .bd p.title {
		padding-right: 120px;
	}
	.mod-link .bd p.title .divider {
		margin-right: 15px;
	}
	.mod-link .bd p.title .divider {
		display: none;
	}
}
@media screen and (max-width: 420px) {
     .hotServer {
        display: block;
        margin:5px;
     }
    .mod-link:nth-child(2) {
        display: none;
    }
    .mod-foot .hd img {
        width: 75px !important;
        height: 75px !important;
    }
    .mod-foot .hd {
        top: -115px !important;
    }
    .mod-foot .bd p:nth-child(1){
        display: none;
    }
    .mod-foot .bd p:nth-child(2){
        display: none;
    }
    .mod-foot .bd br{
        display: none;
    }
}