
/*head*/
.head{
	width: 100%;
	border-bottom: 1px solid #eee;
	height: 27px;
}
.top{
	width: 1190px;
	height: 27px;
	margin: 0 auto;
}
.top div a{
	color: rgb(142, 153, 153);
	line-height: 27px;
}
.leader{
	font-size: 12px;
	color: rgb(142, 153, 153);
	position: relative;
	width: 97px;
	height: 27px;
	display: inline-block;
}
.leader:hover{
	background: #f0f0f0;
	width: 97px;
	height: 28px;
}

/*箭头旋转*/
.spin{
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.leader:hover .spin{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);

}




/*二级菜单*/

.leader_list{
	width: 320px;
	height: 300px;
	position: absolute;
	background: #f0f0f0;
	top: 27px;
	left: 0px;
	display: none;
}
.first_floor{
	margin-left: 20px;
	margin-top: 15px;
}
.leader:hover .leader_list{
	display: block;
}

.leader_list ul li{
	float: left;
	margin-right: 10px;
}
.leader_list ul li a:hover{
	color: #ff5f2c;
	text-decoration: underline;
}
.nice:hover{
	color: rgb(10, 167, 112);
}




/*top_right*/
.top_right a{
	margin-right: 5px;
	line-height: 27px;
}
.top_right .xuanzhuan{
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.browser{
	position: relative;
	display: inline-block;
}
.browser div{
	width: 100px;
	height: 117px;
	background: #f0f0f0;
	position: absolute;
	top: 27px;
	left:-30px;
	cursor: default;
	display: none;
}
.browser div img{
	margin-top: 8px;
	margin-left: 15px;
	cursor: pointer;
}
.browser:hover{
	height: 29px;
	/*width: 28px;*/
	display: inline-block;
}
.browser:hover div{
	display: block;
}
.browser1{
	color: rgb(10, 167, 112)!important;
}
.browser1:hover{
	text-decoration: underline;
}
.top_right .browser:hover{
	color: rgb(10, 167, 112);
}
.top_right .browser:hover .xuanzhuan{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
}

.top_right span{
	background: #f0f0f0;
	height: 27px;
	width: 100px;
	display: inline-block;
	text-align: center;
}
.top_right span:hover{
	color: #666;
}
.top_right .icf:hover{
	color: rgb(10, 167, 112);
}
/*.top_right a:nth-child(5):hover{
	text-decoration:underline;
}*/


/*logo_line*/

.logo_line{
	width: 1190px;
	height: 70px;
	margin: 0 auto;
	margin-top: 2px;
}
.logo_line img{
	float: left;
}
.logo_line form{
	float: right;
	line-height: 70px;
}
.search_text{
	width: 320px;
	height: 30px;
	border:2px solid #cb1d2D;
	outline: none;
	text-indent: 1em;
}
.search_btn{
	width: 60px;
	height: 34px;
	border: none;
	background: #cb1d2D;
	outline: none;
	border:1px solid #cb1d2D;
	cursor: pointer;
	padding-bottom: 2px;
	vertical-align: middle;
	margin-top: -1px;
}
.search_btn i{
	color: #fff;
	font-size: 16px;
}

/*banner*/

.banner{
	width: 100%;
	height: 40px;
	background-color: #DB000D;
}
.banner_list{
	width: 1190px;
	height: 40px;
	margin: 0 auto;
}
.banner ul li{
	float: left;
	width: 94px;
	height: 40px;
	text-align: center;
}
.banner li a{
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	line-height: 40px;
}
.banner ul li:first-child{
	width: 70px;
	height: 40px;
	text-align: center;
	background-color:rgb(161, 20, 13)
}
.banner ul li:hover{
	background: #ef4644;
}

/*------------*/
.fengge{
	width: 100%;
	height:20px;
	background: #f6f6f9;
}

/*container*/


.container{
	width: 100%;
	height: 4800px;
	background: #f6f6f9;
	
}
.ico_list{
	width: 1190px;
	height: 144px;
	background: #fff;
	margin: 0 auto;
}

.ico_list ul li{
	float: left;
	width: 130px;
	height: 71px;
	border: 1px solid #fff;
}
.ico_list li img{
	margin: 13px 0 0 13px;
}
.ico_list li:hover{
	border:1px solid #ef4545;
}

/*轮播图*/



.nav{
	width: 1190px;
	height: 430px;
	/*background: #852852;*/
	margin: 0 auto;
	margin-top: 20px;
}
.nav_left{
	width: 254px;
	height: 430px;
	background: #fff;
	overflow: hidden;
}
.nav_left_first{
	width: 254px;
	height: 60px;
	border-bottom: 1px dashed #eee;
	position: relative;

}
.first_img img{
	margin: 9px;
}
.f_word{
	display: inline-block;
}
/*.first_list ul{
	display: inline-block;
	float: right;
}*/
.first_list ul li{
	float: left;
	margin: 5px 5px 0 5px;
}
.first_list li a{
	color: #333;
}
.first_list a:hover{
	color: rgb(239, 69, 69);
}

/*特价 hover----------------------效果待完善*/

.first_word{
	position: absolute;
	left: 4px;
	top: 0px;
	/*display: none;*/
	opacity: 0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	
}
.first_word img{
	width: 60%;
}
.nav_left_first:hover .first_word{
	/*display: block;*/
	z-index: 3;
	opacity: 1;
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	
}

/*轮播图*/
.lunbo{
	width: 733px;
	height: 430px;
	cursor:pointer;
	/*background: #987987;*/
}
.scroll_image{
	width:732px;
	height:430px;
	position: relative;
}
.play-box{
	width:733px;
	height:431px;
	position: relative;
	overflow:hidden;
}

.play-box img{
	display:none;
}

.icon-list{
	position: absolute;
	bottom:10px;
	width: 104px;
	height: 16px;
	background: #999;
	border-radius: 16px;
	margin-left: 320px;

}
.icon-list span{
	display:inline-block;
	width:12px;
	height:12px;
	background: #fff;
	color:#fff;
	line-height: 12px;
	border-radius:6px;
	cursor:pointer; 
	
}
.icon-list span:first-child{
	margin-left: 5px;
}

.icon-list span.active{
	background-color: #b61b1f;
}
.scroll_image{
	overflow: hidden;
}
.scroll_image b{
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}

.toleft b{
	position: absolute;
	width: 30px;
	height: 50px;
	background: #999;
	opacity: 0.6;
	filter:alpha(opacity=60)
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	top: 175px;
	left: -30px;
	z-index: 5;
}
.toright b{
	position: absolute;
	width: 30px;
	height: 50px;
	background: #999;
	opacity: 0.6;
	filter:alpha(opacity=60)
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	top:175px;
	right:-30px;
	z-index: 5;
}
.toright:hover b{
	background: #333;
	color: #fff;
}
.toleft:hover b{
	background: #333;
	color: #fff;
}



.nav_right{
	width: 198px;
	height: 430px;
}
.nav_right img{
	float: none;
	width: 200px;
	height: 140px;
	margin-left: 5px;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.nav_right img:hover{
	-webkit-transform:translate(-4px,0px);
	-moz-transform:translate(-4px,0px);
	-ms-transform:translate(-4px,0px);
	-o-transform:translate(-4px,0px);
	transform:translate(-4px,0px);
}


/*热门活动*/
/*热门活动*/
/*热门活动*/
/*热门活动*/

.hot{
	width: 1190px;
	height: 655px;
	/*background: #852852;*/
	margin: 20px auto;
}
.hot h2{
	color: rgb(43, 43, 43);
	font-size: 24px;
}
.hot .nike{
	width: 292px;
	height: 610px;
	background: #fff;
	margin-right: 5.5px;
	margin-top: 10px;
}
.nike_img{
	margin: 20px;
}
.nike .women{
	width: 250px;
	height: 70px;
	/*background: #741741;*/
	margin: 0 auto;
	margin-bottom: 10px;
}
.women_img img{
	width: 60px;
	margin: 5px 0 0 5px;
}
.women_words a{
	color: rgb(43, 43, 43);
	font-size: 16px !important;
	margin-left: 10px;
	line-height: 30px;
}
.women_words span{
	color: rgb(102, 102, 102);
	line-height: 24px;
	cursor: pointer;
	font-size: 14px;
	margin-left: 10px;
}
.women_img img:hover{
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
	transform:scale(1.2);
	-webkit-transition:all 0.1s linear;
	-moz-transition:all 0.1s linear;
	-ms-transition:all 0.1s linear;
	-o-transition:all 0.1s linear;
	transition:all 0.1s linear;
}


/*1.超市卖场*/
/*1.超市卖场*/
/*1.超市卖场*/

.surpermarket{
	width: 1190px;
	height: 369px;
	/*background: #789789;*/
	margin: 0 auto;
	margin-bottom: 20px;
}
.sur_1{
	width: 1190px;
	height: 70px;
	color: rgb(43, 43, 43);	
	font-size: 24px;
	line-height: 70px;	
}
/*.sur_img_list{
	width: 1190px;
}*/
.sur_img_list div{
	float: left;
}
.sur_img_list1{
	width: 168px;
	height: 300px;
}
.sur_img_list1 img{
	border-right: 1px solid #eee;
}
.sur_img_list2{
	width: 250px;
	height: 301px;
	z-index: 200;
}
.sur_img_list2 img{
	border-right: 1px solid #eee;
}
.sur_img_list4{
	width: 250px;
	height: 300px;
}

/*3.流行女装*/
/*3.流行女装*/
/*3.流行女装*/

.pop_girls{
	width: 1190px;
	height: 620px;
	margin: 0 auto;
/*	background: #aaa;*/

}
.pop_g{
	width: 1190px;
	height: 452px;
	/*background: #999;*/
}
.pop_one{
	width: 186px;
	height: 452px;
	overflow: hidden;
	position: relative;
}
.pop_type{
	width: 186px;
	height: 198px;
	background: #FFA5B8;
}
.pop_warp{
	width: 372px;
	height: 252px;
	background: #fff;
	position: absolute;
	top: 199px;
	left: 0px;
}
.pop_type a{
	display: inline-block;
	width: 66px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    margin: 16px 0 0 15px;
    text-align: center;
    border-radius: 15px;
    color: #323232;
}
.pop_type a:hover{
	color: #fff;
	background: #f4708b;
}




.pop_words1{
	width: 186px;
	height: 252px;
	position: relative;
}
.pop_words1 img{
	margin-left: 43px;
	margin-top: 12px;
}


.word_border1:before,.word_border2:before,.word_border3:before,.word_border4:before{
	width: 50px;
	height:40px;
	content:'';
	position: absolute;
	border-top:1px solid #ff6801;
	border-bottom:1px solid #ff6801;
	opacity: 0;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.word_border1:before{
	left: 70px;
	top: 15px;
}
.word_border2:before{
	left: 70px;
	top: 70px;
}
.word_border3:before{
	left: 70px;
	top: 125px;
}
.word_border4:before{
	left: 70px;
	top: 180px;
}
.word_border1:hover:before,.word_border2:hover:before,.word_border3:hover:before,.word_border4:hover:before{
	width: 130px;
	height:45px;
	border-radius: 5px;
	opacity: 1;
	
}
.word_border1:hover:before{
	top: 9px;
	left: 25px;
}
.word_border2:hover:before{
	top: 64px;
	left: 25px;
}
.word_border3:hover:before{
	top: 119px;
	left: 25px;
}
.word_border4:hover:before{
	top: 174px;
	left: 25px;
}
.word_border1:after,.word_border2:after,.word_border3:after,.word_border4:after{
	width: 120px;
	height:30px;
	content:'';
	position: absolute;
	border-left:1px solid #ff6801;
	border-right:1px solid #ff6801;
	opacity: 0;
	
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-ms-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.word_border1:after{
	left: 30px;
	top: 20px;
}
.word_border2:after{
	left: 30px;
	top: 75px;
}
.word_border3:after{
	left: 30px;
	top: 130px;
}
.word_border4:after{
	left: 30px;
	top: 185px;
}
.word_border1:hover:after,.word_border2:hover:after,.word_border3:hover:after,.word_border4:hover:after{
	height:45px;
	width: 128px;
	border-radius: 5px;
	opacity: 1;
	
}
.word_border1:hover:after{
	top: 10px;
	left: 25px;
}
.word_border2:hover:after{
	top: 65px;
	left: 25px;
}
.word_border3:hover:after{
	top: 120px;
	left: 25px;
}
.word_border4:hover:after{
	top: 175px;
	left: 25px;
}
/*第二层*/
.pop_words2{
	width: 186px;
	height: 252px;
}
.pop_words2 img{
	margin-left: 43px;
	margin-top: 12px;
}

.pop_g .controler{
	position: absolute;
	top: 425px;
	left: 80px;
	z-index: 2000;
}
.pop_g .controler span{
	display: inline-block;
	background: #ccc;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	opacity: 0.8;
}

.goLeft b{
	position: absolute;
	width: 30px;
	height: 50px;
	background: #999;
	opacity: 0.6;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	top: 300px;
	left:-30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.goRight b{
	position: absolute;
	width: 30px;
	height: 50px;
	background: #999;
	opacity: 0.6;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	top: 300px;
	right:-30px;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.goLeft b:hover{
	background: #111;
	color: #fff;
}
.goRight b:hover{
	background: #111;
	color: #fff;
}

/*3.流行女装       第2列*/

.sur_two{
	width: 250px;
	height: 452px;
	/*background: #555;*/
	position: relative;
	margin-left: 2px;
}


/*轮播图2*/
.two_up{
	width: 250px;
	height: 300px;
	position: relative;
}
.two_up img{
	display: none;
}
.icon_list{
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
}
.icon_list b{
	display:inline-block;
	font-size:10px;
	width:12px;
	height:12px;
	background: #eee;
	line-height: 12px;
	border-radius:6px;
	cursor:pointer; 
	color: #fff;
}
.icon-list b.activ{
	background-color: #b61b1f;
}

.sur_two .two_down{
	width: 250px;
	height: 150px;
	/*overflow: hidden;*/
	position: relative;
}
/*第二种方法显示边框                保留*/
/*.sur_two .below{
	width: 150px;
	height: 150px;
	border: 1px solid #ff6801;
	position: absolute;
	bottom: -5px;
	left: 50px;
	border-radius: 150px;
	opacity: 0;
	
	cursor: pointer;
}
*/
.two_down_a::before{
	width: 125px;
	height:150px;
	content:'';
	position: absolute;
	border-top:1px solid #ff6801;
	border-bottom:1px solid #ff6801;
	left: 54.5px;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.two_down_a::after{
	content:'';
	width: 250px;
	height:75px;
	position: absolute;
	border-left:1px solid #ff6801;
	border-right:1px solid #ff6801;
	top: 37.5px;
	left: 0px;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	
}
.two_down_a:hover:before{
	height:150px;
	top: 0px;
	left: 0px;
	width: 250px;
	border-radius: 5px;
	opacity: 1;
	
}
.two_down_a:hover:after{
	height:150px;
	top: 0px;
	left: 0px;
	width: 249px;
	border-radius: 5px;
	opacity: 1;
	
}

/*3333333333*/
.sur_three{
	width: 248px;
	height: 452px;
	margin-left: 1px;
	position: relative;
}
.three_1:before,.three_2:before,.three_3:before{
	width: 124px;
	height:150px;
	content:'';
	position: absolute;
	border-top:1px solid #ff6801;
	border-bottom:1px solid #ff6801;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.three_1:before{
	top: 0px;
	left: 54.5px;
}
.three_2:before{
	top: 150px;
	left: 54.5px;
}
.three_3:before{
	top: 300px;
	left: 54.5px;
}

.three_1:hover:before,.three_2:hover:before,.three_3:hover:before{
	height:150px;
	width: 248px;
	border-radius: 5px;
	opacity: 1;
	
}
.three_1:hover:before{
	top: 0px;
	left: 0px;
}
.three_2:hover:before{
	top: 150px;
	left: 0px;
}
.three_3:hover:before{
	top: 300px;
	left: 0px;
}

.three_1::after,.three_2::after,.three_3::after{
	content:'';
	width: 248px;
	height:75px;
	position: absolute;
	border-left:1px solid #ff6801;
	border-right:1px solid #ff6801;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.three_1::after{
	top: 37.5px;
	left: 0px;
}
.three_2::after{
	top: 187.5px;
	left: 0px;
}
.three_3::after{
	top: 337.5px;
	left: 0px;
}

.three_1:hover:after,.three_2:hover:after,.three_3:hover:after{
	height:150px;
	width: 248px;
	border-radius: 5px;
	opacity: 1;
	
}
.three_1:hover:after{
	top: 0px;
	left: 0px;
}
.three_2:hover:after{
	top: 150px;
	left: 0px;
}
.three_3:hover:after{
	top: 300px;
	left: 0px;
}
/*444444444444444*/

.sur_four{
	width: 248px;
	height: 452px;
	margin-left: 3px;
	position: relative;
}
/*上面*/
.three_big:before{
	width: 110px;
	height:292px;
	content:'';
	position: absolute;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
	left: 70px;
	top: 4px;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.three_big::after{
	content:'';
	width: 242px;
	height:148px;
	position: absolute;
	border-left:2px solid #fff;
	border-right:2px solid #fff;
	top:77px;
	left: 2px;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}	
.three_big:hover:before{
	width: 246px;
	height:291px;
	top: 3px;
	left: 2px;
	border-radius: 6px;
	opacity: 1;
	
}
.three_big:hover:after{
	width: 242px;
	height:296px;
	top: 2px;
	left: 2px;
	border-radius: 6px;
	opacity: 1;
	
}




/*下面*/
.three_big img{
	width: 250px;
	height: 300px;
}
.three_4::before{
	width: 125px;
	height:150px;
	content:'';
	position: absolute;
	border-top:1px solid #ff6801;
	border-bottom:1px solid #ff6801;
	left: 54.5px;
	top: 301px;
	opacity: 0;
	
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.three_4::after{
	content:'';
	width: 250px;
	height:75px;
	position: absolute;
	border-left:1px solid #ff6801;
	border-right:1px solid #ff6801;
	top: 338.5px;
	left: 0px;
	opacity: 0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	
}
.three_4:hover:before{
	height:150px;
	top: 301px;
	left: 0px;
	width: 250px;
	border-radius: 5px;
	opacity: 1;
	
}
.three_4:hover:after{
	height:150px;
	top: 301px;
	left: 0px;
	width: 249px;
	border-radius: 5px;
	opacity: 1;
	
}
/*555555555555*/
.sur_five{
	width: 248px;
	height: 452px;
	margin-left: 3px;
	position: relative;
}
/*3L 底部*/
.pop_btm{
	margin: 20px 0;
}
.man{
	margin-top: 20px;
}




/*5.每日优选*/
.everyday{
	width: 1190px;
	height: 1000px;
	margin:0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.everyday_top{
	width: 1190px;
	height: 47px;
	border-bottom: 2px solid #e7e7e7;
	color: rgb(43, 43, 43);
	font-size: 24px;
	height: 45px;
	line-height: 45px;
	font-family: 'Microsoft Yahei';
	display: block;
}
.day{
	width: 285px;
	height: 372px;
	border:1px solid #fff; 
	margin-top: 20px;
	cursor: pointer;
	-webkit-transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	transition:all 0.5s linear;
}
.day img{
	width: 285px;
	height: 285px;
}
.beauty{
	color: rgb(51, 51, 51);
	line-height: 24px;
	font-size: 14px;
	font-family: 'microsoft yahei';
	overflow: hidden;
	white-space: nowrap;
}
.beauty span{
	background: rgb(239, 69, 69);
	color: rgb(255, 255, 255);
	height: 14px;
	line-height: 14px;
	display: inline-block;
	border-radius: 3px;
	font-size: 12px;
	margin: 2px;
	padding: 2px;

}
.baokuan{
	width: 283px;
	height: 40px;
	margin-top: 15px;
}
.baokuan .money{
	display: inline-block;
	color: rgb(253, 74, 18);
	font-size: 14px;
	font-family: 'Microsoft YaHei';

}
.baokuan .money span{
	font-family: 'Microsoft YaHei';
	font-size: 30px;
}
.baokuan .count{
	color: rgb(50, 50, 50);
	font-family: 'microsoft yahei';
	font-size: 12px;
	line-height: 40px;
}
.day:hover{
	margin-top: 10px;
	border: 1px solid #ef4545;
}
.day:hover .count{
	color: rgb(253, 74, 18);
}
.day2{
	margin-left: 13px;
}
.day3{
	margin-left: 13px;
}
.day4{
	margin-left: 13px;
}



.tiaozheng{
	width: 1190px;
	height: 80px;
	margin: 0 auto;
}


/*footer*/
.footer{
	width: 100%;
	height: 200px;
	background-color: rgb(233, 232, 239);
	margin:0 auto;
	border-top: 1px solid #e0e0e0;
}
.foot{
	width: 1190px;
	height: 200px;
	margin: 0 auto;
}
.ft_one{
	width: 210px;
	height: 140px;
}
.ft_one img{
	margin-top: 30px;
}
.ft_two{
	margin-left: 100px;
	color: rgb(102, 102, 102);
	font-family: 'Microsoft YaHei', Arial;
	/*background: #111;*/
	width: 250px;
}
.ft_two b{
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
}
.more{
	font-size: 12px;
	margin-left: 10px;
	cursor: pointer;
	display: none;
}
.ft_two li{
	float: left;
	width: 60px;
	height: 25px;
}
.ft_two li a{
	color: rgb(102, 102, 102);
}
.ft_three{
	margin-left: 45px;
	color: rgb(102, 102, 102);
	font-family: 'Microsoft YaHei', Arial;
	/*background: #111;*/
	width: 350px;
}
.ft_three b{
	font-weight: normal;
	margin-top: 20px;
	display: inline-block;
}
.ft_three li{
	float: left;
	width: 50px;
	height: 25px;
}
.ft_three li a{
	color: rgb(102, 102, 102);
}



.ft_four{
	width: 200px;
	background: url(../image/72.jpg) no-repeat center;
	height: 140px;
	cursor: pointer;
}
.ft_four img{
	margin: 30px;

}
.ft_four:hover{
	background: url(../image/73.jpg) no-repeat center;
}




.last{
	width: 47px;
	height: 320px;
	position: fixed;
	bottom: 20px;
	right: 5px;
	background: #e9e8ee;
}
/*.fix{
	position: relative;
}*/
.last a{
	width: 25px;
	height: 35px;
	display: block;
	text-align: center;
	padding: 5px 9px;
	color: #666;
}
.bder{
	border-left: 3px solid #e21927;
}
.last a:hover{;
	border-left: 3px solid #e21927;
	color: #fff;
	background: #e21927;
}
.retop{
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
}







