@charset "utf-8";
HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, td {
    border:none;
    font-family: "微软雅黑", serif;
    font-size:14px;
    margin:0;
    padding:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a{
    text-decoration:none;
}
.login-body{
    min-width: 1200px;
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f7f9;
    background: url('../images/login-bg.png') top left no-repeat;
}
.login_wrap{
    margin: 30px auto;
    width: 1080px;
    border-radius: 4px;
}
.wrap_left{
    float: left;
}
.wrap_right{
    float: right;
    min-width: 432px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.1);
    border-radius: 8px;
    position: relative;
}
.login_container {
    position: relative;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #44a4f8;
    text-align: center;
    padding:0 16px 10px 16px;
}
.logo {
    margin: 12px 16px;
}
.logo h3{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.logo p{
    margin: 6px 0;
    font-size: 16px;
}
.icon{
    background: url('../images/login-icon.png')no-repeat;
}
/*微信登录*/
.weChat {
    position: absolute;
    right: 2px;
    top: 4px;
    width: 195px;
    height: 52px;
    cursor: pointer;
    z-index: 99;
}
.weChat .weChatIcon1 {
    width: 52px;
    height: 52px;
    float: right;
    background-position: -79px 0;
    display: inline-block;
}
.changeWxLogin .weChatIcon1 {
    background-position: -173px 0;
}
.weChat .weChatIcon2 {
    width: 132px;
    height: 25px;
    float: right;
    background-position:25px -390px;
    display: inline-block;
}
.changeWxLogin .weChatIcon2 {
    background-position:25px -390px;
}
.weChat .weChatDiv {
    position: absolute;
    width: 126px;
    height: 23px;
    left: 10px;
    top: 1px;
}
.weChat .weChatDiv .weChatTit {
    width: 86px;
    height: 12px;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
    color: #738299;
    float: right;
    margin-top: 5px;
    margin-right: 3px;
}
.weChat:hover .weChatTit{
    color: #0076fe;
}
.weChatTipsDiv .weChatTit {
    font-size: 22px;
    position: absolute;
    left: 241px;
    top: 127px;
}
.weChatContent {
    margin: 0 auto;
    text-align: center;
    min-height: 385px;
}
.weChatContent .title{
    text-align: center;
    padding: 12px 0 6px;
    color: #191919;
    font-size: 20px;
}
.weChatContent iframe{
    height: 380px;
}
/*登录*/
.codeLogin{
    width:100%;
    height:auto;
}
.login_container .passwordContent {
    margin: 0 auto;
    width: 400px;
    height: auto;
    min-height: 357px;
    text-align: center;
}
.login_container .passwordContent .login_input {
    margin: 24px auto 0;
    width: 360px;
    height: 45px;
    border-radius: 5px;
    border: solid 1px #e3e8f0;
    position: relative;
}
.login_container .passwordContent .login_input .icon {
    float: left;
    margin: 14px 14px 14px 20px;
    width: 17px;
    height: 17px;
    background: url('../images/login-icon.png') no-repeat;
}
.login_container .passwordContent .login_input .login_text {
    float: left;
    width: 304px;
    height: 43px;
    border: 0;
    line-height: 43px;
    outline: 0;
    font-size: 16px;
}
.login_container .passwordContent .login_input .icon1 {
    background-position: 2px -470px;
}
.login_container .passwordContent .login_input .icon2 {
    background-position: -0px -320px;
}
.login_container .login_ran_code{
    float: left;
    width: 115px;
    margin-left: 11px;
    cursor: pointer;
    border-radius: 5px;
    height: 45px;
}
.login_container .passwordContent .login_valid {
    margin: 22px auto 0;
    width: 360px;
    height: 45px;
}
.login_container .passwordContent .login_valid .login_input {
    width: 230px;
    height: 45px;
    margin-top: 0;
    border-radius: 5px;
    border: solid 1px #e3e8f0;
    float: left;
}
.login_container .sms_button {
    width: 117px;
    height: 45px;
    background-color: #e8f2ff;
    color: #2f82ff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    line-height: 45px;
    float: left;
    margin-left: 11px;
    cursor: pointer;
}
.login_container .sms_button:hover{
    background-color:#d9e8fc;
}
.login_container .passwordContent .login_button {
    margin: 22px auto 0;
    width: 360px;
    height: 50px;
    background-color: #0076fe;
    border-radius: 5px;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
}
.login_container .login_button:hover{
    background-color:#2288fe
}
/*注册*/
.reg_item{
    clear: both;
    margin-top: 22px;
    overflow: hidden;
}
.reg_item .title{
    float: left;
    display: block;
    height: 47px;
    line-height: 47px;
    width: 64px;
    padding-right: 12px;
    font-weight: 400;
    text-align: right;
    color: #666;
}
.reg_item .title.radio-title{
    height: 28px;
    line-height: 24px;
}
.reg_item .tips{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-items: center;
    height: 47px;
    font-size: 12px;
    color: #999;
    padding-left: 4px;
}
.reg_item .login_text{
    float: left;
    width: 274px;
    height: 43px;
    padding: 0 12px;
    line-height: 42px;
    outline: 0;
    font-size: 14px;
    border-radius: 22px;
    border: solid 1px #e3e8f0;
    position: relative;
}
.radio-check {
    position: relative;
    float: left;
    height: 28px;
    width: 90px;
}
.radio-check > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height:20px;
    opacity: 0;
}
.radio-check > label {
    position: absolute;
    left: 30px;
    line-height: 20px;
    top: 0;
    cursor: pointer;
}
.radio-check > label:before {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.radio-check > label:after {
    content: '';
    position: absolute;
    left: -30px;
    top: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: 6px;
    margin-left: 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.radio-check input[type='radio']:checked + label:before {
    border-color: #4cd764;
}
.radio-check input[type='radio']:checked + label:after {
    background: #4cd764;
}
.login_container .passwordContent .employee_autoLogin {
    width: 330px;
    height: 16px;
    text-align: left;
    margin-top: 22px;
    position: relative;
}
.form-item-checkbox {
    position: relative;
    margin: 20px 0 0 52px;
    height: 16px;
    text-align: left;
    width: 100%;
}
.form-item-checkbox .checkbox-icon {
    position: absolute;
    left: 20px;
    top: 0;
    width: 16px;
    height: 16px;
    background: url('../images/login-icon.png') -0px -220px no-repeat;
}
.form-item-checkbox.checked .checkbox-icon {
    background-position: -0px -190px;
}
.form-item-checkbox .checkbox-label {
    margin-left: 29px;
    height: 16px;
    line-height: 16px;
    padding-left: 15px;
    font-size: 14px;
    color: #999;
    box-sizing: content-box;
}
.form-item-checkbox .checkbox-label a{
    color: #44a4f8;
}

.login_container .showErr {
    display: none;
    margin: 14px auto -10px;
    font-size: 14px;
    color: #e63333;
    width: 295px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding-left: 34px;
    background: url('../images/login-icon.png') -60px -126px no-repeat #feefef;
    border-radius: 4px;
}
.login_container .icon-loading{
    display: none;
    animation: rotate 1s infinite linear;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background-position: -70px -189px;
    vertical-align: -2px;
}
@keyframes rotate{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-moz-keyframes rotate{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-o-keyframes rotate{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
@-webkit-keyframes rotate{
    form {transform: rotate(0);}
    to {transform: rotate(360deg);}
}
.user-image{
    padding: 24px 0 6px;
}
/*底部*/
.login_footer{
    margin: 10px auto 30px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}
.login_footer ul li{
    display: inline-block;
    margin: 10px 12px;
}
.login_footer a{
    color: #44a4f8;
}
.login_footer a:hover{
    text-decoration: underline;
}
.login_footer div{
    color: #999;
}
/*隐私和注册条款*/
.article-title{
    margin-bottom: 6px;
    padding-bottom: 12px;
    color: #0076fe;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f0f2f7;
}
.article-content{
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.1);
    border-radius: 4px;
    font-size: 14px;
    padding: 16px 0 16px 16px;
    background-color: #fff;
}
/*绑定页面*/
.third-party {  background-color: #fff;  border-radius: 6px;  margin: 20px auto;  padding: 20px 90px; box-sizing: border-box; min-height: 500px }
.third-party .title { font: 26px/60px "SimHei";  }
.form-box{width: 600px;margin: 0 auto;}
.third-party .Basic { margin-bottom: 20px; border: 1px solid #e2e2e2;  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset;  padding: 10px;  width: 580px;  overflow: hidden }
.third-party .Basic img {  display: block;  float: left;  height:60px;  margin-right: 20px;  width: 60px;}
.third-p-form li .form-title{width: 90px;float: left;/* margin-top: 12px; */}
.third-p-form li input.t-p-inp  { background: #fff; font-size: 15px;  border: 1px solid #cfcfcf;  border-radius: 4px;  color: #666;  height: 40px;  line-height: 40px;  padding: 3px 8px;  width: 300px}
.third-p-form li {margin-bottom: 20px;clear: both;overflow: hidden;line-height: 50px;}
.third-p-form li.yazma input.t-p-inp {width: 60%;}
.third-party .code{margin-left: 6px;float: left;}
.third-party .code img{ border-radius: 4px}
.third-party .layui-btn-primary{margin-left: 6px;height: 40px;line-height: 40px;float: left;}
.third-party .layui-btn-lg{margin: 10px 0 0 90px}
.lr-tip-wrap{ display: inline-block; font-size: 12px; color: #f01414}
@media screen and (max-width:760px) {
    .login_container{
        padding-bottom: 24px;
    }
    .login_wrap{
        margin: 0 auto;
    }
    .logo{
        margin: 0 6px;
    }
}