
@import url("app.css");
.icon{
    opacity: 0;
    position: fixed;
    z-index: -10;
}
input{
    background-color: transparent;
}
input:focus { outline: none; height: 100%; }
.baikeList.onlyTen a:nth-of-type(n+10){
    display: none;
}
.baikeList .open{
    display: none;
}
.baikeList .close{
    display: block
}
.baikeList.onlyTen .open{
    display: block;
}
.baikeList.onlyTen .close{
    display: none;
}
@media(min-width:750px){
    body,html{
        font-size: 14px;
        overflow-x: hidden;
    }
   
    #baikeList{
        /* background-color: #fff; */
        padding: 40px 0 20px;
    }
    .baikeList{
        margin-bottom: 20px;
        padding: 20px;
        width: 100%;
        border: 1px solid #e1e1e1;
        background-color: #fff;
        margin-right: 20px;
        position: relative;
    }
    .baikeList  span{
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 10;
        cursor: pointer;
        color: #4067FF;
    }
    .baikeList p{
        width: 100%;
        /* height: 44px; */
        /* background-color: #E9ECFF; */
        /* line-height: 44px; */
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #262626;
        font-style: normal;
        border-radius: 3px;
        margin-bottom: 10px;
        font-weight: bold;
    }
    .baikeList ul{
        display: flex;
        flex-wrap: wrap;
    }
   
    .baikeList a{
        width: calc((100% - 80px) / 5);
        display: block;
        color: #333;
        line-height: 30px;
        font-size: 16px;
    }
    .baikeList a:nth-of-type(5n+5){
        margin-right: 0;
    }
    .baikeList a:hover{
        text-decoration: underline;
    }
    .detailHasData .top{
        position: relative;
    }
    .detailHasData .top .searchInput, .detailHasData .top > img{
        position: relative;
        z-index: 2;
    }
    .detailHasData .top::after{
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background-color: #fff;
        width: 200vw;
        display: block;
        content: '';
        height: 100%;
    }
    .commonDiv{
        background-color: #fff;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 10px;
        width: 100%;
    }
    .baikeTitle{
        width: 100%;
        height: 44px;
        background: #F8F9FA;
        margin-bottom: 24px;
    }
    .content{
        padding-bottom: 40px;
        line-height: 24px;
    }
    .baikeTitle p{
        background-color: #E9ECFF;
        padding: 0 16px;
        height: 100%;
        line-height: 44px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #262626;
        font-style: normal;
        display: inline-block;
    }
    .BKnewsTab{
        display: flex;
        margin-bottom: 16px;
    }
    .BKnewsTab p{
        padding: 0 31px;
        height: 36px;
        line-height: 36px;
        border-radius: 18px;
        color: #262626;
        background: rgba(20, 68, 255, 0.05);
        margin-right: 16px;
        cursor: pointer;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #262626;
    }
    .BKnewsTab p.now{
        background: #1444FF;
        color: #fff;
    }
    .BKnewsList{
        overflow: hidden;
        height: 180px;
    }
    .BKnewsList .newsItem{
        width: calc( (100% - 30px) / 4);
        padding: 32px 16px;
        height: 135px;
        background: rgba(242, 244, 245, 0.3);
        border-radius: 8px;
        float: left;
        display: flex;
        margin-right: 10px;
    }
    .BKnewsList .swiper-slide .newsItem:last-of-type{
        margin-right: 0;
    }
    .BKnewsList .newsItem img{
        width: 71px;
        height: 71px;
        border-radius: 3px;
        object-fit: cover;
    }
    .BKnewsList .newsItem .newsCont{
        flex: 1;
        padding-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .BKnewsList .newsItem .newsCont p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0,0,0,0.75);
        line-height: 22px;
        text-align: justify;
    }
    .BKnewsList .newsItem .newsCont span{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: rgba(0,0,0,0.45);
        line-height: 17px;
        font-style: normal;
    }
    .BKnewsList{
        padding-bottom: 42px;
    }
    .BKnewsList .swiper-button-next::after,.BKnewsList .swiper-button-prev:after{
        display: none;
    }
    .BKnewsList .swiper-button-next,.BKnewsList .swiper-button-prev{
        width: 57px;
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .bkPage{
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid rgba(0,0,0,0.15);
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(0,0,0,0.65);
        font-style: normal;
        display: inline-block;
        margin: 0 4px;
        border-radius: 0;
        background-color: #fff;
        cursor: pointer;
        opacity: 1
    }
    .swiper-pagination-bullet-active{
        background: #1444FF;
        color: #fff;
    }
    .BKhot{
        padding-bottom: 10px;
    }
    .BKhot b{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: #262626;
        line-height: 25px;
        font-style: normal;
        display: block;
        margin-bottom: 17px;
    }
    .BKhot #hotList{
        overflow: hidden;
    }
    .BKhot #hotList p{
        width: calc((100% - 60px) / 4);
        height: 40px;
        border-radius: 8px;
        margin-right: 20px;
        margin-bottom: 10px;
        line-height: 40px;
        float: left;
        display: block;
        background: #F0F0F0;
        padding: 0 16px;
        color: rgba(0,0,0,0.65);
        font-size: 14px;
        cursor: pointer;
    }
    .BKhot #hotList p:nth-of-type(4n+4){
        margin-right: 0;
    }
    .BKhot #hotList p:hover{
        background: #F3F5FF;
        color: #1444FF;
    }
    .bkIntro{
        width: 100%;
        position: relative;
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 429px;
    }
    .bkIntro::after{
        content: '';
        display: block;
        width: 100vw;
        min-width: 100%;
        height: 100%;
        background-image: url('../images/baike/detailBg.png');
        background-position: top center;
        background-size: 1920px 429px;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .bkIntro2::after{
        background-image: url('../images/baike/detailBg2.png');
    }
    .bkIntro b{
        display: block;
        margin-top: 58px;
        margin-bottom: 24px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 40px;
        color: #FFFFFF;
        line-height: 56px;
        text-align: left;
        font-style: normal;
        position: relative;
        z-index: 2;
    }
    .bkIntro p{
        position: relative;
        z-index: 2;
        width: 726px;
        height: 120px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #E5E7EF;
        line-height: 32px;
        text-align: left;
        font-style: normal;
    }
    .hasData{
        margin-top: -63px;
        position: relative;
    }
    .bkCont .btn{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-top: 7px;
        margin-bottom: 20px;
    }
    .bkCont .btn p{
        margin-left: 23px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 12px;
        color: rgba(0,0,0,0.55);
        line-height: 17px;
        text-align: left;
        font-style: normal;
        cursor: pointer;
        display: flex;
        align-items: center;
    }
    .bkCont .btn img{
        width: 16px;
        margin-right: 1px;
    }
    .share{
        position: relative;
    }
    .shareList{
        background-color: #fff;
        border: 1px solid #DBDADA;
        border-radius: 2px;
        display: none;
        position: absolute;
        right: 0;
        top: 20px;
        width: 80px;
        height: 40px;
    }
    .shareList .arrow{
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom: 6px solid #DBDADA;
        border-top: none;
        right: 20px;
        top: -6px;
        position: absolute;
    }
    .shareList .arrow::after{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border: 5px solid transparent;
        border-bottom: 5px solid #fff;
        border-top: none;
        right: -5px;
        top: 1px;
    }
    .shareList img{
        width: 26px !important;
        float: left;
        cursor: pointer;
        margin: 7px 8px;
    }
    .qrcord{
        background: #fff;
        border: 1px solid #d8d8d8;
        display: none;
        font-size: 12px;
        height: 295px;
        left: 50%;
        margin-left: -131px;
        margin-top: -148px;
        padding: 10px;
        position: fixed;
        top: 50%;
        width: 262px;
        z-index: 2000;
    }
    .qrcordTop{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        margin-bottom: 10px;
    }
    .qrcordTop img{
        width: 10px;
        cursor: pointer;
    }
    #qrcode{
        margin: 0 auto 10px;
        width: 180px;
    }
    .qrcord > p{
        text-align: center;
        font-size: 12px;
    }
    .baikeNoData{
        width: 100%;
        background: #F8F9FA;
        border-radius: 8px;
        padding: 24px;
        font-style: normal;
        margin-bottom: 24px;
    }
    .baikeNoData b{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 24px;
        color: rgba(0,0,0,0.85);
        line-height: 33px;
        display: block;
        margin-top: 7px;
        margin-bottom: 8px;
    }
    .baikeNoData b span{
        color: #B83C3C;
    }
    .baikeNoData p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0,0,0,0.65);
        line-height: 22px;
    }
    .baikeDetail{
        background: #F6F6F6;
        min-height: 100vh;
        padding-bottom: 58px;
    }
    .baikeDetail .top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 23px 0;
    }
    .baikeDetail .top .logo{
        width: 244px;
        cursor: pointer;
    }
    .baikeDetail .searchInput{
        display: flex;
        align-items: center;
        width: 537px;
        height: 47px;
        background: #FFFFFF;
        border-radius: 6px;
        position: relative;
        border: 1px solid #DEDBDB;
    }
    .baikeDetail .searchInput img{
        margin-left: 20px;
        width: 14px;
        margin-right: 9px;
    }
    .baikeDetail .searchInput input{
        border: 0;
        flex: 1;
    }
    .baikeDetail .searchInput .searchBtn{
        width: 121px;
        height: 47px;
        background: #4067FF;
        border-radius: 0px 6px 6px 0px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 47px;
        text-align: center;
        font-style: normal;
        cursor: pointer;
    }
    .baikeIndex{
        width:100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: linear-gradient( 180deg, #F0F6FF 0%, #FFFFFF 100%);
    }
    .baikeIndex .baiKeSearch{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .baiKeSearch .logo{
        width: 335px;
    }
    .baiKeSearch .searchInput{
        margin: 32px 0 40px 0;
        display: flex;
        align-items: center;
        width: 662px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 8px;
        padding: 0 29px 0 32px;
    }
    .baiKeSearch .searchInput img{
        width: 20px;
        margin-right: 12px;
    }
    .baiKeSearch .searchInput input{
        flex: 1;
        border: 0;
        height: 56px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        line-height: 56px;
        text-align: left;
        font-style: normal;
    }
    .baiKeSearch .searchInput input::placeholder{
        color: #B9B9B9;
    }
    .baiKeSearch .searchInput p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: rgba(0,0,0,0.85);
        font-style: normal;
        cursor: pointer;
    }
    .baiKeSearch .searchKeys{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .baiKeSearch .searchKeys p{
        display: flex;
        align-items: center;
        height: 44px;
        background: #FFFFFF;
        border-radius: 12px;
        border: 1px solid #EFEFEF;
        margin: 0 12px 16px;
        padding: 0 25px 0 8px;
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
        color: rgba(0,0,0,0.85);
    }
    .baiKeSearch .searchKeys p img{
        width: 28px;
        margin-right: 8px;
    }
    .baikeSearch .keyWordList{
        padding: 10px 48px;
    }
    .baikeFooter{
        font-weight: normal;
        font-size: 14px;
        color: #757F8B;
        line-height: 18px;
        text-align: center;
        font-style: normal;
        padding: 20px 0;
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 10;
        background-color: #F6F6F6;
    }
    .baikeFooter a{
        color: #757F8B;
        display: inline-block;
        margin-left: 5px;
    }
    
    .baiKeSearch .searchInput{
        position: relative;
    }
    .keyWordList{
        position: absolute;
        display: none;
        z-index: 10;
        left: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10px 64px;
    }
    .keyWordList p{
        cursor: pointer;
    }
}
@media(max-width:750px){
    body,html{
        font-size: 26rem;
    }
    #baikeList{
        min-height: calc(100vh - 150rem);
    }
    .baikeList{
        background-color: #fff;
        margin-bottom: 20rem;
        width: 100%;
        text-align: center;
        padding: 20rem;
    }
    .baikeList  span{
        display: block;
        margin-top: 10rem;
        color: #4067FF;
    }
    .baikeList p{
        width: 100%;
        height: 88rem;
        background-color: #E9ECFF;
        line-height: 88rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 36rem;
        color: #262626;
        font-style: normal;
        border-radius: 6rem;
        margin-bottom: 10rem;
    }
    .baikeList ul{
        display: flex;
        flex-wrap: wrap;
    }
    .baikeList a{
        width: calc((100% - 20rem) / 2);
        display: block;
        color: #333;
        font-size: 30rem;
        line-height: 60rem;
        text-align: left;
    }
    .baikeList a:nth-of-type(2n+1){
        margin-right: 20rem;
    }
    .commonDiv{
        background-color: #fff;
        padding: 32rem 24rem;
        width: 100%;
        margin-bottom: 24rem;
        border-radius: 8rem;
        position: relative;
    }
    .commonDiv > div{
        position: relative;
        z-index: 10;
    }
    .detailHasData .commonDiv > div{
        position: static;
    }
    .commonDiv::after{
        display: block;
        content: '';
        width: 400vw;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: -50%;
    }
    .content{
        padding-bottom: 50rem;
        line-height: 52rem;
    }
    .baikeTitle{
        width: 100%;
        height: 70rem;
        background: #F8F9FA;
        margin-bottom: 33rem;
    }
    .baikeTitle p{
        background-color: #E9ECFF;
        padding: 0 24rem;
        height: 70rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 32rem;
        color: rgba(0,0,0,0.85);
        line-height: 70rem;
        text-align: left;
        font-style: normal;
        display: inline-block;
    }
    .BKnewsTab{
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 8rem;
    }
    .BKnewsTab p{
        padding: 0 42rem;
        height: 68rem;
        line-height: 68rem;
        border-radius: 34rem;
        color: #262626;
        background: rgba(20, 68, 255, 0.05);
        margin-right: 27rem;
        margin-bottom: 24rem;
        cursor: pointer;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 28rem;
        color: #262626;
    }
    .BKnewsTab p:nth-of-type(3n+3){
        margin-right: 0;
    }
    .BKnewsTab p.now{
        background: #1444FF;
        color: #fff;
    }
    .BKnewsList{
        overflow: hidden;
        padding-bottom: 89rem;
    }
    .BKnewsList .newsItem{
        padding: 40rem 32rem;
        width: 100%;
        height: 246rem;
        border-radius: 19rem;
        height: 135px;
        background: rgba(242, 244, 245, 0.5);
        display: flex;
        margin-bottom: 16rem;
    }
    .BKnewsList .newsItem img{
        width: 166rem;
        height: 166rem;
        border-radius: 8rem;
        object-fit: cover;
    }
    .BKnewsList .newsItem .newsCont{
        flex: 1;
        padding-right: 29rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .BKnewsList .newsItem .newsCont p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 32rem;
        color: rgba(0,0,0,0.75);
        line-height: 45rem;
        text-align: justify;
    }
    .BKnewsList .newsItem .newsCont span{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 26rem;
        color: rgba(0,0,0,0.45);
        line-height: 37rem;
        font-style: normal;
    }
    .BKnewsList{
        padding-bottom: 59px;
    }
    .BKnewsList .swiper-button-next::after,.BKnewsList .swiper-button-prev:after{
        display: none;
    }
    .BKnewsList .swiper-button-next,.BKnewsList .swiper-button-prev{
        width: 114rem;
        bottom: 10rem;
        top: auto;
    }
    .BKnewsList .swiper-button-next{
        right: 45%;
        transform: translateX(100%);
        
    }
    .BKnewsList .swiper-button-prev{
        left: 45%;
        transform: translateX(-100%);
    }
    .swiper-pagination{
        bottom: 0 !important;
    }
    .bkPage{
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid rgba(0,0,0,0.15);
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 14px;
        color: rgba(0,0,0,0.65);
        font-style: normal;
        display: inline-block;
        margin: 0 4px;
        border-radius: 0;
        background-color: #fff;
        cursor: pointer;
        opacity: 1
    }
    .swiper-pagination-bullet-active{
        background: #1444FF;
        color: #fff;
    }
    .BKhot{
        padding-left: 20rem;
        padding-right: 20rem;
    }
    .BKhot b{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 32rem;
        color: #262626;
        line-height: 45rem;
        text-align: left;
        font-style: normal;
    }
    .BKhot #hotList{
        overflow: hidden;
    }
    .BKhot #hotList p{
        width: calc((100% - 16rem) / 2);
        height: 72rem;
        border-radius: 16rem;
        margin-right: 16rem;
        margin-top: 24rem;
        line-height: 72rem;
        float: left;
        display: block;
        background: #F0F0F0;
        padding: 0 24rem;
        color: rgba(0,0,0,0.85);
        font-size: 26rem;
    }
    .BKhot #hotList p:nth-of-type(2n+2){
        margin-right: 0;
    }
 
    .bkIntro{
        width: 100%;
        position: relative;
        color: #fff;
        display: flex;
        flex-direction: column;
        height: 429rem;
        margin-top: -24rem;
    }
    .bkIntro::after{
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        background-image: url('../images/baike/detailBgM.png');
        background-position: top center;
        background-size: 100%;
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
    }
    .bkIntro2::after{
        background-image: url('../images/baike/detailBgM2.png');
    }
    .bkIntro b{
        display: block;
        font-family: PingFangSC, PingFang SC;
        font-weight: 600;
        font-size: 56rem;
        color: #FFFFFF;
        line-height: 78rem;
        text-align: left;
        font-style: normal;
        position: relative;
        z-index: 2;
        padding-top: 137rem;
        padding-left: 48rem;
    }
    .bkIntro p{
        position: relative;
        z-index: 2;
        width: 726px;
        height: 120px;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 16px;
        color: #E5E7EF;
        line-height: 32px;
        text-align: left;
        font-style: normal;
    }
    .hasData{
        margin-top: -70rem;
        position: relative;
    }
    .bkCont .btn{
        border-top: 1rem solid rgba(0,0,0,0.12);
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        background-color: #fff;
        z-index: 12;
        left: 0;
        bottom: 0;
        width: 100vw;
        padding: 41rem 0 55rem;
    }
    .bkCont .btn p,.bkCont .btn .share{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 32rem;
        color: rgba(0,0,0,0.55);
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
    }
    .bkCont .btn img{
        width: 48rem;
    }
    .share{
        position: relative;
    }
    .shareListM{
        display: none;
        z-index: 1002;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
    }
    .shareM{
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: #fff;
        text-align: center;
        padding-top: 20rem;
        font-size: 20rem;
    }
    .shareM .shareIcon{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20rem 0;
    }
    .shareM .shareIcon p{
        margin: 0 20rem;
        text-align: center;
    }
    .shareM img{
        width: 60rem;
        margin: 0 auto;
    }
    .shareM p.cancel{
        width: 100%;
        border-top: 1px solid #ddd;
        height: 80rem;
        line-height: 80rem;
    }
  .wxTip{
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    z-index: 100;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.7);
  }
  .wxTip img{
    float: right;
    width: 300rem;
    margin-right: 10rem;
    margin-top: 10rem;
  }
    .qrcord{
        background: #fff;
        border: 1px solid #d8d8d8;
        display: none;
        font-size: 12px;
        height: 295px;
        left: 50%;
        margin-left: -131px;
        margin-top: -148px;
        padding: 10px;
        position: fixed;
        top: 50%;
        width: 262px;
        z-index: 2000;
    }
    .qrcordTop{
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        margin-bottom: 10px;
    }
    .qrcordTop img{
        width: 10px;
        cursor: pointer;
    }
    #qrcode{
        margin: 0 auto 10px;
        width: 180px;
    }
    .qrcord > p{
        text-align: center;
        font-size: 12px;
    }
    .baikeNoData{
        width: 100%;
        background: #F8F9FA;
        border-radius: 8px;
        padding: 32rem 24rem;
        font-style: normal;
        margin-bottom: 24px;
    }
    .baikeNoData b{
        font-family: PingFangSC, PingFang SC;
        font-weight: 500;
        font-size: 32rem;
        color: rgba(0,0,0,0.85);
        line-height: 48rem;
        display: block;
        margin-bottom: 24rem;
    }
    .baikeNoData b span{
        color: #B83C3C;
    }
    .baikeNoData p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 24rem;
        color: rgba(0,0,0,0.65);
        line-height: 33rem;
    }
    .baikeDetail{
        background: #F6F6F6;
        min-height: 100vh;
        padding-top: 144rem;
        overflow: hidden;
    }
    .detailHasData{
        padding-bottom: 144rem;
    }
    .detailHasData .commonDiv::after{
        display: none;
    }
    .baikeDetail .top{
        position: fixed;
        z-index: 20;
        top: 0;
        left: 0;
        width: 100vw;
        height: 120rem;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 10rem 24rem 0;
        align-items: center;
        justify-content: center;
    }
    .baikeDetail .searchInput{
        display: flex;
        align-items: center;
        width: 100%;
        height: 60rem;
        /* margin: 31rem auto 14rem; */
        background: #FFFFFF;
        position: relative;
    }
    .baikeDetail .searchInput::after{
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 610rem;
        border-radius: 12rem;
        border: 2rem solid #DEDBDB;
    }
    .baikeDetail .searchInput img{
        margin-left: 25rem;
        width: 30rem;
        margin-right: 13rem;
    }
    .baikeDetail .searchInput input{
        border: 0;
        position: relative;
        z-index: 2;
        width: 510rem;
        font-size: 26rem;
        margin-right: auto;
    }
    .baikeDetail .searchInput .cancel{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 30rem;
        color: #4067FF;
        line-height: 42rem;
        font-style: normal;
    }
    .baikeIndex{
        width:100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: linear-gradient( 180deg, #F0F6FF 0%, #FFFFFF 100%);
    }
    .baikeIndex .baiKeSearch{
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    
    .baiKeSearch .logo{
        width: 429rem;
    }
    .baiKeSearch .searchInput{
        margin: 63rem auto 74rem;
        display: flex;
        align-items: center;
        width: 690rem;
        height: 80rem;
        background: #FFFFFF;
        border-radius: 8rem;
        padding: 0 32rem;
    }
    .baiKeSearch .searchInput img{
        width: 30rem;
    }
    .baiKeSearch .searchInput input{
        flex: 1;
        border: 0;
        height: 80rem;
        font-size: 18px;
        line-height: 80rem;
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 28rem;
        color: rgba(0,0,0,0.75);
        text-align: left;
        font-style: normal;
    }
    .baiKeSearch .searchInput p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 18px;
        color: rgba(0,0,0,0.85);
        line-height: 25px;
        font-style: normal;
        cursor: pointer;
    }
    .baiKeSearch .searchKeys{
        width: 690rem;
        margin: 0 auto;
        display: flex;
        /* justify-content: center; */
        flex-wrap: wrap;
    }
    .searchKeysTitle{
        width: 690rem;
        margin: 0 auto 26rem;
        font-family: AppleColorEmoji;
        font-size: 24rem;
        color: rgba(0,0,0,0.65);
        line-height: 33rem;
        text-align: left;
    }
    .baiKeSearch .searchKeys p{
        display: flex;
        align-items: center;
        height: 50rem;
        background: #FFFFFF;
        border-radius: 8rem;
        margin: 0 16rem 24rem 0;
        padding: 0 18rem 0 16rem;
        font-weight: 400;
        font-size: 24rem;
        color: rgba(0,0,0,0.85);
    }
   
    .baikeFooter{
        font-weight: normal;
        font-size: 22rem;
        color: #757F8B;
        line-height: 34rem;
        text-align: center;
        font-style: normal;
        padding: 20px 0;
    }
    .baikeFooter a{
        color: #757F8B;
        display: inline-block;
        margin-left: 5px;
    }
    
    .baiKeSearch .searchInput{
        position: relative;
    }
    .keyWordList{
        position: absolute;
        display: none;
        z-index: 10;
        left: 0;
        top: 100%;
        background: #fff;
        width: 100%;
        line-height: 30px;
        padding: 10rem 32rem;
    }
    .keyWordList p{
        cursor: pointer;
        font-size: 28rem !important;
    }
}
