@charset "utf-8";
/***************忘记密码**************/
body { background-color: #f5f5f5; min-width: 1140px; }

.wrapper { width: 1080px; }

.login-header { height: 96px; line-height: 96px; }
.login-header .logo { float: left; }
.login-header .zp { float: right; margin-top: 25px; font-size: 16px; line-height: 18px; text-align: center; color: #424242; }
.login-header .zp .ico { display: block; margin: 0 auto 5px; width: 25px; height: 29px; background: url(../img/login/zp.png); }

.login-footer { padding: 40px 0 100px; text-align: center; color: #8b8b8b; }
.login-footer .authentication { margin-top: 15px; font-size: 0; }
.login-footer .authentication a { display: inline-block; vertical-align: middle; margin: 0 5px; }

.check .sty1-checkbox { margin-right: 5px; }

.box-hd { overflow: hidden; margin-bottom: 3px; height: 58px; line-height: 58px; }
.box-hd .tit { float: left; font-size: 18px; color: #504d4d; }
.box-hd a { color: #999; float: right; }
.box-hd a:hover { color: #f34e4e; text-decoration: underline; }
.box-hd-tabs { height: auto; line-height: 62px; margin-bottom: 20px; }
.box-hd-tabs .item { float: left; padding: 18px 0; width: 50%; font-size: 18px; line-height: 1; text-align: center; color: #000; border-bottom: 2px solid #d3d3d3; }
.box-hd-tabs .item:hover { text-decoration: none; }
.box-hd-tabs .item.active { border-color: #f34e4e; }

.txtin-box { position: relative; display: block; margin-bottom: 10px; }
.txtin-box .txtin { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; padding: 10px; width: 100%; height: 52px; line-height: 30px; border: 1px solid #dedede; }

.tool { margin: 15px 0; line-height: 18px; font-size: 12px; }
.tool .check { float: left; color: #999; }
.tool .check input { margin-right: 5px; display: inline-block; vertical-align: middle; }
.tool .find { float: right; color: #999; }
.tool .find:hover { color: #f34e4e; text-decoration: underline; }

.tj { display: block; width: 100%; margin-top: 15px; height: 52px; line-height: 52px; color: #fff; font-size: 18px; text-align: center; background-color: #f34e4e; border: none; -webkit-border-radius: 2px; border-radius: 2px; }
.tj:hover { color: #fff; background: #f01e1e; }
.tj:active { background-color: #db0f0f; }

.other-way { margin-top: 29px; }
.other-way .item { float: left; margin-left: 50px; width: 70px; text-align: center; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.other-way .item.first { margin-left: 10px; }
.other-way .item .label { display: block; margin-top: 5px; color: #999; }
.other-way .item:hover { opacity: 0.8; filter: alpha(opacity=80); }

.login-main { height: 600px; }
.login-main-wrap { background: url(../img/login/login-bg.jpg); }

.login-box { float: right; margin: 60px 0 0 0; padding: 30px 38px 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 406px; height: 474px; background-color: #fff; }
.login-box .txtin-box { position: relative; margin-bottom: 14px; }
.login-box .txtin-box .ico { position: absolute; width: 34px; height: 50px; }
.login-box .txtin-box .ico.user { background: url(../img/login/user.jpg) no-repeat 14px 17px; }
.login-box .txtin-box .ico.pwd { background: url(../img/login/pwd.jpg) no-repeat 15px 16px; }
.login-box .txtin-box .txtin { padding-left: 45px; }
.login-box .tj { margin-top: 20px; }

.main-wrap { padding: 55px 0; text-align: center; background: #fff; }

.center-box { width: 330px; display: inline-block; vertical-align: middle; text-align: left; }
.center-box .txtin-box-code .txtin { width: 194px; }
.center-box .txtin-box-code .get-yzm { position: absolute; top: 0; right: 0; width: 126px; height: 52px; line-height: 52px; text-align: center; color: #fff; background-color: #777; }
.center-box .txtin-box-code .yzm { position: absolute; top: 0; right: 0; width: 126px; height: 52px; }

/*# sourceMappingURL=login.css.map */




/****************注册*************************/
#header div.user{
    display:none;
}
#header{
    width:1360px;
    height:80px;
    position:relative;
}
.container{
    width:1360px;
    height:620px;
    position:relative;
}
.bgPic{
    position:absolute;
    top:0;
    left:0;
}
.register{
    width:360px;
    height:360px;
    background:rgba(255,255,255,1);
    position:absolute;
    top:90px;
    left:800px;
}
.register>.title,.register>form,.register>.other_login{
    width:280px;
    margin:0 auto;
}
.register>.title{
    margin-top:20px;
    height:30px;
}
.register>.title>span{
    width:40px;
    height:30px;
    font-size:18px;
    color:#333;
}
.register>.title>a{
    display:inline-block;
    float:right;
    font-size:14px;
    color:#111;
}
.register>.title>a:hover{
    color: #0d6eb1;
    text-decoration:underline;
}
.register>.title>a::before{
    content: "没有账号>>";
    font-size:12px;
}
.register form>div{
    height:38px;
    margin-top:15px;
    margin-bottom:5px;
    position:relative;
}
.register form>div>input{
    width:280px;
    height:32px;
    outline:none;
    border-radius:3px;
    border:1px solid #ccc;
    padding-left:10px;
    box-sizing:border-box;
}
.register form>div>p{
    display:block;
    border-radius:3px;
    font-size:13px;
    color:#fff;
    position:absolute;
    z-index:5;
    top:-18px;
    right:1px;
    background:rgba(0,0,0,0.6);
    transition:height 0.2s linear;
    opacity:0;
}
.register form>div>label{
    position:absolute;
    left:14px;
    background:#fff;
    padding-left:5px;
    padding-right:5px;
    transition:all 0.1s linear;
    cursor: text;
}
.register .show>p{
    content: "用户名由3~8个数字和英文字符组成";
    background: #414141;
    opacity:1;
}
.register .show>input{
    border-color:#279cd2;
}
.register .show>label{
    top:-14px;
    font-size:12px;
    color:#279cd2;
    opacity:1;
}
.register .default>p{
    opacity:0;
}
.register .default>input{
    border-color:#ccc;
}
.register .default>label{
    font-size:13px;
    top:7px;
    color:#999;
    opacity:1;
}
.register .blur>label{
    top:-14px;
    opacity:1 !important;
}
.register .error>p{
    content: "用户名由3~8个数字和英文字符组成";
    opacity:1;
    background: #f02424;
}
.register .error>input{
    border-color:#f02424;
}
.register .error>label{
    top:-14px;
    font-size:12px;
    color:#f02424;
    opacity:1;
}

.register form>div.submit{
    height:80px;
    margin-top:5px;
}
.register form .submit .notice{
    display:block;
    height:22px;
    font-size:12px;
    color:#666;
    float:right;
    margin-bottom:8px;
}
.register form .submit .notice>a{
    color:#333;
    text-decoration: underline;
}
.register form .submit .notice>a:hover{
    color:#279cd2;
}
.register form>div.submit button{
    display:block;
    width:280px;
    line-height:38px;
    outline:none;
    border:none;
    text-align:center;
    border-radius:3px;
    background:linear-gradient(to bottom,#0aa1ed,#0088e4);
    font-size:16px;
    color:#fff;
    cursor: pointer;
}
.s_hover{
    background:linear-gradient(to bottom, #2ea8e3, #1086d1) !important;
}
.register .other_login{
    height:80px;
    margin-top:5px;
    /*background: #cbcec5;*/
}
.register .other_login .log{
    height:18px;
    border-bottom:1px solid #999;
    box-sizing:border-box;
}
.register .other_login .log>span{
    width:86px;
    font-size:14px;
    color:#777;
    display:block;
    margin:0 auto;
    padding-top:6px;
    padding-left:5px;
    padding-right:5px;
    background:#fff;
}
.register .other_login .icon{
    height:60px;
}
.register .other_login .icon >ul>li{
    float:left;
    width:90px;
    margin-left:5px;
    line-height:60px;
    position:relative;
}
.register .other_login .icon >ul>li:first-child{
    margin-left:0;
}
.register .other_login .icon >ul>li>img{
    margin:0 29px;
}
[data-log=icon]>img{
    width:32px;
    height:32px;
    transition:all 0.2s linear;
}
[data-log=icon]>span{
    opacity:1;
    position:absolute;
    top:-17px;
    left:13px;
    width:64px;
    line-height:26px;
    text-align:center;
    background: #727272;
    color:#fff;
    border-radius:3px;
    font-size:13px;
    transition:all 0.2s linear;
}
.icon .i_hover>img{
    -webkit-filter: contrast(0%);
    -moz-filter: contrast(0%);
    -ms-filter: contrast(0%);
    -o-filter: contrast(0%);
    filter: contrast(0%);
}
.icon .i_hover>span{
    opacity:0;
    position:absolute;
    top:15px;
}

#footer{
    width:1360px;
    height:430px;
}