.service-policy {
  overflow: hidden;
}
.service-policy .top-title {
  box-sizing: border-box;
  width: 335px;
  background: #FBF0E3;
  margin: 0 auto;
  border: 1px solid rgba(240, 215, 185, 0.5);
  margin-top: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  padding: 10px 15px;
  position: relative;
}
.service-policy .top-title a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #91191E;
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.service-policy .main-title {
  margin-top: 30px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.service-policy .sub-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  margin-top: 20px;
  text-align: center;
}
.service-policy .one-box {
  width: 335px;
  height: 140px;
  background: #F8F8F8;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 15px;
}
.service-policy .one-box .num {
  font-family: FZLanTingHei-DB-GBK, FZLanTingHei-DB-GBK;
  font-weight: 900;
  font-size: 25px;
  color: #91191E;
}
.service-policy .one-box .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  margin-top: 10px;
}
.service-policy .one-box .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #646464;
  margin-top: 5px;
}
.service-policy .two-boxs {
  display: flex;
  width: 335px;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.service-policy .two-boxs .box {
  width: 164px;
  height: 140px;
  box-sizing: border-box;
  background: #F8F8F8;
  margin-top: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-policy .two-boxs .box .title {
  font-family: FZLanTingHei-DB-GBK, FZLanTingHei-DB-GBK;
  font-weight: 900;
  font-size: 25px;
  color: #91191E;
}
.service-policy .two-boxs .box .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  line-height: 13px;
  margin-top: 10px;
}
.service-policy .four-boxs {
  display: flex;
  width: 335px;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.service-policy .four-boxs .box {
  width: 164px;
  height: 140px;
  box-sizing: border-box;
  background: #F8F8F8;
  margin-top: 5px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.service-policy .four-boxs .box img {
  width: 50px;
  height: 50px;
}
.service-policy .four-boxs .box .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  margin-top: 10px;
}
.service-policy .four-boxs .box .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 10px;
  color: #646464;
  margin-top: 5px;
}
.service-policy .content {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 19px;
}
.service-policy .line {
  width: 100%;
  height: 1px;
  background-color: #E4E4E4;
  margin: 30px auto;
}
.service-policy .headline {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.service-policy .one-li ul div {
  display: flex;
}
.service-policy .one-li li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
  margin-top: -3px;
}
.service-policy .two-li {
  box-sizing: border-box;
  padding-left: 15px;
}
.service-policy .two-li li {
  list-style: disc;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.service-policy .table-box {
  margin-bottom: 30px;
}
.service-policy .table-box td {
  text-align: center;
  box-sizing: border-box;
  padding: 15px;
  border-bottom: 1px solid #E4E4E4;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #646464;
}
.service-policy .table-box .tt {
  background-color: #F8F8F8;
}
.service-policy .remark li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.service-policy .remark p {
  font-size: 12px;
  line-height: 20px;
  color: #BC9882;
}
.service-policy .three-li li {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.service-policy .three-li a {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
}
.service-policy .two-title .two-title-box {
  display: flex;
}
.service-policy .two-title .two-title-box .num {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.service-policy .two-title .two-title-box .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  line-height: 20px;
}
.service-policy .two-card {
  width: 100vw;
  height: 453px;
  background: #F8F8F8;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  margin-top: 40px;
  overflow: hidden;
}
.service-policy .two-card .two-card-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.service-policy .two-card .card-box {
  overflow: hidden;
  margin-top: 25px;
}
.service-policy .two-card .card-box img {
  width: 50px;
  height: 50px;
}
.service-policy .two-card .card-box .card-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  margin-top: 15px;
}
.service-policy .two-card .card-box .card-desc {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #646464;
  line-height: 17px;
}
.service-policy .two-card .card-box .two-phone {
  display: flex;
  color: #000;
  margin-top: 15px;
}
.service-policy .two-card .card-box .two-phone .link {
  margin-right: 15px;
}
.service-policy .two-card .card-box .two-phone .link a {
  color: #000;
  font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-size: 12px;
}
