@charset "utf-8";

.dot {
	font-size: 14px;
	font-family: "宋体";
	color: #333333;
}

/*页脚导航*/

#toolbar {

	height: 100%;
	list-style: none;
	margin: 0 auto;
	display: block;
	width: 157px;
}

#toolbar li {
	float: left;
	display: block;
	width: 16px;
	height: 17px;
	text-align: center;
	margin-top: 3px;
	margin-left: 26px;
	overflow: hidden;
}

#switch .inactive {
	display: block;
	width: 16px;
	height: 17px;
	float: left;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
}

.inactive a {
	background: url(../imgs/switch_tab1.png) no-repeat;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}

#switch .active {
	color: #4998fa;
	display: block;
	width: 16px;
	height: 17px;
	float: left;
	text-align: center;
	cursor: pointer;
}

.active a {
	background: url(../imgs/switch_tab2.png) no-repeat;
	font-size: 14px;
	color: #4998fa;
	text-decoration: none;
}

#switch li a {
	display: block;
	width: 16px;
	height: 17px;
}

/*省钱好站*/
.page1 {
	width: 1200px;
	margin: 0 auto;
	height: 100%
}

.page1 .content {
	width: 1200px;
	height: 400px;
}

/*热销单品*/
.page4 {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.page4 .content {
	width: 1200px;
	height: 380px;
	position: relative;
}

/*外套*/
/* #frame {
	overflow: hidden;
	margin: 0 auto;
}
#scroller {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
#content {
	width: 6144px;
}
.section {
	width: 1200px;
	float: left;
	height: 100%;
} */
.loginbox0 {
	margin: auto;
	height: auto;
}

.loginlist {
	margin: 10% auto 60px;
	height: auto;
	overflow: hidden;
	/* position: absolute;
    top: 600px;
    left: 50%;
    transform: translate(-50%, -50%); */
    width: 1030px;
}

.loginlist li {
	float: left;
	width: 25%;
}

.loginlist li div {
	/* display: block;
	width: 180px;
	height: 190px;
	background: url(../../images/index/white_bg.png) no-repeat;
	text-align: center;
	padding-top: 25px;
	margin: auto;
	background-size: contain; */
	border-width: 0px; 
    left: 0px;
    top: 0px;
    width: 172px;
    height: 190px;
    background: inherit;
    background-color: rgba(255, 255, 255, 0.7803921568627451);
    border: none;
    border-radius: 20px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: auto;
	text-align: center;
}
.loginlist li div img{margin-top: 20px;}

/* .loginlist li a{ display:block;width:196px; height:252px; background:url(../../images/index/white_bg.png) no-repeat; text-align:center; padding-top:25px; cursor:pointer;margin: auto;background-size: contain;} */
/* .loginlist li a:hover{background:url(../../images/index/white_bg.png) no-repeat;} */
.loginlist li div p {
	font-size: 16px;
/* 	padding-top: 10px;
	font-weight: 900; */
	color: #100e0d;
	font-family: none;
	/* font-weight: bold; */
	text-shadow: #F0E9E1 0px 0 0, #F0E9E1 0 1px 0, #F0E9E1 -1px 0 0, #F0E9E1 0 -1px 0;
}

.loginlist li div .title_small {
	font-size: 14px;
	font-family: inherit;
	color: #5c6059;
}

.loginlist li div .btn {
	width: 82px;
	height: 28px;
	margin-top: 14px;
	cursor: pointer;
	background: url(../../images/index/button_bg.png);
	background-size: contain;
	border: none;
	color: #ffffff;
}

-webkit-text-shadow:#fff 1px 0 0,
#fff 0 1px 0,
#fff -1px 0 0,
#fff 0 -1px 0;
-moz-text-shadow:#fff 1px 0 0,
#fff 0 1px 0,
#fff -1px 0 0,
#fff 0 -1px 0;
}



@keyframes bounceInLeft {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(-3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(25px, 0, 0);
	}

	75% {
		transform: translate3d(-10px, 0, 0);
	}

	90% {
		transform: translate3d(5px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes bounceInRight {

	from,
	60%,
	75%,
	90%,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		transform: translate3d(3000px, 0, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(-25px, 0, 0);
	}

	75% {
		transform: translate3d(10px, 0, 0);
	}

	90% {
		transform: translate3d(-5px, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

.page5-tu1 {
	position: absolute;
	margin-left: REM(-40);
	opacity: 0;
}

.page5-tu2 {
	position: absolute;
	margin-left: REM(-40);
	opacity: 0;
}

.page5-tu3 {
	position: absolute;
	margin-left: REM(-40);
	opacity: 0;
}

.page5-tu4 {
	position: absolute;
	margin-left: REM(-40);
	opacity: 0;
}

.page5-tu1 {
	bottom: REM(778);
	animation: bounceInLeft 0.5s 0.25s linear forwards;
}

.page5-tu2 {
	bottom: REM(548);
	animation: bounceInLeft 0.7s 0.45s linear forwards;
}

.page5-tu3 {
	bottom: REM(314);
	animation: bounceInRight 0.9s 0.65s linear forwards;
}

.page5-tu4 {
	bottom: REM(81);
	animation: bounceInRight 1.1s 0.85s linear forwards;
}

.loginlist1 {
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 110px
}

.loginlist1 li {
	float: left;
	margin-left: 15px;
}

.loginlist1 li a {
	display: block;
	width: 196px;
	height: 252px;
	text-align: center;
	padding-top: 25px;
	cursor: pointer;
}

#fixed-footer-wrap {
	width: 100%;
	height: 62px;
	line-height: 62px;
	font-size: 14px;
	font-family: tahoma, Arial;
	color: #fff;
	text-align: center;
	/* background: url(./loginbg1.png) repeat-x; */
	position: fixed;
	bottom: 0px;
	z-index: 1;
	overflow: visible;
	background-color: rgba(0, 0, 0, 0.5294117647058824);
}

#footer-wrap {
	position: relative;
	height: 0px;
}

#footer {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: #e8e8e8;
	border: solid 1px #CCC;
	border-top: 0px;
}

#fixed-footer {
	width: 950px;
	margin: 0 auto;
}