.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000, endColorstr=#44000000);
}

.form-login {
    display: none;
    width: 650px;
    height: 450px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
}

.supplementUserData {
    display: none;
    width: 650px;
    height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
}


.bt {
    height: 12px;
    background-color: #136acd;
}

.loginContent {
    padding: 0 130px;
}

.loginContent h2, .bombBoxContent h2, .forgotPassword h2 {
    font-size: 20px;
    line-height: 72px;
    color: #136acd;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 3px;
}

.user, .password {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #D2D1D1;
    background: #F2F2F2 no-repeat 12px;
    padding-left: 48px;
    margin-bottom: 20px;
}

.user {
    background-image: url(../images/user.png);
}

.password {
	position:relative;
    background-image: url(../images/password.png);
}

.loginContent p input {
    border: none;
    width: 260px;
    height: 38px;
    background: none;
    line-height: 38px;
}

.loginContent p a {
    /* float: right; */
    position:absolute;
    right:10px;
    top:0;
    font-size: 12px;
    line-height: 38px;
    color: #136acd;
    white-space: nowrap;
}

.validate {
    overflow: hidden;
    margin-bottom: 20px;
}

.validate input {
    display: block;
    float: left;
    width: 155px;
    height: 40px;
    padding-left: 48px;
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    text-align: center;
    border-radius: 3px;
    margin-right: 20px;
    line-height: 38px;
    text-align: left;
}
.form-login .login-form{
	display: none;
}
.form-login .login-form.active{
	display: block;
}
.login-type {
	margin-bottom: 30px;
	text-align: center;
	font-size: 0;
}
.login-type li {
	box-sizing: border-box;
	display: inline-block;
	min-width: 140px;
	max-width: 50%;
	padding: 6px 15px;
	font-size: 14px;
	line-height: 18px;
	border: 1px solid #bbb;
	color: #666;
	cursor: pointer;
	background: #f5f5f5;
}
.login-type li:first-child {
	border-right:none;
	border-radius: 3px 0 0 3px;
}
.login-type li:last-child {
	border-left:none;
	border-radius: 0 3px 3px 0;
}
.login-type li.active{
	color: #fff;
	background: #7ea9da;
	border-color: #7ea9da;
}
.validate .code-btn,.bombBoxContent .mobileCode .code-btn {
	display: inline-block;
	min-width: 85px;
	padding: 0 15px;
	line-height: 42px;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #136acd;
	border-radius: 3px;
	cursor: pointer;
}
.validate .code-btn.disable,.bombBoxContent .mobileCode.disable {
	background: #D7D7D7;
	color: #464646;
	pointer-events: none;
}
.validate .code-btn {}
.validate span {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    margin-right: 10px;
}

.validate span img {
    width: 100px;
    height: 40px;
}

.validate a {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #136acd;
}

.remember {
    position: relative;
    padding-left: 28px;
    height: 20px;
    clear: both;
}

.remember input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    visibility: hidden;
}

.remember input + label {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/checkbox.png) no-repeat left;
}

.remember input:checked + label {
    background: url(../images/checked.png) no-repeat left;
}

.remember label {
    font-size: 12px;
    line-height: 28px;
    color: #696969;
}

.remember a {
    font-size: 12px;
    line-height: 20px;
    color: #136acd;
    float: right;
    margin-right: 18px;
}

.loginSubmit {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 5px;
    border: none;
    background: #136acd;
    border-radius: 3px;
    cursor: pointer;
}

.errorMessage {
    color: red;
    margin-bottom: 10px;
}

.loginClose {
    position: absolute;
    top: -13px;
    right: -13px;
    z-index: 100;
    cursor: pointer;
}
.error-msg{
	margin-top: 5px;
	font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
}


/* 忘记密码 */
.forgotPassword {
    display: none;
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
}

.forgotBoxContent {
    padding: 0;
}

.forgotBoxContent div {
    position: relative;
    padding: 0 164px;
    margin-bottom: 15px;
}

.forgotBoxContent div label {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 40px;
    color: #464646;
    text-align: right;
}

.forgotBoxContent div label sup {
    font-size: 16px;
    color: #FF6600;
}

.forgotBoxContent div>span {
    display: block;
    width: 190px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
    padding-left: 10px;
}

.forgotBoxContent div dl {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    height: 40px;
    position: relative;
    padding-left: 48px;
}

.forgotBoxContent div dt {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.forgotBoxContent div dd {
    width: 100%;
    height: 100%;
}

.forgotBoxContent div dd input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 38px;
    color: #464646;
}

.forgotBoxContent .userName dt {
    background: url(../images/user.png) no-repeat center;
}

.forgotBoxContent .password1 dt, .password2 dt {
    background: url(../images/password.png) no-repeat center;
}

.forgotBoxContent .telNumber dt {
    background: url(../images/mobile.png) no-repeat center;
}

.forgotBoxContent .mobileCode {
    margin-bottom: 15px;
}

.forgotBoxContent .mobileCode input {
    width: 112px;
    height: 40px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
}

.forgotBoxContent .mobileCodeText {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    color: #696969;
}

.forgotBoxContent .mobileCodeBtn {
    background-color: #D7D7D7;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
}

.forgotBoxContent .registerSubmit {
    width: 100%;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.ferrorMessage {
    color: red;
    margin-bottom: 10px;
}

/* 注册 */
.form-register {
    display: none;
    width: 650px;
    position: fixed;
    top: 5%;
    bottom: 5%;
    left: 50%;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
    border: 1px solid #969696;
}

.bombBoxContent {
    position: absolute;
    top: 12px;
    left: 0;
    bottom: 0;
    right: 0;
    padding-bottom: 20px;
    overflow: auto;
}

.bombBoxContent > div {
    position: relative;
    padding: 0 190px 0 138px;
    margin-bottom: 15px;
}

.bombBoxContent div label {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 40px;
    color: #464646;
    text-align: right;
}

.bombBoxContent div label sup {
    font-size: 16px;
    color: #FF6600;
    vertical-align: middle;
}
.code_img{
	width: 100px;
    height: 40px;
    border: 1px solid #D2D1D1;
	cursor: pointer;
}
.bombBoxContent div>span {
    display: block;
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
}

.bombBoxContent div dl {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    height: 40px;
    position: relative;
    padding-left: 48px;
}
.bombBoxContent div .radio-group {
    height: 40px;
}
.bombBoxContent div .radio-group label{
	margin-left: 20px;
    position: static;
}
.bombBoxContent div .radio-group input{
	margin-right: 5px;
	vertical-align: middle;
}

.bombBoxContent div dt {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bombBoxContent div dd {
    width: 100%;
    height: 100%;
}

.bombBoxContent div dd input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 38px;
    color: #464646;
}
.bombBoxContent div dd input.register-info {
	position:relative;
	left: -22px;
}

.bombBoxContent .userName dt {
    background: url(../images/user.png) no-repeat center;
}

.bombBoxContent .password1 dt, .password2 dt {
    background: url(../images/password.png) no-repeat center;
}

.bombBoxContent .telNumber dt {
    background: url(../images/mobile.png) no-repeat center;
}

.bombBoxContent .mobileCode {
    margin-bottom: 15px;
}

.bombBoxContent .mobileCode input {
    width: 112px;
    height: 40px;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
}

.bombBoxContent .mobileCodeText {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    color: #696969;
}

.bombBoxContent .mobileCodeBtn {
    background-color: #D7D7D7;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
}

.bombBoxContent .isAgree {
    margin-bottom: 0px;
}

.bombBoxContent div.isAgree div {
    padding: 0;
    padding-left: 22px;
    position: relative;
    margin-bottom: 0px;
}

.bombBoxContent div.isAgree label {
    position: static;
    width: auto;
    font-size: 12px;
    line-height: 40px;
    color: #AAAAAA;
}

.bombBoxContent div.isAgree label a {
    color: #019EE7;
}

.bombBoxContent .isAgree input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    visibility: hidden;
    visibility: visible \9;
+ top: 0;
}

.bombBoxContent div.isAgree input + label {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../images/checkbox.png) no-repeat left;
    background: none \9;
+ top: 0;
}

.bombBoxContent div.isAgree input:checked + label {
    background: url(../images/checked.png) no-repeat left;
}

.bombBoxContent .registerSubmit {
    width: 100%;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.binduser {
    display: none;
    width: 650px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
}

.binduser .registerSubmit {
    width: 120px;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.berrorMessage {
    color: red;
    margin-bottom: 10px;
}

/* 忘记密码 */
.forgotPassword {
    display: none;
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
}

.forgotBoxContent {
    padding: 0;
}

.forgotBoxContent div {
    position: relative;
    padding: 0 164px;
    margin-bottom: 15px;
}

.forgotBoxContent div label {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 40px;
    color: #464646;
    text-align: right;
}

.forgotBoxContent div label sup {
    font-size: 16px;
    color: #FF6600;
}

.forgotBoxContent div>span {
    display: block;
    width: 190px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
    padding-left: 10px;
}

.forgotBoxContent div dl {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    height: 40px;
    position: relative;
    padding-left: 48px;
}

.forgotBoxContent div dt {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.forgotBoxContent div dd {
    width: 100%;
    height: 100%;
}

.forgotBoxContent div dd input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 38px;
    color: #464646;
}

.forgotBoxContent .userName dt {
    background: url(../images/user.png) no-repeat center;
}

.forgotBoxContent .password1 dt, .password2 dt {
    background: url(../images/password.png) no-repeat center;
}

.forgotBoxContent .telNumber dt {
    background: url(../images/mobile.png) no-repeat center;
}

.forgotBoxContent .mobileCode {
    margin-bottom: 15px;
}

.forgotBoxContent .mobileCode input {
    width: 112px;
    height: 40px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
}

.forgotBoxContent .mobileCodeText {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    color: #696969;
}

.forgotBoxContent .mobileCodeBtn {
    background-color: #D7D7D7;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
}

.forgotBoxContent .registerSubmit {
    width: 100%;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.ferrorMessage {
    color: red;
    margin-bottom: 10px;
}
.forgotBoxContent.langue-en div>span,.bombBoxContent.langue-en div>span,.forgotBoxContent.langue-en div>span {
	padding-top:6px;
    line-height: 16px;
}

@media only screen and (max-width: 767px){
	.top_nav{min-width:auto;}
	.form-login,.form-register{width:auto;left:20px;right:20px;margin-left:0;}
	.form-register{width:auto;height:94%;top:3%;margin:0;left:20px;right:20px;}
	.form-register .bombBoxContent {position:absolute;top:12px;left:0;bottom:0;right:0;overflow: auto;}
	.loginContent{padding:0 20px;}
	.bombBoxContent > div{margin:0;padding:0 20px 10px 80px;}
	.bombBoxContent > div > label{width:75px;font-size: 12px;}
	.bombBoxContent div span{position:static;line-height:26px;}
	.bombBoxContent .mobileCode input{margin:0;width:42%;}
	.password{position:relative;}
	.loginContent p a{position:absolute;top:0;right:0;}
	.mobileCodeText{padding-left:20px;text-align:left !important;}
	.bombBoxContent div dl,.bombBoxContent .mobileCode input{height:32px;}
	.bombBoxContent div dd input{height:30px;}
}