* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    touch-action: pan-y;
}

html {
    text-align: center;
    font-size: 16px;
}

body {
    font: 12px/180% Arial, Helvetica, sans-serif;
    height: auto;
    width: 100%;
    display: inline-block;
    max-width: 640px;
    text-align: left;
}

img {
    -webkit-touch-callout: default;
}

p {
    margin: 0;
}


a {
    text-decoration: none;
    color: #fff;
}

a:hover, a:active {
    text-decoration: none;
}

ul, li {
    list-style-type: none;
}


.list-block input[type=time], .list-block input[type=number], .list-block input[type=text], .list-block input[type=password], .list-block input[type=search], .list-block input[type=email], .list-block input[type=tel], .list-block input[type=url], .list-block input[type=date], .list-block input[type=datetime-local], .list-block select, .list-block textarea {
    font-size: 14px;
    color: #808fff;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover, a:active {
    text-decoration: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline-block
}

.left {
    display: block;
    text-align: left;
}

.center {
    display: block;
    text-align: center;
}

.right {
    display: block;
    text-align: right;
}

.space-5 {
    height: 5px;
}

.space-10 {
    height: 10px;
}

.space-20 {
    height: 20px;
}

.space-30 {
    height: 30px;
}

.space-40 {
    height: 40px;
}

.space-50 {
    height: 50px;
}

.space-60 {
    height: 60px;
}

.space-80 {
    height: 80px;
}

.space-100 {
    height: 100px;
}

.space-120 {
    height: 120px;
}

.area-5 {
    padding: 5px;
}

.area-10 {
    padding: 10px;
}

.area-20 {
    padding: 20px;
}

.harea-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.dropload-down {
    width: 100%;
    color: #CCCCCC;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.layui-upload-file {
    display: none;
}

.page-bg {
    width: 100%;
    background: #F3F3F3;
}


.foot {
    width: 100%;
    height: 64px;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    z-index: 999;
}

.foot ul {
    width: 100%;
    display: inline-flex;
}

.foot li {
    width: 100%;
    text-align: center;
}

.foot li a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
}

.foot li img {
    width: auto;
    height: 24px;
}

.foot li p {
    height: 14px;
    line-height: 14px;
    color: #CCCCCC;
}

.foot li.on p {
    color: #007AFF;
}

.z-mask {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    max-width: 640px;
    text-align: center;
    padding: 15px;
    float: left;
}

.mask-message {
    display: inline-block;
    width: 100%;
    height: auto;
    background: linear-gradient(179deg, #FFE4D9 0%, #FFFFFF 100%);
    font-size: 13px;
    border-radius: 12px;
    text-align: left;
    margin-top: 20%;
    overflow: hidden;
}

.message-txt {
    min-height: 260px;
    max-height: 50vh;
    word-break: break-all;
    overflow-y: scroll;
    font-size: 13px;
    color: #666;
    padding: 15px;
}

.message-tit {
    width: 100%;
    height: auto;
    font-size: 24px;
    display: inline-block;
    font-weight: 500;
    color: #007AFF;
    padding: 4px 0;
    text-align: center;
    margin-bottom: 10px;
}

.message-txt p, .message-txt img, .message-txt video {
    width: 100%;
    padding: 2px 0;
    display: inline-block;
}

.message-btn {
    width: 100%;
    display: inline-flex;
    padding: 10px;
}

.message-btn a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #FFFFFF;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    font-weight: 500;
    background: #007AFF;
    border-radius: 6px;
}

.login-top {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.login-top .login-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.login-top .login-logo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 12%;
    left: 0%;
}

.login-form {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 30px;
}

.login-form .login_input {
    width: 100%;
    height: 48px;
    display: inline-block;
    background: #F8F9FD;
    border-radius: 24px;
    position: relative;
}

.login-form .login_input img {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 12px;
    top: 12px;
}

.login_input_con {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px 0 12px 44px;
    position: relative;
}

.login_input_con input {
    width: 100%;
    height: 24px;
    border: none;
    background: #F8F9FD;
    outline: none;
    color: #333333;
    font-size: 15px;
}

.login_input_con input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 15px;
}

.login_input_con .input-send {
    width: auto;
    height: 24px;
    padding: 0 14px;
    font-size: 12px;
    position: absolute;
    top: 12px;
    right: 12px;
    border-left: 2px solid #E6E6E6;
    border-top: none;
    border-bottom: none;
    border-right: none;
    background: #F8F9FD;
    color: #653E00;
    font-weight: 600;
}

.login_forgot {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: right;
    padding: 10px;
}

.login_forgot a {
    color: #999999;
    font-size: 14px;
}

.login_btn {
    width: 100%;
    height: auto;
    display: inline-block;
}


.login_btn button {
    width: 100%;
    height: 48px;
    display: inline-block;
    border: none;
    border-radius: 24px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-image: linear-gradient(to right, #7E82FD, #383DD5)
}

.login_sign {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.login_sign a {
    font-size: 18px;
    color: #4E53E2;
    border-bottom: 2px solid #4E53E2;
    padding: 5px 0;
}

.frame {
    background: #F5F5F5;
}


.home-head {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.home-head .home-bg {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.home-income {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px;
}

.home-income ul {
    width: 100%;
    height: auto;
    display: inline-flex;
    background: #FFFFFF;
    opacity: 0.9;
    border-radius: 6px;
    padding: 20px;
}

.home-income li {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-income li:first-child {
    text-align: left;
}

.home-income li:last-child {
    text-align: right;
}

.home-income li label {
    width: 100%;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #653E00;
}

.home-income li span {
    width: 100%;
    height: 30px;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #653E00;
}

.home-income li font {
    font-size: 14px;
    padding-left: 2px;
}

.home-wallet {
    width: 100%;
    height: auto;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
}

.home-wallet a {
    border: 1px solid #007aff;
    background: linear-gradient(180deg, #007aff,  0%, #007aff 100%);
    border-radius: 22px;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 24px;
}

.home-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px 10px;
}

.home-nav-main {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
}

.home-nav a {
    border-radius: 6px;
}

.home-nav img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.home-nav .home-nav-l, .home-nav .home-nav-r {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
}

.home-nav .home-nav-r {
    padding: 10px 0;
}

.home-nav .home-nav-rt, .home-nav .home-nav-rb {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-nav .home-nav-rbl, .home-nav .home-nav-rbr {
    width: 50%;
    height: auto;
    display: inline-block;
    float: left;
}

.home-notice {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px 10px;
}

.notice-con {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    position: relative;
    background: #FFFFFF;
    border-radius: 6px;
}

.notice-con img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 12px;
    top: 17px;
}

.notice-con ul {
    width: 100%;
    height: 24px;
    display: inline-block;
    line-height: 32px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    overflow: hidden;
    padding-left: 30px;
}

.notice-con li {
    width: 100%;
    height: auto;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.banner .swiper-wrapper {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.banner .swiper-slide {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;

}

.swiper-pagination-bullet-active {
    background: #ffffff;
    width: 12px;
}

.home-news {
    width: 100%;
    height: auto;
    padding: 5px 10px;
    display: inline-block;
}

.home-news h3 {
    padding: 10px 5px;
    font-size: 14px;
    color: #333333;
}

.home-news ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-news li {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    border-radius: 6px;
    background: #ffffff;
    margin-bottom: 10px;
}

.home-news li a {
    width: 100%;
    height: auto;
    display: inline-block;
}

.home-news .home-news-tit {
    width: 100%;
    height: auto;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.home-news .home-news-time {
    padding: 5px 0;
    color: #cccccc;
}

.home-news .home-news-con {
    width: 100%;
    height: auto;
    padding: 5px 0 0;
    display: inline-block;
}

.home-news .home-news-img {
    width: 120px;
    height: 80px;
    display: inline-block;
    border-radius: 3px;
    overflow: hidden;
}

.home-news .home-news-img img {
    width: 100%;
    height: auto;
    display: inline-block;
    float: left;
}

.home-news .home-news-desc {
    width: calc(100% - 120px);
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    float: right;
    padding-left: 5px;
}

.my-head {
    width: 100%;
    height: 200px;
    display: inline-block;
    background: #007aff;
    padding: 20px;
    position: relative;
    margin-bottom: 54px;
}

.my-head-con {
    width: 100%;
    height: auto;
    display: inline-flex;
    padding: 10px;
}

.my-head-item {
    width: 100%;
    height: auto;
    display: inline-block;
}

.my-head-item:first-child {
    width: 48px;
}

.my-head-item:last-child {
    padding: 5px 0 5px 15px;
}

.my-head-item img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.my-head-item h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}

.my-head-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.my-head ul {
    padding: 5px 10px;
    width: 100%;
    height: auto;
    display: inline-flex;
}

.my-head li {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.my-head li:first-child {
    text-align: left;
}

.my-head li:last-child {
    text-align: right;
}

.my-head li label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.my-head li span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    padding: 5px 0;
}

.my-head li font {
    font-size: 13px;
    padding-left: 2px;
}

.my-head .head-nav {
    width: 100%;
    height: auto;
    display: inline-flex;
    background: #FFFFFF;
    border-radius: 6px;
}

.my-head .head-nav-item {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
}

.my-head .head-nav-item img {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.my-head .head-nav-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #333333;
}

.my-income {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 20px;
}

.my-income h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px;
}

.my-income-con {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
}

.my-income-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.my-income-top label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0 5px;
    color: #666666;
}

.my-income-top span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #007AFF;
    padding: 5px 0 10px;
}

.my-income-top span font {
    font-size: 24px;
    margin-left: 5px;
}

.my-income-foot {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.my-income-foot .my-income-item {
    width: 100%;
    height: auto;
    display: inline-block;
}

.my-income-foot .my-income-item:first-child {
    padding-right: 5px;
}

.my-income-foot .my-income-item:last-child {
    padding-left: 5px;
}

.my-income-foot .my-income-content {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FAFAFA;
    padding: 5px 10px;
    border-radius: 6px;
}

.my-income-foot .my-income-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #666666;
    font-size: 12px;
    padding: 5px 0;
}

.my-income-foot .my-income-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding: 5px 0;
}

.my-income-foot .my-income-item span font {
    font-size: 13px;
    margin-left: 2px;
}

.my-nav {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 0 20px;
}

.my-nav ul {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px;
}

.my-nav li {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid #FAFAFA;
    position: relative;
}

.my-nav li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    height: 24px;
    line-height: 24px;
}

.my-nav li img {
    width: 24px;
    height: 24px;
    position: absolute;
}

.my-nav li span {
    padding-left: 36px;
}


.head {
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 9;
    max-width: 640px;
    background: #ffffff;
}

.head-back {
    position: absolute;
    top: 0;
    left: 0;
    padding: 13px 20px 13px 10px;
    display: inline-flex;
}

.head-back img {
    height: 20px;
    width: auto;
    padding: 2px;
}


.head-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 17px;
    font-weight: 500;
}

.head-link {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px 20px 13px 10px;
    display: inline-block;
    color: #666;
}

.news-content {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    color: #999999;
}

.news-content p, .news-content img, .news-content video {
    width: 100%;
    height: auto;
    display: inline-block;
}

.product {
    width: 100%;
    height: auto;
    display: inline-block;
}

.product-nav {
    width: 84px;
    height: calc(100vh - 64px);
    display: inline-block;
    overflow-y: scroll;
    float: left;
}

.product-nav ul {
    width: 100%;
    height: auto;
    display: inline-block;
}

.product-nav li {
    width: 100%;
    height: auto;
    display: inline-block;
    border-left: 4px solid #F5F5F5;
}

.product-nav li.on {
    border-left: 4px solid #0A84FF;
    background: #ffffff;
}

.product-nav li a {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.product-nav li.on a {
    color: #333333;
}

.product-list {
    width: calc(100% - 84px);
    height: calc(100vh - 64px);
    display: inline-block;
    overflow-y: scroll;
    background: #ffffff;
    float: right;
}

.product-list ul {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0;
}

.product-list li {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px;
    border-bottom: 1px solid #F5F5F5;
}

.product-head {
    width: 100%;
    height: auto;
    display: block;
}

.product-head h3 {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-align: left;
}

.product-head span {
    width: auto;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #007aff;
    font-weight: 600;
    text-align: right;
    float: right;
}

.product-head span font {
    font-size: 13px;
    padding-left: 2px;
}

.product-desc {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.product-option {
    width: 100%;
    height: auto;
    display: inline-flex;
    margin-top: 10px;
}

.product-item {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.product-item:first-child {
    text-align: left;
}

.product-item:last-child {
    text-align: right;
}

.product-line {
    width: 4px;
    height: 18px;
    background: #F5F5F5;
    border-radius: 0;
    display: inline-block;
    margin: 12px 0;
}

.product-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.product-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.product-item span font {
    color: #007AFF;
}

.product-btn {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #090fb7;
    color: #090fb7;
    padding: 8px;
    text-align: center;
    margin-top: 10px;
    background: none;
}

.product-btn.disabled {
    border: 1px solid #CCCCCC;
    color: #CCCCCC;
}

.product-img {
    width: 100%;
    height: auto;
    display: flex;
}

.product-img img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.product-detail {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 15px;
    background: #ffffff;
}

.product-detail h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.product-detail-tip {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

.product-detail-tip font {
    color: #007AFF;
    font-weight: 600;
}

.product-detail-bar {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px 0;
}

.product-detail-bar span {
    font-size: 12px;
    color: #666666;
    background: #F5F5F5;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
}

.product-text {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    background: #4793e56e;
    border-radius: 6px;
}

.product-text p, .product-text img, .product-text video {
    width: 100%;
    height: auto;
    display: inline-block;
}

.product-text p {
    font-size: 12px;
    color: #666666;
}

.product-foot {
    width: 100%;
    height: 64px;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    z-index: 999;
    padding: 0 10px;
}

.sign-main {
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../img/sign-bg.png) #FFAA1A no-repeat;
    background-size: 100% auto;
    text-align: center;
    padding: 160px 15px 0;
    min-height: calc(100vh - 50px);
}

.sign-bonus {
    width: auto;
    height: auto;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 18px;
    padding: 8px 48px;
}

.sign-bonus span {
    color: #ffffff;
    font-size: 12px;
}

.sign-record {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFD48B;
    border-radius: 12px;
    padding: 20px 15px;
}

.sign-num {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 24px;
    color: #007AFF;
    font-weight: 600;
}

.sign-btn {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px;
    text-align: center;
}

.sign-btn button {
    background: #007AFF;
    height: 36px;
    border-radius: 18px;
    border: none;
    padding: 0 36px;
    font-size: 16px;
    color: #FFFFFF;
}

.sign-text {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
}

.sign-text p, .sign-text img, .sign-text video {
    width: 100%;
    height: auto;
    display: inline-block;
}

.sign-text p {
    color: #999999;
    font-size: 12px;
}

.record-item {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
    border-bottom: 1px solid #F8F9FD;
}

.record-item-top {
    width: 100%;
    height: auto;
    display: inline-block;
}

.record-item-tit {
    float: left;
    font-size: 16px;
    color: #333333;
}

.record-item-num {
    float: right;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}

.record-item-time {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    color: rgba(51, 51, 51, 0.6);
    font-size: 12px;
}

.wallet-head {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFF4E9;
    padding: 20px 15px;
    position: relative;
    margin-bottom: 32px;
    background: linear-gradient(179deg, #FFE4D9 0%, #F5F5F5 100%);
}

.wallet-head h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #DE9243;
    padding: 0 10px;
}

.wallet-head h3 font {
    font-size: 12px;
    font-weight: 400;
    float: right;
}

.wallet-head .wallet-amount {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    padding: 5px 10px;
    margin-top: 10px;
}

.wallet-head .wallet-exchange {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    color: #AF661D;
    padding: 5px 10px;
}

.wallet-option {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.wallet-option a {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

.wallet-option a:first-child {
    padding-right: 10px;
}

.wallet-option a:last-child {
    padding-left: 10px;
}

.wallet-option span {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 8px;
    border-radius: 6px;
}

.wallet-option a:first-child span {
    border: 1px solid #007aff;
    color: #007aff;
    background: #ffffff;
}

.wallet-option a:last-child span {
    border: 1px solid #007aff;
    background: #007aff;
    color: #ffffff;
}

.wallet-record {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ffffff;
    border-radius: 6px;
    padding: 10px;
}

.wallet-record-tit {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
}

.wallet-record-tit h6 {
    color: #333333;
    float: left;
    display: inline-block;
}

.wallet-record-tit a {
    display: inline-block;
    color: #666666;
    float: right;
}

.wallet-record-item {
    padding: 10px;
    border-bottom: 1px solid #F5F5F5;
}

.record-list {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ffffff;
    padding: 10px 20px 20px;
}

.record-list ul {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}

.record-list li {
    width: 100%;
    height: auto;
    display: inline-block;
    
    padding: 10px 5px;
}

.record-list .record-dt {
    width: 100%;
    height: auto;
    display: inline-block;
}

.record-list .record-dt span:first-child {
    float: left;
    font-size: 16px;
    color: #333333;
}

.record-list .record-dt span:last-child {
    float: right;
    font-size: 16px;
    color: #007AFF;
    font-weight: 600;
}

.record-list .record-dd {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    text-align: left;
}

.record-list .record-dd span:first-child {
    float: left;
    font-size: 12px;
    color: #999999;
}

.record-list .record-dd span:last-child {
    float: right;
    font-size: 12px;
    color: #999999;
}

.card {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #ffffff;
    min-height: calc(100vh - 50px);
    padding: 15px;
}

.card-head {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.card-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.card-tab a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #653E00;
    font-size: 16px;
}

.card-tab a.cur {
    font-weight: 600;
}

.card-tab a span {
    display: inline-block;
    padding: 5px 0;
}

.card-tab a.cur span {
    border-bottom: 2px solid #653E00;
}

.card-form {
    width: 100%;
    height: auto;
    display: inline-block;
}

.card-form-item {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 5px;
    border-bottom: 1px solid #F5F5F5;
}

.card-form-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}


.card-form-item .card-form-input {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px 0 5px;
    position: relative;
}

.card-form-item .card-form-input img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
}

.card-form-item .card-form-input input {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    border: none;
    outline: none;
    background: #ffffff;
}

.card-form-item .card-form-input input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 14px;
}

.card-form-send input {
    padding-left: 36px;
}

.card-form-send button {
    position: absolute;
    top: 14px;
    right: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #653E00;
    background: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    border-left: 2px solid #E6E6E6;
    padding-left: 20px;
    padding-right: 5px;
}

.card-form-tip {
    padding: 5px 5px 10px;
    color: #E1512E;
    font-size: 12px;
}

.card-form-btn {
    width: 100%;
    height: auto;
    display: inline-block;
}

.card-form-btn button {
    width: 100%;
    height: 42px;
    display: inline-block;
    background: #007AFF;
    border-radius: 6px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
}

.treasure {
    width: 100%;
    height: calc(100vh - 50px);
    display: inline-flex;
    overflow: hidden;
    background: url(../img/bonus-bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.treasure-main {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 60px;
    padding: 20px;
}

.treasure-input {
    width: 100%;
    height: 44px;
    display: inline-block;
    background: #ffffff;
    position: relative;
    border-radius: 22px;
}

.treasure-input img {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
}

.treasure-input input {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding: 14px 0;
    outline: none;
    background: none;
    padding-left: 44px;
    border: none;
}

.treasure-input input::-webkit-input-placeholder {
    color: #CCCCCC;
}

.treasure-btn {
    width: 100%;
    height: auto;
    display: inline-block;
}

.treasure-btn button {
    width: 100%;
    height: 44px;
    display: inline-block;
    border-radius: 22px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: none;
}

.recharge {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #F8F9FD;
    min-height: calc(100vh - 50px);
    padding-bottom: 20px;
}

.recharge-top {
    width: 100%;
    height: 42px;
    display: inline-block;
    background: rgba(222, 146, 67, 0.1);
    position: relative;
    font-size: 12px;
    color: #DE9243;
    padding-left: 42px;
    line-height: 42px;
}

.recharge-top img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.recharge-head {
    width: 100%;
    height: 180px;
    display: inline-block;
    background: linear-gradient(180deg, #FFF4E9 0%, #F8F9FD 100%);
    padding: 10px;
}

.recharge-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    margin-top: 10px;
}

.recharge-tab a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #653E00;
    font-size: 16px;
    text-align: center;
}

.recharge-tab a.cur {
    font-weight: 600;
}

.recharge-tab a span {
    display: inline-block;
    padding: 5px 0;
}

.recharge-tab a.cur span {
    border-bottom: 2px solid #653E00;
}

.recharge-main {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #653E00;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
}

.recharge-tit {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #666666;
    font-size: 14px;
}

.recharge-tit font {
    float: right;
    font-size: 14px;
    color: #AF661D;
}

.recharge-amount {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0;
    margin-top: 5px;
}

.recharge-amount i {
    width: 9px;
    height: 21px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: absolute;
    top: 15px;
    left: 0;
    font-style: normal;
}

.recharge-amount input {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    outline: none;
    background: none;
    padding-left: 20px;
    border: none;

}

.recharge-amount input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 24px;
}

.recharge-balance {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.recharge-balance font {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-left: 5px;
}

.recharge-method {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 10px 20px;
}

.recharge-method label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    padding: 10px 0;
}

.recharge-method dl {
    width: 100%;
    height: auto;
    display: inline-block;
}

.recharge-method dd {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #F5F5F5;
    padding: 20px 0 10px;
    position: relative;
    cursor: pointer;
}

.recharge-method dd img {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    left: 0;
}

.recharge-method dd span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
    font-weight: 600;
}

.recharge-method dd.cur span {
    color: #007AFF;
}

.recharge-method dd i {
    width: 16px;
    height: 16px;
    background: url(../img/icon10.php) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
}

.recharge-method dd.cur i {
    background: url(../img/icon11.php) no-repeat;
    background-size: 100% 100%;
}

.recharge-text {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
}

.recharge-text p, .recharge-text img, .recharge-text video {
    width: 100%;
    height: auto;
    display: inline-block;
}

.recharge-text p {
    color: #999999;
    font-size: 12px;
}

.recharge-foot {
    width: 100%;
    height: 64px;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    z-index: 999;
    padding: 0 10px;
}

.recharge-foot button {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px;
    text-align: center;
    margin-top: 10px;
    background: #007AFF;
    border: none;
}

.withdraw {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #F8F9FD;
    min-height: calc(100vh - 50px);
}

.withdraw-top {
    width: 100%;
    height: 42px;
    display: inline-block;
    background: rgba(222, 146, 67, 0.1);
    position: relative;
    font-size: 12px;
    color: #DE9243;
    padding-left: 42px;
    line-height: 42px;
}

.withdraw-top img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.withdraw-head {
    width: 100%;
    height: 180px;
    display: inline-block;
    background: linear-gradient(180deg, #FFF4E9 0%, #F8F9FD 100%);
    padding: 10px;
}

.withdraw-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    margin-top: 10px;
}

.withdraw-tab a {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #653E00;
    font-size: 16px;
    text-align: center;
}

.withdraw-tab a.cur {
    font-weight: 600;
}

.withdraw-tab a span {
    display: inline-block;
    padding: 5px 0;
}

.withdraw-tab a.cur span {
    border-bottom: 2px solid #653E00;
}

.withdraw-main {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #653E00;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px;
}

.withdraw-bank {
    width: 100%;
    height: auto;
    display: inline-block;
}

.withdraw-bank-item {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #F5F5F5;
    padding: 15px 0;
}

.withdraw-bank-item label {
    float: left;
    color: #333333;
    font-size: 14px;
}

.withdraw-bank-item span {
    float: right;
    color: #333333;
    font-size: 14px;
}

.withdraw-bank-wallet {
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #F5F5F5;
    padding: 15px 0;
}

.withdraw-bank-wallet label {
    float: left;
    color: #333333;
    font-size: 14px;
}

.withdraw-bank-wallet span {
    float: left;
    color: #333333;
    font-size: 14px;
    margin-top: 10px;
}

.withdraw-tit {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #666666;
    font-size: 14px;
}

.withdraw-tit font {
    float: right;
    font-size: 14px;
    color: #AF661D;
}

.withdraw-amount {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #F5F5F5;
    padding: 10px 0;
    margin-top: 5px;
}

.withdraw-amount i {
    width: 9px;
    height: 21px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    position: absolute;
    top: 15px;
    left: 0;
    font-style: normal;
}

.withdraw-amount input {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    outline: none;
    background: none;
    padding-left: 20px;
    border: none;

}

.withdraw-amount input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 24px;
}

.withdraw-balance {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    margin-top: 15px;
}

.withdraw-balance font {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-left: 5px;
}

.withdraw-text {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 10px;
}

.withdraw-text p, .withdraw-text img, .withdraw-text video {
    width: 100%;
    height: auto;
    display: inline-block;
}

.withdraw-text p {
    color: #999999;
    font-size: 12px;
}

.withdraw-foot {
    width: 100%;
    height: 64px;
    flex-direction: column;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.02);
    border-radius: 0;
    z-index: 999;
    padding: 0 10px;
}

.withdraw-foot button {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 8px;
    text-align: center;
    margin-top: 10px;
    background: #007AFF;
    border: none;
}

.frame-bg {
    background: #1F9DCC;
}

.team-bg {
    width: 100%;
    height: auto;
    display: flex;
}

.team-bg img {
    width: 100%;
    height: auto;
    display: inline-block;
}

.team {
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    padding: 10px 15px;
    margin-top: -40px;
}

.team-invite {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 12px;
}

.team-invite h3 {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
}

.team-invite .invit-qrcode {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.team-invite .invit-qrcode img {
    width: 140px;
    height: 140px;
    margin: 0 auto;
}

.invit-con {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 15px;
}

.invit-link {
    width: auto;
    font-size: 12px;
    color: #333333;
}

.invit-link img {
    position: absolute;
    width: 12px;
    height: 12px;
    top: 5px;
    margin-left: 5px;
}

.invit-code {
    width: auto;
    display: inline-block;
    margin: 30px 0;
    padding: 10px 30px;
    background: #FFEFDF;
    border-radius: 30px;
    font-size: 14px;
    color: #E45935;
    font-weight: 600;
}

.invit-code button {
    border-right: none;
    border-top: none;
    border-bottom: none;
    border-left: 2px solid rgba(228, 89, 53, 0.1);
    background: none;
    padding-left: 15px;
    margin-left: 15px;
    font-size: 12px;
    font-weight: 600;
    color: #E45935;
}

.highest {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
}

.highest p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    padding: 10px;
}

.highest font {
    font-size: 12px;
    margin-left: 10px;
    border: 1px solid #ffffff;
    padding: 2px 10px;
    border-radius: 10px;
}

.my-team {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.my-team h3 {
    width: auto;
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #ffffff;
    margin-top: 30px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

.team-total {
    width: 100%;
    height: auto;
    display: inline-flex;
    margin-top: 40px;
}

.team-total-item {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-total-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 600;
}

.team-total-item label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
}

.team-tab {
    width: 100%;
    height: auto;
    display: inline-flex;
    padding: 5px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-top: 20px;
}

.team-tab-item {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #1F9DCC;
    font-size: 14px;
    text-align: center;
    padding: 5px;
}

.team-tab-item.active {
    background: #1F9DCC;
    color: #FFFFFF;
    font-weight: 600;
    border-radius: 20px;
}

.team-option {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 20px;
}

.team-option-item {
    width: 100%;
    height: auto;
    display: inline-flex;
    color: #FFFFFF;
    font-size: 12px;
    padding: 5px 0;
}

.team-option-item:first-child {
    color: rgba(255, 255, 255, 0.5);
}

.team-option-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}

.team-option-item span:first-child {
    text-align: left;
}

.team-option-item span:last-child {
    text-align: right;
}

.order {
    width: 100%;
    height: auto;
    display: inline-block;
}

.order-list {
    width: 100%;
    height: auto;
    display: inline-block;
}

.order-item {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 10px;
    padding: 20px 15px;
    background: #ffffff;
}

.order-tit {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 16px;
    color: #333333;
}

.order-tit span {
    float: right;
}

.order-time {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
    padding: 5px 0;
}

.order-dl {
    width: 100%;
    height: auto;
    display: inline-flex;
}

.order-dd {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
}

.order-dd:first-child {
    text-align: left;
    border-right: 1px solid #F5F5F5;
}

.order-dd:last-child {
    text-align: right;
    border-left: 1px solid #F5F5F5;
}

.order-dd span {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 5px 0;
}

.order-dd span.order-dd-price {
    color: #007AFF;
}

.order-dd label {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 12px;
    color: #999999;
}

/*Santosh Gupta*/
#loading {
    background: url('../../loading-2.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}
.dnone{
    display: none;
}
.loading_text {
    position: absolute;
    margin-top: 415px;
    left: 0;
    width: 100%;
    line-height: 20px;
    text-align: center;
    background-color: rgb(0 0 0 / 70%);
    width: 50%;
    height: auto;
    min-height: 40px;
    margin-left: 25%;
    line-height: 35px;
    color: #FFF;
    border-radius: 8px;
}

.pstatus{
    font-size: 12px;
    color: #666666;
    background: #bde9d4;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 4px;
    width: 130px !important;
}