.login-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.login-head {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-head img {
    width: 120px;
    height: auto;
    border-radius: 6px;
}

.login {
    width: 100%;
    padding: 16px;
    margin-top: 24px;
    border-radius: 12px;
    background: #ffffff;
    border: 0.5px solid #E27B2C;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}


.login-item {
    width: 100%;
    display: flex;
    margin-top: 16px;
    position: relative;
    align-items: center;
    border-bottom: 0.5px solid #E27B2C;
}

.login-item:first-child {
    margin-top: 0;
}

.login-item i {
    color: #E27B2C;
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px;
}

.login-area {
    display: block;
    color: #E27B2C;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding-right: 6px;
}

.login-item input {
    width: 100%;
    height: 46px;
    border: none;
    outline: none;
    color: #E27B2C;
    font-size: 14px;
    background: none;
}

.login-item input::placeholder {
    color: #999999;
    font-size: 14px;
}

.login-item input:-webkit-autofill,
.login-item input:-webkit-autofill:hover,
.login-item input:-webkit-autofill:focus,
.login-item input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login-item .login-captcha {
    width: 120px;
    height: auto;
    cursor: pointer;
    position: absolute;
    right: 0;
}

.login-item .login-send {
    border: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 25px;
    background: #E27B2C;
    position: absolute;
    right: 0;
}

.login-btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    font-size: 16px;
    margin-top: 16px;
    border-radius: 25px;
    background: #E27B2C;
}


.login-back {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.login-back a {
    color: #E27B2C;
    font-weight: 600;
    text-decoration: underline;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.banner {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 6px;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-nav {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: relative;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-nav ul li {
    width: 100%;
}

.home-nav ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    color: #333333;
    font-size: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.home-nav ul li img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #ffffff;
}

.home-nav ul li span {
    width: 100%;
    display: flex;
    color: #E27B2C;
    font-size: 10px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.notice {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 12px;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E27B2C;
}

.notice i {
    color: #E27B2C;
    font-size: 20px;
    font-weight: 600;
}

.notice .swiper {
    width: 100%;
    text-align: left;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    display: block;
    color: #E27B2C;
    font-size: 13px;
    font-weight: 500;
    line-height: 42px;
}

.home-news {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    align-items: center;
}

.home-news ul {
    width: 100%;
    height: auto;
    display: block;
}

.home-news li {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #E27B2C;
}

.home-news li:first-child {
    margin-top: 0;
}

.home-news a {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-news h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 8px 0;
}

.home-news img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-news p {
    width: 100%;
    display: flex;
    color: #999999;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    padding: 6px 8px 12px;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.product-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E27B2C;
    justify-content: space-between;
}

.product-info:first-child {
    margin-top: 0;
}

.product-info .product-info-name {
    width: 100%;
    height: 40px;
    display: flex;
    color: #E27B2C;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    align-items: center;
    border-bottom: 0.5px solid #E27B2C;
}

.product-info .product-info-dl {
    padding: 12px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-info .product-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.product-info .product-img img {
    width: 100%;
    height: 100%;
}

.product-info .product-text {
    width: calc(100% - 120px);
    height: 90px;
    padding-left: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.product-info .product-text p {
    width: 100%;
    font-size: 12px;
    color: #8a8a8a;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.product-info .product-text p span {
    color: #E27B2C;
    font-weight: 500;
    padding-left: 6px;
}

.product-info .product-text p del {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}

.product-info .product-btm {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.product-info .product-btm a {
    width: 100%;
    height: 36px;
    display: flex;
    color: #ffffff;
    font-size: 14px;
    align-items: center;
    border-radius: 25px;
    background: #E27B2C;
    justify-content: center;
}

.product-info .product-btm a.disabled {
    background: #dbdbdb;
}

.detail-product {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #ffffff;
    padding: 50px 12px 12px;
}

.detail-product img {
    width: 100%;
    height: auto;
    margin-top: 12px;
    border-radius: 6px;
}

.detail-product-info {
    width: 100%;
    margin-top: 12px;
}

.detail-product-info .product-texts {
    width: 100%;
    margin-top: 12px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #E27B2C;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-info .product-texts p {
    width: 100%;
    color: #8a8a8a;
    font-size: 14px;
    margin-top: 12px;
}

.detail-product-info .product-texts span {
    float: right;
    color: #E27B2C;
    font-weight: 500;
}

.detail-product-info .product-texts p del {
    color: #888888;
    font-size: 12px;
    font-weight: 400;
}

.product-texts {
    width: 100%;
}

.detail-desc {
    width: 100%;
    color: #666666;
    font-size: 12px;
    margin-top: 12px;
    border-radius: 5px;
    background: #ffffff;
}

.detail-desc p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.detail-desc p span {
    text-wrap: initial !important;
}

.detail-desc p img,
.detail-desc p video {
    width: 100%;
    height: auto;
}

.flex-btn {
    width: 100%;
    height: auto;
    margin-top: 16px;
    text-align: center;
}

.flex-btn button {
    width: 100%;
    height: 42px;
    border: none;
    display: flex;
    margin: 0 auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    background: #E27B2C;
    border-radius: 25px;
    justify-content: center;
}

.flex-btn button.disabled {
    background: #dbdbdb;
}

.flex-btn button span {
    color: #ffffff;
    font-size: 12px;
    margin-left: 12px;
}

.team-main {
    width: 100%;
    padding: 50px 0;
    position: relative;
}

.team-main-bg {
    width: 100%;
    height: auto;
}

.team-info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 12px;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.team-code {
    width: 100%;
    padding: 12px;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #E27B2C;
}

.team-code-item {
    width: 100%;
    height: auto;
    display: block;
    font-size: 14px;
    position: relative;
    margin-bottom: 16px;
}

.team-code-item:last-child {
    margin-bottom: 0;
}

.team-code-item .code-tit {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.team-code-item .team-code-input {
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-code-copy {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 6px;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 4px;
    background: #ffffff;
    align-items: center;
    border: 1px solid #E27B2C;
    justify-content: space-between;
}

.team-code-input {
    width: calc(100% - 36px);
    overflow: hidden;
}

.team-code-copy .copy {
    width: auto;
    height: auto;
    color: #E27B2C;
    font-size: 12px;
    font-weight: 600;
    padding-left: 8px;
    border-left: 0.5px solid #E27B2C;
}

.team-record {
    width: 100%;
    height: auto;
}

.team-record ul {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.team-record li {
    width: 48.5%;
    color: #888888;
    margin-top: 12px;
    padding: 16px 12px;
    border-radius: 8px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #E27B2C;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.team-record li:first-child,
.team-record li:nth-child(2) {
    margin-top: 0;
}

.team-record li h3 {
    color: #E27B2C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.team-record li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}

.teamList {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 16px;
    overflow: hidden;
    padding: 6px 12px;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #E27B2C;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.teamList thead {
    color: #333333;
    font-weight: 600;
    border-bottom: 0.5px solid #E27B2C;
}

.teamList tbody {
    color: #666666;
    font-size: 13px;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
}

.teamList td {
    width: 100%;
    height: auto;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.my-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    position: relative;
    align-items: center;
    padding: 0 12px 50px;
    justify-content: center;
}

.my-top {
    width: 100%;
    height: auto;
    display: flex;
    color: #E27B2C;
    flex-wrap: wrap;
}

.my-top-left {
    width: 86px;
    height: 86px;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #E27B2C;
}

.my-top-right {
    width: calc(100% - 86px);
    height: 86px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 12px;
    align-items: center;
    justify-content: center;
}

.my-top-right h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    height: auto;
    line-height: 24px;
}

.my-top-right span {
    padding: 6px;
    color: #E27B2C;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    background: #ffffff;
}

.my-income-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E27B2C;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15)
}

.my-income-item {
    width: 33.33%;
    padding: 16px 0;
    text-align: center;
    border-right: 0.5px solid #E27B2C;
}

.my-income-item:first-child,
.my-income-item:nth-child(2) {
    width: 50%;
    margin-top: 0;
}

.my-income-item:first-child,
.my-income-item:nth-child(2),
.my-income-item:nth-child(3),
.my-income-item:nth-child(4),
.my-income-item:nth-child(5) {
    border-bottom: 0.5px solid #E27B2C;
}

.my-income-item h3 {
    width: 100%;
    color: #E27B2C;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.my-income-item p {
    width: 100%;
    color: #333333;
    font-size: 11px;
}

.my-income-link {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}


.my-income-link a {
    width: calc(50% - 6px);
    height: 50px;
    display: flex;
    color: #ffffff;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 600;
    background: #E27B2C;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.my-top-nav {
    width: 100%;
    margin-top: 12px;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-radius: 8px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #E27B2C;
    justify-content: space-between;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.my-top-nav li {
    width: 100%;
    margin-top: 6px;
    overflow: hidden;
    border-bottom: 0.5px solid #E27B2C;
}

.my-top-nav li:last-child {
    margin-bottom: 6px;
    border-bottom: none;
}

.my-top-nav li a {
    width: 100%;
    height: 45px;
    display: flex;
    padding: 0 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
}

.my-top-nav li a img {
    height: auto;
    width: 24px;
    margin-right: 6px;
}

.my-top-nav li a p {
    color: #666666;
    font-size: 12px;
    font-weight: 500;
}

.my-top-nav li a i {
    margin-left: auto;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.article-title {
    width: 100%;
    height: auto;
    display: block;
    color: #333333;
    font-size: 13px;
    margin-top: 12px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
}

.article-content {
    width: 100%;
    height: auto;
    color: #666666;
    margin-top: 12px;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.article-content img,
.article-content video {
    width: 100%;
    height: auto;
}

.card-main {
    width: 100%;
    height: 100vh;
    padding: 50px 12px 12px;
    background: #fff;
}

.card-container {
    width: 100%;
    margin-top: 16px;
}

.card-info {
    width: 100%;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid #E27B2C;
}

.card-info input {
    width: 100%;
    height: 45px;
    color: #333333;
    padding: 0 10px;
    background: #f6f6f6;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    border: none;
    color: #ffffff;
    padding: 6px 12px;
    background: #E27B2C;
    border-radius: 25px;
    position: absolute;
    right: 10px;
}

.card-send .card-captcha {
    position: absolute;
    right: 4px;
}

.card-btn {
    width: 100%;
    height: 45px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    line-height: 45px;
    border-radius: 25px;
    background: #E27B2C;
}


.history-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.history-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E27B2C;
}

.list-item {
    padding: 12px;
    display: flex;
    position: relative;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-top: 0.5px solid #E27B2C;
}

.list-item:first-child {
    border-top: none;
}

.list-left {
    width: 100%;
}

.list-left h3 {
    color: #333333;
    font-size: 12px;
    font-weight: 500;
}


.list-left p {
    color: #999999;
    font-size: 12px;
    margin-top: 16px;
}

.list-right {
    height: auto;
    color: #E27B2C;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.list-right span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
    font-weight: 400;
    padding: 6px 12px;
    border-radius: 4px;
    background: #E27B2C;
}

.list-right span.disabled {
    background: #dbdbdb;
}


.balance-list {
    width: 100%;
    z-index: 11;
    height: auto;
    display: flex;
    margin-top: 16px;
    padding: 16px 6px;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border: 1px solid #E27B2C;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.balance-item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.balance-item h3 {
    width: 100%;
    display: flex;
    color: #E27B2C;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
}

.balance-item small {
    width: 100%;
    color: #E27B2C;
    font-size: 12px;
    font-weight: 600;
}

.balance-item p {
    width: 100%;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 500;
}

.wallet-box {
    width: 100%;
    background: #ffffff;
    padding: 50px 12px 12px;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;

}

.wallet-item h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.wallet-item span {
    width: 100%;
    height: auto;
    display: block;
    color: #E27B2C;
    font-size: 16px;
    padding: 12px 6px 6px;
}

.wallet-input {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 10px;
    margin-top: 12px;
    border-radius: 8px;
    background: #fafafa;
    align-items: center;
    justify-content: center;
    border: 1px solid #E27B2C;
}

.wallet-input input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: none;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}


.wallet-input input::placeholder {
    font-weight: 400;
}

.wallet-input i {
    color: #E27B2C;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
}

.wallet-channel {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.wallet-channel-item {
    width: 100%;
    height: 45px;
    display: flex;
    color: #999999;
    padding: 0 8px;
    margin-top: 12px;
    background: none;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.5px solid #E27B2C;
}

.wallet-channel-item:first-child {
    margin-top: 0;
}

.wallet-channel-item i {
    color: #EEEEEE;
    font-size: 22px;
}

.wallet-channel-item.active {
    color: #E27B2C;
    font-weight: 600;
}

.wallet-channel-item.active i {
    color: #E27B2C;
    font-weight: 600;
}

.wallet-card {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    border: 0.5px solid #E27B2C;
}

.wallet-card h3 {
    width: 100%;
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}

.wallet-card p {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #E27B2C;
}

.wallet-btn {
    width: 100%;
    height: 45px;
    border: none;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    line-height: 45px;
    text-align: center;
    background: #E27B2C;
    border-radius: 25px;
}

.wallet-rule {
    margin-top: 16px;
    border-radius: 10px;
}

.wallet-rule p {
    width: 100%;
    line-height: 24px;
    text-wrap: inherit !important;
}

.wallet-rule img,
.wallet-rule video {
    width: 100%;
    height: auto;
}

.wallet-rule p span {
    text-wrap: inherit !important;
}

.bonus-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 50px 12px 12px;
}

.bonus-bg {
    width: 100%;
    height: auto;
    padding: 15px;
    overflow: hidden;
    margin-top: 16px;
    border-radius: 8px;
    position: relative;
    background: #ffffff;
    border: 1px solid #E27B2C;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.bonus-bg h3 {
    width: 100%;
    font-size: 18px;
    color: #333;
}

.bonus-bg p {
    width: 100%;
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 5px;
    margin-bottom: 12px;
}

.bouns-input {
    width: 100%;
    margin-bottom: 24px;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border-radius: 6px;
    background: #fafafa;
    border: 1px solid #E27B2C;
}

.bouns-input .btn {
    width: 100%;
    height: 50px;
    border: none;
    display: block;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-radius: 25px;
    background: #E27B2C;
}


.myorder {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    justify-items: center;
    border: 1px solid #E27B2C;
}

.order-item {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    border-top: 0.5px solid #E27B2C;
    justify-content: space-between;
}

.order-item:first-child {
    margin-top: 0;
    border-top: none;
}

.order-item .order-img {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border-radius: 8px;
}

.order-item .order-img img {
    width: 100%;
    height: 100%;
}

.order-item .order-texts {
    width: calc(100% - 128px);
    height: auto;
}

.order-item .order-texts h3 {
    width: 100%;
    color: #333333;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
}

.order-item .order-texts p {
    width: 100%;
    display: flex;
    padding: 0 5px;
    color: #8a8a8a;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    justify-content: space-between;
}

.order-item .order-texts p span {
    color: #E27B2C;
    font-weight: 500;
    padding-left: 6px;
}

.customer {
    width: 100%;
    height: 100vh;
    padding: 50px 12px 12px;
}

.customer ul {
    margin-top: 12px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E27B2C;
}

.customer li {
    width: 100%;
    display: flex;
    position: relative;
    padding: 24px 12px;
    background: #ffffff;
    align-items: center;
    border-top: 0.5px solid #E27B2C;
}

.customer li:first-child {
    border-top: none;
}

.customer li img {
    width: 42px;
    height: auto;
    margin-right: 8px;
}

.customer li h3 {
    color: #E27B2C;
    font-size: 16px;
    font-weight: 600;
}

.customer li h2 {
    color: #333333;
    font-size: 12px;
    margin-top: 12px;
}

.customer li p {
    color: #999999;
    font-size: 12px;
    margin-top: 10px;
}

.customer li a {
    color: #ffffff;
    font-weight: 600;
    padding: 5px 16px;
    background: #E27B2C;
    border-radius: 25px;
    position: absolute;
    right: 12px;
}

.service-box-dl {
    width: 60%;
    overflow: hidden;
}

.task-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.task-list {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #E27B2C;
}

.task-item {
    width: 100%;
    height: auto;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 0.5px solid #E27B2C;
}

.task-item:first-child {
    border-top: none;
}

.task-tit {
    width: 100%;
    height: auto;
    display: flex;
    color: #333333;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.task-item ul {
    width: 100%;
    height: auto;
    display: flex;
    padding: 0 2px;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
}

.task-item li {
    height: auto;
    display: block;
    text-align: center;
}

.task-item li h3 {
    color: #E27B2C;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.task-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.task-item button {
    width: 100%;
    height: 36px;
    border: none;
    display: block;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    background: #E27B2C;
    border-radius: 25px;
    margin: 15px auto 0;
}

.task-item button.disabled {
    background: #dbdbdb;
}

.events-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.events-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 12px;
    border-radius: 8px;
    align-items: center;
    border: 1px solid #E27B2C;
    justify-content: space-between;
}

.events-item {
    width: 50%;
    height: auto;
    padding: 6px;
    background: #ffffff;
    border-top: 0.5px solid #E27B2C;
}

.events-item:first-child,
.events-item:nth-child(2) {
    border-top: none;
}

.events-item:first-child,
.events-item:nth-child(2n + 1) {
    border-right: 0.5px solid #E27B2C;
}

.events-item:nth-child(2n) {
    border-left: 0.5px solid #E27B2C;
}

.events-item a {
    width: 100%;
    height: auto;
}

.events-item img {
    width: 100%;
    height: 120px;
    border-radius: 4px;
}

.events-item p {
    width: 100%;
    height: auto;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.lucky-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.lucky-times {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    background: #E27B2C;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.luck-record {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #E27B2C;
}

.luck-record h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #E27B2C;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.luck-record-list {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.luck-record-list ul {
    width: 100%;
    height: auto;
    display: flex;
    color: #666666;
    font-size: 12px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.luck-record-head {
    width: 100%;
    height: auto;
}

.luck-record-head ul {
    color: #E27B2C;
    font-weight: 600;
}

.luck-record-list ul li {
    width: 33.33%;
    height: auto;
    text-align: center;
}

.luck-record-list .swiper {
    width: 100%;
}

.luck-record-list .swiper-wrapper {
    width: 100%;
    height: 90px;
    display: block;
}

.luck-record-list .swiper-slide {
    width: 100%;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lucky-rule {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 16px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #E27B2C;
}

.lucky-rule p {
    width: 100%;
    height: auto;
    text-wrap: inherit !important;
}

.lucky-rule p span {
    text-wrap: inherit !important;
}

.lucky-rule img,
.lucky-rule video {
    width: 100%;
    height: auto;
}
