body{
  /* overflow: hidden; */
}
.register-wrrapper {
    background: #DFE4EF;
    overflow: auto;
    color: #1C1D22;
    padding-bottom: 20vh;
    height: 100vh;
    width: 100vw;
    /* background: url("../images/newlogin/registerBg.png") no-repeat center; */
    background-size: 100% 100%;
}
.text-column{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 200px;
}
.register {
    width: 860px;
    border-radius: 8px;
    background: #fff;
    position: relative;
    margin: 0px auto;
}

.register .register-login-btn {
    position: absolute;
    right: 40px;
    top: -28px;
    font-size: 16px;
    font-weight: 400;
    color: #00A0C1;
    line-height: 18px;
    display: inline-block;
    text-decoration: underline;
}

.register .register-login-btn:hover {
    color: #016DEC;
}

/* .register:before {
    display: inline-block;
    content: '';
    width: 150px;
    height: 216px;
    background: url("../images/newlogin/bgl.png") no-repeat;
    position: absolute;
    top: 80px;
    left: -171px;
}

.register:after {
    display: inline-block;
    content: '';
    width: 116px;
    height: 226px;
    background: url("../images/newlogin/bgr.png") no-repeat;
    position: absolute;
    top: 784px;
    right: -170px;
} */

.first-trial:after {
    top: 314px;
}

.register-title {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    margin: 92px 0 36px;
    text-align: center;
}

.register-content {
    font-size: 16px;
    color: #000000;
    padding-top: 36px;
}

.step-box {
    height: 134px;
    background: #F4F7FF;
    margin: 20px 0 40px 0;
    padding: 0px 60px;
    overflow: hidden;
}

.step-box p {
    float: left;
    padding-top: 46px;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    color: #8D97AC;
}

.step-box .step-line {
    float: left;
    padding-top: 40px;
    overflow: hidden;
    margin: 0 30px;
    position: relative;
}

.step-box .step-line:after {
    display: inline-block;
    content: '';
    width: 100%;
    height: 8px;
    background-color: #D2DAE5;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    border-radius: 4px;
}

.step-box .step-line:before {
    display: inline-block;
    content: '';
    width: 130px;
    height: 8px;
    position: absolute;
    top: 51px;
    left: 0;
    right: 0;
    border-radius: 4px;
    background-color: #00A0C1;
    z-index: 1;
}

.step-box .step-line.active2:before {
    width: 260px;
}

.step-box .step-line.active3:before {
    width: 390px;
}

.step-box .step-line.active:before {
    width: 100%;
}

.step-box .step-line-item {
    float: left;
    position: relative;
    width: 130px;
    z-index: 1;
    margin: 0px auto;
    padding-top: 40px;
}

.step-box .step-line-item .text {
    display: block;
    font-size: 14px;
    color: #8D97AC;
    line-height: 14px;
    text-align: center;
}

.step-box .step-line-item .num {
    display: block;
    width: 30px;
    height: 30px;
    background: #00A0C1;
    border-radius: 50%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1;
}

.page-title {
    padding: 0 40px 30px;
    overflow: hidden;
}

.page-title h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.label .border-btn {
    font-size: 14px;
    float: right;
    text-align: center;
    min-width: 100px;
    line-height: 30px;
    border: 1px solid #0284FF;
    border-radius: 4px;
    margin-right: 20px;
    font-weight: normal;
}

.register-content .table {
    padding: 40px 40px 60px;
}

.register-content .list {
    width: 100%;
    padding: 20px 40px 40px 40px;
    overflow: hidden;
}

.register-content .list-item {
    width: 50%;
    float: left;
}

.register-content .list-item .content {
    padding-top: 20px;
}

.register-content .list-item p,
.register-content .list li {
    font-size: 16px !important;
    color: #000 !important;
    word-break: break-all;
    line-height: 32px;
}

.register-content .list-item img {
    margin: 10px 0;
    height: auto!important;
    max-width: 100%;
}

.register-content .list .blue-text {
    text-indent: 2em;
}

.register-content .reg-btn {
    display: block;
    width: 100%;
    line-height: 56px;
    text-align: center;
    background: #00A0C1;
    border-radius: 0px 0px 8px 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
}
.register-content .reg-btn-disabled {
    display: block;
    width: 100%;
    line-height: 56px;
    text-align: center;
    background: #6d6d6e;
    border-radius: 0px 0px 8px 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
}
.register-content .btn-group {
    text-align: center;
    padding: 20px 0;
}

.register-content .btn-group .reg-btn {
    display: inline-block;
    width: 126px;
    line-height: 46px;
    text-align: center;
    background: seagreen;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
}

.register-content .btn-group .reset-btn {
    background: #999;
}

.register-content .btn-group .save-btn {
    background: #00A0C1;
}

.register-content .reg-btn:hover {
    color: #fff;
}

.review-box {
    overflow: hidden;
}

.review {
    padding: 77px 0 119px 251px;
}

.review img {
    width: 130px;
    height: 130px;
}

.review span {
    font-weight: 500;
    vertical-align: middle;
}

.review-erro {
    text-align: center;
    padding: 77px 0 30px 0;
}

.review-box .submmit-btn {
    margin: 0 auto 134px;
}

.review-erro img {
    display: block;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
}

.review-erro p {
    font-weight: 500;
    line-height: 28px;
    padding: 0px 200px;
}

.review a {
    display: inline-block;
    line-height: 40px;
    color: #fff;
    background: #0284FF;
    border-radius: 6px;
    min-width: 130px;
    margin-top: 20px;
}

.review-effct {
    padding: 30px 100px;
    overflow: hidden;
}

.review-effct h2 {
    font-weight: bold;
}

.review-effct p.tips-text {
    margin-left: 140px;
    margin-top: 30px;
}

.review-effct .effct-img {
    float: left;
}

.rules-text {
    padding-left: 60px;
}

.select2-container .select2-choice {
    height: 44px;
    line-height: 44px;
    border-color: #EBEBEB;
}

.select2-container .select2-choice .select2-arrow {
    padding-top: 9px;
    border-color: #EBEBEB;
}

.company-wrapper .ml20 {
    margin-left: 20px;
}

.company-wrapper .upload-file-list {
    margin-top: 10px;
}

.company-wrapper .handle-btn-con {
    text-align: center;
    padding: 20px;
}

.company-wrapper .handle-btn-con .btn {
    display: inline-block;
    width: 126px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: seagreen;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
}

.company-wrapper .text-primary {
    /* color: #0284FF!important; */
}

.company-wrapper .text-danger {
    color: #ff0000;
}

.company-wrapper .text-info {
    color: #8a8787;
}

.company-wrapper .text-success {
    color: #00cc2d;
}

.company-wrapper .progress-bar {
    display: block;
    width: 0;
    height: 10px;
    border-radius: 5px;
    background-color: #0284FF;
}

.company-wrapper .delete-file-btn {
    cursor: pointer;
    margin-left: 10px;
}
.mask-body-content img{
    max-width: 100%;
    max-height: 100%;
}
.acad_review {
    padding: 0 112px 86px;


}
.acad_review .tip {
    display: flex;
    justify-content: center;
    align-items: center;
}

.acad_review .msg {
    flex: none;
}
.acad_review .info {
    display: flex;
    align-items: center;

    font-weight: 400;
    font-size: 16px;
    color: #7C7C7C;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 34px;
}

.new-table td{
    line-height: 1.6;
    
}

.xuehui-name{
    display: none;
}


.moxie-shim{
    z-index: 10;
}
.login-footer{
  padding:10px 10px 10px !important;
  max-height:100px !important;
  min-height: 100px  !important;
}