
/* head_wrapper start */
.head_wrapper {position: fixed!important;  width:100%;z-index: 11;top:0; }
input, textarea {
    outline: none;
}

/* pub_header start */
.pub_header { position: relative; background-color: #232323;z-index: 11;}
.pub_header .login_panel { position: relative; margin: 0 auto; width: 960px;  height: 30px;  }
.pub_header .login_panel a { color: #ffffff; }
.pub_header ul { position: absolute; top: 0; right: 10px; border-left: 1px solid #4d4d4d; text-align: center; }
.pub_header li { padding: 10px 0; width: 118px; height: 10px; float: left; border-right: 1px solid #4d4d4d; opacity: 0.8; font-size: 10px; line-height: 10px; color: #ffffff; letter-spacing: 2px; }
.pub_header i { position:relative; top: -2px; margin-right: 10px; width: 16px; height: 16px;display: inline-block;}
.pub_header span { position: relative; top: -5px; }
.pub_header .language i { background: url(../images/icon_language.png) 0 0 no-repeat; } 
.pub_header .login i { background: url(../images/icon_login.png) 0 0 no-repeat; } 
.pub_header .login { width:180px; }
.pub_header .favorite i { background: url(../images/icon_favorite.png) 0 0 no-repeat; } 
.pub_header .shop i { background: url(../images/icon_shop.png) 0 0 no-repeat; } 
.pub_header .buy i { background: url(../images/tianmao.png) 0 0 no-repeat; width:26px;}
.pub_header .buy i.wz { background: url(../images/weizhuang.png) 2px  0 no-repeat; width:26px;}
/* header buy 20220923 */
.pub_header .buy  {padding: 5px 0;opacity: 1;}
.pub_header .buy a {position: relative;display: inline-block;vertical-align: middle;width:20px;height: 20px;border-radius: 4px;margin-right: 5px;}
.pub_header .buy a::before {content: "";display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.2);}
.pub_header .buy a:hover::before {display: none;}
.pub_header .buy a:hover b {display: block;}
.pub_header .buy i {display: none;}
.pub_header .buy span {display: inline-block;top: 3px;opacity: 0.8;}
.pub_header .buy .header_tmall_click   {background: url(../images/logo-tmall.png)  no-repeat center / 100% auto;}
.pub_header .buy .header_jd_click      {background: url(../images/logo-jd.png)  no-repeat center / 100% auto;}
.pub_header .buy .header_weixin_click  {background: url(../images/logo-weixin.png)  no-repeat center / 100% auto;}
.pub_header .buy .header_weixin_click b {display: none;position: absolute;left: 0;top: 98%;z-index: 5;transform: translateX(-50%);}
.pub_header .buy .header_weixin_click b img {width: 280px;max-width: none; margin: 5px 0 ;box-shadow: 0 0 10px rgba(0,0,0,0.3);}
.pub_header .buy .header_douyin_click  {background: url(../images/logo-douyin.png)  no-repeat center / 100% auto;}
.pub_header .buy .header_douyin_click b {display: none;position: absolute;left: 0;top: 98%;z-index: 5;transform: translateX(-50%);}
.pub_header .buy .header_douyin_click b img {width: 280px;max-width: none; margin: 5px 0 ;box-shadow: 0 0 10px rgba(0,0,0,0.3);}


/* pub_nav start */
.pub_nav { position: relative; background-color: #ffffff; }
.pub_nav .nav_panel { position: relative; margin: 0 auto; width: 960px; height: 91px; }
.pub_nav .index_logo_icon { margin:30px 0px 30px;width:185px;height:31px; float: left; background: url(../images/logo.png) 0 0 no-repeat; z-index: 3; background-size: contain;}
/*20170906改版新增.pub_nav ul{width: 600px;},.pub_nav li.pub_nav_li{padding: 38px 0; width: 16.6666%;}原版width：0；padding:38px 10px;*/
.pub_nav ul { float: left; text-align: center; width: 600px;}
.pub_nav li.pub_nav_li {  padding: 38px 0px; width: 16.6666%; height: 15px; float: left;  font-size: 14px; line-height: 14px;cursor:pointer; }
.pub_nav p { font-size: 14px; line-height: 14px; }
.pub_nav .hovered { 	
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#dbdbdb,endcolorstr=#f5f5f5, gradientType=0 ); /*IE8*/  
	background: -ms-linear-gradient(top, #dbdbdb, #f5f5f5); /* IE 10 */
	background: -moz-linear-gradient(top, #dbdbdb,#f5f5f5); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb),to(#f5f5f5)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #dbdbdb,#f5f5f5); /* Safari5.1 Chrome10+*/ 
}
.pub_nav .actived { 	
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0);  /*IE*/  
    -ms-filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f5f5f5,endcolorstr=#dbdbdb, gradientType=0 ); /*IE8*/  
	background: -ms-linear-gradient(top, #f5f5f5, #dbdbdb); /* IE 10 */
	background: -moz-linear-gradient(top, #f5f5f5,#dbdbdb); /* Firefox 3.6+ */
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f5f5f5),to(#dbdbdb)); /* Safari 4-5, Chrome 1-9 */
	background: -webkit-linear-gradient(top, #f5f5f5,#dbdbdb); /* Safari5.1 Chrome10+*/ 
}
.pub_nav a { color: #232323; }
.pub_nav .search_panel { cursor: pointer; position: relative; margin-left: 15px; top: 30px; width: 127px;height: 28px; float: left; background: url(../images/search.jpg) right top no-repeat; border: 1px solid #8A8787;border-radius: 3px;}

.pub_search { display: none; position: absolute; top: 121px; width: 100%; height:99px; border-top: 1px solid #e5e5e5;background-color: #fff; z-index: 999; }
.pub_search .pub_searchpanel { position: relative; margin:0 auto; width: 940px; height:99px; }
.pub_search .pub_searchbar { position: relative; margin:0 auto; top:25px; width: 500px; height:50px; border:1px solid #e5e5e5; border-radius:5px; background-color: #f5f5f5 }
.pub_search input { position: absolute; padding:3px 21px;top:0;left:0;*top:16px; width: 400px; height: 44px; border:none; background-color: transparent; color:#898989; font-family: "Microsoft YaHei"; font-size:13px; line-height:13px; }
 .pub_searchicon { position:absolute;top:17px;right:15px; width:20px; height:20px;background:url(../images/search.png) 0 0 no-repeat;cursor: pointer; }
.pub_searchhistory { display: none; position:absolute; left: 694px; margin:62px auto 0; width:370px; border:1px solid #e5e5e5; border-radius:5px; background-color:#ffffff;z-index:10000; font-size: 13px;line-height: 13px; }
.pub_searchall { position:relative;margin: 0 auto; padding:20px 0 18px; border-top:1px solid #e5e5e5;height:20px;overflow:hidden; width:334px; color:#005ead; cursor: pointer; text-align: left; }
#check_search {
    width: 99px;display: inline-block;
}
 .pub_searchhistory ul { position:relative;margin: 25px auto;  margin-left: 20px; width:340px; color:#898989; }
.pub_searchhistory li { cursor: pointer; margin-top: 12px; text-align: left; }
 .pub_searchhistory li:hover { background-color: #f5f5f5 }
.pub_search_cancel { margin: -10px 162px 0 0; float: right; font-size: 13px; color: #313131; }
::-webkit-input-placeholder { color: #898989; font-family: "Microsoft YaHei" }
:-moz-placeholder { color: #898989; font-family: "Microsoft YaHei" }
::-moz-placeholder { color: #898989; font-family: "Microsoft YaHei" }
:-ms-input-placeholder { color: #898989; font-family: "Microsoft YaHei" }
.head_wrapper .pub_menu_categroy{ position:relative!important;top:0px!important;}
/* .pub_submenu { display:none; position: fixed /*!important*/; top: 121px /*!important*/; left: 0; width: 100%; background-color: 0; z-index: 10; } */


/*20170908导航改版*/
/*edited by emily for mobile 20210906 13:35 */
.pub_nav .nav_panel .menu {
	width: 600px;
	overflow: hidden;
}


/* .head_wrapper _page{z-index:99999;}
*/
/*20170914--start*/
.pub_nav .nav_panel .menu .pub_nav_li {
	width: 16%;
	height: 90px;
	line-height: 90px;
	padding: 0;
}
.pub_nav .nav_panel .menu .pub_nav_li a{
	display: inline-block;
	width: 100%;
	height: 90px;
	line-height: 90px;
}
.pub_nav .nav_panel .menu .pub_nav_li p{
	width: 100%;
	height: 90px;
	line-height: 90px;
}
/*20170914--end*/
/* .pub_nav .nav_panel .menu .pub_nav_li:hover{background:#f0eeef;}
*/
.h449,
.h450,
.h451,
.h452,
.h454,
.h453{
	width: 100%;
	overflow: hidden;
	background: #f0eeef;
	position: fixed;
	top: 121px;
	left: 0;
	z-index: 9999; 
	height: calc(100% - 130px);
	min-height: 500px;
	display: none;
}
.menuBox{
	height: calc(100% - 300px);
	overflow: auto;
}
/* 带滚动的menu */
.menuSrollBox .menuBox { 
	display: flex;
}
.menuSrollBox .menuBox .menuCol{
	width: 400px;
}

/* PC端优先使用max-width */
/* pc width > 1024px */
@media screen and (min-width: 1280px) { 
	.menuBox{  
		min-height: 150px;
	}
}

.h449 .n1 a,.h450 .n1 a,.h451 .n1 a,.h452 .n1 a,.h453 .n1 a,.h454 .n1 a{margin-top: 10px;}

/*.h449,.h450,.h451,.h452,.h453 .br-nav ul li{*/
	/*position: fixed;*/
/*}*/
.h4490,
.h4500,
.h4511,
.h4522,
.h4544,
.h4533{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

.h4490 .cguees,.h4500 .cguees,.h4511 .cguees,.h4533 .cguees,.h4544 .cguees {
	position: absolute;
	bottom: 0;
}
 

.h449 h2 a,
.h450 h2 a,
.h453 h2 a,
.h454 h2 a,
.h451 h2 a,
.h452 h2 a {
	display: block;
	line-height: 30px;
	font-weight: bold;
	font-size: 22px;
	color: #595656;
	margin-bottom: 20px;
}

.br-nav {
	width: 25%;
	overflow: hidden;
	float: left;
	margin-bottom: 20px;
}


/*  .br-nav ul{float:left;}
*/

.br-nav ul {
	width: 100%;
}

.pub_submenu .h450 li {
	float: none;
	height: 22px;
	line-height: 22px;
}

.br-nav h3 a, .menuSrollBox .menuBox .menuCol h3 a {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #232323;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 10px;
}

/*.br-nav ul{width:20%;margin-bottom:12px;}*/

/*20170915--注释*/
/*.pub_submenu li {
	margin: 0;
}*/
/*end*/
.br-nav ul li a, .menuSrollBox .menuBox ul.menuCol li a {
	display: inline-block;
	line-height: 12px;
	color: #7f7e7f;
	font-size: 12px;
	margin-bottom: 8px;
}


/*滑过*/

.br-nav ul li:hover {
	color: #0461ae;
}


/*20170908改版*/

.cguees {
	width: 960px;
	margin: 0 auto;
	height: 220px;
	overflow: hidden;
	margin-bottom:10px ;
}

.cguees h3 {
	width: 110px;
	height: 30px;
	line-height: 24px;
	font-size: 20px;
	border-bottom: 1px solid #000;
	text-align: center;
	margin: 0 0 16px 0;
}

.cguees a {
	width: 159px;
	height: auto;
	display: inline-block;
	color: #9C9C9C;
	font-size: 12px;
}


.cguees ul{
margin-left: -1px;	
}

.cguees ul li,
.pub_submenu .h450 .cguees li {
	float: left;
	width: 159px;
	height: auto;
	text-align: center;
	margin-left: 1px;
	overflow: hidden;
}

.pub_submenu .h450 .cguees ul li img,
.cguees ul li img {
	width: 100%;
	height: auto;
}

.pub_submenu .h450 .cguees ul li a p,
.cguees ul li a p {
	font-size: 12px;
	height: 40px;
	line-height: 20px;
}


/*20170908改版--end*/


/*20170908导航改版--end*/

.pub_submenu.page_menu {
	background: #f5f5f5;
	position: absolute;
	top: 121px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.pub_submenu.pdp_menu {
	position: absolute;
	top: 121px;
	left: 0;
	width: 100%;
	z-index: 10;
}

.pub_submenu.page_menu .bread {
	height: 63px;
}

.mybtnOrderWrap {
	text-align: center;
	float: right;
}

.mybtnOrder {
	display: inline-block;
	margin: 0 auto;
	width: 111px;
	height: 42px;
	background: url(../images/onlineOrderBtn.jpg) 0 0 no-repeat;
	cursor: pointer;
}

.cblue{position: absolute;bottom: 0;}

.cblue span{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	}

.cblue .cblue1{background: url(../images/img/cmaptu.jpg) 0 0 no-repeat;}

.cblue .cblue2{background: url(../images/img/cmaptu.jpg) -30px 0 no-repeat;}

.cblue .cblue3{background: url(../images/img/cmaptu.jpg) -59px 0 no-repeat;}

#address_search_lbs .address_search_panel .btns.reset {
	right: 0;
}

#address_search_lbs .address_search_panel .btns {
	right: 105px;
}

.bread .bread_link img {
	vertical-align: top;
}


/*20170913--start*/

.layui-layer.mylayerskin .row-product .roomproduct,
.layui-layer.mylayerskin .row-product .typeproduct,
.layui-layer.mylayerskin .row-product .product {
	z-index: 4 !important;
}

.address_info_panel .c-help {
	border: none;
	background-color: #ffffff;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: none;
	display: block;
	height: 35px;
	width: 566px;
	border: 1px solid #ccc;
	margin: -10px 0 26px 0;
	padding-left: 10px;
	color: #919294;
}

.address_info_panel .c-help.c-family {
	width: 376px;
}

.layui-layer.mylayerskin .row input.c-name {
	width: 180px;
	float: left;
}

.layui-layer.mylayerskin .row input.c-man,
.layui-layer.mylayerskin .row input.c-women {
	width: 10px;
	height: 10px;
	float: left;
}



.c-people {
	float: left;
	margin: 0px 0 0 20px;
}

.layui-layer.mylayerskin #btn-order {
	background: url(../images/img/cbeijing.jpg) repeat-x;
}

.layui-layer.mylayerskin .ui-select.csanjiao,
.csanjiao {
	background: url(../images/img/csanjiao.jpg) 150px no-repeat #fff;
}

.layui-layer.mylayerskin .row input.w180 {
	width: 180px;
	float: left;
}

.layui-layer.mylayerskin .row input.w171 {
	width: 145px;
	margin-right: 9px;
}

.w171 {
	width: 180px;
	height: 34px;
	float: left;
	margin: 0 9px 30px 0;
	border: 1px solid #ccc;
}

.mr0 {
	width: 180px;
	height: 34px;
	margin-right: 0;
	float: left;
	/*border: 1px solid #ccc;*/
}

.w171 select,
.mr0 select {
	width: 80%;
	height: 100%;
	padding-left: 10px;
}

.layui-layer.mylayerskin .row input.mr0 {
	width: 145px;
	margin-right: 0;
}


input[type="radio"] {
  margin: 3px 3px 0px 5px;
  display: none;
}
.lable_sex {
  padding: 20px;
  cursor: pointer;
  background: url(../images/img/csex1.jpg) no-repeat left center;
  
}
.lable_sex.checked {
  background: url(../images/img/csex0.jpg) no-repeat left center;
}


/*20170918--start*/
.c-tips{width: 300px;height:200px;position: absolute;left: 50%;top: 50%;margin-left: -150px;margin-top:-100px;z-index: 9999;background: #eee;}
.c-tips h3{height: 40px;line-height:40px;background:#CCCCCC;border-bottom: 1px solid #eee;text-align: left;}
.c-tips h3 span{float: right;width: 40px;height: 40px;line-height: 40px;background: #fff;text-align: center;}
.c-tips .contents{color: #000;text-align: left;}
.c-tips .btn{position: absolute;left:50%;bottom: 10px;margin-left: -15px;}
	/*20170918--end*/

/*20170913--end*/


.popupTipsWrap {
	background: url(../images/img/layer-bg.jpg) 50% 50% no-repeat;

}

.layui-layer-dialog.popupTipsWrap  .layui-layer-content {
	text-align: center;
	padding: 40px 30px;
}
.layui-layer-dialog.popupTipsWrap  .layui-layer-btn {
	text-align: center;
}