.search-list1 {
    background: #f6f6f6;
    padding: .75rem 0;
    height: 3rem;
}

.ssr {
    /* font-family: SourceHanSansCN-Regular; */
    font-weight: 400;
}

.ssc {
    font-family: BasemicTimes;
}

.ssb {
    /* font-family: SourceHanSansCN-Bold; */
    font-weight: 700;
}

.ssm {
    /* font-family: SourceHanSansCN-Medium; */
    font-weight: 500;
}

.mian {
    position: relative;
}

.search-list1 .searchbox {
    width: 100%;
    background: transparent;
    border: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search-list1 .input2 {
    width: 3rem;
    height: 1.05rem;
    padding: 0 .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: .25rem;
    transition: all .3s;
    background-image: linear-gradient(90deg, #ed384e 0%, #c51025 100%);
}

.search-list1 form {
    width: 100%;
    background-color: #fff;
    height: 1.5rem;
    border-radius: .1rem;
    line-height: 1;
}

.search-list1 form .searchbox {
    height: 100%;
    width: 100%;
    padding-right: .225rem;
}

.search-list1 form .searchbox .input1 {
    height: 100%;
    width: 80%;
    background: transparent;
    border: none;
    padding-left: .8rem;
    background-repeat: no-repeat;
    background-size: .5rem .55rem;
    background-position: left;
}

.search-list2 {
    padding: 1.15rem 0 2.625rem;
    background: #fff;
    position: relative;
}

.search-list2 .tip span {
    color: #ff0000;
    font-weight: 600;
}

.search-list2 .tip {
    padding-bottom: .5rem;
    border-bottom: 2px solid #f3f2f0;
}

.search-list2 .tab-ul {
    padding: 0 .35rem;
    z-index: 1;
    position: relative;
    border-bottom: .05rem solid #f3f2f0;
}

.search-list2 .tab-ul .li {
    margin: 0 .5rem;
    position: relative;
    height: 1.3rem;
    line-height: 1.3rem;
    font-weight: 12.5rem;
    -webkit-transition: all .4s;
    transition: all .4s;
    display: inline-flex;
}

.search-list2 .tab-ul .li:before {
    content: "";
    position: absolute;
    width: 1rem;
    height: .1rem;
    background: #ed384e;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.search-list2 .ulbox {
    margin-top: 1.05rem;
    z-index: 1;
    position: relative;
    font-weight: 600;
}

.search-list2 .ulbox .li {
    width: 100%;
    padding-bottom: .7rem;
    margin-bottom: .7rem;
    border-bottom: .025rem solid rgba(214, 214, 214, 0.8);
    position: relative;
    transition: all .6s;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.search-list2 .ulbox .li:last-child {
    margin-bottom: .625rem;
}

.search-list2 .ulbox .li .litop {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: .8rem;
    justify-content: space-between;
}

.search-list2 .ulbox .li .t2 {
    line-height: .9rem;
    max-width: 64%;
    transition: all .6s;
}

.search-list2 .ulbox .li .timer {
    align-self: flex-end;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
}
.search-list2 .ulbox .li .more {
    width: 1.2rem;
    height: .65rem;
}

.search-list2 .ulbox .liimg {
    width: 6.5rem;
    overflow: hidden;
    border-radius: .25rem;
}
.search-list2 .ulbox .li:hover img {
    transform: scale(1.1);
}
.search-list2 .ulbox .liimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.search-list2 .ulbox .litxt {
    padding-left: 1.25rem;
    padding-top: .5rem;
    width: calc(100% - 6.5rem);
}

.search-list2 .tab-ul .li.cur {
    color: #ed384e;
}
.search-list1 .input2:hover {
  background: linear-gradient(90deg, #24abf8 0%, #0989e1 100%);
}

.search-list2 .ulbox .li:hover .t2 {
  color: #ff0000;
}

.search-list2 .ulbox .li:hover .detail {
  color: #ff0000;
}

.search-list2 .tab-ul .li:hover {
  color: #ed384e;
}

.search-list2 .tab-ul .li:hover:before,
.search-list2 .tab-ul .li.cur:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-list4 .tab-ul .swiper-scrollbar {
    display: none;
    position: absolute;
    bottom: -.5rem;
    left: 0%;
    height: .1rem;
}

.search-list4 .tab-ul .swiper-scrollbar-drag {
    background-color: #ed384e;
}

@media (max-width: 767px) {
    .search-list2 {
        padding-bottom: 2rem;
    }
    .search-list1 form .searchbox .input1{
      width: 70%;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .search-list1 .input2{
      width: 25%;
      padding:0 .5rem;
    }
    .search-list2 .tab-ul {
        width: 100%;
        padding: 0;
        margin-bottom: .5rem;
    }

    .search-list2 .ulbox .li {
        width: 100%;
        padding-left: 0;
        display: block;
    }

    .search-list2 .tab-ul .li {
        margin: 0 0.25rem;
    }

    .search-list2 .page {
        padding-top: 1rem;
    }

    .search-list2 .ulbox .li:before {
        width: .15rem;
        height: .15rem;
        margin-top: -0.175rem;
    }

    .search-list4 .tab-ul {
    }

    .search-list2 .tab-ul .li {
        height: 1.1rem;
        display: block;
        margin: 0;
        line-height: 1.2;
        padding-top: 0.35rem;
        line-height: 1.1rem;
        padding-top: 0;
        text-align: center;
    }

    .search-list4 .tab-ul .swiper-scrollbar {
        display: block;
    }

    .search-list2 .ulbox {
        margin-top: 1.5rem;
    }

    .search-list2 .ulbox .liimg {
        width: 100%;
        height: auto;
    }

    .search-list2 .ulbox .litxt {
        width: 100%;
        padding-left: 0rem;
        padding-top: 0rem;
    }

    .search-list2 .ulbox .li .litop {
        flex-direction: column;
        margin-bottom: .75rem;
        margin-top: .5rem;
    }

    .search-list2 .ulbox .li .timer {
        align-self: flex-start;
    }

    .search-list2 .ulbox .li .t2 {
        max-width: 100%;
    }

    .search-list2 .ulbox .li .libot {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .search-list2 .ulbox .li {
        margin-bottom: 1.25rem;
    }

    .search-list2 .ulbox .li:last-child {
        margin-bottom:0;
    }
}
