.idVerifyPage {
  margin-top: 60px;
  color: #333;
  font-size: 20px;
}
.idVerifyPage .banner img {
  display: block;
  width: 100%;
}
.idVerifyPage .content {
  overflow: hidden;
  width: 1200px;
  margin: 20px auto;
  border-radius: 5px;
  padding: 20px;
}
.idVerifyPage .content i {
  display: inline-block;
  vertical-align: -8px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: #F0F0F0;
  border-radius: 50%;
  font-size: 35px;
  font-weight: 400;
  color: #02A7F0;
  text-align: center;
  font-style: normal;
}
.idVerifyPage dl {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.idVerifyPage dl:nth-of-type(1) {
  text-align: center;
}
.idVerifyPage dl dt {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.idVerifyPage dl dd {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  position: relative;
}
.idVerifyPage dl dd.box {
  margin-top: 30px;
  padding: 30px 88px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  background-color: #fff;
}
.idVerifyPage dl dd h4 {
  padding: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #333;
}
.idVerifyPage dl dd p {
  margin: 46px 0 24px;
}
.idVerifyPage dl dd span {
  color: #048BDF;
}
/* #region 底部 */
.footer {
  background: #333;
  min-height: 210px;
}
.footer .inner {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.mod-foot .inner {
  position: relative;
}
.mod-link .bd {
  padding: 10px;
}
.mod-link .bd p {
  line-height: 26px;
  color: #ccc;
}
.mod-link .bd p.title {
  font-size: 12px;
  font-family: PingFangSC-Semibold, PingFang SC;
  color: #F9FAFB;
}
.mod-link .bd p.title span {
  color: #36D07C;
  font-weight: 600;
  margin-right: 20px;
}
.mod-link .bd p.title img {
  margin: 0 5px;
}
.mod-link .bd p.title img:last-child {
  margin-left: 20px;
}
.mod-link .bd p a {
  margin-right: 12px;
  white-space: nowrap;
  color: #36D07C;
  font-weight: 400;
}
.mod-foot {
  padding: 0 10px 10px;
  color: #ccc;
}
.mod-foot a {
  color: #ccc;
}
.mod-foot .hd {
  position: absolute;
  top: -60px;
  right: 130px;
}
.mod-foot .hd p {
  line-height: 36px;
  text-align: center;
}
.mod-foot p {
  line-height: 22px;
  font-size: 12px;
}
.mod-foot .bd {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #F9FAFB;
  width: 820px;
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}
/* #endregion */
/* #region 适配头部*/
.header {
  height: 60px;
  line-height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .mobiel_menu.on {
  width: 100%;
  overflow: auto;
}
.header .mobiel_menu.on .tree-menu {
  text-align: left;
  padding: 0 100/108rem;
}
.header .mobiel_menu.on .tree-menu li {
  border-bottom: 1/108rem solid #eee;
}
.header .mobiel_menu.on .tree-menu li a {
  font-size: 36/108rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 40/108rem;
}
.header .nav div:last-child ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.header .nav div:first-child .logo {
  height: 60px;
}
.header .nav div ul li.attract a,
.header .mobiel_menu.on .tree-menu li.attract a {
  color: #000;
  text-indent: -999px;
}
.header .mobiel_menu.on .tree-menu li.attract a::after {
  left: 100/108rem;
  top: 40/108rem;
}
/* #endregion 适配头部*/
@media screen and (max-width: 1200px) {
  .idVerifyPage .content {
    width: 90%;
  }
}
@media screen and (max-width: 1080px) {
  .footer {
    padding: 4% 5%;
  }
  .mod-foot .bd,
  .footer .inner {
    width: auto;
  }
  .mod-foot .bd p {
    text-align: center;
  }
  .mod-foot .hd img {
    width: 100px;
    height: 100px;
  }
  .mod-foot .hd {
    top: -152px;
    right: 0px;
  }
  .mod-foot .hd p {
    color: #F9FAFB;
  }
  .mod-link .bd p.title {
    padding-right: 120px;
  }
  .mod-link .bd p.title .divider {
    margin-right: 15px;
  }
  .mod-link .bd p.title .divider {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .idVerifyPage .content .btnBox {
    margin: 30px auto;
    text-align: center;
  }
  .idVerifyPage .content .btnBox a {
    position: static;
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    font-size: 15px;
  }
  .idVerifyPage dl dd.box {
    padding: 20px;
  }
}
