.section {
    padding: 70px 0 81px;
}

.section .main {
    width: 1400px;
    margin: 0 auto;
}

.section .main .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 55px;
}

.section .main .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
}

.section .main .title form {
    width: 300px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #cccccc;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.section .main .title form input {
    width: 240px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.section .main .title form input::placeholder {
    color: #999999;
}

.section .main .title form button {
    background: unset;
    transition: 0.6s;
    color: #333333;
}

.section .main .title form button:hover {
    color: #005cff;
}

.section .main .select_box {
    display: flex;
    align-items: center;
    margin: 0 0 60px;
}

.section .main .select_box h5 {
    font-weight: 500;
    font-size: 16px;
    color: #121212;
    margin: 0 28px 0 0;
}

.section .main .select_box .select_item {
    display: flex;
    align-items: center;
    margin: 0 124px 0 0;
}

.section .main .select_box .select_item .cir {
    width: 18px;
    height: 18px;
    background: #f5f6f7;
    border-radius: 50%;
    border: 1px solid #111111;
    margin: 0 10px 0 0;
    transition: 0.6s;
}

.section .main .select_box .select_item p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    transition: 0.6s;
}

.section .main .select_box .select_item:hover p {
    color: #005cff;
}

.section .main .select_box .select_item.on .cir {
    background: #005cff;
}

.section .main .content {
    display: flex;
    flex-wrap: wrap;
}

.section .main .content .item {
    cursor: pointer;
    margin-bottom: 40px;
    width: 450px;
}

.section .main .content .item:not(:nth-child(3n)) {
    margin-right: 25px;
}

.section .main .content .item .img {
    overflow: hidden;
    margin-bottom: 15px;
}

.section .main .content .item .img img {
    display: block;
    transition: 3s;
}

.section .main .content .item h5 {
    font-weight: 400;
    font-size: 14px;
    color: #121212;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section .main .content .item:hover .img img {
    transform: scale(1.1);
}

.page {
    margin: 34px 0 0;
}
@media screen and (max-width: 1919px) {
  .section{
    padding: 3.6458333333vw 0px 4.21875vw;
  }
  .section .main{
    width: 72.9166666667vw;
  }
  .section .main .title{
    margin: 0px 0px 2.8645833333vw;
  }
  .section .main .title h1{
    font-size: 1.875vw;
  }
  .section .main .title form{
    width: 15.625vw;
    height: 2.1875vw;
    border-radius: 1.09375vw;
    padding: 0px 1.0416666667vw;
  }
  .section .main .title form input{
    width: 12.5vw;
    font-size: 0.7291666667vw;
  }
  .section .main .select_box{
    margin: 0px 0px 3.125vw;
  }
  .section .main .select_box h5{
    font-size: 0.8333333333vw;
    margin: 0px 1.4583333333vw 0px 0px;
  }
  .section .main .select_box .select_item{
    margin: 0px 6.4583333333vw 0px 0px;
  }
  .section .main .select_box .select_item .cir{
    width: 0.9375vw;
    height: 0.9375vw;
    margin: 0px 0.5208333333vw 0px 0px;
  }
  .section .main .select_box .select_item p{
    font-size: 0.7291666667vw;
  }
  .section .main .content .item{
    margin-bottom: 2.0833333333vw;
    width: 23.4375vw;
  }
  .section .main .content .item:not(:nth-child(3n)){
    margin-right: 1.3020833333vw;
  }
  .section .main .content .item .img{
    margin-bottom: 0.78125vw;
  }
  .section .main .content .item h5{
    font-size: 0.7291666667vw;
  }
  .page{
    margin: 1.7708333333vw 0px 0px;
  }
}
@media screen and (max-width: 1024px) {
    .section .main {
        width: 90%;
    }
    .section {
        padding: 40px 0 ;
    }
    .section .main .title h1 {
        font-size: 24px;
    }
    .section .main .title form {
        width: 210px;
        height: 35px;
        border-radius: 35px;
        padding: 0 10px;
    }
    .section .main .title form input {
        width: 170px;
        font-size: 14px;
    }
    .section .main .select_box .select_item p {
        font-size: 14px;
        line-height: 2;
    }
    .section .main .select_box h5 {
        font-size: 14px;
        line-height: 2;
    }
    .section .main .select_box {
        flex-wrap: wrap;
    }
    .section .main .select_box .select_item .cir {
        width: 8px;
        height: 8px;
    }
    .section .main .title {
        margin: 0 0 10px;
    }
    .section .main .content .item:not(:nth-child(3n)) {
        margin-right: 0;
    }
    .section .main .content .item {
        margin-bottom: 30px;
        width: 100%;
    }
    .section .main .content .item .img {
        margin: 0 0 15px;
    }
    .section .main .content .item h5 {
        font-size: 16px;
    }
    .page {
        margin: 30px 0 0;
    }
}
