.indexPage {
    padding-top: .76rem;
    padding-bottom: .6rem;
}

.page2 {
    padding-top: .2rem;
}

.page3 {
    height: 100%;
    padding-bottom: 0;
    overflow: hidden;
}

.page4 {
    padding-top: 0;
    padding-bottom: 1.76rem;
}

.page5 {
    padding-top: 0;
    padding-bottom: 0;
}

.indexTop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: .08rem;
    background: #FFFFFF;
    z-index: 2;
}

.logo {
    width: 1.92rem;
    height: .60rem;
    background: url('../images/img03.png') no-repeat center;
    background-size: 100% 100%;
}

.indexTopRight {
    padding-right: .20rem;
}

.topItem {
    height: .44rem;
    width: .44rem;
    margin-left: .4rem;
    position: relative;
}

.topItem.search {
    background: url('../images/img09.png') no-repeat center;
    background-size: 100% 100%;
}

.topItem.my {
    background: url('../images/img11.png') no-repeat center;
    background-size: 100% 100%;
}

.topItem.cart {
    background: url('../images/img05.png') no-repeat center;
    background-size: 100% 100%;
}

.redMsg {
    display: block;
    content: '';
    width: .34rem;
    height: .34rem;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -45%);
    font-size: .20rem;
    font-family: AlibabaPuHuiTiM;
    color: #FFFFFF;
    line-height: .24rem;
    padding: .03rem 0;
    background: #D9230D;
    border: .02rem solid #FFFFFF;
    border-radius: 50%;
    white-space: nowrap;
    text-align: center;
}

.swiper,
.indexSwiper {
    width: 7.5rem;
    height: 3.42rem;
}


.indexSwiper .swiper-pagination .swiper-pagination-bullet {
    width: .06rem;
    height: .06rem;
    background: rgba(255, 255, 255, 0.8);
    opacity: 1;
    transition: all .4s;
}

.indexSwiper .swiper-pagination .swiper-pagination-bullet-active {
    width: .06rem;
    height: .12rem;
    background: #204BE2;
    border-radius: .04rem;
}

.submissionBtn {
    width: 6.86rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .46rem;
    margin: 0 auto;
    font-size: .34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .48rem;
    padding: .22rem;
    margin-top: .2rem;
    margin-bottom: .4rem;
    text-align: center;
}

.listWrap {
    width: 6.86rem;
    margin: 0 auto;
}

.wrapTop {
    margin-bottom: .2rem;
}

.wrapTitle {
    font-size: .34rem;
    font-weight: bold;
    color: #333333;
    line-height: .48rem;
    padding-left: .02rem;
}

.wrapMore {
    font-size: .26rem;
    color: #999999;
    line-height: .36rem;
    padding-right: .3rem;
    background: url('../images/img04.png') no-repeat right center;
    background-size: .24rem .24rem;
}

.journalsItem {
    margin-bottom: .2rem;
    background: #FAFAFA;
    border-radius: .12rem;
    padding: .36rem .2rem;
}

.journalsCover {
    width: 1.42rem;
    height: 1.88rem;
    border-radius: .12rem;
    overflow: hidden;
    position: relative;
    margin-right: .2rem;
}

.coverImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.journalsCollection {
    width: .36rem;
    height: .36rem;
    border-radius: .12rem;
    background: url('../images/img08.png') no-repeat center rgba(0, 0, 0, 0.5);
    background-size: .28rem .28rem;
    position: absolute;
    top: .06rem;
    left: .06rem;
}

.journalsCollection.iscollection {
    background: url('../images/img12.png') no-repeat center rgba(0, 0, 0, 0.5);
    background-size: .28rem .28rem;
}

.journalsRight {
    display: flex;
    flex-direction: column;
}

.journalsTitle {
    font-size: .34rem;
    font-weight: bold;
    color: #333333;
    line-height: .48rem;
    margin-bottom: .18rem;
    padding-top: .02rem;
}

.journalsInfos {
    font-size: .24rem;
    color: #999999;
    line-height: .34rem;
    align-self: flex-start;
}

.journalsInfo {
    margin-bottom: .08rem;
}

.journalsInfo:last-child {
    margin-bottom: 0;
}

.journalsBtn {
    min-width: 1.36rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .30rem;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .40rem;
    padding: .04rem;
    align-self: flex-end;
    text-align: center;
    margin-left: .2rem;
}

.journalsBtn.isCasting {
    border: .02rem solid #2E5EF8;
    background: #FFFFFF;
    color: #2F5FF8;
}


.contactUs {
    border-radius: 2.00rem 0px 0px 2.00rem;
    border: .02rem solid #2E5EF8;
    font-size: .26rem;
    font-weight: bold;
    color: #2F5FF8;
    line-height: .36rem;
    padding: .18rem .1rem .18rem .72rem;
    background: url('../images/img06.png') no-repeat .16rem center #FFFFFF;
    background-size: .44rem .44rem;
    position: fixed;
    right: 0;
    bottom: 1.22rem;
}

.searchWrap {
    width: 6.86rem;
    margin: 0 auto;
    background: #FAFAFA;
    border-radius: .18rem;
    margin-bottom: .3rem;
    margin-top: .3rem;
}

.searchIpt {
    width: 100%;
    background: url('../images/img09.png') no-repeat .28rem center;
    background-size: .44rem .44rem;
    font-size: .30rem;
    color: #333333;
    line-height: .42rem;
    padding: .21rem .21rem .21rem .80rem;
}

.searchIpt::placeholder {
    color: #999999;
}

.resCount {
    display: inline-block;
    background: #FAFAFA;
    border-radius: .12rem;
    padding: .08rem .12rem;
    font-size: .26rem;
    color: #333333;
    line-height: .36rem;
    margin-left: .37rem;
    margin-bottom: .2rem;
}


.flex-column {
    display: flex;
    flex-direction: column;
}

.navs {
    padding: .12rem 40px;
    border-bottom: .01rem solid #ECECEC;
}

.nav {
    font-size: .30rem;
    color: #666666;
    line-height: .42rem;
    position: relative;
    text-align: center;
}

.nav.active {
    font-weight: bold;
    color: #2F5FF8;
}

.nav.active::after {
    content: '';
    display: block;
    width: 100%;
    height: .06rem;
    background: #2F5FF8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(0, .15rem);
    z-index: 1;

}

.siftPageCont {
    height: 100%;
}

.siftPageCont .conts {
    height: 100%;
}

.siftPageCont .conts .cont:has(.siftList) {
    overflow: hidden;
}

.siftPageCont .cont {
    height: 100%;
    overflow: auto;
    padding-bottom: .6rem;
}

.npc {
    height: 100%;
    overflow: auto;
    background: red;
}

.siftResWrap {
    overflow: auto;
    margin-top: .1rem;
}

.siftList {
    width: 6.86rem;
    margin: 0 auto;
    padding: .3rem 0;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.siftItem {
    font-size: .26rem;
    color: #666666;
    line-height: .36rem;
    padding-right: .26rem;
    background: url('../images/img13.png') no-repeat right center;
    background-size: .2rem .2rem;
    background: url('../images/img13.png') no-repeat right center;
    background-size: .2rem .2rem;
}

.siftItem:has(.siftLabel.active) {
    background: url('../images/img15.png') no-repeat right center;
    background-size: .2rem .2rem;
    color: #2F5FF8;
}

.siftList .siftItem.active {
    background: url('../images/img14.png') no-repeat right center;
    background-size: .2rem .2rem;
    color: #2F5FF8;
}

.siftTitle {
    max-width: 1.04rem;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.siftPopWrap {
    height: 100vh;
    position: absolute;
    top: 100%;
    left: -.32rem;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
    z-index: 2;
}

.siftPop {
    max-height: 70vh;
    padding-top: .24rem;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
}

.siftPopBtm {
    padding: .4rem .38rem .4rem .32rem;
    background: #FFFFFF;
}

.resetBtn {
    width: 2.10rem;
    /* height: 80px; */
    background: #FAFAFA;
    border-radius: .40rem;
    font-size: .30rem;
    font-weight: bold;
    color: #999999;
    line-height: .42rem;
    padding: .19rem;
    text-align: center;
}

.seeBtn {
    width: 4.42rem;
    /* height: 80px; */
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .40rem;
    font-size: .30rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .42rem;
    text-align: center;
    padding: .19rem;
}

.siftLabels {
    padding: 0 .18rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow: auto;
}

.siftLabel {
    /* flex: 1; */
    min-width: 2.10rem;
    /* height: 60px; */
    background: #FAFAFA;
    border-radius: .06rem;
    text-align: center;
    font-size: .26rem;
    color: #999999;
    line-height: .36rem;
    margin: 0 .14rem .2rem;
    padding: .12rem .25rem;
    white-space: nowrap;
}

.siftLabel.active {
    background: #F3F8FF;
    color: #2F5FF8;
}

.intelligentIptWrap {
    padding: .4rem .42rem .8rem;
}

.intelligentIptTitle {
    font-size: .30rem;
    color: #333333;
    line-height: .42rem;
    margin-bottom: .1rem;
}

.iptBox {
    position: relative;
    width: 6.64rem;
    height: 3.54rem;
    padding: .20rem 0 .80rem;
    border: .02rem solid #DCDCDC;
    background: #FFFFFF;
    border-radius: .12rem;
    overflow: hidden;
}

.intelligentIpt::placeholder {
    color: #888888;

}

.intelligentIpt {
    width: 100%;
    height: 100%;
    padding: 0 .24rem;
    background: #FFFFFF;
    border-radius: .12rem;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    resize: none;
}

.clearIpt {
    /* width: 100%; */
    font-size: .28rem;
    color: #888888;
    line-height: .40rem;
    position: absolute;
    bottom: .2rem;
    right: .22rem;
    /* padding: .2rem .22rem; */
    background: #FFFFFF;
}

.searchWeekly {
    width: 4.42rem;
    /* height: 80px; */
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .40rem;
    text-align: center;
    font-size: .30rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .42rem;
    padding: .19rem;
    margin: 0 auto;
    margin-top: .32rem;
}


.intelligentTips {
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    padding: .14rem .3rem .9rem;
}

.intelligentTip {
    margin-top: .3rem;
}

.intelligentTitle {
    font-size: .30rem;
    color: #333333;
    line-height: .42rem;
    margin-bottom: .12rem;
}

.intelligentText {
    font-size: .28rem;
    color: #888888;
    line-height: .48rem;
}


.headerImg {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: .24rem;
}

.headerImg img {
    width: 100%;
    height: auto;
}

.headerBtn {
    width: 1.64rem;
    height: .48rem;
    background: #FFFFFF;
    border-radius: .30rem;
    /* position: relative; */
    position: absolute;
    bottom: .28rem;
    right: .4rem;
    z-index: 1;
    text-align: center;
    padding: .06rem;
    font-size: .26rem;
    color: #2B69FF;
    line-height: .36rem;
    box-shadow: .1rem .1rem .25rem #ABC5FE;
}

.headerBtn::before {
    content: '';
    width: 1.68rem;
    height: .52rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .52rem;
    transform: translate(-.02rem, -.02rem);
    background: linear-gradient(121deg, rgba(84, 143, 251, 1), rgba(49, 98, 248, 1));
    z-index: -2;
}

.headerBtn::after {
    content: '';
    width: 1.64rem;
    height: .48rem;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: .48rem;
    /* transform: translate(-.02rem, -.02rem); */
    background: #FFFFFF;
    z-index: -1;
}

.journalsSelect {
    margin-right: .16rem;
}

.journalsSelect input[type='checkbox'] {
    height: .36rem;
    width: .36rem;
    background: url('../images/img17.png') no-repeat center;
    background-size: 100% 100%;
}

.journalsSelect input[type='checkbox']:checked {
    background: url('../images/img18.png') no-repeat center;
    background-size: 100% 100%;
}

.journalsRight {
    align-self: stretch;
}


.isSelectWrap {
    padding: 0 .32rem .40rem;
    border-bottom: .01rem solid #ECECEC;
}

.wrapTitle {
    font-size: .32rem;
    color: #333333;
    line-height: .44rem;
}

.isSelectList {
    overflow: hidden;
}

.isSelectItem {
    background: #FAFAFA;
    border-radius: .12rem;
    margin-top: .2rem;
    padding: .24rem;
    padding-right: .88rem;
    position: relative;
}

.isSelectText {
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
}

.removeSelect {
    width: .36rem;
    height: .36rem;
    background: url('../images/img20.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    right: .22rem;
    transform: translate(0, -50%);
}

.wrapTip {
    font-size: .24rem;
    color: #D9230D;
    line-height: .34rem;
    margin-top: .16rem;
}

.formWrap {
    padding: .4rem .32rem;
}

.formItem {
    padding-left: .22rem;
    margin-bottom: .3rem;
}

.formTitle {
    font-size: .30rem;
    color: #333333;
    line-height: .42rem;
    margin-bottom: .16rem;
    position: relative;
}

.formTitle.star::before {
    display: inline-block;
    content: '';
    height: .2rem;
    width: .2rem;
    background: url('../images/img21.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: .12rem;
    left: 0;
    transform: translate(-.22rem, 0);
}

.formIpt textarea::placeholder,
.formIpt input:placeholder {
    color: #888888;
}

.formIpt input {
    width: 100%;
    /* height: 80px; */
    background: #FFFFFF;
    border-radius: .12rem;
    border: .02rem solid #DCDCDC;
    margin-left: .02rem;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    padding: .2rem .24rem .2rem .4rem;
}

.formIpt textarea {
    width: 100%;
    height: 3.54rem;
    background: #FFFFFF;
    border-radius: .12rem;
    border: .02rem solid #DCDCDC;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    padding: .2rem .24rem .2rem .4rem;
    margin-left: .02rem;
    font-family: inherit;
}

.agreeWrap {
    padding-left: .2rem;
    display: flex;
}

.checkbox input[type='checkbox'] {
    width: .32rem;
    height: .32rem;
    background: url('../images/img17.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: .12rem;
}

.checkbox input[type='checkbox']:checked {
    background: url('../images/img18.png') no-repeat center;
    background-size: 100% 100%;
}

.agreeWrap p {
    font-size: .24rem;
    color: #888888;
    line-height: .34rem;
}

.confirm {
    width: 6.86rem;
    /* height: 92px; */
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .46rem;
    font-size: .34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
    padding: .22rem;
    margin: 0 auto;
    margin-top: .4rem;
}

.submissionWrap {
    /* height: 324px; */
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    padding: .24rem .3rem .86rem;
}

.submissionTitle {
    font-size: .28rem;
    color: #888888;
    line-height: .44rem;
}

.submissionText {
    font-size: .24rem;
    color: #888888;
    line-height: .44rem;
}

.formSelect {
    width: 100%;
    /* height: 80px; */
    background: #FFFFFF;
    border-radius: .12rem;
    border: .02rem solid #DCDCDC;
    margin-left: .02rem;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    padding: .2rem .24rem .2rem .4rem;
    background: url('../images/img22.png') no-repeat 6.2rem center;
    background-size: .2rem .2rem;
}

.placeholder {
    color: #888888;
}

.ms-mobile-select {
    position: fixed;
}
.protocolPopWrap,
.submissionPopWrap {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.submissionPop {
    /* width: 750px; */
    max-height: 11.9rem;
    background: #FFFFFF;
    border-radius: .20rem .20rem 0rem 0rem;
    padding-top: .4rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.submissionPopCont {
    padding: 0 .4rem 0;
    overflow: auto;
}

.popTitle {
    font-size: .36rem;
    color: #333333;
    line-height: .50rem;
    text-align: center;
    margin-bottom: .42rem;
}

.popTextBlue {
    font-size: .30rem;
    color: #2E5EF8;
    line-height: .42rem;
}
.blueText{
    color: #2E5EF8;
}
.popStep {
    margin-top: .44rem;
}

.stepText {
    font-size: .28rem;
    color: #666666;
    line-height: .40rem;
}

.linkCopy {
    width: 1.08rem;
    height: .40rem;
    background: #F8F8FA;
    border-radius: .20rem;
    font-size: .26rem;
    color: #2F5FF8;
    line-height: .36rem;
    padding: .02rem;
    text-align: center;
}

.stepTitle {
    margin-bottom: .08rem;
}

.popNullBox {
    width: 6.70rem;
    height: 3.76rem;
    background: #FAFAFA;
    border-radius: .12rem;
    margin-top: .2rem;
    overflow: hidden;
}
.popNullBox img{
    width: 100%;
    height: 100%;
}
.popTipRed {
    font-size: .24rem;
    color: #D9230D;
    line-height: .34rem;
    margin-top: .2rem;
}

.popClose {
    width: .44rem;
    height: .44rem;
    position: absolute;
    top: .3rem;
    right: .38rem;
    background: url('../images/img23.png') no-repeat center;
    background-size: 100% 100%;
}

.submissionPopBtm {
    padding: .3rem .4rem .58rem;
}

.backIndex {
    width: 2.18rem;
    height: .92rem;
    border-radius: .46rem;
    background: url('../images/img24.png') no-repeat .26rem center #FAFAFA;
    background-size: .36rem .36rem;
    text-align: center;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    padding: .26rem;
    padding-left: .68rem;
}

.callUs {
    width: 4.32rem;
    height: .92rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .46rem;
    padding: .22rem;
    font-size: .34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
}
.protocolText{
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    text-align: justify;
    margin-bottom: .2rem;
}
.readAgree{
    width: 4.32rem;
    height: .92rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .46rem;
    padding: .22rem;
    font-size: .34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .48rem;
    text-align: center;
}
#popLink {
    font-size: .28rem;
    color: #666666;
    line-height: .40rem;
    text-decoration: underline;
}



@keyframes upShow {
    0% {
        transform: translate(0, 100%);
    }

    100% {
        transform: translate(0, 0);
    }
}

.upShow {
    animation: upShow .5s forwards;
}

.copySuccess {
    text-align: center;
    border-radius: .15rem;
    background: rgba(0, 0, 0, 0.5);
    padding: .2rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
}

.detailCont {
    padding-bottom: 1.16rem;
}

.detailBtm {
    /* width: 750px; */
    height: 1.76rem;
    background: #FFFFFF;
    padding: .16rem .32rem .68rem .54rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.collectionWrap {
    width: .76rem;
    padding: .46rem 0 0;
    font-size: .24rem;
    color: #333333;
    line-height: .34rem;
    background: url('../images/img25.png') no-repeat center top;
    background-size: .44rem .44rem;


}

.collectionWrap.is {
    background: url('../images/img26.png') no-repeat center top;
    background-size: .44rem .44rem;
}

.unableBtn,
.detailBtmBtn {
    width: 5.40rem;
    border-radius: .46rem;
    font-size: .34rem;
    font-weight: bold;
    line-height: .48rem;
    padding: .22rem;
    text-align: center;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    color: #FFFFFF;
}

.detailBtmBtn.is {
    color: #2F5FF8;
    border: .02rem solid #2E5EF8;
    background: #FFFFFF;
}
.unableBtn{
    opacity: .5;
}

.detailWrap {
    padding: .3rem .4rem .4rem .4rem;
    border-bottom: 1px solid #ECECEC;
}

.detailCover {
    width: 1.80rem;
    height: 2.40rem;
    overflow: hidden;
    border-radius: .1rem;
    margin-right: .3rem;
    align-self: stretch;
}

.detailCover img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.detailTitle {
    align-self: stretch;
}

.detailTitle .wrap1 {
    font-size: .40rem;
    font-weight: bold;
    color: #333333;
    line-height: .56rem;
    margin-top: .08rem;
}

.detailTitle .wrap2 {
    font-size: .32rem;
    color: #999999;
    line-height: .48rem;
    margin-top: .14rem;
}

.detailInfoList {
    margin-top: .4rem;
}

.detailInfo {
    font-size: .28rem;
    color: #999999;
    line-height: .48rem;
}

.openList {
    float: right;
    min-width: 1.08rem;
    /* height: .40rem; */
    background: #F8F8FA;
    border-radius: .20rem;
    font-size: .26rem;
    color: #2F5FF8;
    line-height: .36rem;
    padding: .02rem .28rem;
    position: relative;
}

.openList::after {
    content: '';
    height: .2rem;
    width: .2rem;
    background: url('../images/img27.png') no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: .1rem;
    right: .08rem;
}

.detailNavs {
    width: 6.86rem;
    background: #FAFAFA;
    border-radius: .12rem;
    overflow: auto;
    margin: 0 auto;
    margin-top: .4rem;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.detailNav {
    /* width: 120px; */
    /* height: 42px; */
    font-size: .30rem;
    color: #999999;
    line-height: .42rem;
    padding: .25rem 0;
    margin: 0 .2rem;
    position: relative;
    flex-shrink: 0;
}

.detailNavs::-webkit-scrollbar {
    display: none;
}

.detailNav.active {
    font-weight: bold;
    color: #2F5FF8;
}

.detailNav.active::after {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: .04rem solid #2F5FF8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.contTitle{
    font-size: .34rem;
    font-weight: bold;
    color: #333333;
    line-height: .48rem;
    margin-top: .4rem;
    padding: 0 .32rem;
}

.experienceList{
    padding: 0 .32rem;
}
.experienceItem{
    border-bottom: .01rem solid #ECECEC;
    padding: .4rem 0;
}
.experienceItem:last-child{
    border-bottom: none;
}

.experienceItem .itemTop .userName{
    font-size: .24rem;
    color: #666666;
    line-height: .34rem;
}
.experienceItem .itemTop .userTime{
    font-size: .24rem;
    color: #999999;
    line-height: .34rem;
}
.experienceItem .itemCont{
    font-size: .32rem;
    color: #333333;
    line-height: .44rem;
    margin-top: .2rem;
}
.itemStars{
    margin-top: .18rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.itemStar{
    height: .36rem;
    width: .36rem;
    background: url('../images/img29.png') no-repeat center;
    background-size: 100% 100%;
    margin-right: .2rem;
}
.itemStar.active{
    background: url('../images/img28.png') no-repeat center;
    background-size: 100% 100%;
}


.publishWrap{
    border-top: .01rem solid #ECECEC;
    padding: .4rem .32rem .3rem;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
}

.publishTitle{
    font-size: .32rem;
    font-weight: bold;
    color: #333333;
    line-height: .44rem;
    padding-left: .12rem;
    position: relative;
    margin-bottom: .24rem;
}
.publishTitle::before{
    content: '';
    height: .30rem;
    width: 0;
    border-left: .04rem solid #2F5FF8;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.publishIpt textarea:placeholder{
    color: #999999;
}
.publishIpt textarea{
    width: 6.86rem;
    height: 2.20rem;
    background: #FFFFFF;
    border-radius: .12rem;
    border: .01rem solid #ECECEC;
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
    padding: .24rem;
    resize: none;
    font-family: inherit;
}

.totalStars{
    margin-top: .2rem;
    padding-left: .24rem;
}

.starTitle{
    font-size: .28rem;
    color: #333333;
    line-height: .40rem;
}

.publishBtn{
    margin-left: 4.86rem;
    min-width: 1.98rem;
    height: .80rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .40rem;
    font-size: .30rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .40rem;
    padding: .2rem;
    text-align: center;
}


.deliveryWrap{
    width: 100%;
    height: 1.76rem;
    background: #FFFFFF;
    box-shadow: 0px -.06rem .14rem 0px rgba(197,197,197,0.36);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: .18rem 0 .66rem;
    text-align: center;
}

.deliveryBtn{
    display: inline-flex;
    min-width: 3.60rem;
    background: linear-gradient(122deg, #5B97FC 0%, #2E5EF8 100%);
    border-radius: .46rem;
    font-size: .34rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: .48rem;
    padding: .2rem .64rem .2rem .2rem;
}

.deliveryBtn .deliveryCount{
    background: rgba(255, 255, 255, 0.2);
    border-radius: .26rem;
    padding: .02rem .2rem;
    flex-shrink: 0;
    margin-right: .32rem;
}
.deliveryBtn p{
    flex-shrink: 0;
}
.detailJournalsWrap,
.tipList{
    padding: .32rem;
    padding-top: .4rem;
}
.tipItem{
    font-size: .28rem;
    color: #333333;
    line-height: .52rem;
    text-align: justify;
}
.brieflyText{
    font-size: .28rem;
    color: #333333;
    line-height: .46rem;
    text-align: justify;
}
.articleList{
    padding: .06rem .32rem .32rem;
}
.articleItem{
    /* width: 686px; */
    /* height: 1.40rem; */
    background: #FAFAFA;
    border-radius: .12rem;
    margin-bottom: .2rem;
}
.articleCover{
    width: 2.12rem;
    height: 1.20rem;
    margin-left: .2rem;
    overflow: hidden;
    border-radius: .12rem;
}
.articleCover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.articleTitle{
    font-size: .28rem;
    color: #333333;
    line-height: .48rem;
}


.dorpReload{
    width: 100%;
    height: 1.5rem;
    background: url('../images/img31.png') no-repeat center;
    background-size: .44rem .44rem;
}

.noJournalsWrap{
    width: 100%;
    padding-top: 1rem;
    text-align: center;
}
.noJournalsWrap .noJournalsText {
    font-size: .32rem;
    color: #333333;
    line-height: .44rem;
    text-align: center;
    margin: 0 auto;
    margin-bottom: .4rem;
}
.noJournalsWrap .noJournalsIcon{
    width: 3.16rem;
    height: 2.4rem;
    background: url('../images/img32.png') no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}
.noJournalsWrap .noJournalsBtn{
    display: inline-block;
    font-size: .28rem;
    color: #FFFFFF;
    line-height: .4rem;
    padding: .12rem .56rem;
    min-width: 2.24rem;
    /* height: 32px; */
    background: #2E5EF8;
    border-radius: .12rem;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

