.idVerifyPage {
  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 .content_box .detail-text{
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
 }
.idVerifyPage .content .content_box{ 
    margin-top: 0px;
    padding: 30px 88px;
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 11%);
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
}
/* 移动端 */
@media screen and (max-width: 880px){
  .idVerifyPage .content .content_box {
      padding: 10px;
  }
  .idVerifyPage .content .content_box p{
      text-align-last: left;
      font-size: 14px !important;
  }
  .idVerifyPage .content .content_box .detail-text{
      font-size: 16px;
  }
}
.idVerifyPage .content .content_box p{
  text-align-last: left;
}

.idVerifyPage .content img{
  margin-top: 20px;
  vertical-align: middle;
}
.idVerifyPage .content>a {
  position: absolute;
  right: 200px;
  top: 100px;
  width: 159px;
  height: 58px;
  line-height: 58px;
  background: #FF7E00;
  border: 2px solid #fff;
  border-radius: 29px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.instructions_first-child{
  margin-top: 10px;
}
.instructions a,.footer-website a{
  color: #145ccd;
}
.instructions a:hover,.footer-website a:hover{
  color: #0140a5;
}
.idVerifyPage .content a:nth-of-type(2) {
  background-color: #062EB2;
  right: 28px;
}
.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;
  width: 100%;
  z-index: 9999;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.header .nav div:first-child .logo {
  height: 60px;
}
.header .mobiel_menu.on {
  width: 230px;
  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:14px;
  font-weight: 600;
  text-align: center;
  color: #686868;
  padding: 0 !important;
  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%;
  }
  .header {
    height: 52px;
    line-height: 52px;
    position: fixed;
    left: 0;
    top: 0;
  }
  .idVerifyPage {
      margin-top: 52px;
  }
  .header .nav div:first-child .logo {
    height: 52px;
  }
}
@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;
  }
  .tree-menu{
    border: none !important;
  }
  .tree-menu a {
    border: none !important;
  }
  .header li.after a::before {
    display: none;
  }
  .header .mobiel_menu.on .tree-menu li a {
    font-weight: normal;
  }
  .header{
    height: 52px !important;
    line-height: 52px !important;
  }
}
