.carbon1 {
    padding: 145px 0 153px
}

.carbon1 .wrap .title {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    text-align: center
}

.carbon1 .wrap .content {
    margin: 170px auto 108px
}

.carbon1 .wrap .content.on .big_circle svg .path-loop {
    stroke-dashoffset: 18px
}

.carbon1 .wrap .content.on .big_circle .message {
    transition-delay: 1s;
    opacity: 1;
    transform: scale(1)
}

.carbon1 .wrap .content.on .big_circle .position1 .item1 {
    transition-delay: 0.1s
}

.carbon1 .wrap .content.on .big_circle .position1 .item2 {
    transition-delay: 0.3s
}

.carbon1 .wrap .content.on .big_circle .position1 .item3 {
    transition-delay: .5s
}

.carbon1 .wrap .content.on .big_circle .position1 .item4 {
    transition-delay: .7s
}

.carbon1 .wrap .content.on .big_circle .position1 .item5 {
    transition-delay: .9s
}

.carbon1 .wrap .content.on .big_circle .position1 .item {
    opacity: 1
}

.carbon1 .wrap .content.on .big_circle .position2 .item {
    transition-delay: 1.2s;
    clip-path: inset(0 0 0 0) !important
}

.carbon1 .wrap .content .big_circle {
    width: 460px;
    height: 460px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative
}

.carbon1 .wrap .content .big_circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-89deg);
    width: 123%;
    height: 123%
}

.carbon1 .wrap .content .big_circle svg .path-loop {
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #DADADA;
    stroke-miterlimit: 10;
    stroke-width: 0.1px;
    transition: 1s ease
}

.carbon1 .wrap .content .big_circle .message {
    text-align: center;
    position: relative;
    top: -30px;
    transform: scale(0);
    transition: .6s ease;
    opacity: 0
}

.carbon1 .wrap .content .big_circle .message .img {
    width: 130px;
    margin: auto
}

.carbon1 .wrap .content .big_circle .message .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 18px 0 20px
}

.carbon1 .wrap .content .big_circle .message .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #888888
}

.carbon1 .wrap .content .big_circle .position1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.carbon1 .wrap .content .big_circle .position1 .item {
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: .6s ease
}

.carbon1 .wrap .content .big_circle .position1 .item p {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    position: absolute;
    bottom: calc(100% + 20px);
    width: 100%;
    left: 0;
    text-align: center
}

.carbon1 .wrap .content .big_circle .position1 .item .bor {
    width: 146px;
    height: 146px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #DADADA;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.carbon1 .wrap .content .big_circle .position1 .item .bor img {
    width: 90px
}

.carbon1 .wrap .content .big_circle .position1 .item1 {
    top: 92px;
    left: -75px
}

.carbon1 .wrap .content .big_circle .position1 .item2 {
    left: 156px;
    top: -72px
}

.carbon1 .wrap .content .big_circle .position1 .item3 {
    right: -68px;
    top: 92px
}

.carbon1 .wrap .content .big_circle .position1 .item4 {
    right: 17px;
    bottom: -28px
}

.carbon1 .wrap .content .big_circle .position1 .item5 {
    left: 16px;
    bottom: -28px
}

.carbon1 .wrap .content .big_circle .position2 {
    position: absolute;
    width: 1406px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    pointer-events: none;
    display: flex;
    justify-content: space-between
}

.carbon1 .wrap .content .big_circle .position2 .item {
    pointer-events: auto;
    display: flex;
    align-items: center;
    transition: .6s ease
}

.carbon1 .wrap .content .big_circle .position2 .item:first-child {
    clip-path: inset(0 0 0 100%)
}

.carbon1 .wrap .content .big_circle .position2 .item:last-child {
    flex-direction: row-reverse;
    clip-path: inset(0 100% 0 0)
}

.carbon1 .wrap .content .big_circle .position2 .item:last-child .dis {
    left: 6px;
    flex-direction: row-reverse
}

.carbon1 .wrap .content .big_circle .position2 .item .bor {
    width: 257px;
    height: 412px;
    border-radius: 12px;
    border: 1px solid #39B657;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.carbon1 .wrap .content .big_circle .position2 .item .bor .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A
}

.carbon1 .wrap .content .big_circle .position2 .item .bor .icon {
    width: 160px;
    margin: 50px auto 60px
}

.carbon1 .wrap .content .big_circle .position2 .item .bor .icon img {
    width: 100%
}

.carbon1 .wrap .content .big_circle .position2 .item .bor .p2 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 38px;
    padding: 0 28px
}

.carbon1 .wrap .content .big_circle .position2 .item .dis {
    display: flex;
    align-items: center;
    position: relative;
    left: -6px
}

.carbon1 .wrap .content .big_circle .position2 .item .dis .yuan {
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    border-radius: 50%;
    border: 1px solid #39B657
}

.carbon1 .wrap .content .big_circle .position2 .item .dis .line {
    width: 120px;
    height: 1px;
    background: #39B657
}

.carbon1 .wrap .figure {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.carbon1 .wrap .figure .item p {
    font-weight: 500;
    font-size: 20px;
    color: #1A1A1A
}

.carbon1 .wrap .figure .item .dis {
    display: flex;
    align-items: flex-end;
    margin: 35px 0 0 0
}

.carbon1 .wrap .figure .item .dis span {
    font-weight: 600;
    font-size: 52px;
    color: #39B657;
    line-height: 42px
}

.carbon1 .wrap .figure .item .dis .p1 {
    font-weight: 600;
    font-size: 18px;
    color: #1A1A1A
}

.carbon1 .wrap .content2 {
    width: 1200px;
    margin: 170px auto 0
}

.carbon1 .wrap .content2 .matter:not(:last-child) {
    margin: 0 0 112px
}

.carbon1 .wrap .content2 .matter .text {
    width: 953px;
    margin: auto;
    text-align: center
}

.carbon1 .wrap .content2 .matter .text .p1 {
    font-weight: bold;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 50px
}

.carbon1 .wrap .content2 .matter .text .p1 span {
    color: #46B961
}

.carbon1 .wrap .content2 .matter .text .pick {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 36px
}

.carbon1 .wrap .content2 .matter .flex {
    margin: 74px 0 0 0;
    position: relative;
    height: 680px
}

.carbon1 .wrap .content2 .matter .flex .img {
    width: 100%;
    height: 100%
}

.carbon1 .wrap .content2 .matter .flex .position {
    position: absolute;
    width: 100%;
    bottom: 35px;
    left: 0;
    padding: 0 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 52
}

.carbon1 .wrap .content2 .matter .flex .position .list {
    text-align: center
}

.carbon1 .wrap .content2 .matter .flex .position .list:hover .circle img {
    transform: rotateY(180deg)
}

.carbon1 .wrap .content2 .matter .flex .position .list .circle {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 26px
}

.carbon1 .wrap .content2 .matter .flex .position .list .circle img {
    width: 40px;
    object-fit: contain;
    transition: .6s ease
}

.carbon1 .wrap .content2 .matter .flex .position .list p {
    font-weight: 400;
    font-size: 18px;
    color: #fff
}
@media screen and (max-width: 1919px) {
    .carbon1{
        padding: 7.5520833333vw 0px 7.96875vw;
    }
    .carbon1 .wrap .title{
        font-size: 1.6666666667vw;
    }
    .carbon1 .wrap .content{
        margin: 8.8541666667vw auto 5.625vw;
    }
    .carbon1 .wrap .content.on .big_circle svg .path-loop{
        stroke-dashoffset: 0.9375vw;
    }
    .carbon1 .wrap .content .big_circle{
        width: 23.9583333333vw;
        height: 23.9583333333vw;
    }
    .carbon1 .wrap .content .big_circle svg .path-loop{
        stroke-dashoffset: 8.1770833333vw;
    }
    .carbon1 .wrap .content .big_circle .message{
        top: -1.5625vw;
    }
    .carbon1 .wrap .content .big_circle .message .img{
        width: 6.7708333333vw;
    }
    .carbon1 .wrap .content .big_circle .message .p1{
        font-size: 1.6666666667vw;
        margin: 0.9375vw 0px 1.0416666667vw;
    }
    .carbon1 .wrap .content .big_circle .message .p2{
        font-size: 0.9375vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item p{
        font-size: 0.9375vw;
        bottom: calc(100% + 1.0416666667vw);
    }
    .carbon1 .wrap .content .big_circle .position1 .item .bor{
        width: 7.6041666667vw;
        height: 7.6041666667vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item .bor img{
        width: 4.6875vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item1{
        top: 4.7916666667vw;
        left: -3.90625vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item2{
        left: 8.125vw;
        top: -3.75vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item3{
        right: -3.5416666667vw;
        top: 4.7916666667vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item4{
        right: 0.8854166667vw;
        bottom: -1.4583333333vw;
    }
    .carbon1 .wrap .content .big_circle .position1 .item5{
        left: 0.8333333333vw;
        bottom: -1.4583333333vw;
    }
    .carbon1 .wrap .content .big_circle .position2{
        width: 73.2291666667vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item:last-child .dis{
        left: 0.3125vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .bor{
        width: 13.3854166667vw;
        height: 21.4583333333vw;
        border-radius: 0.625vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .bor .p1{
        font-size: 1.0416666667vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .bor .icon{
        width: 8.3333333333vw;
        margin: 2.6041666667vw auto 3.125vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .bor .p2{
        font-size: 1.0416666667vw;
        line-height: 1.9791666667vw;
        padding: 0px 1.4583333333vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .dis{
        left: -0.3125vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .dis .yuan{
        width: 0.625vw;
        height: 0.625vw;
    }
    .carbon1 .wrap .content .big_circle .position2 .item .dis .line{
        width: 6.25vw;
    }
    .carbon1 .wrap .figure{
        width: 62.5vw;
    }
    .carbon1 .wrap .figure .item p{
        font-size: 1.0416666667vw;
    }
    .carbon1 .wrap .figure .item .dis{
        margin: 1.8229166667vw 0px 0px;
    }
    .carbon1 .wrap .figure .item .dis span{
        font-size: 2.7083333333vw;
        line-height: 2.1875vw;
    }
    .carbon1 .wrap .figure .item .dis .p1{
        font-size: 0.9375vw;
    }
    .carbon1 .wrap .content2{
        width: 62.5vw;
        margin: 8.8541666667vw auto 0px;
    }
    .carbon1 .wrap .content2 .matter:not(:last-child){
        margin: 0px 0px 5.8333333333vw;
    }
    .carbon1 .wrap .content2 .matter .text{
        width: 49.6354166667vw;
    }
    .carbon1 .wrap .content2 .matter .text .p1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.6041666667vw;
    }
    .carbon1 .wrap .content2 .matter .text .pick{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .carbon1 .wrap .content2 .matter .flex{
        margin: 3.8541666667vw 0px 0px;
        height: 35.4166666667vw;
    }
    .carbon1 .wrap .content2 .matter .flex .position{
        bottom: 1.8229166667vw;
        padding: 0px 7.0833333333vw;
    }
    .carbon1 .wrap .content2 .matter .flex .position .list .circle{
        width: 6.1458333333vw;
        height: 6.1458333333vw;
        margin: 0px auto 1.3541666667vw;
    }
    .carbon1 .wrap .content2 .matter .flex .position .list .circle img{
        width: 2.0833333333vw;
    }
    .carbon1 .wrap .content2 .matter .flex .position .list p{
        font-size: 0.9375vw;
    }
}

@media screen and (max-width: 1024px) {
    .carbon1 .wrap .title{
        font-size: 22px;
    }
    .carbon1{
        padding: 40px 0;
    }
    .carbon1 .wrap .content{
        margin: 50px auto 41px;
    }
    .carbon1 .wrap .figure{
        width: 90%;
    }
    .carbon1 .wrap .figure .item p{
        font-size: 12px;
    }
    .carbon1 .wrap .figure .item .dis span {
        font-size: 24px;
        line-height: 1;
    }
    .carbon1 .wrap .figure .item .dis .p1 {
        font-size: 12px;
    }
    .carbon1 .wrap .content2 {
        width: 90%;
        margin: 50px auto 0;
    }
    .carbon1 .wrap .content2 .matter .text {
        width: 90%;
    }
    .carbon1 .wrap .content2 .matter .text .p1 {
        font-size: 22px;
        margin: 0px 0px 20px;
    }
    .carbon1 .wrap .content2 .matter .text .pick {
        font-size: 13px;
        line-height: 25px;
    }
    .carbon1 .wrap .content2 .matter .flex .position {
        bottom: 20px;
        padding: 0 5%;
    }
    .carbon1 .wrap .content2 .matter .flex{
        margin: 25px 0 0 0;
        height: auto;
    }

    .carbon1 .wrap .content2 .matter .flex .position .list .circle {
        width: 45px;
        height: 45px;
        margin: 0px auto 15px;
    }
    .carbon1 .wrap .content2 .matter .flex .position .list .circle img {
        width: 20px;
    }
    .carbon1 .wrap .content2 .matter .flex .position .list p {
        font-size: 8px;
    }
    .carbon1 .wrap .content2 .matter:not(:last-child) {
        margin: 0px 0px 50px;
    }
}
