#service {
  background: #f8f8f8;
  width: 100vw;
  overflow: hidden;
}

#service .one img {
  width: 100vw;
  height: auto;
}
.main-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 30px;
}
.sub-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 5px;
}
.btn-line {
  width: 335px;
  height: 1px;
  background-color: #e4e4e4;

  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 30px;
}
.phone {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 35px;
  color: #91191e;
  text-align: center;
  height: 41px;
  line-height: 41px;
  margin-top: 30px;
}
.phone-tip {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  text-align: center;
}
.play-hot-line {
  width: 180px;
  height: 40px;
  line-height: 40px;
  background: #000000;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  box-sizing: border-box;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 25px;
}
.play-hot-line a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-hot-line a img{
  width: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.call-service {
  width: 180px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  margin: 0 auto;
  margin-top: 10px;
}
.call-service img {
  width: 16px;
  vertical-align: middle;
}
.self-help {
  margin-top: 45px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-bottom: 20px;
}
.two-box {
  display: flex;
  width: 335px;
  margin: 0 auto;
  justify-content: space-between;
}
.two-box .box {
  width: 160px;
  height: 205px;
  display: flex;
  flex-direction: column;

  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  align-items: center;

  box-sizing: border-box;
  padding-top: 20px;
}

.two-box .box .img2 {
  width: 50px;
  height: 50px;
}

.two-box .box .box-tittle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 13px;
  color: #000000;
  box-sizing: border-box;
  padding-top: 20px;
}

.two-box .box .box-sub-tittle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #646464;
  text-align: center;
  margin-top: 7px;
}
.two-box .box .box-look {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin-top: 21px;
  display: flex;
  align-items: center;
}
.two-box .box .box-look img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.four-box {
  width: 335px;
  height: 335px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.four-box img {
  width: 335px;
  height: 335px;
}
.four-box .four-box-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  top: 25px;
  left: 25px;
}
.four-box .four-box-subTitle {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 54px;
  left: 25px;
}
.four-box .four-box-order {
  position: absolute;
  top: 270px;
  left: 25px;

  width: 96px;
  height: 40px;
  line-height: 40px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 11px;
  color: #ffffff;
  text-align: center;
}

.more-serve {
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 18px;
  color: #000000;
  margin-top: 45px;
  margin-bottom: 20px;
}
.adv-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adv-box img {
  width: 355px;
  height: auto;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.dialog-box {
  position: fixed;
  top: 0px;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  z-index: 999999;

  padding-bottom: constant(safe-area-inset-bottom);
}
.dialog-box .mark {
  flex: 1;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-box .mark  img{
  width: 50vw;
  height: auto;
}
.dialog-box .select {
  width: 100vw;
  height: 262px;
  background: #fff;
  box-sizing: border-box;
  padding-bottom: constant(safe-area-inset-bottom);
  padding: 0px 20px;
}
.dialog-box .select .select-box {
  display: flex;
  justify-content: space-between;

  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  box-sizing: border-box;
  padding-top: 20px;
  margin-bottom: 16px;
}

.dialog-box .select .select-box img {
  width: 11px;
  height: 11px;
}
.dialog-box .select .box {
  display: flex;
  width: 335px;
  height: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  background: #fff;
  margin-bottom: 10px;
}

.dialog-box .select .box img {
  width: 40px;
  height: 40px;
}
.dialog-box .select .box .box-center {
  width: 156px;
  margin-left: 10px;
  margin-right: 20px;
}
.dialog-box .select .box .box-center div:first-child {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  margin-bottom: 5px;
}
.dialog-box .select .box .box-center div:last-child {
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
}
.dialog-box .select .box .box-order {
  width: 74px;
  height: 32px;
  line-height: 32px;
  background: #000000;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}
