.titlepc_nerader{

    width:100%;
}
.titlepc_nerader-top{
    padding: 0.24rem 0rem;
    border-bottom: 1px solid rgba(242, 243, 245, 1);
    z-index: 15 !important;
    background: #fff;
}
.toptitlepc-head{
    width: 80%;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.toptitlepc-head-center{
    display: flex;
    align-items: center;
}
.toptitlepc-head-logo{
    width: 1.208rem;
    height:0.32rem;
}
.toptitlepc-headUl{
    display: flex;
    align-items: center;
    margin-left:1.6rem;
    cursor: pointer;
}
.toptitlepc-head-tab{
    font-size:0.16rem;
    line-height: 0.24rem;
    padding:0.1rem 0.24rem;
    border-radius: 99px;
    margin-right: 0.12rem;
}
.toptitlepc-head-tab a{
    color: rgba(29, 33, 41, 1) !important;
}

.toptitlepc-headUl .active{
    background: linear-gradient(90deg, rgba(32, 51, 254, 0.65) 4.74%, rgba(94, 108, 255, 0.65) 100%);
    backdrop-filter: blur(12px);
    color: rgba(255, 255, 255, 1) !important;
}

.toptitlepc-headUl .active a{
    color: rgba(255, 255, 255, 1) !important;
}

.btn-box {
    color: #fff;
    width: auto;
    border-radius: 99px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: rgba(242, 243, 245, 1);
}

.btn-box span {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    width:0.2rem;
}

.btn-box input {
    display: inline-block;
    background: 0 0;
    border: none;
    color: #fff;
    /*padding:0.12rem;*/
    box-sizing: border-box;
    vertical-align: 4px;
    width: 0.44rem;
    height:0.44rem;
    transition: all .3s ease-in-out;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.btn-box:hover input {
    display: inline-block;
    width: 160px;
    padding-right: 50px
}

.btn-box input:not(:placeholder-shown) {
    display: inline-block;
    width: 160px;
    padding-right: 50px
}
.search-md{
    width: 0.2rem;
    height: 0.2rem;
}



.search-right{
    display: flex;
    align-items: center;
}

.search-for{
    display: inline-flex;
    align-items: center;
    padding: 0.12rem 0.12rem 0.12rem 0.16rem;
    border-radius: 99px;
    background: rgba(242, 243, 245, 1);
    width: 3rem;
    position:relative;
}
.search-tab{
    position: relative;
    font-size:0.16rem;
    cursor: pointer;
}
.search-tabName{
    background: rgba(242, 243, 245, 1);
    padding: 0.1rem 0.28rem 0.1rem 0.24rem;
    border-radius: 99px;
    font-weight: 500;
    color: rgba(29, 33, 41, 1);
}
.search-history {
    width: 0.4rem;
    height: 0.4rem;
    margin-left:0.1rem;
    margin-right:0.1rem;
    padding: 0.1rem;
    cursor: pointer;
}
#mb-history.search-history {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0;
}
.search-tab-img{
    position: absolute;
    right:0.14rem;
    top:0.14rem;
    width: 0.14rem;
    height: 0.14rem;
}
input:focus {
    outline: none;
}
/*.search-for:hover .search-forInput{*/
/*    !*display: block;*!*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    padding-right: 50px*/
/*}*/
.search-for input{
    /*display: none;*/
    background: 0 0;
    border: none;
    width:100%;
    /*height:0.44rem;*/
    transition: all .4s ease-in-out;
    /*font-style: italic;*/
    margin-left: 0.1rem;
    text-transform: uppercase;
}

.search-list{
    position: absolute;
    top: 0.5rem;
    right: 0rem;
    width: 1.25rem;
    border: 1px solid rgba(203, 206, 255, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    text-align: center;
    border-radius: 0.12rem;
    z-index: 17;
    max-height: 2rem;
    overflow-y: auto;
}
.search-list-div{
    padding: 0.08rem 0rem;
    border-radius: 8px;
    cursor: pointer;
}
/*.search-list active{*/
/*    background:rgba(243, 244, 255, 1);*/
/*}*/

.search-list :hover{
    background:rgba(243, 244, 255, 1);
}

.titlepc_nerader-ul{
    width:80%;
    margin:0 auto;
    display: flex;
    align-items: center;
    padding:0.16rem 0rem 0.16rem;
    justify-content: center;
    border-radius: 0px 0px 24px 24px;
    background: rgba(255, 255, 255, 0.24);
}
.titlepc_nerader-ul li{
    font-size:0.16rem;
    padding: 0.1rem 0.32rem;
    color: rgba(134, 144, 156, 1);
    line-height: 0.24rem;
    border-radius: 99px;
    cursor: pointer;
}
.titlepc_nerader-ul .active{
    background: rgba(255, 255, 255, 1);
    color: rgba(39, 46, 59, 1);
    font-weight: 500;
}
.search-for-menu{
    position: absolute;
    top:0.5rem;
    right: 0rem;
    background: #fff;
    width:4.42rem;
    padding:0.16rem;
    border-radius: 0.16rem;
    border: 1px solid rgba(229, 230, 235, 1);
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.04);
    z-index: 16;
}
.search-for-menu-history{
    margin-bottom: 0.24rem;
}
.search-for-menu-history-title{
    display: flex;
    align-items: center;
    color: rgba(14, 34, 67, 1);
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.24rem;
}
.search-for-menu-history-title img{
    width:0.2rem;
    height: 0.2rem;
    margin-right: 0.04rem;
}
.search-for-menu-historyCla{
    display: flex;
    flex-wrap: wrap;
}
.search-for-menu-historyCla span {
    margin-top: 0.1rem;
    padding: 0.05rem 0.12rem;
    border-radius: 99px;
    background: rgba(247, 248, 250, 1);
    margin-left: 0.1rem;
}
.search-for-menu-historyClaimg{
    width: 0.16rem;
    height: 0.16rem;
}
.search-for-menu-recommend-title{
    display: flex;
    align-items: center;
    color: rgba(14, 34, 67, 1);
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.24rem;
}
.search-for-menu-recommend-title img{
    width:0.2rem;
    height: 0.2rem;
    margin-right: 0.04rem;
}
.emptyleftright{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


@media screen and (min-width: 800px) {
    .trash-01{
        width: 0.18rem;
    }
    .searchFor-Popular-title-ulpc {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0.16rem;
    }
    .searchFor-Popular-title-ulpc li {
        color: rgba(78, 89, 105, 1);
        font-weight: 400;
        font-size: 0.16rem;
        line-height: 0.2rem;
        margin-top: 0.12rem;
    }
    .searchFor-Popular-title-border {
        width: 10% !important;
        display: block;
        height: 0.16rem;
    }
    .searchFor-Popular-title-li span {
        flex-shrink: 0;
        border-radius: 0.03rem;
        color: rgba(255, 255, 255, 1);
        background: rgba(0, 242, 192, 1);
        font-weight: 400;
        font-size: 0.12rem;
         line-height: 0.16rem;
        /* padding: 0.03rem; */
        width: 0.16rem;
        height: 0.16rem;
        display: block;
        text-align: center;
        margin-left: 0.04rem;
    }
    .searchFor-Popular-title-li{
        width: 45%;
        display: flex;
        align-items: center;
        position: relative;
    }
    .searchFor-Popular-title-border div {
        width: 1px;
        height: 100%;
        background: rgba(242, 243, 245, 1);
        margin: 0 auto;
    }
    .addClickType{
        border-radius: 0.08rem !important;
        background: rgba(243, 244, 255, 1) !important;
        padding: 0.08rem 0rem !important;
    }
}
