.login-new-box {
  width: 100%;
  padding: 0px !important;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
}
.tips-box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 10px);
}
.fast-login-new {
  width: 100%;
  height: 100vh;
  background-color: #EAF0FC;
  display: flex;
  flex-direction: row;
  overflow: auto;
}
.login-new-left {
  width: 57%;
  display: flex;
  justify-content: flex-end;
  background: url(../image/login-bg.jpg) no-repeat center;
}
.login-new-right {
  width: 43%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  box-sizing: border-box;
  overflow: auto;
}

.left-desc {
  margin-top: 110px;
  max-width: 890px;
  padding: 0px 48px;
}

.left-desc h2 {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 600;
  font-size: 36px;
  color: #171D40;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.left-desc p {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 400;
  font-size: 22px;
  color: #797C90;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-top: 30px;
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .left-desc h2 {
    font-size: 33px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .left-desc h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .left-desc h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .login-new-left,
  .login-new-right {
    width: 50%;
  }
}

.login-new-right .right-top {
  width: 444px;
  height: 74px;
  padding-top: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.right-top-log {
  width: 67px;
  height: 56px;
  background: url(../image/new-logo.png) no-repeat center;
}
.right-top-lang {
  width: 137px;
  height: 33px;
  border-radius: 19px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 18px;
  color: #446BE2;
  line-height: 25px;
  background-color: #E9F0FF;
  background-image: url(../image/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: 110px center; 
  position: relative;
}
.lang-drop-list {
  position: absolute;
  left: 0px;
  top: 33px;
  width: 137px;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.1);
  display: none;
}
.right-top-lang:hover .lang-drop-list {
  display: block;
}
.row-lang {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #4A4A4A;
  text-align: left;
  padding-left: 10px;
}
.row-lang:hover {
  background-color: #E9F0FF;
  color: #446BE2;
  border-radius: 3px;
}
.right-login-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0px;
}

.right-login-main .login-dialog {
  width: 444px;
}
.right-login-main .login-title {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 500;
  font-size: 36px;
  color: #4A4A4A;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 45px;
  margin-top: 0px;
}
.right-login-main .login-sub-title {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 600;
  color: #4A4A4A;
  text-align: left;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.right-login-main .login-form {
  width: 100% !important;
  padding: 10px 0px!important;
}

.right-login-main .form-control {
  height: 55px;
  border-radius: 14px;
  border: #f7f7f7 solid 1px;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.08);
  background: #fcfdff;
  padding-left: 20px;
  font-size: 16px;
  margin-bottom: 30px;
}
.right-login-main .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.login-privacy {
  margin-bottom: 15px;
  position: relative;
}
.login-privacy label{
  height: 30px;
  color: #9EA0AE;
  display: flex;
  font-family: initial;
}

.login-privacy .cbox{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 10px;
}
.login-privacy .privacy-text {
  padding-left: 29px;
  margin-top: -14px;
}
.privacy-text a {
  color: #2684FF;
  text-decoration: underline;
  cursor: pointer;
}
.privacy-text span {
  color: #9EA0AE;
  margin: 0px 8px;
}

.checkBoxPrivacy {
  color: #e91818; 
  font-size: 12px;
  margin: 0px;
  position: absolute;
  left: 10px;
  bottom: -13px;
}

.auot-login {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.login-forget {
  display: flex;
  justify-content: end;
  gap: 10px;
  font-size: 14px;
}

.login-forget a {
  color: #2684FF;
}
.new-btn {
  height: 45px;
  color: #fff !important;
  text-shadow: 0 1px 0 #1951FF;
  background-color: #1951FF;
  border-radius: 10px;
}
.new-btn:hover {
  background-color: #1041d9;
}
.separator-text {
  margin: 0 30px;
  height: 21px;
  font-weight: 600;
  font-size: 15px;
  color: #646464;
  line-height: 21px;
  text-align: left;
  font-style: normal;
}

.other-login {
  display: flex;
  justify-content: space-between;
  padding: 15px 10%;
}
.other-login .other-method {
  width: 142px;
  height: 29px;
  background: #F4F6FF;
  border-radius: 14px;
  font-weight: 500;
  font-size: 14px;
  color: #4975FF;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.other-login .other-method a {
  color: #4975FF;
}
.other-login .other-method:hover {
  color: #fff;
  background-color: #1951FF;
}

.other-login .other-method:hover a {
  color: #fff;
}

.com-login {
  width: 444px;
}

/****=========****/
.choose-loginpp-dialog {
  max-width: 578px;
  height: 395px;
  background: #FFFFFF;
  box-shadow: 3px 0px 6px 0px rgba(151,178,211,0);
  border-radius: 13px;
  border: 1px solid rgba(151,151,151,0.1);
  padding: 10px 52px;
  box-sizing: border-box;
  margin-left: -45px;
  position: relative;
  display: none;
}

@media (max-width: 1280px) {
  .choose-loginpp-dialog{
    max-width: 478px;
  }
}

.choose-loginpp-dialog:hover .pp-left-arrow {
  display: none;
}
.pp-left-arrow {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 10px;
  top: 4px;
  cursor: pointer;
  background: url(../image/left-arrow.svg) no-repeat center;
  display: none;
}
.loginpp-main-title {
  font-weight: 600;
  font-size: 33px;
  color: #4A4A4A;
  text-align: left;
  font-style: normal;
  margin-top: 14px;
}
.loginpp-sub-title {
  font-size: 20px;
  color: #2d2d2d;
  text-align: left;
  font-style: normal;
}
.loginpp-title {
  font-size: 20px;
  color: #2d2d2d;
  text-align: left;
  font-style: normal;
}
.login-europe {
  background: #F6F8FA;
  box-shadow: 3px 0px 7px 0px rgba(151,178,211,0.15);
  border-radius: 13px;
  border: 1px solid rgba(91,79,79,0.12);
  padding: 10px 30px;
  margin-bottom: 28px;
  cursor: pointer;
  min-height: 72px;
  box-sizing: border-box;
}
.login-europe:hover {
  background: #F4F6FF;
  border: 1px solid #4975FF;
}
.login-emea {
  background: #F6F8FA;
  box-shadow: 3px 0px 7px 0px rgba(151,178,211,0.15);
  border-radius: 13px;
  border: 1px solid rgba(91,79,79,0.12);
  padding: 10px 30px;
  margin-bottom: 15px;
  cursor: pointer;
  min-height: 72px;
  box-sizing: border-box;
}
.login-emea:hover {
  background: #F4F6FF;
  border: 1px solid #4975FF;
}
.pp-sub-title {
  height: 25px;
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 600;
  font-size: 18px;
  color: #646464;
  line-height: 25px;
  text-align: left;
  font-style: normal;
}
.pp-sub-desc {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 400;
  font-size: 14px;
  color: #A4ABB6;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 5px;
  line-height: 14px;
}

.login-hash {
  position: absolute;
  left: 50%;
  top: 20%;
  background: #ffffff;
  transform: translate(-50%, 10px);
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1120px) and (max-width: 1280px) {
  .login-new-right {
    padding: 0px 30px;
  }
  .login-new-right .right-top {
    width: 100%;
  }
  .right-login-main .login-dialog {
    width: 100%;
  }
  .choose-loginpp-dialog {
    width: 100%;
    margin-left: 0px;
  }
  .loginpp-sub-title {
    font-size: 24px;
  }
  .com-login {
    width: 100%;
  }
}

@media (max-width: 1120px) {
  .login-new-right {
    padding: 0px 30px;
  }
  .login-new-right .right-top {
    width: 100%;
  }
  .right-login-main .login-dialog {
    width: 100%;
  }
  .choose-loginpp-dialog {
    width: 100%;
    margin-left: 0px;
  }
  .loginpp-main-title {
    font-size: 26px;
  }
  .loginpp-sub-title {
    font-size: 20px;
  }
  .pp-sub-title {
    font-size: 14px;
  }
  .com-login {
    width: 100%;
  }
}

/***********========注册页面的样式=========*********/
.register-container {
  width: 100%!important;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #EAF0FC;
  display: flex;
  flex-direction: row;
  min-height: 760px;
}
.register-left {
  width: 57%;
  display: flex;
  justify-content: flex-end;
  background: url(../image/login-bg.jpg) no-repeat center;
}
.register-right {
  width: 43%;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding-left: 5%;
  box-sizing: border-box;
  position: relative;
}
.tips-pos {
  position: absolute;
  left: 10px;
  top: 10px;
}
.left-register-desc {
  margin-top: 106px;
  max-width: 890px;
  padding: 0px 48px;
}

.left-register-desc h2 {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 600;
  font-size: 36px;
  color: #171D40;
  line-height: 50px;
  text-align: left;
  font-style: normal;
}
.left-register-desc p {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 400;
  font-size: 22px;
  color: #797C90;
  line-height: 30px;
  text-align: left;
  font-style: normal;
  margin-top: 28px;
}

@media (min-width: 1440px) and (max-width: 1600px) {
  .left-register-desc h2 {
    font-size: 33px;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) {
  .left-register-desc h2 {
    font-size: 27px;
  }
}
@media (max-width: 1280px) {
  .left-register-desc h2 {
    font-size: 27px;
    line-height: 30px;
  }
}

@media (max-width: 1024px) {
  .register-left,
  .register-right {
    width: 50%;
  }
}

.register-top {
  width: 433px;
  height: 74px;
  padding-top: 28px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.register-top-logo {
  width: 67px;
  height: 56px;
  background: url(../image/new-logo.png) no-repeat center;
}
.member-box-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0px;
}
.main-box-inner {
  width: 433px;
  position: relative;
  margin-top: -10%;
}
.inner-title {
  /* font-family: PingFangSC, PingFang SC; */
  font-weight: 500;
  font-size: 36px;
  color: #4A4A4A;
  line-height: 50px;
  text-align: left;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 0px;
}
.main-box-inner .form-control {
  height: 41px;
  background: #F6F8FA;
  box-shadow: 3px 0px 6px 0px rgba(151,178,211,0.15);
  border-radius: 11px;
  border: 1px solid rgba(91,79,79,0.12);
  padding-left: 10px;
  margin-bottom: 20px;
}
.agree-area label{
  height: 30px;
  color: #9EA0AE;
  display: flex;
  font-family: initial;
}
.agree-area .pc{
  width: 18px;
  height: 18px;
  margin-right: 10px;
  margin-top: 6px;
}
.privacy-text {
  padding-left: 28px;
  margin-top: -14px;
}
.register-btn {
  height: 45px;
  background: #1951FF;
  border-radius: 11px;
  margin-top: 10px;
} 
.register-btn:hover {
  background-color: #1041d9;
}

.main-box-inner .codeImg {
  display: inline-flex;
  height: 38px;
  margin-left: 10px !important;
  vertical-align: top!important;
  background: #D8D8D8;
  align-items: center;
}
.main-box-inner .control-hint {
  width: 100%;
  line-height: 10px;
  float: left;
  font-size: 12px;
  color: #e84e3b;
  margin-top: 0px;
  position: absolute;
  bottom: -20px;
  left: 0px;
}

.main-box-inner .bs-placeholder {
  background-color: initial !important;
}
.main-box-inner .dropdown-toggle:focus {
  outline: none !important;
}
.main-box-inner .btn-default:active {
  box-shadow: unset;
}
.main-box-inner .bootstrap-select .btn-default {
  border: none;
  background: none;
  padding-top: 10px;
}

.login-guides {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.login-guides a {
  /* font-family: Helvetica; */
  font-size: 12px;
  color: #278EEF;
  line-height: 14px;
  text-align: center;
  font-style: normal;
  text-decoration-line: underline;
}

@media (max-width: 1220px) {
  .register-container {
    width: 1220px !important;
  }
  .register-right {
    padding: 0px 30px;
  }
  .register-top {
    width: 100%;
  }
  .main-box-inner {
    width: 100%;
  }
  .choose-loginpp-dialog {
    width: 100%;
    margin-left: 0px;
  }
  .loginpp-title {
    font-size: 24px;
  }
  .com-login {
    width: 100%;
  }
}

/******======showmessage.html页面登录样式======**********/
.newMsg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
}
.newMsg .newRegister {
  width: 100%;
  height: 100%;
  margin: 0px;
  border: none;
}
.newMsg .newShowLog {
  width: 530px;
  margin: 120px auto;
  border: 1px solid #F2F2F2;
}
.newMsg .pos-msg {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translate(-50%, 10px);
}


.render-font {
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.protocol-time {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.protocol-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.p-line {
  line-height: 22px;
  margin-bottom: 10px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.protocol-sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.protocol-content {
  margin-bottom: 50px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}


.privacy-time {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.privacy-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.p-line {
  line-height: 22px;
  margin-bottom: 10px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.privacy-sub-title {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.privacy-content {
  margin-bottom: 50px;
  /* font-family: PingFangSC, PingFang SC, Arial, Microsoft YaHei, Source Han Sans CN, Hiragino Sans GB, Roboto, sans-serif; */
}
.text-indent {
  text-indent: 2em;
}
