/*::-webkit-scrollbar{width:0px}*/
html,body{margin:0;padding:0;}
body{font-family:"微软雅黑";font-size:12px;}
.mb20{margin-bottom:20px;}
.clear{clear:both;}

.header, .container, .footer {
    overflow: hidden;
}
.header {
    height: 80px;
}
.container {
    position: relative;
    z-index: 0;
    min-height: 506px;
}
.wrap {
    position: relative;
    width: 1190px;
    margin: 0 auto;
}
.header .logo {
    float: left;
    width: 318px;
    margin: 9px 0 9px 24px;
    height: 62px;
}
.header .nav {
    float: right;
    height: 80px;
    line-height: 80px;
    margin-right: 20px;
    overflow: hidden;
}
.header .nav li {
    float: left;
    position: relative;
}
.header .nav li a {
    display: block;
    padding: 0 24px;
    color: #333;
    font-size: 16px;
    outline: none;
}
.header .nav li a:hover,.header .nav li a:focus{color:#ff790a;}
.header .nav li.current a,.header .nav li.current a:hover,.header .nav li.current a:focus{color:#ff790a;}
.banner {
    position: relative;
    width: 100%;
    min-height: 506px;
    overflow: hidden;
}
.banner .cell {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner .cell-0 {
    background: #3b5998;
}
.banner .cell .con {
    position: relative;
    min-height: 506px;
    background-repeat: no-repeat;
    background-position: center left;
}
.banner .cell-0 .con {
    background: url(../images/login-banner-27.png) no-repeat left center;
}
.banner .cell .con a {
    position: absolute;
    display: block;
    width: 132px;
    height: 44px;
    left: 409px;
    top: 250px;
    outline: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.banner .cell-0 .con a {
    width: 91px;
    height: 37px;
    left: 440px;
    top: 346px;
}
.login-wrap {
    position: relative;
    top: 0;
    z-index: 2;
    width: 1190px;
    height: 0;
    margin: auto;
}
.login-panel {
    position: absolute;
    background: #fff;
    width: 340px;
    height: 378px;	
    right: 45px;
}
.tab-list {
    width: 100%;
    height: 48px;
}
.tab-list li {
    float: left;
    list-style: none;
    width: 50%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}
.tab-list li.on {
    color: #ff790a;
    background: #fff;
    border-bottom: 1px solid #fff;
}
.email {
    padding-top: 32px;
}
#login-panel {
    width: 281px;
    margin: 0 auto;
    margin-top: 16px;
    padding-top: 24px;
}
.input-wrap {
    clear: both;
    background-color: #fefefe;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 12px;
    border-radius: 4px;
    transition: border-color .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;
    -webkit-transition: border-color .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;
    -moz-transition: border-color .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;
    -o-transition: border-color .5s ease-in-out,background-color .5s ease-in-out,box-shadow .5s ease-in-out;
}
.account-type {
    display: none;
}
.input-wrap input[type="text"], .input-wrap input[type="password"] {
    color: #333;
    font-size: 14px;
    padding: 7px 3%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 34px;
    line-height: 20px;
    width: 94%;
    -webkit-font-smoothing: subpixel-antialiased;
}
.input-check {
    margin-bottom: 12px;
    color: #666;
}
.input-check input {
    margin-right: 4px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-check a {
    float: right;
    color: #666;
}
.input-btn {
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: block;
    width: 100%;
    background-color: #ff790a;
    padding: 8px 0;
    border-radius: 4px;
    border: 0 none;
    outline: none;
    transition: background-color .4s ease-in-out;
    -webkit-transition: background-color .4s ease-in-out;
    -moz-transition: background-color .4s ease-in-out;
    -o-transition: background-color .4s ease-in-out;
}
.register {
    display: block;
    color: #666;
    text-align: center;
    margin: 15px 0;
    text-decoration: underline;
}
.qrcode-login {
    display: none;
    text-align: center;
}
.qrcode-login .qrcode-desc {
    margin-top: 53px;
}
.qrcode-login .qrcode-desc h2 {
    font-size: 16px;
    color: #999;
    font-weight: 400;
}
.qrcode-login .qrcode-img {
    border: 1px solid #f4f4f4;
    padding: 10px;
    width: 175px;
    margin: 20px auto 15px;
}
.qrcode-login .qrcode-panel {
    width: 150px;
    margin: 0 auto 50px;
    text-align: center;
}
.qrcode-login .qrcode-img img {
    width: 147px;
    height: 147px;
}
.qrcode-login .qrcode-panel ul {
    display: block;
}
.qrcode-login .qrcode-panel ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.qrcode-login .qrcode-panel li {
    float: left;
    padding: 0 0 0 10px;
    margin: 0 10px 0 0;
    border-left: 1px solid #ccc;
}
.qrcode-login .qrcode-panel li.fore1 {
    border: 0;
}
.qrcode-login .qrcode-panel a {
    color: #999;
}
.qrcode-login .qrcode-panel .qrcode-tips {
    position: relative;
    background: #F6DCDF;
    color: #999;
    margin-top: 10px;
}
.qrcode-login .qrcode-panel .qrcode-tips .triangle-border {
    position: absolute;
    right: 30px;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed dashed solid;
}
.qrcode-login .qrcode-panel .qrcode-tips .tb-border {
    top: -10px;
    border-color: transparent transparent #F6DCDF;
}
.btn-general, .btn-qrcode {
    display: block;
    outline: none;
    width: 60px;
    height: 60px;
    line-height: 99em;
    position: absolute;
    right: 0;
    top: 318px;
    overflow: hidden;
    background: url(../images/login-qricon.png) no-repeat;
    -webkit-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    -moz-transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
    transition: background-position .2s cubic-bezier(0.25,.5,.5,.9);
}
.btn-qrcode {
    background-position: -60px 0;
}
.btn-general {
    background-position: 0 -60px;
}
.footer{height:80px;}
.copyright {
    color: #666666;
    text-align: center;
    font-size: 12px;
    margin: 50px 0 10px 0;
}