.warp {
    width: 100%;
    height: auto;
    padding: 16px;
}

.login-head {
    width: 100%;
    position: relative;
    padding: 42px 12px 0;
    text-align: center;
}

.login-head img {
    width: 92px;
    height: auto;
}

.login {
    width: 100%;
    margin-top: 20px;
    background-color: rgba(0, 0, 0, .3);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 -15px 20px hsla(0, 0%, 64.7%, .16);
}

.login-item {
    width: 100%;
    height: auto;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .1);
    border-radius: 25px;
    overflow: hidden;
}

.login-item img {
    height: auto;
    width: 20px;
}

.login-item .areaCode {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding-left: 6px;
}

.login-input {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-input input {
    width: 100%;
    height: 45px;
    border: 0;
    outline: none;
    background: none;
    font-size: 14px;
    padding: 0 6px;
    color: #ffffff;
    font-weight: 600;
}

.login-input input::placeholder {
    color: #EEEEEE;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 400;
}

.login-input input:-webkit-autofill,
.login-input input:-webkit-autofill:hover,
.login-input input:-webkit-autofill:focus,
.login-input input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login-input .captcha {
    width: auto;
    height: 45px;
    cursor: pointer;
}

.login-btn {
    width: 100%;
    background: #55C1E5;
    font-size: 16px;
    border-radius: 25px;
    height: 48px;
    margin-top: 24px;
    color: #ffffff;
    border: none;
    font-weight: 600;
}

.continue-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
}

.continue-top a {
    color: #ffffff;
    font-weight: 600;
    margin-left: auto;
}

.continue-btm {
    width: 100%;
    font-size: 14px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.continue-btm p {
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.continue-btm a {
    color: #ffffff;
    margin-left: 6px;
    font-weight: 600;
}

.login .otp-btn {
    border: 0;
    padding: 6px 12px;
    color: #ffffff;
    background-image: linear-gradient(-30deg, #07c7ff, #85cbde);
    font-size: 14px;
    position: absolute;
    right: 6px;
    border-radius: 25px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 50px 12px;
}

.home-banner {
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
}

.home-banner img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-link {
    width: 100%;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-link-item {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-link-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #ffffff;
}

.home-link-item img {
    width: 60px;
    height: 60px;
    padding: 16px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
    background: #4caf50;
}

.home-link-item:nth-child(2) img {
    background: #ff6838;
}

.home-link-item:nth-child(3) img {
    background: #097edb;
}

.home-link-item:nth-child(4) img {
    background: #efb300;
}

.home-link-item p {
    width: 100%;
    text-align: center;
}

.home-statis {
    width: 100%;
    height: 120px;
    margin-top: 12px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    background: #353535;
}

.home-statis-mask {
    width: 100%;
    height: 120px;
    padding: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-statis-tit {
    width: 100%;
    height: auto;
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.home-statis-con {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-statis-item {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
}

.home-statis-item h3 {
    font-weight: 600;
}

.home-statis-item p {
    margin-top: 12px;
    font-weight: 500;
}

.home-notice {
    width: 100%;
    height: 45px;
    background: #353535;
    overflow: hidden;
    border-radius: 4px;
    margin-top: 12px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #353535;
}

.home-notice i {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.home-notice .swiper {
    width: 100%;
    text-align: left;
    /*padding-left: 6px;*/
}

.home-notice .swiper-wrapper {
    width: 100%;
    height: 45px;
    display: block;
}

.home-notice .swiper-slide {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.home-events {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.home-events-tit {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3d3d3d;
}

.home-events-tit span {
    width: 100%;
    padding: 6px 0;
    color: #ffffff;
    font-size: 16px;
}

.home-events-list {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-events-item {
    width: 25%;
    height: auto;
    padding: 5px;
    margin-top: 12px;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-events-item:first-child,
.home-events-item:nth-child(2),
.home-events-item:nth-child(3),
.home-events-item:nth-child(4) {
    margin-top: 0;
}

.home-events-item img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.home-events-item p {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.home-news {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3d3d3d;
}

.home-news-tit span {
    width: 100%;
    padding: 6px 0;
    color: #ffffff;
    font-size: 16px;
}

.home-news-list {
    width: 100%;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-news-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
    padding: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.home-news-item:first-child {
    margin-top: 0;
}

.home-news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.home-news-img img {
    width: 100%;
    height: auto;
}

.home-news-img p {
    height: auto;
    padding: 6px 12px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ffffff;
    color: #333333;
    font-size: 12px;
    font-weight: 500;
    border-radius: 25px;
}

.home-news-name {
    width: 100%;
    height: auto;
    color: #333333;
    margin-top: 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.home-product {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.home-product-tit {
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3d3d3d;
}

.home-product-tit span {
    width: 100%;
    padding: 6px 0;
    color: #ffffff;
    font-size: 16px;
}

.home-product-list {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.home-product-item {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.home-product-item:first-child {
    margin-top: 0;
}

.home-product-img {
    width: 90px;
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.home-product-img img {
    width: 90px;
    height: 110px;
    border-radius: 4px;
}

.home-product-name {
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 50px;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
}

.home-product-name p {
    width: 100%;
    font-weight: 500;
}

.home-product-name h3 {
    width: 100%;
    font-size: 12px;
}

.home-product-name a {
    font-size: 12px;
    color: #fff;
}

.home-product-text {
    width: calc(100% - 100px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.home-product-text h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.home-product-text p {
    width: 100%;
    color: #fff;
    font-size: 13px;
    height: 25px;
    display: flex;
    align-items: center;
}

.home-product-text p span {
    color: #C69320;
    font-weight: 600;
}

.home-product-text p img {
    height: 16px;
    width: auto;
    margin-right: 6px;
}

.home-product-text p.red {
    color: #ff314d;
}

.home-product-text p.red span {
    color: #ff314d;
}


.article {
    width: 100%;
    padding: 50px 12px 12px;
}

.article-title {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.article-content {
    width: 100%;
    height: auto;
    margin-top: 12px;
    color: #fff;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    color: #fff;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.product-item {
    width: 100%;
    margin-top: 12px;
    overflow: hidden;
    padding-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom: 1px solid #3d3d3d;
}

.product-item:first-child {
    margin-top: 0;
}

.product-img {
    width: 90px;
    height: 110px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-img img {
    width: 90px;
    height: 110px;
    border-radius: 4px;
}

.product-name {
    padding: 8px 15px;
    position: absolute;
    right: 0;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    color: #fff;
    text-align: center;
}

.product-name p {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-name p i {
    font-size: 12px;
    font-weight: 400;
    padding-right: 6px;
}

.product-name h3 {
    width: 100%;
    font-size: 12px;
}

.product-name h3 del {
    padding-left: 5px;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}

.product-name a {
    margin-top: 6px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
}

.product-text {
    width: calc(100% - 105px);
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.product-text h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.product-text p {
    width: 100%;
    color: #fff;
    font-size: 13px;
    height: 25px;
    display: flex;
    align-items: center;
}

.product-text p span {
    color: #C69320;
    font-weight: 600;
}

.product-text p img {
    height: 16px;
    width: auto;
    margin-right: 6px;
}

.product-text p.red {
    color: #ff314d;
}

.product-text p.red span {
    color: #ff314d;
}

.product-detail-main {
    width: 100%;
    padding: 50px 12px;
}

.product-detail-img {
    width: 100%;
    height: auto;
    margin-top: 6px;
    border-radius: 4px;
    overflow: hidden;
}

.product-detail-img img {
    width: 100%;
    height: auto;
}

.product-detail-text {
    width: 100%;
    height: auto;
    margin-top: 6px;
}

.product-detail-text h3 {
    width: 100%;
    height: auto;
    line-height: 50px;
    color: #fff;
}

.product-detail-text p {
    width: 100%;
    color: #fff;
    font-size: 13px;
    height: 45px;
    border-top: 1px solid #3d3d3d;
    display: flex;
    align-items: center;
    padding: 0 6px;
}

.product-detail-text p:last-child {
    border-bottom: 1px solid #3d3d3d;
}

.product-detail-text p span {
    color: #55C1E5;
    margin-left: auto;
    font-weight: 600;
}

.product-detail-text p img {
    height: 16px;
    width: auto;
    margin-right: 6px;
}

.product-detail-text p.red {
    color: #ff314d;
}

.product-detail-text p.red span {
    color: #ff314d;
}

.product-detail-desc {
    width: 100%;
    height: auto;
    margin-top: 12px;
    color: #333333;
}

.product-detail-desc img {
    width: 100%;
    height: auto;
}

.product-detail-desc p {
    width: 100%;
    height: auto;
    color: #333333;
    text-wrap: inherit !important;
}

.product-detail-desc p span {
    text-wrap: inherit !important;
}

.product-detail-btn {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 111;
}

.product-detail-btn button {
    width: calc(100% - 24px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
    height: 45px;
    border-radius: 25px;
    margin: 0 auto 6px;
    font-size: 16px;
    border: none;
    color: #ffffff;
    font-weight: 600;
}

.product-detail-btn button i {
    font-size: 12px;
    padding-left: 12px;
    color: #ffffff;
    font-style: unset;
}

.news-main {
    width: 100%;
    padding: 50px 12px;
}

.news-list {
    width: 100%;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news-item {
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
}

.news-item:first-child {
    margin-top: 0;
}

.news-item a {
    width: 100%;
    height: auto;
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
}

.news-img img {
    width: 100%;
    height: auto;
}

.news-img p {
    height: auto;
    padding: 6px 12px;
    position: absolute;
    top: 6px;
    right: 6px;
    background: #ffffff;
    color: #333333;
    border-radius: 25px;
}

.news-tit {
    width: 100%;
    height: auto;
    color: #333333;
    margin-top: 6px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
}

.team-box {
    width: 100%;
    height: auto;
    margin-top: 6px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.team-box-main {
    width: 100%;
    height: auto;
}

.team-box-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #353535;
    padding: 15px;
    margin-top: 15px;
}

.team-box-item {
    height: auto;
    display: block;
    text-align: center;
    color: #ffffff;
}

.team-box-item h3 {
    font-size: 16px;
    font-weight: 600;
}

.team-box-item p {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 500;
}

.team-code {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15px;
    background: #353535;
    padding: 15px;
}

.team-code-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
}

.team-code-item:first-child {
    margin-top: 0;
}

.team-code-item h3 {
    width: 100%;
    height: auto;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
    height: 48px;
    padding: 0 6px;
}

.team-code-input {
    width: calc(100% - 48px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #ec6337;
}

.team-code-copy .copy {
    width: 48px;
    height: 28px;
    background: none;
    color: #7b9c4e;
    font-size: 12px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teamList {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    background: #353535;
    border-radius: 4px;
    padding: 12px;
}

.teamList ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.teamList li {
    text-align: center;
}

.teamList li h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.teamList li span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    color: #ec6337;
    font-weight: 600;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}


.bonus-main {
    width: 100%;
    height: 100vh;
    padding: 50px 12px 12px;
    position: relative;
}

.bonus-img {
    width: 100%;
    height: 120px;
    margin-top: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bonus-img img {
    width: 100%;
    height: 120px;
}

.bonus-img h3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    position: absolute;
}

.bonus-bg {
    width: 100%;
    margin-top: 20px;
    background: #353535;
    border-radius: 10px;
    padding: 20px;
}

.bouns-input {
    padding: 20px 0;
}

.bouns-input input {
    width: 100%;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    padding-left: 10px;
    font-weight: 600;
}

.bouns-input input::placeholder {
    font-weight: 400;
}

.bouns-input button {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
    color: #fff;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

.card-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.card-box {
    width: 100%;
    margin-top: 12px;
    background: #353535;
    padding: 16px 12px;
    border-radius: 4px;
}

.card-item {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-item:first-child {
    margin-top: 0;
}

.card-item input {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 6px;
    padding: 0 12px;
    color: #fff;
    font-weight: 600;
}

.card-item input::placeholder {
    font-weight: 400;
}

.sms-send {
    padding: 6px 12px;
    position: absolute;
    right: 6px;
    border: none;
    color: #ffffff;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
    border-radius: 24px;
}

.card-btn {
    width: 100%;
    height: 42px;
    background: #55C1E5;
    color: #ffffff;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

.my-main {
    width: 100%;
    padding: 50px 12px;
    background-size: contain;
}

.my-top {
    width: 100%;
    margin-top: 12px;
}

.my-top-left {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.my-top-left img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.my-top-right {
    width: 100%;
    height: 72px;
    padding-left: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.my-top-right h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.my-top-right p {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.my-income-tab {
    width: 100%;
    height: 160px;
    margin-top: 12px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-color: #353535;
}

.my-income-list {
    width: 100%;
    height: 160px;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-income-item {
    width: 33.3333%;
    color: #ffffff;
    text-align: center;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.my-income-item:first-child,
.my-income-item:nth-child(2),
.my-income-item:nth-child(3) {
    margin-top: 0;
}

.my-income-item h3 {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #f19b38;
}

.my-income-item p {
    width: 100%;
    font-size: 12px;
    font-weight: 600;
}

.my-income-link {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.my-income-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 49%;
    height: 45px;
    border: 1px solid #463d3a;
    color: #7b9c4e;
}

.my-income-link a:last-child {
    color: #ed7247;
    border: 1px solid #463d3a;
}

.my-income-link a:last-child img {
    height: 35px;
    width: auto;
}

.my-income-link a img {
    height: 32px;
    width: auto;
    margin-right: 5px;
}

.my-income-nav {
    width: 100%;
    margin-top: 12px;
}

.my-income-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-income-nav ul li {
    /*width: 25%;*/
    height: auto;
}

.my-income-nav ul li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
}

.my-income-nav ul li img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto 8px;
}

.my-top-nav {
    width: 100%;
    margin-top: 15px;
    background-color: #353535;
    border-radius: 8px;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.my-top-nav li {
    width: 100%;
    height: 50px;
    padding: 0 10px;
}

.my-top-nav li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
}

.my-top-nav li a img {
    height: auto;
    width: 25px;
    margin-right: 10px;
}

.my-top-nav li a p {

}

.my-top-nav li a i {
    margin-left: auto;
}

.my-top-out {
    width: 100%;
    height: 50px;
    font-weight: 600;
    margin-top: 12px;
    border-radius: 25px;
    background: #000066;
}

.my-top-out a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
}

.account-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.account-box {
    width: 100%;
    height: auto;
    padding: 12px;
    margin-top: 12px;
    background: #353535;
    border-radius: 4px;
}

.account-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.account-item:first-child {
    margin-top: 0;
}

.account-item h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.account-item .exchange {
    float: right;
}

.account-input {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px;
    padding: 0 6px;
    background-color: rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    color: #fff;
}

.account-input i {
    color: #55C1E5;
    font-size: 16px;
    font-weight: 600;
    padding-right: 6px;
}

.account-input input {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: none;
    color: #fff;
}

.account-input input::placeholder {
    font-weight: 400;
}

.account-channel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.account-channel-item {
    width: 100%;
    line-height: 50px;
    padding: 0 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    color: #ccc;
}

.account-channel-item.active {
    color: #55C1E5;
    font-weight: 600;
}

.account-btn {
    width: 100%;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    background-image: linear-gradient(-30deg, #0796ff, #55C1E5);
    border: none;
    border-radius: 25px;
    margin-top: 20px;
}

.account-text {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.account-text p {
    width: 100%;
    height: auto;
    display: block;
    text-wrap: initial !important;
    color: #fff;
}

.account-text p span {
    text-wrap: initial !important;
}


.record-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.record-list {
    width: 100%;
}

.list-item {
    background: #353535;
    border-radius: 4px;
    margin-top: 12px;
    padding: 12px;
    position: relative;
}

.list-item:first-child {
    margin-top: 0;
}

.list-item-title {
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item-title span:last-child {
    font-size: 16px;
    color: #f19b38;
}

.list-item p {
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-top: 12px;
}

.order-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;

}

.order-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #353535;
    margin-top: 12px;
    overflow: hidden;
    padding: 12px;
}

.order-item:first-child {
    margin-top: 0;
}

.order-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.order-img img {
    width: 100%;
    height: 100%;
}

.order-info {
    width: calc(100% - 120px);
    height: 90px;
    padding-left: 10px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    color: #fff;
}

.order-info h3 {
    width: 100%;
    color: #ffc107;
    font-weight: 600;
    font-size: 14px;
}

.order-info p {
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order-info p span {
    color: #ffc107;
}

.order-btn {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.order-btn button {
    width: 100%;
    height: 42px;
    color: #ffffff;
    font-weight: 500;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    background-image: linear-gradient(-30deg, #ffc107, #C69320);
}

.order-btn button.disabled {
    background: #CCCCCC;
}

.task-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.task-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.task-item {
    width: 100%;
    padding: 12px;
    margin-top: 12px;
    background: #353535;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.task-item:first-child {
    margin-top: 0;
}

.task-name {
    width: 100%;
    height: auto;
    display: block;
    color: #f19b38;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
}

.task-name i {
    color: #f19b38;
    padding: 0 2px;
}

.task-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-item li {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}


.task-item li h3 {
    width: 100%;
    height: auto;
    display: block;
    color: #f19b38;
    font-weight: 600;
    margin-bottom: 12px;
}

.task-item li span {
    width: 100%;
    height: auto;
    display: block;
    font-weight: 500;
    color: #fff;
}

.task-line {
    width: 100%;
    height: 10px;
    border-radius: 25px;
    background-color: #eee;
    margin: 15px auto;
    position: relative;
}

.task-line-bar {
    height: 10px;
    border-radius: 25px;
    background: #f19b38;
    position: absolute;
    left: 0;
    top: 0;
}

.task-item button {
    width: 100%;
    height: 42px;
    display: inline-block;
    background: #f19b38;
    border-radius: 25px;
    border: none;
    font-weight: 600;
    color: #ffffff;
    margin-top: 12px;
}

.task-item button.disabled {
    background: #999999;
}

