.warp {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 15px;
}

.login-head {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-head img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: 110px;
}

.login {
    width: 100%;
    margin: 0 auto;
    box-shadow: 1px 2px 2px 3px #f0f0f0;
    padding: 20px 10px;
    border-radius: 10px;
}

.login .loginCon {
    width: 100%;
    margin-top: 24px;
}


.login .circleTit {
    width: 100%;
    margin-bottom: 24px;
    color: #059c4a;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.login .circlebg {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
    background: #fff;
    padding: 0 10px;
    border-bottom: 1px solid #f0f0f0;
}


.login .areaCode {
    display: block;
    text-align: center;
    color: #059c4a;
    font-size: 16px;
    padding-right: 6px;
}
.login .circlebg img{
    width:30px;
    height:30px;
    margin-right:6px;
}

.login input {
    border: none;
    height: 46px;
    width: 100%;
    outline: none;
    background: none;
    font-size: 16px;
    color: #059c4a;
    border-radius: 50%;
    padding-left: 20px;
}

.login input::placeholder {
    color: #999999;
    font-size: 14px;
}

.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 .add-btn {
    width: 100%;
    background: #059c4a;
    font-size: 16px;
    border-radius: 20px;
    height: 45px;
    margin-top: 20px;
    color: #fff;
    border: none;
}

.continuelink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 16px;
}

.continuelink .sign_link {
    text-align: center;
    color: #059c4a;
    font-size: 15px;
    color: #fff;
}
.continuelink_b{
    position: fixed;
    bottom: 20px;
}

.continuelink a {
    color: #000;
}

.login .circlebg .captcha {
    position: absolute;
    right: 10px;
    height: auto;
    width: 60px;
}

.login .otpBtn {
    background: #059c4a;
    border: 0;
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    border-radius: 4px;
    padding: 6px 12px;
}

.home-main {
    width: 100%;
    height: auto;
    padding: 0 0 50px
}

.home-container {
    width: 100%;
    padding: 60px 12px 0;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.home-num {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 16px 0;
    position: relative;
    margin-top: 15px;
    border-radius: 12px;
}

.nav-btn{
    width: 100%;
    margin-top: 15px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-btn .btn{
    width: 40%;
    /* padding: 5px; */
    border-radius: 4px;
    background: #fff;
}
.nav-btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}

.nav-btn img {
    width: 25px;
    height: 25px;
}

.nav-btn span {
    width: 100%;
    color: #333333;
}

.home-nav {
    width: 100%;
    margin-top: 15px;
    height: auto;
}

.home-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    border-radius: 10px;
}

.home-nav ul li {
    width: 24%;
    background: #fff;
    padding: 15px 5px;
    border-radius: 10px;
    margin-bottom:10px;
}

.home-nav ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: column;
    padding: 0 20px;
}

.home-nav ul li img {
    width: 35px;
    height: 35px;
    background-size: 100%;
    /* border: 1px solid #059c4a; */
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 10px;
}

.notice {
    width: 100%;
    height: 45px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #059c4a;
}

.noticeImg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.noticeImg i {
    font-size: 20px;
    font-weight: 600;
    color: #059c4a;
}

.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: 13px;
    color: #059c4a;
    font-weight: 500;
}

.home-integral {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-integral .home-integral-tit {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #059c4a;
    color: #059c4a;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-integral .home-integral-tit i {
    width: 5px;
    height: 18px;
    background: #059c4a;
    position: absolute;
    left: 0;
}

.home-integral .home-integral-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-integral .home-integral-info {
    width: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.home-integral-info .integral-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.home-integral-info .integral-img img {
    width: 100%;
    height: 100%;
}

.home-integral-info .integral-text {
    width: calc(100% - 128px);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.home-integral-info .integral-text h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.home-integral-info .integral-text p {
    width: 100%;
    color: #059c4a;
    font-size: 12px;
    line-height: 20px;
    background-color: #f5f6fb;
    padding: 0 5px;
    margin-top: 5px;
}

.home-integral-info .integral-text p span {
    color: #059c4a;
    padding-left: 6px;
}


.home-integral-info .integral-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.home-integral-info .integral-btm a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #059c4a;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
}

.home-events {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-events .home-events-tit {
    width: 100%;
    height: 36px;
    border-bottom: 1px solid #059c4a;
    color: #059c4a;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px;
    display: flex;
    align-items: center;
    position: relative;
}

.home-events .home-events-tit i {
    width: 5px;
    height: 18px;
    background: #059c4a;
    position: absolute;
    left: 0;
}

.home-events .home-events-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-events .home-events-info {
    width: 32%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 6px;
}

.home-events-info img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.home-events-info p {
    width: 100%;
    height: auto;
    font-size: 12px;
    color: #333333;
    margin-top: 6px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.home-news {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}

.home-news .home-news-tit {
    /* height: 36px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px; */
    width: 100%;
    display: flex;
    align-items: center;
    /* position: relative;
    background:#059c4a; */
    
}
.home-news .home-news-tit span{
    width: 45%;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #059c4a;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.home-news .home-news-tit i {
    width: 5px;
    height: 18px;
    background: #059c4a;
    position: absolute;
    left: 0;
}

.home-news .home-new-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-new-list ul {
    width: 100%;
    height: auto;
    display: block;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home-new-list li {
    width: 48%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
}

.home-new-list a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.home-new-list a span{
    flex:1;
    margin-left: 20px;
}
.home-new-list h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    text-align:center;
}

.home-new-list img {
    /* width: 120px;
    height: 90px; */
    border-radius: 4px;
    overflow: hidden;
}

.home-new-list dl {
    /* width: calc(100% - 128px);
    display: flex;
    flex-wrap: wrap;
    align-items: center; */
}

.home-new-list dl dd {
    width: 100%;
    height: auto;
    line-height: 25px;
    font-size: 12px;
}

.home-new-list dl dd:first-child {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.home-new-list dl dd:last-child {
    color: #999999;
}

.product-main {
    width: 100%;
    padding: 50px 12px;
}

.product-list {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-info {
    width: 49%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    /* display: flex; */
    
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
.product-info-box{
    width: 100%;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    /* display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; */
    /* padding: 10px; */
    /* border-radius: 20px; */
}

.product-info .product-img {
    border-radius: 4px;
    overflow: hidden;
}

.product-info .product-img img {
    width: 100%;
    height: 100%;
}

.product-info .product-text {
    width: 100%;
}

.product-info h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.product-info .product-text p {
    width: 100%;
    color: #059c4a;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.product-info .product-text p span {
    color: #059c4a;
    padding-left: 6px;
}

.product-info .product-text p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.product-info .product-btm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.product-info .product-btm a {
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #059c4a;
    height: 35px;
    /* border-radius: 4px; */
    font-size: 14px;
    color: #ffffff;
}

.product-info .product-btm i {
    font-style: unset;
}
.begintime{
    font-size: 12px ;
    color: red;
    margin-left: 3px;
}

.begintimedetail{
    
}

.product-info .expire{
    background-color: rgba(0, 0, 0, 0.5); /* 50% 透明度的黑色背景 */
    position: absolute;
    color: #fff;
    font-size: 16px;
    border-radius: 2px;
    width: 100%;
    left: 0;
    height: 35%;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.product-stock{
    width: 100%;
    margin: 6px 0;
}
.product-stock-box{
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: #ccc;
    position: relative;
}
.product-stock-box .product-stock-span{
    position: absolute;
    left: 0;
    /* width: 30%; */
    background-color: #059c4a;
    border-radius: 10px;
    height: 10px;
    text-align: right;
    padding-right: 10px;
}
.product-stock-box .product-stock-span span {
    padding: 2px 5px;
    color: #ffffff;
    font-size: 12px;
    border-radius: 25px;
    background: #059c4a;
    position: absolute;
    z-index: 999;
    margin-top:-2px;
}


.detail-product {
    width: 100%;
    padding: 50px 12px;
    
}

.detail-product-info {
    width: 100%;
    padding: 12px 0;
}

.detail-product-info img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.detail-product-info .product-texts {
    padding: 0;
    width: 100%;
    margin-top: 15px;
    background: #fff;
    padding: 20px 10px;
}

.detail-product-info .product-texts h3 {
    width: 100%;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    padding: 5px 10px;
}

.detail-product .items {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    background: #fff;
    border-radius: 10px;
}
.detail-product .items p {
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    /* background-color: #059c4a; */
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
.detail-product .items p span{
    color:#3c3cf9;
    margin-top: 5px;
}
.detail-product .items_teo{
    border-radius: 10px;
}
.detail-product .items_teo p {
    flex-flow: column;
    align-items: center;
}
.detail-product .items_teo p span{
    margin-top: 10px;
}


.detail-product-info .product-texts span {
    float: right;
    font-weight: 500;
}

.detail-product-info .product-texts p del {
    font-size: 12px;
    color: #888;
    font-weight: 400;
}

.product-texts {
    /* background: #fff; */
    border-radius: 8px;
    width: 100%;
    padding: 15px;
}

.detail-desc {
    width: 100%;
    font-size: 12px;
    margin-top: 16px;
    color: #666666;
}

.detail-desc p {
    width: 100%;
    height: auto;
    line-height: 32px;
    text-wrap: initial !important;
}

.detail-desc p span {
    text-wrap: initial !important;
    color: #000;
}

.flex-btn {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 10px 5px;
}

.flex-btn button {
    width: 90%;
    display: flex;
    margin-left: 5%;
    align-items: center;
    justify-content: center;
    background: #059c4a;
    height: 45px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: #fff;
    /* border-radius: 0 !important; */
    border-radius: 10px;
}

.flex-btn button i {
    margin-left: 12px;
    font-style: unset;
}


.team-main {
    width: 100%;
    position: relative;
    padding: 50px 12px;
    /* background: #059c4a; */
}

.team-totalNum {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #fff;
    border-radius: 10px;
}

.team-totalNum dl {
    width: 45%;
    /* min-height: 100px; */
    display: block;
    padding: 16px 12px;
    text-align: center;
}

.team-totalNum dt {
    font-size: 15px;
    font-weight: 600;
    width: 100%;
}

.team-totalNum dd {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #059c4a;
    margin-top: 10px;
}

.team-code {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    border-radius: 10px;
}
.team-code #qrcode-2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.team-code-item {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 14px;
    position: relative;
    margin-top: 16px;
}

.team-code-item:last-child {
    margin-bottom: 0;
}

.team-code-item .code-tit {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
}

.team-code-item .team-code-input {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: #059c4a;
}

.team-code-copy {
    width: 100%;
    cursor: pointer;
    /* background-color: #f7f8fa; */
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    height: 42px;
    padding: 0 6px;
}

.team-code-input {
    width: calc(100% - 36px);
    overflow: hidden;
}

.team-code-copy .copy {
    width: auto;
    height: auto;
    padding: 6px 12px;
    background: #059c4a;
    background-size: contain;
    color: #fff;
    border-radius: 4px;
}

.team-record {
    width: 100%;
    height: auto;
}


.team-record ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}

.team-record li {
    width: 33%;
    border-radius: 4px;
    text-align: center;
    color: #888;
    /* background-color: #fff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    flex-flow: column;
}

.team-record li:first-child,
.team-record li:nth-child(2) {
    margin-top: 0;
}

.team-record li h3 {
    font-size: 18px;
    font-weight: 700;
    color: #059c4a;
    margin-top: 10px;
}

.team-record li p {
    color: #333333;
    font-size: 14px;
    font-weight: 600;
}

.teamList {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 6px 12px;
}

.teamList table {
    width: 100%;
    height: auto;
    display: block;
}

.teamList thead, .teamList tbody {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.teamList thead {
    color: #059c4a;
    font-weight: 600;
}

.teamList tbody {
    font-size: 13px;
    color: #666666;
}

.teamList tr {
    width: 100%;
    height: auto;
    display: flex;
}

.teamList td {
    width: 100%;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.teamList td:first-child {
    text-align: left;
}

.teamList td:last-child {
    text-align: right;
}
.level1{
    /* background: linear-gradient(to bottom, #3bd8d8, #bd6385); */
    padding: 10px 12px 15px 12px;
    border-radius:0 0 20px 20px;
}
.level-link{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    width: 100%;
    padding: 5px;
}
.level-link .my-income-item{
    width: 50%;
    padding: 6px;
}
.level-link .my-income-item p{
    color: #000;
    margin: 5px 0;
}
.level-link .my-income-item h3{
    font-weight: 400;
    margin: 0;
    margin-bottom: 3px;
    color: #059c4a;
}
.my-top {
    width: 100%;
    display: flex;
    background-size: cover;
    color: #fff;
    align-items: center;
    margin-top: 50px;
    flex-flow: column;
    justify-content: center;
}

.my-top-left {
    width: 80px;
    height: 80px;
    border: 1px solid #CCE34B;
    border-radius: 50%;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
}

.my-top-right {
}

.my-top-right h3 {
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
}

.my-top-right p {
    width: 100%;
    height: auto;
    line-height: 30px;
    text-align: center;
}

.my-top-right span {
    padding: 5px 0px;
    border-radius: 4px;
}

.my-main {
    width: 100%;
    padding: 0 12px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.my-income-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 16px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 0;
}

.my-income-item {
    width: 32%;
    text-align: center;
    /* background: #f5f6fb; */
    padding: 12px 0px;
    border-radius: 4px;
    margin-top: 8px;
}

.my-income-item:first-child,
.my-income-item:nth-child(2),
.my-income-item:nth-child(3) {
    margin-top: 0;
}

.my-income-item h3 {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
    color: #059c4a;
}

.my-income-item p {
    width: 100%;
    font-size: 14px;
    color: #000;
}

.my-income-link {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.my-income-link a {
    background: #fff;
    width: 48%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 5px;
    background-image: linear-gradient(to right,  #70c7b8, #e1e11e);
}

.my-income-link a span{
    margin-top:10px;
}

.my-income-link a img {
    height: 28px;
    width: auto;
    margin-right: 5px;
}

.my-top-nav {
    width: 100%;
    margin-top: 22px;
    border-radius: 20px;
    
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius:10px;
}

.my-top-nav li {
    width: 33%;
    margin: 5px 0;
    border-radius: 10px;
    padding: 10px 0;
}
.my-top-nav li a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    position:relative;
}

.my-top-nav li a img {
    height: auto;
    width: 30px;
    margin-bottom: 10px;
}

.my-top-nav li a p {
    font-size: 13px;
}
.my-top-nav li a span{
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    left: 60%;
    top: -5%;
}

.my-btn{
    width: 100%;
    background: #059c4a;
    height: 40px;
    /* line-height: 40px; */
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.my-btn a{
    display: flex;
    align-items: center;
}
.my-btn a p {
    color: #fff;
    font-size: 15px;
}
.my-btn a img{
    height: auto;
    width: 20px;
    margin-right: 3px;
}

.card-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.card-container {
    width: 100%;
    margin-top: 16px;
}

.card-info {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #059c4a;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-info input {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: none;
    padding: 0 10px;
    color: #059c4a;
}

.card-send {
    position: relative;
}

    .card-send .sms-send {
        padding: 6px 12px;
        position: absolute;
        right: 10px;
        border: none;
        color: #ffffff;
        background: #059c4a;
        border-radius: 4px;
        width: 68px;
        height: 34px;
    }

.card-btn {
    width: 100%;
    height: 45px;
    background: #ffffff;
    color: #059c4a;
    line-height: 45px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
}


.history-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.history-list {
    width: 100%;
    padding-top: 20px;
}

.list-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding:10px;
}

.list-left {
    width: 100%;
}

.list-left h3 {
    font-size: 12px;
    font-weight: 500;
    color: #333333;
}


.list-left p {
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}

.list-right {
    height: auto;
    color: #059c4a;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.list-right span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    margin-top: 8px;
    background: #059c4a;
    padding: 6px 12px;
    font-weight: 400;
    border-radius: 4px;
}
.list-right h5{
    color:#000;
    font-size:16px;
}

.list-right span.disabled {
    background: #999999;
}

.noall {
    display: block;
}

.noall .list-left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.noall .list-left h3 {
    display: inline; 
    margin-right: 5px;
    color: #fff;
    line-height: 45px;
    text-align: center;
}
.noall .list-left span{
    background-color: green;
    color: #fff;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    margin-top:15px;
}
.noall .list-left span.disabled{
    background-color: #ccc;
}
.noall .list-right div{
 display: flex;
 justify-content: space-between;
 align-items: center;   
 border-bottom: 1px dashed #ccc;
 padding: 10px;
 font-size: 14px;
}

.balance-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #059c4a;
    border-radius: 4px;
    margin-top: 12px;
    padding: 24px 6px;
}
.bonus-main img{
    margin:15px 0;
    width:100%;
}
.balance-item {
    width: 100%;
    height: auto;
    display: block;
    text-align: center;
}

.balance-item h3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
    color: #fff;
}

.balance-item small {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    margin-top: 6px;
    color: #fff;
}

.balance-item p {
    width: 100%;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.bonus-main {
    width: 100%;
    padding: 50px 12px 12px;
}

.bonus-bg {
    width: 100%;
    border-radius: 4px;
    background: #fff;
    margin-top: 12px;
    padding: 24px 12px;
}

.bouns-input {
    width: 100%;
    margin-bottom: 24px;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    height: 50px;
    background: #F8F8F8;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    border-radius: 1px solid #059c4a;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #059c4a;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}


.wallet-box {
    width: 100%;
    /* background-color: #fff; */
    border-radius: 8px;
    padding: 50px 12px 12px;
}

.wallet-item {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 16px;

}

.wallet-item h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.wallet-item span {
    width: 100%;
    height: auto;
    display: inline-block;
    color: #059c4a;
    padding: 12px 6px 6px;
    font-size: 16px;
}

.wallet-input {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #059c4a;
}

.wallet-input input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: none;
    color: #059c4a;
    font-size: 16px;
    font-weight: 600;
}


.wallet-input input::placeholder {
    font-weight: 400;
}

.wallet-input i {
    color: #059c4a;
    font-size: 16px;
    font-weight: 600;
}

.wallet-channel {
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
}

.wallet-channel-item {
    width: 100%;
    height: 42px;
    border-radius: 4px;
    padding: 0 10px;
    display: flex;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #059c4a;
    background-color: #fff;
}

.wallet-channel-item:first-child {
    margin-top: 0;
}

.wallet-channel-item i {
    font-size: 22px;
    color: #000;
}

.wallet-channel-item.active {
    color: #059c4a;
    font-weight: 600;
}

.wallet-channel-item.active i {
    color: #059c4a;
    font-weight: 600;
}

.wallet-card {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
    border: 1px solid #059c4a;
    background-color: #fff;
}

.wallet-card h3 {
    width: 100%;
    display: block;
    margin-bottom: 12px;
    color: #666666;
    font-size: 12px;
    font-weight: 600;
}

.wallet-card p {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #059c4a;
}

.wallet-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #059c4a;
    height: 45px;
    line-height: 45px;
    border-radius: 4px;
    margin-top: 20px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.wallet-rule {
    border-radius: 10px;
    margin-top: 16px;
}

.wallet-rule p {
    width: 100%;
    line-height: 24px;
    text-wrap: inherit !important;
}

.wallet-rule img {
    width: 100%;
}

.wallet-rule p span {
    text-wrap: inherit !important;
    color: #000;
}


.myorder {
    width: 100%;
    padding: 50px 12px 12px;
}

.order-list {
    width: 100%;
    overflow: hidden;
    display: block;
    justify-items: center;
    align-items: center;

}


.order-item {
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
}

.order-item .order-img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
    overflow: hidden;
}

.order-item .order-img img {
    width: 100%;
    height: 100%;
}

.order-item .order-texts {
    width: calc(100% - 128px);

}

.order-item .order-texts h3 {
    width: 100%;
    color: #222;
    font-weight: 600;
    font-size: 14px;
}

.order-item .order-texts p {
    width: 100%;
    color: #059c4a;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    background-color: #f5f6fb;
    padding: 0 5px;
}

.order-item .order-texts p span {
    color: #059c4a;
    padding-left: 6px;
}

.order-btn {
    width: 100%;
    height: 36px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #059c4a;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
}

.order-btn.disabled {
    background: #999999;
}

.customer {
    width: 100%;
    padding: 50px 12px 12px;
}

.customer ul {
    margin-top: 12px;
}

.customer li {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.customer li img {
    width: 48px;
    height: auto;
    margin-right: 8px;
}

.customer li h3 {
    font-size: 16px;
    color: #059c4a;
    font-weight: 600;
}

.customer li h2 {
    font-size: 12px;
    color: #333;
    margin-top: 12px;
    word-wrap: break-word;
    word-break: break-all;
}

.customer li p {
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}

.customer li a {
    position: absolute;
    right: 12px;
    color: #ffffff;
    font-weight: 600;
    padding: 5px 16px;
    background: #059c4a;
    border-radius: 25px;
    top:10px;
}

.article {
    width: 100%;
    padding: 50px 12px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.article-title {
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    line-height: 48px;
    border-radius: 20px;
    background-color: #c0dad6;
    margin: 15px 0;
}

.article-content {
    width: 100%;
    height: auto;
    color: #fff;
    word-wrap: break-word;
    word-break: normal;
}

.article-content img {
    width: 100%;
    height: auto;
}

.article-content p {
    width: 100%;
    height: auto;
    line-height: 32px;
    text-wrap: inherit !important;
}

.article-content p span {
    text-wrap: inherit !important;
    color:#000;
}


.official-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 50px 12px;
}

.official-list {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 12px;
}


.official-item {
    width: 100%;
    height: auto;
    display: inline-block;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 12px;
    padding: 20px;
    position: relative;
}

.official-item-top {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-item-top img {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 4px;
}

.official-item-top-right {
    width: calc(100% - 36px);
    height: 42px;
    padding-left: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
}

.official-item-top-right h3 {
    width: 100%;
    height: auto;
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.official-item-top-right p {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
}

.official-item-main {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.official-item-main p {
    width: 100%;
    height: auto;
    display: inline-block;
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    margin-top: 6px;
}

.official-item-imgs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 12px;
}

.official-item-imgs img {
    width: 30%;
    height: auto;
    display: block;
    border-radius: 4px;
    margin-top: 8px;
    margin-right: 2%;
    cursor: pointer;
}

.official-item-imgs img:first-child,
.official-item-imgs img:nth-child(2),
.official-item-imgs img:nth-child(3) {
    margin-top: 0px;
}

.official-item-imgs img:nth-child(3n) {
    margin-right: 0;
}


.official-mask {
    width: 100%;
    max-width: 750px;
    height: auto;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-mask-img {
    width: auto;
    height: auto;
    max-width: 100vw;
    max-height: 80vh;
    overflow-y: scroll;
}

.official-mask-img img {
    width: 100%;
    height: auto;
}

.mask-close {
    width: 48px;
    height: auto;
    padding: 12px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.official-done {
    width: 100%;
    border-radius: 4px;
    background: #ffffff;
    margin-top: 12px;
    padding: 12px;
}

.official-done textarea {
    width: 100%;
    height: 160px;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #059c4a;
    background: none;
}

.official-upload {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.official-upload-item {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #059c4a;
    margin-top: 12px;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    overflow: hidden;
    position: relative;
}

.official-upload-item-upload {
    cursor: pointer;
    padding: 16px;
}

.official-upload-item img {
    border-radius: 4px;
}

.official-upload-item i {
    font-size: 24px;
    color: #999999;
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.official-button {
    width: 100%;
    height: auto;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.official-button button {
    width: 100%;
    height: 36px;
    color: #ffffff;
    background: #059c4a;
    border-radius: 4px;
    border: none;
    font-weight: 600;
}

.salary-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
    padding-bottom: 50px;
}

.salary-head{
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 6px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    border-radius: 10px;
}

.salary-span{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    line-height: 50px;
    background-color: #f0f0f0;
    padding: 20px;
    margin: 20px 0;
}

.salary-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.salary-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.salary-item img {
    width: 60px;
    height: 60px;
}

.salary-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #db407c;
}

.salary-item ul {
    width: 100%;
    /* height: 50px; */
    /* line-height: 50px; */
    background-color: #f0f0f0;
    margin:0 5px;
}

.salary-item li {
    height: auto;
    display: block;
    text-align: center;
    display: flex;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.salary-item li span {
    font-size: 13px;
    font-weight: 500;
    color: #059c4a;
}

.salary-item li h3 {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}
.salary-item .right{
    width: 100px;
}

.salary-item .right button {
    width: 100%;
    height: 22px;
    display: block;
    color: #ffffff;
    background: #059c4a;
    border-radius: 4px;
    border: none;
}

.salary-item button.disabled {
    background: #999999;
}


.statistics-main {
    width: 100%;
    position: relative;
    padding: 50px 12px 12px;
}

.statistics-list {
    width: 100%;
    height: auto;
}

.statistics-list ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.statistics-list li {
    width: 48.5%;
    background: #fff;
    padding: 18px 12px;
    border-radius: 4px;
    text-align: center;
    margin-top: 12px;
    color: #888;
}

.statistics-list li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #059c4a;
    margin-bottom: 6px;
}

.statistics-list li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}


.Progress{
    width: 100%;
    margin: 30px 0;
}
.Progress-box{
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #ccc;
    position: relative;
}
.Progress-box .Progress-span{
    position: absolute;
    left: 0;
    /* width: 30%; */
    background-color: #059c4a;
    border-radius: 20px;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}
.Progress-box .Progress-span span {
    color: #fff;
    text-align: right;
    height: 20px;
    line-height: 20px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 25px;
    background: #000066;
    position: absolute;
    z-index: 999;
}

.task-main {
    width: 100%;
    height: auto;
    display: block;
    /* padding: 50px 0px; */
    padding-bottom: 20px;
}

.task-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.task-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 4px;
    padding: 12px 6px;
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.task-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
}
.task-main .home-news-tit {
    /* height: 36px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding-left: 12px;
    font-size: 15px; */
    width: 100%;
    display: flex;
    align-items: center;
    /* position: relative;
    background:#059c4a; */
    
}
.task-main .home-news-tit span{
    width: 45%;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #059c4a;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}


.task-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-item li {
    height: auto;
    display: block;
    text-align: center;
}

.task-item li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #f97316;
    margin-bottom: 6px;
}

.task-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.task-item button {
    width: 100%;
    height: 36px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #059c4a;
    border-radius: 4px;
    border: none;
    margin-top: 12px;
    cursor: pointer;
}

.task-item button.disabled {
    background: #999999;
}
.singinbox{
    background: #6716CF!important;
}
.singinbox .boxs{
    background: #6716CF url(../images/p4/sign.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
    min-height: 100vh;
    position:absolute;
    max-width: 750px;
}
.sign-in {
    position: absolute;
    padding-bottom: 30px;
    top: 45%;
    background: #fff;
    width: 96%;
    left:2%;
    height: 230px;
    border-radius:20px;
    padding:30px 10px;
}

.sign-in .sign-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    height: 150px;
    position: absolute;
    width: 90%;
    left: 5%;
}
.sign-in .sign-info .date {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #059c4a; 
}
.sign-in .days{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 10px;
    color: #353232;
    font-size:13px;
}
.sign-tit{
    font-size: 17px;
    font-weight: 600;
    color: #000;
    font-family: cursive;
    margin-bottom:20px;
}
.sign-tit span{
    color:red;
    margin:0 5px;
    font-size: 25px;
}
.sign-stock{
    width: 100%;
    margin: 10px 0;
}
.sign-stock-box{
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: #ccc;
    position: relative;
}
.sign-stock-box .sign-stock-span{
    position: absolute;
    left: 0;
    background-color: #059c4a;
    border-radius: 10px;
    height: 10px;
    text-align: right;
}
.singinbox .detail-desc{
    position: absolute;
    top: 70%;
}
#signbtn { 
    width: 50%; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    padding: 5px; 
    box-sizing: border-box; 
    border-radius: 20px; 
    margin: 0 auto; 
    background-color: #059c4a;
    color: #fff;
    font-family: cursive;
    font-size:16px;
    border:1px solid #059c4a;
    margin-top:35px;
} 

.news-list {
    width: 100%;
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.news-item {
    width: 100%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
}
.news-item a {
    width: 100%;
    height: auto;
    padding: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.news-img {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-top: 10px;
}
.news-img img {
    width: 100%;
    height: auto;
}
.news-img p {
    height: auto;
    padding: 4px 12px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: #ffffff;
    color: #333333;
    border-radius: 25px;
}
.news-tit {
    width: 100%;
    height: auto;
    color: #333333;
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}


.msg-list{
    width: 100%;
    margin-top:10px;
}
.msg-list-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding:15px;
}

.msg-list-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-bottom:1px dashed #ccc;
    padding-bottom:10px;
}
.msg-list-left h3 {
    font-size: 16px;
    font-weight: 600;
    color: red;
}
.msg-list-left p {
    font-size: 12px;
    color: #999999;
}
.msg-list-right{
    margin-top:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}