.section1 .wrap {
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  gap: 40px;
  width: 1400px;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 30px 40px;
}

.section1 .wrap .item {
  width: 680px;
  background-color: #F4F4F3;
  border-radius: 10px;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  transition: all 0.6s;
  border: 1px solid transparent;
  cursor: pointer;
}

.section1 .wrap .item:hover {
  border-color: #FFB3AB;
  background-color: #fff;
  box-shadow: 0px 2px 12px 0px rgba(255, 179, 171, 0.32);
}

.section1 .wrap .item .text {
  display: flex;
  align-items: center;
}

.section1 .wrap .item .text .icon {
  height: 30px;
  width: fit-content;
  margin-right: 40px;
}

.section1 .wrap .item .text .icon img {
  height: 100%;
  width: fit-content;
  object-fit: contain;
}

.section1 .wrap .item .text p {
  color: #1A1A1A;
  font-size: 18px;
}

.section1 .wrap .item .down {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section1 .wrap .item .down span {
  font-size: 18px;
}

.download_mark {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.download_mark.active {
  pointer-events: all;
}

.download_mark.active .download_black {
  opacity: 1;
}

.download_mark.active .box {
  opacity: 1;
  transform: translateY(0);
}

.download_mark .download_black {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.6s;
}

.download_mark .box {
  width: 560px;
  border-radius: 20px;
  background-color: #fff;
  padding: 70px;
  z-index: 10000;
  opacity: 0;
  transition: all 0.6s;
  transform: translateY(20px);
  position: relative;
}

.download_mark .box .close {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
}

.download_mark .box .close span {
  color: #fff;
  transition: all 0.6s;
}

.download_mark .box .close:hover {
  background-color: #FFB3AB;
}

.download_mark .box .close:hover span {
  color: #fff;
}

.download_mark .box .content .title {
  margin-bottom: 40px;
}

.download_mark .box .content .title h3 {
  font-size: 24px;
  color: #1A1A1A;
}

.download_mark .box .content .main .item:nth-child(1) {
  margin-bottom: 20px;
}

.download_mark .box .content .main .item .key {
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
}

.download_mark .box .content .main .item .key span {
  color: #CF0D0D;
}

.download_mark .box .content .main .item .value {
  width: 100%;
  height: 65px;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
}

.download_mark .box .content .main .item .value input {
  width: 100%;
  border: none;
  padding: 20px;
  font-size: 16px;
}

.download_mark .box .content .main button {
  width: 205px;
  height: 64px;
  background-color: #FFB3AB;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin: 40px auto 0;
  font-size: 16px;
}

@media screen and (max-width: 1919px) {
  .section1 .wrap {
    padding-top: 6.7708333333vw;
    padding-bottom: 6.7708333333vw;
    width: 72.9166666667vw;
    gap: 1.5625vw 2.0833333333vw;
  }

  .section1 .wrap .item {
    width: 35.4166666667vw;
    border-radius: 0.5208333333vw;
    padding: 1.0416666667vw 2.6041666667vw;
  }

  .section1 .wrap .item:hover {
    box-shadow: rgba(255, 179, 171, 0.32) 0px 0.1041666667vw 0.625vw 0px;
  }

  .section1 .wrap .item .text .icon {
    height: 1.5625vw;
    margin-right: 2.0833333333vw;
  }

  .section1 .wrap .item .text p {
    font-size: 0.9375vw;
  }

  .section1 .wrap .item .down {
    width: 2.7083333333vw;
    height: 2.7083333333vw;
  }

  .section1 .wrap .item .down span {
    font-size: 0.9375vw;
  }

  .download_mark .box {
    width: 29.1666666667vw;
    border-radius: 1.0416666667vw;
    padding: 3.6458333333vw;
    transform: translateY(1.0416666667vw);
  }

  .download_mark .box .close {
    width: 1.9791666667vw;
    height: 1.9791666667vw;
    top: 0.5208333333vw;
    right: -3.6458333333vw;
  }

  .download_mark .box .content .title {
    margin-bottom: 2.0833333333vw;
  }

  .download_mark .box .content .title h3 {
    font-size: 1.25vw;
  }

  .download_mark .box .content .main .item:nth-child(1) {
    margin-bottom: 1.0416666667vw;
  }

  .download_mark .box .content .main .item .key {
    font-size: 0.8333333333vw;
    margin-bottom: 0.5208333333vw;
  }

  .download_mark .box .content .main .item .value {
    height: 3.3854166667vw;
    border-radius: 0.2083333333vw;
  }

  .download_mark .box .content .main .item .value input {
    padding: 1.0416666667vw;
    font-size: 0.8333333333vw;
  }

  .download_mark .box .content .main button {
    width: 10.6770833333vw;
    height: 3.3333333333vw;
    border-radius: 0.2083333333vw;
    margin: 2.0833333333vw auto 0px;
    font-size: 0.8333333333vw;
  }
  .download_mark .box .close span{
    font-size: 0.8333333vw;
  }
}

@media screen and (max-width: 1024px) {
  .section1 .wrap{
    padding-top: 60px;
    padding-bottom: 60px;
    width: 90vw;
    gap: 20px;
  }
  .section1{
    min-height: 50vh;
  }
  .section1 .wrap .item:hover{
    box-shadow: rgba(255, 179, 171, 0.32) 0px 3px 6px 0px;
  }
  .section1 .wrap .item{
    width: calc(50% - 10px);
    padding: 10px 20px;
    border-radius: 10px;
  }
  .section1 .wrap .item .text .icon{
    height: 20px;
    margin-right: 20px;
  }
  .section1 .wrap .item .text p{
    font-size: 16px;
  }
  .section1 .wrap .item .down span{
    font-size: 14px;
  }
  .section1 .wrap .item .down{
    width: 30px;
    height: 30px;
  }
  .download_mark .box{
    width: 90vw;
    border-radius: 10px;
    padding: 30px;
  }
  .download_mark .box .close{
    width:30px;
    height: 30px;
    top: -40px;
    right:0;
  }
  .download_mark .box .close span{
    font-size: 16px;
  }
  .download_mark .box .content .title h3{
    font-size: 18px;
  }
  .download_mark .box .content .main .item .key{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .download_mark .box .content .main .item .value{
    height: 50px;
  }
  .download_mark .box .content .main .item .value input{
    padding: 10px;
    height: 100%;
    font-size: 14px;
  }
  .download_mark .box .content .main button{
    width: 120px;
    height: 40px;
    border-radius: 5px;
    margin-top: 30px;
    font-size: 14px;
  }
  .download_mark .box .content .title{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .section1 .wrap .item{
    width: 100%;
  }
  .section1 .wrap{
    padding: 50px 0;
  }
  .download_mark .box{
    padding: 30px 20px;
  }
}