.warp {
    width: 100%;
    height: auto;
    position: relative;
}

.login-head {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 72px 12px 12px;
}

.login-head img {
    width: 100%;
    height: auto;
}

.login-box {
    width: 100%;
    padding: 12px;
}

.login-item {
    width: 100%;
    height: 48px;
    display: flex;
    padding: 0 12px;
    position: relative;
    margin-bottom: 24px;
    background: #ffffff;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #040404;
}

.login-item i {
    color: #040404;
    font-weight: 600;
}

.login-item .area-code {
    display: block;
    color: #040404;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    text-align: center;
}


.login-item input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    background: none;
    padding-left: 5px;
    letter-spacing: 1px;
}

.login-item input::placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.login-item input:-webkit-autofill,
.login-item input:-webkit-autofill:hover,
.login-item input:-webkit-autofill:focus,
.login-item input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login-btn button {
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #040404;
    border-radius: 25px;
}

.login-flex {
    width: 100%;
    display: flex;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
}

.login-flex a {
    color: #040404;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

.login-link {
    width: 100%;
    display: flex;
    font-size: 14px;
    padding: 0 10px;
    font-weight: 500;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
}

.login-link a {
    color: #040404;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline !important;
}

.login-item .login-send {
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 25px;
    background: #040404;
    position: absolute;
    right: 12px;
}

.login-item .login-captcha {
    position: absolute;
    right: 16px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.banner {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-nav {
    width: 100%;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-nav li {
    width: 25%;
}

.home-nav li a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-nav li img {
    width: 40px;
    height: 40px;
}

.home-nav li span {
    width: 100%;
    color: #040404;
    font-weight: 500;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.notice {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 10px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #040404;
}

.notice i {
    color: #040404;
    font-size: 22px;
    font-weight: 600;
}

.notice .swiper {
    width: 100%;
    text-align: left;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    display: block;
    font-size: 14px;
    line-height: 42px;
}

.home-events {
    width: 100%;
    margin-top: 8px;
    border-radius: 12px;
}

.home-events-tit {
    width: 100%;
    height: 45px;
    display: flex;
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-events-tit i {
    width: 6px;
    height: 16px;
    background: #040404;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    left: 2px;
}

.home-events-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-events-item {
    width: 32%;
    padding: 6px;
    display: flex;
    margin-left: 2%;
    overflow: hidden;
    margin-bottom: 8px;
    border-radius: 6px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #040404;
    justify-content: space-between;
}

.home-events-item:first-child, .home-events-item:nth-child(3n+1) {
    margin-left: 0;
}

.home-events-item a {
    width: 100%;
    color: #040404;
    font-size: 12px;
    margin-left: auto;
    font-weight: normal;
}

.home-events-item img {
    width: 100%;
    height: auto;
    max-height: 92px;
    overflow: hidden;
}

.home-events-item p {
    width: 100%;
    color: #040404;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home-week {
    width: 100%;
    margin-top: 8px;
    border-radius: 12px;
}

.home-week-tit {
    width: 100%;
    height: 45px;
    display: flex;
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-week-tit i {
    width: 6px;
    height: 16px;
    background: #040404;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    left: 2px;
}

.home-week-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-week-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px 6px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #040404;
}

.home-week-item:first-child {
    margin-top: 0;
}

.home-week-item ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 6px;
    align-items: center;
    justify-content: space-between;
}

.home-week-item li {
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: space-between;
}

.home-week-item li:last-child {
    text-align: right;
    justify-content: right;
}

.home-week-item li img {
    width: 120px;
    height: 90px;
    border-radius: 6px;
}

.home-week-item li h3 {
    width: 100%;
    color: #040404;
    font-size: 14px;
    font-weight: 600;
}

.home-week-item li span {
    width: 100%;
    height: auto;
    color: #111111;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
}

.home-week-item button {
    width: auto;
    height: 30px;
    border: none;
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    padding: 0 18px;
    border-radius: 6px;
    background: #040404;
}

.home-week-item button.disabled {
    background: #dbdbdb;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    align-items: center;
}

.product-item {
    width: 100%;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #040404;
    justify-content: space-between;
}

.product-item:first-child {
    margin-top: 0;
}

.product-tags {
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 16px;
    border-radius: 5px;
    background: #040404;
    position: absolute;
    top: 16px;
    right: 16px;
}

.product-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px;
}

.product-img img {
    width: 100%;
    height: auto;
}

.product-parms {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-parms h3 {
    width: 100%;
    color: #040404;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px;
}

.product-parms p {
    width: 100%;
    display: flex;
    color: #111111;
    font-size: 13px;
    line-height: 32px;
    align-items: center;
    justify-content: space-between;
}

.product-parms p span {
    color: #040404;
    font-weight: 500;
}

.product-parms p del {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.product-btm {
    width: 100%;
    display: flex;
    margin-top: 6px;
    align-items: center;
    justify-content: space-between;
}

.product-btm a {
    width: 100%;
    height: 40px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    border-radius: 25px;
    background: #040404;
    justify-content: center;
}

.product-btm i {
    color: #ffffff;
    font-weight: 400;
    margin-left: 6px;
    font-style: unset;
}

.detail-product-main {
    width: 100%;
    padding: 50px 12px;
}

.detail-product-img {
    width: 100%;
    height: auto;
    margin-top: 8px;
    overflow: hidden;
    border-radius: 8px;
}

.detail-product-img img {
    width: 100%;
    height: auto;
}

.detail-product-parms {
    width: 100%;
    border-bottom: 1px solid #040404;
}

.detail-product-parms h3 {
    width: 100%;
    color: #111111;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
    line-height: 32px;
}

.detail-product-parms p {
    width: 100%;
    display: flex;
    color: #111111;
    line-height: 32px;
    align-items: center;
    justify-content: space-between;
}

.detail-product-parms span {
    color: #040404;
    font-weight: 500;
}

.detail-product-parms p del {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.detail-product-desc {
    width: 100%;
    margin-top: 12px;
}

.detail-product-desc p {
    width: 100%;
    text-wrap: initial !important;
}

.detail-product-desc p span {
    text-wrap: initial !important;
}

.detail-product-desc img,
.detail-product-desc video {
    width: 100%;
    height: auto;
}

.detail-product-btn {
    width: 100%;
    height: auto;
    z-index: 111;
    padding: 6px 12px;
    position: fixed;
    left: 0;
    bottom: 0;
}

.detail-product-btn button {
    width: 100%;
    height: 45px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    align-items: center;
    background: #040404;
    justify-content: center;
}

.detail-product-btn button i {
    color: #ffffff;
    font-weight: 500;
    margin-left: 12px;
    font-style: unset;
}

.news-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.news-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-items: center;
}

.news-item {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #040404;
}

.news-item:first-child {
    margin-top: 0;
}

.news-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item img {
    width: 120px;
    height: 90px;
    display: block;
    border-radius: 8px;
}

.news-item dl {
    width: calc(100% - 120px);
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
    align-items: center;
    justify-content: center;
}

.news-item dt {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-item dd {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
    overflow: hidden;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.new-item-foot {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 2px;
    font-size: 16px;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}

.new-item-foot small {
    height: auto;
    color: #999999;
    font-size: 12px;
}

.new-item-like {
    display: flex;
    color: #040404;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.new-item-like i {
    margin-right: 5px;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    padding: 16px;
    display: block;
    color: #111111;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.article-tags {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}

.article-tags small {
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
}

.article-like {
    width: 100%;
    display: flex;
    font-size: 12px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.article-like i {
    margin-right: 5px;
}

.article-content {
    width: 100%;
    color: #333333;
    margin-top: 15px;
}

.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;
}


.official-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.official-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.official-item {
    width: 100%;
    padding: 10px;
    margin-top: 12px;
    border-radius: 8px;
    border: 1px solid #040404;
}

.official-item:first-child {
    margin-top: 0;
}

.official-top {
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
}

.official-top dl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-top dl dt {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
}

.official-top dl img {
    width: 100%;
    height: 100%;
}

.official-top dl dd {
    width: calc(100% - 40px);
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding-left: 10px;
    position: relative;
    align-items: center;
}

.official-top dl dd p {
    width: 100%;
    height: auto;
    color: #9e9aa8;
    font-size: 11px;
}

.official-like {
    height: auto;
    display: flex;
    color: #040404;
    cursor: pointer;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.official-like i {
    font-size: 16px;
    font-weight: 600;
}

.official-like font {
    padding: 0 5px;
    font-size: 12px;
    font-weight: 600;
}

.official-info {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.official-info p {
    width: 100%;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    line-height: 16px;
}

.official-info video {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.official-info-one {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.official-info-one img {
    width: 64%;
    height: auto;
    cursor: pointer;
    border-radius: 2px;
}

.official-info-two {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.official-info-two img {
    width: 48%;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
}

.official-info-more {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.official-info-more img {
    width: 32%;
    height: auto;
    margin-top: 6px;
    cursor: pointer;
    border-radius: 8px;
}

.official-info-more img:first-child,
.official-info-more img:nth-child(2),
.official-info-more img:nth-child(3) {
    margin-top: 0;
}

.official-mask {
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
}

.official-mask-img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
}

.official-mask-img img {
    width: 100%;
    height: auto;
}

.official-done-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.official-done-top {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #040404;
}

.official-done-top textarea {
    width: 100%;
    padding: 8px;
    height: 120px;
    display: block;
    border-radius: 6px;
    border: 1px solid #dbdbdb;
}

.official-done-image {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.official-done-image-item {
    width: 92px;
    height: 92px;
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-right: 12px;
}

.official-done-image-upload {
    padding: 26px;
    display: flex;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border: 1px solid #dbdbdb;
}

.official-done-image-upload i {
    color: #dbdbdb;
    font-size: 36px;
    font-weight: 400;
}

.official-done-image-show img {
    width: 100%;
    height: 92px;
    display: block;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #ffffff;
}

.official-done-button {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.official-done-button button {
    width: 100%;
    height: 42px;
    border: none;
    color: #ffffff;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    border-radius: 25px;
    background: #040404;
}

.official-done-rule {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.official-done-rule p {
    width: 100%;
    height: auto;
    color: #ffffff;
    text-wrap: initial !important;
}

.official-done-rule p span {
    text-wrap: initial !important;
}

.official-done-rule img,
.official-done-rule video {
    width: 100%;
    height: auto;
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.team-main {
    width: 100%;
    padding: 50px 12px;
}

.team-code {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
}

.team-code img {
    width: auto;
    height: 120px;
    display: block;
    margin: 0 auto;
}

.team-code-copy {
    width: 100%;
    display: flex;
    cursor: pointer;
    margin-top: 10px;
    padding: 12px 6px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #040404;
    justify-content: space-between;
}

.team-code-input {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-code-btm {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.team-code-left {
    width: 100%;
    height: auto;
}

.team-code-img {
    width: 110px;
    height: 110px;
    border: 1px solid #dedede;
}

.team-code-img img {
    width: 100%;
    height: 100%;
}

.team-code-copy span {
    width: auto;
    display: flex;
    color: #040404;
    font-size: 12px;
    margin-left: 6px;
    font-weight: 600;
    padding-left: 6px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #040404;
}


.team-total {
    width: 100%;
    display: flex;
    color: #111111;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
}

.team-total dl {
    width: 48%;
    height: auto;
    padding: 12px;
    display: block;
    text-align: center;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #040404;
}

.team-total dt {
    width: 100%;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
}

.team-total dd {
    width: 100%;
    height: auto;
    margin-top: 8px;
    font-size: 13px;
}

.teamLvs {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.teamLvs ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px 6px;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #040404;
}

.teamLvs li {
    width: 100%;
    height: auto;
    display: block;
}

.teamLvs li label {
    width: 100%;
    height: auto;
    display: block;
    color: #040404;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
}

.teamLvs li span {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
}

.teamList {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 6px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead {
    color: #111111;
    font-weight: 600;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.my-main {
    width: 100%;
    padding: 50px 12px;
}

.my-top {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 8px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-top-left {
    width: 72px;
    height: 72px;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 1px solid #040404;
}

.my-top-right {
    width: 100%;
    height: auto;
    display: flex;
    color: #040404;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.my-top-right h3 {
    width: 100%;
    color: #040404;
    font-size: 15px;
    font-weight: 600;
    margin-top: 12px;
}

.my-top-right small {
    color: #040404;
    padding: 6px 18px;
    border-radius: 6px;
    background: #ffffff;
}

.my-top-right p {
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
}

.my-income-tab {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #040404;
    justify-content: space-between;
}

.my-income-tab li {
    width: 33.33%;
    padding: 12px 0;
    text-align: center;
}

.my-income-tab li:first-child,
.my-income-tab li:nth-child(2) {
    width: 50%;
    border-bottom: 0.5px solid #040404;
}

.my-income-tab li h3 {
    width: 100%;
    color: #040404;
    font-size: 14px;
    font-weight: 600;
}

.my-income-tab li p {
    width: 100%;
    color: #111111;
    font-size: 12px;
    margin-top: 10px;
}

.my-rating {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #040404;
    justify-content: space-between;
}

.my-rating p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 13px;
    margin-top: 8px;
    line-height: 24px;
}

.my-rating p:first-child {
    margin-top: 0;
}

.my-rating p span {
    padding: 0 5px;
    color: #040404;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px solid #040404;
}

.my-income-link {
    width: 100%;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.my-income-link li {
    width: 49%;
    border-radius: 6px;
    background: #779ff5;
}

.my-income-link li:last-child {
    background: #e8a454;
}

.my-income-link li a {
    width: 100%;
    height: 100%;
    display: block;
    color: #ffffff;
    padding: 10px 0;
    font-weight: 500;
    text-align: center;
}

.my-income-link li img {
    height: 30px;
    width: auto;
    display: block;
    margin: 0 auto 8px;
}

.my-top-nav {
    width: 100%;
    display: flex;
    padding: 6px 8px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #040404;
}

.my-top-nav li {
    width: 100%;
    height: auto;
    margin-top: 6px;
    border-bottom: 0.5px solid #040404;
}

.my-top-nav li:first-child {
    margin-top: 0;
}

.my-top-nav li a {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    padding: 12px 0;
    position: relative;
    text-align: center;
    align-items: center;
}


.my-top-nav li a img {
    width: 24px;
    height: auto;
    display: block;
}

.my-top-nav li a p {
    color: #040404;
    font-size: 14px;
    font-weight: 500;
    margin-left: 6px;
}

.my-top-nav li a i {
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 0;
}

.my-top-out {
    width: 100%;
    height: 45px;
    margin-top: 20px;
    font-weight: 600;
    border-radius: 25px;
    background: #040404;
}

.my-top-out a {
    width: 100%;
    height: 45px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}


.withdraw-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.withdraw-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}

.withdraw-top h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #040404;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.withdraw-top p {
    width: 100%;
    height: auto;
    display: block;
    color: #040404;
    font-size: 16px;
    margin-top: 8px;
    text-align: center;
}


.withdraw-box {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #040404;
}

.withdraw-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.withdraw-item:first-child {
    margin-top: 0;
}

.withdraw-item small {
    float: right;
    color: #040404;
    font-weight: 600;
}

.withdraw-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0 6px;
    font-weight: 600;
}

.withdraw-item span {
    width: 100%;
    height: 48px;
    color: #040404;
    display: block;
    padding: 0 12px;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 48px;
    border-radius: 25px;
    background: #ffffff;
    border: 1px solid #040404;
}

.withdraw-item-input {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    align-items: center;
    background: #ffffff;
    border-radius: 25px;
    border: 1px solid #040404;
}

.withdraw-item-input i {
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 12px;
}

.withdraw-item-input input {
    width: 100%;
    height: 48px;
    color: #040404;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    background: none;
    line-height: 48px;

}

.withdraw-item input::placeholder {
    font-weight: 400;
}

.withdraw-tab {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.withdraw-tab-item {
    width: 100%;
    display: flex;
    margin-top: 12px;
    padding: 10px 12px;
    text-align: center;
    background: #ffffff;
    border-radius: 25px;
    align-items: center;
    border: 1px solid #CCCCCC;
    justify-content: space-between;
}

.withdraw-tab-item i {
    color: #fff;
}

.withdraw-tab-item img {
    width: 25px;
}

.withdraw-tab-item.active {
    color: #040404;
    font-weight: 600;
    border: 1px solid #040404;
}

.withdraw-tab-item.active i {
    color: #040404;
}

.withdraw-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 45px;
    text-align: center;
    background: #040404;
    border-radius: 25px;
}

.withdraw-rule {
    margin-top: 12px;
    border-radius: 8px;
    background: #ffffff;
}

.withdraw-rule p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.withdraw-rule p span {
    text-wrap: inherit !important;
}

.withdraw-rule img,
.withdraw-rule video {
    width: 100%;
    height: auto;
}

.card-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.card-box {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 20px;
}

.card-item {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
    border-radius: 25px;
    padding: 0 12px;
    border: 1px solid #040404;
}

.card-item input {
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    color: #040404;
    padding: 0 6px;
    font-size: 12px;
    background: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.card-item input::placeholder {
    color: #999999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0
}

.card-item input:-webkit-autofill,
.card-item input:-webkit-autofill:hover,
.card-item input:-webkit-autofill:focus,
.card-item input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.card-item .card-send {
    border: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 18px;
    background: #040404;
    border-radius: 25px;
    position: absolute;
    right: 12px;
}

.card-item .card-captcha {
    position: absolute;
    right: 16px;
}

.card-btn {
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    margin-bottom: 24px;
    background: #040404;
}

.bonus-main {
    width: 100%;
    height: 100vh;
    position: relative;
    padding: 50px 12px 12px;
}

.bonus-bg {
    width: 100%;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #040404;
    justify-content: space-between;
}

.bonus-bg h3 {
    width: 100%;
    height: auto;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 0 12px;
}

.bouns-input {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-radius: 25px;
    background: #F8F8F8;
    border: 1px solid #040404;
}

.bouns-input button {
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #040404;
    border-radius: 25px;
}

.service-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.service-box {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.service-item {
    width: calc(50% - 6px);
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #040404;
}

.service-item:first-child,
.service-item:nth-child(2) {
    margin-top: 0;
}

.service-box img {
    width: 48px;
    height: auto;
    border-radius: 12px;
}

.service-box h3 {
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
}

.service-box a {
    width: 100%;
    display: flex;
    padding: 10px;
    color: #ffffff;
    font-weight: 600;
    border-radius: 25px;
    align-items: center;
    background: #040404;
    justify-content: center;
}

.service-box a:hover,
.service-box a:active {
    color: #ffffff;
}

.service-box a i {
    margin-left: 16px;
}


.history-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.history-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.list-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 8px;
    padding: 16px 12px;
    background: #ffffff;
    border: 1px solid #040404;
}

.list-item:first-child {
    margin-top: 0;
}

.list-item h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
}

.list-item h3 span {
    color: #040404;
    font-size: 16px;
}

.list-item p {
    width: 100%;
    height: auto;
    display: flex;
    color: #999999;
    font-size: 12px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.list-item p small {
    color: #040404;
    font-size: 12px;
}

.list-item p small.disabled {
    color: #666666;
}

.order-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-tab {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.order-tab-item {
    width: 48%;
    padding: 16px 6px;
    border-radius: 6px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #040404;
}

.order-tab-item h3 {
    width: 100%;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.order-tab-item p {
    width: 100%;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}

.order-list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 12px;
}

.order-item {
    width: 100%;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #040404;
    justify-content: space-between;
}

.order-item:first-child {
    margin-top: 0;
}

.order-item h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.order-img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 6px;
}

.order-img img {
    width: 100%;
    height: 100%;
}

.order-info {
    width: calc(100% - 128px);
    padding: 0;
    font-size: 12px;
}

.order-info p {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 12px;
    margin-top: 8px;
    line-height: 16px;
    align-items: center;
    justify-content: space-between;
}

.order-info p:first-child {
    margin-top: 0;
}

.order-info p span {
    color: #040404;
    font-size: 12px;
    font-weight: 600;
}

.order-btn {
    width: 100%;
    height: 42px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 8px;
    font-weight: 600;
    border-radius: 25px;
    background: #040404;
}

.order-btn.disabled {
    background: #999999;
}

.coupon-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.coupon-list {
    width: 100%;
    height: auto;
    display: block;
}

.coupon-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    position: relative;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    margin-bottom: 15px;
    border: 1px solid #040404;
}

.coupon-item img {
    width: 42px;
    height: 42px;
}

.coupon-con {
    width: 100%;
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px 0 2px 8px;
    justify-content: center;
}

.coupon-con h3 {
    width: 100%;
    height: auto;
    color: #040404;
    display: block;
    font-size: 15px;
    font-weight: 600;
}

.coupon-con span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    margin-top: 6px;
    color: #999999;
}

.coupon-item a {
    width: auto;
    height: auto;
    display: block;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 25px;
    background: #040404;
    border: 1px solid #040404;
    position: absolute;
    right: 10px;
}

.alert-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 12px;
    border-radius: 12px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
}

.alert-main h3 {
    width: 100%;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.alert-main p {
    width: 100%;
    height: auto;
    color: #040404;
    font-size: 20px;
    margin-top: 16px;
    font-weight: 600;
    text-align: center;
}

.alert-main button {
    width: 100%;
    height: 42px;
    border: none;
    display: block;
    color: #ffffff;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 25px;
    background: #040404;
}

.plans-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.plans-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.plans-box-img {
    z-index: -1;
    width: 240px;
    height: auto;
    opacity: 0.25;
    border-radius: 50%;
    margin-left: -120px;
    top: calc(50% - 120px);
    position: fixed;
    left: 50%;
}

.plans-title {
    width: 100%;
    height: auto;
    display: block;
    color: #040404;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.plans-content {
    width: 100%;
    height: auto;
    display: block;
}

.plans-content h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 500;
    line-height: 24px;
    text-wrap: initial;
}

.plans-content p {
    width: 100%;
    height: auto;
    display: block;
    color: #666666;
    margin-top: 6px;
    font-size: 13px;
    line-height: 20px;
    text-wrap: initial;
}

.plans-input {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.plans-input h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-wrap: initial;
}

.plans-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
}

.plans-item:first-child {
    margin-top: 0;
}

.plans-item input {
    width: 120px;
    color: #040404;
    background: none;
    padding: 2px 6px;
    border-bottom: 1px solid #333333;
}

.plans-btn {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.plans-btn button {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 45px;
    text-align: center;
    background: #040404;
    border-radius: 25px;
}


.contract-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.contract-txt {
    width: 100%;
    margin-top: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.contract-txt h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 30px;
    text-align: left;
}

.contract-txt h3:first-child {
    margin-top: 0;
}

.contract-txt h5 {
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    line-height: 28px;
    text-align: left;
}

.contract-txt p {
    width: 100%;
    height: auto;
    font-size: 12px;
    margin-top: 8px;
    line-height: 26px;
    text-align: left;
}

.contract-txt input {
    width: 120px;
    color: #040404;
    padding: 0 5px;
    background: none;
    border-bottom: 1px solid #040404;
}

.contract-txt input::placeholder {
    font-weight: 400;
}

.contract-txt .contract-txt-img {
    width: 240px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
}

.contract-foot {
    width: 100%;
    font-size: 13px;
    font-weight: 600;
}

.contract-foot li {
    margin-top: 12px;
    line-height: 24px;
}

.contract-foot input {
    width: 120px;
    color: #040404;
    padding: 0 5px;
    background: none;
    border-bottom: 1px solid #040404;
}

.contract-foot input::placeholder {
    font-weight: 400;
}

.contract-btn {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contract-btn button {
    width: 48%;
    height: 42px;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border-radius: 25px;
}

.contract-btn button.btn-confrim {
    background: #040404;
}

.contract-btn button.btn-cancle {
    background: #dbdbdb;
}

.guide-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 0;
    min-height: 100vh;
}

.guide-main iframe {
    width: 100%;
    height: auto;
}