.none {
  display: none !important;
}

.header {
  height: 82px;
  padding: 11px 0;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.header .box-logo-wrap {
  width: 300px;
  height: 80px;
  line-height: 80px;
}
.header .box-logo-wrap img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.header .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
}
.header .container a.logo {
  display: block;
  width: 240px;
  height: 55px;
  background: url('../image/register.png');
  background-position: -8px -224px;
}
.header .container p {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  color: #333;
  position: relative;
}
.header .container p span.hot_line {
  width: 20px;
  height: 20px;
  background: url(../image/telIcon.jpg) no-repeat;
  display: inline-block;
  position: absolute;
  left: -34px;
  top: 30px;
}
.header .container p span {
  color: #bbbbbb;
  font-size: 18px;
}

.mylogo {
  width: 160px;
  display: inline-block;
  position: relative;
  height: 100%;
}

.content {
  width: 100%;
  position: relative;
}
.content .login-bg {
  background: url(../image/login_bg.jpg) no-repeat;
  background-position: center center;
  height: 625px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9;
}
.content .content-layout {
  height: 625px;
  position: relative;
  text-align: center;
}
.content .content-layout .logBox-name-wrap {
  float: right;
  position: relative;
  z-index: 100;
  margin-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  
}
.content .content-layout .logBox-name-wrap .login-box-wrap {
  width: 420px;
  box-sizing: border-box;
  background-color: #fff;
  display: inline-block;
  border-radius: 8px;
  
}
.content .content-layout .logBox-name-wrap .login-box-wrap .company-name {
  margin: 20px 0;
  text-align: center;
  color: #383838;
  font-size: 18px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .company-name .name-content {
  font-size: 18px;
  color: #383838;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd {
  padding: 0 20px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .tip {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -21px;
  top: -11px;
  background: url('../image/register.png') no-repeat -58px -60px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .login-title {
  padding-top: 25px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .login-title h3 {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  color: #333;
  text-align: center;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form {
  position: relative;
  padding-bottom: 20px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .field a {
  color: #1b72c0;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .field input {
  box-sizing: border-box;
  padding-left: 15px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .field:not(:nth-child(n+3)) input {
  width: 330px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .field:not(:nth-child(n+3)) input:focus {
  border: 1px solid #279ff5;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .field:nth-child(3) input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #4faeff;
  border-radius: 2px;
  cursor: pointer;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .cd {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .fill_cd {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  color: #333;
  padding-left: 15px;
  margin-right: 15px;
  width: 160px;
  border-radius: 5px;
  font-size: 14px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .fill_cd:focus {
  border: 1px solid #279ff5;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .get_cd {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #279ff5;
  width: 130px;
  text-align: center;
  color: #279ff5;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .get_cd img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .fast_login {
  width: 330px;
  height: 42px;
  line-height: 42px;
  background-color: #279ff5;
  color: #fff;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .agree_kttx {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: -5px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .agree_kttx a {
  color: #017fea;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .speechTips {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 25px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .speechTips .tipsContent {
  font-size: 12px;
  color: #999;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .phone-form .speechTips .getSpeechCode {
  font-size: 12px;
  color: #279ff5;
  cursor: pointer;
  margin-left: 10px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form {
  position: relative;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .field {
  position: relative;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .field .mobileImg {
  position: absolute;
  top: 10px;
  right: 41px;
  cursor: pointer;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .field .pwdFlag {
  position: absolute;
  top: 15px;
  right: 41px;
  cursor: pointer;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .weixin-tip {
  background-position: -58px -8px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .login-title h3 {
  font-size: 22px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod {
  width: 100%;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode {
  width: 200px !important;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-main {
  margin: 15px  auto 20px;
  width: 180px;
  height: 180px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc {
  width: 150px;
  height: 34px;
  margin: 0 auto ;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc img {
  margin-right: 5px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc p {
  width: 100px;
  height: 100%;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc p span {
  font-size: 14px;
  color: #333;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc p span:last-child {
  margin-top: 8px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-form .qrcode-mod .qrcode-desc p span span {
  color: #10b100;
  font-size: inherit;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .login-title {
  margin-bottom: 20px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .phone_login {
  width: 330px;
  height: 42px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 15px;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 42px;
  font-size: 16px;
  color: #999;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .phone_login:focus {
  border: 1px solid #279ff5;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .btn_logoin {
  background-color: #279ff5;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .phone_normal {
  width: 330px;
  height: 38px;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  margin-bottom: 10px;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 38px;
  font-size: 14px;
  color: #333;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .phone_normal:focus {
  border: 1px solid #279ff5;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .no_account {
  display: inline-block;
  color: #999;
  font-size: 14px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .no_account .free_reg {
  color: #279ff5;
  text-decoration: none;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .normal_login .forget_num {
  color: #999;
  font-size: 12px;
  position: absolute;
  display: block;
  right: 24px;
  z-index: 1;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-box {
  text-align: center;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-box .weixin-content {
  position: relative;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-box .weixin-content img {
  width: 176px;
  height: 176px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-box .weixin-content .refresh {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url("../image/refresh.gif") no-repeat center center;
  position: absolute;
  left: 165px;
  top: 60px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .weixin-box span {
  font-size: 14px;
  color: #999999;
  display: inline-block;
  width: 315px;
  line-height: 25px;
  margin-top: 25px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .bd .login-header-title {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 20px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-name {
  width: 100%;
  margin: 20px 0;
  text-align: center;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-name .face-content {
  font-size: 16px;
  color: #279ff5;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-name i {
  width: 60px;
  height: 60px;
  display: block;
  background: url("../image/faceheader.png") no-repeat center center;
  margin: 0 auto;
  margin-top: 20px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-form {
  width: 78%;
  margin: 0 auto;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-form .face-input {
  width: 100%;
  height: 40px;
  border: 1px solid #bbbbbb;
  border-radius: 4px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-form .face-input .face-verification {
  width: 90%;
  text-align: left;
  line-height: 40px;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-form .face-button {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #279ff5;
  color: #ffffff;
  margin-top: 10px ;
  cursor: pointer;
}
.content .content-layout .logBox-name-wrap .login-box-wrap .face-form .other_logins {
  margin: 20px 0;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul {
  width: 100%;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li {
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 0 10px;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li p {
  line-height: 20px;
  padding-top: 5px;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li i {
  width: 42px;
  height: 42px;
  display: inline-block;
  background-size: 100% 100%!important;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li i:hover {
  background-size: 100% 100%!important;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .weixin_icon {
  background: url("../image/weixin.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .weixin_icon:hover {
  background: url("../image/weixin2.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .face_icon {
  background: url("../image/face.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .face_icon:hover {
  background: url("../image/face2.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .accountLogin {
  background: url("../image/accountLogin.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .accountLogin:hover {
  background: url("../image/accountLogin2.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .iphoneLogin {
  background: url("../image/iphoneLogin.png") no-repeat;
}
.content .content-layout .logBox-name-wrap .loginFunction .other_logins ul li .iphoneLogin:hover {
  background: url("../image/iphoneLogin2.png") no-repeat;
}
.content .content-layout .code-login-wrap {
  width: 130px;
  height: 290px;
  position: relative;
  z-index: 10;
  margin-top: 85px;
  text-align: center;
  float: left;
  margin-right: 50px;
}
.content .content-layout .code-login-wrap .headerImg {
  width: 72px;
  height: 53px;
  text-align: center;
  margin: 0 auto;
}
.content .content-layout .code-login-wrap .headerImg img {
  width: 100%;
}
.content .content-layout .code-login-wrap .content-box {
  width: 130px;
  border-radius: 8px;
  background-color: #1192ff;
  padding-bottom: 10px;
}
.content .content-layout .code-login-wrap .content-box .header_title {
  padding-left: 5px;
  padding-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}
.content .content-layout .code-login-wrap .content-box img {
  width: 118px;
  height: 118px;
}
.content .content-layout .code-login-wrap .content-box span {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  color: #fff;
  padding: 5px 5px 0;
  overflow-wrap: break-word;
}
.content .content-layout .code-login-wrap .content-box .personality_title {
  width: 118px;
}
.content .content-layout .code-login-wrap .content-box .default_title {
  padding: 10px 21px 0;
  font-size: 15px;
  line-height: 23px;
}
.content .content-layout .code-login-wrap .close-gray-circle {
  position: absolute;
  top: 22px;
  right: 4px;
  cursor: pointer;
}

.loginPage footer {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: #a2a2a2;
  margin-bottom: 20px;
}
.loginPage footer a {
  color: #a2a2a2;
}
.loginPage footer span {
  display: inline-block;
  margin: 0 15px;
}
.loginPage footer .us {
  height: 30px;
  line-height: 30px;
  margin-top: 20px;
}
.new_code_verification {
  width: 420px;
  height: auto;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.new_code_verification .new_code_verification_box {
  width: 100%;
}
.new_code_verification .new_code_verification_box .hd {
  margin-bottom: 14px;
}
.new_code_verification .new_code_verification_box .hd ul li {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px #279ff5 solid;
  padding: 10px 0;
}
.new_code_verification .new_code_verification_box .hd ul li a {
  display: block;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #279ff5;
}
.new_code_verification .new_code_verification_box .hd ul .new_close {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 20px;
  background: url("../image/close.png") no-repeat center center;
}
.new_code_verification .new_code_verification_box .bd {
  width: 90%;
  margin: 0 auto;
}
.new_code_verification .new_code_verification_box .bd .phone-form {
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
}
.new_code_verification .new_code_verification_box .bd .phone-form .field {
  width: 100%;
  display: inline-block;
}
.new_code_verification .new_code_verification_box .bd .phone-form .field input {
  width: 86%;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333;
  text-align: left;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  text-indent: 15px;
}
.new_code_verification .new_code_verification_box .bd .phone-form .cd {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.new_code_verification .new_code_verification_box .bd .phone-form .cd .fill_cd {
  height: 38px;
  line-height: 38px;
  border: 1px solid #ddd;
  color: #333;
  padding-left: 15px;
  margin-right: 15px;
  width: 160px;
  border-radius: 5px;
  font-size: 14px;
}
.new_code_verification .new_code_verification_box .bd .phone-form .cd .get_cd {
  height: 38px;
  line-height: 38px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #279ff5;
  width: 130px;
  text-align: center;
  color: #279ff5;
  background-color: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.new_code_verification .new_code_verification_box .bd .phone-form .btn_login {
  width: 86%;
  margin: 0 auto;
  text-align: center;
  background-color: #279ff5;
  line-height: 40px;
  border-radius: 5px;
  cursor: pointer;
}
.new_code_verification .new_code_verification_box .bd .phone-form .btn_login input {
  color: #fff;
  cursor: pointer;
}
.realNameAuthModal {
  width: 400px;
  height: 200px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.realNameAuthModal .modalH {
  padding: 20px;
  position: relative;
}
.realNameAuthModal .modalH .titleN {
  font-size: 16px;
  font-weight: bold;
}
.realNameAuthModal .modalH .close {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../image/close.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.realNameAuthModal .modalC {
  padding: 20px 20px 0 20px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
.realNameAuthModal .modalF {
  padding: 30px 20px 0;
  text-align: right;
}
.realNameAuthModal .modalF span {
  width: 68px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  border: 1px solid #E4E7ED;
  display: inline-block;
  background-color: #fff;
  margin-left: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.realNameAuthModal .modalF span.sure {
  color: #fff;
  background-color: #1192ff;
  border: 1px solid #1192ff;
}
#cbox,
#cbox2 {
  width: 86%!important;
  margin-left: 24px;
}
.modal_bg {
  z-index: 199!important;
}

.loginTimePopup {
  position: fixed;
  top: 50%!important;
}
.loginTimePopup .verification-icon {
  display: inline-block;
  width: 122px;
  height: 123px;
  background: url("../image/punch_clock.png") no-repeat;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 1;
  top: -175px;
}
.loginTimePopup .loginTimePopup-box {
  position: absolute;
  left: 50%;
  top: 50%;
}
.loginTimePopup .loginTimePopup-box .loginTimePopup-frame {
  width: 500px;
  height: 350px;
  position: absolute;
  top: -175px;
  left: -250px;
  background-color: #FFFFFF;
  border-radius: 25px;
  text-align: center;
}
.loginTimePopup .loginTimePopup-box .loginTimePopup-frame .loginTimePopup-title {
  font-size: 20px;
  font-weight: bold;
  margin: 80px 0 30px 0;
  color: rgba(232, 111, 45);
}
.loginTimePopup .loginTimePopup-box .loginTimePopup-frame .loginTimePoput-content {
  font-size: 17px;
  line-height: 30px;
  font-weight: 500;
}
.loginTimePopup .loginTimePopup-box .loginTimePopup-frame .loginTimePoput-content .loginTimePopup-content-time {
  color: rgba(215, 47, 32);
  font-weight: bold;
}
.loginTimePopup .loginTimePopup-box .loginTimePopup-frame .loginTimePopup-button {
  background-color: rgba(233, 111, 45);
  width: 60%;
  height: 45px;
  line-height: 45px;
  margin: 20px 20% 0 20%;
  font-size: 20px;
  color: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
}

.terminalPopup {
  position: fixed;
  top: 50%!important;
}
.terminalPopup .verification-icon {
  display: inline-block;
  width: 64px;
  height: 64px;
  background: url("../image/login_zd.png") no-repeat;
  z-index: 1;
  margin-top: 20px;
}
.terminalPopup .terminalPopup-box {
  position: absolute;
  left: 50%;
  top: 50%;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame {
  width: 500px;
  height: 300px;
  position: absolute;
  top: -175px;
  left: -250px;
  background-color: #FFFFFF;
  border-radius: 8px;
  text-align: center;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-title {
  font-size: 20px;
  font-weight: bold;
  margin: 5px 0 30px 0;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-content {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-content .terminalPopup-content-time {
  color: rgba(215, 47, 32);
  font-weight: bold;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-button {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-button button {
  width: 96px;
  line-height: 38px;
  border-radius: 4px;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-button .terminalPopup-button-cancel {
  border: 1px solid #e4e7ed;
  height: 38px;
  text-align: center;
  margin-right: 20px;
}
.terminalPopup .terminalPopup-box .terminalPopup-frame .terminalPopup-button .terminalPopup-button-sure {
  height: 38px;
  background-color: #1192ff;
  text-align: center;
  color: #ffffff;
}
.user-modal .demo-frame #containerFace1 {
  display: flex;
  align-items: center;
}
.user-modal .demo-frame .ks-validate {
  width: 205px;
  height: 73px;
  color: #49ffff;
  font-size: 22px;
  position: static;
  background: url(../image/button.png) no-repeat center center;
  text-align: center;
  line-height: 73px;
  cursor: Pointer;
  margin-top: 20px;
}
.admin_span {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-bottom: 5px;
}
.admin_span a {
  padding-right: 10px;
  color: #1192ff;
}