.login-main {
    width: 100%;
    height: auto;
}

.login-box {
    width: 100%;
    min-height: 60vh;
    margin-top: 12px;
    padding: 12px 24px;
    position: relative;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.login-head {
    width: 100%;
    height: auto;
    color: #ffffff;
    text-align: center;
    position: relative;
}

.messageEng {
    border: 1px solid #fff;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 86px;
    height: 32px;
    font-weight: 500;
}

.messageEng i:first-child {
    margin-right: 3px;
}

.messageEng i {
    color: #fff;
    margin-left: 3px;
}

.btmImg {
    width: 120px;
    height: auto;
    margin-top: 50px;
}

.login-box h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box h3 i {
    font-size: 26px;
    margin-right: 5px;
}

.langChange {
    height: 35px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.langChange ul {
    display: flex;
    align-items: center;
    height: 35px;
    width: 200px;
}

.langChange ul li {
    width: 50%;
    height: 100%;
    text-align: center;
}

.langChange ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    position: relative;
    color: #fff;
}

.langChange ul li.cur i {
    display: block;
}

.langChange ul li.cur a i {
    width: 40px;
    height: 4px;
    border-radius: 4px;
    background: #820041;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}

.login-change {
    width: 100%;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.login-change a {
    width: 30%;
    height: 40px;
    display: flex;
    color: #820041;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #820041
}

.login-change button {
    width: 100%;
    height: 45px;
    border: 1px solid #820041;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    background: #820041;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}

.login-item {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 12px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #fff;
    background: #fff;
}

.login-item:first-child {
    margin-top: 0;
}

.login-item i {
    color: #820041;
    font-size: 16px;
    font-weight: 600;
    margin-right: 5px;
}

.login-item span {
    color: #820041;
    display: block;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
}

.login-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
    background: none;
}

.login-item input::placeholder {
    color: #666;
    font-size: 14px;
}

.login-send {
    border: none;
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #820041;
    position: absolute;
    right: 5px;
}

.login-link {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 5px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.login-link a {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
}

.login-create {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.login-create a {
    width: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.login-message {
    font-size: 12px;
    width: 92%;
    margin: 30px auto 0;
    text-align: center;
    color: #fff;
    line-height: 22px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.home-video {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.home-video video {
    width: 100%;
    border-radius: 5px;
}

.banner {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
}

.banner img {
    width: 100%;
    height: auto;
}

.navigation {
    width: 100%;
    height: auto;
}

.navigation ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navigation li {
    width: 49%;
    height: 52px;
    padding: 0 10px;
    background: url("../images/nav_line.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 12px;
}

.navigation a {
    width: 100%;
    height: 100%;
    display: flex;
    font-size: 14px;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.navigation img {
    width: 25px;
    height: auto;
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
}

.navigation p {
    color: #ffffff;
    font-size: 15px;
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 600;
}

.home-notice {
    width: 100%;
    height: auto;
    padding: 10px;
    display: flex;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #820041;
    justify-content: space-between;
}

.home-notice i {
    width: 24px;
    color: #820041;
    font-size: 20px;
    font-weight: 600;
}


.home-notice-con {
    width: calc(100% - 24px);
    height: 14px;
    text-align: left;
    overflow: hidden;
    background: none !important;
}

.home-notice-con a {
    color: #820041;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px;
}

.home-events {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-events-tit {
    width: 100%;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
}

.home-events-tit i {
    width: 5px;
    height: 5px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
    background: #fff;
}

.home-events-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.home-events-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.home-events-item:first-child {
    margin-top: 0;
}

.home-events-item a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}

.home-events-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.home-events-img img {
    width: 60px;
    height: 60px;
}

.home-events-item p {
    width: 50%;
    display: block;
    color: #820041;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.home-events-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 32px;
    background-color: #820041;
    color: #fff;
    border-radius: 25px;
    margin-left: auto;
    margin-right: 10px;
}

.home-news {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.home-news-tit {
    width: 100%;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    align-items: center;
}

.home-news-tit i {
    width: 5px;
    height: 5px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
    background: #fff;
}

.home-news-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.home-news-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
}

.home-news-item:first-child {
    margin-top: 0;
}

.home-news-item video {
    width: 100%;
    height: auto;
}

.home-news-item a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.home-news-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.home-news-item dl {
    width: calc(100% - 60px);
    height: 60px;
    padding: 5px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}

.home-news-item dl dt {
    width: 100%;
    font-size: 14px;
    color: #820041;
    height: 36px;
    font-weight: 600;
}

.home-news-item dl dd {
    width: 100%;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news-item dl dd span {
    display: flex;
    align-items: center;
}

.home-news-item dl dd span i {
    margin-left: 5px;
}

.home-btm {
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #fff;
}

.home-btm img {
    width: 100px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 12px;
}

.article-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 16px;
    line-height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.article-content {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
    background: #fff;
    padding: 8px;
    border-radius: 8px;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.article-content img,
.article-content video {
    width: 100%;
    height: auto;
}

.news-main {
    width: 100%;
    padding: 50px 12px;
}

.news-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.news-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
}

.news-item video {
    width: 100%;
    height: auto;
}

.news-item a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.news-img img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
}

.news-item dl {
    width: calc(100% - 60px);
    height: 60px;
    padding: 5px;
    display: block;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
}

.news-item dl dt {
    width: 100%;
    font-size: 14px;
    color: #820041;
    height: 36px;
    font-weight: 600;
}

.news-item dl dd {
    width: 100%;
    font-size: 12px;
    color: #999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-item dl dd span {
    display: flex;
    align-items: center;
}

.news-item dl dd span i {
    margin-left: 3px;
}

.product-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.product-item {
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    background: #ffffff;
}

.product-item:first-child {
    margin-top: 0;
}

.product-tag {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 6px;
    border-radius: 5px;
    background: #ff5722;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
}

.product-header {
    width: 100%;
    height: auto;
    padding: 8px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.product-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 8px;
}

.product-img img {
    width: 100%;
    height: 100%;
}

.product-tit {
    width: calc(100% - 80px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    position: relative;
    align-items: center;
    justify-content: center;
}

.product-tit h2 {
    width: 100%;
    font-size: 22px;
}

.product-tit h5 {
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-top: 5px;
}

.product-tit p {
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
    color: #820041;
}

.product-tit img {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
}

.product-date {
    width: 100%;
    display: flex;
    color: #820041;
    padding: 0 8px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.product-date i {
    margin-right: 5px;
}

.product-date font {
    font-size: 14px;
    margin-left: 5px;
}

.product-attr {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 8px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #820041;
    padding: 6px 0;
}

.product-attr p {
    width: 32%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.product-attr span {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
}

.product-attr del {
    color: #666666;
    font-weight: 400;
    margin-right: 5px;
}

.product-btn {
    width: 80px;
    height: auto;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-btn a {
    width: 100%;
    height: 30px;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    background: #820041;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 25px;
}

.product-btn i {
    margin-left: 5px;
}

.product-btn a.disabled {
    background: #dbdbdb;
}

.product-info-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 68px;
}

.product-info-img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
}

.product-info-img img {
    width: 100%;
    height: auto;
}

.product-info-tit {
    width: 100%;
    color: #820041;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
}

.product-info-attr {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 8px;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.product-info-attr p {
    width: 100%;
    height: 36px;
    display: flex;
    color: #666666;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
}

.product-info-attr span {
    color: #820041;
}

.product-info-attr del {
    color: #666666;
    font-weight: 400;
    margin-right: 5px;
}

.product-info-btn {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
}

.product-info-btn button {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.product-info-btn button.disabled {
    background: #dbdbdb;
}

.product-info-btn button i {
    margin-left: 10px;
}

.product-info-btm {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    border: none;
    display: flex;
    color: #ffffff;
    background: #820041;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}

.product-info-btm ul {
    width: 68%;
}

.product-info-btm li {
    width: 100%;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
}

.product-info-btm li span {
    width: auto;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 11px;
}

.product-info-btm li span:last-child {
    cursor: pointer;
    justify-content: flex-end;
}

.product-info-btm li img {
    width: 13px;
    height: auto;
    margin-right: 5px
}

.product-info-btm ul li i {
    font-size: 16px;
    margin-left: 5px;
}

.product-info-btm a {
    background: #ff5722;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 25px;
    height: 30px;
    width: 80px;
    font-size: 12px;
}

.product-info-content {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.product-info-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.product-info-content p span {
    text-wrap: inherit !important;
}

.product-info-content img,
.product-info-content video {
    width: 100%;
    height: auto;
}

.team-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.team-total {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.team-total-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.team-total-item p {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.team-info {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
    padding: 12px 10px;
    border-radius: 5px;
    background: #fff;
}

.team-info-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
}

.team-info-item:first-child {
    margin-top: 0;
}

.team-info-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
}

.team-info-tit i {
    width: 8px;
    height: 8px;
    display: block;
    margin-right: 5px;
    border-radius: 5px;
}

.team-info-box {
    width: 100%;
    height: 50px;
    display: block;
    color: #820041;
    margin-top: 8px;
    overflow: hidden;
    line-height: 50px;
    position: relative;
    border-radius: 5px;
    white-space: nowrap;
    padding: 0 64px 0 5px;
    text-overflow: ellipsis;
    border: 1px solid #820041;
}

.team-info-box button {
    border: none;
    color: #ffffff;
    padding: 6px 10px;
    border-radius: 5px;
    background: #820041;
    position: absolute;
    top: 10px;
    right: 5px;
}

.team-recharge {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.team-recharge .team-recharge-li {
    width: 50%;
    height: auto;
}

.team-recharge-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 18px;
    flex-wrap: wrap;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
}

.team-recharge-item p {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 400;
    text-align: center;
}

.team-obtain {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 1px dashed #820041;
    justify-content: space-between;
}

.team-obtain-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.team-obtain-item p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.team-obtain-item button {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.team-obtain-item button.disabled {
    background: #dbdbdb;
}

.team-comy {
    background: #fff;
    width: 100%;
    border-radius: 8px;
    margin-top: 18px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.team-comy-left {
    width: 55%;
    height: auto;
}

.team-comy-right {
    width: 40%;
    height: auto;
    background: #820041;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}

.team-comy-left li {
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-comy-left li:first-child {
    margin-top: 0;
}

.team-comy-left li p {
    width: 75px;
    height: 25px;
    background: #820041;
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-comy-left li i {
    font-size: 13px;
    color: #999;
}

.team-comy-right h2 {
    width: 100%;
    font-size: 14px;
}

.team-comy-right li {
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
}

.team-comy a {
    width: 100%;
    height: 40px;
    background: #820041;
    color: #fff;
    border-radius: 25px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-tab {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 2px;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.team-tab a {
    width: 50%;
    height: 100%;
    display: flex;
    color: #820041;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.team-tab a.active {
    color: #ffffff;
    border-radius: 5px;
    background: #820041;
}

.team-profit {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 8px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    justify-content: space-between;
}

.team-profit-item {
    width: 30%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 13px;
    flex-wrap: wrap;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.team-profit-item p {
    width: 100%;
    height: auto;
    color: #666666;
    font-size: 11px;
    margin-top: 8px;
    font-weight: 400;
    text-align: center;
}

.team-record {
    width: 100%;
    height: auto;
    padding: 0 6px;
    display: block;
    margin-top: 16px;
}

.team-record-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 12px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.team-record-item:first-child {
    margin-top: 0;
    color: #820041;
    font-size: 13px;
    font-weight: 600;
}

.team-record-item span {
    width: 33.33%;
    text-align: center;
}

.team-record-item span:first-child {
    text-align: left;
}

.team-record-item span:last-child {
    text-align: right;
}

.team-record-item span:last-child a {
    padding: 2px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    border-radius: 2px;
    border: 1px solid #ffffff;
}

.me-top {
    width: 100%;
    height: auto;
    padding: 25px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.me-top-left {
    width: 72px;
    height: 72px;
}

.me-top-left img {
    width: 100%;
    height: 100%;
}

.me-top-right {
    width: calc(100% - 72px);
    height: 72px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    align-items: center;
    justify-content: space-between;
}

.me-top-avatar {
    width: 72px;
    height: auto;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.me-top-avatar-img {
    width: 72px;
    height: auto;
    border-radius: 50%;
}

.me-top-box {
    width: calc(100% - 72px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
}

.me-top-box h3 {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.me-top-box p,
.me-top-box span {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    align-items: center;
}

.me-top-box p i {
    font-size: 14px;
}

.me-top-box span i {
    width: auto;
    color: #fff;
    font-size: 14px;
}

.me-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 0 12px 50px;
}

.me-bar {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.me-bar-hd {
    width: 100%;
    height: 8px;
    background: #fff;
    border-radius: 25px;
    position: relative;
}

.me-bar-hd span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    background: #820041;
    border-radius: 25px;
}

.me-bar-bd {
    width: 100%;
    font-size: 12px;
    color: #fff;
    margin-top: 6px;
}

.me-bar-bd span {
    color: #820041;
}

.lv-mask {
    width: 90%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
}

.lv-mask h3 {
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.lv-mask p {
    width: 100%;
    margin-top: 12px;
    text-align: center;
    line-height: 22px;
    color: #666;
}

.lv-mask p span {
    color: #820041;
    font-weight: 600;
}

.lv-mask button {
    width: 100%;
    height: 35px;
    border-radius: 8px;
    background: #820041;
    color: #fff;
    border: none;
    margin-top: 16px;
}

.me-income {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.me-team-img {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.me-team-img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.me-income-item {
    width: 49%;
    height: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    background: url("../images/u_bg.gif") no-repeat center center;
    background-size: contain;
    padding: 10px 0;
}

.me-income-item:first-child,
.me-income-item:nth-child(2) {
    margin-top: 0;
}

.me-income-item p {
    width: 100%;
    height: auto;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}

.me-income-item img {
    width: 20px;
    height: auto;
    margin-left: 5px;
}

.me-balance {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.me-balance-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    flex-wrap: wrap;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}

.me-balance-item p {
    width: 100%;
    height: auto;
    color: #a7aeb7;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.me-balance-item h3 {
    width: 100%;
    height: auto;
    color: #a7aeb7;
    font-size: 13px;
    margin-top: 12px;
    text-align: center;
}

.me-balance-item h3 span {
    color: #820041;
    font-weight: 600;
}

.me-obtain {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
}

.me-obtain-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.me-obtain-item p {
    width: 100%;
    height: auto;
    color: #820041;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
}

.me-obtain-item button {
    width: 100%;
    height: 40px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.me-obtain-item button.disabled {
    background: #dbdbdb;
}

.me-links {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;

}

.me-links a {
    width: 49%;
    height: 40px;
    display: flex;
    color: #820041;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.me-links a:first-child {
    background: url("../images/r_1.jpg") no-repeat;
    background-size: 100% 100%;
}

.me-links a:last-child {
    background: url("../images/r_2.jpg") no-repeat;
    background-size: 100% 100%;
}

.me-nav-change {
    width: 60%;
    height: auto;
    margin-top: 12px;
    background: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    display: flex;
    align-items: center;
}

.me-nav-change a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 40px;
}

.me-nav-change a.cur {
    background: #820041;
    color: #fff;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}

.me-nav {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    background: #820041;
    border-radius: 8px;
    padding-bottom: 12px;
    border-top-left-radius: 0;
}

.me-nav-item {
    width: 33.33%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 12px;
}

.me-nav-item a {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    align-items: center;
    justify-content: center;
}

.me-nav-item img {
    width: 25px;
    height: 25px;
}

.me-nav-item i {
    font-weight: 600;
    position: absolute;
    right: 0;
}

.me-nav-item p {
    width: 100%;
    text-align: center;
}

.user-setting {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.user-setting-name {
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.user-setting-list {
    width: 100%;
    margin-top: 12px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-setting-list a {
    display: block;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
}

.user-setting-list a img {
    width: auto;
    height: 25px;
    margin-bottom: 6px;
}

.me-out {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.me-out a {
    width: 100%;
    height: 45px;
    display: flex;
    color: #820041;
    font-size: 14px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 1px solid #820041
}

.order-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.order-top {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.order-top-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.order-top-item p {
    width: auto;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.order-top button {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.order-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.order-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
    justify-content: space-between;
}

.order-item:first-child {
    margin-top: 0;
}

.order-item-tit {
    width: 100%;
    height: 16px;
    color: #820041;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
}

.order-item-img {
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    justify-content: center;
}

.order-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.order-item-attr {
    width: calc(100% - 110px);
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.order-item-attr p {
    width: 100%;
    height: 20px;
    display: flex;
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
}

.order-item-attr span {
    color: #820041;
    font-weight: 500;
}

.order-item-btn {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
}

.order-item-btn button {
    width: 100%;
    height: 36px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.order-item-btn button.disabled {
    background: #dbdbdb;
}

.order-item-btn button i {
    margin-left: 10px;
}

.card-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.card-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.card-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.card-item:first-child {
    margin-top: 0;
}

.card-item label {
    width: 100%;
    height: 32px;
    color: #820041;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}

.card-item-input {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #820041;
}

.card-item-input input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #820041;
    font-size: 14px;
    background: none;
}

.card-item-input input::placeholder {
    color: #999999;
    font-size: 14px;
}

.card-send {
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 5px;
    background: #820041;
    position: absolute;
    right: 8px;
    border: none;
}

.card-btn {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
    border: none;
}

.wallet-main {
    width: 100%;
    height: 100vh;
    display: block;
    padding: 50px 12px 12px;
}

.wallet-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
    position: relative;
    border-radius: 5px;
    align-items: center;
}

.wallet-item:first-child {
    margin-top: 0;
}

.wallet-item-tit {
    width: 100%;
    height: auto;
    color: #820041;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.wallet-item-input {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    color: #820041;
    position: relative;
    border-radius: 5px;
    align-items: center;
    border: 1px solid #820041;
}

.wallet-item-input i {
    color: #820041;
    font-size: 14px;
    font-weight: 600;
}

.wallet-item-input input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #820041;
    font-size: 14px;
    background: none;
}

.wallet-item-channel {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    border-radius: 5px;
    align-items: center;
}

.wallet-item-channel:first-child {
    margin-top: 0;
}

.wallet-item-option {
    width: calc(33% - 8px);
    height: auto;
    padding: 8px;
    display: flex;
    color: #999999;
    flex-wrap: wrap;
    margin-top: 6px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
}

.wallet-item-option.active {
    color: #820041;
    font-weight: 600;
    border: 1px solid #820041;
}

.wallet-item-option p {
    width: 100%;
    height: auto;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}

.wallet-item-option i {
    color: #CCCCCC;
    font-size: 20px;
    font-weight: 600;
    margin-top: 12px;
}

.wallet-item-option.active i {
    color: #820041;
}

.wallet-item-option:first-child,
.wallet-item-option:nth-child(2),
.wallet-item-option:nth-child(3) {
    margin-top: 0;
}

.wallet-item-option:first-child,
.wallet-item-option:nth-child(3n + 1) {
    margin-right: 12px;
}

.wallet-item-option:nth-child(3n) {
    margin-left: 12px;
}

.wallet-btn {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.wallet-rule {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;
    color: #fff;
}

.wallet-rule p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.wallet-rule p span {
    text-wrap: inherit !important;
}

.wallet-rule img,
.wallet-rule video {
    width: 100%;
    height: auto;
}

.record-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.record-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.record-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.record-item:first-child {
    margin-top: 0;
}

.record-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 13px;
    font-weight: 500;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #D6CCC3;
}

.record-item-tit span {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #820041;

}

.record-item-tit span.disabled {
    background: #dbdbdb;
}

.record-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.record-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.record-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.record-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.record-item-attr p:first-child {
    color: #820041;
    font-size: 14px;
    font-weight: 600;
}

.record-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}

.service-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.service-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.service-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
    align-items: center;
    border: 0.5px solid #CCD9FE;
}

.service-item:first-child {
    margin-top: 0;
}

.service-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.service-item-tit a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    /*padding: 5px 10px;*/
    border-radius: 5px;
    /*background: #820041;*/
}

.service-item-tit a img {
    width: auto;
    height: 32px;
}

.service-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.service-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.service-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.service-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.service-item-attr p:first-child {
    color: #820041;
    font-size: 14px;
    font-weight: 600;
}

.service-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}


.bonus-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 0 0;
    background: url(../images/b_1.jpg) no-repeat;
    background-size: 100%;
}

.bonus-head {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.bonus-head img {
    width: 56%;
    height: auto;
    display: block;
    margin-top: 12px;
    border-radius: 5px;
}

.bonus-body {
    width: 100%;
    margin-top: -90px;
    position: relative;
    height: calc(50vh + 90px);
    background: url("../images/b_3.png") no-repeat;
    background-size: 100% 100%;
}

.bonus-list {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 12vw 15vw;
    background: url("../images/b_4.png") no-repeat;
    background-size: 100%;
}

.bonus-item {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 8px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #820041;
}

.bonus-item input {
    width: 100%;
    height: 56px;
    border: none;
    outline: none;
    color: #820041;
    font-size: 14px;
    background: none;
}

.bonus-btn {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 80px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
    border: none;
}

.coupon-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.coupon-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.coupon-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    position: relative;
    align-items: center;
    border-radius: 5px;
    background: #ffffff;
    border: 0.5px solid #CCD9FE;
}

.coupon-item:first-child {
    margin-top: 0;
}

.coupon-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    padding-bottom: 12px;
    justify-content: space-between;
    border-bottom: 0.5px solid #CCD9FE;
}

.coupon-item-tit a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 5px;
    background: #820041;
}

.coupon-item-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
}

.coupon-item-box img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.coupon-item-attr {
    width: calc(100% - 50px);
    height: 50px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px;
    align-items: center;
}

.coupon-item-attr p {
    width: 100%;
    height: auto;
    display: block;
}

.coupon-item-attr p:first-child {
    color: #820041;
    font-size: 14px;
    font-weight: 600;
}

.coupon-item-attr p:last-child {
    color: #666666;
    font-size: 11px;
}

.weeks-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.weeks-head {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    background-color: #fff;
}

.weeks-head-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #999999;
    font-size: 14px;
    flex-wrap: wrap;
    font-weight: 500;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.weeks-head-item p {
    width: auto;
    height: auto;
    color: #820041;
    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: #820041;
}

.weeks-head button.disabled {
    background: #dbdbdb;
}

.weeks-parem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
}

.weeks-parem h3 {
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #820041;
}

.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: #820041;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 0.5px solid #1C1B28;
}

.weeks-parem tbody {
    color: #333;
    font-size: 14px;
    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 img {
    width: 16px;
    height: auto;
}

.weeks-name {
    width: 100%;
    margin-top: 12px;
}

.weeks-name h3 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #820041;
}

.weeks-text {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #fff;
}

.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;
}

.official {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.official .banner {
    width: 100%;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 5px;
}

.official-list {
    width: 92%;
    margin: 15px auto;
}

.official-list li {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(54, 41, 183, 0.07);
    padding: 12px;
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.official-top {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.official-top .official-top-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-top .official-top-left img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.official-hd {
    width: calc(100% - 60px);
}

.official-hd .official-name {
    width: 100%;
    font-size: 16px;
}

.official-txt {
    width: 100%;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #999;
}

.official-img {
    width: 100%;
    cursor: pointer;
    margin-bottom: 12px;
}

.official-img img {
    width: calc(33.33% - 4px);
    margin-top: 6px;
    margin-left: 6px;
    border-radius: 5px;
}

.official-img img:first-child {
    margin-left: 0;
}

.official-img img:nth-child(3n + 1) {
    margin-left: 0;
}

.official-img img:first-child,
.official-img img:nth-child(2),
.official-img img:nth-child(3) {
    margin-top: 0;
}

.official-video {
    width: 100%;
    margin-bottom: 12px;
}

.official-video video {
    width: 100%;
    height: auto;
}

.official-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 12px;
    font-size: 12px;
}

.official-bottom-left {
    width: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.official-bottom p {
    color: #999;
}

.official-bottom-left i {
    margin-right: 5px;
}

.official-bottom-left.cur i {
    color: #820041;
}

.official-mask {
    width: 100%;
    height: auto;
    z-index: 999;
    display: flex;
    max-width: 750px;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.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;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}


.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: 5px;
    align-items: center;
    background: #ffffff;
    box-shadow: 0 0 5px #dbdbdb;
    justify-content: space-between;
}

.message-item:first-child {
    margin-top: 0;
}

.message-item h3 {
    width: 100%;
    height: auto;
    display: flex;
    color: #820041;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EEEEEE;
}

.message-item h3.current {
    color: #666666;
}

.message-item h3 span {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
}

.message-item p {
    width: 100%;
    height: auto;
    color: #666666;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    text-wrap: initial !important;
}

.invite-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.invite-img {
    width: 100%;
    z-index: 10;
    height: auto;
    padding: 16px;
    margin-top: 12px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: url(../images/invite_bg.png) no-repeat;
    background-size: cover;
}

.invite-img img {
    width: 100%;
    height: auto;
    margin-bottom: 12%;
}

.invite-code {
    width: 100%;
    height: auto;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    align-items: center;
    background: #FF60AF;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.invite-code-item {
    width: 100%;
    height: auto;
    display: flex;
    color: #ffffff;
    margin-top: 16px;
    align-items: center;
    justify-content: space-between;
}

.invite-code-item:first-child {
    margin-top: 0;
}

.invite-code-item a {
    width: auto;
    height: auto;
    color: #FF60AF;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 8px;
    background: #ffffff;
}

.faru-main {
    padding: 50px 12px 12px;
}


.faru-main .layui-colla-title {
    background-color: #fff !important;
    padding: 0 15px 0 15px !important;
}

.faru-main .layui-colla-title .layui-colla-icon {
    right: 15px;
    left: auto !important;
}

.faru-main .layui-collapse {
    margin-top: 12px;
    border: none !important;
}

.faru-main .layui-colla-item {
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
}

.faru-main .layui-colla-item:first-child {
    margin-top: 0;
}

.faru-main .layui-colla-content {
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.faru-main .layui-colla-content p {
    width: 100%;
    height: auto;
    line-height: 22px;
    text-wrap: initial !important;
}

.faru-main .layui-colla-content span {
    text-wrap: initial !important;
}

.faru-main .layui-colla-content img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
}

.faru-main .layui-colla-content video {
    width: 100%;
    height: auto;
    margin-top: 10px;
    border-radius: 8px;
}

.annual-main {
    padding: 50px 12px 12px;
}

.annual-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.annual-list li {
    width: 100%;
    display: flex;
    margin-top: 12px;
    border-radius: 8px;
    padding: 15px 10px;
    background: #ffffff;
    align-items: center;
}

.annual-list li:first-child {
    margin-top: 0;
}

.annual-list li a {
    width: 80px;
    height: 32px;
    display: flex;
    color: #ffffff;
    margin-left: auto;
    background: #820041;
    align-items: center;
    border-radius: 25px;
    justify-content: center;
}

.annual-list li img {
    width: 50px;
    height: auto;
    margin-right: 10px;
}

.annual-list li dt {
    font-size: 16px;
}

.annual-list li dd {
    color: #666666;
    font-size: 12px;
    margin-top: 3px;
}

.annual-mask {
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
}

.annual-mask p {
    width: 100%;
    height: auto;
    line-height: 32px;
}

.annual-mask button {
    width: 100%;
    height: 38px;
    border: none;
    display: flex;
    color: #ffffff;
    margin-top: 15px;
    border-radius: 25px;
    align-items: center;
    background: #820041;
    justify-content: center;
}

.annual-text {
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 12px;
    margin-top: 12px;
}

.annual-text p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.annual-text p span {
    text-wrap: initial !important;
}

.annual-text p img,
.annual-text p video {
    width: 100%;
    height: auto;
}

.calculator {
    padding: 50px 4%;
    width: 100%;
}

.calculator-main {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    margin-top: 12px;
}

.calculator-main h3 {
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin-bottom: 25px;
    color: #820041;
}

.calculator-hd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calculator-bd {
    width: 31%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #820041;
    font-size: 16px;
    border-bottom: 1px solid #820041;
    padding-bottom: 3px;
}

.calculator-bd input {
    width: 80%;
    height: 25px;
    border: none;
    text-align: center;
}

.calculator-select {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 16px;
    border-bottom: 1px solid #820041;
    padding-bottom: 3px;
    display: flex;
    align-items: center;
}


.calculator-select input {
    width: calc(100% - 60px);
    height: 38px;
    padding-left: 12px;
}

.calculator-rule {
    width: 100%;
    border: 1px solid #820041;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}

.calculator-rule li {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.calculator-main button {
    width: 100%;
    height: 38px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 8px;
    background: #820041;
    margin-top: 15px;
}

.contract-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.contract-img {
    width: 100%;
    height: auto;
    position: relative;
}

.contract-img img {
    width: 100%;
    height: auto;
}

.contract-img input {
    background: none;
    position: absolute;
    left: 50%;
    bottom: 54px;
}

@media screen and (min-width: 280px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 56px;
    }
}

@media screen and (min-width: 290px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 58px;
    }
}

@media screen and (min-width: 300px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 60px;
    }
}

@media screen and (min-width: 310px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 62px;
    }
}

@media screen and (min-width: 320px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 64px;
    }
}

@media screen and (min-width: 330px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 66px;
    }
}

@media screen and (min-width: 340px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 68px;
    }
}

@media screen and (min-width: 350px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 70px;
    }
}

@media screen and (min-width: 360px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 72px;
    }
}

@media screen and (min-width: 370px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 74px;
    }
}

@media screen and (min-width: 380px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 76px;
    }
}

@media screen and (min-width: 390px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 78px;
    }
}

@media screen and (min-width: 400px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 80px;
    }
}

@media screen and (min-width: 410px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 82px;
    }
}

@media screen and (min-width: 420px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 84px;
    }
}

@media screen and (min-width: 440px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 88px;
    }
}

@media screen and (min-width: 460px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 92px;
    }
}

@media screen and (min-width: 480px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 96px;
    }
}

@media screen and (min-width: 500px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 100px;
    }
}

@media screen and (min-width: 520px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 106px;
    }
}

@media screen and (min-width: 540px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 112px;
    }
}

@media screen and (min-width: 560px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 118px;
    }
}

@media screen and (min-width: 580px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 124px;
    }
}

@media screen and (min-width: 600px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 130px;
    }
}

@media screen and (min-width: 630px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 136px;
    }
}

@media screen and (min-width: 660px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 140px;
    }
}

@media screen and (min-width: 690px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 146px;
    }
}

@media screen and (min-width: 720px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 152px;
    }
}

@media screen and (min-width: 750px) {
    .contract-img input {
        background: none;
        position: absolute;
        left: 50%;
        bottom: 158px;
    }
}

.contract-btn {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.contract-btn button {
    width: 100%;
    height: 50px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
    border: none;
}

.redeem-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
}

.redeem-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
}

.redeem-list dl {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}

.redeem-level {
    width: auto;
    height: 52px;
    position: absolute;
    top: -5px;
    right: 0;
}

.redeem-list dt {
    width: 100%;
    height: auto;
    font-size: 15px;
    text-align: center;
}

.redeem-list dd {
    width: 100%;
    height: auto;
    color: #666666;
    margin-top: 8px;
    text-align: center;
}

.redeem-item {
    width: 100%;
    height: 50px;
    display: flex;
    padding: 0 8px;
    color: #820041;
    position: relative;
    border-radius: 5px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #820041;
}

.redeem-item input {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    color: #820041;
    font-size: 14px;
    background: none;
}

.redeem-list p {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

.redeem-list p span {
    font-size: 16px;
    margin-left: 5px;
    font-weight: 600;
}

.redeem-btn {
    width: 100%;
    height: 50px;
    border: none;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: 5px;
    background: #820041;
    align-items: center;
    justify-content: center;
}

.redeem-parem {
    width: 100%;
    height: auto;
    display: flex;
    padding: 10px;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 5px;
    align-items: center;
    background-color: #fff;
}

.redeem-parem h3 {
    margin-bottom: 8px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 3px solid #820041;
}

.redeem-parem table {
    width: 100%;
    height: auto;
    display: block;
}

.redeem-parem thead, .redeem-parem tbody {
    width: 100%;
    height: auto;
    display: block;
}

.redeem-parem thead {
    color: #820041;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 0.5px solid #1C1B28;
}

.redeem-parem tbody {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.redeem-parem tr {
    width: 100%;
    height: auto;
    display: flex;
}

.redeem-parem td {
    width: 100%;
    height: auto;
    padding: 0 5px;
    display: block;
    text-align: left;
    line-height: 36px;
}
