﻿.sign { margin: 100px auto 20px auto; height: 536px; width: 990px; overflow: hidden; position: relative; background: #fff; }

.sign .pic-box { float: left; width: 605px; height: 430px; }

.sign-main { float: right; width: 385px; }

.sign-tab { font-size: 14px; height: 31px; margin-left: 3px; }
.sign-tab-title{ background-color:#f5f5f5; padding:5px 5px 0px 5px; }
.sign-tab-title .tab-item { float: left; width: 130px;  height: 31px; line-height: 31px; cursor: pointer; text-align: center; position: relative; z-index: 1; }

.sign-tab-title .bank { position: absolute; bottom: -5px; left: 0; display: none; width: 130px; height: 6px; background: #fff; }

.sign-tab-title .tab-item.current { background: #fff; color: #E31939; border: 1px solid #ddd; border-bottom: 0; height: 31px; line-height: 31px; margin-top: 0; }

.sign-tab-title .tab-item.current .bank { display: block; }

.sign-tab-content { overflow: hidden; border: 1px #ddd solid; padding: 30px 40px; min-height: 232px; height: auto; }

.sign-tab-content .tab-item { display: none; }

.sign-tab-content .tab-item.current { display: block; }

.form-group { overflow: hidden; zoom: 1; position: relative; }

.form-group .text { width: 248px; height: 16px; padding: 10px 5px 10px 10px; border: 1px solid #ddd; font-size: 14px; }

.form-group .text-code { width: 100px; }

.form-group .img img{  width:80px; height:36px; vertical-align:middle; }

.form-group i { display: block; width: 20px; height: 20px; position: absolute; left: 10px; top: 9px; background: url(/static/pc/sprite/user-icon.png) no-repeat; }

.form-group i.i-email { background-position: 0 -101px; }

.form-group i.i-pass { background-position: 0 -36px; }

.form-group i.i-captcha { background-position: 0 -57px; }

.form-group .label { font-size: 12px; color: #999; padding-right: 10px; height: 30px; line-height: 30px; display: inline-block; vertical-align: top; }

.form-group .btn-login { width: 300px; height: 35px; font-size: 14px; color: #FFF; background: #E31939; text-align: center; line-height: 35px; text-decoration: none; cursor: pointer; letter-spacing: 2px; border: none; }

.form-group .btn-login[disabled] { background: #f1f1f1; color: #999; cursor: not-allowed; }

.form-control .safety { text-align: left; height: 40px; line-height: 40px; }

.form-control .safety a { color: red; }

.pwd-intensity { display: table; width: 295px; height: 25px; padding: 0 0 5px; }

.pwd-intensity > li { display: table-cell; width: 33%; background-color: rgb(255,255,255); color: rgb(153, 153, 153); text-align: center; vertical-align: middle; }

.login-other{text-align: center;margin-bottom: 10px;}
.login-other .other-tit {margin-bottom: 10px;}
.login-other .other-tit h3{display: inline-block; height: 30px;line-height: 30px;padding:0 15px; font-size:14px;font-weight: normal; background-color: #FFF;color:#999;}
.login-other .other-list a{display:inline-block;height:20px;line-height: 20px;/* margin-right:10px; */padding: 0 10px 0 25px;/* border-right: 1px solid #d7d7d7; */}
.login-other .other-list a:hover{text-decoration: none;}

