.sec1 {
    padding-top: 290px;
    padding-bottom: 8.6458333333vw;
    position: relative;
}

.sec1 .back {
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    border: 1px solid #CCCCCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8333333333vw;
    color: #CCCCCC;
    position: absolute;
    top: 244px;
    left: 13.5416666667vw;
    transition: 0.6s;
}

.sec1 .back:hover {
    border: 1px solid #009944;
    background: #009944;
    color: #FFFFFF;
}

.sec1 .joke {
    display: flex;
    align-items: center;
    width: 72.9166666667vw;
    margin: auto;
    justify-content: space-between;
    padding-right: 4.6875vw;
}

.sec1 .joke .text h1 {
    font-size: 1.875vw;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.5104166667vw;
}

.sec1 .joke .text p {
    font-size: 1.0416666667vw;
    font-weight: 400;
    color: #222222;
    line-height: 1.7708333333vw;
}

.sec1 .joke .content {
    width: 25.5208333333vw;
    height: 25.5208333333vw;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .joke .content:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(50% 50%, rgba(0, 153, 68, 0.01) 80%, rgba(0, 153, 68, 0.15));
    border-radius: 50%;
    transition: 1s;
    transform: scale(0);
    transition-delay: 0.4s;
}

.sec1 .joke .content .position {
    opacity: 0;
    transition: 1s;
    transition-delay: 0.8s;
}

.sec1 .joke .content .position_1 .point_1 {
    left: -2.0833333333vw;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .joke .content .position_1 .point_2 {
    top: -1.5625vw;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .joke .content .position_1 .point_2 .iconfont {
    transform: translateX(0.2604166667vw);
}

.sec1 .joke .content .position_1 .point_3 {
    right: -1.5625vw;
    top: 50%;
    transform: translateY(-50%);
}

.sec1 .joke .content .position_1 .point_4 {
    bottom: -3.125vw;
    left: 50%;
    transform: translateX(-50%);
}

.sec1 .joke .content .circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec1 .joke .content .circle .circle2 {
    width: 9.7916666667vw;
    height: 9.7916666667vw;
    background: #009944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.2s;
}

.sec1 .joke .content .circle .circle2 img {
    width: 3.9583333333vw;
}

.sec1 .joke .content .position {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec1 .joke .content .position .point {
    width: fit-content;
    text-align: center;
    position: absolute;
}

.sec1 .joke .content .position .point .color {
    width: 3.4375vw;
    height: 3.4375vw;
    background: #009944;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sec1 .joke .content .position .point .color .iconfont {
    font-size: 1.5625vw;
    color: #fff;
}

.sec1 .joke .content .position .point p {
    font-size: 0.9375vw;
    font-weight: 500;
    color: #009944;
    margin: 0.46875vw 0 0 0;
}

.sec1 .joke .content.aos-animate:after {
    transform: scale(1);
}

.sec1 .joke .content.aos-animate .circle2 {
    transform: scale(1);
}

.sec1 .joke .content.aos-animate .position {
    opacity: 1;
}

.section {
    padding: 7.8125vw 0;
}

.section .joke {
    width: 72.9166666667vw;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section .joke .img {
    width: 30.2083333333vw;
}

.section .joke .img img {
    display: block;
    width: 100%;
}

.section .joke .text {
    width: 35.4166666667vw;
}

.section .joke .text h1 {
    font-size: 1.3541666667vw;
    font-weight: 500;
    color: #000022;
    line-height: 1;
    margin-bottom: 1.1979166667vw;
}

.section .joke .text p {
    font-size: 0.9375vw;
    font-weight: 400;
    color: #222222;
    line-height: 36px;
}

.section .joke .text p span {
    color: #009944;
}

.section:nth-child(2n) {
    background: #F8F7FA;
}

.section:nth-child(2n-1) .joke {
    flex-direction: row-reverse;
}

/*# sourceMappingURL=life.css.map */

@media screen and (max-width: 1024px) {
  .sec1{
    padding: 80px 0;
  }
  .sec1 .joke{
    width: 90%;
    padding-right: 0;
    flex-direction: column;
  }
  .sec1 .joke .text{
    width: 100%;
  }
  .sec1 .joke .text h1{
    font-size: 24px;
    line-height: unset;
    margin: 0 0 15px;
  }
  .sec1 .joke .text p{
    font-size: 13px;
    line-height: 1.8;
  }
  .sec1 .back{
    position: relative;
    top: 0;
    left: 5%;
    width: 44px;
    height: 44px;
    font-size: 14px;
    margin: 0 0 25px;
  }
  .sec1 .joke .content{
    width: 70vw;
    height: 70vw;
    margin: 40px auto 0;
  }
  .sec1 .joke .content:after{
    transform: scale(1);
  }
  .sec1 .joke .content .position{
    opacity: 1;
  }
  .sec1 .joke .content .circle .circle2{
    transform: scale(1);
  }
  .sec1 .joke .content .position .point .color{
    width: 30px;
    height: 30px;
  }
  .sec1 .joke .content .position .point .color .iconfont{
    font-size: 14px;
  }
  .sec1 .joke .content .position_1 .point_2 .iconfont{
    transform: translateX(2px);
  }
  .sec1 .joke .content .circle .circle2{
    width: 80px;
    height: 80px;
  }
  .sec1 .joke .content .circle .circle2 img{
    width: 30px;
  }
  .sec1 .joke .content .position .point p{
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  .sec1 .joke .content .position_1 .point_3{
    right: -20px;
  }
  .sec1 .joke .content .position_1 .point_1{
    left: -20px;
  }
  .sec1 .joke .content .position_1 .point_4{
    bottom: -30px;
  }
  .sec1 .joke .content .position_1 .point_2{
    top: -20px;
  }
  .section{
    padding: 30px 0;
  }
  .section .joke{
    width: 90%;
    flex-direction: column!important;
  }
  .section .joke .img{
    width: 100%;
  }
  .section .joke .text{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .section .joke .text h1{
    font-size: 20px;
    line-height: unset;
    margin: 0 0 13px;
  }
  .section .joke .text p{
    font-size: 14px;
    line-height: 2;
  }
}<!--0.00017404556274414-->