body{margin:0px auto;padding:0px;text-align:center;background:#fff; font-size:12px; color:#000; font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", STXihei, STHeiti, Heiti, SimSun, sans-serif;}
div,table,tr,td{margin:0;padding:0;font-size:12;}
form,ul,li,img,p{margin:0;padding:0;border:0;}
hr{margin:0; padding:0; border:0; line-height:1px;}
h1,h2,h3,h4,h5{margin:0;padding:0;}
ul,li{list-style-type:none;}
input{outline:none}
::-webkit-input-placeholder {color:#bbb; font-size:14px;}
:-moz-placeholder {color:#bbb !important; font-size:14px;}
::-moz-placeholder {color:#bbb !important; font-size:14px;}
:-ms-input-placeholder {color:#bbb !important; font-size:14px;}
@media screen and (min-width:1200px) {
    .area{width:1200px;margin:0 auto;}
    #showcaseBox{width:100%; min-width:1200px;}
    .loginbox{margin-left:240px;}
}
@media screen and (max-width:1200px) {
    .area{width:1000px; margin:0 auto;}
    #showcaseBox{width:100%; min-width:1000px;}
    .loginbox{margin-left:140px;}
}

/*å¤´éƒ¨*/
.header{width:100%; height:52px; margin:0 auto; padding:20px 0; background:#fff;}
.header .logo{height:52px; float:left; margin-left:10px;}
.header .greeting{height:30px; float:left; margin:20px 20px 0; line-height:30px; color:#666; font-size:24px; text-align:left;}
.header .menu{height:30px; float:right; margin:20px 10px 0; line-height:30px; color:#999; font-size:14px; text-align:left;}
.header .menu a{color:#999; text-decoration:none;}
.header .menu a:hover{color:#333; text-decoration:underline;}
/*ä¸­é—´*/
#showcaseBox{height: 560px;position: relative;text-align: center;overflow: hidden;background: #ccc url("../images/loginbg.jpg") no-repeat center;background-size:cover;}
.loginbox{width: 320px;float: left;position: absolute;left:50%;top: 0;margin-top: 0px;background: rgba(255,255,255,.9);border-radius: 2px;box-shadow: 0 0 10px rgba(0,0,0,.2);z-index: 9999;min-height: 360px;}
.loginbox h1{width: 100%;
    height: 60px;
    float: left;
    border-bottom: 1px solid #ddd;
    color: #8b949b;
    font-size: 20px;
    font-weight: normal;
    line-height: 60px;
}
.loginbox .item{width:278px; float:left; margin:20px 20px 0; border:1px solid #ccc; border-radius:2px; text-align:left; background:#fff; position:relative; transition:border .3s ease;}
.loginbox .item label{width:40px; height:40px; line-height:40px; float:left; border-right:1px solid #ccc; background:#E8E8E8;  transition:border .3s ease, background .3s ease;}
.loginbox .item input.empty{color: #333;font-size: 14px;}
.loginbox .item input[type="text"],.loginbox .item input[type="password"]{width: 218px;height: 20px;line-height: 20px;padding: 10px 10px 10px 9px;border: 0;float: left;background: #fff;margin: 0;}
.loginbox .item label::after{content: '';width: 20px;height: 18px;margin: 11px 9px;line-height: 18px;float: left;text-align: left;text-indent: -9999px;overflow: hidden;background: url("../images/loginIcon.png");}
.loginbox .item.passWord label::after{background-position: 0 -18px;}
.loginbox .submit{width: 280px;height: 40px;margin:20px 20px 0;float: left;background: #b50002;color: #fff;text-align: center;font-size: 20px;line-height: 40px;font-weight: normal;border-radius: 2px;cursor: pointer;}

.register{cursor: pointer;font-size: 14px;float: right;/* margin: 20px 20px 0; */color: #9a9a9a;}

.loginbox .forget{width: 280px;height: 40px;margin: 0 20px;float: left;line-height: 40px;font-size: 14px;color: #999;text-align:right;}

.loginbox .forget a{color: #999;text-decoration: none;float: left;}
.loginbox .forget a:hover{color: #09c;text-decoration: underline;}
.loginbox .registbox{width: 280px;height: 40px;float: left;padding:10px 20px;margin-top:9px;background: #edf4fc;/*background: rgba(0,0,0,.03);*/border-top: 1px solid rgba(0,0,0,.05);}
.loginbox .registbox span{height: 40px;line-height: 40px;float: left;text-align: left;font-size: 14px;color: #999;}
.loginbox .registbox a{
    width: 160px;
    height: 40px;
    line-height: 42px;
    float: right;
    text-align: center;
    text-indent: -24px;
    font-size: 16px;
    color: #fff;
    background: #b50002;
    text-decoration: none;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
}
.loginbox .registbox a::before {
    content: " ";
    width: 18px;
    height: 14px;
    top: 14px;
    right: 36px;
    position: absolute;
    background: url(../images/loginIcon.png) 0 -36px;
}
@keyframes buzz-out {
    25% {
        transform: translateX(3px);
    }
    75% {
        transform: translateX(-3px);
    }
}

.loginbox .registbox a:hover::before {
    animation: buzz-out .75s linear infinite;
}
.loginbox .registbox a:hover{
    background: #be1121;
}
/*åº•éƒ¨*/
.bottom{opacity: 0.6;transition: opacity .5s ease;}
.bottom{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
    background: #fff;
}
.bottom .info {
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    color: #999;
    line-height: 24px;
}
.bottom .info a {
    color: #777;
}
.bottom a {
    text-decoration: none;
}
.bottom .info a:hover {
    color: #333;
    text-decoration: underline;
}
.tab-content{display:block;}
.current{display:none;}
.loginbox .niCheng label::after{background: url(../images/loginIcon.png) 103px 0;}
.other-login{padding: 10px 20px;overflow: hidden;}
.other-login-title{border-top:1px solid rgba(0,0,0,.05);margin-bottom:15px;font-size:12px;text-align: left;padding-top:5px;color:#999;}
.other-login-con a{padding:0 10px 0 26px;float:left;color:#999;height: 20px;font-size: 14px;margin-right: 15px;/* border-right: 1px solid #ccc; */text-decoration: none;}
.other-login-con .zhifubao{background: url(../images/zfb.png) no-repeat;}
.other-login-con .weixin{background: url(../images/wx.png) no-repeat;}
.other-login-con .yinlian{background: url(../images/yl.png) no-repeat 0 -3px;}
.other-login-con a:hover{color:#333;}
.zhanghao{margin:20px;}
.wechat-con,.wechat-con-box{display:none;width: 280px;margin:10px auto 0;}
.wechat-con img,.wechat-con-box img{width: 280px;display:block;margin:auto;text-align:center;}
.other-login-con .come-back{float: right;color: #999;background: url(../images/download.jpg) no-repeat;padding:0;padding-left: 20px;display:none;margin:0;}


