.main{
  padding-bottom: 165px;
}
.banner img{
  width: 100%;
}
.tab{
  border: none !important;
  margin-top: 0px !important;
}
.tabs{
  overflow: hidden;
}
.tabs ul{
  /* float: left; */
  padding-top: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  border-bottom: 1px solid #e7e7e7;
  overflow: hidden;
  /* padding-bottom: 17px; */
}
.tabs ul li{
  float: left;
  margin-right: 14px;
  line-height: 23px;
  color: #333333;
}
.tabactive{
  font-size: 19px;
  font-weight: 700;
  color: #333333;
  /* border-bottom: 3px solid #00558E; */
  padding-bottom: 15px;
  position: relative;
}
.tabactive span{
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 3px;
  background: #00558E;
  left: 19px;
  bottom: 0px;
  /* border-radius: 3px; */
}
.tablist ul li{
  border-bottom: 1px solid #e7e7e7;
  line-height: 53px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
.tablist ul li:last-child{
  border-bottom: none;
}
.tablist ul li p{
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
}
.tablist ul li span{
  background: url(../images/Chevron.png) no-repeat;
  background-size: 7px 12px;
  display: inline-block;
  width: 7px;
  height: 12px;
  margin-top: 20px;
  margin-right: 4px;
  float: right;
}
#app .search {
  padding-right: 3rem;
  margin-top: 0;
}

#app .search .search-type {
  display: flex;
  line-height: 1.8rem;
  height: 1.8rem;
  background: #f6f6f6;
  padding-left: .7rem;
  border-radius: .9rem;
}

#app .search .search-type input {
  max-width: 80%;
  font-size: .7rem;
  text-indent: .5rem;
}
#app .search .search-type .type-pos-title {
  position: relative;
  line-height: 1.8rem;
  height: 1.8rem;
  white-space: nowrap;
  padding-right: 1rem;
  font-weight: 500;
  font-size: .65rem;
  text-align: left;
  color: #666666;
}

#app .search .search-type .type-pos-title .icon_line {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1rem;
  width: 1px;
  background: #d1d1d1;
}

#app .search .search-type .type-pos-title i.van-icon {
  position: absolute;
  right: .6rem;
  top: .6rem;
  font-size: .5rem;
  color: #666666;
  transform: rotate(90deg) translateY(-50%);
}
.van-popup{
  padding-top: 10px;
}
#app .width {
  /* width: 100%; */
  padding-right: 0px;
}
.content_header{
  
}
.hotquestion{
  width: 86%;
  /* height: 392px; */
  background: #ffffff;
  -webkit-box-shadow: #ccc 0px 0px 10px; 
  -moz-box-shadow: #ccc 0px 0px 10px; 
  box-shadow: #ccc 0px 0px 10px; 
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  position: absolute;
  top: 55px;
  left: 3%;
  padding: 15px;
}
.hotquestion h2{
  line-height: 16px;
  color: #A90003;
  font-weight: 400;
  text-align: left;
  padding-bottom: 20px;
  margin-top: 10px;
  border-bottom: 1px solid #e7e7e7;
}
.hotquestion p{
  border-bottom: 1px solid #e7e7e7;
  line-height: 20px;
  text-align: left;
  padding: 15px 0;
}
.hotquestion p:last-child{
  border-bottom: none;
}
.width input::placeholder {
  font-size: 14px;
  color: #999;
}
.borderbottom{
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 15px;
}
.popuptit{
  margin-top: 10px;
}
.popuptit h1{
  /* display: inline-block; */
  font-size: 18px;
  text-align: center;
  color: #333;
}
.popuptit span{
  font-size: 12px;
  position: absolute;
  top: 20px;
  right: 15px;
  color: #00558E;
  line-height: 25px;
}
.radiobox{
  padding: 15px;
}
.radiobox p{
  width: 150px;
  height: 55px;
  line-height: 55px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  color: #000000;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
  position: relative;
}
input[type="radio"]{
  appearance: none;
	-webkit-appearance: none;
	outline: none;
	margin: 0;
	vertical-align: text-bottom;
	margin-right: 0.1rem;
}
input[type="radio"]:after {
	display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: none;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 55px;
  border-radius: 4px;
}
input[type="radio"]:checked:after {
  background: none;
  border: 1.1px solid #00558E;
  color: #00558E !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 55px;
  border-radius: 4px;
}
.active{
  border: 1px solid #00558E !important;
  color: #00558E !important;
  font-weight: 700;
}
.content{
  background: #ffffff;
  width:86.5%;
  margin: 10px;
  padding: 0 15px 10px;
  border-radius: 6px;
}
.content .content-tit{
  color: #00558E;
  font-size: 0.8rem;
  border-bottom: 1px solid #E7E7E7;
  height: 2.48rem;
  line-height: 2.48rem;
}
.content .question{
  margin-top: 15px;
  border-top: 1px solid #E7E7E7;
  padding-top: 15px;
}
.content .tabcontent .tab .question:first-child{
  border-top: none;
  margin-top: 0px;
}
.content .question p{
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  color: #333333;
  /* text-align: justify; */
}
.content .question p span{
  width: 22px;
  height: 17px;
  background: #cd1415;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  margin-right: 3px;
}
.content .question .answer p,.content .question .answer span{
  margin-top: 10px;
  font-size: 14px;
  /* text-align: justify; */
  color: #999999;
  font-weight: normal;
  display: block;
}
.content .question .answer p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666666;
}
.loaddingmore button{
  width: 100%;
  height: 53px;
  text-align: center;
  background: #fff;
  border: 1px solid #e7e7e7;
  color: #666666;
  margin: 10px auto;
  font-size: 18px;
  border-radius: 3px;
}
.footerbtn{
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
}
.footerbtn .btn{
  width: 94.4%;
  height: 48px;
  background: #00558E;
  border-radius: 3px;
  color: #ffffff;
  margin: 15px 10px 22px 10px;
  display: block;
  text-align: center;
  line-height: 48px;
  font-weight: 700;
}
.footerbtn a span{
  background: url(../images/aiimg.png) no-repeat left center;
  padding-left: 35px;
  display: inline-block;
  background-size: 30px;
}
