.login-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.login-head {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-head img {
    width: 120px;
    height: auto;
}

.login {
    width: 100%;
    padding: 12px;
    margin-top: 24px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}


.login-item {
    width: 100%;
    display: flex;
    padding: 0 12px;
    margin-top: 24px;
    position: relative;
    align-items: center;
    border-radius: 25px;
    border: 1px solid #07518c;
}

.login-item:first-child {
    margin-top: 12px;
}

.login-item i {
    color: #07518c;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.login-area {
    display: block;
    color: #07518c;
    font-size: 14px;
    text-align: center;
    padding-right: 6px;
}

.login-item input {
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    color: #333333;
    font-size: 14px;
    background: none;
}

.login-item input::placeholder {
    color: #999999;
    font-size: 14px;
}

.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-item .captcha {
    width: 108px;
    height: auto;
    cursor: pointer;
    border-radius: 25px;
    position: absolute;
    right: 3px;
}

.login-item .login-send {
    border: 0;
    color: #ffc71b;
    font-size: 14px;
    padding: 6px 12px;
    background: #07518c;
    border-radius: 25px;
    position: absolute;
    right: 12px;
}

.login-btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffc71b;
    font-size: 16px;
    margin-top: 12px;
    border-radius: 25px;
    background: #07518c;
}

.login-link {
    width: 100%;
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}

.login-link a {
    color: #666666;
    margin-left: auto;
    padding-right: 5px;
}

.login-back {
    width: 100%;
    display: flex;
    margin-top: 16px;
    align-items: center;
    justify-content: center;
}

.login-back a {
    color: #07518c;
    font-weight: 600;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.banner {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    border-radius: 4px;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-nav {
    width: 100%;
    height: auto;
    padding: 8px 0;
    margin-top: 12px;
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    border: 1px solid #07518c;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.home-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-nav ul li {
    width: 25%;
    height: auto;
    border-top: 0.5px solid #07518c;
}

.home-nav ul li:first-child,
.home-nav ul li:nth-child(2),
.home-nav ul li:nth-child(3),
.home-nav ul li:nth-child(4) {
    border-top: none;
    padding-bottom: 5px;
}

.home-nav ul li:nth-child(5),
.home-nav ul li:nth-child(6),
.home-nav ul li:nth-child(7),
.home-nav ul li:last-child {
    padding-top: 5px;
}

.home-nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #333333;
    font-size: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.home-nav ul li img {
    width: 42px;
    height: 42px;
    padding: 5px;
}

.home-nav ul li span {
    width: 100%;
    display: flex;
    color: #07518c;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.notice {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 12px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #07518c;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.notice i {
    color: #07518c;
    font-size: 20px;
    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;
    color: #07518c;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
}

.home-events {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.home-events-item {
    width: calc(50% - 6px);
    height: auto;
    display: block;
    margin-top: 12px;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);

}

.home-events-item:first-child,
.home-events-item:nth-child(2) {
    margin-top: 0;
}

.home-events-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-news {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-news ul {
    width: 100%;
    height: auto;
    display: block;
}

.home-news li {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.home-news li:first-child {
    margin-top: 0;
}

.home-news a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-news h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 8px 0;
}

.home-news img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-news dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 6px 8px 12px;
}

.home-news dl dd {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 20px;
}

.home-news dl dd:last-child {
    color: #999999;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.product-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    justify-content: space-between;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.product-info:first-child {
    margin-top: 0;
}

.product-info .product-info-name {
    width: 100%;
    height: 40px;
    display: flex;
    color: #07518c;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    align-items: center;
    border-bottom: 0.5px solid #07518c;
}

.product-info .product-info-dl {
    width: 100%;
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-info .product-img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}

.product-info .product-img img {
    width: 100%;
    height: 100%;
}

.product-info .product-img span {
    width: 36px;
    height: 36px;
    display: flex;
    color: #ffc71b;
    font-size: 10px;
    flex-wrap: wrap;
    font-weight: 500;
    border-radius: 50%;
    align-items: center;
    background: #07518c;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    position: absolute;
    top: 6px;
    right: 6px;
}

.product-info .product-text {
    width: calc(100% - 120px);
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    align-items: center;
    justify-content: center;
}

.product-info .product-text p {
    width: 100%;
    display: flex;
    color: #8a8a8a;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
}


.product-info .product-text p span {
    color: #07518c;
    font-weight: 500;
}

.product-info .product-text p del {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

.product-rate {
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 25px;
    background: rgba(255, 199, 27, 0.25);
}

.product-rate span {
    height: 10px;
    border-radius: 25px;
    background: #07518c;
    position: absolute;
    left: 0;
}

.product-info .product-btm {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
}

.product-info .product-btm a {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffc71b;
    font-size: 14px;
    align-items: center;
    border-radius: 25px;
    background: #07518c;
    justify-content: center;
}

.detail-product {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #ffffff;
    padding: 50px 12px 12px;
}

.detail-product img {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 4px;
}

.detail-product-info {
    width: 100%;
    margin-top: 12px;
}

.detail-product-info .product-texts {
    width: 100%;
    margin-top: 12px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #000000;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 8px;
}

.detail-product-info .product-texts p {
    width: 100%;
    height: 32px;
    display: flex;
    color: #8a8a8a;
    font-size: 13px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detail-product-info .product-texts span {
    float: right;
    color: #07518c;
    font-weight: 500;
}

.detail-product-info .product-texts p del {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.product-texts {
    width: 100%;
}

.detail-desc {
    width: 100%;
    color: #666666;
    font-size: 12px;
    margin-top: 12px;
}

.detail-desc p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.detail-desc p span {
    text-wrap: initial !important;
}

.detail-desc p img,
.detail-desc p video {
    width: 100%;
    height: auto;
}

.flex-btn {
    width: 100%;
    height: auto;
    margin-top: 6px;
    text-align: center;
}

.flex-btn button {
    width: 100%;
    height: 42px;
    border: none;
    display: flex;
    margin: 0 auto;
    color: #ffc71b;
    font-size: 16px;
    font-weight: 600;
    background: #07518c;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
}

.flex-btn button span {
    color: #ffffff;
    font-size: 12px;
    margin-left: 12px;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.team-code {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.team-code img {
    width: 40%;
    height: auto;
    display: block;
}

.team-code-item {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    position: relative;
}

.team-code-item:last-child {
    margin-bottom: 0;
}

.team-code-item .code-tit {
    width: 100%;
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
}

.team-code-item .team-code-input {
    color: #8a8a8a;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-code-copy {
    width: 100%;
    height: 42px;
    display: flex;
    padding: 0 6px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
    align-items: center;
    border: 1px solid #07518c;
    justify-content: space-between;
}

.team-code-input {
    width: calc(100% - 36px);
    overflow: hidden;
}

.team-code-copy .copy {
    width: auto;
    height: auto;
    color: #ffc71b;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 4px;
    background: #07518c;
}

.team-record {
    width: 100%;
    height: auto;
}

.team-record ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    justify-content: space-between;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.team-record li {
    width: 50%;
    padding: 12px;
    color: #888888;
    text-align: center;
    border-top: 0.5px solid #ffc71b;
    border-left: 0.5px solid #ffc71b;
}

.team-record li:first-child,
.team-record li:nth-child(3) {
    border-left: none;
}

.team-record li:first-child,
.team-record li:nth-child(2) {
    border-top: none;
}

.team-record li h3 {
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
}

.team-record li p {
    color: #8a8a8a;
    font-size: 10px;
    font-weight: 600;
}

.teamList {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 16px;
    overflow: hidden;
    padding: 6px 12px;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.teamList thead {
    color: #333;
    font-weight: 600;
}

.teamList tbody {
    font-size: 13px;
    color: #666666;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.my-top {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    background: #07518c;
    padding: 50px 12px 36px;
}

.my-top-left {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 4px;
    background: #ffffff;
}

.my-top-left img {
    width: 100%;
    height: 100%;
}

.my-top-right {
    width: calc(100% - 60px);
    height: 60px;
    display: flex;
    color: #ffc71b;
    flex-wrap: wrap;
    padding-left: 12px;
    align-items: flex-end;
    justify-content: center;
}

.my-top-right h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    height: auto;
}

.my-top-right span {
    padding: 6px;
    color: #07518c;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    background: #ffffff;
}

.my-main {
    width: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    margin-top: -36px;
    position: relative;
    align-items: center;
    padding: 0 12px 50px;
    justify-content: center;
}

.my-income-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    justify-content: space-between;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.my-income-item {
    width: 33.33%;
    padding: 16px 0;
    text-align: center;
    border-top: 0.5px solid #ffc71b;
}

.my-income-item:first-child,
.my-income-item:nth-child(2),
.my-income-item:nth-child(3) {
    border-top: none;
}

.my-income-item h3 {
    width: 100%;
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.my-income-item p {
    width: 100%;
    color: #8a8a8a;
    font-size: 12px;
}

.my-income-link {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.my-income-link a {
    width: 48%;
    height: 45px;
    display: flex;
    color: #ffc71b;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    background: #07518c;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
}

.my-top-nav {
    width: 100%;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.my-top-nav li {
    width: 33.33%;
    height: auto;
    overflow: hidden;
    border-top: 0.5px solid #ffc71b;
    border-right: 0.5px solid #ffc71b;
}

.my-top-nav li:nth-child(3n) {
    border-right: none;
}

.my-top-nav li:first-child,
.my-top-nav li:nth-child(2),
.my-top-nav li:nth-child(3) {
    border-top: none;
}

.my-top-nav a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 24px 0;
    align-items: center;
    justify-content: center;
}

.my-top-nav label {
    position: relative;
}

.my-top-nav img {
    width: 36px;
    height: auto;
}

.my-top-nav i {
    width: 16px;
    height: 16px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 10px;
    font-weight: 600;
    border-radius: 50%;
    background: #d81e06;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    right: -4px;
}

.my-top-nav p {
    width: 100%;
    color: #07518c;
    font-size: 10px;
    font-weight: 600;
    margin-top: 12px;
    text-align: center;
}

.card-main {
    width: 100%;
    height: 100vh;
    background: #ffffff;
    padding: 50px 12px 12px;
}

.card-container {
    width: 100%;
    margin-top: 16px;
}

.card-info {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
}

.card-info input {
    width: 100%;
    height: 50px;
    border: none;
    color: #07518c;
    padding: 0 10px;
    background: #EEEEEE;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    border: none;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    background: #07518c;
    position: absolute;
    right: 10px;
}

.card-btn {
    width: 100%;
    height: 50px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 45px;
    border-radius: 25px;
    background: #07518c;
}

.history-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.history-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.list-item {
    padding: 12px;
    display: flex;
    margin-top: 12px;
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.list-item:first-child {
    margin-top: 0;
}

.list-left {
    width: 100%;
}

.list-left h3 {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}

.list-left p {
    color: #999999;
    font-size: 12px;
    margin-top: 16px;
}

.list-right {
    height: auto;
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.list-right span {
    display: block;
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 4px;
    background: #07518c;
}

.list-right span.disabled {
    background: #999999;
}

.balance-list {
    width: 90%;
    z-index: 11;
    height: auto;
    display: flex;
    padding: 24px 6px;
    border-radius: 4px;
    position: relative;
    background: #ffffff;
    align-items: center;
    margin: -50px auto 0;
    justify-content: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.balance-item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.balance-item h3 {
    width: 100%;
    display: flex;
    color: #07518c;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}

.balance-item small {
    width: 100%;
    color: #8a8a8a;
    font-size: 12px;
    margin-top: 6px;
    font-weight: 600;
}

.balance-item p {
    width: 100%;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 500;
}

.bonus-main {
    width: 100%;
    display: flex;
    padding: 50px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bonus-main img {
    width: 120px;
    height: auto;
}

.bonus-bg {
    width: calc(100% - 24px);
    height: auto;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.bonus-bg-top {
    width: auto;
    height: 33px;
    position: absolute;
    left: -5px;
    top: -30px;
}

.bonus-bg-right {
    width: auto;
    height: 70px;
    position: absolute;
    right: -5px;
    top: -30px;
}

.bonus-bg h3 {
    width: 100%;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.bonus-bg p {
    width: 100%;
    color: #8a8a8a;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
    margin-bottom: 12px;
}

.bouns-input {
    width: 100%;
    margin-bottom: 24px;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    width: 100%;
    height: 45px;
    padding: 0 12px;
    background: #F8F8F8;
    border-radius: 25px;
    border: 1px solid #07518c;
}

.bouns-input .btn {
    width: 100%;
    height: 42px;
    border: none;
    display: block;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background: #07518c;
}

.wallet-box {
    width: 100%;
    background: #ffffff;
    padding: 50px 12px 12px;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;

}

.wallet-item h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.wallet-item span {
    width: 100%;
    height: auto;
    display: block;
    color: #07518c;
    font-size: 16px;
    padding: 12px 6px 6px;
}

.wallet-input {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 10px;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border: 1px solid #07518c;
}

.wallet-input input {
    width: 100%;
    height: 48px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    background: none;
    line-height: 48px;
}


.wallet-input input::placeholder {
    font-weight: 400;
}

.wallet-input i {
    color: #07518c;
    font-size: 16px;
    font-weight: 600;
}

.wallet-channel {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wallet-channel-item {
    width: 100%;
    height: 50px;
    display: flex;
    color: #999999;
    padding: 0 6px;
    font-size: 14px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
}

.wallet-channel-item:first-child {
    margin-top: 0;
}

.wallet-channel-item i {
    color: #ffffff;
    font-size: 22px;
}

.wallet-channel-item.active {
    color: #07518c;
    font-weight: 600;
}

.wallet-channel-item.active i {
    color: #07518c;
    font-weight: 600;
}

.wallet-card {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #07518c;
}

.wallet-card h3 {
    width: 100%;
    display: block;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 600;
}

.wallet-card p {
    width: 100%;
    color: #07518c;
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.wallet-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: #07518c;
    border-radius: 25px;
}

.wallet-rule {
    margin-top: 16px;
    border-radius: 4px;
}

.wallet-rule p {
    width: 100%;
    line-height: 24px;
    color: #8a8a8a !important;
    font-weight: 500 !important;
    text-wrap: inherit !important;
}

.wallet-rule img {
    width: 100%;
}

.wallet-rule p span {
    color: #8a8a8a !important;
    font-weight: 500 !important;
    text-wrap: inherit !important;
}


.myorder {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    display: block;
    margin-top: 12px;
    align-items: center;
    justify-items: center;
}

.order-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    justify-content: space-between;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.order-item:first-child {
    margin-top: 0;
}

.order-item h3 {
    width: 100%;
    height: 40px;
    display: flex;
    color: #07518c;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    align-items: center;
    border-bottom: 0.5px solid #07518c;
}

.order-box {
    width: 100%;
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.order-item .order-img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 4px;
}

.order-item .order-img img {
    width: 100%;
    height: 100%;
}

.order-item .order-texts {
    width: calc(100% - 128px);

}

.order-item .order-texts p {
    width: 100%;
    display: flex;
    padding: 0 5px;
    color: #8a8a8a;
    margin-top: 5px;
    font-size: 12px;
    flex-wrap: wrap;
    line-height: 20px;
    align-items: center;
    justify-content: space-between;
}

.order-item .order-texts p span {
    color: #07518c;
    padding-left: 6px;
}

.order-btn {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 600;
    background: #07518c;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
}

.order-btn.disabled {
    background: #999999;
}

.customer {
    width: 100%;
    height: 100vh;
    padding: 50px 12px 12px;
}

.customer ul {
    margin-top: 12px;
}

.customer li {
    width: 100%;
    display: flex;
    position: relative;
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.customer li img {
    width: 42px;
    height: auto;
    margin-right: 8px;
}

.customer li h3 {
    color: #07518c;
    font-size: 16px;
    font-weight: 600;
}

.customer li h2 {
    color: #333333;
    font-size: 12px;
    margin-top: 12px;
}

.customer li p {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

.customer li a {
    color: #ffc71b;
    font-weight: 600;
    padding: 5px 16px;
    background: #07518c;
    border-radius: 25px;
    border: 0.5px solid #ffc71b;
    position: absolute;
    right: 12px;
}

.service-box-dl {
    width: 60%;
    overflow: hidden;
}

.article {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    text-align: center;
}

.article-content {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}


.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%;
    height: auto;
    padding: 10px;
    display: block;
    position: relative;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #ffffff;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-item-top img {
    width: 42px;
    height: 42px;
    display: block;
    border-radius: 4px;
}

.official-item-top-right {
    width: calc(100% - 36px);
    height: 42px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    padding-left: 6px;
}

.official-item-top-right h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.official-item-top-right p {
    width: 100%;
    height: auto;
    display: block;
    color: #999999;
    margin-top: 5px;
    font-size: 12px;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.official-item-main p {
    width: 100%;
    height: auto;
    color: #666666;
    display: block;
    font-size: 13px;
    margin-top: 6px;
    line-height: 24px;
}

.official-item-imgs {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.official-item-imgs img {
    width: 32%;
    height: auto;
    display: block;
    cursor: pointer;
    margin-top: 8px;
    margin-right: 2%;
    border-radius: 4px;
}

.official-item-imgs img:first-child,
.official-item-imgs img:nth-child(2),
.official-item-imgs img:nth-child(3) {
    margin-top: 0;
}

.official-item-imgs img:nth-child(3n) {
    margin-right: 0;
}


.official-mask {
    width: 100%;
    height: auto;
    display: flex;
    z-index: 9999;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.85);
    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 {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
}

.official-done textarea {
    width: 100%;
    height: 160px;
    padding: 12px;
    background: none;
    border-radius: 4px;
    border: 1px solid #07518c;
}

.official-upload {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.official-upload-item {
    width: 100px;
    padding: 6px;
    height: 100px;
    display: flex;
    overflow: hidden;
    margin-top: 12px;
    margin-right: 12px;
    position: relative;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    border: 1px solid #07518c;
}

.official-upload-item-upload {
    cursor: pointer;
    padding: 16px;
}

.official-upload-item img {
    border-radius: 4px;
}

.official-upload-item i {
    color: #999999;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 2px;
    right: 2px;
}

.official-button {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.official-button button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 4px;
    background: #07518c;
}

.salary-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.salary-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.salary-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    border-radius: 4px;
    align-items: center;
    margin-bottom: 15px;
    background: #ffffff;
    justify-content: center;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.salary-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.salary-item ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 2px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.salary-item li {
    height: auto;
    display: block;
    text-align: center;
}

.salary-item li h3 {
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.salary-item li span {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.salary-item button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    display: block;
    cursor: pointer;
    font-weight: 600;
    background: #07518c;
    border-radius: 25px;
    margin: 12px auto 0;
}

.salary-item button.disabled {
    background: #999999;
}


.statistics-main {
    width: 100%;
    position: relative;
    padding: 50px 12px 12px;
}

.statistics-list {
    width: 100%;
    height: auto;
}

.statistics-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.statistics-list li {
    width: 48.5%;
    color: #888888;
    margin-top: 12px;
    padding: 18px 12px;
    border-radius: 4px;
    text-align: center;
    background: #fff6e1;
}

.statistics-list li h3 {
    color: #f97316;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.statistics-list li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}


.task-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.task-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.task-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
    margin-bottom: 15px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.task-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    justify-content: center;

}

.task-item ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 2px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.task-item li {
    height: auto;
    display: block;
    text-align: center;
}

.task-item li h3 {
    color: #07518c;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.task-item li span {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.task-item button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    display: block;
    cursor: pointer;
    font-weight: 600;
    background: #07518c;
    border-radius: 25px;
    margin: 15px auto 0;
}

.task-item button.disabled {
    background: #8a8a8a;
}

.tutorial-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.tutorial-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.tutorial-item {
    width: 100%;
    height: auto;
    padding: 6px;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.tutorial-item:first-child {
    margin-top: 0;
}

.tutorial-item img,
.tutorial-item video {
    width: 100%;
    height: auto;
}

.tutorial-item p {
    width: 100%;
    height: 32px;
    color: #07518c;
    font-weight: 500;
    line-height: 32px;
}

.tutorial-detail-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.tutorial-detail-top {
    width: 100%;
    height: auto;
    padding: 12px;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.tutorial-detail-top img {
    width: 100%;
    height: auto;
}

.tutorial-detail-top video {
    width: 100%;
    height: auto;
}

.tutorial-detail-top h3 {
    width: 100%;
    height: 24px;
    display: flex;
    color: #07518c;
    margin-top: 6px;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

.tutorial-detail-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 4px;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.tutorial-detail-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: block;
    border-top: 0.5px solid #ffc71b;
}

.tutorial-detail-item:first-child {
    margin-top: 0;
    border-top: none;
}

.tutorial-detail-item dt {
    width: 100%;
    height: auto;
    color: #333333;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.tutorial-detail-item dt span {
    padding: 0 2px;
    color: #07518c;
    font-weight: 600;
}

.tutorial-detail-item dd {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    font-size: 12px;
    cursor: pointer;
    margin-top: 16px;
    font-weight: 400;
    line-height: 18px;
    padding-bottom: 5px;
    align-items: flex-start;
    justify-content: space-between;
}

.tutorial-detail-item dd span {
    width: calc(100% - 18px);
}

.tutorial-detail-item dd i {
    width: 18px;
    height: 18px;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
}

.tutorial-detail-item dd.activeT {
    color: #07518c;
    font-weight: 600;
}

.tutorial-detail-item dd.activeT i {
    border: 1px solid #07518c;
}

.tutorial-detail-item dd.activeF {
    color: #999999;
    font-weight: 600;
}

.tutorial-detail-item dd.activeF i {
    border: 1px solid #999999;
}

.level-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.level-list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 4px;
    border: 0.5px solid #ffc71b;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.level-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 12px;
    position: relative;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #ffc71b;
}

.level-item:first-child {
    border-top: none;
}

.level-item img {
    width: 80px;
    height: 80px;
}

.level-content {
    width: calc(100% - 80px);
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    align-items: center;
}

.level-content h3 {
    width: 100%;
    height: auto;
    color: #07518c;
    font-size: 12px;
    font-weight: 600;
}

.level-content p {
    width: 100%;
    height: auto;
    color: #07518c;
    font-size: 12px;
    margin-top: 12px;
}

.level-content p span {
    font-weight: 600;
}

.level-rate {
    width: 100%;
    height: 10px;
    overflow: hidden;
    margin-top: 12px;
    position: relative;
    border-radius: 25px;
    background: rgba(255, 199, 27, 0.25);
}

.level-rate span {
    height: 10px;
    border-radius: 25px;
    background: #07518c;
    position: absolute;
    left: 0;
}

.level-lock {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.level-lock i {
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 44px;
}

.message-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.message-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.message-item {
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 4px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #ffc71b;
    justify-content: space-between;
    box-shadow: 0 3px 15px 3px rgba(0, 0, 0, 0.07);
}

.message-item:first-child {
    margin-top: 0;
}

.message-item h3 {
    width: 100%;
    height: auto;
    color: #07518c;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.message-item h3.current {
    color: #a8a8a8;
}

.message-item h3 span {
    color: #a8a8a8;
    font-size: 12px;
    font-weight: 400;
}

.message-item p {
    width: 100%;
    height: auto;
    color: #a8a8a8;
    font-size: 12px;
    margin-top: 6px;
    line-height: 20px;
    text-wrap: initial;
}
