html, body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
}
body {
    background-color: #333;
    font-family: verdana,Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",SimSun,STHeiti;
    font-size: 12px;
    min-width:1200px;
}
*, *:active, *:focus {
    outline: 0 none;
}
input, select, textarea, button {
    font-family: verdana,Arial,"Lucida Grande","Microsoft Yahei","Hiragino Sans GB","Hiragino Sans GB W3",STHeiti;
}
body, p, div {
    margin: 0;
    padding: 0;
    word-break: break-all;
    word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
ul, ol, li, dl, dd, dt {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
a {
    color: #ffa800;
    text-decoration: none;
}
a:hover {
    color: #ffa800;
    text-decoration: underline;
}
td {
    color: #996600;
    font-size: 12px;
}
img {
    border: medium none;
}
input {
    outline: medium none;
}
.line20 {
    line-height: 20px;
}
.tdcenter {
    text-align: center;
}
.hide {
    display: none;
}
.clearbg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.clear {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix::after, .wrapper::after, .article::after {
    clear: both;
    content: " ";
    display: block;
}
.clearfix, .wrapper, .article {
}
.fullscreen-bg {
	/* background-image: url(../img/login-bg.png); */
    background-position: 50% 50%;
    background-size: cover;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
}
.fullscreen-bg::before {
    background: rgba(0, 0, 0, 0.2) url(../img/login-gray-bg.png) repeat scroll 0 0 / 100% auto;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.5;
    position: fixed;
    right: 0;
    top: 0;
}
.fullscreen-bg::after {
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.fullscreen-bg img {
    display: none;
    height: auto;
    margin: 0;
    opacity: 1;
    visibility: visible;
}
.wrapper {
    color: #666;
    left: 50%;
    margin: -185px 0 0 5px;
    position: absolute;
    top: 50%;
    width: 370px;
    z-index: 2;
}
.container {
    margin: -30px auto 0;
    width: 370px;
}
@media not all, not all {
.container a.logo {
    background-position: -50px 0;
    background-size: 150px 100px;
}
}
.signup-forms {
    position: relative;
}
.signup-forms .inner {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    padding-top: 10px;
    width: 370px;
}
.signup-forms .form-field {
    clear: both;
    margin: 0 auto;
    width: 320px;
}
.signup-forms .form-field input {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 0 5px #fff;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    outline: medium none;
    padding: 6px 0 6px 12px;
    transition: box-shadow 0.25s linear 0s;
    width: 306px;
}
.signup-forms .form-field input:focus {
    border: 1px solid #ffa200;
    box-shadow: 0 0 5px #ffa200;
    outline: medium none;
    transition: box-shadow 0.25s linear 0s;
}
.login-input{
	margin-bottom: 10px;
}
.signup-forms .form-field .email {
    color: #999;
    line-height: 2em;
    text-align: left;
}
.signup-forms .form-link {
    clear: both;
    margin: 0 auto;
    padding: 8px 0 0;
    text-align: right;
    width: 320px;
}
.signup-forms .form-link a {
    color: #ffa800;
}
.signup-forms .err-input {
    border: 1px solid #ff3c00;
}
#_j_forget_form {
    padding-top: 25px;
    position: relative;
}
#_j_signup_mobile_form, #_j_complete_form {
    padding-top: 15px;
    position: relative;
}
.signup-forms .err-tip {
    background: #fff url(../img/err_ico2.png) no-repeat scroll 0 -60px;
    clear: both;
    color: #ff3c00;
    /*display: none;*/
    font-size: 12px;
    margin-top: 10px;
    padding: 0 0 3px 22px;
    position: absolute;
    text-align: left;
    top: 60px;
    width: 300px;
    height: 16px;
}
.signup-forms .err-tip a {
    color: #ff8a00;
    text-decoration: none;
}
.signup-forms .err-tip a:hover {
    text-decoration: underline;
}
.signup-forms .info-tip {
    background-color: #fffee1;
    border: 1px solid #f5c056;
    border-radius: 4px;
    color: #daac50;
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
    padding: 8px 12px;
    position: relative;
}
.signup-forms .info-tip h5 {
    color: #c09853;
}
.signup-forms .form-field input.vcode-input {
    float: right;
    width: 174px;
}
.signup-forms .vcode-view {
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    box-shadow: 0 0 5px #fff;
    display: inline-block;
    margin: 0 0 0 10px;
    vertical-align: top;
}
.signup-forms .vcode-view img {
    height: 36px;
}
.signup-forms .vcode-send {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fff, #f2f2f2) repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    color: #333;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    width: 120px;
}
.signup-forms .vcode-send:hover {
    background: #fff none repeat scroll 0 0;
    text-decoration: none;
}
.signup-forms .vcode-send.disabled {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #b3b3b3;
    cursor: default;
}
.signup-forms .submit-btn {
    margin: 0 auto;
    padding: 12px 0 10px;
    width: 320px;
}
.signup-forms .submit-btn button {
    background-color: #ffa800;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    height: 42px;
    line-height: 40px;
    text-align: center;
    width: 320px;
}
.signup-forms .submit-btn button:hover {
    background-color: #ffb01e;
}
.signup-forms .submit-btn a {
    color: #ff8a00;
}
.signup-forms .agreement {
    color: #ccc;
    font-size: 12px;
    line-height: 1em;
    margin: 0 auto;
    padding-top: 12px;
    text-align: right;
    width: 320px;
}
.signup-forms .agreement a {
    color: #999;
    font-size: 12px;
    margin-left: 2px;
}
.signup-forms .agreement a:hover {
    color: #3f200f;
}
.signup-forms .connect {
    clear: both;
    margin-top: 30px;
    overflow: hidden;
}
.signup-forms .connect .hd {
    border-top: 1px solid #ebebeb;
    color: #999;
    font-size: 12px;
    padding: 15px 0 20px 24px;
}
.signup-forms .connect .bd {
    height: 84px;
    overflow: hidden;
    padding: 0 0 0 25px;
    width: 348px;
}
.signup-forms .connect .bd.open {
    height: auto;
}
.signup-forms .connect a {
    color: #999;
    display: inline-block;
    font-size: 12px;
    height: 84px;
    margin-right: 25px;
    text-align: center;
    width: 58px;
}
.signup-forms .connect a:hover {
    color: #666;
    text-decoration: none;
}
.bottom-link {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    margin: 10px auto;
    padding: 4px 0;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    width: 140px;
}
.bottom-link a {
    color: #ffa800;
    margin-left: 6px;
}
 .signup-box {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
     display: block;
}
.login-box {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
    /* display: none; */
}
.login-box {
   
}
.signup-forms .bind-box {
    display: none;
    z-index: 0;
}
.signup-forms.flip .bind-box {
    display: block;
}
.signup-forms .mobile-field {
    clear: both;
    margin: 0 auto;
    padding-top: 10px;
    width: 320px;
}
.signup-forms .form-box {
    border: 1px solid #d8d8d8;
    border-radius: 4px;
    box-shadow: 0 0 5px #fff;
    color: #666;
    font-size: 14px;
    height: 40px;
    padding: 0 0 0 4px;
    width: 316px;
}
.signup-forms .form-box .sel-box {
    border-right: 1px solid #e3e3e3;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 8px;
    position: relative;
    width: 122px;
}
.signup-forms .form-box .sel-box i {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ffa800 transparent transparent;
    border-image: none;
    border-style: solid;
    border-width: 5px;
    position: absolute;
    right: 10px;
    top: 18px;
}
.signup-forms .form-box .sel-box .list {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    display: none;
    height: 246px;
    left: -5px;
    overflow-y: auto;
    position: absolute;
    top: 37px;
    width: 320px;
}
.signup-forms .form-box .sel-box dl {
    border-bottom: 1px solid #f4f4f4;
    clear: both;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
}
.signup-forms .form-box .sel-box dl:last-child {
    border: medium none;
}
.signup-forms .form-box .sel-box dl:hover {
    background-color: #f4f4f4;
}
.signup-forms .form-box .sel-box dt {
    color: #666;
    float: left;
    padding-left: 15px;
    width: 235px;
}
.signup-forms .form-box .sel-box dd {
    color: #999;
    padding-right: 15px;
    text-align: right;
}
.signup-forms .form-box input {
    border: medium none;
    border-radius: 0;
    color: #666;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding: 6px 0 6px 8px;
    width: 172px;
}
.photoby {
    bottom: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 2em;
    position: absolute;
    right: 10px;
    z-index: 3;
}
.photoby img {
    margin-right: 6px;
    vertical-align: middle;
}
.photoby a {
    color: #fff;
}
.ver-email {
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 370px;
}
.ver-email .hd {
    font-size: 16px;
    line-height: 1.8em;
    padding-top: 30px;
    text-align: center;
}
.ver-email .hd span {
    color: #d62d00;
    font-weight: 700;
}
.ver-email .btn-link {
    background: #ffa800 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    width: 310px;
}
.ver-email .btn-link:hover {
    background: #ff8a00 none repeat scroll 0 0;
    text-decoration: none;
}
.ver-email .tips {
    color: #999;
    font-size: 12px;
    line-height: 2.2em;
    padding: 20px 0 35px;
}
.ver-email .tips .title {
    font-weight: bold;
    padding-bottom: 6px;
}
.ver-email .tips strong {
    margin: 0 3px;
}
.add-info {
    background-color: #fff;
    border-radius: 5px;
    padding-bottom: 20px;
    text-align: center;
    width: 370px;
}
.add-info .hd {
    background-color: #f5f5f5;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 5px 5px 0 0;
    color: #666;
    font-size: 18px;
    height: 56px;
    line-height: 56px;
    padding: 0 26px;
    text-align: left;
}
.add-info .hd a {
    color: #ff8a00;
    font-size: 12px;
    text-decoration: none;
}
.add-info .hd a:hover {
    text-decoration: underline;
}
.add-info .m-t-10 {
    margin-top: 10px;
}
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: left;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.signup-forms .inner .alert, .add-info .alert {
    margin: 0 auto;
    width: 300px;
}
.add-info .alert {
    margin-top: 20px;
}
.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}
.reveal-modal.small {
    margin-left: -140px;
    width: 200px;
}
.reveal-modal.medium {
    margin-left: -240px;
    width: 400px;
}
.reveal-modal.large {
    margin-left: -340px;
    width: 600px;
}
.reveal-modal.xlarge {
    margin-left: -440px;
    width: 800px;
}
.reveal-modal .close-reveal-modal {
    color: #aaa;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 0.5;
    position: absolute;
    right: 11px;
    text-decoration: none;
    top: 8px;
}
.close-serive-modal {
    color: #666;
}
.close-serive-modal h3 {
    color: #c91523;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin-bottom: 15px;
    text-align: center;
}
.close-serive-modal p {
    line-height: 26px;
}
.close-serive-modal li {
    line-height: 26px;
    padding-left: 20px;
}
.placeholder {
    color: #b1b1b1 !important;
}

.lo-logo{
	height: 54px;
	line-height: 54px;
	text-align: center;
	border-bottom: 1px solid #ddd;
	margin-bottom: 26px;
}
.lo-logo img{
	width: 70px;
	height: 50px;
	vertical-align: top;
}
.sign-word{
	font-size: 24px;
	margin-left: 20px;
}
.form-yzm{
	position: relative;
}

.yzm{
	position: absolute;
	width: 80px;
	height: 24px;
	    right: 6px;
    top:6px;
}
.yzm img{
	width: 80px;
	height: 30px;
}

.lo-check{
	width: 15px!important;
	height: 15px!important;
	vertical-align: sub;
}
.retrieve-pass {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 11;
    display: none;
}
.re-password{
	 left: 0;
    position: absolute;
    top: 0;
    z-index: 12;
    display: none;
}
.yanzheng{
	float: left;
	width: 150px;
}
.yanzheng input{
	width: 150px!important;
}
.send{
	float: left;
	width: 140px;
	margin-left: 30px;
}
.send a{
	width: 140px;
	color: #fff;
	background: #FF6E08;
	border-radius: 4px;
	text-align: center;
	display: inline-block;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}








