*:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
	outline: none
}
.tabs.primary, .nav-tabs {
	position: absolute;
	top: 65px;
	z-index: 9999;
	background: #fff;
	width: 100%;
	text-align: right
}
.messages.status {
	margin: 60px 0 0 400px
}
input {
	outline: none
}
.header-part {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 1;
	margin-bottom: 20px
}
.header-part a.logo {
	float: left;
	margin: 15px 20px 5px
}
.header-part > span {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	margin: 0 0 0 400px;
	font-size: 14px;
	display: block;
	/*background: #fff;*/
	overflow: hidden;
	padding: 15px 0;
	text-align: right;
}
.header-part > span a {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	margin: 0 20px 0 5px;
	display: inline-block;
	color: #f0483e;
	
	font-size: 12px;
	font-weight: 600
}
.z-signup-page-wrap {
	position: relative;
	overflow: hidden;
	-webkit-font-smoothing: antialiased;
}
.signup-form {
	float: left;
	margin-left: 440px;
	padding: 100px 50px 80px;
	min-width: 500px;
}
.signup-form h3{
	font-size:20px;
	}
.signup-testimonial-wrap {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 400px;
	height: 100%;
	background:url(../images/z-signup-bg.jpg) left top no-repeat;
}
.signup-testimonial-wrap:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.35);
}
.testimonial-content {
	max-width: 80%;
	color: #fff;
	margin: 200px auto 0;
	text-align: center;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	transition: margin 0.7s ease 0s;
	position: relative;
	z-index: 1
}
.testimonial-content > span {
	margin: 0 auto 15px;
	width: 64px;
	height: 64px;
	border-radius: 100%;
	display: block;
	overflow: hidden
}
.testimonial-content p {
	color: #f2f2f2;
	line-height: 28px;
	margin: 0 0 15px;
	font-weight: 100;
	font-size:14px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.testimonial-content p.customer-detail {
	color: #00add5;
	font-size: 12px;
	font-weight: 600;
	
}
.z-product {
	margin: 0 0 20px
}
.z-product > a {
	display: inline-block
}
.z-product > a img {
	float: left;
	max-width: 44px
}
.z-product-one > a img{
	max-width:none !important;
	}
.z-product span {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 48px;
	margin: 0 0 0 12px;
	vertical-align: middle
}
.z-product + h3 {
	color: #333;
	padding: 20px 0 0;
}
.signup_frm {
	max-width: 500px;
	margin: 0
}
.password-strength {
	clear: both;
	height: 5px;
}
.sgnusrname, .sgnpaswrd, .sgnemail, .zs-txtfldnew, .captchaCnt, input[type="text"], input[type="email"], input[type="password"], textarea {
	position: relative;
	
	display: block;
	width: 100%;
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #000;
	padding: 5px 10px 5px 0;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	outline: medium none;
	box-shadow: none;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	z-index: 9;
}
.sgfrm, .za-captcha-container {
	box-sizing: border-box;
	margin-bottom: 5PX;
	padding: 15px 0;
	position: relative;
	width: 100%;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.snews-letter {
	color: #444444;
	font-size: 12px;
	height: 0;
	margin: 0;
	opacity: 0;
	padding-left: 0;
	visibility: hidden;
}
.za-email-container {
	margin-bottom: 5px;
	
}
.placeholder {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	left: 0;
	position: absolute;
	top: 15px;
	transition: all 0.5s ease 0s;
	z-index: 7;
}
.added-placeholder .placeholder {
	top: 0;
	font-size: 12px;
	color: #00add5;
}
.portalName {
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
}
.sign_agree {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	color: #aaa;
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	width: 100%;
	text-align: left
}
.sign_agree:hover {
	color: #333;
}
.sign_agree a {
	color: inherit;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
.sgnbtn input, .signup-button-part a {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	background-color: #f0483e;
	border: 1px solid #f0483e;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	line-height: 42px;
	padding: 5px 0;
	position: relative;
	
	width: 100%;
	z-index: 99;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
}
.socl-signup {
	margin: 0;
	overflow: hidden;
	padding: 25px 0 0;
	text-align: left;
}
.socl-signup p {
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
	color: #999;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 50px;
	padding: 0;
	position: relative;
	text-align: left;
}

.socl-signup ul li {
	background-image: url(../images/signin-socialmedia-icons-sprite.png);
	background-position: left top;
	border-radius: 100%;
	background-repeat: no-repeat;
	border: 1px solid #e2e2e2;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 14px;
	height: 50px;
	line-height: 25px;
	margin: 0 0 0 15px;
	text-align: left;
	text-indent: -99999em;
	width: 50px;
	transition: all 0.5s ease 0s;
}
.socl-signup .vi-weibo {
	background-position: -1px -1px;
}
.socl-signup .vi-weibo:hover {
	border: 1px solid #ea4335;
}
.socl-signup .vi-baidu {
	background-position: -51px -2px;
}
.socl-signup .vi-baidu:hover {
	border: 1px solid #1b75bb;
}
.socl-signup .vi-office365 {
	background-position: -100px 0;
}
.socl-signup .vi-qq {
	background-position: -101px -1px;
}
.socl-signup .vi-qq:hover {
	border: 1px solid #4dafea;
}
.socl-signup .vi-wechat{
	background-position:-150px -1px;
	}
.socl-signup .vi-wechat:hover{
	border:1px solid #3cb034;
	}
.footer-wrapper {
	display: none
}
.signup_error, .jqval-error, .error {
	color: #f0483e;
	font-size: 14px;
	margin: 0;
	padding: 3px 0;
	text-align: left;
}
.sgnusrname:focus, .sgnpaswrd:focus, .sgnemail:focus, .zs-txtfldnew:focus {
	border-bottom: 1px solid #00add5;
}
.focusin {
	border: 1px solid #00add5;
}
input:focus, input:active {
	outline: none;
}
.za-captcha-container {
	clear: both;
	display: none;
}
.signup-box.two-col {
	margin: 0;
	max-width: 1000px;
}
.two-col .sgfrm.portalInfo {
	min-height: 90px;
}
.two-col .sgfrm {
	float: left;
	margin: 0 4% 0 0;
	min-height: 75px;
	width: 46%;
}
.two-col .sgnbtnmn {
	clear: both;
	margin-left: 0;
	margin-top: 12px;
	max-width: 100%;
	overflow: hidden;
	width: 46%;
}
.two-col-field {
	overflow: hidden;
}
.two-col-field .sgfrm {
	float: left;
	margin-right: 4%;
	min-height: 60px;
	width: 48%;
}
.two-col-field .sgfrm:last-child {
	margin-right: 0;
}
.features-type {
	margin: 10px 0;
}
.features-type label {
	display: inline-block;
	margin: 0 20px 0 10px;
	font-weight: 440;
}
.umain .z-product span {
	font-size: 36px
}
.umain .signup-form {
	display: block;
	float: none;
	text-align: center
}
.umain .signup-form .z-product > a img {
	display: inline-block;
	float: none
}
.umain .signup-form .socl-signup, .umain .socl-signup {
	display: none
}
.loggedin-userinfo {
	display: none
}
.umain .loggedin-userinfo {
	margin: 20px auto 40px;
	display: none
}
.loggedin-userinfo h2 {
	font-size: 46px
}
.loggedin-userinfo h2 span {
	font-size: inherit;
	display: inline-block
}
.loggedin-userinfo .access-apps {
	background: #5bb46c;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	height: 54px;
	line-height: 53px;
	padding: 0 50px;
	position: relative;
	text-align: center;
	
	transition: all 0.7s ease 0s;
	border-bottom: 3px solid #5FA96D;
	box-sizing: border-box;
}
.region-wrap {
	margin: 20px 0 10px;
}
.za-region-container {
	padding: 0;
	background: #fafafa;
	border: 1px solid #f4f4f4;
	box-sizing: border-box;
	height: 50px;
	display: none;
}
.za-region-container select.za-region-select {
	background: rgba(0,0,0,0);
	border: medium none;
	box-sizing: border-box;
	line-height: 30px;
	padding: 10px 0 10px 20px;
	width: 100% !important;
	outline: none;
}

@media only screen and (min-width :1450px) {
.signup-testimonial-wrap {
	width: 500px;
}
.testimonial-content {
	margin-top: 300px;
	max-width: 70%
}
.signup-form {
	margin-left: 600px;
	padding-top: 180px;
	
	
}
.header-part > span {
	margin: 0 0 0 500px;
	font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
}
.two-col .sgfrm {
	margin: 0;
	width: 100%;
}
.signup-box.two-col {
	margin: 0;
	max-width: 600px;
}
.two-col .sgnbtnmn {
	width: 100%;
}
.messages.status {
	margin: 60px 0 0 540px
}
}

@media only screen and (min-width :992px) and (max-width:1199px) {
.signup-form {
	float: none;
	margin-left: 400px;
	padding: 100px 5% 80px; 
	min-width: 500px;
}
}

@media only screen and (min-width :768px) and (max-width:991px) {
.header-part {
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #f2f2f2
}
.header-part > span {
	display: inline-block;
	margin: 0;
	float: right
}
.signup-form {
	float: none;
	margin: 0 auto;
	text-align: left;
	max-width: 500px;
	padding: 100px 5% 80px
}
.z-product > a img {
	display: inline-block;
	float: none;
}
.signup-box {
	margin: 0 auto;
	max-width: 500px;
}
.signup-testimonial-wrap {
	padding: 80px 0;
	position: relative;
	width: 100%;
	background-size: cover
}
.testimonial-content {
	margin: 0 auto
}
.messages.status {
	margin: 0
}
}

@media only screen and (max-width:767px) {
.header-part {
	background: #fff;
	z-index: 999;
	border-bottom: 1px solid #f2f2f2
}
.header-part > span {
	display: inline-block;
	margin: 0;
	float: right
}
.signup-form {
	float: none;
	margin: 0 auto;
	text-align: left;
	max-width: 500px;
	min-width: inherit;
	padding: 100px 30px 80px
}
.z-product > a img {
	display: inline-block;
	float: none;
}
.signup-box {
	margin: 0 auto;
	max-width: 500px;
}
.socl-signup ul li {
	margin: 0 0 0 14px;
}
.signup-testimonial-wrap {
	padding: 80px 0;
	position: relative;
	width: 100%;
	background-size: cover
}
.testimonial-content {
	margin: 0 auto
}
.messages.status {
	margin: 0
}
.two-col-field .sgfrm {
	float: none;
	width: 100%
}
.socl-signup {
	display: none
}
.umain .z-product span {
	font-size: 26px
}
.loggedin-userinfo h2 {
	font-size: 30px
}
}

/*@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min--moz-device-pixel-ratio:1.5), only screen and (min-resolution:240dpi) {
.socl-signup ul li {
	background-image: url(https://zcmss.zohocorp.com.cn/sites/default/files/signin-socialmedia-icons-sprite-2x.png);
	background-size: 250px 50px;
}
}*//**/
