/** 登录页面样式 */

body {
    /*此处背景图自行替换*/

    /*background-size: cover;*/
    background-size:100%,100%;
    overflow:hidden;
    box-sizing: border-box;
    margin: 0;
    font: 150%/1.6 Baskerville, Palatino, serif;
}

.login-wrapper, body, html {
    height: 100%
}

.login-wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login-body {
    padding: 10px 10px 40px 10px;
}

.login-body > .layui-card {
    max-width: 360px;
    margin: 0 auto;
}

.login-body .layui-card-header {
    font-weight: 700;
    font-size: 15px;
}

.login-body .layui-form-pane .layui-form-label {
    width: 78px;
    overflow: visible;
}

.login-body .layui-form-pane .layui-input-block {
    margin-left: 78px;
}

.login-body .login-captcha {
    width: 100%;
    cursor: pointer;
    height: 38px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-sizing: border-box;
}

.login-body .login-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.login-body .login-other .layui-icon {
    position: relative;
    top: 2px;
    font-size: 26px;
}

.login-body .login-other a:hover {
    opacity: .8;
}

.layui-icon-login-qq {
    color: #3492ED
}

.layui-icon-login-wechat {
    color: #4DAF29
}

.layui-icon-login-weibo {
    color: #CF1900
}

/** 底部样式 */
.login-footer {
    text-align: center;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding-bottom: 20px;
    padding: 8px;
    bottom: 0;
}

.login-footer span {
    padding: 0 5px
}

.login-footer a {
    padding: 0 5px;
    color: rgba(255, 255, 255, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
}

/** 头部样式 */
.login-header {
    font-family: Myriad Pro, Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85) !important;
    padding: 10px;
}

.login-header img {
    height: 35px;
}

/*!** 移动设备样式 *!*/
/*@media screen and (min-height: 590px) {*/
/*.login-footer {*/
/*position: absolute;*/
/*bottom: 0;*/
/*width: 100%;*/
/*}*/
/*}*/
/*@media screen and (min-height: 670px) {*/
/*.login-body {*/
/*padding: 110px 10px 40px 10px;*/
/*}*/
/*}*/
/*!*多媒体查询*!*/
/*@media screen and (max-width: 1660px) {*/
/*.body_img{margin-left: 80px;margin-right: 80px;}*/
/*.login_header{height: 100px;}*/
/*}*/
/*@media screen and (max-width: 1440px) {*/
/*.body_img{margin-right: 50px;margin-left: 0;}*/
/*.login_header{height: 100px;}*/
/*}*/
/*@media screen and (max-width: 1366px) {*/
/*.body_img{margin-right: 0;margin-left: 0;}*/
/*.login_header{height: 90px;}*/
/*.login_body{height: 580px;}*/
/*.body_login_title{    margin-top: 53px;}*/
/*}*/

/** 辅助样式 */
.layui-link {
    color: #029789 !important;
}

.layui-link:hover {
    opacity: .8;
}

.pull-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.login-header {
    color: rgba(0, 0, 0, .85) !important;
}

.login-footer {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a {
    color: rgba(0, 0, 0, 0.7) !important;
}

.login-footer a:hover {
    color: rgba(0, 0, 0, 0.4) !important;
}


/**
 * @ClassName: login.css
 * @Description: 邦维登录页
 * @Author:gf
 * @Date: 2018-11-12
 */
* {
    box-sizing: border-box
}

body, html {
    height: 100%;
}

body {
    overflow-x: hidden;
}

/*登录页顶部*/
.login_header {
    width: 100%;
    height: 127px;
    background-color: rgba(255, 255, 255, 0.4);
}

.header_left {
    width: 107px;
    height: 107px;
    margin-right: 44px;
    background: url("../images/kld/logo.png") no-repeat center;
    background-size: 100% 100%;
    float: left;
    position: relative;
    margin: 10px;
}

.header_right {
    width: 600px;
    height: 127px;
    background: url("../images/kld/logo_title.png") no-repeat center;
    background-size: 100% 100%;
    float: left;
    position: relative;
}


/*登录页中部*/
.login_body {
    width: 100%;
    height: 80%;
    margin-bottom: 20px;
    margin-top: 20%;
}

.body_login {
    width: 328px;
    height: 100%;
    float: right;
    margin-right: 10%;
    background-color: rgba(255, 255, 255, 0.5);
}

.body_login_title {
    width: 290px;
    height: 45px;
    margin: 0 auto;
    margin-top: 20%;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.body_login_box {
    /*width: 100%;*/
    /*height: 427px;*/
    /*margin: 0 auto;*/
    /*background: url("../images/login/login_bg.png") no-repeat center;*/
    /*padding-top: 30px;*/

    width: 360px;
    height: 400px;
    padding: 13px;
    position: absolute;
    left: 80%;
    top: 50%;
    margin-left: -180px;
    margin-top: -200px;

    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 1px solid #ffffff;
    text-align: center;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2)
}

.input {
    width: 100%;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding-left: 17px;
    line-height: 44px;
    margin-bottom: 20px;
}

.input:nth-child(1) {
    margin-bottom: 29px;
}

img {
    width: 19px;
    height: 22px;
    margin-right: 12px;
    vertical-align: middle;
}

.user, .pass {
    width: 200px;
    height: 80%;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    font-family: SimSun;
    border: none;
}

.checkbox {
    width: 100%;
    font-size: 14px;
    font-family: SimSun;
    color: rgba(255, 255, 255, 1);
    padding-left: 15px;
    margin-bottom: 15px;
    text-align: start;
}

.check {
    width: 14px;
    height: 14px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 218, 47, 1);
    float: left;
}

.error {
    height: 25px;
    font-size: 14px;
    font-family: SimSun;
    font-weight: 400;
    color: #FF6600; /*line-height:30px;*/
    margin-bottom: 14px;
    text-align: center;
}

.login_btn {
    width: 252px;
    height: 44px;
    background: url("../images/login/login_btn.png") no-repeat center;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
}

/*设置复选框样式*/

/*lable标签的大小、位置、背景颜色更改，在css选择时，“+”代表相邻元素，即当前元素的下一元素*/
#color_input + label {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
    float: left;
    line-height: 15px;
    margin-right: 5px;
    margin-top: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 218, 47, 1);
}

/*当input框为选中状态时，lable标签的样式，其中在css选择时，“：”表示当前input框的值，即checked；
      该部分主要对显示的“对号”的大限居中方式，显示颜色进行了设置*/
#color_input:checked + label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 12px;
    color: #000000;
}

input[type=checkbox] {
    visibility: hidden;
}

/*登录页低部*/
.login_footer {
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    min-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
}


.login_type_name {
    display: none;
    /*background: url("../images/login/login_type_name.jpg") no-repeat center;background-size:100% 100%;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.login_type_dingTalk {
    display: none;
    background: url("../images/login/login_type_dingTalk.jpg") no-repeat center;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.login_type_workWeChat {
    display: none;
    background: url("../images/login/login_type_workWeChat.jpg") no-repeat center;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

#loginTypeDiv {
    padding-left: 38px;
    height: 60px;
    width: 100%;
    margin-top: 10px;
}

#formDiv {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 82px;
}

#dingQrCodeContainer {
    padding-left: 13px;
    padding-top: 35px;
}

#workQrCodeContainer {
    padding-left: 13px;
    padding-top: 35px;
}

.login_box_wx {
    width: 100%;
    height: 527px;
    margin: 0 auto;
    border: gray solid 1px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=4);
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow: 2px 2px 10px #909090;
}

.login_register {
    cursor: pointer;
    display: none;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    /*margin-top: 10px;*/
    background: url("../images/login/login_register.png") no-repeat center;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    border-radius: 50%;

}

/*a{*/
/*cursor: pointer;*/
/*color: #FFFFFF;*/
/*}*/
/*a:hover{*/
/*color: #FFFFFF;*/
/*}*/


/*注册相关*/
.form-item-login {
    margin-bottom: 20px;
}

a {
    cursor: pointer;
    color: #3ec483;
}

a:hover {
    color: #3ec483;
}

.input-block-login {
    margin-left: 90px;
    margin-right: 20px;
}

.form-label {
    padding: 9px 0px 9px 30px;
    font-size: 15px;
    /*font-weight: bold;*/
}

.code {
    position: absolute;
    left: 180px;
    bottom: 12px;
}

.input-block-btn-login {
    margin-left: 70px;
    margin-right: 70px;
}

.btn-register {
    background-color: #3ec483;
}


