.warp {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 15px;
}

.lifan{
    color: red;
}
h1{
    color: red;
}

.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;
    padding: 20px 10px;
    border-radius: 10px;
}

.login .loginCon {
    width: 100%;
    margin-top: 24px;
}


.login .circleTit {
    width: 100%;
    margin-bottom: 24px;
    color: #034EA1;
    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: 1px solid #034EA1;
    border-radius: 10px;
}


.login .areaCode {
    display: block;
    text-align: center;
    color: #034EA1;
    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: #034EA1;
    /* 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: #034EA1;
    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: #034EA1;
    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: #034EA1;
    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%; 
    border-radius: 10px;
    border: 1px solid #2a59c3;
}

.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: 8px 20px;
}

.home-nav ul li a div{
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-nav ul li img {
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 4px;
}

/* .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;
    height: 160px;
}

.home-nav ul .left,.right {
    height:160px;
    width:48%;
}

.home-nav ul .left {
    height:100%;
}
.home-nav ul .right {
    height:100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.home-nav ul li {
    border-radius: 10px;
    border: 1px solid #2a59c3;
}

.home-nav ul .left li{
    height:100%;
}
.home-nav ul .right li{
    height:48%;
}

.home-nav ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding: 8px 20px;
}

.home-nav ul li a div{
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-nav ul li img {
    width: 30px;
    height: 30px;
    background-size: 100%;
}

.home-nav ul li span {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-top: 4px;
} */


.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 #034EA1;
}

.noticeImg {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.noticeImg i {
    font-size: 20px;
    font-weight: 600;
    color: #034EA1;
}

.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: #034EA1;
    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 #034EA1;
    color: #034EA1;
    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: #034EA1;
    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: #034EA1;
    font-size: 12px;
    line-height: 20px;
    background-color: #f5f6fb;
    padding: 0 5px;
    margin-top: 5px;
}

.home-integral-info .integral-text p span {
    color: #034EA1;
    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: #034EA1;
    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 #034EA1;
    color: #034EA1;
    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: #034EA1;
    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;
}

.news-title{
   background-color: #034EA1;
   height: 60px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   width: 100%; 
   padding: 0 20px;
   font-size: 20px;
   color: #fff;
   border-radius: 10px;
}
.news-title img{
    width: 80px;
}
.news-title img:last-child{
    transform: rotate(180deg);
}

.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:#034EA1; */
    
}
.home-news-tit-span{
    /* width: 45%;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #034EA1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: 10px; */

    background: url(../images/p6/titbg.png) no-repeat;
    width: 100%;
    height: 35px;
    background-size: 100% 100%;
    text-align: center;
    color: #fff;
    margin-top: 10px;

}
.home-news .home-news-tit span{
    width: 45%;
    padding: 6px 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background: #034EA1;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.home-news .home-news-tit i {
    width: 5px;
    height: 18px;
    background: #034EA1;
    position: absolute;
    left: 0;
}

.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: 100%;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #2a59c3;
}

.home-new-list a {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.home-new-list a span{
    flex:1;
    margin-left: 20px;
}

.home-new-list p{
    height: auto;
    padding: 4px 12px;
    position: absolute;
    bottom: 10px;
    right: 6px;
    background: #ffffff;
    color: #333333;
    border-radius: 25px;
}

.home-new-list .news-tit{
    height: auto;
    padding: 10px 12px;
    position: absolute;
    top: 0;
    width: 100%;
    /* left: 5%; */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.home-new-list h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
    text-align:center;
}

.home-new-list img {
    border-radius: 4px;
    overflow: hidden;
}

.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;
}
.list-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.list-bottom{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px 10px 10px;
}
.list-bottom .price {
    color: #3c3cf9;
    font-size: 18px;
    font-weight: 600;
}
.product-info {
    width: 100%;
    margin-bottom: 12px;
    background: #fff;
    overflow: hidden;
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    flex-flow: column;
    /* border-radius: 10px; */
    position: relative;
}
.product-info-box{
    width: 100%;
    background: #fff;
    /* border-radius: 4px; */
    overflow: hidden;
    border: 1px solid #034EA1;
    border-radius: 5px;
}

.product-info .product-img {
    /* border-radius: 4px; */
    overflow: hidden;
}

.product-info .product-img img {
    width: 100%;
    height: 100%;
    width: 220px;
}

.product-info .product-text {
    width: 100%;
    padding-left: 10px;
}

.product-info h3 {
    width: 100%;
    background-color: #034EA1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.product-info .product-text p {
    width: 100%;
    color: #034EA1;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.product-info .product-text p span {
    color: #034EA1;
    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;
}

.product-info .product-btm a {
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #034EA1;
    height: 35px;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    padding: 0px 10px;
}

.product-info .product-btm i {
    font-style: unset;
}
.begintime{
    font-size: 14px;
    color: #fff;
    margin-left: 3px;
}
.product-info .expire{
    color: #fff;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
    display: flex;
    margin-left: 10px;
    align-items: center;
    justify-content: space-around;
}
.product-stock{
    width: 100%;
    margin: 6px 0;
    margin-right: 15px;
}
.product-stock-box{
    width: 100%;
    height: 25px;
    border-radius: 25px;
    background-color: #ccc;
    position: relative;
    overflow: hidden;

}
.product-stock-box .product-stock-span{
    /* position: absolute; */
    left: 0;
    background-color: #034EA1;
    border-radius: 25px;
    height: 25px;
    text-align: right;
    padding-right: 10px;
}
.product-stock-box .product-stock-span span {
    padding: 2px 5px;
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    z-index: 999;
    left: 46%;
    top: 10%;
}


.detail-product {
    width: 100%;
    padding: 50px 12px;
    
}

.detail-product-info {
    width: 100%;
    /* padding: 12px 0; */
    
    margin-top: 10px;
    border-radius: 4px;
}

.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;
    border: 1px solid #034EA1;
}

.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: #034EA1; */
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    /* display: flex; */
    flex-flow: column;
    align-items: center;
}
.detail-product .items p span{
    color:#3c3cf9;
}
.detail-product .items_teo{
    border-radius: 10px;
}
.detail-product .items_teo p {
    flex-flow: column;
    align-items: center;
}
.detail-product .items_teo p span{
}


.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: #034EA1;
    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: #034EA1; */
}

.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;
    border: 1px solid #034EA1;
}

.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: #034EA1;
    margin-top: 10px;
}

.team-code {
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #2a59c3;
}
.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: #034EA1;
}

.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: #034EA1;
    background-size: contain;
    color: #fff;
    border-radius: 4px;
}

.team-record {
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-top: 10px;
}


.team-record ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #2a59c3;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 20px;
    padding: 10px;
}

.team-record li {
    width: 49%;
    /* flex: 1; */
    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: #034EA1;
    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;
    border: 1px solid #2a59c3;
}

.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: #034EA1;
    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 right, #d7c8be, #b2bfff); */
    /* background: #fff; */
    padding: 10px 12px 15px 12px;
    border-radius: 20px;
    margin-top: 55px;
    position: relative;
}

.vipLevel{
    background: url(../images/p5/v1.png) no-repeat;
    width: 110px;
    height: 35px;
    background-size: 100% 100%;
    position: absolute;
    right: 5px;
    text-align: center;
    font-size: 12px;
    line-height: 35px;
    color: #fff;
    padding-left: 10px;
    top: 14%;
}

.level2 {
    /* background: #aec7e3; */
    padding: 10px 12px 15px 12px;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #034ea1;
}

.level-link{
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    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: 600;
    margin: 0;
    margin-bottom: 3px;
    color: #034EA1;
    font-size: 17px;
}
.my-top {
    width: 100%;
    /* display: flex; */
    background-size: cover;
    color: #000;
    align-items: center;
}


.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;
    border-radius: 10px;
    padding: 5px 0;
    /* background-color: #aec7e3; */
    border: 1px solid #034ea1;
}


.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: #034EA1; */
}

.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: 10px;
}

.my-income-link a {
    color: #fff;
    width: 30%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-radius: 5px;
    background-color: #034ea1;
    font-size: 14px;
}

.my-income-link a span{
    /* margin-top:10px; */
}

.my-income-link a img {
    height: 28px;
    width: auto;
    margin-right: 5px;
}

.my-income-link-msg a{
    background: #fff;
    width: 90%;
    margin-left: 5%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 5px;
     background: linear-gradient(to right, #e9c4ab, #d16924);
     color: #fff;
     position: relative;
}

.my-income-link-msg span{
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 28%;
    top: 25%;
    text-align: center;
}

.my-top-nav {
    width: 100%;
    margin-top: 10px;
    border-radius: 10px;
    /* background: #aec7e3; */
    border: 1px solid #034ea1;
}

.my-top-nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius:10px;
}

.my-top-nav li {
    width: 33%;
    padding: 10px 0;
    position: relative;
}
.my-top-nav li:last-child{
    border: none;
    
}
.my-top-nav li a {
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
    padding: 0 20px;
    position: relative;
    flex-flow: column;
}
.my-top-nav li a .imgs{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #2a59c3;
}

.my-top-nav li a img {
    height: auto;
    width: 25px;
    /* margin-bottom: 10px; */
}

.my-top-nav li a p {
    font-size: 13px;
    margin-top: 5px;
    color: #000;
}

.my-top-nav li a span{
    background: red;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 28%;
    top: -10%;
    text-align: center;
}


.my-btn{
    width: 100%;
    background: #034EA1;
    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 #034EA1;
    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: #034EA1;
}

.card-info-bank {
    width: 100%;
    height: 45px;
    background: #ffffff;
    border: none;
    padding: 0 10px;
    color: #978473;
}

.card-send {
    position: relative;
}

.card-send .sms-send {
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    border: none;
    color: #ffffff;
    background: #034EA1;
    border-radius: 4px;
}

.card-btn {
    width: 100%;
    height: 45px;
    background: #034EA1;
    color: #fff;
    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: space-between;
    position: relative;
    border: 1px solid #034EA1;
}

.list-item .cash-time{
    width: 100px;
    margin-right: 10px;
    font-size:10px;
}

.history-main .list-item{
    padding: 10px;
}

.list-left {
    /* width: 100%; */
}

.list-left h3 {
    font-size: 11px;
    font-weight: 500;
    color: #333333;
}


.list-left p {
    font-size: 12px;
    color: #999999;
    margin-top: 16px;
}

.list-right {
    height: auto;
    color: #034EA1;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.list-right span {
    display: block;
    color: #000;
    font-weight: 400;
    border-radius: 4px;
}
.list-right h5{
    color:#000;
    font-size:16px;
}
.list-right h3{
    font-size:13px;
}
.list-left-box{
    margin-top: 10px;
}
.list-right span.disabled {
}

.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: 0 10px;
    line-height: 30px;
    width: 150px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
}
.noall .list-left span.disabled{
    background-color: #ccc;
}
.noall .list-right div{
 display: flex;
 justify-content: space-between;
 align-items: center;   
 font-size: 14px;
}
.noall .list-right div:last-child{
    border-bottom: none;
}

.balance-list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #034EA1;
    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;
    border-radius: 1px solid #034EA1;
}

.bouns-input:last-child {
    margin-bottom: 0;
}

.bouns-input input {
    height: 50px;
    background: #F8F8F8;
    border-radius: 4px;
    padding-left: 10px;
    width: 100%;
    border: 1px solid #034EA1;
}

.bouns-input .btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #034EA1;
    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: #034EA1;
    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 #034EA1;
}

.wallet-input input {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: none;
    color: #034EA1;
    font-size: 16px;
    font-weight: 600;
}


.wallet-input input::placeholder {
    font-weight: 400;
}

.wallet-input i {
    color: #034EA1;
    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 #034EA1;
    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: #034EA1;
    font-weight: 600;
}

.wallet-channel-item.active i {
    color: #034EA1;
    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 #034EA1;
    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: #034EA1;
}

.wallet-btn {
    width: 100%;
    display: block;
    text-align: center;
    background: #034EA1;
    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;
    position: relative;
}
.order-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px;
    border: 1px solid #034EA1;
    border-radius: 0 0 10px 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  h3 {
    width: 100%;
    background-color: #034EA1;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px 10px 0 0;
}

.order-item .order-texts p {
    width: 100%;
    color: #034EA1;
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
    padding: 0 5px;
    display: flex;
    justify-content: space-between;
}

.order-item .order-texts p span {
    color: #034EA1;
    padding-left: 6px;
}

.order-btn {
    width: 100%;
    height: 36px;
    margin-top: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #034EA1;
    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: #fff;
    border-radius: 4px;
    padding: 16px 12px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #034EA1;
    flex-flow: column;
}

.customer li img {
    width: 48px;
    height: auto;
    margin-right: 8px;
}

.customer li h3 {
    font-size: 16px;
    color: #034EA1;
    font-weight: 600;
}

.customer li h2 {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
    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: 10px 16px;
    background: #034EA1;
    border-radius: 25px;
    margin-top:10px;
    width: 100%;
    text-align: center;
}

.article {
    width: 100%;
    padding: 0px 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;
    margin: 15px 0;
    margin-top: 70px;
    border: 1px solid #034EA1;
}

.article-content {
    width: 100%;
    height: auto;
    /* color: #fff; */
    margin-top: 65px;
}

.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;
    opacity: 1;
}


.official-main {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 12px;
}

.official-list {
    width: 100%;
    height: auto;
    display: inline-block;
}


.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 #034EA1;
    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 #034EA1;
    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: #034EA1;
    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;
}




.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: #034EA1;
    margin-bottom: 6px;
}

.statistics-list li p {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}




.task-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 10px;
    padding-bottom: 20px;
}

.task-list {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.task-item {
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 10px 6px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #034EA1;
}
.task-item .left{   
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    margin-right: 15%;
}
.task-item .left img{
    width: 40px;
}
.task-item .left .left-box{
    width: 80%;
    margin-left: 10px;
}

.pro-box{
    width: 100%;
    display: flex;
    margin-top: 5px;
}

.task-item  .Progress{
    flex: 1;
    margin-right: 5px;
}
.task-item  .Progress-box{
    width: 100%;
    height: 15px;
    border-radius: 20px;
    background-color: #ccc;
    position: relative;
}
.task-item  .Progress-box .Progress-span{
    position: absolute;
    left: 0;
    /* width: 30%; */
    background-color: #034EA1;
    border-radius: 20px;
    height: 15px;
    text-align: right;
    padding-right: 10px;
}
.task-item  .Progress-box .Progress-span span {
    color: #fff;
    text-align: right;
    height: 15px;
    line-height: 15px;
    padding: 2px 5px;
    color: #ffffff;
    font-size: 10px;
    border-radius: 25px;
    background: #000066;
    position: absolute;
    z-index: 999;
}



.task-item button {
    width: 80px;
    height: 30px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #034EA1;
    border-radius: 4px;
    border: none;
    margin-top: 12px;
    cursor: pointer;
    border-radius: 20px;
}

.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: #034EA1; 
}
.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: #034EA1;
    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: #034EA1;
    color: #fff;
    font-family: cursive;
    font-size:16px;
    border:1px solid #034EA1;
    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: 49%;
    height: auto;
    display: block;
    background: #ffffff;
    border-radius: 4px;
    margin-top: 12px;
    position: relative;
}
.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-item p {
    color: #333333;
    font-size: 14px;
    margin-top: 5px;
}
.news-tit {
    width: 100%;
    height: auto;
    color: #333333;
    font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    text-align: left;
}

.news-content{
    margin-top: 10px;
    color: #908b8b;
}

.article-tab{
    margin-bottom: 0;
}
.news-list-off .news-item{
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}
.news-list-off .news-tit{
    padding: 5px 0;
    text-align: left;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    text-align: center;
}

.msg-list{
    width: 100%;
    /* margin:10px 0; */
    margin-top: 65px;
}
.msg-list-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 12px;
    padding:15px;
    border: 1px solid #ccc;
}

.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;
}

.luck-main {
    width: 100%;
    height: auto;
    padding: 50px 12px 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.luck-box {
    width: 100%;
    height: auto;
    margin-top: 12px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.luck-box-bg {
    width: 100%;
    height: auto;
}

.luck-box ul {
    width: 77%;
    height: 34.8%;
    /* padding: 6%; */
    position: absolute;
    display: flex
;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    top: 33.8%;
    /* background: red; */
}

.luck-box li {
    width: 33%;
    padding: 20px;
    /* margin-top: 12px; */
    /* overflow: hidden; */
    /* background: #302859; */
    /* width: 60px; */
    border-radius: 15px;
    display: flex;
    height: 34%;
    align-items: center;
    justify-content: center;
    /* margin-top: 15px; */
}

/* .luck-box li:first-child,
.luck-box li:nth-child(2),
.luck-box li:nth-child(3) {
    margin-top: 0;
} */

.luck-box li img {
    width: 80%;
    height: auto;
}

.luck-box li.active {
    /* border: 3px solid #fb8534; */
    background-color: #fb8534;
}

.luck-start {
    width: 80%;
    height: 50px;
    border: none;
    margin-top: 16px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 17.5%;
}

.luck-start span {
    width: 100%;
    font-size: 10px;
    text-align: center;
}

.luck-start font {
    color: #fb8534;
    margin: 0 8px;
}

.luck-txt {
    width: 100%;
    height: auto;
    margin-top: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px;
}

.luck-txt p {
    width: 100%;
    height: auto;
    text-wrap: initial !important;
}

.luck-txt p span {
    text-wrap: initial !important;
}

.luck-txt img,
.luck-txt video {
    width: 100%;
    height: auto;
}

.z-success {
    width: 100%;
    height: auto;
    max-width: 750px;
    min-height: 100vh;
    padding: 12px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z-success .logoImg {
    background: url(../images/logo.jpg) ;
    height: 100px;
    width: 100px;
    border-radius:50%;
    background-size: 100% 100%;
    position: absolute;
    left:50%;
    margin-left:-50px;
    top:8%;
}

.mask-success {
    width: 100%;
    padding: 12px;
    background: #fff;
    background: url(../images/p6/luckSuc.png) ;
    border-radius: 12px;
    box-sizing: border-box;
    text-align: center;
    height: 65%;
    position: absolute;
    background-size: 100% 100%;
}

.mask-success-note {
    width: 100%;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 34%;
    color: #000;
}

.mask-success-icon {
    width: 180px;
    /* height: 50px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}

.mask-success-icon img {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.mask-success-note span {
    width: 80%;
    color: #fb8534;
    font-size: 20px;
}

.mask-success-close {
    width: 100%;
    height: 50px;
    margin-top: 12px;
    background: #2a59c3;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    position: absolute;
    bottom: 12%;
    left: 0;
    opacity: 0;
}

/* 首页余额布局 */
.home-level-link{
    border: 1px solid #2a59c3;
}


.salary-main {
    width: 100%;
    height: auto;
    display: block;
    padding: 50px 12px 12px;
}

.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 6px;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #2a59c3;
}

.salary-tit {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #333333;
}

.salary-item ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    /* height: 50px; */
    /* line-height: 50px; */
    padding:10px 20px;
    margin: 10px 0;
}

.salary-item li {
    height: auto;
    display: block;
    text-align: center;
}

.salary-item li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #006EB5;
    margin-bottom: 6px;
}

.salary-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.salary-item button {
    width: 50%;
    height: 36px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #006EB5;
    border-radius: 4px;
    border: none;
    margin-top: 12px;
    /* margin-left: 25%; */
}

.salary-item button.disabled {
    background: #999999;
}

.salary-item .Progress{
    width: 100%;
}
.salary-item .Progress-box{
    width: 100%;
    height: 20px;
    border-radius: 20px;
    background-color: #ccc;
    position: relative;
}
.salary-item .Progress-box .Progress-span{
    position: absolute;
    left: 0;
    /* width: 30%; */
    background-color: #006EB5;
    border-radius: 20px;
    height: 20px;
    text-align: right;
    padding-right: 10px;
}
.salary-item .Progress-box .Progress-span span {
    color: #fff;
    text-align: right;
    height: 20px;
    line-height: 20px;
}

.task-list-luck {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 12px;
}

.task-list-luck .task-item {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.task-list-luck .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-list-luck .task-item ul {
    width: 100%;
    height: auto;
    margin-top: 12px;
    padding: 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.task-list-luck .task-item li {
    height: auto;
    display: block;
    text-align: center;
}

.task-list-luck .task-item li h3 {
    font-size: 14px;
    font-weight: 600;
    color: #2a59c3;
    margin-bottom: 6px;
}

.task-list-luck .task-item li span {
    font-size: 12px;
    font-weight: 500;
    color: #666666;
}

.task-list-luck .task-item button {
    width: 100%;
    height: 36px;
    display: block;
    font-weight: 600;
    color: #ffffff;
    background: #2a59c3;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    margin: 15px auto 0;
}

.task-list-luck .task-item button.disabled {
    background: #8a8a8a;
}

/* 个人中心积分背景图 */
.jifenbg{
    position: relative;
}
.jifenbg img{
    border-radius:10px;
    margin-top:10px;
}

.jifenbg h3{
    position: absolute;
    left: 12%;
    top: 30%;
    color: #fff;
    font-size: 20px;
}
.jifenbg_btn1{
    position: absolute;
    width: 100px;
    /* background-color: red; */
    height: 30px;
    left: 2%;
    bottom: 10%;
    opacity: 0;
}

.jifenbg_btn2{
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-color: red; */
    right: 2%;
    top: 10%;
    opacity: 0;
}

.my-top-left {
    width: 70px;
    height: 70px;
    /* border: 1px solid #CCE34B; */
    border-radius: 50%;
    margin-right: 10px;
    margin: 15px auto;
}

.my-top-left img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

/* .image-frame {
    position: relative;
    display: inline-block;
}

.frame-image {
    max-width: 100%;
    height: auto;
    z-index: 10;
}

.inner-image {
    position: absolute;
    top: 17%;
    left: 15%;
    width: 70%!important;
    height: 70%!important;
    object-fit: cover;
    z-index: 8;
} */


/* 5月11日修改个人中心和首页布局 */
.image-frame {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
}

.frame-image {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; /* 确保 frame-image 在最上层 */
}

.inner-image {
    position: absolute;
    top: 17%;
    left: 15%;
    width: 70%!important;
    height: 70%!important;
    object-fit: cover;
    z-index: 1; /* 确保 inner-image 在下层 */
}

/* 累计任务列表 */

/* 奖品列表 */
.coupon-list{

}

.coupon-item{
    display: flex;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    align-item: center;
    margin: 20px;
    align-items: center;
    position:relative;
}

.coupon-item img {
    width: 50px;
    position: absolute;
    left: 15px;
}

.coupon-con{
    display: flex;
    flex-flow: column;
    margin-left: 10px;
    justify-content: space-between;
}

.coupon-con span{
    margin-top:5px;
}