.center_head {
  background-color: #fff;
}
.center_head .head {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.center_head .head > img {
  width: 200px;
  height: 50px;
  cursor: pointer;
}
.center_head .head > div > a {
  margin: 0 40px;
  text-align: center;
}
.center_head .head > div > a > span:first-of-type {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.center_head .head > div > a > span:last-of-type {
  font-size: 12px;
  color: #D8D8D8;
}
.center_head .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.center_head .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
.main .head > div > a.navBar-active > span:first-of-type {
  color: #1450EB !important;
}
.main .head > div > a.navBar-active > span:last-of-type {
  color: #A2BBFF !important;
}
body {
  padding-top: 0 !important;
}
.help_head {
  width: 100%;
  height: 270px;
  background: url(/res/images/downimg.png) no-repeat center center;
}
.help_head .help_main {
  height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 35px;
}
.help_head .help_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 48px;
  color: #364263;
}
.help_head .help_des {
  font-size: 14px;
  font-weight: 400;
  color: #A4ADC7;
  line-height: 24px;
  margin: 6px 0 25px 0;
}
.help_head .search_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 460px;
  height: 40px;
}
.help_head .search_box .search_ipt {
  width: 380px;
  height: 40px;
  background-color: #F3F9FF;
  padding-left: 20px;
  line-height: 40px;
  border: 1px solid #1877F5;
  color: #818EAF;
}
.help_head .search_box .search_ipt::-webkit-input-placeholder {
  color: #818EAF;
}
.help_head .search_box .search_ipt::-ms-input-placeholder {
  color: #818EAF;
}
.help_head .search_box .search_ipt::-moz-input-placeholder {
  color: #818EAF;
}
.help_head .search_box .search_ipt::input-placeholder {
  color: #818EAF;
}
.help_head .search_box .search_btn {
  height: 40px;
  width: 80px;
  background-color: #1877F5;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.help_center {
  width: 100%;
  background-color: #F5FAFF;
  position: relative;
  padding-top: 150px;
  padding-bottom: 50px;
}
.self_service {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -60px;
  background-color: #fff;
  padding: 22px 25px 40px 20px;
}
.self_service .service_head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}
.self_service .service_head .title {
  font-size: 22px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.self_service .service_head .more .iconfont {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.self_service .services {
  display: flex;
  align-items: center;
  width: 100%;
}
.self_service .services .service_item {
  display: flex;
  width: 20%;
}
.self_service .services .service_item img {
  width: 58px;
  height: 58px;
  margin-right: 15px;
}
.self_service .services .service_item .more_right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 58px;
}
.self_service .services .service_item .more_right .title {
  font-size: 15px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.self_service .services .service_item .more_right .des {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}
.more_questions .more_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #fff;
  padding: 25px 20px 20px 20px;
}
.more_questions .more_head .title {
  font-size: 22px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.more_questions .service_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #fff;
}
.more_questions .service_list .service_item {
  width: 375px;
  margin-bottom: 15px;
}
.more_questions .service_list .service_item .item_top {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  background-color: #F0F4FF;
  padding: 0 20px;
}
.more_questions .service_list .service_item .item_top img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.more_questions .service_list .service_item .item_top .title {
  font-size: 16px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.more_questions .service_list .service_item .item_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: #F9FAFD;
  padding: 20px;
}
.more_questions .service_list .service_item .item_list .zizhu_item {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.more_questions .service_list .service_item .item_list .zizhu_item .line {
  width: 4px;
  height: 4px;
  background: #D8D8D8;
  border-radius: 50%;
  margin-right: 10px;
}
.more_questions .service_list .service_item .item_list .zizhu_item span {
  width: 200px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.more_questions .service_list .service_item .item_list .zizhu_item:hover span {
  color: #1450EB;
}
.more_questions .service_list .service_item .item_list .zizhu_item:hover .line {
  background-color: #1450EB;
}
.more_questions .connect_box .title {
  font-size: 22px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
  margin: 40px 0;
}
.more_questions .connect_box .connect_type {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.more_questions .connect_box .connect_type .connect_item {
  display: flex;
  width: 580px;
  height: 190px;
  background-color: #fff;
}
.more_questions .connect_box .connect_type .connect_item img {
  width: 190px;
  height: 190px;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 0 20px 30px;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail .connect_title {
  font-size: 20px;
  font-family: 'pingFangBold';
  font-weight: bold;
  color: #333333;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail .des {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail .time {
  font-size: 14px;
  font-weight: 400;
  color: #BBBBBB;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail a {
  width: 140px;
  height: 36px;
  border: 1px solid #1450EB;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail a span {
  color: #1450EB;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail a img {
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail .hot_line {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}
.more_questions .connect_box .connect_type .connect_item .connect_detail .hot_line span {
  font-size: 18px;
  font-weight: 500;
  color: #1450EB;
}
.fuwu_more {
  width: 800px;
  display: flex;
  align-items: center;
}
.fuwu_more .hot_servce {
  position: relative;
  display: flex;
  align-items: center;
  padding: 17px;
}
.fuwu_more .hot_servce::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 2px;
  height: 10px;
  background-color: #FF4D0A;
}
.fuwu_more .hot_servce img {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.fuwu_more .hot_servce span {
  font-size: 13px;
  font-weight: 400;
  color: #FF4D0A;
}
.fuwu_more .servce_item {
  padding: 17px;
  font-size: 13px;
  font-weight: 400;
  color: #333333;
}
.fuwu_more .servce_item:hover {
  color: #3669EC;
}
