.banner{
	width: 100%;
	height: 300px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.banner-box{
	width: 100%;
	height: 100%;
	position: relative;
}
.banner-text{
	position: absolute;
	width: 100%;
	max-width: 1280px;
	padding: 0 22px;
	left: 50%;
	top: 46%;
	transform: translate(-50%,-50%);
}
.banner-text h3{
	margin: 0;
	padding: 0;
	font-size: 40px;
	text-align: center;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.banner-text p{
	margin: 0;
	padding: 0;
	font-size: 20px;
	color: #ddd;
	text-align: center;
	line-height: 1.3;
}
.banner-image{
	width: 100%;
	height: 100%;
}
.banner-image .wap{
	display: none;
}
.banner-image .pc{
	width: 100%;
	height: 100%;
}
.banner-image .wap{
	width: 100%;
	height: 100%;
}
.banner-image .pc img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-image .wap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media(max-width: 1068px){
	.banner{
		height: 240px;
	}
	.banner-text h3{
		font-size: 32px;
	}
	.banner-text p{
		font-size: 16px;
	}
}
@media(max-width: 734px){
	.banner-image .pc{
		display: none;
	}
	.banner-image .wap{
		display: block;
	}
}


.bottom{
	padding: 10px 0;
}
.faq-wrapper{
	max-width: 1024px;
	padding: 0 22px;
	width: 100%;
	margin: 0 auto;
}
.faq-container{
	display: flex;
	justify-content: space-between;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
	background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.faq-cat{
	width: 300px;
	background-color: #242933;
	padding: 30px 0;
}
.faq-post{
	width: calc(100% - 300px);
}
.faq-tabs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	color: rgba(255, 255, 255, .5);
}
.faq-tabs ul li{
	font-size: 16px;
	line-height: 60px;
}
.faq-tabs ul li > .level1,
.faq-tabs .hot-faq,
.faq-tabs ul li > .level2 li{
	padding: 0 30px;
	cursor: pointer;
}
.faq-tabs .hot-faq.active,
.faq-tabs ul li > .level1.open{
	color: #fff;
	background-color: rgba(0, 0, 0, .3);
}
.faq-tabs ul li > .level2{
	padding-left: 10px;
}
.faq-tabs ul li > .level1:hover,
.faq-tabs .hot-faq:hover,
.faq-tabs ul li > .level2 li:hover{
	color: #fff;
}
.faq-tabs ul li > .level2 li.active{
	color: #fff;
}
.faq-tabs ul li > .level1{
	position: relative;
}
.faq-tabs ul li > .level1::before,
.faq-tabs ul li > .level1::after{
	content: " ";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    top: 30px;
    right: 26px;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
    -moz-transition: transform ease .3s,-moz-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s, -moz-transform ease .3s, -o-transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
}
.faq-tabs ul li > .level1::before{
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq-tabs ul li > .level1::after{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-tabs ul li > .level1.open::before{
	-webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: rgba(255, 255, 255);
}
.faq-tabs ul li > .level1.open::after{
	    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    background: rgba(255, 255, 255);
}

.faq-content{
	padding: 24px 60px 100px;
}
.faq-content h2{
	margin: 0;
	font-size: 20px;
	color: #1d1d1f;
	line-height: 1.3;
	padding-bottom: 40px;
	border-bottom: 1px solid #ebebeb;
}
.faq-content .faq-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.faq-list > li{
	border-bottom: 1px solid #ebebeb;
}
.faq-list li .faq-title{
	padding: 20px 36px 20px 0;
	font-size: 16px;
	line-height: 1.3;
	color: #1d1d1f;
	position: relative;
	cursor: pointer;
}
.faq-list li .faq-title::before,
.faq-list li .faq-title::after{
    content: " ";
    display: block;
    width: 13px;
    height: 1px;
    background-color: #666;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transition: -webkit-transform ease .3s;
    transition: -webkit-transform ease .3s;
    -o-transition: -o-transform ease .3s;
    -moz-transition: transform ease .3s,-moz-transform ease .3s;
    transition: transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s, -moz-transform ease .3s, -o-transform ease .3s;
    transition: transform ease .3s, -webkit-transform ease .3s;
}
.faq-list li .faq-title::before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.faq-list li .faq-title::after{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.faq-list li .faq-title.open::before{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.faq-list li .faq-title.open::after{
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}



.faq-list li .faq-body{
	padding: 10px 10px 30px;
}
.faq-body{
    font-size: 15px;
    line-height: 1.5;
    color: #333;
}
.faq-body a{
	color: inherit;
}
.faq-body a:hover{
	color: #008AEE;
}
.faq-body p a{
	color: inherit;
	border-bottom: 1px dashed #333;
}
.faq-body p a:hover{
	border-bottom: 1px solid #008AEE;
	color: #008AEE;
}
.faq-body p{
    font-size: 15px;
    color: #333;
	margin: 10px 0;
    line-height: 1.8;
}
.faq-body li{
	font-size: 15px;
    padding: 0;
    margin-left: 40px;
    margin-bottom: 12px;
    line-height: 1.6;
}
.faq-body ul,
.faq-body ol{
    margin: 10px 0;
    padding: 0;
}
.faq-body p:first-child{
    margin-top: 0;
}
.faq-body p:last-child{
    margin-bottom: 0;
}
.faq-body{
	/*margin-top: 10px;*/
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
}
.faq-body img:not(.wpml_ico){
    max-width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #f5f6f9;
    border-radius: 5px;
}
.faq-body p img,
.faq-body figure img{

}
.faq-body figure{
    margin: 10px 0;
}
.faq-body img.wpml_ico{
    width: auto;
    margin: 0;
}
.faq-body hr{
	margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
.faq-body blockquote, 
.faq-body p.excerpt{
    margin: 10px 0;
    padding: 20px;
    border-left: 8px solid #008aee;
    background: #f5f6f9;
    line-height: 1.8;
    font-size: 15px;
    font-style: italic;
}


/*分页*/
.faq-control{
	padding: 18px 20px;
	margin-top: 10px;
}
.list-pagination .pagination{
	justify-content: center;
}
.list-pagination .pagination{
	margin: 0;
	padding: 0;
}
.list-pagination .pagination{
	display: flex;
	gap: 5px;
}
.list-pagination .pagination button{
  all: unset; /* 清除所有默认样式 */
  display: block; /* 让它像 div 一样是块级元素 */
  width: 100%; /* 可选，设置宽度为100%（视需要） */
  height: auto; /* 高度自动调整（视需要） */
  background: none; /* 去掉背景 */
  border: none; /* 去掉边框 */
  padding: 0; /* 去掉内边距 */
  margin: 0; /* 去掉外边距 */
  text-align: left; /* 可选，根据需要对齐文本 */
}
.list-pagination .pagination span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.list-pagination .pagination button{
	font-size: 15px;
    line-height: 26px;
    height: 26px;
    padding: 0 8px;
/*    border: 1px solid #e1e1e1;*/
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    color: #1d1d1f;
    font-weight: 400;
}
.list-pagination .pagination button:disabled{
	cursor: not-allowed;
	color: #9e9e9e;
/*	border-color: #e1e1e1;*/
}
.list-pagination .pagination button.active{
	background-color: #1772f6;
	color: #fff;
	font-weight: 600;
}
.list-pagination .pagination button:not(.active):hover{
	background-color: #eee;
}
.list-pagination .pagination button:disabled:hover{
  background-color: inherit;
}
@media only screen and (max-width: 734px){
	.loop-control{
		padding: 12px;
		margin-top: 10px;
	}
	.list-pagination{
    width: 100%;
  }
  .list-pagination .pagination span{
    display: none;
  }
  .list-pagination .pagination{
    width: 100%;
    justify-content: space-between;
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
    display: flex;
    width: calc(50% - 5px);
  }
  .list-pagination .pagination span:first-child,
  .list-pagination .pagination span:last-child{
  }
  .list-pagination .pagination button {
    font-weight: 600;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e1e1e1;
  }
    .list-pagination .pagination button:disabled {
      cursor: not-allowed;
      color: #9e9e9e;
  }
}
@media only screen and (max-width: 734px){
}

/*无结果*/
.no-result{
	margin: 0 auto;
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	color: #333;
	font-weight: 400;
}


.search-box-container{
	margin-bottom: 10px;
}
.faq-search-wrapper{
	width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 10px;
}
.faq-search-box{
	width: 100%;
	padding: 40px;
	background-color: #fff;
	border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px;
}
.faq-search-inner{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.faq-search-form{
	display: flex;
	align-items: center;
	gap: 10px;
}
.faq-search-form label:first-child{
	display: flex;
	flex: 1;
}
.faq-search-form label:last-child{
	display: flex;
	min-width: 100px;
	flex-shrink: 0
}
.faq-search-form button{
	all: unset;
	box-sizing: border-box;
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	font-size: 16px;
	height: 40px;
	color: #1d1d1f;
	text-align: center;
	background-color: #2468de;
	border-radius: 4px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.faq-search-form button:disabled{
	opacity: .5;
	cursor: not-allowed;
}
.faq-search-form button:not(:disabled):hover{
	background-color: #0f5ada;
}
.faq-search-form input{
	width: 100%;
	height: 40px;
	padding: 0 16px;
	font-size: 16px;
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	border-radius: 4px;
}
.faq-search-notice{
	font-size: 14px;
	line-height: 1.4;
	color: #666;
	font-weight: 400;
}




@media(max-width: 1068px){
	.faq-wrapper{
		max-width: 740px;
		padding: 0 10px;
	}
	.faq-cat{
		display: none;
	}
	.faq-post{
		width: 100%;
	}
}
@media(max-width: 734px){
	.faq-wrapper{
        max-width: 450px;
    }
	.faq-search-wrapper{
		max-width: 450px;
	}
	.faq-search-box{
		padding: 20px 14px;
	}
	.faq-search-form input{
		height: 34px;
		padding: 0 14px;
		font-size: 14px;
	}
	.faq-search-form button{
		height: 34px;
		font-size: 14px;
	}
	.faq-search-notice{
		font-size: 12px;
	}
	.faq-search-inner{
		gap: 12px;
	}

	.faq-content{
		padding: 20px 14px;
	}
	.faq-content h2{
		font-size: 16px;
		padding-bottom: 20px;
	}
	.faq-list li .faq-title{
		font-size: 14px;
		padding: 10px 36px 10px 0;
	}
	.faq-body,
	.faq-body p,
	.faq-body li{
		font-size: 13px;
		line-height: 1.5;
	}
}