
/* =========================== */
  @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;}
}
#w000_products_detail_breadcrumb_11 .breadcrumb{display: flex;align-items: center;padding: 40px 0;font-size: 16px;line-height: 1;}
#w000_products_detail_breadcrumb_11 .breadcrumb i{font-size: 18px;color: #888888;}
#w000_products_detail_breadcrumb_11 .breadcrumb .before{color: #888888;}
#w000_products_detail_breadcrumb_11 .breadcrumb .span{margin: 0 18px;}
#w000_products_detail_breadcrumb_11 .breadcrumb .span i{font-size: 14px;}



@media screen and (max-width:850px) {
    #w000_products_detail_breadcrumb_11 .breadcrumb{display: none;}
    #w000_products_detail_breadcrumb_11 .breadcrumb{font-size: 30px;}
    #w000_products_detail_breadcrumb_11 .breadcrumb i{font-size: 30px;}
    #w000_products_detail_breadcrumb_11 .breadcrumb .span i{font-size: 24px;}
}
/* 產品詳情 */
.w000_products_detail_product_12_wrap{display: grid;grid-template-columns: 540px calc(100% - 540px);background: #fff;}

#w000_products_detail_product_12_left{border: 1px solid #F0F0F0;width: 100%;}
#w000_products_detail_product_12_left .li{padding-top: 100%;}
#w000_products_detail_product_12_left img{width: 100%;max-width: 480px;margin: auto;}

#w000_products_detail_product_12_left .swiper-pagination-bullet{width: 8px;height: 8px;background: #CCCCCC;border-radius: 50%;opacity: 1;}
#w000_products_detail_product_12_left .swiper-pagination-bullet-active{background: var(--mainColor);}
#w000_products_detail_product_12_left .swiper-pagination-bullets{bottom: 30px;}


#w000_products_detail_product_12_para{border: 1px solid #F0F0F0;width: 100%;}
#w000_products_detail_product_12_para .li{padding-top: 100%;}
#w000_products_detail_product_12_para img{width: 100%;max-width: 480px;margin: auto;}


#w000_products_detail_product_12_pic_btn.cur{opacity: 0;pointer-events: none;}
#w000_products_detail_product_12_pic_btn .origin.cur,
#w000_products_detail_product_12_pic_btn .para.cur{background: var(--mainColor);color: #fff;border-color: var(--mainColor);}


#w000_products_detail_product_12_right{padding: 19px 0 0 60px;}
#w000_products_detail_product_12_right .parameter{}
#w000_products_detail_product_12_right .parameter .name{font-size: 18px;line-height: 1.5;color: #333333;margin-bottom: 8px;}
#w000_products_detail_product_12_right .parameter .brief{font-size: 28px;line-height: 1.5;color: #333333;font-weight: 500;}

#w000_products_detail_product_12_right .parameter .price{margin: 36px 0 41px;display: flex;font-size: 30px;line-height: 1;}
#w000_products_detail_product_12_right .price .sale{font-weight: bold;color: var(--mainColor);}
#w000_products_detail_product_12_right .price .origin{font-size: 16px;line-height: 30px;color: #666666;text-decoration: line-through;margin-left: 10px;}
#w000_products_detail_product_12_right .price .discount{width: 70px;height: 26px;background: #333333;font-size: 14px;line-height: 26px;text-align: center;font-weight: 500;color: #FFFFFF;margin-left: 20px;}

#w000_products_detail_product_12_right .coupon{margin-bottom: 20px;}
#w000_products_detail_product_12_right .coupon .item{position: relative; display: flex; padding: 7px 14px; background-color: #fa4b4b; color: #fff; border-radius: 3px; line-height: 20px; font-size: 14px; width: max-content; margin-top: 8px; }
#w000_products_detail_product_12_right .coupon .item:before,
#w000_products_detail_product_12_right .coupon .item:after { content: ''; width: 0; height: 8px; position: absolute; margin: auto; top: 0; bottom: 0; }
#w000_products_detail_product_12_right .coupon .item:before { left: 0; border-right: 4px solid #fff; border-radius: 0 8px 8px 0; }
#w000_products_detail_product_12_right .coupon .item:after { right: 0; border-left: 4px solid #fff; border-radius: 8px 0 0 8px; }

#w000_products_detail_product_12_right .coupon .item .tip{}
#w000_products_detail_product_12_right .coupon .item .button{ height: 20px; line-height: 20px; background-color: #fff; margin-left: 12px; padding: 0 8px; color: #000; border-radius: 20px;}

#w000_products_detail_product_12_right .parameter .type{font-size: 18px;color: #666666;}
#w000_products_detail_product_12_right .type .note{line-height: 1;margin-bottom: 19px;}
#w000_products_detail_product_12_right .type .select{display: flex; flex-wrap:wrap;}
#w000_products_detail_product_12_right .type .select .li{height: 50px;background: #FFFFFF;border: 1px solid #ccc;position: relative;margin:0 10px 10px 0;padding: 0 15px;cursor: pointer;}
#w000_products_detail_product_12_right .type .select .li span{font-size: 16px;line-height: 50px;text-align: center;}
#w000_products_detail_product_12_right .type .select .li .img{width: 10px;height: 10px;position: absolute;top: -1px;right: -1px;opacity: 0;}
#w000_products_detail_product_12_right .type .select .li .img *{fill: var(--mainColor);}
#w000_products_detail_product_12_right .type .select .li.cur{border: 1px solid var(--mainColor);}
#w000_products_detail_product_12_right .type .select .li.cur .img{opacity: 1;}


#w000_products_detail_product_12_right .parameter .number{font-size: 18px;color: #666666;margin-top: 30px;}
#w000_products_detail_product_12_right .number .note{margin-bottom: 17px;}
#w000_products_detail_product_12_right .number .select{display: flex;align-items: center;}
#w000_products_detail_product_12_right .number .select .input_number{display: flex;align-items: center;}
#w000_products_detail_product_12_right .number .select .input_number .unit{margin-left:15px;}
#w000_products_detail_product_12_right .number .select .limit{line-height: 40px;margin-left: 21px;}
#w000_products_detail_product_12_right .number .select .call{display: flex;align-items: center;margin-left: 35px;}
#w000_products_detail_product_12_right .number .select .call .vx{width: 40px;height: 40px;background: var(--mainColor);border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-shrink: 0;}
#w000_products_detail_product_12_right .number .select .call .vx i{font-size: 26px;color: #fff;}
#w000_products_detail_product_12_right .number .select .call .tip{margin-left: 15px;}

#w000_products_detail_product_12_right .qty{border:1px solid #ccc;width: 150px;}
#w000_products_detail_product_12_right .qty a{line-height:36px; height:36px; width:36px; cursor:pointer;text-align: center;}
#w000_products_detail_product_12_right .qty input{height: 36px;width: calc(100% - 36px * 2);text-align: center;border-right: 1px solid #ccc;border-left: 1px solid #ccc;}

#w000_products_detail_product_12_right .parameter .btn{display: flex;font-size: 18px;margin-top: 47px;}
#w000_products_detail_product_12_right .btn .cart,
#w000_products_detail_product_12_right .btn .buy{line-height: 60px;text-align: center;height: 60px;transition: .3s;}
#w000_products_detail_product_12_right .btn .cart{width: 200px;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);}
#w000_products_detail_product_12_right .btn .buy{width: 180px;margin-left: 20px;color: var(--btn_2nd_font_color);background: 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);}

#w000_products_detail_product_12_right .btn .like{margin-left: 34px;display: flex;flex-direction: column;justify-content: space-around;}
#w000_products_detail_product_12_right .btn .like .icon{display: flex;align-items: center;}
#w000_products_detail_product_12_right .btn .like .icon i{font-size: 24px;color: #333;}
#w000_products_detail_product_12_right .btn .like .icon .love{}
#w000_products_detail_product_12_right .btn .like .icon .love_on{opacity:0;color: var(--mainColor);}
#w000_products_detail_product_12_right .btn .like .icon.cur .love{opacity:0;}
#w000_products_detail_product_12_right .btn .like .icon.cur .love_on{opacity:1;}

#w000_products_detail_product_12_right .btn .like .num{text-indent: 26px;color: #333333;}
#w000_products_detail_product_12_right .btn .like .tip{color: #666666;}

#w000_products_detail_product_12_right .btn .cart:hover{color: var(--btn_1st_hover_color);background: var(--btn_1st_hover_bg_color);border-color: var(--btn_1st_hover_border_color);}
#w000_products_detail_product_12_right .btn .buy:hover{color: var(--btn_2nd_hover_color);background: var(--btn_2nd_hover_bg_color);border-color: var(--btn_2nd_hover_border_color);}



@media screen and (max-width: 1200px){
    .w000_products_detail_product_12_wrap{display: block;padding: 30px 0;}
    #w000_products_detail_product_12_left{max-width: 100%;}
    #w000_products_detail_product_12_left .li{padding-top: 60%;}

    #w000_products_detail_product_12_right{width: 100%;padding: 20px 0;}
}

@media screen and (max-width: 850px){
    #w000_products_detail_product_12_right .parameter .name{font-size: 36px;line-height: 1.3;}
    #w000_products_detail_product_12_right .parameter .brief{font-size: 30px;line-height: 1.3;}
    #w000_products_detail_product_12_right .parameter .price{margin: 45px 0;font-size: 36px;}
    #w000_products_detail_product_12_right .parameter .origin{font-size: 30px;line-height: 36px;margin-left: 25px;}


    #w000_products_detail_product_12_right .parameter .type .note{margin-bottom: 20px;font-size: 36px;color: #333;}
    #w000_products_detail_product_12_right .type .select .li{height: 60px;padding: 0 25px;margin: 0 25px 20px 0;}
    #w000_products_detail_product_12_right .type .select .li span{font-size: 30px;line-height: 60px;}

    #w000_products_detail_product_12_right .parameter .number{font-size: 26px;}
    #w000_products_detail_product_12_right .parameter .number .note{font-size: 36px;color: #333;}
    #w000_products_detail_product_12_right .qty{width: 240px;}
    #w000_products_detail_product_12_right .qty a{line-height:60px; height:60px; width:60px; font-size: 36px;}
    #w000_products_detail_product_12_right .qty input{height: 60px;width: calc(100% - 60px * 2);}
    #w000_products_detail_product_12_right .number .select .call .vx{width: 60px;height: 60px;}
    #w000_products_detail_product_12_right .number .select .call .vx i{font-size: 40px;}

    #w000_products_detail_product_12_right .parameter .btn{font-size: 26px;}

    #w000_products_detail_product_12_right .btn .cart,
    #w000_products_detail_product_12_right .btn .buy{border-radius: 35px;line-height: 70px;height: 70px;font-size: 30px;flex: 1;}

    #w000_products_detail_product_12_right .parameter .btn .like{flex-direction: row;align-items: center;}
    #w000_products_detail_product_12_right .parameter .btn .like i{font-size: 36px;}
    #w000_products_detail_product_12_right .parameter .btn .like .num{text-indent: 42px;}
    #w000_products_detail_product_12_right .parameter .btn .like .tip{margin-left: 40px;}
}



#w000_products_detail_product_12_tabs{margin-top: 70px;}
#w000_products_detail_product_12_tabs ._ly2_tab .tab{border-bottom: 2px solid #ccc;}
#w000_products_detail_product_12_tabs ._ly2_tab .tab .li{border: 2px solid transparent;transform: translate(0,2px);padding: 25px 20px;cursor: pointer;font-size: 20px;}
#w000_products_detail_product_12_tabs ._ly2_tab .tab .li.cur{ border-bottom-color: var(--mainColor);color: var(--mainColor);}
#w000_products_detail_product_12_tabs ._ly2_tab .bind{padding-top: 60px;}
#w000_products_detail_product_12_tabs ._ly2_tab .bind .con{}

@media screen and (max-width:1200px) {
    #w000_products_detail_product_12_tabs ._ly2_tab .tab .li{font-size: 30px;}
}
/*评论*/
#w000_products_detail_comments_13_comments .top{margin-top: 80px;padding: 35px 30px;justify-content: space-between;display: flex;align-items: center;background: #F8F8F8;}

#w000_products_detail_comments_13_comments .top .rating{display: flex;align-items: center;}
#w000_products_detail_comments_13_comments .top .rating .star{font-size: 20px;}
#w000_products_detail_comments_13_comments .top .rating .num{font-size:24px;color: #333333;font-weight: bold;margin: 0 29px 0 18px;}
#w000_products_detail_comments_13_comments .top .rating .total{font-size: 16px;color: #666666;}
#w000_products_detail_comments_13_comments .top .btn {width: 160px;height: 50px;cursor: pointer; color: var(--btn_1st_font_color);background: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w000_products_detail_comments_13_comments .top .btn i{font-size: 26px;}
#w000_products_detail_comments_13_comments .top .btn .tip{margin-left: 18px;font-size: 16px;}


#w000_products_detail_comments_13_edit .info{margin-top: 48px;font-size: 18px;color: #333333;line-height: 1;display: none;}
#w000_products_detail_comments_13_edit .info .name{font-size: 24px;line-height: 1;font-weight: 500;color: #333333;}
#w000_products_detail_comments_13_edit .info .note{margin-top: 37px;}
#w000_products_detail_comments_13_edit .info .rating{margin: 31px 0;display: flex;align-items: center;}
#w000_products_detail_comments_13_edit .info .rating .tip{margin: 0 26px 0 0;}
#w000_products_detail_comments_13_edit .info .rating .tip::before{content: "*";color: #FF0000;}


#w000_products_detail_comments_13_edit .info .content{}
#w000_products_detail_comments_13_edit .info .content .tip::before{content: "*";color: #FF0000;}
#w000_products_detail_comments_13_edit .info .content .text{width: 100%;height: 120px;background: #FFFFFF;border: 1px solid #999999;font-size: 16px;line-height: 1.25;padding: 8px;}
#w000_products_detail_comments_13_edit .info .content .tip{margin-bottom: 14px;}

#w000_products_detail_comments_13_edit .info .file{}
#w000_products_detail_comments_13_edit .info .file .tip{margin-top: 37px;margin-bottom: 14px;}
#w000_products_detail_comments_13_edit .info .file .select{display: flex;align-items: center;flex-wrap: wrap;}
#w000_products_detail_comments_13_edit .info .file .select .add{float: left;width: 100px;height: 100px;background: #FFFFFF;border: 1px solid #CCCCCC;border-radius: 3px;position: relative;overflow: hidden;margin-right: 22px;margin-bottom: 20px;}
#w000_products_detail_comments_13_edit .info .file .select .add .temp_img{max-width: 80%;max-height: 80%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_13_edit .info .file .select .add .btn{display: none;opacity: 0;justify-content: space-evenly;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 100%;color: #fff;font-size: 12px;}
#w000_products_detail_comments_13_edit .info .file .select .add .btn .replace,
#w000_products_detail_comments_13_edit .info .file .select .add .btn .delete{text-shadow: -1px 1px 0 #000, 1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000; cursor: pointer;}
#w000_products_detail_comments_13_edit .info .file .select .add .upload{opacity: 0;}

#w000_products_detail_comments_13_edit .info .file .select .span{max-width: 80px;font-size: 16px;line-height: 1.5;color: #666666;margin-bottom: 20px;}
#w000_products_detail_comments_13_edit .info .line{width: 100%;height: 1px;background: #E8E8E8;margin: 20px 0 40px;}
#w000_products_detail_comments_13_edit .info .submit{width: 160px;height: 50px;float: right;font-size: 16px;cursor: pointer; color: var(--btn_2nd_font_color);background: var(--btn_2nd_bg_color);border-radius:var(--btn_2nd_border_radius);}


#w000_products_detail_comments_13_edit .info .file .add .icon::before{content: '';display: block;width: 40px;height: 3px;background: #ccc;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_13_edit .info .file .add .icon::after{content: '';display: block;width: 3px;height: 40px;background: #ccc;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
#w000_products_detail_comments_13_edit .info .file .add.is-temp_img .icon{opacity: 0;}
#w000_products_detail_comments_13_edit .info .file .add.is-temp_img .btn{display: flex;}

@media (any-hover:hover){
    #w000_products_detail_comments_13_edit .info .file .select .add:hover .btn{opacity: 1;transition: .5s;}
}





#w000_products_detail_comments_13_showcase{padding: 0 0 40px;}
#w000_products_detail_comments_13_showcase .tabs{margin-top: 40px;}
#w000_products_detail_comments_13_showcase ._ly2_tab .tab{border-bottom: 2px solid #ccc;}
#w000_products_detail_comments_13_showcase ._ly2_tab .tab .li{border: 2px solid transparent;transform: translate(0,2px);padding: 25px 20px;cursor: pointer;font-size: 20px;}
#w000_products_detail_comments_13_showcase ._ly2_tab .tab .li.cur{ border-bottom-color: var(--mainColor);color: var(--mainColor);}

#w000_products_detail_comments_13_showcase .bind2{}
#w000_products_detail_comments_13_showcase .bind2 .con.goaway{left: 100%;}
#w000_products_detail_comments_13_showcase .bind2 .con .li{padding: 46px 0 17px;border-bottom: 1px solid #ccc;display: flex;}
#w000_products_detail_comments_13_showcase .bind2 .li .user{width: 15%;min-width: 180px;padding-left: 15px;}
#w000_products_detail_comments_13_showcase .bind2 .li .user .name{display: flex;align-items: center;font-size: 16px;color: #333333;font-weight: 500;margin-bottom: 10px;}
#w000_products_detail_comments_13_showcase .bind2 .li .user i{font-size: 20px;margin-right: 8px;}

#w000_products_detail_comments_13_showcase .bind2 .li .user .area{display: flex;font-size: 14px;color: #666666;}

#w000_products_detail_comments_13_showcase .bind2 .li .rating{font-size: 16px;line-height: 1;flex: 1;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .star{display: flex;justify-content: space-between;align-items: center;color: #888888;position: relative;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .star .num{position: absolute;left: 100px;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .brief{margin: 35px 0;color: #666666;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating .flie .img{width: 100%;height: 100%;}

#w000_products_detail_comments_13_showcase .bind2 .feedback{margin-top: 54px;display: flex;align-items: center;float: right;color: #666666;font-size: 14px;}
#w000_products_detail_comments_13_showcase .bind2 .feedback .tip{font-size: 16px;}

#w000_products_detail_comments_13_showcase .bind2 .feedback{font-size: 14px;}
#w000_products_detail_comments_13_showcase .bind2 .feedback i{font-size: 20px;color: #ccc;}
#w000_products_detail_comments_13_showcase .bind2 .feedback span{margin-left: 6px;}
#w000_products_detail_comments_13_showcase .bind2 .feedback .up{display: flex;align-items: center;margin: 0 15px;cursor: pointer;}
#w000_products_detail_comments_13_showcase .bind2 .feedback .down{display: flex;align-items: center;cursor: pointer;}
#w000_products_detail_comments_13_showcase .bind2 .feedback .down .bad{transform: rotateZ(180deg);}
#w000_products_detail_comments_13_showcase .bind2 .feedback .up.cur i{color: var(--mainColor);}
#w000_products_detail_comments_13_showcase .bind2 .feedback .down.cur i{color: var(--mainColor);}


/* 二级评论 */
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children{font-size: 16px;background: var(--bgColor);}
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children .brief{color: #666666;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children .flie{display: flex;flex-wrap: wrap;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children .flie .box{width: 100px;height: 100px;margin-right: 10px;margin-bottom: 10px;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children .flie .img{width: 100%;height: 100%;}
#w000_products_detail_comments_13_showcase .bind2 .li .rating_children .feedback{margin-top: 0px;justify-content: flex-end;}

#w000_products_detail_comments_13_showcase .more .load,
#w000_products_detail_comments_13_showcase .more .null{font-size: 20px;line-height: 1;padding: 20px 0px;color: #888888;margin: 60px 0 20px;}
#w000_products_detail_comments_13_showcase .more .load{cursor: pointer;}
#w000_products_detail_comments_13_showcase .more .load i{margin-left: 10px;}

#null_box .null{padding: 80px 0;text-align: center;font-size: 16px;line-height: 1.5;}
#null_box .null .img{width: 100%;height: 100%;max-width: 160px;margin: 0 auto;}
#null_box .null .tip{margin: 20px 0;}




@media screen and (max-width:850px) {
    #w000_products_detail_comments_13_comments .top .rating .star{font-size: 26px;}
    #w000_products_detail_comments_13_comments .top .rating .num{font-size: 30px;}
    #w000_products_detail_comments_13_comments .top .rating .total{font-size: 26px;}

    #w000_products_detail_comments_13_comments .top .btn{width: 35%;height: 70px;border-radius: 35px}
    #w000_products_detail_comments_13_comments .top .btn i{font-size: 30px;}
    #w000_products_detail_comments_13_comments .top .btn .tip{font-size: 30px;}

    #w000_products_detail_comments_13_edit .info{font-size: 26px;}
    #w000_products_detail_comments_13_edit .info .name{font-size: 30px;}
    #w000_products_detail_comments_13_edit .info .content .text{font-size: 26px;height: 200px;}
    #w000_products_detail_comments_13_edit .info .file .select .add{width: 200px;height: 200px;}
    #w000_products_detail_comments_13_edit .info .file .select .add .temp_img{max-width: 95%;max-height: 95%;}
    #w000_products_detail_comments_13_edit .info .file .select .add .btn{opacity: 1;font-size: 40px;}
    #w000_products_detail_comments_13_edit .info .file .add .icon::before{width: 50%;height: 1%;}
    #w000_products_detail_comments_13_edit .info .file .add .icon::after{height: 50%;width: 1%;}
    #w000_products_detail_comments_13_edit .info .file .select .span{font-size: 26px;max-width: 130px;}
    #w000_products_detail_comments_13_edit .info .submit{width: 35%;height: 70px;border-radius: 35px;font-size: 30px;}

    #w000_products_detail_comments_13_showcase .bind2 .con .li{flex-direction: column;position: relative;padding: 40px 20px 20px;}
    #w000_products_detail_comments_13_showcase .bind2 .li .user{margin-right: 0px;display: flex;align-items: center;}
    #w000_products_detail_comments_13_showcase .bind2 .li .user i{font-size: 30px;}
    #w000_products_detail_comments_13_showcase .bind2 .li .user .name{font-size: 30px;line-height: 1;margin-bottom: 0;}
    #w000_products_detail_comments_13_showcase .bind2 .li .user .area{font-size: 24px;line-height: 1;margin-left: 20px;}

    #w000_products_detail_comments_13_showcase .bind2 .li .rating{font-size: 26px;margin: 40px 0 0;}
    #w000_products_detail_comments_13_showcase .bind2 .li .rating .star{position: static;justify-content: flex-start;}
    #w000_products_detail_comments_13_showcase .bind2 .li .rating .star .num{position: static;margin-left: 10px;}
    #w000_products_detail_comments_13_showcase .bind2 .li .rating .star .time{position: absolute;top: 42px;right: 25px;}

    #w000_products_detail_comments_13_showcase .bind2 .feedback{font-size: 26px;}
    #w000_products_detail_comments_13_showcase .bind2 .feedback .up{margin: 0 30px;}
    #w000_products_detail_comments_13_showcase .bind2 .feedback .tip{font-size: 26px;}
    #w000_products_detail_comments_13_showcase .bind2 .feedback i{font-size: 36px;}

    #w000_products_detail_comments_13_showcase .more .load{font-size: 30px;}
    #w000_products_detail_comments_13_showcase .more .load i{font-size: 30px;}
    #w000_products_detail_comments_13_showcase .more .null{font-size: 30px;}

    #null_box .null{font-size: 30px;line-height: 40px;}
}
.w000_products_detail_products_relevant_14_wrap{padding: 60px 0 80px;background: #F5F7F9;}

#w000_products_detail_products_relevant_14_title .top{display: flex;justify-content: space-between;align-items: center;margin:0 0 20px;}
#w000_products_detail_products_relevant_14_title .top .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);}
#w000_products_detail_products_relevant_14_title .top .page{width: 100px;height: 40px;background: #FFFFFF;border-radius: 20px;display: flex;justify-content: space-around;align-items: center;}
#w000_products_detail_products_relevant_14_title .top .page i{font-size: 20px;cursor: pointer;color: #888;}
#w000_products_detail_products_relevant_14_title .top .next i{color: var(--mainColor);}


#w000_products_detail_products_relevant_14_list .shadow{width: calc(100% + 20px);margin-left: -10px;padding: 10px;overflow: hidden;}
#w000_products_detail_products_relevant_14_list .container{width: 100%;overflow: visible;}

#w000_products_detail_products_relevant_14_list .slide{background: #fff;transition: .3s;}
#w000_products_detail_products_relevant_14_list .slide .li{text-align: center;}

#w000_products_detail_products_relevant_14_list .slide .li .goods{padding-top: 100%;display: block;overflow: hidden;}
#w000_products_detail_products_relevant_14_list .slide .li .goods img{width: 100%;max-width: 320px;margin: auto;}

#w000_products_detail_products_relevant_14_list .slide .li .info{padding: 0 40px;background: #fff;}
#w000_products_detail_products_relevant_14_list .slide .li .info .btn {display: flex;justify-content: center;margin-top: -36px;opacity: 0;transition: .3s;}
#w000_products_detail_products_relevant_14_list .slide .li .info .btn a{width: 50px;height: 50px;border-radius: 50%;background: #333333;transition: .3s;display: flex;align-items: center;justify-content: center;font-size: 26px;color: #fff;}
#w000_products_detail_products_relevant_14_list .slide .li .info .btn .cart{margin-left: 20px;}


#w000_products_detail_products_relevant_14_list .slide .li .info .star{margin: 21px 0;font-size: 14px;}

#w000_products_detail_products_relevant_14_list .slide .li .info .name{font-size: 24px;color: #333333;line-height: 1;display: block;}
#w000_products_detail_products_relevant_14_list .slide .li .info .brief{font-size: 16px;color: #666666;line-height: 24px;height: 48px;margin: 18px 0 21px;}
#w000_products_detail_products_relevant_14_list .slide .li .price .sale{font-size: 20px;color: #333333;line-height: 1;}
#w000_products_detail_products_relevant_14_list .slide .li .price .origin{text-decoration:line-through;font-size: 16px;line-height: 1;color: #999999;margin: 8px 0 27px;opacity: 0;transition: .3s;}


@media (any-hover: hover){
   #w000_products_detail_products_relevant_14_list .slide:hover{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}
    #w000_products_detail_products_relevant_14_list .slide:hover .li .btn{opacity: 1;}
    #w000_products_detail_products_relevant_14_list .slide:hover .li .price .origin{opacity: 1;}
    #w000_products_detail_products_relevant_14_list .slide .li .btn a:hover{background: var(--mainColor);}
}



@media screen and (max-width:850px) {
    #w000_products_detail_products_relevant_14_title .top .name{font-size: 36px;}
    #w000_products_detail_products_relevant_14_title .top .page{width: 22%;height: 70px;border-radius: 35px;}
    #w000_products_detail_products_relevant_14_title .top .page i{font-size: 30px;}

    #w000_products_detail_products_relevant_14_list .slide .li .goods{padding-top: 60%;}
    #w000_products_detail_products_relevant_14_list .slide .li .goods img{max-width: 480px;}

    #w000_products_detail_products_relevant_14_list .slide .li .info .btn{opacity: 1;}
    #w000_products_detail_products_relevant_14_list .slide .li .price .origin{opacity: 1;}
    #w000_products_detail_products_relevant_14_list .ul .li{box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);}


    #w000_products_detail_products_relevant_14_list .slide .li .info .name{font-size: 30px;}
    #w000_products_detail_products_relevant_14_list .slide .li .info .brief{font-size: 26px;line-height: 30px;height: 60px;}
    #w000_products_detail_products_relevant_14_list .slide .li .info .price .sale{font-size: 30px;}
    #w000_products_detail_products_relevant_14_list .slide .li .info .price .origin{font-size: 26px;margin: 15px 0 35px;}
    #w000_products_detail_products_relevant_14_list .slide .li .info .star{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;}
}