.warp {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 16px 16px;
}

.login-head {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-head img {
    width: 86px;
    height: 86px;
    border-radius: 4px;
    margin-top: 36px;
}

.login {
    width: 100%;
    margin: 0 auto;
}

.login .loginCon {
    width: 100%;
    margin-top: 24px;
}


.login .circleTit {
    width: 100%;
    margin-bottom: 24px;
    color: #55b432;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.login .circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 4px;
    padding: 0 10px;
    border: 1px solid #55b432;
}


.login .areaCode {
    display: block;
    text-align: center;
    color: #55b432;
    font-size: 16px;
    padding-right: 6px;
}

.login input {
    border: none;
    height: 46px;
    width: 100%;
    outline: none;
    background: none;
    font-size: 16px;
    color: #55b432;

}

.login input::placeholder {
    color: #999999;
    font-size: 14px;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login .add-btn {
    width: 100%;
    background: #55b432;
    font-size: 16px;
    border-radius: 4px;
    height: 45px;
    margin-top: 12px;
    color: #fff;
    border: none;
}

.continuelink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;

}

.continuelink .sign_link {
    text-align: center;
    color: #55b432;
    font-size: 15px;
    width: 100%;
}

.continuelink a {
    color: #767a82;
    margin-left: auto;
    padding-right: 5px;
}

.login .circlebg .captcha {
    position: absolute;
    right: 10px;
    height: auto;
    width: 60px;
}

.login .otpBtn {
    background: #55b432;
    border: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    border-radius: 4px;
    padding: 6px 12px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 0 0 50px
}

.home-container {
    width: 100%;
    padding: 15px 12px 0;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-num {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px 0;
    position: relative;
    margin-top: 15px;
    border-radius: 12px;
}

.home-nav {
    width: 100%;
    margin-top: 15px;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-nav ul li {
    width: 19%;
    padding: 15px;
    border-radius: 4px;
    background: #fff;
}

.home-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
}

.home-nav ul li img {
    width: 25px;
    height: 25px;
    margin-bottom: 8px;
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #333333;
}

.notice {
    width: 100%;
    height: 45px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.noticeImg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.noticeImg i {
    font-size: 20px;
    font-weight: 600;
    color: #55b432;
}

.notice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 40px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 13px;
    color: #55b432;
    font-weight: 500;
}

.home-integral {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-integral .home-integral-tit {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #55b432;
    color: #55b432;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-integral .home-integral-tit i {
    width: 5px;
    height: 18px;
    background: #55b432;
    position: absolute;
    left: 0;
}

.home-integral .home-integral-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-integral .home-integral-info {
    width: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.home-integral-info .integral-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.home-integral-info .integral-img img {
    width: 100%;
    height: 100%;
}

.home-integral-info .integral-text {
    width: calc(100% - 128px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-integral-info .integral-text h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.home-integral-info .integral-text p {
    width: 100%;
    color: #55b432;
    font-size: 12px;
    line-height: 20px;
    background-color: #f5f6fb;
    padding: 0 5px;
    margin-top: 5px;
}

.home-integral-info .integral-text p span {
    color: #55b432;
    padding-left: 6px;
}


.home-integral-info .integral-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.home-integral-info .integral-btm a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55b432;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
}

.home-events {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-events .home-events-tit {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #55b432;
    color: #55b432;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-events .home-events-tit i {
    width: 5px;
    height: 18px;
    background: #55b432;
    position: absolute;
    left: 0;
}

.home-events .home-events-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-events .home-events-info {
    width: 32%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6px;
}

.home-events-info img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.home-events-info p {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #333333;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-news .home-news-tit {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #55b432;
    color: #55b432;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-news .home-news-tit i {
    width: 5px;
    height: 18px;
    background: #55b432;
    position: absolute;
    left: 0;
}

.home-news .home-new-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-new-list ul {
    width: 100%;
    height: auto;
    display: block;
}

.home-new-list li {
    width: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}

.home-new-list a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-new-list h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.home-new-list img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.home-new-list dl {
    width: calc(100% - 128px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-new-list dl dd {
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 12px;
}

.home-new-list dl dd:first-child {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.home-new-list dl dd:last-child {
    color: #999999;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info {
    width: 100%;
    margin-bottom: 12px;
    background: #2e3236;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.product-info .product-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.product-info .product-img img {
    width: 100%;
    height: 100%;
}

.product-info .product-text {
    width: calc(100% - 128px);

}

.product-info .product-text h3 {
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}

.product-info .product-text p {
    width: 100%;
    color: #e6ff48;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    background-color: #1e2224;
    padding: 0 5px;
}

.product-info .product-text p span {
    color: #55b432;
    padding-left: 6px;
}

.product-info .product-text p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.product-info .product-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.product-info .product-btm a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90.9deg, #FFEB3B 0%, #f0b400 100%);
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    color: #000;
}

.product-info .product-btm i {
    margin-left: 6px;
    color: #acaac3;
    font-style: unset;
}


.detail-product {
    width: 100%;
    padding: 50px 12px;
}

.detail-product-info {
    width: 100%;
    padding: 12px 0;
}

.detail-product-info img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.detail-product-info .product-texts {
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-info .product-texts p {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    background-color: #f5f6fb;
    color: #55b432;
    padding: 12px 6px;
}

.detail-product-info .product-texts span {
    float: right;
    font-weight: 500;
}

.detail-product-info .product-texts p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.product-texts {
    background: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
}

.detail-desc {
    width: 100%;
    font-size: 12px;
    margin-top: 16px;
    color: #666666;
}

.detail-desc p {
    width: 100%;
    height: auto;
    line-height: 32px;
    text-wrap: initial !important;
}

.detail-desc p span {
    text-wrap: initial !important;
}

.flex-btn {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
}

.flex-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55b432;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #ffffff;
    border-radius: 0 !important;
}

.flex-btn button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}


.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-totalNum {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 12px;
    padding: 16px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-totalNum dl {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.team-totalNum dt {
    font-size: 14px;
    width: 100%;
}

.team-totalNum dd {
    width: 100%;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #55b432;
}

.team-code {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
}

.team-code-item {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-bottom: 16px;
}

.team-code-item:last-child {
    margin-bottom: 0;
}

.team-code-item .code-tit {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.team-code-item .team-code-input {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #55b432;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
    background-color: #f7f8fa;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 42px;
    padding: 0 6px;
}

.team-code-input {
    width: calc(100% - 36px);
    overflow: hidden;
}

.team-code-copy .copy {
    width: auto;
    height: auto;
    padding: 6px 12px;
    background: #55b432;
    background-size: contain;
    color: #fff;
    border-radius: 4px;
}

.team-record {
    width: 100%;
    height: auto;
}


.team-record ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-record li {
    width: 48.5%;
    background: #fff;
    padding: 16px 12px;
    border-radius: 4px;
    text-align: center;
    margin-top: 12px;
    color: #888;
}

.team-record li:first-child,
.team-record li:nth-child(2) {
    margin-top: 0;
}

.team-record li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #55b432;
    margin-bottom: 6px;
}

.team-record li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}

.teamList {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    padding: 6px 12px;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.teamList thead {
    color: #55b432;
    font-weight: 600;
}

.teamList tbody {
    font-size: 13px;
    color: #666666;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.my-top {
    width: 100%;
    height: 150px;
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
    background: url("/public/images/bg2.jpg") no-repeat;
    background-size: cover;
    color: #ffffff;
    align-items: center;
}


.my-top-left {
    width: 72px;
    height: 72px;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.my-top-right {
    width: calc(100% - 72px);
    height: 72px;
    padding-left: 12px;
}

.my-top-right h3 {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.my-top-right p {
    width: 100%;
    height: auto;
    line-height: 24px;
}

.my-top-right span {
    padding: 5px 15px;
    background: #ffffff;
    color: #55b432;
    font-weight: 600;
    border-radius: 4px;
    font-size: 12px;
}

.my-main {
    width: 100%;
    padding: 0 12px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-income-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
}

.my-income-item {
    width: 32%;
    text-align: center;
    background: #f5f6fb;
    padding: 12px 6px;
    border-radius: 4px;
    margin-top: 8px;
}

.my-income-item:first-child,
.my-income-item:nth-child(2),
.my-income-item:nth-child(3) {
    margin-top: 0;
}

.my-income-item h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #55b432;
}

.my-income-item p {
    width: 100%;
    font-size: 12px;
    color: #333333;
}

.my-income-link {
    width: 100%;
    height: auto;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-income-link a {
    width: 49%;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55b432;
    color: #fff;
    border-radius: 25px;
    font-weight: 600;
}

.my-income-link a img {
    height: 20px;
    width: auto;
    margin-right: 5px;
}

.my-top-nav {
    width: 100%;
    margin-top: 12px;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-top-nav li {
    width: 33.3333%;
    margin: 16px 0;
}

.my-top-nav li a {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.my-top-nav li a img {
    height: auto;
    width: 42px;
    margin-bottom: 10px;
}

.my-top-nav li a p {
    color: #666666;
    font-size: 13px;
    font-weight: 500;
}

.card-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.card-container {
    width: 100%;
    margin-top: 16px;
}

.card-info {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #2e3236;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-info input {
    width: 100%;
    height: 45px;
    background: #2e3236;
    border: none;
    padding: 0 10px;
    color: #f1b905;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    border: none;
    color: #ffffff;
    background: #55b432;
    border-radius: 4px;
}

.card-btn {
    width: 100%;
    height: 45px;
    background: linear-gradient(90.9deg, #FFEB3B 0%, #f0b400 100%);
    color: #000;
    line-height: 45px;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}


.history-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.history-list {
    width: 100%;
}

.list-item {
    background: #2e3236;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.list-left {
    width: 100%;
}

.list-left h3 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}


.list-left p {
    font-size: 12px;
    color: #fff;
    margin-top: 16px;
}

.list-right {
    height: auto;
    color: #e0fe48;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.list-right span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
    background: #55b432;
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 4px;
}

.list-right span.disabled {
    background: #999999;
}


.balance-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/profelar/highlight-Background-Cc0UMUO6.png) center center no-repeat;
    border-radius: 4px;
    margin-top: 12px;
    padding: 24px 6px;
}

.balance-item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.balance-item h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: #ffffff;
}

.balance-item small {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
    color: #ffffff;
}

.balance-item p {
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}

.bonus-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.bonus-bg {
    width: 100%;
    border-radius: 4px;
    background: #2e3236;
    margin-top: 12px;
    padding: 24px 12px;
}

.bouns-input {
    width: 100%;
    margin-bottom: 24px;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    height: 50px;
    background: #1e2224;
    border: none;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(90.9deg, #FFEB3B 0%, #f0b400 100%);
    color: #000;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}


.wallet-box {
    width: 100%;
    background-color: #121212;
    border-radius: 8px;
    padding: 50px 12px 12px;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;

}

.wallet-item h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.wallet-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #55b432;
    padding: 12px 6px 6px;
    font-size: 16px;
}

.wallet-input {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.wallet-input input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


.wallet-input input::placeholder {
    font-weight: 400;
}

.wallet-input i {
    color: #e6ff48;
    font-size: 16px;
    font-weight: 600;
}

.wallet-channel {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.wallet-channel-item {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #55b432;
}

.wallet-channel-item:first-child {
    margin-top: 0;
}

.wallet-channel-item i {
    font-size: 22px;
    color: #ffffff;
}

.wallet-channel-item.active {
    color: #55b432;
    font-weight: 600;
}

.wallet-channel-item.active i {
    color: #55b432;
    font-weight: 600;
}

.wallet-card {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    border:1px solid #ffffff;
}

.wallet-card h3 {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    color:#f1b905;
    font-size: 12px;
    font-weight: 600;
}

.wallet-card p {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.wallet-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: linear-gradient(90.9deg, #FFEB3B 0%, #f0b400 100%);
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    margin-top: 20px;
    color: #000;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.wallet-rule {
    border-radius: 10px;
    margin-top: 16px;
}

.wallet-rule p {
    width: 100%;
    line-height: 24px;
    text-wrap: inherit !important;
}

.wallet-rule img {
    width: 100%;
}

.wallet-rule p span {
    text-wrap: inherit !important;
}


.myorder {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;

}


.order-item {
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.order-item .order-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.order-item .order-img img {
    width: 100%;
    height: 100%;
}

.order-item .order-texts {
    width: calc(100% - 128px);

}

.order-item .order-texts h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.order-item .order-texts p {
    width: 100%;
    color: #55b432;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    background-color: #f5f6fb;
    padding: 0 5px;
}

.order-item .order-texts p span {
    color: #55b432;
    padding-left: 6px;
}

.order-btn {
    width: 100%;
    height: 36px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #55b432;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}

.order-btn.disabled {
    background: #999999;
}

.customer {
    width: 100%;
    padding: 50px 12px 12px;
}

.customer ul {
    margin-top: 12px;
}

.customer li {
    width: 100%;
    background: #2e3236;
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.customer li img {
    width: 48px;
    height: auto;
    margin-right: 8px;
}

.customer li h3 {
    font-size: 16px;
    color: #f1b905;
    font-weight: 600;
}

.customer li h2 {
    font-size: 12px;
    color: #333;
    margin-top: 12px;
}

.customer li p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.customer li a {
    position: absolute;
    right: 12px;
    color: #000;
    font-weight: 600;
    padding: 5px 16px;
    background: linear-gradient(90.9deg, #FFEB3B 0%, #f0b400 100%);
    border-radius: 25px;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.article-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
}

.article-content {
    width: 100%;
    height: auto;
    color: #666666;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    line-height: 32px;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}


.official-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 12px;
}

.official-list {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}


.official-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 10px;
    position: relative;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-item-top img {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 4px;
}

.official-item-top-right {
    width: calc(100% - 36px);
    height: 42px;
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.official-item-top-right h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.official-item-top-right p {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.official-item-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 6px;
}

.official-item-imgs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.official-item-imgs img {
    width: 32%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 2%;
    cursor: pointer;
}

.official-item-imgs img:first-child,
.official-item-imgs img:nth-child(2),
.official-item-imgs img:nth-child(3) {
    margin-top: 0px;
}

.official-item-imgs img:nth-child(3n) {
    margin-right: 0;
}


.official-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-mask-img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
}

.official-mask-img img {
    width: 100%;
    height: auto;
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.official-done {
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    margin-top: 12px;
    padding: 12px;
}

.official-done textarea {
    width: 100%;
    height: 160px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #55b432;
    background: none;
}

.official-upload {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.official-upload-item {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #55b432;
    margin-top: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}

.official-upload-item-upload {
    cursor: pointer;
    padding: 16px;
}

.official-upload-item img {
    border-radius: 4px;
}

.official-upload-item i {
    font-size: 24px;
    color: #999999;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.official-button {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.official-button button {
    width: 100%;
    height: 36px;
    color: #ffffff;
    background: #55b432;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}

.salary-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.salary-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.salary-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 6px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.salary-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
}

.salary-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.salary-item li {
    height: auto;
    display: block;
    text-align: center;
}

.salary-item li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #55b432;
    margin-bottom: 6px;
}

.salary-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.salary-item button {
    width: 100%;
    height: 36px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #55b432;
    border-radius: 4px;
    border: none;
    margin-top: 12px;
    cursor: pointer;
}

.salary-item button.disabled {
    background: #999999;
}


.statistics-main {
    width: 100%;
    position: relative;
    padding: 50px 12px 12px;
}

.statistics-list {
    width: 100%;
    height: auto;
}

.statistics-list ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.statistics-list li {
    width: 48.5%;
    background: #fff;
    padding: 18px 12px;
    border-radius: 4px;
    text-align: center;
    margin-top: 12px;
    color: #888;
}

.statistics-list li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #55b432;
    margin-bottom: 6px;
}

.statistics-list li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}