@charset "UTF-8";
@import "reset.css";
body,
html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  background: #fff;
  font-family: "Noto Sans TC", Arial, Helvetica, sans-serif;
  font-size: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}

:focus {
  outline: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
  border: 0;
}

a:link {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

a:visited {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

a:hover {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

a:active {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

/* 指定對應顏色 */
:root {
  --color_fff: #fff;
  --color_000: #000;
  --color_f8e695: #f8e695;
  --color_e5e5e5: #e5e5e5;
  --color_990000: #990000;
  --color_d10000: #d10000;
  --color_808080: #808080;
  --color_ff9600: #ff9600;
  --color_ff0000: #ff0000;
  --color_blue: #00d5ff;
}
.act_title_img {
  width: 60%;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 980px) {
  .act_title_img{
    width: 90%;
  }
}


.act_btn_txt {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 7px 0 0;
}
.act_btn_icon {
  width: 15px;
}


.act_title {
  font-size: 50px;
  margin:2% auto;
  color: #007cff;
  text-align: center;
  font-weight: 800;
}
@media (max-width: 980px) {
  .act_title{
    width: 90%;
    font-size: 30px;
  }
}

.act_txt2 {
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  color: var(--color_000);

  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1%;
padding-bottom: 2%;
}

@media (max-width: 980px) {
  .act_txt2 {
    font-size: 20px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.act_txt {
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  color: var(--color_000);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1%;
padding-bottom: 2%;
}

.act_invest {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #6a89f0;
  border: 2px solid #6a89f0;
  padding: 15px 52px;
  cursor: pointer;
  border-radius: 60px;
  width: 30%;
  margin: 2% auto;
  text-align: center;
}

@media (max-width: 980px) {
  .act_invest {
    width: 64%;
    font-size: 30px;
    padding: 7px 46px;
  }
}

@media (max-width: 500px) {
  .act_invest {
      font-size: 19px;
      padding: 7px 22px;
  }
}

@media (max-width: 980px) {
  .act_txt {

    font-size: 20px;
  }
}


.act_note {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  color: var(--color_000);
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1%;
padding-bottom: 2%;
}


@media (max-width: 980px) {
  .act_note{

    font-size: 16px;
  }
}

.underline {
  text-decoration: underline;
  text-decoration-color: rgb(0, 0, 0);
  text-underline-offset:10px;
  display: unset;
}

.mid{
  color: #e2098b;
  font-size: 35px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .mid{
    font-size: 20px;
    word-break: break-all;
  }
}


.big{
  color: #d10000;
  font-size: 60px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .big{
    font-size: 25px;
    word-break: break-all;
  }
}



.act_pc_img{
  display: block;
  width: 90%;
  margin: 5%;
}



@media (max-width: 980px) {
  .act_pc_img{
    display: none;
  }
}



.act_m_img {
  display: none;
}

@media (max-width: 980px) {
  .act_m_img {
    display: block;
    width: 90%;
    margin: 5%;
  }
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.act_cotent {
  border: 7px solid #d53d0f;
  border-radius: 15px;
  width: 99%;
  display: flex
;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3% 0;
  margin: 0 0 1% 0;
}

.pc_open {
  display: block;
}
@media (max-width: 980px) {
  .pc_open {
    display: none;
  }
}

.m_open {
  display: none;
}
@media (max-width: 980px) {
  .m_open {
    display: block;
  }
}

.br_box {
  display: block;
}

.color_red {
  color: var(--color_d10000);
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #f4e4a7;
}

.header {
  position: static;
  top: 0;
  width: 100%;
  height: auto;
  background: url(../images/header_bg.png) var(--color_fff) right top no-repeat;
  background-size: auto 100%;
  border-bottom: 8px solid transparent;
  border-width: 0 0 8px 0;
  -o-border-image: linear-gradient(to right, var(--color_ff9600) 0%, var(--color_ff0000) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(var(--color_ff9600)), to(var(--color_ff0000)));
     border-image: linear-gradient(to right, var(--color_ff9600) 0%, var(--color_ff0000) 100%);
  border-image-slice: 1;
  -webkit-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1000;
}
@media (max-width: 980px) {
  .header {
    padding: 19px 0;
    position: fixed;
  }
}

.scrolled {
  position: fixed;
}

.header_content {
  width: auto;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .header_content {
    max-width: 980px;
  }
}
@media (max-width: 1000px) {
  .header_content {
    max-width: 960px;
  }
}

.logo {
  max-width: 160px;
  height: auto;
  padding: 0 0 0 20px;
}

.menu_icon {
  padding: 0 20px;
  max-width: 40px;
  display: none;
}
@media (max-width: 980px) {
  .menu_icon {
    display: block;
  }
}
@media (max-width: 414px) {
  .menu_icon {
    max-width: 30px;
  }
}

.del_icon {
  max-width: 29px;
  padding: 0 20px;
  display: none;
}

.menu {
  display: block;
}
@media (max-width: 980px) {
  .menu {
    display: none;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 1000;
    height: 3000px;
  }
}
@media (max-width: 414px) {
  .menu {
    top: 74px;
  }
}
.menu ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
.menu ul li {
  position: relative;
}
@media (max-width: 980px) {
  .menu ul li {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.menu ul li::after {
  content: "";
  height: 20px;
  width: 1px;
  background: var(--color_000);
  position: absolute;
  top: 37%;
  left: -1px;
}
.menu ul li:nth-child(1)::after {
  background: transparent;
}
.menu ul li:hover::after {
  background: transparent;
}
.menu ul li a {
  display: block;
  font-size: 16px;
  padding: 24px 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .menu ul li a {
    width: 70%;
    height: auto;
    padding: 24px 20px;
    text-align: center;
    margin: 0 auto;
    color: var(--color_fff);
    font-size: 20px;
  }
  .menu ul li a span {
    display: block;
  }
}
.menu ul li a:hover {
  color: var(--color_fff);
  background: var(--color_990000);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.menu .color_990000 {
  color: var(--color_990000);
}
@media (max-width: 980px) {
  .menu .color_990000 {
    color: var(--color_fff);
  }
}

.kv_part {
  position: relative;
  background: url(../images/kv/kv_bg.png) no-repeat center center;
  width: 100%;
  height: 1000px;
  background-size: cover;
  margin: 0;
}




@media (max-width: 980px) {
  .kv_part {
    background: none;
    height: auto;
    
  }
}

.act_part {
  width: 80%;
  max-width:900px;
  position: relative;

  padding: 35px;
  border-radius: 30px;

  border: 7px solid  #ffffff;
  background-color: #ffffff;
  margin: 3% auto;
}


@media (max-width: 980px) {
  .act_part  {
    padding: 15px;
    box-shadow: 0 0 0;
    margin-top: 5%;
  }
}


.kv_part .kv_img_group {
  width: 100%;
  top: 1%;
  position: relative;
}
.kv_part .kv_img {
  width: 75%;
  position: absolute;
  left: -2%;
  top: 0%;
}

.kv_part .kv_title {
  width: 30%;
  position: absolute;
  left: 33%;
}
@media (max-width: 2200px) {
  .kv_part .kv_title  {
    width: 37%;
    left: 30%;
  }
}

@media (max-width: 1980px) {
  .kv_part .kv_title  {
    width: 36%;
    left: 29%;
  }
}

@media (max-width: 1800px) {
  .kv_part .kv_title  {
    width: 44%;
    left: 25%;
  }
}

@media (max-width: 1300px) {
  .kv_part .kv_title  {
    width: 60%;
    left: 18%;
  }
}


.kv_part .kv_bg_m {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 980px) {
  .kv_part .kv_img_group_980 .kv_title {
    width: 90%;
    top: 14%;
    left: 10px;
  }
}

@media (max-width: 300px) {
  .kv_part .kv_img_group_980 .kv_title {
    top: 23%;
    left: 9px;
    
  }
}


@media (max-width: 980px) {
  .kv_part .kv_img_group_980 .kv_img {
    width: 95%;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 980px) {
  .kv_part .kv_img_group_980 .kv_txt01 {
    width: 10%;
    position: absolute;
    top: 11%;
    left: 13%;
  }
}


.main_part {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 3% 0 0;
}
.main_part .m_show {
  display: none;
}


.main_100 .stamp {
  width: 20%;
  right: -10px;
  top: 1300px;
  position: absolute;
}

.main_100 .stamp2 {
  width: 40%;
  left: 0px;
  top: 1400px;
  position: absolute;
}



.main_100 .stamp3 {
  width: 25%;
  right: 0px;
  top: 2500px;
  position: absolute;
}


.main_100 .stamp4 {
  width: 25%;
  left: 0px;
  top: 3000px;
  position: absolute;
}


.main_100 .stamp5 {
  width: 20%;
  right: 0px;
  top: 4300px;
  position: absolute;
}


.main_100 .stamp6 {
  width: 20%;
  left: 0px;
  top: 3800px;
  position: absolute;
}

.main_100 .stamp7 {
  width: 33%;
  right: -10px;
  top: 5000px;
  position: absolute;
}

.main_100 .stamp8 {
  width: 45%;
  left: 0px;
  top: 4800px;
  position: absolute;
}



@media (max-width: 1200px) {
  .main_100 .stamp{
    display:none;
  }
}

@media (max-width: 1200px) {
  .main_100 .stamp2{
    display:none;
  }
}


@media (max-width: 1200px) {
  .main_100 .stamp3{
    display:none;
  }
}
@media (max-width: 1200px) {
  .main_100 .stamp4{
    display:none;
  }
}

@media (max-width: 1200px) {
  .main_100 .stamp5{
    display:none;
  }
}
@media (max-width: 1200px) {
  .main_100 .stamp6{
    display:none;
  }
}

@media (max-width: 1200px) {
  .main_100 .stamp7{
    display:none;
  }
}
@media (max-width: 1200px) {
  .main_100 .stamp8{
    display:none;
  }
}

@media (max-width: 980px) {
  .main_part .m_show {
    display: block;
    margin: 6% 0 7% 0;
  }
}
@media (max-width: 560px) {
  .main_part .m_show {
    margin: 50px 0 60px 0;
  }
}
.main_part .m_show .kv_txt02 {
  width: 237px;
  margin: 0 auto 30px;
}
.main_part .m_show .kv_txt03 {
  width: 237px;
  margin: 0 auto 30px;
}
.main_part .txt_group {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 30px 0;
}
.main_part .txt_group .title {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: var(--color_d10000);
  margin: 0 0 7px 0;
}
.main_part .txt_group .txt_box {
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  color: var(--color_000);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .main_part .txt_group .txt_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_part .txt_group .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
@media (max-width: 980px) {
  .main_part .txt_group .txt {
    width: 100%;
  }
}
.main_part .txt_group .line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: var(--color_d10000);
  margin: 1px 3px 0;
}
.main_part .txt_group .flex_span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_part .card_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 37px 0 32px 0;
}
@media (max-width: 1024px) {
  .main_part .card_group {
    width: 90%;
    margin: 0 auto;
    margin-top: 5%;
  }
}
@media (max-width: 980px) {
  .main_part .card_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main_part .card_group .card01 {
  margin: 0 10px 0 0;
  width: 40%;
}
@media (max-width: 980px) {
  .main_part .card_group .card01 {
    width: 50%;
    margin: 0 auto 20px;
  }
}

.main_part .card_group .card02 {
  margin: 70px 0 0 40px;
  -webkit-box-align: center;
}
@media (max-width: 980px) {
  .main_part .card_group .card02 {
    width: 100%;
    margin: 0 auto 20px;
  }
}

.main_part .card_group .card03 {
  margin: 0 10px 0 0;

}
@media (max-width: 980px) {
  .main_part .card_group .card03 {
    width: 50%;
    margin: 0 auto 20px;
  }
}

.main_part .card_group .card04 {
  margin: 0 45px 0 0;
  

}
@media (max-width: 980px) {
  .main_part .card_group .card04 {
    width: 37%;
    margin: 0 auto 20px;
  }
}

@media (max-width: 500px) {
  .main_part .card_group .card04 {
    width: 50%;
    margin: 0 auto 20px;
  }
}


.main_part .main_notice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 37px 0 0 0;
  font-size: 16px;
}
@media (max-width: 980px) {
  .main_part .main_notice {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }
}
.main_part .main_notice .main_notice_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_part .main_notice .main_notice_title span {
  display: block;
  padding: 5px 15px;
  border-radius: 17px;
  background: var(--color_d10000);
  height: 38px;
  color: var(--color_fff);
  font-weight: 700;
  margin: 0 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 980px) {
  .main_part .main_notice .main_notice_title {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.main_part .main_notice .main_notice_content {
  text-align: left;
  margin: 0 0 0 10px;
}
@media (max-width: 980px) {
  .main_part .main_notice .main_notice_content {
    width: auto;
    margin: 0 auto;
  }
}
.main_part .main_notice .main_notice_content .inline_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 3px 0;
}


.main_part .tab_content {
  display: none;
  opacity: 0;
}
.main_part .tab_content_ac {
  display: block;
  -webkit-animation: opacity01 1s forwards;
          animation: opacity01 1s forwards;
}
@-webkit-keyframes opacity01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.notice_part {
  width: 80%;
  max-width:1200px;
  position: relative;
  margin: 3% auto 2%;
  padding: 35px;
  border-radius: 15px;
  background-color: #ecd678
}
@media (max-width: 980px) {
  .notice_part {
    padding: 15px;
  }
}

@media (max-width: 980px) {
  .notice_part .notice_title {
    font-size: 30px;
  }
}
.notice_part .notice_content {
  font-size: 14px;
  color: var(--color_000);
  margin: 0 0 2% 0;
  position: relative;
  font-size: 18px;
  height: 203px;
  overflow: hidden;
}

.notice_part .notice_content ul {
  list-style: decimal;
  padding: 0 0 0 28px;
}
.notice_part .notice_content li {
  margin: 0 0 10px 0;

}

.notice_content a {
  color: #816900;
  border-bottom: 1px #816900 solid;
}

.notice_content td a {
  color: #a41919;
  border-bottom: 1px #a41919 solid;
}

.notice_part .notice_content_ac {
  height: auto;
  padding: 0 0 39px 0;
  margin: 0;
}

.notice_part .notice_title {
  font-size: 40px;
  margin: 0 0 30px 0;
  color: #816900;
  text-align: center;
  font-weight: 800;
}

@media (max-width: 980px) {
  .notice_part .notice_title {
    font-size: 30px;
  }
}


.notice_part .notice_btn {
  width: 160px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #ffee1b;
  padding: 7px 0;
  cursor: pointer;
}


.notice_part .notice_content::after {
  content: "";
  width: 100%;
  height: 65px;
  background: linear-gradient(to top, #ecd678 30%, rgba(0, 0, 0, 0)) no-repeat;
  position: absolute;
  bottom: -21px;
  left: 0;
}

table { 
  border:1px solid #000; 
  font-size:18px; 
  border:1px solid #000;
  text-align:center;
  border-collapse:collapse;
} 
th { 
  background-color: #fccf3d;
  padding: 10px;
  border: 1px solid #c43d00;
  color: #982b05;
  font-weight: 600;
  text-align: center;
} 
td { 
  border:1px solid #c43d00;
  background-color: #fff7d4;
  padding:5px;
} 

.footer_btn_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.footer_btn_box .footer_btn {
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_btn_box .footer_btn a {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .footer_btn_box .footer_btn {
    width: 80%;
  }
}
.footer_btn_box .footer_btn_txt {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin: 15px 0 0 0;
}
@media (max-width: 768px) {
  .footer_btn_box .footer_btn_txt {
    width: 80%;
    margin: 15px auto 0;
    font-size: 16px;
  }
}
.footer_btn_box .btn_color {
  width: 100%;
  max-width: 476px;
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 35px;
  font-weight: 700;
  border-radius: 45px;
  letter-spacing: 4px;
  color: var(--color_fff);
  background: -webkit-gradient(linear, left top, right top, from(var(--color_ff0000)), to(var(--color_ff9600)));
  background: linear-gradient(90deg, var(--color_ff0000) 0%, var(--color_ff9600) 100%);
  background-position: 0% 0%;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.footer_btn_box .btn_color:hover {
  opacity: 1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color_ff0000)), color-stop(var(--color_ff9600)), color-stop(var(--color_ff9600)), to(var(--color_ff0000)));
  background-image: linear-gradient(90deg, var(--color_ff0000), var(--color_ff9600), var(--color_ff9600), var(--color_ff0000));
  background-size: 300%;
  -webkit-animation: animate_bg 1.5s forwards;
          animation: animate_bg 1.5s forwards;
}
@-webkit-keyframes animate_bg {
  0%, 100% {
    background-position: 0%, 50%;
  }
  50% {
    background-position: 100%, 50%;
  }
}
@keyframes animate_bg {
  0%, 100% {
    background-position: 0%, 50%;
  }
  50% {
    background-position: 100%, 50%;
  }
}

.footer_bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;

}

.act_btn {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.act_btn .btn_box{
  margin: 20px 50px;
  width: 100%;
  max-width: 300px;
}


@media (max-width: 980px) {
  .act_btn .btn_box {
    margin: 9px 8px;
  }
}


.footer {
  width: 100%;
  max-width: 1000px;
  margin: 45px auto 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
}
.footer .footer_icon ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer_icon ul li {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
.footer .footer_icon ul li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: center;
}
.footer .footer_txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  margin: 0 0 20px 0;
  color: #151515;
}
.footer .footer_txt ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .footer .footer_txt ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .footer_txt ul li {
  margin: 0 0 10px 5px;
  padding: 0 5px 0 0;
  border-right: 1px solid #151515;;
}
@media (max-width: 1024px) {
  .footer .footer_txt ul li {
    width: 30%;
  }
}
@media (max-width: 768px) {
  .footer .footer_txt ul li {
    width: 45%;
    border: none;
  }
}
@media (max-width: 560px) {
  .footer .footer_txt ul li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer .footer_txt ul li {
    margin: 0 0 7px 5px;
  }
}
@media (max-width: 1024px) {
  .footer .footer_txt ul li:nth-child(3) {
    border: none;
  }
}
.footer .footer_txt ul li:last-child {
  border: none;
}
.footer .footer_txt .txt {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer .footer_txt .txt {
    margin: 17px 0 0 0;
  }
}
@media (max-width: 400px) {
  .footer .footer_txt .txt {
    margin: 30px 0 0 0;
  }
}
.footer .footer_txt .txt .br_box {
  display: inline-block;
}
@media (max-width: 400px) {
  .footer .footer_txt .txt .br_box {
    display: block;
  }
}

.copyright_line {
  width: 100%;
  height: 1px;
}

.copyright {
  width: 100%;
  padding: 20px 0;
  height: auto;
  background: url(../images/header_bg.png) var(--color_fff) right top no-repeat;
  background-size: auto 100%;
  border-bottom: 8px solid transparent;
  border-width: 0 0 8px 0;
  -o-border-image: linear-gradient(to right, var(--color_ff9600) 0%, var(--color_ff0000) 100%);
     border-image: -webkit-gradient(linear, left top, right top, from(var(--color_ff9600)), to(var(--color_ff0000)));
     border-image: linear-gradient(to right, var(--color_ff9600) 0%, var(--color_ff0000) 100%);
  border-image-slice: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  color: #999;
}
.copyright span.br_box {
  display: inline-block;
  margin: 0 7px 0 0;
}
@media (max-width: 620px) {
  .copyright span.br_box {
    display: block;
    width: 100%;
  }
}
.copyright span.br_box:last-child {
  margin: 0;
}

.fixed_btn {
  width: 100px;
  position: fixed;
  bottom: 88px;
  right: 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media (max-width: 768px) {
  .fixed_btn {
    width: 80px;
  }
}
@media (max-width: 560px) {
  .fixed_btn {
    width: 70px;
    bottom: 122px;
  }
}
.fixed_btn a {
  width: 100%;
  display: block;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.fixed_btn .fixed_img01 {
  width: 100%;
  margin: 0 0 5px 0;
}
.fixed_btn .coin_list {
  width: 40%;
  margin: 0 auto;
}

#part01_box {
  position: relative;
  width: 100%;
  height: 1px;
  top: -100px;
  z-index: -10;
}

#part02_box {
  position: relative;
  width: 100%;
  height: 1px;
  top: -100px;
  z-index: -10;
}

#part03_box {
  position: relative;
  width: 100%;
  height: 1px;
  top: -100px;
  z-index: -10;
}
#part04_box {
  position: relative;
  width: 100%;
  height: 1px;
  top: -100px;
  z-index: -10;
}

/*# sourceMappingURL=main.css.map */