.sec1 .wrap {
  padding-top: 60px;
  padding-bottom: 110px;
}
.sec1 .wrap .top {
  display: flex;
  justify-content: end;
  margin-bottom: 74px;
}
.sec1 .wrap .top .tab {
  display: flex;
  gap: 10px;
}
.sec1 .wrap .top .tab .item {
  color: hsl(0, 0%, 0%);
  font-size: 16px;
  height: 44px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 22px;
  transition: all 0.6s;
}
.sec1 .wrap .top .tab .item:hover,
.sec1 .wrap .top .tab .item.active {
  background-color: #F2F4F7;
  color: #FF6E11;
}
.sec1 .wrap .top .search {
  background-color: #F2F4F7;
  height: 56px;
  border-radius: 28px;
  width: 360px;
  display: flex;
  padding-right: 30px;
}
.sec1 .wrap .top .search input {
  flex: 1;
  padding-left: 40px;
  margin-right: 20px;
  border: none;
  background-color: transparent;
}
.sec1 .wrap .top .search input::placeholder {
  color: #C2C2C2;
}
.sec1 .wrap .bottom .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
  margin-bottom: 74px;
}
.sec1 .wrap .bottom .list .item {
  width: calc(50% - 20px);
}
.sec1 .wrap .bottom .list .item a {
  background-color: #F2F4F7;
  display: flex;
  align-items: center;
  height: 194px;
  border-radius: 12px;
  justify-content: space-between;
  padding: 20px 70px 20px 60px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.sec1 .wrap .bottom .list .item a:hover .right img {
  transform: scale(1.05);
}
.sec1 .wrap .bottom .list .item a .left .name {
  margin-bottom: 20px;
}
.sec1 .wrap .bottom .list .item a .left .name p {
  color: #000;
  font-size: 18px;
}
.sec1 .wrap .bottom .list .item a .left .download {
  background-color: #fff;
  width: fit-content;
  height: 46px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  border-radius: 24px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a .left .download:hover {
  background-color: #FF6E11;
}
.sec1 .wrap .bottom .list .item a .left .download:hover .icon span {
  color: #fff;
}
.sec1 .wrap .bottom .list .item a .left .download:hover p {
  color: #fff;
}
.sec1 .wrap .bottom .list .item a .left .download .icon span {
  color: #FF6E11;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a .left .download p {
  color: #333333;
  font-size: 16px;
  margin-left: 7px;
  transition: all 0.6s;
}
.sec1 .wrap .bottom .list .item a .right {
  width: 190px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec1 .wrap .bottom .list .item a .right img {
  transition: all 0.6s;
}


.sec1 .wrap .top .search input{
  flex: 1;
}
.sec1 .wrap .top .search button{
  width: 20px;
  background-color: transparent;
}
.sec1 .wrap .bottom .list .item a .left .download .icon{
  display: flex;
  align-items: center;
}

.sec1 .wrap .bottom .list .item a .left .name p {
  font-size: 24px;
}

@media screen and (max-width: 1919px) {
.sec1 .wrap{
padding-top: 3.125vw;
 padding-bottom: 5.7291666667vw;
}
.sec1 .wrap .top{
margin-bottom: 3.8541666667vw;
}
.sec1 .wrap .top .tab{
gap: 0.5208333333vw;
}
.sec1 .wrap .top .tab .item{
font-size: 0.8333333333vw;
 height: 2.2916666667vw;
 padding: 0px 1.0416666667vw;
 border-radius: 1.1458333333vw;
}
.sec1 .wrap .top .search{
height: 2.9166666667vw;
 border-radius: 1.4583333333vw;
 width: 18.75vw;
 padding-right: 1.5625vw;
}
.sec1 .wrap .top .search input{
padding-left: 2.0833333333vw;
 margin-right: 1.0416666667vw;
}
.sec1 .wrap .bottom .list{
gap: 1.5625vw 2.0833333333vw;
 margin-bottom: 3.8541666667vw;
}
.sec1 .wrap .bottom .list .item{
width: calc(50% - 1.0416666667vw);
}
.sec1 .wrap .bottom .list .item a{
height: 10.1041666667vw;
 border-radius: 0.625vw;
 padding: 1.0416666667vw 3.6458333333vw 1.0416666667vw 3.125vw;
}
.sec1 .wrap .bottom .list .item a:hover{
box-shadow: rgba(0, 0, 0, 0.1) 0px 0.2083333333vw 0.5208333333vw 0px;
}
.sec1 .wrap .bottom .list .item a .left .name{
margin-bottom: 1.0416666667vw;
}
.sec1 .wrap .bottom .list .item a .left .name p{
font-size: 0.9375vw;
}
.sec1 .wrap .bottom .list .item a .left .download{
height: 2.3958333333vw;
 padding: 0px 1.0416666667vw;
 border-radius: 1.25vw;
}
.sec1 .wrap .bottom .list .item a .left .download p{
font-size: 0.8333333333vw;
 margin-left: 0.3645833333vw;
}
.sec1 .wrap .bottom .list .item a .right{
width: 9.8958333333vw;
}
.sec1 .wrap .bottom .list .item a .left .download .icon span{
  font-size: 0.8333333333vw;
}
.sec1 .wrap .top .search button{
  width: 1.04166666666vw;
}
.sec1 .wrap .top .search input{
  font-size: 0.83333333vw;
}
.sec1 .wrap .bottom .list .item a .left .name p {
  font-size:1.25vw;
}
}
@media screen and (max-width: 1024px) {
  .sec1 .wrap{
    padding: 50px 0;
  }
  .sec1 .wrap .top .tab .item{
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
    border-radius: 19px;
  }
  .sec1 .wrap .top .tab{
    gap: 10px;
  }
  .sec1 .wrap .top{
    flex-direction: column-reverse;
  }
  .sec1 .wrap .top .search{
    height: 40px;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .sec1 .wrap .top .search input{
    font-size: 14px;
  }
  .sec1 .wrap .top .search input{
    padding-left: 20px;
    margin-right: 20px;
  }
  .sec1 .wrap .top .search button{
    width: 16px;
  }
  .sec1 .wrap .bottom .list .item a{
    /* height: auto; */
    flex-direction: column-reverse;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
  }
  .sec1 .wrap .bottom .list .item a .right{
    width: 100%;
    height:200px;
    margin-bottom: 30px;
  }
  .sec1 .wrap .bottom .list .item a .left .name p{
    font-size: 18px;
  }
  .sec1 .wrap .bottom .list .item a .left .name{
    margin-bottom: 10px;
  }
  .sec1 .wrap .bottom .list .item a .left .download p,
  .sec1 .wrap .bottom .list .item a .left .download .icon span{
    font-size: 14px;
  }
  .sec1 .wrap .bottom .list .item a .left .download p{
    margin-left: 10px;
  }
  .sec1 .wrap .bottom .list .item a .left .download{
    height: 32px;
    padding: 0 20px;
    border-radius: 16px;
    margin: 0 auto;
  }
  .sec1 .wrap .top .search{
    padding-right: 20px;
  }
  .sec1 .wrap .bottom .list{
    gap: 20px;
    margin-bottom: 30px;
  }
  .sec1 .wrap .bottom .list .item{
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .sec1 .wrap .top{
    margin-bottom: 30px;
  }
  .sec1 .wrap .bottom .list .item{
    width: 100%;
  }
  .sec1 .wrap .bottom .list .item a .right{
    height: 120px;
  }
}