.container {
  width: 100vw;
  height: 100vh;
}

.header {
  height: 60px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 30px;
  background: #403ab4;
  z-index: 999;
}

.header .leftbox {
  display: flex;
  align-items: center;
}

.header .leftbox img {
  height: 30px;
  width: auto;
  margin-right: 30px;
}

.header .leftbox a:nth-child(2) {
  padding: 5px 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-left: 1px solid #999;
}

.header .rightbox {
  display: flex;
  align-items: center;
}

.header .rightbox .change {
  color: #fff;
  font-size: 12px;
  padding: 0px 15px;
}

.header .rightbox .server {
  color: #fff;
  font-size: 12px;
  padding: 0px 15px;
}

.header .rightbox .server:hover {
  transition: 0.65s;
  color: #f19240;
}

.header .rightbox .register {
  margin: 0px 15px;
  padding: 8px 10px;
  font-size: 14px;
  color: #000000;
  background: #fff;
}

.header .rightbox .register:hover {
  background: #0eaf96;
}

.main {
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 600px;
  background-size: cover;
}

.mainBox {
  width: 1440px;
  height: calc(100vh - 120px);
  margin: 0 auto;
  display: flex;
}

.mainBox .leftBox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  width: 550px;
  height: 550px;
  background: url(../images/resource/login.png);
  background-size: cover;
  padding: 30px 0 0 60px;
}

.circle div:nth-child(1) {
  line-height: 40px;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
}

.circle div:nth-child(1) img {
  margin-left: 10px;
  height: 40px;
  width: auto;
}

.circle p:nth-child(2) {
  margin-top: 15px;
}

.circle p:nth-child(2),
.circle p:nth-child(3) {
  font-size: 14px;
  line-height: 30px;
}

.circle a:nth-child(4) {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 40px;
  background: #403ab4;
  color: #fff;
  font-size: 16px;
  margin-top: 20px;
  font-weight: bold;
}

.circle a:nth-child(4):hover {
  background: #ed7711;
}

.circle a:nth-child(4) i {
  font-weight: 400;
  font-size: 24px;
  margin-left: 10px;
}
.container .main-bg{
    background-size: cover;
}
.mainBox .rightBox {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainBox .rightBox .login {
  height: auto;
  width: 420px;
  background: #ffffff;
  box-shadow: 0px 0px 20px #403ab4;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mainBox .rightBox .login .title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.mainBox .rightBox .login .language {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #3b7fff;
  cursor: pointer;
}

.form {
  width: 100%;
}

.form .account input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e9ee;
  outline: none;
  padding: 0 0 0 40px;
}

.form .account .user {
  width: 20px;
  height: auto;
  position: relative;
  top: -29px;
  left: 10px;
}

.form .password input {
  width: 100%;
  height: 40px;
  border: 1px solid #e4e9ee;
  outline: none;
  padding: 0 30px 0 40px;
}

.form .password .password {
  width: 20px;
  height: auto;
  position: relative;
  top: -29px;
  left: 10px;
}

.form .password .icon_hide {
  width: 18px;
  height: auto;
  position: relative;
  top: -48px;
  left: 330px;
  display: block;
  cursor: pointer;
}
.form .password .icon_hides {
  display: none;
  width: 18px;
  height: auto;
  position: relative;
  top: -48px;
  left: 330px;
  cursor: pointer;
}

.form .password input:focus .icon_hide {
  display: block;
}
.form .imgVerify {
  margin-bottom: 28px; 
  display: block
}
.form .imgVerify #imgVerifyLabel,
.form .imgVerify #imgVerifyLabelError,
.verification #phoneVerifyLabel{
  position: absolute;
  bottom: -22px;
  color: #f00;
}
.form .imgVerify div {
  position: relative;
  top: -20px;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form .imgVerify input {
  height: 40px;
  border: 1px solid #e4e9ee;
  flex: 1;
}
.form .imgVerify input:focus {
  outline: 2px solid #3b7fff;
}
.imgUrl {
  margin-left: 30px;
  max-width: 120px;
}
.form .psdError {
  position: relative;
  top: -10px;
  left: 0;
  color: #f00;
}
.form .remember {
  margin-top: -15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form .remember div:nth-child(2) a {
  color: #3b7fff;
  text-decoration: none;
}
.form .remember div:nth-child(2) a:hover {
  text-decoration: none;
}

.form .loginBtn {
  margin-top: 20px;
  width: 100%;
  height: 44px;
  font-size: 16px;
  border: none;
  outline: none;
  border-radius: 0 !important;
  color: #fff;
  background: linear-gradient(90deg, #0eaf96 0%, #0eaf96 100%);
}

.form .loginBtn:hover {
  background: #403ab4 !important;
}

.otherLogin {
  position: relative;
  width: 100%;
  border: 1px dashed #e4e9ee;
  padding: 15px 0;
  border-left: none;
  border-right: none;
  margin-top: 27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.otherLogin::after {
  position: absolute;
  color: #999;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 15px;
  background-color: #fff;
}

.otherLogin a div {
  display: flex;
  align-items: center;
  color: #707788;
  font-size: 12px;
  cursor: pointer;
}

.otherLogin a div:hover {
  color: #3b7fff;
}

.otherLogin a div i {
  font-size: 18px;
  width: auto;
  margin-right: 5px;
}
.otherLogin a:last-child div i {
  font-size: 30px;
  width: auto;
  margin-right: 5px;
  margin-top: 1px;
  vertical-align: middle;
}
.otherLogin > .o-l-title{
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 15px;
  background-color: #fff;
  color: #999;
  font-weight: 400;
  font-size: 12px;
}

.registerGo {
  margin-top: 20px;
  font-size: 14px;
  color: #333333;
}

.registerGo a {
  color: #10b981;
  text-decoration: none;
  transition: color 0.3s ease;
}

.registerGo a:hover {
  text-decoration: none;
  color: #059669;
}

.registerGo a.forget-pwd {
  color: #999999;
  font-size: 13px;
}

.registerGo a.forget-pwd:hover {
  color: #666666;
}

/* code  */
#code {
  display: none;
}

#error {
  display: none;
}

.code {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

.code .imgBox {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 230px;
  padding: 10px;
  border: 1px solid #e4e9ee;
}

.error {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.98);
  text-align: center;
}

.error img {
  margin-top: 30%;
  height: 28px !important;
  width: auto;
}

.error p {
  color: #333;
  font-size: 14px;
  line-height: 19px;
}

.error .reset_sale {
  margin-top: 10px;
  margin-left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  width: 52px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e4e9ee;
  background: #f6f7fc;
}

.error .reset_sale:hover {
  background: #d9d9d9;
}

.code .imgBox img {
  width: 100%;
  height: 100%;
}

.code p {
  margin-top: 12px;
  font-size: 14px;
  color: #333;
}

.code .reset {
  display: flex;
  align-items: center;
  justify-content: center;
}

.code .reset div {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 10px 0px;
  padding: 0px 10px;
  color: #3b7fff;
  cursor: pointer;
}

.code .reset div:nth-child(1) {
  border-right: 1px solid #e4e9ee;
}

.code .reset div:nth-child(2) a {
  font-size: 14px;
  color: #3b7fff;
}

.code .reset div:nth-child(2) a:hover {
  text-decoration: underline;
}

.code .reset div:nth-child(1) a {
  color: #3b7fff;
}

.code .reset div img {
  height: 12px;
  width: auto;
}

.footer {
  height: 60px;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-top: 1px solid #d9d9d9;
}

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cccccc;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #cccccc;
}

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #cccccc;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #cccccc;
}

.fit {
  position: relative;
  padding-bottom: 90px !important;
}

.form .verification {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e9ee;
  position: relative;
  margin-bottom: 28px;
}

.form .verification img {
  margin: 0px 8px 0px 10px;
  width: 20px;
  height: auto;
}

.form .verification input {
  border: none;
  outline: none;
  width: 200px;
}

.form .verification #btnTitle {
  text-align: center;
  line-height: 40px;
  position: absolute;
  right: 0px;
  height: 100%;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  color: #ccc;
  font-size: 14px;
  padding: 0px 15px;
  border-left: 1px solid #e4e9ee;
  color: #3B7FFF;
  cursor: pointer;
}

.form .iphone {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e9ee;
  position: relative;
  margin-bottom: 28px;
}

.form .iphone #phoneCn,
.form .iphone #phoneCns{
  position: absolute;
  bottom: -22px;
  color: #f00;
}

.form .iphone img {
  margin: 0px 8px 0px 10px;
  width: 20px;
  height: auto;
}

.form .iphone div {
  display: flex;
  align-items: center;
  font-size: 12px;
  cursor: pointer;
}
.form .iphone div.selected-flag{
  border-right: 1px solid #e4e9ee;
}

.form .iphone input {
  margin-left: 10px;
  border: none;
  outline: none;
  width: auto;
}

#slide {
  margin-top: 18px;
  margin-bottom: 11px;
}

.attention {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 74px;
  font-size: 12px;
  background: #f6f7fc;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  line-height: 18px;
}

.attention a {
  color: #3b7fff;
}
.attention a:hover {
  text-decoration: underline;
}

#successBox {
  display: none;
}

#phone {
  width: 316px;
}
.intl-tel-input .country-list {
  left: -38px;
}
.flag-container {
  padding: 0;
}

.success {
  z-index: 9999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 388px;
  background-color: #fff;
  box-shadow: 0px 0px 20px #f0cfb4;
  padding: 80px 40px;
}

.success div:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 45px;
}

.success div:nth-child(1) img {
  height: 56px;
  width: auto;
  margin-right: 10px;
}

.success div:nth-child(2) {
  margin: 20px 0 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 45px;
  color: #666666;
  border-bottom: 1px solid #e4e9ee;
}

.success div:nth-child(3) {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.success div:nth-child(3) button:nth-child(1) {
  height: 44px;
  width: 150px;
  border: 1px solid #403ab4;
  color: #403ab4;
  font-size: 16px;
  background: #fff;
  cursor: pointer;
}

.success div:nth-child(3) button:nth-child(2) {
  cursor: pointer;
  height: 44px;
  width: 150px;
  border: none;
  color: #fff;
  font-size: 16px;
  background: linear-gradient(90deg, #ed7711 0%, #ff9c47 100%);
}

.fromNow .account {
  position: relative;
  margin-bottom: 11px;
}

.fromNow .account label {
  display: none;
  font-size: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #f5222d;
}

.fromNow .password {
  position: relative;
  margin-bottom: 5px;
}

.fromNow .password label {
  font-size: 8px;
  position: absolute;
  bottom: 4px;
  left: 0;
  color: #f5222d;
}

#account:focus {
  border: 2px solid #3b7fff;
}
#password:focus {
  border: 2px solid #3b7fff;
}
#confirmPassword:focus {
  border: 2px solid #3b7fff;
}
#slide {
  border: 1px solid rgba(228, 233, 238, 1);
}

/* 回调弹窗 */
.callBackDialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999999999;
  background: rgba(0, 0, 0, 0.7);
  display: block;
}
.callBackDialog .dialog {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  margin-top: 100px;
}
.callBackDialog .dialog .dialog-header {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #e9e9e9;
}
.callBackDialog .dialog .dialog-header > span {
  font-size: 20px;
  cursor: pointer;
}
.dialog-content .dialog-content-header {
  display: flex;
  justify-content: space-between;
}
.dialog-content .dialog-content-header span {
  flex: 1;
  text-align: center;
  background-color: #eee;
  line-height: 50px;
  cursor: pointer;
}
.dialog-content .dialog-content-header span.checked {
  background: #fff;
}
.dialog-content .dialog-content-content {
  padding: 30px 50px 20px 20px;
}
.dialog-content .dialog-content-content > div {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.dialog-content .dialog-content-content > div > p:nth-child(2) {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 35px;
}
.dialog-content .dialog-content-content > div > p:nth-child(2) .formInput {
  height: 35px;
}
.dialog-content .dialog-content-content > div > p:nth-child(2) .remind {
  font-size: 12px;
  height: 15px;
  display: inline-block;
  border: none;
  color: #f00;
}
.dialog-content .dialog-content-content > div .imageBox {
  margin-left: 20px;
}
.dialog-content .dialog-content-content > div .getVerify {
  color: #ff9c47;
  cursor: pointer;
}
.dialog-content .dialog-content-content .formInput {
  flex: 1;
  height: 35px;
  outline: none;
  border: 1px solid #e4e9ee;
  display: inline-block;
}
.dialog-content .dialog-content-content .formInput:focus {
  outline: 2px solid #3b7fff;
}
.dialog-content .dialog-content-content > div > span {
  display: inline-block;
  width: 100px;
  text-align: right;
}

.dialog-content .dialog-content-content > div > span > i {
  color: #f00;
  font-style: normal;
}
.dialog-footer {
  line-height: 70px;
  border-top: 1px solid #eee;
  text-align: center;
}
.dialog-footer .submitBtn {
  border: none;
  outline: none;
  width: 100px;
  height: 30px;
  background-color: #ff9c47;
  color: #fff;
  cursor: pointer;
}
.login-tabs{
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.login-tabs .tabs-title{
  margin-right: 30px;
  color: #1d2645;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
.login-tabs .tabs-title.active{
  position: relative;
}
.login-tabs .tabs-title.active::before{
  content: "";
  position: absolute;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background-color: #F19240;
}
.login-tabs-panel{
  display: none;
}
.login-tabs-panel.active{
  display: block;
}
.change-lag{
  position: absolute;
  top: 15px;
  left: 32px;
  color:#3b7fff;
  font-size: 12px;
}
.change-lag:hover{
  text-decoration: underline;
}
.change-login-method{
  position: absolute;
  width: 90px;
  height: 90px;
  top: 1px;
  right: 1px;
  background-size: 100%;
}
.change-login-method.to-qr{
  background-image: url('./../images/login/to-qrcode.png');
}
.change-login-method.to-qr:hover{
  background-image: url('./../images/login/to-qrcode2.png');
}
.change-login-method.to-ipt{
  background-image: url('./../images/login/to-ipt.png');
}
.change-login-method.to-ipt:hover{
  background-image: url('./../images/login/to-ipt2.png');
}
.change-login-method:hover .tooltip{
  display: inline-block;
}
.tooltip {
  position: absolute;
  display: none;
  margin: 10px 20px;
  opacity: 1;
}
.tooltip.left {
  top: 12px;
  left: -85%;
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #F19240;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #F19240;
  border-radius: 4px;
  font-size: 12px;
}
.ipt-wrap{
  display: none;
  width: 100%;
}
.ipt-wrap.active{
  display: block;
}
.qr-wrap{
  display: none;
  width: 100%;
}
.qr-wrap.active{
  display: block;
}
.qr-wrap h2{
  margin-bottom: 40px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
}
.qr-wrap .qr-box{
  margin: 0 auto 12px;
  padding: 10px;
  width: 230px;
  height: 230px;
  border: 1px solid #e4e9ee;
}
.qr-wrap .qr-box img{
  width: 208px;
  height: 208px;
}
.qr-wrap .qr-msg{
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-weight: 600;
}
.qr-wrap .op-group{
  display: flex;
  justify-content: center;
  align-items: center;
}
.qr-wrap .op-group a{
  display: flex;
  align-items: center;
  color: #3B7FFF;
  font-size: 14px;
}
.qr-wrap .op-group a:first-child{
  margin-right: 20px;
}
.qr-wrap .op-group a i{
  margin-right: 2px;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.qr-wrap .op-group a.back i{
  background-image: url('./../images/login/icon_fanhui.svg')
}
.qr-wrap .op-group a.refresh i{
  background-image: url('./../images/login/icon_shuaxin.svg')
}

.appoint .header .rightbox{
  display: none;
}
.appoint .main .leftBox{
  display: none;
}
.appoint .main .rightBox{
  padding-top: 50px;
}
.appoint .main{
  background-image: none;
  height: auto;
  min-height: calc(100vh - 120px);
}
.appoint .main .rightBox h2{
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.appoint .main .rightBox h2 + p{
  margin-bottom: 40px;
  color: #999;
  text-align: center;
  font-weight: 600;
}
.appoint .form-wrap{
  padding: 0 45px; 
}
.appoint .ipt-group{
  margin-bottom: 28px;
}
.appoint .ipt-group input{
  padding: 0 15px;
  height: 48px;
  width: 100%;
  border: 1px #d9d9d9 solid;
  border-radius: 2px;
}
.appoint .ipt-group input:focus, .appoint .ipt-group input:active, .appoint .ipt-group select:focus{
  border-color: #3b7fff;
}
.appoint .ipt-group select{
  padding: 0 15px;
  height: 48px;
  width: 100%;
  border:1px #d9d9d9 solid;
  border-radius: 2px; 
}
.appoint .submit-box{
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 0 45px;
}
.appoint .submit-box button{
  width: 100%;
  height: 52px;
  color: #fff;
  background: linear-gradient(90deg, #403ab4 0%, #403ab4 100%);
  border: none;
  font-size: 20px;
}
.appoint .submit-box button:hover, .appoint .submit-box button:active{
  background: #00b1e1;
}
.appoint .footer{
  padding: 0 30px;
}
.err-text{
  color: #f5222d;
  font-size: 12px;
}
.ipt-group .err-text{
  display: none;
  margin-top: 3px;
  color: #f5222d;
  font-size: 12px;
}
.appoint .ipt-group.err .err-text{
  display: block;
}
.appoint .ipt-group.err input{
  border-color: #f5222d;
}
.appoint .select-area{
  display: flex;
  justify-content: space-between;
}
.appoint .select-area .ipt-group{
  flex: 1;
  margin-right: 5px;
}
.appoint .select-area .ipt-group:last-child{
  margin-right: 0;
}
.appoint .select-area + .err-text{
  display: none;
}
.appoint .select-area.err + .err-text{
  display: block;
  position: relative;
  top: -10px;
  color: #f5222d;
}
.appoint .footer{
  background-color:#fff;
  text-align: center;
  line-height: 22px;
}

@media screen and (min-width: 1200px) {
  .appoint .header .rightbox{
    display: flex;
  }
  .appoint .main-bg{
    background-size: cover;
  }
  .appoint .main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1200px;
    height: calc(100vh - 120px);
  }
  .appoint .main .leftBox{
    display: block;
  }
  .appoint .main .rightBox{
    padding-top: 25px;
    padding-bottom: 48px;
    width: 372px;
    background-color: #fff;
    box-shadow: 0px 0px 20px #403ab4;
  }
  .appoint .form-wrap{
    padding: 0 25px; 
  }
  .appoint .ipt-group{
    margin-bottom: 15px;
  }
  .appoint .ipt-group input{
    height: 40px;
  }
  .appoint .ipt-group select{
    height: 40px;
  }
  .appoint .submit-box{
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0 25px;
  }
  .appoint .submit-box button{
    height: 36px;
    font-weight: bold;
    font-size: 16px;
  }
}