html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

.warpper {
    font-size: 14px;
    height: 100%;
    overflow: hidden;
    background: url("../images/login/bg.png") no-repeat;
    background-size: cover
}

.login-content {
    width: 1150px;
    height: 600px;
    margin: -330px 0 0 -575px;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 9;
}

.login-content .left-bg {
    width: 750px;
    height: 100%;
    float: left;
    overflow: hidden;
    padding-top: 525px;
    background: url("../images/login/left-bg.jpg") no-repeat center center/100% 100%;
    position: relative;
}

.login-content .left-bg-yixue{
    background: url("../images/login/left-bg-yixue.png") no-repeat center center/100% 100%;

}
.login-content .left-bg .sys-title {
    padding-left: 42px;
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    top: 175px;
    left: 0;
}

.login-content .left-bg .sys-sponsor {
    padding-left: 42px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    box-sizing: border-box;
}

.login-content .left-bg .sys-sponsor p {
    margin: 0;
}

.login-content .login-right {
    float: right;
    width: 400px;
    height: 100%;
    position: relative;
    background: #fff;
}

.m-login-phTop {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #D1DDF0;
    position: relative;
    font-size: 20px;
    padding: 0 10px;
    box-sizing: border-box;
}

.m-login-phTop a {
    float: left;
    margin-left: 20px;
    color: #000000;
    position: relative;
    box-sizing: border-box;
}

.m-login-phTop a:first-child {
    margin-right: 20px;
}
.m-login-phTop a:first-child+a {
    margin-right: 20px;
}

.m-login-phTop a.active {
    color: #288DDE;
    font-weight: bold;

}

.m-login-phTop a.active:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 4px;
    background: #288DDE;
    position: absolute;
    left: 0;
    bottom: 0;
}

.login-content .login-right .form-box {
    position: relative;
}

.login-content .login-right form {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 0;
}

.login-content .login-right form:first-child {
    display: block;
}

.login-content .login-right .form-title {
    color: #000;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    margin: 60px 0 30px;
}

.login-content .login-right .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-content .login-right input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #CCCCCC;
    padding: 0 20px !important;
    box-sizing: border-box;
}

.login-content .login-right input.verifycode {
    padding-right: 120px !important;
}

.login-content .login-right .codebtn,
.login-content .login-right .codebtntype {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
    background: #0094FF;
    text-align: center;
    color: #fff;
}

.login-content .login-right input:focus {
    box-shadow: 0px 0px 10px 0px rgba(96, 142, 239, 0.5);
    border: 1px solid #608EEF;
}

.login-right input.has-error {
    border: 1px solid #E5153E;
}

.login-right .tips {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    background: #E5153E;
    border-radius: 18px 18px 18px 0px;
    position: absolute;
    top: 7px;
    right: auto;
    bottom: auto;
    left: 360px;
    white-space: nowrap;
}

.login-right input.has-error:focus {
    box-shadow: none;
    border: 1px solid #E5153E;
}

.login-right .login-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px !important;
    color: #fff;
    font-weight: 500;
    margin-top: 60px;
    background: #0094FF;
    border-radius: 4px;
    border: none;
}
.login-right .submit-sg-btn{
    margin-top:10px;
    background: none;
    border:1px solid #0094FF;
    color: #0094FF;
    text-align: center;
}
.login-right .submit-sg-btn:hover{
    background: #0094FF;
    color:#fff;
}
.login-right .meeting-btn {
    display: block;
    line-height: 20px;
    text-align: center;
    color: #0094FF;
    font-weight: bold;
    margin-top: 20px;
}

.login-right .entry-box {
    /* text-align: right;
    font-size: 0; */
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    color: #0094FF;
    line-height: 14px;
    font-size: 14px;
    cursor: pointer;
}

.login-right .entry-box a{
  font-weight: bold;
  color: #0094FF;
  line-height: 14px;
  font-size: 14px;
}

.login-right .entry-box span a {

    margin-left: 30px;
}

.login-right .meeting-btn:hover {
    text-decoration: none;
}

.login-right .contact {
    font-size: 16px;
    position: absolute;
    top: 418px;
    right: -60px;
    z-index: 1;
}

.login-right .contact-btn {
    float: left;
    width: 60px;
    height: 100px;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
    padding: 42px 0 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    background: url("../images/login/contact-icon4.png") no-repeat center 14px;
    background-color: #288DDE;
}

.login-right .contact-btn:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 100px;
    background: linear-gradient(270deg, rgba(32, 116, 184, 0) 0%, #2074B8 100%);
}

.login-right .contact-text {
    display: none;
    float: left;
    width: 260px;
    height: 409px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 20px 0 rgba(147, 147, 147, 0.3);
    padding: 30px 20px;
    box-sizing: border-box;
}

.login-right .contact-text .item {
    padding-left: 26px;
    box-sizing: border-box;
    line-height: 16px;
    font-weight: 400;
    background: url("../images/login/contact-icon1.png") no-repeat left top;
}

.login-right .contact-text .item:nth-child(2) {
    background: url("../images/login/contact-icon2.png") no-repeat left 1px;
}

.login-right .contact-text .item:last-child {
    background: url("../images/login/contact-icon3.png") no-repeat left top;
}

.login-right .contact-text .item p {
    margin-bottom: 12px;
}
.login-right .contact-text .item .img-kf {
    display: block;
    width: 140px;
}

.login-right .contact-text .item:nth-child(2) p {
    line-height: 18px;
    margin-bottom: 20px;
}

.login-right .contact-text .item .phone-num {
    color: #288DDE;
}

.login-right .contact-text .item .bold-font {
    font-weight: 600;
    margin-bottom: 10px;
}

.login-right .contact-text .item .bold-font + p {
    line-height: 24px;
    margin-bottom: 20px;
}
.kf-box {
    width: 60px; height: 82px;
    padding-top: 10px;
    background-color: #87b278;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    /* z-index: 111; */
}
.kf-box a { color: #fff; }
.kf-box img {
    display: block;
    margin: 0 auto 5px;
}
.footer {
    color: #98B1D8;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 40px;
    font-size: 14px;
}

.footer p {
    margin: 0;
}

.footer p a {
    color: #98B1D8;
}

a, a:hover, a:focus {
    text-decoration: none;
}
.login-right .disabled {
    background-color: #ddd;
}

.toast{
  display: none;
  background: rgba(28, 29, 34, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 111;
}

.toast-modal {
  width: 400px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 11px 0px rgb(40 70 135 / 20%);
  border-radius: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: 20px;
  text-align: center;
}

.toast-modal .modal-content {
  width: 240px;
  height: 80px;
  box-shadow: 0px 6px 10px 0px rgba(2, 48, 81, 0.2);
  border: 1px solid #CED3D6;
  position: relative;
}

.toast-modal .modal-content p {
  margin: 33px 0;
}

.close-toast {
  display: block;
  width: 12px;
  height: 12px;
  padding: 15px;
  background: url(../images/close.png) no-repeat;
  background-position: center;
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 100;
}

.toast-modal .captcha {
  padding: 40px;
}
.captcha-con .close{
  position: absolute;
  top: 10px;
  right:  15px;
  cursor: pointer;
}