
body{
	font-family: "PingFang SC";
	font-family: PingFangTC-Regular, sans-serif;
	font-family: PingFangTC-Ultralight, sans-serif;
	font-family: PingFangTC-Light, sans-serif;
	font-family: PingFangTC-Thin, sans-serif;
	font-family: PingFangTC-Medium, sans-serif;
	font-family: PingFangTC-Semibold, sans-serif;
}
p,.single-footer-widget ul.list li a{
	color: #444444;
}
.logo img{
	width: 167px;
	height: 35px;
}
.container h3{
	color: #000007;
}


.go-top,.go-top:hover{
	background-color:#6F64F8 ;
}
.tect{
	text-align: center;
	font-size: 14px;
}
.single-footer-widget ul.list li a:hover{
	color: #6F64F8;
}
/* video::-webkit-media-controls-play-button {
    display: none;
} */


@media only screen and (max-width: 991px) {


	/* 软件链接列表 */
	.p_content{
		padding-top: 40px;
	}
	.single-footer-widget .logo{
		margin-bottom: 10px;
		margin-top: 0px;
	}

	/* 脚本 */
	.copyright-area p{
		font-size: 12px;
		line-height: 18px;
	}

	/* 客服位置 */

	.footer-area  .main-contact{
		bottom: 100px  !important;
	}

}
@media (max-width: 768px){
	.col-xs-4 {
		    flex: 0 0 33.333333%;
		    max-width: 33.333333%;
	}
}
.container_footer{
	max-width: 1200px;
	margin:  auto;
	padding: 15px;
	display: flex;
	width: 100%;

}
.c_footer{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.c_footer a{
	color: #646A73 ;
}
.c_footer >div{
		width: 170px;
		margin-bottom: 15px;
		justify-content: space-between;
}
.login_img{
	/*width: 200px;*/
	flex-shrink: 0;
}
.c_footer >div.info_last{
	margin-left: auto;
	width: 100%;
		flex: auto;
}
 .c_footer  .imglx{
	 width: 84px;
 }
 .c_footer .info_contact{
 }

 、
.info  p{
	margin-top: 8px;
	display: flex;
	justify-content: center;
}

.single-footer-widget .info{
	 display: flex;
	 width: 280px;
	margin: 0 auto;
	text-align: center;
 }
 .single-footer-widget .info div{
	 flex: 1;
	 margin-bottom: 15px;
	 padding: 0;

 }
 .single-footer-widget h3{
	 font-size: 22px;
	 color: #1F2329;
 }
 .single-footer-widget .tel{
	 color:#6F64F8 ;
	 font-size: 16px;
 }
 @media only screen and (max-width: 767px){
	 .container_footer{
		 flex-wrap: wrap;
	 }
	 .container_footer >div.login_img{
		 width: 100%;
		 text-align: center;
	 }
	 .c_footer >div{
			 width: 42%;
	 }
	 .c_footer >div.info_last{
		 flex: auto;
	 }
	.c_footer  .info_contact{
			  margin-right: 0;
	 }
 }

