/*------------------------------------------------------------------
Project:QuanMinHuTui
Author:YouYou
Last change:2025/02/01
Primary use:QuanMinHuTui Main
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
*****************************
adjust body font size
*****************************
1rem = 100px
*****************************
-------------------------------------------------------------------*/
@import url(base.css);
.qmht-login-page-main,.qmht-page-main {
    height: 100%;
    background: #fff;
    overflow: auto;
}
.qmht-page-main.qmht-blue-bg{
    background: #fff;
    /* filter: blur(1rem); */
}
.qmht-page-main.qmht-blue2-bg{
    background: #5466E4;
    /* filter: blur(1rem); */
}
.qmht-page-main.qmht-white-bg{
    background: #fff;
    /* filter: blur(1rem); */
}
.qmht-page-main.qmht-yellow-bg{
    background: #F9F2E1;
    /* filter: blur(1rem); */
}
.qmht-page-main.qmht-gray-bg{
    background: #FAFAFA;
    /* filter: blur(1rem); */
}
.qmht-default-body{
    background: #fff;
    top: -.95rem;
    border-radius: .33rem .33rem 0 0;
    padding: .3rem .23rem 0;
}
.pd{
    padding: 0 .235rem .9rem;
}
.pd2{
    padding: 0 .235rem 0;
}
.lh0{
    line-height: 0;
}
.sk{
    border-radius: .05rem;
    font-size: .12rem;
    padding: .02rem .05rem;
}
.btn{
    border: 0;
    color: #FDFDFD;
    border-radius: .3rem;
    background: var(--Linear, linear-gradient(180deg, #8DA5FF 0.27%, #5165EB 123.57%));
}
.btn-sm{
    font-size: .12rem
}
.login-page-top, .qmht-blue-header, .task-audit-header{
    background-color:#5466E4;
    height: 3.25rem;
    width: 100%;
    max-width: 100%;
}
.qmht-page-main .qmht-sm-header{
    height: 2.5rem;
}
.qmht-page-body{
    top: -1.28rem;
}
.qmht-page-body-sm{
    top: -1.2rem;
}
.login-page-top .login-bg{
    width: 3.9rem;
    top: -.5rem;
    left: 0;
}
.login-page-top .login-page-top-wrap{
    height: 100%;
}
.login-page-top .login-page-top-text{
    color: #FFF;
    text-align: center;
    font-size: .24rem;
    font-style: normal;
    font-weight: 600;
    top: .88rem;
    width: 100%;
}
.login-page-body{
    width: 100%;
    min-height: 2.05rem;
}
.login-page-body .login-input-box{
    border-radius: .48rem;
    background: #fff;
    padding: .4rem .24rem;
    width: 100%;
    left: 0;
    right: 0;
    top: -1.28rem;
}
.login-page-body .login-input-box .login-input-item{
    padding: .15rem;
    border-radius: .18rem;
    border: .01rem solid #FFF;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 .2rem .6rem 0 rgba(55, 62, 125, 0.21);
}
.btn-login{
    width: 1rem;
    height: .39rem;
}
.btn-login[disabled]{
    background: #e2e2e2;
    color: #777;
}
.login-from-icon img{
    height: .32rem;
    width: .32rem;
}
.login-form-input{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.login-from-from{
    width: 100%;
}
.login-from-from input{
    line-height: .32rem;
    border: 0;
    width: 100%;
    margin-left: .15rem;
}
.login-page-footer {
    width: 100%;
    margin-bottom: .2rem;
}
.login-checkbox{
    padding-left: .2rem;
    height: .22rem;
    line-height: .22rem;
    margin-top: .1rem;
}
.login-checkbox-cb{
    display: flex;
    gap: .1rem;
}
.login-checkbox-cb span{
    color: #BBB;
    text-align: center;
    font-size: .12rem;
}
.login-checkbox-cb span input{
    width: .16rem;
    height: .16rem;
}
.login-submit {
    width: 100%;
    margin-top: .2rem
}
.login-submit .btn{
    width: 100%;
    line-height: .34rem;
    border-radius: .4rem;
    margin-top: .25rem;
}
.login-checkbox-cb span a{
    color: #525252;
}
.login-other-text{
    color: #9395A4;
    font-size: .12rem;
    text-align: center;
}
.block-footer{
    display: flex;
    justify-content: center;
    column-gap: .24rem;
    margin-top: .2rem;
}
.block-footer .login-icon a{
    width: .46rem;
    height: .46rem;
    background-color: rgba(84, 102, 228, 0.10);
    border-radius: 50%;
}
.block-footer .login-weixin img{
    width: .21433rem;
    height: .17458rem;
}
.block-footer .login-qq img{
    width: .16724rem;
    height: .18237rem;
}
.block-footer .login-alipay img{
    width: .16rem;
    height: .16rem;
}
.qmht-container{
    padding-bottom:.9rem
}
.qmht-page-no-menubar .qmht-container{
    padding-bottom:.7rem
}
.welcome-header{
    margin-top: .25rem;
    padding: .1rem .235rem 0;
}
.welcome-title{
    color: #000;
    font-size: .2rem;
    font-weight: 600;
    line-height: .27rem;
}
.welcome-container .welcome-banner{
    width: 3.43rem;
    height: 1.54rem;
    display: block;
}
.welcome-container .welcome-banner img{
    width: 3.43rem;
    height: 1.54rem;
    border-radius: .17rem;
}
.welcome-container .welcome-banner h1{
    color: #FFF;
    font-size: .18rem;
    font-style: normal;
    font-weight: 600;
    line-height: .27rem;
    top: .25rem;
    left: .36rem;
}
.welcome-container .welcome-banner .welcome-banner-btn{
    top: .85rem;
    left: .34rem;
}
.welcome-container .welcome-banner .welcome-banner-btn button{
    border-radius: .3rem;
    background: #5367E7;
    width: .82rem;
    height: .31rem;
    color: #FDFDFD;
    font-size: .14rem;
    font-style: normal;
    font-weight: 500;
    line-height: .31rem;
    padding: 0;
}
.welcome-body{
    min-height: 5.6rem;
    padding: .1rem .235rem 0;
    border-radius: .33rem;
    background: rgba(255, 255, 255, 0.28);
    box-shadow: 0 .02rem .02rem 0 #FFF inset;
}
.video-play-container{
    padding: 0 .235rem .9rem;
}
.video-paly-success{
    border-radius: .18rem;
    border: .01rem solid #FFF;
    background: rgba(255, 255, 255, 0.58);
    width: 100%;
    padding: .15rem;
}
.video-paly-success h3{
    color: #000;
    text-align: center;
    font-size: .18rem;
    font-style: normal;
    font-weight: 600;
    line-height: .18rem;
}
.video-paly-success img{
    width: 2.43rem;
    height: 1.15579rem;
}
.qmht-blue-header.welcome-header{
    margin-top: 0;
    padding-top: .25rem;
}
.qmht-blue-header.welcome-header .welcome-title{
    color: #fff;
}

.task-search-item{
    height: .5rem;
    line-height: 0;
}
.task-search-item input{
    padding: .05rem .35rem;
    border: 0;
    width: 3.44rem;
    height: .5rem;
    border-radius: .16rem;
    border: .01rem solid rgba(255, 255, 255, 0.47);
    background: #FFF;
    box-shadow: 0 .1rem .4rem 0 rgba(29, 22, 23, 0.07);
}
.task-search-item .icon-search{
    width: .15984rem;
    height: .16018rem;
    left: .1rem;
    top: .18rem;
}
.task-search-item .icon-search-set{
    height: .2rem;
    top: .15rem;
    right: .15rem;
    border-left: .01rem solid #dddada;
    padding-left: .08rem;
}

.task-list-nav{
    padding: 0 .32rem;
}
.task-list-nav .nav{
    justify-content: space-between;
    display: flex;
    align-items: center;
    border: 0;
}
.task-list-nav .nav button{
    color: #8190FC;
    font-size: .14rem;
    padding: .1rem .15rem;
    border: 0;
    font-weight: 500;
}
.task-list-nav .nav button.active{
    color: #fff;
    background: none;
    font-weight: 600;
    border-bottom: .02rem solid #fff;
}
.task-list-content{
    background: #fff;
    border-radius: .33rem .33rem 0 0;
    min-height: 3rem;
}
.task-list-content .tab-content{
    padding: .18rem .2rem;
}
.task-item{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    display: flex;
    padding: .12rem .15rem;
    margin-bottom: .16rem;
}
.task-item h2{
    color: #141414;
    font-size: .16rem;
    line-height: .16rem;
    font-weight: 600;
    margin: .05rem 0 .08rem 0;
}
.task-item P{
    color: #ABABAB;
    font-size: .12rem;
    line-height: .16rem;
    margin-top: .05rem
}
.task-item .task-descripion{
    max-width: 2.05rem
}
.task-item .task-type{
    margin-top: .1rem;
    display: flex;
    align-items: center
}
.task-item .task-type img{
    width: .17rem;
    height: .17rem;
    margin-right: .06rem
}
.task-item .task-type span{
    color: #767676;
    font-size: .12rem;
    line-height: .12rem;
}
.task-item .task-item-right{
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.task-item .task-price{
    color: #EE6F57;
    font-size: .12rem;
    font-style: normal;
    font-weight: 600;
}
.task-item .task-price em{
    color: #EE6F57;
    font-size: .22rem;
    font-style: normal;
    font-weight: 600;
}
.task-item .task-btn button{
    font-size: .14rem
}
.task-view-header{
    padding: 0 .235rem 0;
}
.task-view-header h1{
    color: #141414;
    font-size: .16rem;
    font-weight: 600;
    line-height: .16rem;
    margin-top: .3rem;
}
.task-view-header .task-view-price{
    color: #EE6F57;
    font-size: .22rem;
    font-weight: 600;
}
.task-view-header .task-view-price em{
    font-size: .12rem;
    font-style: normal;
    font-weight: 600;
}
.task-view-header .task-view-sign{
    background: #D3EFDB;
    color: #61AA76;
}
.task-view-header .task-view-sign-red{
    background: #ffcccc;
}
.task-view-header .task-view-description{
    color: #6E6E6E;
    font-size: .14rem;
    line-height: .16rem;
}
.task-view-header .task-view-tags{
    background: #FCF1D5;
    color: #C2A356;
}
.task-view-header .task-view-time{
    background: rgba(83, 103, 231, 0.30);
    color: #5367E7;
}
.task-view-l1,.task-view-l2{
    line-height: .2rem;

}
.task-view-body{
    min-height: 5.6rem;
    /*text-indent: 2em;*/
    /*padding: .1rem .235rem 0;*/
    overflow-wrap: break-word;
    /*border-radius: .33rem;*/
    /*background: rgba(255, 255, 255, 0.28);*/
    /*box-shadow: 0 .02rem .02rem 0 #FFF inset;*/
}
.task-view-title, .default-title{
    line-height: .16rem;
}
.task-view-title span, .default-title span{
    width: .1rem;
    height: .1rem;
    background-color: #5466E4;
    border-radius: 50%;
    display: inline-block;
}
.task-view-title h3, .default-title h3{
    color: #2F2E2E;
    font-size: .16rem;
    font-weight: 500;
    display: inline-block;
}
.task-view-title p{
    color: #666262;
}
.task-view-info{
    color: #534C4C;
    font-size: .14rem ;
}
.task-view-input input, .task-add-input input{
    border-radius: .18rem;
    border: .01rem solid #FFF;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 .1rem .2rem 0 rgba(55, 62, 125, 0.10);
    width: 100%;
    padding: .1rem;
    height: .45rem;
}
.task-view-input .btn{
    right: .1rem;
    top: .23rem;
}
.task-view-btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .1rem .23rem;
    line-height: 0;
    z-index: 29;
}
.task-view-btn .btn{
    width: 100%;
    height: .5rem;
}
.task-view-btn .task-view-addbtns{
    display: flex;
    justify-content: space-between;
}
.task-view-btn .task-view-addbtns .btn{
    width: 1.6rem;
}
.task-view-btn .task-view-addbtns .btn-cancel{
    background: #CACACA;
}
.task-add-uploads{
    line-height: 0;
}
.task-add-uploads .task-add-image{
    display: inline-block;
    width:1.05rem;
    height:.76rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.task-add-uploads .task-add-image input{
    display: inline-block;
    width:1.05rem;
    height:.76rem;
    opacity: 0;
}
.task-add-words{
    width: 100%;
    height: 1.56rem;
    border-radius: .18rem;
    border: .01rem solid #FFF;
    background: rgba(255, 255, 255, 0.58);
    padding: .12rem .12rem;
}
.task-add-words textarea{
    width: 100%;
    background: transparent;
    border: 0;
    height: .7rem;
}
.task-add-words p{
    color: #121420;
    text-align: center;
    font-size: .14rem;
    font-weight: 600;
    line-height: normal;
    width: calc(100% - .24rem);
    top: .36rem;
}
.task-add-words .btn{
    width: .78rem;
    bottom: .38rem;
    left: calc(50% - .39rem);
    background: #5367E7;
}
.task-add-words .words-multiple{
    display: flex;
    justify-content: center;
    width: calc(100% - .24rem);
    align-items: center;
    bottom: .15rem;
}
.task-add-words .words-multiple img{
    margin-right: .05rem;
    width: .1164rem;
    height: .1164rem;
}
.task-add-words .words-multiple span{
    color: #5367E7;
    font-size: .12rem;
    font-weight: 500;
    line-height: .12rem;
}
.task-add-words textarea {
    transition: border-color 0.3s;
}
.task-add-words textarea:focus {
    border-color: #007bff;
}
.btn-flash {
    animation: flash 0.3s;
}
@keyframes flash {
    0% { background-color: #007bff; }
    100% { background-color: initial; }
}
.task-add-select{
    justify-content: space-between;
}
.task-add-select .add-select{
    line-height: 0;
}
.task-add-select .add-form-checkbox {
    height: .91rem;
    width: .74rem;
    border-radius: 0.05rem;
    border-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.task-add-select .add-select{
    border-radius: .18rem;
    border: .02rem solid #E3EEFB;
    padding: .02rem;
}
.task-add-select .add-select.add-checked{
    border: .02rem solid #1e9fff;
}
.task-add-select .add-form-checkbox.bg-img1 {
    background-image: url(../images/svg/icon-add-app1.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.task-add-select .add-form-checkbox.bg-img2 {
    background-image: url(../images/svg/icon-add-app2.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.task-add-select .add-form-checkbox.bg-img3 {
    background-image: url(../images/svg/icon-add-app3.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.task-add-select .add-form-checkbox.bg-img4 {
    background-image: url(../images/svg/icon-add-app4.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.task-audit-header{
    height: 5.5rem;
}
.task-progress .task-progress-text{
    color: #FFF;
    font-size: .14rem;
    font-weight: 600;
}
.task-progress .progress{
    height: .1rem;
    background: #4C5CD0;
}
.task-progress .progress .progress-bar{
    height: .1rem;
    background-color: #fff;
    transition: red;
}
.task-audit-img img{
    width: 2.71997rem;
    height: 2.30995rem;
}
.task-audit-tips h3{
    color: #FFF;
    font-size: .18rem;
    font-weight: 600;
}
.task-audit-tips-btn{
    text-align: center;
}
.task-audit-tips-btn .btn{
    color: #EE6F57;
    font-size: .12rem;
    font-weight: 600;
    background: #fff;
}
.task-audit-body{
    background: #fff;
    top: -0.67rem;
    border-radius: .33rem .33rem 0 0;
}
.task-audit-list{
    min-height: 2rem;
    padding: .3rem .23rem 0;
}
.my-container .welcome-header{
    overflow: hidden;
    height: 2.36rem;
}
.my-container .qmht-my-bg{
    top: .15rem;
    right: -0.35rem;
    width: 2.49rem;
    height: 1.06rem;
}
.qmht-default-body.qmht-my-body{
    padding: .1rem .23rem .3rem .23rem;
}
.my-info{
    gap: .15rem;
}
.my-info .my-avatar img{
    background-color: #fff;
    width: .54rem;
    height: .54rem;
    border-radius: .54rem;
}
.my-lv{
    top: .68rem;
    right: 0;
    width: .72rem;
    height: .42rem;
    border-radius: .15rem 0 0 .15rem;
    background: #FFCD7C;
    box-shadow: 0 .04rem .02rem 0 rgba(255, 255, 255, 0.25) inset, 0 .01rem .04rem 0 rgba(68, 86, 214, 0.24);
}
.my-lv .my-lv-text{
    background-color: #ffe7c0;
    width: .38rem;
    height: .17rem;
    border-radius: 0 0 .06rem .06rem;
    margin-left: calc(50% - .19rem);
}
.my-lv .my-lv-num{
    color: #451b05;
}
.my-order-item .my-order-icon{
    border-radius: .2rem;
    border: .01rem solid #FFF;
    background: #F5F5F5;
    width: .63rem;
    height: .63rem;
}
.my-order-item .my-order-icon.order-icon1 img{
    width: .31rem;
    height: .39rem;
}
.my-order-item .my-order-icon.order-icon2 img{
    width: .29rem;
    height: .29rem;
}
.my-order-item .my-order-icon.order-icon3 img{
    width: .29rem;
    height: .26rem;
}
.my-order-item .my-order-icon.order-icon4 img{
    width: .28368rem;
    height: .28083rem;
}
.my-order-item h3{
    color: #0b0909;
    font-weight: 400;
}
.my-gold{
    border-radius: .2rem;
    border: .01rem solid rgba(255, 255, 255, 0.60);
    background: #5466E4;
    box-shadow: 0 .04rem .4rem 0 rgba(169, 169, 169, 0.13);
    padding: .15rem;
}
.my-gold-icon{
    border-radius: .2rem;
    background: #FFCD7C;
    width: .5rem;
    height: .5rem;
    margin-right: .1rem;
}
.my-gold-icon img{
    width: .17654rem;
    height: .21427rem;
}
.my-gold-btn{
    margin-left: auto;
}
.my-gold-btn .btn{
    border-radius: .3rem;
    border: .01rem solid rgba(255, 255, 255, 0.71);
    background: #FFF;
    color: #1b1b1b;
}
.my-feature-item{
    line-height: .5rem;
}
.my-feature-box{
    border-radius: .18rem;
    border: .01rem solid rgba(255, 255, 255, 0.60);
    background: #FFF;
    box-shadow: 0 .04rem .4rem 0 rgba(169, 169, 169, 0.24);
    padding: .05rem .12rem;
}
.my-feature-icon{
    margin-right: .1rem;
}
.my-feature-icon img{
    width: .22rem;
    height: .22rem;
}
.my-feature-arrow{
    margin-left: auto;
}
.my-feature-arrow img{
    width: .1rem;
    height: .1rem;
}
.my-bottom p{
    color: #ACACAC;
}
.qmht-rank-header{
    padding-top: .3rem;
    height: 4rem;
}
.qmht-rank-header .rank-tab{
    z-index: 99;
}
.rank-tab{
    border-radius: .215rem;
    background: rgba(255, 255, 255, 0.28);
    padding: .03rem;
}
.rank-tab a{
    color: #fff;
    display: inline-block;
    width: 50%;
}
.rank-tab a.active{
    color: #5466E4;
    border-radius: .215rem;
    border: .01rem solid #4F64EF;
    background: #FFF;
    box-shadow: 0 .01rem .04rem 0 rgba(68, 86, 214, 0.24);
}
.rank-user-top3{
    min-height: 2.32rem;
}
.rank-user-top3 .rank-user1-avatar .avatar{
    width: .63rem;
    height: .63rem;
    border-radius: .63rem;
    border: .01rem solid #fff;
    padding: .05rem;
    display: block;
    margin: 0 auto;
}
.rank-user-top3 .rank-user1-avatar .medal{
    width: .42517rem;
    height: .34795rem;
    bottom: .24rem;
    left: calc(50% - .21rem);
}
.rank-user-top3 .rank-user-point .rank-bg1{
    width: 1.26rem;
    height: 1.01rem;
}
.rank-user-top3 .rank-bg-user{
    width: 1.72rem;
    height: 1.74rem;
    left: calc(50% - .76rem);
    top: -.68rem;
    z-index: 9;
}
.rank-num{
    color: #B3C2FE;
    text-shadow: 0 .04rem .04rem #586DDE;
    font-weight: 900;
}
.rank-num1{
    font-size: .6rem;
    line-height: .6rem;
}
.rank-num2,
.rank-num3{
    font-size: .4rem;
    line-height: .4rem;
}
.rank-user1{
    z-index: 10;
    left: calc(50% - .63rem);
}
.rank-user-point{
    z-index: 11;
}
.rank-user-point div{
    z-index: 12;
    top: .26rem;
    width: 100%;
}
.rank-user-point h3{
    z-index: 12;
    bottom: 0;
    width: 100%;
}
.rank-title img{
    width: 2.31rem;
    height: .62rem;
}
.rank-user-top3 .rank-user2-avatar,
.rank-user-top3 .rank-user3-avatar{
    top: .4rem;
    z-index: 10;
}
.rank-user-top3 .rank-user2-avatar .avatar,
.rank-user-top3 .rank-user3-avatar .avatar{
    width: .52rem;
    height: .52rem;
    border-radius: .52rem;
}
.rank-user-top3 .rank-user2-avatar .medal{
    width: .34rem;
    height: .29rem;
}
.rank-user-top3 .rank-user3-avatar .medal{
    width: .33rem;
    height: .29rem;
}
.rank-user-top3 .rank-user2-avatar .medal,
.rank-user-top3 .rank-user3-avatar .medal{
    top: .36rem;
    left: calc(50% - .17rem);
}
.rank-user2 .rank-user-point .rank-bg,
.rank-user3 .rank-user-point .rank-bg{
    width: 1.26rem;
    height: .64rem;
}
.rank-user2{
    left: 0;
    z-index: 5;
}
.rank-user3{
    right: 0;
    z-index: 5;
}
.rank-user2 .rank-user-point,
.rank-user3 .rank-user-point{
    top: .34rem;
    z-index: 5;
}
.rank-user2 .rank-user-point div,
.rank-user3 .rank-user-point div{
    top: .12rem;
}
.rank-user2 .rank-user-point h3,
.rank-user3 .rank-user-point h3{
    bottom: .03rem;
}
.qmht-rank-body{
    top: -.48rem;
    z-index: 20;
    background: #fff;
    border-radius: .33rem .33rem 0 0;
}

.rank-list-nav{
    border-radius: .33rem .33rem 0 0;
    background: linear-gradient(180deg, #FFF3E0 0%, #FFF 100%);
    height: .54rem;
    line-height: .54rem;
    padding: 0 .23rem;
}
.rank-list-nav div{
    color: #7b7b7b;
}
.rank-user-list{
    align-items: center;
    line-height: .20rem;
    margin-bottom: .18rem;
}
.rank-user-list .num{
    color: #494949;
}
.rank-user-list .rank-user-info img{
    width: .27rem;
    height: .27rem;
    border-radius: .27rem;
}
.qmht-rank-body .qmht-default-body{
    padding: 0 .23rem 0;
}
.rank-user-num .btn{
    border-radius: .15rem;
    background: #FFF2E8;
    font-size: .14rem;
    color: #2e2626;
}
.qmht-business-header{
    background-color: #F6C367;
    padding-top: .3rem;
    height: 2.08rem;
    width: 100%;
    max-width: 100%;
}
.qmht-business-header .rank-bg-business{
    top: 0;
    right: 0;
    z-index: 5;
}
.qmht-business-header .rank-title,
.qmht-business-header .rank-tab{
    z-index: 6;
}
.qmht-business-header .rank-tab a.active{
    color:#212228;
    border: .01rem solid #ED8700;
    background: #FFF;
    box-shadow: 0 .01rem .04rem 0 rgba(68, 86, 214, 0.24);
}
.qmht-rank-body .qmht-default-body{
    border-radius: 0;
}
.qmht-rank-body .rank-list-nav div{
    color:#DB9451
}
.qmht-business-body .rank-list-nav,
.qmht-business-body .qmht-default-body{
    padding: 0;
    background: #F9F2E1;
}
.qmht-rank-body.qmht-business-body{
    padding: .12rem .23rem;
    background: #F9F2E1;
}
.qmht-business-body .rank-user-num .btn{
    background: #FAE8D1;
}
.qmht-business-body .rank-user-top3 .rank-user-point .rank-bg1{
    width: 1.24rem;
    height: 1.53rem;
}
.qmht-business-body .rank-user2 .rank-user-point .rank-bg,
.qmht-business-body .rank-user3 .rank-user-point .rank-bg{
    width: 1.11rem;
    height: .91rem;
}
.qmht-business-body .rank-user-top3 .rank-user1-avatar .avatar,
.qmht-business-body .rank-user-top3 .rank-user2-avatar .avatar,
.qmht-business-body .rank-user-top3 .rank-user3-avatar .avatar{
    background: #fff;
    padding: .02rem;
    box-shadow: 0 .04rem .04rem 0 #F7E6BB inset;
}
.qmht-business-body .rank-user-top3 .rank-user1-avatar .medal{
    width: .35916rem;
    height: .3244rem;
    top: -.15rem;
    bottom: auto;
    left: .22rem;
}
.qmht-business-body .rank-user-top3 .rank-user2-avatar .medal{
    width: .31001rem;
    height: .28001rem;
    left: .16rem;
    top: -.13rem;
}
.qmht-business-body .rank-user-top3 .rank-user3-avatar .medal{
    width: .24142rem;
    height: .21806rem;
    top: -.1rem;
    left: .28rem;
}
.qmht-business-body .rank-user-top3 .rank-user1-avatar h3,
.qmht-business-body .rank-user-top3 .rank-user2-avatar h3,
.qmht-business-body .rank-user-top3 .rank-user3-avatar h3{
    color: #db9451;
}
.qmht-business-body .rank-user1 .rank-user1-avatar{
    z-index: 10;
}
.qmht-business-body .rank-user1 .rank-user-point{
    top: -.8rem;
    z-index: 5;
}
.qmht-business-body .rank-user-point div{
    font-size: .28rem;
    color: #353535;
    top: .55rem;
}
.qmht-business-body .rank-user1 .rank-user-point div{
    top: .75rem;
}
.qmht-business-body .rank-user-top3{
    min-height: 1.6rem;
}
.qmht-business-body .rank-user2 .rank-user-point,
.qmht-business-body .rank-user3 .rank-user-point{
    top: -.32rem;
    z-index: 5;
}
.qmht-mylist-body .task-list-nav{
    border-radius: .3rem;
    background: rgba(255, 255, 255, 0.58);
    box-shadow: 0 .2rem .3rem 0 #D8EBFE;
    margin: 0 .2rem;
    padding: .02rem .1rem;
}
.qmht-mylist-body .task-list-nav .nav button{
    color: #858585;
    padding: .1rem;
}
.qmht-mylist-body .task-list-nav .nav button.active{
    border-radius: .3rem;
    border: .01rem solid rgba(255, 255, 255, 0.71);
    background: var(--Linear, linear-gradient(180deg, #8DA5FF 0.27%, #5165EB 123.57%));
    box-shadow: 0 .04rem .2rem 0 #C8DAEE;
    height: .39rem;
    padding: 0 .12rem;
    color: #fff;
}
.qmht-mylist-body .task-list-content{
    background: none;
}
.qmht-mylist-body .task-list-content .tab-content{
    padding: 0 .2rem .18rem;
}
.mytask-item{
    display: block;
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    padding: .12rem .1rem;
}
.mytask-item .mytask-info img{
    width: .21rem;
    height: .21rem;
    border-radius: .21rem;
}
.mytask-item .mytask-info h3{
    color: #727272;
    font-size: .12rem;
    line-height: .21rem;
}
.mytask-item .mytask-description
{
    color: #141414;
}
.mytask-item .mytask-sub-description{
    color: #ABABAB;
}
.mytask-center-right span{
    color: #EE6F57;
    font-size: .22rem;
}
.mytask-item .mytask-footer{
    border-radius: .06rem;
    background: #F6F6F6;
    padding: .05rem;
}
.mytask-item .mytask-footer button{
    border: 0;
    padding: 0;
    color: #B6B6B6;
}
.mytask-item .mytask-status{
    width: .56rem;
    height: .25rem;
    line-height: .25rem;
    border-radius: 0 0 .1rem .1rem;
    right: .25rem;
    top: 0;
}
.mytask-item.mytask-success .mytask-status{
    background: #6CCE6D;
}
.mytask-item.mytask-success .mytask-footer div
{
    color: #6CCE6D;
}
.mytask-item.mytask-danger .mytask-status{
    background: #D84510;
}
.mytask-item.mytask-danger .mytask-footer button,
.mytask-item.mytask-danger .mytask-footer div
{
    color: #D84510;
}
.mytask-item.mytask-fail .mytask-status{
    background: #F4551C;
}
.mytask-item.mytask-fail .mytask-footer button,
.mytask-item.mytask-fail .mytask-footer div
{
    color: #F4551C;
}
.mytask-item.mytask-warning .mytask-status{
    background: #FFC600;
}
.mytask-item.mytask-warning .mytask-footer button,
.mytask-item.mytask-warning .mytask-footer div
{
    color: #FFC600;
}
.task-textarea{
    width: 100%;
    padding: .1rem;
    min-height: 1.65rem;
    border-radius: .18rem;
    border: .01rem solid #FFF;
    background: rgba(255, 255, 255, 0.58);
}
.feedback-old-img,
.task-add-uploads.feedback-add-image .task-add-image,
.task-add-uploads.feedback-add-image .task-add-image input{
    border-radius: .12rem;
    width: 1.08rem;
    height: 1.04rem;
}
.mytask-b-item{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    padding: .12rem .1rem;
}
.mytask-b-item h3{
    color: #141414;
}
.mytask-b-item .mytask-b-avatar img{
    width: .44rem;
    height: .44rem;
    border-radius: .44rem;
}
.mytask-b-item .mytask-b-tags h3{
    color: #727272;
    line-height: .12rem;
}
.mytask-b-item .mytask-b-rank{
    width: .42rem;
    height: .44rem;
    top: 0;
    right: .25rem;
    background: url(../images/svg/bg-b-rank.svg) no-repeat;
    color: #451B05;
}
.mytask-b-item .mytask-b-tags span{
    border-radius: .125rem;
    line-height: .2rem;
    padding: .02rem .1rem;
}
.mytask-b-item .mytask-b-tags span.mytask-b-tag1{
    background: #FCF1D5;
    color: #C2A356;
}
.mytask-b-item .mytask-b-tags span.mytask-b-tag2{
    background: rgba(83, 103, 231, 0.13);
    color: #5367E7;
}
.mybalance-bg-1{
    right: 0;
    top: -.15rem;
    width: 2.71rem;
    height: 2.71rem;
    z-index: 5;
}
.mybalance-bg-2{
    width: 1.23706rem;
    height: 1.23817rem;
    right: 0;
    top: .3rem;
    z-index: 11;
}
.mybalance-bg-3{
    left: -.13rem;
    bottom: 0;
    width: 3.52rem;
    height: .16rem;
    z-index: 6;
}
.my-balance-header{
    margin: 0 auto;
}
.my-balance-header,
.my-balance-header .my-balance-box{
    border-radius: .2rem .2rem 0 0;
    background: #F6F6FA;
    width: 3.25rem;
    height: 1.43rem;
    z-index: 9;
}
.my-balance-header .my-balance-top{
    border-radius: .2rem .2rem 0 0;
    background: linear-gradient(180deg, #5466E4 -98.91%, #F6F6FA 100%);
    height: .46rem;
    line-height: .46rem;
    padding-left: .12rem;
}
.my-balance-header .my-balance-top img{
    width: .27rem;
    height: .27rem;
    border-radius: .27rem;
}
.my-balance-header .my-balance-top .my-name{
    color: #5D5D5D;
}
.my-balance-header .my-balance-top{
    z-index: 10;
}
.my-balance-header .my-balance-bottom{
    padding: 0 .35rem 0 .16rem;
    z-index: 12;
}
.my-balance-header .my-balance-bottom .my-balance-bottom-info h3{
    color: #888;
}
.my-balance-header .my-balance-bottom .my-balance-bottom-info h4{
    font-size: .26rem;
    color: #1F1616;
}
.my-balance-header .my-balance-bottom .my-balance-bottom-btn{
    margin-left: auto;
}
.my-balance-header .my-balance-bg{
    width: 3.52rem;
    height: .43rem;
    border-radius: .02rem;
    background: linear-gradient(180deg, #FFF -190.7%, #5466E4 100%);
    left: -.13rem;
    z-index: 9;
}
.qmht-default-body.qmht-mybalance-body{
    top: -.62rem;
    z-index: 20;
    min-height: 2rem;
    padding: .15rem .23rem 0;
}
.mybalance-item-list{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    padding: .1rem .15rem;
}
.mybalance-item-list .mybalance-item-list-img{
    width: .41rem;
    height: .41rem;
    border-radius: .41rem;
}
.mybalance-item-list .mybalance-item-list-img img{
    width: .16rem;
    height: .16rem;
}
.mybalance-item-list .mybalance-item-list-info h3{
    color: #000;
}
.mybalance-item-list .mybalance-item-list-info p{
    color: #989898;
}
.mybalance-item-list .mybalance-item-list-num{
    text-align: right;
}
.mybalance-item-list .mybalance-item-list-num p{
    color: #989898;
}
.mybalance-item-list.mybalance-item-list1 .mybalance-item-list-img{
    background: rgba(84, 102, 228, 0.26);;
}
.mybalance-item-list.mybalance-item-list2 .mybalance-item-list-img{
    background: rgba(238, 111, 87, 0.25);
}
.mybalance-item-list.mybalance-item-list1 .mybalance-item-list-num h4{
    color: #EE6F57;
}
.mybalance-item-list.mybalance-item-list2 .mybalance-item-list-num h4{
    color: #FFC600;
}
.mybrokerage-list .mybalance-item-list3 .mybalance-item-list-img img{
    width: .19rem;
    height: .19rem;
}
.mycashout-bind{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    line-height: .59rem;
    padding: 0 .15rem;
}
.mycashout-bind .mycashout-bind-icon img{
    width: .2993rem;
    height: .2993rem;
}
.mycashout-bind .mycashout-bind-text{
    color: #727272;
}
.mycashout-bind .mycashout-bind-btn a{
    height: .31rem;
    padding: 0 .1rem;
    line-height: .31rem;
}
.mycashout-box{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    padding: .15rem;
}
.mycashout-box .mycashout-box-num{
    color: #D99A6A;
    border-radius: .15rem;
    background: rgba(255, 189, 141, .2);
    line-height: .27rem;
    padding: 0 .08rem;
}
.mycashout-box .mycashout-box-input{
    padding-left: .12rem;
    border-bottom: .01rem solid #EAE2E2;;
}
.mycashout-box .mycashout-box-input span{
    color: #6B6B6B;
    line-height: .55rem;
}
.mycashout-box .mycashout-box-input input{
    border: 0;
    width: 1.5rem;
    height: .5rem;
    font-size: .24rem;
    padding: 0;
    color: #000;
}
.mycashout-box .mycashout-box-input button{
    border: 0;
    background: none;
    color: #5466E4;
}
.mycashout-box .mycashout-box-footer .mycashout-box-text{
    color: #727272;
}
.mycashout-box .mycashout-box-footer .mycashout-box-icon img{
    width: .1993rem;
    height: .1993rem;
}
.mycashout-box-btn .btn{
    height: .5rem;
}
.mybrokerage-list .mybalance-item-list{
    padding: .15rem;
}
.mybrokerage-fans{
    line-height: .3rem;
    border-radius: .3rem;
    background: rgba(143, 179, 255, 0.10);
    padding: 0 .12rem;
}
.mybrokerage-fans .flex-center img{
    width: .22rem;
    height: .22rem;
    border-radius: .22rem;
}
.mybrokerage-fans .fs-12{
    color: #989898
}
.mybrokerage-fans .ml-auto{
    color: #5466E4;
}
.mybalance-item-list.mybalance-item-list3 .mybalance-item-list-img{
    background: rgba(255, 198, 0, 0.17);
}
.mybalance-item-list.mybalance-item-list4 .mybalance-item-list-img{
    background: rgba(84, 102, 228, 0.26);
}
.mybrokerage-list .mybalance-item-list-num h4{
    color: #FFC600;
}
.qmht-header-myfans{
    z-index: 9;
}
.qmht-header-myfans .btn-mini{
    right: 0;
    top: .28rem;
}
.myfans-bg-1{
    width: 3.59rem;
    height: 3.92rem;
    z-index: 5;
}
.myfans-avatar{
    height: 1.35rem;
    z-index: 6;
}
.myfans-avatar .myfans-icon{
    z-index: 7;
}
.myfans-avatar .myfans-icon-1{
    width: .82258rem;
    height: .82258rem;
    transform: rotate(1.615deg);
    bottom: .15rem;
}
.myfans-avatar .myfans-icon-2{
    width: .76864rem;
    height: .76864rem;
    transform: rotate(8.899deg);
    left: .93rem;
    top: -.12rem;
}
.myfans-avatar .myfans-icon-3{
    width: .57985rem;
    height: .57985rem;
    right: .7rem;
}
.myfans-avatar .myfans-icon-4{
    width: .91248rem;
    height: .91248rem;
    transform: rotate(3.45deg);
    bottom: 0;
    left: 1.25rem;
}
.myfans-avatar .myfans-icon-5{
    width: .76864rem;
    height: .76864rem;
    right: 0;
    bottom: .1rem;
}
.qmht-default-body.qmht-myfas-body {
    top: -.3rem;
    z-index: 20;
    min-height: 2rem;
    padding: .15rem .23rem 0;
}
.seller-add-body .textarea1{
    min-height: .85rem;
}
.seller-add-body .textarea2{
    min-height: 1.18rem;
}
.task-add-uploads .upload-image-box .task-add-image{
    width: 1.07rem;
    height: .95rem;
    border-radius: .12rem;
    background: rgba(143, 179, 255, 0.11);
}
.task-add-uploads .upload-image-box .task-add-image input{
    z-index: 10;
}
.task-add-uploads .upload-image-box .task-add-image div.flex-center{
    width: .4rem;
    height: .4rem;
    border-radius: .4rem;
    background: #fff;
    z-index: 9;
    top: .1rem;
    left: calc(50% - .2rem);
}
.task-add-uploads .upload-image-box .task-add-image img{
    width: .17064rem;
    height: .17064rem;
    z-index: 9;
}
.task-add-uploads .upload-image-box .task-add-image div.fs-12{
    color: #8B8C8E;
    z-index: 9;
    line-height: .14rem;
    height: .28rem;
    bottom: .08rem;
    width: 1.07rem;
}
.myfans-container .qmht-blue-header{
    height: 4rem;
}
.myfans-board{
    width: 3.43rem;
    height: 1.15rem;
    margin: 0 auto;
    border-radius: .2rem;
    background: #FFF;
    z-index: 10;
    top: -.26rem;
}
.myfans-board .myfans-board-title{
    width: 3.43rem;
    height: .56rem;
    border-radius: .2rem .2rem 0 0;
    background: linear-gradient(180deg, #5466E4 -98.91%, #FFF 100%);
}
.myfans-board .myfans-board-title h3{
    color: #5D5D5D;
    padding-left: .2rem;
    line-height: .42rem;
}
.myfans-board .myfans-board-num{
    color: #0B1C2F;
    font-size: .3rem;
    bottom: .35rem;
    left: .2rem;
}
.myfans-board .myfans-board-btn{
    right: .45rem;
    top: .3rem;
}
.myfans-board .myfans-board-btn a{
    border-radius: .4rem;
    border: .01rem solid #FFF;
    background: var(--Linear, linear-gradient(180deg, #8DA5FF 0.27%, #5165EB 123.57%));
    box-shadow: 0 .04rem .3rem 0 rgba(136, 149, 236, 0.82);
    padding: .05rem .06rem;
}
.myfans-board img.myfans-icon-0{
    width: .9001rem;
    height: .8rem;
    top: .14rem;
    left: .12rem;
}
.myfans-header img.myfans-bg-3{
    width: 3.65rem;
    height: .16rem;
    z-index: 9;
    bottom: 1.41rem;
    left: -.1rem;
}
.myfans-header .myfans-bg-4{
    width: 3.72rem;
    z-index: 12;
    bottom: .18rem;
    left: -.13rem;
}
.myfans-icon-group{
    padding: 0 .12rem;
    z-index: 15;
    top: -.4rem;
}
.myfans-icon-group .myfans-icon-group-item .myfans-icons{
    width: .63rem;
    height: .63rem;
    border-radius: .2rem;
    border: .01rem solid #FFF;
    background: #FFF4ED;
}
.myfans-icon-group .myfans-icon-group-item img.icon6{
    width: .31rem;
    height: .3rem;
}
.myfans-icon-group .myfans-icon-group-item img.icon7{
    width: .39rem;
    height: .37rem;
}
.myfans-icon-group .myfans-icon-group-item img.icon8{
    width: .31rem;
    height: .31rem;
}
.myfans-icon-group .myfans-icon-group-item img.icon9{
    width: .59rem;
    height: .59rem;
    top: .16rem;
    right: -.2rem;
}
.myfans-item{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    padding: .15rem;
}
.myfans-item .flex-center img{
    width: .41rem;
    height: .41rem;
    border-radius: .41rem;
}
.myfans-item .myfans-item-info
.myfans-item .myfans-item-info h3{
    color: #000;
}
.myfans-item .myfans-item-info p,
.myfans-item .myfans-item-time{
    color: #989898;
}
.myfans2-bg{
    width: 100%;
    z-index: 15;
}
.myfans2-header,.myfans2-body{
    z-index: 99;
}
.myfans2-body .myfans2-icon-star1,
.myfans2-body .myfans2-icon-star2,
.myfans2-body .myfans2-icon-star3,
.myfans2-body .myfans2-icon-star4,
.myfans2-body .myfans2-icon-star5{
    z-index: 16;
}
.myfans2-body .myfans2-icon-star1{
    width: .23rem;
    height: .23rem;
    transform: rotate(-18.405deg);
    top: -.17rem;
    left: .56rem;
}
.myfans2-body .myfans2-icon-star2{
    width: .15907rem;
    height: .15907rem;
    transform: rotate(-18.405deg);
    top: -.18rem;
    right: .6rem;
}
.myfans2-body .myfans2-icon-star3{
    width: .19239rem;
    height: .19239rem;
    transform: rotate(-78.865deg);
    left: .22rem;
    top: .56rem;
}
.myfans2-body .myfans2-icon-star4{
    width: .23rem;
    height: .23rem;
    transform: rotate(-18.405deg);
    top: .36rem;
    right: 1.42rem;
}
.myfans2-body .myfans2-icon-star5{
    width: .23rem;
    height: .23rem;
    transform: rotate(100.569deg);
    right: .56rem;
    top: .5rem;
}
.myfans2-body .myfans2-top .myfans2-title img{
    width: 3.17998rem;
    height: .36007rem;
    z-index: 17;
}
.myfans2-body .myfans2-top .myfans2-title img.pa{
    width: 3.24004rem;
    height: .44995rem;
    z-index: 16;
    top: -.05rem;
    left: .1rem;
    opacity: .7;
}
.myfans2-body .myfans2-top .myfans2-descripton span{
    border-radius: .1rem;
    background: rgba(78, 96, 227, 0.12);
    color: #6276FF;
    padding: .03rem .1rem;
}
.myfans2-body .myfans2-center{
    width: 3.44rem;
    height: 2.61rem;
    z-index: 20;
    padding: .6rem 0 0 0;
}
.myfans2-body .myfans2-center h3{
    z-index: 21;
    color: #000;
}
.myfans2-body .myfans2-center .myfans2-center-input{
    z-index: 21;
}
.myfans2-body .myfans2-center .myfans2-center-input input{
    border-radius: .1rem;
    background: #FFF;
    width: 2.79rem;
    height: .34rem;
    font-size: .14rem;
    color: #656565;
    border: 0;
    padding: 0 .1rem;
}
.myfans2-body .myfans2-center .myfans2-center-input button{
    color: #5466E4;
    border: 0;
    background: none;
    right: .4rem;
    top: .07rem;
}
.myfans2-body .myfans2-center .myfans2-center-button{
    z-index: 21;
}
.myfans2-body .myfans2-center .myfans2-center-button button{
    background-image: url(../images/svg/myfans2-bg-2.svg);
    background-repeat: no-repeat;
    font-size: .18rem;
    color: #000;
    width: 1.94rem;
    height: .44rem;
    border: 0;
    background-color: transparent;
    background-size: 100%;
}
.myfans2-body .myfans2-center .myfans2-bg-1{
    width: 3.44rem;
    height: 2.61rem;
    z-index: 18;
    top: 0;
    left: 0;
}
.myfans2-body .myfans2-center .icon-01{
    width: .64rem;
    height: .64rem;
    z-index: 19;
    top: -.18rem;
    left: 0;
}
.myfans2-body .myfans2-bottom h3{
    color: #000;
}
.myfans2-body .myfans2-bottom .myfans2-bottom-item a{
    display: inline-block;
    height: 2.43rem;
    width: 1.65rem;
    border-radius: .2rem;
    background: #5466E4;
    box-shadow: 0 0 .1rem 0 #DCE9EF;
    overflow: hidden;
}
.myfans2-body .myfans2-bottom .myfans2-bottom-item img{
    width: 1.65rem;
}
.myfans2-footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: .1rem .23rem;
    line-height: 0;
    z-index: 39;
    background-color: #fff;
    width: 3.9rem;
    border-radius: .12rem .12rem 0 0;
}
.myfans2-footer-link .myfans2-footer-img{
    width: .46rem;
    height: .46rem;
    border-radius: .46rem;
    margin: 0 auto;
}
.myfans2-footer-link.link-1 .myfans2-footer-img{
    background: rgba(255, 198, 0, 0.29);
}
.myfans2-footer-link.link-2 .myfans2-footer-img{
    background: rgba(84, 102, 228, 0.26);
}
.myfans2-footer-link.link-3 .myfans2-footer-img{
    background: rgba(96, 215, 83, 0.32);
}
.myfans2-footer-link.link-1 .myfans2-footer-img img{
    width: .19rem;
    height: .19rem;
}
.myfans2-footer-link.link-2 .myfans2-footer-img img{
    width: .18rem;
    height: .17rem;
}
.myfans2-footer-link.link-3 .myfans2-footer-img img{
    width: .26rem;
    height: .26rem;
}
.myfans2-footer-link .myfans2-footer-text{
    line-height: .28rem;
}
.qmht-default-body.qmht-seller-body{
    top: 0;
    z-index: 20;
}
.seller-container .my-lv{
    top: .42rem;
}
.seller-container .my-gold{
    background: #5466E4;
}
.seller-container .my-gold-icon{
    background: #4355D2;
}
.seller-container .my-gold-icon img{
    width: .28rem;
    height: .32rem;
}
.seller-container .my-gold-btn .btn{
    border-radius: .3rem;
    border: .01rem solid rgba(255, 255, 255, 0.71);
    background: #FFC44E;
    box-shadow: 0 .04rem .2rem 0 rgba(77, 94, 213, 0.57);
    padding: 0 .1rem;
}
.seller-container .my-gold{
    height: .76rem;
    z-index: 10;
    overflow: hidden;
}
.seller-container .my-gold .my-gold-btn{
    z-index: 11;
}
.seller-container .my-gold .seller-icon-2{
    right: 0;
    top: 0;
    border-radius: 0 .2rem .2rem 0;
    z-index: 9;
    height: .76rem;
}
.seller-container .seller-main{
    border-radius: .18rem;
    border: .01rem solid rgba(255, 255, 255, 0.60);
    background: #FFF;
    box-shadow: 0 .04rem .3rem 0 rgba(169, 169, 169, 0.24);
    padding: .1rem .15rem;
}
.seller-container .my-order-item .my-order-icon{
    width: .41rem;
    height: .41rem;
    border-radius: .41rem;
    background: #F2F1F8;
    margin: 0 auto;
}
.seller-container .my-order-item .my-order-icon.order-icon1 img{
    width: .15167rem;
    height: .14rem;
}
.seller-container .my-order-item .my-order-icon.order-icon2 img{
    width: .18rem;
    height: .14rem;
}
.seller-container .my-order-item .my-order-icon.order-icon3 img{
    width: .18rem;
    height: .18rem;
}
.seller-container .my-order-item .my-order-icon.order-icon4 img{
    width: .14699rem;
    height: .15699rem;
}
.seller-container .my-feature-item1 .my-feature-icon img{
    width: .13rem;
    height: .12rem;
}
.seller-container .my-feature-item2 .my-feature-icon img{
    width: .15023rem;
    height: .10713rem;
}
.seller-container .my-feature-item3 .my-feature-icon img{
    width: .13rem;
    height: .13rem;
}
.seller-container .my-feature-item4 .my-feature-icon img{
    width: .1341rem;
    height: .1341rem;
}
.seller-container .my-feature-item{
    border-bottom: .01rem solid #f6f6f6;
}
.seller-container .my-feature-item:last-child{
    border-bottom: 0;
}
.seller-container .welcome-header{
    margin-top: 0;
    padding: .35rem .235rem 0;
    z-index: 20;
}
.qmht-page-main.qmht-seller-bg,
.seller-container .qmht-default-body{
    background: none;
}
.seller-container .seller-bg1,
.seller-container .seller-bg2,
.seller-container .seller-bg3,
.seller-container .seller-bg4{
    width: 100%;
    z-index: 5;
}
.seller-container .seller-bg1{
    top: 0;
}
.seller-container .seller-bg2{
    top: 0;
    right: 0;
}
.seller-container .seller-bg3{
    top: 1.5rem;
    left: 0;
}
.seller-container .seller-bg4{
    top: 1.0rem;
    right: 0;
}
.seller-video-code span{
    color: #ff887c;
    top: .22rem;
    right: .12rem;
}
.qmht-mylist-body.seller-add-body .task-list-nav{
    margin: 0;
}
.qmht-mylist-body.seller-add-body .task-list-content .tab-content{
    padding: 0;
}
.seller-add-price input{
    max-width: 1.08rem;
}
.seller-add-price span{
    line-height: .4rem;
    margin: 0 .1rem;
}
.task-add-uploads.seller-upload-box .upload-image-box .task-add-image div.flex-center{
    background: none;
}
.task-add-uploads.seller-upload-box .upload-image-box .task-add-image img{
    width: .25064rem;
    height: .25064rem;
}
.task-add-uploads.seller-upload-box .upload-image-box .task-add-image div.fs-12{
    color: #5367E7;
}
.seller-case-top .seller-case-title img.case-title{
    width: 3.04986rem;
    height: .32992rem;
    z-index: 10;
}
.seller-case-top .seller-case-title img.case-title-bg{
    width: 3.12rem;
    height: .4rem;
    left: .39rem;
    top: -.03rem;
    z-index: 9;
}
.seller-case-top .seller-case-bg img{
    width: 3.59rem;
    height: 1.85rem;
}
.seller-case-center{
    top: -.52rem;
}
.seller-case-item{
    border-radius: .2rem;
    background: #FFF;
    box-shadow: 0 0 .1rem 0 rgba(78, 94, 208, 0.38);
    margin-top: .15rem;
}
.seller-case-item .seller-case-top{
    padding: .12rem .12rem 0;
}
.seller-case-item .seller-case-top h3{
    color: #141414;
}
.seller-case-item .seller-case-top p{
    color: #ABABAB;
}
.seller-case-item .seller-case-top .seller-case-user .seller-case-avatar{
    margin-left: .16rem;
}
.seller-case-item .seller-case-top .seller-case-user img{
    width: .28rem;
    height: .28rem;
    border-radius: .28rem;
    margin-left: -.16rem;
}
.seller-case-item .seller-case-top .seller-case-user .seller-case-info{
    color: #1A1A1A;
    border-radius: 0 .14rem .14rem 0;
    background: rgba(255, 198, 0, 0.32);
    height: .28rem;
    line-height: .28rem;
    height: .28rem;
    text-align: right;
    padding: 0 .1rem 0 .3rem;
    margin-left: -.16rem;
}
.seller-case-item .seller-case-right span{
    font-size: .22rem;
    color: #EE6F57;
}
.seller-case-item .seller-case-footer{
    height: .4rem;
    line-height: .4rem;
    border-radius: .2rem;
    background: rgba(255, 198, 0, 0.18);
}
.seller-case-item .seller-case-footer img{
    width: .26rem;
    height: .26rem;
}
.seller-audit-header.task-audit-header{
    height: .52rem
}
.qmht-page-no-menubar .seller-audit-container{
    padding-bottom: 0;
}
.seller-bg{
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.seller-audit-body {
    border-radius: .33rem .33rem 0 0;
}
.seller-audit-list {
    min-height: 2rem;
    padding: 0 .23rem .2rem;
}
.seller-audit-item{
    border-radius: .24rem;
    background: #FFF;
    box-shadow: 0 .04rem .2rem 0 rgba(180, 178, 178, 0.25);
    padding: .1rem .12rem;
    margin-top: .15rem;
}
.seller-item-top .seller-item-left .seller-item-user{
    line-height: .21rem;
}
.seller-item-top .seller-item-left .seller-item-user img{
    width: .21rem;
    height: .21rem;
    border-radius: .21rem;
}
.seller-item-top .seller-item-left .seller-item-user span{
    color: #727272;
}
.seller-item-top .seller-item-left .seller-item-title{
    line-height: .14rem;
}
.seller-item-top .seller-item-left .seller-item-time{
    color: #707070;
    line-height: .12rem;
}
.seller-item-top .seller-item-right{
    line-height: .22rem;
}
.seller-item-top .seller-item-right span{
    color: #EE6F57;
    font-size: .22rem;
}
.seller-item-words{
    line-height: .12rem;
}
.seller-item-words .words-text{
    color: #707070;
}
.seller-item-words .words-btn{
    line-height: .12rem;
}
.seller-item-words .words-btn button{
    color: #5466E4;
    border: 0;
    background: none;
}
.seller-item-image{
    gap: .1rem;
}
.seller-item-image .image-box{
    width: .99rem;
    height: .88rem;
    border-radius: .15rem;
}
.seller-item-footer{
    text-align: right;
    line-height: 0;
}
.seller-item-footer .btn{
    width: .75rem;
    height: .34rem;
    border-radius: .24rem;
    padding: 0;
}
.seller-item-footer .btn.btn-danger{
    background: #FF8D8F;
}
.seller-item-footer .btn.btn-primary{
    background: var(--Linear, linear-gradient(180deg, #5466E4 0%, #8594FF 100%));
}
.qmht-modal .modal-body{
    padding: .1rem;
}
.qmht-modal .modal-body .qmht-modal-input{
    line-height: .28rem;
}
.qmht-modal .modal-footer .btn{
    border-radius: .24rem;
    background: var(--Linear, linear-gradient(180deg, #5466E4 0%, #8594FF 100%));
}
.qmht-modal .modal-footer .btn.btn-secondary{
    background: #6C757D;
}
.qmht-modal .modal-body .message-text{
    border-radius: .21rem;
    background: #F4F4F4;
    width: 100%;
    height: 1.45rem;
    border: 0;
    padding: .1rem;
}