﻿/*!
 * login
 *
 * Copyright (C) 2016 chenhong - 2016.4.20
 */
 *{margin:0; padding:0;}
html,body{width: 100%;height: 100%;}
body {
    font-family: "微软雅黑","Microsoft YaHei";
    background: #192747 url(../basicV2/images/login-bg.jpg) no-repeat;
    background-size: contain;
    margin: 0 auto;
    background-position: center;
}
 input[type="text"], input[type="password"],input[type="button"], textarea{outline-style:none;font-family:"Microsoft Yahei";}
.login_box_wrapper{width:1100px;height:464px;position:absolute;z-index:999;left:50%;top:50%;margin-left:-550px;margin-top:-232px;}
.login_box{width: 378px;height: 398px;margin-right: 40px;background:url(../basicV2/images/bg40.png) repeat;position:absolute;top:42px;right:0;border-radius: 5px;}
.bottom_info{width:100%; text-align:center; font-size:14px; color:#fff;position:fixed;bottom:30px;left:0;}
.logo{text-align:center;padding: 50px 0 10px 0;}
.login_title{font-weight:normal;font-size:16px;color:#333;padding:0 0 0 20px;vertical-align:middle;margin-top:20px;}
.r_arrow{display:inline-block;width:20px;height:20px;background:url(../basicV2/images/login_icon.png) no-repeat 0 0;vertical-align:-4px;}
.input_wrapper{width: 310px;height: 42px;border:solid 1px #9d9b9a;margin: 14px auto;border-radius:3px;background:#fff;}
.input_icon{display:inline-block;width: 40px;height:38px;vertical-align:middle;text-align:center;}
.input_wrapper input{vertical-align:middle;width: 260px;height: 42px;border:0;text-indent: 0;}
.user_icon{display:inline-block;width:20px;height:20px;background: url(../basicV2/images/login_icon.png) no-repeat 0 0;margin-top: 10px;}
.pwd_icon{display:inline-block;width:20px;height:20px;background: url(../basicV2/images/login_icon.png) no-repeat 0 -47px;margin-top: 10px;}
.ot_wrapper{width:310px;margin: 18px auto;}
.ot_wrapper span{width:310px;margin:10px auto;font-size:12px;vertical-align:middle;}
.ot_wrapper input{vertical-align:middle;}
.miss_pwd{float:right;color: #0b5ed7;text-decoration:none;font-size: 12px;margin-top:4px;}
.miss_pwd:hover{text-decoration:underline;}
.sub_btn{display:block;width:100%;height: 42px;background: #0b5ed7;text-align:center;line-height: 42px;color:#fff;text-decoration:none;font-size: 14px;}
.sub_btn:hover{background:#0b66eb;}
.pageflip{position:absolute;top:0;right:0;}
.pageflip img{z-index:99;right:0px;width:50px;position:absolute;top:0px;height:52px;ms-interpolation-mode:bicubic}
.pageflip .msg_block1{right:0px;background:url(../images/subscribe.png) no-repeat right top;overflow:hidden;width:50px;position:absolute;top:0px;height:50px}
.pageflip .msg_block2{right:0px;background:url(../images/subscribe2.png) no-repeat right top;overflow:hidden;width:50px;position:absolute;top:0px;height:50px}
.ewm_img{display:block;margin:18px auto;}
.ewm_text{text-align:center; font-size:14px;}

/* ipad */
@media (max-width:1100px){
.login_box_wrapper{width:100%;margin-left:0px;left:0;}
}

/* ie8 */
.login_box{z-index:999;}
.bottom_info{z-index:999;}
.pageflip img{border:0;}
.input_wrapper input{line-height: 42px;}
.placeholder{color:#999;}
.tipMsg {z-index:999;}