.home {
    background: #F8F8F8;
}

.home .bg .cir:nth-child(4) {
    right: -50%;
    top: 28.125vw;
}

.home .sec1 {
    padding: 138px 0 114px;
}

.home .sec1 .wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

.home .sec1 .wrap .img {
    border-radius: 20px;
    overflow: hidden;
    width: 583px;
}

.home .sec1 .wrap .img img {
    display: block;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
    transform: scale(1.1);
}

.home .sec1 .wrap .img.aos-animate img {
    transform: scale(1);
}

.home .sec1 .wrap .text {
    width: 701px;
    background: #FFFFFF;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 19px;
    top: 50%;
    left: 502px;
    transform: translateY(-50%);
    padding: 70px 88px 95px;
    position: absolute;
}

.home .sec1 .wrap .text .text_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 35px;
    border-bottom: 1px solid #EFEFEF;
    margin: 0 0 60px;
    position: relative;
}

.home .sec1 .wrap .text .text_title:after {
    content: "";
    width: 130px;
    height: 1px;
    background: #218D50;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.home .sec1 .wrap .text .text_title h1 {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
}

.home .sec1 .wrap .text .text_title .iconfont {
    font-size: 40px;
    color: #248E52;
}

.home .sec1 .wrap .text .content {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.home .sec2 {
    padding: 0 0 116px;
}

.home .sec2 .wrap {
    width: 1200px;
    margin: 0 auto;
}

.home .sec2 .wrap h1 {
    font-weight: 800;
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin: 0 0 70px;
}

.home .sec2 .wrap .content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .sec2 .wrap .content .item {
    display: flex;
    align-items: center;
    width: 580px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 58px 40px 49px;
    margin: 0 0 40px;
    transition: 0.6s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0);
    transition: 0.6s;
}

.home .sec2 .wrap .content .item .iconfont {
    width: 84px;
    height: 84px;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #218D50;
    margin: 0 46px 0 0;
    transition: 0.6s;
}

.home .sec2 .wrap .content .item .center {
    width: 342px;
}

.home .sec2 .wrap .content .item .center h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 28px;
    transition: 0.6s;
}

.home .sec2 .wrap .content .item .center .time {
    display: flex;
    align-items: flex-end;
    width: 342px;
    justify-content: space-between;
    margin: 0 0 20px;
}

.home .sec2 .wrap .content .item .center .time .time_box {
    display: flex;
    align-items: flex-end;
}

.home .sec2 .wrap .content .item .center .time .time_box p {
    font-family: MiSans;
    font-weight: 600;
    font-size: 32px;
    color: #888888;
    opacity: 0.4;
    line-height: 1;
}

.home .sec2 .wrap .content .item .center .time .time_box span {
    display: block;
    line-height: 1;
    font-family: MiSans;
    font-weight: 100;
    font-size: 18px;
    color: #888888;
    opacity: 0.4;
    margin: 0 0 3px 5px;
}

.home .sec2 .wrap .content .item .center .time .label {
    font-weight: bold;
    font-size: 18px;
    color: #248E52;
    line-height: 1;
}

.home .sec2 .wrap .content .item .center .time .label.end {
    color: #CB0606;
}

.home .sec2 .wrap .content .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.home .sec2 .wrap .content .item:hover .iconfont {
    background: #218D50;
    color: #FFFFFF;
}

.home .sec2 .wrap .content .item:hover .center h5 {
    color: #248E52;
}

.home .sec2 .wrap .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 64px;
    border-radius: 32px;
    border: 1px solid #007C36;
    font-weight: 500;
    font-size: 16px;
    color: #007C36;
    transition: 0.6s;
    margin: 40px auto 0;
    cursor: pointer;
}

.home .sec2 .wrap .more:hover {
    background: #007C36;
    color: #FFFFFF;
}

@keyframes spin1 {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

/*# sourceMappingURL=purchase.css.map */
@media screen and (max-width: 1919px) {
  .home .sec1{
    padding: 7.1875vw 0px 5.9375vw;
  }
  .home .sec1 .wrap{
    width: 62.5vw;
  }
  .home .sec1 .wrap .img{
    border-radius: 1.0416666667vw;
    width: 30.3645833333vw;
  }
  .home .sec1 .wrap .text{
    width: 36.5104166667vw;
    box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    border-radius: 0.9895833333vw;
    left: 26.1458333333vw;
    padding: 3.6458333333vw 4.5833333333vw 4.9479166667vw;
  }
  .home .sec1 .wrap .text .text_title{
    padding: 0px 0px 1.8229166667vw;
    margin: 0px 0px 3.125vw;
  }
  .home .sec1 .wrap .text .text_title::after{
    width: 6.7708333333vw;
  }
  .home .sec1 .wrap .text .text_title h1{
    font-size: 2.1875vw;
  }
  .home .sec1 .wrap .text .text_title .iconfont{
    font-size: 2.0833333333vw;
  }
  .home .sec1 .wrap .text .content{
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }
  .home .sec2{
    padding: 0px 0px 6.0416666667vw;
  }
  .home .sec2 .wrap{
    width: 62.5vw;
  }
  .home .sec2 .wrap h1{
    font-size: 2.1875vw;
    margin: 0px 0px 3.6458333333vw;
  }
  .home .sec2 .wrap .content .item{
    width: 30.2083333333vw;
    border-radius: 0.5208333333vw;
    padding: 2.0833333333vw 3.0208333333vw 2.0833333333vw 2.5520833333vw;
    margin: 0px 0px 2.0833333333vw;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1.0416666667vw;
  }
  .home .sec2 .wrap .content .item .iconfont{
    width: 4.375vw;
    height: 4.375vw;
    font-size: 1.6666666667vw;
    margin: 0px 2.3958333333vw 0px 0px;
  }
  .home .sec2 .wrap .content .item .center{
    width: 17.8125vw;
  }
  .home .sec2 .wrap .content .item .center h5{
    font-size: 0.9375vw;
    line-height: 1.4583333333vw;
  }
  .home .sec2 .wrap .content .item .center .time{
    width: 17.8125vw;
    margin: 0px 0px 1.0416666667vw;
  }
  .home .sec2 .wrap .content .item .center .time .time_box p{
    font-size: 1.6666666667vw;
  }
  .home .sec2 .wrap .content .item .center .time .time_box span{
    font-size: 0.9375vw;
    margin: 0px 0px 0.15625vw 0.2604166667vw;
  }
  .home .sec2 .wrap .content .item .center .time .label{
    font-size: 0.9375vw;
  }
  .home .sec2 .wrap .content .item:hover{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
  }
  .home .sec2 .wrap .more{
    width: 8.8541666667vw;
    height: 3.3333333333vw;
    border-radius: 1.6666666667vw;
    font-size: 0.8333333333vw;
    margin: 2.0833333333vw auto 0px;
  }
}
@media screen and (max-width: 1024px) {
    .home .sec1 {
        padding: 60px 0;
    }
    .home .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .home .sec1 .wrap .img {
        border-radius: 10px 10px 0 0;
        width: 100%;
    }
    .home .sec1 .wrap .text {
        width: 100%;
        position: unset;
        transform: unset;
        padding: 30px 20px;
    }
    .home .sec1 .wrap .text .text_title h1 {
        font-size: 18px;
    }
    .home .sec1 .wrap .text .text_title .iconfont {
        font-size: 26px;
    }
    .home .sec1 .wrap .text .text_title {
        padding: 0 0 10px;
        margin: 0 0 15px;
    }
    .home .sec1 .wrap .text .content {
        font-size: 14px;
        line-height: 2;
        border-radius: 0 0 10px 10px;
    }
    .home .sec2 .wrap {
        width: 90%;
    }
    .home .sec2 .wrap h1 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .home .sec2 .wrap .content .item {
        width: 100%;
        border-radius: 8px;
        padding: 20px;
        margin: 0 0 20px;
    }
    .home .sec2 .wrap .content .item .iconfont {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 15px 0 0;
    }
    .home .sec2 .wrap .content .item .center {
        width: calc(100% - 75px);
    }
    .home .sec2 .wrap .content .item .center .time .time_box p {
        font-size: 24px;
    }
    .home .sec2 .wrap .content .item .center .time .time_box span {
        font-size: 14px;
        margin: 0 0 1px 5px;
    }
    .home .sec2 .wrap .content .item .center .time {
        width: 100%;
        margin: 0 0 10px;
    }
    .home .sec2 .wrap .content .item .center .time .label {
        font-size: 12px;
    }
    .home .sec2 .wrap .content .item .center h5 {
        font-size: 14px;
        line-height: 1.6;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
