html {
	padding-top: 105px;
	margin: 0 auto;
	background:#F5F5F5;
}

body {
	background:#F5F5F5;
}
#menu {
	overflow: visible;
}
body,h5 {
font-size: 14px;
}
[v-cloak]{
    display: none;
}
li {
	list-style: none;
}
a {
	color:#333;
}
#contactUsContainer {
	padding-bottom: 3.5rem;
}
#contactUsContainer header {
	background: #c30708;
	z-index: 4;
	left: auto;
	height: auto;
	overflow: auto;
}
.foot {
	position:fixed;
	width: 100%;
	left:50%;
	transform:translate(-50%);
	bottom:0;
}
@media screen and (min-width: 1024px){
	html,header {
		width: 779.999999px;
	}
}
@media all and (min-width:1024px) {
	#contactUsContainer .foot {
		width: 779.999999px;
	}
}
#contactUsContainer .pullDownList {
	width:100%;
	box-sizing:border-box;
	padding:0 15px;
	padding-top: 16px;
	margin: 0 auto;
}

#contactUsContainer .pullDownList>ul>li {
	margin-bottom: 20px;
	border: 1px solid #c30708;
	border-radius:5px;
	overflow:hidden;
}
#contactUsContainer .pullDownList .btnBox{
	display:flex;
	justify-content:space-between;
	align-items:center;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	background-color:#fff;
	padding: 5px 10px;
	color:#C3171A;
	font-weight:bold;
}
#contactUsContainer .pullDownList .btnBox img {
	width:28px;
	height:28px;
	transition:all .2s;
	-ms-transition:all .2s; /* IE 9 */
	-moz-transition:all .2s; /* Firefox */
	-webkit-transition:all .2s; /* Safari 和 Chrome */
	-o-transition:all .2s; /* Opera */
}
#contactUsContainer .pullDownList .pullDownContent {
	height:0;
	overflow: hidden;
	background:#fff;
}
#contactUsContainer .pullDownList .isDown .pullDownContent {
	height:auto;
}
#contactUsContainer .pullDownList .isDown  .btnBox img {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* IE 9 */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
#contactUsContainer .pullDownList .pullDownContent .contactContent {
	color:#ccc;
	left: 0;
	width: 100%;
	padding-top: 0!important;
}
#contactUsContainer .pullDownList .pullDownContent .contactContent p,
#contactUsContainer .pullDownList .pullDownContent .contactContent span,
#contactUsContainer .pullDownList .pullDownContent .contactContent a{
	color:#333;
}
#contactUsContainer .pullDownList .pullDownContent .contactContent .customerService a {
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 10px;
}
#contactUsContainer .pullDownList .pullDownContent .contactContent .customerService a span {
	vertical-align: middle;
}
#contactUsContainer .pullDownList .pullDownContent .contactContent .customerService a img{
	width:22px;
	vertical-align: middle;
	margin-right:5px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav {
	padding: 10px;

}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul {
	position:relative;
	display:flex;
	background:#F6F6F6;
	border-radius: 10px 10px 0 0;
	padding-top: 10px;
	padding-bottom:15px; 
    box-shadow: 5px 5px 5px #F5D9DA;
		align-items: center;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li {
	box-sizing: border-box;
	flex:1;
	text-align: center;
	color:#333;
	font-size:12px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li img{
	width: 66px;
	display:block;
	margin: 0 auto;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li.active {
	color:#C3171A;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li p {
	position:relative;
	display:inline-block;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li.active p::after{
	content:'';
	position:absolute;
	left: 0;
	bottom: -15px;
	width:100%;
	height:2px;
	background: #C3171A;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .tabNav ul li p {
	font-weight: bold;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content {
	padding:0 10px;
	padding-bottom: 10px;
	margin-top:2px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .hint {
	padding-top: 6.5px;
	text-align: center;
	color: #C3171A;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li:last-child {
	padding-bottom: 0;
} 
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li {
	padding: 15px 0; 
	border-bottom: 2px solid #F6F6F6;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li h5 {
	font-size: 15px;
	color:#C3171A;
	margin-bottom:2px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li p,
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li h5 {
	padding: 3.5px 0;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li h5 {
	font-weight: bold;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content>ul li:last-child{
	border-bottom: 0;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination {
	display:flex;
	justify-content:center;
	padding-top: 15px;
	padding-bottom:20px;
}

#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul {
	display:flex;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination .prev img,
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination .next img {
	height: 25px;
	width:25px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul li
{
	width: 25px;
	height: 25px;
	line-height:25px;
	text-align: center;
	margin-left: 10px;
	font-weight: bold;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul li:last-child {
	margin-right: 10px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul li.active {
	color: #c30708;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul li.needEllipsis {
	position:relative;
	margin-right: 35px;
}
#contactUsContainer .pullDownList .pullDownContent .tabContent .content .pagination ul li.needEllipsis::after {
	position:absolute;
	content:'...';
	width:25px;
	height:25px;
	right:-35px;
	top:0;
	color:#333;
	pointer-events: none;
}
@media all and (min-width:1024px) {
	#contactUsContainer .pullDownList {
		width: 779.999999px;
	}
}
@media all and (max-width: 700px) {
	html{
		padding-top: 100px;
	}
}
@media all and (max-width: 600px) {
	html{
		padding-top: 90px;
	}
}
@media all and (max-width: 500px) {
	html{
		padding-top: 80px;
	}
}
@media all and (max-width: 420px) {
	html{
		padding-top: 65px;
	}
}