@charset "utf-8";

@font-face {
    font-family: 'Helvetica_LT_45_Light';
    src: url('../font/Helvetica_LT_45_Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BASET';
    src: url('../font/BASET.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a{
	text-decoration: none;	
	font-family: Helvetica_LT_45_Light;	
}

.height30{
	height: 30px;
}

span.red_bold{
	color: #262626;
	font-size: 18px;	
}

html, body, div, h1, h2, h3,  dl, dt, dd, ol, textarea, img, table, th, td, article, aside, footer, ul, li, form, label,  p, span, applet, object, iframe,input, button, select, font{
	padding: 0;
	margin: 0;
	border: 0 none;
	color: #FFF;
	font-family: Helvetica_LT_45_Light;
	font-weight: 200;
	list-style: none;
}
.sear .button{height:33px;line-height: 33px; width: 75px;border: 1px solid #FFFFFF;background: #212121}

html{font-size:100%;}
body{font-size:1em; line-height:1.25;overflow-x: hidden}
body{background-color: #FFFFFF;}
.clear{clear:both;}
.header{
	background-color: #212121;
	height: 61px;
	width: 100%;		
}
.header .head{
	height: 61px;
	width: 1200px;
	margin: auto;
}
.header .head .pc{	
}
.header .head .phone{
	height: 61px;
	width: 100%;
	position: relative;	
	display:none;		
}

.header .head .phone h3{
	display: block;
	height: 23px;
	width: 30px;
	background-image: url(../images/images.png);
	cursor: pointer;
	background-position: -76px 0px;
	background-repeat: no-repeat;
	z-index: 12;
	position: absolute;
	left: 20px;
	margin-top: 19px;
}
.header .head .phone_nav{
	background-color: #212121;
	padding: 20px;
	height: 130px;
	width: 100%;
	position: absolute;
	top: 61px;
	cursor: auto;
	z-index: 999;
	display: none;
}
.header .head .phone_nav .ul_left{
	float: left;
	height: 110px;
	width: 100px;		
}
.header .head .phone_nav .ul_left ul{
	line-height: 35px;
}
.header .head .phone_nav .ul_left ul li{
	display: block;
	width: 100px;	
}
.header .head .phone_nav .ul_left ul li a{
	font-size: 14px;
	color: #f5f5f5;		
}
.header .head .phone_nav .ul_left ul li a:hover{
	text-decoration: underline;		
}
.header .head .phone_nav .ul_right{
	float: right;
	height: 110px;
	width: 500px;		
}
.header .head .phone_nav .ul_right ul{
	line-height: 20px;
	display: block;
	float: left;
	width: 115px;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 10px;
}
.header .head .phone_nav .ul_right ul li{
	display: block;
	width: 115px;
}
.header .head .phone_nav .ul_right ul li a{
	font-size: 14px;
	color: #f5f5f5;		
}
.header .head .phone_nav .ul_right ul li a:hover{
	color: #ef462f;
}
.header .head .ph_search{
	position: absolute;
	top: 61px;
	background-color: #212121;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	display: none;
	z-index: 10;
}
.header .head .ph_search .ph_keys_tit{
	line-height: 25px;
	color: #FFF;
	width: 100%;		
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header .head .ph_search .ph_keys{
	padding-top: 10px;
	display: inline-block;		
}
#m_pages_click_box{display: none;}
.header .head .ph_search .ph_keys a{
	color: #FFF;
	background-color: #f94932;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	height: 30px;
	font-weight: bold;
	text-align: left;
	display: table;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	background-image: url(../images/search_box_icon_f.png);
	background-repeat: no-repeat;
	background-position: 10px center;
    background-size: 18px;
    padding-right: 20px;
    padding-left: 30px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
}
.header .head .ph_search .search{
	background-color: #FFF;
	height: 34px;
	width: 97%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	margin: auto;
	position: relative;
}
.header .head .ph_search .search .search_pop{
	background-color: #FFF;
	width: 96%;
	padding: 2%;
	overflow-y: auto;
	top: 32px;
	position: absolute;
	display: none;
	z-index: 555;
}
.header .head .ph_search .search .search_pop a{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	display: block;
	cursor: pointer;
	height: 30px;
	width: 100%;
	overflow-x: hidden;
	
}
.header .head .ph_search .search .sear{
	line-height: normal;
	float: left;
	height: 12px;
	width: 60%;
	border: 0px none #FFF;
	padding: 11px;
	outline: none;
	font-size: 12px;
	color: #999;
	border-radius:3px;
	-moz-border-radius:3px; /* Old Firefox */
}
.header .head .ph_search .search .sear_{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	float: right;
	height: 28px;
	width: 100px;
	margin: 3px;
	background-position: -299px -22px;
}
.header .head .phone .phone_logo{
	float: left;
	height: 61px;
	width: 100%;
	display: block;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
}
.header .head .phone .phone_logo h1{
	margin: auto;
	height: 61px;
	width: 186px;
	display: block;
}
.header .head .phone .phone_logo span{
	margin: auto;
	height: 61px;
	width: 186px;
	display: block;
	z-index: 112;
}
.header .head .phone .phone_logo h1 .ph_logo{
	height: 61px;
	width: 186px;
	background-image: url(../images/phone_logo.png);
	display: block;
}
.header .head .phone .phone_logo span .ph_logo{
	height: 61px;
	width: 186px;
	background-image: url(../images/phone_logo.png);
	display: block;
}
.header .head .phone .phone_search{
	background-image: url(../images/images.png);
	background-position: -242px -22px;
	height: 23px;
	width: 25px;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 12;
	right: 20px;
	margin-top: 19px;
}
.header .head .pc h1{
	float: left;
	height: 61px;
	width: 200px;	
	display: block;	
}
.header .head .pc span{
	float: left;
	height: 61px;
	width: 200px;	
	display: block;	
}
.header .head .pc h1 .logo{
	background-image: url(../images/logo.png);
	display: block;
	height: 61px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center;
}
.header .head .pc span .logo{
	background-image: url(../images/logo.png);
	display: block;
	height: 61px;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center;
}
.header .head .pc .nav_search{
	float: left;
	height: 61px;
	width: 73%;
}
.header .head .pc .nav_search .nav{
	float: left;
}
.header .head .pc .nav_search .nav ul{

}
.header .head .pc .nav_search .nav ul li{
	float: left;
	display: block;
	text-align: center;
	margin-left: 20px;
	height: 61px;
	position: relative;
	line-height: 61px;
	padding-right: 7px;
	padding-left: 7px;
}
.header .head .pc .nav_search .nav ul li a{
	font-size: 14px;
	line-height: 63px;
	color: #FFF;
}
.header .head .pc .nav_search .nav ul li:hover{
	background:#E45441;
	
}
#pop_store{width: auto}
#pop_store ol li:hover{
	background:#FFFFFF;

}
#pop_store ol li{ height: 30px;line-height: 30px;}
#pop_store ol li a:hover{
	text-decoration:underline;
	color: #E45441;
}
.header .head .pc .nav_search .nav ul li .big_pop{
	height: 145px;
	width: 600px;
	position: absolute;
	left: 0px;
	display:none;
	z-index: 55;
	top: 61px;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop{
	height: 123px;
	width: 600px;
	border: 1px solid #e6e6e6;
	background-color: #FFF;
	padding: 10px;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop ol{
	float: left;
	height: 123px;
	width: auto;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6e6e6;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	padding-right: 10px;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop .ol{
	width: 106px;
	padding-right: 10px;
	padding-left: 30px;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop .ol_img{
	border: 0px none #FFF;
	padding-left: 20px;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop ol li{
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	overflow: hidden;
	text-align: left;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop ol li:hover{
	padding: 0px;
	border: 0px none #FFF;
}
.header .head .pc .nav_search .nav ul li .big_pop .small_pop ol li a{
	color: #999;
	text-align: left;
	font-size: 12px;
	line-height: 30px;
}
.header .head .pc .nav_search .search{
	float: right;
	background-color: #FFF;
	margin-left: 30px;
	height: 34px;
	width: 375px;
	margin-top: 13px;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Old Firefox */
	position: relative;
}
.header .head .pc .nav_search .search .hot_store_box{
	background-color: #FFF;
	padding: 8px;
	width: 359px;
	position: absolute;
	left: 0px;
	z-index: 5;
	top: 35px;
}
.header .head .pc .nav_search .search .hot_store_box_hide{
	display:none;	
}
.header .head .pc .nav_search .search .hot_store_box .hot_store{
	display: table;
	float: left;
	padding-right: 12px;
	padding-left: 12px;
	height: 16px;
	line-height: 16px;
	margin-bottom: 10px;
}
.header .head .pc .nav_search .search .hot_store_box .hot_store a{
	font-family: Arial;
	font-size: 14px;
	color: #999999;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.header .head .pc .nav_search .search .hot_store_box .hot_store a:hover{
	color: #FFF;
	background-color: #f94932;		
}
.header .head .pc .nav_search .search .hot_store_box .hot{
	background-image: url(../images/hot_store.png);
	display: block;
	float: left;
	height: 14px;
	width: 10px;
}
.header .head .pc .nav_search .search .search_pop{
	background-color: #FFF;
	width: 96%;
	padding: 2%;
	overflow-y: auto;
	top: 32px;
	position: absolute;
	display: none;
	z-index: 555;
}
.header .head .pc .nav_search .search .search_pop a{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	display: block;
	cursor: pointer;
	height: 30px;
	width: 100%;
	overflow-x: hidden;
	
}
.header .head .pc .nav_search .search .search_pop span:hover{
	background-color: #FFCECE;		
}
.header .head .pc .nav_search .search .sear{
	line-height: normal;
	float: left;
	height: 12px;
	width: 245px;
	border: 0px none #FFF;
	padding: 11px;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Old Firefox */
	outline: none;
	font-size: 12px;
	color: #999;
}
.header .head .pc .nav_search .search .sear_{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	float: right;
	height: 28px;
	width: 100px;
	margin: 3px;
	background-position: -299px -22px;
}
.header .head .pc .good{
	float: right;
	height: 61px;
	width: 110px;
	
}
.header .head .pc .good .h_good_img{
	height: 61px;
	width: 15px;
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -279px -34px;
	float: left;
}
.header .head .pc .good span{
	color: #FFF;
	line-height: 61px;
	font-size: 12px;
	padding-left: 3px;
	float: none;
	width: auto;
	float: left;
}
.header .head .pc .good span font{
	color: #f04374;		
}
.images_full{
	display: list-item;
	width: 100%;		
}
.full-screen{
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 100%;
	display: none;
}
.code_box{
	position: relative;
	height: 429px;
	width: 622px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	z-index: 11;
	display: none;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
}
.code_box .close{
	height: 22px;
	width: 622px;		
}
.code_box .close .x{
	background-image: url(../images/images.png);
	float: right;
	height: 22px;
	width: 22px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -112px 0px;
}
.code_box .code_copy{
	height: 42px;
	width: 317px;
	margin-top: 33px;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	line-height: 42px;
	font-weight: normal;
	color: #ff3000;
	text-align: center;
}
.code_box .code_copy .code{
	float: left;
	height: 40px;
	width: 234px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #f94932;
	border-bottom-color: #f94932;
	border-left-color: #f94932;
	font-size: 16px;
	line-height: 40px;
	color: #262626;
	text-align: center;
}
.code_box .code_copy .copy{
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	float: right;
	height: 40px;
	width: 80px;
	border: 1px solid #ff603b;
	background-color: #f94932;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.code_box .go{
	margin: auto;
	width: 100%;
	text-align: center;
}
.code_box .go_shopping{
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	background-image: url(../images/jiantou.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 20px;
	width: auto;
}
.code_box .coupon_code{
	height: 83px;
	width: 590px;
	padding-right: 16px;
	padding-left: 16px;
	margin-top: 30px;
	background-color: #f5f5f5;
}
.code_box .coupon_code .code_store_logo{
	height: 83px;
	width: 155px;
	float: left;
}
.code_box .coupon_code .code_store_logo .logo_img{
	height: 83px;
	width: 155px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;		
}
.code_box .coupon_code .code_store_logo .logo_img img{
	max-height: 74.7px;
	max-width: 139.5px;
}
.code_box .coupon_code .coupon_title_show{
	float: right;
	height: 83px;
	width: 410px;		
}
.code_box .coupon_code .coupon_title_show .coupom_title{
	height: 50px;
	width: 410px;
	font-size: 12px;
	color: #262626;
	display: block;
	line-height: 20px;
	padding-top: 5px;
}
.code_box .coupon_code .coupon_title_show .coupom_title .red_bold{
	color: #ff3000;
	font-weight: normal;
	font-size: 12px;
}
.code_box .coupon_code .coupon_title_show .code_time{
	height: 12px;
	width: 100%;
	padding-top: 10px;	
}
.code_box .coupon_code .coupon_title_show .code_time .dis_code_time{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -141px 0px;
	float: left;
	height: 12px;
	width: 12px;
	margin-right: 3px;
}
.code_box .coupon_code .coupon_title_show .code_time span{
	font-size: 12px;
	line-height: 12px;
	color: #999999;
	float: left;
	height: 12px;
}
.code_box .code_input{
	height: 40px;
	width: 585px;
	margin-top: 35px;
	margin-right: auto;
	margin-left: auto;
}
.code_box .code_input input[type=text]{
	font-size: 14px;
	line-height: normal;
	color: #999999;
	float: left;
	height: 14px;
	width: 479px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	outline:none;
}
.code_box .code_input input[type=button]{
	background-color: #dbdbdb;
	float: right;
	height: 40px;
	width: 80px;
	border: 0px none #dbdbdb;
	border-radius: 2px;
	-moz-border-radius: 2px;  /*Old Firefox */
	outline:none;
}
.code_box .code_down{
	background-color: #f5f5f5;
	height: 70px;
	width: 622px;
	margin-top: 44px;
}
.code_box .code_down .like_step{
	margin: auto;
	height: 70px;
	width: 345px;		
}
.code_box .code_down .like_step .like{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -421px 0px;
	height: 33px;
	width: 33px;
	float: left;
	cursor: pointer;
	margin-top: 18.5px;
}
.code_box .code_down .like_step p{
	font-size: 20px;
	line-height: 70px;
	font-weight: bold;
	color: #f94932;
	text-align: center;
	display: block;
	float: left;
	height: 70px;
	width: 276px;		
}
.code_box .code_down .like_step .step{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -467px 0px;
	height: 33px;
	width: 33px;
	float: right;
	cursor: pointer;
	margin-top: 18.5px;
}
.store_submit{
	height: 470px;
	width: 470px;
	position: relative;
	background-color: #FFF;
	border: 1px solid #e6e6e6;
	z-index: 12;
	padding: 15px;
	margin-top: 10%;
	margin-right: auto;
	display:none;
	margin-left: auto;
}
.full-store{
	background-color: #000;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 100%;
}
.store_pop{
	height: 179px;
	width: 482px;
	margin-left: -241px;
	position: fixed;
	z-index: 50;
	left: 50%;
	top: 10%;
	background-image: url(../images/store_pop.png);
	padding-top: 301px;
}
.store_pop .inp_text{
	margin: auto;
	padding: 2px;
	height: 34px;
	width: 374px;
	border: 1px solid #e6e6e6;		
}
.store_pop .inp_text input[type=text]{
	outline: none;
	height: 20px;
	width: 241px;
	border: 0px none #FFFFFF;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	padding: 7px;
	float: left;
	outline:none;
}
.store_pop .inp_text input[type=button]{
	height: 34px;
	width: 119px;
	cursor: pointer;
	background-image: url(../images/store_pop_but.png);
	float: right;
	outline:none;
}
.store_pop .store_pop_close{
	background-image: url(../images/store_pop_close.png);
	height: 21px;
	width: 21px;
	margin-top: 74px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
}
.store_submit .store_submit_close{
	height: 16px;
	width: 100%;		
}
.store_submit .store_submit_close .store_submit_close_x{
	background-image: url(../images/images.png);
	height: 16px;
	width: 17px;
	cursor: pointer;
	float: right;
	background-repeat: no-repeat;
	background-position: -373px -95px;
}
.store_submit .store_submit_title{
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.store_submit .store_submit_title .store_submit_title_upper{
	height: 30px;
}
.store_submit .store_submit_title .store_submit_title_upper p{
	font-size: 18px;
	color: #262626;
	float: left;
	line-height: 30px;
}
.store_submit .store_submit_title .store_submit_title_upper p .store_submit_title_upper_thick{
	font-family: Helvetica_LT_45_Light;
	color: #262626;
}
.store_submit .store_submit_title .store_submit_title_lower{
	height: 3px;
	width: 100%;
	padding-top: 2px;
}
.store_submit .store_submit_title .store_submit_title_lower .store_submit_title_lower_left_f94932{
	background-color: #f94932;
	float: left;
	height: 3px;
	width: 8%;
}
.store_submit .store_submit_title .store_submit_title_lower .store_submit_title_lower_right_e6e6e6{
	background-color: #e6e6e6;
	float: right;
	height: 1px;
	width: 92%;
	margin-top: 1px;
}
.store_submit input[type=text]{
	outline: none;
	height: 14px;
	width: 424px;
	border: 1px solid #e6e6e6;
	font-size: 14px;
	line-height: normal;
	color: #b2b2b2;
	padding: 22px;
	margin-top: 15px;
}
.store_submit input[type=button]{
	font-size: 32px;
	line-height: 60px;
	color: #FFF;
	background-color: #ff3000;
	text-align: center;
	height: 60px;
	width: 100%;
	margin-top: 40px;
	cursor: pointer;
}
.title{
	width: 100%;
	height: 30px;
}
.title .upper{
	height: 30px;
}
.title .upper p{
	color: #666666;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
}
.title .upper h2{
	font-size: 18px;
	color: #262626;
	float: left;
	line-height: 30px;
	
}
.title .upper h1{
	font-size: 18px;
	color: #262626;
	float: left;
	line-height: 30px;
	
}
.title .upper h2 .thick{
	font-family: Helvetica_LT_45_Light;
	color: #262626;
	font-weight: bold;
}
.title .upper h1 .thick{
	font-family: Helvetica_LT_45_Light;
	color: #262626;
	font-weight: bold;
}
.title .upper .more{
	font-size: 14px;
	line-height: 30px;
	color: #999;
	display: block;
	float: right;
	height: 30px;		
}

.title .upper .select span{
	font-size: 14px;
	line-height: 28px;
	color: #ff3000;
	text-align: center;
	display: block;
}
.title .upper .select .option{
	background-color: #FFF;
	width: 131px;
	position: absolute;
	top: 29px;
	cursor: pointer;
	z-index: 11;
	left: -1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e0e0e0;
	border-bottom-color: #e0e0e0;
	border-left-color: #e0e0e0;
	-moz-box-shadow: 5px  8px  15px #888888; /* 老的 Firefox */
	box-shadow: 5px 8px 15px #888888;
	display: none;
}
.title .upper .select .option ._option{
	line-height: 40px;
	text-align: center;
	width: 131px;	
	color: #ff3000;	
}
.title .upper .select .option ._option:hover{
	background-color: #CCC;		
}
.title .lower{
	height: 3px;
	width: 100%;
	padding-top: 2px;
}
.title .lower .left_f94932{
	background-color: #f94932;
	float: left;
	height: 3px;
	width: 3%;
}
.title .lower .right_e6e6e6{
	background-color: #e6e6e6;
	float: right;
	height: 1px;
	width: 97%;
	margin-top: 1px;
}
.index_hottest_deals{
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	overflow: hidden;
	
}
.index_hottest_deals .hottest_deals{
	width: 100%;
	position: relative;
	height: 224px;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
}
.index_hottest_deals .hottest_deals .screen{
	height: 224px;
	left: 0px;
	top: 0px;
	position: absolute;
	margin-right: -18px;
	width: auto;
}
.index_hottest_deals .hottest_deals .screen .deal_link{
	float: left;
	height: 224px;
	width: 388px;
	padding-right: 18px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a{
	height: 224px;
	width: 388px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.index_hottest_deals .hottest_deals .screen .deal_link a img{
	max-height:201.6px;
	max-width:349.2px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title{
	width: 358px;
	/*opacity:0.5;  
    filter:alpha(opacity=50);  
	-moz-opacity:0.5;*/
	height: 60px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #000;
	background-color: rgba(0,0,0,0.5);
	padding: 15px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .store_img{
	float: left;
	height: 60px;
	width: 60px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .store_img .img{
	height: 60px;
	width: 60px;
	background-color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: table-cell;	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .store_img .img img{
	max-height:60px;
	max-width:60px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p{
	width: 230px;
	font-family: Arial;
	color: #FFF;
	margin-left: 10px;
	float: left;
	line-height: 20px;
	text-align: left;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p span{
	width: 230px;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	display: block;
	overflow: hidden;	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p p{
	width: 230px;
	text-align: left;
	font-size: 12px;
}
.index_hottest_deals .dot_x{
	width: 100%;
	text-align: center;
	padding-top: 20px;
	margin: auto;
	margin-bottom: 40px;
}
.index_hottest_deals .dot_x .dot{
	background-color: #e6e6e6;
	height: 10px;
	width: 10px;
	display: inline-block;
	margin: 2px;
	cursor: pointer;
}
.index_hottest_deals .dot_x .active{
	background-color: #f94932;
	
}


.index_popular_stores{
	width: 1200px;
	background-color: #FFF;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
}
.index_popular_stores .popular_stores{
	padding-top: 15px;
	margin-right: -18px;
	position: relative;
}
.index_popular_stores .popular_stores .store_logo{
	float: left;
	height: 120px;
	width: 185px;
	position: relative;
	margin-bottom: 15px;
	padding-right: 18px;
}
.index_popular_stores .popular_stores .store_logo span.span_store_name{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.index_popular_stores .popular_stores .store_logo a{
	height: 118px;
	width: 183px;
	border: 1px solid #e0e0e0;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background-color: #FFF;
}
.index_popular_stores .popular_stores .store_logo img{
	max-height:102.6px;
	max-width: 164.7px;
	
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity{
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;*/
	position: absolute;
	height: 119px;
	width: 184px;
	left: 0px;
	top: 0px;
	background-color: #000;
	background-color: rgba(0,0,0,0.8);
	display: none;
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity span{
	height: 119px;
	width: 184px;
	line-height: 118px;
	text-align: center;
	font-size: 12px;
	display: block;
}

.main{
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	background-color: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
	height: 100%;
	display: block;
}
.main .main_coupon{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.main .main_coupon .coupons{
	margin-top: 15px;
	margin-right: -18px;
}
.main .main_coupon .coupons .coupons_big{
	float: left;
	height: 313px;
	width: 388px;
	padding-right: 18px;
	margin-bottom: 15px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	background-color: #FFF;
	height: 271px;
	width: 346px;
	border: 1px solid #e0e0e0;
	display: block;
	padding: 20px;
}

.main .main_coupon .coupons .coupons_big .coupons_small:hover{
	-moz-box-shadow: 0px 6px 6px #e0e0e0;
	box-shadow: 0px 6px 6px #e0e0e0;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	height: 165px;
	width: 346px;	
}
.main .main_coupon .coupons .coupons_big .coupons_small .img{
	height: 165px;
	width: 346px;
	vertical-align: middle;
	text-align: center;
	display: table-cell;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img span.span_store_name{
	font-size: 24px;
	color: #000;
	font-weight: bold;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img img{
	max-height: 122.4px;
	max-width: 100.8px;	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 346px;
	height: 70px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	
	width: 300px;
	display: block;
	float: left;
	font-size: 14px;
	color: #262626;
	line-height: 20px;
}

footer .full-screen .code_box{border-radius: 15px;overflow: hidden}

.main .main_coupon .coupons .coupons_big .coupons_small .a_keep  .keep{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 24px;
	margin-top: 7px;
	cursor: pointer;
	background-position: -176px 0px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep  .keep_2{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	float: right;
	height: 23px;
	width: 24px;
	margin-top: 7px;
	cursor: pointer;
	background-position: -205px 0px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 346px;
	padding-top: 15px;
	height: 20px;
	line-height: 20px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good{
	float: left;
	font-size: 12px;
	
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .time{
	height: 20px;
	float: left;
	display: table;
	margin-right: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .time .time_img{
	background-image: url(../images/images.png);
	background-position: -395px -95px;
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 4px;
	margin-top: 3px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .num{
	height: 20px;
	float: left;
	display: table;
	margin-right: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .num .count_num{
	background-image: url(../images/images.png);
	background-position: -158px 0px;
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 4px;
	margin-top: 3px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good p{
	color: #999999;
	line-height: 20px;
	float: left;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .goodss{
	height: 20px;
	float: left;
	display: table;
	margin-right: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good .goodss .goodss_img{
	background-image: url(../images/images.png);
	background-position: -136px -29px;
	background-repeat: no-repeat;
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 4px;
	margin-top: 3px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .get{
	
	float: right;
	font-size: 14px;
	font-weight: bold;
	color: #de7034;
	height: 20px;
	line-height: 20px;
}
.main .main_store_brief{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.main .main_store_brief .store_brief{
	margin: auto;
	width: 1200px;
	height: 100%;
	overflow: hidden;
}
.main .main_store_brief .store_brief .store_brief_logo{
	float: left;
	height: 148px;
	width: 148px;
	border: 1px solid #e0e0e0;		
}
.main .main_store_brief .store_brief .store_brief_logo .store_logo{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 148px;
	width: 148px;
	background-color: #FFF;
}
.main .main_store_brief .store_brief .store_brief_logo .store_logo span.span_store_name{
	font-size: 26px;
	color: #000;
	height: 148px;
	width: 148px;
	font-weight: bold;
	word-break:break-all;
}
.main .main_store_brief .store_brief .store_brief_logo .store_logo img{
	max-height:133.2px;
	max-width:133.2px;	
}
.main .main_store_brief .store_brief .brief{
	float: right;
	width: 1030px;
	padding-top: 5px;
}
.main .main_store_brief .store_brief .brief h1{
	font-size: 22px;
	line-height: 25px;
	color: #262626;	
}
.main .main_store_brief .store_brief .brief .web_url{
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;	
}
.main .main_store_brief .store_brief .brief p{
	width: 1030px;
	height: 65px;
	font-size: 12px;
	color: #808080;
	cursor: pointer;
	display: block;
	padding-top: 5px;
	line-height: 20px;
	overflow: hidden;
}
.main .main_store_brief .store_brief .brief p font{
	font-size: 12px;
	color: #ff3000;
}
.main .main_store_brief .store_brief .brief .submit_a_coupon{
	padding-top: 20px;		
}
.main .main_store_brief .store_brief .brief .submit_a_coupon .pop_submit{
	font-size: 12px;
	line-height: 25px;
	color: #808080;
	background-image: url(../images/submit_coupon.png);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	float: right;
	padding-right: 20px;
	cursor: pointer;
	height: 12px;
	width: 121px;
}
.store_banner{
	width: 1200px;
	height: 150px;
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.store_banner img{
	width:100%;
	height:100%;	
}
.main .main_store_coupons{
	width: 1200px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
}
.main .main_store_coupons .select{
	height: 27px;
	width: 100%;
	padding-top: 15px;
}
.main .main_store_coupons .select .option{
	margin-bottom: 15px;		
}
.main .main_store_coupons .select .all{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #00bead;
	color: #00bead;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .all:hover{
	border: 1px solid #00bead;
	color: #FFF;
	background-color: #00bead;
}
.main .main_store_coupons .select .promo_codes{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	color: #ff5955;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .promo_codes:hover{
	border: 1px solid #ff5955;
	color: #FFF;
	background-color: #ff5955;
}

.main .main_store_coupons .select .sales{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	color: #f04374;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .sales:hover{
	border: 1px solid #f04374;
	color: #FFF;
	background-color: #f04374;
}
.main .main_store_coupons .select .sitewide{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	color: #3fc6b8;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .sitewide:hover{
	border: 1px solid #3fc6b8;
	color: #FFF;
	background-color: #3fc6b8;
}
.main .main_store_coupons .select .free_shipping{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	color: #ff5955;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .free_shipping:hover{
	border: 1px solid #ff5955;
	color: #FFF;
	background-color: #ff5955;
}
.main .main_store_coupons .select .gift_card{
	border-radius: 27px;
	-moz-border-radius: 27px; /* Old Firefox */
	font-size: 14px;
	line-height: 25px;
	text-align: center;
	float: left;
	height: 25px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e0e0e0;
	color: #f04374;
	cursor: pointer;
	margin-right: 10px;
}
.main .main_store_coupons .select .gift_card:hover{
	border: 1px solid #f04374;
	color: #FFF;
	background-color: #f04374;
}


.main .main_store_coupons .store_coupons{
	margin-top: 15px;
	margin-right: -18px;	
}
.main .main_store_coupons .store_coupons .store_coupons_big{
	float: left;
	height: 140px;
	width: 591px;
	padding-right: 18px;
	margin-bottom: 18px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small{
	height: 128px;
	width: 579px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	padding: 5px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_keep{
	height: 17px;
	width: 100%;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_keep ._keep{
	background-image: url(../images/images.png);
	float: right;
	height: 17px;
	width: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -472px -56px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_keep ._keep_2{
	background-image: url(../images/images.png);
	float: right;
	height: 17px;
	width: 19px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -472px -78px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump{
	height: 110px;
	width: 560px;
	padding-right: 10px;
	padding-left: 5px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left{
	float: left;
	height: 110px;
	width: 420px;
}
.main_store_coupons .title  .upper  .thick a{color:#E45441;font-size:17px; padding:8px; font-weight: normal}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title{
	width: 420px;
	line-height: 21px;
	height: 91px;
	display: table-cell;
	font-size: 18px;
	color: #262626;
	overflow: hidden;
	vertical-align: middle;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title span{
	font-size: 18px;
	
}
.store_coupons_title_jump_left:hover span {color: #ff3000;}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down{
	line-height: 19px;
	height: 19px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down    .store_good_bad{
	height: 17px;
	width: 39px;
	border: 1px solid #f0f0f0;
	float: left;
	margin-right: 5px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .store_good{
	background-image: url(../images/images.png);
	height: 17px;
	width: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	float: left;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -428px -36px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .click_store_good{
	background-image: url(../images/images.png);
	height: 17px;
	width: 19px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
	float: left;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -452px -36px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .store_good:hover{
	background-position: -476px -36px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .store_bad{
	background-image: url(../images/images.png);
	height: 17px;
	width: 19px;
	float: left;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -191px -28px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .click_store_bad{
	background-image: url(../images/images.png);
	height: 17px;
	width: 19px;
	float: left;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -217px -28px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_good_bad .store_bad:hover{
	background-position: -404px -36px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down span{
	line-height: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	font-size: 12px;
	color: #999999;
	padding-right: 10px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down span p{
	font-size: 12px;
	line-height: 20px;
	color: #999;
	float: left;		
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_coupons_time{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -395px -95px;
	float: left;
	height: 13px;
	width: 13px;
	margin-top: 3px;
	margin-right: 5px;
	
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_coupons_count{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: -158px 0px;
	float: left;
	height: 13px;
	width: 13px;
	margin-top: 3px;
	margin-right: 5px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_coupons_good{
	padding-left: 0px;	
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down .store_coupons_good p{
	line-height: 19px;
	height: 19px;
	display: block;
	float: left;
	font-size: 12px;
	color: #999999;	
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right{
	float: right;
	height: 80px;
	width: 120px;
	padding-top: 30px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get{
	height: 32px;
	width: 118px;
	border: 1px dashed #ff5955;
	display: block;
	position: relative;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get .store_coupons_title_jump_get_a{
	height: 32px;
	width: 113px;
	font-size: 16px;
	line-height: 32px;
	color: #ff3000;
	text-align: right;
	display: block;
	position: relative;
	overflow: hidden;	
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get .store_coupons_title_jump_get_code{
	height: 34px;
	width: 120px;
	font-size: 12px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	display: block;
	background-image: url(../images/images.png);
	position: absolute;
	z-index: 10;
	left: -1px;
	top: -1px;
	background-repeat: no-repeat;
	background-position: -346px -56px;
	
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get .store_coupons_title_jump_get_code:hover{
	background-position: 0px -101px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get_deals{
	height: 34px;
	width: 120px;
	font-size: 12px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	display: block;
	background-image: url(../images/images.png);
	background-position: -248px -101px;
	background-repeat: no-repeat;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get_cards{
	height: 34px;
	width: 120px;
	font-size: 12px;
	line-height: 34px;
	color: #FFF;
	text-align: center;
	display: block;
	background-image: url(../images/images.png);
	background-position: -124px -101px;
	background-repeat: no-repeat;
}
.main_down{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d6d6d6;
	padding-top: 20px;
	padding-bottom: 30px;
	height: 100%;
	background-color: #FFF;
}
.main_down .main_down_store{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
.main_down .main_down_store .new_store{
	width: 100%;
	line-height: 20px;
	margin-top: 15px;
}
.main_down .main_down_store .new_store a{
	font-size: 12px;
	color: #808080;
	float: left;
	width: 170px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	white-space: nowrap;
	overflow: hidden;
}
.main_down .main_down_store .new_store a:hover{
	color: #ff1d00;
	text-decoration: underline;		
}
.footer_main{
	background-color: #212121;
	width: 100%;		
}
.footer_main .footer{
	margin: auto;
	width: 850px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #262626;
	overflow: hidden;
}
.footer_main .footer .footer_us{
	float: left;
	padding-top: 10px;
}
.footer_main .footer .footer_us .contact_us{
	float: left;
	padding-right: 20px;
}
.footer_main .footer .footer_us .about_us{
	float: right;
}
.footer_main .footer .footer_us a{
	color: #FFF;
	float: none;
	color: #FFF;
	margin-top: 20px;
	font-size: 12px;
	height: 12px;
	display: block;
	line-height: 12px;
}
.footer_main .footer .footer_us a:hover{
	text-decoration: underline;		
}
.footer_main .footer .footer_us span{
	color: #FFF;
	float: none;
	color: #FFF;
	margin-top: 20px;
	font-size: 12px;
	height: 12px;
	display: block;
	line-height: 12px;	
}
.footer_main .footer .footer_us .a_title{
	font-weight: bold;		
}
.footer_main .footer .social{
	float: left;
	height: 99px;
	width: 190px;
	padding-left: 70px;
	padding-top: 30px;
}
.footer_main .footer .social .get_social{
	width: 190px;
	height: 12px;
}
.footer_main .footer .social .get_social p{
	font-size: 12px;
	color: #ffffff;
	float: left;
	line-height: 12px;
}
.footer_main .footer .social .get_social a{
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 10px;
	
}
.footer_main .footer .social .get_social span{
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-left: 10px;
	display: block;
	cursor: pointer;	
}
.footer_main .footer .social .get_social .facebook{
	background-image: url(../images/images.png);
	height: 11px;
	width: 4px;
	background-repeat: no-repeat;
	background-position: -138px -13px;
}
.footer_main .footer .social .get_social .facebook:hover{
	background-position: -144px -13px;
}
.footer_main .footer .social .get_social .gg{
	background-image: url(../images/images.png);
	height: 10px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: -31px -19px;		
}
.footer_main .footer .social .get_social .gg:hover{
	background-position: -45px -19px;		
}
.footer_main .footer .social .get_social .g{
	background-image: url(../images/images.png);
	height: 10px;
	width: 11px;	
	background-repeat: no-repeat;
	background-position: -150px -14px;			
}
.footer_main .footer .social .get_social .g:hover{
	background-position: -163px -14px;			
}

.footer_main .footer .social .search_ {
	height: 50px;
	width: 270px;
	padding-top: 20px;
	display: none;
}
.footer_main .footer .social .search_ span{
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	display: block;		
}
.footer_main .footer .social .search_ .sear{
	height: 34px;
	width: 270px;
	background-color: #FFF;
	margin-top: 4px;
}

.footer_main .footer .social .search_ .sear input[type=text]{
	font-size: 12px;
	line-height: normal;
	color: #999999;
	padding: 9px;
	float: left;
	height: 12px;
	width: 177px;
	border: 0px none #FFF;
	outline: none;
}
.footer_main .footer .social .search_ .sear input[type=button]{
	font-size: 12px;
	color: #FFF;
	background-color: #212121;
	text-align: center;
	margin: 2px;
	height: 30px;
	width: 70px;
	border: 0px none #FFF;
	outline: none;		
}

.footer_main .footer .search {
	height: 50px;
	width: 270px;
	float: right;
	padding-top: 30px;
}
.footer_main .footer .search span{
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	display: block;		
}
.footer_main .footer .search .sear{
	height: 34px;
	width: 270px;
	background-color: #FFF;
	margin-top: 4px;
}

.footer_main .footer .search .sear input[type=text]{
	font-size: 12px;
	line-height: normal;
	color: #999999;
	padding: 9px;
	float: left;
	height: 12px;
	width: 177px;
	border: 0px none #FFF;
	outline: none;
}
.footer_main .footer .search .sear input[type=submit]{
	font-size: 12px;
	color: #FFF;
	background-color: #212121;
	text-align: center;
	margin: 2px;
	height: 30px;
	width: 70px;
	border: 0px none #FFF;
	outline: none;		
}
.footer_main .foot{
	line-height: 25px;
	width: 100%;		
}
.footer_main .foot p{
	font-size: 12px;
	color: #4c4c4c;
	text-align: center;
}
.path_store{
	background-color: #ebebeb;
	height: auto;
	width: 100%;
}
.path{
	font-size: 12px;
	line-height: 25px;
	color: #999999;
	margin: auto;
	height: 25px;
	width: 1200px;
	padding-top: 2px;
}
.path a{
	font-size: 12px;
	line-height: 25px;
	color: #999999;
	height: 25px;		
}
.path span{
	font-size: 12px;
	line-height: 25px;
	color: #999999;
	height: 25px;		
}
.browse{
	font-size: 22px;
	color: #000;
	height: 26px;
	width: 1200px;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f94932;
	margin: auto;
}
.stores_more{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	height: 16px;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
}
.stores_more .stores_more__{
	background-image: url(../images/images.png);
	height: 16px;
	width: 129px;
	margin-top: -1px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -371px -119px;
}
.about{
	margin: auto;
	width: 1200px;
	padding-top: 35px;
	padding-bottom: 65px;
}
.about h1{
	margin: auto;
	height: 30px;
	display: table;	
}
.about h1 .zz{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	height: 22px;
	width: 26px;
	margin-top: 4px;
	margin-right: 4px;
}
.about h1 span{
	color: #262626;
	line-height: 30px;
	font-size: 30px;
	height: 30px;
	float: left;
}
.about h1 font{
	color: #f94932;		
}
.about img{
	height: 443px;
	width: 445px;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.about p{
	font-size: 14px;
	line-height: 25px;
	color: #262626;
	display: block;
	width: 80%;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}
.jump_404{
	margin: auto;
	height: 560px;
	width: 662px;
	margin-top: 50px;
}
.jump_404 img{
	height: 100%;
	width: 100%;		
}
.jump_404_go_home{
	background-image: url(../images/404_go_home.png);
	margin: auto;
	height: 58px;
	width: 232px;
	margin-top: 40px;
	background-repeat: no-repeat;
	display: block;
}
.jump_404_title{
	margin: auto;
	margin-top: 30px;
	height: 25px;
	width: 1200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;		
}
.jump_404_title span{
	font-size: 16px;
	color: #262626;		
}

.jump_404_store_logos{
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	padding-bottom: 50px;
	background-color:#FFF;
}
.jump_404_store_logos .store_logos{
	padding-top: 15px;
	margin-right: -18px;
	position: relative;
}
.jump_404_store_logos .store_logos .stores_logos{
	float: left;
	height: 118px;
	width: 183px;
	position: relative;
	margin-bottom: 15px;
	padding-right: 18px;
}
.jump_404_store_logos .store_logos .stores_logos a{
	height: 118px;
	width: 183px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	background-color: #FFF;
}
.jump_404_store_logos .store_logos .stores_logos img{
	max-height: 102.6px;
	max-width: 164.7px;
	
}
.gift{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.gift .gift_title{
	display: table;
	height: auto;
	width: auto;
	margin: auto;
}
.gift .gift_title h1{
	font-size: 24px;
	color: #404040;
	text-align: center;
	font-family: BASET;
	display: block;
}
.gift .gift_title .gift_title_down{
	background-image: url(../images/images.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 160px;
	margin-top: 3px;
	background-position: -253px 0px;
}
.gift .gift_money{
	height: 18px;
	width: 100%;
	margin-top: 16px;
}
.gift .gift_money .money{
	float: right;
	height: 18px;		
}
.gift .gift_money .money span{
	font-size: 12px;
	line-height: 18px;
	color: #999999;
	display: table;
	float: left;
	margin-right: 4px;		
}
.gift .gift_money .money input[type="text"]{
	float: left;
	height: 18px;
	width: 34px;
	margin-right: 4px;
	border: 1px solid #e6e6e6;
	outline: none;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	padding-right: 2px;
	padding-left: 2px;
}
.gift .gift_money .money input[type="button"]{
	float: left;
	height: 18px;
	width: 40px;
	background-image: url(../images/images.png);
	outline: none;
	background-repeat: no-repeat;
	background-position: -31px 0px;
}
.gift .gift_list{
	margin-top: 6px;
	margin-right: -12px;		
}
.gift .gift_list .gift_box{
	float: left;
	height: 402px;
	width: 303px;
	margin-bottom: 10px;
}
.gift .gift_list .gift_box .gift_box_small{
	height: 400px;
	width: 290px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
}
.gift .gift_list .gift_box .gift_box_small .category_title{
	font-size: 20px;
	line-height: 17px;
	color: #e45441;
	height: 17px;
	padding-top: 19px;
	padding-left: 19px;
	font-weight: bold;
	display: block;
	font-family: Arial;
}
.gift .gift_list .gift_box .gift_box_small ul{
	padding-top: 15px;
	padding-left: 19px;
	line-height: 29px;
}
.gift .gift_list .gift_box .gift_box_small ul li{
	display: block;	
}
.gift .gift_list .gift_box .gift_box_small ul li a{
	font-size: 16px;
	color: #999999;		
}
.gift .gift_list .gift_box .gift_box_small ul li a:hover{
	color: #404040;
	text-decoration: underline;		
}
.gift .gift_list .gift_box .gift_box_small .gift_img{
	height: 292px;
	width: 290px;
	cursor: pointer;
	overflow: hidden;
}
.gift .gift_list .gift_box .gift_box_small .gift_img img{
	width: 290px;		
}
.gift .gift_list .gift_box .gift_box_small .gift_de{
	padding: 10px;
	display: table;
}
.gift .gift_list .gift_box .gift_box_small .gift_de .title{
	line-height: 16px;
	height: 32px;
	width: 100%;
}
.gift .gift_list .gift_box .gift_box_small .gift_de .title p{
	height: 16px;
	cursor: pointer;
	font-size: 16px;
	color: #404040;
}
.gift .gift_list .gift_box .gift_box_small .gift_de .storename{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	display: table;
	line-height: 14px;
	height: 14px;
}
.gift .gift_list .gift_box .gift_box_small .gift_de .money{
	font-size: 18px;
	color: #404040;
	display: block;
	margin-top: 18px;
	line-height: 18px;
	height: 18px;
}
.gift .gift_category{
	width: 100%;		
}
.gift .gift_category .category_name{
	font-size: 26px;
	line-height: 26px;
	color: #404040;
	display: block;
	height: 26px;
	padding-top: 15px;
	font-family: BASET;
}
.gift .gift_category .category_description{
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	height: 50px;
	width: 100%;
	overflow: hidden;
	cursor: pointer;
	padding-top: 6px;
	display: block;
}
.gift .gift_category_title{
	width: 100%;
	padding-top: 27px;
	padding-bottom: 12px;
}
.gift .gift_category_title h2{
	font-size: 16px;
	color: #262626;		
}
.gift .gift_category_title .top{
	font-size: 16px;
	font-weight: bold;
	color: #404040;	
}
.gift .gift_category_title .top span{
	font-size: 16px;
	color: #999999;	
}
.gift .gift_sreen{
	width: 100%;
	overflow: hidden;
	height: 402px;
	position: relative;
}

.gift .gift_sreen .left{
	background-image: url(../images/images.png);
	height: 56px;
	width: 28px;
	position: absolute;
	left: 0px;
	cursor: pointer;
	z-index: 2;
	top: 133px;
	background-repeat: no-repeat;
	background-position: 0px -40px;
}
.gift .gift_sreen .left:hover{
	background-position: -33px -40px;
}
.gift .gift_sreen .right{
	background-image: url(../images/images.png);
	height: 56px;
	width: 28px;
	position: absolute;
	cursor: pointer;
	right: 0px;
	z-index: 2;
	top:133px;
	background-repeat: no-repeat;
	background-position: -66px -40px;
}
.gift .gift_sreen .right:hover{
	background-position: -98px -40px;
}
.gift .gift_sreen .g_sreen{
	margin-right: -12px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 402px;
	width: auto;
}
.gift .gift_sreen .g_sreen .gift_box{
	float: left;
	height: 402px;
	width: 303px;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small{
	height: 400px;
	width: 290px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	position: relative;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .p_top{
	font-size: 16px;
	color: #FFF;
	background-image: url(../images/images.png);
	display: block;
	height: 35px;
	width: 35px;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 7px;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: -299px -54px;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_img{
	height: 292px;
	width: 290px;
	display: block;
	cursor: pointer;
	overflow: hidden;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_img img{
	width: 290px;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_de{
	padding: 10px;
	display: table;
}

.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_de .title{
	line-height: 16px;
	height: 32px;
	width: 100%;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_de .title p{
	height: 16px;
	cursor: pointer;
	font-size: 16px;
	color: #404040;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_de .storename{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	display: table;
	line-height: 14px;
	height: 14px;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_de .money{
	font-size: 18px;
	color: #404040;
	display: block;
	margin-top: 18px;
	line-height: 18px;
	height: 18px;
}
.gift_screen_box{
	display: none;
	width: 412px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e0e0e0;
	background-color: #f5f5f5;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.gift_screen_box .gift_screen_box_up{
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 17px;
	background-color: #FFF;
}
.gift_screen_box .close{
	height: 13px;
	width: 100%;
}
.gift_screen_box .close .x{
	background-image: url(../images/images.png);
	float: right;
	height: 13px;
	width: 13px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: -234px 0px;
}
.gift_screen_box .gift_title{
	font-size: 14px;
	color: #404040;
	display: table;
	line-height: 14px;
	height: 14px;
	margin-top: 12px;
}
.gift_screen_box .gift_des{
	height: 176px;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 37px;
}
.gift_screen_box .gift_des .gift_img{
	float: left;
	height: 176px;
	width: 176px;
	display: block;
	overflow: hidden;
}
.gift_screen_box .gift_des .gift_img img{
	
	width: 176px;
}
.gift_screen_box .gift_des .gift_money_a{
	float: left;
	padding-top: 102px;
	padding-left: 27px;
}
.gift_screen_box .gift_des .gift_money_a a{
	background-image: url(../images/images.png);
	display: block;
	height: 40px;
	width: 140px;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: -132px -56px;
}
.gift_screen_box .gift_des .gift_money_a .gift_money{
	font-size: 24px;
	line-height: 24px;
	color: #404040;
	display: block;
	height: 24px;			
}
.gift_screen_box .gift_screen_down{
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 17px;	
}
.gift_screen_box .store_des{
	background-color: #f5f5f5;
	height: 92px;
	width: 100%;
}
.gift_screen_box .store_des .store_logo{
	float: left;
	height: 92px;
	width: 176px;		
}
.gift_screen_box .store_des .store_logo a{
	height: 92px;
	width: 176px;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.gift_screen_box .store_des .store_logo a img{
	max-height:90%;
	max-width:90%;
}
.gift_screen_box .store_des .a_store{
	float: left;
	height: 92px;
	width: 230px;
	margin-left: 3px;		
}
.gift_screen_box .store_des .a_store .store_a{
	height: 92px;
	width: 230px;
	vertical-align: middle;
	display: table-cell;
	line-height: 25px;
}
.gift_screen_box .store_des .a_store .store_a a{
	font-size: 14px;
	color: #404040;
}
.icon{
	display: table;
	width: 31px;
	position: fixed;
	top: 40%;
	height: auto;
	z-index: 15;
	left: 3%;
}
.icon .icon_img{
	text-align: center;
	width: 31px;
	clear: both;
	float: none;
	margin-bottom: 6px;
	display: block;
}
.cheap_head{
	height: 70px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6c3c3;		
}
.cheap_head .cheap_logo{
	height: 70px;
	width: 204px;
	text-indent: -10000px;
	margin: auto;
	display: block;
}
.cheap_head .cheap_logo span{
	background-image: url(../images/cheap_logo.png);
	height: 70px;
	width: 204px;
	display: block;	
}
.cheap_main{
	display: table;
	margin: auto;
	width: 1200px;
	padding-top: 27px;
	position: relative;
}
.cheap_main .c_m_left{
	display: block;
	width: 100%;
}
.cheap_main .c_m_left .cml_tit{
	height: 20px;
	width: 100%;
	padding-top: 9px;		
}
.cheap_main .c_m_left .cml_tit span{
	line-height: 14px;
	color: #209e9e;
	height: 14px;
	font-size: 14px;
	float: left;
}
.cheap_main .c_m_left .cml_tit p{
	font-size: 14px;
	line-height: 14px;
	color: #404040;
	height: 14px;
	float: left;
	margin-left: 10px;
}
.cheap_main .c_m_left .cml_box{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6e6e6;
	display: inline-block;
}
.cheap_main .c_m_left .cml_box .b_tit{
	display: block;
	height: 18px;
	float: left;
}
.cheap_main .c_m_left .cml_box .b_tit h2{
	font-size: 18px;
	line-height: 18px;
	color: #404040;	
}
.cheap_main .c_m_left .cml_box .b_check{
	padding-left: 35px;
	cursor: pointer;
	display: block;
	float: left;
}
.cheap_main .c_m_left .cml_box .b_check .bc_checkbox{
	float: left;
	height: 18px;
	width: 18px;
	margin-right: 5px;
}
.cheap_main .c_m_left .cml_box .b_check .bcc{
	background-image: url(../images/checkbox.png);
}
.cheap_main .c_m_left .cml_box .b_check .bcc_hover{
	background-image: url(../images/checkbox_hover.png);	
}
.cheap_main .c_m_left .cml_box .b_check span{
	font-size: 12px;
	line-height: 18px;
	color: #404040;
	float: left;
	height: 18px;		
}
.cheap_main .c_m_right{
	display: inline-block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 20px;
}
.cheap_main .c_m_right .cmr_tit{
	height: 31px;
	width: 100%;	
}
.cheap_main .c_m_right .cmr_tit h1{
	font-size: 22px;
	line-height: 22px;
	color: #404040;
	height: 22px;
	width: 100%;
	padding-bottom: 7px;
}
.cheap_main .c_m_right .cmr_tit .down{
	background-color: #e01e21;
	height: 2px;
	width: 60px;		
}
.cheap_main .c_m_right .cmr_select{
	width: 100%;
	padding-top: 35px;
	padding-bottom: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	display: table;
}
.cheap_main .c_m_right .cmr_select .cmrs{
	display: table;
	float: right;
	height: 20px;		
}
.cheap_main .c_m_right .cmr_select .cmrs span{
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	float: left;
	height: 20px;
	display: block;
	margin-right: 3px;
}
.cheap_main .c_m_right .cmr_select .cmrs select{
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/cheap_select.png);
	width: 132px;
	height: 20px;
	outline: none;
	font-size: 12px;
	float: left;
	color: #404040;
}
.cheap_main .c_m_right .cmr_box{
	margin-right: -10px;
	padding-top: 17px;
	display: block;
	margin-left: -10px;
}
.cheap_main .c_m_right .cmr_box .cmrb_big{
	float: left;
	width: 33.3333%;
	margin-bottom: 11px;
	padding-left: 10px;
	padding-right: 10px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb{
	width: 100%;
	border: 1px solid #cccccc;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small{
	width: 100%;		
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .box_img{
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .box_img a{
	width: 100%;
	height: 200px;
	display: flex;
	position: relative;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .box_img a .i-ico{
	max-height: 20px;
	position: absolute;
	max-width: auto;
	top: 0px;
	right: 0px;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .box_img a img{
	display: flex;
	max-height: 80%;
	max-width: 80%;
	margin: auto;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .cmrbbs_title{
	width: 100%;
	padding-top: 12px;
	padding-bottom: 15px;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .cmrbbs_title a{
	font-size: 16px;
	color: #666;
	height: 40px;
	width: 100%;
	line-height: 20px;
	letter-spacing: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b{
	height: 24px;
	width: 100%;		
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b .mdb_money{
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #ea413b;
	float: left;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b .mdb_old_money{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	float: left;
	text-decoration: line-through;
	padding-left: 15px;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b .mdb_domain{
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	padding-left: 15px;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b .mdb_cate{
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #999999;
	font-weight: bold;
}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .mdb_buy{
	margin-top: 20px;
	background: linear-gradient(to bottom, #F84747 0%, #9D2929 100%);
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	border-radius: 6px;
	line-height: 35px;
	text-align: center;
	display: block;
	width: 100%;
	text-transform: uppercase;
}
._banner{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	max-width:1200px;
}
.sear-box{
	width: 100%;
	padding-right: 170px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 30px;
	padding-left: 230px;
}
.sear-box .sea-b-text{
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #444;
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.sear-box input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.sear-box input[type="text"]{
	height: 40px;
	background-color: #FFF;
	color: #000;
	width: 100%;
	line-height: 20px;
	border: 1px solid #666;
	font-size: 18px;
	background-image: url(../images/search_box_icon.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 26px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.sear-box input[type="submit"]{
	height: 40px;
	width: 155px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #f94932;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
}
.search-num{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
	padding-bottom: 20px;
}
.search-list{
	width: 100%;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	/*border-bottom: 1px solid #666;
	border-top: 1px solid #666;*/
}
.search-list .s-box{
	width: 100%;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-right: 450px;
}
.search-list .s-box .s-b-list{
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.search-list .s-box .s-b-list .s-news-title{
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	display: block;
}
.search-list .s-box .s-b-list .s-news-title h3{
	font-size: 20px;
	line-height: 25px;
	color: #15c;
	height: 25px;
	width: 100%;
	overflow: hidden;
	display: block;
	text-decoration: underline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;	
}
.search-list .s-box .s-b-list .s-news-url{
	font-size: 16px;
	line-height: 20px;
	color: #093;
	height: 20px;
	width: 100%;
	overflow: hidden;
	display: block;
	margin-bottom: 0px;
}
.search-list .s-box .s-b-list .image-text{
	width: 100%;
	padding-top: 5px;
	max-height: 50px;
	overflow: hidden;
}
.search-list .s-box .s-b-list .image-text .news-image{
	display: block;
	float: left;
	background-color: #FFF;
	max-width:80px;
	margin-right: 10px;	
}
.search-list .s-box .s-b-list .image-text img{
	vertical-align: bottom;
	width: 100%;
}
.search-list .s-box .s-b-list .image-text .news-text{
	font-size: 16px;
	line-height: 25px;
	color: #333;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;	
}
.search-list .s-box .s-b-list .image-text .news-text b{
	color: #F00;		
}
.search-list .s-box .sbox-search-title{
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.search-list .s-box .s-box-search{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.search-list .s-box .s-box-search .ss-list{
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.search-list .s-box .s-box-search .ss-list a{
	font-size: 20px;
	line-height: 25px;
	color: #15c;
}
.search-list .s-box .s-box-search .ss-list a font{
	font-weight: bold;	
	color: #04b;
}
.search-list .search-right{
	width: 330px;
	position: absolute;
	top: 20px;
	right: 0px;
}
.search-list .search-right .sr-title{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding-top: 20px;
}
.search-list .search-right .sr-box{
	width: 100%;
	margin-bottom: 20px;		
}
.search-list .search-right .sr-box a{
	font-size: 20px;
	line-height: 25px;
	color: #15c;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;		
	display: inline-block;
}
.search-list .search-right .sr-box a font{
	font-weight: bold;	
	color: #04b;
}
.detail_description_box{
	background-color: #FFF;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 14px;
	line-height: 25px;
	color: #808080;
}
.detail_description_box p{
	overflow: hidden;	
	font-size: 14px;
	line-height: 25px;
	color: #808080;		
}
.detail_description_box span{
	overflow: hidden;	
	font-size: 14px;
	line-height: 25px;
	color: #808080;		
}
.detail_description_box a{
	overflow: hidden;	
	font-size: 14px;
	line-height: 25px;
	color: #808080;		
}
._search{
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: auto;
	max-width:1200px;
}
.store_search_box{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: auto;
	border-radius: 5px;
}
.store_search_box:hover{
	background-color: rgba(0,0,0,0.15);	
	transition: background-color 0.25s;	
}
.store_search_box .ssb_title{
	font-size: 13px;
	color: #525252;
	font-weight: normal;
	line-height: 15px;
	padding-left: 6px;
}
.store_search_box .ssb_list{
	margin-right: -9px;
	margin-left: -9px;
	overflow: hidden;
	display: block;
}
.store_search_box .ssb_list .ssb_box{
	width: 33.3333%;
	float: left;
	height: 28.8px;
	margin-top: 5px;
	padding-right: 9px;
	padding-left: 9px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.store_search_box .ssb_list .ssb_box a{
	height: 28.8px;
	width: 100%;
	display: inline-block;
	text-align: center;
	line-height: 28.8px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
	border: 1px solid rgba(247,247,247, 0.5);
	background-color: #000000;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	color: #f7f7f7;
	font-weight: normal;
	font-size: 16px;
	background-image: url(../images/f7f7f7.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	background-size: 18px;
	transition: all 0.3s ease-in;
	padding: 0 25px;
}
.store_search_box .ssb_list .ssb_box .a2{
	border: 1px solid rgba(0,83,249, 0.5);
	color: #0053f9;	
	background-image: url(../images/0053f9.png);
	background-color: #FFFFFF;
}
.store_search_box .ssb_list .ssb_box a:hover{
	background-color: #f7f7f7;
	color: #000000;	
	background-image: url(../images/000000.png);
}
.store_search_box .ssb_list .ssb_box .a2:hover{
	background-color: #0053f9;
	color: #FFF;	
	background-image: url(../images/FFFFFF.png);
}
.dp_box{
	margin: 0 -15px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	min-height: 600px;	
}
.dp_box .dp_link{
	width: 50%;
	padding: 0 15px;
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.dp_box .dp_link a{
	color: #f94932;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	padding: 15px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	background-color: #12254d;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 7px 12px -9px #666;
	border-radius: 5px;
	padding-right: 35px;
	height: 100%;
	line-height: 1.1;
}
.dp_box .dp_link a::after{
	font-family: "FontAwesome";
	font-weight: 900;
	content: "\f054";
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #f94932;
	font-size: 18px;
	position: absolute;
	right: 15px;
	opacity: .6;
}
.dp_box .dp_link a:hover{
	background-color: #2a56c6;
}
.dp_box .dp_link a:hover::after{opacity: 1;}
.__category_box{
	width: 1200px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;	
	margin-top:30px;
}
.__category_box_title{
	font-family: Helvetica_LT_45_Light;
	color: #262626;
	font-weight: bold;
	font-size: 34px;
	line-height: 1.5;
	text-align: center;
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.__category_box_desc{
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 10px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.__category_box_btn{
	background-color: #f94932;
	color: #FFF;
	font-size: 22px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;
	display: block;
	width: 60%;
	margin: 10px auto;
	box-shadow: 0 7px 18px -9px #000;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.3s ease-in;
	text-transform: capitalize;
}
.__category_box_btn i{margin-left: 10px; font-size: 16px;}
.__category_box_btn:hover{
	background-color: #DE354C;
	transform: scale(1.05);
}
.__category{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	box-shadow: 0 7px 18px -9px #ccc;
	padding: 10px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	background-color: #FFF;
}
.__category .__category_logo{
	height: 148px;
	width: 148px;
	border: 1px solid #e0e0e0;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
.__category .__category_logo .__category_store_logo{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 148px;
	width: 148px;
	background-color: #FFF;
}
.__category .__category_logo .__category_store_logo img{
	max-height:133.2px;
	max-width:133.2px;	
}
.__category .__category_detail{
	width: 100%;
	height: 150px;
	padding-top: 5px;
	padding-left: 165px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}
.__category .__category_detail h2{
	font-size: 22px;
	line-height: 25px;
	color: #262626;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.__category .__category_detail .web_url{
	font-size: 14px;
	line-height: 25px;
	color: #999999;
	background-image: url(../images/web.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 13px;
	display: inline-block;	
}
.__category .__category_detail p{
	width: 100%;
	height: 65px;
	font-size: 12px;
	color: #808080;
	cursor: pointer;
	display: block;
	padding-top: 5px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.__category .__category_detail .get_detail{
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #f94932;
	position: absolute;
	right: 0px;
	bottom: 0px;	
}
.page{
	margin: auto;
	padding-top: 20px;
	display: table;
	padding-bottom: 20px;
}
.page a{
	float: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #404040;
	background-color: #FFF;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page span{
	float: left;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background-color: #f94932;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin: 5px;
	border: 1px solid #f94932;
	border-radius: 4px;
	-moz-border-radius: 4px;
}
.page a:hover{
	background-color: #f94932;	
	border: 1px solid #f94932;
	color: #FFFFFF;
}
.index-search-box{
	min-height: 67vh;
	width: 100%;
	padding-top: 210px;
	background-image: url(../images/n-logo.png);
	background-repeat: no-repeat;
	background-position: center 80px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.index-search-box .index-search{
	display: table;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
	width: 900px;
	position: relative;
}
.index-search-box .index-search input[type="text"] {
	font-size: 14px;
	line-height: 50px;
	color: #333;
	height: 50px;
	width: 100%;
	outline: none;
	border: 1px solid #000;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.index-search-box .index-search input[type="submit"] {
	border: 0px none #000;
	float: right;
	height: 50px;
	width: 55px;
	background-image: url(../images/index-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	outline: none;
	background-color: #f94932;
	position: absolute;
	top: 0px;
	right: 0px;
}
.index-search-box .index-search .index-box-pop{
	width: 100%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.index-search-box .index-search .index-box-pop p{
	font-size: 12px;
	color: #666;
	clear: both;
	float: none;
	width: 100%;
	margin-bottom: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-search-box .index-search .index-box-pop a{
	font-size: 16px;
	color: #DE354C;
	float: left;
	border-radius: 30px;
	-moz-border-radius: 30px;
	margin-bottom: 25px;
	padding: 0px;
	box-shadow: 0 7px 18px -9px #000;
	border: 1px solid #DE354C;
	transition: all 0.6s ease-in;
	-webkit-transition: all 0.3s ease-in;
	width: 100%;
	text-align: center;
	line-height: 50px;
}
.index-search-box .index-search .index-box-pop .a-hover{margin-left: 0px; background-color: #DE354C; color: #FFF;}
.index-search-box .index-search .index-box-pop a:hover{background-color: #DE354C; color: #FFF;}
.index-search-box .index-search .is_click_box{
    background-color: #FFF;
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 10px;
    border: 1px solid #e6e6e6;
    top: 55px;
    z-index: 5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index-search-box .index-search .is_click_box_hide{
	display: none;	
}
.index-search-box .index-search .is_click_box a{
	font-size: 14px;
	color: #333;
	display: table;
	float: left;
	line-height: 25px;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
}
.index-search-box .index-search .is_click_box a:hover{
	color: #FFF;
	background-color: #f94932;		
}
.full_roll{
	background-color: rgba(0,0,0,0.8);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 100000;
	left: 0px;
	top: 0px;
	display: none;
}
.full_roll .fur_box{
	display: block;
	width: 700px;
	margin-top: 10%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 360px;
	background-image: url(../images/cate-pop.png);
	height: 480px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.full_roll .fur_box .pop_title{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100%;		
}
.full_roll .fur_box .fur_close{
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	width: 30px;
	z-index: 100;
	text-align: center;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
}
.full_roll .fur_box .fur_p{
	width: 320px;
	position: absolute;
	top: 80px;
	right: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #fdfdfd;
	text-align: center;
}
.full_roll .fur_box .fur_search{
	width: 320px;
	position: absolute;
	top: 105px;
	right: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
}
.full_roll .fur_box .fur_search a{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #050505;
	text-align: center;
	display: block;
	padding: 10px;
	width: 280px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	background-color: #fbfcfc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.full_roll .fur_box .fur_search a:hover{
	-moz-box-shadow: 0px 6px 6px #333;
	box-shadow: 0px 6px 6px #333;	
}
.lists{
	width: 1200px;
	margin: auto;
	display: block;
}
.lists .lists_left{
	width: 100%;
	/*width: 800px;
	float: left;*/
}
.lists .lists_left .other_list{
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #666;
	position: relative;
	overflow: hidden;
	height: 141px;
	display: block;
}
.lists .lists_left .other_list .other_image{
	width: 200px;
	position: absolute;
	left: 0px;
	top: 20px;
	height: 101px;
	overflow: hidden;
}
.lists .lists_left .other_list .other_image img{
	width: 100%;
}
.lists .lists_left .other_list .other_info{
	width: 100%;
	padding-left: 220px;	
	height: 101px;
}
.lists .lists_left .other_list .other_info .oi_title{
	color: #FFF;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    width: 100%;	
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lists .lists_left .other_list .oi_content{
	color: #a6aab1;
    font-size: 14px;
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    width: 100%;
}
.lists .other_content{
	width: 100%;		
}
.lists .lists_right{
	float: right;
	width: 380px;		
}

.other_content img{
	display: table;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
.other_content p{
	font-size: 16px;
	line-height: 23px;
	color: #333;
	display: block;
	width: 100%;
	overflow: hidden;
	padding-bottom: 10px;
}
.other_content span{
	color: #333;
    font-size: 20px;
    line-height: 30px;	
}
.content_title{
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.content_title h1{
	font-size: 3em;
	color: #333;
	width: 100%;
	text-align: center;
}
.main_news_box {
	margin-top: 30px;
	margin-right: -15px;
	display: block;
	margin-left: -15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_news_box .b_box {
	float: left;
	width: 25%;
	margin-bottom: 30px;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_news_box .b_box .s_box {
	display: block;
	width: 100%;
	border: 1px solid #e9e9e9;
	background-color: #FFF;
	padding: 10px;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_news_box .b_box .s_box .s_full {
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 90;
	left: 0px;
	top: 0px;
	display: none;
}
.main_news_box .b_box .s_box .s_full .sf_btn {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-image: url(/public/images/search_box_icon_p.png);
	background-repeat: no-repeat;
	background-position: 113px center;
	position: absolute;
	border: 2px solid #CCC;
	background-size: 25px;
	width: 150px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -20px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main_news_box .b_box .s_box:hover .s_full {
	display: block;
}
.main_news_box .b_box .s_box .store_logo {
	display: block;
	height: 164px;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.main_news_box .b_box .s_box .store_logo img {
	display: block;
	margin: auto;
	height: 100%;
	max-width: 100%;
}
.main_news_box .b_box .s_box .coupon_title {
	width: 100%;
	height: 65px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	color: #f94932;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFF;
	height: auto;
	background-image: url(../images/tit-r.png);
	background-repeat: no-repeat;
	background-position: 99% center;
	background-size: 13px;
	padding-right: 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.main_news_box .b_box .s_box:hover {
	-moz-box-shadow: 0px 1px 7px 0px #999;
	-webkit-box-shadow: 0px 1px 7px 0px #999;
	box-shadow: 0px 1px 7px 0px #999;
}
.pages-sear-box {
	width: 100%;
	position: relative;
	margin-top: 40px;
	background-color: #FFF;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages-sear-box input {
	outline: none;
}
.pages-sear-box input[type="text"] {
	height: 60px;
	background-color: #FFF;
	color: #666;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	padding-top: 15px;
	padding-right: 120px;
	padding-bottom: 15px;
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages-sear-box input[type="submit"] {
	height: 60px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/search_box_icon_p.png?v1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30px;
	background-color: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages_title {
	line-height: 20px;
	display: table;
	height: 20px;
	margin: auto;
	margin-top: 50px;
}
.pages_title p {
	background-color: #e6e6e6;
	height: 1px;
	width: 65px;
	margin-top: 9.5px;
	float: left;
}
.pages_title h2 {
	font-size: 20px;
	line-height: 20px;
	color: #404040;
	float: left;
	height: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.other_keys {
	display: block;
	margin-right: -7.5px;
	margin-left: -7.5px;
	overflow: hidden;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other_keys .ok_list {
	float: left;
	margin-bottom: 10px;
	padding-left: 7.5px;
	padding-right: 7.5px;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other_keys .ok_list a {
	font-size: 16px;
	color: #000;
	background-color: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	display: block;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-image: url(../images/search_box_icon_p.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	padding-left: 50px;
}
.other_keys .ok_list a:hover{
	-moz-box-shadow: 0px 1px 7px 0px #999;
	-webkit-box-shadow: 0px 1px 7px 0px #999;
	box-shadow: 0px 1px 7px 0px #999;
	font-size: 16px;
	color: #FFF;
	background-color: #f94932;
	background-image: url(../images/search_box_icon_f.png);
}
.other_keys .ok_list .a_hover{
	font-size: 16px;
	color: #FFF;
	background-color: #f94932;	
	-moz-box-shadow: 0px 1px 7px 0px #999;
	-webkit-box-shadow: 0px 1px 7px 0px #999;
	box-shadow: 0px 1px 7px 0px #999;
	background-image: url(../images/search_box_icon_f.png);
}
.other_news {
	display: block;
	margin-right: -15px;
	margin-left: -15px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 20px;
}
.other_news .on_list {
	float: left;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other_news .on_list .onl_content {
	width: 90%;
	display: inline-block;
}
.other_news .on_list .onl_content .c_title {
	line-height: 25px;
	font-weight: bold;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	display: block;
}
.other_news .on_list .onl_content .c_test {
	font-size: 14px;
	line-height: 20px;
	color: #686868;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 60px;
}
.pages-full{
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
	height: 100%;	
}
.pages_search_pop{
	width: 670px;
	margin-left: -330px;
	position: fixed;
	left: 50%;
	top: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
	z-index: 10;
	border-radius: 5px;
	padding-bottom: 315px;
}
.pages_search_pop .sp_close{
	float: right;
	width: 17px;
	height: 17px;
	cursor: pointer;
	background: url(../images/closed.png);
	background-size: 17px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 10;
}
.pages_search_pop .sp_top{
	width: 100%;
	position: relative;
	display: inline-block;
}

.pages_search_pop .sp_top .spt_tit{
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	padding: 35px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.pages_search_pop .sp_top .sp_item{
	width: 730px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: linear-gradient(45deg,#932432 0%,#DE354C 100%);
	position: absolute;
	left: -30px;
	box-shadow: 0 7px 18px -9px #000;
	padding-top: 100px;
	padding-bottom: 80px;
	border-radius: 2px;
}
/*.pages_search_pop .sp_top .sp_item p{
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #FFF;
	width: 100%;
	padding: 30px 10px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}*/
.pages_search_pop .sp_top .sp_item .i_btn{
	display: table;
	margin: auto;	
}
.pages_search_pop .sp_top .sp_item .i_btn .ib_box{
	float: left;
	width: 190px;
	margin: 0 40px;	
}
.pages_search_pop .sp_top .sp_item .i_btn .ib_box .ib{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #283747;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	line-height: 60px;
}
.pages_search_pop .sp_top .sp_item .i_btn .ib_box p{
	font-size: 14px;
	line-height: 15px;
	color: #FFF;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.pages_search_pop .sp_top .sp_item span{
	font-size: 14px;
	line-height: 25px;
	color: #CCC;
	text-decoration: underline;
	text-align: center;
	display: block;
	width: 100%;
	padding-top: 10px;	
}
.pages_search_pop .sp_title{
	font-size: 18px;
	line-height: 25px;
	color: #999;
	text-align: center;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.pages_search_pop .sp_url{
	font-size: 14px;
	line-height: 20px;
	color: #797979;
	width: 100%;
	margin-top: 5px;	
	text-align: center;	
}
.pages_search_pop .sp_btn{
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #E63E00;
	height: 40px;
	width: 100%;
	margin-top: 15px;	
	text-align: center;
	display: block;
}
.pages_search_pop .sp_more{
	font-size: 16px;
	line-height: 20px;
	color: #E63E00;
	text-align: center;
	margin-top: 10px;
	display: table;
	margin-left: auto;
	margin-right: auto;	
}
.pages_search_pop .sp_box{
	width: 100%;
	padding-right: 120px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 30px;	
}
.pages_search_pop .sp_box input[type="text"] {
    height: 47px;
    background-color: #FFF;
    color: #000;
    width: 100%;
    line-height: 27px;
    border: 1px solid #E63E00;
    font-size: 16px;
    padding-top: 10px;
    padding-right: 120px;
    padding-bottom: 10px;
    padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pages_search_pop .sp_box input[type="submit"] {
    height: 47px;
    width: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #E63E00;
    font-size: 22px;
    line-height: 47px;
    font-weight: bold;
    color: #FFF;
}
.pages_search_pop .sp_list{
	display: block;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.pages_search_pop .sp_list .spl{
	float: left;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.pages_search_pop .sp_list .spl a{
	font-size: 16px;
	line-height: 25px;
	color: #333;
	width: 100%;
	display: block;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/right.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 13px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.pages_search_pop .sp_list .sp_keys{
	display: block;
    margin-right: -10px;
    margin-left: -10px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pages_search_pop .sp_list .sp_keys .spk{
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.pages_search_pop .sp_list .sp_keys .spk a{
	color: #000;
	background-color: #FFF;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px;
	height: 30px;
	width: 100%;
	font-weight: bold;
	text-align: left;
	display: block;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 14px;
	background-image: url(../images/search_box_icon_p.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 18px;
	padding-right: 20px;
	padding-left: 50px;
}
.pages_search_pop .sp_list .sp_keys .spk .a_hover {
    color: #FFF;
    background-color: #f94932;
    -moz-box-shadow: 0px 1px 7px 0px #999;
    -webkit-box-shadow: 0px 1px 7px 0px #999;
    box-shadow: 0px 1px 7px 0px #999;
    background-image: url(../images/search_box_icon_f.png);
}
.pages_search_pop .sp_list .sp_keys .spk a:hover{
	color: #FFF;
    background-color: #f94932;
    -moz-box-shadow: 0px 1px 7px 0px #999;
    -webkit-box-shadow: 0px 1px 7px 0px #999;
    box-shadow: 0px 1px 7px 0px #999;
    background-image: url(../images/search_box_icon_f.png);	
}
#mobile_show{display: none;}
.m_pages_search_pop{
	width: 300px;
	margin-left: -150px;
	position: fixed;
	left: 50%;
	top: 10%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
	z-index: 10;
}
.m_pages_search_pop .sp_close{
	float: right;
	width: 15px;
	height: 15px;
	cursor: pointer;
	background: url(../images/closed.png);
	background-size: 15px;
	position: absolute;
	right: 0px;
	top: -15px;
	z-index: 10;
}
.m_pages_search_pop .msp_box{
	width: 100%;
	display: block;
	position: relative;
	padding: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.m_pages_search_pop .msp_title{
	font-size: 14px;
	line-height: 25px;
	color: #999;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5;
	padding-right: 7px;
	padding-left: 7px;
}
.m_pages_search_pop .msp_box .msp_img{
	width: 100%;
	display: block;
}
.m_pages_search_pop .msp_box .msp_img .im{
	display: block;
	position: relative;
	background-color: #fff;
	padding-bottom: 55%;
	overflow: hidden;	
}
.m_pages_search_pop .msp_box .msp_img .im img{
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.m_pages_search_pop .msp_box .keys_btn{
	width: 100%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.m_pages_search_pop .msp_box .keys_btn p{
	font-size: 18px;
	line-height: 25px;
	color: #333;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.m_pages_search_pop .msp_box .keys_btn span{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #F94932;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: auto;
	line-height: 40px;
	height: 40px;
	width: 80%;
	text-align: center;
}
.other_box{
	width: 100%;
	position: relative;
	min-height: 400px;	
}
.other_box .ob-left{
	width: 100%;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	padding-right: 350px;	
}

.other_box .ob-left .ob-keys{
	background-color: #FFF;
	padding: 10px;
	width: 100%;
	border: 1px solid #D7D7D7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 0 0 .25rem .25rem;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),0px 1px 1px rgba(0, 0, 0, 0.14),0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}
.other_box .ob-left h3{
	font-size: 18px;
	line-height: 36px;
	color: #6699CC;
	border: 1px solid #C9C9C9;
	border-bottom: 0px none #E4E4E4;
	background-color: rgba(0,0,0,.02);;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	border-radius: .25rem .25rem 0 0;
}
.other_box .ob-left .ob-keys a{
	font-size: 16px;
	line-height: 25px;
	color: #003366;
	float: left;
	width: 50%;
	margin-top: 5px;
	margin-bottom: 5px;		
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.other_box .ob-left .ob-keys a font {
    font-weight: bold;
	color: #003366;
}
.other_box .ob-left .ob-list{
	background-color: #FFF;
	padding: 10px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 1rem !important;
	position: relative;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),0px 1px 1px rgba(0, 0, 0, 0.14),0px 2px 1px -1px rgba(0, 0, 0, 0.20);
	border-radius: 8px;
	border: 1px solid #dddddd;
}
.other_box .ob-left .ob-list .ob-l{
	width: 100%;
	padding-right: 170px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.other_box .ob-left .ob-list .ob-l h2{
	margin-top: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 26px;
	overflow: hidden;
	width: 100%;	
}
.other_box .ob-left .ob-list .ob-l h2 a{
	color: #0d4fa0;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.other_box .ob-left .ob-list .ob-l .a-link{
	font-size: 12px;
	line-height: 23px;
	color: #007bff;
	background-image: url(../images/search.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 23px;
	width: 100%;
	padding-left: 28px;		
	margin-bottom: .25rem;
	margin-top: .25rem;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other_box .ob-left .ob-list .ob-l p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
	width: 100%;
	font-size: 13px;
	line-height: 19px;
	color: #404040;
}
.other_box .ob-left .ob-list .ob-l .a-primary{
	color: #007bff;
	line-height: 1.5;
	letter-spacing: .3px;
	font-weight: 400;	
	font-size: 70%;
	margin-top: 20px;
	display: inline-block;
}
.other_box .ob-left .ob-list .ob-l .a-primary i{margin-right: 3px;}
.other_box .ob-left .ob-list .ob-l .a-primary:hover{
	color: #0056b3;	
}
.other_box .ob-left .ob-list .ob-r{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: .775rem;
	font-weight: 600;
	width: 135px;
	line-height: 29px;
	color: #fff;
	background-color: #17a2b8;
	display: inline-block;
	text-align: center;
	transition: background .15s;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12),0px 1px 1px rgba(0, 0, 0, 0.14),0px 2px 1px -1px rgba(0, 0, 0, 0.20);
}
.other_box .ob-left .ob-list .ob-r:hover{
	background-color: #138496;	
}
.other_box .ob-right{
	width: 330px;
	position: absolute;
	top: 54px;
	right: 0px;	
}
.other_box .ob-right .obr-box{
	width: 100%;
	margin-bottom: 20px;
}
.other_box .ob-right .obr-box a{
	font-size: 17px;
	line-height: 25px;
	color: #007bff;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	letter-spacing: 0.2px;
	transition: color .5s;
}
.other_box .ob-right .obr-box a:hover{
	color: #28a745;	
}
.other_box .ob-right .obr-box a font{
	color: #404040;	
	font-size: 17px;
	line-height: 25px;
}
.other_box .ob-right .obr-news{
	margin-right: 0px;
	margin-left: 0px;
	display: inline-block;
}
.other_box .ob-right .obr-news .obn-list{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.other_box .ob-right .obr-news .obn-list .obn-item{
	display: block;
	width: 100%;
	background-color: #FFF;
	transition: opacity 400ms;
	opacity: 1;
}
.other_box .ob-right .obr-news .obn-list .obn-item:hover{
	opacity: .8;	
}
.other_box .ob-right .obr-news .obn-list .obn-item .obn-img{
	display: block;
	position: relative;
	overflow: hidden;
	padding-bottom: 60%;
}
.other_box .ob-right .obr-news .obn-list .obn-item .obn-img img{
	width: 100%;
	position: absolute;
	height: 100%;	
}
.other_box .ob-right .obr-news .obn-list .obn-item p{
	font-size: 14px;
	line-height: 35px;
	color: #003366;
	padding: 0 10px;
	width: 100%;	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.other_title{
	width: 100%;
	padding: 20px 0;	
}
.other_title h1{
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	color: #333;
}
.other_title h2{
	font-size: 26px;
	line-height: 1;
	color: #0d4fa0;
}

.deals_title{
	width: 100%;
	margin-bottom: 30px;		
}
.deals_title h2{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	width: 100%;		
}
.deals_title h1{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	width: 100%;		
}
.deals_title p{
	font-size: 16px;
	line-height: 20px;
	color: #797979;	
	width: 100%;		
}
.deals_row{
	margin-left: -10px;
    margin-right: -10px;
}
.deals_row .deals_list{
	padding-left: 10px;
	padding-right: 10px;
	width: 33.3333%;
	float: left;
	margin-bottom: 20px;	
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.deals_row .deals_list .d-item{
	transition: transform .2s;
	width: 100%;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.25);
	box-shadow: 0 1px 4px rgba(0,0,0,0.25);	
	background-color: #fff;
	border-radius: 2px;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.deals_row .deals_list .d-item:hover{
	transform: scale(1.026);
	box-shadow: 0 1px 4px rgba(0,0,0,.25);	
}
.deals_row .deals_list .d-item img{
	width: 100%;
	padding-top: 1em;
	padding-left: 2.5em;
	padding-right: 2.5em;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.deals_row .deals_list .d-item .d-info{
	width: 100%;
	height: 124px;
	padding: 1rem;
	text-align: center;
		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;	
}
.deals_row .deals_list .d-item .d-info .d-tit{
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	background-color: #FFF;
	border: 0;
}
.deals_row .deals_list .d-item .d-info p{
	font-weight: 500;
	font-size: 12px;
	color: #6c7881;
	line-height: 1.2;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.deals_row .deals_list .d-item .d-btn{
	width: 94%;
	background-color: #00ba9c;
	color: #fff;
	line-height: 30px;
	text-align: center;
	border-radius: 2px;
	font-size: 0.875rem;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	transition: background .2s;
	font-weight: 700;
}
.deals_row .deals_list .d-item .d-btn:hover{
	background-color: #4dceb9;
}
.merchant_row{
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding: 55px 13%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #FFF;
}
.merchant_row .mer_detail{
	width: 100%;
	position: relative;
}
.merchant_row .mer_detail .mer-d-img{
	height: 250px;
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;		
}
.merchant_row .mer_detail .mer-d-img img{width: 100%;}
.merchant_row .mer_detail .mer-d-info{
	width: 100%;
	padding-left: 350px;	
	height: 250px;	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.merchant_row .mer_detail .mer-d-info h1{
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	margin-bottom: 30px;
}
.merchant_row .mer_detail .mer-d-info p{
	font-size: 20px;
	line-height: 25px;
	color: #666;
	width: 100%;
	margin-bottom: 40px;
}
.merchant_row .mer_detail .mer-d-info a{
	width: 310px;
	background-color: #00ba9c;
	color: #fff;
	line-height: 48px;
	text-align: center;
	border-radius: 2px;
	font-size: 20px;
	display: block;
	transition: background .2s;
	font-weight: 700;
}
.merchant_row .mer_detail .mer-d-info a:hover{
	background-color: #4dceb9;	
}
.discount_row{
	width: 100%;
	padding: 30px 13% 50px;
	background-color: #f1f1f1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.discount_row h2{
	font-size: 20px;
	line-height: 25px;
	color: #000;
	text-align: center;
	width: 100%;	
	padding: 20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.discount_row .dis_box{
	width: 100%;			
}
._w100{
	width: 100%; padding-left: 350px; padding-right: 350px;
	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
._w350{
	width: 350px;
	position: absolute;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
._p5{
	padding: 5px;
	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
._r{
	right:0px;	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
._l{
	left:0px;	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
._t{
	top:30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
._b{
	bottom:0px;	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
}
.discount_row .dis_box .dis-b-title{
	width: 100%;
	background-color: #003366;
	height: 40px;
	position: relative;
}
.discount_row .dis_box .dis-b-title span{
	font-size: 14px;
	line-height: 40px;
	color: #00CCFF;
	text-align: center;
}
.discount_row .dis_box .dis-b-list{
	width: 100%;
	border: 1px solid #BCBCBC;
	border-top: 0px none #f1f1f1;
	padding: 30px 0;
	position: relative;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.discount_row .dis_box .dis-b-list .dis-b-item{height: 135px; overflow: hidden; display: block;}
.discount_row .dis_box .dis-b-list .dis-b-item img{
	display: block;
	margin: auto;
	width: 110px;
}
.discount_row .dis_box .dis-b-list .dis-b-item .plidr_list{
	display: table;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.discount_row .dis_box .dis-b-list .dis-b-item .plidr_list .plidr_x{
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 20px;
	width: 20px;
	margin-right: 5px;		
}
.discount_row .dis_box .dis-b-list .dis-b-item .plidr_list .x_null{
	background-image: url(../images/x_null.png);	
}
.discount_row .dis_box .dis-b-list .dis-b-item .plidr_list .x_half{
	background-image: url(../images/x_half.png);		
}
.discount_row .dis_box .dis-b-list .dis-b-item .plidr_list .x_all{
	background-image: url(../images/x_all.png);		
}
.discount_row .dis_box .dis-b-list .dis-b-info{
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	width: 100%;
	height: 135px;
	overflow: hidden;
	padding: 5px 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.discount_row .dis_box .dis-b-list .dis-b-info h3{
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.discount_row .dis_box .dis-b-list .dis-b-info p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;		
}
.discount_row .dis_box .dis-b-btn{
	height: 135px;
	width: 100%;
	position: relative;
	display: block;
}
.discount_row .dis_box .dis-b-btn a{
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	background-color: #FF9900;
	text-align: center;
	height: 40px;
	width: 240px;
	margin-top: -20px;
	margin-left: -120px;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 1;
	transition: opacity .2s;
}
.discount_row .dis_box .dis-b-btn a:hover{opacity: .7}
.merchant_box{
	width: 100%;
	padding: 30px 13% 50px;	
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content-box{
	width: 100%;
	position: relative;
	padding-top: 0px;
}
.content-box p{
	font-size: 18px;
	line-height: 30px;
	color: #868686;
	width: 100%;
}
.store_top{
	background-color: #ffffff;
	height: 129px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e0e0e0;
	padding-top: 22px;
	padding-bottom: 25px;
	display: table;
}
.store_top .store_content{
	margin: auto;
	width: 1200px;
	display: table;
}
.store_top .store_content .store_logo{
	float: left;
	height: 129px;
	width: 129px;
	display: block;
	border: 1px solid #CCC;
}
.store_top .store_content .store_logo .img{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	height: 129px;
	width: 129px;
	font-size: 20px;
	color: #000;
	font-weight: bold;
	word-break: break-all;		
}
.store_top .store_content .store_logo .img img{
	max-height:90%;
	max-width:90%;
}
.store_top .store_content .content_right{
	padding-left: 20px;
	padding-top: 7px;
	float: left;
	
}
.store_top .store_content .content_right .cr-btn{
    width: 300px;
    height: 36px;
    display: block;
    background-color: #34a8c4;
    color: #fff;
    text-align: center;
    line-height: 36px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.store_top .store_content .content_right .store_name{
	font-size: 20px;
	line-height: 20px;
	color: #404040;
	height: 20px;
	margin-bottom: 9px;
}
.store_top .store_content .content_right .store_domain{
	font-size: 12px;
	line-height: 12px;
	color: #e63e3a;
	display: table;
	height: 12px;
	margin-bottom: 6px;		
}
.store_top .store_content .content_right p{
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	width: 1030px;
	overflow: hidden;
	cursor: default;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-all;
}
@media screen and (max-width:1253px) {	
.lists{
	width: 96%;
}
.store_banner{display:none;}

/******************popular_stores***************************************/
.index_popular_stores{
	width: 997px;
}
/******************jump_404_store_logos***************************************/
.jump_404_title{
	width: 997px;	
}
.jump_404_store_logos{
	width: 997px;
}
/******************about***************************************/
.about{
	width: 997px;
}
/******************path***************************************/
.path{
	width: 997px;		
}
/******************browse***************************************/
.browse{
	width: 997px;
}
/******************hottest_deals***************************************/
.index_hottest_deals{
	width: 997px;
}
.index_hottest_deals .hottest_deals{
	height: 160px;
}
.index_hottest_deals .hottest_deals .screen{
	height: 160px;
}
.index_hottest_deals .hottest_deals .screen .deal_link{
	height: 160px;
	width: 320px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a{
	height: 160px;
	width: 320px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a img{
	height: 160px;
	width: 320px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title{
	width: 310px;
	padding: 5px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title img{
	height: 57px;
	width: 57px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p{
	width: 235px;
	margin-left: 10px;
	line-height: 20px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p span{
	width: 235px;
	font-size: 14px;
	height: 40px;
	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p p{
	width: 235px;
	font-size: 12px;
}
/******************coupo***************************************/
.main .main_coupon{
	width: 997px;
}
.main .main_coupon .coupons .coupons_big{
	height: 152px;
	width: 489px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	height: 132px;
	width: 467px;
	padding: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	height: 136px;
	width: 112px;
	float: right;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img{
	height: 136px;
	width: 112px;
	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 326px;
	height: 100px;
	float: left;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 280px;
	font-size: 1em;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 326px;
	float: left;
}
/******************new_store***************************************/
.main_down .main_down_store{
	width: 997px;
}
.main_down .main_down_store .new_store a{
	margin-left: 25px;
}
/******************main_store_brief***************************************/
.main .main_store_brief .store_brief{
	width: 997px;
}
.main .main_store_brief .store_brief .brief{
	width: 830px;
}
.main .main_store_brief .store_brief .brief p{
	width: 830px;
}
/******************main_store_coupons***************************************/
.main .main_store_coupons{
	width: 997px;
}
.main .main_store_coupons .store_coupons .store_coupons_big{
	width: 489px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small{
	width: 487px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump{
	width: 467px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left{
	width: 318px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title{
	width: 318px;
}
/******************gift***************************************/
.gift{
	width: 900px;		
}
.gift .gift_money .money{
	margin-right:2px;
}
.gift .gift_sreen .right{
	right: 3px;
}
/******************cheap***************************************/
.cheap_main{width: 96%;}
.__category_box{width: 997px;}
#_pb{display: none;}
#_pbc{padding: 0px; margin-right: 35px; margin-bottom: 20px;}
.main_news_box .b_box .s_box:hover .s_full {
	display: none;
}
#pc_show{display: none;}
#mobile_show{display: block;}
.merchant_row{
	padding-right: 15px;
	padding-left: 15px;	
}
.discount_row{
	padding-right: 15px;
	padding-left: 15px;	
}
.merchant_box{
	padding-right: 15px;
	padding-left: 15px;	
}
.store_top{
	padding: 20px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}
.store_top .store_content{width: 100%}
.store_top .store_content .store_logo {
    float: none;
    margin: auto;
}
.store_top .store_content .content_right {
    float: none;
    width: 100%;
    padding-left: 0px;
}
.store_top .store_content .content_right .store_name {
    text-align: center;
}
}
@media screen and (max-width:1049px) {	
/******************gift***************************************/
.gift{
	width: 600px;		
}
.gift .gift_money .money{
	margin-right:5px;
}
.gift .gift_sreen .right{
	right: 6px;
}

/******************popular_stores***************************************/
.index_popular_stores{
	width: 794px;
}
/******************jump_404_store_logos***************************************/
.jump_404_store_logos{
	width: 794px;
}
.jump_404_title{
	width: 794px;	
}
/******************about***************************************/
.about{
	width: 794px;
}
/******************path***************************************/
.path{
	width: 794px;		
}
/******************browse***************************************/
.browse{
	width: 794px;
}
/******************hottest_deals***************************************/
.index_hottest_deals{
	width: 794px;
	
}
.index_hottest_deals .hottest_deals{
	width: 100%;
	height: 224px;
}
.index_hottest_deals .hottest_deals .screen{
	height: 224px;
}
.index_hottest_deals .hottest_deals .screen .deal_link{
	height: 224px;
	width: 388px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a{
	height: 224px;
	width: 388px;
	
}
.index_hottest_deals .hottest_deals .screen .deal_link a img{
	height: 224px;
	width: 388px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title{
	width: 358px;
	height: 60px;
	padding: 15px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title img{
	height: 60px;
	width: 60px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p{
	width: 230px;
	line-height: 20px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p span{
	width: 230px;
	font-size: 14px;
	height: 40px;
	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p p{
	width: 230px;
	font-size: 12px;
}

/******************coupon***************************************/
.main .main_coupon{
	width: 794px;
}
.main .main_coupon .coupons .coupons_big{
	height: 152px;
	width: 794px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	height: 132px;
	width: 772px;
	padding: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	height: 136px;
	width: 112px;
	float: right;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img{
	height: 136px;
	width: 112px;
	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 631px;
	height: 100px;
	float: left;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 585px;
	font-size: 1.5em;
	line-height: 30px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 631px;
}
/******************new_store***************************************/
.main_down .main_down_store{
	width: 794px;
}
.main_down .main_down_store .new_store a{
	margin-left: 28px;
}

/******************main_store_brief***************************************/
.main .main_store_brief .store_brief{
	width: 794px;
}
.main .main_store_brief .store_brief .brief{
	width: 627px;
}
.main .main_store_brief .store_brief .brief p{
	width: 627px;
}
/******************main_store_coupons***************************************/
.main .main_store_coupons{
	width: 794px;
}
.main .main_store_coupons .store_coupons .store_coupons_big{
	width: 794px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small{
	width: 792px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump{
	width: 772px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left{
	width: 623px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title{
	width: 623px;
}
.store_search_box .ssb_list .ssb_box{width: 50%;}
.__category_box{width: 794px;}
.cheap_main .c_m_right .cmr_box .cmrb_big{width: 50%;}
._w350{
	width: 280px;	
}
._w100{
	padding-left: 280px;
	padding-right: 280px;	
}
}
@media screen and (max-width:920px) {
.main_news_box .b_box {
	width: 50%;
}
.other_keys .ok_list {
	width: 50%;
}
.other_news .on_list {
	width: 100%;
}
.other_news .on_list .onl_content {
	width: 100%;
}
.other_box .ob-left{padding-right: 0px;}
.other_box .ob-right{
	position: static;
	width: 100%;
	top: 0px;		
}
.deals_row{
	margin-left: -5px;
	margin-right: -5px;	
}
.deals_row .deals_list{
    padding-left: 5px;
    padding-right: 5px;
}
.other_box .ob-right .obr-news{
	margin-left: -5px;
	margin-right: -5px;	
}
.other_box .ob-right .obr-news .obn-list{
    padding-left: 5px;
    padding-right: 5px;
	width: 50%;
}
._w350{
	width: 200px;	
}
._w100{
	padding-left: 200px;
	padding-right: 0px;	
}
.discount_row .dis_box .dis-b-list .dis-b-info{border-right: 0px none #BCBCBC;}
._r{width: 100%; position: relative; top: auto; margin-top: 20px;}
.discount_row .dis_box .dis-b-list .dis-b-item{height: auto;}
.discount_row .dis_box .dis-b-btn{height: 40px;}
.dp_box .dp_link a::after{opacity: 1;}
}
@media screen and (max-width:847px) {	
.full-store{display:none;}
.store_pop{display:none;}
/******************popular_stores***************************************/
.index_popular_stores{
	width: 591px;	
}
/******************jump_404_store_logos***************************************/
.jump_404_store_logos{
	width: 591px;
}
.jump_404_title{
	width: 591px;	
}
/******************about***************************************/
.about{
	width: 591px;
}
/******************path***************************************/
.path{
	width: 591px;		
}
/******************browse***************************************/
.browse{
	width: 591px;
}
/******************hottest_deals***************************************/
.index_hottest_deals{
	width: 591px;
	
}
.index_hottest_deals .hottest_deals{
	height: 280px;
}
.index_hottest_deals .hottest_deals .screen{
	height: 280px;
}
.index_hottest_deals .hottest_deals .screen .deal_link{
	height: 280px;
	width: 591px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a{
	height: 280px;
	width: 591px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a img{
	height: 280px;
	width: 591px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title{
	width: 541px;
	padding: 25px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title img{
	height: 60px;
	width: 60px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p{
	width: 461px;
	margin-left: 10px;
	line-height: 20px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p span{
	width: 461px;
	font-size: 14px;
	height: 40px;
	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p p{
	width: 461px;
	font-size: 12px;
}

/******************coupon***************************************/
.main .main_coupon{
	width: 591px;
}
.main .main_coupon .coupons .coupons_big{
	height: 152px;
	width: 591px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	height: 132px;
	width: 569px;
	padding: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	height: 136px;
	width: 112px;
	float: right;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img{
	height: 136px;
	width: 112px;
	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 428px;
	height: 100px;
	float: left;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 382px;
	font-size: 1em;
	line-height: 25px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 428px;
	float: left;
}
/******************new_store***************************************/
.main_down .main_down_store{
	width: 591px;
}
.main_down .main_down_store .new_store a{
	margin-left: 27px;
}
/******************footer_search***************************************/
.footer_main .footer{
	width: 580px;		
}
.footer_main .footer .search{
	display: none;		
}
.footer_main .footer .social .search_{
	display: block;	
}
.footer_main .footer .social{
	width: auto;
	padding-left: 20px;
}
/******************main_store_brief***************************************/
.main .main_store_brief .store_brief{
	width: 591px;
}
.main .main_store_brief .store_brief .brief{
	width: 424px;
}
.main .main_store_brief .store_brief .brief p{
	width: 100%;
}
/******************main_store_coupons***************************************/
.main .main_store_coupons{
	width: 591px;
}
.main .main_store_coupons .store_coupons .store_coupons_big{
	width: 591px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small{
	width: 589px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump{
	width: 569px;
	height: 127px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left{
	width: 420px;
	height: 127px;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title{
	width: 420px;
	height: 108px;
}

.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right {
	height: 97px;
	height: 80px;
	padding-top: 47px;
}
/******************main_store_coupons***************************************/
.main_store_coupons .title .upper .select {
	display:none;
}

.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_keep{
	display:none;	
}
.search-list .s-box{padding-right: 0px;}
.search-list .search-right{
	display: none;
}
.search-list .s-box .s-box-search .ss-list{width: 100%; padding-right: 0px;}
.store_search_box .ssb_list .ssb_box{width: 100%;}
.__category_box{width: 591px;}
.__category .__category_logo {
    width: 110px;
}
.__category .__category_logo .__category_store_logo {
    width: 110px;
}
.__category .__category_logo .__category_store_logo img {
    max-width: 100px;
}
.__category .__category_detail {
    padding-left: 120px;
}
.__category .__category_detail h2{font-size: 18px; line-height: 20px;}

.index-search-box .index-search{width: 96%;}
.full_roll .fur_box{
	background-image: url(../images/cate-pop-m.png);
	height: 416px;
	width: 320px;
}
.full_roll .fur_box .pop_title{height: 43px; font-size:16px;}
.full_roll .fur_box .fur_search{width: 100%; top: 70px;}
.full_roll .fur_box .fur_p{width: 100%; top: 55px;}
}
@media screen and (max-width:790px) {
.deals_row .deals_list{width: 50%;}
.merchant_row{
	padding-top: 20px;
	padding-bottom: 20px;
}
.merchant_row .mer_detail .mer-d-img{
	position: static;
	margin: auto;
	display: block;
	width: 250px;
	height: auto;
}
.merchant_row .mer_detail .mer-d-info{padding-left: 0px; height: auto;}
.merchant_row .mer_detail .mer-d-info h1{text-align: center; margin-bottom: 25px;}
.merchant_row .mer_detail .mer-d-info p{text-align: center; margin-bottom: 20px;}
.merchant_row .mer_detail .mer-d-info a{width:280px; margin: auto;}
}
@media screen and (max-width:650px) {
/******************gift***************************************/
.gift{
	width: 300px;		
}
.gift .gift_money .money{
	margin-right:8px;
}
.gift .gift_sreen .right{
	right: 9px;
}
.icon{display:none;}

.cheap_main .c_m_right .cmr_box .cmrb_big{width: 100%;}
/******************popular_stores***************************************/		
.index_popular_stores{
	width: 505px;
		
}
.index_popular_stores .popular_stores{
	margin-right: -5px;
}
.index_popular_stores .popular_stores .store_logo{
	height: 105px;
	width: 165px;
	padding-right: 5px;
}
.index_popular_stores .popular_stores .store_logo a{
	height: 98px;
	width: 163px;
	vertical-align: middle;
	display: table-cell;
}
.index_popular_stores .popular_stores .store_logo img{
	max-height: 88.2px;
	max-width: 146.7px;
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity{
	height: 99px;
	width: 164px;
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity span{
	height: 99px;
	width: 164px;
}
/******************jump_404_store_logos***************************************/
.jump_404_store_logos{
	width: 505px;
}
.jump_404_title{
	width: 505px;	
}
.jump_404_store_logos .store_logos{
	margin-right: -5px;
}
.jump_404_store_logos .store_logos .stores_logos{
	height: 105px;
	width: 165px;
	padding-right: 5px;
}
.jump_404_store_logos .store_logos .stores_logos a{
	height: 98px;
	width: 163px;
	vertical-align: middle;
	display: table-cell;
}
.jump_404_store_logos .store_logos .stores_logos img{
	max-height: 88.2px;
	max-width: 146.7px;
	
}
/******************path***************************************/
.path{
	width: 96%;		
}
/******************about***************************************/
.about{
	width: 505px;
}
/******************browse***************************************/
.browse{
	width: 505px;
}
/******************hottest_deals***************************************/	
.index_hottest_deals{
	width: 505px;
	
}
.index_hottest_deals .hottest_deals{
	height: 220px;
}
.index_hottest_deals .hottest_deals .screen{
	height: 220px;
}
.index_hottest_deals .hottest_deals .screen .deal_link{
	height: 220px;
	width: 505px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a{
	height: 220px;
	width: 505px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a img{
	height: 220px;
	width: 505px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title{
	width: 465px;
	padding: 20px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title img{
	height: 60px;
	width: 60px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p{
	width: 395px;
	margin-left: 10px;
	line-height: 20px;
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p span{
	width: 395px;
	font-size: 14px;
	height: 40px;
	
}
.index_hottest_deals .hottest_deals .screen .deal_link a .deal_title .span_p p{
	width: 395px;
	font-size: 12px;
}
/******************coupon***************************************/
.main .main_coupon{
	width: 505px;
}
.main .main_coupon .coupons .coupons_big{
	height: 152px;
	width: 505px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	height: 132px;
	width: 485px;
	padding: 10px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	height: 136px;
	width: 112px;
	float: right;
}
.main .main_coupon .coupons .coupons_big .coupons_small .img{
	height: 136px;
	width: 112px;
	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 342px;
	height: 80px;
	float: left;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 296px;
	font-size: 1em;
	line-height: 25px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 342px;
	float: left;
}
/******************new_store***************************************/
.main_down .main_down_store{
	width: 505px;
}
.main_down .main_down_store .new_store a{
	margin-left: 8px;
	width: 160px;
}
/******************main_store_brief***************************************/
.main .main_store_brief .store_brief{
	width: 98%;
}
.main .main_store_brief .store_brief .brief .submit_a_coupon {
    display: none;
    padding-top: 20px;
}
.store_brief_div_logo{
	float: left;
	width: 50%;
}

.main .main_store_brief .store_brief .brief{
	width: 45%;
}
/*.main .main_store_brief .store_brief .brief p{
	display: none;
}*/
/******************main_store_coupons***************************************/
.main .main_store_coupons{
	width: 90%;
}
.main .main_store_coupons .store_coupons{
	width: 100%;
	margin-right: 0px;
}
.main .main_store_coupons .store_coupons .store_coupons_big{
	width: 100%;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small{
	width: 96%;
	padding: 2%;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
/*.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_down {
	display:none;
}*/
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_get_deals {
	margin-top: 0px;
	width: auto;
	float: right;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left{
	width: 100%;
	height: auto;
}
.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_left .store_coupons_title{
	width: 100%;
	height: 60px;
	line-height: 20px;
	font-size: 16px;
}

.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right {
	height: 34px;
	padding-top: 10px;
	float: left;
	width: 100%;
}

.main .main_store_coupons .store_coupons .store_coupons_big .store_coupons_small .store_coupons_title_jump .store_coupons_title_jump_right .store_coupons_title_jump_get{
	float: right;		
}
/******************code_box***************************************/
.code_box{
	width: 95%;
}
.code_box .close{
	width: 94%;	
}
.code_box .coupon_code{
	width: 95%;
}

.code_box .code_copy .copy{
	display: none;
}
.code_box .code_copy {
    color: #ff3000;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
    text-align: center;
    width: 100%;
}
.code_box .code_copy .code {
    border: 1px dashed #f94932;
    color: #262626;
    float: left;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 80%;
	margin-left: 10%;
}

.code_box .go {
    margin: auto;
    width: 95%;
}
.code_box .coupon_code .code_store_logo{
	height: 83px;
	width: 50%;
	float: left;
}
.code_box .coupon_code .code_store_logo .logo_img{
	height: 83px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	display: table-cell;		
}
.code_box .coupon_code .code_store_logo logo_img img{
	max-height: 74.7px;
	max-width: 139.5px;		
}
.code_box .coupon_code .coupon_title_show{
	float: right;
	height: 83px;
	width: 50%;		
}
.code_box .coupon_code .coupon_title_show .coupom_title{
	width: 95%;
}
.code_box .code_input{
	width: 100%;
}
.code_box .code_input input[type=text]{
	width: 60%;
}
.code_box .code_input input[type="button"] {
    background-color: #dbdbdb;
    border: 0 none #dbdbdb;
    border-radius: 2px;
    float: right;
    height: 40px;
    outline: medium none;
    width: 30%;
}

.code_box .code_down{
	width: 100%;
}
.code_box .code_down .like_step {
    height: 70px;
    margin: auto;
    width: 98%;
}
.code_box .code_down .like_step p {
    color: #f94932;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 75%;
}
/******************store_submit***************************************/
.store_submit{
	height: 370px;
	width: 370px;
}

.store_submit .store_submit_title{
	height: 30px;
	margin-top: 10px;
}
.store_submit input[type=text]{
	width: 324px;
	margin-top: 10px;
	padding: 15px;
}
.store_submit input[type=button]{
	line-height: 60px;
	height: 60px;
	width: 100%;
	margin-top: 20px;
}
.sear-box{padding-left: 0px;}
.sear-box .sea-b-text{display: none;}
.__category_box{width: 96%;}
#store_show {
	display: none;
}
#coupon_title_show {
	padding: 0px;
}
.main_news_box .b_box {
	width: 100%;
}
.main_news_box .b_box .s_box .coupon_title {
	height: auto;
}
.main_news_box .b_box {
	margin-bottom: 8px;
}
.other_keys .ok_list {
	width: 100%;
}
.pages-sear-box{margin-top: 12px;}
.pages_title{margin-top: 22px;}
.pages_search_pop{width: 300px; margin-left: -150px;}
.pages_search_pop .sp_list .sp_keys .spk{width: 100%;}
.pages_search_pop .sp_top .sp_item{width: 330px; left: -15px; padding-top: 50px; padding-bottom: 40px;}
.pages_search_pop .sp_top .spt_tit{font-size: 22px; line-height: 25px;}
.pages_search_pop .sp_top .sp_item .i_btn{width: 90%;}
.pages_search_pop .sp_top .sp_item .i_btn .ib_box{margin: auto; float:none; margin-top: 15px;}
.other_box .ob-left .ob-keys a{width: 100%;}
.other_box .ob-left .ob-list .ob-l{padding-right: 0px; padding-bottom: 6px;}
._w350{position: static; width: 100%;}
.discount_row .dis_box .dis-b-title{display: none;}
.discount_row .dis_box .dis-b-list{border: 1px solid #BCBCBC; margin-bottom: 15px;}
._w100{padding-left: 0px;}
.discount_row .dis_box .dis-b-list .dis-b-item img{width: 40%;}
.discount_row .dis_box .dis-b-list .dis-b-info h3{text-align: center;}
.discount_row .dis_box .dis-b-list .dis-b-info p{text-align: center;}
.dp_box .dp_link{width: 100%;}
}

@media screen and (max-width:1216px) {	
.header .head{
	width:100%;	
}
.header .head .pc{
	display: none;	
}
.header .head .phone{
	display:block;	
}
#m_pages_click_box{display: block;}
#pages_click_box{display: none;}
}
@media screen and (max-width:700px) {
.jump_404 {
	height: 423px;
	width: 500px;
}
.__category_box_btn{width: 90%;}
}
@media screen and (max-width:600px) {
.main .main_store_coupons .select{display:none;}	
.header .head .phone_nav .ul_right{
	width: 80%;	
	height: auto;	
}
.header .head .phone_nav .ul_right ul{
	width: 25%;
	height: auto;
}
.header .head .phone_nav .ul_right ul li{
	width: 100%;
	height: auto;
}	
}
@media screen and (max-width:550px) {
	
.index_hottest_deals{	
	display:none;
}
/******************popular_stores***************************************/		
.index_popular_stores{
	width: 335px;
		
}
/******************jump_404_store_logos***************************************/
.jump_404_store_logos{
	width: 335px;
}
.jump_404_title{
	width: 335px;	
}
/******************path***************************************/
.path{
	width: 335px;		
}
/******************about***************************************/
.about{
	width: 335px;
}
.about h1{height:auto;}
.about h1 .zz{display:none;}
.about h1 span{height:auto; text-align:center;}
.about img {
	width: 335px;
	height: auto;
}
/******************browse***************************************/
.browse{
	width: 335px;
}
/******************coupon***************************************/
.main .main_coupon{
	width: 335px;
}
.main .main_coupon .coupons .coupons_big{
	width: 335px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	width: 313px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	display:none;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 313px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep .keep{
	display:none;	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 313px;
	font-size: 1em;
	line-height: 25px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 313px;
	float: left;
}
/******************new_store***************************************/
.main_down .main_down_store{
	width: 335px;
}
.main_down .main_down_store .new_store a{
	margin-left: 8px;
	width: 159px;
}
/******************footer_search***************************************/
.footer_main .footer{
	width: 335px;		
}
.footer_main .footer .social{
	display: none;		
}

/******************phone_nav***************************************/
.header .head .phone_nav .ul_right{
	width: 50%;
	height: auto;
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.header .head .phone_nav .ul_right ul{
	width: 100%;
	height: auto;
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
}
.header .head .phone_nav .ul_right ul li{
	width: 100%;
	height: auto;
}	
.__category_box{width: 335px;}
.__category .__category_detail .web_url{display: none;}
}
@media screen and (max-width:360px) {
.header .head .ph_search .search .sear{
	width: 52%;
}

.header .head .phone h3{
	left: 0px;
}
.header .head .phone .phone_search{
	right: 0px;
}
/******************popular_stores***************************************/		
.index_popular_stores{
	width: 240px;
		
}
.index_popular_stores .popular_stores{
	margin-right: 0px;
}
.index_popular_stores .popular_stores .store_logo{
	height: 160px;
	width: 240px;
	padding-right: 0px;
}
.index_popular_stores .popular_stores .store_logo a{
	height: 160px;
	width: 240px;
}
.index_popular_stores .popular_stores .store_logo img{
	max-height: 144px;
	max-width: 216px;
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity{
	height: 162px;
	width: 240px;
}
.index_popular_stores .popular_stores .store_logo .store_logo_opacity span{
	height: 162px;
	width: 240px;
	line-height: 162px;
}
/******************jump_404_store_logos***************************************/
.jump_404_store_logos{
	width: 240px;
}
.jump_404_title{
	width: 240px;	
}
/******************path***************************************/
.path{
	width: 240px;
	overflow: hidden;
	height: 25px;
}
/******************about***************************************/
.about{
	width: 240px;
}
.about img {
	width: 240px;
	height: auto;
}
/******************browse***************************************/
.browse{
	width: 240px;
}
/******************coupon***************************************/
.main .main_coupon{
	width: 240px;
}
.main .main_coupon .coupons .coupons_big{
	width: 240px;
}
.main .main_coupon .coupons .coupons_big .coupons_small{
	width: 218px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .div_img{
	display:none;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep {
	width: 218px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep .keep{
	display:none;	
}
.main .main_coupon .coupons .coupons_big .coupons_small .a_keep a{
	width: 218px;
	font-size: 1em;
	line-height: 25px;
}
.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down{
	width: 218px;
	float: left;
	height: auto;
}
/*.main .main_coupon .coupons .coupons_big .coupons_small .coupons_down .time_num_good{
	display: none;
}*/

/******************new_store***************************************/
.main_down .main_down_store{
	width: 240px;
}
.main_down .main_down_store .new_store a{
	width: 240px;
}
/******************footer_search***************************************/
.footer_main .footer{
	width: 100%;		
}
.footer_main .footer .footer_us {
	width: 100%;
	padding-right: 0px;
}
.footer_main .footer .footer_us .contact_us{
	padding-right: 0px;		
}
.footer_main .footer .social .search_{
	display: none;	
}
.footer_main .foot{
	height: auto;		
}
/******************phone_nav***************************************/
.header .head .phone_nav .ul_right{
	width: 50%;
	height: auto;
	padding: 0px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.header .head .phone_nav .ul_right ul{
	width: 100%;
	height: auto;
	display: inline;
	float: none;
	margin: 0px;
	padding: 0px;
}
.header .head .phone_nav .ul_right ul li{
	width: 100%;
	height: auto;
}	
.main .browse{
	font-size: 18px;		
}
.code_box{
	margin-top: 20%;
}
/******************gift***************************************/
.gift{
	width: 262px;		
}
.gift .gift_list{
	width: 262px;	
	margin-right: 0px;	
}
.gift .gift_list .gift_box{
	width: 262px;			
}
.gift .gift_list .gift_box .gift_box_small{
	width: 260px;	
}
.gift .gift_list .gift_box .gift_box_small .gift_img{
	width: 260px;		
}
.gift .gift_list .gift_box .gift_box_small .gift_img img{
	width: 260px;		
}
.gift .gift_money .money{
	margin-right:0px;
}


.gift .gift_sreen .right{
	right: 0px;
}
.gift .gift_sreen .g_sreen{
	margin-right: 0px;		
}
.gift .gift_sreen .g_sreen .gift_box{
	float: left;
	height: 402px;
	width: 262px;	
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small{
	height: 400px;
	width: 262px;	
	border: 1px solid #e0e0e0;
	background-color: #FFF;
	position: relative;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_img{
	height: 292px;
	width: 262px;	
	display: block;
}
.gift .gift_sreen .g_sreen .gift_box .gift_box_small .gift_img img{
	height: 292px;
	width: 262px;		
}
/******************cheap***************************************/
.cheap_main{width: 263px;}
.cheap_main .c_m_right .cmr_box .cmrb_big{width:263px;}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb{width: 263px;}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .cmrbbs_title{width:96%; margin:auto;}
.cheap_main .c_m_right .cmr_box .cmrb_big .cmrbb .cmrbb_small .m_d_b{width:96%; margin:auto;}
.__category_box{width: 240px;}
}
