@font-face {
  font-family: 'FZ VNG Game';
  src: url('../fonts/FZ-VNG-Game-V1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* giúp hiển thị chữ ngay cả khi font chưa load xong */
}

/* ====== CƠ BẢN ====== */
/* Container mặc định */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Container nhỏ hơn (sm) */
.container-sm {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Container full màn hình */
.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%; /* không giới hạn */
}

/* Breakpoints giống Bootstrap 5 */
@media (min-width: 576px) {
  .container { max-width: 540px; }
  .container-sm { max-width: 480px; } /* nhỏ hơn một chút */
}

@media (min-width: 768px) {
  .container { max-width: 720px; }
  .container-sm { max-width: 640px; }
}

@media (min-width: 992px) {
  .container { max-width: 960px; }
  .container-sm { max-width: 840px; }
}

@media (min-width: 1200px) {
  .container { max-width: 1140px; }
  .container-sm { max-width: 960px; }
}

@media (min-width: 1400px) {
  .container { max-width: 1320px; }
  .container-sm { max-width: 1080px; }
}


.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

[class*="col-"] {
  padding: 0 15px;
  box-sizing: border-box;
}

/* ====== GRID 12 CỘT ====== */
.col-1 {
  flex: 0 0 8.3333%;
  max-width: 8.3333%;
}

.col-2 {
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

.col-5 {
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.col-8 {
  flex: 0 0 66.6666%;
  max-width: 66.6666%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
}

.col-11 {
  flex: 0 0 91.6666%;
  max-width: 91.6666%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* ====== RESPONSIVE BREAKPOINTS ====== */
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333%;
    max-width: 8.3333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-8 {
    flex: 0 0 66.6666%;
    max-width: 66.6666%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* ====== CĂN GIỮA & GUTTER TUỲ CHỌN ====== */
.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.g-0 [class*="col-"] {
  padding: 0;
}

.g-3 [class*="col-"] {
  padding: 0 30px;
}

.btn-readmore {
  display: block;
  width: 15.9375vw;
  height: 4.21875vw;
  background: url(../images/part2-btn-get.png) no-repeat center / 100% 100%;
  margin: 0 auto;
}

/*qq登录*/
.milo-qqLogin {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.milo-qqLogin .qqLoginCover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.milo-qqLogin .qqLoginContent {
  width: 650px;
  height: 400px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -375px;
  margin-top: -225px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.milo-qqLogin .qqLoginFrame {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: 0px solid white
}

/*微信登录*/
.milo-wxLogin {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
}

.milo-wxLogin .wxLoginCover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.milo-wxLogin .wxLoginContent {
  box-sizing: content-box;
  width: 300px;
  height: 460px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -150px;
  margin-top: -230px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  padding: 0px 20px;
}

.milo-wxLogin .wxLoginContent .wxLoginClose {
  height: 40px;
  width: 100%;
}

.milo-wxLogin .wxLoginContent .wxLoginClose a {
  line-height: 36px;
  text-align: center;
  float: right;
  margin-right: -20px;
  height: 40px;
  width: 40px;
  display: inline-block;
  color: rgb(102, 102, 102);
  font-family: Verdana, sans-serif;
  font-size: 30px;
  text-decoration: none;
  cursor: pointer;
}

.milo-wxLogin .wxLoginContent .wxLoginClose a:hover {
  color: rgb(240, 115, 115);
  font-family: Verdana, sans-serif;
}

.milo-wxLogin .wxLoginContent .wxLoginBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}


/*qq微信登录*/

.milo-qqwx-login {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none
}

.qqwx-login-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.qqwx-login-frame {
  width: 750px;
  height: 470px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -375px;
  margin-top: -240px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border-radius: 5px 5px 0px 0px;
}

.qqwx-tabs {
  line-height: 40px;
  /* position: absolute; */
  z-index: 100001;
  width: 100%;
  height: 40px;
}

.qqwx-tabs .qq-tab,
.qqwx-tabs .wx-tab {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 18px;
  background-color: #f1f1f1;
  color: #b1b1b1;
  text-decoration: none
}

.qqwx-active-qq a.qq-tab {
  color: #fff;
  background-color: #51b7ec
}

.qqwx-active-wx a.wx-tab {
  color: #fff;
  background-color: #4ab218
}

.qqwx-tabs .qqwxtab-close {
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  color: grey;
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 5px;
  border-width: 0px 0px 1px 1px;
  border-style: solid
}

.qqwx-active-qq .qqwx-tabs .qqwxtab-close {
  border-color: #e0dcdc
}

.qqwx-active-wx .qqwx-tabs .qqwxtab-close {
  border-color: #8BC34A;
  color: #d4d2d2
}

.qqwx-tabs .qqwxtab-close:hover {
  font-weight: bold
}

.qqwx-tips {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #a2a2a2;
  position: absolute;
  height: 32px;
  width: 100%;
  top: 40px;
  z-index: 10001;
  background-color: #fff;
  border: none;
}

.qqwx-frame {
  width: 100%;
  height: 400px;
  position: absolute;
  overflow: hidden;
  border: none;
  top: 70px;
}

.qqwx-frame div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  display: none;
  border: none;
}

.qqwx-frame div iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.qqwx-active-qq div.qqwx-frame-qq-div {
  display: block
}

.qqwx-active-wx div.qqwx-frame-wx-div {
  display: block
}

i.ico-qq-logo,
i.ico-wx-logo {
  display: inline-block;
  height: 23px;
  vertical-align: middle;
  margin: 0px 5px;
  margin-top: -4px;
  background: url(https://vm.gtimg.cn/tencentvideo/vstyle/web/common/style/img/login/sprite_login.png?d=0210&max_age=31104000) no-repeat
}

i.ico-qq-logo {
  width: 20px
}

i.ico-wx-logo {
  width: 24px
}

.qqwx-active-wx i.ico-qq-logo {
  background-position: -180px -90px
}

.qqwx-active-wx i.ico-wx-logo {
  background-position: -250px -90px
}

.qqwx-active-qq i.ico-qq-logo {
  background-position: -200px -90px
}

.qqwx-active-qq i.ico-wx-logo {
  background-position: -220px -90px
}

div#qqwx-frame-wx-div {
  top: 20px
}


/*qc登录*/

.loginframe {
  width: 100%;
  height: 400px;
  overflow: hidden;
  border: 0px solid white
}

.milo-qConnectLogin {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px
}

.qConnectLoginCover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.qConnectLoginContent {
  width: 752px;
  height: 400px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -375px;
  margin-top: -220px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.qConnectLoginContent>div {
  height: 30px;
  width: 100%;
  /* background-color: #4fb7ec; */
  background-color: #fff;
  font-size: 18px
}

.qConnectLoginContent>div span {
  color: white;
  display: inline-block;
  line-height: 30px;
  padding: 0px 5px
}

.qConnectLoginContent>div a {
  float: right;
  line-height: 30px;
  text-decoration: none;
  color: #009aff;
  font-weight: bold;
  font-size: 25px;
  width: 30px;
  text-align: center;
  cursor: pointer
}

.qConnectLoginContent>div a:hover {
  color: #f57272
}

.qConnectLoginContent>div {
  position: absolute;
  z-index: 100001;
  right: 0px;
  width: 30px;
  top: 0px;
  height: 48px;
  text-align: center
}

.qConnectLoginContent>div a {
  line-height: 40px;
  display: inline-block
}


/*qc微信登录*/

.milo-qcwx-login {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none
}

.qcwx-login-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.qcwx-login-frame {
  width: 750px;
  height: 470px;
  background-color: white;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -375px;
  margin-top: -240px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  border-radius: 5px 5px 0px 0px;
}

.qcwx-tabs {
  line-height: 40px;
  position: absolute;
  z-index: 100001;
  width: 100%
}

.qcwx-tabs .qc-tab,
.qcwx-tabs .wx-tab {
  cursor: pointer;
  display: inline-block;
  width: 50%;
  float: left;
  text-align: center;
  font-size: 18px;
  background-color: #f1f1f1;
  color: #b1b1b1;
  text-decoration: none
}

.qcwx-active-qc a.qc-tab {
  color: #fff;
  background-color: #51b7ec
}

.qcwx-active-wx a.wx-tab {
  color: #fff;
  background-color: #4ab218
}

.qcwx-tabs .qcwxtab-close {
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  color: grey;
  font-size: 25px;
  line-height: 25px;
  display: inline-block;
  padding: 0px 5px;
  border-width: 0px 0px 1px 1px;
  border-style: solid
}

.qcwx-active-qc .qcwx-tabs .qcwxtab-close {
  border-color: #e0dcdc
}

.qcwx-active-wx .qcwx-tabs .qcwxtab-close {
  border-color: #8BC34A;
  color: #d4d2d2
}

.qcwx-tabs .qcwxtab-close:hover {
  font-weight: bold
}

.qcwx-tips {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: #a2a2a2;
  position: absolute;
  width: 100%;
  top: 40px;
  z-index: 10001;
  background-color: #fff;
}

.qcwx-frame {
  width: 750px;
  height: 470px;
  position: absolute;
  overflow: hidden;
}

.qcwx-frame div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
  display: none
}

.qcwx-frame div iframe {
  width: 100%;
  height: 100%
}

.qcwx-active-qc div.qcwx-frame-qc-div {
  display: block
}

.qcwx-active-wx div.qcwx-frame-wx-div {
  display: block;
  top: 70px;
  height: 400px;
}

i.ico-qc-logo,
i.ico-wx-logo {
  display: inline-block;
  height: 23px;
  vertical-align: middle;
  margin: 0px 5px;
  margin-top: -4px;
  background: url(https://vm.gtimg.cn/tencentvideo/vstyle/web/common/style/img/login/sprite_login.png?d=0210&max_age=31104000) no-repeat
}

i.ico-qc-logo {
  width: 20px
}

i.ico-wx-logo {
  width: 24px
}

.qcwx-active-wx i.ico-qc-logo {
  background-position: -180px -90px
}

.qcwx-active-wx i.ico-wx-logo {
  background-position: -250px -90px
}

.qcwx-active-qc i.ico-qc-logo {
  background-position: -200px -90px
}

.qcwx-active-qc i.ico-wx-logo {
  background-position: -220px -90px
}

div#qcwx-frame-wx-div {
  top: 20px
}


/*wegame登录*/

.wegameloginframe {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border: 0px solid white
}

.milo-wegameLogin {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px
}

.wegameLoginCover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
  background-color: white;
  opacity: 0.7;
  filter: alpha(opacity=70)
}

.wegameLoginContent {
  width: 800px;
  height: 600px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10000;
  margin-left: -400px;
  margin-top: -300px;
  border: 1px solid #bfbfbf;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.wegameLoginContent>div {
  height: 30px;
  width: 100%;
  background-color: none;
  font-size: 18px
}

.wegameLoginContent>div.wegameLoginTitle {
  width: 100%;
  background-color: #0e0e0e
}

div.wegameLoginIcon {
  display: none
}

.wegameLoginTitle>div.wegameLoginIcon {
  display: block;
  float: left;
  width: 239px;
  height: 60px;
  background: url(https://api.rail.tgp.qq.com/web/oauth2.0/login/images/wegame-logo-m.png) no-repeat center;
  margin-left: 10px
}

.wegameLoginContent>div span {
  color: white;
  display: inline-block;
  line-height: 30px;
  padding: 0px 5px
}

.wegameLoginContent>div a {
  float: right;
  line-height: 30px;
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 25px;
  width: 30px;
  text-align: center;
  cursor: pointer
}

.wegameLoginContent>div a:hover {
  color: #f57272
}

.wegameLoginContent>div {
  position: absolute;
  z-index: 100001;
  right: 0px;
  width: 30px;
  top: 0px;
  height: 60px;
  text-align: center
}

.wegameLoginContent>div a {
  line-height: 55px;
  display: inline-block
}

#milo_qzone_share {
  width: 860px;
  height: 445px;
  z-index: 900;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  margin: auto;
  border: 1px solid #225EA8;
  background-color: #fff;
}

#milo_qzone_share_title {
  width: 100%;
  background: url(https://ossweb-img.qq.com/images/gamevip/act/act_comm/lz_top_spr_v2.png) repeat-x 0 -97px;
  height: 36px;
  margin: 0px;
}

#milo_qzone_share_title span {
  float: left;
  display: inline;
  margin: 5px 0 0 12px;
  font-weight: bold;
  height: 27px;
  line-height: 25px;
  padding-left: 8px;
  font-size: 14px;
  color: #fff;
}

#milo_qzone_share_content {
  text-align: center;
  overflow: hidden;
  height: 440px;
}

#milo_qzone_share_title a {
  float: right;
  display: inline;
  margin: 10px 10px 0 0;
  width: 14px;
  height: 13px;
  text-indent: -999em;
  overflow: hidden;
  background: url(https://ossweb-img.qq.com/images/gamevip/act/act_comm/lz_top_spr_v2.png) no-repeat -297px -5px;
}

.milo-dialog__wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  margin: 0;
}

.milo-dialog__wrapper .milo-dialog {
  position: relative;
  margin: 100px auto;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  background-color: #fff;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__header {
  padding: 20px 20px 10px;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__header .milo-dialog__title {
  line-height: 24px;
  font-size: 18px;
  color: #303133;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__header .milo-dialog__headerbtn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer;
  font-size: 16px;
  color: #909399;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__header .milo-dialog__headerbtn:focus,
.milo-dialog__wrapper .milo-dialog .milo-dialog__header .milo-dialog__headerbtn :hover {
  color: #409eff;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__body {
  padding: 30px 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__footer {
  padding: 10px 20px 20px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
  margin: 0 5px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button:focus,
.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button:hover {
  color: #409eff;
  border-color: #c6e2ff;
  background-color: #ecf5ff;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button.primary {
  background: #3a8ee6;
  border-color: #3a8ee6;
  color: #fff;
}

.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button.primary:focus,
.milo-dialog__wrapper .milo-dialog .milo-dialog__footer .milo-button.primary:hover {
  background: #66b1ff;
  border-color: #66b1ff;
  color: #fff;
}

.milo-dialog-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 2002;
}

.milo-item {
  line-height: 45px;
  font-size: 14px;
  padding: 3px 0;
  width: 100%;
}

.milo-item select,
.milo-item .milo_input {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}

.milo-item select {
  padding: 0 15px;
}

.milo-item .milo_input {
  padding: 0 19px;
}

#milo_auto_role_text {
  margin-left: 5px;
}

#milo_auto_role {
  max-height: 130px;
  overflow: scroll;
}

#milo_auto_role_wrapper {
  line-height: 26px;
}

.milo-PIPInfo {
  margin-right: 5px;
  border: 1px solid #dcdfe6;
  -webkit-appearance: checkbox;
}

#milo-error-message {
  display: none;
  color: #f00;
}

.milo_select {
  max-height: 200px;
  overflow: auto;
  cursor: pointer;
}

.milo_select li {
  list-style: none;
}

.milo_input:disabled {
  opacity: 0.7;
}

.milo-alert-frame {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.milo-alert-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
  z-index: 9998;
}

.milo-alert {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.milo-alert-box {
  display: inline-block;
  width: 420px;
  padding-bottom: 10px;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  font-size: 18px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  overflow: hidden;
  backface-visibility: hidden;
}

.milo-alert-box .milo-alert-header {
  position: relative;
  padding: 15px 15px 10px;
}

.milo-alert-box .milo-alert-header .milo-alert-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url("<?= IMG_URL ?>png/close.png?v=<?= CACHE_TIME ?>");
  background-size: contain;
  cursor: pointer;
}

.milo-alert-box .milo-alert-content {
  padding: 10px 15px;
  color: #606266;
  font-size: 14px;
}

.milo-alert-box .milo-alert-footer {
  display: flex;
  justify-content: flex-end;
  padding: 5px 15px 0;
}

.milo-alert-box .milo-alert-footer div {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #dcdfe6;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  transition: 0.1s;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  margin: 0 5px;
  min-width: 88px;
}

.milo-alert-box .milo-alert-footer .milo-btn-confirm {
  background-color: #409eff;
  border-color: #409eff;
  display: none;
}

.milo-alert-box .milo-alert-footer .milo-btn-cancel {
  background-color: #a7a6a4;
  border-color: #a7a6a4;
  display: none;
}

.milo-alert-box-mobile {
  display: inline-block;
  width: 80vw;
  vertical-align: middle;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #ebeef5;
  font-size: 16px;
  color: #606266;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  overflow: hidden;
  backface-visibility: hidden;
}

.milo-alert-box-mobile .milo-alert-header {
  position: relative;
  padding: 27px 15px 0;
  color: #000;
  font-weight: bold;
}

.milo-alert-box-mobile .milo-alert-header .milo-alert-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: url("<?= IMG_URL ?>png/close.png?v=<?= CACHE_TIME ?>");
  background-size: contain;
  cursor: pointer;
}

.milo-alert-box-mobile .milo-alert-content {
  padding: 15px;
  color: #606266;
  font-size: 14px;
  border-bottom: 1px solid #ebeef5;
}

.milo-alert-box-mobile .milo-alert-footer {
  display: flex;
}

.milo-alert-box-mobile .milo-alert-footer div {
  padding: 15px;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
}

.milo-alert-box-mobile .milo-alert-footer .milo-btn-cancel {
  display: none;
  border-right: 1px solid #ebeef5;
  color: #000;
}

.milo-alert-box-mobile .milo-alert-footer .milo-btn-confirm {
  flex: 1;
  color: #0f4379;
  display: none;
}

#milo-feedback::-webkit-scrollbar {
  width: 7px;
  height: 6px;
  background-color: #fff;
}

#milo-feedback::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #fff;
}

#milo-feedback::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #babdc2;
}

#milo-feedback {
  height: 450px;
}

#milo-feedback .tabs {
  display: flex;
  justify-content: center;
}

#milo-feedback .tabs .tab {
  padding: 10px 20px;
  background-color: #f0f0f0;
  cursor: pointer;
}

#milo-feedback .tabs .tab.active {
  background-color: #ccc;
}

#milo-feedback .tab-content {
  display: none;
  padding: 10px;
}

#milo-feedback .tab-content.active {
  display: block;
}

#milo-feedback .sub-tabs {
  display: flex;
  justify-content: center;
}

#milo-feedback .sub-tab {
  padding: 2px 10px;
  cursor: pointer;
}

#milo-feedback .sub-tab.active {
  color: #409eff;
  border-bottom: #409eff 1px solid;
}

#milo-feedback .sub-tab-content {
  display: none;
  text-align: left;
}

#milo-feedback .sub-tab-content.active {
  display: block;
}

#milo-feedback .milo-form-label {
  vertical-align: middle;
  float: left;
  width: 100px;
  font-size: 14px;
  color: #606266;
  line-height: 30px;
  padding: 0 12px 0 0;
  box-sizing: border-box;
}

#milo-feedback .milo-form-item {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  outline: none;
  padding: 0 15px;
  display: inline-block;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 250px;
}

#milo-feedback .milo-form-row {
  clear: both;
  padding: 2px 0;
}

#milo-feedback .milo-form-label.is-require:before {
  content: "*";
  color: #f56c6c;
  margin-right: 4px;
}

#milo-feedback textarea {
  height: 70px !important;
}

#milo-feedback select {
  margin: 3px 0;
}

#milo-feedback #milo-feedback-submit {
  color: #fff;
  background-color: #409eff;
  border-color: #409eff;
  width: 100%;
  height: 50px;
  border: 0;
}

#milo-feedback .list-container {
  min-height: 360px;
  height: 360px;
  overflow-y: auto;
}

#milo-feedback .list {
  list-style-type: none;
  padding: 0;
}

#milo-feedback .list li {
  transition: background-color 0.3s ease;
}

#milo-feedback .list li .item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #f6f9fc;
  border-radius: 6px;
  padding: 5px 15px;
}

#milo-feedback .remark {
  width: 100%;
  text-align: center;
  font-size: 10px;
}

#milo-feedback .list li .item-reply {
  padding: 5px 20px;
  background-color: #f6f9fc;
  border-radius: 6px;
  margin: 10px 0;
  margin-left: 15px;
}

#milo-feedback .list li .item-title {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#milo-feedback .list li .toggle-btn {
  font-size: 16px;
  transition: transform 0.3s ease;
}

#milo-feedback .list li .item-content {
  margin-top: 10px;
  display: none;
  padding-left: 20px;
  transition: opacity 0.3s ease;
}

#milo-feedback .nodata {
  text-align: center;
}

#milo-feedback .list li .arrow-up,
#milo-feedback .list li .arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

#milo-feedback .list li .arrow-up {
  border-bottom: 5px solid #000;
}

#milo-feedback .list li .arrow-down {
  border-top: 5px solid #000;
}

#milo-invite-code {
  width: 100%;
  display: flex;
}

#milo-invite-text {
  background-color: #f2f3f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  height: 30px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 14px;
  color: #1d2129;
  font-weight: 400;
  border: 1px solid #165dff;
}

#milo-invite-btn {
  background-color: #3c7eff;
  color: #fff;
  border: 1px solid transparent;
  padding: 0 10px;
  font-size: 12px;
  width: 60px;
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-weight: 400;
}

.milo-bind-container {
  width: 100%;
  height: 70px;
  border: 1px solid;
  border-radius: 10px;
}

#milo-bind-userinfo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#milo-bind-user {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 10px;
}

#milo-bind-name {
  margin-left: 10px;
  font-size: 15px;
}

#milo-bind-img {
  width: auto;
  max-height: 80%;
  border-radius: 50%;
}

#milo-bind-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  cursor: pointer;
}

#milo-unbind-user {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#milo-unbind-img {
  width: auto;
  max-height: 80%;
  margin-left: 10px;
}

#milo-unbind-status {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.miloui-selector {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdfe6;
  color: #606266;
  border-radius: 4px;
  font-size: 14px;
  position: relative;
}

.milo-disabled .miloui-selector-value {
  color: #c9cdd4;
  cursor: not-allowed;
}

.miloui-selector:hover {
  border-color: #c0c4cc;
}

.miloui-selector-value {
  min-width: 2px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  cursor: pointer;
  user-select: none;
  box-sizing: border-box;
}

.miloui-selector-value:after {
  content: ' ';
  display: inline-block;
  -webkit-transform: rotate(314deg);
  -ms-transform: rotate(314deg);
  transform: rotate(314deg);
  height: 0.5rem;
  width: 0.5rem;
  border-width: 0 0 2px 2px;
  border-style: solid;
  position: absolute;
  top: 13px;
  right: 13px;
}

.miloui-selector-options {
  position: absolute;
  height: auto;
  min-height: 40px;
  max-height: 240px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  width: 100%;
  margin-top: 8px;
  overflow: auto;
  background-color: #fff;
  z-index: 9999;
  user-select: none;
}

.miloui-selector-option-item {
  padding: 5px;
  line-height: 30px;
  height: 40px;
  box-sizing: border-box;
  cursor: pointer;
}

.miloui-selector-option-item:hover {
  background-color: #f5f7fa;
}

.miloui-selector-option-item_active {
  color: #f00;
}

.miloui-selector-value.miloui-empty:before {
  position: absolute;
  /*强制使伪元素脱离文档流，否则ff下输入的文字会跟在placeholder后面*/
  content: attr(placeholder);
  /*注意这里不能用引号*/
  color: #ddd;
  cursor: text;
}

.part1 .tips,
.part2 .tips,
.part3 .tip-box .tip-text,
.title-event,
.des-event {
  text-align: center;
  font-family: 'FZ VNG Game';
}

.title-event {
  /* Bóng chữ khởi đầu */
 text-shadow:
    0 2px 2px rgba(0, 0, 0, 0.6),      /* bóng chân chính */
    0 4px 6px #ffea80,      /* đổ bóng xa hơn */
    0 -1px 8px #ffea80,                /* ánh sáng phản nắng nhẹ */
    0 0 20px rgba(255, 180, 50, 0.5);  /* ánh sáng môi trường */

  /* Animation đổi màu shadow */
  animation: sunlightGlow 1s ease-in-out infinite alternate;
}

@keyframes sunlightGlow {
 0% {
    text-shadow:
      0 2px 2px rgba(0, 0, 0, 0.6),
      0 4px 6px #ffea80,
      0 -1px 8px #ffea80,
      0 0 20px rgba(255, 180, 50, 0.5);
  }
  50% {
    text-shadow:
      0 3px 3px rgba(0, 0, 0, 0.7),
      0 5px 8px #ffea80,
      0 -1px 10px #fff2a0,
      0 0 28px rgba(255, 200, 80, 0.7);
  }
  100% {
    text-shadow:
      0 2px 2px rgba(0, 0, 0, 0.6),
      0 4px 6px #ffea80,
      0 -1px 8px #ffea80,
      0 0 20px rgba(255, 180, 50, 0.5);
  }
}