body, html {
	font-family: "Microsoft YaHei","Î¢ÈíÑÅºÚ",Candara,Tahoma,SimSun !important;
	font-size: 16px;
	background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    color: #1a1a1a;
    font-weight: 400;
    background-color: #d1dadf;
}

input.default {
    width: 13px;
    height: 13px;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background: #fff;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
}
input.default[type="checkbox"]:checked::after {
    content: url('/Static/img/check-2.png');
    display: block;
    position: absolute;
    margin-top: -2px;
    margin-left: -2px;
}

#header-wrapper {
	left: 0;
	width: 100%;
	/*position: fixed;*/
	top: 0;
	height: 72px;
	background-color: #fafafa;
	border-bottom: #cfcfcf 1px solid;
	/*position: absolute;*/
	
}
	
#header{
	vertical-align: middle;
	width: 1000px;
	margin: 0 auto;
}

img {
	border: 0;
}

#logo {
	float: left;
}

#logo img {
	width: 98px;
    height: 68px;
}

#login-register {
	float: right;
}

#login-register a {
/*	color: #fff;*/
color:#1a1a1a;
}

#login-register button {
	margin-top: 8px;
	font-size: 16px;
	padding: 10px 20px;
}

h1, h2, h3, h4 {
	text-align: left;
	margin: 0;
	font-weight: 400;
}

h1 {
	font-size: 66px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

form {
	margin: 0;
}

img.center {
	display: block;
	margin-left: auto;   
	margin-right: auto;
}

#footer {
	width: 100%;
	/*background-color: #000;*/
	font-size: 12px;
	text-align: center;
	/*float: left;*/
	color: #1a1a1a;
	
	background-color: #ffffff;
	border-top: #cfcfcf 1px solid;
	padding: 5px 0px;
}

#footer a {
	color:  #1a1a1a;
}
#footer a:active {
	color:  #1a1a1a;
}
#content-wrapper {
	/*padding-top: 84px;*/
	width: 1000px;
	position: relative;
	left: 50%;
	margin-left: -500px;
}

#top-content-wrapper {
	/*padding-top: 20px;*/
}

#sign-in-register {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	float: right;
}

#left-content-wrapper, #right-content-wrapper {
	width: 49%;
	padding: 20px 0;
}

#left-content-wrapper {
	float: left;
}

#right-content-wrapper {
	float: right;
}

.group {
	width: 100%;
}

.group img {
	width: 75%;
	border: #cfcfcf 1px solid;
}

.left-image-wrapper {
	width: 50%;
	float: left;
}

.right-text-wrapper {
	width: 50%;
	float: right;
}

#group-1, #group-2, #group-3, #group-4, #group-5 {
	height: 170px;
}

#terms, #login-button-container {
	margin: 40px 0 0 0;
}

#terms-text {
	margin-bottom: 18px;
}

#forms-wrapper {
	padding: 40px 24px 40px 24px;
	background-color: #fafafa;
	border: #cfcfcf 1px solid;
}

#forms-wrapper h3 {
	padding-bottom: 22px;
	padding-top: 40px;
}

#forms-wrapper h3.first {
	padding-top: 0;
}

#forms-wrapper h4 {
	padding-top: 18px;
	padding-bottom: 10px;
}

#login-error {
    position: absolute;
    top: 124px;
    left: 15px;
}

#login-error-text {
    display:inline;
    font-size:12px;
    color:#fa4c65;
}

#login-error img {
	vertical-align: middle;
}

#login-product {
	padding-top: 20px;
}

#login-product label {
	padding: 0 10px 0 6px;
}

#remember-password {
	padding-top: 10px;
}

#forgot-password-text {
	float: right;
}

/*input[type="checkbox"]:checked::after {
	content: url('../img/login/check-2.png');
}*/

.input-group {
	margin-top: 14px;
	height: 40px;
}

.input-group.last {
	margin-bottom: 0;
}

.input-group.first {
	margin-top: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"] {
	display: block;
	width: 87.6%;
}

input[name="contact-person"] {
	width: 88px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

input[name="contact-number"] {
	width: 237px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

select {
	font-size: 16px;
	padding: 14px;
	border: #cfcfcf 1px solid;
	height: 34px;
}

input:focus {
	border: #1a1a1a 1px solid;
	transition: all 0.4s ease-in-out;
}

label {
	cursor: pointer;
	padding: 0 20px 0 6px;
}

.error, .contact-person-error, .contact-number-error {
	margin-top: 2px;
	height: 12px;
	font-size: 14px;
	display: none;
	color: #d71919;
	transition: all 0.4s ease-in-out;
}

.contact-person-error {
	width: 30%;
}

.contact-number-error {
	width: 65%;
	margin-left: 7%;
}

button.big {
	width: 100%;
}

.commit-form-Error
{
	height: 34px;
	border: #a61d00 1px solid;
	padding-left: 4%;
	padding-right: 8%;
	font-size: 16px;
	font-family: "Microsoft YaHei","Î¢ÈíÑÅºÚ",Candara,Tahoma,SimSun !important;
	background:#fff;
	color: rgb(204, 51, 0);
}

#footer-wrapper {
	width: 100%;
	min-width: 0;
	height:29px;
	background-color: #ffffff;
}
#footer-links
{
	float:none;
}
#footer-info
{
	float:none;
	text-align:center;
}


/*===== new 2014-09-29 ==============================*/

ul, li {
    list-style-type:none;
}
img {
    border:none;
}
a:link,
a:visited {
    text-decoration:none;
    color:#3c4451;
}
a:hover {
    color:#52b7fb;
}
a:active {
    color:#3a94d0;
}
body {
    position:relative;
    font-family:'Microsoft YaHei';
    color:#3c4451;
}
.login-wrap {
    width: 776px;
    height: 400px;
    background: #ffffff;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.login {
    width: 776px;
    height: 400px;
    position: relative;
}
.login-left {
    width: 376px;
    height: 400px;
    float: left;
    position: relative;
    box-sizing: border-box;
    /*background-image: url('../img/login-logo-new.png');*/
    background-repeat: no-repeat;
    background-position: 38px 38px;
    background-color: #f0f0f0;
    box-sizing: border-box;
    padding: 38px 0 38px 128px;
    border: 1px solid #fff;
}
.login-left > a {
    display: block;
    width: 286px;
    height: 70px;
    line-height: 60px;
    background-image: url('../img/login/product-icon-1.png');
    background-repeat: no-repeat;
    background-position: 36px 0px;
    font-size: 16px;
    text-align: left;
    text-indent: 88px;
    color: #999;
    box-sizing: border-box;
    padding: 7px;
    position: relative;
}
.login-left > a:hover {
    background-position: 36px -70px;
    color: #016eaf;
}
.login-left > a.selected {
    background-position: 36px -70px;
    background-color: #fff;
    color: #016eaf;
}
.login-left > a.selected:after {
    content: '';
    display: block;
    width: 6px;
    height: 46px;
    background-color: #2784bb;
    position: absolute;
    top: 12px;
    left: 12px;
}
.login-right {
    width: 400px;
    height: 400px;
    float: right;
    position: relative;
    box-sizing: border-box;
    padding: 87px 36px 0 36px;
}
.login-right-middle {
    position: relative;
}
.login-right-middle input {
    width: 328px;
    height: 45px;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background: #fff;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    padding: 13px 10px 12px 40px;
    margin-bottom: 28px;
}
.username-icon, .password-icon {
    float: left;
    margin-top: -61px;
    margin-left: 10px;
}
input:-webkit-autofill {
    box-shadow: inset 0 100px 0 #fff;
}
.login-right-middle input:focus {
    border-color: #3788b2;
}
.login-right-middle button {
    width: 328px;
    height: 40px;
    border: 1px solid #3788b2;
    border-radius: 2px;
    background: #1499de;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    margin-top: 6px;
}
.login-right-middle button:hover {
    border-color: #2784bb;
}
.login-right-middle button:active {
    background: #16a5f0;
    border-color: #2784bb;
}
.login-right-bottom {
    height: 13px;
    position: relative;
    margin: 25px 0 0 1px;
}
.login-right-bottom input {
    width: 13px;
    height: 13px;
    float: left;
    border: 1px solid #d2d2d2;
    border-radius: 2px;
    background-color: #fff;
}
.login-right-bottom input:hover {
    box-shadow: none;
    border: 1px solid #d2d2d2;
}
/*input[type="checkbox"]:checked::after {
	content: url('../img/login/check-2.png');
}*/
.login-right-bottom label {
    display: block;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    float: left;
    margin: 0 0 0 3px;
    padding: 0px;
}
.login-right-bottom a {
    display: block;
    height: 13px;
    line-height: 13px;
    font-size: 12px;
    float: left;
    margin-left: 70px;
    color: #1697d9;
}
.login-right-bottom a:hover {
    text-decoration: underline;
}
.footer {
    font-size: 12px;
    position: absolute;
    bottom: -40px;
    left: 0;
    color: #74797c;
}
.footer a {
    color: #74797c;
}
.footer a:hover {
    color: #1697d9;
}