/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/
/*global css*/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin:0;
	padding:0;
}
.clear{ clear:both}
body, textarea, input, button, select, keygen, legend {
	font-size:14px;
	color:#333;
	font-family:Arial;
	-webkit-text-size-adjust:none;
	outline:0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display:block;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption, th {
	text-align:left;
	font-weight:normal;
}
html, body, fieldset, img, iframe, abbr {
	border:none;
}
i, cite, em, var, address, dfn {
	font-style:normal;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6, small {
	font-size:100%;
}
h1, h2, h3, h4, h5, h6, em, strong, b {
	
}
sup, sub {
	font-size:80%;
}
pre, code, kbd, samp {
	font-family:inherit;
}
q:before, q:after {
	content:none;
}
textarea {
	overflow:auto;
	resize:none;
}
label, summary {
	cursor:default;
}
a, button {
	cursor:pointer;
}
ins, u, s, a {
	text-decoration:none;
}
textarea, input {
	outline:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
input[type='text'], input[type='number'], input[type='password'], input[type='reset'], input[type='submit'], input[type='button'], input[type='tel'], button, textarea {
	-webkit-appearance:none;
	border:1px #ddd solid;
	outline:none;
}
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;
}
:root {
 --AddtoCartColor: #FFFFFF;
 --BuyNowColor: #111111;
 --ThemesBoxTitleColor: #222222;
 --ThemesBoxTitleFont: "Opensans-Regular";
 --ThemesBoxSubTitleColor: #666666;
 --ThemesBoxSubTitleFont: "Opensans-Regular";
 --ThemesProductsTitleColor: #666666;
 --ThemesProductsTitleFont: "Opensans-Regular";
 --ThemesProductsPriceColor: #222;
 --ThemesProductsPriceFont: "Opensans-Regular";
 --ThemesProductsDelPriceColor: #999;
 --ThemesProductsDelPriceFont: "Opensans-Regular";
 --ThemesTextContentColor: #333;
 --ThemesTextContentFont: "Opensans-Regular";
 --ThemesHeaderBgColor: #ffffff;
 --ThemesHeaderTextColor: #222222;
 --ThemesHeaderLineColor: {
$ThemesHeaderLineColor
}
;
 --ThemesHeaderIconColor: #48372b;
 --ThemesHeaderIconBgColor: {
$ThemesHeaderIconBgColor
};
 --ThemesHeaderTipsColor : {
$ThemesHeaderTipsColor
};
 --ThemesHeaderInputBorderColor:#e5e4e4;
 --ThemesHeaderInputBorderBgColor:#e5e4e4;
 --ThemesNavBgColor: {
$ThemesNavBgColor
};
 --ThemesNavTextColor: #222222;
 --ThemesNavTextHoverColor: #7ba84a;
 --ThemesNavLevel2TextColor:;
 --ThemesNavLevel2TextHoverColor:;
 --ThemesNavLevel3TextColor:;
 --ThemesNavLevel3TextHoverColor:;
 --ThemesNavLevel4TextColor:;
 --ThemesNavLevel4TextHoverColor:;
 --ThemesFooterBgColor: #ffffff;
 --ThemesFooterTitleColor: #222222;
 --ThemesFooterTextColor: #666666;
 --ThemesFooterTextHoverColor: #7ba84a;
 --ThemesFooterLineColor: #dcdcdc;
 --ThemesFooterIconColor: #222222;
 --ThemesReviewsStarColor: #333;
 --ThemesAttrOptionColor: #000000;
 --ThemesBodyColor: #ffffff;
 --ThemesNavFont: Opensans-Regular;
 --ThemesFooterNavFont: Opensans-Regular;
 --ThemesCheckoutButtonBgColor: #000000;
 --ThemesCheckoutButtonTextColor: #ffffff;
 --ProductsSalesBgStyleColor: #000000;
 --ProductsSalesTextColor: #fff;
 --ThemesAddToCartTextColor: #000;
 --ThemesAddToCartTextHoverColor: #fff;
 --ThemesAddToCartBgColor: #fff;
 --ThemesAddToCartBgHoverColor: #000;
 --ThemesAddToCartBorderColor: #000;
 --ThemesAddToCartBorderHoverColor: #000;
 --ThemesBuyNowTextColor: #fff;
 --ThemesBuyNowBgColor: #000;
 --ThemesButtonFont:;
 --PreBackgroundColor:;
}
body, html {
	font-family:'Opensans-Regular';
}
body.index {
	background-color: var(--ThemesBodyColor);
}
.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(--ThemesProductsPriceFont);
}
.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);
}
.themes_products_sales {
	background-color: var(--ProductsSalesBgStyleColor);
	color:var(--ProductsSalesTextColor);
}
.products_detail_box .prod_info_form li.attr_show .btn_attr.selected {
	box-shadow: 0 0 0 1px var(--ThemesAttrOptionColor);
}
.products_detail_box .prod_info_form li.attr_show .btn_attr:hover, .products_detail_box .prod_info_form li.attr_show .btn_attr.selected {
	box-shadow: 0 0 0 2px var(--ThemesAttrOptionColor);
}
.default_search_style .iconfont, .default_account_style .iconfont, .default_shopping_cart_style .iconfont {
	color: var(--ThemesHeaderIconColor);
}
.ly_notice {
	background-color:#8b9282;
}
.ly_notice, .ly_notice a {
	color:#fff;
}
.index_category .category_all a:after {
	background:#222;
}
.index_category .category_all:hover a:after {
	background:#7ba84a;
}
.index_category .cate_list .item .info {
	background:#fff;
}
.index_category .cate_list .item .info .title {
	color:#222222;
}
.index_fav .pro_list .img .product_discount_tags {
	background:#333333;
	color:#fff;
}
.index_fav .pro_list .img .pro_menu>a, .index_products .pro_list .img .pro_menu>a {
	background-color:#fff;
}
.index_fav .pro_list .img .pro_menu>a:hover, .index_products .pro_list .img .pro_menu>a:hover {
	background-color:#7ba84a;
}
@media screen and (min-width:1000px) {
 .index_category .category_all:hover a {
color:#7ba84a;
}
 .index_ad .info .shop_now:hover, #footer .default_foot_menu .menu_list dl dd a:hover {
color:var(--ThemesFooterTextHoverColor);
}
 .index_ad .info .shop_now:hover:after {
background:#7ba84a;
}
 .index_category .cate_list .item:hover .info .title {
color:#7ba84a;
}
 .ly_pro2_btn a:hover {
color:#7ba84a;
}
 .ly_pro2_btn a:hover::before {
background-color:#7ba84a;
}
 .ly_pro_btn a:hover {
background-color: #5f8b2f;
}
 .ly_pro_btn a:hover {
color: #81A749;
background-color: transparent;
}
}
/* 产品详细购物车按钮 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)
}
.container_screen {
	max-width: 1420px;
}
@media screen and (max-width: 1460px) {
 .container_screen {
max-width: 1200px;
}
}
@media screen and (max-width: 1240px) {
 .container_screen {
max-width: 1000px;
}
}
@media screen and (max-width: 1020px) {
 .container_screen {
max-width: 750px;
}
}
@media screen and (max-width: 750px) {
 .container_screen {
max-width: 92%;
}
}
.themes_box_button {
	font-family: var(--ThemesButtonFont);
}
#header.ly_header_60.header_fixed_top .headerFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: var(--ThemesHeaderBgColor)
}
@media screen and (max-width: 1000px) {
#header.ly_header_60 .headerFixed {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100
}
}
.ly_header_60 .default_nav_style {
	font-family: var(--ThemesNavFont)
}
.ly_header_60 a:hover {
	text-decoration:none
}
.ly_header_60 .clearfix::after {
content:'';
display:block;
clear:both
}
.ly_header_60 .bx_navigation {
	display:none
}
.ly_header_60 .bx_relative {
	position:relative
}
.ly_header_60 .bx_static {
	position:static
}
.ly_header_60 .text_left {
	text-align:left
}
.ly_header_60 .text_right {
	text-align:right
}
.ly_header_60 .text_center {
	text-align:center
}
.ly_header_60 .pull_right {
	float:right
}
.ly_header_60 .pull_left {
	float:left
}
.ly_header_60 .ly_prompt_style {
	display:none
}
#header.ly_header_60 .ly_nav .ly_menu span {
	background-color: var(--ThemesHeaderIconColor)
}
@media (max-width:1000px) {
.ly_header_60 .hidden_xs {
display:none
}
}
@media (min-width:1001px) {
.ly_header_60 .hidden_md {
display:none
}
}
.ly_header_60 .container {
	width:1420px;
	margin:0 auto
}
@media screen and (max-width:1460px) {
.ly_header_60 .container {
width:1200px
}
}
@media screen and (max-width:1240px) {
.ly_header_60 .container {
width:1000px
}
}
@media screen and (max-width:1020px) {
.ly_header_60 .container {
width:750px
}
}
@media screen and (max-width:750px) {
.ly_header_60 .container {
width:92%
}
}
.ly_header_60 .ly_notice {
	line-height:38px;
	text-align:center
}
.ly_header_60 .ly_notice a {
	display:block;
	width:100%;
	height:100%;
	font-size:14px
}
#header.ly_header_60 {
	min-width:100%
}
#header.ly_header_60 .ly_nav {
	padding:30px 0;
	position:relative;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
justify-content: space-between; width:90%; max-width:1400px; margin:0 auto
}
#header.ly_header_60 .ly_nav .ly_menu {
	display:none
}
#header.ly_header_60 .ly_nav .ly_search {
	width:28%;
	height:44px;
	line-height:44px;
	-webkit-box-ordinal-group:1;
	-webkit-order:0;
	-ms-flex-order:0;
	order:0;
	flex-grow: 1
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search {
	display:block;
	width:100%;
	height:100%
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form {
	display:block;
	width:100%;
	height:100%;
	position:relative
}
#header.ly_header_60 .ly_nav .ly_search .default_search {
	display:block;
	width:100%;
	height:100%;
	max-width:400px
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .text {
	position:relative;
	z-index:1;
	display:block;
	width:calc(100% - 142px);
	margin-left:42px;
	margin-right:100px;
	height:100%;
	border:0;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .button {
	width:100%;
	height:100%;
	z-index:0;
	line-height:100%;
	position:absolute;
	top:0;
	right:0;
	background:none;
	border:none;
	text-transform:uppercase;
	cursor:pointer;
	text-align:right;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-right:10px;
	left:0;
	bottom:0;
	z-index:0;
	letter-spacing:1px
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .button .iconfont {
	position:absolute;
	left:8px;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:22px
}
#header.ly_header_60 .ly_nav .ly_logobox { width:20%

}
#header.ly_header_60 .ly_nav .ly_features {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	margin-left: 10px;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-align-content:center;
	-ms-flex-line-pack:center;
	align-content:center;
	-webkit-box-pack:end;
	-webkit-justify-content:flex-end;
	-ms-flex-pack:end;
	justify-content:flex-end;
	-webkit-box-ordinal-group:3;
	-webkit-order:2;
	-ms-flex-order:2;
	order:2;
	flex-grow: 1
}
#header.ly_header_60 .ly_nav .ly_features .default_language_currency_style {
	font-size:14px
}
#header.ly_header_60 .ly_nav .ly_features .ly_language_and_currency {
	width: auto;
	margin-right: 10px
}
#header.ly_header_60 .ly_nav .ly_features .ly_language_and_currency .default_language_currency_style dt {
	padding:0
}
#header.ly_header_60 .ly_nav .ly_features .ly_language_and_currency .default_language_currency_style i:before {
	display:none
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping {
	min-width:86px;
	width:auto
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .cart_count_price {
	display:inline-block;
	vertical-align:middle;
	padding-left:5px;
	line-height:25px;
	height:25px;
	font-size:14px
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .default_shopping_cart_down .cart_note {
	right:0;
	left:unset
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .text_0 {
	display:none
}
.ly_header_60 .default_shopping_cart_style .iconfont {
	display:inline-block;
	vertical-align:middle;
	font-size:25px
}
.ly_header_60 .default_account_style .iconfont {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size:32px
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .cart_count {
	display:none
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .text_1 {
	display:none
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin {
	margin-right:30px;
	width:23px;
	height:25px
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style {
	position:relative;
	display:block;
	width:100%;
	height:100%
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style .global_login_sec {
	display:block;
	width:100%;
	height:100%
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style .signin_box_sec {
	right:0
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style .global_account_sec {
	display:block
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style .global_account_sec .AccountButton_sec {
	font-size:0
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin .default_account_style .account_container_sec {
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
#header.ly_header_60 .ly_navbox { width:70%; margin-left:10%
	
}
#header.ly_header_60 .ly_navbox .default_nav {
	padding-bottom:0px;
	font-size:0;
	text-align:right
}
#header.ly_header_60 .ly_navbox .default_nav li {
	float:none;
	padding:0 2.34375vw;
	display:inline-block;
	line-height:30px;
	letter-spacing:1px
}
#header.ly_header_60 .ly_navbox .default_nav li a:hover {
	text-decoration:none
}
#header.ly_header_60 .ly_navbox .default_nav li>a {
	font-size:14px;
	padding:0;
	display:inline-block;
	height:100%;
	position:relative
}
#header.ly_header_60 .ly_navbox .default_nav li a:after {
	content:'';
	width:0%;
	height:1px;
	position:absolute;
	left:0;
	bottom:-1px
}
#header.ly_header_60 .ly_navbox .default_nav li a:hover:after {
	width:100%
}
#header.ly_header_60 .ly_navbox .default_nav li>a, #header .ly_navbox .default_nav li>a:after {
	transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out
}
.ly_header_60 .logo {
	text-align:center;
	margin:0 auto
}
.ly_header_60 .logo a img {
	top:-10px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}
@media screen and (max-width:1160px) {
#header.ly_header_60 .ly_nav .ly_search {
width:280px
}
}
@media screen and (max-width:1000px) {
.ly_header_60 .ly_notice {
padding:0 30px;
line-height:80px
}
.ly_header_60 .ly_notice a {
font-size:28px
}/* #header.ly_header_60 .headerFixed{position:fixed;top:0;left:0;z-index:100;width:100%}*/
 #header.ly_header_60 .ly_nav .ly_search {
margin-right:0;
-webkit-box-ordinal-group:4;
-webkit-order:3;
-ms-flex-order:3;
order:3;
float:right;
width:44px;
height:46px;
flex-grow: 0
}
#header.ly_header_60 .ly_nav .ly_search .default_search {
position:relative
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search {
position:static
}
body #header.ly_header_60 .ly_nav .ly_search .ajax_search .form {
border:0;
position:static;
width:auto;
height:auto
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .button {
font-size:0;
position:static
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .text {
display:none
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .button .iconfont {
font-size:24px;
left: 0
}
#header.ly_header_60 .ly_nav .ly_features {
flex-grow: 0
}
#header.ly_header_60 .ly_nav .ly_features .ly_language_and_currency {
display:none
}
#header.ly_header_60 .ly_nav .ly_features .ly_admin {
display:none
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping {
width:auto;
min-width:unset;
margin-left: 12px
}
#header.ly_header_60 .ly_nav .ly_logobox {
flex-grow: 0
}
#header.ly_header_60 .ly_navbox {
display:none
}
#header.ly_header_60 .ly_nav {
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
-ms-flex-align:center;
align-items:center;
-webkit-align-content:center;
-ms-flex-line-pack:center;
align-content:center;
padding:10px 15px;
-webkit-box-sizing:border-box;
box-sizing:border-box;
justify-content: space-between
}
#header.ly_header_60 .ly_nav .ly_menu {
max-width:28px;
min-width:24px;
-webkit-box-flex:0.1;
-webkit-flex:0.1;
-ms-flex:0.1;
flex:0.1;
-webkit-box-ordinal-group:2;
-webkit-order:1;
-ms-flex-order:1;
order:1;
float:left;
display:block;
width:44px;
height:30px
}
#header.ly_header_60 .ly_nav .ly_menu span {
display:block;
margin-top:12px;
width:100%;
height:2px
}
#header.ly_header_60 .ly_nav .ly_menu span:first-child {
margin-top:0
}
#header.ly_header_60 .ly_nav .ly_logobox {
-webkit-box-ordinal-group:3;
-webkit-order:2;
-ms-flex-order:2;
order:2;
float:left;
margin-left:50px;
position:static;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
transform:translate(0, 0);
text-align:left
}
#header.ly_header_60 .ly_nav .ly_features {
-webkit-box-ordinal-group:5;
-webkit-order:4;
-ms-flex-order:4;
order:4;
width:auto
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .text_0 {
width:44px;
height:46px;
background-size:117px;
padding-left:0
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .cart_count_price {
display: none;
font-size:28px
}
#header.ly_header_60 .ly_nav .ly_search .default_search .global_search {
position:relative;
display:block;
width:100%;
height:100%;
z-index: 2
}
#header.ly_header_60 .ly_nav .clear {
display:none
}
}
@media screen and (max-width:750px) {
.ly_header_60 .ly_notice {
padding:0 2%;
line-height:40px
}
.ly_header_60 .ly_notice a {
font-size:14px
}
#header.ly_header_60 .ly_nav .ly_logobox {
margin-left: 10px
}
}
@media screen and (max-width:550px) {
#header.ly_header_60 .ly_nav .ly_search {
width:25px;
height:23px
}
#header.ly_header_60 .ly_nav .ly_search .default_search .global_search {
background-size:67px 23px
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .text_0 {
height:23px;
width:23px;
background-size:67px 23px
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .cart_count_price {
font-size:14px
}
#header.ly_header_60 .ly_nav .ly_menu span {
margin-top:9px
}
#header.ly_header_60 .ly_nav .ly_menu {
max-width:24px;
min-width:22px;
height:24px
}
#header.ly_header_60 .ly_nav .ly_logobox {
margin-left:10px;
margin-right: auto
}
}
#header.ly_header_60 {
	background-color: var(--ThemesHeaderBgColor)
}
#header.ly_header_60 .ly_nav .ly_features .ly_language_and_currency {
	color: var(--ThemesHeaderTextColor)
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form {
	border:1px solid var(--ThemesHeaderInputBorderColor)
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .text {
	color: var(--ThemesHeaderTextColor);
	background-color: transparent
}
#header.ly_header_60 .ly_nav .ly_search .ajax_search .form .button {
	color: var(--ThemesHeaderTextColor)
}
#header.ly_header_60 .ly_nav .ly_features .ly_shopping .cart_count_price {
	font-family:'Opensans-Bold';
	color: var(--ThemesHeaderTextColor)
}
#header.ly_header_60 .ly_navbox ul li a {
	color: var(--ThemesNavTextColor)
}
#header.ly_header_60 .ly_navbox ul li a:hover {
	color:var(--ThemesNavTextHoverColor)
}
#header.ly_header_60 .ly_navbox .default_nav li a:hover:after{color:var(--ThemesNavTextHoverColor) }
#header.ly_header_60 .ly_navbox .default_nav li a:hover:after {
	background-color: var(--ThemesNavTextHoverColor)
}
#header.ly_header_60 .ly_nav {
	background-color: var(--ThemesHeaderBgColor)
}
@media screen and (max-width:1000px) {
#header.ly_header_60 {
background:#fff
}
#header.ly_header_60 .ly_nav .ly_menu span {
background:#333
}
}
.ly_carousel_1.container_screen {
	margin: 0 auto
}
.ly_carousel_1 .carousel_wrapper.screen_full {
	width: 100%
}
.ly_carousel_1 .carousel_wrapper {
	position: relative;
	margin:0 auto;
	z-index: 0
}
.ly_carousel_1 .carousel_wrapper a:hover {
	text-decoration: unset
}
.ly_carousel_1 .carousel_wrapper .carousel_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	overflow: hidden
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item {
	position: absolute;
	width: 100%
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info {
	position: absolute;
	width: 55%;
	z-index: 10;
	box-sizing: border-box
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_title {
	margin-bottom:20px
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
	margin-bottom:40px;
	line-height:1.8
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_btn {
	display: inline-block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	text-align: center;
	font-size:16px;
	border: 1px solid transparent;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_btn:hover {
	text-decoration: unset
}
.ly_carousel_1 .carousel_wrapper .tab_type_position {
	position: absolute;
	bottom:23px;
	width: 100%;
	text-align: center;
	z-index: 1000
}
.ly_carousel_1 .carousel_wrapper .carousel_tab.btn_none {
	display: none
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_btn {
	display: inline-block;
	vertical-align: middle
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_dots {
	width: 10px;
	height: 10px;
	margin:0 4px;
	background-color: #e6e6e6;
	border-radius: 50%
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_dots.activity {
	background-color: #fd0002
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_line {
	width: 80px;
	height: 3px;
	margin:0 6px;
	background-color: #e6e6e6
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_line.activity {
	background-color: #fd0002
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_arrow {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	color:#a5a7ab;
	z-index: 10;
transition: all .3s
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_arrow i {
	font-size: 46px
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_arrow.tab_prev {
	left: 3%
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_arrow.tab_next {
	right: 3%
}
.ly_carousel_1 .carousel_wrapper .carousel_tab .tab_arrow:hover {
	color:#fff
}
.ly_carousel_1 .carousel_wrapper .animate_transition {
	transition:transform 0.5s ease-in 0.05s, opacity 0.5s ease-in 0.05s
}
.ly_carousel_1 .carousel_wrapper .carousel_none {
	opacity: 0;
	z-index: -1;
	pointer-events: none
}
.ly_carousel_1 .carousel_wrapper .carousel_show {
	opacity: 1;
	z-index: 1;
	pointer-events: auto
}
.ly_carousel_1 .carousel_wrapper .animate_out_img_move {
	opacity:0;
	transform:translateX(50px)
}
.ly_carousel_1 .carousel_wrapper .animation_rise_3 {
	animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.3s forwards;
	animation-name:rise_up
}
.ly_carousel_1 .carousel_wrapper .animation_rise_4 {
	animation:1s cubic-bezier(0.26, 0.54, 0.32, 1) 0.4s forwards;
	animation-name:rise_up
}
.ly_carousel_1 .carousel_wrapper .txt_opacity {
	opacity: 0
}
.ly_carousel_1 .carousel_wrapper .carousel_item .animate_btn {
	opacity: 0;
	transition:all 1s
}
.ly_carousel_1 .carousel_wrapper .carousel_item.carousel_show .animate_btn {
	opacity: 1
}
.ly_carousel_1 .carousel_wrapper .animate_out_img_left {
	-webkit-transform: translateX(-200px);
	transform: translateX(-200px);
-webkit-transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
transition: opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
transition: transform .5s ease-in .05s, opacity .5s ease-in .05s;
transition: transform .5s ease-in .05s, opacity .5s ease-in .05s, -webkit-transform .5s ease-in .05s;
	z-index: 10
}
.ly_carousel_1 .carousel_wrapper .carousel_item.carousel_show.carousel_animate_scale .carousel_img {
	animation:carousel_img 2s ease
}
@media screen and (max-width: 1000px) {
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info {
width: 95%
}
.ly_carousel_1 .carousel_wrapper .tab_type_position {
bottom:3%
}
 .ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_title {
margin-bottom:10px
}
.ly_carousel_1 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
margin-bottom:20px
}
}
.themes_box_content {
	font-family: var(--ThemesTextContentFont)
}
@keyframes rise_up {
0% {
opacity:0;
transform:translateY(120%)
}
to {
	opacity:1;
	transform:translateY(0%)
}
}
 @keyframes carousel_img {
0% {
-webkit-transform: scale(1.3);
transform: scale(1.3)
}
to {
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.ly_carousel_1[data-visual-id="241"] {
	background-color: #ffffff;
	padding-top:0px;
	padding-bottom: 0px;
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item .carousel_info {
	padding: 30px 0 60px
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_lefttop {
	left:0;
	top:0;
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_top {
	top:0;
	left:50%;
	transform: translateX(-50%);
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_righttop {
	right:0;
	top:0;
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_left {
	top:50%;
	left:0;
	transform: translateY(-50%);
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_center {
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_right {
	top:50%;
	right:0;
	transform: translateY(-50%);
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_leftbottom {
	left:0;
	bottom:0;
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_bottom {
	bottom:0;
	left:50%;
	transform: translateX(-50%);
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .text_position_rightbottom {
	right:0;
	bottom:0;
}
 @media screen and (max-width: 1000px) {
 .ly_carousel_1[data-visual-id="241"] {
padding-top:0px;
padding-bottom: 0px;
}
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1::after {
position: absolute;
content:'';
width: 100%;
height: 100%;
left: 0;
top:0;
background-color: rgba(0, 0, 0, 0%);
z-index: 1;
pointer-events: none
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info {
	text-align:center
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_title {
	font-size: 48px;
	color:#ffffff
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_content {
	font-size: 16px;
	color:#ffffff
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_btn {
	margin: auto;
	background-color:#ff830a;
	color:#ffffff;
	border-color: #ff820a;
	border-radius: 20px;
	width: 160px;
	height: 40px;
	line-height:40px;
	font-size: 16px;
}
 @media screen and (max-width: 1000px) {
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_title {
font-size: 30px;
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_content {
font-size: 14px;
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_btn {
width: 160px;
height: 40px;
line-height:40px;
font-size: 16px;
}
}
 @media screen and (min-width: 1000px) {
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-1 .carousel_info .carousel_btn:hover {
background-color:#ffffff;
color:#ff830a;
border-color: #fff
}
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2::after {
position: absolute;
content:'';
width: 100%;
height: 100%;
left: 0;
top:0;
background-color: rgba(0, 0, 0, 0%);
z-index: 1;
pointer-events: none
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info {
	text-align:center
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_title {
	font-size: 48px;
	color:#ffffff
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_content {
	font-size: 16px;
	color:#ffffff
}
.ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_btn {
	margin: auto;
	background-color:#ff830a;
	color:#ffffff;
	border-color: #ff820a;
	border-radius: 20px;
	width: 160px;
	height: 40px;
	line-height:40px;
	font-size: 14px;
}
 @media screen and (max-width: 1000px) {
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_title {
font-size: 30px;
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_content {
font-size: 14px;
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_btn {
width: 160px;
height: 40px;
line-height:40px;
font-size: 14px;
}
}
 @media screen and (min-width: 1000px) {
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.Carousel-2 .carousel_info .carousel_btn:hover {
background-color:#ffffff;
color:#ff830a;
border-color: #fff
}
}
 .ly_carousel_1[data-visual-id="241"] .carousel_wrapper .carousel_box .carousel_item.video_style::after {
background-color: unset;
}
#header.ly_header_60[data-visual-id="240"] .ly_nav .logo {
	width:150px;
}
#header.ly_header_60[data-visual-id="240"] .ly_navbox .default_nav li {
	height: auto;
	line-height: 1.875;
}
#header.ly_header_60[data-visual-id="240"] .ly_navbox .default_nav li>a {
	font-size: 14px;
}
 @media screen and (max-width:1000px) {
 #header.ly_header_60[data-visual-id="240"] .ly_nav .logo {
width:150px;
}
}
.ly_poster_231 a:hover {
	text-decoration:none
}
.ly_poster_231 .themes_index_padding {
	padding:50px 0
}
.ly_poster_231 .themes_main_title {
	line-height:1;
	text-align:center
}
@media screen and (max-width:750px) {
.ly_poster_231 .themes_index_padding {
padding:90px 0
}
body .ly_poster_231 .wrapper >:nth-child(3) {
padding-top: 45px
}
}
@media screen and (max-width:550px) {
.ly_poster_231 .themes_index_padding {
padding:20px 0
}
}
.ly_poster_231 .w_1200 .side_right {
	width:946px
}
.ly_poster_231 .w_1200 .pro_right {
	width:940px
}
.ly_poster_231 .w_1200 .prod_sort a {
	padding:0 15px
}
.ly_poster_231 .w_1200 .prod_menu {
	display:block
}
.ly_poster_231 .w_1200 .wide {
	width:1200px;
	min-width:1200px
}
.ly_poster_231 .clearfix::after {
content:'';
display:block;
clear:both
}
.ly_poster_231 .bx_navigation {
	display:none
}
.ly_poster_231 .bx_relative {
	position:relative
}
.ly_poster_231 .bx_static {
	position:static
}
.ly_poster_231 .text_left {
	text-align:left
}
.ly_poster_231 .text_right {
	text-align:right
}
.ly_poster_231 .text_center {
	text-align:center
}
.ly_poster_231 .pull_right {
	float:right
}
.ly_poster_231 .pull_left {
	float:left
}
.ly_poster_231 .ly_prompt_style {
	display:none
}
@media (max-width:1000px) {
.hidden_xs {
display:none
}
}
@media (min-width:1001px) {
.hidden_md {
display:none
}
}
.ly_poster_231 .container {
	width:1420px;
	margin:0 auto
}
@media screen and (max-width:1460px) {
.ly_poster_231 .container {
width:1200px
}
}
@media screen and (max-width:1240px) {
.ly_poster_231 .container {
width:1000px
}
}
@media screen and (max-width:1020px) {
.ly_poster_231 .container {
width:750px
}
}
@media screen and (max-width:750px) {
.ly_poster_231 .container {
width:92%
}
}
.ly_poster_231.index_category .category_all {
	margin-top:24px;
	line-height:10px;
	text-align:center
}
.ly_poster_231.index_category .category_all a {
	font-size:14px;
	position:relative;
	text-decoration:none
}
.ly_poster_231.index_category .category_all a:after {
	content:'';
	width:100%;
	height:1px;
	position:absolute;
	left:0;
	bottom:-1px
}
.ly_poster_231.index_category .category_all a, .ly_poster_231.index_category .category_all a:after {
	transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out
}
.ly_poster_231.index_category .cate_list {
	margin-top:40px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap
}
.ly_poster_231.index_category .cate_list .item {
	margin-right:32px;
	margin-bottom:32px;
	position:relative;
	overflow:hidden
}
.ly_poster_231.index_category .cate_list .item .img {
	text-align:center
}
.ly_poster_231.index_category .cate_list .item .img img {
	display:inline-block;
	vertical-align:middle
}
.ly_poster_231.index_category .cate_list .item .img span {
	display:inline-block;
	vertical-align:middle
}
.ly_poster_231.index_category .cate_list .item .info {
	padding:38px 50px 30px;
	width:100%;
	max-width:270px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	z-index: 10
}
.ly_poster_231.index_category .cate_list .item .info .title {
	line-height:1.3;
	white-space:nowrap;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	overflow:hidden
}
.ly_poster_231.index_category .cate_list .item .info .num {
	margin-top:10px
}
.ly_poster_231.index_category .cate_list .item::before {
content:'';
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
pointer-events:none;
z-index: 1
}
@media screen and (max-width:1240px) {
.ly_poster_231.index_category .cate_list .item {
margin-left:20px;
width:320px;
height:385px
}
}
@media screen and (max-width:1020px) {
.ly_poster_231.index_category .cate_list .item .info {
padding:20px;
width:92%
}
}
@media screen and (max-width:750px) {
.ly_poster_231.index_category .cate_list .item {
margin-left:0;
width:100%;
height:auto
}
.ly_poster_231.index_category .cate_list .item:first-child {
margin-top:0
}
.ly_poster_231.index_category .cate_list .item .info {
padding-top:50px;
padding-bottom:45px;
max-width:412px
}
.ly_poster_231.index_category .cate_list .item .info .title {
overflow:hidden
}
.ly_poster_231.index_category .category_all {
margin-top:50px;
line-height:20px
}
.ly_poster_231.index_category .category_all a {
font-size:28px
}
}
@media screen and (max-width:550px) {
.ly_poster_231.index_category .category_all {
margin-top:25px
}
.ly_poster_231.index_category .category_all a {
font-size:14px
}
.ly_poster_231.index_category .cate_list {
margin-top:20px
}
.ly_poster_231.index_category .cate_list .item .info {
padding-top:25px;
padding-bottom:20px
}
}
@media screen and (min-width:1000px) {
.ly_poster_231.index_category .cate_list .item:hover img {
-webkit-transform:scale(1.06);
-ms-transform:scale(1.06);
transform:scale(1.06)
}
}
.ly_poster_231.index_category .category_all a:after {
	background:#222
}
.ly_poster_231.index_category .category_all:hover a:after {
	background:#7ba84a
}
.ly_poster_231.index_category .cate_list .item .info, .index_ad .info {
	background:#fff
}
.ly_poster_231.index_category .cate_list .item .info .num, #footer .default_foot_menu .menu_list dl dd a, #footer .contact .text .sub_title, #footer .copyright, #footer .copyright a {
	color:var(--ThemesFooterTextColor)
}
.ly_poster_231 .ly_pro_btn a {
	color:#fff;
	background-color:#7ba84a;
	border: solid 1px #7ba84a
}
.ly_poster_231 .ly_pro2_btn a {
	color:#555555
}
.ly_poster_231 .ly_pro2_btn a::before {
background-color:#555
}
@media screen and (min-width:1000px) {
.ly_poster_231.index_category .cate_list .item:hover .info .title {
color:#7ba84a
}
.ly_poster_231 .ly_pro2_btn a:hover {
color:#7ba84a
}
.ly_poster_231 .ly_pro2_btn a:hover::before {
background-color:#7ba84a
}
.ly_poster_231 .ly_pro_btn a:hover {
background-color: #5f8b2f
}
.ly_poster_231 .ly_pro_btn a:hover {
color: #81A749;
background-color: transparent
}
}
<style>  .ly_poster_231[data-visual-id="242"] {
padding-top: 50px;
padding-bottom: 50px;
}
.ly_poster_231[data-visual-id="242"] .themes_main_title {
	font-size:26px;
	color:#222222
}
.ly_poster_231[data-visual-id="242"].index_category .category_all a {
	color:#333333
}
.ly_poster_231[data-visual-id="242"] .cate_list .item.Columns_3 {
	width: calc(100% / 3 - 22px );
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item:nth-child(3n) {
margin-right:0;
}
 @media screen and (max-width:1000px) {
 .ly_poster_231[data-visual-id="242"] .themes_main_title {
font-size:20px;
}
 .ly_poster_231[data-visual-id="242"] {
padding-top: 20px;
padding-bottom: 20px;
}
 .ly_poster_231[data-visual-id="242"] .cate_list .item.Columns_3 {
width: calc(100% / 3 - 16px );
}
}
 @media screen and (min-width:1000px) {
 .ly_poster_231[data-visual-id="242"].index_category .category_all:hover a {
color:#7ba84a;
}
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1::before {
background-color: rgba(0, 0, 0, 0%);
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1 .info {
	text-align:center;
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1 .info .title {
	font-size:18px;
	color:#222222
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1 .info .num {
	font-size:14px;
	color:#666666
}
 @media screen and (max-width:1000px) {
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1 .info .title {
font-size:16px;
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-1 .info .num {
font-size:14px;
}
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2::before {
background-color: rgba(0, 0, 0, 0%);
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2 .info {
	text-align:center;
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2 .info .title {
	font-size:18px;
	color:#222222
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2 .info .num {
	font-size:14px;
	color:#666666
}
 @media screen and (max-width:1000px) {
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2 .info .title {
font-size:16px;
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-2 .info .num {
font-size:14px;
}
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3::before {
background-color: rgba(0, 0, 0, 0%);
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3 .info {
	text-align:center;
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3 .info .title {
	font-size:18px;
	color:#222222
}
.ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3 .info .num {
	font-size:14px;
	color:#666666
}
 @media screen and (max-width:1000px) {
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3 .info .title {
font-size:16px;
}
 .ly_poster_231[data-visual-id="242"].index_category .cate_list .item.Products-3 .info .num {
font-size:14px;
}
}
.ly_products_102 a:hover {
	text-decoration:none
}
.ly_products_102 .themes_index_padding {
	padding:50px 0
}
.ly_products_102 .themes_main_title {
	line-height:1.1;
	text-align:center
}
@media screen and (max-width:750px) {
.ly_products_102 .themes_index_padding {
padding:90px 0
}
body .ly_products_102 .wrapper >:nth-child(3) {
padding-top: 45px
}
}
@media screen and (max-width:550px) {
.ly_products_102 .themes_index_padding {
padding:20px 0
}
}
.ly_products_102 .w_1200 .side_right {
	width:946px
}
.ly_products_102 .w_1200 .pro_right {
	width:940px
}
.ly_products_102 .w_1200 .prod_sort a {
	padding:0 15px
}
.ly_products_102 .w_1200 .prod_menu {
	display:block
}
.ly_products_102 .w_1200 .wide {
	width:1200px;
	min-width:1200px
}
.ly_products_102 .clearfix::after {
content:'';
display:block;
clear:both
}
.ly_products_102 .bx_navigation {
	display:none
}
.ly_products_102 .bx_relative {
	position:relative
}
.ly_products_102 .bx_static {
	position:static
}
.ly_products_102 .text_left {
	text-align:left
}
.ly_products_102 .text_right {
	text-align:right
}
.ly_products_102 .text_center {
	text-align:center
}
.ly_products_102 .pull_right {
	float:right
}
.ly_products_102 .pull_left {
	float:left
}
.ly_products_102 .ly_prompt_style {
	display:none
}
@media (max-width:1000px) {
.hidden_xs {
display:none
}
}
@media (min-width:1001px) {
.hidden_md {
display:none
}
}
.ly_products_102 .container {
	width:1420px;
	margin:0 auto
}
@media screen and (max-width:1460px) {
.ly_products_102 .container {
width:1200px
}
}
@media screen and (max-width:1240px) {
.ly_products_102 .container {
width:1000px
}
}
@media screen and (max-width:1020px) {
.ly_products_102 .container {
width:750px
}
}
@media screen and (max-width:750px) {
.ly_products_102 .container {
width:92%
}
}
/*插件*/
.ly_products_102.index_fav .pro_list {
	margin-top:50px
}
.ly_products_102.index_fav .pro_list .main_pro {
	width:728px
}
.ly_products_102.index_fav .pro_list .img {
	width:100%;
	height:0;
	padding-bottom:100%;
	position:relative
}
.ly_products_102.index_fav .pro_list .img img {
	position:absolute;
	top:50%;
	left:50%;
	max-height:100%
}
.ly_products_102.index_fav .pro_list .img .product_discount_tags {
	position:absolute;
	top:10px;
	right:10px;
	width:66px;
	height:28px;
	line-height:28px;
	z-index:1;
	text-align:center;
	font-size:14px
}
.ly_products_102.index_fav .pro_list .right {
	width:652px
}
.ly_products_102.index_fav .pro_list .right .item {
	margin-right:40px;
	margin-top:20px;
	width:306px
}
.ly_products_102.index_fav .pro_list .right .item.no_margin {
	margin-top:0
}
.ly_products_102.index_fav .pro_list .right .item:nth-child(2n) {
margin-right:0
}
.ly_products_102.index_fav .pro_list .item .pro_info {
	padding:0.59895vw 0
}
.ly_products_102.index_fav .pro_list .item .pro_info .product_info_rate {
	height:17px
}
.ly_products_102.index_fav .pro_list .item .pro_info .product_info_price {
	height:28px;
	display:flex;
	align-items:center;
	flex-wrap: wrap
}
.ly_products_102.index_fav .pro_list .item .pro_info .pro_title {
	height:60px;
	line-height:30px;
	font-size:14px;
	overflow:hidden;
	margin-top:0.20833vw
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_origin_price {
	display:inline-block;
	margin-left:8px;
	font-size:14px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_price {
	display:inline-block;
	font-size:16px
}
.ly_products_102.index_fav .pro_list .img .pro_menu {
	width:112px;
	position:absolute;
	left:50%;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	bottom:12px;
	opacity:0;
-webkit-transition:.3s;
-o-transition:.3s;
transition:.3s
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a {
	margin-left:20px;
	display:-webkit-inline-box;
	display:-webkit-inline-flex;
	display:-ms-inline-flexbox;
	display:inline-flex;
	width:46px;
	height:46px;
	border-radius:100%;
	-webkit-transform:translateX(30px);
	-ms-transform:translateX(30px);
	transform:translateX(30px);
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
	visibility:hidden;
	opacity:0;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a .iconfont {
	font-size:22px;
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a.add_to_cart .iconfont {
	font-size:18px
}
.ly_products_102.index_fav .pro_list .item:hover .img .pro_menu>a {
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0);
-webkit-transition:.5s;
-o-transition:.5s;
transition:.5s;
	opacity:1;
	visibility:visible
}
.ly_products_102.index_fav .pro_list .item:hover .img .pro_menu>a {
	-webkit-box-shadow:0px 1px 5px #e7e7e7;
	box-shadow:0px 1px 5px #e7e7e7
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a:first-child {
	margin-left:0
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a.add_favourte {
	-webkit-transition-delay:1s;
	-o-transition-delay:1s;
	transition-delay:1s
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a.add_to_cart {
	-webkit-transition-delay:2s;
	-o-transition-delay:2s;
	transition-delay:2s
}
.ly_products_102.index_fav .pro_list .img .pro_menu>a.view {
	-webkit-transition-delay:3s;
	-o-transition-delay:3s;
	transition-delay:3s
}
.ly_products_102 .ly_pro2_btn {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top:24px
}
.ly_products_102 .ly_pro2_btn a {
	font-size:14px;
	position:relative;
	text-decoration:none
}
.ly_products_102 .ly_pro2_btn a::before {
content:'';
width:100%;
height:1px;
position:absolute;
left:0;
bottom:-1px
}
@media screen and (max-width:1680px) {
.ly_products_102.index_fav .pro_list .item .pro_info {
padding: 0.71vw 0
}
}
@media screen and (max-width:1460px) {
.ly_products_102.index_fav .pro_list .main_pro {
width:615px
}
.ly_products_102.index_fav .pro_list .right {
width:540px
}
.ly_products_102.index_fav .pro_list .right .item {
width:250px
}
}
@media screen and (max-width:1440px) {
.ly_products_102.index_fav .pro_list .item .pro_info {
padding: 0.8vw 0
}
}
@media screen and (max-width:1336px) {
.ly_products_102.index_fav .pro_list .item .pro_info {
padding: 0.88vw 0
}
}
@media screen and (max-width:1280px) {
.ly_products_102.index_fav .pro_list .item .pro_info {
padding: 0.9vw 0
}
}
@media screen and (max-width:1240px) {
.ly_products_102.index_fav .pro_list .main_pro {
width:480px
}
.ly_products_102.index_fav .pro_list .right {
width:490px
}
.ly_products_102.index_fav .pro_list .main_pro {
width:530px
}
.ly_products_102.index_fav .pro_list .right {
width:450px
}
.ly_products_102.index_fav .pro_list .right .item {
margin-right:20px;
width:208px
}
}
@media screen and (max-width:1020px) {
.ly_products_102.index_fav .pro_list .main_pro {
width:410px
}
.ly_products_102.index_fav .pro_list .right {
width:325px
}
.ly_products_102.index_fav .pro_list .right .item {
margin-right:20px;
width:149px
}
}
@media screen and (max-width:750px) {
.ly_products_102.index_fav .pro_list {
margin-top:60px
}
.ly_products_102.index_fav .pro_list .main_pro {
float:none;
width:100%
}
.ly_products_102.index_fav .pro_list .right {
float:none;
margin-top:70px;
width:100%
}
.ly_products_102.index_fav .pro_list .right .item {
margin-right:4.0vw;
width:44.0vw;
width:47.82608%;
margin-right:4.34782%
}
.ly_products_102.index_fav .pro_list .item .pro_info {
padding-top:20px
}
.ly_products_102.index_fav .pro_list .item .pro_info .pro_title {
margin-top:30px;
height:52px;
line-height:26px;
font-size:28px;
overflow:hidden
}
.ly_products_102.index_fav .pro_list .item .product_info_price {
margin-top:24px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_price {
font-size:0px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_price * {
font-size:30px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_origin_price {
margin-left:15px;
font-size:28px
}
}
@media screen and (max-width:550px) {
.ly_products_102.index_fav .pro_list {
margin-top:30px
}
.ly_products_102.index_fav .pro_list .right {
margin-top:35px
}
.ly_products_102.index_fav .pro_list .item .pro_info {
padding-top:10px
}
.ly_products_102.index_fav .pro_list .item .pro_info .pro_title {
margin-top:15px;
height:36px;
line-height:18px;
font-size:14px
}
.ly_products_102.index_fav .pro_list .item .product_info_price {
margin-top:12px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_origin_price {
margin-left:6px;
font-size:14px
}
.ly_products_102.index_fav .pro_list .item .pro_info .themes_products_price * {
font-size:16px
}
.ly_products_102.index_fav .pro_list .item .pro_info .product_info_price {
height: 22px
}
}
@media screen and (min-width:1000px) {
.ly_products_102.index_fav .pro_list .item:hover .img .pro_menu {
opacity:1
}
}
/*skin_demo.css*/
.ly_products_102 .index_fav .pro_list .img .product_discount_tags {
	background:#333333;
	color:#fff
}
.ly_products_102 .index_fav .pro_list .img .pro_menu>a, .index_products .pro_list .img .pro_menu>a {
	background-color:#fff
}
.ly_products_102 .index_fav .pro_list .img .pro_menu>a:hover, .index_products .pro_list .img .pro_menu>a:hover {
	background-color:#7ba84a
}
.ly_products_102 .index_fav .pro_list .img .pro_menu>a:hover .iconfont, .index_products .pro_list .img .pro_menu>a:hover .iconfont {
	color:#fff
}
.ly_products_102 .ly_pro_btn a {
	color:#fff;
	background-color:#7ba84a;
	border: solid 1px #7ba84a
}
@media screen and (min-width:1000px) {
.ly_products_102 .ly_pro_btn a:hover {
background-color: #5f8b2f
}
.ly_products_102 .ly_pro_btn a:hover {
color: #81A749;
background-color: transparent
}
}
@media (max-width: 768px) {
 input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='reset'], input[type='submit'], input[type='button'], input[type='tel'], input[type='search'], button, textarea {
-webkit-appearance:none;
border-radius:0;
outline:0;
border:0px;
}
}
.trans {
	transition:all 0.4s ease-out;
	-moz-transition:all 0.4s ease-out;
	-ms-transition:all 0.4s ease-out;
	-o-transition:all 0.4s ease-out;
	-webkit-transition:all 0.4s ease-out;
}
.trans2 {
	-webkit-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}
.trans3 {
	-webkit-transition:all 0.3s ease-out;
	-o-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out;
}
/*文字大小，颜色，行距定义*/
.fz_12px {
	font-size:12px;
}
.fz_14px {
	font-size:14px;
}
.fz_16px {
	font-size:16px;
}
.fc_red {
	color:#ff0000;
}
.fc_grey {
	color:#aaa;
}
.fc_gory {
	color:#666;
}
.fc_white {
	color:#fff;
}
.fc_yellow {
	color:#ff6600;
}
.flh_150 {
	line-height:150%;
}
.flh_180 {
	line-height:180%;
}
/*float*/
.fl {
	float:left;
}
.fr {
	float:right;
}
/*form*/
.form_input {
	color:#333;
	height:20px;
	line-height:20px;
}
.form_area {
	color:#333;
	line-height:180%;
	resize:none;
	overflow:auto;
}
.form_button {
	border:none;
	background:#505050;
	color:#fff;
	height:22px;
	line-height:22px;
	padding:0 5px;
	overflow:hidden;
	width:80px;
}
.form_focus {
	border-color:red;
}
.form_input.center {
	text-align:center;
}
/*padding*/
.clear {
	margin:0px auto;
	clear:both;
	height:0px;
	font-size:0px;
	overflow:hidden;
}
.blank3 {
	margin:0px auto;
	clear:both;
	height:3px;
	font-size:1px;
	overflow:hidden;
}
.blank6 {
	margin:0px auto;
	clear:both;
	height:6px;
	font-size:1px;
	overflow:hidden;
}
.blank9 {
	margin:0px auto;
	clear:both;
	height:9px;
	font-size:1px;
	overflow:hidden;
}
.blank12 {
	margin:0px auto;
	clear:both;
	height:12px;
	font-size:1px;
	overflow:hidden;
}
.blank15 {
	margin:0px auto;
	clear:both;
	height:15px;
	font-size:1px;
	overflow:hidden;
}
.blank20 {
	margin:0px auto;
	clear:both;
	height:20px;
	font-size:1px;
	overflow:hidden;
}
.blank25 {
	margin:0px auto;
	clear:both;
	height:25px;
	font-size:1px;
	overflow:hidden;
}
.blank30 {
	margin:0px auto;
	clear:both;
	height:30px;
	font-size:1px;
	overflow:hidden;
}
.clean {
	zoom:1;
}
.clean:after, .clean:before {
	content:'';
	display:table;
}
.clean:after {
	clear:both;
}
/*a*/
a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.red {
	color:red;
	text-decoration:none;
}
a.red:hover {
	color:red;
	text-decoration:underline;
}
.icon_success_status {
	width:44px;
	height:44px;
	overflow:hidden;
	background-image:url(../themes-v2/default/images/cart/icon_success_status.png);
	background-repeat:no-repeat;
	position:absolute;
	top:40px;
	left:244px;
	display:block;
}
.icon_success_status.await {
	background-position:0 -54px;
}
.icon_success_status.fail {
	background-position:0 -108px;
}
/*new_win_alert*/
.new_win_alert {
	position:fixed;
	left:0;
	top:25%;
	background:#fff;
	opacity:0.95;
	filter:alpha(opacity=95);
	width:480px;
	z-index:100000;
	padding-top:7px;
	overflow:hidden;
	-o-transition: top 0.25s;
	transition: top 0.25s;
	-webkit-transition: top 0.25s;
	-moz-transition: top 0.25s;
}
.new_win_alert .win_close {
	height:14px;
	padding:5px 0;
}
.new_win_alert .win_close .close {
	position: absolute;
	z-index: 100000;
	text-indent: -999px;
	width: 20px;
	height: 20px;
	background: url(../themes-v2/default/images/cart/icon_shopping_close.png) no-repeat center center;
	top: 16px;
	right: 20px;
	border:none;
}
.new_win_alert .win_close .close:hover {
	color:#aaa;
}
.new_win_alert .win_tips {
	position: relative;
	padding:20px 30px 20px 90px;
	line-height:24px;
	margin-bottom:1px;
	font-size: 16px;
}
.new_win_alert .win_tips .icon_success_status {
	top: 0px;
	left: 30px;
	bottom: 0;
	margin:auto;
}
.new_win_alert .win_label {
	padding:0 20px 0 30px;
	font-size: 16px;
	line-height: 30px;
}
.new_win_alert .win_form {
	padding:5px 20px 10px 30px;
}
.new_win_alert .win_btns {
	padding:5px 20px 10px 30px;
	text-align:right;
}
.new_win_alert .win_btns .btn {
	float: right;
	padding: 3px 15px;
	line-height: 24px;
	margin: 0px 0 0 15px;
	color: #ff6a00;
	font-size: 16px;
	border-radius: 2px;
	text-decoration: none;
	font-size: 12px;
	background: none;
}
.new_win_alert .win_btns .btn_sure {
	background: #ff6a00;
	color: #fff;
}
.new_win_alert label {
	font-size:14px;
	display:block;
	padding-bottom:12px;
	color:#333;
	line-height:18px;
}
.new_win_alert ul {
	margin-top:16px;
}
.new_win_alert li {
	padding:8px 0;
}
.new_win_alert li label {
	padding:0;
	font:inherit;
}
.new_win_alert li strong {
	font:14px/100% Verdana, Arial, Helvetica, sans-serif;
	display:inline-block;
	padding-right:10px;
	color:#000;
}
.new_win_alert li span {
	display:inline-block;
	padding-right:8px;
	color:#666;
}
.new_win_alert li span.price {
	color:#c70000;
	font-family:Verdana;
}
.new_win_alert.win_alert_auto_close {
	width: auto;
	padding-top: 0;
	max-width: 550px;
	top: 30%;
}
.new_win_alert.win_alert_auto_close .icon_success_status {
	width: 20px;
	height: 20px;
	top: 0;
	left: 10px;
	background-size: 20px;
	background-position: 0 0;
}
.new_win_alert.win_alert_auto_close .icon_success_status.await {
	background-position: 0 -24px;
}
.new_win_alert.win_alert_auto_close .icon_success_status.fail {
	background-position: 0 bottom;
}
.new_win_alert.win_alert_auto_close .win_tips {
	padding:5px 10px 5px 40px;
	line-height: 20px;
	font-size: 12px;
}
.new_win_alert.error_alert_tips {
	width: auto;
	max-width: 608px;
}
.new_win_alert.error_alert_tips .win_close {
	height: 0;
	padding: 0;
}
.new_win_alert.error_alert_tips .win_close .close {
	top: 15px;
	right: 15px;
	width: 15px;
	height: 15px;
}
.new_win_alert.error_alert_tips .win_tips {
	padding: 63px 40px;
	word-break: break-all;
}
.new_win_alert.error_alert_tips .win_tips .icon_success_status {
	display: none;
}
.new_win_alert.error_alert_tips .win_btns {
	display: none;
}
.new_win_alert.alert_v_code .win_tips {
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
}
.new_win_alert.alert_v_code .win_tips i {
	display: none;
}
.new_win_alert.alert_v_code .win_tips input {
	flex: 1;
	padding: 0 10px;
	border: 1px #c7c7c7 solid;
}
@media (max-width: 768px) {
 .new_win_alert, .new_win_alert.error_alert_tips {
width: 90vw;
}
 .new_win_alert.alert_v_code .win_tips {
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
}
}
/*clock_alert*/
.clock_alert {
	display: none;
	position: fixed;
	top: 25%;
	left: 0;
	z-index: 100000;
	max-width: 360px;
	overflow: hidden;
	padding: 18px 50px;
	line-height: 24px;
	color: #fff;
	cursor: default;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 5px;
}
.clock_alert .clock_alert_box {
	display: flex;
}
.clock_alert .clock_alert_box .icon_success_status {
	position: inherit;
	width: 24px;
	height: 24px;
	background-size: 24px;
	margin-right: 15px;
}
.clock_alert .clock_alert_box .icon_success_status.await {
	background-position: 0 -29px;
}
.clock_alert .clock_alert_box .icon_success_status.fail {
	background-position: 0 bottom;
}
.clock_alert .clock_alert_box .clock_alert_content {
	flex: 1;
}
@media screen and (max-width: 550px) {
 .clock_alert {
width: 92%;
box-sizing: border-box;
}
}
/** 公共弹框 **/
.alert_choose {
	position:fixed;
	opacity:0.95;
	z-index:100000;
	top:0;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
}
.alert_choose .box_bg {
	width:100%;
	height:100%;
	background-color:#fff;
	position:absolute;
	top:0;
	left:0;
}
.alert_choose #choose_close {
	position:absolute;
	z-index:100000;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	background-image: url(../themes-v2/default/images/cart/icon_shopping_close.png);
	background-position: center;
	background-repeat: no-repeat;
	top: 16px;
	right: 20px;
	background-color: #fff;
}
.alert_choose #choose_close:hover {
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	opacity: 0.6;
}
.alert_choose .choose_content {
	width:530px;
	padding:14px 20px 20px;
	font-family: 'Arial';
	position:relative;
	z-index:10;
	zoom:1;
	background-color:#fff;
	max-height: 560px;
	overflow: auto;
}
.alert_choose .choose_content h2 {
	line-height: 32px;
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e5e5e5;
}
.alert_choose .choose_content h3 {
	display: block;
	line-height: 34px;
	font-size: 16px;
}
.alert_choose .choose_content .box_select {
	width: 470px;
	height: 34px;
	overflow: hidden;
	background: url(../themes-v2/default/images/cart/icon_select.png) no-repeat right center;
	border: 1px #ccc solid;
}
.alert_choose .choose_content .box_select select {
	width: 105%;
	height: 34px;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	background: transparent;
	border: 0;
	outline: 0;
	line-height: 34px;
}
.alert_choose .choose_content {
	width:720px;
}
.alert_choose .payment_list {
	height:350px;
	overflow: auto;
}
.alert_choose .payment_list .item {
	padding:20px 0;
	border-top:1px solid #f0f0f0;
	position:relative;
	cursor:pointer;
}
.alert_choose .payment_list .item:nth-child(2) {
border-top:0;
}
.alert_choose .payment_list .item .item_info input {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .pic_box {
	display: inline-block;
	height: 30px;
	margin-left: 20px;
	vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .img_table {
	display:table;
	max-width:270px;
	height:70px;
	position:absolute;
	right:10px;
	top:0;
}
.alert_choose .payment_list .item .item_info .img_table .img_box {
	display:table-cell;
	vertical-align:middle;
}
.alert_choose .payment_list .item .item_info .img_table .img_box img {
	max-width: 100px;
	height: 24px;
	margin:5px;
}
.alert_choose .payment_list .item .item_info span {
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	margin-left: 15px;
	vertical-align: middle;
}
.alert_choose .payment_list .item .item_info .txt_box {
	font-size:18px;
}
.alert_choose .payment_list .item .item_desc {
	display:none;
	margin-left:36px;
	margin-top:15px;
	padding:15px 20px 20px;
	background:#fbfbfb;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.alert_choose .footRegion {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border-top: 1px solid #e5e5e5;
}
.alert_choose .footRegion .btn {
	float: right;
	padding:0 25px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border:0;
	border-radius: 2px;
	cursor: pointer;
	background: #e53935;
}
.alert_choose .footRegion .choose_price span {
	font-size: 28px;
}
.alert_choose .footRegion #paypal_button_container {
	width:250px;
	float:right;
	position:relative;
	display:none;
}
.alert_choose .footRegion #paypal_excheckout_button_container {
	width:250px;
	float:right;
	position:relative;
	display:none;
}
.mask_alert {
	padding: 16px 36px 18px;
	max-width: 450px;
	position: fixed;
	top: 10%;
	left: 0;
	z-index: 100000;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .8);
	box-sizing: border-box;
}
.mask_alert .mask_alert_box {
	line-height: 26px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
/* goods 运费估算 */
.alert_choose.shipping_cost .payment_list {
	margin-top: 15px;
}
.alert_choose.shipping_cost .payment_list .item {
	margin-top: 0;
}
.alert_choose.shipping_cost .payment_list .item span {
	height: 30px;
	line-height: 30px;
}
/*pic_box*/
.pic_box {
	text-align: center;
}
.pic_box span {
	vertical-align:middle;
	height:100%;
	display:inline-block;
}
.pic_box img {
	vertical-align:middle;
}
/*在线客服浮动窗 Start*/
/*浮动窗 First*/
#go_top {
	display:block;
	height:24px;
	line-height:24px;
	color:#fff;
	text-align:center;
	font-size:14px;
}
#go_top:hover {
	text-decoration:none;
}
.icon-tool_telegram1:before {
	content: "\e607";
}
#chat_window {
	position:fixed;
	right:50px;
	bottom:150px;
	z-index:1000;
}
#chat_window .chat_box .menu a {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin-bottom: 6px;
	background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0;
	border-color:transparent;
}
#chat_window .chat_box .menu #go_top {
	display: none;
}
#chat_window .chat_box .menu .top {
	background-position:0 -50px;
	background-color:#b0b0b0;
}
#chat_window .chat_box.cur .box {
	height: auto;
	overflow: unset;
}
#chat_window .chat_box.cur .box .more {
	display:none;
}
#chat_window .chat_box .box {
	margin-bottom: 6px;
	width: 100%;
	height: 50px;
	overflow: hidden;
}
#chat_window .chat_box .chat_item {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-bottom: 6px;
}
#chat_window .chat_box .chat_item:last-child {
	margin-bottom: 0;
}
#chat_window .chat_box .chat_item .iconfont {
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	font-size:26px;
	color:#fff;
}
#chat_window .chat_box .chat_qq {
	background-color: #4cafe9;
}
#chat_window .chat_box .chat_skype {
	background-color: #5996ff;
	background-position: 0 -50px;
}
#chat_window .chat_box .chat_email {
	background-color: #f5b246;
	background-position: 0 -100px;
}
#chat_window .chat_box .chat_trademanager {
	background-color: #33bbf9;
	background-position: 0 -150px;
}
#chat_window .chat_box .chat_wechat {
	background-color: #59c682;
	background-position: 0 -200px;
}
#chat_window .chat_box .chat_whatsapp {
	background-color: #2dbe47;
	background-position: 0 -250px;
}
#chat_window .chat_box .chat_telegram {
	background-color: #36aae8;
}
#chat_window .chat_box .abs {
	display:none;
	margin-right:50px;
	position:absolute;
	top:0;
	right:0;
}
#chat_window .chat_box .more_box {
	background:#fff;
	border:1px solid #e8e8e8;
	border-radius:5px;
	margin-right:16px;
	position:relative;
}
#chat_window .chat_box .chat_wechat .abs {
	top: auto;
	bottom: -78px;
}
#chat_window .chat_box .chat_wechat .more_box::before {
top: auto;
bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box::after {
top: auto;
bottom: 95px;
}
#chat_window .chat_box .chat_wechat .more_box .hidden {
	padding: 10px;
	overflow: hidden;
	max-height: none;
	display: flex;
	flex-wrap: wrap;
	width: 294px;
}
#chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
	width: 147px;
}
#chat_window .chat_box .more_box .hidden {
	padding:10px 0;
	max-height: 170px;
	overflow-y: auto;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar {
border-radius: 10px;
width: 8px;
height: 16px;
background-color: #F5F5F5;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #f1f1f1;
}
#chat_window .chat_box .more_box .hidden::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #c1c1c1;
}
#chat_window .chat_box .more_box:before {
	content:'';
	border-width:7.5px 0 7.5px 8px;
	border-color:transparent;
	border-left-color:#e8e8e8;
	border-style:solid;
	position:absolute;
	top:19px;
	right:-9px;
}
#chat_window .chat_box .more_box:after {
	content:'';
	border-width:7.5px 0 7.5px 8px;
	border-color:transparent;
	border-left-color:#fff;
	border-style:solid;
	position:absolute;
	top:19px;
	right:-8px;
}
#chat_window .chat_item:hover .abs {
	display:block;
}
#chat_window .chat_box .more_box a {
	position: relative;
	display: block;
	min-width: 80px;
	height: 30px;
	line-height: 30px;
	padding: 0px 17px;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
}
#chat_window .chat_box .more_box a:hover {
	background: #effaf7;
	text-decoration: none;
}
#chat_window .chat_box .more_box .relimg {
	display: none;
	position: absolute;
	top: 0;
	left: -105px;
	padding-right: 5px;
	width: 100px;
	height: 100px;
	text-align: right;
	margin-bottom: 5px;
}
#chat_window .chat_box .more_box .relimg img {
	padding: 2px;
	border:1px solid #effaf7;
	border-radius: 2px;
	background: #fff;
}
#chat_window .chat_box .more_box a:hover .relimg {
	display: block;
}
#chat_window .chat_box .more_box.bottom:before {
	top:auto;
	bottom:19px;
}
#chat_window .chat_box .more_box.bottom:after {
	top:auto;
	bottom:19px;
}
#chat_window .chat_box .more_box .wechat_item {
	width: 127px;
	padding: 16px;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	margin: 10px;
	text-align: center;
}
#chat_window .chat_box .more_box .wechat_item .wechat_code {
	width: 95px;
	height: 95px;
	margin-bottom: 10px;
}
#chat_window .chat_box .more_box .wechat_item .wechat_name {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #333;
}
#chat_window .chat_box .menu a {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin-bottom: 6px;
	background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0;
}
#chat_window .chat_box .menu .more.disable {
	opacity: 0;
}
#chat_window .chat_box .menu #go_top {
	display: none;
}
#chat_window .chat_box .menu .top {
	background-position:0 -50px;
	background-color:#b0b0b0;
}
#chat_window .chat_box .box .more {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 100%;
	margin-bottom: 6px;
	background: #07bb8a url(../images/icon_chat_menu.png) no-repeat 0 0;
}
 @media screen and (max-width: 1000px) {
 #chat_window .chat_box .abs {
margin-right: 40px;
}
 #chat_window .chat_box .box {
height: 40px;
}
 #chat_window .chat_box .box .more {
width: 40px;
height: 40px;
background-position: center -4px;
}
 #chat_window {
right: 25px;
bottom: 100px;
}
 #chat_window .chat_box .chat_item {
width: 40px;
height: 40px;
}
 #chat_window .chat_box .menu a {
width: 40px;
height: 40px;
}
 #chat_window .chat_box .menu #go_top {
background-position: center -55px;
}
 #chat_window .chat_box .more_box .wechat_item {
margin: 5px;
}
 #chat_window .chat_box .chat_wechat .more_box .hidden {
width: 274px;
padding: 5px;
}
 #chat_window .chat_box .chat_wechat .more_box::before {
bottom: 85px;
}
 #chat_window .chat_box .chat_wechat .more_box::after {
bottom: 85px;
}
 #chat_window .chat_box .chat_wechat .abs.count1 .more_box .hidden {
width: 137px;
}
}
/*隐藏头部只有一种货币效果*/
.crossn li .crossn_currency_none dt, #header .toper li .crossn_currency_none dt {
	background:none !important;
	padding-right:0 !important;
}
.crossn li:hover .crossn_currency_none dt, #header .toper li:hover .crossn_currency_none dt {
	border:1px solid transparent !important;
	position:static !important;
	border-radius:0 !important;
}
.crossn li:hover .crossn_currency_none dd, #header .toper li:hover .crossn_currency_none dd, #toper li:hover .crossn_currency_none dd {
	display:none !important;
}
