.lease {
    background: #343a40;
    min-height: 100vh;
    padding: 0 .3rem 1.8rem .3rem;
}

.lease .navbar {
    background: #2FCC58;
}

.lease .navbar span {
    color: #fff;
}

.item {
    width: 6.98rem;
    height: auto;
    background: #f5f6f705;
    border-radius: 0.14rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.3rem;
    position: relative;
}

.lease .banner {
    /* height: 4.5rem; */
    /* margin-left: -.3rem;
    margin-right: -.3rem; */
    /*background: url(../img/homebg.png) no-repeat;*/
    background-size: 100% auto;
    padding: 0 0rem;
    /* padding-top: .85rem; */
}

.lease .banner .swiper-container .swiper-slide img {
    width: 420px;
    height: 187px;
    display: block;
}

.lease .notice {
    background: #fff;
    height: 149px;
    background: #ff6600db;
    border-radius: .2rem;
    /* margin-top: -2.4rem; */
}

.lease .notice>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #EEEEF0;
    height: 1.04rem;
    padding: 0 .25rem;
}

.lease .notice>div i {
    width: .44rem;
    height: .44rem;
    background: url(../img/lb.png) no-repeat;
    background-size: 100% 100%;
}

.lease .notice>div .swiper {
    height: .5rem;
    margin-left: .11rem;
    width: 100%;
    overflow: hidden;
}

.lease .notice>div .swiper .wraps {
    overflow: hidden;
    height: .5rem;
}

.lease .notice>div .swiper .wraps ul li {
    width: 90%;
    height: .5rem;
    line-height: .5rem;
    font-size: .26rem;
    font-weight: 500;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lease .notice>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lease .notice>ul li {
    width: 20%;
    text-align: center;
    list-style: none;
}

.lease .notice>ul li img {
    width: 0.88rem;
    height: .88rem;
    margin: .32rem 0 .11rem 0;
}

.lease .notice>ul li p {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
}

/*.lease .notice > ul li:nth-child(4), .lease .notice > ul li:nth-child(5) {
                width: 41%;
                height: 1.40rem;
                border-radius: .20rem;
                margin-top: .55rem;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                background: #fff;
                padding-left: .5rem;
            }

                .lease .notice > ul li:nth-child(4) img, .lease .notice > ul li:nth-child(5) img {
                    margin: 0 .2rem 0 0;
                }

                .lease .notice > ul li:nth-child(4) p, .lease .notice > ul li:nth-child(5) p {
                    text-align: left;
                }

                    .lease .notice > ul li:nth-child(4) p:nth-child(2), .lease .notice > ul li:nth-child(5) p:nth-child(2) {
                        margin-top: .06rem;
                    }

            .lease .notice > ul li:nth-child(5) {
                margin-left: .19rem;
            }*/

.lease .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .32rem;
    font-weight: 400;
    color: #262626;
    margin: 2rem 0 .27rem 0;
}

.lease .title b {
    width: .10rem;
    height: .30rem;
    background: #062d5d;
    border-radius: .20rem;
    margin-right: .1rem;
}

.lease .item>li {
    background: #ffffff;
    border-radius: 0px;
    position: relative;
    margin-bottom: 0.2rem;
    list-style: none;
}

.lease .item>li i {
    display: block;
    position: absolute;
    top: .3rem;
    right: .23rem;
    width: .44rem;
    height: .44rem;
    background: url(img/wh.png) no-repeat;
    background-size: 100% 100%;
}

.lease .item>li i>div {
    display: none;
    position: absolute;
    right: -.2rem;
    top: .82rem;
    width: 4.51rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.16);
    border-radius: .20rem;
    padding: .28rem .4rem;
    font-size: .26rem;
    font-weight: 500;
    line-height: .45rem;
    z-index: 9;
    color: #333333;
}

.lease .item>li i>div::after {
    content: '';
    position: absolute;
    top: -.4rem;
    right: .43rem;
    width: 0;
    height: 0;
    border-bottom: .4rem solid #FFFFFF;
    border-left: .6rem solid transparent;
}

.lease .item>li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .44rem 0 .22rem .2rem;
    border-bottom: 1px solid #EEEEF0;
}

.lease .item>li>div>div:nth-child(1) img {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: .2rem;
}

.lease .item>li>div>div:nth-child(2) {
    margin-left: .3rem;
    word-break: break-all;
    padding-right: .2rem;
}

.lease .item>li>div>div:nth-child(2) h2 {
    font-size: .32rem;
    font-weight: 400;
    color: #262626;
    margin-bottom: -18px;
}

.lease .item>li>div>div:nth-child(2) span {
    display: inline-block;
    height: 0.5rem;
    background: #062d5d;
    border-radius: 0.12rem;
    font-size: .24rem;
    font-weight: 500;
    line-height: .5rem;
    color: #ffffff;
    padding: 0 0.1rem;
}

.lease .item>li>ul {
    padding: 0 .44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background: #faebd7b8;
}

.lease .item>li>ul::after {
    content: '';
    position: absolute;
    top: 50%;
    background: #EEEEF0;
    left: 50%;
    width: 1px;
    height: 1.16rem;
    -webkit-transform: translate(-50%, -48%);
    transform: translate(-50%, -48%);
}

.lease .item>li>ul li {
    width: 50%;
    height: 1.18rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
}

.lease .item>li>ul li h4 {
    width: 100%;
    font-size: .26rem;
    font-weight: 500;
    color: #000000;
    margin-top: 0.2rem;
    margin-bottom: 2px;
    background: #ffc107;
    margin-right: 5px;
    margin-left: 5px;
}

.lease .item>li>ul li h4.active {
    color: #E02727;
}

.lease .item>li>ul li p {
    width: 100%;
    font-size: .24rem;
    font-weight: 500;
    color: #c61b1b;
    margin-top: .13rem;
}

.lease .item>li>ul li:nth-child(1),
.lease .item>li>ul li:nth-child(2) {
    border-bottom: 1px solid #EEEEF0;
}

.lease .item>li>p {
    height: .68rem;
    background: #062d5d;
    border-radius: 0px 0px .12rem .12rem;
    text-align: center;
    line-height: .68rem;
    font-size: .28rem;
    font-weight: 400;
    margin-top: .1rem;
    color: #FFFFFF;
}

.lease .kf {
    width: 1.10rem;
    height: 1.10rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0.2rem rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: fixed;
    right: .3rem;
    top: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 29;
}

.lease .kf i {
    width: .50rem;
    height: .50rem;
    background: url(../img/kf.png) no-repeat;
    background-size: .5rem .5rem;
}

.metalnew {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.l_title h1 {
    font-size: .3rem;
    font-weight: 500;
}

.l_meta {
    display: flex;
    margin-bottom: 5px;
}

.l_desc {
    color: #505050;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.day {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #3478a9;
}

.announcement-title[data-v-eebac136] {
    font-size: .48rem;
    font-weight: 600;
    color: #ffffff;
    margin-left: 0.426667rem;
    margin-bottom: 0.32rem;
    height: 0.64rem;
    line-height: .64rem;
    padding-left: 5px;
    /* border-left: #3478a9 5px solid; */
}

.badge-success {
    background: #000;
    color: #fff;
    padding: 3px 7px;
    font-size: 13px;
    border-radius: 50px;
}

.grayblk1 {
    width: 100%;
    border-radius: 10px;
    background:url(https://mathwallet.org/web/assets/tron_banner-C4RStxeg.jpg);
    background-position:left;
    height: 70px;
    padding: 10px;
    margin-top: 10px;
}
.grayblkmy {
    width: 100%;
    border-radius: 10px;
    background:url(https://mathwallet.org/web/assets/tron_banner-C4RStxeg.jpg);
    background-position:left;
    height: 70px;
    padding: 10px;
    margin-top: 10px;
}
.graybg {
    width: 100%;
    border-radius: 10px;
    height: 160px;
    padding: 10px;
    margin-top: 10px;
}
.bluetext {
    color: rgb(255, 255, 255);
    border-radius: 50px;
    float: right;
    background-color: rgb(46 49 122);
    font-size: 0.25rem;
    padding: 0px 5px;
}

.normaltxt {
    font-size: 0.27em;
    float: left;
    /* text-transform: uppercase; */
    font-weight: 600;
}

.textFigure {
    font-size: 0.4em;
    font-weight: bold;
}

.optMenu {
    height: 181px;
    border-radius: 5px;
    /* border: solid 1px #eee; */
    margin-top: 10px;
    padding-left: 10px;
    box-shadow: -1px 1px 12px 0px #ffc10740;
}

.newsRow {
    font-size: 0.3rem;
    /* background-color: #2B2B2B; */
    padding: 5px;
    margin-top: 10px;
    color: #fff;
}

.nav-item {
    padding-bottom: 10px;
}

.nav-link {
    display: block;
    /* padding: 0.5rem 1rem; */
    font-size: 0.3em !important;
    margin-top: 20px !important;
    padding: 0px 8px !important;
    font-size: 15px !important;

}

.btn-xs {
    font-size: 0.3rem !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border: 0px !important;
    border-bottom: solid #315daf !important;
    font-weight: bold;
    font-size: 15px !important;
}

.nav-tabs .nav-link {
    background-color: transparent !important;
}

.productImg {
    width: 70%;
    vertical-align: top;
    height: 100px;
    border-radius: 5px;
}

.shadowBox {
    box-shadow: 0px 4px 10px 0 rgb(0 0 0);
    padding: 0px;
    margin: 5px !important;
    padding-top: 10px;
    background: #202020;
    border-radius: 10px;
    margin-bottom: 10px !important;
    border: 1px solid #373737;
}

.signinBg {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    min-height: 600px;
    margin: 0px;
    padding: 0px;
    background-position: top;
    background-size: contain;
}

.leftArrow {
    height: 50px;
    padding: 10px;
    display: block;
}

.verifyBtn {
    padding: 2px 10px;
    font-size: 0.3em;
    position: absolute;
    right: 0px;
    background-color: #064385;
    color: #fff;
    border-radius: 20px;
    top: 8px;
    right: 6px;
    cursor: pointer;
}

.btn-info {
    background:#bf9944  !important;

}

.BalanceAmt {
    background-color: #000;
    padding: 10px;
    /* border-radius: 10px; */
    color:#fff!important;
    font-size: 0.5em;
    margin-bottom: 20px;
    padding-left: 20px;
    margin-left: 25%;
}

.overlayImg {
    position: absolute;
    font-size: 14px;
    background-color: rgb(10, 101, 164, 0.8);
    width: 89%;
    top: 40%;
    color: #fff;
    padding: 10px;
}

.btnPoup {
    position: absolute;
    bottom: -95px;
    width: 100% !important;
}

.btnPoup button {
    border: 0px !important;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #000  !important;
    height: 30px;
    line-height: 20px;
    color: #fff;
    border-radius: 5px;
    line-height: 20px;
}

.withInput {
    width: 100%;
    font-size: 18px !important;
    padding: -3px !important;
    /* height: 40px; */
    /* background-color: transparent !important; */
    border: 0px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    box-shadow: none;
}

.headingCls {
    font-size: 0.8rem;
    margin-top: 25px;
    font-weight: 400;
    font-family: 'Noto Sans Mende Kikakui', sans-serif;
}

.eyeIcon {
    font-size: 15px;
    position: absolute;
    z-index: 99999;
    right: 10px;
    top: 8px;
}

.loginuser {
    height: 80px;
    margin-top: 10%;
    filter: invert(1);
}

.table tr th {
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #eee;
    font-weight: normal;
    width: 157px !important;
}

.table tr td {
    padding: 10px;
    text-align: center;
}

.table {
    margin-bottom: 10px !important;

}

.card {
    border: 0px !important;
}

.navbar {
    padding: 10px !important;
    height: 50px !important;
    line-height: 60px;
}

.invitaionLink {
    background-color: #f9e4a4;
    border-radius: 20px 0px 0px 20px;
    height: 138px;
    padding: 20px;
    color: #4c4013;
    box-shadow: 11px 5px 15px #004289;
}

.aBtnLink {
    font-size: 14px;
    padding: 5px 20px 8px;
    background-color: #3e3c3c;
    color: #fff;
    border-radius: 5px;
    /* margin-bottom: 10px; */
    position: absolute;
    top: 90px;
}

.aBtnLink:hover {
    color: #fff;
    text-decoration: none;
}

.rewardTxt {
    font-size: 20px;
    font-family: cursive;
    text-align: center;
    margin-top: 50px;
    font-weight: bold;
    color: #b37e08;
}

.undefined {
    font-size: 13px;
    padding: 5px 5px;
    background-color: #df8e2a;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    margin-top: 5px;
    background: #D1913C;
    background: -webkit-linear-gradient(to right, #FFD194, #D1913C);
    background: linear-gradient(to right, #FFD194, #f1ddc2);
    font-weight: 500;
    text-transform: capitalize;
    box-shadow: -1px 1px 1px 0px #c1bfb8;
}

.rowCustom {
    margin: 0px !important;
    background-color: #fff;
    border-radius: 10px;
    line-height: 20px;
    padding: 10px;
    margin-bottom: 10px !important;
}

.certiIcon {
    position: absolute;
    z-index: 999;
    left: 42%;
    top: 18%;
}

.noRecord {
    font-size: 15px;
    text-align: center;
    padding: 10px;
    color:#fff;
    font-style: italic;
    margin: 10px;
}