/*------------------*/
body {
    font-size:1rem;
    background-color: var(--mblack1);
}
main {
    height: calc(100vh - 80px);
    /* height: calc(100vh - 200px); */
    overflow-y: auto;
    padding-top: 120px;
}
.mainbgW{
    background: url(../images/bg1.png) -5vw 55vh no-repeat;
    background-size: 120%;
}
header {
    z-index: 1000;
    background-color: var(--mgreen0);
    height: 120px;
    position: fixed;
    left:50%;
    top:0;
    transform: translateX(-50%);
}
header.header_thin {
    /* z-index: 1000;
    background-color: var(--mgreen0); */
    height: 60px;
}
header.header_thin + main{
    padding-top: 60px;
}
footer {
    z-index: 1000;
    background-color: var(--primaryColor);
    height: 80px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: fixed;
    left:50%;
    bottom:0;
    transform: translateX(-50%);
}
footer .tab{
    padding: 0.1rem 0;
}
footer .tab.active{
    background-color: var(--mblue1);
    border-radius: 50px;
}
#captcha {
    cursor: pointer;
}


.indexbg{
    position: relative;
    overflow: hidden;
}
.indexbg::before{
    content:"";
    display:block;
    position: absolute;
    left: -10%;
    top: 0;
    width: 120%;
    height: 66vh;
    border-bottom-left-radius: 40%;
    border-bottom-right-radius: 88%;
    background-image: linear-gradient(130deg, var(--mgreen1) 15%, var(--mblue1) 85%);
    z-index: 0;
}
.maxWidth{
    width: 100%;
    max-width: var(--MaxWidth);
}
.mainbg{   
    min-height: 100vh;
    /* background: var(--primaryColor) url('../images/bg.png') left top no-repeat; */
    background-color: var(--mwhite0);        
}

.bzBtn{
    border:none;
    box-shadow: 1px 3px 10px rgba(0,0,0,0.3);
    border-radius: 3rem;
    padding: 0.85rem 0.75rem;
}

.btn-login:hover,.btn-login:focus{
    color:var(--myellow0);
}
.w-48{
    width: 48%;
}
#captcha{    
    right: 22px;
    top: 0.5rem;    
    overflow: hidden;
    width: 120px;
    height: 36px;
    border: 1px solid #ccc;
    padding: 0;
}
.topBtn{
    background-color: rgba(255,255,255,0.5);
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 15px;
    line-height: 24px;
}

/* home */
.item_list{   
    width: 94%; 
    margin: 0 auto;
}
.item_link{
    display: block;
    border-radius: 1rem;
    box-shadow: 1px 3px 10px #dedede;
    background-image: url(../images/currency.png);
    background-position: 110% 30%;
    background-repeat: no-repeat;
}
.item_icon{
    width: 70px;
    text-align: center;
}
.item_icon i{
    width: 60px;
    height: 60px;
    line-height: 30px;
    text-align: center;
    border: 3px solid #fff;
    padding: 11px;
    border-radius: 36px;
    background-color: rgba(255,255,255,0.15);
}
/* notify */

.notify_date{
    font-family: 'Montserrat', sans-serif;
    width: 6rem;
    min-width: 6rem;
}
.notify .accordion-item{
    border: 1px solid var(--mgrey3);
    border-radius: 0.5rem;    
    box-shadow: 1px 3px 10px #dedede;
    overflow: hidden;
}
.notify .accordion-header{
    padding: 0.5rem;
    background-image: linear-gradient(270deg, var(--mred1) 6.5rem, var(--mwhite2) 6.5rem);
}
.notify .accordion-collapse{
    border-top: none;
    word-break: break-word;
}
.notify_list{
    word-break: break-word;
}
#notify_count{
    font-family: 'REM', sans-serif;
    font-weight: 200;
}

/* profile */
.wallet_address{

}
.wallet_address_copy{
    width: 1.3rem;
}
.pay_card {
    width: 26vw;
    max-width: 200px;
    height: 26vw;
    max-height: 200px;
    background-image: linear-gradient(315deg, var(--mgreen2) 0, var(--mgreen0) 100%);
}
.pay_lock{
    width: 35vw;
    max-width: 200px;
    height: 27vw;
    max-height: 200px;
    background-image: linear-gradient(315deg, var(--mred0) 0, var(--mred2) 100%);
}


/* buy */
.buy_list{
    border-radius: 0.5rem;
    border:1px solid var(--mgrey3);
    background-color: var(--mblue4);
}
.buy_list:nth-child(2n){
    background-color: var(--mgrey3);
}
.buy_no{
    padding: 2px 5px;
    background-color: var(--mwhite2);
    border-radius: 5px;
}
.order_tab.nav-tabs{
    border: none;
}
.order_tab .nav-link{
    color: var(--mgrey1);
    background-color: var(--mgrey3);
    margin-right: 10px;
    border: none;
    border-radius: 20px;
}
.order_tab .nav-tabs .nav-item.show .nav-link, 
.order_tab.nav-tabs .nav-link.active{
    border: none;
    color: var(--mwhite0);
    background-color: var(--myellow1);
}
/* sold */
.wallet-span{
    font-size: 0.88rem;
}
.point-span{
    font-size:1.88rem;
    font-weight:700;
    font-family: 'Montserrat', sans-serif;
}