@charset "utf-8";
/* 全局样式 */
a:hover{ color:none !important;}
#other_ul{ padding-left:0; margin-bottom:0; text-decoration:none; list-style:none; float:right; margin-right:30px;}
#other_ul li{ float:left; font-size:14px; padding:0 10px; line-height:30px;}
#other_ul li:hover{ cursor:pointer; text-decoration: underline; color:black;}
/*banner轮播box*/
.aui-content-box { position:relative;}
.aui-fixed-top {
	padding-top:0px;/*轮播图上边距*/
}
/* banner轮播aui-banner-content */
.aui-banner-content {
	overflow-x: hidden;
	width: 100%;
	margin:0 0;
	position: relative;
}

.aui-banner-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.aui-banner-pagination {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: .5rem;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.aui-banner-wrapper-item {
	width: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slider-pagination-item {
	margin:.6rem;
	width: 15px;
	height: 15px;
	display: inline-block;
	border-radius:90px;
	background-color:rgba(255,255,255,0.4);
}

.slider-pagination-item.slider-pagination-item-active {
	background: white;
}

.aui-banner-wrapper-item img {
	width: 100%;
	border-radius:0px;
	background-size: cover;
}

.aui-header-item-icon {
	height: 2.8rem;
	min-width: 19%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 13%;
	-ms-flex: 0 0 13%;
	flex: 0 0 13%;
	padding: 0 0.8rem 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	color: #5C5C5C;
}

.aui-header-item-icon:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.aui-header-search-box {
	background-color: rgba(255, 255, 255, 0.3);
	height: 27px;
	line-height: 27px;
	width: 100%;
	padding-left: 10px;
	border-radius: 30px;
}

.aui-header-search {
	width: 90%;
	background: none;
	border: none;
	color: #fff;
	font-size: 14px;
	line-height: 27px;
}

.aui-header-center-clear {
	width: 100%;
	margin-left: 13%;
}
/*轮播结束*/
/*头部*/
.head_box{width:100%; height:165px; background:white; padding-top:40px; position:relative;}
.logo_box{float:left;}
.logo_box,.cart_box:hover{ cursor:pointer;}
.logo_img{width:40px; height:40px; float:left; margin-left:110px; margin-top:3px;}
.logo_title{float:left; margin-left:8px; margin-top:4px; font-family: "微软雅黑";}
.search_box{width:430px; height:45px; position:relative; margin:0 auto;}
.search_input{border:none; outline:none; width:430px; height:45px; border-radius:30px; background:#F5F5F5; text-indent:27px; font-size:15px;}
.search_button{background:#ef3137; border:none; border-radius:50%; box-shadow:1px 1px 8px #ef3137; width:36px; height:36px; position:absolute; z-index:1; top:4px; right:4.5px;}
.search_button:active{box-shadow:none;}
.cart_box{width:auto; height:45px; margin-top:-40px; float:right; margin-right:24%;}
.cart_icon{float:left; margin-right:4px;}
.cart_title{margin-top:6px; font-size:15px; font-weight:bold; float:left;}
.nav_box{width: calc(100% - 220px); height:55px; border-radius:5px; box-shadow:1px 1.5px 11px #CCCCCC; background:white; margin:0 110px; position:absolute; bottom:-20px; z-index:2;}
.nav_scroll{width: 100%; height:55px; border-radius:0px; box-shadow:1px 1.5px 11px #CCCCCC; background:white; margin:0; position:fixed; top:0; left:0; z-index:3;}
.nav_box ul{ padding:0;}
.nav_box ul li{ text-decoration:none; list-style:none; float:left; font-size:18px; color:black; width:12%; margin:0 4%; text-align:center; line-height:55px; transition:all .3s;}
.nav_box ul li:hover{ box-shadow:inset 0px 3px 0px #ef3137;}
/*分类*/
#classif{background:#f9f9f9; width:100%; height:100%; padding:17px 0 0 17px;}
#classif li{ float:left; color:black; text-decoration:none; list-style:none; margin:5px 10px; font-size:15px; font-weight:bold; transition:all .2s;}
#classif li:hover{ color:#ef3137; text-decoration:underline;}
#opc_pic img{ transition:all .2s;}
#opc_pic img:hover{ opacity:0.8;}
.hover_box{background:rgba(0%,0%,0%,.2); transition:all .3s; position:absolute; z-index:2; width: calc(100% - 15px); margin-left:15px; height:100%; top:0; left:0;}
.hover_box div{background:white; width:10%; margin:0 45%;  height:2px; transition:all .3s;}
.hover_box p{font-size:23px; color:white; text-align:center; text-transform:uppercase; transition:all .3s;}
.hover_box:hover{ transform:scale(.9); border-radius:15px;}
.hover_box:hover p{color:#2899e6; transform:scale(1.2);}
.hover_box:hover div{background:#2899e6; transform:scale(1.2);}
/*商品展示*/
.com_title{width:100%; height:60px; background:white; text-align:center; line-height:60px; font-size:23px; font-weight:bold;}
.com_pic{width:100%; height:auto}
.com_box{background:white; padding:17px 0;}
.com_box img{ transition:all .2s;}
.com_box img:hover{ opacity:0.8;}
.com_box_p1{font-size:17px; color:black; font-weight:500; margin-top:5px; height:25px; width:100%; overflow:hidden; white-space:nowrap;}
.com_box_p2{font-size:20px; color:red; font-weight:bold; margin-top:20px;}
/*foot2*/
.footbox{width:100%; height:36px; background:#1E2126;}
.footbox p{color:#989C9F; text-align:center; margin:0; line-height:36px;}
