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

/* 回到顶部与客服 */
.back-top-box {
	width: 80px;
	height: 180px;
	background-color: #fff;
	position: fixed;
	right: 10px;
	box-sizing: border-box;
	bottom: 20px;
	padding: 0 5px;
	border-radius: 5px;
    line-height: 0  !important;
	box-shadow:
		0px 0px 2.2px rgba(0, 0, 0, 0.028),
		0px 0px 5.3px rgba(0, 0, 0, 0.04),
		0px 0px 10px rgba(0, 0, 0, 0.05),
		0px 0px 17.9px rgba(0, 0, 0, 0.06),
		0px 0px 33.4px rgba(0, 0, 0, 0.072),
		0px 0px 80px rgba(0, 0, 0, 0.1);
}

.back-top-box .back-top,
.back-top-box .to-ke-fu {
	width: 100%;
	height: 90px;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	padding: 15px 0;
	user-select: none;
}

.back-top-box .back-top {
	border-bottom: 1px dashed #ccc;
}

.back-top-box .to-ke-fu img,
.back-top-box .back-top img {
	width: 40px;
	height: 40px;
	-webkit-user-drag: none;
}

.back-top-box .to-ke-fu p,
.back-top-box .back-top p {
	font-size: 12px;
	margin-top: 15px;
    line-height: 0;
}

.back-top-box .to-ke-fu p {
	color: #2ccd7f;
}

.back-top-box .back-top p {
	color: #6a6a6d;
}
/* 个人中心 */
li.personal-center2{
	width: 150px !important; 
	position: relative;
    margin-left: 30px;
}
 li.personal-center2 a{
	width: 100% !important; 
	position: relative;
}
.personal-center a:hover{
    color: #fff !important;
}
 li.personal-center .up-tri{
	position: absolute;
	border: 8px solid #f9f9f9;
	border-bottom: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 50%;
	transform: translate(0%,-50%);
	right: -15px;
	transition: all 0.4s ease;
}
 li.personal-center:hover .dropdown-content{
	display: block;
}
 li.personal-center:hover .triangle{
	display: block;
}
/*  li.personal-center:hover .up-tri{
	transform:rotateX(180deg);
} */
 li.personal-center .triangle {
	width: 0;
	height: 0;
	display: none;
	border: 10px solid #f9f9f9;
	border-top: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	position: absolute;
	top: 52px;
	z-index: 1;
	left: 75px;
}
/* 个人中心的下拉框 */
 li.personal-center .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	z-index: 99999;
	left: 10px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	/* margin-top: ; */
	border-radius: 4px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3);
	animation: gif .2s  ease;
}
@keyframes gif {
	0% {
		height: 0px;
	}

	20% {
		height: 20px;
	}

	40% {
		height: 40px;
	}
	60% {
		height: 60px;
	}

	100% {
		height: 80px;
	}
}
 li.personal-center .dropdown-content a{
	cursor: pointer;
	user-select: none;
	color: #595959 !important;
}
 li.personal-center .dropdown-content a:hover{
	border-radius: 4px 4px 0 0;
	background-color: #d2edfa;
}
 li.personal-center .dropdown-content a:last-child:hover{
	border-radius: 0px 0px 4px 4px;
}
 li.personal-center a img{ 
	display: inline-block;
	width: 30px;
	vertical-align: middle;
	margin-right: 5px;
}



/* 登录按钮 */
li.login-index {
    transform: translate(20%,0%);
}
li.login-index,li.register-index{
    position: relative;
}
li.login-index a,li.register-index a{
    line-height: 30px !important;
}
li.login-index a span,li.register-index a span{
    border: 1px solid rgb(235, 225, 225);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 70px;
    height: 30px;
    background-color: #fff;
    border-radius: 8px;
    color: #333;
    text-align: center;
}

.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;
}
/* 底部 */
.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 span {
	color: #36D07C;
	font-weight: 600;
	margin-right: 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: 1200px) {
    li.login-index a span, li.register-index a span {
        border: 0;
        color: #fff;
        background-color: transparent;
        text-align: left;
        margin: 0.4rem;
    }
    /* 登录按钮 */
    li.login-index {
        transform: translate(0%,0%);
    }
    li.login-index,li.register-index{
        position: relative;
        padding: 0.37037037rem;
    }
    li.login-index a span,li.register-index a span{
        width: 100%;
    }
    .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;
    }

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


@media screen and (max-width: 420px) {
    .back-top-box {
        width: 60px;
        height: 140px;
		right: 10px;
		bottom: 10px;
    }
	.back-top-box .to-ke-fu img,
	.back-top-box .back-top img {
		width: 30px;
		height: 30px;
		-webkit-user-drag: none;
	}
    .back-top-box .back-top,
    .back-top-box .to-ke-fu {
        height: 70px;
		padding: 10px 0;
    }
    .back-top-box .to-ke-fu p,
    .back-top-box .back-top p {
        margin-top: 15px;
    }
     .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;
    }
}

