.head{
    width: 100%;
    height: 0.88rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    background: #fdfff8;
    font-size: 0.38rem;
    line-height: 0.88rem;
    display: flex;
    justify-content: space-between;
}
.head >a{
    color: #4ebbfe;
}
.head span{
    color:#4ebbfe ;
}
.search{
    width: 7.12rem;
    height: 0.6rem;
    background: #ebf7ff;
    margin: 0rem auto;
    opacity: 0.58;
}
.search input{
    width: 5.9rem;
    height: 0.6rem;
    border: none;
    font-size: 0.24rem;
    font-weight: normal;
    float: left;
    color: #000000;
    opacity: 0.5;

}
.search .tubiao{
    width: 0.79rem;
    height: 0.44rem;
    border-radius: 0.21rem;
    float: right;
    margin-top: 0.08rem;
    margin-bottom: 0.08rem;
    margin-right: 0.09rem;
}
.search img{
    width: 100%;
    height: 100%;
}
.first{
    width: 100%;
    height: 1.74rem;
    margin-top: 0.20rem;
    padding: 0.15rem;
    box-sizing: border-box;
}
.first a{
    font-size: 0.26rem;
    color: #36a8fe;
}
.first .zuijinsearch{
    width: 1.6rem;
    height: 0.5rem;
}
.zuijinsearch p{
    font-size: 0.32rem;
    font-weight: bolder;
    line-height: 0.40rem;
    position: relative;
    margin-left: 0.21rem;
}
.zuijinsearch p::before{
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.14rem;
    border-radius: 50%;
    background: #36a8fe;
}
.text{
    width: 100%;
    height: 0.96rem;
    background: #fdfff8;
    display: flex;
    flex-direction: row;
    margin-top: 0.33rem;
}
.text .one{
     width: 0.97rem;
     height: 0.48rem;
     background: #3babff;
     border-radius: 0.24rem;
     background: rgba(59,171,255,0.1);
     text-align: center;
     margin-right: 0.19rem;
 }
.text span{
    font-size: 0.26rem;
    color: #36a8fe;
}
.text .two{
    width: 0.97rem;
    height: 0.48rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.1);
    text-align: center;
    margin-right: 0.19rem;
}
.text .three{
    width: 1.48rem;
    height: 0.48rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.1);
    text-align: center;
}
.second .all{
    width: 3rem;
    height: 0.5rem;
    margin-top: 0.20rem;
    padding: 0.15rem;
    box-sizing: border-box;
}
.second a{
    font-size: 0.26rem;
    color: #36a8fe;
}
.all p{
    font-size: 0.32rem;
    font-weight: bolder;
    line-height: 0.40rem;
    position: relative;
    margin-left: 0.21rem;
}
.all p::before{
    content: '';
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: -0.15rem;
    top: 0.14rem;
    border-radius: 50%;
    background: #36a8fe;
}
.second .text .one{
    margin-left: 0.19rem;
    margin-top: 0.18rem;
}
.second .text .two{
    margin-top: 0.18rem;
}
.second .text .three{
    margin-top: 0.18rem;
}
.text2{
    width: 100%;
    height: 0.80rem;
    background: #fdfff8;
    display: flex;
    flex-direction: row;
}
.text2 .one{
    width: 0.97rem;
    height: 0.48rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.1);
    text-align: center;
    margin-right: 0.19rem;
}
.text2 span{
    font-size: 0.26rem;
    color: #36a8fe;
}
.text2 .two{
    width: 0.97rem;
    height: 0.48rem;
    background: #3babff;
    border-radius: 0.24rem;
    background: rgba(59,171,255,0.1);
    text-align: center;
    margin-right: 0.19rem;
}
.second .text2 .one{
    margin-left: 0.19rem;
}


/*搜索空*/
.none{
    width: 5rem;
    height: 4rem;
    margin: 2rem auto;
    display: none;
}
.none img{
    width: 100%;
    height: 100%;
}