@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--ThemesBoxTitleColor: #000;
	--ThemesBoxTitleFont: "Montserrat-Regular";
	--ThemesBoxSubTitleColor: #666;
	--ThemesBoxSubTitleFont: "Montserrat-Regular";
	--ThemesProductsTitleColor: #666;
	--ThemesProductsTitleFont: "Montserrat-Regular";
	--ThemesProductsPriceColor: #333;
	--ThemesProductsPriceFont: "Montserrat-Regular";
	--ThemesProductsDelPriceColor: #bbb;
	--ThemesProductsDelPriceFont: "Montserrat-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--ThemesHeaderBgColor: #ffffff;
	--ThemesBoardBgColor: #222222;
	--ThemesBoardColor: #ffffff;
	--ThemesHeaderIconUserColor: #ffffff;
	--ThemesHeaderInputBorderColor: #cccccc;
	--ThemesHeaderInputBgColor: #ffffff;
	--ThemesHeaderIconSearchColor: #0984A7;
	--ThemesHeaderIconCartColor: #000000;
	--ThemesHeaderTextColor: #FFFFFF;
	--ThemesHeaderTipsColor: #f10000;
	--ThemesNavBgColor: #0984A7;
	--ThemesNavTextColor: #FFFFFF;
	--ThemesFooterBgColor: #ffffff;
	--ThemesFooterTitleColor: #111111;
	--ThemesFooterTextColor: #666666;
	--ThemesFooterTextHoverColor: #000000;
	--ThemesFooterIconColor: #666666;
	--ThemesCopyrightColor: #aaaaaa;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;
	--ThemesNavTextHoverColor: #000000;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;

	--ThemesBodyColor: #ffffff;
	--ThemesNavFont: Montserrat-Regular;
	--ThemesFooterNavFont: Montserrat-Light;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #ffffff00;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Opensans-Regular;
	--PreBackgroundColor: #F1F1F1;

	--ThemesSearchPlaceholderTipsText: #888;
}
.head_c .default_shopping_cart_style .iconfont {color: var(--ThemesHeaderIconCartColor);}
/*******4.0 global-themes start*******/
/*font -color -family*/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
/*button -border -font*/
.themes_btn{border:1px solid transparent;color: #333;}
/*border -color -style*/
.themes_bor{border-color: #e5e5e5;border-style: solid}
.themes_bor_before:before{border-color: #e5e5e5;border-style: solid}
/*bg*/
.themes_products_sales{ background-color: var(--ProductsSalesBgStyleColor); color: var(--ProductsSalesTextColor); }

/*新*/
.themes_box_title{color: var(--ThemesBoxTitleColor);font-family: var(--ThemesBoxTitleFont);}
.themes_box_subtitle{color: var(--ThemesBoxSubTitleColor);font-family: var(--ThemesBoxSubTitleFont);}
.themes_products_title{color: var(--ThemesProductsTitleColor);font-family: var(--ThemesProductsTitleFont);}
.themes_products_price{color: var(--ThemesProductsPriceColor);font-family: var(--ThemesProductsPriceFont);}
.themes_products_origin_price{color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_text_content{color: var(--ThemesTextContentColor);font-family: var(--ThemesTextContentFont);}
.themes_article_subtitle{color: #666;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }

/*******4.0 global-themes end*******/
/* 产品详细购物车按钮 start */
.default_products_detail #addtocart_button{background-color: var(--ThemesAddToCartBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesAddToCartBorderColor);color: var(--ThemesAddToCartTextColor);}
.default_products_detail #addtocart_button:hover{background-color: var(--ThemesAddToCartBgHoverColor);color:var(--ThemesAddToCartTextHoverColor);border-color: var(--ThemesAddToCartBorderHoverColor);}
.default_products_detail #buynow_button{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);color: var(--ThemesBuyNowTextColor);}
.default_products_detail #buynow_button:hover{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);}
.shopping_add_to_cart .shopping_addtocart_add_btn{background-color: var(--ThemesAddToCartBgColor);border-style: solid;border-width: 1px;border-color: var(--ThemesAddToCartBorderColor);color: var(--ThemesAddToCartTextColor);}
.shopping_add_to_cart .shopping_addtocart_add_btn:hover{background-color: var(--ThemesAddToCartBgHoverColor);color:var(--ThemesAddToCartTextHoverColor);border-color: var(--ThemesAddToCartBorderHoverColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn{background-color: var(--ThemesBuyNowBgColor);border-width: 1px;border-style: solid;border-color: var(--ThemesBuyNowBgColor);color: var(--ThemesBuyNowTextColor);}
.shopping_add_to_cart .shopping_addtocart_buy_btn:hover{background-color: var(--ThemesBuyNowBgColor);}
/* 产品详细购物车按钮 end */
/*checkout按钮*/
.global_shopping_cart_box .checkout_btn button , body .product_price_container .button_info .btn_checkout{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonTextColor)}
.global_shopping_cart_box .checkout_btn button:hover , body .product_price_container .button_info .btn_checkout:hover{color:var(--ThemesCheckoutButtonTextColor)}
.global_shopping_cart_box .checkout_btn .btn-loading{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonBgColor)}
.global_shopping_cart_box .checkout_btn .btn-loading:hover,
.global_shopping_cart_box .checkout_btn .btn-loading:active{background-color: var(--ThemesCheckoutButtonBgColor);color:var(--ThemesCheckoutButtonBgColor)}
/*===================Common Style============================*/
.fontWrap{ color: #111; font-family: "Montserrat-Regular","微软雅黑";}
.fontL{ font-family: "Montserrat-Light","微软雅黑";}
.ixTit span{background: #fff;}
/*============================Index============================*/
.ixPart6 .box .text span a:hover,.ixPart6 .box .text p a:hover, .dealSlide .box .text .t1 a:hover{color: #000;}
.ixPart1 .text .t3 a{ color: #fff; background: #000;}
.ixPart1 .text .t3 a.btn1{ background: #FEDC19; color: #000;}
.dealSlide .box .text{ color: #333;}
.dealSlide .box .t3 span{ color: #000; background: #f0f0f0;}
.dealSlide .box .t3 span p{ color: #666;}
.ixPart6 .box{ border: 1px solid #ebebeb;}
.ixPart6 .box .text span{ color: #333;}
.ixPart6 .box .text p{ font-family: "Montserrat-Light","微软雅黑"; color: #999;}
/*============================媒体查询============================*/
@media screen and (max-width: 1000px){
	.ixPart2 .ly_product_more a:hover {color: #333;}
}

.container_screen{ max-width: 1200px; }
@media screen and (max-width: 1520px) {
	.container_screen{ max-width: 98%; }
}
@media screen and (max-width: 1000px) {
	.container_screen{ max-width: 750px; }
}
@media screen and (max-width: 750px) {
	.container_screen{ max-width: 100%; padding-left: 2vw; padding-right: 2vw; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}