.login-main {
    width: 100%;
    height: 100vh;
    padding: 50px 10px 10px;
}

.login-box {
    width: 100%;
    margin-top: 24px;
    padding: 24px 12px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}

.login-head {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;

}

.login-head img {
    width: 100px;
    height: auto;
    border-radius: 5px;
}

.login-txt {
    width: auto;
    height: auto;
    color: #ffffff;
    font-size: 14px;
}

.login-txt h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
}

.login-change {
    width: 100%;
    height: 45px;
    display: flex;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
}

.login-change a {
    width: 50%;
    height: 45px;
    display: flex;
    color: #0078ff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.login-change a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.login-change a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.login-change a.cur {
    color: #ffffff;
    background: #0078ff;
}

.login-item {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 6px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #ffffff;
}

.login-item:first-child {
    margin-top: 0;
}

.login-item i {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.login-item span {
    color: #ffffff;
    display: block;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
}

.login-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    background: none;
}

.login-item input::placeholder {
    color: #f5f5f5;
    font-size: 14px;
}

.login-send {
    border: none;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #0078ff;
    position: absolute;
    right: 2px;
}

.login-captcha {
    border-radius: 3px;
    position: absolute;
    right: 2px;
}

.login-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.login-link {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 5px;
    margin-top: 15px;
    align-items: center;
    justify-content: flex-end;
}

.login-link a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

.login-create {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.login-create a {
    width: auto;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 10px;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
}

.banner img {
    width: 100%;
    height: auto;
}

.navigation {
    width: 100%;
    margin-top: 12px;
}

.navigation ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navigation li {
    width: 20%;
    height: auto;
}

.navigation a {
    width: 100%;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.navigation img {
    width: 36px;
    height: auto;
    display: block;
}

.navigation p {
    width: 100%;
    height: auto;
    color: #0078ff;
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
}

.home-notice {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 5px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #0078ff;
    border: 1px solid #0078ff;
    justify-content: space-between;
}

.home-notice i {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}

.home-notice .swiper {
    width: calc(100% - 24px);
    text-align: left;
}

.home-notice .swiper-wrapper {
    width: 100%;
    height: 45px;
    display: block;
}

.home-notice .swiper-slide {
    width: 100%;
    height: 50px;
    color: #ffffff;
    display: block;
    font-size: 13px;
    line-height: 45px;
}

.home-events {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-events-tit {
    width: 100%;
    display: flex;
    color: #0078ff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
}

.home-events-tit i {
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
    background: #0078ff;
}

.home-events-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-events-item {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.home-events-item:first-child {
    margin-top: 0;
}

.home-events-item a {
    width: 100%;
    height: auto;
}

.home-events-img {
    width: 100%;
    height: 168px;
    overflow: hidden;
}

.home-events-img img {
    width: 100%;
    height: auto;
}

.home-events-item p {
    width: 100%;
    display: block;
    color: #0078ff;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.article-main {
    width: 100%;
    padding: 50px 10px 10px;
}

.article-title {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.article-content {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.article-content img,
.article-content video {
    width: 100%;
    height: auto;
}

.news-main {
    width: 100%;
    padding: 50px 10px 10px;
}

.news-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.news-item {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.news-item a {
    width: 100%;
    height: auto;
}

.news-img {
    width: 100%;
    height: 168px;
    overflow: hidden;
}

.news-img img {
    width: 100%;
    height: auto;
}

.news-item p {
    width: 100%;
    display: block;
    color: #0078ff;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    line-height: 32px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-main {
    width: 100%;
    height: auto;
    padding: 50px 10px;
}

.product-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    align-items: center;
    justify-content: space-between;
}

.product-item {
    width: 100%;
    height: auto;
    padding: 8px;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.product-item:first-child {
    margin-top: 0;
}

.product-tag {
    z-index: 1;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 2px;
    background: #ff5722;
    position: absolute;
    top: 12px;
    right: 12px;
}

.product-img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 170px;
}

.product-tit {
    width: 100%;
    height: 36px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-attr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.product-attr p {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.product-attr p:first-child {
    margin-top: 0;
}

.product-attr span {
    color: #0078ff;
}

.product-attr del {
    color: #666666;
    font-weight: 400;
    margin-right: 5px;
}

.product-rate {
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
    background: rgba(204, 217, 254, 0.25);
}

.product-rate span {
    height: 10px;
    border-radius: 5px;
    background: #0078ff;
    position: absolute;
    left: 0;
}

.product-btn {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
}

.product-btn a {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.product-btn i {
    margin-left: 5px;
}

.product-btn a.disabled {
    background: #dbdbdb;
}

.product-info-main {
    width: 100%;
    height: auto;
    padding: 50px 10px;
}

.product-info-img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
}

.product-info-img img {
    width: 100%;
    height: auto;
}

.product-info-tit {
    width: 100%;
    color: #0078ff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.product-info-attr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.product-info-attr p {
    width: 100%;
    height: 36px;
    display: flex;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.product-info-attr span {
    color: #0078ff;
}

.product-info-attr del {
    color: #666666;
    font-weight: 400;
    margin-right: 5px;
}

.product-info-btn {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
}

.product-info-btn button {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.product-info-btn button.disabled {
    background: #dbdbdb;
}

.product-info-content {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.product-info-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.product-info-content p span {
    text-wrap: inherit !important;
}

.product-info-content img,
.product-info-content video {
    width: 100%;
    height: auto;
}

.team-main {
    width: 100%;
    height: auto;
    padding: 50px 10px;
}

.team-total {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px 6px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: space-between;
}

.team-total-item {
    width: 50%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 14px;
    flex-wrap: wrap;
    font-weight: 600;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}

.team-total-item:first-child,
.team-total-item:nth-child(2) {
    margin-top: 0;
}

.team-total-item p {
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
}

.team-info {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    padding: 12px 10px;
    border-radius: 5px;
    border: 0.5px solid #CCD9FE;
    background: url("../images/img_1.jpg") no-repeat;
    background-size: 100% 100%;
}

.team-info-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.team-info-item:first-child {
    margin-top: 0;
}

.team-info-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.team-info-tit i {
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
}

.team-info-box {
    width: 100%;
    height: 50px;
    display: block;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 64px 0 5px;
    text-overflow: ellipsis;
    border: 1px solid #fff;
}

.team-info-box button {
    border: none;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    background: #0078ff;
    position: absolute;
    top: 10px;
    right: 5px;
}

.team-tab {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 2px;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.team-tab a {
    width: 50%;
    height: 100%;
    display: flex;
    color: #0078ff;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.team-tab a.active {
    color: #ffffff;
    border-radius: 5px;
    background: #0078ff;
}

.team-profit {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 8px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
}

.team-profit-item {
    width: 30%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 13px;
    flex-wrap: wrap;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.team-profit-item p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
}

.team-record {
    width: 100%;
    height: auto;
    padding: 0 6px;
    display: block;
    margin-top: 16px;
}

.team-record-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.team-record-item:first-child {
    margin-top: 0;
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
}

.team-record-item span {
    width: 33.33%;
    text-align: center;
}

.team-record-item span:first-child {
    text-align: left;
}

.team-record-item span:last-child {
    text-align: right;
}

.me-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 12px 0 0;
    align-items: center;
    justify-content: center;
    background: url("../images/img_2.jpg") no-repeat;
    background-size: 100% 100%;
}

.me-top-avatar {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.me-top-avatar-img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.me-top-box {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
}

.me-top-box h3 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.me-top-box p,
.me-top-box span {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.me-top-box p i {
    font-size: 14px;
}

.me-top-box span i {
    width: auto;
    color: #0078ff;
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 2px;
    background: #ffffff;
}

.me-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12px 50px;
}

.me-balance {
    width: 100%;
    height: auto;
    display: flex;
    padding: 16px 0;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
    background: url("../images/img_3.jpg") no-repeat;
    background-size: cover;
}

.me-balance-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.me-balance-item p {
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 11px;
    margin-top: 12px;
    text-align: center;
}

.me-income {
    width: 100%;
    height: auto;
    display: flex;
    padding: 16px 0;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.me-income-item {
    width: 33.33%;
    height: auto;
    display: flex;
    color: #0078ff;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 16px;
    font-weight: 600;
    align-items: center;
    background: #ffffff;
    justify-content: center;
}

.me-income-item:first-child,
.me-income-item:nth-child(2),
.me-income-item:nth-child(3) {
    margin-top: 0;
}

.me-income-item p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
}

.me-links {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.me-links a {
    width: 50%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.me-links a:first-child {
    border-right: 0.5px solid #CCD9FE;
}

.me-links a img {
    width: auto;
    height: 25px;
    margin-right: 5px;
}

.me-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #0078ff;
    justify-content: center;
}

.me-nav-item {
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-left: 0.5px solid #CCD9FE;
    border-bottom: 0.5px solid #CCD9FE;
}


.me-nav-item a {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
}

.me-nav-item img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.me-nav-item i {
    font-weight: 600;
    position: absolute;
    right: 0;
}

.me-out {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.me-out a {
    width: 100%;
    height: 45px;
    display: flex;
    color: #0078ff;
    font-size: 14px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #0078ff
}

.order-main {
    width: 100%;
    height: auto;
    padding: 50px 10px 10px;
}

.order-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.order-top-item {
    width: 50%;
    height: auto;
    display: flex;
    color: #0078ff;
    flex-wrap: wrap;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    background: #ffffff;
    justify-content: center;
}

.order-top-item p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 11px;
    margin-top: 12px;
    font-weight: 400;
    text-align: center;
}

.order-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.order-item {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.order-item:first-child {
    margin-top: 0;
}

.order-item-tit {
    width: 100%;
    height: auto;
    color: #0078ff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
}

.order-item-img {
    width: 120px;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.order-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.order-item-attr {
    width: calc(100% - 120px);
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.order-item-attr p {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
}

.order-item-attr p:first-child {
    margin-top: 0;
}

.order-item-attr span {
    color: #0078ff;
    font-weight: 500;
}

.order-item-btn {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
}

.order-item-btn button {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.order-item-btn button.disabled {
    background: #dbdbdb;
}

.card-main {
    width: 100%;
    height: auto;
    padding: 50px 10px 10px;
}

.card-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.card-item {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #0078ff;
}

.card-item:first-child {
    margin-top: 0;
}

.card-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #0078ff;
    font-size: 14px;
    background: none;
}

.card-item input::placeholder {
    color: #999999;
    font-size: 14px;
}

.card-send {
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 3px;
    background: #0078ff;
    position: absolute;
    right: 4px;
    border: none;
}

.card-captcha {
    border-radius: 3px;
    position: absolute;
    right: 4px;
}

.card-btn {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
    border: none;
}

.wallet-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.wallet-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    position: relative;
    border-radius: 5px;
    align-items: center;
}

.wallet-item:first-child {
    margin-top: 0;
}

.wallet-item-tit {
    width: 100%;
    height: auto;
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wallet-item-input {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    color: #0078ff;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #0078ff;
}

.wallet-item-input i {
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.wallet-item-input input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #0078ff;
    font-size: 14px;
    background: none;
}

.wallet-item-channel {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #0078ff;
}

.wallet-item-channel:first-child {
    margin-top: 0;
}

.wallet-item-option {
    width: 100%;
    height: 42px;
    display: flex;
    color: #999999;
    flex-wrap: wrap;
    margin-top: 6px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.wallet-item-option i:first-child {
    font-size: 13px;
    font-weight: 600;
}

.wallet-item-option i:last-child {
    font-size: 20px;
    font-weight: 600;
}

.wallet-item-option.active {
    color: #0078ff;
    font-weight: 600;
}

.wallet-item-option:first-child {
    margin-top: 0;
}

.wallet-btn {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.wallet-rule {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.wallet-rule p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.wallet-rule p span {
    text-wrap: inherit !important;
}

.wallet-rule img,
.wallet-rule video {
    width: 100%;
    height: auto;
}

.record-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.record-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.record-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.record-item:first-child {
    margin-top: 0;
}

.record-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #D6CCC3;
}

.record-item-tit span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #0078ff;

}

.record-item-tit span.disabled {
    background: #dbdbdb;
}

.record-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.record-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.record-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.record-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.record-item-attr p:first-child {
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
}

.record-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}

.service-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.service-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.service-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.service-item:first-child {
    margin-top: 0;
}

.service-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.service-item-tit a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #0078ff;
}

.service-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.service-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.service-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.service-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.service-item-attr p:first-child {
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
}

.service-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}


.bonus-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.bonus-main img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    border-radius: 5px;
}

.bonus-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.bonus-item {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #0078ff;
}

.bonus-item i {
    color: #0078ff;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.bonus-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #0078ff;
    font-size: 14px;
    background: none;
}

.bonus-btn {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
    border: none;
}

.coupon-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.coupon-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.coupon-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    position: relative;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.coupon-item:first-child {
    margin-top: 0;
}

.coupon-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.coupon-item-tit a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #0078ff;
}

.coupon-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.coupon-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.coupon-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.coupon-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.coupon-item-attr p:first-child {
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
}

.coupon-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}

.level-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.level-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.level-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.level-item:first-child {
    margin-top: 0;
}

.level-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 0.5px solid #D6CCC3;
}

.level-item-tit-img {
    width: 36px;
    height: auto;
    position: absolute;
    top: -12px;
    right: -12px;
}

.level-item-tit button {
    height: 24px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 500;
    border-radius: 3px;
    background: #0078ff;
    position: absolute;
    right: 0;
}

.level-item-tit button.disabled {
    background: #dbdbdb;
}

.level-item-tit button i {
    color: #ffffff;
}

.level-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.level-item-box img {
    width: 42px;
    height: 42px;
    border-radius: 3px;
}

.level-item ul {
    width: calc(100% - 42px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    align-items: center;
    justify-content: space-between;
}

.level-item li {
    width: 50%;
    height: 42px;
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.level-item li p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 11px;
    margin-top: 12px;
    font-weight: 400;
    text-align: center;
}

.check-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.check-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #0078ff;
}

.check-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    padding: 0 12px;
    font-weight: 500;
    line-height: 50px;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.check-item span {
    color: #0078ff;
    font-weight: 600;
}

.check-btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.check-btn button {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.check-rule {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.check-rule p {
    width: 100%;
    height: auto;
}

.check-rule p,
.check-rule p span {
    text-wrap: wrap !important;
}

.reward-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px 10px;
}

.reward-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
}

.reward-item {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #CCD9FE;
}

.reward-item:first-child {
    margin-top: 0;
}

.reward-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #0078ff;
    font-size: 13px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #CCD9FE;
}

.reward-img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 3px;
}

.reward-img img {
    width: 100%;
    height: 100%;
}

.reward-box {
    width: calc(100% - 120px);
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    align-items: center;
}


.reward-item ul {
    width: 100%;
    height: 70px;
    display: flex;
    padding: 0 2px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.reward-item li {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
}

.reward-item li h3 {
    color: #0078ff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.reward-item li span {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.reward-rate {
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
    border-radius: 5px;
    background: rgba(204, 217, 254, 0.25);
}

.reward-rate span {
    height: 10px;
    border-radius: 5px;
    background: #0078ff;
    position: absolute;
    left: 0;
}

.reward-item button {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
    background: #0078ff;
    align-items: center;
    justify-content: center;
}

.reward-item button.disabled {
    background: #8a8a8a;
}
