@charset "UTF-8";
/* 登陆页面样式 */
.login-div {
	width: 90%;
	height: calc(100% - 30px);
	margin: 15px 5%;
}

.login-user-div {
	width: 100%;
	height: 43px;
}
#login{
	color: #FFFFFF;
}
.login-user {
	width: 50%;
	height: 35px;
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	line-height: 28px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	cursor: pointer;
}

.regist-notice {
	text-decoration: none;
	color: blue;
	font-size: 14px;
}

.login-table {
	width: 100%;
	height: calc(100% - 43px);
}

.login-table tr td {
	height: 50px;
}

.login-table-td {
	position: relative;
}

.td-text {
	font-size:11px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:#363E4F;
	line-height:22px;
	min-width: 62px;
	cursor: pointer;
}

.login-img-div {
	width: 37px;
    height: 37px;
    position: absolute;
    border-right: 2px solid rgb(207, 209, 214);
}

.login-img {
	width: 25px;
    height: 25px;
    margin: 6px;
}

.login-input {
	width: 100%;
    height: 37px;
    border: 1px solid rgb(207, 209, 214);
    text-indent: 55px;
}

.error-text {
	height: 12px;
	line-height: 12px;
	font-size: 12px;
	color: #f15a5a;
	text-align: left;
	visibility: hidden;
}
.check-div {
	font-size: 12px;
}
.check {
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
}

input:checked + .show-box {
	background: rgba(0,78,162,1);
}

.show-box {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 12px;
	height: 12px;
	border-radius: 1px;
	border: 1px solid #d8d8d8;
	background: white;
}

.show-box:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.check input[type=checkbox] {
	opacity: 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	cursor: pointer;
}
.login-button.gradient:hover{
	background-position:right center;
}
.login-button:hover{
	background-color:#32beff;
	border:1px solid #32beff;
	color:#fff
}
.login-button:hover{
	border:1px solid #32beff;
	color:#32beff
}


.login-button.gradient {
	background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
	background-size: 200% auto;
	color: #fff;
}

.login-button {
	width: 99%;
	height: 38px;
	line-height: 38px;
	background-color: #ddd;
	border: 1px solid #ddd;
}

.login-button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	position: relative;
	transition: .5s;
	border-radius: 1px;
	font-size: 20px;
	cursor: pointer;
}

.login-button:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../../img/xiewenbackground.svg);
	background-size: 4px;
	background-repeat: repeat;
	opacity: .2;
}

.login-input-checkcode {
	width: 70%;
    float: left;
}

.canvas {
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #ddd;
	cursor: pointer;
	width: 25%;
    margin-left: 3px;
	height: 37px;
	border-radius: 4px;
}

.alert-bg {
	position:fixed;
	_position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:#000;
	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	z-index:9;
	display:none;
}

/* 忘记密码页面 */
.forget-password {
	position: fixed;
	_position: absolute;
	width: 860px;
	height: 650px;
	left: 50%;
	top: 30%;
	margin: -175px 0 0 -365px;
	background-color: #fff;
	z-index: 99;
	display: none;
	font-size: 14px;
}
/*供应商类型枚举*/
.supplier-Type {
	position: absolute;
	width: 500px;
	height: 245px;
	left: 42%;
	top: 40%;
	background-color: #fff;
	z-index: 99;
	display: none;
}
.st-userType {
	width: 100%;
	height: 32px;
	margin-top: 8px;
	margin-bottom: 8px;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	/*width: 224px;*/
	/*height: 30px;*/
	/*background: #FFFFFF;*/
	/*border-radius: 4px;*/
	/*border: 1px solid rgba(0, 0, 0, 0.15);*/
}
.st-company{
	width: 100%;
	height: 30px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding : 0;
	background: #FFFFFF;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
}
#supplierType-tip{
	font-size: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.st-regist-div.st-regist-div-mata {
	margin-left: 10px;
}
#supplierType-button {
	width: 110px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.st-ok-button {
	width: 50px;
}
.st-cancel-button {
	width: 50px;
}
#supplierType-choose{
	font-size: 20px;
	margin-left: 10px;
}
.fp-header {
	width:100%;
	height:50px;
	background:rgba(0,90,170,1);
	min-width: 860px;
	cursor:pointer;
}

.fp-menu {
	line-height: 50px;
	width: 540px;
	float: left;
}

.fp-menu-haier {
	float: left;
	font-size: 14px;
	font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
	font-weight: normal;
	color: rgb(211 211 211 / 60%);
}

.fp-menu-text {
	float: left;
	font-size: 12px;
	margin: 0 8px;
	font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
	font-weight: normal;
	color: #FFFFFF;
}

.fp-menu-password {
	font-size: 14px;
	font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
	font-weight: normal;
	color: #FFFFFF;
}

.fp-menu-text {
	float: left;
	font-size: 12px;
	margin: 0 8px;
	font-family: FZLTHJW--GB1-0, FZLTHJW--GB1;
	font-weight: normal;
	color: #FFFFFF;
}

.fp-content {
	width: 100%;
	height: 600px;
}
.navigation-bar {
	width: 402px;
	height: 35px;
	margin: 90px 229px 0 229px;
}
.write-account-img {
	background-image: url(../../img/fpselect1.png);
	width: 30px;
	height: 30px;
	float: left;
}
.authentication-img {
	background-image: url(../../img/fp2.png);
	width: 30px;
	height: 30px;
	float: left;
}
.change-password-img {
	background-image: url(../../img/fp3.png);
	width: 30px;
	height: 30px;
	float: left;
}
.complete-img {
	background-image: url(../../img/fp4.png);
	width: 30px;
	height: 30px;
	float: left;
}

.fp-menu-line {
	width: 92px;
	border-bottom: 1px dashed #979797;
	float: left;
	margin: 14px 0;
}
.fpc-button {
	text-align: center;
}
.fp-submit {
	width: 300px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
}
.fp-return-home {
	width: 100px;
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 38px;
	display: none;
}

.fpc-content {
	margin-top: 62px;
	margin-bottom: 44px;
}

.fpc-content1 {
	width: 320px;
	margin: 0 275px;
}

.fpc-user-name {
	width: 320px;
	height: 34px;
	margin-bottom: 20px;
}

.fpc-check-code {
	width: 320px;
	height: 34px;
	margin: 0 275px;
}

.fpc-check-code-input {
	width: 266px;
	height: 34px;
	float: left;
}

.fp-canvas {
	height: 37px;
	margin-left: 8px;
}

.fpc-check-code-text {
	margin-left: 18px;
	float: left;
	line-height: 37px;
	font-size: 12px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #56688E;
	cursor: pointer;
}

#return-text-div {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #B3BBD1;
	line-height: 22px;
	margin-top: 11px;
}
.fp-return {
	font-size: 20px;
	color: #999;
	width: 20px;
	height: 20px;
	position: relative;
	float: left;
	line-height: 50px;
}

.navigation-bar-text {
	margin: 0px 198px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 20px;
}

.write-account-text {
	width: 90px;
	height: 20px;
	float: left;
	margin-right: 34px;
	text-align: center;
}

.authentication-text {
	width: 90px;
	height: 20px;
	float: left;
	margin-right: 34px;
	text-align: center;
}

.change-password-text {
	width: 90px;
	height: 20px;
	float: left;
	margin-right: 34px;
	text-align: center;
}

.complete-text {
	width: 90px;
	height: 20px;
	float: left;
	text-align: center;
}

#complete {
	text-align: center;
}

.authentication {
	width: 300px;
}

.get-check-code {
	width: 28%;
	margin-left: 1%;
	height: 37px;
	text-align: center;
	line-height: 37px;
	float: left;
	border: 1px solid #B3BBD1;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #005AAA;
}

/* 服务条款页面 */
.term-of-service {
	position: fixed;
	_position: absolute;
	width: 860px;
	height: 650px;
	left: 50%;
	top: 30%;
	margin: -175px 0 0 -365px;
	background-color: #fff;
	z-index: 99;
	display: none;
	font-size: 14px;
	background-image: url(../../img/termOfService.png);
}

.tos-close {
	width: 20px;
	height: 20px;
	float: right;
	position: relative;
	cursor: pointer;
	margin: 14px;
}

.tos-content {
	width: 100%;
	height: 84%;
	overflow-y: scroll;
	position: absolute;
	margin-top: 51px;
}
.tos-content-div {
	width: 740px;
	height: 540px;
	margin: 0 60px;
}

.tos-content-div p{
	line-height: 1.5em;
}

.indentation {
	text-indent: 2em;
}

.content-weight {
	font-weight: 600;
}

.tos-buttonDiv {
	text-align: center;
	position: relative;
	margin-top: 612px;
}

.tos-buttonDiv input {
	width: 60px;
	height: 26px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	line-height: 20px;
	cursor: pointer;
	outline: none;
}

.tocCancel {
	margin-right: 12px;
	background-color: #FFFFFF;
	border: 1px solid #BBBBBB;
	border-radius: 2px;
	color: #666666;
}

.tocDetermine {
	background-color: #005AAA;
	border-radius: 2px;
	border: none;
	color: #FFFFFF;
}