.footer {
    padding: 60px 0;
    background-color: #F7F8FB;
}

.footer .container {
    display: flex;
    justify-content: space-between;
}

.footer p {
    padding: 5px 0;
    font-size: 14px;
    color: #333;
}

.footer .unit {
    line-height: 1.8em;
}

.footer .unit span {
    padding-right: 20px;
}

.footer .contact {
    line-height: 1.8em;
}

.footer .contact span {
    display: block;
}

.footer .left {
    flex: 1;
}

.footer .left .title {
    font-weight: bold;
    font-family: SourceHanSansCN;
    color: #000;
}

.footer .left .layui-breadcrumb a {
    color: #333 !important;
}

.footer .left .layui-breadcrumb a:hover {
    color: #1db7f7 !important;
}

.footer .right {
    width: 210px;
    margin-left: 60px;
    color: #333;
}

.footer .right .tt {
    font-size: 20px;
}

.footer .right .tel {
    font-size: 30px;
}

.footer .right .tt1 {
    font-size: 14px;
    color: #666;
}

.login {
    position: relative;
    box-sizing: border-box;
    min-width: 1280px;
    min-height: max-content;
    height: 100vh;
    background: url(../img/login/bg1.png) right top/50vw no-repeat, url(../img/login/bg2.png) left bottom/100% 78vh no-repeat, url(../img/login/bg4.png) left bottom/30vw no-repeat, url(../img/login/bg3.png) left 40%/100% no-repeat, linear-gradient(#000046, #000046);
}

.login .logo {
    padding-top: 42px;
    margin-left: 76px;
    width: 20%;
    min-width: 300px;
}

.login-box {
    color: #00edff;
    box-sizing: border-box;
    padding: 40px;
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100px;
    width: 440px;
    height: 540px;
    min-height: 500px;
    border-radius: 10px;
    box-shadow: inset 0 0px 70px rgba(2, 237, 255, 0.54), 0 0 30px rgba(0, 0, 0, 0.2);
}

.login-box a {
    color: #00edff;
}

.login-box h2 {
    margin-bottom: 30px;
    color: #00edff;
    font-size: 28px;
}

.login-box .layui-input {
    padding-left: 24px;
    color: #00edff;
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(2, 237, 255, 0.54);
    background: url(../img/login/yonghuming.png) left center/14px no-repeat;
}

.login-box .layui-form input[type=checkbox] {
    display: inline-block;
    margin-right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    -webkit-appearance: none;
    border: 1px solid rgba(2, 237, 255, 0.54);
    outline: none;
}

.login-box .layui-form input[type=checkbox]:checked {
    background: url(../img/login/check.png) center/12px no-repeat;
}

.login-box .layui-form-item:after {
    display: none;
}

.login-box .remember {
    color: #fff;
}

.login-box .remember-pwd {
    display: flex;
    justify-content: space-between;
}

.login-box .code-box {
    position: relative;
}

.login-box .code-img {
    position: absolute;
    right: 0;
    bottom: 5px;
}

.login-box .login-btn {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    background-color: #00edff;
    color: #fff;
}

.login-box .pwd {
    background-image: url(../img/login/pwd.png);
}

.login-box .code {
    background-image: url(../img/login/icon3.png);
}

.login-box input::-webkit-input-placeholder {
    color: rgba(0, 237, 255, 0.5);
}

.login-box input:-ms-input-placeholder {
    color: rgba(0, 237, 255, 0.5);
}

.login-box .tt {
    padding-top: 20px;
    text-align: center;
    color: rgba(2, 237, 255, 0.44);
    position: relative;
}

.login-box .tt::after,
.login-box .tt::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: calc(50% + 12px);
    width: 18%;
    height: 1px;
    border-top: 1px solid rgba(2, 237, 255, 0.14);
}

.login-box .tt::after {
    left: 30px;
}

.login-box .tt::before {
    right: 30px;
}

.login-box .register-entry {
    display: flex;
    padding: 20px 90px 0;
    justify-content: space-between;
}

.login-box .register-entry a {
    cursor: pointer;
    background: url(../img/login/icon1.png) top center/40px no-repeat;
    padding-top: 44px;
    color: rgba(2, 237, 255, 0.44);
}

.login-box .register-entry .perRei {
    background-image: url(../img/login/icon2.png);
}

.register {
    min-height: 100vh;
    background-color: #EFEFEF;
}

.register .main {
    margin: 0 auto;
    width: 1200px;
}

.register .main .logo {
    padding-top: 36px;
    padding-bottom: 68px;
    
}

.register .main .container {
    padding: 60px 100px;
    margin-bottom: 80px;
    background: #fff;
    border: 1px solid #CCCCCC;
}

.register .main .container .layui-form-label {
    padding: 9px 0;
    width: 110px;
    color: #333;
}

.register .main .container .layui-form-label span {
    color: red;
    position: relative;
    top: 3px;
    left: -2px;
}

.register .main .container .layui-input-block {
    margin-left: 120px;
}

.register .main .container .layui-input {
    background-color: #EFEFEF;
    border: 0;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
}

.register .main .container .tt {
    text-align: center;
    color: #005BAC;
    font-size: 26px;
    background: url(../img/login/line-l.png) left center no-repeat, url(../img/login/line.png) 93% center no-repeat;
}

.register .main .container .code-box {
    position: relative;
}

.register .main .container .code-box .layui-input {
    padding-right: 175px;
}

.register .main .container .code-box .getCode,
.register .main .container .code-box .getCodeDisabled {
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 38px;
    border-radius: 0 5px 5px 0;
    height: 38px;
    width: 165px;
    background-color: #C9C9C9;
}

.register .main .container .code-box #getCodeDisabled {
    display: none;
    background-color: #C9C9C9;
    color: #a2a2a2;
    cursor: not-allowed;
}

.register .main .container .code-box #getCodeDisabled:hover {
    color: #a2a2a2;
}

.register .main .container .form-box {
    width: 608px;
    margin: 45px auto 0;
}

.register .main .container .layui-form-item {
    margin-bottom: 17px;
}

.register .main .container .btn-box {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.register .main .container .btn-box .btn {
    width: 230px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.register .main .container .btn-box .confirm {
    background-color: #5CB85C;
}

.register .main .container .btn-box .cancel {
    background-color: #005BAC;
}

#imgCodeBox {
    display: none;
}

#imgCodeBox .box {
    display: flex;
    padding: 20px;
}

#imgCodeBox .layui-form-label {
    width: auto;
}

#imgCodeBox .code-box {
    display: flex;
}

#imgCodeBox .code-box .getCode {
    margin-left: 20px;
}