
/* =========================== */
  @keyframes w002_index_header_1_top_loop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
  }

  @-webkit-keyframes w002_index_header_1_top_loop {
    0% {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
  }


  #w002_index_header_1_top {background: var(--mainColor);height: 42px;display: flex;align-items: center;font-size: 16px;}
  #w002_index_header_1_top .head{display: flex;justify-content: space-between;align-items: center;color: #fff;}
  #w002_index_header_1_top .head_left{display: flex;align-items: center;}

  /* 滾動 */
  #w002_index_header_1_top .head_left .tip{flex: 1;overflow: hidden;margin:0 15px;max-width: 100%;}
  #w002_index_header_1_top .head_left .tip a{display: inline-block;white-space: nowrap;animation: 5s w002_index_header_1_top_loop linear infinite normal;}
  #w002_index_header_1_top .head_left .tip:hover a{animation-play-state:paused;}


  #w002_index_header_1_top .head_left .span{margin-left: 11px;/*margin-right: 26px;*/}
  #w002_index_header_1_top .head_right{display: flex;align-items: center;}
  #w002_index_header_1_top .head_right .login{display: flex;align-items: center;}
  #w002_index_header_1_top .head_right .login .a{margin-left: 10px;}
  #w002_index_header_1_top .head_right .split_line{width: 1px;height: 16px;background: #FFFFFF;opacity: 0.3;margin: 0 28px;}
  #w002_index_header_1_top .head_right .language{display: flex;align-items: center;}
  #w002_index_header_1_top .head_right .language .a{margin-left:10px;margin-right:14px;}
  #w002_index_header_1_top .head_right .language.hide{display: none;}

  @media screen and (max-width: 850px){
    #w002_index_header_1_top {font-size: 26px;}
    #w002_index_header_1_top .head_left .span{display: none;}
    #w002_index_header_1_top .head_right{display: none;}
  }
/* =========================== */





.w002_index_header_1_x{transition:.3s;opacity: 1;}
#header.scroll-center .w002_index_header_1_x{opacity: 0;transform: translateY(-20%);pointer-events: none;}
@media screen and (max-width: 750px){
  .w002_index_header_1_x{display: none;}
}


/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background,height .1s;background: var(--head_bg_color);}
#header.scroll-top #header_bg{height: 170px;}

#header.fixed.scroll-top #header_bg{background: rgba(0, 0, 0, 0.1);}
#header.fixed.scroll-top.opacity_black #header_bg{background-color: rgba(255, 255, 255, 0.1);}








#w002_index_header_1_nav_x {}
#w002_index_header_1_nav_x .head{height: 120px;width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: var(--head_fz_color);}
#header.fixed.scroll-top #w002_index_header_1_nav_x .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .head{color: #333;}


/* logo部分 */
#w002_index_header_1_nav_x .weblogo{height: 100%;overflow: hidden;width: 200px;}
#w002_index_header_1_nav_x .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);max-width: 100%;}
#w002_index_header_1_nav_x .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);max-width: 100%;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .weblogo .logo_b{display: block;}


/* 搜索框部分 */
#w002_index_header_1_nav_x .header_search{max-width: 830px;height: 50px;flex: 1;margin: 0 60px;color: #fff;}
#w002_index_header_1_nav_x .header_search .input{width: 100%;height: 50px;border: 2px solid var(--mainColor);border-radius: 25px;padding: 0 120px 0 25px;color: var(--head_fz_color);}
#header.fixed.scroll-top #w002_index_header_1_nav_x .header_search .input{color: #fff;background-color: rgba(0, 0, 0, 0.3);}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .header_search .input{color: #333;background-color: rgba(255, 255, 255, 0.3);}

#w002_index_header_1_nav_x .header_search *::-webkit-input-placeholder{color: #999;}
#w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #999;}
#w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #999;}
#w002_index_header_1_nav_x .header_search *::-ms-input-placeholder{color: #999;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .header_search *::-webkit-input-placeholder{color: #fff;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #fff;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #fff;}
#header.fixed.scroll-top #w002_index_header_1_nav_x .header_search *::-ms-input-placeholder{color: #fff;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .header_search *::-webkit-input-placeholder{color: #333;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #333;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .header_search *::-moz-placeholder{color: #333;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav_x .header_search *::-ms-input-placeholder{color: #333;}


#w002_index_header_1_nav_x .header_search .btn{top: 0;right: 0;width: 110px;height: 50px;border-radius: 0 25px 25px 0;display: flex;justify-content: center;align-items: center;background: var(--mainColor);color: #fff;}
#w002_index_header_1_nav_x .header_search .btn .p{margin-left: 10px;}



/* 按钮部分 */
#w002_index_header_1_nav_x .head_btn{display: flex;align-items: center;justify-content: flex-end;font-size: 16px;width: 200px;}
#w002_index_header_1_nav_x .head_btn > *{width: 50%;}
#w002_index_header_1_nav_x .head_btn > * > i{font-size: 20px;}
#w002_index_header_1_nav_x .head_btn .p{margin-top: 10px;line-height: 1;}
#w002_index_header_1_nav_x .head_btn .tips{position: absolute;top: -8px;right: 0px;min-width: 26px;height: 20px;border-radius: 10px;background:#EB860F;color: #fff;text-align: center;line-height: 20px;padding: 0 5px;}


/* 导航 */
#w002_index_header_1_subnav_x .list {box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%);color: var(--head_fz_color);}
#w002_index_header_1_subnav_x .list .nav{height:50px;display: flex;justify-content: center;align-items: center;font-size: 16px;}
#w002_index_header_1_subnav_x .list .nav .li{padding: 0 24px;}

#header.fixed.scroll-top #w002_index_header_1_subnav_x .list{box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_subnav_x .list{color: #333;}




















.w002_index_header_1{transition: .3s;position: absolute;top: 100%;}
#header.scroll-center .w002_index_header_1{opacity: 1;top: 0;left: 0;width: 100%;height: auto;}
#header .w002_index_header_1{opacity: 0;top: 170px;height: 0;overflow: hidden;}
@media only screen and (max-width: 750px) {
  #header .w002_index_header_1{opacity: 1;top: 170px;position: static;height: var(--head_top_height_app);}
}


#w002_index_header_1_nav{}
#w002_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 #w002_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 #w002_index_header_1_nav .head{color: #333;}


/* logo部分 */
#w002_index_header_1_nav .weblogo{height: 100%;overflow: hidden;}
#w002_index_header_1_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w002_index_header_1_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w002_index_header_1_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w002_index_header_1_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w002_index_header_1_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#w002_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;}
#w002_index_header_1_nav .head_nav .li > a{line-height: 2;}
#w002_index_header_1_nav .head_nav .li:first-of-type{margin-left: 0;}
#w002_index_header_1_nav .head_nav .li:hover,
#w002_index_header_1_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.w002_index_header_1_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.w002_index_header_1_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.w002_index_header_1_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.w002_index_header_1_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#w002_index_header_1_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w002_index_header_1_nav .head_btn > *{padding: 10px 15px;}
#w002_index_header_1_nav .head_btn > *:last-child{padding-right: 0;}
#w002_index_header_1_nav .head_btn > * > i{font-size: 20px;}
#w002_index_header_1_nav .head_btn .language i{margin-right: 6px;}
#w002_index_header_1_nav .head_btn .cart{padding-right: 20px;}
#w002_index_header_1_nav .head_btn .cart .tips{position: absolute;top: -8px;right: -10px;min-width: 26px;height: 20px;border-radius: 10px;background:#EB860F;color: #fff;text-align: center;line-height: 20px;padding: 0 5px;}


/* 移动端菜单按钮 */
#w002_index_header_1_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w002_index_header_1_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w002_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;}
#w002_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 #w002_index_header_1_nav .head .menu i,
#header.fixed.scroll-top #w002_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top #w002_index_header_1_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w002_index_header_1_nav .head .menu i::after{background: #333;}










/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/



/* 侧边栏菜单展开状态(右侧)  */
#header.menu_expand #w002_index_header_1_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w002_index_header_1_nav .menu i{background: transparent !important;}
#header.menu_expand #w002_index_header_1_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w002_index_header_1_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w002_index_header_1_nav .head_btn{display: none;}


/* 导航栏放不下时 */
.w002_index_header_1.pc_app #w002_index_header_1_nav .head_nav .li{display: none;}
.w002_index_header_1.pc_app #w002_index_header_1_nav .head .menu{display: block;}


@media only screen and (max-width: 1024px) {
    #w002_index_header_1_nav .head_nav .li{display: none;}
    #w002_index_header_1_nav .head .menu{display: block;}
}

@media only screen and (max-width: 900px) {
    #w002_index_header_1_nav .head_btn .search i {font-size: 26px;}
    #w002_index_header_1_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w002_index_header_1_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w002_index_header_1_nav .head{height: var(--head_top_height_app) !important;}
    #header_bg{height: var(--head_top_height_app) !important;}

    #w002_index_header_1_nav .head_btn > * > i{font-size: var(--font-big-S);}
    #w002_index_header_1_nav .head_btn .search i {font-size: var(--font-big-S);}
    #w002_index_header_1_nav .head_btn .language{display: none;}

    #w002_index_header_1_nav .head .menu{padding: 30px;}
    #w002_index_header_1_nav .head .menu i{width: 46px;height: 3px;}
    #w002_index_header_1_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w002_index_header_1_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #w002_index_header_1_nav .weblogo{opacity: 0;}
}
#w002_index_hengfu_2 {font-size: 0;}
#w002_index_hengfu_2 .slide{}
#w002_index_hengfu_2 .slide .img_pc{width: 100%;}
/* 铺满状态 */
#w002_index_hengfu_2.is_fill .slide .img_pc{height: 100vh;max-height: 100vw;object-fit:cover;}


#w002_index_hengfu_2 .slide .message_box{display: flex;height: calc( 100% - 200px );position: absolute;top: 55%;left: 50%;transform: translate(-50%,-50%);pointer-events: none;}

#w002_index_hengfu_2 .message{display: flex;flex-direction: column;max-width: 100%;}
#w002_index_hengfu_2 .message_box[position="2"] .message,
#w002_index_hengfu_2 .message_box[position="5"] .message,
#w002_index_hengfu_2 .message_box[position="8"] .message{align-items: center;}
#w002_index_hengfu_2 .message_box[position="3"] .message,
#w002_index_hengfu_2 .message_box[position="6"] .message,
#w002_index_hengfu_2 .message_box[position="9"] .message{align-items: flex-end;}


#w002_index_hengfu_2 .message .name{margin-top: 30px; 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);}
#w002_index_hengfu_2 .message .p{margin:15px 0 36px; 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);}
#w002_index_hengfu_2 .message .price{font-size: var(--font_3rd_px);color: var(--font_3rd_color);font-weight: var(--font_3rd_font_weight);font-style: var(--font_3rd_font_style);line-height: var(--font_3rd_line_height);}

#w002_index_hengfu_2 .swiper-pagination-bullets{bottom: 40px;}
#w002_index_hengfu_2 .swiper-pagination-bullet{width: 10px;height: 10px;background: #fff;opacity: 1;margin: 0 10px;transition: 0.3s;border-radius: 50%;}
#w002_index_hengfu_2 .container .swiper-pagination-bullet-active{transform: scale(1.5);background: var(--mainColor);}



@media screen and (max-width: 1024px){
    #w002_index_hengfu_2 .message_box .message .name{font-size: 48px;margin-top: 0.5em;}
    #w002_index_hengfu_2 .message_box .message .p{font-size: 21px;margin:0.6em 0 1.4em;}
    #w002_index_hengfu_2 .message_box .message .price{font-size: 29px;}
}

@media screen and (max-width: 850px){
    #w002_index_hengfu_2 .message_box .message .name{font-size: 40px;}
    #w002_index_hengfu_2 .message_box .message .p{font-size: 26px;margin:0.6em 0;}
    #w002_index_hengfu_2 .message_box .message .price{font-size: 30px;}
}

@media screen and (max-width: 750px){
    #w002_index_hengfu_2{display: none;}
}
/* 每日推荐 */
#w002_index_products_recommend_3_title{padding-top: var(--paddingTop);}
#w002_index_products_recommend_3_title .title{display: flex;padding: 0px 0 26px;justify-content: space-between;align-items: flex-end;color: #333333;}
#w002_index_products_recommend_3_title .title .h3{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);}
#w002_index_products_recommend_3_title .title .link{font-size: 16px;}
@media screen and (max-width: 850px){
  #w002_index_products_recommend_3_title{padding-top: var(--appPaddingTop);}
  #w002_index_products_recommend_3_title .title .h3{font-size: 36px;}
  #w002_index_products_recommend_3_title .title .link{font-size: 30px;}
}

#w002_index_products_recommend_3_title.myleft .title{}
#w002_index_products_recommend_3_title.mycenter .title{flex-direction: column;align-items: center;text-align: center;}
#w002_index_products_recommend_3_title.myright .title{flex-direction: row-reverse;}

.w002_index_products_recommend_3_wrap{display: grid;grid-template-columns: 314px calc(100% - 314px);padding-bottom: var(--paddingBottom);}
#w002_index_products_recommend_3_left{padding: 53px 54px 0 38px;background: var(--backgroundColor);color: var(--contentFontColor);line-height: 30px;}
#w002_index_products_recommend_3_left .tip{font-size: 38px;line-height: 40px;font-weight: bold;}
#w002_index_products_recommend_3_left .p{font-size: 20px;margin: 10px 0;}
#w002_index_products_recommend_3_left .links{margin: 60px 0 53px;}


#w002_index_products_recommend_3_right{padding-top: 20px;}
#w002_index_products_recommend_3_right .container{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);background: #fff;padding:20px;}
#w002_index_products_recommend_3_right .container .slide{display: flex;}
#w002_index_products_recommend_3_right .li{flex: 1;display: flex;justify-content: space-between;align-items: flex-end;width: 100%;}



#w002_index_products_recommend_3_right .li .goods {border: 1px solid #f1f1f1;margin-right:20px;position: relative;width: 180px;}
#w002_index_products_recommend_3_right .li .goods::after{padding-top: 100%;content: '';}
#w002_index_products_recommend_3_right .li .goods img{max-width: 80%; max-height:80%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

#w002_index_products_recommend_3_right .li .info{flex: auto;width: calc(100% - 250px);}
#w002_index_products_recommend_3_right .li .info .name{font-size: 16px;color: #777;line-height: 1;margin-bottom: 8px;display: block}
#w002_index_products_recommend_3_right .li .info .brief{font-size: 16px;color: #333;line-height: 24px;height: 48px;}
#w002_index_products_recommend_3_right .li .info .price{font-size: 18px;line-height: 1;font-weight: bold;color: #EB860F;margin: 16px 0 28px;}
#w002_index_products_recommend_3_right .li .info .btn{height: 40px;transition: .3s;cursor:pointer;font-size: 16px; color: var(--btn_1st_font_color);background: 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);}
#w002_index_products_recommend_3_right .li .info .btn i{font-size: 20px;margin-right: 5px;}
#w002_index_products_recommend_3_right .li .info .btn:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


#w002_index_products_recommend_3_right .li .icon{display: flex;flex-direction: column;align-items: center;margin-left: 20px;width: 30px;}
#w002_index_products_recommend_3_right .li .icon i{font-size: 26px;color: #666;}
#w002_index_products_recommend_3_right .li .icon .love i:nth-child(2){opacity:0;color: var(--mainColor);}
#w002_index_products_recommend_3_right .li .icon.cur .love i:nth-child(1){opacity:0;}
#w002_index_products_recommend_3_right .li .icon.cur .love i:nth-child(2){opacity:1;}
#w002_index_products_recommend_3_right .li .icon .num{text-align: center;font-size: 14px;color: #666;}


#w002_index_products_recommend_3_right .page{text-align: center;padding: 20px 0 30px;}
#w002_index_products_recommend_3_right .page .swiper-pagination-bullet{width: 10px;height: 10px;background: #adadad;opacity: 1;margin:0 10px;}
#w002_index_products_recommend_3_right .page .swiper-pagination-bullet-active{width: 10px;height: 10px;background: var(--mainColor);}


@media screen and (max-width: 1200px){
  .w002_index_products_recommend_3_wrap{display: block;}
  .w002_index_products_recommend_3_wrap > svg{display: none;}
  #w002_index_products_recommend_3_left{display: none;}
  #w002_index_products_recommend_3_right{width: 100%;}
}

@media screen and (max-width: 850px){
  .w002_index_products_recommend_3_wrap{padding-bottom: var(--paddingBottom);}
  #w002_index_products_recommend_3_right .li{position: relative;}

  #w002_index_products_recommend_3_right .li .goods{width: 50%;}
  #w002_index_products_recommend_3_right .li .goods img{max-width: 90%;max-height: 90%;}

  #w002_index_products_recommend_3_right .li .info{width: 50%;}
  #w002_index_products_recommend_3_right .li .info .name{font-size: 30px;}
  #w002_index_products_recommend_3_right .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
  #w002_index_products_recommend_3_right .li .info .price{font-size: 30px;margin: 30px 0 100px;}
  #w002_index_products_recommend_3_right .li .info .btn{font-size: 26px;height: 60px;margin-right: 45px;}
  #w002_index_products_recommend_3_right .li .info .btn i{font-size: 30px;}

  #w002_index_products_recommend_3_right .li .icon{position: absolute;bottom: 0;right: 0;}
  #w002_index_products_recommend_3_right .li .icon i{font-size: 32px;}
  #w002_index_products_recommend_3_right .li .icon .num{font-size: 26px;}
}
#w002_index_products_hot_4_title{padding-top: var(--paddingTop);}
#w002_index_products_hot_4_title .title{display: flex;padding: 0px 0 26px;justify-content: space-between;align-items: flex-end;color: #333333;}
#w002_index_products_hot_4_title .title .h3{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);}
#w002_index_products_hot_4_title .title .link{font-size: 16px;}
@media screen and (max-width: 850px){
    #w002_index_products_hot_4_title{padding-top: var(--appPaddingTop);}
    #w002_index_products_hot_4_title .title .h3{font-size: 36px;line-height: 1;}
    #w002_index_products_hot_4_title .title .link{font-size: 30px;}
}

#w002_index_products_hot_4_title.myleft .title{}
#w002_index_products_hot_4_title.mycenter .title{flex-direction: column;align-items: center;text-align: center;}
#w002_index_products_hot_4_title.myright .title{flex-direction: row-reverse;}


#w002_index_products_hot_4_list{display: grid;grid-template-columns: repeat(5, calc((100% - 25px * 4)/5));gap: 25px;padding-bottom: var(--paddingBottom);}
#w002_index_products_hot_4_list .li{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
#w002_index_products_hot_4_list .li .goods {padding-top: 100%;position: relative;overflow: hidden;}
#w002_index_products_hot_4_list .li .goods img{width: 100%;position: absolute;top: 0;left: 0;}

#w002_index_products_hot_4_list .li .info{flex:1;padding: 15px 30px 20px 19px;}
#w002_index_products_hot_4_list .li .info .name{font-size: 16px;color: #777;line-height: 22px;margin-bottom: 8px;}
#w002_index_products_hot_4_list .li .info .brief{font-size: 16px;line-height: 24px;height:48px;}
#w002_index_products_hot_4_list .li .info .price{font-size: 18px;line-height: 18px;font-weight: bold;color: #EB860F;margin: 16px 0;}

#w002_index_products_hot_4_list .li .info .add{display: flex;justify-content: space-between;}

#w002_index_products_hot_4_list .li .info .btn{font-size: 16px;width: 100%;height: 40px;transition: .3s;cursor: pointer; color: var(--btn_1st_font_color);background: 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);}
#w002_index_products_hot_4_list .li .info .btn i{font-size: 20px;margin-right: 5px;}
#w002_index_products_hot_4_list .li .info .btn:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}


#w002_index_products_hot_4_list .li .icon{display: flex;flex-direction: column;align-items: center;margin-left: 20px;width: 30px;}
#w002_index_products_hot_4_list .li .icon i{font-size: 26px;color: #666;}
#w002_index_products_hot_4_list .li .icon .love i:nth-child(2){opacity:0;color: var(--mainColor);}
#w002_index_products_hot_4_list .li .icon.cur .love i:nth-child(1){opacity:0;}
#w002_index_products_hot_4_list .li .icon.cur .love i:nth-child(2){opacity:1;}
#w002_index_products_hot_4_list .li .icon .num{text-align: center;font-size: 14px;color: #666;}


@media screen and (max-width:1200px) {
    #w002_index_products_hot_4_list{grid-template-columns: repeat(2, calc((100% - 25px)/2));gap: 25px;}
}

@media screen and (max-width: 850px){
    #w002_index_products_hot_4_list{padding-bottom: var(--appPaddingBottom);}
    #w002_index_products_hot_4_list .li .info .name{font-size: 30px;line-height: 1;}
    #w002_index_products_hot_4_list .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
    #w002_index_products_hot_4_list .li .info .price{font-size: 30px;line-height: 1;}
    #w002_index_products_hot_4_list .li .info .btn{font-size: 26px;height: 60px;}
    #w002_index_products_hot_4_list .li .info .btn i{font-size: 30px;}
    #w002_index_products_hot_4_list .li .icon i{font-size: 32px;}
    #w002_index_products_hot_4_list .li .icon .num{font-size: 26px;}
  }
#w002_index_products_new_5 {background-color: var(--backgroundColor);padding-top: var(--paddingTop); padding-bottom:var(--paddingBottom);}
#w002_index_products_new_5 .slide{transform-style: preserve-3d;perspective: 760px;width: 760px;}
#w002_index_products_new_5 .slide .rotate{transition: .5s;margin: 20px 0 90px;position: relative;}
#w002_index_products_new_5 .slide .picture{padding-top: 47.368%;position: relative;overflow: hidden;background: #ccc}
#w002_index_products_new_5 .slide .picture .img{width: 100%;position: absolute;left: 0;top: 0;}


#w002_index_products_new_5 .message_box{display: flex;height: 100%;width:100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);padding: 40px}
#w002_index_products_new_5 .message{max-width: 100%;}
#w002_index_products_new_5 .message .img{max-width: 160px;max-height: 80px;overflow: hidden;}
#w002_index_products_new_5 .message .name{font-size: 34px;line-height: 1;color: #333333;margin: 20px 0;}
#w002_index_products_new_5 .message .price{font-size: 18px;line-height: 1;font-weight: bold;color: #EB860F;}


#w002_index_products_new_5 .box{width: 914px;display: flex;justify-content: space-between;position: absolute;top: 47%;left: 50%;transform: translateX(-50%);z-index: 10;}
#w002_index_products_new_5 .box i{font-size: 30px;color: rgba(255, 255, 255,0.4);}

#w002_index_products_new_5 .buy{width: 180px;height: 60px;line-height: 60px;font-size: 18px;text-align: center;position: absolute;left: 50%;bottom: 11.5%;transform: translateX(-50%);z-index: 10;cursor: pointer;transition: 0.5s;color: var(--btn_1st_font_color);background: 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);}
#w002_index_products_new_5 .buy:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}

#w002_index_products_new_5 div[data-number='2'] .rotate{transform: rotateY(50deg) scale(.8);}
#w002_index_products_new_5 div[data-number='1'] .rotate{transform: rotateY(25deg) scale(.8);}
#w002_index_products_new_5 div[data-number='-1'] .rotate{transform: rotateY(-25deg) scale(.8);}
#w002_index_products_new_5 div[data-number='-2'] .rotate{transform: rotateY(-50deg) scale(.8);}




@media screen and (max-width: 1024px){
    #w002_index_products_new_5 .message_box .message .name{font-size: 48px;margin-top: 0.5em;}
    #w002_index_products_new_5 .message_box .message .price{font-size: 29px;}
}

@media screen and (max-width: 850px){
    #w002_index_products_new_5 .message_box .message .name{font-size: 40px;margin: 15px 0;}
    #w002_index_products_new_5 .message_box .message .price{font-size: 30px;}


    #w002_index_products_new_5 .slide{width: 608px;perspective: 608px;}
    #w002_index_products_new_5 .slide .rotate{margin: 40px 0 60px;transition: .5s;}
    #w002_index_products_new_5 .message .img{max-width: 86px;max-height: 48px;}
    
    #w002_index_products_new_5 .box{width: 728px;top: 41%;display: none;}
    #w002_index_products_new_5 .box i{font-size: 60px;color: rgba(255, 255, 255);}

    #w002_index_products_new_5 div[data-number='1'] .rotate{transform: rotateY(25deg) scale(.8) translateX(200px);}
    #w002_index_products_new_5 div[data-number='-1'] .rotate{transform: rotateY(-25deg) scale(.8) translateX(-200px);}

    #w002_index_products_new_5 .buy{bottom: 30px;font-size: 24px;}
}
#w002_index_products_category_6_title {padding-top: var(--paddingTop);}
#w002_index_products_category_6_title .title{display: flex;padding: 0px 0 26px;justify-content: space-between;align-items: flex-end;color: #333333;}
#w002_index_products_category_6_title .title .h3{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);}
#w002_index_products_category_6_title .title .link{font-size: 16px;}
@media screen and (max-width:850px) {
    #w002_index_products_category_6_title{padding-top: var(--appPaddingTop);}
    #w002_index_products_category_6_title .title .h3{font-size: 36px;}
    #w002_index_products_category_6_title .title .link{font-size: 30px;}
}

#w002_index_products_category_6_title.myleft .title{}
#w002_index_products_category_6_title.mycenter .title{flex-direction: column;align-items: center;text-align: center;}
#w002_index_products_category_6_title.myright .title{flex-direction: row-reverse;}

.w002_index_products_category_6_wrap{display: grid;grid-template-columns: 314px calc(100% - 314px);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);background: #fff;margin-bottom: var(--paddingBottom);}


#w002_index_products_category_6_left .li{padding-top: 154.14%;display: block;}
#w002_index_products_category_6_left img{width: 100%;display: block;}


#w002_index_products_category_6_right .container .slide{display: grid;grid-template-columns: repeat(2, calc((100% - 55px)/2));gap: 24px 55px;padding: 20px 30px 80px 20px;}
#w002_index_products_category_6_right .li{display: flex;flex-direction: row;justify-content: space-between;align-items: flex-end;}
#w002_index_products_category_6_right .li .goods {width: 180px;border: 1px solid #f1f1f1;margin-right:20px;position: relative;}
#w002_index_products_category_6_right .li .goods:after{padding-top: 100%;content: '';}
#w002_index_products_category_6_right .li .goods img{max-width: 80%; max-height:80%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

#w002_index_products_category_6_right .li .info{flex:1;max-width: calc(75% - 150px);}
#w002_index_products_category_6_right .li .info .name{font-size: 16px;color: #777;margin-bottom: 8px;}
#w002_index_products_category_6_right .li .info .brief{font-size: 16px;color: #333;line-height: 24px;}
#w002_index_products_category_6_right .li .info .price{font-size: 18px;line-height: 18px;font-weight: bold;color: #EB860F;margin: 16px 0 28px;}
#w002_index_products_category_6_right .li .info .btn{border-radius: 5px;height: 40px;transition: .3s;cursor:pointer;font-size: 16px; color: var(--btn_1st_font_color);background: 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);}
#w002_index_products_category_6_right .li .info .btn i{font-size: 20px;margin-right: 5px;}
#w002_index_products_category_6_right .li .info .btn:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}

#w002_index_products_category_6_right .li .icon{display: flex;flex-direction: column;align-items: center;margin-left: 20px;width: 30px;}
#w002_index_products_category_6_right .li .icon i{font-size: 26px;color: #666;}
#w002_index_products_category_6_right .li .icon .love i:nth-child(2){opacity:0;color: var(--mainColor);}
#w002_index_products_category_6_right .li .icon.cur .love i:nth-child(1){opacity:0;}
#w002_index_products_category_6_right .li .icon.cur .love i:nth-child(2){opacity:1;}
#w002_index_products_category_6_right .li .icon .num{text-align: center;font-size: 14px;color: #666;}


#w002_index_products_category_6_left  .swiper-pagination-bullet{border: 2px solid #fff;background: transparent;opacity: 1;}
#w002_index_products_category_6_left  .swiper-pagination-bullet-active{background: #fff;}

#w002_index_products_category_6_right .swiper-pagination-bullet{width: 10px;height: 10px;background: #adadad;opacity: 1;margin:0 6px;}
#w002_index_products_category_6_right .swiper-pagination-bullet-active{width: 10px;height: 10px;background: var(--mainColor);}
#w002_index_products_category_6_right .swiper-pagination-bullets{bottom: 30px;}


@media screen and (max-width:1300px) {
    .w002_index_products_category_6_wrap{display: block;}
    #w002_index_products_category_6_left{display: none;}
    #w002_index_products_category_6_right{width: 100%;}
}

@media screen and (max-width:900px) {
    .w002_index_products_category_6_wrap{margin-bottom: var(--appPaddingBottom);}
    #w002_index_products_category_6_left{display: none;}

    #w002_index_products_category_6_right{width: 100%;}
    #w002_index_products_category_6_right .container .slide{padding: 20px 20px 80px;grid-template-columns: repeat(2, calc((100% - 30px)/2));gap: 30px;}
    #w002_index_products_category_6_right .li{flex-direction: column;align-items: center;position: relative;}
    #w002_index_products_category_6_right .li .goods{width: 100%;margin-right: 0;}
    #w002_index_products_category_6_right .li .info{max-width: 100%;width: 100%;margin-top: 20px;}
    #w002_index_products_category_6_right .li .info .brief{width: 100%;min-height: 24px;}
    #w002_index_products_category_6_right .li .info .btn{width: 80%;}
    #w002_index_products_category_6_right .li .icon{position: absolute;bottom: 0;right: 5%;}

    #w002_index_products_category_6_right .li .info .name{font-size: 30px;line-height: 1;}
    #w002_index_products_category_6_right .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
    #w002_index_products_category_6_right .li .info .price{font-size: 30px;line-height: 1;}
    #w002_index_products_category_6_right .li .info .btn{font-size: 26px;height: 60px;}
    #w002_index_products_category_6_right .li .info .btn i{font-size: 30px;}
    #w002_index_products_category_6_right .li .icon i{font-size: 32px;}
    #w002_index_products_category_6_right .li .icon .num{font-size: 26px;}
}
#w002_index_products_category_7_title {padding-top: var(--paddingTop);}
#w002_index_products_category_7_title .title{display: flex;padding: 0px 0 26px;justify-content: space-between;align-items: flex-end;color: #333333;}
#w002_index_products_category_7_title .title .h3{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);}
#w002_index_products_category_7_title .title .link{font-size: 16px;}
@media screen and (max-width:850px) {
    #w002_index_products_category_7_title{padding-top: var(--appPaddingTop);}
    #w002_index_products_category_7_title .title .h3{font-size: 36px;}
    #w002_index_products_category_7_title .title .link{font-size: 30px;}
}

#w002_index_products_category_7_title.myleft .title{}
#w002_index_products_category_7_title.mycenter .title{flex-direction: column;align-items: center;text-align: center;}
#w002_index_products_category_7_title.myright .title{flex-direction: row-reverse;}

.w002_index_products_category_7_wrap{display: grid;grid-template-columns: 314px calc(100% - 314px);box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);background: #fff;margin-bottom: var(--paddingBottom);}


#w002_index_products_category_7_left .li{padding-top: 154.14%;display: block;}
#w002_index_products_category_7_left img{width: 100%;display: block;}


#w002_index_products_category_7_right .container .slide{display: grid;grid-template-columns: repeat(2, calc((100% - 55px)/2));gap: 24px 55px;padding: 20px 30px 80px 20px;}
#w002_index_products_category_7_right .li{display: flex;flex-direction: row;justify-content: space-between;align-items: flex-end;}
#w002_index_products_category_7_right .li .goods {width: 180px;border: 1px solid #f1f1f1;margin-right:20px;position: relative;}
#w002_index_products_category_7_right .li .goods:after{padding-top: 100%;content: '';}
#w002_index_products_category_7_right .li .goods img{max-width: 80%; max-height:80%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}

#w002_index_products_category_7_right .li .info{flex:1;max-width: calc(75% - 150px);}
#w002_index_products_category_7_right .li .info .name{font-size: 16px;color: #777;margin-bottom: 8px;}
#w002_index_products_category_7_right .li .info .brief{font-size: 16px;color: #333;line-height: 24px;}
#w002_index_products_category_7_right .li .info .price{font-size: 18px;line-height: 18px;font-weight: bold;color: #EB860F;margin: 16px 0 28px;}
#w002_index_products_category_7_right .li .info .btn{border-radius: 5px;height: 40px;transition: .3s;cursor:pointer;font-size: 16px; color: var(--btn_1st_font_color);background: 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);}
#w002_index_products_category_7_right .li .info .btn i{font-size: 20px;margin-right: 5px;}
#w002_index_products_category_7_right .li .info .btn:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}

#w002_index_products_category_7_right .li .icon{display: flex;flex-direction: column;align-items: center;margin-left: 20px;width: 30px;}
#w002_index_products_category_7_right .li .icon i{font-size: 26px;color: #666;}
#w002_index_products_category_7_right .li .icon .love i:nth-child(2){opacity:0;color: var(--mainColor);}
#w002_index_products_category_7_right .li .icon.cur .love i:nth-child(1){opacity:0;}
#w002_index_products_category_7_right .li .icon.cur .love i:nth-child(2){opacity:1;}
#w002_index_products_category_7_right .li .icon .num{text-align: center;font-size: 14px;color: #666;}


#w002_index_products_category_7_left  .swiper-pagination-bullet{border: 2px solid #fff;background: transparent;opacity: 1;}
#w002_index_products_category_7_left  .swiper-pagination-bullet-active{background: #fff;}

#w002_index_products_category_7_right .swiper-pagination-bullet{width: 10px;height: 10px;background: #adadad;opacity: 1;margin:0 6px;}
#w002_index_products_category_7_right .swiper-pagination-bullet-active{width: 10px;height: 10px;background: var(--mainColor);}
#w002_index_products_category_7_right .swiper-pagination-bullets{bottom: 30px;}


@media screen and (max-width:1300px) {
    .w002_index_products_category_7_wrap{display: block;}
    #w002_index_products_category_7_left{display: none;}
    #w002_index_products_category_7_right{width: 100%;}
}

@media screen and (max-width:900px) {
    .w002_index_products_category_7_wrap{margin-bottom: var(--appPaddingBottom);}
    #w002_index_products_category_7_left{display: none;}

    #w002_index_products_category_7_right{width: 100%;}
    #w002_index_products_category_7_right .container .slide{padding: 20px 20px 80px;grid-template-columns: repeat(2, calc((100% - 30px)/2));gap: 30px;}
    #w002_index_products_category_7_right .li{flex-direction: column;align-items: center;position: relative;}
    #w002_index_products_category_7_right .li .goods{width: 100%;margin-right: 0;}
    #w002_index_products_category_7_right .li .info{max-width: 100%;width: 100%;margin-top: 20px;}
    #w002_index_products_category_7_right .li .info .brief{width: 100%;min-height: 24px;}
    #w002_index_products_category_7_right .li .info .btn{width: 80%;}
    #w002_index_products_category_7_right .li .icon{position: absolute;bottom: 0;right: 5%;}

    #w002_index_products_category_7_right .li .info .name{font-size: 30px;line-height: 1;}
    #w002_index_products_category_7_right .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
    #w002_index_products_category_7_right .li .info .price{font-size: 30px;line-height: 1;}
    #w002_index_products_category_7_right .li .info .btn{font-size: 26px;height: 60px;}
    #w002_index_products_category_7_right .li .info .btn i{font-size: 30px;}
    #w002_index_products_category_7_right .li .icon i{font-size: 32px;}
    #w002_index_products_category_7_right .li .icon .num{font-size: 26px;}
}
.w002_index_footer_8_footer_wrap{background: #f6f6f6;padding-top: 98px;}

#w002_index_footer_8_guild {display: grid;grid-template-columns: auto 436px;gap:0px 95px;}
#w002_index_footer_8_guild .left{display: grid;grid-template-columns:repeat(4,auto);gap:20px 0px;justify-content: space-between;}
#w002_index_footer_8_guild .left .dl{max-width: 242px;}
#w002_index_footer_8_guild .left .dl .dt{margin-bottom: 46px;font-size: 18px;color: #000000;line-height: 18px;}
#w002_index_footer_8_guild .left .dd{margin-bottom: 18px;font-size: 14px;line-height: 20px;color: #333333;}

#w002_index_footer_8_guild .right{margin-bottom: 20px;}
#w002_index_footer_8_guild .right .prompts{font-size: 24px;color: var(--mainColor);line-height: 24px;}
#w002_index_footer_8_guild .right .mail{margin: 41px 0 26px;position: relative;}
#w002_index_footer_8_guild .right .mail .input{height: 50px;width: 100%;border: 1px solid var(--searchBtnColor);border-radius: 25px;text-indent: 26px;padding-right: 150px;font-size: 16px;}
#w002_index_footer_8_guild .right .mail .btn{position: absolute;right: 0;top:0;height: 50px;width: 100px;border-radius: 25px;color: #fff;line-height: 50px;text-align: center;font-size: 16px;background: var(--searchBtnColor);cursor: pointer;}
#w002_index_footer_8_guild .right .promise{font-size: 16px;color: #666666;line-height: 16px;margin-bottom: 36px;display: block;}
#w002_index_footer_8_guild .right .promise.hide{display: none;}
#w002_index_footer_8_guild .right .links{display: flex;align-items: center;}
#w002_index_footer_8_guild .right .links.hide{display: none;}
#w002_index_footer_8_guild .right .links .a{margin-right: 20px;width: 30px;height: 30px;background: #888888;border-radius: 50%;transition: .3s;}
#w002_index_footer_8_guild .right .links .a i{font-size: 20px;color: #fff;}
#w002_index_footer_8_guild .right .links .a:hover{background: var(--mainColor);}



#w002_index_footer_8_links{font-size: 16px;height: 72px;border-top: 1px solid #dadada;margin-top: 35px;color: #666666;justify-content: center;}
#w002_index_footer_8_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w002_index_footer_8_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w002_index_footer_8_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}


#w002_index_footer_8_copyright{border-top: 1px solid #dadada;display: flex;flex-direction: column;align-items: center;padding: 44px 0 38px;}
#w002_index_footer_8_copyright .copyright{font-size: 14px;line-height: 14px;color: #666666;text-align: center;}
#w002_index_footer_8_copyright .partner{margin-top: 24px;display: flex;flex-wrap: wrap;justify-content: center;}
#w002_index_footer_8_copyright .partner .img_box{width: 110px;height: 30px;display: flex;align-items: center;justify-content: center;margin: 10px 0;}
#w002_index_footer_8_copyright .partner .img_box img{max-width: 100%;max-height: 100%;}


@media only screen and (max-width: 850px) {
    #w002_index_footer_8_guild{display: block;}

    #w002_index_footer_8_guild .left{display: block;}
    #w002_index_footer_8_guild .left .dl{display: none;}
    #w002_index_footer_8_guild .left .dl .dt{font-size: 30px;line-height: 1.6;}
    #w002_index_footer_8_guild .left .dl .dd{font-size: 26px;line-height: 1.6;}
    #w002_index_footer_8_guild .left .contact{display: block;max-width: 100%;text-align: center;}

    #w002_index_footer_8_guild .right{text-align: center;}
    #w002_index_footer_8_guild .right .prompts{font-size: 30px;line-height: 1.6;}
    #w002_index_footer_8_guild .right .mail .input{font-size: 30px;line-height: 80px;height: 80px;border-radius: 40px;}
    #w002_index_footer_8_guild .right .mail .btn{font-size: 30px;line-height: 80px;height: 80px;border-radius: 40px;width: 150px;}
    #w002_index_footer_8_guild .right .promise{font-size: 26px;line-height: 1.6;}
    #w002_index_footer_8_guild .right .links{justify-content: center;padding: 30px 0;}
    #w002_index_footer_8_guild .right .links .a{transform: scale(2);margin: 0 30px;}

    #w002_index_footer_8_copyright .copyright{font-size: 26px;line-height: 1.6;}
}