@charset "utf-8";
/* CSS Document */
/* 
	登录/注册/忘记密码/授权登录
	****************************
	Login / Register / Forgot Password / Authorization Login 
*/
/* 
	公用部分
	****************************
	Common part
*/
.user-head {
	width: 100%;
	height: 100px;
	background-color: #fff;
	-webkit-box-shadow: 0px 6px 10px 0px rgba(212,212,212,.3);
	box-shadow: 0px 6px 10px 0px rgba(212,212,212,.3);
	z-index: 2;
}
.user-logo {
	width: 120px;
	float: left;
	padding-top: 24px;
	display: block;
	overflow: hidden;
}
.user-tt {
	float: left;
	margin-top: 64px;
	margin-left: -5px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	color: #333;
	overflow: hidden;
}
.user-language {
	float: right;
	margin-top: 16px;
	width: 160px;
	height: 26px;
	line-height: 26px;
}
.user-language>a {
	display: block;
	float: left;
	padding-left: 26px;
	width: 33.33%;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
	text-align: left;
	background-color: #009340;
	background-repeat: no-repeat;
	background-position: 6px center;
}
.user-language>a:hover {
	background-color: #00883c;
}
.user-language>a.cn {
	border-right: 1px solid #017835;
	background-image: url(../img/icon-flagCn.png);
}
.user-language>a.en {
	border-left: 1px solid #00a94a;
	background-image: url(../img/icon-flagEn.png);
}
.user-language>a.jp {
	border-left: 1px solid #00a94a;
	background-image: url(../img/jp.png);
	background-size: 30%;
}
.user-box {
	padding: 44px 0;
}
.user-box .form {
	padding:22px 0 34px 34px;
}
.user-box .form .block {
	padding-bottom: 16px;
	overflow: hidden;
}
.user-box .form .block .lab {
	font-size: 16px;
	color: #333;
	height: 36px;
	line-height: 36px;
}
/*选择身份*/
.SelectIdentity {
	font-size: 0;
	text-align: center;
}
.SelectIdentity a {
	position: relative;
	margin: 0 5%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 40%;
	font-size: 0;
	border: 1px solid #ececec;
	background-color: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
}
.SelectIdentity a:hover {
	background-color: #fafafa;
}
.SelectIdentity a.curr {
    border: 1px solid #2d8f4f;
    background-color: #e5f4ec;
}
.SelectIdentity a.curr p {
	color: #2d8f4f;
}
.SelectIdentity a.curr::after {
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    display: block;
    width: 21px;
    height: 20px;
    background-image: url(../img/icon-check-up.png?v=15.0);
    background-position: center 0;
}
.SelectIdentity i,.SelectIdentity p {
	width: 50%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.SelectIdentity p {
	padding-left: 16px;
	width: 144px;
	font-size: 14px;
	color: #333;
}
.SelectIdentity i {
	margin-left: 10px;
	width: 40px;
	height: 50px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: center;
}
.SelectIdentity .c i {
	background-image: url(../img/pic-registOfEmail.png?t=20170718);
}
.SelectIdentity .g i {
	background-image: url(../img/pic-registOfPhone.png?t=20170718);
}
/*End//选择身份*/
.inp-bc-b4b4b4 {
	border: 1px solid #b4b4b4;
}
.inp500x46,
.inp224x46,
.inp250x46,
.inp33per  
{
	display: block;
	padding-left: 10px;
	height: 46px;
	line-height: 46px;
	color: #333;
}
.inp500x46 {
	width: 500px;
}
.inp250x46 {
	width: 250px;
}
.inp224x46 {
	width: 224px;
}

.inp33per {
	width: 100.00%;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}

.sel-wrap {
	margin-left: -3.33%;
	overflow: hidden;
}
.sel-wrap .sel-box {
	margin-left: 3.33%;
	display: block;
	float: left;
	width: 30.00%;
}



.identity-select {
	position: relative;
	height: 36px;
	line-height: 36px;
}
.identity-select .child {
	position: relative;
	margin-left: 36px;
	padding-left: 34px;
	display: block;
	float: left;
	background-image: url(../img/icon-selectCancle.png);
	background-position: left center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.identity-select .child.select {
	background-image: url(../img/icon-selectConfirm.png) !important;
}
.identity-select .rad {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 2;
	cursor: pointer;
}
.getVerificationCodeBtn {
	padding: 0 10px;
	display: block;
	float: left;
	min-width: 114px;
	height: 46px;
	background-color: #009340;
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	text-shadow: 0 1px 1px #444;
}
.user-box .form .block .desc {
	line-height: 16px;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.btn-radius {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background-color: #009340;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-shadow: 1px 1px 1px #333;
}
.user-footer {
	height: 82px;
	line-height: 82px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
/* 
	私有部分==>用户注册
	****************************
	Private part ==> user registration
*/
.form-regist-body {
	margin: 0 auto;
	padding-right: 34px;
	width: 570px;
	min-height: 624px;
	height: auto;
	overflow: hidden;
}
.form-regist-body .head {
	padding-top: 20px;
	padding-left: 20px;
	overflow: hidden;
}
.form-regist-body .head .fl {
	font-size: 16px;
	color: #333;
	text-align: left;
}
.form-regist-body .head .fr {
	font-size: 14px;
	color: #444;
	text-align: left;
}
.form-regist-body .head .fr a {
	color: #009340;
}
.form-regist-body .head .fr a:hover {
	text-decoration: underline;
}
.from-regist-side {
	margin: 0 auto;
	width: 	570px;
	min-height: 624px;
	height: auto;
	overflow: hidden;
}
.from-regist-side h6 {
	margin-bottom: 34px;
	min-height: 58px;
	line-height: 58px;
	font-size: 16px;
	color: #333;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
}
.from-regist-side .child {
	margin: 50px 79px;
	float: left;
	width: 126px;
	height: auto;
	cursor: pointer;
}
.from-regist-side dd {
	width: 126px;
	height: 126px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.from-regist-side .select dd {
	border: 1px solid #009340;
}
.from-regist-side .select dt {
	color:#009340;
}
.from-regist-side dt {
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.from-regist-side .Email dd {
	background-image: url(../img/pic-registOfEmail.png);
}
.from-regist-side .phone dd {
	background-image: url(../img/pic-registOfPhone.png);
}
.from-regist-side .selBtn {
	margin: 40px auto;
	display: block;
	width: 460px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #009340;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
/* 
	私有部分==>用户登录
	****************************
	Private part ==> user login
*/
.form-user-body {
	padding-right: 34px;
	width: 570px;
	min-height: 624px;
	height: auto;
	overflow: hidden;
}
.form-user-body .other-style a {
	color: #009340;
	font-size: 14px;
}
.form-user-body .other-style a:hover {
	text-decoration: underline;
}
.bg-line-box {
	position: relative;
	margin: 0 auto;
	width: 500px;
	height: 14px;
	line-height: 14px;
	font-size: 14px;
	color: #999;
	text-align: center;
}
.bg-line-box span {
	position: relative;
	padding: 0 14px;
	display: inline-block;
	background-color: #fff;
	z-index: 2;
}
.bg-line-box:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
	z-index: 1;
}
.loginMethod {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}
.loginMethod>a:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}
.loginMethod .way {
	margin: 0 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-top: 56px;
	width: 48px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
	background-position: top center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.loginMethod .way.icon-qq {
	color: #00b7f1;
	background-image: url(../img/icon-qq.png);
} 
.loginMethod .way.icon-wx {
	color: #009340;
	background-image: url(../img/icon-wx.png);
} 
/* 
	私有部分==>重置密码
	****************************
	Private part ==> reset password
*/
.pic-code {
	display: block;
	margin-left: 12px;
	overflow: hidden;
}
.f5OfCode {
	margin-left: 10px;
	padding-top: 34px;
	line-height: 12px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
}
.f5OfCode:hover {
	color: #009340;
}
.step {
	position: relative;
	margin-bottom: 30px;
	min-height: 58px;
	height: 66px;
	overflow: hidden;
}
.step1,.step2,.step3,.step4 {
	position: relative;
}
.step1:after,.step2:after,.step3:after,.step4:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -16px;
	width: 100%;
	height: 4px;
	overflow: hidden;
	background-color: #d4d4d4;
	z-index: 1;
}
.step1:after {
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.step4:after {
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.step .curr dd {
	background-color: #009340 !important;
}
.step dl.curr:after {
	background-color: #009340 !important;
}
.step .curr dt {
	color: #009340 !important;
}
.step .fl {
	width: 25%;
	text-align: center;
}
.step dd {
	position: relative;
	margin: 0 auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	border-radius: 50%;
	overflow: hidden;
	background-color: #b3b3b3;
	z-index: 2;
}
.step dt {
	height: 26px;
	line-height: 26px;
	color: #999;
}
.font-center {
	margin-bottom: 6px;
	height: 46px;
	line-height: 38px;
}
.font-center p {
	color: #666;
	font-size: 14px;
	text-align: center;
}
.font-center em {
	padding: 0 10px;
	color: #009340;
}
.tips-txt .green {
	padding-left: 14px;
}
/* 滑块验证 */
.drag_text {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#4d4d4d),color-stop(.4,#4d4d4d),color-stop(.5,#fff),color-stop(.6,#4d4d4d),color-stop(1,#4d4d4d));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: slidetounlock 3s infinite;
    -webkit-text-size-adjust: none;
}
@-webkit-keyframes slidetounlock{
	0%{background-position:-200px 0}
	100%{background-position:200px 0}
}
@keyframes slidetounlock{
	0%{background-position:-200px 0}
	100%{background-position:200px 0}
}
#drag,.verifySlider { 
    position: relative;
    background-color: #e8e8e8;
    width: 500px;
    height: 46px;
    line-height: 46px;
    text-align: center;
}
#drag .handler,.verifySlider .handler{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 46px;
    border: 1px solid #ccc;
    cursor: move;
}
.handler_bg{
    background: #fff url(../img/icon-Slider.png) no-repeat center;
}
.handler_ok_bg{
    background: #fff url(../img/icon-ok.png) no-repeat center;
}
#drag .drag_bg,.verifySlider .drag_bg{
    background-color: #7ac23c;
    height: 46px;
    width: 0px;
}
#drag .drag_text,.verifySlider .drag_text{
    position: absolute;
    top: 0px;
    width: 500px;
    font-size: 14px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select:none;
    -ms-user-select:none; 
}
/* 
	私有部分==>联合登录
	****************************
	Private part ==> Joint login
*/
.joint-login {
	margin-top: -12px;
	margin-left: -34px;
	margin-right: -34px;
	overflow: hidden;
}
.joint-login li {
	padding: 5px 0 8px 15px;
	display: block;
	float: left;
	width: 50%;
	font-size: 0;
	border-bottom: 2px solid #f6f6f6;
}
.joint-login .curr {
	border-bottom: 2px solid #009340;
}
.joint-login li a {
	display: inline-block;
	vertical-align: middle;
	max-width: 13em;
	line-height: 36px;
	color: #666666;
	font-size: 16px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.joint-login .curr a {
	color: #009340;
}
.joint-login .icons-jointLogin {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	background-image: url(../img/icons-jointLogin.png);
	background-repeat: no-repeat;
}
.joint-login .icons-jointLogin.y {
	background-position: 0 0;
}
.joint-login .icons-jointLogin.n {
	background-position: 0 -72px;
}
.joint-login .curr .icons-jointLogin.y {
	background-position: 0 -36px;
}
.joint-login .curr .icons-jointLogin.n {
	background-position: 0 -108px;
}
.icon-tip {
	margin: 22px auto 12px; 
	padding: 5px 20px;
	display: table;
	table-layout: fixed;
	width: 100%;
	background-color: #fefbc7;
	border: 1px solid #ff9977;
	font-size: 14px;
	color: #666666;
	text-align: left;
}
.icon-tip .icon {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #ededed;
	overflow: hidden;
}
.icon-tip .txt {
	padding-left: 18px;
	display: table-cell;
	vertical-align: middle;
	width: auto;
	height: 40px;
	line-height: 20px;
}
/* 
	等待加载
	****************************
	Wait for loading
*/
.waitBox {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.waitBox:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../img/icon-waitBox.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 62px 62px;
	z-index: 12;
}
.waitBox:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: .8;
	filter: alpha(opacity=80);
	z-index: 11;
}