@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    overflow: hidden;
}

body {
    background: #18c8f6;
    background: url(../img/login/bg.png) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: rgba(0, 0, 0, 0.95);
}

a {
    color: #27A9E3;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: none;
}

.login_box {
    width: 1200px;
    margin: 240px auto 0;
}

.login_box .login_l_img {
    float: left;
    width: 432px;
    height: 440px;
}

.login_box .login_l_img img {
    width: 700px;
    height: 440px;
}

.login {
    height: 460px;
    width: 400px;
    padding: 35px 10px;
    background-color: #ffffff;
    border-radius: 6px;
    box-sizing: border-box;
    float: right;
    margin-right: 100px;
    position: relative;
    margin-top: 50px;
    box-shadow: 0 0 10px #0c1f96;
}

.login_logo {
    width: 120px;
    height: 120px;
    border-radius: 100px;
    background: url(../img/login/login_logo.png);
    text-align: center;
    line-height: 120px;
    position: absolute;
    top: -80px;
    right: 140px;
    background-size: contain;
    box-shadow: 0px -5px 5px #0230d0;
}

.login_name {
    width: 100%;
    float: left;
    text-align: center;
    text-shadow: 0 0 3px #a0a0a0;
}

.login_name p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #444;
    padding: 10px 0 20px;
}

.login_logo img {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: middle;
}

input[type=text],
input[type=file],
input[type=password],
input[type=email],
select {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #555555;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    line-height: 50px;
    color: #888;
}

input[type=text]:focus,
input[type=file]:focus,
input[type=password]:focus,
input[type=email]:focus,
select:focus {
    border: 1px solid #27A9E3;
}

input[type=submit],
input[type=button] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 24px;
    margin: 0px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
    background-color: #27A9E3;
    border-radius: 3px;
    border: none;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
}

.copyright {
    font-size: 14px;
    color: #fff;
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}

#password_text {
    border: 1px solid #DCDEE0;
    vertical-align: middle;
    border-radius: 3px;
    height: 50px;
    padding: 0px 16px;
    font-size: 14px;
    color: #888;
    outline: none;
    width: 100%;
    margin-bottom: 15px;
    display: block;
    line-height: 50px;
}

fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #333;
    transition: ease all .5s
}

a {
    color: #1c65ff
}

.login_header {
    margin-bottom: 40px;
    text-align: center;
}

.login_header span {
    margin-right: 20px;
    cursor: pointer;
    font-size: 14px;
}

.loginbox {
    width: 380px;
    overflow: hidden;
    padding: 20px;
    padding-top: 5px;
    margin: 0;
}

.Cbody_item {
    border: 0 solid #999;
    overflow: hidden;
}

.form_item {
    font-size: 13px;
    position: relative;
}

.form_item input[type=text], .form_item input[type=password] {
    display: block;
    width: calc(100% - 18px);
    height: 36px;
    margin: 0 12px;
    padding-left: 36px;
    outline: 0;
    border: 1px solid #eaeaea;
    transition: ease all .5s;
    margin-bottom: 20px;
}

.form_item input[type=text]:focus, .form_item input[type=password]:focus {
    border: 1px solid #18c8f6;
    box-shadow: 0 0 3px #18c8f6;
}

.form_item input[type=submit] {
    display: block;
    width: calc(100% - 18px);
    height: 40px;
    margin: 0 auto;
    outline: 0;
    transition: ease all .5s;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    color: #fff;
    cursor: pointer;
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
    line-height: 0px;
    margin: 0 10px;
    margin-top: 30px;
}

.form_item input[type=submit]:hover {
    background-color: #3f7dff;
    border: 1px solid #3f7dff
}

.active {
    color: #1890ff;
    padding-bottom: 10px;
    border-bottom: 3px solid #1890ff;
}

.loginrslider {
    width: 160px;
    height: 322px;
    background-color: #1c65ff
}

.login_warp {
    width: 500px;
    margin: 50px auto;
    border-radius: 10px;
    box-shadow: 0 0 0 #ccc;
    overflow: hidden;
    border: 1px solid #484eeb;
    margin-top: 10%;
    transition: ease all .5s;
    position: relative;
    top: 0;
    cursor: pointer;
    background-color: #fdfdfd
}

.login_warp:hover {
    top: -30px;
    box-shadow: 0 15px 21px rgba(10, 10, 10, .5);
    -webkit-box-shadow: 0 15px 21px rgba(10, 10, 10, .5)
}

.loginrslider {
    color: #fff
}

.qcode {
    width: 160px;
    height: 160px;
    background-color: #ccc;
    margin: 0 auto;
    margin-top: 2px
}

.beizhu {
    text-align: center;
    font-size: 13px;
    margin-top: 10px;
    color: #999
}

span.ant-input-prefix {
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 20px;
}

.ant-btn {
    vertical-align: top;
    line-height: 1.499;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 0 5px;
    font-size: 14px;
    border-radius: 4px;
    height: 36px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border-color: #e8e8e8;
    width: 30%;
}

.ant-btn.disabled, .ant-btn.disabled.active, .ant-btn.disabled:active, .ant-btn.disabled:focus, .ant-btn.disabled:hover, .ant-btn[disabled], .ant-btn[disabled].active, .ant-btn[disabled]:active, .ant-btn[disabled]:focus, .ant-btn[disabled]:hover {
    color: rgba(0, 0, 0, .25);
    background-color: #f5f5f5;
    border-color: #d9d9d9;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-btn.disabled, .ant-btn[disabled] {
    cursor: not-allowed;
}

.toast-top-right {
    top: 10px !important;
}

.toast-message {
    font-size: 14px;
}

.toast-title {
    font-size: 16px !important;
}

.app {
    display: flex;
    padding-top: 20px;
}

.app li {
    flex: 1;
    text-align: center;
    padding-bottom: 3px;
    color: #3690ff;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    line-height: 32px;
}

svg.icon {
    vertical-align: top;
}

.hide {
    display: none;
}