.noshadow{
	box-shadow: none;
}
.swiper-container-prob {
   
    padding-bottom: 40px;
    overflow: hidden;
}
.search {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    height: 720px;
    z-index: 2;
}
.search-bg {
	background: #F1F1F1 url(../img/graybg.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 720px;
	margin-bottom: 30px;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	border-radius: 10px;
}
.pro-search{
	height: 400px;
	padding-bottom: 40px;
}
.pro-search .search-bg {
	background: #F1F1F1 url(../img/problem_banner.jpg) no-repeat center;
	background-size: 100% 100%;
	height: 400px;
	margin-bottom: 30px;
	position: absolute;
	z-index: -1;
	top: 0;
	width: 100%;
	border-radius: 10px;
}
.search-form {
	padding: 80px;
	padding-top: 220px;
}

.pro-search .search-form {
	padding: 60px;
	padding-top: 117px;
}
.search-form h2 {
	font-size: 48px!important;
	font-weight: bold;
	color: #101010;
	margin-bottom: 20px;
}

.search-form h3 {
	font-size: 18px;
	color: #101010;
	margIn-bottom: 2.5rem;
}

.line-input {
	width: 55%;
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	position: relative;
}

.line-input .acp-input {
	width: 100%;
	font-size: 18px;
	line-height: 40px;
	border: 1px solid #fff;
	outline: none;
	text-indent: 1em;
	margin-bottom: 0!important;
}

.prob-input .line-input {
	position: relative;
	margin: 20px 0;
}

.prob-input .acpfont {
	line-height: 44px;
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 24px;
	color: #d3d3d3;
}

.prob-input .line-input .acp-input {
	margin: 0 !important;
	text-indent: 3em;
}

.search-btn {
	position: absolute;
	right: 10px;
	top: 10px;
}

.search-btn .normalBtn {
	border-radius: 4px;
	height: 42px;
	display: inline-block;
	line-height: 42px;
	padding:0 35px;
}

.swiper-container-prob .swiper-slide {
    width: 22%;
}
.m-show {
	display: none;
}
.problem-list {
	background: #f1f1f1;
	padding-bottom: 20px;
	padding-top: 50px;
	border-radius: 10px;
	text-align: center;
	cursor: pointer;
	
	background: #FFFFFF;
	box-shadow: 0px 6px 20px 1px rgba(0, 0, 0, 0.1);
	border-radius: 10px;

}
ul.problems{
	list-style: none;
}
.problem-list:first-child{
	margin-left:4px!important
	
}
.problem-list h2{
	padding-top: 10px!important;
}
.problem-list.current {
	box-shadow: none;
	
color: #3E484F;
	position: relative;
}

.problem-list.current::before {
	position: absolute;
	border: 2px solid #3E484F;
	border-radius: 10px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
}
.problem-show{
	padding-top:80px;
	padding-bottom:80px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.problem-list.current::after {
	position: absolute;
	border-radius: 12px;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	content: '';
	border: 2px solid rgba(62, 72, 79, 0.5);
}


.problem-list.current h2{
	color:#3E484F
	
}
.problem-list .acpfont {
	font-size: 50px;
	color: #ff4d3a;
}

.problem-list h2 {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
}

.prob-item h1 {
	font-size: 48px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.prob-item h4 {
	text-align: center;
	color: #434343;
	font-size: 18px;
	margin-bottom: 35px;
	font-weight: normal!important;
}

.asklists {
	margin:0 auto 60px;
}

.asklists h3 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.asklists h3 .acpfont {
	font-size: 28px;
	display: inline-block;
	height: 45px;
	width: 45px;
	text-align: center;
	font-weight: normal;
	line-height: 45px;
	background: orangered;
	color: #fff;
	border-radius: 100px;
	margin-right: 10px;
}
.asklists .problems{
    list-style: none;
    padding-left: 15px;
}
.asklists ul.problems li {
	margin-bottom: 25px;
}

.asklists ul.problems li.current {
	border-bottom: #f1f1f1 1px solid;
}

.asklists ul.problems li h2 {
	cursor: pointer;
	font-size: 20px;
}

.asklists ul.problems li h2:hover {
	color: orangered
}

.asklists ul.problems li .answer {
	font-size: 18px;
	padding-bottom: 10px;
}

.padding-sm {
	padding: 20px;
}
ul.problems {
	padding-top: 10px;
}

ul.problems li {
	border-left: 3px solid #000;
	margin-bottom: 20px;
	padding-left: 11px;
}

ul.problems li h2 {
	font-weight: bold;
	margin-bottom: 20px;
	padding-right: 30px;
	position: relative;
	line-height: 1.3;
	font-size: 16px;
}

ul.problems li h2 span {
	position: absolute;
	right: 5px;
	top: 0px;
	webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

ul.problems li h2.current span {
	position: absolute;
	right: 5px;
	top: 0px;
	webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

ul.problems li .answer {
	display: none;
}

ul.problems li.current .answer {
	display: block;
	line-height: 1.4;
	color: #7D7D7D;
}

.new-prolists{
	display: block;
	margin: 0;
}
.new-prolists li{
	display: inline-block;
	width: 33%;
	height: 43px;
	line-height: 43px;
	padding-left:26px;
}
.new-prolists li a{
	width: 95%;
	display: block;
	border-radius: 4px;
	padding-left:26px;
	position: relative;
	
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
}
.new-prolists li a::before{
	display: inline-block;
	content: '';
	position: absolute;
	left:10px;
	width: 8px;
	top:20px;
	height: 8px;
	background: #3E484F;
	border-radius: 10px;
}
.new-prolists li:hover a{
	background: rgba(216, 216, 216, 0.33);
	
}
.noabpadding{
	padding-top:0!important;
	padding-bottom:0!important;
}

.problem-con{
	width:1280px ;
	margin: 0 auto;
}
.problem-con .problem-onpalce{
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}
.problem-con .problem-onpalce a{
	font-size: 24px;
	color: #3E484F;
}
.pro-con-title{
	padding:40px 0;
	font-size: 24px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
	border-bottom: 1px solid #D8D8D8;
}
.pro-con-body{
	padding-top:50px;
	font-size: 18px;
	font-family: SourceHanSansCN-Regular, SourceHanSansCN;
	font-weight: 400;
	color: #3E484F;
	line-height: 32px;
}
.ishelp{
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	font-family: SourceHanSansCN-Heavy, SourceHanSansCN;
	font-weight: 800;
	color: #3E484F;
}
.ishelp-btn{
	text-align: center;
	padding-bottom: 80px;
}
.ishelp-btn a{
	display: inline-block;
	align-items: center;
	padding-top:7px;
	width: 120px;
	height: 44px;
	border-radius: 4px;
	font-size: 16px;
	font-family: SourceHanSansCN-Medium, SourceHanSansCN;
	font-weight: 500;
	color: #3E484F;
	margin-right: 9px;
	margin-left: 9px;
	border: 1px solid #3E484F;
}
.ishelp-btn a img{
	width: 20px;
}
a:link {
	text-decoration: none;
}