/* 头部*/
:root{--base-color: #105CFB;}
.apply-header{height: 64px;line-height: 64px;}
.apply-header .apply-header-box{position: relative;display: flex;justify-content: space-between;align-items: center;width: 1200px;margin: auto;}
.apply-header .apply-header-title{height: 18px;line-height: 1;}
.apply-header .apply-header-title img{max-height: 100%;max-width: 100%;}
.layui-nav .layui-nav-item a{max-width: 100px;}
.layui-nav .layui-nav-item a, .layui-nav .layui-nav-item a:hover{color: #5D5D5D;}
.apply-header .layui-nav{padding-left: 0;position:relative !important;height: 80px;background-color: transparent;}
.layui-nav .layui-nav-more{border-top-color: #5D5D5D;}
.layui-nav .layui-nav-mored{border-color: transparent transparent #5D5D5D;}
.phone{margin-left: auto;}
.apply-header .layui-nav .layui-nav-bar{width: 0 !important;}
.apply-body{margin: 80px 0;display: flex;justify-content: center;}
/* 内容*/
.hide {
    display: none !important;
}
body {
    color: #999;
    background-size: cover;
    background: #f1f4fd url('../img/login/bg.png') no-repeat;
}

.box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 860px;
    height: 460px;
    margin: 16vh auto 0;
    border-top: none;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 16px 8px #1261c1;
    box-shadow: 0 0 16px 8px #1261c1
}

.form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 62px 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.title>span {
    font-size: 18px;
    display: block;
    text-align: center;
    color: #5c5f68;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 2px
}

.title>small {
    display: block;
    text-align: center;
    color: #d1d1d1;
    line-height: 24px;
    letter-spacing: 1px
}

.form .el-form {
    width: 320px;
    margin: 24px auto 0;
}

.el-form-item {
    margin-bottom: 24px
}

.el-form .el-form-item__error {
    padding: 4px 0
}

.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%
}

.el-input__inner::-ms-reveal {
    display: none
}

.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc
}

.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc
}

.el-input__inner::-moz-placeholder {
    color: #c0c4cc
}

.el-input__inner::placeholder {
    color: #c0c4cc
}

.el-input__inner:hover {
    border-color: #c0c4cc
}

.el-input.is-active .el-input__inner,.el-input__inner:focus {
    border-color: #409eff;
    outline: 0
}

.captchaGroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.captchaGroup .el-input {
    margin-right: 12px
}

.captchaGroup img {
    width: auto;
    height: 36px;
    border: 1px solid #c0c4cc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer
}

.btn {
    width: 100%
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px
}

.el-button:focus,.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff
}

.el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0
}

.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff
}

.el-button--primary:focus,.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff
}

.chunk {
    width: 320px;
    text-align: center;
    background: url('../img/login/chunk.png') no-repeat;
    background-size: cover;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.chunk span {
    color: #fff;
    display: block;
    margin-top: 45%;
    font-size: 24px;
    line-height: 36px
}

.chunk p {
    color: #d1d1d1;
    line-height: 32px;
    font-size: 14px
}

.operation-register{height: 30px;line-height: 30px;text-align: center;font-size: 16px;margin-top: 10px;color: rgba(0,0,0,.5);}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #99afff;
    line-height: 36px;
    text-align: center;
    z-index: 2
}

.footer a {
    color: #99afff
}

@media screen and (max-width: 860px) {
    .box {
        margin:0;
        width: 100vw;
        height: 100vh
    }

    .chunk {
        display: none
    }

    .form {
        padding: 0;
        border-radius: 0
    }

    .title {
        /*background: url('../img/login/mobile.png') no-repeat;*/
        /*background-size: cover;*/
        height: 200px;
        padding: 60px 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .title>span {
        color: #fff
    }

    .footer {
        font-size: 12px;
        color: #ccc
    }

    .footer a {
        color: #ccc
    }
}