.warp {
    width: 100%;
    padding-top: 50px;
}

.login {
    width: 100%;
    margin-top: 20px;
    padding: 0 5% 64px;
}

.login-head {
    width: 100%;
    position: relative;
    padding: 15% 5% 0;
    text-align: center;
}

.login-head img {
    height: 60px;
    width: auto;
}

.loginChange {
    width: 100%;
    background: #000;
}

.loginChange img {
    width: 100%;
    height: auto;
}

.loginChange ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.loginChange ul li {
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginChange ul li a {
    color: #b3b3b4;
    font-size: 16px;
    padding: 11px 0;
}

.loginChange ul li.cur {}

.loginChange ul li.cur a {
    color: #fff;
    font-weight: 600;
    border-bottom: 4px solid #e38d11;
}

.login .loginCon {
    width: 100%;
    margin-top: 30px;
}

.login-change {
    width: 80%;
    height: 40px;
    margin: 0 auto;
}

.login-change ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.login-change ul li {
    width: 45%;
    height: 100%;
}

.login-change ul li.cur {
    background: #fbc10a;
    border-radius: 25px;
}

.login-change ul li.cur a {
    color: #fff;
}

.login-change ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fbc10a;
    font-weight: 600;
    font-size: 16px;
}

.login .circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px;
    border: 1px solid #333;
}

.login .circlebg img {
    height: auto;
    width: 22px;
    margin-right: 10px;
}

.login .circlebgA {
    width: 100%;
}

.login .circlebgA input {
    border-bottom: 1px solid #ccc !important;
    padding: 0 !important;
}

.login .circleTit {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #2a3160;
}

.login input {
    border: 0px;
    height: 45px;
    width: 65%;
    outline: none;
    background: none;
    font-size: 14px;
    padding: 0 6px;
}

.login input::placeholder {
    color: #888888;
    font-size: 12px;
}

.login input:-webkit-autofill,
.login input:-webkit-autofill:hover,
.login input:-webkit-autofill:focus,
.login input:-webkit-autofill:active {
    -webkit-transition-delay: 111111s;
    -webkit-transition: color 11111s ease-out, background-color 111111s ease-out;
}

.login .info {
    width: 100%;
}

.login .areaCode {
    display: block;
    text-align: center;
    margin-right: 10px;
    color: #333;
    font-size: 15px;
}

.login .forgetPwd {
    width: 100%;
    text-align: right;
}

.login .forgetPwd a {
    font-size: 14px;
}

.login .add-btn {
    width: 100%;
    background: #e38d11;
    font-size: 16px;
    border: 1px solid #e38d11;
    border-radius: 25px;
    height: 50px;
    margin-top: 20px;
    color: #fff;
}

.continuelink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.continuelink .sign_link {
    color: #edc33e;
}

.continuelink a {
    color: #2a3160;
    margin-left: auto;
}

.login .circlebg .captcha {
    position: absolute;
    right: 10px;
    height: auto;
    width: 60px;
}

.login .otpBtn {
    background: #e38d11;
    border: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    border-radius: 5px;
    padding: 3px 8px;
}

.home-main {
    width: 100%;
    height: auto;
}

.home-container {
    width: 92%;
    margin: 15px auto 0;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
}

.home-balance {
    width: 92%;
    padding: 15px 8px;
    height: 130px;
    background: #000 url("../images/bg1.png") no-repeat;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px auto 0;
}

.home-balance-top {
    width: 100%;
    display: flex;
    align-items: self-end;
}

.home-balance-top dl {
    width: 100%;
    text-align: center;
}

.home-balance-top dt {
    font-size: 15px;
    color: #e5e7eb;
}

.home-balance-top dd {
    font-size: 24px;
    color: #fbbf24;
    font-weight: 600;
    margin-top: 8px;
}

.home-balance-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-balance-top ul li {
    padding: 5px 12px;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-left: 10px;
}

.home-balance-top ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.home-balance-top ul li:last-child {
    background: #e38d11;
    border: 1px solid #e38d11;
}

.home-balance-top ul li:last-child a {
    color: #fff;
}

.home-balance-btm {
    width: 100%;
    margin-top: 15px;
    text-align: right;
}

.home-balance-btm a {
    color: #0000c9;
    border-radius: 25px;
    border: 1px solid #0000c9;
    padding: 6px 18px;
    margin-left: 10px;
}

.home-balance-btm a:last-child {
    background: #0000c9;
    color: #fff;
}

.home-num {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px 0;
    position: relative;
    margin-top: 15px;
    border-radius: 12px;
}

.home-nav {
    width: 100%;
    margin-top: 15px;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-nav ul li {
    /*width: 23%;*/
    border-radius: 5px;
}

.home-nav ul li:nth-child(2n) label {
    background: #0095ff;
}

.home-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-nav ul li label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    background: #0000c9;
    border-radius: 8px;
    margin-bottom: 10px;
}

.home-nav ul li img {
    width: auto;
    height: 40px;
    margin-bottom: 6px;
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #111;
}

.home-num ul {
    width: 100%;
}

.home-num ul li {
    width: 50%;
    text-align: center;
}

.home-num ul li p {
    width: 100%;
    color: #888;
}

.home-num ul li h3 {
    width: 100%;
    color: #fbc10a;
    font-weight: 600;
    font-size: 20px;
    margin-top: 6px;
}

.nav {
    width: 100%;
    margin-top: 5px;
}

.nav ul {
    width: 100%;
}

.nav ul li {
    width: 22%;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    padding: 10px 0;
}

.nav ul li:first-child {
    background: linear-gradient(180deg, #31BFFA, #1E8AF9)
}

.nav ul li:nth-child(2) {
    background: linear-gradient(180deg, #FFBA00, #FF9001)
}

.nav ul li:nth-child(3) {
    background: linear-gradient(180deg, #20D880, #1BBD4D)
}

.nav ul li:nth-child(4) {
    background: linear-gradient(180deg, #FF6D50, #F04125)
}

.nav ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
}

.nav img {
    width: auto;
    height: 30px;
    margin-bottom: 8px;
}

.notice {
    width: 100%;
    height: 45px;
    background-color: #f2f2f8;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-top: 15px;
}

.noticeImg {
    height: 22px;
    width: 22px;
    position: absolute;
    top: 9px;
    left: 10px;
}

.notice img {
    height: 20px;
    width: auto;
}

.notice .swiper {
    width: 100%;
    text-align: left;
    padding-left: 40px;
}

.notice .swiper-wrapper {
    width: 100%;
    height: 42px;
    display: block;
}

.notice .swiper-slide {
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    font-size: 14px;
}

.home-card {
    width: 100%;
    margin-top: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-card-left {
    width: 48%;
    height: auto;
    position: relative;
}

.home-card-left-bg {
    width: 100%;
}

.home-card-left-star {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 30px;
    height: auto;
}

.home-card-left-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.home-card-left-mask p {
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
    font-weight: 600;
}

.home-card-left-mask dl {
    padding: 6px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    font-size: 12px;
    margin-top: 8px;
}

.home-card-left-mask dl dt {
    width: 100%;
    color: #ffe91d;
    font-size: 17px;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
    font-weight: 600;
}

.home-card-left-mask dl dd {
    width: 100%;
    margin-top: 5px;
    color: #4d4d4d;
}

.home-card-left-mask a {
    text-align: center;
    height: 33px;
    border: 3px solid #003291;
    border-radius: 15px;
    background: #fff;
    color: #0046fb;
    font-size: 14px;
    margin-top: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-card-right {
    width: 50%;
    height: auto;
}

.home-card-right li {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 18px;
    margin-bottom: 8px;
}

.home-card-right li:last-child {
    margin-bottom: 0;
}

.home-card-right li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.home-card-right li img {
    width: 35px;
    height: 35px;
}

.home-card-right li dl {
    width: calc(100% - 40px);
    font-size: 12px;
}

.home-card-right li dl dt {
    width: 100%;
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
    text-shadow: -1px 1px 0 #111, 1px 1px 0 #111, 1px -1px 0 #111, -1px -1px 0 #111;
}

.home-load {
    width: 100%;
    margin-top: 15px;
}

.home-load ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-load ul li {
    width: 48%;
}

.home-load ul li a {
    width: 100%;
    height: 100%;
}

.home-load ul li img {
    width: 100%;
    height: auto;
}

.home-about {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.home-about ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-about ul li {
    width: 48%;
    position: relative;
}

.home-about ul li img {
    width: 100%;
    height: auto;
}

.home-about ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 10%;
}

.home-about ul li span {
    display: block;
    width: 34px;
    height: 22px;
    background: url("../images/more.png") no-repeat;
    background-size: contain;
    margin-top: 20px;
}

.home-input {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 0 15px;
    border: 1px solid #fbc10a;
    margin: 15px auto 0;
}

.home-input img {
    height: 32px;
    margin-right: 8px;
}

.home-input a {
    margin-left: auto;
    color: #fbc10a;
    text-decoration: underline;
}

.home-input input {
    background: none;
}

.home-sign {
    width: 100%;
    margin-top: 15px;
    position: relative;
}

.home-sign img {
    width: 100%;
    height: auto;
}

.home-sign a {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #fff;
}

.home-sign a h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.home-sign a h3 span {
    font-weight: 500;
    font-size: 14px;
    margin-right: 5px;
}

.home-link {
    width: 100%;
    margin-top: 15px;
}

.home-link li {
    width: 48%;
    position: relative;
    height: 100%;
}

.home-link li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.home-link li img {
    width: 100%;
    height: auto;
}

.home-fund {
    width: 100%;
    margin-top: 15px;
}

.home-fund-tit {
    width: 100%;
    padding: 3px;
    height: 45px;
    background: #fbc10a;
    border-radius: 8px;
    overflow: hidden;
}

.home-fund-tit ul {
    width: 100%;
    height: 100%;
}

.home-fund-tit li {
    width: 25%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.home-fund-tit li.cur {
    background-color: #fff;
    border-radius: 8px;
    color: #fbc10a;
}

.home-fund-list {
    width: 100%;
}

.home-fund-list li {
    width: 100%;
    height: auto;
    margin-top: 15px;
    border-radius: 12px;
    background-color: #fff;
    overflow: hidden;
}

.home-fund-li-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.home-fund-li-top img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.home-fund-li-top .home-fund-li-top-dl {
    width: calc(100% - 100px);
    height: auto;
}

.home-fund-li-top-dl h2 {
    width: 100%;
    font-size: 18px;
}

.home-fund-li-top-dt {
    width: 100%;
    display: flex;
    align-items: flex-end;
    color: #fbc10a;
    margin-top: 5px;
}

.home-fund-li-top-dt h3 {
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
}

.home-fund-li-top-dl p {
    width: 100%;
    margin-top: 5px;
    color: #888;
}

.home-fund-li-btm {
    width: 100%;
    padding: 10px;
    background-color: #F4FBFF;
    position: relative;
}

.home-fund-li-btm p {
    width: 100%;
    color: #555;
    margin-top: 5px;
}

.home-fund-li-btm p span {
    color: #fbc10a;
    margin-left: 5px;
}

.home-fund-li-btm a {
    position: absolute;
    padding: 8px 20px;
    border-radius: 5px;
    color: #fff;
    background-color: #fbc10a;
    right: 10px;
    top: 20px;
}

.home-box {
    width: 100%;
    padding: 50px 3%;
}

.home-task {
    width: 100%;
    margin-top: 15px;
}

.home-task-tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-task-tit span {
    font-size: 16px;
    border-bottom: 4px solid #fbc10a;
    padding-bottom: 5px;
}

.home-task-tit a {
    color: #999;
    font-size: 12px;
}

.home-task-list {
    width: 100%;
}

.home-task-list li {
    width: 100%;
    border-radius: 8px;
    height: auto;
    margin-top: 15px;
    overflow: hidden;
    position: relative;
}

.home-task-list li img {
    width: 100%;
    height: 125px;
}

.home-task-list li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    padding: 15px;
}

.home-task-list li h2 {
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-task-list li p {
    width: 100%;
    margin-top: 5px;
}

.home-task-list li .home-task-btm {
    width: 100%;
    margin-top: 8px;
}

.home-task-list li .home-task-btm h3 {
    font-size: 22px;
    font-weight: 600;
}

.home-news-list {
    width: 100%;
}

.home-news-list li {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 8px;
    margin-top: 15px;
    overflow: hidden;
}

.home-news-list li a {
    width: 100%;
}

.home-news-list li a img {
    width: 100px;
    height: 100px;
}

.home-news-list li a dl {
    width: calc(100% - 100px);
    padding: 15px;
}

.home-news-list li a dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-news-list li a dl dd {
    width: 100%;
    font-size: 12px;
    color: #9e9aa8;
    margin-top: 5px;
}

.home-new-list {
    width: 100%;
    padding: 15px 3%;
}

.home-new-list li {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.home-new-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.home-new-list li img {
    width: 100%;
    height: auto;
}

.home-new-list li dl {
    width: 100%;
    height: auto;
}

.home-new-list li dt {
    width: 100%;
    font-size: 18px;
    height: auto;
}

.home-new-list li dd {
    width: 100%;
    color: #888;
    height: auto;
    margin-top: 6px;
}

.home-new-list dl dd.desc {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-device {
    width: 100%;
    padding: 50px 3%;
}

.find {
    width: 100%;
}

.find ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.find ul li {
    width: 48%;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.find ul li img {
    width: 100%;
    height: 160px;
}

.find-pro {
    padding: 10px;
    width: 100%;
}

.find-pro h3 {
    width: 100%;
    font-size: 16px;
}

.find-pro .find-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    color: #888;
}

.find-btm-right {
    display: flex;
    align-items: center;
}

.my-main {
    width: 100%;
    padding: 50px 0;
}

.my-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
    padding: 15px;
    color: #fff;
}

.my-top-left {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.my-top-right {
    height: 70px;
}

.my-top-right h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}

.my-top-right p {
    width: 100%;
    margin-top: 10px;
}

.my-container {
    width: 100%;
    padding: 0 4%;
}

.my-container-con {
    background: #fff;
    padding: 0 15px;
    border-radius: 8px;
    width: 100%;
}

.my-income-tab {
    width: 92%;
    margin: 15px auto 0;
    background: #000;
    padding: 15px 8px;
    border-radius: 8px;
}

.my-income-info {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-income-info div {
    width: 100%;
    text-align: center;
}

.my-income-info div h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
    color: #fbbf24;
}

.my-income-info div p {
    width: 100%;
    color: #e5e7eb;
    font-size: 12px;
    font-weight: 600;
}

.my-income-info div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    height: 35px;
    border: 1px solid #333;
    border-radius: 25px;
    margin: 0 auto;
}

.my-income-link {
    width: 100%;
    background: #fff;
    margin-top: 12px;
    border-radius: 15px;
    padding: 15px;
    padding-bottom: 0;
}

.my-income-link ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
}

.my-income-link ul li {
    width: 48%;
    position: relative;
    margin-bottom: 15px;
}

.my-income-link ul li img {
    width: 100%;
    height: auto;
}

.my-income-link ul li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
}

.my-income-link ul li h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.my-income-link ul li span {
    width: 100%;
    font-size: 12px;
    color: #aaa;
}

.my-top-nav {
    width: 92%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 0;
}

.my-top-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    text-align: center;
    border: 1px solid #333;
    padding: 10px;
    border-radius: 8px;
}

.my-top-nav a img {
    height: auto;
    width: 40px;
    margin-right: 8px;
}

.my-list-nav {
    width: 100%;
}

.my-list-nav li {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.my-list-nav li a {
    display: flex;
    align-items: center;
    width: 100%;
}

.my-list-nav li a i {
    margin-left: auto;
}

.my-list-nav li a img {
    width: 22px;
    height: auto;
    margin-right: 6px;
}

.my-top-out {
    width: 100%;
    background: #fff;
    margin-top: 30px;
    border-radius: 8px;
    height: 45px;
    border: 1px solid #000;
}

.my-top-out a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    font-size: 16px;
    color: #000;
}

.my-receive {
    width: 100%;
    background-color: #fff;
    border-radius: 35px;
    margin-top: 5px;
    height: 60px;
    position: relative;
    overflow: hidden;
    padding: 10px 20px;
    font-size: 12px;
    color: #888;
}

.my-receive h3 {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
    color: #fbc10a;
    font-weight: 600;
}

.my-receive h3 span {
    font-size: 14px;
    font-weight: 500;
}

.my-receive a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 90px;
    height: 60px;
    background-color: #fbc10a;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.home-news {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 12px;
}

.home-news-tit {
    width: 100%;
    display: flex;
    height: 45px;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    color: #ef4444;
}

.home-news-tit a {
    font-size: 12px;
    color: #aaa;
}

.home-pro {
    width: 100%;
}

.home-pro li {
    width: 100%;
    background: #000;
    border-radius: 8px;
    margin-top: 15px;
}

.home-pro li:first-child {
    margin-top: 0;
}

.home-pro li h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px;
    background: #e38d11;
    border-radius: 8px;
}

.home-pro-list-all {
    width: 100%;
    overflow: hidden;
    padding: 15px;
}

.home-pro-list-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-pro-list-top img {
    width: 88px;
    height: 88px;
}

.home-pro-list-ul {
    width: calc(100% - 98px);
    padding: 10px;
    height: 88px;
    border-radius: 3px;
}

.home-pro-list-ul p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #d1d5db;
    line-height: 24px;
}

.home-pro-list-ul p span {
    color: #fbbf24;
    font-weight: 600;
}

.home-pro-list-btm {
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-pro-list-btm p {
    color: #d1d5db;
}

.home-pro-list-btm p span {
    color: #fbbf24;
    font-weight: 600;
    margin-left: 5px;
}

.home-pro-list-btm a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 32px;
    background: #e38d11;
    color: #fff;
    border-radius: 25px;
    position: relative;
}

.home-pro-list-btm a span {
    position: absolute;
    top: 0;
    right: 50%;
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: fit-content;
    -webkit-transform: translate(10%, -80%);
    transform: translate(10%, -80%);
    -webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
}

.home-pro-list-btm a span label {
    position: relative;
    padding: 7px 10px;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    font-weight: 600;
    white-space: nowrap;
    border: 3px solid #fff;
    border-radius: 100px;
    background-color: #ff3a1b;
    -webkit-animation-name: myScale;
    animation-name: myScale;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    will-change: transform;
}

@keyframes myScale {
    0%,
    100% {
        -webkit-transform: scale(1) translateY(-5px);
        transform: scale(1) translateY(-5px);
    }
    50% {
        -webkit-transform: scale(.95) translateY(0);
        transform: scale(.95) translateY(0);
    }
}

.home-pro-list-btm a span label::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    right: 15%;
    width: 0;
    height: 0;
    border-top: 7px solid #ff3a1b;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-filter: drop-shadow(0 4px 0 #fff);
    filter: drop-shadow(0 4px 0 #fff);
    z-index: 1;
}

.home-pro-list-btm a span i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden;
}

.home-pro-list-btm a span i::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 150%;
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .1), hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, .1));
    -webkit-transform: translateY(-15%) rotate(10deg);
    transform: translateY(-15%) rotate(10deg);
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-animation: left-data 2.5s linear infinite;
    animation: left-data 2.5s linear infinite;
}

@keyframes left-data {
    0% {
        left: 0px;
    }
    30%,
    100% {
        left: 100%;
    }
}

.home-product {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-product .home-product-tit {
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 22px;
    position: relative;
    height: 40px;
}

.home-product .home-product-tit i {
    display: block;
    width: 30px;
    height: 5px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

.home-product .home-product-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product .home-product-info {
    width: calc(50% - 5px);
    margin-bottom: 15px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 3px 15px 1px rgba(163, 163, 192, .25)
}

.home-product .home-product-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-product-info .product-img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-product-info .product-img img {
    width: 100%;
    height: auto;
}

.home-product-info .product-text {
    width: 100%;
}

.home-product-info .product-text h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.home-product-info .product-text p {
    width: 100%;
    color: #d1d5db;
    font-size: 13px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.home-product-info .product-text p span {
    color: #fbbf24;
    font-weight: 600;
}

.home-product-info .product-text p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.home-product-info .product-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.home-product-info .product-btm a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E10A22;
    height: 35px;
    border-radius: 25px;
    font-size: 14px;
    color: #ffffff;
}

.home-product-info .product-btm i {
    margin-left: 6px;
    color: #acaac3;
    font-style: unset;
}

.home-product-info .product-btm span {
    color: #fbc10a;
    font-weight: 600;
    font-size: 16px;
}

.detail-container {
    width: 100%;
}

.detail-product-info {
    width: 100%;
    padding: 15px;
    background: #fff;
}

.detail-product-info-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-product-info .product-img {
    width: 76px;
    height: 76px;
}

.detail-product-info .product-img img {
    width: 75px;
    height: 75px;
    border: 1px solid #e38d11;
}

.detail-product-info-top dl {
    width: calc(100% - 88px);
    height: 76px;
}

.detail-product-info-top dl dt {
    width: 100%;
    color: #e38d11;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.detail-product-info-top dl dd {
    width: 100%;
    color: #6b7280;
    margin-top: 5px;
}

.detail-product-info-top dl dd span {
    color: #e38d11;
    font-weight: 600;
}

.detail-product-info-nav {
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
    background: #f2f2f8;
}

.detail-product-info-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.detail-product-info-nav ul li {
    text-align: center;
    width: 45%;
    color: #6b7280;
}

.detail-product-info-nav ul li h3 {
    color: #e38d11;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.detail-product-info .product-texts {
    padding: 0;
    width: 100%;
    margin-top: 15px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #222;
    font-size: 16px;
    font-weight: 600;
}

.detail-product-info .product-texts p {
    width: 100%;
    color: #888;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.detail-product-info .product-texts span {
    color: #fbc10a;
    font-weight: 600;
}

.detail-product-info .product-texts p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.detail-product-info-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.detail-product-info-btm p {
    color: #6b7280;
}

.detail-product-info-btm p span {
    color: #e38d11;
    font-weight: 600;
    font-size: 18px;
}

.product-texts {
    width: 100%;
    padding: 15px;
}

.detail-desc {
    width: 100%;
    font-size: 12px;
    margin-top: 15px;
}

.detail-desc p {
    width: 100%;
    margin-bottom: 10px;
    color: #333;
}

.detail-desc p>* {
    text-wrap: inherit !important;
    background-color: #fff !important;
}

.flex-btn {
    width: 110px;
    height: auto;
}

.flex-btn button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0000c9;
    height: 40px;
    border-radius: 25px;
    margin: 0 auto;
    font-size: 16px;
    border: none;
    color: #ffffff;
}

.flex-btn button i {
    margin-left: 12px;
    color: #acaac3;
    font-style: unset;
}

.myorder {
    width: 100%;
    padding: 50px 3% 10px;
}

.myorder-top {
    width: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.myorder-top img {
    width: 100%;
    height: auto;
}

.myorder-top-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myorder-top-left {
    width: 50%;
    text-align: center;
}

.myorder-top-left p {
    width: 100%;
    font-size: 14px;
    color: #888;
}

.myorder-top-left p:first-child {
    width: 100%;
    font-size: 18px;
    color: #e38d11;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-left h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e38d11;
}

.myorder-top-right {
    width: 50%;
    text-align: center;
}

.myorder-top-right p {
    width: 100%;
    font-size: 14px;
    color: #888;
}

.myorder-top-right p:first-child {
    width: 100%;
    font-size: 18px;
    color: #e38d11;
    font-weight: 600;
    margin-bottom: 5px;
}

.myorder-top-right h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e38d11;
}

.myorder-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;
}

.myorder-list p {
    width: 100%;
    height: auto;
    margin-top: 10px;
    display: inline-flex;
    font-size: 12px;
}

.myorder-list p:first-child {
    margin-top: 0;
}

.myorder-list p label {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    color: #d1d5db;
}

.myorder-list p span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #fbbf24;
    text-align: right;
}

.inline-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin: 16px 0;
}

.inline-tab a {
    display: block;
    width: 50%;
    height: 100%;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    position: relative;
    color: #222;
    font-weight: 600;
}

.inline-tab a.active {
    color: #e38d11;
}

.inline-tab a.active i {
    display: block;
    width: 20px;
    height: 4px;
    border-radius: 4px;
    background: #e38d11;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
}

.withdraw-box {
    width: 100%;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 8px;
    padding: 15px;
}

.withdraw-item {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
    border-bottom: 1px solid #eff6fa;
    font-weight: 600;
}

.withdraw-item:first-child {
    margin-top: 0;
}

.withdraw-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    padding: 0 6px;
}

.withdraw-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px 6px 6px;
    font-size: 16px;
}

.withdraw-item input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #f9fafb;
    border: none;
    padding-left: 10px;
    margin-top: 10px;
    color: #e38d11;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.withdraw-item input::placeholder {
    font-weight: 400;
}

.dropload-down {
    text-align: center;
    color: #999;
    width: 100%;
    margin: 16px 0;
}

.home-product-infos {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 8px;
    background: #000;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px 12px 16px;
}

.home-product-infos h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-bottom: 12px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.home-product-name {
    width: 100%;
    padding: 12px 5px;
    background: #E10A22;
    color: #fff;
    font-weight: 600;
}

.home-product-padd {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.home-product-infos .home-product-img {
    width: 120px;
    height: 100px;
    border-radius: 5px;
}

.home-product-infos .home-product-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.home-product-infos .product-texts {
    padding: 0;
    width: calc(100% - 132px);
}

.home-product-infos .product-texts h3 {
    width: 100%;
    color: #ffa200;
    font-weight: 600;
    font-size: 14px;
}

.product-foot {
    width: 100%;
    height: auto;
    display: inline-block;
    flex-wrap: wrap;
    margin-top: 12px;
}

.product-foot button {
    width: 100%;
    height: 35px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #fbc10a;
    color: #ffffff;
}

.product-foot button.disabled {
    background: #EEEEEE;
    border: 1px solid #EEEEEE;
    color: #acaac3;
}

.team-main {
    width: 100%;
    position: relative;
    padding: 50px 3%;
}

.team-main-bg {
    width: 100%;
    height: auto;
    display: inline-block;
}

.team-main-bg img {
    width: 100%;
    height: auto;
}

.team-main h2 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
}

.team-tit {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 45px 0 0 26px;
}

.team-inner {
    width: 100%;
    margin-top: 10px;
}

.team-total {
    width: 100%;
    border-radius: 15px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.team-total>div {
    flex: 1;
    text-align: center;
}

.team-total>div p {
    font-size: 14px;
}

.team-total>div h3 {
    font-size: 22px;
    font-weight: 600;
}

.team-totalNum {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.team-totalNum img {
    width: 100%;
    height: auto;
}

.team-totalNum-img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-totalNum-img dl {
    width: 40%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-totalNum-img dt {
    width: 100%;
}

.team-totalNum-img dd {
    width: 100%;
    margin-top: 5px;
    font-size: 20px;
    font-weight: 600;
    color: #E10A22;
}

.team-totalNum ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}

.team-totalNum ul li {
    width: 50%;
}

.team-totalNum ul li p {
    font-size: 14px;
    color: #aaa;
}

.team-totalNum ul li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px;
}

.teamLv {
    width: 100%;
    margin-top: 15px;
}

.teamLv ul {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.teamLv ul li {
    padding: 10px;
    border-radius: 8px;
    width: 32%;
    background: linear-gradient(220.55deg, #5ee2ff, #00576a)
}

.teamLv ul li:nth-child(2) {
    padding: 10px;
    border-radius: 8px;
    width: 32%;
    background: linear-gradient(220.55deg, #ff5eef, #456eff);
}

.teamLv ul li:nth-child(3) {
    padding: 10px;
    border-radius: 8px;
    width: 32%;
    background: linear-gradient(220.55deg, #ff3f3f, #063cff);
}

.teamLv ul li h3 {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.teamLv ul li h3 img {
    width: 50px;
    height: auto;
    margin-right: 3px;
}

.teamLv ul li dl {
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.teamLv ul li dl dt {
    color: #ccc;
    margin-bottom: 5px;
}

.teamLv ul li dl dd {
    font-weight: 600;
    font-size: 18px;
}

.team-code {
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
}

.team-qrcode {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.team-qrcode img {
    width: 138px;
    height: auto;
    display: inline-block;
}

.team-code-tit {
    font-size: 16px;
    width: 100%;
    padding: 0 0 15px;
    text-align: center;
}

.team-code-link {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-code-link h3 {
    width: 100%;
    margin-top: 10px;
    font-size: 18px;
}

.team-code-link img {
    width: 60%;
    height: auto;
}

.team-code-top .code-tit {
    font-size: 16px;
    width: 100%;
}

.team-code-btm .code-tit {
    font-size: 16px;
    width: 100%;
}

.team-code-top {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 12px;
    background-color: #fff;
}

.team-code-top .team-code-input {
    font-size: 16px;
}

.team-code-top:last-child .team-code-input {
    font-size: 14px;
}

.team-code-btm {
    width: 100%;
    position: relative;
    margin-top: 15px;
}

.team-code-left {
    width: 100%;
    height: auto;
}

.team-code-img {
    width: 110px;
    height: 110px;
    border: 1px solid #dedede;
}

.team-code-img img {
    width: 100%;
    height: 100%;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-code-input {
    width: calc(100% - 80px);
    overflow: hidden;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 15px;
    border-radius: 8px;
}

.team-code-copy .copy {
    width: 70px;
    height: 35px;
    background: #E10A22;
    border-radius: 25px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-level-total {
    background: #000;
    margin: 15px;
    display: flex;
    align-items: center;
}

.team-level-total>div {
    flex: 1;
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

.team-member {
    margin-top: 20px;
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
}

.team-member-tab {
    display: flex;
    align-items: center;
    border: 1px solid #b220fd;
    border-radius: 25px;
    overflow: hidden;
}

.team-member-tab a {
    background: #b220fd;
    height: 35px;
    line-height: 35px;
    text-align: center;
    flex: 1;
    border-radius: 0;
    color: #fff;
}

.team-member-tab a.active {
    color: #b220fd;
    background: #fff;
}

.team-member-list {
    margin-top: 14px;
}

.team-member-list-tab {
    display: flex;
    align-items: center;
}

.team-member-list-tab>div {
    line-height: 30px;
    flex: 1;
    text-align: center;
    background: #b220fd;
    color: #fff;
}

.team-member-list-info {
    background: #fff;
    display: flex;
    align-items: center;
    line-height: 24px;
}

.team-member-list-info>div {
    flex: 1;
    text-align: center;
    color: #acacac;
}

.share-leve {
    width: 100%;
    margin-top: 15px;
}

.share-leve-tit {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    background-color: #fff;
}

.share-leve-tit ul {
    width: 100%;
}

.share-leve-tit li {
    width: 33%;
    text-align: center;
    line-height: 45px;
}

.share-leve-tit li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.share-leve-tit li.cur {
    background-color: #fbc10a;
    border-radius: 8px;
}

.share-leve-tit li.cur a {
    color: #fff;
}

.share-leve-list {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 8px;
}

.share-leve-list .share-leve-list-top {
    width: 100%;
    background-color: #fbc10a;
}

.share-leve-list .share-leve-list-top li {
    padding: 15px 10px;
    color: #F0F5F4;
    font-size: 12px;
}

.share-leve-list .share-leve-list-top li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.share-leve-list .share-leve-list-top li h3 a {
    color: #fff;
}

.share-leve-list-btm {
    width: 100%;
    background-color: #0F90EA;
}

.share-leve-list-btm li {
    padding: 15px 10px;
    color: #F0F5F4;
    font-size: 12px;
}

.share-leve-list-btm li h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #fff;
}

.check-in {
    width: 100%;
    height: auto;
    padding: 50px 4% 0;
}

.check-top {
    width: 100%;
    border-radius: 15px;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    margin-top: 15px;
}

.check-top p {
    font-size: 16px;
    width: 100%;
    margin-bottom: 15px;
}

.check-top span {
    font-size: 25px;
    font-weight: 600;
    color: #17195f;
}

.checkBtn {
    width: 100%;
    height: 45px;
    margin: 30px auto 0 auto;
    background: #fbc10a;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    border: none;
    font-size: 20px;
}

.check-record {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
}

.check-item {
    width: 100%;
    height: auto;
    display: inline-flex;
    background: #fff;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 5px;
}

.check-item-l {
    width: 100%;
    height: auto;
    display: inline-block;
}

.check-item-l label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #17195f;
}

.check-item-l span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.check-item-r {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
    margin: auto;
    color: #17195f;
}

.history-main {
    width: 100%;
    padding: 50px 4% 10px;
}

.history-list {
    width: 100%;
}

.record-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    overflow: hidden;
    border-radius: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #E10A22;
    padding: 5px;
}

.record-tab a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 13px 0;
    color: #fff;
    font-weight: 600;
}

.record-tab a:hover,
.record-tab a:active {
    color: #fff;
}

.record-tab a.active {
    background: #fff;
    color: #E10A22;
    border-radius: 25px;
}

.list-info {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.order-number {
    border-bottom: 1px solid #eee;
    padding-bottom: 4px;
    color: #c1c1c1;
}

.order-number span {
    color: #5e61d5;
    float: right;
}

.order-number span.disabled {
    color: #c1c1c1;
}

.list-bot {
    width: 100%;
    display: flex;
    align-items: center;
}

.list-bot .list-bot-left {
    width: 100%;
}

.list-bot .list-bot-left h3 {
    color: #222;
}

.list-bot .list-bot-left h2 {
    color: #fbbf24;
    margin-top: 8px;
}

.list-bot .list-bot-left p {
    color: #bdbdbd;
    margin-top: 6px;
}

.list-bot .list-bot-right {
    position: absolute;
    background-color: #00B572;
    color: #fff;
    width: 80px;
    height: 30px;
    right: 0;
    top: 15px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}

.list-bot .list-bot-right.err {
    background-color: #EA5840;
}

.card-main {
    width: 100%;
    padding: 50px 4% 0;
}

.card-container {
    width: 100%;
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
}

.card-info {
    margin-bottom: 20px;
}

.card-info input {
    width: 100%;
    height: 45px;
    background: #f2f2f8;
    border-radius: 6px;
    border: none;
    padding-left: 12px;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    height: 45px;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: #e38d11;
    background: none;
}

.card-btn {
    width: 100%;
    height: 45px;
    background: #e38d11;
    color: #fff;
    line-height: 45px;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

.restpass-main {
    width: 100%;
    padding: 0 4% 0;
}

.restpass-container {
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
}

.pass-info {
    margin-bottom: 20px;
}

.pass-info p {
    padding: 10px 0;
}

.pass-info input {
    border: none;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #ccc;
    outline: none;
    background: none;
}

.pass-btn {
    margin-top: 40px;
    width: 100%;
    height: 40px;
    background: #fbc10a;
    color: #fff;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    border: none;
}

.verification-box {
    display: inline-block;
    align-items: center;
    position: relative;
    width: 100%;
}

.verification-box button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0 20px;
    background: none;
    color: #fbc10a;
}

.withdraw-main {
    width: 100%;
    padding: 50px 4% 0;
}

.withdraw-container {
    width: 100%;
    margin-top: 5px;
}

.withdraw-top {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f2f2f8;
    padding: 24px 16px;
    border-radius: 8px;
    text-align: center;
}

.dep-top {
    background: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.dep-top h3 {
    color: #ef4444;
    font-weight: 600;
}

.withdraw-top h3 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.withdraw-top p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
}

.withdraw-tit,
.deposit-tit {
    font-weight: 500;
    padding: 10px 5px;
    color: #222;
}

.withdraw-tit .exchange {
    font-size: 12px;
    font-weight: normal;
    float: right;
    color: #16d582;
}

.withdraw-input ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.withdraw-input ul li {
    width: 32%;
    text-align: center;
    border: 1px solid #f9fafb;
    border-radius: 8px;
    margin: 5px 0;
    padding: 10px 0;
    background: #f9fafb;
}

.withdraw-input ul li.cur {
    border: 1px solid #fff1f2;
    background: #fff1f2;
    color: #e38d11;
}

.withdraw-input ul li.cur span {
    color: #e38d11;
}

.withdraw-input ul li.cur h3 {
    color: #e38d11;
}

.withdraw-input ul li span {
    font-size: 12px;
    color: #888;
}

.withdraw-input ul li h3 {
    font-size: 16px;
    color: #222;
    margin-top: 5px;
}

.withdraw-input input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #eff6fa;
    border-radius: 6px;
    border: none;
    padding-left: 12px;
}

.withdraw-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #e38d11;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    margin-top: 20px;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.withdraw-rule {
    background: #fff;
    border-radius: 10px;
    padding: 12px;
    margin-top: 20px;
}

.withdraw-rule p {
    line-height: 24px;
}

.withdraw-rule p>* {
    text-wrap: inherit !important;
}

.rule-title {
    margin-bottom: 10px;
}

.deposit-method {
    width: 100%;
}

.deposit-tab {
    width: 100%;
    height: auto;
    display: inline-block;
}

.deposit-tab>div {
    width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deposit-tab>div img {
    width: 25px;
}

.deposit-tab>div.active {
    background: #e38d11;
    border: 1px solid #e38d11;
    color: #fff;
}

.withdraw-blance {
    background: rgba(73, 89, 113, .55);
    text-align: center;
    color: #9fabc4;
    padding: 20px 0;
}

.withdraw-blance p {
    font-size: 20px;
    font-weight: 500;
}

.detail-main {
    width: 100%;
    padding: 50px 0 15px;
}

.detail-main-top {
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #fbc10a;
    color: #fff;
    overflow: hidden;
}

.detail-main-top img {
    width: 100%;
    height: auto;
}

.detail-main-name {
    padding: 10px;
    width: 100%;
}

.detail-main-title {
    width: 100%;
    font-size: 16px;
    margin-bottom: 6px;
}

.detail-main-num {
    width: 100%;
}

.detail-main-num span {
    font-size: 22px;
    font-weight: 600;
    margin-right: 5px;
}

.detail-main-pro {
    width: 100%;
    border-radius: 8px;
    margin-top: 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 10px 15px 0;
}

.detail-main-pro p {
    width: 100%;
    margin-bottom: 10px;
    color: #888;
}

.detail-main-pro p span {
    color: #fbc10a;
}

.detail-find {
    width: 100%;
    padding: 50px 0 0;
}

.detail-find-img {
    width: 100%;
    height: auto;
}

.detail-find-img img {
    width: 100%;
    height: auto;
}

.find-txt {
    width: 100%;
    padding: 15px;
}

.find-txt p {
    width: 100%;
    color: #888;
    margin-bottom: 10px;
}

.find-txt img {
    width: 100%;
    margin-bottom: 10px;
}

.customer {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 0 10px;
    /*padding-top: 50px;*/
}

.service-box {
    width: 100%;
    padding: 12px 4%;
}

.service-box li {
    width: 100%;
    background: #fff7ed;
    border-radius: 8px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.service-box li img {
    width: 45px;
    height: auto;
    margin-right: 8px;
}

.service-box li h3 {
    font-size: 16px;
    color: #000;
}

.service-box li h2 {
    font-size: 12px;
    color: #333;
    margin-top: 10px;
}

.service-box li p {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
}

.service-box li a {
    position: absolute;
    top: 20px;
    right: 10px;
    color: #fff;
    padding: 5px 20px;
    background: #e38d11;
    box-shadow: 0 10px 30px 0 rgba(48, 135, 180, 0.15);
    border-radius: 25px;
}

.article {
    width: 100%;
    padding: 50px 3% 15px;
}

.article-title {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.article-content {
    width: 100%;
    padding: 15px;
    margin-top: 15px;
    border-radius: 12px;
    background: #fff;
}

.article-content img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.article-content p {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.article-content p>* {
    text-wrap: inherit !important;
}

.news-main {
    width: 100%;
    position: relative;
    padding: 0 3% 20px;
}

.news-container {
    width: 100%;
}

.news-container li {
    width: 100%;
    height: 100px;
    background: #fff;
    border-radius: 8px;
    margin-top: 16px;
    overflow: hidden;
}

.news-container li:last-child {
    margin-bottom: 16px;
}

.news-container a {
    width: 100%;
    height: auto;
    display: inline-block;
}

.news-container img {
    width: 120px;
    height: 100px;
}

.news-container a dl {
    width: calc(100% - 120px);
    padding: 6px 12px;
    float: right;
}

.news-container a dt {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.news-container a dd {
    width: 100%;
    font-size: 12px;
    color: #9e9aa8;
    margin-top: 5px;
}

.news-container .news-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bonus-main {
    width: 100%;
    padding: 50px 4% 0;
    margin-top: 5px;
}

.bonus-main img {
    width: 80%;
    display: block;
    margin: 0 auto 15px;
}

.bonus-bg {
    border-radius: 12px;
    background: #000 url("../images/bg2.png") no-repeat;
    background-size: cover;
    margin-top: 12px;
    width: 100%;
    height: 150px;
}

.bonus-top {
    width: 100%;
    height: 130px;
    background: #e38d11 url("../images/bg1.png") no-repeat;
    background-size: cover;
    padding: 30px;
    color: #fff;
    margin-top: 15px;
    border-radius: 12px;
}

.bonus-top h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bouns-input {
    padding: 20px;
}

.bouns-input input {
    height: 50px;
    background: #F8F8F8;
    border: none;
    border-radius: 10px;
    padding-left: 10px;
    width: 100%;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #e38d11;
    color: #fff;
    border-radius: 25px;
    border: none;
    font-weight: 600;
}

.team-task {
    width: 100%;
    height: 92px;
    background: url("../images/bg3.png") no-repeat;
    background-size: cover;
    padding: 15px;
    margin-top: 15px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.team-task a {
    width: 100px;
    height: 35px;
    color: #e38d11;
    box-shadow: 0 3px 6px 1px rgba(0, 0, 201, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    background: #fff;
    font-size: 16px;
}

.team-task dl {
    width: calc(100% - 115px);
    color: #fff;
}

.team-task dl dt {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.teamLvs {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamLvs ul {
    width: 100%;
    height: auto;
    display: flex;
    background: #fbbf24;
    padding: 16px 12px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
}

.teamLvs li {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamLvs li label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 10px;
}

.teamLvs li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
}

.teamList {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}

.teamList table {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead,
.teamList tbody {
    width: 100%;
    height: auto;
    display: inline-block;
}

.teamList thead {
    color: #e38d11;
    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;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}

.official-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 4% 50px;
}

.official-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.official-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
}

.official-item-top img {
    width: 42px;
    height: 42px;
    display: inline-block;
}

.official-item-top-right {
    width: calc(100% - 42px);
    height: auto;
    display: flex;
    padding-left: 6px;
    flex-wrap: wrap;
    align-items: end;
}

.official-item-top-right span {
    width: 100%;
    height: auto;
    display: inline-block;
}

.official-item-top-right small {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

.official-item-main img {
    width: 64%;
    height: auto;
    display: inline-block;
}

.official-item-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    color: #666666;
    text-wrap: unset;
    margin-top: 6px;
}

.official-create {
    width: 54px;
    height: 54px;
    display: inline-block;
    position: fixed;
    right: 0;
    bottom: 72px;
    background: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 5px 1px #acaac3;
}

.official-create img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.official-done {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
    margin-top: 16px;
}

.official-done textarea {
    width: 100%;
    height: 132px;
    display: inline-block;
}

.official-upload {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
}

.official-upload-item {
    width: 92px;
    height: 92px;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.official-upload-item-upload {
    padding: 26px;
    background: #ffffff;
}

.official-upload-item-img img {
    width: 100%;
    height: 92px;
    display: inline-block;
    background: #ffffff;
}

.official-button {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
    margin-top: 12px;
}

.official-button button {
    width: 100%;
    height: 45px;
    display: inline-block;
    background: #fbc10a;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.task-main {
    width: 100%;
    padding: 50px 3%;
}

.task-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.task-info {
    width: 100%;
    margin-top: 15px;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.task-con {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 15px;
}

.task-img {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    padding: 6px 10px;
}

.task-img img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.task-text {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 15px 0;
}

.task-name {
    width: 100%;
    height: auto;
    padding: 12px 15px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    background: #e38d11;
    border-radius: 8px;
    text-align: center;
}

.task-name font {
    color: #fff;
    font-size: 16px;
}

.task-text ul {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-text li {
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 0;
}

.task-text li span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #fbbf24;
    font-weight: 600;
}

.task-text li label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
    color: #d1d5db;
    font-size: 12px;
    font-weight: 500;
}

.task-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 15px;
}

.task-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #e38d11;
    border-radius: 25px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.task-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}

.coupon-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 4% 10px;
}

.coupon-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.coupon-item {
    width: 100%;
    height: auto;
    display: flex;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    align-items: center;
}

.coupon-item img {
    width: 36px;
    height: 36px;
}

.coupon-con {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 2px 0 2px 6px;
}

.coupon-con h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    color: #fbc10a;
    font-weight: 600;
}

.coupon-con span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    margin-top: 6px;
    color: #acaac3;
}

.coupon-item a {
    display: block;
    width: 34px;
    height: 22px;
    background: url(../images/more.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    bottom: calc(50% - 11px);
}

.reward-main {
    width: 100%;
    padding: 0 3%;
}

.reward-top {
    width: 100%;
    background: url(../images/hotbg.png) no-repeat;
    background-size: cover;
    padding: 16px 6px;
    border-radius: 8px;
}

.reward-top-img {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.reward-top-img img {
    width: 64px;
    height: auto;
}

.reward-top ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
}

.reward-top li {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.reward-top li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fbc10a;
}

.reward-top li label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #888;
}

.reward-top-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.reward-top-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.reward-top-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}

.reward-list {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 16px;
}

.reward-item {
    width: 100%;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 12px;
}

.reward-item-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: end;
    color: #fbc10a;
    font-size: 16px;
    font-weight: 600;
    padding: 0 6px;
}

.reward-item-tit img {
    width: 24px;
    height: auto;
    display: inline-block;
}

.reward-item-tit span {
    padding-left: 6px;
}

.reward-item ul {
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 12px;
    padding: 0 6px;
}

.reward-item li {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.reward-item li:first-child {
    text-align: left;
}

.reward-item li:last-child {
    text-align: right;
}

.reward-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #fbc10a;
    font-weight: 500;
}

.reward-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 6px;
}

.reward-btm {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.reward-btm button {
    width: 100%;
    height: 36px;
    display: inline-block;
    background: #fbc10a;
    border-radius: 8px;
    border: none;
    font-weight: 500;
    color: #ffffff;
}

.reward-btm button.disabled {
    background: #EEEEEE;
    color: #acaac3;
}

.language {
    width: 75px;
    position: absolute;
    top: 10px;
    right: 6px;
    z-index: 101;
}

.language a {
    height: 32px;
    background: #474d57;
    color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    padding: 0 6px;
}

.language a:hover,
.language a:active {
    color: #ffffff;
}

.language a img {
    width: 18px;
    height: 18px;
    border-radius: 8px;
    padding: 2px;
}

.language a i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/down.png") no-repeat;
    background-size: cover;
}

.z-lang {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 101;
}

.hide {
    display: none;
}

.z-lang li {
    padding: 0 6px;
    color: #fbc10a;
    display: flex;
    justify-items: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    line-height: 45px;
    border: 1px solid #ebedf0
}

.z-lang li img {
    width: 18px;
    height: 18px;
    border-radius: 8px;
    padding: 2px;
}