:root{
	--AddtoCartColor: #000;
	--BuyNowColor: #FFC000;
	--MainColor: #fe6198;
	--ThemesBoxTitleColor: #333333;
	--ThemesBoxTitleFont: "微软雅黑";
	--ThemesBoxSubTitleColor: #333333;
	--ThemesBoxSubTitleFont: "WorkSans-Regular";
	--ThemesProductsTitleColor: #333333;
	--ThemesProductsTitleFont: "WorkSans-Regular";
	--ThemesProductsPriceColor: #333333;
	--ThemesProductsPriceFont: "WorkSans-Bold";
	--ThemesProductsDelPriceColor: #999;
	--ThemesProductsDelPriceFont: "WorkSans-Medium";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "WorkSans-Regular";

	--ThemesBoardColor: #fff;
	--ThemesBoardBgColor: #8773BCF2;
	--ThemesHeaderBgColor: #fff;
	--ThemesHeaderTextColor: #666;
	--ThemesHeaderIconColor: #fff;
	--ThemesHeaderIconBgColor: #b8b8b8;
	--ThemesHeaderIconSearchBgColor: #8799E7;
	--ThemesHeaderIconUserBgColor: #f4c664;
	--ThemesHeaderIconCartBgColor: #ff8eaf;
	--ThemesHeaderInputBgColor: #efefef;
	--ThemesNavBgColor: #fff;
	--ThemesNavTextColor: #000;
	--ThemesNavTextHoverColor: #555;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #fff;
	--ThemesFooterTitleColor: #000;
	--ThemesFooterTextColor: #999;
	--ThemesFooterTextHoverColor: #000;
	--ThemesFooterLineColor: #ccc;
	--ThemesFooterIconColor: #999;
	--ThemesCopyrightColor:#333;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #fe6198;
	--ProductsSalesTextColor: #fff;

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

	--ThemesSearchPlaceholderTipsText: #666;
}
body.index {background-color: var(--ThemesBodyColor);}
body .default_currency_style dl dt,
body #header .default_language_style {color: var(--ThemesBoardColor);font-family: "WorkSans-Regular";}
#header {background-color: var(--ThemesHeaderBgColor);}
#header .head_nav_bg {background-color: var(--ThemesNavBgColor);}
.head_top .wrap_container {background-color: var(--ThemesBoardBgColor);}
#header .default_search_style .default_search_form .button::before {background-color: var(--ThemesHeaderIconSearchBgColor);}
#header .default_search_style .default_search_form .button i {color: var(--ThemesHeaderIconColor);}
#header .default_shopping_cart_style .iconfont,
#header .mobile_shopcar_area .iconfont {background-color: var(--ThemesHeaderIconCartBgColor);color: var(--ThemesHeaderIconColor);}
#header .default_account_style .iconfont {background-color: var(--ThemesHeaderIconUserBgColor);color: var(--ThemesHeaderIconColor);}
.default_language_currency_style dt{color:var(--ThemesBoardColor);}
#header .mobile_search_area {background-color: var(--ThemesHeaderIconSearchBgColor);color: var(--ThemesHeaderIconColor);}
#header .mobile_shopcar_area {color: var(--ThemesHeaderIconColor);background-color: var(--ThemesHeaderIconCartBgColor);}

.follow_us_list li>a>i {color: var(--ThemesFooterIconColor);}
#footer .coypright {color: var(--ThemesCopyrightColor);}
#footer .about_us_area .iconfont,
#footer .default_foot_menu_style .menu_list .iconfont {color: var(--ThemesFooterTitleColor);}

/*******4.0 global-themes start*******/
/*font -color -family*/
body,html{color: #333;}/*全局*/
.themes_title{color: #333;}/*标题*/
.themes_subtitle,
.themes_subtitle a{color: #999;}/*副标题*/
.themes_price{color: #333333;}/*价格*/
/*button -border -font*/
.themes_btn{border:1px solid transparent;color: #333;}
/*border -color -style*/
.themes_bor{border-color: #e7e7e7;border-style: solid}
/*bg*/
.themes_sales,
.themes_products_sales{background-color: var(--ProductsSalesBgStyleColor); color:var(--ProductsSalesTextColor);}
/*******4.0 global-themes end*******/
.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{font-family: 'WorkSans-Regular';color:#333;}
.themes_article_subtitle{font-family: 'WorkSans-Regular';color:#999;}
.icon-star1.star_1:before,.review_star .half_star:after{ color: var(--ThemesReviewsStarColor);  }
.review_star .half_star:after{ color: var(--ThemesReviewsStarColor); }


/* 产品详细购物车按钮 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)}
/* 头部 */
#header .head_wrap_bg { background: var(--ThemesBoardBgColor); }
#header .head_top_tips {color:var(--ThemesBoardColor);font-family: "WorkSans-Regular";}
#header .default_search_style {background-color: var(--ThemesHeaderInputBgColor);}
#header .default_search_style .default_search_form input.text{color:var(--ThemesHeaderTextColor);background: transparent;font-family: "WorkSans-Regular";}
#header .default_search_style .default_search_form input.button {background: transparent;}
#header .default_search_style .default_search_form input::-webkit-input-placeholder{font-family: "WorkSans-Regular";}
#header .default_search_style .default_search_form input::-moz-placeholder{font-family: "WorkSans-Regular";}
#header .default_search_style .default_search_form input:-ms-input-placeholder{font-family: "WorkSans-Regular";}
#header .default_account_style {color:var(--ThemesHeaderTextColor);font-family: "WorkSans-Regular";}
#header .default_account_style .FontColor{color:var(--ThemesHeaderTextColor);}
#header .default_account_style .sign_out {color: #fe6198;}
#header .default_account_style dl dt {color:var(--ThemesHeaderTextColor);}
#header .default_shopping_cart_style .text_0{color:var(--ThemesHeaderTextColor);}
#header .default_shopping_cart_style .cart_count, #header .default_shopping_cart_style .text_1{color:var(--ThemesHeaderTextColor);}
#header .default_nav_style li>a{color:var(--ThemesNavTextColor);}
#header .default_nav_style li>a:hover{color:var(--ThemesNavTextHoverColor);}
@media screen and (max-width: 1000px) {
	#header .mobile_header_bg {background: var(--ThemesHeaderBgColor);}
	#header .header_menu_mb {background: var(--ThemesHeaderIconBgColor);;border-radius:50%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
	#header .header_menu_mb .iconfont {color: var(--ThemesHeaderIconColor);}
	#header .mobile_shopcar_count{color: var(--ThemesHeaderTextColor);}
}

/* banner轮播 */
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot{background-color: #e4e4e4;}
.wrap_slider .slider_container .slider_pagination .slider_pagination_dot.active{background-color: var(--MainColor);border: 3px solid #fff;}
.hot_product_list .hot_product_item .hot_item_top {-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.hot_product_list .hot_product_item .hot_item_top .hot_item_wrapper .hot_item_subname {color:#333333;font-family: "WorkSans-Medium";}
.hot_product_list .hot_product_item .hot_item_top .hot_item_wrapper .hot_item_price {color:#333333;font-family: "WorkSans-Bold";border-bottom:2px solid #6a7173;}
.hot_product_list .hot_product_item .hot_item_bottom .hot_more{color:#333333;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);text-decoration: none;}
.hot_product_list .hot_product_item .hot_item_bottom .hot_more::before{background-color: #cccccc;}
@media screen and (max-width: 1000px){
	.hot_product_list .hot_product_item .hot_item_top .hot_item_wrapper .hot_item_price {border-bottom:1px solid #6a7173;}
}
.wrap_section_title a{color:#333333;font-family: "WorkSans-Regular";border-bottom:1px solid #777;}
.wrap_section {background: #fff;}
.wrap_toys_type .toy_type_item .type_inner_desc .type_inner_main{color:#111111;font-family: "WorkSans-Regular";}
.wrap_toys_type .toy_type_item .type_inner_desc .type_inner_sub{color:#333333;font-family: "WorkSans-Medium";}
.wrap_toys_type .toy_type_item .type_inner_desc .type_btn a{color:#333333;font-family: "WorkSans-Bold";border-bottom:1px solid #787260;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.recommend_list .recommend_item .recommend_inner_wrap .recommend_category_title {color:#333333;font-family: "WorkSans-Medium";}
.recommend_list .recommend_item .category_list .category_item a{color:#999;font-family: "WorkSans-Medium";-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.recommend_list .recommend_item .category_list .category_item a .grey_dot {background-color: #b0b0b0;}
.recommend_list .recommend_item .category_list .category_item a:hover{color:#333;}
.recommend_list .recommend_item .category_more a{color:var(--MainColor);;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
@media screen and (max-width: 1000px) {
	#header .head_top_tips{background-color: var(--ThemesBoardBgColor);}
	.recommend_list .recommend_item .category_list .category_item a:hover{color: #999;}
}
.container_screen{ max-width: 1200px; }
@media screen and (max-width: 1200px) {
	.container_screen { padding-left: 15px; padding-right: 15px; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}