@charset "UTF-8";

/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/

:root{
	--ThemesBoxTitleColor: #111;
	--ThemesBoxTitleFont: "WorkSans-Medium";
	--ThemesBoxSubTitleColor: #666;
	--ThemesBoxSubTitleFont: "WorkSans-Regular";
	--ThemesProductsTitleColor: #333;
	--ThemesProductsTitleFont: "Opensans-Regular";
	--ThemesProductsPriceColor: #c00;
	--ThemesProductsPriceFont: "Opensans-Regular";
	--ThemesProductsDelPriceColor: #999999;
	--ThemesProductsDelPriceFont: "Opensans-Regular";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Opensans-Regular";
	--AddtoCartColor: #AF0D64;
	--BuyNowColor: #EA215C;
	--ThemesHeaderBgColor: #ffffff;
	--ThemesHeaderTextColor: #333333;
	--ThemesHeaderLineColor: #ebebeb;
	--ThemesHeaderIconColor: #000000;
	--ThemesHeaderTipsColor: #000000;
	--ThemesNavTextColor: #333333;
	--ThemesNavTextHoverColor: #000000;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #111111;
	--ThemesFooterTextColor: #999999;
	--ThemesFooterTextHoverColor: #ffffff;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterIconColor: #BBBBBB;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

	--ThemesBodyColor: #FFFFFF;
	--ThemesNavFont: WorkSans-Medium;
	--ThemesFooterNavFont: WorkSans-Regular;
	--ThemesCheckoutButtonBgColor: #000000;
	--ThemesCheckoutButtonTextColor: #ffffff;

	--ProductsSalesBgStyleColor: #000;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: WorkSans-Medium;
	--PreBackgroundColor: #F1F1F1;
}
/*******4.0 global-themes start*******/
body.index {background-color: var(--ThemesBodyColor);}
body,html{font-family:'Opensans-Regular',Arial;color: #333;}/*全局*/
.themes_title{color: #222;}/*标题*/
.themes_subtitle,.themes_subtitle a{color: #999;}/*副标题*/
.themes_price{color: #222;}/*价格*/
.themes_btn{border:1px solid transparent;color: #333;}
.themes_bor{border-color: #e5e5e5;border-style: solid}
.themes_bor_before:before{border-color: #e5e5e5;border-style: solid}
.themes_sales,
.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_title{color: #222; font-family:WorkSans-Medium;}
.themes_article_title:hover{color: #888; font-family:WorkSans-Medium;}
.themes_article_subtitle{color: #333; font-family:WorkSans-Regular;}
.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)}
#page_tips a{color: #fff;font-family: WorkSans-Regular;}
#page_tips b {font-family: WorkSans-Bold;}
#banner .slider_page span {background: #fff;}
#welcome_dect .wit {border-bottom: 1px solid #ebebeb;}
#welcome_dect .welcome_text .host_tit {font-family: WorkSans-Regular;}
#welcome_dect .welcome_text .title {color: #111;font-family: WorkSans-Medium;}
#welcome_dect .rit {color: #333;font-family: WorkSans-Regular;}
#more_href a {border-bottom: 1px solid #222;color: #222;}
#more_href a:hover{ color:#888; border-bottom:1px solid #888;}
@media screen and (max-width: 1000px) {
	/* 取消huover */
	#more_href a:hover{border-bottom:1px solid #222;color:#222;}
}

.container_screen{ width: 95%; max-width: 1130px; }
@media screen and (max-width: 1000px) {
	.container_screen{ max-width: 100%; width: 100%; box-sizing: border-box; padding-left: 4vw; padding-right: 4vw; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}