.style-content {
    display: flex;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 100%;
}

.egistration-layout {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}

.layout-nav {
    display: inline-flex;
    width: 100%;
    height: 70px;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}

.nav-left {
    width: 50%;
}

.nav-right {
    box-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 2vw;
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.return-login {
    color: #387dfe;
    font-size: 14px;
}

.layout-right {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    background-color: #fff;
    min-height: 100%;
    padding: 70px 0 67px;
}

@media screen and (max-width:450px) {
    .layout-right {
        padding: 0 !important;
    }

    .register-wrapper {
        width: 95% !important;
        margin-left: 0 !important;
    }
}

.register-wrapper {
    width: 400px;
    margin: 0 0 70px;
}

.register-wrapper {
    width: 460px;
    margin-bottom: 50px;
    margin-left: -30px;
    text-align: center;
}

.common-header-title {
    height: 42px;
    line-height: 42px;
    font-size: 30px;
    font-weight: 500;
    color: #344050;
}

.common-header-info {
    margin: 20px 0 30px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #5e6e82;
}

.label-wrapper-num {
    margin-right: 10px;
    font-size: 12px;
    color: #387dfe;
    font-weight: 400;
}

.code-item label .label-wrapper {
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.code-item label {
    width: 100%;
}

.nav-bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0);
}

.nav-bar-lang {
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding: 0 2vw;
}

.nav-bar .nav-bar-lang {
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {
    .nav-bar .nav-bar-right {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .nav-bar .nav-bar-left {
        display: none;
    }
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.current-bg {
    background: #fff !important;
    border-color: #387DFE !important;
}

.current-color {
    color: #1890ff !important;

}

.current-tail-bg::after {
    background: #1890ff !important;
}

.current-gre {
    color: #5e6e82 !important;
}

.current-icon {}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.addHomePic {
    background: url(../../images/addImages/dllogo.png) no-repeat;
    background-size: 80%;
    height: 50px;
}

.alert-message {
    position: absolute;
    top: 350px;
    z-index: 100;
    display: none;
    /* left: 50%;
    margin-left: -190px; */

}

.current-right-icon {}

.add-color {}

.current-right-err,
.current-t-err {
    color: #ff4d4f !important;
}

.add-color-style {
    border-color: #ff4d4f !important;
}

.add-ul-selecked {
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 99;
    box-shadow: 0px 4px 13px 0px #dfdfdf;
}

.add-ul-selecked li {
    padding: 10px;

}

.add-ul-selecked .current-active {
    background: #f5f5f5;
}

.datepicker td {
    width: 47px !important;
    min-width: 20px;
}

.container {
    margin: 0 auto;
    max-width: 960px;
    padding: 20px;
}

.del {
    position: fixed;
    z-index: 40;
    width: 100px;
    height: 100px;
    background: #000;
    right: 10px;
    top: 10px;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 46px;
    line-height: 100px;
    opacity: .6;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .del {
        width: 20px !important;
        height: 20px !important;
        font-size: 12px !important;
        right: 1px !important;
        top: 20px !important;
        line-height: 20px !important;
    }
}

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    /* left: 0; */
    right: 0;
    z-index: 10;
    background: #000;
    opacity: .3;
    width: 100%;
}

.tit-detail {
    position: absolute !important;
    top: 50% !important;
    margin-top: -200px !important;
    left: 50%;
    margin-left: -250px !important;
    background: #fff;
    z-index: 11;
    width: 500px !important;
    padding-bottom: 0 !important;
}

.tit-detail .ant-modal-body p {
    height: 40px;
}

.tit-header {
    height: 44px;
    line-height: 44px;
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    background: #efefef;
    border-bottom: 1px solid #ccc;
}

.tit-del {}

.current-sent {
    margin-bottom: 10px;
}

.left-img-add {
    background: url(https://bth.educg.net/images/addImages/big-bg.png) no-repeat;
    background-size: cover
}