
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/




#w000_index_header_1_nav{}
#w000_index_header_1_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w000_index_header_1_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .head{color: #333;}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}




/* logo部分 */
#w000_index_header_1_nav .weblogo{height: 100%;overflow: hidden;}
#w000_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w000_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w000_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w000_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#w000_index_header_1_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);}
#w000_index_header_1_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#w000_index_header_1_nav .head_nav .li > a{line-height: 2;}
#w000_index_header_1_nav .head_nav .li:first-of-type{margin-left: 0;}
#w000_index_header_1_nav .head_nav .li:hover,
#w000_index_header_1_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.w000_index_header_1_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.w000_index_header_1_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.w000_index_header_1_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.w000_index_header_1_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#w000_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w000_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w000_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w000_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w000_index_header_1_nav .head_btn .language i{margin-right: 6px;}

#w000_index_header_1_nav .head_btn .cart{margin:0 25px 0 0;position: relative;}
#w000_index_header_1_nav .head_btn .cart .tips{position: absolute;top: -8px;right: -18px;min-width: 26px;height: 20px;border-radius: 10px;background:#EB860F;color: #fff;text-align: center;line-height: 20px;padding: 0 5px;}

#w000_index_header_1_nav .head_btn .user{position: relative;}
#w000_index_header_1_nav .head_btn .user i{font-size: 20px;}
#w000_index_header_1_nav .head_btn .user_name{max-width: 86px;margin: 0 0 0 10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 14px;}
#w000_index_header_1_nav .head_btn .user .ul{position: absolute;top: 100%;right: -20px;opacity: 0;transition: .3s;visibility: hidden;transform: translateY(-10px);z-index: 10;}
#w000_index_header_1_nav .head_btn .user .ul .slide_down{background: #fff;padding: 10px;border-radius: 10px;box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);}
#w000_index_header_1_nav .head_btn .user:hover .ul{opacity: 1;visibility: visible;transform: translateY(0);}
#w000_index_header_1_nav .head_btn .user .ul .li{padding: 6px 20px;white-space: nowrap;font-size: 14px;line-height: 20px;color: #000;display: block;}
#w000_index_header_1_nav .head_btn .user .li:hover{color:#409eff;}
#w000_index_header_1_nav .head_btn .user .arrow{height: 10px;position: relative;}
#w000_index_header_1_nav .head_btn .user .arrow::before{content: '';width: 0;height:0;border: 10px solid transparent;border-bottom-color: rgba(0,0,0,0.09);position: absolute;right: 25%;top: 0px;border-top: 0px;}
#w000_index_header_1_nav .head_btn .user .arrow::after{content: '';width: 0;height: 0;border: 10px solid transparent;border-bottom-color: #fff;position: absolute;right: 25%;top: 1px;border-top: 0px;}


/* 移动端菜单按钮 */
#w000_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w000_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w000_index_header_1_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w000_index_header_1_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w000_index_header_1_nav .head .menu i,
#header.fixed.scroll-top #w000_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w000_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w000_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w000_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w000_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w000_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w000_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w000_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w000_index_header_1.pc_app #w000_index_header_1_nav .head_nav .li{display: none;}
.w000_index_header_1.pc_app #w000_index_header_1_nav .head .menu{display: block;}















@media only screen and (max-width: 1024px) {
    #w000_index_header_1_nav .head_nav .li{display: none;}
    #w000_index_header_1_nav .head .menu{display: block;}
    /* #w000_index_header_1_nav .head_btn{flex: 1;justify-content: flex-end;} */
}

@media only screen and (max-width: 900px) {
    #w000_index_header_1_nav .head_btn i {font-size: 26px !important;}
    #w000_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w000_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w000_index_header_1_nav .head{height: var(--head_top_height_app);}
    #header_bg{height: var(--head_top_height_app);}

    #w000_index_header_1_nav .head_btn i {font-size: var(--font-big-S) !important;}
    #w000_index_header_1_nav .head_btn .language{display: none;}
    #w000_index_header_1_nav .head_btn .tips{font-size: var(--font-bri-S);min-width: 36px;height: 36px;padding: 8px;}
    #w000_index_header_1_nav .head_btn .user_name{font-size: var(--font-bri-S);}

    #w000_index_header_1_nav .head .menu{padding: 30px;}
    #w000_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w000_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w000_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w000_index_header_1_nav .weblogo{opacity: 0;}
}



/* 左侧出现的状态 head_menu_left */
.head_menu_left #w000_index_header_1_nav .head_nav{display: none;}
.head_menu_left #w000_index_header_1_nav .head_btn{flex: initial;}

/* 需要隐藏menu的时机 */
.head_menu_left #w000_index_header_1_nav .head .menu{display: none;}
.head_menu_left.pc_app #w000_index_header_1_nav .head .menu{display: none;}
.w000_index_header_1 #w000_index_header_1_nav .head .menu._left_{display: none;margin-right: 0;margin-left: -20px;}

/* 需要展示 menu._left_ 的时机 */
.head_menu_left #w000_index_header_1_nav .head .menu._left_{display: block;}


@media only screen and (max-width: 1024px) { 
    .head_menu_left #w000_index_header_1_nav .head .menu{display: none;}
    .head_menu_left #w000_index_header_1_nav .head .menu._left_{display: block;}
    .head_menu_left #w000_index_header_1_nav .head_btn{flex: initial;}
}
#w003_index_hengfu_2 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w003_index_hengfu_2.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}

#w003_index_hengfu_2 .type-a .slide .img_pc{transform: scale(1)!important;}
#w003_index_hengfu_2 .type-c .slide .img_pc{transform:scale(1)!important;}


/* 文字活动区域 */
#w003_index_hengfu_2 .slide .message_box{height: calc( 100% - 160px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}
/* 文字定位样式 */
#w003_index_hengfu_2 .message{display: flex;flex-direction: column;max-width: 100%;}
#w003_index_hengfu_2 .message_box[position="2"] .message,
#w003_index_hengfu_2 .message_box[position="5"] .message,
#w003_index_hengfu_2 .message_box[position="8"] .message{align-items: center;}
#w003_index_hengfu_2 .message_box[position="3"] .message,
#w003_index_hengfu_2 .message_box[position="6"] .message,
#w003_index_hengfu_2 .message_box[position="9"] .message{align-items: flex-end;}


#w003_index_hengfu_2 .message_box[position="2"] .message .name,
#w003_index_hengfu_2 .message_box[position="5"] .message .name,
#w003_index_hengfu_2 .message_box[position="8"] .message .name,
#w003_index_hengfu_2 .message_box[position="2"] .message .brief,
#w003_index_hengfu_2 .message_box[position="5"] .message .brief,
#w003_index_hengfu_2 .message_box[position="8"] .message .brief{text-align: center;}

#w003_index_hengfu_2 .message_box[position="3"] .message .name,
#w003_index_hengfu_2 .message_box[position="6"] .message .name,
#w003_index_hengfu_2 .message_box[position="9"] .message .name,
#w003_index_hengfu_2 .message_box[position="3"] .message .brief,
#w003_index_hengfu_2 .message_box[position="6"] .message .brief,
#w003_index_hengfu_2 .message_box[position="9"] .message .brief{text-align: right;}

#w003_index_hengfu_2 .message_box[position="1"] .message .name,
#w003_index_hengfu_2 .message_box[position="4"] .message .name,
#w003_index_hengfu_2 .message_box[position="7"] .message .name,
#w003_index_hengfu_2 .message_box[position="1"] .message .brief,
#w003_index_hengfu_2 .message_box[position="4"] .message .brief,
#w003_index_hengfu_2 .message_box[position="7"] .message .brief{text-align: left;}


/* 标题样式 */
#w003_index_hengfu_2 .message .name{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
/* 简介样式 */
#w003_index_hengfu_2 .message .brief{margin: 29px 0 0; font-size: var(--font_2nd_px);color: var(--font_2nd_color);font-weight: var(--font_2nd_font_weight);font-style: var(--font_2nd_font_style);line-height: var(--font_2nd_line_height);}
/* 按钮 */
#w003_index_hengfu_2 .message .addcart,
#w003_index_hengfu_2 .message .view {width: 160px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;padding: 0 16px;margin-top: 30px;pointer-events: all;}
#w003_index_hengfu_2 .message .addcart{margin-right: 20px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);border-width: var(--btn_1st_border_width);border-style: var(--btn_1st_border_style);border-color: var(--btn_1st_border_color);}
#w003_index_hengfu_2 .message .view{margin-right: 20px; color: var(--btn_2nd_font_color);background-color: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);border-width: var(--btn_2nd_border_width);border-style: var(--btn_2nd_border_style);border-color: var(--btn_2nd_border_color);}
#w003_index_hengfu_2 .message .addcart:hover{color: var(--btn_1st_hover_color);background-color: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
#w003_index_hengfu_2 .message .view:hover{color: var(--btn_2nd_hover_color);background-color: var(--btn_2nd_hover_bg_color);border-color: var(--btn_2nd_hover_border_color);}


/* 页数样式 */
#w003_index_hengfu_2 .swiper-pagination-bullets{bottom: 40px;}
#w003_index_hengfu_2 .swiper-pagination-bullet{width: 30px; height: 10px; background: transparent; margin: 0px 10px;transition: .3s;border-radius: 0;}
#w003_index_hengfu_2 .swiper-pagination-bullet::before{content: '';display: block;width: 100%;height: 2px;background: #fff;top: 4px;position: relative;opacity: 0.7;}
#w003_index_hengfu_2 .container .swiper-pagination-bullet-active{width: 60px;}
#w003_index_hengfu_2 .swiper-pagination-bullet-active::before{height: 2px;background: var(--hoverColor);opacity: 1;}

@media screen and (max-width: 1024px){
    #w003_index_hengfu_2 .message_box .message .name{font-size: 48px;}
    #w003_index_hengfu_2 .message_box .message .brief{font-size: 21px;margin:60px 0 0;}
}

@media screen and (max-width: 750px){
    #w003_index_hengfu_2{display: none;}
}
#w003_index_article_3 .slide{padding-top: 49.479%;}
#w003_index_article_3 .slide .swiper_img{width: 100%;}

#w003_index_article_3 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);}


#w003_index_article_3 .message{display: flex;flex-direction: column;color: #000;font-family: SourceHanSansCN;}
#w003_index_article_3 .message_box[position="2"] .message,
#w003_index_article_3 .message_box[position="5"] .message,
#w003_index_article_3 .message_box[position="8"] .message{align-items: center;}
#w003_index_article_3 .message_box[position="3"] .message,
#w003_index_article_3 .message_box[position="6"] .message,
#w003_index_article_3 .message_box[position="9"] .message{align-items: flex-end;}
#w003_index_article_3 .message .h3{font-size: 50px;line-height: 50px;font-weight: 500;}
#w003_index_article_3 .message .p{font-size: 24px;line-height: 24px;;font-family: AmpleSoft;font-weight: 300;margin: 29px 0 57px;}
#w003_index_article_3 .message .btns{display: flex;}
#w003_index_article_3 .message .btns .buy,
#w003_index_article_3 .message .btns .more{width: 160px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;border: 1px solid #000;border-radius: 25px;transition: .3s;}
#w003_index_article_3 .message .btns .more{margin-left: 20px;}
#w003_index_article_3 .message .btns .buy:hover{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}
#w003_index_article_3 .message .btns .more:hover{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}


#w003_index_article_3 .swiper-pagination-bullets{bottom: 40px;}
#w003_index_article_3 .swiper-pagination-bullet{width: 8px;height: 8px;background: #FFFFFF;margin: 0 10px;}
#w003_index_article_3 .container .swiper-pagination-bullet-active{width: 14px;height: 14px;opacity: 1;transform: translateY(25%);}




@media screen and (max-width: 750px){
    #w003_index_article_3 .message .h3{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w003_index_article_3 .message .p{display: none;}
    #w003_index_article_3 .message .btns{display: none;}
}
#w003_index_article_4 .slide{padding-top: 49.479%;}
#w003_index_article_4 .slide .swiper_img{width: 100%;}

#w003_index_article_4 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);}


#w003_index_article_4 .message{display: flex;flex-direction: column;color: #000;font-family: SourceHanSansCN;}
#w003_index_article_4 .message_box[position="2"] .message,
#w003_index_article_4 .message_box[position="5"] .message,
#w003_index_article_4 .message_box[position="8"] .message{align-items: center;}
#w003_index_article_4 .message_box[position="3"] .message,
#w003_index_article_4 .message_box[position="6"] .message,
#w003_index_article_4 .message_box[position="9"] .message{align-items: flex-end;}
#w003_index_article_4 .message .h3{font-size: 50px;line-height: 50px;font-weight: 500;}
#w003_index_article_4 .message .p{font-size: 24px;line-height: 24px;;font-family: AmpleSoft;font-weight: 300;margin: 29px 0 57px;}
#w003_index_article_4 .message .btns{display: flex;}
#w003_index_article_4 .message .btns .buy,
#w003_index_article_4 .message .btns .more{width: 160px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;border: 1px solid #000;border-radius: 25px;transition: .3s;}
#w003_index_article_4 .message .btns .more{margin-left: 20px;}
#w003_index_article_4 .message .btns .buy:hover{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}
#w003_index_article_4 .message .btns .more:hover{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}


#w003_index_article_4 .swiper-pagination-bullets{bottom: 40px;}
#w003_index_article_4 .swiper-pagination-bullet{width: 8px;height: 8px;background: #FFFFFF;margin: 0 10px;}
#w003_index_article_4 .container .swiper-pagination-bullet-active{width: 14px;height: 14px;opacity: 1;transform: translateY(25%);}




@media screen and (max-width: 750px){
    #w003_index_article_4 .message .h3{font-size: var(--font-sub-S);line-height: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #w003_index_article_4 .message .p{display: none;}
    #w003_index_article_4 .message .btns{display: none;}
}
#w003_index_category_5 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w003_index_category_5 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w003_index_category_5 .box{display: flex;justify-content: center;align-items: center;}
#w003_index_category_5 .box .dl{padding: 0 50px;}
#w003_index_category_5 .box .dl a{font-size: 16px;}
#w003_index_category_5 .box .dl dt{height: 64px;display: flex;justify-content: center;align-items: center;}
#w003_index_category_5 .box .dl dd{font-size: 16px;line-height: 16px;margin-top: 20px;}

@media screen and (max-width:750px) {
    #w003_index_category_5 .box{flex-wrap: wrap;gap: 30px 0;}
    #w003_index_category_5 .box .dl a{font-size: 24px;}
}
#w003_index_products_new_6 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w003_index_products_new_6 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w003_index_products_new_6 .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 60px;text-align: var(--title_align);}

#w003_index_products_new_6.myleft .title{text-align: left;}
#w003_index_products_new_6.mycenter .title{text-align: center;}
#w003_index_products_new_6.myright .title{text-align: right;}

#w003_index_products_new_6 .list .content{display: grid;grid-template-columns: repeat(4,calc((100% - 60px)/4));justify-content: space-between;gap: 20px;}
#w003_index_products_new_6 .list .content .li{transition: .3s;text-align: center;background: #F8F8F8;}

#w003_index_products_new_6 .list .content .li .goods{display: block;position: relative;margin-bottom: 6px;}
#w003_index_products_new_6 .list .content .li .goods::after{content: '';padding-top: 100%;display: block;}
#w003_index_products_new_6 .list .content .li .goods .img{width: 100%;position: absolute;top: 0;left: 0;}

#w003_index_products_new_6 .list .content .li .info{padding: 0 40px;}
#w003_index_products_new_6 .list .content .li .info .btn {display: flex;justify-content: center;margin-top: -24px;opacity: 0;transition: .3s;}
#w003_index_products_new_6 .list .content .li .info .btn .view,
#w003_index_products_new_6 .list .content .li .info .btn .cart{width: 50px;height: 50px;border-radius: 50%;background: #333333;transition: .3s;}
#w003_index_products_new_6 .list .content .li .info .btn .cart{margin-left: 20px;}
#w003_index_products_new_6 .list .content .li .info .btn .svg{max-width: 50px;}

#w003_index_products_new_6 .list .content .li .info .star{margin: 14px 0;}
#w003_index_products_new_6 .list .content .li .info .name{font-size: 20px;color: #333333;line-height: 20px;display: block;}
#w003_index_products_new_6 .list .content .li .price{display: flex;justify-content: center;margin-bottom: 44px;margin-top: 13px;}
#w003_index_products_new_6 .list .content .li .price .sale{font-family: Arial;font-size: 16px;color: #333333;line-height: 16px;margin-right: 16px;}
#w003_index_products_new_6 .list .content .li .price .origin{text-decoration:line-through;font-size: 16px;line-height: 16px;color: #999999;transition: max-width .3s;max-width: 0;overflow: hidden;}

/* #w003_index_products_new_6 .list .content .li:hover{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);} */
#w003_index_products_new_6 .list .content .li:hover .btn{opacity: 1;}
#w003_index_products_new_6 .list .content .li:hover .price .origin{max-width: 250px;}
#w003_index_products_new_6 .list .content .li .info .btn .a:hover{background: var(--mainColor);} 
#w003_index_photo_7 .img{display: block;width: 100%;}
#w003_index_products_hot_8 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w003_index_products_hot_8 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}


#w003_index_products_hot_8 .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);margin-bottom: 60px;}

#w003_index_products_hot_8.myleft .title{text-align: left;}
#w003_index_products_hot_8.mycenter .title{text-align: center;}
#w003_index_products_hot_8.myright .title{text-align: right;}

#w003_index_products_hot_8 .list{position: relative;}
#w003_index_products_hot_8 .list .slide{display: grid;grid-template-columns: repeat(4,calc((100% - 60px)/4));justify-content: space-between;gap: 20px;margin-bottom: 50px;}
#w003_index_products_hot_8 .list .li{transition: .3s;text-align: center;background: #F8F8F8;}

#w003_index_products_hot_8 .list .li .goods{display: block;position: relative;margin-bottom: 6px;}
#w003_index_products_hot_8 .list .li .goods::after{content: '';padding-top: 100%;display: block;}
#w003_index_products_hot_8 .list .li .goods .img{width: 100%;position: absolute;top: 0;left: 0;}

#w003_index_products_hot_8 .list .li .info{padding: 0 40px;}
#w003_index_products_hot_8 .list .li .info .btn {display: flex;justify-content: center;margin-top: -24px;opacity: 0;transition: .3s;}
#w003_index_products_hot_8 .list .li .info .btn .view,
#w003_index_products_hot_8 .list .li .info .btn .cart{width: 50px;height: 50px;border-radius: 50%;background: #333333;transition: .3s;}
#w003_index_products_hot_8 .list .li .info .btn .cart{margin-left: 20px;}
#w003_index_products_hot_8 .list .li .info .btn .svg{max-width: 50px;}

#w003_index_products_hot_8 .list .li .info .star{margin: 14px 0;}
#w003_index_products_hot_8 .list .li .info .name{font-size: 20px;color: #333333;line-height: 20px;display: block;}
#w003_index_products_hot_8 .list .li .price{display: flex;justify-content: center;margin-bottom: 44px;margin-top: 13px;}
#w003_index_products_hot_8 .list .li .price .sale{font-family: Arial;font-size: 16px;color: #333333;line-height: 16px;margin-right: 16px;}
#w003_index_products_hot_8 .list .li .price .origin{text-decoration:line-through;font-size: 16px;line-height: 16px;color: #999999;transition: max-width .3s;max-width: 0;overflow: hidden;}

#w003_index_products_hot_8 .list .page{position: absolute;top: 36%;right: 2%;left: 2%;z-index: 1;}
#w003_index_products_hot_8 .list .page > i{width: 50px;height: 50px;background: #EBEBEB;border-radius: 50%;cursor: pointer;font-size: 24px;transition: .3s;}
#w003_index_products_hot_8 .list .page > i:hover{background: var(--mainColor);color: #fff;}

#w003_index_products_hot_8 .list .swiper-pagination{bottom: 10px;}
#w003_index_products_hot_8 .list .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 10px;background: #000000;opacity: 0.1;}
#w003_index_products_hot_8 .list .swiper-pagination-bullet-active{opacity: 1;}




#w003_index_products_hot_8 .list .li:hover .btn{opacity: 1;}
#w003_index_products_hot_8 .list .li:hover .price .origin{max-width: 250px;}
#w003_index_products_hot_8 .list .li .info .btn .a:hover{background: var(--mainColor);} 

#w003_index_more_9{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
    #w003_index_more_9 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#w003_index_more_9 .box{display: grid;grid-template-columns: repeat(2,calc((100% - 20px)/2));gap: 20px;}
#w003_index_more_9 .box .li{padding-top: 46.376%;position: relative;background: url(/module/w003/index/more/images/blog.jpg) no-repeat center;}
#w003_index_more_9 .box .li .message{position: absolute;top: 0;left: 0;padding: 45px 40px;color: #fff;}
#w003_index_more_9 .box .li .message .name{font-size: 32px;line-height: 32px;font-weight: 500;}
#w003_index_more_9 .box .li .message .brief{font-size: 16px;line-height: 16px;margin-top: 20px;}
#w003_index_more_9 .box .li .message .more{margin-top: 120px;width: 120px;height: 40px;background: rgba(1,137,255,0);border: 1px solid #FFFFFF;border-radius: 20px;line-height: 40px;text-align: center;}
.w000_index_footer_10_footer_wrap{background: var(--backgroundColor);padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);color: var(--contentFontColor);}

#w000_index_footer_10_guild {display: grid;grid-template-columns: auto 436px;gap:0px 95px;}
#w000_index_footer_10_guild .left{display: grid;grid-template-columns:repeat(4,auto);gap:20px 0px;justify-content: space-between;}
#w000_index_footer_10_guild .left .dl{max-width: 242px;}
#w000_index_footer_10_guild .left .dl .dt{margin-bottom: 46px;font-size: 18px;line-height: 18px;}
#w000_index_footer_10_guild .left .dd{margin-bottom: 18px;font-size: 14px;line-height: 20px;}

#w000_index_footer_10_guild .right .prompts{font-size: 24px;color: var(--titleFontColor);line-height: 24px;}
#w000_index_footer_10_guild .right .mail{margin: 41px 0 26px;position: relative;}
#w000_index_footer_10_guild .right .mail .input{height: 60px;width: 100%;border: 1px solid var(--searchBtnColor);border-radius: 30px;text-indent: 26px;padding-right: 150px;font-size: 16px;}
#w000_index_footer_10_guild .right .mail .btn{position: absolute;right: 0;top:0;height: 60px;width: 130px;border-radius: 30px;line-height: 60px;color: var(--searchFontColor);text-align: center;font-size: 16px;background: var(--searchBtnColor);cursor: pointer;}
#w000_index_footer_10_guild .right .promise{font-size: 16px;line-height: 16px;margin-bottom: 36px;display: block;}
#w000_index_footer_10_guild .right .promise.hide{display: none;}
#w000_index_footer_10_guild .right .links{display: flex;align-items: center;padding-bottom: 70px;}
#w000_index_footer_10_guild .right .links.hide{display: none;}
#w000_index_footer_10_guild .right .links .a{margin-right: 20px;width: 30px;height: 30px;background: #888888;border-radius: 50%;transition: .3s;}
#w000_index_footer_10_guild .right .links .a i{font-size: 20px;color: #fff;}
#w000_index_footer_10_guild .right .links .a:hover{background: var(--hoverFontColor);}


#w000_index_footer_10_links{font-size: 16px;height: 72px;border-top: 1px solid rgba(255, 255, 255,0.2);margin-top: 35px;justify-content: center;}
#w000_index_footer_10_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w000_index_footer_10_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w000_index_footer_10_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#w000_index_footer_10_copyright{border-top: 1px solid rgba(255, 255, 255,0.2);display: flex;flex-direction: column;align-items: center;padding: 40px 0 60px;}
#w000_index_footer_10_copyright .copyright{font-size: 14px;line-height: 14px;text-align: center;}
#w000_index_footer_10_copyright .partner{margin-top: 24px;display: flex;flex-wrap: wrap;justify-content: center;}
#w000_index_footer_10_copyright .partner .img_box{width: 110px;height: 30px;display: flex;align-items: center;justify-content: center;margin: 10px 0;}
#w000_index_footer_10_copyright .partner .img_box img{max-width: 100%;max-height: 100%;}



@media only screen and (max-width: 750px) {
    #w000_index_footer_10_guild{display: block;}

    #w000_index_footer_10_guild .left{display: block;}
    #w000_index_footer_10_guild .left .dl{display: none;}
    #w000_index_footer_10_guild .left .dl .dt{font-size: 30px;line-height: 1.6;}
    #w000_index_footer_10_guild .left .dl .dd{font-size: 26px;line-height: 1.6;}
    #w000_index_footer_10_guild .left .contact{display: block;max-width: 100%;text-align: center;}

    #w000_index_footer_10_guild .right{text-align: center;}
    #w000_index_footer_10_guild .right .prompts{font-size: 30px;line-height: 1.6;}
    #w000_index_footer_10_guild .right .mail .input{font-size: 30px;line-height: 80px;height: 80px;border-radius: 40px;}
    #w000_index_footer_10_guild .right .mail .btn{font-size: 30px;line-height: 80px;height: 80px;border-radius: 40px;width: 150px;}
    #w000_index_footer_10_guild .right .promise{font-size: 26px;line-height: 1.6;}
    #w000_index_footer_10_guild .right .links{justify-content: center;}
    #w000_index_footer_10_guild .right .links .a{transform: scale(2);margin: 0 30px;}

    #w000_index_footer_10_copyright .copyright{font-size: 26px;line-height: 1.6;}
}