﻿* {
  font-family: "Noto Sans TC", Microsoft JhengHei, Impact;
  text-decoration: none;
  list-style: none;
  outline: none;
  padding: 0;
  margin: 0;
}
html,body {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
  /*min-width: 1300px;*/
  background: #000000;
}
body {
	background: url(/img/20250930Event/challenge/bg.jpg) no-repeat center top;
	color: #FFF;
}
.logo {
    left: 50px;
    top: 30px;
    position: absolute;
    z-index: 1;
}
.nav_bg {
	display: none;
}
a, button {
	cursor: pointer;
}
.section a {
	transition: 0.5s all;
}
a:hover {
	filter: brightness(1.2);
}
button {
	background: none;
    border: 0;
}
.section {
    width: 100%;
    min-height: 960px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	position: relative;
}
table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  overflow: hidden;
}
.wrap {
	width: 100%;
	max-width: 1600px;
    display: flex;
    position: relative;  
    flex-direction: column;
    align-items: center;
	margin: 0 auto;
}
/*----game_link----*/
.game_link {
    position: fixed;
    right: 30px;
    top: 10px;
    display: flex;
    z-index: 9;
    flex-direction: row;
}
/*----left menu----*/
.left_menu {
    width: 300px;
    height: 960px;
    display: flex;
    left: 0;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu {
	width: 100%;
}
.menu li {
    width: 100%;
    height: 95px;
    display: flex;
    text-align: center;
    margin: 30px 0;
    font-size: 20px;
    line-height: 1.5;
    justify-content: center;
    align-items: center;
}
.menu li a {
	width: 100%;
	color: #FFF;
	display: block;
	position: relative;
}
.menu li.menuBtn.active {
    background: url(/img/20250930Event/challenge/hover_bg.png) no-repeat;;
}
li.menuBtn.active a {
    text-shadow: #20558c 1px 0px 5px, #20558c 0px 0px 8px, #20558c 0px 0px 6px;
}
.menu li.active a::after {
	content: "";
	width: 38px;
	height: 40px;
	background: url(/img/20250930Event/challenge/btn_on.png) no-repeat;
	top: 0;
	bottom: 0;
	left: 250px;
	margin: auto;
	position: absolute;
}
/*----main----*/
.download_pc, .download_mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 5px 10px;
}
.download_box {
    top: -270px;
    right: 20px;
    border-radius: 5px;
    background: rgba(0,0,0,0.7);
    border: 1px solid rgb(74 185 227 / 50%);
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: column;
    text-align: center;
    transition: .5s all;
    z-index: 9;
}
.download_box.open {
	top: 70px;
}
.download_box h3 {
    width: 50%;
    line-height: 1.5;
    font-weight: normal;
    border-bottom: 1px solid #FFF;
    margin-bottom: 5px;
}
.download_pc img {
    width: 190px;
}
.slogan {
    width: 80%;
    max-width: 520px;
    margin: 30px auto;
    animation: fadeIn 2s ease-in-out forwards;
}
.main_content {
    width: 1100px;
    height: 570px;
    padding-top: 60px;
    background: rgba(2, 16, 34, .8);
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.user_info {
    min-width: 610px;
    top: 12px;
    left: 25px;
    padding-left: 20px;
    background: url(/img/20250930Event/challenge/text_bg.png) no-repeat center top;
    line-height: 35px;
    display: flex;
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
}
.user_info p {
	color: #cee7ff;
}
.user_info span {
	color: #FFF;
}
p.update {
    color: #d6e9ff;
    top: 25px;
    right: 35px;
    position: absolute;
}
.btn_record {
    right: 0;
    top: -55px;
    position: absolute;
}
p.remarks {
    margin-top: 15px;
    color: #c7e0ff;
}
/*----任務列表----*/
.task_daily {
    width: 1055px;
    height: 410px;
    overflow-y: scroll;
    margin-bottom: 8px;
}
.task_content {
	width: 1043px;
	height: 130px;
	background: url(/img/20250930Event/challenge/task_bg01.png) no-repeat center top;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
    margin-bottom: 8px;
}
.task_content:last-child {
	margin-bottom: 0px;
}

.special {
	background: url(/img/20250930Event/challenge/task_bg02.png) no-repeat center top;
}
.item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	position: relative;
}
.item_img {
    width: 90px;
    height: 90px;
    display: flex;
    background: url(/img/20250930Event/challenge/icon_bg01.png) no-repeat center top;
    justify-content: center;
    align-items: center;
}
.special .item_img {
    background: url(/img/20250930Event/challenge/icon_bg02.png) no-repeat center top;
}
.item p {
    font-size: 14px;
    text-align: center;
    margin-top: -10px;
}
.task_info {
    width: 630px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.task_content h4 {
    color: #d2e2ff;
    font-size: 18px;
    font-weight: 500;
	line-height: 30px;
}

.progress {
    width: 560px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.progress_bg {
    width: 500px;
    height: 15px;
    color: #000 !important;
    background-color: #112339 !important;
    border-radius: 16px;
}
.progress_bar {
	height: 15px;
	color: #fff !important;
	background-color: #4497e5 !important;
	border-radius: 16px;
}
.task_count {
    font-size: 14px;
    margin-left: 10px;
    color: #d2e8ff;
}
.status {
    width: 210px;
    display: flex;
    justify-content: center;
}
.status p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #a9d5ff;
}
.special h4 {
    color: #ffe0a4;
}
.special .progress_bg {
    color: #000 !important;
    background-color: #5c3c12 !important;
}
.special .progress_bar {
	color: #e6b350 !important;
	background-color: #e6b350 !important;
}
.special .task_count {
    color: #fff8d2;
}
.special .status p {
    color: #ffd88c;
}

.task_content:nth-child(9) .item {
	margin-top: -20px;
}
/*----footer----*/
footer {
    position: relative;
    padding: 20px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: .2px;
    line-height: 18px;
    background: #03182d;
}
.footerbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.footer_logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.footer_logo img {
    max-width: 200px;
    margin: 0 10px;
}
.copyright {
    max-width: 460px;
    width: 100%;
    text-align: left;
}
.copyright a, .copyright p, .grade li {
	font-family: Microsoft JhengHei;
}
.copyright a {
    color: #9bd5ff;
    margin-right: 10px;
    text-decoration: underline;
}
.copyright p {
    margin: 0;
}
.grade {
    max-width: 440px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.grade ul {
    text-align: left;
    margin-left: 10px;
}
/*----跳窗----*/
.mask {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 60%);
	backdrop-filter: blur(3px);
	z-index: 999;
	position: fixed;
	display: none;
}
.pop {
    width: 990px;
    height: 650px;
    background: rgb(21 33 69 / 70%);
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1000;
}
.popContent {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.popContent h2 {
    width: 90%;
    border-bottom: 1px solid #FFF;
    font-size: 30px;
    text-align: center;
    padding-top: 20px;
    font-weight: 700;
    color: #FFF;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 41%, rgba(171, 196, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 3px;
    line-height: 2;
}
#pop_need_login .content_wrap,
#popError .content_wrap,
#popSuccess .content_wrap,
#popLogin .content_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 400px;  
    padding-top: 0;
    position: relative;
}
.popBtns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    position: absolute; 
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    gap: 30px;
}
.popBtns button {
    font-size: 18px;
    color: #FFF;
    padding: 15px 20px;
    border: 1px solid #FFF;
    border-radius: 10px;
    font-weight: bold;
    background: none;
    cursor: pointer;
    transition: 0.3s all;
}
.popBtns button:hover {
    background-color: #FFF;
    color: #212121;
}
.popMsgTitle {
    width: 80%;
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.input-error {
    border: 2px solid #e74c3c !important;
    background: #fff0f0;
}
.close {
    top: 10px;
    right: 10px;
    position: absolute;
    cursor: pointer;
}
.tabBtnBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 370px;
    margin: 20px auto -20px;
}
.tabBtnBox .tabBtn {
    font-family: 'Noto Sans TC';
    background-color: #0a182b;
    line-height: 41px;
    width: 165px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border: 1px solid #FFF;
}
.tabBtnBox .tabBtn a {
	color: #FFF;
}
.tabBtnBox .active {
    background-color: rgb(76 126 203 / 80%);
    height: 45px;
    font-weight: 600;
    border: 1px solid #9bc3fd;
}
.tabBtnBox .active a {
	color: #FFF;
}
.content_wrap {
    margin: 0 auto;
    margin-top: 30px;
    padding: 0;
    width: 900px;
    height: 409px;
    overflow: auto;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.content_wrap p {
	text-align: center;
}

.content_wrap ul {
    padding-left: 40px;
}
.content_wrap li {
    list-style: decimal;
    list-style-type: decimal;
    color: #FFF;
    margin: 18px auto;
}
.disableScroll {
	overflow: hidden;
}
/*----------Table----------*/
.table {
    width: 860px;
    text-align: center;
}
.table table {
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    border-spacing: 1px;
    border-collapse: separate;
}
.table tr {
    height: 50px;
}
.table th {
    background: rgb(21 46 81 / 80%);
}
.table tr:nth-child(odd) td {
    background: rgb(66 93 133 / 80%);
}
.table tr:nth-child(even) td {
    background: rgba(107,135,175,.8);
}


/*-----------Animation----------------*/
@keyframes shine {
 0% {
 opacity: 0;
}
100% {
	opacity: 1;
}
}
@keyframes bling {
    0% {
        left: -100%
    }

    100% {
        left: 100%
    }
}
@keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
	50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    to {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*-----scrollbar-----*/
::-webkit-scrollbar {
  width: 0px;
}

::-webkit-scrollbar-thumb {
  background: #61acff;
}

::-webkit-scrollbar-track {
  background: #000000;
}
.task_daily::-webkit-scrollbar-thumb {
  background: #61acff;
}
.task_daily::-webkit-scrollbar, .task_cross::-webkit-scrollbar, .content_wrap::-webkit-scrollbar {
  width: 3px;
}
.task_cross::-webkit-scrollbar-thumb {
  background: #ffbd51;
}