#service {
  background: #f8f8f8;
  width: 100vw;
}
.page-one img {
  width: 100vw;
  height: auto;
}

.page-two {
  overflow: hidden;
  margin-bottom: 15px;
}
.page-two .title {
  width: 100%;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #000000;
  line-height: 60px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 50px;
}
.page-two .sub-title {
  margin-top: 10px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  letter-spacing: 3px;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}
.page-two .call-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 305px;
  height: 106px;
  background: #ffffff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03);
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
}
.page-two .call-box img {
  width: 40px;
  height: auto;
}
.page-two .call-box .call-line {
  margin-left: 30px;
  margin-right: 32px;
  height: 50px;
  width: 1px;
  background-color: #e4e4e4;
}

.page-two .call-box .call-phone .phone a {
  font-family: FZLanTingHei-EB-GBK, FZLanTingHei-EB-GBK;
  font-weight: 900;
  font-size: 30px;
  color: #91191e;
}

.page-two .call-box .call-phone .text {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  /* 字间距 */
  letter-spacing: 0.5px;
}

.page-three {
  display: flex;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #646464;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.page-three .two {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  margin-left: 5px;
}
.page-three .two:hover{
  /* 下划线 */
  /* 下划线的距离 */
  text-underline-offset: 5px;
  text-decoration: underline;
}
.page-three img {
  width: 16px;
}
.self-help {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 80px;
  width: 100%;
  text-align: center;
}

.container {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.container-box {
  display: flex;
  justify-content: space-between;
}
.container-box .boxs {
  width: 590px;
  height: 300px;
  background: #ffffff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.03);
  border-radius: 4px 4px 4px 4px;
  box-sizing: border-box;
  text-align: center;
  padding-top: 40px;
  overflow: hidden;
}
.container-box .boxs .boxs1 img {
  width: 80px;
  display: block;
  margin: 0 auto;
}
.container-box .boxs .boxs2 {
  box-sizing: border-box;
  margin-top: 25px;

  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}

.container-box .boxs .boxs3 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #646464;
  text-align: center;
  margin-bottom: 31px;
}
.container-box .boxs .boxs4 {
  display: flex;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 12px;
  color: #000000;
  cursor: pointer;
}
.container-box .boxs .boxs4 img {
  width: 16px;
}
.container-box .boxs .boxs4:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.container-two {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 20px;
}
.container-two .four-box {
  width: 590px;
  height: 590px;
  box-sizing: border-box;
  margin-top: 20px;
  background-position: no-repeat;
  background-position: center;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.container-two .four-box img {
  width: 590px;
  height: 590px;
  transition: transform 2s ease;
}

/* hover 按钮 图片放大 */
.container-two .four-box:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.container-two .four-box .four-box-title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #ffffff;
  position: absolute;
  top: 60px;
  left: 60px;
}
.container-two .four-box .four-box-subTitle {
  margin-top: 15px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 113px;
  left: 60px;
}
.container-two .four-box .four-box-order {
  position: absolute;
  top: 485px;
  left: 60px;

  width: 110px;
  height: 45px;
  line-height: 45px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;

  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  cursor: pointer;
}

.more-serve {
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  text-align: center;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 40px;
}
.adv-box {
  width: 1200px;
}
.adv-box img {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* 对话框 */
.dialog-box {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 99999999;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-inner {
  width: 600px;
  height: 374px;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 103px;
  overflow: hidden;
}
.box-inner .close {
  position: absolute;
  right: 25px;
  top: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.box-inner .main-title {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 600;
  font-size: 25px;
  color: #000000;
}
.box-inner .box1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.box-inner .box1 img {
  width: 120px;
  height: auto;
}
.box-inner .box1 .box1-title {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}
.box-inner .box1 .box1-subtitle {
  margin-top: 5px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 300;
  font-size: 12px;
  color: #000000;
  text-align: center;
}

.box-inner .box1 .red-line {
  width: 25px;
  height: 2px;
  background-color: #91191e;
  margin: 0 auto;
  margin-top: 25px;
}
.box-inner .middle-line {
  height: 200px;
  width: 1px;
  background-color: #e4e4e4;
  margin-left: 72px;
  margin-right: 72px;
}
#qrcode {
  width: 120px;
  height: 120px;
  margin-top: 10px;
}


