html,body,input,textarea,select,button{
	font-family: Open Sans;
	font-size:12px;
}


/*pc端*/
.main{
	overflow:hidden;
	width:100%;
}
#header_box{

	background: #232323;
	color: #fff;
}
#header_box .header_lt{
	height: 50px;
	line-height: 50px;
	width: calc(100% - 480px);
}

#header_box .header_wapper{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
	max-width: 1200px;
    width: 100%;
	margin: 0 auto;
	
}
#header_box .header-mid{
	position: relative;
	padding: 15px 0 0; 
	align-items:flex-start;
}
#header_box .logo{
	width: 250px;
    text-align: left;
	position: relative;
    z-index: 9; 
	padding: 15px 0px;
}
#header_box .logo a {
	display:inline-block;
}
#header_box .logo a img{
	max-width:100%;
	max-height:50px;
}
#header_box .header-right{
	width: 250px;
    display: flex;
    justify-content: flex-end;
}
#header_box .header-right-1{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 0 5px;
	position: absolute;
    top: -50px;
    right: 7px;
}
#header_box .header-right-1 a{
	color: #fff;
}
#header_box .header-right-1 a:nth-child(2){
	color: #fff;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-left: 20px;
}
#header_box .header-right-1 a svg{
	width: 20px;
    height: 50px;
    margin-right: 7px;
    fill: #fff;
}


#header_box .currency_box{
	position:relative;
	padding:0 0 0 20px;
	z-index:999;
}
#header_box .currency_txt{
	line-height:50px;
	color:#fff;
	cursor:pointer;
}
#header_box .currency_txt svg{
	height:50px;
	width:12px;
	fill:#fff;
	vertical-align:top;
	margin-left:3px;
}

#header_box .drop_currency{
	position:absolute;
	left:0;
	top:50px;
	width: 100px;
	background:#fff;
    border: 1px solid #e5e5e5;
	opacity:0;
	visibility:hidden;
	transition:all 0.3s;
	z-index:999;
}
#header_box .drop_currency a{
	display: block;
    line-height: 30px;
    padding: 0 10px 0 20px;
	color: #000;
	transition:all 0.3s;
}
#header_box .drop_currency a:hover{
	background: #f5f5f5;
    color: #000;
}

#header_box .drop_currency_on .drop_currency{
	opacity:1;
	visibility:visible;
}
#header_box .drop_currency_on .currency_txt svg{
	transform: rotate(180deg);
}



#header_box .language{
	position:relative;
	margin-left:20px;
}
#header_box .language-box{
	padding: 0;
}
#header_box .language-con{
	height:50px;
	line-height:50px;
	padding:0;
	margin:0;
	cursor:pointer;
	color:rgba(255,255,255,0.8);
	display: flex;
	display: -webkit-flex;
	color: #fff;
}
#header_box .language-con svg{
	width: 12px;
    height: 50px;
    fill: #fff;
    margin-left: 5px;
}
#header_box .language-list{
	position:absolute;
	top:50px;
	left:0;
	min-width:160px;
	z-index:9999;
	background: #fff;
	border: 1px solid #c1c1c1;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}
#header_box .language-list li{
	height:34px;
}
#header_box .language-list li a{
	display:block;
	height:34px;
	line-height:34px;
	padding:0 5px 0 15px;
	color:#333;
}
#header_box .language-list li a img{
	width:20px;
	vertical-align:middle;
	margin-right:5px;
}
#header_box .language-list li a:hover{
	background:#f5f5f5;
	color:#333;
}

#header_box .language-box.on .language-list{
	opacity: 1;
	visibility: visible;
}
#header_box .language-box.on .language-con svg{
	transform: rotate(180deg);
}







#header_box .header-right-2{}
#header_box .search{
	max-width:480px;
	width:calc(100% - 500px);
	position: relative;
}
#header_box .searchform {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
    height: 44px;
    background: #fff;
	width: 100%;
}
#header_box .search_input{
	width: calc(100% - 50px);
    margin: 0;
    padding: 0;
    height: 44px;
    line-height: 16px;
    text-indent: 15px;
    font-size: 14px;
    background: none;
    color: #000;
	border:0;
}
#header_box .btn_search{
	width: 50px;
    height: 44px;
    margin: 0;
    padding: 0;
    background: #fff;
    line-height: 44px;
    text-align: center;
    color: #000;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
#header_box .btn_search svg{
	height:44px;
	width:16px;
	fill:#000;
}
#header_box .search_pop{
    padding: 5px 10px;
    transition: all 0.3s;
    box-sizing: border-box;
	text-align: center;
}
#header_box .search_pop a{
	color: #fff;
    line-height: 30px;
    font-size: 13px;
    transition: all 0.3s;
    display: inline;
    padding: 0 10px 0 0;
    text-decoration: underline;
}
#header_box .search_pop a:hover{
	color: #1197d6;
}

#header_box .cart_box{
	display: inline-block;
    height: 44px;
    cursor: pointer;
}
#header_box .cart_txt{
	display:inline-block;
	width:auto;
	height:44px;
	text-transform: uppercase;
}
#header_box .cart_txt a{
	display:-webkit-flex;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	width:auto;
	height:44px;
	line-height:44px;
	color:#fff;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
#header_box .cart_txt a svg{
	height: 44px;
    width: 24px;
    fill: #fff;
	margin-right: 5px;
}
#header_box .cart_txt a span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}
#header_box .cart_txt a:hover{
	color:#fff;
}
#header_box .cart_txt a:hover svg{
	fill:#fff;
}



#header_box .nav_box{
	display: flex;
    display: -webkit-flex;
    align-items: center;
    height: 50px;
    position: relative;
	margin-top: 10px;
}
#header_box .nav_box .nav_wapper{
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	display: flex;
    display: -webkit-flex;
    align-items: center;
	justify-content: center;
}

#header_box .nav_box .category-all{
	height: 50px;
    display: flex;
    display: -webkit-flex;
}
#header_box .nav_box .category-all a{
	color: #fff;
    line-height: 50px;
	margin-right: 5px;
	font-size:14px;
}
#header_box .nav_box .category-all svg{
    width: 12px;
    height: 50px;
    fill: #fff;
}
#header_box .nav_box .category-list.on .category-all a,
#header_box .nav_box .category-all a:hover{
	color: #fff;
}
#header_box .nav_box .category-list.on .category-all .down_icon svg,
#header_box .nav_box .category-all .down_icon:hover svg{
	fill: #fff;
	transform: rotate(180deg);
}
#header_box .nav_box .category-down{
	position: absolute;
	left: 0;
	top: 50px;
	width:100%;
	background: #fff;
	padding: 0 0 22.5px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}  
#header_box .nav_box .category-down .nav_wapper{
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	align-items: end;
}
#header_box .nav_box .category-down a{
	width: calc(11.111% - 20px);
	margin-right: 22.5px;
	margin-top: 22.5px;
	transition: all 0.3s;
	
}
#header_box .nav_box .category-down a:nth-child(9n){
	margin-right: 0;
}
#header_box .nav_box .category-down a img{
	max-width: 100%;
}
#header_box .nav_box .category-down a p{
	text-align: center;
    line-height: 20px;
    max-height: 40px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#header_box .nav_box .category-down a:hover{
	transform: translate(0,-5px);
	color:#1197d6;
}
#header_box .nav_box .category-list.on .category-down{
	opacity: 1;
	visibility: visible;
}

#header_box .nav_box .nav{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	min-width:50px;
	min-height:50px;
	box-sizing:border-box;
}
#header_box .nav_box .nav > li{
	margin:0;	
}
#header_box .nav_box .nav > li > .cate_menu{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	padding:0 20px;
	height: 50px;
}
#header_box .nav_box .nav > li > .cate_menu > a{
	display:block;
	line-height:50px;
	color:#fff;
	position:relative;
	font-size:14px;
	font-weight:normal;
}
#header_box .nav_box .nav > li.on > .cate_menu a,
#header_box .nav_box .nav > li > .cate_menu:hover a{
	color:#fff;
}
#header_box .nav_box .nav > li > .cate_menu > span svg{
	width:12px;
	height:50px;
	fill:#fff;
	margin-left:5px;
	
}
#header_box .nav_box .nav > li.on > .cate_menu > span svg,
#header_box .nav_box .nav > li > .cate_menu:hover > span svg{
	fill:#fff;
	transform: rotate(180deg);
}
#header_box .nav_box .sub_nav{
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 10px 0;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	border-top:2px solid #000;
	transition:all 0.3s;
}
#header_box .nav_box li.on .sub_nav{
	opacity:1;
	visibility:visible;
	transform:translate(0,0);
}
#header_box .nav_box .sub_nav ul{} 
#header_box .nav_box .sub_nav ul li{}
#header_box .nav_box .sub_nav ul li a{
	display: block;
    height: 34px;
    line-height: 34px;
	padding:0 20px;
	color:#000;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .sub_nav ul li a:hover{
	color:#1197d6;
	transform: translate(5px,0);
}
#header_box .nav_wapper .nav-right-txt{
	background:#0282be;
	height:42px;
	line-height:42px;
	width:320px;
	text-align:center;
	color:#fff;
}
#header_box .nav_box .sub_nav-list-1{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
#header_box .nav_box .sub_nav-list-1 ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 500px;
	transform: none !important;
}
#header_box .nav_box .sub_nav-list-1 ul li{
	width: 50%;
}
#header_box .nav_box .sub_nav-list-2 ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 750px;
	transform: none !important;
}
#header_box .nav_box .sub_nav-list-2 ul li{
	width: 33.33333%;
}

#header_box .nav_box .sub_nav-list-3 ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1000px;
	transform: none !important;
}
#header_box .nav_box .sub_nav-list-3 ul li{
	width: 25%;
}
#header_box .nav_box .sub_nav-list-4 ul{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1200px;
	transform: none !important;
}
#header_box .nav_box .sub_nav-list-4 ul li{
	width: 20%;
}



#header_box .nav_box .category_list_pop{
	height: 50px;
	min-width: 100px;
	padding-left:10px;n
}
#header_box .nav_box .category_list_pop ul{
	height: 50px;
	display: flex;
	display: -webkit-flex;
}
#header_box .nav_box .category_list_pop ul > li > .cate_menu{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 20px;
    height: 50px;
}
#header_box .nav_box .category_list_pop ul > li > .cate_menu > a{
	display: block;
    line-height: 50px;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}
#header_box .nav_box .category_list_pop ul > li > .cate_menu .down_icon{}
#header_box .nav_box .category_list_pop ul > li > .cate_menu .down_icon svg{
	width: 12px;
    height: 50px;
    fill: #fff;
    margin-left: 5px;
}
#header_box .nav_box .category_list_pop ul > li.on > .cate_menu a,
#header_box .nav_box .category_list_pop ul > li:hover > .cate_menu a{
	color: #fff;
}
#header_box .nav_box .category_list_pop ul > li.on > .cate_menu svg,
#header_box .nav_box .category_list_pop ul > li:hover > .cate_menu svg{
    fill: #fff;
	transform: rotate(180deg);
}


#header_box .nav_box .category_list_pop .category_down{
	position: absolute;
    top: 50px;
    left: 0;
    z-index: 1001;
    background: #fff;
    width: 100%;
    padding: 10px 0;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	border-top:2px solid #000;
	transition:all 0.1s;
}
#header_box .nav_box .category_list_pop li.on .category_down{
	opacity: 1;
	visibility: visible;
}
#header_box .nav_box .category_list_pop .category_down_wapper{
	
}

#header_box .nav_box .category_list_pop .category_down dl dt a{
	display: block;
    height: 34px;
    line-height: 34px;
	padding:0 20px;
	color:#000;  
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	transition:all 0.3s;
}
#header_box .nav_box .category_list_pop .category_down dl dt a:hover{
	color:#1197d6;
	transform: translate(5px,0);
}



#header_box .nav_box .category_down_list-1{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
#header_box .nav_box .category_down_list-1 .category_down_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 500px;
	transform: none !important;
}
#header_box .nav_box .category_down_list-1 .category_down_wapper dl{
	width: 50%;
}
#header_box .nav_box .category_down_list-2 .category_down_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 750px;
	transform: none !important;
}
#header_box .nav_box .category_down_list-2 .category_down_wapper dl{
	width: 33.33333%;
}

#header_box .nav_box .category_down_list-3 .category_down_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1000px;
	transform: none !important;
}
#header_box .nav_box .category_down_list-3 .category_down_wapper dl{
	width: 25%;
}
#header_box .nav_box .category_down_list-4 .category_down_wapper{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 1200px;
	transform: none !important;
}
#header_box .nav_box .category_down_list-4 .category_down_wapper dl{
	width: 20%;
}



#header_box .nav_box .category_list_pop .category_level_3 .category_down_wapper{
	transform: none !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
#header_box .nav_box .category_list_pop .category_level_3 dl{
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
#header_box .nav_box .category_list_pop .category_level_3 dl:nth-child(4n){
	margin-right: 0;
}
#header_box .nav_box .category_list_pop .category_level_3 dl dt a{
	padding:0;
	font-weight: bold;
}
#header_box .nav_box .category_list_pop .category_level_3 dl dd a{ 
	display: block;
    line-height: 26px;
   	transition: all 0.3s;
}

#header_box .nav_box .category_list_pop .category_level_3 dl dd a.more{
	color: #000;
	text-decoration: underline;
}
#header_box .nav_box .category_list_pop .category_level_3 dl dd a:hover,
#header_box .nav_box .category_list_pop .category_level_3 dl dd a.more:hover{
	color: #1197d6;
	transform: translate(5px,0);
}





.index_default{
	width:100% !important;
}

#bottom_box{
	background:#202020;
}
#bottom_box .bottom_wapper{
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
#bottom_box .shartto-box{
	padding: 50px 0;
	background: #272723;
}
#bottom_box .shartto-box h3{
	text-align: center;
	color: #fff;
	font-size: 24px;
}
#bottom_box .shartto{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: center;
	min-height:34px;
    width: 100%;
	margin-top: 20px;
}
#bottom_box .shartto li{
	margin:10px 10px 0;
}
#bottom_box .shartto li a{
	display:block;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:50%;
	background:#CB2026;
	text-align:center;
	font-size:18px;
	color:#fff;
	transition:all 0.3s;
}
#bottom_box .shartto li a:hover{
	transform: translate(0,-5px);
}




#bottom_box .newsletter{
	height: 100px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #3b3b36;
}
#bottom_box .newsletter > p{
	color: #fff;
	font-size: 16px;
}
#bottom_box .newsletter form{
	width:400px;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-radius: 30px;
}
#bottom_box .newsletter_txt{
	height: 50px;
    line-height: 16px;
    border: none;
    background: #fff;
    width: calc(100% - 120px);
    text-indent: 15px;
    color: #999;
    box-sizing: border-box;
    border-radius: 30px 0 0 30px;
}
#bottom_box .newsletter_btn{
	display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 120px;
    padding: 0;
    border: 0;
    background: #cb2026;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    text-align: center;
    cursor: pointer;
    border-radius: 0 30px 30px 0;
}
#bottom_box .newsletter_btn svg{
	height:40px;
	width:24px;
	fill:#666;
}
#bottom_box .link{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	padding: 50px 0;
}
#bottom_box .link dl{
	width:18%;
	box-sizing:border-box;
}
#bottom_box .link dl:nth-child(1),
#bottom_box .link dl:nth-child(5){
	width:23%;
}
#bottom_box .link dt{
	color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
	font-weight: bold
}
#bottom_box .link dd{
	color: #ccc;
}
#bottom_box .link dd a{
	color:#ccc;
	line-height:30px;
	display:block;
	font-size:14px;
	transition:all 0.3s;
}
#bottom_box .link dd a:hover{
	color:#1197d6;
}
#bottom_box .link dd .contact_us{
	min-height: 50px;
	line-height: 24px;
}
#bottom_box .link dd.pl_search_con{
	min-height: 30px;
	width: 100%;
}
#bottom_box .link dd.pl_search_con a{
	display: inline;
    padding: 0 10px 0 0;
    text-decoration: underline;
}
#bottom_box .link_box dl.hot_search dd a:hover {
    text-decoration: none;
}
#bottom_box .footer_bom{
	padding:20px 0;
	background:#121212;
}
#bottom_box .footer_bom .bottom_wapper{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
#bottom_box .copyright{
	min-width: 200px;
	min-height:24px;
	line-height:24px;
	color:#ccc;
	text-align:left;
}

#bottom_box .payment_txt{
	min-width: 200px;
	min-height:24px;
	line-height:24px;
	color:#9f9f9f;
	text-align:right;
}



.mini_detail {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
	display:none;
}
.mini_detail .mini_detail_bg {
	position:fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,.5);
	width:100%;
	height:100%;
	z-index:-1;
}
#mini_detail {
	position:fixed;
	top:50%;
	-webkit-transform:translate(0,-50%);
	-moz-transform:translate(0,-50%);
	-ms-transform:translate(0,-50%);
	-o-transform:translate(0,-50%);
	transform:translate(0,-50%);
	left:0;
	right:0;
	margin:auto;
	width:960px;
	position:relative;
}
#mini_detail .icon-iconfontclose {
	position:absolute;
	right:10px;
	top:10px;
	font-size:30px;
	background:none;
	color:#333;
	cursor:pointer;
}




.block_items_banner .swiper-button-next, 
.block_items_banner .swiper-button-prev{
	border-radius:50%;
	background:rgba(255,255,255,.3);
	transform: none;
}
.block_items_banner .swiper-button-next svg, 
.block_items_banner .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner:hover .swiper-button-next, 
.block_items_banner:hover .swiper-button-prev{
	opacity: 1;
    transform: none;
    background: rgba(255,255,255,.5);
}
.block_items_banner:hover .swiper-button-next svg, 
.block_items_banner:hover .swiper-button-prev svg{
	fill:#fff;
}
.block_items_banner .swiper-pagination-bullet{
	background:none;
	border:1px solid #fff;
}
.block_items_banner .swiper-pagination-bullet-active{
	background:#fff;
}
.block_items_blog .news-box .news-tit{
	font-size:18px;
	white-space:normal;
}
.block_items_blog .news-box li{
	border:0;
}
.block_items_blog .news-box .text{
	padding:20px 0 0;
}

.block_title{
    font-size: 22px;
    font-weight: bold;
}
.product_list_2020 .common_pro_list1 li .pro_content .price{
	font-weight:bold;
}
.block_items_products_tab .block_title a{
	font-weight: normal;
}
.block_items_products_tab .block_title a:hover{
	font-weight: normal;
	border-bottom: 3px solid #fff;
}
.block_items_products_tab .block_title a.on{
	font-weight: bold;
	border-bottom: 3px solid #000;
}









.mobile-navside{
	display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 999;
    transition: all 0.3s;
	
}
.mobile-navside-on{
	display:block;
}
.mobile-navside .mobile-nav{
	position: relative;
    background: #fff;
    padding: 0 50px 50px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
    box-sizing: border-box;
    transition: all 0.3s;
}

.mobile-navside .category-list{
	border-bottom: 1px solid #f3f3f3;
	height: 50px;
}

.mobile-navside .category-all{
	height: 50px;
	line-height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.mobile-navside .category-all a{
	display: block;
	width: calc(100% - 50px);
	font-size: 14px;
}
.mobile-navside .category-all .down_icon{
	width: 50px;
	height: 50px;
	text-align: center;
}
.mobile-navside .category-all .down_icon svg{
	height: 50px;
	width: 14px;
}
.mobile-navside .category-list.on{
	height: auto;
}
.mobile-navside .category-list.on .category-all .down_icon svg{
	transform: rotate(180deg);
}


.mobile-navside .category-list .category-down{
	width:100%;
	background: #fff;
	padding: 0 0 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
}  
.mobile-navside .category-list .category-down .nav_wapper{
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
	align-items: end;
}
.mobile-navside .category-list .category-down a{
	width: calc(25% - 15px);
	margin-right: 20px;
	margin-top: 20px;
	transition: all 0.3s;
	
}
.mobile-navside .category-list .category-down a:nth-child(4n){
	margin-right: 0;
}
.mobile-navside .category-list .category-down a img{
	max-width: 100%;
}
.mobile-navside .category-list .category-down a p{
	text-align: center;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	
}
.mobile-navside .category-list .category-down a:hover{
	transform: translate(0,-5px);
	color:#1197d6;
}
.mobile-navside .category-list.on .category-down{
	opacity: 1;
	visibility: visible;
}




.mobile-navside .category_list_pop li,
.mobile-navside .nav li{
	height: 50px;
	border-bottom: 1px solid #f3f3f3;
}
.mobile-navside .category_list_pop li .cate_menu,
.mobile-navside .nav li .cate_menu{
	height: 50px;
	line-height: 50px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.mobile-navside .category_list_pop li .cate_menu a,
.mobile-navside .nav li .cate_menu a{
	display: block;
	width: calc(100% - 50px);
	font-size: 14px;
}
.mobile-navside .category_list_pop li .cate_menu .down_icon,
.mobile-navside .nav li .cate_menu .down_icon{
	width: 50px;
	height: 50px;
	text-align: center;
}
.mobile-navside .category_list_pop li .cate_menu .down_icon svg,
.mobile-navside .nav li .cate_menu .down_icon svg{
	height: 50px;
	width: 14px;
}
.mobile-navside .category_list_pop li .category_down,
.mobile-navside .nav li .sub_nav{
	width:100%;
	background: #fff;
	padding: 0 0 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	padding-left: 10px;
	box-sizing: border-box;
}


.mobile-navside .nav li .sub_nav ul{}
.mobile-navside .category_list_pop li .category_down dt,
.mobile-navside .nav li .sub_nav li{
	border-bottom: 1px solid #f3f3f3;
	height: 40px;
}
.mobile-navside .category_list_pop li .category_down dt a,
.mobile-navside .nav li .sub_nav li a{
	display: block;
	height: 40px;
	line-height: 40px;
}


.mobile-navside .category_list_pop li.on,
.mobile-navside .nav li.on{
	height: auto;
}
.mobile-navside .category_list_pop li.on .category_down,
.mobile-navside .nav li.on .sub_nav{
	opacity: 1;
    visibility: visible;
}
.mobile-navside .category_list_pop li.on .cate_menu .down_icon svg,
.mobile-navside .nav li.on .cate_menu .down_icon svg{
	transform: rotate(180deg);
}
.mobile-navside .category_list_pop li .category_down dd{
	padding: 5px 0;
}
.mobile-navside .category_list_pop li .category_down dd a{
	display: block;
	line-height: 34px;
	padding-left: 10px;
	
}
.mobile-navside .category_list_pop li .category_down dd a.more{
	color: #000;
	text-decoration: underline;
}

#header_box .mobile_nav{
	display:none;
	margin-right:30px;
}
#header_box .mobile_nav_icon .close{
	display: none;
}
#header_box .mobile_nav_icon svg{
	height:60px;
	width:24px;
	fill:#fff;
	vertical-align:top;
}
/*蓝色*/
.home_common_style_blue #header_box,
.home_common_style_blue #bottom_box,
.home_common_style_blue #bottom_box .shartto-box,
.home_common_style_blue #bottom_box .footer_bom{ background-color:#191970;}
.home_common_style_blue #bottom_box .shartto li a,
.home_common_style_blue #bottom_box .newsletter_btn{background: #ea8912;}
.home_common_style_blue #bottom_box .link dd a:hover,
.home_common_style_blue #header_box .nav_box .category_list_pop .category_level_3 dl dd a:hover,
.home_common_style_blue #header_box .nav_box .category_list_pop .category_level_3 dl dd a.more:hover,
.home_common_style_blue #header_box .search_pop a:hover,
.home_common_style_blue #header_box .nav_box .category-down a:hover{ color:#ea8912;}


/*绿色*/
.home_common_style_green #header_box,
.home_common_style_green #bottom_box,
.home_common_style_green #bottom_box .shartto-box,
.home_common_style_green #bottom_box .footer_bom{ background-color:#054A49;}
.home_common_style_green #bottom_box .shartto li a,
.home_common_style_green #bottom_box .newsletter_btn{background: #008060;}
.home_common_style_green #bottom_box .link dd a:hover,
.home_common_style_green #header_box .nav_box .category_list_pop .category_level_3 dl dd a:hover,
.home_common_style_green #header_box .nav_box .category_list_pop .category_level_3 dl dd a.more:hover,
.home_common_style_green #header_box .nav_box .category_list_pop .category_down dl dt a:hover,
.home_common_style_green #header_box .search_pop a:hover,
.home_common_style_green #header_box .nav_box .category-down a:hover{ color:#008060;}






/*响应式*/
@media screen and (max-width:1366px){
	.block_items_pinterest, .block_items_facebook, .block_items_twitter, .block_items_contactus .block_items_contactus_wapper, .block_items_imagetext_1, .block_image_5, .block_image_4, .block_image_3, .block_image_2, .block_items_youtube_video, .block_items_detail, .block_items_imagetext_list, .block_items_products_rec, .block_items_products_switch, .block_items_ins_list, .block_items_youtube_list, .block_items_comment, .block_items_solgan, .block_items_blog, .block_items_brand, .block_items_gallery, .block_items_category_list, .block_items_topic_list, .block_single_products{
		max-width: 1200px;
	}
	.block_image_2_full_screen, .block_image_3_full_screen, .block_items_products_rec_full_screen, .block_items_products_switch_full_screen, .block_items_comment_full_screen, .block_items_gallery_rec_full_screen, .block_items_category_list_full_screen{
		max-width: 100%;
	}
	.block_items_solgan{
		width: 100%;
	}
} 

@media screen and (max-width:1200px){
	#header_box .nav_box .nav_wapper,
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 50px;
		box-sizing:border-box;
	}
	#header_box .cart_box{
		right:50px;
	}
	#header_box .shartto{
		display:none;
	} 
}
@media screen and (max-width:1024px){
	.block_items_pinterest, .block_items_facebook, .block_items_twitter, .block_items_contactus .block_items_contactus_wapper, .block_items_imagetext_1, .block_image_5, .block_image_4, .block_image_3, .block_image_2, .block_items_youtube_video, .block_items_detail, .block_items_imagetext_list, .block_items_products_rec, .block_items_products_switch, .block_items_ins_list, .block_items_youtube_list, .block_items_comment, .block_items_solgan, .block_items_blog, .block_items_brand, .block_items_gallery, .block_items_category_list, .block_items_topic_list, .block_single_products{
		max-width: 100%;
	}
	#header_box .nav_box{
		display: none;
	}
	#header_box .mobile_nav{
		display: block;
	}
	#header_box{
		height: auto;
		box-sizing: border-box;
	}
	#bottom_box .link dl:nth-child(1),
	#bottom_box .link dl{
		width: 33.3333%;
		margin-bottom: 30px;
	}
	#bottom_box .link dl:nth-child(5){
		width:66.6666%;
	}
	#header_box .header-right,
	#header_box .logo{
		width:220px;
	}
	#header_box .header-right-1{
		right:57px;
	}
}
@media screen and (max-width:768px){
	.mobile-navside .mobile-nav,
	#header_box .nav_box .nav_wapper,
	#bottom_box .bottom_wapper,
	#header_box .header_wapper{
		padding:0 30px;
	}
	#header_box .header-right-1 a.tracking_order{
		display: none;
	}
	#header_box .header-right{
		width: auto;
	}
	#header_box .cart_txt a{
		flex-wrap:nowrap;
	}
	
	
	#bottom_box .link dl:nth-child(1),
	#bottom_box .link dl{
		width:50%;
		margin-bottom:30px;
	}
	#header_box{
		position: relative;
		padding: 0 0 100px;
	}
	#header_box .header-mid{
		position: static;
		align-items: center;
	}
	#header_box .search{
		position: absolute;
		left: 0;
		bottom: 5px;
		padding: 0 30px;
		width: 100%;
		box-sizing: border-box;
		max-width:100%;
	}
	#header_box .searchform{
		width: 100%;
	}
	#header_box .search_pop{
		white-space: nowrap;
    	overflow: auto;
	}
	#header_box .header-right-1 {
		top: 0;
		right: 37px;
	}
	#header_box .logo{
		text-align: center;
	}
	
}
@media screen and (max-width:767px){
	.mobile-navside .mobile-nav, 
	#header_box .nav_box .nav_wapper, 
	#bottom_box .bottom_wapper, 
	#header_box .header_wapper{
		padding: 0 15px;
	}
	#header_box .header_lt{
		width: 100%;
		text-align: center;
		height: 30px;
		line-height: 30px;
		background: #000;
		overflow: auto;
		white-space: nowrap;
		margin-bottom: 50px;
	}
	
	#header_box .header-right{
		position: static;
	}
	#header_box .header-right-1{
		position: static;
		top: auto;
		right: auto;
	}
	
	#header_box .header-top{
		padding:0;
	}
	#header_box .logo{
		width:calc(100% - 150px);
		text-align: center;
		padding: 0;
	}
	#header_box .mobile_nav{
		margin:0;
	}
	#header_box .header-right{
		width: 100px;
		display: flex;
		display: -webkit-flex;
		justify-content: flex-end;
	}
	#header_box .header-right-1 a:nth-child(2){
		margin: 0;
		font-size: 0;
		justify-content: center;
	}
	#header_box .cart_box{
		margin: 0;
		padding: 0;
		background: none;
		height: 50px;
	}
	#header_box .cart_txt{
		height: 50px;
	}
	#header_box .cart_txt a{
		height: 50px;
		line-height: 50px;
		font-size: 0;
	}
	#header_box .currency_box{
		position: absolute;
		right: 20px;
		top: 30px;
	}
	#header_box .drop_currency{
		left: auto;
		right: 0;
	}
	#header_box .language{
		position: absolute;
		left: 20px;
		top: 30px;
		margin:0;
	}
	#header_box .search{
		padding:0 15px;
	}
	
	#header_box .cart_txt a svg{
		margin: 0;
		height: 50px;
	}
	#header_box .header-right-1 a svg{
		margin-right: 15px;
	}
	.mobile-navside{
		top: 190px;
	}
	.mobile-navside .category-list .category-down a{
		width: calc(25% - 7.5px);
		margin-right: 10px;
		margin-top: 10px;
	}
	#bottom_box .shartto li{
		margin: 5px 5px 0;
	}
	#bottom_box .newsletter{
		height: auto;
		flex-wrap: wrap;
		padding: 30px 0;
	} 
	#bottom_box .newsletter > p{
		text-align: center;
    	margin-bottom: 15px;
	}
	#bottom_box .link dl:nth-child(1), 
	#bottom_box .link dl:nth-child(5), 
	#bottom_box .link dl{
		width:100%;
	}
	#bottom_box .footer_bom .bottom_wapper{
		flex-wrap: wrap;
	}
	#bottom_box .payment_txt,
	#bottom_box .copyright{
		width: 100%;
		text-align: center;
	}
	#bottom_box .payment_txt img{
		max-width: 100%;
	}
	#bottom_box .link{
		padding:30px 0 0;
	}
}





































