body {
    background-color: #fdfaff;
    /* background: rgb(243, 250, 255); */
    /* background: linear-gradient(90deg, rgba(243, 250, 255, 1) 0%, rgba(253, 250, 255, 1) 100%) !important; */
}

.box>a>img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    cursor: pointer;
}

.box>p {
    white-space: nowrap;
    /*超出的空白区域不换行*/
    overflow: hidden;
    /*超出隐藏*/
    text-overflow: ellipsis;
    /*文本超出显示省略号*/
}

.drop-down p {
    margin-right: 30px;
}

.tab {
    margin-left: 5px;
}

.search>form>img {
    position: absolute;
    right: 3%;
    top: 35%;
    cursor: pointer;
    width: 16px;
    height: 16px;
    /* right: 46px;
    top: 18px; */
}

.hot h2 {
    margin: 0;
    display: inline-block;
    font-size: 28px;
}

.search input {
    background-color: #fff;
    caret-color: #000;
    height: 100%;
    color:#000;
}

.search form {
    border: 2px solid #FFAD65;
    border-radius: 3px;
    background-color: #fff;
    box-sizing: border-box;
    height: 55px;
}

.search-left {
    background-color: #FFAD65;
    color: #fff;
    height: 100%;
    border-radius: 0px;
}

.search-left>span {
    top: 31%;
}

.search-left>img {
    top: 23px;
}
