.contentA {

}
.ny {
    background-color: #fafafa;
}
.ny-top {
    height: 45px;
    width: 100%;
}
.ny-top-bg-gd {
    position: fixed;
    top: 0;
    z-index: 100;
    color: #fff;
    background: linear-gradient(90deg, #80ddda, #36cfc9);
}
.ny-top-bg-gd2 {
    position: fixed;
    top: 0;
    z-index: 100;
    color: #fff;
}
.ny-top2 {
    color: #fff !important;
    background: #36cfc9 !important;
    position: fixed;
    top: 0;
}
.ny-return {
    width: 45px;
    height: 45px;
    display: inline-block;
}
.ny-return img {
    width: 40%;
    height: 40%;
    margin: 30%;
}
.ny-return a {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.ny-title {
    width: calc(100% - 90px);
    display: inline-block;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding-right: 45px;
    float: right;
}
.login {
    background: linear-gradient(180deg, #e6fffb, #fff);
}
.login-box {
    width: 90%;
    margin: 80px auto 0;
}
.login-title {
    font-size: 24px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-bottom: 50px;
}
.login-title span {
    font-size: 15px;
    font-weight: normal;
    float: right;
}
.login-title span img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: sub;
}
.login-input {
    height: 52px;
    line-height: 52px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 0 14px;
    font-size: 18px;
    position: relative;
}
.login-input input {
    width: 100%;
}
.login-input img {
    position: absolute;
    top: 6px;
    right: 6px;
    height: 40px;
    z-index: 20;
}
.login-btn {
    background: linear-gradient(90deg, #62e5b3, #36cfc9);
    box-shadow: 6px 6px 17px -8px rgba(54, 207, 201, .16), 0px 9px 30px 0px rgba(54, 207, 201, .08), 0px 13px 52px 0px rgba(54, 207, 201, .16);
    border-radius: 13px;
    opacity: .6;
    color: #fff;
    height: 55px;
    text-align: center;
    font-size: 17px;
    margin-top: 50px;
    line-height: 55px;
    margin-bottom: 10px;
}
.reg-btn {
    display: block;
    color: #36cfc9;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
}
.hot {
    color: #fff !important;
    background: linear-gradient(90deg, #80ddda, #36cfc9);
}
.hot-top {
    background: linear-gradient(90deg, #80ddda, #36cfc9);
    padding: 20px 0 50px;
}
.hot-top-title {
    font-size: 36px;
    text-align: center;
    color: #fff;
    margin-bottom: 50px;
}
.hot-top3 {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.hot-top3-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    position: relative;
}
.hot-top3-item-1 {
    order: 2;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.hot-top3-item-2 {
    order: 1;
}
.hot-top3-item-3 {
    order: 3;
}
.hot-top-item-rank {
    z-index: 12;
    position: absolute;
    right: 0;
    top: 0;
    border-style: solid;
    border-color: transparent transparent red transparent;
    border-width: 0 13px 13px 13px;
    height: 0;
    width: 12px;
    margin: 11px 0 27px 0;
    line-height: 25px;
    text-align: center;
}
.hot-top-item-rank::before {
    content: attr(data-content-before);
    position: absolute;
    left: 2px;
    top: 2px;
    text-align: center;
    font-size: 14px;
}
.hot-top-item-rank::after {
    content: "";
    position: absolute;
    top: 12px;
    left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: red transparent transparent transparent;
    border-width: 18px 19px 0 18px;
    z-index: -1;
}
.hot-top3-item-2 .hot-top-item-rank {
    border-bottom-color: #ffa940;
}
.hot-top3-item-2 .hot-top-item-rank::after {
    border-top-color: #ffa940;
}
.hot-top3-item-3 .hot-top-item-rank {
    border-bottom-color: #748bff;
}
.hot-top3-item-3 .hot-top-item-rank::after {
    border-top-color: #748bff;
}
.hot-top-item-polygon {
    width: 90px;
    height: 105px;
    position: relative;
    display: inline-block;
    font-size: medium;
    -webkit-clip-path: polygon(0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0);
    clip-path: polygon(0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hot-top-item-polygon img {
    width: 80px;
    height: 95px;
    display: inline-block;
    font-size: medium;
    -webkit-clip-path: polygon(0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0);
    clip-path: polygon(0 25%, 0 75%, 50% 100%, 100% 75%, 100% 25%, 50% 0);
}
.hot-top-item-name {
    padding-top: 10px;
    font-size: 16px;
}
.hot-top-item-money {
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 12px;
}
.hot-top-item-fans {
    font-size: 12px;
}
.hot-top10 {
    padding: 22px;
    background-color: #fff;
    color: #666;
    border-radius: 13px 13px 0 0;
    margin-top: -11px;
}
.hot-top10-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #eee;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.hot-top10-item-left {
    display: flex;
    align-items: center;
}
.hot-top10-item-left-num {
    padding-right: 11px;
    color: #333;
}
.hot-top10-item-left-avatar {
    border-radius: 50%;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #fff;
    white-space: nowrap;
    position: relative;
    width: 52px;
    height: 52px;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle;
    font-size: 2em;
    overflow: hidden;
}
.hot-top10-item-left-avatar img {
    width: 100%;
}
.hot-top10-item-left-name {
    padding-left: 11px;
}
.hot-top10-item-right {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    text-align: right;
    color: #aaa;
}
.hot-top10-item-right-money {
    padding-bottom: 5px;
}
.hot-top10-item-right-fans {

}
.vip-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
    padding-top: 27px;
    text-align: center;
}
.vip-img {
    will-change: transform;
    max-width: 100%;
    display: inline-block;
    position: relative;
    z-index: 0;
    width: 50%;
    height: 290px;
}
.vip-msg {
    padding-top: 16px;
    font-size: 17px;
    color: #333;
}
.notice-box {
    margin-top: 60px;
}
.notice {
    display: block;
    margin: 15px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 3px 3px 12px 3px rgba(0, 0, 0, .05), 0px 6px 16px 0px rgba(0, 0, 0, .03), 3px 3px 6px -6px rgba(0, 0, 0, .12);
}
.notice-top {
    padding: 15px 20px;
}
.notice-top-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.notice-top-title-text {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 0 0 calc(100% - 100px);
}
.notice-top-title-date {
    font-size: 12px;
    color: #aaa;
    flex: 0 0 calc(100px);
    overflow: hidden;
    text-align: right;
}
.notice-top-title-desc {
    padding-top: 10px;
    color: #aaa;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.notice-bottom-left {

}
.notice-bottom-right {
    width: 14px;
    height: 14px;
    overflow: hidden;
}
.notice-bottom-right img {
    height: 12px;
}
.notice-desc {
    padding: 20px;
    margin-top: 40px;
    min-height: calc(100vh - 45px - 35px);
}
.notice-title {
    padding-top: 15px;
    font-size: 18px;
    font-weight: 700;
}
.notice-date {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 12px;
    color: #aaa;
}
.notice-content {
    line-height: 23px;
}
.notice-content img {
    max-width: 100%;
}
.user-datum {
    padding-left: 16px;
    padding-right: 16px;
    border-top: 11px solid rgb(245, 245, 245);
    margin-top: 45px;
}
.from-input-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3px;
    padding: 16px 5px;
    border-bottom: 0.5px solid #eee;
}
.from-input-title {
    font-size: 15px;
}
.from-input-img {
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #fff;
    white-space: nowrap;
    position: relative;
    width: 52px;
    height: 52px;
    font-size: 2em;
    overflow: hidden;
}
.from-input-img img {
    width: 100%;
}
.from-input {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding: 16px 5px;
    border-bottom: 0.5px solid #eee;
}
.from-input-content {
    font-size: 15px;
    flex: 0 0 180px;
    text-align: right;
    justify-content: center;
    flex-direction: column;
    -webkit-box-pack: center;
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.from-input-content input {
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    background: none;
    color: inherit;
    opacity: 1;
    font: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: inherit;
    text-indent: inherit;
    text-transform: inherit;
    text-shadow: inherit;
}
.from-input-btn {
    background: #36cfc9;
    border-radius: 13px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 66px 11px 0;
}
.rw-ring {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 33px solid #80ddda;
    position: fixed;
    top: -66px;
    right: -66px;
    opacity: .5;
}
.rw-ring2 {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    border: 33px solid #80ddda;
    position: fixed;
    top: -66px;
    right: -66px;
    opacity: .5;
}
.rw-ring3 {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: #80ddda;
    position: fixed;
    top: 55px;
    left: -55px;
}
.rw {
    position: relative;
    z-index: 2;
    margin-top: 45px;
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    min-height: calc(100vh - 16px - 45px - (env(safe-area-inset-bottom) / 2)) !important;
}
.rw-top {
    margin: 16px;
    padding: 16px;
    background-color: #fff;
    color: #333;
    border-radius: 13px;
    position: relative;
}
.rw-top-title {
    font-size: 17px;
    font-weight: 700;
}
.rw-top-desc {
    padding-top: 5px;
    padding-bottom: 5px;
}
.rw-top-tag {
    border-radius: 3px;
    position: relative;
    border: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    overflow: visible;
    margin-left: 0;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    margin-right: 0;
    margin-top: 16px;
    color: #36cfc9;
    background-color: initial;
    padding: 0 11px;
    font-size: 11px;
    height: 26px;
}
.rw-top-tag::after {
    content: " ";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0.5px solid currentColor;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-sizing: border-box;
    border-radius: 6px;
    z-index: 1;
    pointer-events: none;
}
.rw-top-tx {
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
    vertical-align: middle;
    font-variant: small-caps;
    margin: 0;
    padding: 0;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    background-color: #ccc;
    color: #fff;
    white-space: nowrap;
    width: 70px;
    height: 70px;
    font-size: 2.5em;
    position: absolute;
    right: 16px;
    top: -16px;
    border: 3px solid #fff;
    overflow: hidden;
}
.rw-top-tx img {
    width: 100%;
}
.rw-info {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    padding: 22px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}
.rw-info::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 276px;
    background: linear-gradient(180deg, #66e9e6, rgba(54, 207, 201, 0));
    opacity: .1;
    right: -110px;
    bottom: -165px;
    border-radius: 50% 50% 0 0;
}
.rw-info::after {
    content: "";
    position: absolute;
    opacity: .1;
    left: -55px;
    bottom: -110px;
    border-radius: 50% 50% 0 0;
    width: 80%;
    height: 165px;
    background: linear-gradient(180deg, #66e9e6, rgba(54, 207, 201, 0));
}
.rw-info-left {
    flex: 0 0 calc(100% - 99px);
    overflow: hidden;
}
.rw-info-left-type {
    font-size: 17px;
    font-weight: 700;
    color: #333;
}
.rw-info-left-msg {
    padding-top: 5px;
    font-weight: 700;
    color: #36cfc9;
}
.rw-info-left-tmoney {
    padding-top: 16px;
    font-size: 13px;
    color: #f37b1d;
}
.rw-info-left-money {
    font-size: 19px;
    font-weight: 700;
    color: #f37b1d;
}
.rw-info-right {
    flex: 0 0 99px;
    overflow: hidden;
}
.rw-info-right-tb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99px;
    height: 99px;
    background-color: inherit;
}
.rw-info-right-tb-bg {

}
.rw-info-right-tb-ok {

}
.rw-info-right-tb-num {
    font-size: 19px;
    color: #36cfc9;
}
.rw-info-right-name {
    text-align: center;
    color: #333;
}
.rw-desc {
    margin: 16px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
}
.rw-desc-title {
    padding: 16px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #dfdfdf;
}
.rw-desc-content {
    padding: 16px;
    line-height: 27px;
}
.rw-desc-content img {
    max-width: 100%;
}
.rw-btn {
    display: block;
    background: #36cfc9;
    box-shadow: 6px 6px 17px -8px rgba(54, 207, 201, .16), 0px 9px 30px 0px rgba(54, 207, 201, .08), 0px 13px 52px 0px rgba(54, 207, 201, .16);
    border-radius: 13px;
    padding: 16px 0;
    margin: 27px 16px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.rws {
    position: relative;
    z-index: 2;
    margin: 45px 16px 16px;
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    min-height: calc(100vh - 16px - (env(safe-area-inset-bottom) / 2)) !important;
}
.rws-title {
    padding: 16px 16px 33px;
    background: #8fe3e1;
    border-radius: 13px 13px 0px 0px;
    font-size: 19px;
    font-weight: 200;
    color: #002329;
    opacity: .8;
    margin-top: 25px;
}
.rws-port {
    padding: 22px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
    margin-top: -16px;
    position: relative;
    z-index: 2;
}
.rws-text {
    margin-top: 16px;
    padding: 22px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
}
.rws-text-title {
    padding-bottom: 16px;
    font-size: 19px;
}
.rws-text-content {

}
.rws-text-content img {
    max-width: 100%;
}
.rws-tool {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-top: 22px;
}
.rws-tool-input {
    margin-right: 5px;
}
.rws-tool-input input {
    height: 18px;
    line-height: 18px;
    vertical-align: text-top;
}
.rws-tool-text {

}
.task {
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    min-height: calc(100vh - 16px - (env(safe-area-inset-bottom) / 2)) !important;
}
.task-top {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    height: 55px;
    padding: 0 5px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .06);
    z-index: 10;
    margin-top: 45px;
}
.task-top-nav {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 15px;
    color: #666;
    position: relative;
}
.task-top-ok {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
.task-top-ok::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40%;
    height: 4px;
    border-radius: 5px;
    background-color: #36cfc9;
}
.task-list {
    padding-top: 100px;
}
.task-box {
    margin: 16px;
    padding: 16px;
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, .1);
    border-radius: 13px;
    opacity: 1;
}
.task-box-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 5px;
}
.task-box-title-text {
    font-size: 17px;
}
.task-box-title-desc {
    padding-top: 11px;
    color: #f759ab;
}
.task-box-footer {
    display: flex;
    align-items: center;
    padding-top: 16px;
}
.task-box-footer-dot {
    width: 10px;
    height: 10px;
    background-color: #36cfc9;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
}
.task-box-footer-text {

}
.task-tag {
    padding-top: 16px;
    font-size: 13px;
    text-align: center;
    color: #aaa;
}
.finance {
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    min-height: auto !important;
    margin-top: 45px;
}
.finance-info {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #fff;
    color: #666;
    border-top: 11px solid rgb(245, 245, 245);
}
.finance-info-item {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding: 16px 5px;
    border-bottom: 0.5px solid #eee;
}
.finance-info-item-title {

}
.finance-info-item-add {
    color: #36cfc9;
}
.finance-info-item-dec {
    color: #f44336;
}
.finance-info-item-no {

}
.finance-list-title {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}
.finance-list-title-dot {
    background-color: #36cfc9;
    width: 3px;
    height: 15px;
    display: inline-block;
}
.finance-list-title-item {
    color: #aaa;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}
.finance-list-title-ok {
    font-weight: 700;
    font-size: 19px;
    color: #333;
}
.finance-list {

}
.finance-box {
    border-radius: 3px;
    margin: 16px;
    background-color: #fff;
    padding: 16px;
    color: #666;
}
.finance-box-top {
    display: flex;
    align-items: center;
}
.finance-box-top-money {
    font-size: 17px;
    color: #36cfc9;
}
.finance-box-top-money2 {
    font-size: 17px;
    color: #f44336;
}
.finance-box-top-status {
    border-radius: 5px;
    font-family: Helvetica Neue, Helvetica, sans-serif;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-left: 5px;
    font-size: 11px;
    padding: 0px 6px;
    height: 17px;
    background-color: #f0f0f0;
    color: #333;
}
.finance-box-top-time {
    padding-top: 5px;
    color: #aaa;
    font-size: 13px;
}
.withdrawal {
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    /*min-height: calc(100vh - 16px - (env(safe-area-inset-bottom) / 2)) !important;*/
    min-height: calc(100vh - 45px - 16px) !important;
    position: relative;
    z-index: 10;
    margin-top: 45px;
}
.withdrawal-top {
    margin: 22px;
}
.withdrawal-top-title {
    padding-bottom: 11px;
    color: #fff;
}
.withdrawal-top-money {
    font-size: 44px;
    color: #fff;
}
.withdrawal-footer {
    margin: 16px;
    padding: 22px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
}
.withdrawal-footer-title {
    color: #333;
}
.withdrawal-footer-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}
.withdrawal-footer-input-pots {
    font-size: 44px;
    color: #333;
    width: calc(100% - 120px);
}
.withdrawal-footer-input-pots input {
    width: 100%;
}
.withdrawal-footer-input-btn {
    color: #36cfc9;
}
.withdrawal-btn {
    background: #36cfc9;
    border-radius: 13px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 66px 0 0;
}
.recharge {
    overflow-x: hidden !important;
    padding-bottom: calc(16px + (env(safe-area-inset-bottom) / 2));
    min-height: calc(100vh - 16px - 45px - (env(safe-area-inset-bottom) / 2)) !important;
    margin-top: 45px;
}
.recharge-top {
    background: #deecea;
    padding: 16px 16px 0;
}
.recharge-top-info {
    border-radius: 13px 13px 0 0;
    background-color: #36cfc9;
    padding: 27px 16px 16px;
    position: relative;
}
.recharge-top-info::before {
    content: "";
    width: 165px;
    height: 165px;
    background: linear-gradient(60deg, #95f2ee, rgba(118, 222, 182, 0));
    box-shadow: 6px 6px 17px -8px rgba(54, 207, 201, .16), 0px 9px 30px 0px rgba(54, 207, 201, .08), 0px 13px 52px 0px rgba(54, 207, 201, .16);
    opacity: .36;
    display: block;
    position: absolute;
    right: -27px;
    top: -55px;
    border-radius: 50%;
}
.recharge-top-info-text {
    padding-bottom: 5px;
    color: #fff;
}
.recharge-top-info-money {
    font-size: 44px;
    color: #fff;
}
.recharge-bottom {
    padding: 16px;
    background-color: #fff;
    color: #666;
    border-radius: 13px;
}
.recharge-bottom-title {
    padding-top: 16px;
    padding-bottom: 16px;
}
.recharge-bottom-input {
    padding-top: 11px;
    padding-bottom: 11px;
}
.recharge-bottom-input input {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    height: 1.4em;
    min-height: 1.4em;
    overflow: hidden;
    width: 100%;
}
.recharge-bottom-item {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
    padding: 16px 5px;
    border-bottom: 0.5px solid #eee;
}
.recharge-bottom-item-title {

}
.recharge-bottom-item-value {

}
.recharge-bottom-btn {
    background: #36cfc9;
    border-radius: 13px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    font-size: 17px;
    margin: 66px 11px 0;
}