.login {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 50px 16px 12px;
}

.login-head {
    width: 100%;
    position: relative;
    text-align: center;
}

.login-head img {
    width: 120px;
    height: auto;
}

.login-main {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.login-item {
    width: 100%;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 16px;
    border-radius: 3px;
    position: relative;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
}

.login-item label {
    width: 100%;
    color: #30318b;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.login-input {
    width: 100%;
    display: flex;
    margin-top: 5px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #30318b;
}

.login-input i {
    display: block;
    color: #30318b;
    font-size: 14px;
    margin-left: 5px;
    text-align: center;
}

.login-input input {
    width: 100%;
    height: 42px;
    border: none;
    outline: none;
    color: #30318b;
    padding: 0 6px;
    font-size: 14px;
    background: none;
}

.login-input input::placeholder {
    color: #CCCCCC;
    font-size: 12px;
}

.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus,
.login-input input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login-input .login-captcha {
    width: 100px;
    height: auto;
    position: absolute;
    right: 5px;
}

.login-input .login-send {
    border: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
    background: #30318b;
    position: absolute;
    right: 5px;
}

.login-forgot {
    width: 100%;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    text-align: right;
}

.login-forgot a {
    color: #30318b;
}

.login-btn {
    width: 100%;
    border: none;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 16px;
    border-radius: 3px;
    background: #30318b;
}

.login-back {
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

.login-back a {
    width: 100%;
    height: 40px;
    display: flex;
    color: #30318b;
    font-weight: 500;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid #30318b;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.home-head {
    width: 100%;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.home-head-hd {
    width: calc(100% - 110px);
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-head-hd dl {
    width: 50%;
    height: auto;
    margin-top: 5px;
}

.home-head-hd dl dt {
    width: 100%;
    color: #30318b;
    font-size: 15px;
    font-weight: 500;
}

.home-head-hd dl dd {
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

.home-head-hd p {
    width: 100%;
    padding: 6px;
    color: #30318b;
    margin-top: 8px;
    border-radius: 3px;
    background: rgba(48, 49, 139, 0.3);
}

.home-head-hd p span {
    font-weight: 600;
}


.home-head-bd {
    width: 100px;
    height: auto;
}

.home-head-bd img {
    width: 100%;
    height: auto;
}

.home-rech {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-rech a {
    width: calc(50% - 6px);
    display: flex;
    padding: 10px;
    border-radius: 3px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.home-rech a img {
    width: 50px;
    height: auto;
}

.home-rech a dl {
    width: calc(100% - 60px);
}

.home-rech a dl dt {
    width: 100%;
    color: #3d8b4a;
    font-size: 16px;
}

.home-rech a dl dd {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    margin-top: 5px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    align-items: center;
    background: #3d8b4a;
    justify-content: space-between;
}

.home-rech a:last-child dt {
    color: #a9227f;
}

.home-rech a:last-child dd {
    background-color: #a9227f;
}

.home-rech a:last-child dd i {
    font-size: 15px;
}

.banner {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-nav {
    width: 100%;
    display: flex;
    padding: 15px 0;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.home-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 25%;
    height: auto;
}

.home-nav a img {
    width: auto;
    height: 30px;
}

.home-nav a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    font-size: 12px;
}

.notice {
    width: 100%;
    height: 45px;
    overflow: hidden;
    margin-top: 15px;
    padding: 0 6px;
    border-radius: 3px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #eee;
}

.notice i {
    height: 22px;
    color: #30318b;
    font-size: 20px;
    font-weight: 600;
}

.notice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 5px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 45px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 45px;
    display: block;
    color: #30318b;
    font-size: 13px;
    line-height: 45px;
}

.home-events {
    width: 100%;
    margin-top: 16px;
}

.home-events-tit {
    width: 100%;
    height: 24px;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.home-events-tit i {
    width: 5px;
    height: 16px;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    background: #30318b;
}

.home-events-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 12px;
}

.home-events-item {
    width: calc(50% - 6px);
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 12px;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;

}

.home-events-item a {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 12px;
    margin-left: auto;
    text-align: center;
    font-weight: normal;
}

.home-events-item img {
    width: 100%;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}

.home-events-item p {
    width: 100%;
    color: #ffffff;
    margin-top: 6px;
    font-size: 12px;
    overflow: hidden;
    padding: 6px 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-task {
    width: 100%;
    margin-top: 12px;
}

.home-task-tit {
    width: 100%;
    display: flex;
    color: #30318b;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.home-task-tit i {
    width: 5px;
    height: 12px;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    background: #30318b;
}

.home-task-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-task-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    padding: 8px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.home-task-item:first-child {
    margin-top: 0;
}

.home-task-top {
    width: 100%;
    height: auto;
    color: #30318b;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.home-task-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-task-item li {
    width: 100%;
    height: auto;
    text-align: center;
}

.home-task-item li h3 {
    width: 100%;
    color: #30318b;
    font-size: 12px;
    font-weight: 600;
}

.home-task-item li span {
    width: 100%;
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 8px;
}

.home-task-item button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    background: #30318b;
}

.home-task-item button.disabled {
    background: #dddddd;
}

.home-news {
    width: 100%;
    margin-top: 15px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    color: #30318b;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.home-news-tit i {
    width: 5px;
    height: 12px;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    background: #30318b;
}

.home-news-list {
    width: 100%;
    margin-top: 12px;
}

.home-news-list li {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 5px;
    margin-top: 12px;
    overflow: hidden;
    box-shadow: 0 0 5px #cccccc;
}

.home-news-list li:first-child {
    margin-top: 0;
}

.home-news-list a {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.home-news-list img {
    width: 100%;
    height: auto;
}

.home-news-list span {
    width: 100%;
    padding: 8px;
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-wrap: initial;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.article-content {
    width: 100%;
    margin-top: 12px;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    color: #333333;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 24px;
    align-items: center;
    justify-content: space-between;

}

.product-item {
    width: calc(50% - 6px);
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.product-item:first-child,
.product-item:nth-child(2) {
    margin-top: 0;
}

.product-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-text {
    width: 100%;
    height: auto;
    padding: 0 6px;
}

.product-name {
    width: 100%;
    height: 32px;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 500;
    align-items: center;
}

.product-price {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    align-items: center;
}

.product-price span {
    color: #30318b;
    margin-left: 5px;
    font-weight: 600;
}

.product-price del {
    color: #999999;
    font-weight: 400;
    padding-left: 5px;
}

.product-ul {
    width: 100%;
    display: flex;
    padding: 0 6px;
    margin-top: 6px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.product-li {
    width: 100%;
    height: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    align-items: center;
}

.product-li:first-child {
    margin-top: 0;
}

.product-li p {
    width: 100%;
    display: flex;
    color: #818393;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}

.product-li p span {
    color: #30318b;
    font-size: 12px;
    font-weight: 600;
}

.product-btm {
    width: 100%;
    height: 42px;
    display: flex;
    color: #ffffff;
    margin-top: 10px;
    overflow: hidden;
    line-height: 42px;
    background: #30318b;
    align-items: center;
    justify-content: center;
}

.product-btm a {
    width: 100%;
    height: 40px;
    display: flex;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    background: #30318b;
    align-items: center;
    justify-content: center;
}

.product-btm i {
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
}

.product-btm a.disabled {
    background: #dddddd;
}

.detail-product-main {
    width: 100%;
    padding: 50px 0 12px;
}

.detail-product-header {
    width: 100%;
    height: auto;
}

.detail-product-header img {
    width: 100%;
    height: auto;
}

.detail-product-param {
    width: 100%;
    height: auto;
    padding: 0 12px;
    overflow: hidden;
}

.detail-product-param dl {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 12px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #eeeeee;
}

.detail-product-param dl dt {
    width: 100%;
    height: auto;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.detail-product-param dl dd {
    width: 100%;
    height: 20px;
    display: flex;
    color: #818393;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 12px;
    align-items: center;
}

.detail-product-param dl dd span {
    color: #30318b;
    font-weight: 600;
    margin-left: 6px;
}

.detail-product-time {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 12px;
    flex-wrap: wrap;
    align-items: center;
}

.detail-product-time span {
    width: 100%;
    height: 42px;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 600;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background: rgba(48, 49, 139, 0.3);
}

.detail-product-txt {
    width: 100%;
    height: auto;
    padding: 0 12px;
    font-size: 12px;
    margin-top: 16px;
}

.detail-product-txt p {
    width: 100%;
    color: #333333;
    text-wrap: inherit !important;
}

.detail-product-txt p span {
    text-wrap: inherit !important;
}

.detail-product-btm {
    width: 100%;
    display: flex;
    max-width: 750px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}

.detail-product-btm button {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    position: relative;
    background: #30318b;
    align-items: center;
    justify-content: center;
}

.detail-product-btm button.disabled {
    background: #dddddd;
}

.detail-product-btm button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-totalNum {
    width: 100%;
    display: flex;
    padding: 12px;
    color: #ffffff;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 3px;
    align-items: center;
    background: #30318b;
    justify-content: space-between;
}

.team-totalNum dl {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.team-totalNum dt {
    width: 100%;
    margin-top: 12px;
}

.team-totalNum dd {
    width: 100%;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.team-code {
    width: 100%;
    padding: 12px;
    overflow: hidden;
    border-radius: 3px;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
}

.team-code-tit {
    width: 100%;
    height: 50px;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.team-code-tit i {
    width: 5px;
    height: 16px;
    display: block;
    margin-right: 5px;
    border-radius: 3px;
    background: #30318b;
}

.team-code-top {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    position: relative;
}

.team-code-top:last-child {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 0.5px solid #cccccc;
}

.team-code-input-code {
    width: 100%;
    height: auto;
    display: flex;
    color: #30318b;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}

.team-code-input-code span {
    width: 60px;
    height: 32px;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    background: #30318b;
    align-items: center;
    justify-content: center;
}

.team-code-input-link {
    width: 80%;
    height: auto;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.linkCopy {
    width: 60px;
    height: 32px;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    border-radius: 3px;
    align-items: center;
    background: #30318b;
    justify-content: center;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
}

.teamLv {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 3px;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 0 5px #eee;
}

.teamLv-tit {
    color: #30318b;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    top: 12px;
}

.teamLv ul {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    border-radius: 3px;
    background: #ffffff;
    padding: 50px 0 12px;
}

.teamLv li {
    width: 100%;
    height: auto;
    display: block;
    color: #30318b;
    font-weight: 500;
}

.teamLv li span {
    width: 100%;
    height: auto;
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    font-weight: 400;
}

.teamList {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    color: #30318b;
    font-weight: 500;
}

.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%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.my-top-left {
    width: 64px;
    height: 64px;
    position: relative;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.my-top-right {
    width: calc(100% - 64px);
    height: 64px;
    display: flex;
    color: #30318b;
    flex-wrap: wrap;
    align-items: end;
    padding-left: 12px;
}

.my-top-right h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-top: 6px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
}

.my-income-tab {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
}

.my-income-info {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.my-income-item {
    width: 33.33%;
    margin: 12px 0;
    text-align: center;
}

.my-income-item h3 {
    width: 100%;
    color: #30318b;
    font-size: 14px;
    font-weight: 600;
}

.my-income-item p {
    width: 100%;
    color: #999;
    font-size: 12px;
    margin-top: 6px;
}

.home-link {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-link a {
    width: calc(50% - 6px);
    height: 45px;
    display: flex;
    color: #3d8b4a;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid #3d8b4a;
    background-color: #fff;
}

.home-link a:first-child {
    color: #a9227f;
    border: 1px solid #a9227f;
}

.home-link a img {
    width: 30px;
    height: auto;
    margin-right: 12px;
}

.my-list-nav {
    width: 100%;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
}

.my-list-nav ul {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-wrap: wrap;
    align-items: center;
}

.my-list-nav li {
    width: 33.33%;
    height: auto;
    padding: 10px 0;
    overflow: hidden;
}

.my-list-nav li a {
    width: 100%;
    height: 50px;
    display: flex;
    color: #333333;
    padding: 0 5px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-list-nav li img {
    width: 25px;
    height: auto;
}

.my-list-nav li p {
    width: 100%;
    color: #30318b;
    margin-top: 6px;
    font-size: 12px;
    text-align: center;
}

.bonus-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.bonus-box {
    width: 100%;
    margin-top: 12px;
    padding: 16px 12px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #cccccc;
}

.bonus-box img {
    width: 160px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.bouns-input {
    width: 100%;
    height: auto;
    margin-top: 16px;
    position: relative;
}

.bouns-input:first-child,
.bouns-input:nth-child(2) {
    margin-top: 0;
}

.bouns-input input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    padding-left: 12px;
    background: #ffffff;
    border: 1px solid #30318b;
}

.bouns-input .btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 45px;
    border-radius: 3px;
    background: #30318b;
}

.balance-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.balance-withdraw-top {
    width: 100%;
    height: 120px;
    padding: 12px;
    color: #a9227f;
    margin-top: 12px;
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #a9227f
}

.balance-recharge-top {
    width: 100%;
    height: 120px;
    padding: 12px;
    color: #3d8b4a;
    margin-top: 12px;
    position: relative;
    border-radius: 5px;
    background: #ffffff;
    border: 1px solid #3d8b4a;
}

.balance-top-img {
    width: 64px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.balance-top-item {
    width: 100%;
    height: 45px;
    display: flex;
    margin-top: 6px;
    flex-wrap: wrap;
    align-items: center;
}

.balance-top-item:first-child {
    margin-top: 0;
}

.balance-withdraw-top h3 {
    width: 100%;
    height: auto;
    color: #a9227f;
    font-size: 15px;
    font-weight: 600;
}

.balance-recharge-top h3 {
    width: 100%;
    height: auto;
    color: #3d8b4a;
    font-size: 15px;
    font-weight: 600;
}

.balance-recharge-top p {
    width: 100%;
    height: auto;
}

.balance-box {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 5px #eeeeee;
}

.balance-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    font-weight: 600;
}

.balance-item:first-child {
    margin-top: 0;
}

.balance-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #333333;
}

.balance-item label small {
    float: right;
}

.balance-item input {
    width: 100%;
    height: 48px;
    color: #30318b;
    font-size: 16px;
    margin-top: 10px;
    line-height: 48px;
    padding-left: 10px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #30318b;
}

.balance-item input::placeholder {
    font-weight: 400;
}

.balance-channel {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.channel-item {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 5px;
    color: #999999;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
    position: relative;
    align-items: center;
    border-bottom: 0.5px solid #CCCCCC;
}

.channel-item:first-child {
    margin-top: 0;
}

.channel-item.active {
    color: #30318b;
    font-weight: 600;
}

.channel-item img {
    width: auto;
    height: 16px;
    margin-right: 5px;
}

.channel-item i {
    font-size: 24px;
    position: absolute;
    right: 5px;
}

.balance-account {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    font-weight: 600;
    border-bottom: 0.5px solid #CCCCCC;
}

.balance-account:first-child {
    margin-top: 0;
}

.balance-account label {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    font-size: 12px;
    font-weight: 400;
}

.balance-account span {
    width: 100%;
    height: 32px;
    display: block;
    color: #30318b;
    font-size: 14px;
    line-height: 32px;
}

.balance-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 3px;
    text-align: center;
    background: #30318b;

}

.balance-rule {
    margin-top: 12px;
}

.balance-rule p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.balance-rule p span {
    text-wrap: inherit !important;
}

.card-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.card-box {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #cccccc;
}

.card-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    position: relative;
    align-items: center;
}

.card-item:first-child {
    margin-top: 0;
}

.card-item input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    padding-left: 12px;
    background: #ffffff;
    border: 1px solid #30318b;
}

.card-item .card-send {
    height: 45px;
    border: none;
    color: #30318b;
    padding: 0 20px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
}

.card-item .card-captcha {
    width: 108px;
    height: auto;
    display: flex;
    position: absolute;
    right: 6px;
}

.card-btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    margin-top: 16px;
    font-weight: 600;
    line-height: 45px;
    border-radius: 3px;
    background: #30318b;
}

.history-main {
    width: 100%;
    padding: 50px 12px 10px;
}

.history-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.history-item {
    display: flex;
    padding: 12px;
    margin-top: 10px;
    border-radius: 3px;
    position: relative;
    align-items: center;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.history-item:first-child {
    margin-top: 0;
}

.history-item img {
    width: 50px;
    height: auto;
}

.history-item-info {
    width: calc(100% - 50px);
    height: 64px;
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.history-item-info h3 {
    width: 100%;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.history-item-info h2 {
    width: 100%;
    margin-top: 8px;
    color: #30318b;
    font-size: 14px;
    font-weight: 600;
}

.history-item-info p {
    width: 100%;
    color: #999999;
    font-size: 12px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.history-item-info p span {
    color: #30318b;
}

.history-item-info p span.error {
    color: #EA5840;
}


.order-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.order-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    background: #ffffff;
    margin-top: 12px;
    overflow: hidden;
    padding: 12px 12px 16px;
    box-shadow: 0 0 5px #cccccc;
}

.order-item:first-child {
    margin-top: 0;
}

.order-item h3 {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 16px;
}

.order-item-img {
    width: 120px;
    height: 90px;
    border-radius: 3px;
    overflow: hidden;
}

.order-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.order-item-info {
    width: calc(100% - 120px);
    height: 90px;
    padding-left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order-item-info p {
    width: 100%;
    font-size: 14px;
}

.order-item-info p span {
    margin-left: 5px;
    color: #30318b;
    font-weight: 600;
}

.order-item-btn {
    width: 100%;
    height: auto;
    display: block;
    flex-wrap: wrap;
    margin-top: 12px;
}

.order-item-btn button {
    width: 100%;
    height: 35px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #30318b;
}

.order-item-btn button.disabled {
    background: #dddddd;
}


.service-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 12px 12px;
}

.service-box {
    width: 100%;
    margin-top: 12px;
}

.service-box li {
    width: 100%;
    border: none;
    background: #ffffff;
    border-radius: 3px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    box-shadow: 0 0 5px #cccccc;
}

.service-box li img {
    width: 45px;
    height: auto;
}

.service-box-dl {
    width: calc(100% - 45px);
    padding-left: 8px;
    overflow: hidden;
}

.service-box li h3 {
    font-size: 14px;
}

.service-box li p {
    font-size: 12px;
    margin-top: 12px;
}

.service-box li a {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    padding: 5px 20px;
    background: #30318b;
    border-radius: 3px;
}

.z-lucky {
    width: 48px;
    height: 48px;
    z-index: 999;
    display: block;
    border-radius: 50%;
    background: #ffffff;
    position: fixed;
    right: 5px;
    bottom: calc(50% - 24px);
    box-shadow: 0 0 5px #cccccc;
}

.z-lucky img {
    width: 100%;
    height: auto;
}

.lucky-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.lucky-box {
    width: 100%;
    display: block;
}

.lucky-box .lucky-info {
    width: 100%;
    display: block;
    margin-top: 16px;
    position: relative;
}

.lucky-box .lucky-info canvas.item {
    width: 100%;
}

.lucky-box .lucky-info img.click {
    width: 31.5%;
    height: 42.5%;
    cursor: pointer;
    position: absolute;
    left: 34.6%;
    top: 23%;
}

.lucky-tab {
    width: 100%;
    height: auto;
    display: flex;
    color: #49AD62;
    flex-wrap: wrap;
    margin-top: 16px;
    padding: 18px 6px;
    text-align: center;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #cccccc;
}

.lucky-tab h3 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.lucky-tab p {
    width: 100%;
    font-weight: 500;
    margin-top: 12px;
}

.task-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.task-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.task-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    padding: 8px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.task-item:first-child {
    margin-top: 0;
}

.task-top {
    width: 100%;
    height: auto;
    color: #49AD62;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.task-item ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.task-item li {
    width: 100%;
    height: auto;
    text-align: center;
}

.task-item li h3 {
    width: 100%;
    color: #49AD62;
    font-size: 12px;
    font-weight: 600;
}

.task-item li span {
    width: 100%;
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 8px;
}

.task-item button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    font-weight: 600;
    border-radius: 3px;
    background: #49AD62;
}

.task-item button.disabled {
    background: #dddddd;
}

.official-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.official-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.official-list ul {
    width: 100%;
    height: auto;
    display: block;
}

.official-list li {
    width: 100%;
    padding: 8px;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
}

.official-list li:first-child {
    margin-top: 0;
}

.official-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    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;
}

.official-top dl img {
    width: 100%;
    height: 100%;
}

.official-top dl dd {
    width: calc(100% - 40px);
    height: 40px;
    display: flex;
    color: #49AD62;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    padding-left: 6px;
    position: relative;
    align-items: center;
}

.official-top dl dd p {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.official-like {
    height: auto;
    display: flex;
    color: #49AD62;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
}

.official-like i {
    font-weight: 600;
}

.official-like font {
    padding: 0 5px;
    font-weight: 600;
}


.official-info {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.official-info img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 3px;
}

.official-info p {
    width: 100%;
    font-size: 11px;
    margin-top: 10px;
    line-height: 16px;
}

.official-info video {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.official-info-one {
    width: 64%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.official-info-one img {
    width: 100%;
    height: auto;
    cursor: pointer;
    border-radius: 5px;
}

.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: 5px;
}

.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: 5px;
}

.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;
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.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: 5px;
    align-items: center;
    border: 1px solid #49AD62;
}

.official-done-top textarea {
    width: 100%;
    padding: 8px;
    height: 120px;
    display: block;
    border-radius: 5px;
    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: 5px;
    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: 5px;
    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: 3px;
    background: #49AD62;
}

.official-done-button button:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: -50px;
    width: 30px;
    height: 100%;
    background: #ffffff;
    animation: shiny-btn 3s ease-in-out infinite;
}

.official-done-rule {
    width: 100%;
    height: auto;
}

.official-done-rule p {
    width: 100%;
    height: auto;
    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;
}