/*样式覆盖部分*/
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: "MS UI Gothic";
	font-size:14px;
	line-height:22px;
}
.wapper{
	width:1200px;
}
a{
	transition: all .3s ease;
}
a:hover{
	color:#f37e7e;
}

#header_box{
	width:100%;
	padding:0;
	box-sizing:border-box;
	background:#fff;
	z-index:9999;
}
#header_box .head1{
	height:34px;
	background:#f5f5f5;
}
#header_box .head1_left{
	float:left;
	height:34px;
	line-height:34px;
}
#header_box .shartto{
	float:left;
	margin-left:10px;
}
#header_box .shartto li{
	float:left;
	padding:7px 5px 0;
}
#header_box .shartto li a{
	display:inline-block;
	line-height:34px;
	font-size:14px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#8cb4e2;
	border-radius:2px;
	color:#fff;
}

#header_box .link_list{
	float:right;
	height:34px;
}
#header_box .cart_box{
	margin:0;
	height:40px;
	float:right;
	padding:0;
	border:0;
	transition:all 0.3s;
	position:relative;
	padding-bottom:5px;
}
#header_box .cart_txt{
	height:40px;
	font-size:13px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#header_box .cart_txt a{
	display:block;
	padding:0;
	color:#000;
	position:relative;
	text-align:left;
	line-height:40px;
}
#header_box .cart_txt a i{
	width:auto;
	height:34px;
	text-align:center;
	line-height:34px;
	font-size:24px;
	background:none;
	margin:0 5px 0 0;
	vertical-align:top;
}
#header_box .cart_txt a svg{
	width:35px;
	height:35px;
	fill:#387eb9;
	margin:0 12px -12px 0;
}
#header_box .cart_txt strong{
	width:auto;
	color:#000;
	font-size:12px;
	vertical-align:top;
	
}

#header_box .cart{
	display:block;
	top:34px;
	border:1px solid #ccc;
	visibility:hidden;
	opacity:0;
	transform:translate(0,15px);
	transition:all 0.3s;
	right:0;
	box-shadow:none;
}
#header_box .cart_on .cart{
	visibility:visible;
	opacity:1;
	transform:translate(0);
}
      
#header_box .currency_box{
	position:relative; 
	z-index:1000;
	float:right;
	height:34px;
	padding:0 10px 0 0;
	border:0;
}
#header_box .currency_txt{ 
	cursor:pointer;
	color:#000;
	line-height:34px;
	height:34px;
	margin:0;
	padding:0 10px;
	transition:all 0.3s;
	font-weight:bold;
}
#header_box .currency_txt i{
	width:auto; 
	height:auto; 
	background:none; 
	margin:0;
	vertical-align:top;
	font-size:12px;
	padding-left:3px;
	transform:scale(0.8);
}


#header_box .drop_currency{
	position:absolute;
	left:0; 
	top:34px; 
	width:120px; 
	padding:10px;
	border:1px solid #808080;
	box-sizing:border-box;
	opacity:0;
	visibility:hidden;
	background:#fff;
	transform:translate(0,15px);
	transition:all 0.3s;
	box-shadow:none;
}
#header_box .currency li a{
	color:#888; 
	display:block; 
	overflow:hidden; 
	height:22px; 
	line-height:22px; 
	padding:0 8px;
	font-size:13px;
}
#header_box .currency li a:hover{
	background:none; 
	color:#f37e7e;
}
#header_box .currency li a span{
	float:right;
}
#header_box .currency li a b{
	font-weight:normal; 
	float:left;
}
#header_box .currency_on .drop_currency{
	opacity:1;
	visibility:visible;
	transform:translate(0);
}
#header_box .account{
	float:right;
	margin-right:10px;
}
#header_box .account a{
	display:inline-block;
	color:#f62929;
	line-height: 26px;
    margin: 2px 0;
    border: 1px solid #ccc;
    padding: 0 8px;
    border-radius: 4px;
	font-weight:bold;
	box-shadow:0px 0px 0px 0px #999;
}
#header_box .account a:hover{
	color:#f37e7e;
}


#header_box .head2{
	height:auto;
	padding:15px 0;
	width:1200px;
	margin:0 auto;
}
#header_box .logo{
	height:auto;
	width:300px;
	float:left;
	margin-right:30px;
}
#header_box .logo a{
	display:block;
	height:110px;
}
#header_box .logo a img{
	vertical-align:middle;
	max-height:110px;
	max-width:300px;
}
#header_box .logo a span{
	display:inline-block;
	vertical-align:middle;
	height:100%;
}

#header_box .header_lt{
	width:600px;
	padding:0;
	float:left;
}
#header_box .header_rt_txt{
	padding:10px;
	border:1px solid #000;
}
#header_box .search_box{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	height:50px;
	width:600px;
	z-index:1001;
}
#header_box .search{
	width:600px;
	height:50px;
	padding:0;
	transition:all 0.3s;
	box-sizing:border-box;
	z-index:999;
}
#header_box .searchform{
	width:600px;
	height:50px;
	border:0;
}
#header_box .search_input{
	width:540px;
	height:45px;
	border:0;
	box-sizing:border-box;
	font-size:16px;
	color:#666;
	padding:0;
	text-indent:15px;
	float:left;
	background:none;
	border:2px solid #387eb9;
}
#header_box .btn_search{
	float:right;
	width:50px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
	color:#fff;
	background:#387eb9;
	margin:0;
	padding:0;
	border:0;
	border-radius:4px;
}
#header_box .btn_search:hover{
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    box-shadow: none;
    outline: none;
    outline-offset: 0;
}

#header_box .header_rt{
	float:right;
	padding:0;
}
#header_box .logo_right_txt{
	
}


#header_box .nav_warp{
	margin:0 auto;
	width:100%;
	background:#8cb4e2;
	border-bottom:1px solid #387eb9;
}
#header_box .nav_box{
	height:46px;
	border:0;
    /*background: url(../images/navbar-bg.png) 15px 0 repeat-x;*/
	position:relative;
	width:1200px;
	margin:0 auto;
	
}
#header_box .left-adorn {
	position: absolute;
	left: -5px;
	bottom: -20px;
	z-index: 99;
	display:none;
}
#header_box .right-adorn {
	position: absolute;
	top: -10px;
	right: -15px;
	z-index: 99;
	display:none;
}
#header_box .left-radius {
	position: absolute;
	top: 0;
	left: 0;
	display:none;
}
#header_box .right-radius {
	position: absolute;
	top: 0;
	right: 0;
	display:none;
}
#header_box .nav{
	float:none;
	margin:0;
	width:100%;
	text-align:center;
}
#header_box .nav > li{
	float:none;
	display:inline-block;
	font-size:14px;
	padding:0;
	height:46px;
}
#header_box .nav > li > a{
	position:relative;
	height:46px;
	line-height:46px;
	padding:0 30px;
	border:0;
	color:#000;
	font-size:16px;	
	display:block;
	font-weight:bold;
}
#header_box .nav > li > a:before{
	content:'';
    background-image: url(../images/icon-navbar-02.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
    height:16px;
	line-height:16px;
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
	margin-bottom: 2px;
}
#header_box .nav > li > a i{
	display:inline-block;
	background:none;
	font-size:12px;
	color:#000;
	vertical-align:middle;
	margin-left:8px;
}
#header_box .nav > li > a:hover,
#header_box .nav > li.on > a{
	background:#387eb9;
	color:#fff;
}
#header_box .nav > li > a:hover i,
#header_box .nav > li.on > a i{
	color:#fff;
}
#header_box .nav .sub_nav{
	display:block;
	position:absolute;
	top:46px;
	left:0;
	width:200px;
	padding:5px 0;
	text-align:left;
	visibility:hidden;
	opacity:0;
	box-sizing:border-box;	
	background: #f9f9f9;
    box-shadow: none;
    border:1px solid rgba(0,0,0,.15);
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 4px;
	background-color: #387eb9;
}
#header_box .nav .sub_nav li{
	float:none;
	height:36px;
	width:100%;
}
#header_box .nav .sub_nav li:last-child{
	border:0;
}
#header_box .nav .sub_nav li a{
	display:block;
	height:36px;
	line-height:36px;
	color:#333;
	font-size:14px;
	padding:0 15px;
	transition:none;
	background:#8cb4e2;
	color:#fff;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
#header_box .nav .sub_nav li a:hover{
	color:#f37e7e;
	background:#fff;
}
#header_box .nav li.on .sub_nav{
	visibility:visible;
	opacity:1;
	transform:translate(0,0);
}


#header_box .posFixed{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:10000;
}





#body_box{
	width:1200px;
}
/*#banner*/
.index_default .banner_box{
	width:1200px;
	height:325px;
	float:none;
	position:relative;
	box-sizing:border-box;
	padding:0;
	margin-top:1px;
	overflow:hidden;
}
#banner {	
	position: static;	
	width: 100%;	
	height: auto;	
	margin:0;
	
}
.index_default .banner_box img{
	width:100%;
}
#banner .swiper-wrapper{
	position:static;
}
#banner .prev,
#banner .next{
	position:absolute;
	top:0;
	left:0;
	font-size:20px;
	color:#fff;
	height:100%;
	width:15%;
	text-align:center;
	z-index:9;
	cursor:pointer;
}
#banner .next{
	left:auto;
	right:0;
}
#banner .prev span,
#banner .next span{
	position:absolute;
	right:30%;
	top:50%;
	margin-top:-30px;
	width:44px;
	height:60px;
	text-align:center;
	line-height:60px;
	font-size:50px;
	color:#fff;
	font-weight:bold;
	opacity:0.5;
	transition:all 0.5s ease-in;
}
#banner .prev span:hover,
#banner .next span:hover{
	opacity:0.9;
}
#banner .next span{
	right:auto;
	left:30%;
}
#banner .swiper-pagination{
	bottom:30px;
}
#banner .swiper-pagination-bullet{
	width:8px;
	height:8px;
	border:1px solid #fff;
	background:none;
	opacity:1;
}
#banner .swiper-pagination-bullet-active{
	background:#fff;
	border:2px solid #fff;
}

.index_default .left-box{
	width:220px;
	float:left;
}
.index_default .left_category{
	padding:20px 10px;
	background:url(../images/semi-circle2.png) 0 0 repeat-x #8cb4e2 ;
	
    overflow: hidden;
}
.index_default .left_category ul > li{
	text-align:center;
	border-radius:5px;
	background:#cfe1f5;
	border:1px solid #387eb9;
	margin-bottom:15px;
	padding:10px;
}
.index_default .left_category ul > li > a{
	display:inline-block;
	width:100px;
	height:100px;
	background-color: #387eb9;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, .3);
	border-radius:50%;
	color:#fff;
}
.index_default .left_category ul > li > a span{
	display:block;
}
.index_default .left_category ul > li > a img{
	margin:20px 0 10px;
	width:32px;
	height:32px;
}
.index_default .left_category .lv2_list{
	padding:15px 0 5px;
}
.index_default .left_category .lv2_list a{
	display:block;
	color: #333;
    transition: all .3s ease;
	line-height:2.4;
}
.index_default .left_category .lv2_list a:hover{
	color:#f37e7e;
}
.index_default .news h3{
	background:#8cb4e2;
	padding:10px;
	border-radius:10px 10px 0 0 ;
	font-size:20px;
	text-align:center;
	height:46px;
	line-height:26px;
	box-sizing:border-box;
}
.index_default .news h3 a{
	color:#000;
}
.index_default .news_con li{
	position:relative;
	height:68px;
	padding:7px 0 7px 78px;
	border-bottom:1px dashed #ddd;
}
.index_default .news_con li:last-child{
	border:0;
}
.index_default .news_con li .img{
	position:absolute;
	left:0;
	top:7px;
	width:68px;
	height:68px;
}
.index_default .news_con li .img img{
	max-width:68px;
	max-height:68px;
	border-radius:5px;
}
.index_default .news_con li .news_name{
	height:40px;
	line-height:20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color:#333;
}
.index_default .news_con li .news_name:hover{
	color:#f37e7e;
}

.index_default .news_con li .news_time{
	line-height:28px;
	color:#f37e7e;
}
.index_default .right-box{
	float:right;
	width:950px;
}
.index_default .tit{
	height:48px;
	border-bottom:1px solid #387eb9;
	background:#8cb4e2;
	padding:0;
	text-align:center;
	line-height:normal;
	border-radius:5px 5px 0 0;
}
.index_default .tit a{
	display:inline-block;
	float:none;
	font-size:20px;
	color:#333;
	line-height:48px;
	font-weight:bold;
}
.index_default .common_pro_list1 li{
	width:224px;
	margin-right:18px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.index_default .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.index_default .common_pro_list1 li .pic{
	width:212px;
	height:318px;
	line-height:212px;
	display:block;
}
.index_default .common_pro_list1 li .pic img{
	max-width:212px;
	max-height:none;
}



.index_default .deals_pro .common_pro_list1 li{
	width:300px;
	margin-right:25px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.index_default .deals_pro .common_pro_list1 li.none{
	margin-right:0;
}
.index_default .deals_pro .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.index_default .deals_pro .common_pro_list1 li .pic{
	width:288px;
	height:288px;
	line-height:288px;
	display:block;
	position:relative;
}
.index_default .deals_pro .common_pro_list1 li .pic img{
	max-width:288px;
	max-height:none;
}
.index_default .product_tag{
	margin-top:10px;
	overflow:hidden;
}
.index_default .product_tag .pro-discount,
.index_default .product_tag .pro-free__shipping
{
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	float:left;
	margin:0 3px 0 0;
	font-size:12px;
}
.index_default .product_tag .pro-discount{
	background:#d500f9;
}
.index_default .product_tag .pro-free__shipping{
	background:#64b5f6;
}
.index_default .pro-newin{
	background:#ff0000;
	position:absolute;
	right:15px;
	top:15px;
	width:35px;
	height:36px;
	background:url(../images/icon-new.png) no-repeat;
}

.index_default .pro-sold__out{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.index_default .pro-sold__out span{
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	color:#fff;
	text-align:center;
	padding:0 20px;
	font-size:18px;
}
.index_default .common_pro_list1 li .pic_box{
	position:relative;
}
.index_default .common_pro_list1 .pro_content{
	padding:0;
}
.index_default .common_pro_list1 li .name{
	color:#333;
	margin:10px 0;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index_default .common_pro_list1 li .name:hover{
	color: #f37e7e;
}
.index_default .common_pro_list1 li .pic{
	overflow:hidden;
}
.index_default .common_pro_list1 li .pic img{
	transition:all .3s ease;
}
.index_default .common_pro_list1 li .pic img:hover{
	transform: scale(1.1, 1.1);
}
.index_default .common_pro_list1 li .price{
	text-align:left;
	font-size:18px;
	color:red;
}
.index_default .common_pro_list1 li span.oldprice{
	color:#333;
	font-size:14px;
	margin-left:10px;
}
.index_default .common_pro_list1 li .quickview{
	margin-top:10px;
}
.index_default .common_pro_list1 li .quickview a{
	display: block;
	color: #fff;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	background:#f7c5b3;
	background: linear-gradient(#add0f8, #92bae8 5%, #87b5ea 6%, #6eabf2 10%, #749ecf 15%, #5898cd 50%, #387eb9 98%, #5f9bcd 100%);
	-moz-background: linear-gradient(#add0f8, #92bae8 5%, #87b5ea 6%, #6eabf2 10%, #749ecf 15%, #5898cd 50%, #387eb9 98%, #5f9bcd 100%);
	-ms-background: linear-gradient(#add0f8, #92bae8 5%, #87b5ea 6%, #6eabf2 10%, #749ecf 15%, #5898cd 50%, #387eb9 98%, #5f9bcd 100%);
	-o-background: linear-gradient(#add0f8, #92bae8 5%, #87b5ea 6%, #6eabf2 10%, #749ecf 15%, #5898cd 50%, #387eb9 98%, #5f9bcd 100%);
	-webkit-background: linear-gradient(#add0f8, #92bae8 5%, #87b5ea 6%, #6eabf2 10%, #749ecf 15%, #5898cd 50%, #387eb9 98%, #5f9bcd 100%);
	text-align:center;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}



.index_default .home_ad1{
	position:relative;
}
.index_default .home_ad1 .cont{
	position:absolute;
	top:50%;
	transform:translate(0,-50%);
	background: rgba(255, 255, 255, .5);
	border:1px solid #ffebed;
	padding:15px;
	margin-left: 25%;
	left: 15%;
    right: 15%;
    transition: all .5s ease;
}
.index_default .home_ad1 h4{
	font-size:20px;
	color:#000;
	margin:0 0 30px;
	text-align:center;
}
.index_default .home_ad1 p{
	font-size:14px;
	color:#000;
	
}

.index_default .consumer_selfies{
	margin-bottom:30px;
}
.index_default .consumer_selfies h3{
	margin-bottom:20px;
}
.index_default .consumer_selfies ul{
    
}
.index_default .consumer_selfies ul li{
	width:25%;
	box-sizing:border-box;
}
.index_default .consumer_selfies .consumer_img{
    margin-bottom: 20px;
}
.index_default .consumer_selfies ul li img{
	width:100%;
}
.index_default .consumer_selfies ul li .consumer_name{
    font-size: 14px;
    color: #000;
    margin-bottom: 10px;
}
.index_default .consumer_selfies ul li .consumer_star{
	display: flex;
    justify-content: space-between;
}
.index_default .consumer_selfies ul li .consumer_star_list i{
	background:none;
	color:#ccc;
	font-size:14px;
}
.index_default .consumer_selfies ul li .consumer_star_list i.cur{
	color:#ff9900;
}
.index_default .consumer_selfies ul li .consumer_time{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    line-height: 16px;
    color: #999;
}
.index_default .consumer_selfies ul li .consumer_detail{
    line-height: 20px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	color:#000;
}
.index_default .consumer_selfies .swiper-btn{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	background:rgba(255,255,255,0.3);
	padding:10px;
	z-index:100;
	cursor:pointer;
}
.index_default .consumer_selfies .swiper-btn.consumer-next{
	right:0;
}
.index_default .consumer_selfies .swiper-btn svg{
	height:40px;
	width:40px;
}
.index_default .consumer_selfies .swiper-btn.consumer-next svg{
	transform:rotate(180deg);	
}
.index_default .consumer_selfies .swiper-btn:hover{
	background:rgba(255,255,255,1);
}

.index_default .youtubeshop_list{position:relative;z-index:990;background:#fff; box-sizing:border-box; margin-bottom:20px;}
.index_default .youtube_list{ font-size:0;}
.index_default .youtube_box{position:relative;display:inline-block;vertical-align:middle;box-sizing:border-box;width:290px;margin:0 11px 15px 0;background:#fafafa;}
.index_default .youtube_box:nth-child(4n){margin-right:0;}
.index_default .youtube_box .youtube_con{position:relative;width:100%;height:100%;display:block;}
.index_default .youtube_box .youtube_pic{width: 290px;height: 160px;position: relative;}
.index_default .youtube_box .youtube_pic i{display:inline-block;width:50px;height:50px;line-height:50px;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;font-size:40px;background:none;color:#fff;cursor:pointer;text-align:center;opacity:0.6;}
.index_default .youtube_box .youtube_pic span{position:absolute;bottom:5px;right:5px;background:rgba(0,0,0,.7);border-radius:3px;color:#fff;font-size:12px;height:18px;line-height:18px;padding:0 5px;}
.index_default .youtube_box:hover .youtube_pic i{ opacity:1;}
.index_default .youtube_box .youtube_name a{display:block;font-size:15px;font-weight:bold;color:#000;padding:15px 10px 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.index_default .youtube_box .youtube_detail{padding:0 10px;line-height:20px;color:#666;font-size:13px;height:60px;margin-bottom:5px;overflow:hidden;}
.index_default .youtube_box .youtube_bom{padding:5px 10px;text-align:center;position:relative;font-size:13px;color:#666;}
.index_default .youtube_box .youtube_bom a{display:inline-block;height:23px;line-height:23px;color:#999;}
.index_default .youtube_box .youtube_bom a:hover{color:#999;}
.index_default .youtube_box .youtube_bom i{display:inline-block;font-size:20px;color:#999;vertical-align:top;margin-right:5px;background:none;}
.index_default .youtube_box .youtube_thumbs_up i{font-size:24px;}
.index_default .youtube_box .youtube_read{position:absolute;left:10px;top:5px;}
.index_default .youtube_box .youtube_comment{position:absolute;right:10px;top:5px;}
.index_default .youtube_box .img{width:280px;height:160px;text-align:center;display:block;}
.index_default .youtube_box .img img{max-width:280px;max-height:160px;}
.index_default .youtube_box .bg{background:rgba(0,0,0,0.5);width:100%;height:100%;position:absolute;top:0;left:0; opacity:0;transition:opacity 0.5s ease-in-out;}
.index_default .youtube_box .bg span{border:2px solid #fff;width:100px;height:35px;line-height:35px;text-align:center;display:block;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;color:#fff;font-weight:bold;}
.index_default .youtube_box .bg span.youtubeta{border:0;height:80px;}
.index_default .youtube_box .bg span.youtubeta i{display:block;font-size:50px;color:#fff;background:none;height:80px;line-height:80px;}
.index_default .youtube_box .youtube_con:hover .bg{ opacity:1;}
.index_default .youtube_box .youtube_con .hotspot{position:absolute;width:20px;height:20px;line-height:20px;text-align:center;background:#fff;color:#000;font-size:12px;border-radius:50%;}
.index_default .youtube_box .vido{position:absolute;right:0;top:0;width:40px;height:40px;line-height:40px;text-align:center;}
.index_default .youtube_box .vido i{font-size:26px;background:none;color:#fff;}
.index_default .youtube_pop{position:fixed;left:0;top:0;width:100%;height:100%;z-index:99999;display:none;}
.index_default .youtube_pop_c .pop_bg{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.5);}
.index_default .youtube_pop_c .pop_box{position:fixed;left:0;right:0;top:120px;margin:auto;height:370px;width:880px;overflow:hidden;background:#fff;padding:20px;border-radius:5px;}
.index_default .youtube_pop_c .pop_left_box{float:left;width:480px;}
.index_default .youtube_pop_c .big_img{width:480px;height:320px;position:relative;overflow:hidden;}
.index_default .youtube_pop_c .big_img img{width:480px;}
.index_default .youtube_pop_c .big_img .li{display: block;position: absolute;top: 50%;left: 50%;width: 30px;height: 30px;background: #fff;border-radius: 50%;text-align: center;line-height: 30px;color: #fff;cursor: pointer;color: #000;}
.index_default .youtube_pop_c .big_img .li:hover {background: #000;color:#fff;}
.index_default .youtube_pop_c .big_img .btn_play  {display: block;position:absolute;top:50%;left:50%;width: 50px;height: 50px;text-align: center;line-height: 50px;margin-top: -29px;margin-left: -29px;cursor: pointer;font-size:50px;color:rgba(0,0,0,.8);}
.index_default .youtube_pop_c .big_img .btn_play:hover  {color:rgba(0,0,0,.4);}
.index_default .youtube_pop_c .big_img .btn_play i {background-image: none;font-size: 35px;color: #fff;}
.index_default .youtube_pop_c .youtube_img_bom{font-size:14px;height:30px;margin-top:20px;}
.index_default .youtube_pop_c .youtube_pop_left{font-size:14px;height:30px;float:left;}
.index_default .youtube_pop_c .youtube_pop_left .profile{font-weight:normal;font-size: 16px;display: inline-block;margin-right:5px;}
.index_default .youtube_pop_c .youtube_pop_left .profile i{display:inline-block;vertical-align:middle;font-size:20px;color:#fff;margin-right:5px;font-weight:normal;width:25px;height:25px;line-height:25px;text-align:center;background:#ff0000;border-radius:5px;}

.index_default .youtube_pop_c .youtube_pop_left img{width:50px;height:50px;vertical-align:middle;border-radius:50%;}
.index_default .youtube_pop_c .youtube_pop_left .youtube_menber{display:inline-block;vertical-align:middle;line-height:25px;}
.index_default .youtube_pop_c .youtube_pop_left .youtube_menber .name{font-weight:bold;}
.index_default .youtube_pop_c .youtube_pop_right{float:right;height:30px;}
.index_default .youtube_pop_c .youtube_pop_right .num_c{text-align:right;font-size:12px;color:#999;}
.index_default .youtube_pop_c .youtube_pop_right .num_c i{display:inline-block;vertical-align:middle;margin-right:5px;font-size:18px;background:none;}
.index_default .youtube_pop_c .youtube_pop_right .thumbs_up{padding-top:5px;text-align:right;}
.index_default .youtube_pop_c .youtube_pop_right .thumbs_up a{display:inline-block;margin-left:10px;font-size:12px;color:#999;}
.index_default .youtube_pop_c .youtube_pop_right .thumbs_up a i{display:inline-block;vertical-align:middle;margin-right:2px;background:none;font-size:22px;line-height:1;}
.index_default .youtube_pop_c .youtube_pop_right .thumbs_up a span{display:inline-block;vertical-align:middle;}
.index_default .youtube_pop_c .youtube_pop_right .thumbs_up a i.low{font-size:18px;position: relative;top: 2px;}
.index_default .youtube_pop_c .big_video {width:480px;height:auto;float:left;position:relative;display: none;}
.index_default .youtube_pop_c .youtube_pop_con{float:right;width:400px;box-sizing:border-box;padding:10px 0 10px 20px;position:relative;}
.index_default .youtube_pop_c .youtube_pop_inf{margin-bottom:20px;color:#666;font-size:12px;line-height:20px;}
.index_default .youtube_pop_c .youtube_pop_list li{padding-left:90px;min-height:80px;position:relative;margin-bottom:20px;}
.index_default .youtube_pop_c .youtube_pop_list li:hover {background: #eee;}
.index_default .youtube_pop_c .youtube_pop_list li .youtube_pic{position:absolute;left:0;top:0;width:80px;height:80px;text-align: center;}
.index_default .youtube_pop_c .youtube_pop_list li .youtube_pic a {display: inline-block;}
.index_default .youtube_pop_c .youtube_pop_list li .youtube_pic img{max-width:80px;max-height:80px;}
.index_default .youtube_pop_c .youtube_pop_list li .pro_name{color:#333;font-size:12px;height:20px;overflow:hidden; padding-top:4px; white-space:nowrap; text-overflow:ellipsis;}
.index_default .youtube_pop_c .youtube_pop_list li .pro_name:hover{color:#ed3445}
.index_default .youtube_pop_c .youtube_pop_list li .pro_price{height:20px;line-height:16px;color:#ed3445;}
.index_default .youtube_pop_c .youtube_pop_list li .pro_price span{color:#333;}
.index_default .youtube_pop_c .youtube_pop_list li .pro_btn{margin-top:4px;height:26px; padding-left:25px; padding-right:25px;text-align:center;line-height:26px;color:#fff;background:#ed3445;border-radius:2px;display:inline-block ;font-size:12px; }
.index_default .youtube_pop_c .youtube_pop_close{position:absolute;right:10px;top:10px;text-align:center;font-size:20px;color:#999;cursor:pointer;}
.index_default .youtube_content{ overflow:auto;height:300px;}
.index_default .youtube_pop_con h3{font-size:14px;margin-bottom:5px;}


.common_pro_list1 li .review .star,.common_pro_list2 li .review .star{ margin-right:3px;}
.common_pro_list1 li .review .star i,.common_pro_list1 li .review .star,.common_pro_list2 li .review .star i,.common_pro_list2 li .review .star{ background:none;}
.common_pro_list1 li .review .star i,.common_pro_list2 li .review .star i{ color:#ff9900; font-size:14px;}
.common_pro_list1 li .review .star .cur,.common_pro_list2 li .review .star .cur,.index_default .customer .star .cur{ color:#ff9900;}


#bottom_box{
	width:100%;
	padding:0;
	margin:0;
	box-sizing:border-box;
	background:#8cb4e2;
}
#bottom_box .newletter{
	padding:50px 0 60px;
}
#bottom_box .newletter_box{
	float:left;
	height:50px;
}
#bottom_box .newletter_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box .newletter_box form{
	float:left;
	height:50px;
	background:#fff;
	border-radius:3px;
}
#bottom_box .newsletter_txt{
	float:left;
	height:50px;
	line-height:50px;
	width:230px;
	background:none;
	text-indent:10px;
	padding:0;
	border:0;
	margin:0;
}
#bottom_box .newsletter_btn{
	width:70px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
	color:#000;
	font-size:30px;
	background:none;
	margin:0;
	padding:0;
}


#bottom_box dl dd  .shartto_box{
	float:right;
}
#bottom_box dl dd  .shartto_box span{
	float:left;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	margin-right:10px;
}
#bottom_box dl dd  .shartto{
	height:auto;
}
#bottom_box dl dd  .shartto li{
	width:auto;
	margin:0 10px 5px 0;
	position:relative;
}
#bottom_box dl dd .shartto li a{
	display:block;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#387eb9;
	color:#fff;
	position:relative;
	z-index:9;
	font-size:16px;
	transition:all 0.5s;
	border-radius:5px;
	padding:0;
}
#bottom_box dl dd .shartto li a:hover{
	color:#fff;
	background:rgba(243,126,126,.8);
}


#bottom_box .link_box{
	padding:50px 0;
	margin:0;
	border:0;
}
#bottom_box .link_box dl{
	float:left;
	width:300px;
	box-sizing:border-box;
	font-size:14px;
	line-height:20px;
	padding:0;
}
#bottom_box .link_box dl dt{
	height:auto;
	line-height:normal;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
}
#bottom_box .link_box dl dt span{
	color:#333;
	font-size:16px;
	display:inline-block;
	line-height:30px;
	border-bottom:1px solid #387eb9;
}
#bottom_box .link_box dl dd{
	color:#333;
	font-size:14px;
}
#bottom_box .link_box dl dd a{
	font-size:14px;
	color:#333;
	padding:5px 0;
}
#bottom_box .link_box dl dd a:hover{
	color:#387eb9;
}

#bottom_box .foot_bom{
	width:100%;
	text-align:center;
	background:#fff;
}
#bottom_box .copyright{
	font-size:12px;
	color:#333;
	padding:30px 0;
}

.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;
}



.product_detail_2017 .viewfontright{
	width:555px;
}


.product_list_2017 .common_pro_list1 li{
	width:285px;
	margin-right:20px;
	border:0;
	box-sizing:border-box;
	border:1px solid #ddd;
	padding:5px;
}
.product_list_2017 .common_pro_list1 li.none{
	margin-right:0;
}
.product_list_2017 .common_pro_list1 li.other{
	margin:0;
	padding:0;
	width:100%;
	border:0;
	height:1px;
}
.product_list_2017 .common_pro_list1 li .pic{
	width:273px;
	height:410px;
	line-height:410px;
}
.product_list_2017 .common_pro_list1 li .pic img{
	max-width:273px;
	max-height:410px;
}

.product_list_2017 .product_tag{
	margin-top:10px;
	overflow:hidden;
}
.product_list_2017 .product_tag .pro-discount,
.product_list_2017 .product_tag .pro-free__shipping
{
	height:28px;
	line-height:28px;
	padding:0 10px;
	color:#fff;
	float:left;
	margin:0 3px 0 0;
	font-size:12px;
}
.product_list_2017 .product_tag .pro-discount{
	background:#d500f9;
}
.product_list_2017 .product_tag .pro-free__shipping{
	background:#64b5f6;
}
.product_list_2017 .pro-newin{
	background:#ff0000;
	position:absolute;
	right:15px;
	top:15px;
	width:35px;
	height:36px;
	background:url(../images/icon-new.png) no-repeat;
}

.product_list_2017 .pro-sold__out{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.product_list_2017 .pro-sold__out span{
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translate(0,-50%);
	color:#fff;
	text-align:center;
	padding:0 20px;
	font-size:18px;
}
.product_list_2017 .common_pro_list1 li .pic_box{
	position:relative;
}
.product_list_2017 .common_pro_list1 .pro_content{
	padding:0;
}
.product_list_2017 .common_pro_list1 li .name{
	color:#333;
	margin:10px 0;
	padding:0;
	text-align:left;
	font-size:16px;
	line-height:20px;
	height:40px;
	overflow:hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_list_2017 .common_pro_list1 li .name:hover{
	color: #f37e7e;
}
.product_list_2017 .common_pro_list1 li .pic{
	overflow:hidden;
}
.product_list_2017 .common_pro_list1 li .pic img{
	transition:all .3s ease;
}
.product_list_2017 .common_pro_list1 li .pic img:hover{
	transform: scale(1.1, 1.1);
}
.product_list_2017 .common_pro_list1 li .price{
	text-align:left;
	font-size:18px;
	color:red;
}
.product_list_2017 .common_pro_list1 li span.oldprice{
	color:#333;
	font-size:14px;
	margin-left:10px;
}
.product_list_2017 .common_pro_list1 li .quickview{
	margin-top:10px;
}
.product_list_2017 .common_pro_list1 li .quickview a{
	display: block;
	color: #fff;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
	background:#f7c5b3;
	background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-moz-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-ms-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-o-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	-webkit-background: linear-gradient(#e9c1b2, #f7c5b3 5%, #f3ae9c 6%, #ef937f 10%, #ed8579 15%, #e65262 50%, #dd1242 98%, #db5e71 100%);
	text-align:center;
	box-shadow: 2px 1px 5px rgba(0, 0, 0, .4);
}
















