@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: '微軟正黑體';
}
body {
    margin: 0;
    top: 0 !important;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
button:focus,
input:focus,
textarea:focus {
    outline: 0;
}
main {
    overflow: hidden;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    /* -webkit-animation: slowtop 0.6s linear;
    -moz-animation: slowtop 0.6s linear;
    -ms-animation: slowtop 0.6s linear;
    -o-animation: slowtop 0.6s linear;
    animation: slowtop 0.6s linear; */
}
main > div {
    width: 100%;
}
header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0;
    z-index: 999;
    top: 0;
    -webkit-animation: eimg 0.5s linear;
    -moz-animation: eimg 0.5s linear;
    animation: eimg 0.5s linear;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -ms-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.headerbox {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
}
.logo {
    padding: 40px 0 35px;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    text-align: center;
}
.logo img {
    max-width: 250px;
}
.logo > a {
    font-size: 25px;
    font-weight: 900;
}
.cart_fixedbox {
    position: fixed;
    width: 58px;
    right: 15px;
    top: 26.5%;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-startr;
    -o-justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 999;
    background-color: rgba(204, 204, 204, 0.4);
    border-radius: 50px;
    padding: 3px 0 20px;
    border: 3px solid #f8b500;
}
.cart_fixedbox > a {
    color: #000;
    text-align: center;
    width: 100%;
    font-size: 15px;
}
.cart_fixedbox > a > span {
    position: relative;
    top: -3px;
}
.cart_fixedbox > span {
    position: absolute;
    bottom: 5px;
    left: 41px;
    width: 23px;
    height: 23px;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-weight: bolder;
    display: inline-block;
    background-color: #ff7f27;
    border-radius: 50%;
}
.member_login_boxbtn {
    position: absolute;
    top: 30px;
    right: 30px;
    display: inline-block;
    width: 100px;
    height: 50px;
    color: #858585;
    font-size: 18px;
    line-height: 1em;
    font-weight: bolder;
}
.member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 5px;
}
.member_login_boxbtn a:hover {
    color: #000;
}
#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
}
#banner .img {
    white-space: nowrap;
    position: absolute;
}
#banner .img img {
    vertical-align: top;
}
nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 75%;
    overflow: hidden;
    margin-left: 20px;
}
header .navbox {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    vertical-align: top;
    text-align: center;
    padding: 0;
    justify-content: center;
}
header .hnav .mul {
    display: inline-flex;
    width: 100%;
    height: 71px;
    margin-left: 30px;
    order: 1;
    padding-bottom: 10px 10px;
    white-space: nowrap;
    transition: 0.5s ease-out 0;
}
header .hnav .mul > li {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
header .hnav .mul li a > b {
    display: block;
    vertical-align: top;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
header .hnav .mul li a > span {
    display: block;
    font-size: 0.85em;
}
.menu-trigger {
    display: none;
}
.language2,
.ma2_version1 #language {
    position: relative;
    top: 0;
    right: -10px;
}
@media screen and (max-width: 768px) {
    .language2,
    .ma2_version1 #language {
        position: relative;
        top: 0;
        right: 0;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        text-align-last: center;
    }
}
.ma2_version3 #language {
    position: relative;
    right: 10px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .ma2_version3 #language {
        right: 0;
        padding: 10px 0;
        width: 100%;
        text-align: center;
        text-align-last: center;
    }
}
.ma2_version3 header nav {
    width: 75%;
}
.ma2_version3 header {
    position: fixed;
    top: 0;
    left: 10%;
    width: 350px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0 0 20px 20px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
    display: none;
}
.ma2_version3 .headerbox {
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.ma2_version3 .logo {
    padding: 15px 0;
    width: 240px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-start;
}
@media screen and (max-width: 500px) {
    .ma2_version3 .logo {
        padding: 0 15px 15px 15px;
        justify-content: flex-start;
    }
}
.ma2_version3 .logo img {
    width: 100%;
    max-width: 240px;
    max-height: 50px;
    object-fit: contain;
}
.ma2_version3 header .navbox {
    width: calc(100% - 240px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
}
.ma2_version3 header .hnav .mul > li {
    margin: 0;
}
.ma2_version3 header .hnav .mul {
    width: calc(100% - 300px);
    order: 0;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ma2_version3 header .hnav .mul2 {
    width: calc(100% - 60px);
}
@media screen and (max-width: 1024px) {
    .ma2_version3 header .hnav .mul2 {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .ma2_version3 header .hnav .mul {
        width: 100%;
    }
}
.ma2_version3 .member_login_boxbtn {
    width: 150px;
    height: auto;
    font-size: 18px;
    padding-right: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: calc(95% - 150px);
}
@media screen and (max-width: 768px) {
    .ma2_version3 header nav {
        width: 100%;
    }
    .ma2_version3 .member_login_boxbtn {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        height: auto;
        color: #fff;
        background-color: #ccc;
        font-size: 17px;
        line-height: 40px;
        font-weight: 400;
        text-align: center;
        display: block;
        margin: 0;
        padding: 0;
    }
}
.ma2_version3 .member_login_boxbtn a {
    font-weight: bolder;
    color: #fff;
    font-size: 15px;
    margin: 0 3px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-block;
    width: 100%;
    border-radius: 50px;
    padding: 5px 0;
    margin-top: 5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .ma2_version3 .member_login_boxbtn a {
        font-weight: bolder;
        color: #fff;
        font-size: 15px;
        background: rgba(255, 255, 255, 0.2);
        display: inline-block;
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin: 0;
    }
}
.ma2_version3 .member_login_boxbtn a:hover {
    color: #b5b5b6;
}
/**/
.header {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
    line-height: 1.42857143;
    font-size: 16px;
    color: #333;
}
.header .container {
    max-width: 1230px;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box;
}
.menu-btn {
    display: none;
    padding: 18px 0;
    float: right;
    margin-left: 15px;
}
.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;

    height: 2px;

    background-color: #ffa903;

    content: '';
}
.menu-btn:before {
    width: 24px;
}
.menu-btn:after {
    width: 24px;
}
.menu-btn span {
    width: 24px;

    margin: 6px 0;
}
.header .logo {
    float: left;
    font-size: 0;
    height: 90px;
    line-height: 80px;
    text-align: left;
    padding: 10px 0;
    margin-left: 20px;
    width: auto;
}
.logo.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.header .text {
    float: left;
    font-size: 16px;
    margin: 20px 0 20px 30px;
    padding: 5px 0 5px 30px;
    border-left: 1px solid #ddd;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
.header .text strong {
    display: block;
    font-size: 26px;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
.header .text span {
    color: #ffa903;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
.header .tel {
    float: right;
    background: url(../images/tel.jpg) no-repeat 0 center;
    padding-left: 55px;
    margin-top: 10px;
    background-size: 45px;
}
.header .tel a{
    color: #333;
    font-family: 'Microsoft Yahei', PingFangSC-Regular, 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
}
.header .tel strong {
    display: block;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    color: #ffa903;
}
main.ma2_version3_main{
    margin-top: 110px;
}
a.cosulting {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 16px 33px;
    background: linear-gradient(135deg, #e7c147 0%,#f7d54b 50%,#d8bc43 100%);
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-right: 10px;
    text-align: center;
}
.hvr-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #291d0d;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.border-animate {
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
.border-animate > div.top {
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), #fff);
    -webkit-animation: border-animate-top 2s linear infinite;
    animation: border-animate-top 2s linear infinite;
}
.border-animate > div.right {
    right: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), #fff);
    -webkit-animation: border-animate-right 2s linear infinite;
    animation: border-animate-right 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.border-animate > div.bottomb {
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.3), #fff);
    bottom: 0;
    -webkit-animation: border-animate-bottom 2s linear infinite;
    animation: border-animate-bottom 2s linear infinite;
}

.border-animate > div.left {
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.3), #fff);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3), #fff);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3), #fff);
    left: 0;
    -webkit-animation: border-animate-left 2s linear infinite;
    animation: border-animate-left 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.border-animate > div.bottomb,
.border-animate > div.top {
    width: 100%;
    height: 1px;
    left: 0;
}

.border-animate > div.left,
.border-animate > div.right {
    height: 100%;
    width: 1px;
    top: 0;
}

.border-animate > div {
    position: absolute;
}

  @keyframes border-animate-top {
    0% {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); 
    }
    to {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); 
    } 
  }
  
  @keyframes border-animate-right {
    0% {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); 
    }
    to {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); 
    } 
  }
  
  
  @keyframes border-animate-bottom {
    0% {
      -webkit-transform: translateX(100%);
      transform: translateX(100%); 
    }
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      } 
  }
  
  
  @keyframes border-animate-left {
    0% {
      -webkit-transform: translateY(100%);
      transform: translateY(100%); 
    }
    to {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      } 
  }
@media screen and (max-width: 1080px) {
    main.ma2_version3_main {
        margin-top: 100px;
    }
    .header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        width: 100%;
    }
    .header_left {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        align-content: center;
        flex-wrap: wrap;
    }
    .header .logo img {
        height: 25px;
    }
    .header .tel {
        margin-top: 0;
        font-size: 14px;
        padding-left: 50px;
    }
    .header .text {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
    .header .text strong {
        font-size: 20px;
    }
    .banner_txt h1 {
        font-size: 30px;
        margin: 0;
    }
    .banner_txt span {
        font-size: 24px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    .header .text{display: none;}
    .header .logo {
        height: 80px;
        padding: 0px 0;
        margin-left: 10px;
    }
    .header_left {
        width: calc(100% - 128px);
    }
    .header .tel {
        background: none;
        padding-left: 10px;
        width: 128px;
    }
    .header .tel strong{font-size: 18px;}
    a.cosulting{padding: 10px 13px;font-size: 15px;margin-right: 2px;}
    .border-animate {
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
    }
    main.ma2_version3_main {
        margin-top: 80px;
    }
}
/**/
#gotop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 220px;
    cursor: pointer;
    z-index: 9999;
}
#gotop:hover {
    animation: tada 1s;
}
#gotop img {
    width: 50px;
    height: auto;
}
.more a {
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #727171;
}
.more {
    text-align: right;
    margin: 16px 0;
    width: 100%;
}
.more a:hover {
    color: #000;
}
.back {
    text-align: right;
    margin: 16px 0;
    width: 100%;
}
.back a {
    font-weight: bolder;
    font-size: 1.5em;
    letter-spacing: 1px;
    color: #727171;
}
.back a:hover {
    color: #000;
}
.title {
    text-align: left;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bolder;
    color: #4b4b4b;
}
.title > img {
    max-width: 62px;
    vertical-align: top;
}
.title > span {
    line-height: 62px;
}
.member_button {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    line-height: 1em;
    display: block;
    padding: 0.5em;
    border: none;
}
.member_button:hover {
    background: #da4e40;
}
a.btn {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}
a.btn:hover {
    background: #da4e40;
}
a.btn_fb {
    background: #1d438e;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}
a.btn_fb:hover {
    background: #13213b;
}
footer {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #4b4b4b;
}
.foot_main,
.footer_box {
    width: 100%;
}
.foot_main {
    padding: 32px 70px 15px;
}
.foot_bottom,
.foot_top {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.foot_top {
    padding: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.foot_top_left {
    width: calc(100% - 180px);
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.foot_top_right {
    width: 100%;
    text-align: right;
}
.foot_top_right a {
    margin-left: 6px;
    width: 50px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.foot_top_right a img {
    width: 50px;
    vertical-align: middle;
}
.foot_top_right a:hover img {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}
a.foot_link_icon:nth-child(1) {
    position: fixed;
    right: 18px;
    bottom: 160px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
}
a.foot_link_icon:nth-child(2) {
    position: fixed;
    right: 18px;
    bottom: 110px;
    cursor: pointer;
    z-index: 9999;
    width: 50px;
}
a.foot_link_icon:nth-child(3) {
    position: fixed;
    right: 18px;
    bottom: 5px;
    cursor: pointer;
    z-index: 9999;
    width: 100px;
}
a.foot_link_icon:hover {
    -webkit-animation: tada 1s;
    -moz-animation: tada 1s;
    -ms-animation: tada 1s;
    -o-animation: tada 1s;
    animation: tada 1s;
}
.foot_logo {
    width: 100%;
}
.foot_logo img {
    max-width: 245px;
}
.foot_nav {
    width: 100%;
    padding: 18px 0;
}
.foot_nav .foot_mul {
    width: calc(100% - 180px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.foot_txt > div {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 1.8em;
    font-weight: 600;
}
.foot_txt > div > span {
    margin-right: 1em;
}
.copy {
    width: 100%;
    color: #fff !important;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 10px 0;
    background: #0b1e72;
}
.copy a {
    color: #fff !important;
}
.copy address {
    font-style: normal;
}
@media screen and (max-width: 768px) {
    .foot_txt > div {
        width: 100% !important;
    }
}
.page {
    text-align: center;
    margin: 0 0 20px;
}
.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page ul li {
    display: inline-block;
    padding: 0 6px;
}
.page ul li a {
    width: 28px;
    height: 28px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: bolder;
    line-height: 26px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.page ul li a:hover {
    color: #4b4b4b;
    border: 1px solid #d0d0d0;
}
.page ul li.page_arrow a {
    border: 1px solid #d0d0d0;
}
.inews_box {
    padding: 0;
    overflow: hidden;
    width: 83.2%;
    margin: 25px auto 0;
}
.inews {
    text-align: center;
}
.inews_main {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #9b9c9c;
}
.inews_main a {
    color: #0060ca;
    font-size: 16px;
    font-weight: bolder;
    line-height: 1.6em;
    padding: 20px 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.inews_main a:hover,
.inews_main a:hover .inews_bottom .name {
    color: #000;
}
.inews_main:first-child a {
    padding: 5px 0 15px;
}
.inews_top {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 20.2%;
}
.inews_bottom {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 79.8%;
    padding: 0 9.2% 0 4.3%;
}
.inews_top .inews_pic {
    width: 100%;
}
.inews_top .inews_pic img {
    width: 100%;
    max-width: none;
    border: 1px #001780 double;
}
.inews_bottom > div {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.inews_bottom .name {
    width: calc(100% - 125px);
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-inline-box;
    overflow: hidden;
    line-height: 2em;
    height: 2em;
    vertical-align: top;
    font-size: 1.3em;
    color: #393738;
    padding-left: 1em;
    word-break: break-all;
}
.inews_bottom .txt {
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-top: 10px;
    height: 6em;
    font-size: 1em;
    line-height: 1.5em;
    word-break: break-all;
}
.test2 {
    display: block;
    opacity: 1;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.showbox {
    padding: 4px;
    box-shadow: 3px 3px 12px gray;
    background-color: #fff;
    border: 2px double #ddd;
    border-radius: 4px;
    width: 100%;
    position: relative;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.iabout_box {
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0;
}
.iabout_box .title {
    width: 83.2%;
    margin: 0 auto;
}
.iabout {
    background-color: #fff;
    width: 100%;
    padding: 0;
}
.iabout .iaboutmain {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.banner_sTxt {
    position: absolute;
    top: -13%;
    right: -17%;
    padding: 0px;
    animation: fadeInOut 8s infinite;
    z-index: 999;
    display: inline-block;
    width: auto;
}
.banner_sTxt img {
    pointer-events: none;
}
.banner_sTxt a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.banner_sTxt span {
    position: absolute;
    width: 50px;
    bottom: 8px;
    display: inline-block;
    right: 60px;
    height: 20px;
    overflow: hidden;
}
.banner_sTxt span.simg2{
    position: absolute;
    width: 187px;
    height: 109px;
    top: 1px;
    left: 12px;
    display: inline-block;
    z-index:5;
}
.banner_sTxt span.simg2 img{
    animation: tada33 3s infinite
}
@keyframes tada33 {
    0% {-webkit-transform: scale(1);transform: scale(1);} 
    2%, 4% {-webkit-transform: scale(0.9) rotate(-3deg);transform: scale(0.9) rotate(-3deg);} 
    6%, 15%, 25%, 45% {-webkit-transform: scale(1) rotate(3deg);transform: scale(1) rotate(3deg);} 
    8%, 20%, 35% {-webkit-transform: scale(1) rotate(-3deg);transform: scale(1) rotate(-3deg);} 
    55% {-webkit-transform: scale(1) rotate(0);transform: scale(1) rotate(0);}  
 } 
 
.banner_sTxt span.simg3 img{
    animation: moveArrow 2s linear infinite;
    position: absolute!important;
    z-index: 1;
}
.banner_sTxt span img:nth-child(1) { animation-delay: 0s; }
        .banner_sTxt span img:nth-child(2) { animation-delay: 0.5s; }
        .banner_sTxt span img:nth-child(3) { animation-delay: 1s; }
@keyframes moveArrow {
    0% { left: -50px; }
    100% { left: 100%; }
}
@keyframes fadeInOut {
    0%, 100% { opacity: 0; }
    20%, 80% { opacity: 1; }
}
@media screen and (max-width:1670px) {
    .banner_sTxt {
        position: relative;
        top: 0;
        right: 0;
    }
}
@media screen and (max-width:680px) {
    .banner .flex .pic_box {
        width: 100%;
    }
    .banner .flex .pic_box img {
        max-width: 305px;
    }
}
.iabout .iaboutmain .about_left {
    width: 30%;
    padding-left: 4.6%;
}
.iabout .iaboutmain .about_right {
    width: 70%;
    color: #d9dada;
    padding: 0 8% 0 10%;
    font-size: 17px;
    line-height: 1.8em;
}
.iabout .iaboutmain .about_right h2 {
    color: #fff;
    letter-spacing: 1px;
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg);
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
}
@-webkit-keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes eimg {
    from {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes slowtop {
    from {
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slowtop {
    from {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}
@keyframes breath {
    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
}
.arrow-right {
    width: 20px;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}
.arrow-left {
    width: 20px;
    margin-left: 33px;
    cursor: pointer;
}
header .hnav .mul li a b:hover {
    color: #f95b03;
}
@media screen and (max-width: 920px) {
    nav {
        margin-left: -5px;
    }
}
@media screen and (max-width: 768px) {
    header .hnav .mul {
        display: -webkit-inline-flex;
        display: -moz-inline-flex;
        display: -ms-inline-flex;
        display: -o-inline-flex;
        display: inline-flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-align-items: flex-start;
        align-items: flex-start;
        margin: 0;
        order: 1;
        padding-bottom: 10px 10px;
        overflow-y: inherit;
        height: auto;
    }
    .arrow-right {
        display: none !important;
    }
    .arrow-left {
        display: none !important;
    }
    .arrow_left {
        display: none !important;
    }
    nav {
        width: 100%;
        margin-left: 0;
    }
    header .hnav .mul {
        transform: translateX(0) !important;
    }
    .ma2_version3 header .hnav .mul {
        transform: translateX(0) !important;
    }
}
@keyframes scroll {
    0%,
    100%,
    20%,
    50%,
    80% {
        padding-bottom: 45px;
    }
    40% {
        padding-bottom: 30px;
    }
    60% {
        padding-bottom: 35px;
    }
}
@-webkit-keyframes scroll {
    0%,
    100%,
    20%,
    50%,
    80% {
        padding-bottom: 45px;
    }
    40% {
        padding-bottom: 30px;
    }
    60% {
        padding-bottom: 35px;
    }
}
@keyframes translate {
    0% {
        right: 7%;
    }
    50% {
        right: 10%;
    }
    100% {
        right: 7%;
    }
}
@-webkit-keyframes translate {
    0% {
        right: 7%;
    }
    50% {
        right: 10%;
    }
    100% {
        right: 7%;
    }
}
@keyframes translateX {
    0% {
        right: 0;
    }
    50% {
        right: 3%;
    }
    100% {
        right: 0;
    }
}
@-webkit-keyframes translateX {
    0% {
        right: 0;
    }
    50% {
        right: 3%;
    }
    100% {
        right: 0;
    }
}
@keyframes rotate {
    0% {
        transform: translate(30%, -30%) rotate(0);
    }
    50% {
        transform: translate(30%, -30%) rotate(15deg);
    }
    100% {
        transform: translate(30%, -30%) rotate(0);
    }
}
@-webkit-keyframes rotate {
    0% {
        transform: translate(30%, -30%) rotate(0);
    }
    50% {
        transform: translate(30%, -30%) rotate(15deg);
    }
    100% {
        transform: translate(30%, -30%) rotate(0);
    }
}
:root {
    --main-color: #150035;
    --sub-color: #da0815;
}
main > section {
    font-size: 24px;
    line-height: 1.8;
    width: 100%;
}
main > section p {
    padding: 0;
    margin: 0;
}
main > section h2 > br,
main > section h3 > span > br {
    display: none;
}
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.txt_box > h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--main-color);
    margin: 30px 0;
    padding: 0 30px;
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.scroll > a {
    position: relative;
    padding-bottom: 55px;
    color: var(--main-color);
    animation: 2s scroll ease-out infinite 2s;
}
.scroll > a::after,
.scroll > a::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 35px solid var(--main-color);
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.scroll > a::before {
    bottom: 15px;
}
.banner {
    background: url(https://webflow365.com/images/website_image/images/banner.webp) center center no-repeat;
    background-size: cover;
    position: relative;
}
.banner .flex {
    width: 90%;
    max-width: 1450px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.banner .flex .pic_box {
    width: 40%;
    position: relative;
    z-index: 5;
    /* pointer-events: none; */
    margin-top: 5%;
    text-align: right;
}
.banner .flex .pic_box img{
    z-index: 1;
    position: relative;
}
.banner .flex .txt_box {
    width: 60%;
    font-size: 36px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
}
.banner .flex .txt_box > h1 {
    text-align: right;
    margin: 0;
    font-size: 53px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    align-content: center;
    flex-direction: column;
}
.banner .flex .txt_box > h1 > span {
    display: inline-block;
    padding: 5px 35px;
    transform: skewX(-15deg);
}
.banner .flex .txt_box h1 span:nth-child(1) {
    background: var(--sub-color);
    color: #fff;
    margin: 15px 0;
}
.banner .flex .txt_box h1 span:nth-child(1)::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    background: var(--sub-color);
    right: 0;
    top: 0;
    transform: translateX(120%);
    box-shadow: 18px 0 var(--sub-color);
}
.banner .flex .txt_box h1 span:nth-child(1)::before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    background: var(--sub-color);
    left: 0;
    top: 0;
    transform: translateX(-120%);
    box-shadow: -18px 0 var(--sub-color);
}
.banner .flex .txt_box h1 span:nth-child(2) {
    font-size: 58px;
    background: #fff;
    text-align: center;
}
.banner .flex .txt_box h1 span:nth-child(3) {
    background: #000;
    color: #fff;
    font-size: 32px;
}
.banner .bottom_absolute {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    width: 78%;
    margin: 0 auto;
    z-index: 10;
    font-size: 30px;
}
.banner .bottom_absolute .live {
    width: calc(100% - 200px);
    background: #fff;
    position: relative;
    padding-left: 23%;
}
.banner .bottom_absolute .live::before {
    content: 'LIVE';
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 300px;
    background: var(--sub-color);
    color: #fff;
    font-weight: 900;
    letter-spacing: 10px;
    transform: skewX(-15deg) translateX(-30px);
    text-align: center;
}
.banner .bottom_absolute .live h2 {
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}
.banner .bottom_absolute .more {
    width: 200px;
    text-align: center;
    margin: 0;
}
.banner .bottom_absolute .more > a > span {
    display: block;
    color: #fff;
    font-size: 30px;
}
.banner .bottom_absolute .more > a > span:last-child {
    background: #000;
    font-size: 24px;
    position: relative;
    padding-right: 30px;
    letter-spacing: 2px;
    font-weight: 600;
}
.banner .bottom_absolute .more > a > span:last-child::after,
.banner .bottom_absolute .more > a > span:last-child::before {
    content: '';
    width: 15px;
    height: 15px;
    top: 50%;
    right: 0;
    position: absolute;
    border-radius: 5px;
    border-right: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg) translate(0, -65%);
    animation: 2s translateX ease-out infinite 2s;
}
.banner .bottom_absolute .more > a > span:last-child::before {
    right: 7%;
    animation: 2s translate ease-out infinite 2s;
}
.girl_box {
    position: relative;
    background: #0087e0;
}
.girl_box > .decoration_lb,
.girl_box > .decoration_lt,
.girl_box > .decoration_rb,
.girl_box > .decoration_rt {
    position: absolute;
    width: 100%;
    height: 35%;
    pointer-events: none;
}
.girl_box > .decoration_rt {
    background: url(https://webflow365.com/images/website_image/images/right_top.png) right top no-repeat;
    top: 0;
    right: 0;
}
.girl_box > .decoration_rb {
    background: url(https://webflow365.com/images/website_image/images/right_bottom.webp) right bottom no-repeat;
    bottom: 0;
    right: -10px;
    background-size: contain;
}
.girl_box > .decoration_lb {
    background: url(https://webflow365.com/images/website_image/images/left_bottom.png) left bottom no-repeat;
    bottom: 0;
    left: 0;
}
.girl_box > .decoration_lt {
    background: url(https://webflow365.com/images/website_image/images/left_top.png) left top no-repeat;
    top: 0;
    left: 0;
}
.girl_box > .flex {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.girl_box > .flex > .txt_box {
    width: 50%;
    color: #fff;
    letter-spacing: 2px;
    padding: 20px 0;
    margin: auto;
    min-width: 500px;
}
.girl_box > .flex > .txt_box > h2 {
    position: relative;
}
.girl_box > .flex > .txt_box > h2::before {
    content: '同業競爭，你扛的住嗎？';
    position: absolute;
    top: 2px;
    left: 32px;
    color: #fff;
    z-index: -1;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-fill-color: transparent;
}
.girl_box > .flex > .txt_box > p {
    padding: 0 30px;
}
.girl_box > .flex > .txt_box > p > span {
    color: var(--main-color);
}
.girl_box > .flex > .txt_box > h4 {
    position: relative;
    padding-left: 100px;
    margin: 30px auto;
}
.girl_box > .flex > .txt_box > h4::before {
    content: '';
    position: absolute;
    left: 0;
    width: 80px;
    height: 80px;
    background: #fff;
    background-size: cover;
    -webkit-mask: url(https://webflow365.com/images/website_image/images/news.svg) no-repeat center center;
    mask: url(https://webflow365.com/images/website_image/images/news.svg) no-repeat center center;
}
.girl_box > .flex > .pic_box {
    width: 48%;
    pointer-events: none;
}
.activity {
    text-align: center;
    color: var(--main-color);
    margin-top: 5%;
}
.activity > .flex {
    justify-content: space-between;
    align-items: stretch;
}
.activity > .flex > .pic_box {
    width: 50%;
}
.activity > .flex > .txt_box {
    width: 50%;
    margin: auto;
}
.activity > .flex > .txt_box > h2 {
    border-top: 1px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.activity > .flex > .txt_box > p {
    letter-spacing: 2px;
}
.activity > .flex > .txt_box > p > span {
    color: var(--sub-color);
}
.activity > .flex > .txt_box > h3 {
    display: inline-block;
    margin: 5vh auto;
    padding: 10px 1em;
    font-size: 30px;
    letter-spacing: 2px;
    background: var(--main-color);
    color: #fff;
    border-radius: 30px 0;
}
.vs {
    text-align: center;
    padding: 10vh 0 5vh;
}
.vs > .table_box {
    text-align: center;
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
    padding: 30px;
    padding-top: 0;
    box-shadow: -5px 5px 20px rgba(0, 0, 0, 0.3);
}
.vs > .table_box::after,
.vs > .table_box::before {
    content: '';
    position: absolute;
    width: 30%;
    height: 100%;
    pointer-events: none;
}
.vs > .table_box::before {
    right: 0;
    bottom: 0;
    background: url(https://webflow365.com/images/website_image/images/img_5.webp) right bottom no-repeat;
    background-size: contain;
    transform: translate(50%, 10%);
}
.vs > .table_box::after {
    left: 0;
    bottom: 0;
    background: url(https://webflow365.com/images/website_image/images/img_4.png) left bottom no-repeat;
    background-size: contain;
    transform: translate(-50%, 10%);
}
.vs > .table_box > .dec::after {
    content: '';
    width: 10%;
    height: 40%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(https://webflow365.com/images/website_image/images/img_6.png) left bottom no-repeat;
    background-size: contain;
    transform: translate(0, -60%);
    pointer-events: none;
}
.vs > .table_box > .dec::before {
    content: '';
    width: 50px;
    height: 10px;
    background: #0069c4;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px 20px 0 0;
}
.vs > .table_box > .top_title {
    display: inline-block;
    background: #0087e0;
    color: #fff;
    top: -20px;
    letter-spacing: 2px;
    padding: 10px 1.5em;
    position: relative;
    font-size: 36px;
    border-radius: 0 0 20px 20px;
}
.vs > .table_box > .top_title::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #0069c4;
    border-left: 15px solid transparent;
    top: 0;
    left: 0;
    transform: translateX(-100%);
}
.vs > .table_box > .top_title::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    border-bottom: 20px solid #0069c4;
    border-right: 15px solid transparent;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
.vs > .table_box > .top_title > p > span {
    font-size: 24px;
    margin: 0 10px;
}
.vs > .table_box > .inline_box {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background: #f4f4f4;
    margin: 10px auto;
    color: var(--main-color);
}
.vs > .table_box > .inline_box > p {
    width: 15%;
}
.vs > .table_box > .inline_box > .red {
    color: var(--sub-color);
    position: relative;
}
.vs > .table_box > .inline_box > .red::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    background: url(https://webflow365.com/images/website_image/images/crown.webp) center center no-repeat;
    background-size: contain;
    transform: rotate(45deg) translateX(-50%);
}
.vs > .table_box > :nth-child(2) {
    font-size: 30px;
    background: var(--main-color);
    color: #fff;
}
.star {
    position: relative;
}
/* .star::before {
    content: '';
    width: 100%;
    height: 50%;
    position: absolute;
    background: #0087e0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
} */
.star > .flex {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 2;
}
.star > .flex > .pic_box {
    width: 48%;
    text-align: center;
}
.star > .flex > .txt_box {
    width: 48%;
    text-align: center;
    background: #fff;
    padding: 30px;
    color: var(--main-color);
    position: relative;
    min-width: 600px;
    margin: auto;
}
.star > .flex > .txt_box::after,
.star > .flex > .txt_box::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(https://webflow365.com/images/website_image/images/bottom.png) center center no-repeat;
    background-size: contain;
    pointer-events: none;
}
.star > .flex > .txt_box::before {
    bottom: 0;
    left: 0;
    transform: translate(-15px, 30%);
}
.star > .flex > .txt_box::after {
    top: 0;
    left: 0;
    transform: translate(15px, -20%) rotate(180deg);
}
.star > .flex > .txt_box > h2 {
    border-top: 0;
    border-bottom: 1px solid var(--main-color);
}
.puzzle {
    position: relative;
    background: #2f8ce9;
    text-align: center;
    color: #fff;
}
.puzzle > .txt_box > h2 {
    color: #fff;
}
.puzzle > .flex {
    width: 90%;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
    justify-content: space-evenly;
}
.puzzle > .flex::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(30%, -30%);
    width: 300px;
    height: 300px;
    background: url(https://webflow365.com/images/website_image/images/puzzle.webp) center center no-repeat;
    background-size: contain;
    animation: 2s rotate ease-out infinite 2s;
}
.puzzle > .flex > .pic_box {
    width: 40%;
    margin-top: -100px;
}
.puzzle > .flex > .txt_box {
    width: 50%;
    text-align: left;
    min-width: 600px;
    z-index: 1;
}
.puzzle > .flex > .txt_box > p > span {
    color: #ff0;
}
.puzzle > .flex > .txt_box > h3 {
    margin: 30px auto;
}
.from {
    background: var(--main-color);
    color: #fff;
    text-align: center;
    padding-bottom: 80px;
}
.from > .txt_box {
    width: 90%;
    max-width: 1366px;
    margin: 5vh auto 0;
    border: 3px dashed #fff;
    text-align: center;
    padding: 20px;
}
.from > .txt_box > h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
}
.from > .txt_box > p {
    letter-spacing: 2px;
}
.from .scroll > a::after,
.from .scroll > a::before {
    border-top: 35px solid #fff;
}
.page_trans_bottom {
    background: url(https://webflow365.com/images/website_image/images/bg_2_2.webp) center left no-repeat;
    background-size: cover;
    min-height: 60vh;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    background-attachment: fixed;
    padding: 5% 0;
}
.page_trans_bottom::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at center, #05050500 15%, #050505 50%);
    background-position-x: -30vw;
}
.page_trans_bottom > .bg {
    width: 100%;
    height: 100%;
    position: absolute;
}
.page_trans_bottom > .transform {
    position: relative;
    z-index: 2;
    width: 50%;
    color: #fff;
    font-size: 24px;
    margin-right: 5%;
}
.footer_main > .flex {
    padding: 20px 0;
}
.footer_main > .flex > .footer_logo {
    width: 25%;
    text-align: right;
}
.footer_main > .flex > .footer_logo > img {
    padding: 25px;
    max-width: 300px;
}
.footer_main > .flex > .footer_info {
    width: 30%;
}
.footer_main > .flex > .footer_info > p {
    margin: 0;
    line-height: 2;
}
@media screen and (max-width: 1500px) {
    .banner .flex .txt_box {
        margin-bottom: 125px;
    }
    .banner .flex .txt_box > h1 {
        font-size: 3.5vw;
    }
    .banner .flex .txt_box > h1 > span {
        padding: 5px 30px;
    }
    .banner .flex .txt_box h1 span:nth-child(2) {
        font-size: 35px;
    }
    .banner .flex .txt_box h1 span:nth-child(3) {
        font-size: 20px;
    }
    .banner .flex .pic_box {
        margin-right: 0;
    }
    .banner .bottom_absolute {
        width: 85%;
        font-size: 24px;
    }
    .banner .bottom_absolute .live {
        width: 100%;
    }
    .banner .bottom_absolute .live::before {
        width: 25%;
    }
    .banner .bottom_absolute .more {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(0, -100%);
    }
    .banner .bottom_absolute .more > a > span {
        font-size: 24px;
    }
    .banner .bottom_absolute .more > a > span:last-child {
        font-size: 22px;
    }
    .girl_box > .flex > .txt_box > p {
        padding: 0 20px;
    }
    .activity > .flex > .pic_box {
        width: 45%;
    }
    .activity > .flex > .txt_box {
        width: 55%;
    }
    .puzzle > .flex::after {
        top: -15%;
    }
}
@media screen and (max-width: 1024px) {
    .ma2_version3 header {
        width: 60%;
        left: 20%;
    }
    .flex {
        flex-wrap: wrap;
    }
    .banner .flex .txt_box {
        order: 1;
        width: 100%;
        margin: 10vh auto 0;
    }
    .banner .flex .txt_box > h1 {
        text-align: center;
        align-items: center;
    }
    .banner .flex .pic_box {
        order: 2;
        width: 50%;
    }

    .girl_box > .flex > .txt_box {
        width: 100%;
        min-width: unset;
    }
    .girl_box > .flex > .pic_box {
        margin-left: 40%;
        margin-top: -15%;
    }
    .girl_box > .decoration_lb,
    .girl_box > .decoration_lt,
    .girl_box > .decoration_rb,
    .girl_box > .decoration_rt {
        height: 20%;
    }
    .activity > .flex > .pic_box {
        width: 100%;
        position: absolute;
        z-index: 0;
        opacity: 0.3;
    }
    .activity > .flex > .txt_box {
        width: 100%;
        position: relative;
        z-index: 1;
        margin: 10vh auto;
    }
    .vs > .table_box > .inline_box > p {
        width: 23%;
    }
    .vs > .table_box::after,
    .vs > .table_box::before,
    .vs > .table_box > .dec::after {
        content: none;
    }
    .star > .flex {
        justify-content: center;
    }
    .star::before {
        height: 80%;
    }
    .star > .flex > .pic_box {
        width: 40%;
        text-align: center;
        margin-top: 20px;
    }
    .puzzle > .flex::after {
        width: 200px;
        height: 200px;
    }
    .puzzle > .flex > .pic_box {
        position: absolute;
        width: 200px;
        left: 0;
        bottom: 0;
        opacity: 0.5;
        z-index: 0;
    }
    .puzzle > .flex > .txt_box {
        width: 100%;
        text-align: center;
        min-width: unset;
    }
    .page_trans_bottom > .transform {
        width: 80%;
        margin: auto;
    }
    .page_trans_bottom > .bg {
        background: linear-gradient(44deg, rgba(20, 0, 53, 0) 0, rgba(21, 0, 53, 0.9) 40%, rgba(21, 0, 53, 1) 100%);
    }
}
@media screen and (max-width: 900px) {
    .vs > .table_box > :nth-child(2) {
        display: none;
    }
    .vs > .table_box > .inline_box {
        flex-direction: column;
    }
    .vs > .table_box > .inline_box > p {
        width: 100%;
        padding: 5px;
        position: relative;
    }
    .vs > .table_box > .inline_box > p + p {
        border-top: 1px solid var(--main-color);
    }
    .vs > .table_box > .inline_box :first-child {
        background: var(--main-color);
        color: #fff;
    }
    .vs > .table_box > .inline_box :first-child::after {
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        border-radius: 3px;
        border-bottom: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: rotate(45deg) translate(-100%, 0);
        right: 20%;
        top: 50%;
        transition: 0.3s;
    }
    #Dropdown {
        max-height: 0;
        opacity: 0;
        padding: 0;
        transition: 0.3s;
    }
    #Dropdown.c {
        padding: 5px;
        max-height: unset;
        opacity: 1;
    }
    .vs > .table_box > .inline_box > .toggle.c::after {
        transform: rotate(225deg) translate(50%, -50%);
    }
    .vs > .table_box > .inline_box :nth-child(2)::before,
    .vs > .table_box > .inline_box :nth-child(3)::before,
    .vs > .table_box > .inline_box :nth-child(4)::before {
        position: absolute;
        left: 15%;
        color: var(--main-color);
    }
    .vs > .table_box > .inline_box :nth-child(2)::before {
        content: '網路廣告';
    }
    .vs > .table_box > .inline_box :nth-child(3)::before {
        content: '網路新聞';
    }
    .vs > .table_box > .inline_box :nth-child(4)::before {
        content: '電視廣告';
    }
    .vs > .table_box > .inline_box > .red::after {
        right: 25%;
        transform: rotate(0) translateX(50%);
    }
    .star > .flex > .pic_box {
        width: 80%;
    }
    .puzzle > .flex::after {
        width: 150px;
        height: 150px;
    }
    .page_trans_bottom {
        min-height: 50vh;
    }
}
@media screen and (max-width: 768px) {
    main > section {
        font-size: 20px;
    }
    main > section h2 > br,
    main > section h3 > span > br {
        display: block;
    }
    .scroll > a {
        padding-bottom: 35px;
    }
    .scroll > a::after,
    .scroll > a::before {
        border-top: 20px solid var(--main-color);
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        transform: translate(-50%, 0);
    }
    .scroll > a::before {
        bottom: 10px;
    }
    .from .scroll > a::after,
    .from .scroll > a::before {
        border-top: 25px solid #fff;
    }
    .banner .bottom_absolute .live {
        padding: 0;
        text-align: center;
    }
    .banner .bottom_absolute .live::before {
        width: 100px;
        font-size: 16px;
        letter-spacing: 8px;
        height: 25px;
        transform: skewX(-15deg) translate(0, -100%);
    }
    .girl_box > .decoration_lb,
    .girl_box > .decoration_lt,
    .girl_box > .decoration_rt {
        height: 20px;
        background-size: contain;
    }
    .girl_box > .decoration_rb {
        height: 50px;
    }
    .star > .flex > .txt_box {
        min-width: unset;
        width: 100%;
    }
    .star > .flex > .txt_box::before {
        transform: translate(-15px, 35%);
    }
    .page_trans_bottom {
        min-height: unset;
    }
    .footer_main > .flex > .footer_logo {
        width: 100%;
        text-align: center;
    }
    .footer_main > .flex > .footer_info {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    main > section {
        font-size: 18px;
    }
    .txt_box > h2 {
        display: block;
        font-size: 26px;
    }
    .banner .flex .pic_box {
        width: 90%;
    }
    .banner .flex .txt_box > h1 {
        font-size: 20px;
    }
    .banner .flex .txt_box > h1 > span {
        padding: 5px 15px;
    }
    .banner .bottom_absolute .more {
        width: 130px;
    }
    .banner .bottom_absolute .more > a > span {
        font-size: 16px;
    }
    .banner .bottom_absolute .more > a > span:last-child {
        font-size: 16px;
    }
    .banner .bottom_absolute .more > a > span:last-child::after,
    .banner .bottom_absolute .more > a > span:last-child::before {
        width: 8px;
        height: 8px;
        border-radius: 2px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    .banner .bottom_absolute {
        width: 95%;
        font-size: 18px;
    }
    .banner .bottom_absolute .live h2 {
        font-size: 16px;
    }
    .girl_box > .flex > .txt_box > h2 {
        font-size: 22px;
        display: block;
        text-align: center;
    }
    .girl_box > .flex > .txt_box > h2::before {
        left: 50%;
        transform: translateX(-49%);
        width: 100%;
    }
    .girl_box > .flex > .txt_box > p {
        padding: 0;
    }
    .girl_box > .flex > .txt_box > h4 {
        padding: 0;
    }
    .girl_box > .flex > .txt_box > h4::before {
        content: unset;
    }
    .activity > .flex > .pic_box {
        position: unset;
        opacity: 1;
    }
    .activity > .flex > .txt_box {
        margin: 0 auto;
        padding: 0 10px;
    }
    .activity > .flex > .txt_box > h3 {
        font-size: 22px;
        display: block;
        margin: 20px 30px;
        padding: 5px;
    }
    .vs > .table_box {
        padding: 0 15px;
        border-radius: 10px;
    }
    .vs > .table_box > .top_title {
        font-size: 26px;
    }
    .vs > .table_box > .top_title > p > span {
        font-size: 18px;
    }
    .vs > .table_box > .inline_box :first-child::after {
        width: 10px;
        height: 10px;
        border-radius: 2px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
    }
    .vs > .table_box > .inline_box :nth-child(2)::before,
    .vs > .table_box > .inline_box :nth-child(3)::before,
    .vs > .table_box > .inline_box :nth-child(4)::before {
        font-size: 14px;
        left: 5%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .star > .flex > .txt_box::after {
        transform: translate(10px, -30%) rotate(180deg);
    }
    .star > .flex > .txt_box::before {
        transform: translate(-10px, 40%);
    }
    .puzzle > .flex > .pic_box {
        position: unset;
        width: 100%;
        order: 2;
        margin: 0;
        opacity: 1;
    }
    .puzzle > .txt_box {
        margin-top: 60px;
        z-index: 1;
        position: relative;
    }
    .puzzle > .flex::after {
        top: -25%;
        opacity: 0.5;
        z-index: 0;
    }
    .from > .txt_box > h2 {
        font-size: 26px;
    }
    .transform .transtyle {
        flex-wrap: wrap !important;
    }
    .page_trans_bottom > .transform {
        width: 90%;
        padding: 0;
    }
    .page_trans_bottom::after {
        content: none;
    }
}
@media screen and (max-width: 360px) {
    .txt_box > h2 {
        padding: 0;
    }
    .vs > .table_box > .top_title {
        padding: 10px 20px;
        font-size: 22px;
    }
    .star > .flex > .txt_box::before {
        transform: translate(-10px, 42%);
    }
    .star > .flex > .txt_box::after {
        transform: translate(10px, -32%) rotate(180deg);
    }
}
.payinfo {
    cursor: pointer;
}
.payinfo_lightbox {
    width: 100%;
    height: 100%;
    background-color: #0000008f;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    cursor: auto;
}
div#spgateway_box {
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2.5% 5%;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 90%;
    max-width: 750px;
    box-sizing: border-box;
}
div#spgateway_box form {
    width: 48%;
}
.spgateway_box_title {
    color: black;
}
#spgateway_box_text > div {
    margin: 15px 0;
}
#spgateway_box input {
    border: 1px solid #dfdfdf;
    padding: 5px 15px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}
#spgateway_button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    margin-top: 35px;
}
#spgateway_button input {
    font-size: 16px;
    color: #333;
    border: none;
    cursor: pointer;
}
#spgateway_button input:nth-child(1) {
    margin-right: 10px;
    background-color: #333;
    color: #fff;
}
#spgateway_box > img {
    width: 48%;
    max-width: 250px;
}
@media (max-width: 1024px) {
    div#spgateway_box {
        padding: 25px;
        flex-direction: column;
        justify-content: center;
    }
    div#spgateway_box form {
        width: 100%;
    }
    #spgateway_box > img {
        max-width: 120px;
        width: 100%;
    }
    #spgateway_box input {
        width: 100%;
    }
}

/* 增加編輯器 */

.exposure_bg {
    background-image: url(../images/website_image/images/exposure_bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5% 0;
    overflow: hidden;
}
.exposure_bg > .container {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
}
.exposure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding-bottom: 5%;
}
.exposure_left {
    width: 48%;
    position: relative;
}
.exposure_left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    vertical-align: middle;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.1));
    z-index: 1;
    position: relative;
}
.exposure_left::after {
    content: '';
    width: 120%;
    height: 80%;
    background: linear-gradient(135deg, #1b2cf1 0%, #6386f2 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    border-radius: 1em 25em 1em 1em;
}
.exposure_right_a {
    width: 48%;
    position: relative;
}
.exposure_title h2 {
    font-size: 32px;
    font-weight: 600;
    transform: skewX(-15deg);
    margin: 0;
}

.exposure_subtitle > p {
    padding: 10px 20px;
    font-size: 24px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 3px #00000008;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.exposure_subtitle > p > img {
    width: 30px;
    margin-right: 10px;
}
.exposure_right > p {
    transform: translateX(15%);
    font-size: 18px;
    line-height: 1.8em;
}
.exposure .scroll {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    animation: scroll_e 1.5s ease-in-out infinite alternate;
}
.exposure .scroll img {
    height: 100px;
}
.exposure .scroll > a {
    animation: none;
}
.exposure .scroll a::before,
.exposure .scroll a::after {
    content: none;
}
@keyframes scroll_e {
    0%,
    100% {
        transform: translateX(-15%) translateY(0);
    }
    50% {
        transform: translateX(-15%) translateY(20px);
    }
}
.exposure2 {
    text-align: center;
}
.exposure2_title {
    position: relative;
    display: inline-block;
}
.exposure2_title::before {
    content: url(../images/website_image/images/exposure2_arrow.webp);
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%) scale(0.6);
    z-index: 2;
}
.exposure2_title::after {
    content: url(../images/website_image/images/exposure2_arrow.webp);
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%) rotateY(180deg) scale(0.6);
    z-index: 2;
}
.exposure2_title > span {
    font-size: 28px;
    font-weight: 600;
}
.exposure2_title > p {
    font-size: 36px;
    margin-top: 0;
    font-weight: 600;
    color: transparent;
    background: linear-gradient(135deg, #1b2cf1 0%, #6386f2 100%);
    -webkit-background-clip: text;
}
.exposure2 > p {
    font-size: 18px;
    margin: 0;
    line-height: 2em;
}
.exposure2 > p > a > span {
    font-size: 24px;
    color: #ff0004;
}
.become.container {
    margin: 5% auto;
    max-width: 1200px;
    width: 90%;
}
.become_txt {
    text-align: center;
}
.become_txt div {
    position: relative;
    display: inline-block;
}
.become_txt div::before {
    content: '';
    width: 120%;
    height: 100%;
    background: linear-gradient(135deg, #6386f2 0%, #1b2cf1 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    clip-path: polygon(0 20%, 100% 0, 100% 71%, 0 100%);
}
.become_txt div::after {
    content: '';
    width: 120%;
    height: 85%;
    background: linear-gradient(135deg, #1b2cf1 0%, #6386f2 100%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 99% 100%, 5% 90%);
}
.become_txt h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 10px 0;
    position: relative;
    display: inline-block;
    color: #fff;
    text-align: center;
    z-index: 2;
}
.become_txt > p:nth-child(2) {
    margin-top: 15px;
}
.become_txt > p {
    font-weight: 600;
}
.become_img {
    margin: 25px 0;
}
.become_logotitle {
    margin: 15px 0 25px 0;
}
.become_logotitle p:nth-child(1) {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}
.become_logotitle p:nth-child(1) span:nth-child(1) {
    color: #2f8ce9;
}
.become_logotitle p:nth-child(1) span:nth-child(2) {
    color: #e8334a;
    font-family: fantasy;
    font-size: 60px;
    display: inline-block;
    margin: 0 5px;
}
.become_logotitle p:nth-child(2) {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.become_logolist {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.become_logo {
    width: calc(20% - 20px);
    margin: 10px;
}
.become_logo p {
    font-size: 14px;
    text-align: center;
    margin: 5px 0 10px 0;
}
.become_logo img {
    border-radius: 10px;
    filter: drop-shadow(1px 1px 5px #00000020);
}
@media screen and (max-width: 1440px) {
    .exposure_right > p {
        transform: translateX(0);
    }
    @keyframes scroll_e {
        0%,
        100% {
            transform: translateX(0) translateY(0);
        }
        50% {
            transform: translateX(0) translateY(20px);
        }
    }
}
@media screen and (max-width: 1080px) {
    .exposure .scroll img {
        height: 75px;
    }
    .exposure_title h2,
    .exposure2_title > p {
        font-size: 30px;
    }

    .exposure2_title > span {
        font-size: 24px;
    }

    .exposure2 > p > a > span {
        font-size: 18px;
    }

    .exposure_subtitle > p {
        font-size: 16px;
    }
    .exposure_right > p,
    .exposure2 > p {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .exposure_title h2,
    .exposure2_title > p {
        font-size: 24px;
    }

    .exposure2_title > span {
        font-size: 20px;
    }
    .exposure {
        flex-direction: column-reverse;
    }
    .exposure_right_a {
        width: 100%;
    }
    .exposure_left {
        margin-top: 20px;
    }
    .exposure_title h2 {
        margin: 10px 0;
    }
    .exposure .scroll {
        justify-content: center;
    }
    .become_logo {
        width: calc(33.3% - 20px);
    }
}
@media screen and (max-width: 500px) {
    .become_txt h2 {
        font-size: 26px;
    }
    .exposure2_title > span {
        font-size: 16px;
    }
    .exposure_subtitle > p {
        font-size: 14px;
    }
    .exposure2 > p > a > span {
        font-size: 16px;
    }
    .exposure_left {
        width: 80%;
        margin-bottom: 10px;
    }
    .exposure_left::after {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .exposure2_title::before {
        transform: translate(-50%, -50%) scale(0.4);
    }
    .exposure2_title::after {
        transform: translate(50%, -50%) rotateY(180deg) scale(0.4);
    }
    .become_logo {
        width: calc(50% - 10px);
        margin: 5px;
    }
    .become_logotitle p:nth-child(1) {
        font-size: 26px;
    }
    .become_logotitle p:nth-child(1) span:nth-child(2) {
        font-size: 48px;
    }
}
