.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.commonproblem {
  background: #f6f6f6;
  padding-bottom: 40px;
}

.commonproblembanner {
  width: 100%;
  height: 389px;
  background: url(../images/banner.png) no-repeat center;
}

.commonproblembanner_in {
  width: 1200px;
  margin: auto;
  text-align: center;
  padding-top: 75px;
  position: relative;
}

.commonproblembanner_in_t1 {
  font-size: 28px;
  color: #ffffff;
}

.commonproblembanner_in_t2 {
  font-size: 12px;
  line-height: 14px;
  color: #666666;
  margin: 8px 0 12px 0;
}

.commonproblembanner_in_input {
  width: 866px;
  height: 70px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 8px 10px;
}

.commonproblembanner_in_inputin {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 4px;
}

.commonproblembanner_in_inputin .inputicon {
  display: block;
  float: left;
  width: 64px;
  height: 100%;
  background: url(../images/icon1.png) no-repeat center;
  background-size: 18px 17px;
  border-right: 1px solid #f0f0f0;
}

.commonproblembanner_in_inputin input {
  float: left;
  width: calc(100% - 211px);
  height: 100%;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 20px;
}

.commonproblembanner_in_inputin .searchbtn {
  display: block;
  float: right;
  width: 144px;
  height: 100%;
  background-color: #ef0018;
  border-radius: 0px 4px 4px 0px;
  border: solid 1px #ff4c5e;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  color: #ffffff;
}

.commonproblembanner_in_hot {
  text-align: center;
  margin-top: 20px;
}

.commonproblembanner_in_hot span {
  font-size: 14px;
  color: #cccccc;
}

.commonproblembanner_in_hot a {
  font-size: 14px;
  color: #cccccc;
  margin-right: 15px;
}

.commonproblem_list {
  width: 1200px;
  margin: auto;
  border-radius: 4px;
  background: #fff;
  margin-top:20px;
  overflow:hidden;
}

.commonproblem_listl {
  float: left;
  width: 240px;
  box-sizing: border-box;
  height: 800px;
}

.commonproblem_listlt {
  width: 100%;
  height: 120px;
  background: url(../images/pic.png) no-repeat center;
  box-sizing: border-box;
  padding: 30px 0 0 20px;
}

.commonproblem_listlt_p1 {
  font-size: 26px;
  color: #ffffff;
}

.commonproblem_listlt_p2 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.commonproblem_listl_catalog {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.commonproblem_listl_catalogeach {
  width: 100%;
  height: 63px;
  text-align: left;
  border-bottom: 1px dashed #dbdbdb;
  color: #808080;
  font-size: 16px;
  line-height: 63px;
  cursor: pointer;
  transition: .3s;
}

.commonproblem_listl_catalogeach i {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 30px;
  transition: .3s;
  background: url(../images/icon1.png) no-repeat left center;
}

.commonproblem_listl_catalogeach:hover {
  color: #ef0018;
}

.commonproblem_listl_catalogeach:hover i {
  background: url(../images/icon2.png) no-repeat left center;
}

.commonproblem_listl_catalog .on {
  color: #ef0018;
}

.commonproblem_listl_catalog .on i {
  background: url(../images/icon2.png) no-repeat left center;
}

.commonproblem_listr {
  float: right;
  width: calc(100% - 241px);
  min-height: 800px;
  border-left: 1px solid #e6e6e6;
}

.commonproblem_listr_title {
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 80px;
  border-bottom: 1px solid #e6e6e6;
}

.commonproblem_listr_title > span {
  font-size: 12px;
  color: #999999;
}

.commonproblem_listr_title > span:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 3.5px solid transparent;
  border-left: 3.5px solid #cccccc;
  margin-right: 3px;
  vertical-align: middle;
}

.commonproblem_listr_title > a {
  font-size: 12px;
  color: #999999;
}

.commonproblem_listr_title > a:before {
  content: '>';
  display: inline-block;
  color: #999999;
  margin: 0 5px;
}

.commonproblem_listr_details {
  width: 100%;
}

.commonproblem_listr_detailseach {
  width: 100%;
  height: 59px;
  border-bottom: 1px dotted #e0e0e0;
  box-sizing: border-box;
  padding-left: 40px;
  line-height: 59px;
  background: transparent;
  transition: .3s;
}

.commonproblem_listr_detailseach > a {
  font-size: 16px;
  color: #4c4c4c;
}

.commonproblem_listr_detailseach > a:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #b3b3b3;
  position: relative;
  top: -3px;
  margin-right: 12px;
}

.commonproblem_listr_detailseach:hover {
  background: #edeff5;
}

.commonproblem_listr_detailspage {
  margin-top: 40px;
  box-sizing: border-box;
  padding-left: 40px;
  font-size: 0;
}

.commonproblem_listr_detailspage > a {
  display: inline-block;
  border: 1px solid #e6e6e6;
  text-align: center;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #4c4c4c;
  background: transparent;
  transition: .3s;
}

.commonproblem_listr_detailspage > a:hover {
  background: #ef0018;
  color: #fff;
}

.commonproblem_listr_detailspage > a.commonproblem_listr_detailspage_last {
  width: 68px;
  background: #edeff5;
}

.commonproblem_listr_detailspage > a.commonproblem_listr_detailspage_last:hover {
  background: #ef0018;
  color: #fff;
}

.commonproblem_listr_detailspage_num {
  width: 36px;
  margin-left: 4px;
}

.commonproblem_listr_detailspage > a.commonproblem_listr_detailspage_next {
  width: 68px;
  background: #edeff5;
  margin-left: 4px;
}

.commonproblem_listr_detailspage > a.commonproblem_listr_detailspage_next:hover {
  background: #ef0018;
  color: #fff;
}

.commonproblem_listr_detailspage .on {
  background: #ef0018;
  color: #fff;
}

.commonproblem_listr_que {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  position: relative;
}

.commonproblem_listr_que_name {
  text-align: center;
  width: 100%;
  height: 110px;
  border-bottom: 1px dotted #e0e0e0;
  padding-top: 33px;
  box-sizing: border-box;
}

.commonproblem_listr_que_name1 {
  font-size: 28px;
  color: #4c4c4c;
}

.commonproblem_listr_que_name2 {
  font-size: 12px;
  color: #b2b2b2;
}

.commonproblem_listr_que_detail {
  width: 100%;
  padding-top: 58px;
  overflow: hidden;
}

.commonproblem_listr_que_detail img{
  display: block;
  margin: 0 auto;
  max-width: 879px;
}

.commonproblem_listr_que_detail table{
  width: 879px!important;
}

.commonproblem_listr_que_detail table td{
  padding: 0!important;
}

.commonproblem_listr_que_detail1 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 30px;
  width: 855px;
  word-wrap: break-word;
}

.commonproblem_listr_que_issolve {
  width: 879px;
  height: 130px;
  border-radius: 3px;
  background: #edeff5;
  display: table;
  margin-bottom: 40px;
  text-align: center;
}

.commonproblem_listr_que_issolvein {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.commonproblem_listr_que_issolveinn {
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}

.commonproblem_listr_que_issolveiny, .commonproblem_listr_que_issolveinno {
  display: inline-block;
  width: 104px;
  height: 32px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #ffffff;
}

.commonproblem_listr_que_issolveiny i, .commonproblem_listr_que_issolveinno i {
  display: inline-block;
  vertical-align: top;
  width: 17px;
  height: 100%;
  margin-right: 5px;
}

.commonproblem_listr_que_issolveiny {
  background: #7acc6a;
}

.commonproblem_listr_que_issolveiny i {
  background: url(../images/icon3.png) no-repeat center;
  background-size: 17px 17px;
}

.commonproblem_listr_que_issolveinno {
  background: #ff6675;
  margin-left: 20px;
}

.commonproblem_listr_que_issolveinno i {
  background: url(../images/icon4.png) no-repeat center;
  background-size: 17px 17px;
}

.commonproblem_listr_que_issolvein .hassolve {
  background: #c2c2c2;
  cursor: not-allowed;
}

.commonproblem_listr_search1 {
  width: 100%;
  box-sizing: border-box;
}

.commonproblem_listr_search1wrap {
  box-sizing: border-box;
  padding: 0 40px;
  transition: .3s;
  background: transparent;
  overflow: hidden;
}

.commonproblem_listr_search1wrap > a {
  display: inline-block;
}

.commonproblem_listr_search1wrap:hover {
  background: #edeff5;
}

.commonproblem_listr_search1each {
  width: 100%;
  /* height: 170px; */
  box-sizing: border-box;
  padding-top: 40px;
  border-bottom: 1px dotted #e0e0e0;
}

.commonproblem_listr_search1eachname {
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 20px;
}

.commonproblem_listr_search1eachname span {
  color: #ff6675;
}

.commonproblem_listr_search1eachanswer {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  width: 855px;
  /* height: 45px; */
  word-wrap: break-word;
}

.commonproblem_listr_search2 {
  width: 100%;
  box-sizing: border-box;
  padding: 35px 0 0 40px;
}

.commonproblem_listr_search2n {
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 20px;
}

.commonproblem_listr_search2_idear {
  font-size: 14px;
  color: #808080;
  line-height: 22px;
}

.commonproblem_listr_search2_idear a {
  color: #ef0018;
}
