
@import url("https://fonts.googleapis.com/css?family=Roboto:700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Cabin&family=Noto+Sans+TC:wght@400;500;700&display=swap');

@font-face
{
  font-family: DINMedium;
  src: url('/assets/font/DINMedium.ttf');
}

html,
body,button {
  height: 100%;
  font-family: Montserrat,'Noto Sans TC', sans-serif;
}

html {
  font-size : 10px;
}

/* 为两个版本页面提供公共样式支持, e.g. menu, footer */

/*为了将footer固定在相对页面的底部, 
 *参考https://www.w3cschool.cn/css_series/css_series-2wj724q8.html
 *将容器高度撑满body高度
 */
.container-fluid {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

/****************************Header Begin****************************/
.menu-header {
  width: 100%;
  height: 6rem;
  box-sizing: border-box;
  background-color: #0d0e2e;
  transition: all 0.5s;
  z-index: 1000;
}

.menu-header-inner {
  width: 75vw;
  height: 6rem;
  /* padding: 0 8.5rem; */
  margin: 0 auto;
}

@media screen and (max-width: 1440px) {
  .menu-header-inner {
    padding: 0;
    width: 88vw;
  }
}

@media screen and (max-width: 768px) {
  .menu-header-inner {
    width: 90vw;
  }

  .navbar-brand {
    height: 100%;
    line-height: 5.5rem;
    padding: 0 !important;
  }
}

.menu-header .logo_image {
  margin: 0;
}

.menu-header .navbar-nav li {
  margin-left: 4.8rem;
  height: 2.4rem;
}

@media screen and (max-width: 970px) {
  .menu-header .navbar-nav li,
  .menu-header #unlogin_account_btn li {
    background-color: var(--dark);
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    text-align: center;
    margin: 0;
    margin-top: -1px;
    margin-left: 0 !important;
  }
  #navbarNav {
    z-index: 1000;
  }
}

.menu-header .navbar-nav li a {
  font-size: 1.6rem;
  line-height: 1.38;
  text-align: center;
  color: var(--white) !important;
  text-decoration: none;
}

.menu-header .login_account_btn {
  width: 9.8rem;
  height: 4.8rem;
  border: none;
  padding: 0;
  margin: 0;
  background-image: url(../img/button-login.png);
  line-height: 4.8rem;
  font-size: 1.6rem;
}

.hide-menu-header {
  top: -7.7rem;
  position: fixed;
}

.cookie-upside-108 {
  margin-top: 10.8rem !important;
}

.cookie-upside-168 {
  margin-top: 16.8rem !important;
}

/****************************Header End *****************************/

/********************Footer Start *********************/
.footer {
  text-align: center;
  color: #858c9b;
  padding: 10px 20px 50px 20px;
  background-color: #010e1e;
  position: relative;
}

.footer a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}

.footer a:hover {
  color: #fff;
}

@media screen and (max-width: 600px) {
  .footer {
    /* 这里这样做的目的已记不得,先关闭 */
    /* padding-bottom: 60px; */
  }
}

/********************Footer End *********************/

/********************Back To Top Start *********************/
.back-to-top {
  display: none;
  width: 50px;
  height: 50px;
  background-color: red;
  border-radius: 50px;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 2;
  text-align: center;
  line-height: 50px;
  font-size: 2em;
  background: linear-gradient(to top, #09acfe 0%, #32d0ec 100%);
  transition: all 0.2s;
}
.back-to-top.active {
  display: block;
}
.back-to-top:hover {
  bottom: 23px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

nav.navbar.activity-icon{
  position: fixed;
  right: 48px;
  bottom: 5vh;
  z-index: 1030;
  cursor: pointer;
}

.video-box{
  /* background-image: url("/assets/img/act_0726_video_bg.png") !important; */
  /* background-repeat: repeat-x; */
  /* background-image: radial-gradient(circle at 0 0, #850db1, rgba(133, 13, 177, 0)), linear-gradient(to top, rgba(30, 3, 41, 0), #300342); */
}
/********************Back To Top End *********************/


.title-1{
  text-shadow: 0 4px 4px rgba(127, 249, 246, 0.5);
  font-size: 46px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.57;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}

.textarea-box {
  text-align: left;
  margin-bottom: 72px;
}

.textarea-box .title-left-boder{
  position: absolute;
  left: -22px;
  width: 18px;
  height: 38px;
  flex-grow: 0;
  background-color: #7ff9f6;
}

.textarea-box .box-title{
  flex-grow: 1;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #ffffff;
  margin-bottom: 28px;
}

.textarea-box .box-p p{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.75px;
  color: #ffffff;
}

.box-ps{
  align-self: stretch;
  flex-grow: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 4px;
  border: solid 1px #50d4d1;
  margin-bottom: 30px;
  margin-top: 30px;
}

.box-ps span,.box-ps p{
  flex-grow: 1;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: 0.75px;
  text-align: left;
  color: #7ff9f6;
}

.video-bottom .preliminary-box{
  background-image: url("/assets/img/act_0726_pre_border.svg");
  background-size: 100%;
  text-align: center;
}

.video-bottom .act-time{
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 2px;
  color: #ffffff;
  margin-bottom: 69px;
}

.register-btn{
  width: 370px;
  height: 92px;
  flex-grow: 0;
  border-radius: 10px;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.7);
  background-image: linear-gradient(to right, #a801e0, #e90158);
}

.register-btn span{
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
}

.bottom-text .card button span{
  flex-grow: 0;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: left;
  color: #d8fffe;
}

.bottom-text .card {
  flex-grow: 0;
  border-radius: 8px !important;
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.25), 0 0 10px 0 rgba(127, 249, 246, 0.2);
  background-color: #2d003e;
}

.bottom-text .card .card-body{
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.75px;
  text-align: left;
  color: #ffffff;
  padding-top: 32px;
  padding-left: 52px;
  padding-right: 52px;
  padding-bottom: 50px;
}

.bottom-text .card .card-header{
  height: 80px;
  padding: 20px 52px 20px 52px;
}

.bottom-text .card .card-body p{
  margin-bottom: 10px;
  font-size: 18px;
}
.bottom-text .card button[aria-expanded="true"] {
  background: url("/assets/img/act_0726_up.svg") no-repeat;
  background-position: right 2% bottom 45%;
}

.bottom-text .card button {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  background: url("/assets/img/act_0726_down.svg") no-repeat;
  background-position: right 2% bottom 45%;
}

.card button:hover, .card button:focus {
  text-decoration: none;
}

.accordion {
  margin-bottom: 32px;
}

.video-box .video-btn{
  background-image: url('/assets/img/act_0726_video_box.png');
  min-height: 669px;
  min-width: 1165px;
  max-width: 1165px;
  max-height: 669px;
}

.coin-bold{
  font-weight: bold;
}

.preliminary-box{
  min-width: 1014px;
  min-height: 594px;
  max-width: 1014px;
  margin-bottom: 148px;
}

.collapse-box{
  min-width: 1014px;
  max-width: 1014px;
}

#video{
  left: 103px;
  position: absolute;
  top: 63px;
  width:82%;
  border-radius: 14px;
}

.textarea-box p{
  margin-bottom: 13px;
}

.title-h1{
  font-weight: bold !important;
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.menu-header .login_account_btn_v2 {
  width: 120px;
  height: 40px;
  flex-grow: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 6px 6px;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(84, 91, 108, 0.2);
  background-color: #00edbf;
  font-size: 16px;
  
  font-stretch: normal;
  font-style: normal;
  line-height: 1.03;
  letter-spacing: normal;
  text-align: center;
  color: #1e2127;
}