body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden
}
.content {
    min-height: calc(100% - 60px);
    padding: 0px;
    background: #f9f9f9;
}
.gg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gg_cont{
    background: #FFFFFF;
    width: 281px;
    border-radius: 16px 16px 16px 16px;
}
.gg_01 {
    background-image: url(../img/gg_bg.png);
    background-repeat: no-repeat;
    width: 281px;
    height: 114px;
    opacity: 1; 
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.gg_title{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #202536;
    line-height: 1px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.gg_content{
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 12px;
    color: #474E65;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.rew {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rew_cont{
    background: #FFFFFF;
    width: 281px;
    border-radius: 16px 16px 16px 16px;
}
.rew_01 {
    background-image: url(../img/gg_bg.png);
    background-repeat: no-repeat;
    width: 281px;
    height: 114px;
    opacity: 1; 
    color: #fff;
    margin: 0 auto;
    text-align: center;
    border-radius:16px;
}
.rew_title{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 18px;
    color: #202536;
    line-height: 1px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.rew_content{
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 12px;
    color: #474E65;
    line-height: 14px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

/*.gg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.6;
    z-index: 1000;
}
.gg_01{
    background-image: url(../img/gg_bg.png);
    background-repeat: no-repeat;
    width: 281px;
    height: 114px;
    margin: 0 auto;
    opacity:1;
}*/

.reg{
    min-height: calc(100% - 60px);
    padding: 0px;
    background-image: url(../img/reg_bg.png);

}

.footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px; /* 导航栏高度调整为60px */
    background-color: #fff;
    color: #000;
    border-top: 1px solid #cfcfcf;
}
.footer a {
    color: #000;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 10px;
    color: #202536;
    line-height: 12px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.footer a:focus{text-decoration: none}

.footer i {
    margin-bottom: 5px;
}



.area_usdt_bg{
    border-radius: 8px 8px 0px 0px;
    background: #35AF8A;
    height: 20px;
}
.area_usdt{
    width: 100%;
    background-image: url(../img/tether-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.area_usdc_bg{
    border-radius: 8px 8px 0px 0px;
    background: #266ACC;
    height: 20px;
}
.area_usdc{
    width: 100%;
    background-image: url(../img/usdc-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.area_paypal_bg{
    border-radius: 8px 8px 0px 0px;
    background: #1072EB;
    height: 20px;
}
.area_paypal{
    width: 100%;
    background-image: url(../img/PayPal-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.area_uni_bg{
    border-radius: 8px 8px 0px 0px;
    background: #EB7DF8;
    height: 20px;
}
.area_uni{
    width: 100%;
    background-image: url(../img/UNISWAP-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.area_wbtc_bg{
    border-radius: 8px 8px 0px 0px;
    background: #443158;
    height: 20px;
}
.area_wbtc{
    width: 100%;
    background-image: url(../img/WBTC-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.area_cro_bg{
    border-radius: 8px 8px 0px 0px;
    background: #081F55;
    height: 20px;
}
.area_cro{
    width: 100%;
    background-image: url(../img/CRO-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}


.area_coin{
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.area_coin_name{
    font-family: Inter, Inter;
    font-weight: normal;
    font-size: 15px;
    color: #202536;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.area_content{
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 16px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #474E65;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.token_data{
    display: flex;
    margin-left: 21px;
    margin-right: 21px;
}
.token_apr{
    border-left: 1px solid #35AF8A;
    flex: 1;
    width: 50%;
}

.token_apr_data{
    margin-left: 3px;
}

.token_apr_usdc{
    border-left: 1px solid #266ACC;
    flex: 1;
    width: 50%;
}
.token_apr_paypal{
    border-left: 1px solid #1072EB;
    flex: 1;
    width: 50%;
}
.token_apr_uni{
    border-left: 1px solid #EB7DF8;
    flex: 1;
    width: 50%;
}
.token_apr_wbtc{
    border-left: 1px solid #433156;
    flex: 1;
    width: 50%;
}
.token_apr_cro{
    border-left: 1px solid #0C2864;
    flex: 1;
    width: 50%;
}



.token_apr_data_num{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 16px;
    color: #35AF8A;
    line-height: 40px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.token_apr_data_title{
    font-family: Inter, Inter;
    font-weight: 500;
    font-size: 12px;
    color: #474E65;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.token_button{
    width: auto;
    height: 50px;
    background: #202536;
    border-radius: 25px 25px 25px 25px;
    margin: auto;
    margin-top: 40px;
}
.token_button p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.token_button img{
    margin-left: 8px;
    width: 22px;
    height: 22px;
}

.rout_button{
    height: 50px;
    background: #0038FF;
    border-radius: 25px 25px 25px 25px;

}
.rout_button p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.rout_button img{
    margin-left: 8px;
    width: 22px;
    height: 22px;
}

.dis_button{
    height: 50px;
    background: #b5b5b5;
    border-radius: 25px 25px 25px 25px;

}
.dis_button p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.dis_button img{
    margin-left: 8px;
    width: 22px;
    height: 22px;
}

.cel_button{
    height: 50px;
    background: #fff;
    border-radius: 25px 25px 25px 25px;
    border: 1px solid #E9E9E9;

}
.cel_button p{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 15px;
    color: #474E65;
    line-height: 18px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.cel_button img{
    margin-left: 8px;
    width: 22px;
    height: 22px;
}


.faq{
    margin: 20px;
}
.faq_title{
    font-family: Inter, Inter;
    font-weight: bold;
    font-size: 32px;
    color: #202536;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.faq_note{
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 14px;
    color: #474E65;
    line-height: 16px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.faq_body{
    font-style: 11px;
}

.h_280{
    height: 280px;
}
.h_80{
    height: 80px;
}
.h_50{
    height: 50px;
}
.h_44{
    height: 44px;
}
.h_40{
    height: 40px;
}
.h_30{
    height: 30px;
}
.h_20{
    height: 20px;
}
.h_15{
    height: 15px;
}
.h_12{
    height: 12px;
}
.h_10{
    height: 10px;
}
.h_4{
    height: 4px;
}
.h_1{
    height: 1px;
    background: #ECECEC;
    border-radius: 0px 0px 0px 0px;
}

.h_60{
    height: 60px;
}

.mt_6{
    margin-top: 6px;
}
.mt_30{
    margin-top: 30px;
}
.mt_40{
    margin-top: 40px;
}
.mt_50{
    margin-top: 50px;
}


.pt_30{
    padding-top: 30px;
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v141/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}




.panel {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #fff;
  background: none;
  box-shadow: none;\

}

.panel:last-child {
  border-bottom: none;
}

.panel-group > .panel:first-child .panel-heading {
  border-radius: 4px 4px 0 0;
}

.panel-group .panel {
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 0;
}

.panel-heading {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  padding: 0;
}

.panel-title a {
  display: block;
  padding: 15px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  opacity:0.9;
}

.panel-body {
  background: #fff;
  color: #7a8aa0;
  font-size: 11px;
}

.panel:last-child .panel-body {
  border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
  border-radius: 0 0 4px 4px;
  -webkit-transition: border-radius 0.3s linear 0.2s;
  transition: border-radius 0.3s linear 0.2s;
}

.panel:last-child .panel-heading.active {
  border-radius: 0;
  -webkit-transition: border-radius linear 0s;
  transition: border-radius linear 0s;
}
/* #bs-collapse icon scale option */

.panel-heading a:before {
  content: '\e146';
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.panel-heading.active a:before {
  content: ' ';
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#bs-collapse .panel-heading a:after {
  content: ' ';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
  content: '\e909';
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
  content: '\e316';
  font-size: 24px;
  position: absolute;
  font-family: 'Material Icons';
  right: 5px;
  top: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}