/* 通用 */
html,body{
    background-color: #000;
    font-size: 14px;
    font-family: Exo,"Microsoft YaHei";
    letter-spacing: 1px;
}
a{
    color: #fff;
}
a:hover{
    text-decoration: none;
    color: #1d4e89;
}
h1{
    font-size: 1.6rem;
    font-weight: bold;
}
h2{
    font-size: 1.4rem;
    font-weight: bold;
}
p{
    font-size: 1.2rem;
}
.h1, .h2, .h3, .h4, .h5, .h6,.p, h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 0;
    color: #fff;
    letter-spacing: 1px;
}
img{
    width: 100%;
}
.clear{
    clear:both;
}
/* 顏色 */

/* 按鈕 */
.btn{   
    background: #3fedec; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #3fedec 0%, #1e5377 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #3fedec 0%,#1e5377 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #3fedec 0%,#1e5377 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fedec', endColorstr='#1e5377',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border-radius: 99em;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s ease;
}
.btn:hover{   
    color: #fff;
}
.btn:active{
    transform: scale(1.05);
}
.btn-groups{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 30px 0 0 0 ;
    padding: 0 0 30px 0;
} 
.btn-groups p{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.btn-xl {
    margin: 0 0 30px 0;
}
.btn-xl a{
    padding: 25px 15px;
    display: block;
}
.bk{
    max-width: 640px;
    background-image: url(../images/bk.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    height: 100%;
}
.bg-light {
    background-color: rgba(21,40,86,0.8)!important;
}
.navbar-brand img {
    width: 135px;
}
.navbar {
    padding: 15px 24px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../images/icon/bars.svg);
    color: #fff;
}
.form-group {
    margin-bottom: 1rem;
    
}
.form-control {
    height: 50px;
    background: rgba(255,255,255,0.3);
    border: 0px;
    border-radius: 0px;
    color: #fff;
    margin-top: 30px;
    padding: 0 17px;
    width: 327px;
    position: relative;
}
.form-control-2{
    background: #ddd;
}
.form-area{
    display: flex;
    align-items: center;
}
/*webkit瀏覽器專用*/
.form-item::-webkit-input-placeholder {
    color: #fff;
}
/*Firefox 4-18瀏覽器專用*/
.form-item input::-moz-placeholder {
    color: #fff;
}
/*Firefox 19+瀏覽器專用*/
.form-item input::-moz-placeholder {
    color:#fff;
}
/*IE10瀏覽器專用*/
.form-item:-ms-input-placeholder{
    color: #fff;
}
input {
    background: transparent;
    border: 0;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
}
button, input:focus-visible {
    outline: none;
}
.nav-link {
    padding: 30px 0 25px 0;
}
.nav-item {
    border-bottom: 0.5px solid #fff;
}
.nav-item:last-child {
    border-bottom: 0;
}
div#navbarSupportedContent {
    transition: 0.3s ease;
}

/* Style start */
.login-area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.login {
    margin: -50px 0 0 0;
}
.logo{
    max-width: 225px;
    margin: 0 auto 50px;
}
.logo p {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}
i.fas.fa-envelope,i.fas.fa-key {
    font-size: 16px;
    padding-right: 10px;
}
.content-area {
    padding: 60px 24px 0;
}
.panel{
    background: rgba(4,41,52,0.4);
    border: 2px solid rgba(9,123,135,0.4);
    border-radius: 10px;
    box-shadow: 0 0 3px 0 rgb(4 203 213 / 80%);
}
.title,.non-title {
    padding: 20px 15px;
    font-weight: bold;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.title h1{
    width: 50%;
}
.title::before {
    content: '';
    position: absolute;
    background: url(../images/icon/title-decoration.svg);
    width: 100px;
    height: 35px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50px);
    top: -15px;
}
.non-title{
    margin-top: 20px;
}
.report-title h1 {
    width: 100%;
    margin-bottom: 12px;
}
.sq-panel-group{
    display: flex;
    flex-wrap: wrap;
}
.sq-panel-group-2{
    
}
.sq-panel-item {
    width: 31%;
    margin: 3.5% 3.5% 0 0;
}
.sq-panel-item-2 {
    position: relative;
}
.sq-panel-item-2::before {
    content: '';
    position: absolute;
    background: url(../images/icon/title-decoration.svg);
    width: 100px;
    height: 35px;
    background-repeat: no-repeat;
    left: 50%;
    transform: translateX(-50px);
    top: -15px;
}
.sq-panel-item:nth-child(3n) {
    margin-right: 0;
}
.sq-panel-item img {
    border-radius: 10.5px 10.5px 0 0;
    height: 120px;
}
.sq-panel-item-2 img {
    width: 85px;
    height: 80px;
    margin: 30px 0 25px;
}
.sq-panel-item-2 h1 {
    margin: 0 0 20px 0;
}
.sq-panel-item-2 a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.sq-panel-item-p{
    padding: 10px 8px;
}
.sq-panel-item-p p{
    padding: 5px 0 10px 0 ;
}
.pin-group{
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.pin-word{
    text-align: end;
}
.panel-p-sp {
    padding: 20px 15px 5px;
}
.table-1 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    width: 100%;
}
.table-1 tr {
    display: flex;
    border-bottom: 0.5px solid rgba(255,255,255,0.4);
}
.table-1 tr:last-child {
    border: none;
}
.table-2 {
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
    width: 100%;
}
.table-12 tr {
    display: flex;
}
.table-3{
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}
.table-3:last-child {
    margin: 0;
}
.feedback i {
   font-size: 5rem;
}
.table-3 tr {
    border-bottom: 0.5px solid rgba(255,255,255,0.4);
}
.table-3 tr:last-child {
    border-bottom: none;
}
.table-3 th{
    font-size: 1.6rem;
    padding-bottom: 15px;
}
.table-3 td{
    font-size: 1.4rem;
}
.table-3-feedback span{
    padding-left: 15px;
}
.table3-num {
    text-align: end;
}
.feedback {
    display: flex;
    align-items: center;
}
.feedback.active{
    color: #3FEDEC;
}
.select{
    text-align: end;
}
tr{
    width: 100%;
}
td {
    padding: 20px 0 20px 0;
}
td.num {
    width: 30px;
}
td.player {
    width: inherit;
}
td.trash {
    width: 20px;
}
td.point {
    width: 50px;
    text-align: end;
}
.prompt {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 45px;
}
.prompt h1{
    font-weight: 500;
}
.prompt img {
    width: 60px;
    margin-bottom: 30px;
}
.prompt h1 span{
    font-weight: bold;
    font-size: 4.2rem;
    margin-bottom: 20px;
    display: inline-block;
}
.q-panel{
    position: relative;
}
.q-panel-fun {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 30px;
}
.q-countdown {
    background: #fff;
    padding: 12px 25px;
    top: 30px;
}
.q-pass {
    background: #3FEDEC;
    padding: 12px 25px;
}
.q-panel-fun h1{
    color: #222;
}
.q-panel img{
    border-radius: 10.5px 10.5px 0 0;
}
.q-panel-p{
    padding: 15px 15px 40px;
}
.answer-group,.time-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 30px 0;
}
.answer-item,.time-item {
    text-align: center;
    width: 48%;
    margin: 20px 0 0 0;
}
.answer-item a,.time-item a {
    padding: 50px 0;
    display: block;
}
.l-panel {
    margin: 20px 0 0 0;
}
.l-panel a {
    display: flex;
}
.l-panel img{
    width:35%;
    border-radius: 10.5px 0 0 10.5px;
    height: 120px;
}
.l-panel-p {
    padding: 18px 12px;
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.l-panel-p-2 p{
    margin-top: 8px;
}
.l-panel-p h2{
    padding: 8px 0 0 0;
}
.l-panel-p-2 h2{
    padding: 0;
}
.report-accurately-area {
    margin: 30px 0 0 0;
}
.report-accurately-num,.player-answer-group {
    display: flex;
    justify-content: space-between;
    border-top: 2px solid rgba(9,123,135,0.4);
}
.report-accurately-num h2 {
    padding: 20px;
}
.report-accurately-percent {
    padding: 20px;
    background: #3FEDEC;
    border-radius: 0 0 10.5px 0;
}
.report-accurately-percent p {
    color: #222;
    font-weight: bold;
}
.panel.report-accurately-figure-group {
    margin: 20px 0 60px 0;
    padding: 20px;
}
.report-accurately-figure-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.report-accurately-figure-item:last-child {
    margin-bottom: 0px;
}
.report-accurately-figure-item-name {
    width: 80%;
}
.report-accurately-figure-item-num {
    width: 20%;
    text-align: end;
}
.report-accurately-figure-item-line {
    width: 100%;
    background: #DDDDDD;
    height: 10px;
    margin: 15px 0 0 0;
    border-radius: 99px;
    position: relative;
}
.figure-item-line-100 {
    position: absolute;
    background: #3FEDEC;
    height: 10px;
    width: 100%;
    border-radius: 10.5px;
}
.figure-item-line-75 {
    position: absolute;
    background: #3FEDEC;
    height: 10px;
    width: 75%;
    border-radius: 10.5px 0 0 10.5px;
}
.figure-item-line-50 {
    position: absolute;
    background: #3FEDEC;
    height: 10px;
    width: 50%;
    border-radius: 10.5px 0 0 10.5px;
}
.figure-item-line-25 {
    position: absolute;
    background: #3FEDEC;
    height: 10px;
    width: 25%;
    border-radius: 10.5px 0 0 10.5px;
}
.l-panel-p-3 {
    width: 65%;
    display: flex;
    flex-direction: row;
}
.l-panel-p-3 p{
    margin-top: 8px;
}
.l-panel-p-3-more {
    width: 10%;
    align-self: center;
}
.l-panel-p-3-more{
    width: 10%;
    padding: 0 12px;
}
.l-panel-other{
    text-align: end;
}
.l-panel-other i {
    padding-right: 6px;
}
.q-panel-p-reacher {
    margin: 15px 0 0 0;
}
.q-panel-p-reacher ol {
    list-style-type: upper-latin;
    color: #fff;
    padding: 0px 0 0 27px;
}
.q-panel-p-reacher li {
    padding: 15px 0 0 0;
    font-size: 1.6rem;
    letter-spacing: 1.5px;
}
.q-panel-p-reacher li.active{
    color: #95C623;
}
.percentage-group {
    display: flex;
    justify-content: space-between;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 30px 0 0 0;
}
.percentage-line {
    background: rgba(255,255,255,0.4);
    height: 200px;
    margin: 20px 0;
}
.percentage-item {
    width: 19%;
    text-align: center;
}
.percentage-num {
    color: #fff;
}
.percentage-neme {
    background: #fff;
    padding: 15px 0;
}
.percentage-neme.active {
    background: #95C623;
}
.percentage-num.active{
    color: #95C623;
}
.img-panel img{
    border-radius: 10px;
}
.q-info-item {
    margin-top: 30px;
}
.q-info {
    margin-top: 10px;
    background: rgba(255,255,255,0.2);
    padding: 18px 15px;
}
.folder-group{
    margin-top: 20px;
}
.folder-group a{
    display: flex;
    padding: 15px 20px;
    align-items: center;
}
.folder-item-img {
    color: #fff;
    font-size: 2rem;
    padding-right: 15px;
}
.folder-item-p h2 {
    padding: 8px 0 0 0;
}
.correct {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 150px 0 0 0;
}
.correct i {
    color: #fff;
    font-size: 7rem;
    margin: 0 0 30px 0;
}
.player-name {
    display: flex;
    justify-content: center;
    width: 100%;
}
.player-name span {
    color: #222;
    font-size: 1.4rem;
}
.report-num-area {
    margin-top: 20px;
}
.report-num-area h1 {
    margin-bottom: 10px;
}
.report-num-item {
    text-align: center;
    padding: 60px 0;
}
.report-num-item h1 {
    padding-bottom: 10px;
}
.player-answre-group {
    border-top: 2px solid rgba(9,123,135,0.4);
    color: #fff;
}
.player-answre-item {
    padding: 20px;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
}
.player-answre-item.q-correct {
    background: #3FEDEC;
    color: #222;
}
.play-answer{
    background: rgba(255,255,255,0.4);
}
.panel-explor-group {
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.panel-explore-item {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 0.5px solid rgba(255,255,255,0.4);
}
.panel-explore-item span {
    padding-left: 8px;
}
.panel-explore-item:last-child {
    border-bottom: none;
}
.explore-banner h1 {
    margin-bottom: 10px;
}
.explore-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
.explore-name{
    padding: 15px;
    display: flex;
    align-items: center;
}
.explore-name img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.favorites i {
    color: #fff;
    font-size: 2rem;
    display: flex;
    padding: 17px;
}
.explor-info-p {
    margin: 20px 0 0 0;
}
.explor-info-p p {
    margin-top: 10px;
}
.story-block {
    position: relative;
    padding: 0;
}
.slider {
    width: 100%;
}
.slick-slide {
    margin: 0px 20px;
}
.slick-current {
    opacity: 1;
}
.sort{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    margin: 0;
    padding: 0;
    z-index: 1;
}
.story-item{
    position: relative;
}
.story-item img {
    width: 200px;
    height: 120px;
    border-radius: 10.5px;
}
.story-item .name {
    position: absolute;
    right: 15px;
    bottom: 10px;
    letter-spacing: 2px;
}
button.slick-prev.slick-arrow,button.slick-next.slick-arrow,.slick-dots {
    display: none!important;
}
.carousel-item img{
    border-radius: 5px;
}
.carousel-indicators {
    bottom: -45px;
}
.carousel-inner {
    margin-bottom: 60px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 99px;
    background-color: #3FEDEC;
    border-top:none;
    border-bottom:none;
}

/*--------------------------------------------------------------------------------RWD--------------------------------------------------------------------------------*/
@media(max-width:576px) {  /*-------------------------------------------------------------------------------------------------------------------------------------------------------576*/ 
    .sq-panel-item {
        width: 47.5%;
        margin: 5% 5% 0 0;
    }
    .sq-panel-item:nth-child(3n) {
        margin-right: 5%;
    }
    .sq-panel-item:nth-child(2n) {
        margin-right: 0%;
    }
    .sq-panel-item img {
        height: 150px;
    }
    .sq-panel-item-p p {
        padding: 5px 0 0 0;
    }
    .l-panel img {
        width: 180px;
        height: 100px;
    }
    .sq-panel-item-2 img {
        margin: 40px 0 20px;
        height: 80px;
    }
    .sq-panel-item-2 h1 {
        margin: 0 0 40px 0;
    }
    .percentage-item {
        width: 18%;
    }
    .table-3 {
        margin-bottom: 20px;
    }
    .report-num-item {
        padding: 40px 0;
    }
}
@media(max-width:480px) {  /*-------------------------------------------------------------------------------------------------------------------------------------------------------480*/   
    html,body{
        font-size: 12px;
    }
    .form-control {
        width: 280px;
    }
    .l-panel-p {
        padding: 10px 12px;
    }
    .l-panel img {
        width: 150px;
    }
    .sq-panel-item img {
        height: 140px;
    }
    .sq-panel-item-2 img {
        margin: 30px 0 25px;
        height: 80px;
    }
    .sq-panel-item-2 h1 {
        margin: 0 0 30px 0;
    }
    .report-num-item {
        padding: 30px 0;
    }
    .panel-explor-group {
        padding: 0;
    }
}
@media(max-width:420px) {  /*-------------------------------------------------------------------------------------------------------------------------------------------------------420*/   
    .sq-panel-item img {
        height: 110px;
    }
    .sq-panel-item-2 img {
        margin: 30px 0 15px;
        width: 65px;
        height: 60px;
    }
    .sq-panel-item-2 h1 {
        margin: 0 0 20px 0;
    }
    .l-panel img {
        width: 120px;
    }
    .feedback i {
        font-size: 3rem;
     }
     .table-3-feedback span{
        padding-left: 8px;
    }
    .panel.report-accurately-figure-group {
        margin: 20px 0 50px 0;
    }
}
@media(max-width:360px) {  /*-------------------------------------------------------------------------------------------------------------------------------------------------------360*/   
    .sq-panel-item img {
        height: 80px;
    }
    .sq-panel-item-2 img {
        height: 60px;
    }
    .sq-panel-item-p {
        padding: 10px 8px 5px;
    }
    .l-panel img {
        height: 80px;
    }
}