/* 通用 */
html,body{
    font-size: 10px;
    font-family: Exo,"微軟正黑體";
    color: #fff;
}
a{
    color: #222;
}
a:hover{
    text-decoration: none;
    color: #1d4e89;
}
h1{
    font-size: 4.2rem;
}
h2{
    font-size: 4.2rem;
}
h3{
    font-size: 2.6rem;
}
h4{
    font-size: 2.2rem;
    font-weight: bolder;
    text-shadow: 0 0 20px rgb(4 203 213);
}
h5{
    font-size: 2rem;
    font-weight: bolder;
    text-shadow: 0 0 20px rgb(4 203 213);
}
p{
    font-size: 2rem;
    line-height: 33px;
    margin: 0;
    padding: 0;
}
tr{
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
tr:first-child,tr:last-child{
    border-bottom: 0;
}
th {
    padding: 0 0 16px 0;
    position: relative;
}
th:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -o-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    box-shadow: 0 0 0 0.1px rgb(4 203 213 / 30%);
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
}
td{
    padding: 15px 0;
    font-size: 2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}
img{
    width: 100%;
}
.clear{
    clear:both;
}
.container{
    width: 1200px;
    max-width: 1200px;
}

/* 顯示與隱藏 */
.display-1200{
    display: none;
}
.display-992{
    display: none;
}
.display-991{
    display: none;
}
.display-768{
    display: none;
}
.display-576{
    display: none;
}


/* 按鈕 */
.nav-btn{
    background: #3cb1ff;
    border-radius: 99em;
    transition: 0.3s ease;
}
.btn{
    position: relative;
    background: linear-gradient(0deg, rgba(4, 203, 213, 1)0%, rgba(0, 114, 133, 0.5)100%);
    background: -moz-linear-gradient(0deg, rgba(4, 203, 213, 1)0%, rgba(0, 114, 133, 0.5)100%);
    background: -webkit-linear-gradient(0deg, rgba(4, 203, 213, 1)0%, rgba(0, 114, 133, 0.5)100%);
    background: -o-linear-gradient(0deg, rgba(4, 203, 213, 1)0%, rgba(0, 114, 133, 0.5)100%);
    border:1px solid #03A8B7;
    border-radius: 0;
    transition: 0.3s ease;
    width: 250px;
    height: 50px;
    font-size: 2rem;
    font-weight: bolder;
    letter-spacing: 1px;
    color: #fff;
}
.btn:hover{
    background-color: rgba(66, 214, 202, 0.2);
}
/* .btn:hover:before{
    content: '';
    border-radius: 0;
    border: 2px #42D6CA solid;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
    width: 250px;
    height: 50px;
    transition: all 0.7s ease;
    animation: grow 1s infinite;
} */
.btn-group{
    display: flex;
    align-items: center;
}
.btn-sp{
    width: 150px;
    text-align: center;
}
@keyframes grow {
    from {
      transform: scale(0, 0);
      opacity: 1;
    }
    to {
      transform: scale(1.5, 1.5);
      opacity: 0;
    }
}
.btn-s{
    font-size: 16px;
    padding: 10px 35px;
}
.btn-l{
    font-size: 20px;
    padding: 9px 60px;
}
.btn-more {
    margin: 25px auto;
    display: block;
}
.btn-align{
    position: absolute;
    left: 50%;
    bottom:-23px;
    transform: translateX(-50%);
    z-index: 10;
}
.btn-showcase{
    margin: 55px 0 0 0;
}



/* style */
.full{
    height: 100vh;
}
body{
    background: url(../img/bk.jpg) no-repeat center center;
    background-size: cover;
}

/* Nav */
.header{
    display: flex;
}
.navbar-brand img{
    width: 200px;
}
.bg-light {
    background-color: #152856!important;
}
nav{
    width: 80%;
}
.user-fun {
    display: flex;
    width: 20%;
    color: #222;
    font-size: 2rem;
}
.page-area {
    margin-top: 40px;
}
.page {
    font-size: 2rem;
    font-weight: bold;
}
.page span {
    padding-left: 5px;
}
.page a{
    color: #fff;
}
.user-name-area{
    width: 60%;
    background: #3FEDEC;
    display: flex;
    justify-content: center;
    align-items: center;
}
.log{
    width: 40%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user-name{
    padding-left: 5px;
}

.panel{
    background: rgba(4,41,52,0.4);
    border: 1px solid #097B87;
    padding: 50px 80px;
    position: relative;
}
.answer-panel{
    background: rgba(4,41,52,0.4);
    border: 1px solid #097B87;
    position: relative;
}
.answer-panel.active{
    background: rgba(4,41,52,0.4);
    border: 1px solid #097B87;
}
.login-panel{
    margin-top: 150px;
    position: relative;
}
.login-panel:before {
    content: '';
    position: absolute;
    background-image: url(../img/decoration-01.svg);
    background-repeat: no-repeat;
    top: 40%;
    transform: translateY(-50%);
    left: -24px;
    width: 46px;
    height: 150px;
}
.main-panel{
    padding: 30px 30px 10px;
    position: relative;
}
.main-panel:before {
    content: '';
    position: absolute;
    background-image: url(../img/decoration-01.svg);
    background-repeat: no-repeat;
    top: 40%;
    transform: translateY(-50%);
    left: -24px;
    width: 46px;
    height: 150px;
}
.sub-panel {
    padding: 30px 30px 20px;
    position: relative;
}
.sub-panel:before {
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    background-repeat: no-repeat;
    top: -16px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.sub-panel:after {
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    transform: rotateZ(180deg);
    background-repeat: no-repeat;
    bottom: -16px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title{
    color: #fff;
    font-weight: bolder;
    text-shadow: 0 0 20px rgb(4 203 213);
    letter-spacing: 2px;
}
.title-sub {
    margin-bottom: 20px;
    letter-spacing: 0.8px;
}
.title-sub span {
    padding: 0 5px;
    display: inline-block;
    font-weight: bold;
}
.login-title{
    text-align: center;
    position: relative;
}
.login-title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -o-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    box-shadow: 0 0 0 0.1px rgba(4, 203, 213, 0.3);
    text-align: center;
    right: 0;
    left: 0;
    bottom: -20px;
}
.main-title {
    text-align: left;
    position: relative;
    margin-bottom: 28px;
}
.icon-title {
    margin-bottom: 80px;
}
.congratulation{
    margin: 40px 0 0 -12px;
}
.congratulation-none{
    margin: 30px 0 0 0;
}
.congratulation-img{
    width: 44px;
}
.sub-title{
    text-align: left;
    position: relative;
    margin-bottom: 16px;
}
.sub-title{
    line-height: 26px;
}
.sub-title:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    background: -o-radial-gradient(center, ellipse cover, rgba(3, 108, 119, 1)0%, rgba(3, 108, 119, 0.3)70%);
    box-shadow: 0 0 0 0.1px rgb(4 203 213 / 30%);
    text-align: center;
    right: 0;
    left: 0;
    bottom: -20px;
}
.border-span-tl{
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width:35px;
    height: 35px;
}
.border-span-tr{
    display: block;
    position: absolute;
    top:0;
    right: 0;
    width:35px;
    height: 35px;
}
.border-span-bl{
    display: block;
    position: absolute;
    bottom:0;
    left: 0;
    width:35px;
    height: 35px;
}
.border-span-br{
    display: block;
    position: absolute;
    bottom:0;
    right: 0;
    width:35px;
    height: 35px;
}
.top-left{
    top: -2px;
    left:-2px;
    border-top: 3px solid #09E9F5;
    border-left: 3px solid #09E9F5;
}
.top-right{
    top: -2px;
    right:-2px;
    border-top: 3px solid #09E9F5;
    border-right: 3px solid #09E9F5;
}
.bottom-left{
    bottom: -2px;
    left: -2px;
    border-bottom: 3px solid #09E9F5;
    border-left: 3px solid #09E9F5;
}
.bottom-right{
    bottom: -2px;
    right: -2px;
    border-bottom: 3px solid #09E9F5;
    border-right: 3px solid #09E9F5;
}
.login-form {
    margin: 40px 0 0 0;
}
.login-form label {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 0 5px rgb(4 203 213);
}
.login-form .form-control {
    border: 1px solid #013B50;
    border-radius: 0;
    background: rgba(1,59,80,0.5);
    height: 35px;
}
.form-control {
    color: #fff;
}
.text-muted {
    color: #fff!important;
    font-size: 1.4rem;
}
.form-group {
    margin-bottom: 40px;
}
.form-check-label {
    margin: -2px 0px 0 5px;
}
.login-form button {
    margin: 0 auto;
    display: block;
}
 /* index */
.marquee-area,.subtitle-area{
    position: relative;
}
.marquee-area::before{
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    background-repeat: no-repeat;
    top: -15px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.marquee-area::after{
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    transform: rotateZ(180deg);
    background-repeat: no-repeat;
    bottom: -10px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gametitle-area::before{
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    background-repeat: no-repeat;
    top: -15px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.gametitle-area::after{
    content: '';
    position: absolute;
    background: url(../img/decoration-02.svg);
    transform: rotateZ(180deg);
    background-repeat: no-repeat;
    bottom: -15px;
    z-index: 2;
    width: 130px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.marquee{
    font-size: 2.2rem;
    font-weight: bold;
    background: #0E3149;
    padding: 10px 0;
    color: #fff;
    overflow: hidden;
    position: relative;
    animation: text-line-glow 2s linear infinite;
    border: 1px solid #097B87;
    letter-spacing: 0.8px;
}
.gametitle-area {
    position: relative;
}
.gametitle{
    font-size: 1.8rem;
    font-weight: bold;
    background: rgba(4,41,52,0.4);
    padding: 30px 30px 20px;
    color: #fff;
    overflow: hidden;
    position: relative;
    animation: text-line-glow 2s linear infinite;
    border: 1px solid #097B87;
    letter-spacing: 0.8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
@keyframes text-line-glow {
    0% {
       text-shadow: 0px 0px 0px #3fedec;
    }
    100% {
       text-shadow: 0px 0px 1px #3fedec;
    }
}
.marquee:before {
    content: "";
    position: absolute;
    display: block;
    background-image: repeating-linear-gradient(
          0deg,
          #23277600,
          #23277600 2px,
          #040a2444 2px,
          #040a2444 2px
       ),
       repeating-linear-gradient(
          90deg,
          #23277600,
          #23277600 2px,
          #040a2444 2px,
          #040a2444 3px
       );
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.marquee:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 0.5px;
    animation: line-glow 3.5s linear infinite;
    animation-timing-function: steps(80);
}
@keyframes line-glow {
    0% {
       right: -2%;
       background-color: #29cac8;
    }
    50% {
       right: 102%;
       background-color: #29cac8;
       box-shadow: 0 0 0 1px #29cac8;
    }
}
.main-area{
     margin: 40px 0 60px 0;
}
.main{
     position: relative;
     margin-bottom: 100px;
}
.main-fun{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.main-fun span {
    color: #fff;
    font-weight: bold;
}
.main-fun>a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.gift-list-fun{
    background: rgba(4,41,52,0.4);
}
.gift-list-fun-none{
    opacity: 0.5;
}
.gift-list-fun a {
    color: #fff;
}
.remind-dot{
    position: relative;
}
.remind-dot::before{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #DD3A12;
    border-radius: 99px;
    right: 10px;
    top: 15px;
}
.main-fun img {
    width: 80px;
}
.main-fun-2 a{
    border: 1px solid #097B87;
    padding: 15px 20px;
    display: block;
}
.main-fun a i{
    padding-right: 8px;
}
.main-fun span {
    font-size: 2rem;
}
.carousel {
    position: relative;
    margin: 40px 0 0 0;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    background-color: #3fedec;
    transform: rotateZ(45deg);
}
.carousel-control-next{
    width: 5%;
    background-image: url(../img/arrow-next.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-control-prev{
    width: 5%;
    background-image: url(../img/arrow-prev.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.carousel-control-next-icon {
    margin: 0 -15px 0 0;
}
.carousel-control-prev-icon {
    margin: 0 0 0 -15px;
}
.member-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 0 0;
    flex-direction: column;
}
.member-info>div {
    margin-bottom: 30px;
}
.member-rank {
    display: flex;
    align-items: center;
    background: rgba(4,41,52,0.4);
    border: 1px solid #097B87;
    width: 100%;
}
.member-rank-title {
    background: #04CBD5;
    padding: 0 25px;
    line-height: 50px;
}
.member-rank-name {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 94px);
}
.member-rank img {
    width: 40px;
    height: 40px;
}
.rank-name a {
    color: #fff;
}
.star-display{
    display: flex;   
}
.star-display-2{
    display: flex; 
    width: 25%; 
    align-items: center; 
}
.star-display img,.star-display-2 img {
    width: 30px;
    margin: -4px 0 0 0;
}
.star-display {
    display: flex;
    font-weight: bolder;
    font-size: 1.8rem;
    text-shadow: 0 0 20px rgb(4 203 213);
    justify-content: space-between;
    width: 100%;
}
.star-num {
    display: flex;
    align-items: center;
    letter-spacing: 1.5px;
}
.star-num i {
    margin-bottom: 4px;
}
.task{
    margin: 20px 0 0 0;
}
.task-group {
    display: flex;
    margin: 0 0 25px 20px;
}
.table-1 {
    width: 100%;
}
.table-2 {
    width: 100%;
}
.table-3 td {
    padding: 16px 0 0 0;
}
.table-3 td:last-child{
    padding-left: 8px;
}
.table-4{
    width: 100%;
}
.table-4 tr{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.task-name-4 {
    width: 70%;
    padding: 10px;
    line-height: 36px;
}
.task-name-4 h5 {
    line-height: 26px;
}
.icon-table-4 {
    width: 5%;
    text-align: end;
}
.table-5 {
    width: 100%;
}
.table-5 img{
    max-width:300px;
}
.table-6 {
    width: 100%;
}
.pro-num {
    width: 90px;
}
.pro-img {
    width: 350px;
}
.pro-name {
    width: auto;
    padding-right: 20px;
}
.pro-point {
    width: 100px;
    text-align: end;
}
.task-time{
    width: 110px;
    padding-right: 30px;
}
.task-name{
    /* width: 65%; */
    width: auto;
}
.task-name-2{
    width: auto;
}
.task-name-3 {
    width: 15%;
}
.task-num{
    /* width: 20%; */
    width: 140px;
    text-align: center;
}
.task-num-2{
    width: auto;
    text-align: center;
}
.task-num-3{
    width: 85%;
}
.task-see {
    /* width: 15%; */
    width: 120px;
    text-align: center;
}
.task-see>a {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: 1px solid #03A8B7;
    background: -webkit-linear-gradient( 0deg, rgba(4, 203, 213, 1)0%, rgba(0, 114, 133, 0.5)100%); 
    padding: 15px 0;
    color: #fff;
}
.task-see>a span {
    padding: 0 10px 0 0;
}
.task-see i {
    padding: 0 6px 0 0;
}
.scifi-button {
    font-size: 1.8rem;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #097B87;
    border-left: 0;
    border-right: 0;
    background: #104350;
    background-clip: padding-box;
    color: #fff;
    margin: 0 70px 0 15px;
    padding: 10px 15px;
    transition: .3s ease;
    opacity: 0.3;
    background: -webkit-linear-gradient(0deg, rgba(4, 203, 213, 1)0%, rgba(2, 152, 167, 1)100%);}
}
.scifi-button:hover {
    color: #fff;
    text-shadow: 0 0 20px rgb(4 203 213);
}
.scifi-button.active{
    opacity: 1;
}
.scifi-button:after,.scifi-button:before {
    position: absolute;
    top: -1px;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    height: calc(100% + 2px);
    border: 1px solid #097B87;
    background: #104350;
    content: '';
}
.scifi-button:before {
    left: -60px;
    transform: perspective(10px) rotateY(-10deg);
    transform-origin: right bottom;
    border-right: 0;
    background: rgba(4, 203, 213, 1);
}
.scifi-button:after {
    right: -60px;
    transform: perspective(10px) rotateY(10deg);
    transform-origin: left top;
    border-left: 0;
    background: -webkit-linear-gradient( 0deg , rgba(2, 153, 168, 1)0%, rgba(1, 138, 155, 1)100%);
}
.scifi-button-2 {
    font-size: 1.8rem;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #097B87;
    border-left: 0;
    border-right: 0;
    background: #104350;
    background-clip: padding-box;
    color: #fff;
    margin: 0 40px;
    padding: 10px 15px;
    transition: .3s ease;
    line-height: 20px;
}
.scifi-button-2:hover {
    color: #fff;
    text-shadow: 0 0 20px rgb(4 203 213);
}
.scifi-button-2:after,.scifi-button-2:before {
    position: absolute;
    top: -1px;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    height: calc(100% + 2px);
    border: 1px solid #097B87;
    background: #104350;
    content: '';
}
.scifi-button-2:before {
    left: -33px;
    transform: perspective(10px) rotateY(-10deg);
    transform-origin: right bottom;
    border-right: 0;
}
.scifi-button-2:after {
    right: -33px;
    transform: perspective(10px) rotateY(10deg);
    transform-origin: left top;
    border-left: 0;
}
.carousel-control-prev-icon,.carousel-control-next-icon {
    width: 13px;
} 
.task-p{
    padding: 16px 0 30px 0;
}
.popup{
    position: absolute;
    background: rgba(0,0,0,0.9);
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.add-task {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.add-task img{
    width: 200px;
}
.add-task-btn{
    display: flex;
    justify-content: center;
    padding: 40px 0 30px 0;
}
.add-task-btn-2{
    padding: 0 0 20px;
}
.qr {
    display: flex;
    justify-content: center;
    margin: 100px 0 0 0;
}
.qr img {
    width: 350px;
}
.scan-qr {
    width: 400px;
    height: 400px;
    background: #fff;
    margin: 20px auto;
}
.game-point {
    display: flex;
    align-items: center;
}
.game-point img {
    width: 30px;
    margin-bottom: 3px;
}
.game-point-num span {
    display: inline-block;
    padding-left: 3px;
}
.sub-title-star {
    position: absolute;
    right: 0;
    top: -6px;
}
.sub-title-star img {
    width: 30px;
    margin-bottom: 6px;
}
.answer-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.answer-item {
    width: 48%;
    text-align: center;
    margin: 20px 0 0 0;
}
.answer-item a {
    padding: 50px;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
.answer-panel.answer-item.active {
    background: rgba(17,181,180,0.4);
}
textarea#exampleFormControlTextarea1 {
    margin: 20px 0 0 0 ;
    background: rgba(255,255,255,0.4);
}
.answer-feedback {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.feedback-img i {
    font-size: 40px;
    margin: 40px 0 30px;
}
.award tr {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}
.award tr:last-child {
    border-bottom: none;
}
.task-rank-img img{
    width: 50px;
    display: inline-block;
}
.task-rank-img h5 {
    display: inline-block;
}
.task-rank img{
    width: 100px;
}
td.icon-table-4 img {
    width: 55px;
}
table.table-1.award .task-num {
    text-align: end;
}
.task-rank-img {
    text-align: end;
}
.task-rank-not {
    opacity: 0.3;
}
/* 0915新增 */
.task-panel {
    border: 1px solid #04CBD5;
    box-shadow: #04cbd590 0 0 6px 3px;
    font-size: 16px;
    margin-bottom: 40px;
}
.task-panel p {
    font-size: 16px;
}
.task-panel-name {
    padding: 20px;
    position: relative;
}
.task-panel-name:after {
    content: "";
    background: -moz-linear-gradient(left,  rgba(4,203,213,0.25) 0%, rgba(4,203,213,1) 50%, rgba(4,203,213,0.25) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(4,203,213,0.25) 0%,rgba(4,203,213,1) 50%,rgba(4,203,213,0.25) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(4,203,213,0.25) 0%,rgba(4,203,213,1) 50%,rgba(4,203,213,0.25) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4004cbd5', endColorstr='#4004cbd5',GradientType=1 ); /* IE6-9 */
    position: absolute;
    width: 96%;
    height: 1px;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.task-panel-location,.task-panel-reward {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
    margin-bottom: 15px;
}
.task-panel-reward img {
    width: 30px;
    margin: -4px 0 0 0;
}
.task-panel-btn {
    background: #04CBD5;
    text-align: center;
}
.task-panel-btn a {
    color: #fff;
    padding: 15px;
    display: block;
    letter-spacing: 1.5px;
}
.task-panel-btn i{
    padding-right: 8px;
}
.task-panel-reward-img {
    text-shadow: 0 0 20px rgb(4 203 213);
    text-align: end;
}
.task-panel-reward-img span {
    padding-left: 5px;
}
.fa-star:before {
    content: "\f005";
    color: #FFF36B;
    padding-right: 6px;
}
.fa-gift:before {
    content: "\f06b";
    padding-right: 6px;
}
.task-group-2 .scifi-button:before {
    left: -42px;
}
.task-group-2 .scifi-button:after {
    right: -42px;
}
.task-group-2 .scifi-button {
    margin: 0 65px 0 5px;
}
.table-7{

}
.pro-date {
    padding-right: 10px;
}
.table-7-header,.table-7-body{
    display: flex;
    justify-content: space-between;
}
.table-7-mob .pro-date{
    width: 45%;
}
.table-7-mob .pro-name{
    width: 45%;
}
.table-7-mob .pro-check{
    width: 10%;
    text-align: center;
}
.table-7-mob .list a {
    padding-left: 0;
    border-bottom: 0;
}
.change{
    margin-top: 10px;
}
.gift-get{
    display: flex;
    justify-content: space-between!important;
    align-items: center;
    margin-bottom: 20px;
}
.gift-get .btn {
    line-height: 45px;
}
/*---------------------------------------------------------------------------------------RWD---------------------------------------------------------------------------------------*/
@media(max-width:1200px) {  /*-------------------------------------------------------------------------------------------------------------------------------------------------1200*/  
    .container{
        width: 90%;
    }
    nav{
        width: 65%;
    }
    .user-fun {
        width: 35%;
    }
}
@media(max-width:991px) {  /*---------------------------------------------------------------------------------------------------------------------------------------------------991*/  
    .form-check {
        margin: -10px 0 30px 0;
    }
    .main-area {
        margin: 30px 0 40px 0;
    }
    .carousel-control-next-icon {
        margin: 0 -10px 0 0;
    }
    .carousel-control-prev-icon {
        margin: 0 0 0 -10px;
    }
    .pro-img {
        width: 230px;
    }
    .table-5 img {
        max-width: 200px;
    }
    .task-name-3 {
        width: 20%;
    }
    .task-num-3 {
        width: 80%;
    }
    /* 0811新增 */
    .task-name-4 {
        width: 65%;
    }
}
@media(max-width:768px) {  /*---------------------------------------------------------------------------------------------------------------------------------------------------768*/  
    .btn-group{
        display: block;
    }
    .btn-sp {
        width: auto;
    }
    .btn-group .btn {
        width: 100%;
    }
    .pro-num {
        width: 70px;
    }
    .pro-img {
        width: 170px;
    }
    .table-5 img {
        max-width: 150px;
    }
    .pro-point {
        width: 80px;
    }
    /* 0811新增 */
    .task-name-2 {
        width: 25%;
    }
    /* 0915新增 */
    .task-name-4 {
        width: 45%;
    }
    .star-display-2 {
        width: 35%;
    }
    .icon-table-4 {
        width: 20%;
    }
    .displaynone-768{
        display: none;
    }
    .display-768{
        display: block;
    }
}
@media(max-width:576px) {  /*---------------------------------------------------------------------------------------------------------------------------------------------------576*/  
    html,body{
        font-size: 8px;
    }
    .btn {
        width: 100%;
    }
    .btn:hover:before {
        width: 100%;
    }
    .scifi-button-2 {
        margin: 0 35px;
        padding: 8px 12px;
    }
    .scifi-button-2:before {
        left: -26px;
    }
    .scifi-button-2:after {
        right: -26px;
    }
    nav{
        width: 55%;
    }
    .user-fun {
        width: 45%;
    }
    .panel {
        padding: 50px 80px 60px;
    }
    .main-panel,.sub-panel{
        padding: 30px 30px 10px;
    }
    .border-span-tl,.border-span-tr,.border-span-bl,.border-span-br{
        width: 25px;
        height: 25px;
    }
    .carousel {
        margin: 15px 0 0 0;
    }
    .member-info {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .member-rank {
        justify-content: center;
    }
    /* .add-task {
        padding: 30px 0 20px 0;
    } */
    .qr img {
        width: 100%;
    }
    .scan-qr {
        width: 290px;
        height: 290px;
        background: #fff;
        margin: 30px auto;
    }
    .display-576{
        display: block;
    }
    .displaynone-576{
        display: none;
    }
    .table-5-info{
        display: flex;
        flex-wrap: wrap;
    }
    .table-5-mob tbody, .table-5-mob tr, .table-5-mob td{
        width: 100%;
        display: block;
    }
    .table-5-info {
        margin: 15px 0 0 0;
    }
    .pro-num {
        width: 50%;
        position: relative;
    }
    .pro-num:before {
        content: '編號';
        padding-right: 8px;
    }
    .pro-point {
        width: 50%;
        position: relative;
    }
    .pro-point:before {
        content: '';
        background-image: url(../img/star-.svg);
        background-repeat: no-repeat;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 25px;
    }
    .pro-name {
        width: 100%;
    }
    .pro-name {
        letter-spacing: 0.8px;
    }
    .table-5-mob tr {
        padding: 20px 0;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .table-5-mob tr:last-child {
        border-bottom: none;
    }
    .gametitle {
        flex-direction: column;
        align-items: start;
    }
    .game-point {
        margin: 8px 0 0 0;
    }
    .answer-item a {
        padding: 50px 0;
    }
    .task-name-3 {
        width: 33%;
    }
    .task-num-3 {
        width: 67%;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
    /* 0811新增 */
    .main-fun img {
        width: 55px;
    }
    .remind-dot::before {
        top: 5px;
    }
    .icon-title {
        margin-bottom: 50px;
    }
    .task-group {
        margin: 25px 0 20px 20px;
    }
    .scifi-button:before {
        left: -36px;
    }
    .scifi-button:after {
        right: -36px;
    }
    .task-name-2 {
        width: 37%;
    }
    .task-p{
        font-size: 2.3rem;
        line-height: 43px;
    }

    .task-see {
        width: 30px;
    }
    th.task-see h5 {
        display: none;
    }
    .task-see>a {
        justify-content: flex-end;
        align-items: baseline;
        border: 0;
        background: none;
        padding: 15px 0;
    }
    .task-see>a span{
        display: none;
    }
    .task-num {
        width: 70px;
    }
    .main-title {
        margin-bottom: 14px;
    }
    /* 0915新增 */
    .member-rank-title {
        margin-left: -10px;
    }
    .member-info>div {
        margin-bottom: 20px;
    }
    .scifi-button {
        margin: 0 60px 0 7px;
    }
    .scifi-button:before {
        left: -51px;
    }
    .scifi-button:after {
        right: -51px;
    }
    .task-panel {
        margin-bottom: 25px;
    }
    .task-group-2 .scifi-button:before {
        left: -37px;
    }
    .task-group-2 .scifi-button:after {
        right: -37px;
    }
    .task-group-2 {
        margin: 25px 0 20px 0px;
    }
    .task-group-2 .scifi-button {
        margin: 0 30px 0 30px;
    }
    .task-group-2 .scifi-button:before {
        left: -37px;
    }
    .task-group-2 .scifi-button:after {
        right: -36px;
    }
    .table-7-mob .pro-date {
        width: 40%;
    }
    .table-7-mob .pro-check {
        width: 15%;
    }
}
@media(max-width:480px) {  /*---------------------------------------------------------------------------------------------------------------------------------------------------480*/  
    .navbar-brand img {
        width: 130px;
    }
    nav {
        width: 50%;
    }
    .user-fun {
        width: 50%;
    }
    .display-none{
        display: none;
    }
    /* .carousel-inner {
        height: 150px;
    } */
    .gift-list-fun {
        margin: -4px 0 0 0;
    }
    .gift-list-fun a {
        padding: 10px 15px;
    }
    .congratulation {
        margin: 25px 0 0 -12px;
    }
    .congratulation-none{
        margin: 20px 0 0 0;
    }
    .panel {
        padding: 40px 40px 50px;
    }
    .form-group {
        margin-bottom: 30px;
    }
    .main-panel,.sub-panel,.gametitle {
        padding: 20px 20px 10px;
    }
    .task-time{
        width: 85px;
        padding-right: 5px;
        font-size: 14px;
    }
    .table-5-mob tr {
        padding: 15px 0 0 0;
    }
    /* 0811新增 */
    .scifi-button {
        margin: 0 60px 0 0px;
    }  
    /* 0915新增 */
    .scifi-button {
        margin: 0 60px 0 0px;
    }
    .scifi-button:before {
        left: -36px;
    }
    .scifi-button:after {
        right: -36px;
    }
    .scifi-button {
        padding: 10px 0;
    }
    .task-group-2 .scifi-button:before {
        left: -22px;
    }
    .task-group-2 .scifi-button:after {
        right: -21px;
    }
    .task-group-2 .scifi-button {
        margin: 0 30px 0 15px;
    }
}
@media(max-width:400px) {  /*---------------------------------------------------------------------------------------------------------------------------------------------------400*/  
    .container{
        width: 100%;
    }
    .panel {
        padding: 30px 30px 40px;
    }
    .main-panel,.sub-panel {
        padding: 20px 20px 10px;
    }
    .task-rank-img img {
        width: 29px;
        margin-bottom: 3px;
    }
    
}