body {
    background-color: #FFFFFF;
}

.back {
    min-width: 1200px;
    height: 250px;
    background: linear-gradient(180deg, #C3F1D7 0%, #FFFFFF 100%);
    padding-top: 20px;
}

.containers {
    margin-bottom: 30px;
}
.pt1 img,.pt3 img{
    display: block;
    border-radius: 10px;
}
.pt2 {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
}
.pt2 .img1 {
    width: 580px;
    height: 155px;
    position: relative;
}

.pt2 .img1 img {
    width: 580px;
    height: 155px;
    display: block;
    border-radius: 10px;
}

.pt2 .img1 p {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    position: absolute;
    top: 33px;
    left: 50px;
}

.pt2 .img1 .circale {
    width: 29px;
    height: 29px;
    background: #6AB38D;
    border-radius: 50%;
    position: absolute;
    top: 97px;
    left: 50px;
}
.pt2 .img1 .arrow{
    width: 9px;
    height: 15px;
    display: block;
    margin: 6px auto;
}
.pt3{
    margin-top: 40px;
}