* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font: 500 1.5em/1.8 PingFang SC, Lantinghei SC, Microsoft Yahei, Hiragino Sans GB, Microsoft Sans Serif, WenQuanYi Micro Hei, sans;
}

.login-wrap {
	background: url('../images/login-bg-supplier.png');
	overflow: hidden;
	width: 100%;
	height: 100%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.login-wrap .login-container {
	position: relative;
	width: 700px;
	height: 485px;
	left: 60%;
	top: 50%;
	margin-left: -350px;
	margin-top: -182px;
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.login-body {
	/* background: url(../img/bg-login.png) no-repeat; */
	background: url('../images/login-su-bg-btn.png');
	background-size: 100% 100%;
	width: 440px;
	height: 482px;
	position: absolute;
	top: -80px;
	right: 43px;
	border-radius:7px;
}

.swiper-container {
	width: 489px;
	height: 383px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

.swiper-wrapper img {
	width: 100%;
	height: 100%;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 4px;
	background: #dadada;
	display: inline-block;
	opacity: 0.2;
	border-radius: 0;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #507bea;
	border-radius: 0;
}

.login-logo {
	width: 225px;
	height: 60px;
	position: absolute;
	top: -80px;
	left: 40%;
	margin-left: -108px;
}

.form-group {
	margin-bottom: 12px;
}

.login-body h1 {
	color: #999;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	margin-top: 52px;
	margin-bottom: 22px;
	letter-spacing: 0.25em;
}

#signupForm {
	margin: 0 auto;
	width: 80%;
}

#signupForm .input-lg {
	font-size: 14px;
}

.btn.form-btn {
	width: 100%;
	border-radius: 2px;
	margin-bottom: 1em;
	display: block;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	border: 2px solid #507bea;
	color: #4064c2;
	background-color: #fff;
}

.btn.form-btn.login-btn {
	background-color: #507bea;
	color: #fff;
}

.login-info-div {
	position: absolute;
	width: 500px;
	color: #fff;
	margin-left: -250px;
	left: 50%;
	bottom: 10px;
	font-size: 13px;
	text-align: center;
}

.login-info-div a {
	text-decoration: none;
}

.login-footer-bottomIcon {
	width: 99%;
	display: block;
	height: 110px;
	padding: 0;
	margin: 0 auto;
}

.footer-icon div {
	width: 45px;
	height: 45px;
	background: rgba(21, 20, 20, .7);
	margin: 20px auto 0;
	border-radius: 40px;
	margin-bottom: 10px;
	padding-top: 7px;
}

.footer-icon div>i {
	display: block;
	width: 30px;
	height: 30px;
	transform: scale(.8, .8);
	-moz-transform: scale(.8, .8);
	-webkit-transform: scale(.8, .8);
	-o-transform: scale(.8, .8);
	margin: auto;
}

.footer-icon div>i.iconB1 {
	background: url('/images/Frame/cj_log_1.png') no-repeat -1px 0;
	/*background-size: 100% 100%;*/
	border-radius: 50%;
}

.footer-icon div>i.iconB2 {
	background: url('/images/Frame/cj_log_2.png') no-repeat 0 -1px;
	background-size: 100% 100%;
}

.footer-icon div>i.iconB3 {
	background: url('/images/Frame/cj_log_3.png') no-repeat 0 0;
	background-size: 100% 100%;
}

.footer-icon div>i.iconB4 {
	background: url('/images/Frame/cj_log_4.png') no-repeat -1px 0;
	background-size: 100% 100%;
}

.footer-icon div>i.iconB5 {
	background: url('/images/Frame/cj_log_5.png') no-repeat 0 0;
	background-size: 100% 100%;
}

.footer-icon {
	display: block;
	float: left;
	width: 98px;
	margin: 0 auto;
	height: 100px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.footer-icon a {
	color: #fff;
}

.footer-icon div:hover {
	background: rgba(255, 86, 0, .7);
}

.apply-corporation {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	opacity: 0.6;
	padding: 15px 0;
	background-color: #363636;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.login-body ul {
	padding-left: 2px
}

.login-body li {
	clear: both;
	margin-bottom: 0;
	padding-top: 18px;
	position: relative
}

.login-body li.textfont {
	height: 48px;
	padding-top: 2px;
	padding-left: 45px;
	font-size: 15px
}

.login-body li input[type=password],
.login-body li input[type=text] {
	width: 300px;
	padding-left: 45px;
	padding-top: 5px;
	height: 40px;
	line-height: 50px;
	border: none;
	background: #fff;
	font-size: 18px
}

.login-body li.login_form_user input {
	background: #fff url(../img/i-user.png) no-repeat 12px center;
	background-size: 22px 22px;
	border: 1px solid  #c0c0c0;
}

.login-body li.login_form_pw input {
	background: #fff url(../img/i-pw.png) no-repeat 12px center;
	background-size: 20px 20px;
	border: 1px solid  #c0c0c0;
}

.login-body li.login_form_pw2 input {
	background: #fff url(../img/d.png) no-repeat 12px center
}

.login_form_pw2 span {
	display: block;
	position: absolute;
	align: left;
	right: 50px;
	top: 6px;
	font-size: 18px;
	cursor: pointer
}

.login_form_pw2 span img{
	border: none;
	width: 80px;
	height: 32px;
}

.login-body li.login_form_btn img {
	margin-right: 20px
}

.login-body li.login_form_play img {
	width: 253px
}

.login-body li.login_form_play_btn span {
	display: inline-block;
	width: 253px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background: #d30000;
	color: #fff;
	margin-right: 20px;
	font-size: 16px
}

.login-body li.login_form_play_btn:hover span {
	background: #eb7a00
}

.login-body li input.login_btn {
	display: inline-block;
	font:Microsoft Yahei;
	font-weight:bold;
	width: 350px;
	height: 45px;
	line-height: 10px;
	text-align: center;
	border-radius: 0;
	background: #ff6060;
	align: center;
	color: #fff;
	margin-right: 0px;
	font-size: 18px;
	border: none;
	vertical-align: middle;
	cursor: pointer
}

.login-body li input.login_btn:hover {
	background: #0085b7
}

.login-body li span.login_reg {
	display: inline-block;
	width: 112px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	border-radius: 5px;
	background: #0085b7;
	color: #fff;
	font-size: 16px;
	vertical-align: middle
}

.login-body span.login_reg:hover {
	background: red
}

.login-body li.login_top {
	padding-top: 110px;
	align: center;
	margin-right: 10px;
}

.login-body li.login_top span {
	color: #6f6f6f;
	font-weight: 500;
	font-size: 26px
}

.login-body li.login_top em {
	background: #fff100;
	border-radius: 15px;
	display: block;
	float: right;
	padding: 5px 20px;
	margin-right: 28px;
	cursor: pointer
}

.login-body li.login_top em:hover {
	background: red;
	color: #fff
}

.footer-nav-box {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 40px;
	/* background-color: #000; */
	opacity: 0.6;
	filter: alpha(opacity=60);
	text-align: center;
	font-size: 14px;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.body.clientHeight - 40));
}

.footer-nav {
	width: 100%;
	margin: 0 auto;
}

.footer-nav span {
	padding-right: 30px;
}

.footer-nav .copyright {
	line-height: 40px;
	font-weight: bold;
	/* color: #ffffff; */
}

.footer-nav .copyright a {
	color: #ffffff;
}

.footer-nav p {
	float: right;
	line-height: 40px;
	color: #666;
}

.footer-nav p a {
	color: #ffffff;
	margin: 0 7px;
}

.footer-nav p a:hover {
	color: #ccc;
}

.link-top {
    width: 270px;
    height: 2px;
    border-top: solid #0085b7 1.6px;
}

        