@import  "";
.header.pc-header {
	display: none;
}
.header {
	position: fixed;
	top:0;
	left: 0;
	z-index: 100;
	width: 100%;
	padding:0 0.3rem;
	box-sizing: border-box;
	height: 0.8rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .header_wrapper{
	display: flex;
	align-items: center;
	width: 100%;
}
.header .header_left {
	height: 0.8rem;
}
.header .header_left a {
	display: flex;
	height: 0.8rem;
	justify-content: flex-start;
	align-items: center;
}
.header .header_left .header_logo {
	height: 0.3rem;
}
.header .header_phone{
     font-size: 0.26rem;
    flex: 1;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .header_phone a{
	color: #ffffff;
}
.header .header_phone .icon-phone-top{
	margin-right:5px;
	animation: phoneAnimate 1s linear 1s infinite alternate;
	-moz-animation: phoneAnimate 1s linear 1s infinite alternate;
	-webkit-animation: phoneAnimate 1s linear 1s infinite alternate;
	-o-animation: phoneAnimate 1s linear 1s infinite alternate;
}

@keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-moz-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-webkit-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}

@-o-keyframes phoneAnimate{
	0%   {color: #ffffff;}
	50%   {color: #8ae843;}
	100% {color: #E84368;}
}
.header .header_rght {
	height: 0.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .header_rght .nav_btn {
	display: block;
	height: 0.48rem;
}
.header .header_nav {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
	width: 2.62rem;
	height: 11.95rem;
	padding:0.27rem;
	box-sizing: border-box;
	background:#007892;
    clear: both;
}
.header .header_nav .header_nav_close {
	width: 0.48rem;
	height: 0.48rem;
	background: url('404.png') no-repeat;
	background-size: 100%;
	float: right;
	margin-bottom: 0.6rem;
}
.header .header_nav ul {
	clear: both;
	height: auto;
	padding-left: 0;
	margin:0;
}
.header .header_nav ul li {
	width: 100%;
	height: 0.5rem;
	position: relative;
	margin-bottom: 0.2rem;
}
.header .header_nav ul li .nav a {
	display: block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: right;
	color:#fff;
	font-size: 0.24rem;
	font-weight: bold;
}
.header .header_nav ul li .nav_list {
	display: none;
	position: absolute;
	top: 0.5rem;
	right: 0;
	z-index: 7;
	width: 2.5rem;
	height: auto;
	overflow: hidden;
	background:#fff;
}
.header .header_nav ul li .nav_list a {
	display: block;
	height: 0.5rem;
	line-height: 0.5rem;
	margin:0.1rem 0;
	padding:0 0.2rem;
	text-align: right;
	color:#666;
	font-size: 0.24rem;
}
.header .header_nav .login_btn {
	display: block;
	width: 100%;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: right;
	color:#fff;
	font-size: 0.24rem;
	font-weight: bold;
	margin-bottom: 0.2rem;
}
.header .header_nav .register_btn {
	display: inline-block;
	padding:0.05rem 0.15rem;
	height: 0.35rem;
	line-height: 0.35rem;
	text-align: center;
	background: #E84368;
	border-radius: 4px;
	font-weight: bold;
	font-size: 0.16rem;
	color:#fff;
	float: right;
}
.header .header_nav .avatar-img {
	margin: 0 auto;
    display: block;
    text-align: right;
}
.header .header_nav .avatar-img img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
    overflow: hidden;
}
.header .header_nav .avatar-name{
	background: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #e84367;
	font-size: 24px;
	font-weight: bold;
	float: right;
}

.footer {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #252F45;
	padding:0.2rem 0.2rem;
	box-sizing: border-box;
}
.footer .footer_right {
	display: none;
}
.footer .footer_left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer .footer_left .footer_top_qrcode {
	display: none;
}
.footer .footer_left .footer_left_top {
	flex:0 0 1.5rem;
	width: 1.5rem;
}
.footer .footer_left .footer_left_top .footer_logo {
	display: block;
	height: 0.3rem;
}
.footer .footer_left .footer_left_top .text {
	font-size: 0.14rem;
	color: #f5f5f5;
	line-height: 0.26rem;
    display: none;
}

.footer .footer_left .footer_left_bottom {
	flex: 1;
	font-size: 0.14rem;
}
.footer .footer_left .footer_left_bottom .tel {
	justify-content: flex-end;
	align-items: center;
	font-size: 0.14rem;
    color: #f5f5f5;
	height: 0.3rem;
	margin-bottom: 0.2rem;
    display: none;
}
.footer .footer_left .footer_left_bottom .tel .tel_img {
	flex:0 0 0.2rem;
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}
.footer .footer_left .footer_left_bottom .address,
.footer .footer_left .footer_left_bottom .copyright {
	text-align: right;
	color: #f5f5f5;
	display:none;
}
.contact-chat{
    background: #ffffff;
    text-align: center;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
    z-index: 3000;
    overflow: hidden;
    display: flex;
}
.contact-chat #weixin-kefu{
	position: fixed;
    top: 100px;
    left: 0;
    z-index: -1;
}
.contact-chat dl{
	margin: 0;
    padding: 0;
	color: #333333;
	cursor:pointer;
    flex: 1;
}
.contact-chat dl dd{
	margin:0 auto;
    padding: 8px 0 0 0;
    text-align: center;
	font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.contact-chat dl dd .icon-wechat01{
	font-size: 20px;
}
.contact-chat dl dt{
	padding: 0 5px 5px 5px;
	font-size: 12px;
}
.contact-chat dl:hover{
    background: #4E5EAF;
    color:#f5f5f5;
}
.call-me-drawer, .we-chat-drawer{
	display:none;
	position: fixed;
	left:0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    padding: 30px 30px 80px 30px;
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    z-index: 100;
}
.call-me-drawer h3{
	margin: 0;
    font-size: 20px;
}
.we-chat-drawer .we-for-h5 h4{
    margin: 10px auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #007892;
}
.we-chat-drawer .we-for-h5 .icon-success-01{
    margin-right: 10px;
    font-size: 0.4rem;
    color: #007892;
    font-weight: bold;
}
.we-chat-drawer .we-for-h5 h3{
	color: #E84368;
    font-size: 20px;
}
.call-me-drawer h3 a{
	color: #E84368;
    font-size: 28px;
}
.call-me-drawer p,.we-chat-drawer .we-for-h5 p{
    margin: 10px 0;
    font-size: 14px;
}
.we-for-pc{
	margin:0 auto;
}
.we-chat-drawer .we-for-pc img{
	margin:0 auto;
	width: 120px;
	height: auto;
}
.we-chat-drawer .we-for-pc,.we-chat-drawer .we-for-h5{
	display:none;
}
.add-top-bg{
	background: rgb(0, 120, 146);
	height: 0.8rem;
	width:100%;
}