* {
  touch-action: manipulation;
}
input,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
.header {
  height: 4.66rem;
  width: 100%;
  z-index: 11;
  background: url('../img/h5/banner.png') no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
.header .logo {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
}
.header .logo img {
  width: 0.25rem;
  height: 0.25rem;
}
.header .logo i {
  font-size: 17px;
}
.header .header_title {
  color: #fff;
  margin: 0.7rem auto;
  text-align: center;
}
.header .header_title h1 {
  font-size: 28px;
  margin-bottom: 0.2rem;
}
.header .header_title p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 0.35rem;
}
.header .header_title .btn {
  width: 2rem;
  height: 0.45rem;
  background: #006CFF;
  border-radius: 1px;
  font-size: 15px;
  line-height: 0.4rem;
  text-align: center;
  margin: auto;
}
.header .header_title ul {
  display: flex;
  flex-wrap: wrap;
  width: 3.12rem;
  margin: 1.3rem auto 0;
}
.header .header_title ul li {
  width: 25%;
}
.header .header_title ul li img {
  width: 0.35rem;
  height: 0.35rem;
}
.header .header_title ul li p {
  color: #fff;
  font-size: 10px;
  margin-bottom: 0.2rem;
}
.header .header_title ul li:nth-child(4n) {
  margin: 0;
}
.plate-title {
  font-size: 21px;
  font-weight: 600;
  padding-top: 0.28rem;
  margin-bottom: 0.2rem;
  text-align: center;
}
.plate-title-son {
  font-size: 14px;
  font-weight: 400;
  color: #919499;
  line-height: 20px;
  text-align: center;
}
.service {
  border-radius: 0.15rem 0.15rem 0px 0px;
  position: relative;
  top: -0.1rem;
  z-index: 99;
  background-color: #fff;
  padding-left: 36px;
  padding-right: 20px;
  box-sizing: border-box;
}
.service .service-box {
  display: flex;
  align-items: center;
  margin-top: 0.36rem;
}
.service .service-box .left {
  width: 1.8rem;
}
.service .service-box .left .top {
  font-size: 16px;
  font-weight: 600;
  color: #202124;
  line-height: 23px;
  margin-bottom: 5px;
}
.service .service-box .left p {
  font-size: 13px;
  font-weight: 400;
  color: #919499;
  line-height: 19px;
  width: 1.9rem;
}
.service .service-box .right {
  width: 1.4rem;
  text-align: center;
}
.service .service-box .right .img1 {
  width: 0.92rem;
}
.service .service-box .right .img2 {
  width: 1.06rem;
}
.service .service-box .right .img3 {
  width: 1.33rem;
}
.service .service-box .right .img4 {
  width: 1.25rem;
}
.cover {
  padding: 0.2rem 0.15rem 0rem 0.15rem;
}
.cover ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.cover ul li {
  width: 47.5%;
  height: 1rem;
  margin-bottom: 0.15rem;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1.45rem;
  text-align: center;
}
.cover ul li:nth-child(1) {
  background: url(../img/h5/cover1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.15rem;
}
.cover ul li:nth-child(2) {
  background: url(../img/h5/cover2.png) no-repeat;
  background-size: 100% 100%;
}
.cover ul li:nth-child(3) {
  background: url(../img/h5/cover3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.15rem;
}
.cover ul li:nth-child(4) {
  background: url(../img/h5/cover4.png) no-repeat;
  background-size: 100% 100%;
}
.cover ul li:nth-child(5) {
  background: url(../img/h5/cover5.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.15rem;
}
.cover ul li:nth-child(6) {
  background: url(../img/h5/cover6.png) no-repeat;
  background-size: 100% 100%;
}
.flow {
  height: 9rem;
  width: 100%;
  z-index: 11;
  background: url('../img/h5/flow-banner.png') no-repeat center center;
  background-size: 100% 100%;
  margin-top: 0.45rem;
  padding-left: 0.45rem;
  box-sizing: border-box;
}
.flow ul {
  margin-top: 0.4rem;
}
.flow ul li {
  display: flex;
  margin-bottom: 0.35rem;
}
.flow ul li .num {
  width: 0.24rem;
  height: 0.24rem;
  background: #006CFF;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-align: center;
  margin-right: 0.35rem;
  position: relative;
}
.flow ul li .num::before {
  content: "";
  display: block;
  width: 1px;
  height: 0.35rem;
  background-color: #006cff;
  position: absolute;
  left: 50%;
  bottom: -0.42rem;
}
.flow ul li .num9 {
  width: 0.24rem;
  height: 0.24rem;
  background: #006CFF;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.24rem;
  text-align: center;
  margin-right: 0.35rem;
  position: relative;
}
.flow ul li .right .title {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
}
.flow ul li .right p {
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.case {
  margin-top: 0.2rem;
  position: relative;
}
.case .swiper-container {
  width: 3.45rem;
  height: 2.6rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 0.2rem;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
}
.case .swiper-container .swiper-slide a img {
  width: 3.45rem;
  height: 1.94rem;
}
.case .swiper-container .swiper-slide a p {
  padding: 0.15rem 0.9rem 0.15rem 0.15rem;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: 400;
  color: #313142;
  line-height: 21px;
}
.case .swiper-pagination-energize {
  top: 3.5rem;
  position: absolute;
  text-align: center !important;
  width: 100%;
  z-index: 99;
}
.case .swiper-pagination-bullet {
  width: 0.43rem;
  height: 4px;
  background: #EDEFF2;
  border-radius: 0;
  margin-right: 0.15rem;
}
.case .swiper-pagination-bullet-active {
  background-color: #241E1E;
}
.partner {
  padding: 0 0.2rem;
  margin-top: 0.5rem;
}
.partner img {
  width: 3.34rem;
  height: 4.3rem;
  margin-top: 0.1rem;
}
.contact {
  width: 100%;
  height: 1.44rem;
  background: url('../img/h5/contact-banner.png') no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 0.25rem;
}
.contact .contact-title {
  font-size: 13px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 19px;
  margin-bottom: 0.05rem;
}
.contact .phoen {
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 25px;
  margin-bottom: 0.15rem;
}
.contact p {
  font-size: 11px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.15rem;
}
.down-wb {
  position: fixed;
  z-index: 99;
  bottom: 0.7rem;
  background: url(../img/whiteBook/h5wb.png) no-repeat center center;
  background-size: 100% 100%;
  height: 0.58rem;
  width: 100%;
  padding: 0.13rem 0.15rem;
  box-sizing: border-box;
}
.down-wb .close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0.06rem;
  box-sizing: border-box;
  position: absolute;
  height: 0.2rem;
  width: 0.5rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  top: -0.2rem;
  right: 0;
  font-size: 10px;
}
.down-wb .close img {
  width: 0.07rem;
  height: 0.07rem;
}
.down-wb .wb-btn {
  display: inline-block;
  width: 0.84rem;
  height: 0.32rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 88, 215, 0.69);
  border-radius: 0.16rem;
  font-size: 13px;
  font-weight: 500;
  color: #0058D7;
  text-align: center;
  line-height: 0.32rem;
  position: absolute;
  right: 0.15rem;
}
.fixed_btn {
  position: fixed;
  z-index: 99;
  bottom: 0rem;
  padding-bottom: 0.1rem;
  padding: 0 0.2rem;
  width: 90%;
  height: 0.7rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fixed_btn .btm_w {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 20%, #ffffff 100%);
  height: 0.7rem;
  position: absolute;
  bottom: 0;
  left: 0rem;
  width: 100%;
  z-index: -99;
}
.fixed_btn .phone_btn {
  background-color: #E5F0FF;
  width: 60% !important;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #006CFF;
  font-weight: 600;
  font-size: 0.15rem;
  border-radius: 4px;
}
.fixed_btn .kefu {
  background-color: #006CFF;
  width: 35% !important;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.15rem;
  border-radius: 4px;
}
.free-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  min-width: 320px;
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-transform: translate(-50%, 0);
}
.free-entry {
  width: 300px;
  position: fixed;
  background: #fff;
  z-index: 300;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.free-entry-title {
  margin: 30px 0 20px;
  text-align: center;
  font-size: 16px;
  color: #353535;
  font-weight: bold;
}
.free-entry-title-tips {
  text-align: center;
  font-size: 14px;
  color: #353535;
  margin-bottom: 0.3rem;
  padding: 0 0.1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.free-entry-ope {
  position: relative;
}
.d-flex {
  display: flex;
}
.free-entry-ope:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  color: #e5e5e5;
  z-index: 2;
  top: 0;
  border-bottom: 1px solid #e5e5e5;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.entry-ope-item {
  flex: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #747474;
  font-size: 16px;
}
.entry-ope-sure {
  position: relative;
  color: #0084FF;
}
.entry-ope-sure > a {
  color: #0084FF;
}
.entry-ope-sure:before {
  content: " ";
  position: absolute;
  left: 0;
  height: 47px;
  border-right: 1px solid #f1f1f1;
  top: 2px;
}
.footers {
  margin-bottom: 0.7rem;
}
.footers .btn_btm {
  padding: 0.27rem 0.18rem 0.1rem 0.18rem;
}
.footers .btn_btm .btm_1 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 0.13rem;
  padding-bottom: 0.27rem;
  border-bottom: #F5F6F7 solid 1px;
}
.footers .btn_btm .btm_1 img {
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.05rem;
}
.footers .btn_btm .btm_2 {
  padding-bottom: 0.27rem;
  border-bottom: #F5F6F7 solid 1px;
}
.footers .btn_btm .btm_2 h4 {
  font-weight: 800;
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  margin-top: 0.3rem;
}
.footers .btn_btm .btm_2 p {
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}
.footers .btn_btm .btm_3 {
  margin-top: 0.15rem;
}
.footers .btn_btm .btm_3 p {
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
  color: #B8BABF;
  font-size: 0.11rem;
  line-height: 0.23rem;
}
.free-mask-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  min-width: 320px;
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  text-align: center;
  transition: all 2s;
}
.free-mask-form .aside-form .form {
  z-index: 300;
  border-radius: 5px;
  padding: 0.25rem 0.2rem;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0.45rem;
  transform: translate(-50%);
  overflow: auto;
  width: 100%;
  height: 4.3rem;
  background: #FFFFFF;
  border-radius: 15px 15px 0px 0px;
  animation: sport 1s;
  transition: bottom 1s;
}
.free-mask-form .aside-form .form .form-box {
  flex-shrink: 0;
}
.free-mask-form .aside-form .form .form-box .title {
  font-size: 14px;
  font-weight: 600;
  color: #202124;
  line-height: 20px;
  margin: 0.1rem auto 0.2rem;
}
.free-mask-form .aside-form .form .form-box .input-box {
  height: 0.6rem;
  border-bottom: 1px solid #EDEFF2;
  display: flex;
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.free-mask-form .aside-form .form .form-box .input-box span {
  font-size: 14px;
}
.free-mask-form .aside-form .form .form-box .input-box input {
  width: 1rem;
  font-size: 14px;
}
.free-mask-form .aside-form .form .form-box .input-box .inp1 {
  width: 1.5rem !important;
}
.free-mask-form .aside-form .form .form-box .input-box .ctInp {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.free-mask-form .aside-form .form .form-box .input-box .ctInp1 {
  width: 1.3rem;
}
.free-mask-form .aside-form .form .form-box .input-box .getcode {
  font-size: 14px;
  font-weight: 400;
  color: #006CFF;
  line-height: 20px;
  text-align: right;
  width: 40%;
}
.free-mask-form .aside-form .form ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.free-mask-form .aside-form .form ul li {
  width: 1.2rem;
  height: 0.4rem;
  background: #EDEFF2;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  color: #202124;
  line-height: 0.4rem;
  margin-right: 0.1rem;
  margin-bottom: 0.15rem;
}
.free-mask-form .aside-form .form ul li:nth-child(2n) {
  margin-right: 0rem;
}
.free-mask-form .aside-form .form textarea {
  margin-top: 0.2rem;
  width: 100%;
  height: 1.6rem;
  border-radius: 2px;
  border: 1px solid #BFC2CC;
  padding: 0.1rem;
  box-sizing: border-box;
}
.free-mask-form .aside-form .colse {
  bottom: -4rem !important;
}
@keyframes sport {
  0% {
    height: 0rem;
  }
  100% {
    height: 4.3rem;
  }
}
.free-mask-form .submit-btn {
  width: 1.4rem;
  height: 0.45rem;
  background: #006CFF;
  color: #fff;
  line-height: 0.45rem;
  position: absolute;
  bottom: 0rem;
  width: 100%;
  transition: bottom 0.5s;
}
.free-mask-form .colse-btn {
  bottom: -2rem !important;
}
.toast {
  padding: 0.1rem;
  word-break: break-all;
  line-height: 1.5;
  position: fixed;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  max-width: 3rem;
  font-size: 14px;
  border-radius: 5px;
  display: none;
  text-align: center;
  z-index: 99999;
}
.disabled {
  color: #ccc !important;
  cursor: not-allowed;
}
.el-checkbox-button .el-checkbox-button__inner {
  width: 1.55rem !important;
  height: 0.4rem !important;
  background: #EDEFF2;
  border-radius: 3px !important;
  margin: 0rem 0.1rem 0.1rem 0.1rem !important;
  border: none !important;
  font-size: 13px !important;
  color: #000;
  font-weight: 400 !important;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
  background-color: #006CFF !important;
  box-shadow: none !important;
}
.el-checkbox-button .el-checkbox-button__inner:nth-child(2n) {
  margin-left: 0rem !important;
}
.el-checkbox-button__inner:hover {
  color: #000;
}
