@charset "utf-8";
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.popup_shade {
  display: none;
  z-index: 1000000001;
  background-color: #000000;
  opacity: 0.3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.popup_wrap {
  display: none;
  width: 766px;
  height: 660px;
  background: #FFFFFF;
  border-radius: 2px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -330px;
  margin-left: -383px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 0px 25px;
}
.popup_head {
  width: 100%;
  height: 61px;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
}
.popup_head .head_p {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}
.popup_head .popup_head_delete,
.popup_head .popup_head_delete {
  float: right;
  margin-top: 3px;
}
.popup_head .popup_head_delete .iconfont,
.popup_head .popup_head_delete .iconfont {
  font-size: 18px;
}
.popup_wrap .popup_main {
  padding: 30px 0px 50px 55px;
}
.popup_wrap .popup_main .input_moduler {
  width: 100%;
}
.popup_wrap .popup_main .item_label {
  float: left;
  width: 78px;
  text-align: right;
  height: 32px;
  line-height: 20px;
  padding: 6px 0;
  margin-right: 17px;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.popup_wrap .popup_main .item_label span {
  display: inline-block;
  color: #E2241D;
  font-size: 14px;
}
.popup_wrap .popup_main .item_tabs {
  margin-bottom: 20px;
}
.popup_wrap .popup_main .item_tabs .types_list {
  width: 460px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.popup_wrap .popup_main .item_tabs .types_list .types_item {
  width: 106px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  cursor: pointer;
}
.popup_wrap .popup_main .item_tabs .types_list .types_item_active {
  color: #498CFF;
  border: 1px solid #498CFF;
}
.popup_wrap .popup_main .item {
  height: 46px;
  margin-bottom: 20px;
  width: 100%;
}
.popup_wrap .popup_main .item .item_label {
  height: 46px;
  padding: 13px 0;
}
.popup_wrap .popup_main .item .input_dl {
  float: left;
  width: 460px;
  height: 46px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 14px;
  border: 1px solid #d8d8d8;
}
.popup_wrap .popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #333;
}
.popup_wrap .popup_main .item_mr {
  margin-right: 20px;
}
.popup_wrap .popup_main .item_textarea {
  width: 100%;
  height: 280px;
  margin-bottom: 20px;
}
.popup_wrap .popup_main .item_textarea .input_dl {
  float: left;
  width: 460px;
  height: 280px;
  box-sizing: border-box;
}
.popup_footer {
  width: 100%;
  height: 48px;
}
.popup_footer .popup_btn {
  margin: 0 auto;
  display: block;
  width: 110px;
  height: 40px;
  background: #3B70FF;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.popup_footer .popup_footer_tips {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  height: 21px;
  font-size: 16px;
  color: #9D9090;
  line-height: 21px;
}
.popup_wrap1 {
  display: none;
  width: 600px;
  height: 490px;
  background: #FFFFFF;
  border: 1px solid #E6DCDC;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -245px;
  margin-left: -300px;
  background: #fff;
  z-index: 1000000002;
  box-sizing: border-box;
  padding: 30px 30px 0 30px;
}
.popup_wrap1 .popup_main {
  padding: 40px 0px 20px 0px;
}
.popup_wrap1 .popup_main .input_moduler {
  width: 100%;
}
.popup_wrap1 .popup_main .item {
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
}
.popup_wrap1 .popup_main .item .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_wrap1 .popup_main .item .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_wrap1 .popup_main .item .input_dl {
  float: left;
  width: 404px;
  height: 50px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 18px;
  border: 1px solid #E6DCDC;
}
.popup_wrap1 .popup_main .item .input_dl input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
.popup_wrap1 .popup_main .item_textarea {
  width: 100%;
  height: 80px;
  margin-bottom: 30px;
}
.popup_wrap1 .popup_main .item_textarea .item_label {
  float: left;
  width: 106px;
  text-align: right;
  height: 50px;
  line-height: 50px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #352626;
}
.popup_wrap1 .popup_main .item_textarea .item_label span {
  display: inline-block;
  color: #F83E3D;
  margin-right: 5px;
  font-size: 20px;
}
.popup_wrap1 .popup_main .item_textarea .input_dl {
  float: left;
  width: 404px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 18px;
  border: 1px solid #E6DCDC;
}
.popup_wrap1 .popup_main .item_textarea .input_dl textarea {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #9D9090;
}
.layout {
  width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.helper-wrap {
  width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
.helper-wrap .title-bg {
  width: 100%;
  height: 213px;
  background: url(../images/title-bg.png) no-repeat;
  background-size: 1206px 213px;
  box-sizing: border-box;
  padding: 40px 0;
  text-align: center;
}
.title-bg h3 {
  font-size: 26px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 37px;
  margin-bottom: 28px;
}
.search_from {
  box-sizing: border-box;
  width: 600px;
  height: 55px;
  background: #FFFFFF;
  border-radius: 28px;
  padding: 15px 24px;
  position: relative;
  margin: 0 auto;
}
.search_from .input_box {
  display: block;
  outline: none;
  border: none;
  width: 500px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 25px;
}
.search_from .search_icon {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 24px;
}
.bzzx_moduler1 {
  padding-top: 60px;
  padding-left: 135px;
  padding-bottom: 114px;
}
.bzzx_moduler1 .bzzx_head {
  height: 37px;
  font-size: 26px;
  font-weight: 600;
  color: #333333;
  line-height: 37px;
}
.bzzx_moduler1 .commonProblem {
  margin-bottom: 64px;
}
.bzzx_moduler1 .commonProblem .list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.bzzx_moduler1 .commonProblem a {
  display: block;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
.bzzx_moduler1 .commonProblem .item {
  width: 270px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-right: 60px;
  margin-bottom: 16px;
}
.bzzx_moduler1 .commonProblem .item:hover a {
  color: #3B70FF;
}
.bzzx_moduler1 .commonProblem .item_active a {
  color: #3B70FF;
}
.bzzx_moduler1 .insolubleProblem {
  /*margin-bottom: 110px;*/
}
.bzzx_moduler1 .insolubleProblem .list {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.bzzx_moduler1 .insolubleProblem .item {
  box-sizing: border-box;
  width: 350px;
  height: 159px;
  border-radius: 4px;
  border: 1px solid #3B70FF;
  margin-right: 33px;
  padding: 34px 0 0 0;
}
.bzzx_moduler1 .insolubleProblem .item_top {
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 110px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 30px;
}
.bzzx_moduler1 .insolubleProblem .item_top .img {
  width: 40px;
}
.bzzx_moduler1 .insolubleProblem .item_top img {
  width: auto;
  height: auto;
}
.bzzx_moduler1 .insolubleProblem .item_tel {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  padding-left: 100px;
}
.bzzx_moduler1 .insolubleProblem .item_btn {
  box-sizing: border-box;
  margin-left: 100px;
  width: 144px;
  height: 28px;
  background: #3B70FF;
  border-radius: 14px;
  border: 1px solid #3B70FF;
  line-height: 26px;
}
.bzzx_moduler1 .insolubleProblem .item_btn a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
}
.bzzx_moduler1 .insolubleProblem .item_btn:hover {
  box-shadow: 0px 2px 4px 0px #94A2C7;
}
.bzzx_moduler1 .insolubleProblem .item_p {
  margin-top: 20px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  text-align: center;
}
/* .title-bg - */
