@charset "utf-8";
/* CSS Document */

/*页面重置*/
* {
    margin: 0;
    padding: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    font-family: "Hiragino Sans GB", "Microsoft Yahei", SimSun, Arial, "Helvetica Neue", Helvetica;
    color: #4d4d4d;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

body {
    border: none;
    outline: none;
    font-size: 14px;
    background:url(../images/background.png) center center no-repeat;
    background-size:cover;
    height:100%;
    overflow:hidden
}

a {
    text-decoration: none;
}

img {
    display: block;
    border: none;
    outline: none;
}

button {
    border: none;
}

input {
    border: none;
}

/*页面重置*/

.header_btns .login {
    background-color: #f7a627;
    border: 1px solid #f7a627;
}

.header_btns .login:hover {
    background-color: #ffab28;
    border: 1px solid #ffab28;
}

.logo_text {
    float: left;
    margin-top: 32px;
    margin-left: 20px;
}

.index_login {
    width: 100%;
    background-size:100% 100%;
    height:560px
}
.index_login .outer_box {
    height: 400px;
    overflow: hidden;
    width:650px;
    box-shadow:0px 0px 30px 0  rgba(196,196,196,.7)
}

.outer_box{
    position: absolute;
    left:50%;
    top:50%;
    margin-top:-200px;
    margin-left:-325px;
    background: #FFF;
}
.longin_content{
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.longin_left{
    width: 325px;
    height: 400px;
    background: url('../images/bg.png') no-repeat center center;
    background-size: cover;
    float: left;
}
.outer_box h1{
    font-size:14px;
    text-align: left;
    letter-spacing:1px;
    font-weight: 800px;
    margin-top:15px;
    margin-bottom: 15px;
}
.index_login .big_logo {
    width: 156px;
    height: 156px;
    background: url(.../images/logo_big.png) no-repeat center;
    margin: 0 auto;
}
.longin_right{
    width: 325px;
    height: 400px;
    float: left;
    padding: 15px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;

}

.login_box {
    margin: auto;
}

.login_box .w261 .logo{
  width: 80px;
  height: 70px;
  background: url(../images/login-logo.png) no-repeat center center;
  margin: 0 auto;
  background-size: 100% 100%
}

.login_box .w261 {
    width:100%;
    margin: auto;
}

.user {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
}
.login_tip{
    width: 100%;
    height: 16px;
    margin-bottom: 5px;
    color: #999999
}
.user:first-child{
    background-image: url(../images/login-username.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 14px 9px;
}
.user:nth-child(2){
    background-image: url(../images/login-password.png);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: 14px 9px;
}
.user .input_box {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 41px;
/*     background-image: url(.../images/user.png);
    background-repeat: no-repeat;
    background-position: 7px 16px; */
    padding-left: 25px;
    font-size: 16px;
}

/* .user .password {
    background-position: 7px -13px;
} */

.user input {
    background-color: white;
}
.remember input{
    position: relative;
    top:2px;
    width:13px;
    height: 13px;
}
.re_password {
    overflow: hidden;
    margin: 10px auto;
}

.re_password p {
    line-height: 30px;
    float: right;
    font-size: 14px;
    margin-right: 10px;
}

.re_password p a {
    color: #3ab1ee;
    text-decoration: underline;
}

.re_password .remember {
    float: left;
    overflow: hidden;
    line-height: 30px;
    width: 150px;
}

.re_password .remember span {
    font-size: 14px;
    font-weight: normal;
    float: left;
    color: #666;
}

.re_password .remember .rem_btn {
    float: left;
    height: 30px;
    width: 50px;
    overflow: hidden;
    margin-left: 10px;
    cursor: pointer;
}

.verify {
    overflow: hidden;
    margin: 10px 0 20px 0;
}

.verify_box {
    width: 190px;
    height: 41px;
    border: 1px solid #a6a6a6;
    float: left;
}

.verify .input_box {
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
    height: 100%;
    line-height: 43px;
    padding-left: 5px;
    background-color: white;
}

.verify .ver_img {
    width: 90px;
    height: 30px;
    overflow: hidden;
    float: right;
    background-color: white;
    margin: 5px 0;
}

.verify img {
    width: 100%;
    height: 100%;
}

.alert_tip {
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #e95318;
}

.w261 .button {
     width:100%;
    height: 41px;
    background-color: #5661BF;
    color: #FFF;
    border-radius: 24px;
    margin-top:35px;
}

.mpc-right-qrcode{
    width:360px;
    margin-top:20px;
    margin-left: 790px;
    text-align:center;
}
.mpc-right-qrcode>div{
    display: inline-block;
}
.mpc-right-qrcode .qrcode-img{
    width: 120px;
    height: 120px;
}
.mpc-right-qrcode .qrcode-desc{
    margin-top: 5px;
    color: white;
}
