.section1 {
    overflow: unset;
}

.section1 .wrap {
    padding: 60px 0;
    width: 1400px;
    margin: 0 auto;
}

.section1 .wrap .main {
    display: flex;
    justify-content: space-between;
}

.section1 .wrap .main .content {
    width: 970px;
    padding: 30px 30px 0;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.section1 .wrap .main .content .top {
    padding-bottom: 40px;
    /*border-bottom: 1px solid #E9E9E9;*/
}

.section1 .wrap .main .content .top .title {
    margin-bottom: 20px;
}

.section1 .wrap .main .content .top .title h3 {
    color: #333;
    font-size: 30px;
    line-height: 50px;
}

.section1 .wrap .main .content .top .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section1 .wrap .main .content .top .flex .type {
    width: fit-content;
    border-radius: 20px;
    background: linear-gradient(120deg, #3055A5, #3F80C5);
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
}

.section1 .wrap .main .content .top .flex .information {
    display: flex;
    gap: 30px;
}

.section1 .wrap .main .content .top .flex .information .item {
    display: flex;
    align-items: center;
    color: #999999;
}

.section1 .wrap .main .content .top .flex .information .item .icon {
    margin-right: 12px;
}

.section1 .wrap .main .content .top .code {
    width: 100%;
    margin: 110px 0 390px;
    display: flex;
    justify-content: center;
}

.section1 .wrap .main .content .top .code img {
    width: 380px;
}

.section1 .wrap .main .content .top .text {
    margin-top: 20px;
}

.section1 .wrap .main .content .top .text p {
    color: #666666;
    font-size: 18px;
    line-height: 1.8;
}

.section1 .wrap .main .content .top .text p video {
    max-width: 100%;
    height: unset;
}

.section1 .wrap .main .content .top .text p:not(:last-child) {
    margin-bottom: 30px;
}

.section1 .wrap .main .content .bottom {
    margin-top: 25px;
}

.section1 .wrap .main .content .bottom h4 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 20px;
}

.section1 .wrap .main .content .bottom .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section1 .wrap .main .content .bottom .list .item:not(:last-child) {
    margin-bottom: 20px;
}

.section1 .wrap .main .content .bottom .list .item p {
    color: #3055A5;
    font-size: 18px;
}

.section1 .wrap .main .content .bottom .list .item .download {
    width: 54px;
    height: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #3055A5 0%, #3F80C5 100%);
}

.section1 .wrap .main .content .bottom .list .item .download span {
    color: #fff;
    font-size: 20px;
}

.section1 .wrap .main .right {
    width: 400px;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    position: sticky;
    top: 200px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.section1 .wrap .main .right .title {
    padding: 13px 30px;
    background-color: #F5F8FD;
}

.section1 .wrap .main .right .title h3 {
    font-size: 20px;
    color: #333333;
}

.section1 .wrap .main .right .list {
    padding: 0 30px 20px;
}

.section1 .wrap .main .right .list .item {
    display: block;
    padding: 20px 0;
}

.section1 .wrap .main .right .list .item:hover h4 {
    color: #3055A5;
}

.section1 .wrap .main .right .list .item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9;
}

.section1 .wrap .main .right .list .item h4 {
    transition: all 0.6s;
    color: #333;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 1.8;
}

.section1 .wrap .main .right .list .item .flex {
    display: flex;
    justify-content: space-between;
}

.section1 .wrap .main .right .list .item .flex .type {
    width: fit-content;
    border-radius: 20px;
    background: linear-gradient(120deg, #3055A5, #3F80C5);
    padding: 3px 16px;
    color: #fff;
    font-size: 12px;
}

.section1 .wrap .main .right .list .item .flex .information {
    display: flex;
    gap: 34px;
}

.section1 .wrap .main .right .list .item .flex .information .trem {
    display: flex;
    color: #999999;
    font-size: 14px;
}

.section1 .wrap .main .right .list .item .flex .information .trem .icon {
    margin-right: 10px;
}

@media screen and (max-width: 1919px) {
    .section1 .wrap {
        padding: 3.125vw 0px;
        width: 72.9166666667vw;
    }

    .section1 .wrap .main .content {
        width: 50.5208333333vw;
        padding: 1.5625vw 1.5625vw 0;
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw 0px;
    }

    .section1 .wrap .main .content .top {
        padding-bottom: 2.08333333vw;
    }

    .section1 .wrap .main .content .top .title {
        margin-bottom: 1.0416666667vw;
    }

    .section1 .wrap .main .content .top .title h3 {
        font-size: 1.5625vw;
        line-height: 2.6041666667vw;
    }

    .section1 .wrap .main .content .top .flex .type {
        border-radius: 1.0416666667vw;
        padding: 0.15625vw 0.8333333333vw;
        font-size: 0.625vw;
    }

    .section1 .wrap .main .content .top .flex .information {
        gap: 1.5625vw;
    }

    .section1 .wrap .main .content .top .flex .information .item .icon {
        margin-right: 0.625vw;
    }

    .section1 .wrap .main .content .top .code {
        margin: 5.7291666667vw 0px 20.3125vw;
    }

    .section1 .wrap .main .content .top .code img {
        width: 19.7916666667vw;
    }

    .section1 .wrap .main .content .top .text {
        margin-top: 1.0416666667vw;
    }

    .section1 .wrap .main .content .top .text p {
        font-size: 0.9375vw;
    }

    .section1 .wrap .main .content .top .text p:not(:last-child) {
        margin-bottom: 1.5625vw;
    }

    .section1 .wrap .main .content .bottom {
        margin-top: 1.3020833333vw;
    }

    .section1 .wrap .main .content .bottom h4 {
        font-size: 1.25vw;
        margin-bottom: 1.0416666667vw;
    }

    .section1 .wrap .main .content .bottom .list .item:not(:last-child) {
        margin-bottom: 1.0416666667vw;
    }

    .section1 .wrap .main .content .bottom .list .item p {
        font-size: 0.9375vw;
    }

    .section1 .wrap .main .content .bottom .list .item .download {
        width: 2.8125vw;
        height: 1.6666666667vw;
        border-radius: 0.5208333333vw;
    }

    .section1 .wrap .main .content .bottom .list .item .download span {
        font-size: 1.0416666667vw;
    }

    .section1 .wrap .main .right {
        width: 20.8333333333vw;
        border-radius: 0.5208333333vw;
        top: 10.4166666667vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0.5208333333vw 0px;
    }

    .section1 .wrap .main .right .title {
        padding: 0.6770833333vw 1.5625vw;
    }

    .section1 .wrap .main .right .title h3 {
        font-size: 1.0416666667vw;
    }

    .section1 .wrap .main .right .list {
        padding: 0px 1.5625vw 1.0416666667vw;
    }

    .section1 .wrap .main .right .list .item {
        padding: 1.0416666667vw 0px;
    }

    .section1 .wrap .main .right .list .item h4 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.6770833333vw;
    }

    .section1 .wrap .main .right .list .item .flex .type {
        border-radius: 1.0416666667vw;
        padding: 0.15625vw 0.8333333333vw;
        font-size: 0.625vw;
    }

    .section1 .wrap .main .right .list .item .flex .information {
        gap: 1.7708333333vw;
    }

    .section1 .wrap .main .right .list .item .flex .information .trem {
        font-size: 0.7291666667vw;
    }

    .section1 .wrap .main .right .list .item .flex .information .trem .icon {
        margin-right: 0.5208333333vw;
    }

    .section1 .wrap .main .right .list .item .flex .information .trem:nth-child(1) .icon {
        width: 0.72916666666vw;
    }

    .section1 .wrap .main .right .list .item .flex .information .trem:nth-child(2) .icon {
        width: 0.9895833vw;
    }

    .section1 .wrap .main .content .top .flex .information .item:nth-child(1) .icon {
        width: 0.72916666666vw;
    }

    .section1 .wrap .main .content .top .flex .information .item:nth-child(2) .icon {
        width: 0.9895833vw;
    }

    .section1 .wrap .main .content .top .flex .information .item {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
  .section1 .wrap {
    width: 90%;
    padding: 30px 0 50px;
  }

  .section1 .wrap .main {
    display: block;
  }

  .section1 .wrap .main .content {
    width: 100%;
    padding: 30px 20px 30px;
  }

  .section1 .wrap .main .content .top .title h3 {
    font-size: 20px;
    line-height: 1;
  }

  .section1 .wrap .main .content .top .title {
    margin-bottom: 20px;
  }

  .section1 .wrap .main .content .top .flex .type {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
  }

  .section1 .wrap .main .content .top .flex .information {
    gap: 15px;
  }

  .section1 .wrap .main .content .top .flex .information .item {
    font-size: 14px;
  }

  .section1 .wrap .main .content .top .flex .information .item:nth-child(1) .icon {
    width: 14px;
    margin-right: 4px;
  }
  .section1 .wrap .main .content .top .flex .information .item:nth-child(2) .icon {
    width: 19px;
    margin-right: 4px;
  }
  .section1 .wrap .main .content .top .flex .information .item .icon img {
    display: block;
  }
  .section1 .wrap .main .content .top .text {
    margin: 30px 0 0;
  }
  .section1 .wrap .main .content .top .text p {
    font-size: 16px;
    line-height: 2;
  }
  .section1 .wrap .main .content .top {
    padding: 0 0 30px;
  }

  .section1 .wrap .main .content .bottom p {
    font-size: 16px;
    line-height: 2;
  }

  .section1 .wrap .main .right {
    width: 100%;
    margin: 50px 0 0;
  }

  .section1 .wrap .main .right .title {
    padding: 15px 20px;
  }

  .section1 .wrap .main .right .title h3 {
    font-size: 20px;
  }

  .section1 .wrap .main .right .list {
    padding: 0 20px 10px;
  }

  .section1 .wrap .main .right .list .item h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .section1 .wrap .main .right .list .item {
    padding: 20px 0;
  }

  .section1 .wrap .main .right .list .item .flex .type {
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 20px;
  }

  .section1 .wrap .main .right .list .item .flex .information {
    gap: 15px;
  }

  .section1 .wrap .main .right .list .item .flex .information .trem {
    font-size: 14px;
    align-items: center;
  }

  .section1 .wrap .main .right .list .item .flex .information .trem:nth-child(1) .icon {
    width: 14px;
    margin-right: 4px;
  }
  .section1 .wrap .main .right .list .item .flex .information .trem:nth-child(2) .icon {
    width: 19px;
    margin-right: 4px;
  }

  .section1 .wrap .main .right .list .item .flex .information .trem .icon img {
    display: block;
  }
}
