.ui-button {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	overflow: visible
}

.ui-button.ui-button-normal,.ui-button.ui-button-primary {
	margin: 0;
	font-family: inherit;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.ui-button-normal:hover,.ui-button-primary:hover {
	text-decoration: none
}
#bg-img{ padding: 40px 0 }
.ui-button-normal:active,.ui-button-primary:active {
	-webkit-box-shadow: 0 0 0 0 transparent,inset 0 1px 2px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.05),0 0 0 0 transparent,0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 0 0 0 transparent,inset 0 1px 2px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.05),0 0 0 0 transparent,0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 0 0 0 transparent,inset 0 1px 2px rgba(0,0,0,.1),0 0 0 rgba(0,0,0,.05),0 0 0 0 transparent,0 1px 2px 0 rgba(0,0,0,.1)
}

.ui-button-primary,.ui-button-primary:active,.ui-button-primary:link,.ui-button-primary:visited {
	color: #fff;
	border: 1px solid #e87b0e;
	background-color: #ff9917;
	background-image: -moz-linear-gradient(top,#ffab02,#ff8a28);
	background-image: -ms-linear-gradient(top,#ffab02,#ff8a28);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffab02),to(#ff8a28));
	background-image: -webkit-linear-gradient(top,#ffab02,#ff8a28);
	background-image: -o-linear-gradient(top,#ffab02,#ff8a28);
	background-image: linear-gradient(top,#ffab02,#ff8a28);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab02', endColorstr='#ff8a28', GradientType=0)
}

.ui-button-primary:hover {
	color: #fff;
	background-color: #f8af23;
	background-image: -moz-linear-gradient(top,#ffbc35,#f2a210);
	background-image: -ms-linear-gradient(top,#ffbc35,#f2a210);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffbc35),to(#f2a210));
	background-image: -webkit-linear-gradient(top,#ffbc35,#f2a210);
	background-image: -o-linear-gradient(top,#ffbc35,#f2a210);
	background-image: linear-gradient(top,#ffbc35,#f2a210);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbc35', endColorstr='#f2a210', GradientType=0)
}

.ui-button-normal,.ui-button-normal:active,.ui-button-normal:link,.ui-button-normal:visited {
	color: #333;
	border: 1px solid #bcbcbc;
	background-color: #eee;
	background-image: -moz-linear-gradient(top,#fafafa,#e8e8e8);
	background-image: -ms-linear-gradient(top,#fafafa,#e8e8e8);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#e8e8e8));
	background-image: -webkit-linear-gradient(top,#fafafa,#e8e8e8);
	background-image: -o-linear-gradient(top,#fafafa,#e8e8e8);
	background-image: linear-gradient(top,#fafafa,#e8e8e8);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#e8e8e8', GradientType=0)
}

.ui-button-normal:hover {
	color: #333;
	background-color: #fdfdfd;
	background-image: -moz-linear-gradient(top,#fafafa,#f2f2f2);
	background-image: -ms-linear-gradient(top,#fafafa,#f2f2f2);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fafafa),to(#f2f2f2));
	background-image: -webkit-linear-gradient(top,#fafafa,#f2f2f2);
	background-image: -o-linear-gradient(top,#fafafa,#f2f2f2);
	background-image: linear-gradient(top,#fafafa,#f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f2f2f2', GradientType=0)
}

.ui-button-small {
	font-size: 12px;
	line-height: 14px;
	*line-height: 12px;
	padding: 2px 10px;
	*padding: 1px 10px
}

.ui-button-medium {
	font-size: 14px;
	line-height: 18px;
	*line-height: 14px;
	padding: 3px 15px;
	*padding: 2px 15px
}

.ui-button-large {
	font-size: 18px;
	line-height: 18px;
	*line-height: 17px;
	padding: 8px 25px;
	*padding: 6px 25px
}

.ui-button.disabled,.ui-button.disabled:active,.ui-button.disabled:hover,.ui-button.disabled:link {
	color: #cbcbcb;
	border: solid 1px #d4d4d4;
	cursor: default;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top,#f5f5f5,#e6e6e6);
	background-image: -ms-linear-gradient(top,#f5f5f5,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#f5f5f5,#e6e6e6);
	background-image: -o-linear-gradient(top,#f5f5f5,#e6e6e6);
	background-image: linear-gradient(top,#f5f5f5,#e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=0);
	text-shadow: #fff 0 1px 1px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.wslogin-loading {
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(data:image/gif;
	base64,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) 50% 50% #fff no-repeat
}

#wslogin-active-box {
	font-family: Tahoma,Arial,'Hiragino Sans GB','å®‹ä½“'
}

#wslogin-active-box .active-btn,#wslogin-active-box .validate-btn {
	margin-bottom: 10px
}

#wslogin-active-box .wslogin-active-message {
	height: 60px;
	color: #4d4d4d;
	display: block;
	line-height: 20px
}

#wslogin-active-box .wslogin-active-message strong {
	color: #f60
}

#wslogin-active-box label {
	color: #f60;
	font-weight: 700;
	margin: 25px auto
}

#wslogin-active-box input {
	margin-right: 8px
}

#wslogin-active-box #other-account {
	color: #08c;
	margin-top: 10px
}

.wslogin-error-tip {
	color: #333;
	font-size: 12px;
	line-height: 16px;
	margin: 20px 20px 0;
	border: 1px solid #ffd4d2;
	}

#xman-login-wrapper #alibaba-login-box,#xman-login-wrapper #wslogin-active-box {
	margin: 0 60px;
	width: 365px
}

* {
	padding: 0;
	margin: 0;
	font-family: Arial
}

li,ul {
	list-style: none
}

#headerReg {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 15px;
	padding-bottom: 5px
}

.header990 {
	width: 990px;
	margin: auto
}

.header990 div {
	color: #f47b12
}

#aliLogo {
	float: left;
	font: 700 10px verdana;
	height: 53px;
	width: 200px;
	display: block;
}
#aliLogo .logo-img{
	max-width: 100%;
	max-height: 40px;
}
#aliLogo a {
	background: url("../images/logo-new-1x.png") no-repeat scroll 0 0;
	display: block;
	height: 41px;
	overflow: hidden;
	text-indent: -9999px;
	width: 179px;
	float: left
}

#aliLogo p {
	color: #999;
	font-weight: 400;
	font-size: 12px
}

.tip {
	margin: 20px 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	color: #4D4D4D
}

.page {
	background: center top no-repeat #fbfbfb;
	width: 100%
}

.container {
	width: 990px;
	margin: auto
}

.container #signInField {
	position: relative;
	float: right;
	width: 304px;
	padding: 0 1px;
	font: 12px Arial;
	border: 1px solid #c1cee0;
	overflow: hidden;
	margin: 50px 80px;
	background-color: #fff
}

#signInField .join-link {
	color: #4D4D4D;
	margin: 0 20px 8px
}

#signInField .join-link .util-right {
	float: right
}

#signInField .join-link:before {
	content: '';
	display: table
}

#signInField .join-link:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: '\0020';
	clear: both
}

#signInField .join-link a {
	text-decoration: none;
	color: #306
}

#signInField .join-link a:active,#signInField .join-link a:hover,#signInField .join-link a:link,#signInField .join-link a:visited {
	color: #08c
}

#footer {
	clear: both;
	padding: 10px 0 10px 0;
	text-align: center;
	/*border-top: 2px solid #999;*/
	font: 400 12px verdana;
	/*color: #999;*/
	line-height: 20px;
	/*background-color: #f8f8f8;*/
	margin-top: 0;
	color:#666;
	background-color: #333;
}

#footer a {
	color: #999;
	text-decoration: none
}

#footer a:hover {
	color: #333;
	text-decoration: underline
}

.container #signInField {
	width: 360px
}

#expressbuyerlogin {
	position: relative;
	min-height: 200px;
	_height: 200px
}

#expressbuyerlogin #alibaba-login-box,#expressbuyerlogin #wslogin-active-box {
	margin: 20px 20px 0;
	width: 320px
}

#expressbuyerlogin img.loading {
	margin: 92px 172px;
	width: 16px
}

#page760 #signInField {
	margin-top: 18px
}

#signInField .facebook {
	color: #4D4D4D;
	padding-top: 8px;
	margin: 0 20px 20px;
	border-top: 1px dashed #ccc
}

#signInField .google-icon {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-bottom: -3px;
	display: inline-block;
	background: url(../images/login-image.png) 0 -204px
}

#signInField .facebook-icon {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-bottom: -3px;
	display: inline-block;
	background: url(../images/login-image.png) 0 -48px
}

#signInField .vk-icon {
	width: 16px;
	height: 16px;
	margin-left: 5px;
	margin-bottom: -3px;
	display: inline-block;
	background: url(../images/login-image.png) 0 -167px
}

body .page.page-bg-1 {
	background-image: url(../images/banner-1.png)
}

body .page.page-bg-2 {
	background-image: url(../images/banner-2.png)
}

body .page.page-bg-3 {
	background-image: url(../images/banner-3.png)
}


@charset "utf-8";

blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul {
	margin: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

fieldset,img {
	border: 0
}

address,caption,cite,code,dfn,em,th,var {
	font-style: normal;
	font-weight: 400
}

ol,ul {
	list-style: none
}

caption,th {
	text-align: left
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400
}

q:after,q:before {
	content: ''
}

abbr,acronym {
	border: 0
}

.ua-webkit input:focus,.ua-webkit textarea:focus {
	outline: 0
}

html {
	overflow-y: scroll;
	overflow-x: auto;
	height: 100%;
}

body {
	font: 12px/1.6 Tahoma,Arial,Hiragino Sans GB,\5b8b\4f53;
	color: #4d4d4d;
	-webkit-text-size-adjust: none
}

a:link {
	color: #08c;
	text-decoration: none
}

a:visited {
	color: #08c;
	text-decoration: none
}

a:active,a:hover {
	color: #08c;
	text-decoration: underline
}

input {
	outline: 0
}

textarea {
	resize: none;
	outline: 0;
	font-family: arial;
	overflow: hidden
}

button {
	cursor: pointer;
	line-height: 1.2
}

a img {
	vertical-align: text-bottom
}

.ua-windows_nt input[type=checkbox],.ua-windows_nt input[type=radio] {
	vertical-align: -2px
}

.hide {
	position: absolute;
	visibility: hidden;
	left: -1000em;
	top: -1000em
}

.clr:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.clr {
	*zoom: 1
}

.ms-yh {
	font-family: Microsoft YaHei,Hiragino Sans GB,\5b8b\4f53
}

.shadow {
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-ms-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-o-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	box-shadow: 0 1px 3px rgba(34,25,25,.4)
}

.ua-ie .shadow {
	border: 1px solid #d6d6d6
}

.split {
	margin: 0 6px;
	color: #ccc
}

.form {
	width: 100%
}

.form dd .form-error {
	display: block;
	float: left;
	margin-left: 4px;
	border: 1px solid #ffe1b9;
	padding: 0 10px;
	line-height: 32px;
	background-color: #fffaae
}

.form dd .form-info {
	margin-left: 0
}

.form dd .form-success {
	border: none!important;
	background: none!important
}

.fm-split {
	margin: 18px 0 0;
	color: #7c7c7c
}

.fm-field-wrap:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden
}

.fm-field-wrap {
	*zoom: 1
}

.fm-field-extra {
	margin-top: 6px
}

.fm-field {
	padding: 2px 0 8px
}

.fm-relative {
	position: relative
}

.fm-label {
	padding: 8px 0 2px
}

.fm-label .noempty {
	margin-right: 4px;
	color: red
}

.fm-label-extra {
	float: right
}

.fm-input-split {
	float: left;
	line-height: 31px;
	margin: 0 6px
}

.fm-text,.fm-textarea {
	float: left;
	padding: 4px 6px;
	border: 1px solid #ccc;
	line-height: 17px;
	font-size: 12px;
	color: #595959;
	background: #fff;
	vertical-align: middle;
	-webkit-box-shadow: 0 1px 0 #ececec inset;
	-moz-box-shadow: 0 1px 0 #ececec inset;
	-ms-box-shadow: 0 1px 0 #ececec inset;
	-o-box-shadow: 0 1px 0 #ececec inset;
	box-shadow: 0 1px 0 #ececec inset;
	_padding: 5px 6px
}

.fm-text:hover,.fm-textarea:hover {
	border: 1px solid #a6a6a6
}

.fm-text:focus,.fm-textarea:focus {
	border-color: #70a5e0;
	-webkit-box-shadow: 0 0 2px #a6cfff;
	-moz-box-shadow: 0 0 2px #a6cfff;
	-ms-box-shadow: 0 0 2px #a6cfff;
	-o-box-shadow: 0 0 2px #a6cfff;
	box-shadow: 0 0 2px #a6cfff
}

.fm-checkbox,.fm-radio {
	vertical-align: middle;
	margin-right: 8px
}

.fm-checkcode {
	float: left;
	width: 48px!important
}

.fm-checkcode-img {
	float: left;
	height: 30px;
	margin: 0 6px;
	cursor: pointer
}

.fm-checkcode-update {
	float: left;
	line-height: 27px;
	color: #666
}

.fm-haserror {
	border: 1px solid red!important;
	color: #FF5243
}

.fm-validator-result {
	display: none;
	clear: both;
	padding: 6px 0 0 20px;
	line-height: 17px
}

.fm-validator-result .icon-notice {
	margin-left: -20px
}

.fm-validator-success {
	display: block
}

.fm-validator-failure {
	display: block;
	color: #FF5243;
	background: #fff
}

.fm-button {
	height: 30px;
	border: 1px solid #e87b0e;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	cursor: pointer;
	background: url(../images/login-btn.png) repeat-x 0 -1px;
	font-family: Microsoft YaHei,Hiragino Sans GB,\5b8b\4f53;
	-webkit-box-shadow: 0 1px 1px #ebe7e6;
	-moz-box-shadow: 0 1px 1px #ebe7e6;
	-ms-box-shadow: 0 1px 1px #ebe7e6;
	-o-box-shadow: 0 1px 1px #ebe7e6;
	box-shadow: 0 1px 1px #ebe7e6;
	zoom: 100%;
	_overflow: visible
}

.fm-button:hover {
	border: 1px solid #e87b0e;
	background-position: 0 -31px
}

.fm-button:active {
	border: 1px solid #e87b0e;
	background-position: 0 -61px
}

a.fm-button {
	display: inline-block!important;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none!important;
	color: #fff!important
}

input.fm-button {
	_border: 1px solid #fff;
	_line-height: 28px;
	_overflow-y: hidden;
	_background-color: #e87b0e
}

input.fm-button:active,input.fm-button:hover {
	_background-color: #e87b0e
}

.fm-button-cancel {
	height: 30px;
	border: 1px solid #bcbcbc;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	color: #333;
	cursor: pointer;
	background: url(../images/login-btn.png) repeat-x 0 -91px;
	-webkit-box-shadow: 0 1px 1px #ebe7e6;
	-moz-box-shadow: 0 1px 1px #ebe7e6;
	-ms-box-shadow: 0 1px 1px #ebe7e6;
	-o-box-shadow: 0 1px 1px #ebe7e6;
	box-shadow: 0 1px 1px #ebe7e6;
	font-family: Microsoft YaHei,Hiragino Sans GB,\5b8b\4f53;
	zoom: 100%;
	_overflow: visible
}

.fm-button-cancel:hover {
	background-position: 0 -121px
}

.fm-button-cancel:active {
	background-position: 0 -151px
}

a.fm-button-cancel {
	display: inline-block!important;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none!important;
	color: #333!important
}

input.fm-button-cancel {
	_border: 1px solid #fff;
	_line-height: 28px;
	_overflow-y: hidden;
	_background-color: #bcbcbc
}

.fm-button-disabled,.fm-button-disabled:hover {
	border: 1px solid #d4d4d4;
	color: #ccc!important;
	background: url(../images/login-btn.png) repeat-x 0 -181px!important;
	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	-ms-text-shadow: 0 1px 0 #fff;
	-o-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff
}

input.fm-button-disabled {
	_background-color: #d4d4d4
}

#login-form {
	position: relative;
	font: 400 12px arial
}

#umFlash {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 1px;
	height: 1px;
	display: block
}

#login-form .clearfix:after {
	content: "\0020";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
	visibility: hidden
}

#login-form .clearfix {
	zoom: 1;
	_height: 1%;
	display: block
}

#login-form a,#login-form a:hover,#login-form a:visited {
	text-decoration: none
}

#login-form .notice-descript a,#login-form .notice-descript a:hover,#login-form .notice-descript a:visited {
	text-decoration: underline
}

.login #content {
	padding-top: 51px
}

#login-form #login-error {
	display: none
}

#login-form.is-error-show #login-error {
	display: block
}

#login-content label {
	font-weight: 700
}

#login-content .fm-text {
	width: 100%
}

#login-content .fm-text::selection {
	background: #1996e6;
	color: #fff
}

#login-content .fm-text::-webkit-selection {
	background: #1996e6;
	color: #fff
}

#login-content .fm-text::-moz-selection {
	background: #1996e6;
	color: #fff
}

#login-content .fm-text::-webkit-input-placeholder {
	color: #aaa
}

#login-content .fm-text:-moz-placeholder {
	color: #aaa
}

#login-content .fm-text:-ms-input-placeholder {
	color: #aaa
}

#login-content #fm-login-checkcode-update {
	color: #666;
	white-space: nowrap;
	word-break: keep-all
}

#lbl-activex-login,#lbl-keep-login {
	font-weight: 400;
	vertical-align: middle
}

#fm-login-checkcode-title {
	display: none
}

#fm-login-submit-wrap {
	padding: 8px 0
}

#login-extra {
	margin-top: 10px
}

#login-extra .right-link {
	float: right
}

#login-form .loading-mask,#login-form .loading-mask .loading-icon,#login-form .loading-mask .loading-mask-body {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

#login-form .loading-mask .loading-icon {
	background: url(../images/ajax-loader-16x16.gif) no-repeat center center;
	z-index: 2
}

#login-form .loading-mask .loading-mask-body {
	background-color: #fff;
	z-index: 1;
	opacity: .8;
	filter: alpha(opacity=80)
}

#login-form #login-loading {
	display: none
}

#login-form.status-loading #login-loading {
	display: block
}

#login-form #account-check-loading {
	display: none
}

#login-form.status-account-check-loading #account-check-loading {
	display: block
}

#login-form.status-account-check-loading #fm-login-id-wrap .fm-field-wrap {
	position: relative
}

#has-login-user {
	padding: 0 0 23px;
	width: 250px
}

#has-login-user .user-name {
	display: block;
	line-height: 20px;
	font-weight: 700;
	color: #f60
}

#has-login-list {
	margin: 24px 0
}

#has-login-field .fm-submit {
	width: 250px
}

#login-other-sso {
	cursor: pointer
}

#login-other-sso .icon-question {
	margin: 0 0 0 8px
}

.is-checkcode-show #login-content .about-checkcode {
	display: block
}

#login-form .about-checkcode {
	display: none
}

.style-type-vertical {
	width: 250px;
	margin: 0 auto
}

.style-type-vertical #fm-login-submit {
	width: 100%;
	margin-top: 10px
}

.style-type-auto {
	width: 100%
}

.style-type-auto #fm-login-submit {
	width: 100%;
	margin-top: 10px
}

.style-type-horizontal {
	width: 370px
}

.style-type-horizontal #login-error {
	margin-bottom: 10px;
	width: 312px
}

.style-type-horizontal #login-content .fm-label {
	float: left;
	clear: both;
	width: 132px;
	padding-right: 8px;
	text-align: right
}

.style-type-horizontal #login-content .fm-field {
	float: left;
	width: 200px
}

.style-type-horizontal #login-content .fm-text {
	float: left
}

.style-type-horizontal #fm-login-submit {
	margin-left: 140px;
	padding: 0 25px
}

.style-type-horizontal #fm-login-id,.style-type-horizontal #fm-login-password {
	float: none!important
}

.style-type-horizontal #forgot-password-link {
	display: block;
	text-align: left;
	margin-top: 3px
}

.style-type-horizontal .fm-checkcode {
	width: 30px!important
}

.notice {
	padding: 4px 12px;
	line-height: 18px;
	font-family: Tahoma,Helvetica,Arial,\5b8b\4f53
}

.notice-wrapper {
	padding-left: 20px
}

.notice-wrapper .icon-notice {
	margin-left: -42px
}

.notice-info,.notice-what {
	border: 1px solid #c9d5e2;
	background: #e5f5ff
}

.notice-alert {
	border: 1px solid #e7c560;
	background: #ffff8d
}

.notice-error,.notice-forbid {
	border: 1px solid #f6c8b5;
	background: #fceee8
}

.notice-success {
	border: 1px solid #B9E2A0;
	background: #E7FFCE
}

.notice-wait {
	border: 1px solid #E6CBB1;
	background: #FFF9D9
}

.form-error {
	padding-left: 32px
}

.form-error .icon-error {
	margin-left: -20px
}

.suggest-container {
	position: absolute;
	border: 1px solid #ccc;
	background: #fff;
	top: 30px;
	left: 0;
	z-index: 99
}

.input-with-completion {
	z-index: 10
}

.suggest-item a {
	display: block;
	padding: 4px 6px;
	color: #4d4d4d
}

.suggest-container .suggest-item-selected,.suggest-item a:active,.suggest-item a:hover {
	color: #fff;
	background-color: #1996e6;
	text-decoration: none
}

#login-content .suggest-container {
	width: 250px;
	top: 27px
}

#login-content .yun-account-notice {
	padding: 4px 6px;
	text-align: right;
	color: #999
}

#accountName {
	display: inline;
	width: 220px;
	word-wrap: break-word
}

#login-title {
	font-size: 16px;
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px
}

#login-other {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px
}

#login-other .login-login-links {
	float: left
}

#login-other .login-login-links a {
	padding-right: 2px
}

#login-other .register {
	float: right
}

#login-other .register a {
	color: #08C
}

.yunmail #fm-login-id {
	width: 142px;
	border: 1px solid #ccc;
	height: 17px;
	background: url(../images/yunmail_input_bj.png) no-repeat right #fff;
	padding: 2px 100px 4px 6px;
	font-family: Arial
}

@font-face {
	font-family:iconfont;src:url(//at.alicdn.com/t/font_1428652832_452522.eot);src:url(//at.alicdn.com/t/font_1428652832_452522.eot?#iefix) format('embedded-opentype'),url(//at.alicdn.com/t/font_1428652832_452522.woff) format('woff'),url(//at.alicdn.com/t/font_1428652832_452522.ttf) format('truetype'),url(//at.alicdn.com/t/font_1428652832_452522.svg#iconfont) format('svg')
}

.iconfont {
	font-family: iconfont!important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: .2px;
	-moz-osx-font-smoothing: grayscale
}

.qrcode-login {
	z-index: 1;
	padding-top: 20px
}

.qrcode-desc {
	text-align: center;
	padding-bottom: 10px
}

.qrcode-main {
	position: relative;
	padding-bottom: 15px;
	min-height: 130px;
	_height: 130px
}

.qrcode-img {
	width: 115px;
	height: 115px;
	margin: 0 auto;
	padding: 7px;
	box-shadow: 0 0 8px #DDD
}

.qrcode-msg {
	margin-top: 40px
}

.qrcode-msg h6 {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	font-weight: 700;
	text-align: center
}

.qrcode-msg p {
	margin-top: 10px;
	text-align: center
}

.msg-err i,.msg-ok i {
	display: inline-block;
	_display: inline;
	font-size: 32px;
	line-height: 32px;
	margin: 0 auto;
	text-align: center
}

.msg-ok i {
	color: #b5e163
}

.msg-err i {
	color: #f37c75
}

.qrcode-login .refresh {
	width: 250px;
	text-align: center;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	zoom: 1
}

.qrcode-login .refresh:hover {
	color: #fff;
	text-decoration: none
}

.qrcode-login .qrcode-msg,.qrcode-login-error .qrcode-msg .msg-err,.qrcode-login-error .qrcode-msg .msg-ok {
	display: none
}

.qrcode-login-error .qrcode-msg,.qrcode-login-error .qrcode-msg .msg-err,.qrcode-login-ok .qrcode-msg,.qrcode-login-ok .qrcode-msg .msg-ok {
	display: block
}

.qrcode-login-error .qrcode-mod,.qrcode-login-ok .qrcode-mod,.qrcode-login-ok .qrcode-msg .msg-err {
	display: none
}

#login-wrap {
	position: relative
}

#login-wrap .hd {
	position: relative;
	height: 20px
}

#login-wrap .hd .static {
	background: url(https://gw.alicdn.com/tps/i4/TB19tEIKXXXXXb.XVXXWA_BHXXX-48-48.png) no-repeat;
	text-indent: -99999px
}

#login-wrap .hd .quick {
	background: url(https://gw.alicdn.com/tps/i1/TB1VHK4KFXXXXbPXFXXwxCdHXXX-47-47.png) no-repeat;
	text-indent: -99999px
}

#login-wrap .hd h2 {
	display: block;
	cursor: pointer;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	right: 0
}

.login-static .qrcode-login {
	display: none
}

.login-quick .qrcode-login,.login-static #login-form {
	display: block
}

#login-wrap.login-quick .hd .quick,#login-wrap.login-static .hd .static,.login-quick #login-form {
	display: none
}

.lang-ar_SA .fm-label,.lang-ar_SA .fm-text {
	direction: rtl
}

.icon,.icon-notice,.icon-site {
	display: inline-block;
	margin-right: 6px;
	background-image: url(../images/icon.png);
	background-color: transparent;
	background-repeat: no-repeat;
	overflow: hidden;
	vertical-align: -2px;
	_vertical-align: -1px
}

.icon-notice {
	background-image: url(../images/notice.png)
}

.icon-info {
	width: 14px;
	height: 14px;
	background-position: 0 -34px
}

.icon-info-l {
	width: 32px;
	height: 32px;
	background-position: 0 0
}

.icon-alert {
	width: 14px;
	height: 14px;
	background-position: -15px -34px
}

.icon-alert-l {
	width: 32px;
	height: 32px;
	background-position: -33px 0
}

.icon-error {
	width: 14px;
	height: 14px;
	background-position: -30px -34px
}

.icon-error-l {
	width: 32px;
	height: 32px;
	background-position: -66px 0
}

.icon-success {
	width: 14px;
	height: 14px;
	background-position: -45px -34px
}

.icon-success-l {
	width: 32px;
	height: 32px;
	background-position: -99px 0
}

.icon-what {
	width: 14px;
	height: 14px;
	margin: 0 6px;
	background-position: -60px -34px;
	cursor: pointer
}

.icon-what-l {
	width: 32px;
	height: 32px;
	margin: 0 6px;
	background-position: -132px 0
}

.icon-forbid {
	width: 14px;
	height: 14px;
	background-position: -76px -34px
}

.icon-forbid-l {
	width: 32px;
	height: 32px;
	background-position: -165px 0
}

.icon-wait {
	width: 14px;
	height: 14px;
	background-position: -91px -34px
}

.icon-wait-l {
	width: 32px;
	height: 32px;
	background-position: -198px 0
}

.icon-site {
	margin-right: 3px;
	background: url(../images/site.png) no-repeat;
	vertical-align: middle
}

.icon-taobao {
	width: 16px;
	height: 16px;
	background-position: 0 0
}

.icon-alipay {
	width: 16px;
	height: 16px;
	background-position: 0 -99px
}

.icon-aliyun,.icon-aliyunos {
	width: 16px;
	height: 16px;
	background-position: 0 -19px
}

.icon-alibaba,.icon-alibabachina,.icon-aliexpress {
	width: 16px;
	height: 16px;
	background-position: 0 -39px
}

.icon-yahoo {
	width: 16px;
	height: 16px;
	background-position: 0 -60px
}

.icon-laiwang {
	width: 16px;
	height: 16px;
	background-position: 0 -79px
}

.icon-facebook {
	width: 16px;
	height: 16px;
	background-position: 0 -320px
}

.nc-outer-box #imgCaptcha {
	margin-top: -2px
}

.nc-outer-box .nc-container.tb-login {
	margin-top: 0
}

.nc-outer-box #clickCaptcha {
	margin-top: -2px
}

.nc-outer-box #clickCaptcha div {
	background: 0 0
}

.nc-outer-box #clickCaptcha .clickCaptcha_img img {
	width: 195px;
	height: 195px
}

.nc-outer-box #clickCaptcha .clickCaptcha_img {
	margin-bottom: 20px
}

.nc-outer-box .nc-container.tb-login #clickCaptcha .captcha-error {
	margin-bottom: 0
}

.nc-outer-box .nc-container.tb-login #clickCaptcha {
	padding-top: 26px
}

.nc-outer-box .nc-container.tb-login #clickCaptcha .clickCaptcha_img img {
	margin-left: 0
}

.aebuyer .nc-container #_slide_bg,.icbu .nc-container #_slide_bg {
	line-height: 27px
}

.aebuyer .nc-container .nc_scale,.icbu .nc-container .nc_scale {
	height: 27px
}

.aebuyer .nc-container .nc_scale .scale_text,.icbu .nc-container .nc_scale .scale_text {
	line-height: 27px
}

.aebuyer .nc-container .nc_scale span,.icbu .nc-container .nc_scale span {
	height: 25px;
	width: 36px;
	line-height: 25px
}

.aliyun .nc-container #_slide_bg {
	line-height: 37px
}

.aliyun .nc-container .nc_scale {
	height: 37px
}

.aliyun .nc-container .nc_scale .scale_text {
	line-height: 37px
}

.aliyun .nc-container .nc_scale span {
	height: 35px;
	width: 42px;
	line-height: 35px
}

.aliyun #fm-login-checkcode-wrap {
	padding-top: 8px
}

.aliyun #_nc_voice {
	height: 37px;
	margin-top: -37px
}

.mobile.aebuyer .nc-container #_slide_bg,.mobile.icbu .nc-container #_slide_bg {
	line-height: 44px
}

.mobile.aebuyer .nc-container .nc_scale,.mobile.icbu .nc-container .nc_scale {
	height: 44px
}

.mobile.aebuyer .nc-container .nc_scale .scale_text,.mobile.icbu .nc-container .nc_scale .scale_text {
	line-height: 44px
}

.mobile.aebuyer .nc-container .nc_scale span,.mobile.icbu .nc-container .nc_scale span {
	height: 42px;
	width: 44px;
	line-height: 42px
}

.mobile.aebuyer #fm-login-checkcode-wrap,.mobile.icbu #fm-login-checkcode-wrap {
	padding-top: 18px
}

.login-form{
	margin: 20px 20px 0;
    width: 320px;
}

 .nc-container.tb-login {
                        position: relative;
                        margin-top: 20px;
                        display: none;
                    }
                    .nc-container {
                    font-size: 12px;
                    touch-action: none;
                }
                .nc-container .nc_wrapper {
    width: auto;
}
.nc-container {
    font-size: 12px;
    touch-action: none;
}
.nc_scale {
    width: auto;
    height: 34px;
    background: #e8e8e8;
    position: relative;
    margin: 0;
    padding: 0;
}
.nc_scale .nc_bg {
    background: #7ac23c;
}
.nc-container .nc_scale .nc_bg {
    position: absolute;
    height: 100%;
    _height: 34px;
    left: 0;
    width: 10px;
}
.nc-container .nc_scale .btn_slide {
    color: #737383;
    background-image: none;
}
.nc-container .nc_scale span {
    text-align: center;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
}
.nc_iconfont {
    font-family: "nc_iconfont";
    color: #ff3f08;
    font-size: 16px;
    font-style: normal;
}
.nc-container .nc_scale .scale_text {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: transparent;
    color: #9c9c9c;
    line-height: 34px;
    font-size: 12px;
    cursor: pointer;
}

.nc-container .scale_text.scale_text.slidetounlock span[data-nc-lang="_startTEXT"] {
    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;
}
.nc-container .scale_text.scale_text span[data-nc-lang="_startTEXT"] {
    display: inline-block;
    width: 100%;
}
.nc-container .nc_scale span.nc-lang-cnt {
    float: none;
    width: auto;
    height: auto;
    border: none;
    position: static;
    cursor: inherit;
    background: none;
    z-index: 0;
    display: inline;
}
.nc-container .nc_scale span {
    text-align: center;
    width: 40px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    cursor: move;
    background: #fff;
    z-index: 2;
}
.nc-container .nc_scale .scale_text {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    z-index: 1;
    background: transparent;
    color: #9c9c9c;
    line-height: 34px;
    font-size: 12px;
    cursor: pointer;
}
