/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/
:root{
	--MainColor: #02a0c0;
	--AddtoCartColor: #95BE06;
	--BuyNowColor: #FFC000;
	--ThemesBoxTitleColor: #000;
	--ThemesBoxTitleFont: "Poppins-SemiBold";
	--ThemesBoxSubTitleColor: #000;
	--ThemesBoxSubTitleFont: "Opensans-Light";
	--ThemesProductsTitleColor: #000;
	--ThemesProductsTitleFont: "Opensans-Light";
	--ThemesProductsPriceColor: #02a0c0;
	--ThemesProductsPriceFont: "Opensans-Light";
	--ThemesProductsDelPriceColor: #333;
	--ThemesProductsDelPriceFont: "Opensans-Light";
	--ThemesTextContentColor: #333;
	--ThemesTextContentFont: "Arial";
	--ThemesHeaderBgColor:#ffffff;
	--ThemesHeaderTextColor: #333333;
	--ThemesHeaderIconColor: #000000;
	--ThemesHeaderIconBgColor: #02a0c0;
	--ThemesHeaderTipsColor :#ffc000;
	--ThemesNavTextColor: #333333;
	--ThemesNavTextHoverColor: #02a0c0;
	--ThemesNavLevel2TextColor: #000000;
	--ThemesNavLevel2TextHoverColor: #000000;
	--ThemesNavLevel3TextColor: #000000;
	--ThemesNavLevel3TextHoverColor: #000000;
	--ThemesNavLevel4TextColor: #000000;
	--ThemesNavLevel4TextHoverColor: #000000;
	--ThemesFooterBgColor: #4f6070;
	--ThemesFooterTitleColor: #ffffff;
	--ThemesFooterTextColor: #ffffff;
	--ThemesFooterTextHoverColor: #02a0c0;
	--ThemesFooterLineColor: #606e7c;
	--ThemesFooterIconColor:#ffffff;
	--ThemesFooterButtonBgColor:#02a0c0;
	--ThemesFooterButtonColor:#ffffff;
	--ThemesHeaderIconSearchColor:#ffffff;
	--ThemesHeaderIconCartColor:#ffffff;
	--ThemesHeaderIconUserColor:#ffffff;
	--ThemesFooterInputColor:#333333;
	--ThemesFooterInputBgColor:#ffffff;
	--ThemesFooterButtonHoverColor:#ffffff;
	--ThemesFooterButtonBgHoverColor:#67c6d9;
	--ThemesReviewsStarColor: #333;
	--ThemesAttrOptionColor: #000000;
	--ThemesProductSoldFontColor: #eb3e3e;

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

	--ProductsSalesBgStyleColor: #02a0c0;
	--ProductsSalesTextColor: #fff;

	--ThemesAddToCartTextColor: #000;
	--ThemesAddToCartTextHoverColor: #fff;
	--ThemesAddToCartBgColor: #fff;
	--ThemesAddToCartBgHoverColor: #000;
	--ThemesAddToCartBorderColor: #000;
	--ThemesAddToCartBorderHoverColor: #000;
	--ThemesBuyNowTextColor: #fff;
	--ThemesBuyNowBgColor: #000;
	--ThemesButtonFont: Poppins-SemiBold;
	--PreBackgroundColor: #F1F1F1;
}
/*******4.0 global-themes start*******/
/* 旧 */
/*font -color -family*/
body,html{color:#333;}
body.index {background-color: var(--ThemesBodyColor);}
/*全局*/
.themes_title{color:#000;}
/*标题*/
.themes_subtitle,.themes_subtitle a{color:#999;}
/*副标题*/
.themes_price{color:var(--MainColor);}
/*价格*/
/*button -border -font*/
.themes_btn{border:1px solid transparent;color:#333;}
/*border -color -style*/
.themes_bor{border-color:#e7e7e7;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{font-family: var(--ThemesProductsPriceFont);color: var(--ThemesProductsPriceColor);}
.themes_article_title{color: #000;font-family: 'Opensans-Light';}
.themes_article_subtitle{font-family: 'Opensans-Light';color: #999;}
.themes_products_origin_price{color: var(--ThemesProductsDelPriceColor);font-family: var(--ThemesProductsDelPriceFont);}
.themes_text_content{ color: var(--ThemesTextContentColor); font-family:var(--ThemesTextContentFont); }
.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)}
.default_language_currency_style{color:var(--ThemesHeaderTextColor);}
.ly_header_search i,.ly_header_account i{color:var(--ThemesHeaderIconColor);}
/*******4.0 global-themes end*******/
/* 字体 */
html{font-family:Arial;}
.pop{font-family:'Poppins-SemiBold';}
.hvt{font-family:'Opensans-Light';}

/* 字体 */
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{box-shadow:0 0 0 1000px #fff inset;-webkit-box-shadow:0 0 0 1000px #fff inset;}

.hover_btn{background-color:rgba(255,255,255,0.47);}
.about .about_info>span:before{background:var(--MainColor);}
.default_search_style .default_search_btn .iconfont{color:var(--ThemesHeaderIconSearchColor);}
.default_account_style .iconfont{color:var(--ThemesHeaderIconUserColor);}
@media (max-width:1000px){
	.shop_bag .num{color:#333;background:#ffc000;}
}
.icon,[class^="icon_"],[class*=" icon_"]{font-family:'ZenIcon';}

/*index.css*/
#banner_edit .banner_tab a{border-bottom-color: transparent;background:transparent;color:#666;}
#banner_edit .banner_tab a.on{background:transparent;border-bottom-color:var(--MainColor);color:var(--MainColor);}
.image_box::after{background:var(--MainColor);}
.blue{color:var(--MainColor);}
.title0_p{font-family:'Opensans-Light';}
.desc{color:#333;font-family:'Opensans-Light';}
body a.btn_cirlce,.btn_cirlce{border:1px solid #d9d9d9;color:#333;}
body a.btn_cirlce2,.btn_cirlce2{border:1px solid #d9d9d9;color:#333;}
body a.btn_c41,.btn_c41{border:1px solid #d9d9d9;color:#333;}
body a.btn_cirlce:hover,.btn_cirlce:hover,body a.btn_cirlce.focus,.btn_cirlce.focus,body a.btn_c41:hover,.btn_c41:hover,body a.btn_c41.focus,.btn_c41.focus,body a.btn_cirlce2:hover,.btn_cirlce2:hover,body a.btn_cirlce2.focus,.btn_cirlce2.focus{color:#fff;background:var(--MainColor);border-color:var(--MainColor);}
.btn_c41.is_in i{color:red;}
.btn_cirlce + .blue{font-family:'Poppins-SemiBold';}
.ipro .icon_discount,.ipro .icon_seckill{color:#fff;}
.button_prev.btn_cirlce,.button_next.btn_cirlce{background-size:15px 15px;background-position:center center;background-repeat:no-repeat;background-color:#fff;}
.button_prev.btn_cirlce:hover{background-color:var(--MainColor);}
.button_next.btn_cirlce:hover{background-color:var(--MainColor);}
.white{color:#fff;}
.btn0{border:1px solid #333;font-family:'Poppins-SemiBold';color:#333;}
.btn0.white{color:#fff;border-color:#fff;}
.view_more .btn_more{font-family: 'Poppins-Bold'; color: #323232; border-bottom: 2px solid #949494;}
.view_more .btn_more:hover{color: #02a0c0; border-color: #c9e4ec;}
.updates .slide:hover{background-color:#f8f8f8;}
.ly_time{color:#8b8e93;font-family:'Poppins-SemiBold';}
@media (max-width:1000px){
	.about{border-bottom:10px solid #f6f6f6;}
	.ipro .slide.active .bg{background:transparent;}
	.ipro .info .blue{color:#333;}
	.span_yell{background:#ffc000;color:#333;}
}
.ipro .slide .action a:hover{background: #fff;color: #2e3192;}
.ipro_l a:before,.ipro_l a:after{background:rgba(144,144,144,.1);}
.index_products .cart_btn{background:var(--MainColor); color:#fff;}
.container_screen { width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box }
@media (min-width: 768px) {
    .container_screen { max-width:740px;}
}
@media (min-width: 992px) {
    .container_screen { max-width:960px }
}
@media (min-width: 1200px) {
    .container_screen { max-width:1200px }
}
@media (min-width: 1440px) {
    .container_screen {max-width:1440px }
}
@media screen and (max-width: 1000px) {
	.container_screen { max-width: 92.1875%; }
}
.themes_box_button{font-family: var(--ThemesButtonFont);}