.login-main {
    width: 100%;
    height: 100vh;
    padding: 50px 4%;
}

.login-head {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 24px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.login-head-img {
    width: 100%;
    height: 120px;
    text-align: center;
}

.login-head-img img {
    width: auto;
    height: 100px;
}

.login-head h2 {
    width: 100%;
    color: #151518;
    font-size: 22px;
    margin-top: 12px;
}

.login-list {
    width: 100%;
    margin-top: 10px;
    padding: 16px 0;
}

.login-item {
    width: 100%;
    margin-top: 16px;
    border: 1px solid #E8E9EC;
    border-radius: 12px;
    overflow: hidden;
}

.login-item:first-child {
    margin-top: 0;
}

.login-item-input {
    width: 100%;
    display: flex;
    padding: 0 12px;
    align-items: center;
    background: #ffffff;
    position: relative;
}

.login-item-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
}

.login-item-input span {
    display: block;
    color: #012b3a;
    font-size: 15px;
    margin-right: 5px;
    text-align: center;
}

.login-item-input input {
    border: 0;
    width: 100%;
    height: 45px;
    outline: none;
    color: #012b3a;
    font-size: 15px;
    background: none;
}

.login-item-input input::placeholder {
    color: #888888;
    font-size: 12px;
}

.login-item-captcha {
    width: 120px;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 6px;
}

.login-item-send {
    width: 80px;
    height: 35px;
    color: #FF8A23;
    border-radius: 25px;
    border: 1px solid #FF8A23;
    background: none;
    position: absolute;
    right: 6px;
}

.login-agreement {
    width: 100%;
    height: auto;
    display: flex;
    color: #151518;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 16px;
    align-items: center;
}

.login-agreement i {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    background: url("../images/icon_14.png") no-repeat;
    background-size: cover;
}

.login-agreement.active {
    color: #FF8A23;
}

.login-agreement.active i {
    background: url("../images/icon_15.png") no-repeat;
    background-size: cover;
}

.login-item-link {
    width: 100%;
    display: flex;
    padding: 0 6px;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}

.login-item-link a {
    color: #151518;
    font-size: 15px;
    text-decoration: underline;
}

.login-item-btn {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.login-item-btn button {
    width: 100%;
    height: 45px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #FF8A23;
    background: #FF8A23;
    box-shadow: 0px 10px 9px -8px rgba(255, 138, 35, 0.8);
}

.login-item-a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.login-item-a a {
    width: 100%;
    height: 45px;
    color: #FF8A23;
    font-size: 15px;
    line-height: 45px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #FF8A23;
    background-color: #fff;
}

.topBar {
    width: 100%;
    height: 100px;
    background: #FF8A23;
    margin-top: 50px;
    border-bottom-left-radius: 80px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 0 4% 50px;
    position: relative;
    margin-top: -90px;
}

.home-media {
    width: 100%;
    height: auto;
    margin-top: 6px;
}

.home-media video {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.home-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-nav-tit {
    width: 100%;
    font-size: 18px;
    color: #070709;
    margin-bottom: 12px;
}

.home-nav-item {
    width: 23%;
    height: auto;
    background: #fff;
    padding: 12px 0;
    border-radius: 12px;
}

.home-nav-item a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-nav-item label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 0;
    border-radius: 12px;
}

.home-nav-item img {
    width: 40px;
    height: auto;
    padding: 6px;
    border-radius: 5px;
}

.home-nav-item p {
    width: 100%;
    height: auto;
    color: #7F7F86;
    font-size: 12px;
    margin-bottom: 6px;
    text-align: center;
}

.home-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}

.home-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 6px);
    height: 45px;
    background: #FF8A23;
    color: #fff;
    font-size: 16px;
    border-radius: 25px;
}

.home-link a img {
    height: 25px;
    width: auto;
    margin-right: 6px;
}

.home-news {
    width: 100%;
    height: auto;
    margin-top: 16px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    color: #070709;
    flex-wrap: wrap;
    font-size: 18px;
    align-items: center;
}

.home-new-list {
    width: 100%;
    height: auto;
    overflow: auto;
    display: flex;
    display: -webkit-flex;
}

.home-new-item {
    width: 220px;
    min-width: 220px;
    height: auto;
    margin-top: 12px;
    margin-right: 12px;
    border-radius: 12px;
    position: relative;
}

.home-new-item:last-child {
    margin-right: 0;
}

.home-new-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home-new-item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.home-new-item h3 {
    width: 100%;
    height: auto;
    font-size: 12px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    padding: 0 3%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0;
    bottom: 15px;
}

.home-new-item p {
    width: 100%;
    height: 24px;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 4%;
    position: absolute;
    left: 0;
    top: 15px;
}

.home-new-item p i {
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.home-new-item p small {
    font-size: 12px;
    font-weight: 500;
    margin-left: 5px;
    color: #fff;
}

.home-task {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.home-task li {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    background: #fff;
    border-radius: 15px;
    align-items: center;
    justify-content: space-between;
}

.home-task li a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-task li img {
    width: 99px;
    height: 68px;
    border-radius: 8px;
}

.home-task li dl {
    width: calc(100% - 109px);
}

.home-task li dl dt {
    width: 100%;
    font-size: 15px;
    color: #070709;
}

.home-task li dl dd {
    width: 100%;
    margin-top: 5px;
    color: #7F7F86;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.article {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    color: #070709;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 12px;
    line-height: 24px;
    text-align: center;
}

.article-content {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
}

.article-content img,
.article-content video {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
    color: #070709;
}

.article-content p span {
    text-wrap: inherit !important;
    color: #070709;
}

.task-main {
    width: 100%;
    padding: 0 4% 50px;
    position: relative;
    margin-top: -90px;
}

.task-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.task-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    padding: 12px;
    background: #fff;
    border-radius: 12px;
}

.task-item:first-child {
    margin-top: 0;
}

.task-tit {
    width: 100%;
    height: auto;
    color: #070709;
    flex-wrap: wrap;
    font-size: 18px;
    position: relative;
    margin-bottom: 12px;
}

.task-param {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #E8E9EC;
    border-bottom: 1px solid #E8E9EC;
}

.task-param p {
    width: auto;
    text-align: left;
    color: #7F7F86;
}

.task-param p:first-child {
    margin-right: 30px;
}

.task-param p span {
    color: #070709;
    display: block;
    width: 100%;
    margin-bottom: 6px;
}

.task-item-line {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
}

.task-item-line p {
    width: calc(100% - 120px);
    height: auto;
    color: #7F7F86;
}

.task-item-line p span {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    color: #070709;
}

.task-btn {
    width: 100px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 25px;
    align-items: center;
}

.task-btn a {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 14px;
    align-items: center;
    background: #070709;
    justify-content: center;
}

.task-btn a img {
    height: 22px;
    width: auto;
    margin-left: 3px;
}

.task-dones-main {
    width: 100%;
    padding: 50px 4% 12px;
    background: linear-gradient(180deg, #FF8A23, #F2F2F2, #F2F2F2, #F2F2F2);
}

.task-dones-icon {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
}

.task-dones-icon img {
    width: 100%;
    height: auto;
}

.task-dones-icon video {
    width: 100%;
    height: auto;
}

.task-dones-param {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: relative;
}

.task-dones-param img {
    position: absolute;
    height: 90px;
    width: auto;
    right: 0;
    bottom: -45px;
}

.task-dones-param h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}

.task-dones-item {
    width: 60%;
    height: 36px;
    line-height: 36px;
    padding-right: 12px;
    display: flex;
    color: #070709;
    font-size: 13px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 6px;
}

.task-dones-item span {
    color: #fff;
    font-weight: 500;
    background-color: #FF8A23;
    padding: 0 12px;
}

.task-vote-list {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.task-vote-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: block;
    margin-top: 12px;
    border-radius: 8px;
    background-color: #fff;
}

.task-vote-item dt {
    width: 100%;
    height: auto;
    color: #070709;
    display: block;
    font-size: 15px;
}


.task-vote-item dd {
    width: 100%;
    height: auto;
    color: #070709;
    cursor: pointer;
    margin-top: 12px;
    font-weight: 400;
    padding: 12px;
    font-size: 13px;
    border-radius: 6px;
    background-color: #F7F8FA;
    border: 1px solid #F7F8FA;
}

.task-vote-item dd.active {
    background-color: #fff;
    border: 1px solid #FF8A23;
    color: #FF8A23;
}

.task-dones-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.task-dones-link a {
    width: calc(50% - 6px);
    height: 36px;
    display: flex;
    color: #FF8C00;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #FF8C00;
}

.task-dones-imgs {
    width: 100%;
    height: auto;
    display: flex;
    color: #999999;
    flex-wrap: wrap;
    font-size: 13px;
    margin-top: 12px;
    align-items: center;
}

.task-dones-imgs-item {
    width: 84px;
    height: 84px;
    display: flex;
    margin-left: 12px;
    align-items: center;
    justify-content: center;
}

.task-dones-imgs-item:first-child {
    margin-left: 0;
}

.task-dones-imgs-item img {
    width: 100%;
    height: 100%;
}

.task-dones-imgs-item:last-child img {
    background: #ffffff;
}

.task-dones-btn {
    margin-top: 12px;
}

.task-dones-btn button {
    width: 100%;
    height: 42px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    border-radius: 25px;
    align-items: center;
    background: #070709;
    justify-content: center;
}


.product-main {
    width: 100%;
    padding: 0 4% 50px;
    margin-top: -90px;
    position: relative;
}

.product-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.product-item {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.product-item-border {
    width: 100%;
    border-radius: 12px;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(180deg, #292931 0%, #14141D 100%);
}

.product-item:first-child {
    margin-top: 0;
}

.product-tit {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.product-tit a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #070709;
    font-size: 18px;
    width: 100%;
}

.product-img {
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    align-items: center;
    border-radius: 8px;
}

.product-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.product-param {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-param p {
    width: 49%;
    height: auto;
    background-color: #F7F8FA;
    color: #7F7F86;
    font-size: 12px;
    text-align: center;
    padding: 12px 0;
    margin-top: 12px;
    border-radius: 5px;
}

.product-param p:first-child,
.product-param p:nth-child(2) {
    margin-top: 0;
}

.product-param p span {
    display: block;
    width: 100%;
    color: #070709;
    margin-bottom: 6px;
}

.product-btn {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
}

.product-btn a {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #070709;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    align-items: center;
    background: #FF8C00;
    justify-content: center;
}

.product-btn a img {
    height: 25px;
    width: auto;
    margin-left: 2px;
}

.product-btn a.disabled {
    background: #dbdbdb;
}

.product-detail-main {
    width: 100%;
    padding: 50px 0;
}

.product-detail-head {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-detail-head img {
    width: 100%;
    height: auto;
}

.product-detail-parem {
    width: 92%;
    height: auto;
    margin: 15px auto 0;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #fff;
    border-radius: 12px;
}

.product-detail-parem-line {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-detail-parem h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #070709;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    position: relative;
}

.product-detail-parem p {
    width: 49%;
    height: auto;
    padding: 12px 0;
    color: #7F7F86;
    text-align: center;
    margin-top: 12px;
    background-color: #F7F8FA;
    border-radius: 5px;
}

.product-detail-parem p:first-child,
.product-detail-parem p:nth-child(2) {
    margin-top: 0;
}

.product-detail-parem p span {
    color: #070709;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
}

.product-detail-text {
    width: 92%;
    height: auto;
    margin: 15px auto 0;
    padding: 12px;
    font-size: 12px;
    border-radius: 12px;
    background-color: #fff;
}

.product-detail-text p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
    color: #979A56 !important;
}

.product-detail-text p span {
    text-wrap: initial !important;
    color: #979A56 !important;
}

.product-detail-text p img,
.product-detail-text p video {
    width: 100%;
    height: auto;
}

.product-detail-btm {
    width: 92%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: fixed;
    left: 4%;
    bottom: 5px;
}

.product-detail-btm button {
    width: 100%;
    height: 50px;
    border: none;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    font-weight: 600;
    background: #070709;
    border-radius: 25px;
}

.product-detail-btm button.disabled {
    background: #dbdbdb;
}

.product-detail-btm button img {
    height: 22px;
    width: auto;
    margin-left: 2px;
}

.team-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.team-main-con {
    width: 80%;
    height: 435px;
    margin: 0 auto;
    background: url("../images/shareBg.png") no-repeat;
    background-size: 100% 100%;
    padding: 20px 5% 30px;
}

.team-logo {
    width: 100%;
    text-align: center;
}

.team-logo img {
    height: 65px;
    width: auto;
}

.team-qrcode {
    width: 180px;
    height: 180px;
    display: flex;
    margin: 20px auto 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url("../images/shareEwm.png") no-repeat;
    background-size: contain;
}

.team-qrcode img {
    width: 160px;
    height: auto;
}

.team-main-con h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #070709;
    margin-top: 20px;
}

.team-main-con p {
    width: 100%;
    background: #070709;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding: 0 12px;
    margin-top: 20px;
    color: #fff;
    font-size: 10px;
}

.team-code {
    width: 80%;
    display: flex;
    padding: 0 6px;
    flex-wrap: wrap;
    margin: 20px auto 0;
    border-radius: 25px;
    align-items: center;
    background: #070709;
    border: 1px solid #070709;
    justify-content: space-between;
    color: #fff;
}

.team-code button {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    padding: 10px 0;
    font-size: 18px;
    border-radius: 25px;
    background: #070709;
    align-items: center;
    justify-content: center;
}

.team-rule {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.team-rule img,
.team-rule video {
    width: 100%;
    height: auto;
}

.team-rule p {
    width: 100%;
    color: #979A56 !important;
    text-wrap: inherit !important;
}

.team-rule p span {
    text-wrap: inherit !important;
}

.team-total {
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
    overflow: hidden;
}

.team-total-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    background: #070709;
    padding: 0 4%;
}

.team-total-item {
    width: auto;
    height: auto;
    display: block;
    padding-top: 16px;
}


.team-total-item h3 {
    width: 100%;
    color: #B4B4B4;
    font-size: 13px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-total-item p {
    width: 100%;
    color: #ffffff;
    margin-top: 6px;
    font-size: 18px;
}

.team-recharge {
    width: 100%;
    height: auto;
    background-color: #070709;
    overflow: hidden;
    margin-top: -1px;
}

.team-recharge-line {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 12px 4%;
    background: #FF8A23;
    border-radius: 12px;
    margin-top: 6px;
}

.team-recharge-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 12px;
    font-size: 18px;
}

.team-recharge-tit img {
    width: 30px;
    height: auto;
    margin-right: 5px;
}

.team-recharge-item {
    width: 50%;
    height: auto;
    margin-top: 12px;
}

.team-recharge-item h3 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
}

.team-recharge-item p {
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    text-align: center;
}

.team-lv {
    width: 100%;
    margin-top: 12px;
    background-color: #fff;
    padding: 1px;
    border-radius: 12px;
}

.team-lv-line {
    width: 100%;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
}

.team-lv dl {
    width: 33%;
    text-align: center;
}

.team-lv dl dt {
    width: 100%;
    color: #070709;
    font-size: 18px;
    margin-top: 6px;
}

.team-lv dl dd {
    color: #7F7F86;
    font-size: 12px;
    font-weight: 500;
}

.team-circle {
    width: 90%;
    height: 6px;
    margin: 12px auto 0;
    border-radius: 6px;
    background-color: #EAEAEA;
    position: relative;
}

.team-circle-bar {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #070709;
    border-radius: 6px;
}

.team-circle-line {
    width: 100%;
    height: auto;
    margin-top: 12px;
    text-align: center;
    color: #7F7F86;
}

.team-circle-line h3 {
    width: 100%;
    font-size: 18px;
    color: #070709;
    margin-bottom: 5px;
}

.teamList {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    overflow: hidden;
    background-color: #fff;
    padding: 1px;
    border-radius: 12px;
}

.teamList-line {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12px;
    background-color: #fff;
    border-radius: 12px;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead {
    color: #070709;
    font-size: 12px;
    font-weight: 600;
}

.teamList tbody {
    font-size: 12px;
    font-weight: 400;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: auto;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #070709;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.my-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.my-top {
    width: 100%;
    height: auto;
    margin-top: 12px;
    background: #FF8A23;
    border-radius: 20px;
    padding: 1px;
}

.my-top-line {
    width: 100%;
    height: auto;
    padding: 15px;
    background: #FF8A23;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my-top-left {
    width: 60px;
    height: 60px;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
}

.my-top-right {
    width: calc(100% - 60px);
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    align-items: center;
    justify-content: center;
}

.my-top-right dl {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-top-right dt {
    width: 100%;
    height: 16px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
}

.my-top-right dd {
    width: 100%;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
}

.my-top-right dd img {
    width: 18px;
    height: auto;
}

.my-balance {
    width: 100%;
    height: auto;
    margin-top: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 1px;
}

.my-balance-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}

.my-balance-item {
    width: 50%;
    height: auto;
}

.my-balance-item:nth-child(3),
.my-balance-item:nth-child(4) {
    margin-top: 16px;
}

.my-balance-item h3 {
    width: 100%;
    height: auto;
    color: #070709;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}

.my-balance-item p {
    width: 100%;
    height: auto;
    color: #7F7F86;
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
}

.my-balance-item span {
    display: block;
    width: 100%;
    height: auto;
    color: #999;
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}

.my-income {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 12px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 12px;
}

.my-income-items {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E9EC;
    padding-bottom: 12px;
}

.my-income-items img {
    width: 50px;
    height: 50px;
}

.my-income-items dl {
    width: calc(100% - 60px);
    height: auto;
}

.my-income-items dl dt {
    width: 100%;
    color: #7F7F86;
}

.my-income-items dl dd {
    width: 100%;
    color: #070709;
    font-size: 16px;
    font-weight: 600;
    margin-top: 6px;
}

.my-income-item {
    width: 32%;
    text-align: center;
    margin-top: 12px;
}

.my-income-item h3 {
    width: 100%;
    color: #070709;
    font-size: 16px;
}

.my-income-item p {
    width: 100%;
    color: #7F7F86;
    font-size: 12px;
    margin-top: 6px;
}

.my-order {
    width: 100%;
    margin-top: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 1px;
}

.my-order-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 12px;
    background: #fff;
    border-radius: 12px;
}

.my-order h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #7F7F86;
    flex-wrap: wrap;
    font-size: 18px;
    position: relative;
    align-items: center;
    padding-bottom: 6px;
}

.my-order a {
    border: none;
    display: block;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 15px;
    border-radius: 25px;
    background: #070709;
    margin-left: auto;
    margin-top: 5px;
}

.my-order ul {
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.my-order li {
    width: auto;
    font-size: 18px;
    margin-top: 5px;
    color: #FF8A23;
}

.my-link {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: space-between;
}

.my-link a {
    width: 49%;
    height: 40px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 16px;
    border-radius: 25px;
    background: #00C853;
    align-items: center;
    justify-content: center;
}

.my-link a:last-child {
    background: #FF9100;
}

.my-weekly {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-weekly a {
    display: block;
    width: 49%;
    background: #fff;
    border-radius: 10px;
    padding: 12px 4%;
}

.my-weekly dl {
    width: 100%;
    height: auto;
}

.my-weekly dl dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #070709;
}

.my-weekly dl dt img {
    width: auto;
    height: 20px;
}

.my-weekly dl dd {
    width: 100%;
    color: #7F7F86;
    margin-top: 5px;
    font-size: 12px;
}

.my-mouthly {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.my-mouthly a {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 4%;
    font-size: 16px;
    color: #070709;
    border-radius: 10px;
}

.my-mouthly a .my-mouthly-img {
    width: 40px;
    height: 40px;
    margin-right: 6px;
}

.my-mouthly dl {
    width: 100%;
    height: auto;
}

.my-mouthly dl dt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #070709;
}

.my-mouthly dl dt img {
    width: auto;
    height: 20px;
}

.my-mouthly dl dd {
    width: 100%;
    color: #7F7F86;
    margin-top: 5px;
    font-size: 12px;
}

.my-teams {
    width: 100%;
    height: auto;
    margin-top: 12px;
    background: #fff;
    border-radius: 12px;
    padding: 1px;
}

.my-teams-line {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 12px;
    padding: 12px;
}

.my-teams-item {
    width: 48%;
    height: auto;
    border-radius: 12px;
    border: 1px solid #E8E9EC;
}

.my-teams-item-line {
    width: 100%;
    height: 50px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-teams-item p {
    height: auto;
    color: #070709;
    font-size: 14px;
}

.my-teams-item h3 {
    height: auto;
    color: #070709;
    font-size: 18px;
    font-weight: 600;
}

.my-teams-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.my-teams-nav a {
    width: 32%;
    height: 35px;
    border: none;
    display: flex;
    color: #070709;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    background-color: #F7F8FA;
    border-radius: 6px;
}

.my-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    padding-top: 12px;
}

.my-nav-item {
    width: 25%;
    height: auto;
    margin-bottom: 12px;
}

.my-nav-item a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
}

.my-nav-item img {
    width: auto;
    height: 28px;
    margin-bottom: 5px;
}

.my-nav-item p {
    width: 100%;
    height: auto;
    color: #070709;
    font-size: 12px;
    text-align: center;
}

.account-main {
    width: 100%;
    padding: 50px 0 12px;
}

.account-head {
    width: 100%;
    height: auto;
    background: #070709;
}

.account-head-line {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 4%;
    background: #070709;
}

.account-head h3 {
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 10px;
}

.account-head h6 {
    width: 100%;
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}

.account-head p {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
}

.account-box {
    width: 92%;
    height: auto;
    margin: 12px auto;
}

.bonus-box-line {
    width: 100%;
    height: auto;
    background: #070709;
    border-radius: 12px;
    padding: 16px 4%;
}

.account-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.account-items {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    background-color: #070709;
    border-radius: 12px;
    padding: 12px;
}

.account-item:first-child {
    margin-top: 0;
}

.account-item h3 {
    width: 100%;
    color: #070709;
    font-size: 16px;
    line-height: 24px;
}

.account-items h3 {
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}

.account-items .account-input {
    background: none;
    border: none;
}

.account-items .account-input input {
    color: #fff;
}

.account-input {
    width: 100%;
    height: 40px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #E8E9EC;
    color: #070709;
}

.account-input input {
    width: 100%;
    height: 100%;
    display: block;
    color: #070709;
    font-size: 14px;
    background: none;
}

.account-input input::placeholder {
    color: #bdbdbd;
    font-size: 12px;
    font-weight: 400;
}

.account-input span {
    color: #FF8A23;
    font-size: 16px;
    position: absolute;
    right: 10px;
}

.account-input button {
    width: 80px;
    height: 32px;
    color: #070709;
    background: #fff;
    position: absolute;
    right: 0;
    border: none;
}

.account-mode {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.account-mode-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    align-items: center;
    background: #FFFFFF;
}

.account-mode-item:first-child {
    margin-top: 0;
}

.account-mode-item.active {
    border: 1px solid #FF8A23;
}

.account-mode-item img {
    width: 50px;
    height: 50px;
    padding: 6px;
    border-radius: 50%;
    border: 1px solid #FF8A23;
}

.account-mode-txt {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 6px;
    align-items: center;
}

.account-mode-txt h3 {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 600;
}

.account-mode-txt p {
    width: 100%;
    height: auto;
    font-size: 12px;
}

.account-mode-txt p span {
    font-size: 12px;
    margin-left: 6px;
    padding: 5px 10px;
    border-radius: 12px;
    border: 1px solid #FF8A23;
}

.account-mode-item i {
    width: 36px;
    height: 36px;
    background: url("../images/w_7.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.account-mode-item.active i {
    background: url("../images/w_8.png") no-repeat;
    background-size: cover;
}

.account-tab {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
}

.account-tab li {
    width: 100%;
    height: 50px;
    display: flex;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    margin-top: 12px;
}

.account-tab li p {
    width: 100%;
    color: #070709;
    text-align: center;
}

.account-tab li.active {
    border: 1px solid #FF8A23;
}

.account-tab li.active p {
    color: #FF8A23;
}

.account-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 25px;
    background: #070709;
}

.account-rule {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.account-rule img,
.account-rule video {
    width: 100%;
    height: auto;
}

.account-rule p {
    width: 100%;
    text-wrap: inherit !important;
    color: #070709 !important;
}

.account-rule p span {
    text-wrap: inherit !important;
}


.bonus-main {
    width: 100%;
    padding: 50px 0 12px;
}

.bonus-box {
    width: 92%;
    height: auto;
    margin: 12px auto;
    overflow: hidden;
    background: #070709;
    border-radius: 12px;
}

.bonus-box h3 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.bouns-item {
    width: 100%;
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    align-items: center;
}

.bouns-item input {
    width: 100%;
    height: 45px;
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 600;
    background: #303040;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #4D4D4D;
}

.bouns-item input::placeholder {
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 400;
}

.bouns-item button {
    width: 92%;
    height: 40px;
    border: none;
    display: block;
    color: #fff;
    border-radius: 25px;
    background: #070709;
    margin: 0 auto;
}

.list-main {
    width: 100%;
    padding: 50px 0 12px;
}

.list-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    background-color: #fff;
}

.list-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #E8E9EC;
}

.list-item:first-child {
    border-top: 0;
}

.list-left {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}

.list-left h3 {
    width: 100%;
    color: #070709;
    font-size: 16px;
    line-height: 28px;
}

.list-left p {
    width: 100%;
    color: #7F7F86;
    font-size: 12px;
    line-height: 28px;
}

.list-right {
    height: auto;
    display: flex;
    color: #070709;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: right;
    align-items: center;
    justify-content: end;
}

.list-right h3 {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.list-right p {
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}

.list-right p.disabled {
    color: #CCCCCC;
}

.coupon-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.coupon-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    justify-items: center;
    border: 1px solid #FF8C00;
}

.coupon-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: space-between;
    border-top: 0.5px solid #FF8C00;
}

.coupon-item:first-child {
    border-top: none;
}

.coupon-left {
    width: 50px;
    height: 50px;
    padding: 4px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    background: #FF8C00;
    align-items: center;
    justify-content: center;
}

.coupon-left p {
    width: 100%;
    line-height: 16px;
}

.coupon-right {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    align-items: center;
    justify-content: center;
}

.coupon-right h3 {
    width: 100%;
    color: #012b3a;
    font-size: 14px;
    font-weight: 600;
}

.coupon-right span {
    width: 100%;
    color: #012b3a;
    font-size: 12px;
    line-height: 24px;
}

.coupon-item a {
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #FF8C00;
    position: absolute;
    top: 12px;
    right: 12px;
}

.message-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.message-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.message-item {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #E8E9EC;
    justify-content: space-between;
}

.message-item:first-child {
    margin-top: 0;
}

.message-item h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #070709;
    font-size: 14px;
    line-height: 32px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E9EC;
}

.message-item h3 span {
    color: #7F7F86;
    font-size: 12px;
    font-weight: 400;
}

.message-item p {
    width: 100%;
    height: auto;
    color: #7F7F86;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    text-wrap: initial !important;
}

.reward-main {
    width: 100%;
    padding: 50px 12px 12px;
    position: relative;
}

.reward-star-bg {
    height: 135px;
    width: auto;
    position: absolute;
    right: 4%;
    top: 10px;
    z-index: 999;
}

.reward-star-tit {
    width: 90px;
    height: auto;
    position: absolute;
    left: -15px;
    top: -58px;
}

.reward-top {
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(243, 224, 208, 1), rgba(120, 87, 67, 1)) 1 1;
    padding: 12px;
    border-radius: 12px;
    position: relative;
    margin-top: 11vh;
}

.reward-top-tit {
    width: 80%;
    height: 40px;
    background: url(../images/w_3.png) no-repeat center;
    background-size: contain;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    margin: -25px auto 0px;
    position: relative;
    z-index: 1;
}

.reward-top p {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    color: #D5B29A;
}

.reward-top-line {
    color: #D5B29A;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 12px;
}

.reward-top-line span {
    width: 100%;
    display: block;
    height: 1px;
    background: linear-gradient(90deg, rgba(117, 105, 95, 0) 0%, #FEC4A4 50%, rgba(117, 105, 95, 0) 100%);
}

.reward-top-ul {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.reward-top-ul ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reward-top-ul ul li {
    width: 33.33%;
    height: auto;
    color: #AE805F;
    font-size: 10px;
    text-align: center;
}

.reward-top-ul ul li h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.reward-nums {
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(243, 224, 208, 1), rgba(120, 87, 67, 1)) 1 1;
    padding: 20px 12px;
    border-radius: 12px;
    position: relative;
    margin-top: 15px;
    padding-bottom: 0;
}

.reward-nums ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.reward-nums ul li {
    width: 50%;
    margin-bottom: 20px;
    font-size: 13px;
    color: #AE805F;
    text-align: center;
}

.reward-nums ul li h3 {
    width: 100%;
    font-size: 20px;
    color: #FEC4A4;
    margin-bottom: 8px;
}

.reward-rules {
    width: 100%;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(243, 224, 208, 1), rgba(120, 87, 67, 1)) 1 1;
    padding: 20px 12px;
    border-radius: 12px;
    position: relative;
    margin-top: 15px;
}

.reward-rules h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #FEC4A4;
}

.reward-rules p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #AE805F;
    margin-top: 15px;
}

.reward-rules button {
    width: 100%;
    height: 38px;
    border: none;
    background: linear-gradient(90deg, #FFE6C5 0%, #C38C66 100%);
    color: #411F0C;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 20px;
}

.service-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.service-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-items: center;
}

.service-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    background-color: #fff;
    border-radius: 10px;
}

.service-item:first-child {
    border-top: none;
}

.service-item img {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.service-box {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.service-box h3 {
    width: 100%;
    color: #070709;
    font-size: 14px;
    font-weight: 600;
}

.service-box p {
    width: 100%;
    color: #7F7F86;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-item a {
    width: 40px;
}

.service-item img {
    width: 40px;
    height: auto;
}

.weeks-main {
    width: 100%;
    padding: 50px 0 12px;
}

.weeks-main-bg {
    width: 100%;
    height: auto;
    margin-top: 12px;

}

.weeks-box {
    width: 100%;
    padding: 0 4%;
    margin-top: -40px;
    height: auto;
    position: relative;
}

.weeks-box-top {
    width: 100%;
    background: #fff;
    padding: 12px;
    border-radius: 10px;
}

.weeks-box-top p {
    width: 100%;
    display: flex;
    color: #070709;
    font-size: 16px;
    align-items: center;
}

.weeks-box-top p span {
    margin-left: 5px;
}

.weeks-box-bar {
    width: 100%;
    margin-top: 15px;
    height: 2px;
    background: #EDEDED;
    position: relative;
    border-radius: 2px;
}

.weeks-box-bar span {
    display: block;
    height: 2px;
    background: #070709;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 2px;
}

.weeks-box-bar-txt {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 11;
    margin-top: -6px;
}

.weeks-box-bar-star {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.weeks-box-bar-star i {
    display: block;
    width: 10px;
    height: 10px;
    background: #070709;
    border-radius: 50%;
}

.weeks-box-bar-num {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #070709;
}

.weeks-box-bar-num span:nth-child(2) {
    margin-left: 18px;
}

.weeks-box-bar-num span:nth-child(3) {
    margin-left: 16px;
}

.weeks-box-bar-num span:nth-child(4) {
    margin-left: 14px;
}

.weeks-box-bar-num span:nth-child(5) {
    margin-left: 12px;
}

.weeks-box-btm {
    width: 100%;
    padding: 12px;
    background: #fff;
    border-radius: 10px;
    margin-top: 15px;
}

.weeks-box-btm-tit {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #070709;
    margin-bottom: 18px;
}

.weeks-box-btm-list {
    width: 100%;
    height: auto;
}

.weeks-box-btm-list li {
    width: 95%;
    margin-left: 5%;
    border-left: 0.5px solid #EDEDED;
    padding-left: 20px;
    position: relative;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.weeks-box-btm-list li img {
    width: 22px;
    height: auto;
    position: absolute;
    left: -11px;
    top: 5px;
}

.weeks-box-btm-list li button {
    width: 75px;
    height: 30px;
    display: flex;
    color: #7F7F86;
    background: #ffffff;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
    border: 1px solid #7F7F86;
}

.weeks-box-btm-list li.cur button {
    color: #ffffff;
    background: #070709;
    border: 1px solid #070709;
}

.weeks-box-btm-list li.cur .disabled {
    color: #7F7F86;
    background: #ffffff;
    border: 1px solid #7F7F86;
}

.weeks-box-btm-list dl {
    width: auto;
    height: auto;
}

.weeks-box-btm-list dl dt {
    color: #070709;
}

.weeks-box-btm-list dl dd {
    color: #7F7F86;
    margin-top: 5px;
}

.weeks-head {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
}

.weeks-head-item {
    width: 50%;
    height: auto;
    display: flex;
    color: #999999;
    font-size: 13px;
    flex-wrap: wrap;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.weeks-head-item p {
    width: 100%;
    height: auto;
    color: #00D400;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;
}

.weeks-head button {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    margin-top: 12px;
    font-weight: 600;
    border-radius: 5px;
    background: #FF8C00;
}

.weeks-head button.disabled {
    background: #dbdbdb;
}

.weeks-parem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 6px 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
}

.weeks-parem table {
    width: 100%;
    height: auto;
    display: block;
}

.weeks-parem thead, .weeks-parem tbody {
    width: 100%;
    height: auto;
    display: block;
}

.weeks-parem thead {
    color: #FF8C00;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 0.5px solid #1C1B28;
}

.weeks-parem tbody {
    color: #FF8C00;
    font-size: 13px;
    font-weight: 500;
}

.weeks-parem tr {
    width: 100%;
    height: auto;
    display: flex;
}

.weeks-parem td {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
    text-align: left;
    line-height: 36px;
}

.weeks-parem td:first-child {
    width: 60%;
}

.weeks-parem td:last-child {
    width: 40%;
}

.weeks-parem td img {
    width: 16px;
    height: auto;
}

.weeks-text {
    width: 100%;
    height: auto;
    padding: 6px;
    font-size: 12px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #333;
}

.weeks-text p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.weeks-text p span {
    text-wrap: initial !important;
}

.weeks-text p img,
.weeks-text p video {
    width: 100%;
    height: auto;
}

.calculator-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.calculator-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.calculator-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.calculator-item:first-child {
    margin-top: 0;
}

.calculator-item h3 {
    width: 100%;
    color: #070709;
    font-size: 16px;
    line-height: 24px;
}

.calculator-input {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 10px;
    margin-top: 12px;
    background: none;
    border-radius: 5px;
    position: relative;
    align-items: center;
    background: #ffffff;
    justify-content: center;
    border-bottom: 1px solid #E8E9EC;
}

.calculator-input input {
    width: 100%;
    height: 100%;
    display: block;
    color: #070709;
    font-size: 14px;
    font-weight: 600;
    background: none;
}

.calculator-input input::placeholder {
    color: #bdbdbd;
    font-size: 16px;
    font-weight: 400;
}

.calculator-input span {
    color: #070709;
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    right: 10px;
}

.calculator-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 25px;
    background: #070709;
}


.charitable-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.charitable-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.charitable-item {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 12px;
    border-radius: 12px;
    border: 1px solid #4D4D4D;
    background-color: rgba(255, 255, 255, 0.1);
}

.charitable-item:first-child {
    margin-top: 0;
}

.charitable-item-name {
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.charitable-item-date {
    width: 100%;
    color: #B4B4B4;
    font-size: 12px;
    margin-top: 8px;
}

.charitable-item-txt {
    width: 100%;
    color: #ffffff;
    margin-top: 8px;
}

.charitable-item-txt p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.charitable-item-txt p span {
    text-wrap: initial !important;
}

.charitable-item-txt img,
.charitable-item-txt video {
    width: 100%;
    height: auto;
}

.charitable-item-img {
    width: 100%;
    margin-top: 12px;
}

.charitable-item-img img {
    width: 200px;
    height: auto;
    cursor: pointer;
    border-radius: 8px;
}

.charitable-item dl {
    width: 100%;
    margin-top: 12px;
}

.charitable-item dl dt {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    color: #FF8C00;
}

.charitable-item dl dd {
    width: 100%;
    color: #FF8C00;
    font-size: 14px;
    margin-top: 6px;
}

.charitable-item dl dd span {
    font-weight: 500;
    margin-left: 5px;
}

.charitable-item-bar {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-radius: 8px;
    background: #FFF1A9;
}

.charitable-item-bar-top {
    width: 100%;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.charitable-item-bar-top span {
    color: #FF8C00;
}

.charitable-item-bar-line {
    width: 100%;
    height: 15px;
    background: #fff;
    position: relative;
    border-radius: 25px;
    margin-top: 20px;
    overflow: hidden;
}

.charitable-item-bar-line span {
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #FF8C00;
    border-radius: 25px;
    box-shadow: 0 0 5px rgba(125, 89, 53, .4);
}

.charitable-item-btm {
    width: 100%;
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.charitable-item-button {
    width: 48%;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 14px;
    border-radius: 25px;
    border: 1px solid #FF8C00;
}

.charitable-item-button:first-child {
    color: #FF8C00;
}

.charitable-item-button:last-child {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    background: #FF8C00;
}

.charitable-item-btm .charitable-item-button i {
    font-size: 20px;
    margin-right: 5px;
}

.z-charitable {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charitableCon {
    width: 100%;
    height: auto;
    max-height: 100vh;
    padding: 6px 12px 16px;
    overflow-y: scroll;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: absolute;
    bottom: 0;
}

.charitableTit {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charitableTit img {
    width: 36px;
    height: auto;
    display: block;
    cursor: pointer;
    padding: 6px;
    position: absolute;
    top: 0;
    right: 0;
}

.charitableBalance {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.charitableBalanceItem {
    width: 49%;
    height: auto;
    text-align: center;
    background: #FF8C00;
    color: #ffffff;
    border-radius: 8px;
    padding: 8px 0;
}

.charitableBalanceItem h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 6px;
}

.charitableBalanceItem p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}

.charitableParam {
    width: 100%;
    height: auto;
    padding: 0 5px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.charitableParam label {
    width: 100%;
    height: auto;
    display: block;
    color: #151515;
    font-size: 12px;
    font-weight: 600;
    padding: 0 2px;
}

.charitableParamInput {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 12px;
}

.charitableParamInput input {
    width: 100%;
    height: 48px;
    padding-left: 10px;
    color: #FF8C00;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    letter-spacing: 1px;
    border: 1px solid #FF8C00;
}

.charitableParamInput input::placeholder {
    color: #999999;
    font-weight: 400;
    letter-spacing: 0;
}

.charitableParamInput small {
    position: absolute;
    right: 0;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    color: #FF8C00;
}

.charitableBtn {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charitableBtn button {
    width: 100%;
    height: 42px;
    margin-top: 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF8C00;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.charitable-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.charitable-mask-img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
}

.charitable-mask-img img {
    width: 100%;
    height: auto;
}

.charitable-mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.mission-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px;
}

.mission-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.mission-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #4D4D4D;
    background-color: rgba(255, 255, 255, 0.1);
}

.mission-item:first-child {
    margin-top: 0;
}

.mission-item a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.mission-item img {
    width: 120px;
    height: 90px;
}

.mission-item-param {
    width: calc(100% - 120px);
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    align-items: center;
}

.mission-item-param p {
    width: 100%;
    height: auto;
    color: #ffffff;
    line-height: 24px;
}

.mission-item-param p span {
    color: #FF8A23;
}

.month-main {
    width: 100%;
    padding: 50px 4% 12px;
}

.month-box {
    width: 100%;
    background: #070709;
    border-radius: 10px;
    margin-top: 15px;
}

.month-box-hd {
    width: 100%;
    background: #FF8A23;
    border-radius: 10px;
    padding: 20px 4%;
    font-size: 16px;
    color: #fff;
}

.month-box-hd h3 {
    width: 100%;
    font-size: 22px;
    margin-top: 12px;
}

.month-box-bd {
    width: 100%;
    padding: 15px 4%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.month-ul {
    width: 100%;
    margin-top: 15px;
}

.month-ul .month-li {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 15px;
}

.month-ul .month-li p {
    width: 100%;
    color: #7F7F86;
}

.month-ul .month-li h3 {
    width: 100%;
    color: #070709;
    margin-top: 10px;
}

.month-main button.month-btn {
    width: 100%;
    height: 36px;
    border: none;
    color: #ffffff;
    margin-top: 16px;
    border-radius: 25px;
    background: #070709;
}

.month-main button.month-btn.disabled {
    background: #dbdbdb;
}

.month-text {
    width: 100%;
    height: auto;
    padding: 12px;
    font-size: 12px;
    margin-top: 12px;
    border-radius: 10px;
    background: #fff;
}

.month-text p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.month-text p span {
    text-wrap: initial !important;
}

.month-text p img,
.month-text p video {
    width: 100%;
    height: auto;
}