
li {
	list-style-type: none
}

/*所有后台编辑器区域都要引用 edit_con_original 类名*/

/* clear 页头，页脚，内容区都不用再加清除样式 */
.fixed:before,
.clearfix:before,
.cf:before,
body:before,
.header:before,
.main:before,
.footer:before {
	content: '';
	display: table
}

.fixed:after,
.clearfix:after,
.cf:after,
after,
.header:after,
.main:after,
.footer:after {
	content: '';
	display: table;
	clear: both
}



.clear,
.cl {
	display: block !important;
	float: none !important;
	clear: both;
	width: auto !important;
	max-width: none !important;
	min-width: 0 !important;
	max-height: none !important;
	min-height: 0 !important;
	overflow: hidden;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 0 !important;
	line-height: 0 !important
}



.fl {
	float: left;
}

.fr {
	float: right;
}


@media only screen and (min-width: 1025px) {

}

@media only screen and (min-width: 1025px) {

}


@media only screen and (min-width: 1025px) {

}

.login_outer {
	width: 500px;
	height: 300px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -150px;
	z-index: 90001;
	background: #fff;
	display: none;
}

.login_outer_close {
	height: 55px;
}

.login_outer_close a {
	display: block;
	width: 73px;
	height: 55px;
	background: url(../images/close.svg) no-repeat center;
	background-size: 18px 18px;
	float: right;
}

.login_outer ul {
	width: 410px;
	margin-left: 40px;
}

.login_outer ul li {
	overflow: hidden;
	margin-bottom: 4px;
	min-height: 70px;
}

.login_outer ul span {
	display: block;
	position: relative;
}

.login_outer ul span.span1 {
	width: 62px;
	text-align: right;
	font-size: 16px;
	color: #000;
	float: left;
	margin-right: 16px;
	line-height: 44px;
}

.login_outer ul span.span2 {
	width: 314px;
	float: left;
}

.login_outer ul span.span2 .new_inp1 {
	height: 44px;
	border: 1px solid #bebebe;
	width: 312px;
	border-radius: 4px;
	padding: 0 8px;
}

.login_outer ul span.span2 a.forgetpwd {
	float: right;
	margin: 10px 10px 0 0;
}



@media only screen and (min-width: 1025px) {

}


.star_product_part2 .arrow-left {
	background: url(../images/arrows.png) no-repeat left top;
	position: absolute;
	left: 30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 201;
	display: none;
}

.star_product_part2 .arrow-right {
	background: url(../images/arrows.png) no-repeat left bottom;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -15px;
	width: 17px;
	height: 30px;
	z-index: 201;
	display: none;
}


@media only screen and (max-width: 1366px) {
	footer dl {
		margin-right: 20px;
	}

	footer dd {
		font-size: 12px;
	}
}

@media only screen and (max-width: 1280px) {


}

@media only screen and (max-width: 1024px) {

}


@media only screen and (max-width: 1023px) {

}

@media only screen and (max-width: 767px) {

	.login_outer {
		width: 300px;
		height: 260px;
		margin: -130px 0 0 -150px;
	}

	.login_outer ul {
		margin: 0 auto;
		width: 90%;
	}

	.login_outer ul span.span2,
	.login_outer ul span.span2 .new_inp1 {
		width: 190px;
	}

	.login_outer .new_reset {
		margin-right: 0;
	}

	.login_outer ul span.span2 a.forgetpwd {
		margin: 10px 0 0;
	}
}





@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
	}

	65% {
		-webkit-transform: rotate(180deg) scale(1);
		transform: rotate(180deg) scale(1);
	}

	100% {
		-webkit-transform: rotate(360deg) scale(1);
		transform: rotate(360deg) scale(1);
	}
}

