.header {
    background-image: url(../images/header.jpg);
    height: 44px;
    width: 44px;
    border-radius: 50%;
    vertical-align: middle;
}
.page {
    background: url(../images/loginBg.png) no-repeat;
    height: 100%;
    width: 100%;
    min-width: 1200px;
    position: relative;
    background-size: cover;
}
.form-header {
    width: 96px;
    height: 96px;
    position: absolute;
    top: -48px;
    left: calc(50% - 48px);
    border-radius: 50%;
    background-image: url(../images/login_form.png);
}
.input-username {
    width: 255px;
    height: 41px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/login_user.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.input-password {
    width: 255px;
    height: 41px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/login_password.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.wechat-image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-image: url(../images/login_wx.png);
    vertical-align: middle;
}
.qq-image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-image: url(../images/login_qq.png);
    vertical-align: middle;
}
.ali-image {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-image: url(../images/login_ali.png);
    vertical-align: middle;
}
.forget-account {
    width: 400px;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/user.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.forget-password {
    width: 400px !important;
    font-size: 14px;
    border-radius: 3px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/password.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}
.register-idcard {
    border-radius: 3px;
    width: 400px;
    font-size: 14px;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/idcard.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}
.register-account {
    width: 400px !important;
    font-size: 14px;
    border-radius: 3px !important;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/user.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}
.register-password {
    width: 400px !important;
    font-size: 14px;
    border-radius: 3px !important;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/password.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}
.register-passwordconfirm {
    width: 400px !important;
    font-size: 14px;
    border-radius: 3px !important;
    outline: none;
    border: 1px solid #DCDFE6;
    background-image: url(../images/passwordconfirm.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}
.register-select {
    width: 400px;
    height: 45px;
    font-size: 14px;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    background-image: url(../images/usertype.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 35px;
}
.finish {
    background-image: url(../images/finish.png);
    height: 70px;
    width: 70px;
    margin: auto;
}
#msg {
    width:400px;
    height: 200px;
    position: fixed;
    z-index:999;
    top: 49%;
    margin-top:-80px;
    left:50%;
    margin-left:-133px;
    background:#fff;
    box-shadow:1px 1px 5px #999;
    font-size:17px;
    color:#666;
    border:1px solid #f8f8f8;
    text-align: center;
    line-height: 2rem;
    display:inline-block;
    /*padding-bottom:20px;*/
    border-radius:2px;
}
#msg_top {
    background: #f8f8f8;
    padding: 5px 15px 5px 20px;
    text-align: left;
    cursor: auto;
    font-size: 18px;
}
.msg_close {
    float: right;
    cursor: pointer;
}
.msg_close_button {
    float: right;
    cursor: pointer;
    position: absolute;
	right: 10px;
	bottom: 20px;
}
#msg_cont {
    padding: 15px 20px 20px;
    text-align: left;
    font-size: 15px;
}
#msg_clear {
    background-color: #6491C7;
    color: #FFFFFF;
    cursor: pointer;
    width: 70px;
    height: 35px;
    font-size: 12px;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
}