
/* =========================== */
  @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_contact_us_contact_15_title {text-align: center;padding-top: var(--paddingTop);}
#w000_contact_us_contact_15_title .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_contact_us_contact_15_title .tip{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);margin: 0 0 50px;}

#w000_contact_us_contact_15_title.myleft {text-align: left;}
#w000_contact_us_contact_15_title.mycenter {text-align: center;}
#w000_contact_us_contact_15_title.myright {text-align: right;}

#w000_contact_us_contact_15_address .info{display: grid;grid-template-columns: repeat(3,calc(100% / 3));padding: 45px 0;background: #FFFFFF;border: 1px solid #E6E6E6;text-align: center;}
#w000_contact_us_contact_15_address .info .item .type{margin: 25px 0 20px;font-size: 18px;}
#w000_contact_us_contact_15_address .info .item .brief{font-size: 16px;line-height: 16px;color: #333333;}
#w000_contact_us_contact_15_address .info .item .li{font-size: 16px;line-height: 16px;color: #666666;margin-top: 12px;}
#w000_contact_us_contact_15_address .info .item:nth-child(2){border-left: 1px solid #F0F0F0;border-right: 1px solid #F0F0F0;}


#w000_contact_us_contact_15_link .box{margin: 36px auto;display: flex;align-items: center;}
#w000_contact_us_contact_15_link .box .tip{font-size: 18px;line-height: 20px;font-weight: 400;color: #333333;height: 40px;width: 75px;}
#w000_contact_us_contact_15_link .box .links{display: flex;align-items: center;}
#w000_contact_us_contact_15_link .box .links.hide{display: none;}
#w000_contact_us_contact_15_link .box .links .a{margin-left: 25px;width: 30px;height: 30px;background: #888888;border-radius: 15px;transition: .3s;}
#w000_contact_us_contact_15_link .box .links .a i{font-size: 20px;color: #fff;}
#w000_contact_us_contact_15_link .box .links .a:hover{background: var(--hoverFontColor);}

#w000_contact_us_contact_15_map{padding-bottom: var(--paddingBottom);}
#w000_contact_us_contact_15_map .box{display: flex;background: #FFFFFF;border: 1px solid #E6E6E6;padding: 30px;}
#w000_contact_us_contact_15_map .box .map{width: 670px;min-height: 647px;display: flex;align-items: center;overflow: hidden;}
#w000_contact_us_contact_15_map .box .map .img{width: 100%;}


#w000_contact_us_contact_15_map .box .info .item .input.is-error{border-bottom-color: red;}


#w000_contact_us_contact_15_map .box .info{margin-left: 50px;flex: 1;}
#w000_contact_us_contact_15_map .box .info .title{font-size: 26px;line-height: 26px;font-weight: 500;color: #333333;margin:27px 0 37px;}
#w000_contact_us_contact_15_map .box .info .item{margin-top: 10px;}
#w000_contact_us_contact_15_map .box .info .item .tip{font-size: 18px;line-height: 18px;color: #333333;}
#w000_contact_us_contact_15_map .box .info .item .tip::after{content: "*";color: #FF0000;}
#w000_contact_us_contact_15_map .box .info .email .tip::after{content: "";}
#w000_contact_us_contact_15_map .box .info .item .input{line-height: 55px;font-size: 16px;display: inline-block;width: 100%;border-bottom: 1px solid #CCCCCC;}
#w000_contact_us_contact_15_map .box .info .item .input input{width: 100%;}
#w000_contact_us_contact_15_map .box .info .message .input{margin-top: 10px;line-height: 24px;height: 125px;}
#w000_contact_us_contact_15_map .box .info .message .input textarea{width: 100%;height: 100%;}
#w000_contact_us_contact_15_map .box .info .submit{width: 140px;height: 60px;background: var(--mainColor);border-radius: 30px;color: #FFFFFF;font-size: 18px;float: right;margin-top: 30px;}



@media only screen and (max-width: 750px) {    
    #w000_contact_us_contact_15_title .name{margin-top: 60px;}

    #w000_contact_us_contact_15_address .info{padding: 0;display: block;border: none;}
    #w000_contact_us_contact_15_address .info .item{padding: 30px 0;border:none;}
    #w000_contact_us_contact_15_address .info .item .brief{font-size: 30px;line-height: 38px;}
    #w000_contact_us_contact_15_address .info .item .li{font-size: 30px;line-height: 38px;}
    #w000_contact_us_contact_15_address .info .item:nth-child(2){border: none;}
    #w000_contact_us_contact_15_address .info .item .type{margin: 5px 0;font-size: 30px;line-height: 38px;}

    #w000_contact_us_contact_15_link .box{display: block;}
    #w000_contact_us_contact_15_link .box .tip{height: auto;width: auto;text-align: center;font-size: 30px;line-height: 38px;margin-bottom: 10px;}
    #w000_contact_us_contact_15_link .box .links{justify-content: center;}
    #w000_contact_us_contact_15_link .box .links .a{margin: 10px 15px;}

    #w000_contact_us_contact_15_map .box{display: block;border: none;padding: 0;}
    #w000_contact_us_contact_15_map .box .map{width: 100%;min-height: 100%;}
    #w000_contact_us_contact_15_map .box .info{margin-left: 0;}
    #w000_contact_us_contact_15_map .box .info .title{text-align: center;font-size: 36px;line-height: 36px;font-weight: 500;}
    #w000_contact_us_contact_15_map .box .info .item .tip{font-size: 30px;line-height: 30px;}
    #w000_contact_us_contact_15_map .box .info .item .input{font-size: 26px;line-height: 65px;width: 100%;}
    #w000_contact_us_contact_15_map .box .info .message .input{line-height: 40px;height: 160px;}
    #w000_contact_us_contact_15_map .box .info .submit{float: none;width: 100%;font-size: 30px;}
}
.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;}
}