@-webkit-keyframes flash {
  from {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes flash {
  from {
    transform: translate3d(-100%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(10%, 0, 0);
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-10%, 0, 0);
    transition-timing-function: cubic-bezier(0.2, 0.7, 0.6, 1);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (width: 1280px) and (height: 758px) {

  #nav-load,
  .service-header,
  .ht-logo,
  .breadcrumb-box,
  .event-section .nav-tabs,
  #sidebar,
  .pagination-box,
  .search-box,
  #ft {
    display: none !important;
  }
}

.card-label {
  content: "";
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/new-event.png) no-repeat center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 43.5px;
  height: 45.5px;
  z-index: 66;
  text-indent: -99999em;
}

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  align-items: center;
  border-radius: 0;
  padding: 10px 0;
}

@media (max-width: 575px) {
  .breadcrumb {
    padding: 6px 0;
  }
}

.breadcrumb li:first-child a {
  position: relative;
  font-size: 0;
  display: block;
  padding: 4px;
}

.breadcrumb li:first-child a::before {
  background: transparent url(../images/icon.png) no-repeat 0 -170px;
  width: 17px;
  height: 15px;
  content: "";
  display: inline-block;
}
.breadcrumb-item+.breadcrumb-item::before{
  color: #000;
}

.breadcrumb-box {
  background: linear-gradient(90deg, #FEE010 0%, #000000 100%); 
}

.breadcrumb-item {
  font-size: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-item {
    font-size: 12px;
  }
}

.breadcrumb-item a {
  color: #000;
  font-size: 15px;
}

@media (max-width: 575px) {
  .breadcrumb-item a {
    font-size: 12px;
  }
}

.breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
}

.service-tit {
  font-size: 36px;
  color: #fff;
  position: relative;
  text-align: center;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.9));
}

@media (max-width: 575px) {
  .service-tit {
    font-size: 24px;
  }
}

.service-tit::before {
  content: "";
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/service-logo.png) no-repeat 0 0;
  background-size: contain;
  width: 55px;
  height: 59px;
  position: relative;
  margin: 0 auto 15px;
  display: block;
}

@media (max-width: 575px) {
  .service-tit::before {
    width: 40px;
    height: 43px;
  }
}



@media (max-width: 575px) {
  .service-header {
    height: 250px;
  }
}

.service-section {
  background: url(../images/page-bg.png) center center no-repeat;
  background-size: cover;
  padding: 80px 0;
  position: relative;
  min-height: calc(100vh - 190px);
  overflow: hidden;
  z-index: 10;
}

.service-section::before {
  content: "";
  position: absolute;
  background: url(../images/circus.png) center center no-repeat;
  width: 28vw;
  height: 28vw;
  background-size: contain;
  opacity: 0.3;
  bottom: -16%;
  right: -10%;
  animation: rotation 20s linear infinite;
}

.service-section::after {
  content: "";
  position: absolute;
  background: url(../images/circus.png) center center no-repeat;
  width: 16vw;
  height: 16vw;
  background-size: contain;
  top: 2%;
  left: -4%;
  opacity: 0.3;
  animation: rotation 14s linear infinite reverse;
}
.service-section .custom-container{
  position: relative;
  z-index: 5;
}
@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.event-section.service-section .nav-tabs button.nav-link,
.notice-section.service-section .nav-tabs button.nav-link {
  width: 160px;
  height: 61px;
  border-radius: 0;
  margin: 0;
  font-weight: 600;
  position: relative;
  border: none;
  color: #fff;
  transition: .3s all;
  background: url(../images/news-tab.png) no-repeat center center;
  background-size: contain;
}

.event-section.service-section .nav-tabs.nav-event-list button.nav-link{
  background: url(../images/tab-btn.png) center center no-repeat;
  background-size: contain;
  width: 199px;
  border: 0;
  height: 44px;
  transition: 0.3s all;
  filter: grayscale(1);
  color: #000;
}
.event-section.service-section .nav-tabs.nav-event-list button.active{
  filter: grayscale(0);
}

.notice-section.service-section #myTab li:hover button.nav-link,
.notice-section.service-section #myTab button.nav-link.active,
.event-section.service-section #myTab button.nav-link.active{
  background: url(../images/news-tab-hover.png) no-repeat center center;
  background-size: contain;
  color: #FEE010;
}


.event-section.service-section #myTab .nav-item,
.notice-section.service-section #myTab .nav-item {
  margin: 0;
  position: relative;
}


.service-section ul{
  gap: 4px;
  border: none;
  margin-bottom: 20px;
  justify-content: center;
}
.service-section #myEventTab{
  gap: 20px;
}
.service-section .notice-detail .info-icon .time{
  color: #000;
}
.service-section .notice-detail .info-icon .time::before{
  background: transparent url(../images/time.png) no-repeat center center;
}
.service-section .notice-detail .info-icon .count{
  color: #000;
  margin-left: 14px;
}
.service-section .notice-detail .info-icon .count::before{
  background: transparent url(../images/eye.png) no-repeat center center;
}

.service-section
/* FAQ */
.faq-section {
  overflow: hidden;
}

.faq-section .card {
  border-bottom: 1px solid rgba(223, 223, 223, 0.4862745098);
  background-color: transparent;

}
.faq-section .card:last-child{
  border: none;
}

.faq-section .card .card-header {
  padding: 0;
}

.faq-section .card .card-header:first-child {
  border-radius: 0;
}

.faq-section .card .card-header .btn-faq.collapsed {
  font-size: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  padding: 24px;
  transition: .3s all;
  background-color: #0000005d;
  border-radius: 0;
}

.faq-section .card .card-header .btn-faq{
  background: #FEE010;
  color: #000;
  font-size: 20px;
  width: 100%;
  text-align: left;
  padding: 24px;
  border-radius: 0;
  transition: .3s all;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.faq-section .card .card-header .btn-faq::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
  background: linear-gradient(0deg, #FEE010 0%, rgba(254, 224, 16, 0.2) 69.23%, rgba(254, 224, 16, 0) 100%);
}
.faq-section .card .card-header .btn-faq:hover::before{
  top: 0;
}

.faq-section .card .card-body {
  background: #d9d9d97c;
  padding: 25px 25px 25px 70px;
  position: relative;
  font-size: 18px;
}
.faq-section .card .card-body p{
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .faq-section .card .card-body {
    font-size: 15px;
  }
}

.faq-section .card .card-body::before {
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/icon.png) no-repeat 0 -137px;
  width: 33px;
  height: 33px;
  position: absolute;
  content: "";
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.pagination-box {
  padding: 20px 0;
}

.pagination-box .page-link {
  color: #fff;
  background-color: transparent;
  padding: 7px 12px;
  border: none;
  font-weight: 900;
}

.pagination-box .page-link:focus {
  box-shadow: none;
}

.pagination-box .page-item.active .page-link {
  background-color: #FEE010;
  color: #000;
  border-radius: 0;
}

.form-control {
  height: calc(1.5em + 0.75rem + 14px);
  border-radius: 0;
}

.search-box .select-input {
  -moz-text-align-last: center;
  text-align-last: center;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border-color: #C6C2B4;

}

@media (max-width: 575px) {
  .search-box .select-input {
    width: 100%;
    margin: 0 0 10px;
  }
}

.search-box .btn-outline-secondary {
  background: transparent;
  border-color: #C6C2B4;
  border-radius: 0;
}

.search-box .btn-outline-secondary:hover {
  background: transparent;
}

.search-box .search-input {
  width: 450px;
  border-color: #C6C2B4;
}

@media (max-width: 575px) {
  .search-box .search-input {
    width: 100%;
  }
}

.search-box .btn-input {
  padding: 11px 12px 4px;
}

.search-box .btn-input::before {
  display: inline-block;
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/icon.png) no-repeat 0 -111px;
  width: 25px;
  height: 26px;
  content: "";
}

@media (max-width: 575px) {
  .search-box .input-group-prepend {
    width: 100%;
  }
}

.notice-detail {
  background: #fff;
  padding: 40px 30px 150px;
}

.notice-detail .detail-tit-box {
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0 8px;
  margin: 0 0 20px;
}

.notice-detail .detail-tit {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
}

@media (max-width: 575px) {
  .notice-detail .detail-tit {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .notice-detail .detail-content table {
    width: 100% !important;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
  }
}

.notice-detail .detail-content strong {
  font-size: 18px;
  margin: 15px 0 5px 0;
  display: block;
}

@media (max-width: 575px) {
  .notice-detail .detail-content strong {
    font-size: 15px;
  }
}

.notice-detail .detail-content p {
  margin: 0 0 10px;
  font-size: 15px;
}

@media (max-width: 575px) {
  .notice-detail .detail-content p {
    font-size: 13px;
  }
}

.notice-detail .detail-box.sticky {
  position: fixed;
  top: 105px;
  width: 240px;
  z-index: 900;
}

@media (max-width: 1199px) {
  .notice-detail .detail-box.sticky {
    width: 100%;
    position: static;
  }
}

.notice-detail .detail-box.sticky .detail-info {
  margin-top: 0;
}

.notice-detail .detail-box .detail-info {
  padding: 4px 10px;
  border: 1px solid #d1d1d1;
  margin: 82px 0 0;
}

.notice-detail .detail-box .detail-info.ft-menu {
  margin-top: 0px;
  margin-bottom: 20PX;
}
.notice-detail .detail-box .detail-info.ft-menu > ul{
  margin-bottom: 0PX;
}

@media (max-width: 1024px) {
  .notice-detail .detail-box .detail-info {
    margin: 42px 0 0;
  }
}

.notice-detail .detail-box .detail-info li {
  line-height: 1.2;
}

.notice-detail .detail-box .detail-info li a {
  font-size: 13px;
  display: block;
  padding: 6px 0;
}

.notice-detail .detail-box .detail-info#ftGroup li a {
  color: #636363;
  font-size: 15px;
  display: block;
}

.notice-detail .detail-box .detail-info#ftGroup li .ft-menu-inner {
  padding-left: 15px;
}

.notice-detail .detail-box .detail-info#ftGroup li .ft-menu-inner a {
  color: #000;
}

.notice-detail .detail-box .back-btn {
  text-align: center;
}

.notice-detail .detail-box .back-btn a {
  font-size: 18px;
  display: block;
  padding: 17px 0;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  background: url(../images/goback.png) no-repeat center center;
  background-size: contain;
  color: #000;
  font-weight: 600;
}

@media (max-width: 575px) {
  .notice-detail .detail-box .back-btn a {
    font-size: 15px;
  }
}

.notice-detail .detail-box .back-btn a:hover {
  background-image: url(../images/goback-hover.png);
}

.notice-detail .detail-box .detial-list {
  border: 1px solid #C6C2B4;
  margin: 20px 0 0;
  text-align: center;
}

.notice-detail .detail-box .detial-list > ul {
  margin: 0;
}
.notice-detail .detail-box .detial-list > ul a{
  padding: 0.5rem 1.5rem;
  background: #000;
  color: #A9A9A9;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: .3s all;
}
.notice-detail .detail-box .detial-list > ul a::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  z-index: -1;
  transition: all 0.3s;
  background: linear-gradient(0deg, #FEE010 0%, rgba(254, 224, 16, 0.2) 69.23%, rgba(254, 224, 16, 0) 100%), rgba(0, 0, 0, 0.55);
}
.notice-detail .detail-box .detial-list > ul a:hover{
  color: #fff;
}
.notice-detail .detail-box .detial-list > ul a:hover::before{
  top: 0;
}
    

.notice-detail .detail-box .detial-list ul li a:hover {
  background: #AD9E67;
  color: #ffffff;
}

.notice-detail-iconbar {
  display: flex;
  align-items: center;
}

.notice-detail-iconbar .info-icon {
  flex-direction: row;
}

.notice-detail-iconbar .info-icon .time {
  margin-left: 15px;
}

.notice-detail-iconbar .info-icon .count {
  margin-left: 35px;
}

.nav-event-list {
  padding: 40px 0;
}

.nav-event-list.nav-tabs {
  border: none;
}

.event-section .event-tab .event-inner:hover::before {
  opacity: 1;
  visibility: visible;
}

.event-section .event-tab .event-inner img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.event-section .event-tab .event-inner::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-section .event-tab .card {
  height: 359px;
  background-color: #DFDFDF;
  border-color: #DFDFDF;
}

.event-section .event-tab .card .card-body {
  padding: 20px;
}

@media (max-width: 575px) {
  .event-section .event-tab .card .card-body {
    padding: 10px;
  }
}

.event-section .event-tab .card a {
  color: #000;
  font-size: 20px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
}

@media (max-width: 575px) {
  .event-section .event-tab .card a {
    font-size: 18px;
  }
}

.event-section .event-tab .card-footer {
  background-color: #DFDFDF;
  border: none;
  padding: 0 20px 20px;
}

@media (max-width: 575px) {
  .event-section .event-tab .card-footer {
    padding: 0 10px 10px;
  }
}

.event-section .event-tab .card-footer p {
  font-size: 14px;
  margin: 0;
  color: #000;
}

@media (max-width: 575px) {
  .event-section .event-tab .card-footer p {
    font-size: 12px;
  }
}

.event-section .event-tab .card-footer .event-time span {
  color: #ff8800;
}

@media (max-width: 1024px) {
  .event-section .event-tab .card-footer .event-time span {
    display: block;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .event-section .event-tab .card-footer .event-time span {
    display: block;
  }
}

.event-section .event-tab .card-footer .event-win-time span {
  color: #907C46;
}

@media (max-width: 1024px) {
  .event-section .event-tab .card-footer .event-win-time span {
    display: block;
  }
}

@media only screen and (max-width: 375px) and (max-height: 667px) and (orientation: portrait) {
  .event-section .event-tab .card-footer .event-win-time span {
    display: block;
  }
}

.event-tab .row [class*=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.service-header{
  background-image: url(https://landing.mangot5.com/template/clo/web/images/service-header.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
  position: relative;
}

.service-header::after{
  content: '';
  position: absolute;
  background: url(https://landing.mangot5.com/template/clo/web/images/title-news.png) center center no-repeat;
  width: 374px;
  height: 114px;
  right: 55%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.service-header.dl-header {
  background-image: url(https://landing.mangot5.com/template/clo/web/images/dl-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.dl-header::after{
  display: none;
}

.service-header.faq-header {
  background-image: url(https://landing.mangot5.com/template/clo/web/images/faq-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.faq-header::after{
  background: url(https://landing.mangot5.com/template/clo/web/images/title-faq.png) center center no-repeat;
}

.service-header.service-feature{
  background-image: url(https://landing.mangot5.com/template/clo/web/images/gamefeature_header.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.service-feature::after{
  background: url(https://landing.mangot5.com/template/clo/web/images/title-feature.png) center center no-repeat;
}

.service-header.service-guide{
  background-image: url(https://landing.mangot5.com/template/clo/web/images/gameguide-header.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.service-guide::after{
  background: url(https://landing.mangot5.com/template/clo/web/images/title-guide.png) center center no-repeat;
}

.service-header.service-probability{
  background-image: url(https://landing.mangot5.com/template/clo/web/images/probability-header.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.service-probability::after{
  background: url(https://landing.mangot5.com/template/clo/web/images/title-probability.png) center center no-repeat;
}



.service-header.service-policy{
  background-image: url(https://landing.mangot5.com/template/clo/web/images/policy-bg.png);
  height: 320px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.service-header.service-policy::after{
  background: url(https://landing.mangot5.com/template/clo/web/images/title-policy.png) center center no-repeat;
}

.service-section .form-control{
  background: transparent;
  color: #a1a1a1;
}
.service-section .form-control:is(:-webkit-autofill, :autofill){
  border: 4px solid #FEE010;
}
.service-section .form-control::placeholder{
  color: #a1a1a1;
}

.dl-header .dl-info {
  color: #000000;
}

.dl-header .dl-info h1 {
  font-weight: 600;
  font-size: 32px;
  color: #fff;
}

@media (max-width: 1024px) {
  .dl-header .dl-info h1 {
    font-size: 24px;
  }
  .service-header::after{
    right: 50%;
    transform: translateY(-50%) translateX(50%);
  }
  .dl-header .dl-info .dl-btn{
    display: none;
  }
}

@media (max-width: 575px) {
  .dl-header .dl-info h1 {
    font-size: 20px;
  }
}

.dl-header .dl-info p {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

@media (max-width: 575px) {
  .dl-header .dl-info p {
    font-size: 12px;
  }
}

.dl-header .dl-info .dl-btn {
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/dl-btn.png) no-repeat 0 0;
  background-size: contain;
  width: 248px;
  height: 62px;
  text-indent: -99999em;
  display: block;
  transition: all 0.3s;
}
.dl-header .dl-info .dl-btn:hover{
  filter: brightness(1.1);
}
.dl-header .dl-info .dl-btn.launcher {
  background: transparent url(https://landing.mangot5.com/template/clo/web/images/launcher-dl-btn.png) no-repeat 0 0;
  background-size: contain;
  margin-left: 12px;
}

@media (max-width: 1024px) {
  .dl-header .dl-info .dl-btn {
    width: 32.81vw;
    height: 8.78vw;
  }
}
.dl-detail{
  color: #fff;
}
.dl-detail h2{
  text-align: center;
  font-size: 28px;
  margin-bottom: 28px;
}
.dl-detail .dl-client-check{
  margin-bottom: 60px;
}
.dl-detail h6 {
  font-size: 18px;
}

.dl-detail .dl-client-check .table {
  text-align: center;
  margin-bottom: 0;
}

.dl-detail .dl-client-check .table thead tr {
  background-color: #eeeeee;
}

.dl-detail .dl-client-check .table tr {
  font-size: 15px;
}

@media (max-width: 575px) {
  .dl-detail .dl-client-check .table tr {
    font-size: 12px;
  }
}

.dl-detail .dl-client-check .table tr th {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
  color: #FEE010;
  background-color: #292929;
}

.dl-detail .dl-client-check .table tr th.category {
  color: #000;
}

.dl-detail .dl-client-check .table tr td,
.dl-detail .dl-client-check .table tr th {
  vertical-align: middle;
}
.dl-detail .dl-client-check .table tr td{
  color: #000;
  background-color: #fff;
}

.dl-detail .dl-client-check .table tbody .data ul {
  display: inline-block;
}

.dl-detail .dl-client-check .table tbody .data ul li {
  position: relative;
  text-align: left;
  margin-bottom: 6px;
  padding: 0 0 0 15px;
}

.dl-detail .dl-client-check .table tbody .data ul li::before {
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
}

.dl-detail .dl-client-check .table tbody .data ul li em {
  font-style: normal;
}

.dl-detail .dl-notice {
  padding: 10px 0 50px;
}

.dl-detail .dl-notice ul {
  list-style-type: disc;
  padding-left: 20px;
}

.dl-detail .dl-notice ul li {
  line-height: 1.8;
  color: #000;
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 575px) {
  .dl-detail .dl-notice ul li {
    font-size: 12px;
  }
}

.dl-detail .dl-list h6 {
  font-size: 18px;
  margin: 0 0 15px;
}

.dl-detail .dl-list [class*=col-] .dl-list-area {
  background-color: #eeeeee;
}

.dl-detail .dl-list .dl-list-area {
  min-height: 270px;
  border: 1px solid #e4e4e4;
  flex-direction: column;
  text-align: center;
  padding: 0.5rem 0;
}

.dl-detail .dl-list .col-md-4 {
  flex: 0 0 20%;
}


@media (max-width: 1024px) {
  .dl-detail .dl-list .dl-list-area {
    padding: 15px 20px 15px;
  }
  .dl-detail .dl-list .col-md-4 {
    flex: 0 0 100%;
  }
}

.dl-detail .dl-list .dl-list-area .dl-icon {
  margin: 0 auto 25px;
  max-width: 92px;
  min-height: 91px;
  display: flex;
  align-items: center;
}

.dl-detail .dl-list .dl-list-area .dl-caption p {
  margin: 0 0 5px;
  min-height: 60px;
  color: #000;
  position: relative;
}
.dl-detail .dl-list .dl-list-area .dl-caption p::before{
  content: '必備';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #838383;
}

.dl-detail .dl-list .dl-list-area .dl-caption .dl-list-btn {
  color: #fff;
  background: #292929;
  display: inline-block;
  transition: all 0.3s;
  font-size: 16px;
  padding: 4px 24px;
  border-radius: 40px;
}

.dl-detail .dl-list .col-md-4:nth-child(2) .dl-caption p::before{
  content: '必備 x64';
}

.dl-detail .dl-list .col-md-4:nth-child(3) .dl-caption p::before,
.dl-detail .dl-list .col-md-4:nth-child(4) .dl-caption p::before,
.dl-detail .dl-list .col-md-4:nth-child(5) .dl-caption p::before{
  display: none;
}

.dl-detail .dl-list .dl-list-area .dl-caption .dl-list-btn:hover {
  background: #FEE010;
  color: #000;
  text-decoration: none;
}

.dl-detail .dl-list .dl-notice {
  padding-bottom: 0;
}

.crystal-section {
  padding: 150px 0;
}

@media (max-width: 575px) {
  .crystal-section {
    padding: 40px 0 100px;
  }
}

.crystal-section .crystal-wrap {
  position: relative;
  background: #272727;
  padding: 30px;
  border-bottom: 1px solid #cfcfcf;
  overflow: hidden;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap {
    padding: 20px;
  }
}

.crystal-section .crystal-wrap .crystal-tit {
  font-size: 20px;
  color: #fff;
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #3f3f3f;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal-tit {
    font-size: 18px;
  }
}

.crystal-section .crystal-wrap .crystal {
  color: #fff;
}

.crystal-section .crystal-wrap .crystal .crystal-img {
  mix-blend-mode: lighten;
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-img {
    flex: 0 0 100%;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap {
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  width: 100%;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap {
    flex-direction: column;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner {
  overflow: hidden;
  flex: 0 0 80%;
  max-width: 80%;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner .currently-hold,
.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner .currently-unsent {
  padding: 12px 0;
  border-bottom: 1px solid #3f3f3f;
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p {
  font-size: 18px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media (max-width: 575px) {
  .crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p {
    font-size: 15px;
  }
}

.crystal-section .crystal-wrap .crystal .crystal-inner-wrap .crystal-inner p span {
  color: #e6a01b;
  margin-left: 10px;
  margin-right: 5px;
}

.crystal-section .crystal-wrap .btn-resend {
  background: #f0f0f0;
  border-radius: 0;
  color: #000;
  border: 1px solid #d7d7d7;
  font-size: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin: 40px 0 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.crystal-section .crystal-wrap .btn-resend:hover {
  background: #000;
  border-color: #383838;
  color: #e6a01b;
}

.crystal-section .crystal-list {
  height: 100%;
}

.crystal-section .crystal-list ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul {
    flex-direction: column;
  }
}

.crystal-section .crystal-list ul li {
  flex: 1 1 0;
  max-width: 100%;
  margin-left: -1px;
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul li {
    margin: -1px 0 0;
  }
}

.crystal-section .crystal-list ul li a {
  background: #f0f0f0;
  border: 1px solid #d7d7d7;
  color: #000;
  height: 100%;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 15px;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}

.crystal-section .crystal-list ul li a:hover {
  background: #272727;
  border: 1px solid #212121;
  color: #96afe6;
  text-decoration: none;
}

.crystal-section .crystal-list ul li a:hover .label-arrow {
  background-color: #96afe6;
}

.crystal-section .crystal-list ul li a .crystal-list-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.crystal-section .crystal-list ul li a .crystal-list-inner span {
  position: relative;
  font-size: 20px;
}

@media (max-width: 575px) {
  .crystal-section .crystal-list ul li a .crystal-list-inner span {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .crystal-section .crystal-list ul li a {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .crystal-section .crystal-list ul li a {
    padding: 20px 0;
  }
}

.crystal-section .crystal-list ul li a .crystal-icon {
  background-image: url(https://landing.mangot5.com/template/clo/web/images/icon.png);
  background-repeat: no-repeat;
  margin: 30px 0 0;
}

.crystal-section .crystal-list ul li:nth-child(1) a .crystal-icon {
  background-position: 0 -279px;
  width: 52px;
  height: 50px;
}

.crystal-section .crystal-list ul li:nth-child(2) a .crystal-icon {
  background-position: 0 -329px;
  width: 52px;
  height: 48px;
}

.crystal-section .crystal-list ul li:nth-child(3) a .crystal-icon {
  background-position: 0 -377px;
  width: 52px;
  height: 52px;
}

.policy-content .lower-alpha {
  list-style-type: lower-alpha;
  padding-left: 30px;
}

.policy-content ul {
  padding-left: 21px;
}

.policy-content ul li {
  font-size: 15px;
}

@media (max-width: 575px) {
  .policy-content ul li {
    font-size: 12px;
  }
}

.policy-content .policy-table .thead-dark th {
  background-color: #272727;
  border-color: #464646;
}

.policy-content .policy-table td,
.policy-content .policy-table th {
  vertical-align: middle;
}

.policy-content .policy-table thead tr th {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .policy-content .policy-table thead tr th {
    font-size: 13px;
  }
}

.policy-content .policy-table tbody tr th {
  white-space: nowrap;
  font-size: 15px;
}

@media (max-width: 575px) {
  .policy-content .policy-table tbody tr th {
    font-size: 13px;
  }
}

.policy-content .policy-table tbody tr td {
  font-size: 15px;
}
@media (max-width: 1024px) {
  .dl-header .dl-info h1 {
    font-size: 24px;
  }
  .service-header::after{
    right: 50%;
    top: 57%;
    transform:translateX(50%);
  }
  .service-header::before{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    width: 100%;
    height: 50%;
    right: 0%;
    bottom: 0%;
    z-index: 2;
  }
  .service-header {
    background-position: 59% !important;
  }
}

@media (max-width: 575px) {
  .policy-content .policy-table tbody tr td {
    font-size: 12px;
  }
}