.login {
    width: 100%;
    padding: 50px 12px 12px;
    overflow: hidden;
}

.login-video {
    width: 100%;
    z-index: -1;
    height: 100vh;
    display: block;
    position: fixed;
    max-width: 750px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.login-video video {
    width: 100%;
    height: auto;
    min-height: 100vh;
}

.login-head {
    width: 100%;
    margin-top: 24px;
    position: relative;
    text-align: center;
}

.login-head img {
    width: 160px;
    height: auto;
}

.login-head h3 {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
}

.login-main {
    width: 100%;
    height: auto;
    padding: 16px;
    margin-top: 16px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
}

.login-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    margin-top: 20px;
    background: none;
}

.login-item label {
    width: 100%;
    color: #00406e;
    font-size: 14px;
    font-weight: 500;
    padding-left: 5px;
}

.login-input {
    width: 100%;
    display: flex;
    margin-top: 5px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    border: 1px solid #00406e;
}

.login-input i {
    display: block;
    text-align: center;
    color: #00406e;
    font-size: 14px;
    margin-left: 5px;
}

.login-input input {
    width: 100%;
    height: 42px;
    border: 0;
    outline: none;
    background: none;
    font-size: 14px;
    padding: 0 6px;
    color: #00406e;
}

.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: #00406e;
    position: absolute;
    right: 5px;
}

.login-forgot {
    width: 100%;
    display: block;
    font-size: 13px;
    margin-top: 20px;
    text-align: right;
}

.login-forgot a {
    color: #00406e;
}

.login-btn {
    width: 100%;
    border: none;
    height: 42px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 3px;
    background: #00406e;
}

.login-back {
    width: 100%;
    text-align: center;
    color: #666666;
    margin-top: 15px;
}

.login-back a {
    color: #00406e;
    font-weight: 500;
    margin-left: 5px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.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: 5px;
    background: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px #cccccc;
}

.notice i {
    height: 22px;
    color: #00406e;
    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: #00406e;
    font-size: 13px;
    line-height: 45px;
}

.home-charitable {
    width: 100%;
    margin-top: 15px;
}

.home-charitable-tit {
    width: 100%;
    display: flex;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.home-charitable-tit i {
    width: 3px;
    height: 12px;
    display: block;
    margin-right: 5px;
    border-radius: 2px;
    background: #00406e;
}

.home-charitable-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-events {
    width: 100%;
    margin-top: 15px;
}

.home-events-tit {
    width: 100%;
    display: flex;
    align-items: center;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
}

.home-events-tit i {
    width: 3px;
    height: 12px;
    background: #00406e;
    border-radius: 2px;
    margin-right: 5px;
    display: block;
}

.home-events-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.home-events-item {
    width: 32%;
    padding: 6px;
    display: flex;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 8px;
    border-radius: 2px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 5px #cccccc;
    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%;
    font-weight: normal;
    font-size: 12px;
    margin-left: auto;
    color: #999;
}

.home-events-item img {
    width: 100%;
    height: 80px;
    overflow: hidden;
}

.home-events-item p {
    width: 100%;
    margin-top: 6px;
    color: #000000;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-referr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-referr-tit {
    width: 100%;
    display: flex;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
}

.home-referr-tit i {
    width: 3px;
    height: 12px;
    display: block;
    margin-right: 5px;
    border-radius: 2px;
    background: #00406e;
}

.home-referr-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-referr-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 #00406e;
}

.home-referr-item:first-child {
    margin-top: 0;
}

.home-referr-name {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    color: #00406e;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    border-bottom: 0.5px solid #00406e;
}

.home-referr-item ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 6px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-referr-item li {
    height: auto;
    display: block;
    text-align: center;
}

.home-referr-item li h3 {
    color: #00406e;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
}

.home-referr-item li span {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

.home-referr-item button {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 3px;
    background: #00406e;
    align-items: center;
    justify-content: center;
    border: 1px solid #00406e;
}

.home-referr-item button.disabled {
    background: #dbdbdb;
    border: 1px solid #dbdbdb;
}

.home-task {
    width: 100%;
    margin-top: 15px;
}

.home-task-tit {
    width: 100%;
    display: flex;
    align-items: center;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
}

.home-task-tit i {
    width: 3px;
    height: 12px;
    background: #00406e;
    border-radius: 3px;
    margin-right: 5px;
    display: block;
}

.home-task-list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.home-task-item {
    width: 100%;
    padding: 8px 12px;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 0 5px #cccccc;
}

.home-task-item:first-child {
    margin-top: 0;
}

.home-task-top {
    width: 100%;
    height: auto;
    color: #00406e;
    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: #00406e;
    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: #00406e;
}

.home-task-item button.disabled {
    background: #dddddd;
}

.home-news {
    width: 100%;
    margin-top: 15px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.home-news-tit i {
    width: 3px;
    height: 12px;
    background: #00406e;
    border-radius: 3px;
    margin-right: 5px;
    display: block;
}

.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: 100%;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 36px;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 0 5px #cccccc;
    justify-content: space-between;
}

.product-item:first-child {
    margin-top: 0;
}

.product-img {
    width: 120px;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-text {
    width: calc(100% - 120px);
    height: auto;
    padding-left: 6px;
}

.product-name {
    width: 100%;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
}

.product-price {
    width: 100%;
    margin: 5px 0;
}

.product-price span {
    color: #00406e;
    font-weight: 600;
}

.product-price del {
    padding-left: 5px;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
}

.product-pro {
    width: 100%;
    height: auto;
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-ul p {
    width: 100%;
    color: #818393;
    font-size: 12px;
    text-align: center;
}

.product-ul p span {
    width: 100%;
    display: flex;
    color: #00406e;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    align-items: center;
    justify-content: center;
}

.product-ul {
    width: 100%;
    display: flex;
    margin-top: 6px;
    padding-top: 6px;
    margin-bottom: 12px;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #dbdbdb;
}

.product-li {
    width: 32%;
    padding: 10px 5px;
    border-radius: 5px;
    background: #ffffff;
}

.product-btm {
    width: 240px;
    color: #fff;
    overflow: hidden;
    background: #00406e;
    height: 42px;
    line-height: 42px;
    position: absolute;
    left: 50%;
    bottom: -22px;
    margin-left: -120px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-radius: 3px;
}

.product-btm a {
    width: 100%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    background: #00406e;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-btm a.disabled {
    background: #dddddd;
}

.product-btm a:before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -180px;
    left: -100px;
    width: 30px;
    height: 100%;
    background: #ffffff;
    animation: shiny-btn 3s ease-in-out infinite;
}

.detail-product-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.detail-product-top {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
}

.detail-product-top img {
    width: 100%;
    height: auto;
}

.detail-product-top dl {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #00406e;
}

.detail-product-top dl dt {
    width: 100%;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-top dl dd {
    width: 100%;
    height: auto;
    display: flex;
    color: #818393;
    font-size: 14px;
    margin-top: 12px;
    align-items: center;
}

.detail-product-top dl dd span {
    color: #00406e;
    font-weight: 600;
    margin-left: 6px;
}

.detail-product-txt {
    width: 100%;
    font-size: 12px;
    margin-top: 16px;
}

.detail-product-txt p {
    width: 100%;
    color: #333;
    text-wrap: inherit !important;
}

.detail-product-txt p span {
    text-wrap: inherit !important;
}

.detail-product-btm {
    width: 100%;
    max-width: 750px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
}

.detail-product-btm button {
    width: 100%;
    height: 42px;
    border: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    background: #00406e;
    position: relative;
}

.detail-product-btm button.disabled {
    background: #dddddd;
}

.detail-product-btm 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;
}

.detail-product-btm button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-top {
    width: 100%;
    margin-top: 12px;
}

.team-code {
    width: 100%;
    overflow: hidden;
    padding: 15px;
    color: #ffffff;
    background: #00406e;
    border-radius: 5px;
}

.team-code-tit {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.team-code-top {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    position: relative;
}

.team-code-input-code {
    width: 150px;
    height: auto;
    padding: 5px 0;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 10px auto;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #fff;
}

.team-code-input-link {
    width: 100%;
    height: auto;
    font-size: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
}

.team-code-copy .copy {
    width: 100%;
    height: 20px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    font-weight: 600;
    margin-top: 15px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.team-code-copy .copy img {
    width: 16px;
    height: 16px;
}

.team-code-copy .copy .copyLeft {
    -webkit-animation: moveLeftRight 2s ease-in-out infinite;
    animation: moveLeftRight 2s ease-in-out infinite
}

@-webkit-keyframes moveLeftRight {
    0%, to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-2.666667vw)
    }
}

@keyframes moveLeftRight {
    0%, to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-2.666667vw)
    }
}

.team-code-copy .copy .copyRight {
    -webkit-animation: moveLeft 2s ease-in-out infinite;
    animation: moveLeft 2s ease-in-out infinite
}

@-webkit-keyframes moveLeft {
    0%, to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(2.666667vw)
    }
}

@keyframes moveLeft {
    0%, to {
        transform: translateX(0)
    }

    50% {
        transform: translateX(2.666667vw)
    }
}

.team-totalNum {
    width: 100%;
    display: flex;
    padding: 15px;
    color: #333333;
    overflow: hidden;
    margin-top: 15px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    margin-bottom: 12px;
    box-shadow: 0 0 5px #cccccc;
    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: #00406e;
    font-size: 15px;
    font-weight: 600;
}

.teamLv {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 0 5px #cccccc;
}

.teamLv-tit {
    position: absolute;
    top: 12px;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
}

.teamLv ul {
    width: 100%;
    height: auto;
    display: flex;
    text-align: center;
    padding: 50px 0 12px;
    border-radius: 5px;
    background: #ffffff;
}

.teamLv li {
    width: 100%;
    height: auto;
    display: block;
    color: #00406e;
}

.teamLv li span {
    width: 100%;
    height: auto;
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
}


.teamList {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 5px;
    margin-top: 12px;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;

}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    font-weight: 600;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}


.my-main {
    width: 100%;
    padding: 50px 0;
}

.my-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.my-top-left {
    width: 80px;
    height: 80px;
    position: relative;
    margin: 0 auto 10px;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.my-top-right {
    width: 100%;
    color: #00406e;
    text-align: center;
}

.my-top-right h3 {
    font-size: 16px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    margin-top: 8px;
}

.my-box {
    width: 100%;
    padding: 0 12px;
}

.my-income-tab {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 5px;
    overflow: hidden;
    background: #1a2b37;
}

.my-income-name {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    padding: 0 16px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
}

.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: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.my-income-item p {
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 6px;
}

.my-revenue {
    width: 100%;
    display: flex;
    color: #333333;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    padding: 10px 6px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #1a2b37;

}

.my-revenue h3 {
    width: 100%;
    height: auto;
    color: #00406e;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.my-revenue p {
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
}

.my-revenue button {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 3px;
    align-items: center;
    background: #1a2b37;
    justify-content: center;
}

.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: #ffffff;
    border-radius: 3px;
    align-items: center;
    background: #1a2b37;
    justify-content: center;
}


.home-link a img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.my-list-nav {
    width: 100%;
    margin-top: 12px;
    padding: 12px 6px;
    border-radius: 5px;
    border: 1px solid #1a2b37;
}

.my-list-nav ul {
    width: 100%;
}

.my-list-nav li {
    width: 100%;
    height: 45px;
    display: flex;
    margin-top: 10px;
    overflow: hidden;
    border-bottom: 1px solid #1a2b37;
}

.my-list-nav li:first-child {
    margin-top: 0;
}

.my-list-nav li a {
    width: 100%;
    display: flex;
    color: #333333;
    padding: 0 5px;
    align-items: center;
}

.my-list-nav li label {
    width: 24px;
    height: 24px;
    display: flex;
    margin-right: 6px;
    border-radius: 50%;
    background: #00406e;
    align-items: center;
    justify-content: center;
}

.my-list-nav li img {
    width: 16px;
    height: auto;
}

.my-list-nav li p {
    color: #00406e;
}

.my-list-nav li i {
    margin-left: auto;
    font-size: 22px;
    color: #00406e;
}

.my-top-out {
    width: 100%;
    height: auto;
    margin-top: 16px;
    border-radius: 3px;
    background: #00406e;
}

.my-top-out a {
    width: 100%;
    height: 45px;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.bonus-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.bonus-box {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 5px #cccccc;
}

.bouns-input {
    margin-top: 16px;
    position: relative;
}

.bouns-input:first-child {
    margin-top: 0;
}

.bouns-input input {
    width: 100%;
    height: 45px;
    border-radius: 3px;
    padding-left: 12px;
    background: #ffffff;
    border: 1px solid #00406e;
}

.bouns-input .btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 45px;
    border-radius: 3px;
    background: #00406e;
}

.balance-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.balance-top {
    width: 100%;
    height: 120px;
    padding: 15px;
    color: #ffffff;
    position: relative;
    border-radius: 5px;
    background: #00406e;
    margin: 15px auto 30px;
}

.balance-top-bg {
    width: 64px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.balance-top h3 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
}

.balance-box {
    width: 100%;
    height: auto;
}

.balance-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: inline-block;
    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: #00406e;
    font-size: 16px;
    margin-top: 10px;
    line-height: 48px;
    padding-left: 10px;
    border-radius: 3px;
    background: #f9fafb;
    border: 1px solid #00406e;
}

.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: 36px;
    padding: 0 5px;
    margin-top: 12px;
    color: #999999;
    font-weight: 500;
    border-bottom: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.channel-item:first-child {
    margin-top: 0;
}

.channel-item.active {
    color: #00406e;
    font-weight: 600;
}

.channel-item i {
    font-size: 18px;
}

.balance-account {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    font-weight: 600;
    border-bottom: 1px 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;
    line-height: 32px;
    display: block;
    color: #00406e;
    font-size: 12px;
}

.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: #00406e;

}

.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 #00406e;
}

.card-item .card-send {
    height: 45px;
    border: none;
    color: #00406e;
    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: #00406e;
}

.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: 5px;
    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: 64px;
    height: 64px;
}

.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: #00406e;
    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: #00406e;
}

.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: 5px;
    overflow: hidden;
}

.order-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.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: #00406e;
    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: #00406e;
}

.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: 5px;
    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: #00406e;
    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: #00406e;
    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: #00406e;
    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: #00406e;
    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: #00406e;
}

.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: #00406e;
    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: #00406e;
    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 #00406e;
}

.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: #00406e;
}

.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;
}