/*头部*/
body,div,ul,li,h1,h2,h3,h4,h5,h6,p{
    margin:0;
    padding:0;
}
ul,li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    width:100%;
    height:100%;
    overflow-y:auto;
    background:url('../images/loginbg.png') no-repeat center;
}
input,button,select,textarea{ outline:none;} /*取消表单项聚焦时产生的边框*/
textarea{resize:none;}/*取消textarea改变大小的功能*/

.login_center{
    width:1000px;
    height:600px;
    margin:7% auto;
    background:url('../images/loginbg.png') no-repeat center;
}
.login_center .login_left{
    width:545px;
    height:100%;
    float:left;
    background:url('../images/login_left.png') no-repeat left;
    border-radius:13px 0 0 13px;
}
.login_center .login_left img{
    width:140px;
    height:140px;
    margin:99px auto 0 auto;
    display: block;
}
.login_center .login_left .welcome_en{
    height:auto;
    color:#fff;
    font-size:45px;
    line-height:60px;
    text-align:center;
    font-weight:400;
}
.login_center .login_left .welcome_zh{
    height:24px;
    line-height:24px;
    color:#fff;
    text-align:center;
    font-size:18px;
    font-weight:400;
}
.login_center .login_right{
    width:320px;
    height:501px;
    float:right;
    background:#fff;
    border-radius: 0 13px 13px 0;
    padding:99px 68px 0 67px;
}
.login_center .login_right .login_text{
    width:auto;
    height:44px;
    line-height: 44px;
    font-weight:bold;
    color:#333;
    font-size:33px;
    text-align:left;
    margin-bottom:24px;
}
.login_center .login_right input{
    width:152px;
    height:38px;
    float:left;
    border: 1px solid rgba(0, 0, 0, 0.15);
    line-height: 38px;
    padding:0 12px;
    color:#333;
    background:#fff;
    font-size:16px;
    border-radius: 4px;
}
.login_center .login_right .input_phone{
    width:294px;
    float:none;
}
.login_center .login_right .line_err{
    width:auto;
    height:24px;
    line-height:16px;
    color:red;
    font-size:12px;
}
.login_center .login_right .line_input{
    width:100%;
    height:auto;
    overflow: hidden;
}
.login_center .login_right .line_input img{
    width:120px;
    height:40px;
    float:right;
    cursor: pointer;
}
.login_center .login_right .line_input .btn_msg{
    width:120px;
    height:40px;
    float:right;
    border-radius:4px;
    background:#7C53C9;
    line-height:40px;
    color:#fff;
    font-size:12px;
    text-align:center;
    cursor: pointer;
}
.login_center .login_right .btn_login{
    width:100%;
    height:50px;
    line-height:50px;
    background:#7C53C9;
    font-size:18px;
    font-weight:400;
    color:#fff;
    text-align:center;
    border-radius: 4px;
    cursor: pointer;
}
.login_center .login_right .err_login{

}


.login_right input::-webkit-input-placeholder { /* WebKit browsers */
  color: #666;
  font-size: 16px;
}

.login_right input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #666;
  font-size: 16px;
}

.login_right input::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #666;
  font-size: 16px;
} 

/*完善信息弹框*/
.popup_bg{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.61);
    position: fixed;
    top:0;
    left:0;
    display: none;
}
.popup_bg .popup_block{
    width:224px;
    height:auto;
    background:#fff;
    border-radius:12px;
    margin:10% auto;
    padding:0 55px 45px 55px;
    overflow:hidden;
}
.popup_bg .popup_block h3{
    width:100%;
    height:24px;
    line-height:24px;
    margin:52px 0 35px 0;
    text-align:center;
    font-size:24px;
    font-weight:500;
    color:#333;
}
.popup_bg .popup_block input{
    width:198px;
    height:30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin:0 auto;
    padding:0 12px;
    background:#fff;
}
.popup_bg .popup_block .line_err{
    width:100%;
    height:20px;
    color:red;
    font-size:12px;
    text-align:left;
    line-height:16px;
}
.popup_bg .popup_block .err_popup{
    text-align:center;
    line-height: 20px;
}
.popup_bg .popup_block .popup_btn{
    width:152px;
    height:46px;
    text-align:center;
    background:#7C53C9;
    border-radius:23px;
    margin:30px auto 0 auto;
    font-size:18px;
    font-weight:300;
    line-height:46px;
    color:#fff;
    cursor: pointer;
}


