<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

.box1200 {
  width: 1200px;
  margin: auto;
}

body {
  background: #f6f6f6;
}

.help_banner {
  height: 320px;
  background: url("../images/banner.jpg") no-repeat center;
}

.help_banner .table {
  height: 320px;
}

.help_banner .p1 {
  font-size: 36px;
  color: #ffffff;
  line-height: 36px;
}

.help_banner .p2 {
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 25px;
}

.help_service {
  margin-top: 20px;
}

.help_service_l {
  width: 260px;
  min-height: 616px;
  background: #fff;
}

.help_service_l_head {
  height: 118px;
  background: url("../images/help_sbg.png") no-repeat center;
  padding: 20px 0 0 30px;
  text-align: left;
}

.help_service_l_head .p1 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 14px;
}

.help_service_l_head h2 {
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  font-weight: normal;
  margin: 18px 0 10px 0;
}

.help_service_l_head .p2 {
  font-size: 12px;
  color: #ffffff;
  line-height: 12px;
}

.help_service_l_item {
  text-align: center;
  border-bottom: 1px solid #f3f1ee;
  padding: 9px 30px 0 30px;
  overflow: hidden;
  transition: 0.2s;
}

.help_service_l_item .p3 {
  font-size: 16px;
  color: #4c4c4c;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}

.help_service_l_item .icon {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 35px;
  margin-top: -5px;
  cursor: pointer;
}

.help_service_l_item .a1 {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #4c4c4c;
  transition: 0.3s;
  line-height: 40px;
  border-top: 1px dashed #dcdcdc;
}

.help_service_l_item .a1:hover {
  color: #977efe;
}

.help_service_l_item .a1.on {
  color: #977efe;
}

.help_service_l_item.open {
  height: auto;
}

.help_service_l_item.open .icon {
  background: url("../images/problems-minus.png") no-repeat center;
}

.help_service_l_item.close {
  height: 59px;
}

.help_service_l_item.close .icon {
  background: url("../images/problems-add.png") no-repeat center;
}

.help_service_r {
  width: 920px;
  min-height: 616px;
  background: #fff;
  padding: 25px 35px 45px 35px;
  position: relative;
}
.help_service_new{
	position: absolute;
	top: 5px;
	left:10px;
}
.help_service_r_list {
  min-height: 508px;
}

.help_service_r_each {
  height: 42px;
  text-align: left;
  border: 1px solid #eeeeee;
  padding: 0 0 0 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.help_service_r_each .title {
  font-size: 16px;
  color: #282828;
  line-height: 40px;
  display: block;
  background: url("../images/problems-adda.png") no-repeat center right 10px;
}

.help_service_r_each.open .title {
  background: url("../images/problems-minusa.png") no-repeat center right 10px;
}

.help_service_r_each_detail {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin: 10px 0 0 0;
}

.help_service_r_each .p4 {
  text-align: center;
  color: #666;
  margin: 20px 0 20px 0;
  font-size: 14px;
  line-height: 14px;
}

.help_service_r_each .btns {
  width: 232px;
  margin: auto;
}

.help_service_r_each .btns a {
  width: 104px;
  height: 32px;
  border: 1px solid #d2d2d2;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  color: #666;
  text-align: center;
}

.help_service_r_each .btns a i {
  display: inline-block;
  width: 18px;
  height: 30px;
  vertical-align: top;
  margin-right: 15px;
}

.help_service_r_each .btns a .yes {
  background: url("../images/problems-dz.png") no-repeat center;
}

.help_service_r_each .btns a .no {
  background: url("../images/problems-wdz.png") no-repeat center;
}

.help_service_r_each.open {
  height: auto;
  padding-bottom: 20px;
}

/* 自助服务 */
.self_service {
  padding: 20px 28px;
  background: #fff;
  margin-top: 20px;
}
.self_service_top {
  border-bottom: 1px solid #eeeeee;
  height: 40px;
}
.self_service_top h2 {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: normal;
  position: relative;
  padding: 0 0 4px 15px;
  vertical-align: top;
}
.self_service_top h2:before {
  content: '';
  display: block;
  width: 4px;
  height: 24px;
  background: #977efe;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.self_service_top h2 span {
  color: #96928d;
  padding-left: 10px;
  font-size: 12px;
  line-height: 12px;
  position: relative;
  top: -5px;
}
.self_service_list a {
  float: left;
  margin: 30px 35px 0 0;
  font-size: 18px;
  color: #4c4c4c;
  padding-left: 90px;
  width: 250px;
  height: 76px;
}
.self_service_list a span {
  display: block;
  color: #999;
  padding: 8px 0 0 0;
  font-size: 12px;
  line-height: 18px;
}
.self_service_list a.a1 {
  background: url('../images/icon1.png') no-repeat center left;
}
.self_service_list a.a2 {
  background: url('../images/icon2.png') no-repeat center left;
}
.self_service_list a.a3 {
  background: url('../images/icon3.png') no-repeat center left;
}
.self_service_list a.a4 {
  background: url('../images/icon4.png') no-repeat center left;
}
.self_service_list a.a5 {
  background: url('../images/icon5.png') no-repeat center left;
}
.self_service_list a.a6 {
  background: url('../images/icon6.png') no-repeat center left;
}
.self_service_list a.a7 {
  background: url('../images/icon7.png') no-repeat center left;
}
.self_service_list a.a8 {
  background: url('../images/icon8.png') no-repeat center left;
}

</pre></body></html>