@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap);
:root{
    --main-c:#000;
    --sec-c:#c7000b;
    --third-c: #007130;
    --light-main:#f2f2f2;
    --border: #f2f2f2;
}
*{
    box-sizing: border-box;
}
html,body{
    width: 100%;
    margin: 0;
    min-height: 100vh;
    font-size: 3.2vw;
    font-family: 'Noto Sans TC','微軟正黑體', sans-serif;
    font-weight: 400;
    /* color: var(--main-c); */
    color: #000000;
    line-height: 4.8vw;
}
h4{
    font-size: 4vw;
    margin: 0;
    /* color: var(--main-c); */
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
}
h4.border-b{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 3px solid var(--third-c);
}
.fw-700{
    font-weight: 700;
}
.mt-sm{
    margin-top: 4vw;
}
.mt-xs{
    margin-top: 2.6vw;
}
.sec-color{
    color: var(--sec-c);
}
.third-color{
    color: var(--third-c);
}
.d-flex{
    display: flex;
}
.col-6{
    width: 50%;
}
.col-4{
    width: 33.333333%;
}
.w-100{
    width: 100%;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.content{
    min-height: 100vh;
    padding: 16.8vw 0vw 0px 0vw;
}
.coinType{
    display: flex;
    width: 100%;
    /* color: var(--main-c); */
    color: rgba(0,0,0,0.6);
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;

}
.coinType .active{
    color: rgba(0,0,0,1);
}
.coinType .line{
    width: 20%;
    height: 4px;
    max-height: 4px;
    background: rgb(199,0,11);
    background: linear-gradient(90deg, rgba(199,0,11,1) 0%, rgba(184,9,14,1) 70%, rgba(0,113,48,1) 70%, rgba(0,113,48,1) 100%);
    position: absolute;
    left: 0;
    bottom: -2px;
    padding: 0;
    /* border-bottom: 3px solid var(--main-c); */
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}
.coinType div{
    width: 100%;
    text-align: center;
    padding: 2.4vw 1vw;
    border-bottom: 1px solid #E2E2E2;
    cursor: pointer;
}
.square{
    text-align: center;
    /* background-color: #F1F9FF; */
    background-color: #f2f2f2;
    padding-top: 5vw;
    letter-spacing: 0.2px;
    width: 100%;
    overflow-x: auto;
}
.square+.square{
    margin-left: 2vw;
}
.square label{
    margin-bottom: 2.6vw;
    display: block;
    opacity: 0.7;
}
.dashboardArea{
    margin-bottom: 6vw;
}
.dashboardArea .d-flex{
    padding: 1vw 4vw;
}
.money{
    font-size: 6vw;
    font-weight: 700;
    padding-bottom: 5vw;
    overflow-x: auto;
}
.btn-group{
    width: 100%;
    padding: 0 4vw;
}
.main-btn{
    border: 1px solid var(--main-c);
    height: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    margin-bottom: 4vw;
    color: var(--main-c) !important;
    text-decoration: none;
}
.main-btn+.main-btn{
    margin-left: 4vw;
}
.sec-btn{
    border: none;
    width: 100%;
    background-color: var(--sec-c);
    color: #fff;
    height: 11vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2vw;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.tab-area{
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin: 0;
}
.tab-area li{
    padding: 1vw 3vw;
    border: 1px solid var(--third-c);
    color: var(--third-c);
    border-radius: 60px;
    width: auto;
    display: inline-block;
    font-size: 3.4vw;
    margin: 0 0.6vw;
    transition: 0.2s;
}
.tab-area li.active{
    background-color: var(--third-c);
    color: #fff;
    transition: 0.2s;
}

/* table */
table{
    width: 100%;
    border-collapse: collapse;
}
.collapse-icon{
    width: 4vw;
}
tr{
    border-bottom: 1px solid var(--border);
}
th,td{
    font-weight: 400;
    padding: 2.4vw 2vw;
}
th{
    white-space: nowrap;
}
table thead{
    background-color:  var(--light-main);
    text-align: left;
    
}
.detail-td{
    padding: 0;
}
.detail{
    display: none;
    transition: 0.3s;
}
.detail-btn {
    width: 3.2vw;
    height: 3.2vw;
    transition: 0.3s;
    transform-origin: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.detail-btn svg{
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.detail-frame{
    background-color: var(--border);
    background-color:#f2f2f275;
    
    padding: 3.4vw;
}
.detail-frame ul{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.detail-frame li{
    display: flex;
    align-items: center;
} 
.detail-frame li + li{
    margin-top: 2vw;
}
.detail-frame label,.detail-frame span{
    width: 50%;
    display: inline-block;
}
.detail-frame h4{
    font-size: 3.5vw;
    margin-bottom: 3.6vw;
}
.detail-frame hr{
    margin: 3.6vw 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 0;
}
.sticky-top{
    position: sticky;
    top: 12.8vw;
    z-index: 5;
}
.dActive{
    border-bottom: 1px solid transparent;
}
.dActive+.detail{
    display: table-row;
    transition: 0.3s;
}
.dActive+.detail td{
    padding-top: 0;
}
.dActive .detail-btn{
    transform: rotate(180deg);
    transition: 0.3s;
}
.coinName{
    width: 6vw;
    height: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid var(--main-c);
}
.coinTh{
    border-bottom: 0;
    font-size: 4vw;
    background-color: #fff;
}
.ul-border li{
    
    margin-top: 0;
    padding: 1.2vw 0;
}
.ul-border li + li{
    border-top: 1px solid var(--border);
    margin-top: 0;
}
.ul-border-frame{
    padding: 0 3vw;
}


.loadingShow[data-v-24a16d5c]{
  overflow: hidden;
}
.loading[data-v-24a16d5c]{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.75);
  z-index: 99;
}
.loader[data-v-24a16d5c] {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid var(--main-c);
  width: 60px;
  height: 60px;
  -webkit-animation: spin-data-v-24a16d5c 2s linear infinite; /* Safari */
  animation: spin-data-v-24a16d5c 2s linear infinite;
}
.loading p[data-v-24a16d5c]{
  color: #fff;
  font-size: 3.8vw;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Safari */
@-webkit-keyframes spin-data-v-24a16d5c {
0% { -webkit-transform: rotate(0deg);
}
100% { -webkit-transform: rotate(360deg);
}
}
@keyframes spin-data-v-24a16d5c {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}

