.section1 {
    background-color: #F5F7F8;
}

.section1 .wrap {
    padding: 250px 0 100px 0;
    width: 1400px;
    margin: 0 auto;
}

.section1 .wrap .top .search {
    width: 640px;
    height: 60px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 25px 0 34px;
    border: 1px solid #B8B8BA;
    justify-content: space-between;
}

.section1 .wrap .top .hot.aos-animate {
    transition-delay: .2s;
}

.section1 .wrap .top .text.aos-animate {
    transition-delay: .4s;
}

.section1 .wrap .top .search .left {
    flex: 1;
    display: flex;
}

.section1 .wrap .top .search .left input {
    width: 100%;
    font-size: 18px;
    background-color: transparent;
    border: none;
}

.section1 .wrap .top .search .right {
    display: flex;
    align-items: center;
}

.section1 .wrap .top .search .left .clear {
    width: 20px;
    background-color: #B8B8BA;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: rotate(45deg);
    opacity: 0;
    pointer-events: none;
    transition: all .6s;
    cursor: pointer;
}

.section1 .wrap .top .search .left .clear.show {
    opacity: 1;
    pointer-events: all;
}

.section1 .wrap .top .search .left .clear span {
    font-size: 12px;
    color: #FFFFFF;
}

.section1 .wrap .top .search .right .line {
    width: 1px;
    height: 25px;
    background: #B8B8BA;
    margin: 0 15px;
}

.section1 .wrap .top .search .right button {
    height: 25px;
    background-color: transparent;
}

.section1 .wrap .top .search .right button span {
    font-size: 24px;
}

.section1 .wrap .top .hot {
    display: flex;
    justify-content: center;
    margin: 15px 0 35px 0;
}

.section1 .wrap .top .hot .key {
    font-size: 18px;
    margin-right: 10px;
}

.section1 .wrap .top .hot .list {
    display: flex;
    gap: 20px;
}

.section1 .wrap .top .hot .list a {
    color: #007BDB;
    font-size: 18px;
}

.section1 .wrap .top .text {
    text-align: center;
    font-size: 24px;
}

.section1 .wrap .top .text span {
    color: #007BDB;
}

.section1 .wrap .top {
    margin-bottom: 50px;
}

.section1 .wrap .bottom .title {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.section1 .wrap .bottom .trem:not(:last-child) {
    margin-bottom: 60px;
}

.section1 .wrap .bottom .newslist .item a {
    display: flex;
    justify-content: space-between;
    transition: all .6s;
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
}

.section1 .wrap .bottom .newslist .item:hover a {
    border-bottom-color: #007BDB;
}

.section1 .wrap .bottom .newslist .item:hover p {
    color: #007BDB;
}

.section1 .wrap .bottom .newslist .item p {
    font-size: 16px;
    color: #333;
    transition: all .6s;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.section1 .wrap .bottom .newslist .item .time {
    font-size: 14px;
    color: #aaa;
}

.section1 .wrap .bottom .productslist {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding-top: 30px;
}

.section1 .wrap .bottom .productslist .item {
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    padding: 67px 40px 35px;
    width: 100%;
    display: block;
    position: relative;
}

.section1 .wrap .bottom .productslist .item .img {
    margin-bottom: 60px;
}

.section1 .wrap .bottom .productslist .item .img img {
    transition: all 1s;
}

.section1 .wrap .bottom .productslist .item .text {
    color: #111;
    font-size: 18px;
}

.section1 .wrap .bottom .productslist .item:hover .img img {
    transform: scale(1.1);
}

.section1 .wrap .bottom .productslist .item:hover .add {
    background-color: #007BDB;
}

.section1 .wrap .bottom .productslist .item:hover .add span {
    color: #fff;
}

.section1 .wrap .bottom .productslist .item .rb {
    right: 0;
    bottom: 0;
    position: absolute;
    width: 110px;
}

.section1 .wrap .bottom .productslist .item .add {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.section1 .wrap .bottom .productslist .item .add span {
    font-size: 24px;
    color: #111111;
    transition: all 1s;
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding: 13.0208333333vw 0px 5.2083333333vw;
        width: 72.9166666667vw;
    }

    .section1 .wrap .top .search {
        width: 33.3333333333vw;
        height: 3.125vw;
        border-radius: 2.0833333333vw;
        padding: 0px 1.3020833333vw 0px 1.7708333333vw;
    }

    .section1 .wrap .top .search .left input {
        font-size: 0.9375vw;
    }

    .section1 .wrap .top .search .left .clear {
        width: 1.0416666667vw;
        height: 1.0416666667vw;
    }

    .section1 .wrap .top .search .left .clear span {
        font-size: 0.625vw;
    }

    .section1 .wrap .top .search .right .line {
        height: 1.3020833333vw;
        margin: 0px 0.78125vw;
    }

    .section1 .wrap .top .search .right button {
        height: 1.3020833333vw;
    }

    .section1 .wrap .top .search .right button span {
        font-size: 1.25vw;
    }

    .section1 .wrap .top .hot {
        margin: 0.78125vw 0px 1.8229166667vw;
    }

    .section1 .wrap .top .hot .key {
        font-size: 0.9375vw;
        margin-right: 0.5208333333vw;
    }

    .section1 .wrap .top .hot .list {
        gap: 1.0416666667vw;
    }

    .section1 .wrap .top .hot .list a {
        font-size: 0.9375vw;
    }

    .section1 .wrap .top .text {
        font-size: 1.25vw;
    }

    .section1 .wrap .top {
        margin-bottom: 2.6041666667vw;
    }

    .section1 .wrap .bottom .title {
        font-size: 1.25vw;
        padding-bottom: 0.5208333333vw;
    }

    .section1 .wrap .bottom .trem:not(:last-child) {
        margin-bottom: 3.125vw;
    }

    .section1 .wrap .bottom .newslist .item a {
        padding: 1.25vw 0px;
    }

    .section1 .wrap .bottom .newslist .item p {
        font-size: 0.8333333333vw;
    }

    .section1 .wrap .bottom .newslist .item .time {
        font-size: 0.7291666667vw;
    }

    .section1 .wrap .bottom .productslist {
        gap: 1.5625vw;
        padding-top: 1.5625vw;
    }

    .section1 .wrap .bottom .productslist .item {
        border-radius: 0.78125vw;
        padding: 3.4895833333vw 2.0833333333vw 1.8229166667vw;
    }

    .section1 .wrap .bottom .productslist .item .img {
        margin-bottom: 3.125vw;
    }

    .section1 .wrap .bottom .productslist .item .text {
        font-size: 0.9375vw;
    }

    .section1 .wrap .bottom .productslist .item .rb {
        width: 5.7291666667vw;
    }

    .section1 .wrap .bottom .productslist .item .add {
        width: 3.6458333333vw;
        height: 3.6458333333vw;
    }

    .section1 .wrap .bottom .productslist .item .add span {
        font-size: 1.25vw;
    }
}
@media screen and (max-width: 1024px) {
    .section1 .wrap{
        width: 90%;
        padding: 120px 0 60px;
    }
    .section1 .wrap .top .search{
        width: 60%;
        height: 40px;
        border-radius: 30px;
        padding: 0 20px;
    }
    .section1 .wrap .top .search .left input{
        font-size: 14px;
    }
    .section1 .wrap .top .search .right .line{
        height: 20px;
        margin: 0 10px;
    }
    .section1 .wrap .top .search .right button{
        height: auto;
    }
    .section1 .wrap .top .search .right button span{
        font-size: 18px;
    }
    .section1 .wrap .top .hot{
        margin: 20px 0 40px;
    }
    .section1 .wrap .top .hot .list{
        gap: 15px;
    }
    .section1 .wrap .top .hot .list a{
        font-size: 14px;
    }
    .section1 .wrap .top .hot .key{
        font-size: 14px;
        margin-right: 10px;
    }
    .section1 .wrap .top .text{
        font-size: 18px;
    }
    .section1 .wrap .top{
        margin-bottom: 30px;
    }
    .section1 .wrap .bottom .title{
        font-size: 20px;
        padding-bottom: 10px;
    }
    .section1 .wrap .bottom .newslist .item a{
        padding: 20px 0;
    }
    .section1 .wrap .bottom .newslist .item .time{
        font-size: 14px;
    }
    .section1 .wrap .bottom .newslist .item p{
        font-size: 16px;
    }
    .section1 .wrap .bottom .productslist{
        gap: 20px;
    }
    .section1 .wrap .bottom .productslist .item{
        padding: 20px;
        border-radius: 10px;
    }
    .section1 .wrap .bottom .productslist .item .text{
        font-size: 14px;
        width: calc(100% - 70px);
    }
    .section1 .wrap .bottom .productslist{
        padding-top: 20px;
    }
    .section1 .wrap .bottom .productslist {
        grid-template-columns: repeat(3, 1fr);
    }
    .section1 .wrap .bottom .trem:not(:last-child) {
        margin-bottom: 60px;
    }
    .section1 .wrap .bottom .productslist .item .rb{
        width: 60px;
    }
    .section1 .wrap .bottom .productslist .item .add{
        width: 36px;
        height: 36px;
    }
    .section1 .wrap .bottom .productslist .item .add span{
        font-size: 16px;
    }
}
@media screen and (max-width: 820px) {
    .section1 .wrap .bottom .productslist {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .section1 .wrap .bottom .trem:not(:last-child){
        margin-bottom: 50px;
    }
    .section1 .wrap{
        padding-bottom: 50px;
    }
    .section1 .wrap .bottom .newslist .item a{
        flex-direction: column;
    }
    .section1 .wrap .bottom .newslist .item .time{
        margin-top: 10px;
    }
    .section1 .wrap .bottom .productslist {
        grid-template-columns: repeat(1, 1fr);
    }
    .section1 .wrap .top .hot .list {
        gap: 10px;
    }
    .section1 .wrap .top .search{
        width: 100%;
    }
    .section1 .wrap .top .text {
        font-size: 16px;
        margin-top: 30px;
    }
    .section1 .wrap .top .hot{
        display: none;
    }
}