.nanti {
    padding: 0 0.4rem 0 0.4rem;
    margin-top: 0.3rem;
    margin-bottom: 1.2rem;

}

.nanti li {
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .15);
    padding: 0 0.9rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    margin: .25rem 1.5%;
    width: 47% !important;
  position: relative;
}
.nanti li::after{
    content: '';
  position:absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index:1;
  border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
  transition: all .3s;
}



.nanti li .con {
    height: 2rem;
  position:relative;
  z-index:2
}

.nanti li .icon {
    width: 0.7rem;
    height: 0.7rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-right: 0.4rem;
    background-size: 100%;
}
.nanti li .txt{}
.nanti .slick-slide>div {
    display: flex;
    align-items: center;
      flex-wrap: wrap;
}

.nanti .slick-list {
    padding: .2rem 0;
}


.public-case .text p {
    padding-left: 15px;
}

.public-case .text p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  background-color: #ccc;
}

@media (min-width:1025px) {
    .nanti li:hover::after {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
      top: -.2rem;
    left: -.2rem;
    bottom: -.2rem;
    right: -.2rem;
    }
  .nanti li:hover{ color: #FFF;}
    .nanti li:hover .con {
        /* height: 2.2rem;*/
    }
    /* .nanti li:nth-child(even):hover {
        margin-left: 0;
        margin-right: -0.4rem;
    } */
    .nanti li:nth-child(1):hover .icon,
    .nanti li:nth-child(2):hover .icon,
    .nanti li:nth-child(3):hover .icon,
    .nanti li:nth-child(4):hover .icon {
        background-position: 0 -.7rem;
    }
}

@media (max-width:1199px) {
    .nanti li {
        float: left;
    }
    .nanti li .icon {
        width: 1rem;
        height: 1rem;
        background-size: 90% !important;
    }
}

@media (max-width:980px) {
    .nanti {
        padding-left: 0;
        padding-right: 0;
    }
    .nanti li .con {
        height: 2.5rem;
    }
    .nanti li .icon {
        width: 1.4rem;
        height: 1.4rem;
    }
}

@media (max-width:767px) {
    .nanti li {
        float: left;
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:480px) {
    .nanti li {
        border-radius: 0.2rem;
        -webkit-border-radius: 0.2rem;
        -moz-border-radius: 0.2rem;
        -ms-border-radius: 0.2rem;
        -o-border-radius: 0.2rem;
        margin-top: 0.7rem;
       padding: .8rem;
    }
    .nanti li .con {
        height: 3.5rem;
    }
    .nanti li .icon {
        width: 2rem;
        height: 2rem;
        margin-right: 0.8rem;
    }
     .nanti .slick-slide>div {
        flex-flow: column;
        padding: .2rem;
    }
  .public-case .text { padding:1.5rem 0 1rem;}
    .public-case .text p {
        margin-left: .6rem;
    }
    .public-case .text p::after {
        top: .52rem;
    }
}

@media (max-width:375px) {}

.my-pro {
    background-color: #f5f7fa;
    padding: 1.2rem 0;
}

.my-pro .content {
    margin-right: 1rem;
    position: relative;
    z-index: 98;
    background-color: #f5f7fa;
}

.my-pro .cover-bg {
    width: 5rem;
    height: 6.78rem;
    background-color: #f5f7fa;
    position: absolute;
    z-index: 1;
}

.my-pro .public-title .title::after {
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.my-pro .text {
    font-size: 0.18rem;
    color: #5b626c;
    margin-top: 0.3rem;
    overflow: hidden;
    line-height: 2;
}

.my-pro .text p {
    margin-top: 0.6rem;
}

.my-pro .pic {
    width: 6.85rem;
}

.my-pro .pic img {
    width: 100%;
}

@media (max-width:1199px) {
    .my-pro .text {
        font-size: 0.26rem;
    }
}

@media (max-width:980px) {
    .my-pro .text {
        font-size: 0.32rem;
    }
}

@media (max-width:767px) {
    .my-pro .text {
        font-size: 0.38rem;
    }
}

@media (max-width:480px) {
    .my-pro .text {
        font-size: 0.66rem;
    }
    .my-pro .pic {
        width: 100%;
    }
}

@media (max-width:375px) {
    .my-pro .text {
        font-size: 0.72rem;
    }
}

.my-youshi {
    width: 100%;
    background: url(../images/bg1.jpg)no-repeat center;
    overflow: hidden;
    height: 8.65rem;
}

.my-youshi .public-title .title {
    color: #FFF;
}

.my-youshi .public-title .title::after {
    background-color: #FFF;
}

.my-youshi .content {
    margin-left: -.2rem;
    margin-right: -.2rem;
}

.my-youshi .slick-list {
    padding-bottom: .3rem;
}

.my-youshi li {
    height: 5.3rem;
    margin-top: 0.8rem;
    margin-left: .2rem;
    margin-right: .2rem;
}

.my-youshi li .pic {
    width: 2.4rem;
    height: 2.4rem;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    padding: 0.15rem;
    overflow: hidden;
}

.my-youshi li .pic img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100%;
    height: 100%;
}

.my-youshi li .pic::after {
    content: '';
    position: absolute;
    left: 0.12rem;
    top: 0.12rem;
    right: 0.12rem;
    bottom: 0.12rem;
    border: 6px #FFF solid;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.my-youshi li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 1.05rem;
    bottom: 0;
    width: 100%;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    background-color: #FFF;
    z-index: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .15);
}

.my-youshi li .text-content {
    z-index: 1;
    margin-top: 0.3rem;
}

.my-youshi li .text-content h4 {
    margin: 0;
    font-size: 0.2rem;
    line-height: 1.5;
    font-weight: bold;
}

.my-youshi li .text-content .txt {
    padding: 0.2rem 0.3rem;
    color: #5b626c;
    text-align: justify;
}

@media (min-width:1025px) {
    .my-youshi li:hover::after {
        top: 0.9rem;
        bottom: -0.2rem;
        border-bottom: 3px #03b2ed solid;
    }
    .my-youshi li:hover .pic::before {
        content: '';
        position: absolute;
        left: calc(0.12rem + 6px);
        top: calc(0.12rem + 6px);
        right: calc(0.12rem + 6px);
        bottom: calc(0.12rem + 6px);
        border: 6px #FFF solid;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        z-index: 2;
    }
    .my-youshi li:hover .pic::after {
        border: 6px #06adeb solid;
    }
}

@media (max-width:1199px) {
    .my-youshi {
        height: auto;
        padding-bottom: 1.2rem;
        background-size: cover;
    }
    .my-youshi li .text-content .txt {
        font-size: 0.26rem;
        line-height: 1.8;
        margin-top: 0.2rem;
    }
    .my-youshi li {
        height: 6.2rem;
    }
    .my-youshi li .text-content h4 {
        font-size: 0.36rem;
    }
}

@media (max-width:950px) {
    .my-youshi li {
        height: 7.5rem;
        padding-bottom: 0.5rem;
    }
    .my-youshi li .text-content .txt {
        font-size: 0.34rem;
    }
    .my-youshi li .pic {
        width: 3.5rem;
        height: 3.5rem;
    }
    .my-youshi li .text-content h4 {
        font-size: 0.48rem;
    }
}
@media (max-width:768px) {
  .my-youshi li{display: flex;
    justify-content: space-between;height:auto;background-color: #fff;align-items: center;padding:.5rem 0}
  .my-youshi li::after{display:none}
  .my-youshi li .pic {
    width: 5.5rem;
    height: 5.5rem;
}
  .my-youshi li .text-content{
  	width:calc(100% - 6.5rem);
    padding-right:1rem
  }
  .my-youshi li .text-content h4{text-align: left;}
  .my-youshi li .text-content .txt{padding:0;}
  
  .slick-prev, .slick-next{display:none!important}
  .my-jiazhi .slick-dots li::after{    background-color: #000;opacity: .3;overflow: hidden;
    border-radius: 100%;}
  .my-jiazhi .slick-dots li.slick-active::after{opacity:1;}
}
@media (max-width:480px) {
  

    .my-youshi li::after {
        top: 3rem;
    }
    .my-youshi li .text-content h4 {
        font-size: 0.8rem;
    }
    .my-youshi li .text-content .txt {
        font-size: 0.66rem;
    }
}

@media (max-width:375px) {
    
    .my-youshi li .text-content .txt {
        padding: 0.4rem 0.6rem;
        font-size: 0.72rem;
    }

  
}

.my-jiazhi {
    background-color: #f5f7fa;
    overflow: hidden;
    padding-bottom: 1.7rem;
}

.my-jiazhi .content {
    margin-left: -.2rem;
    margin-right: -.2rem;
    margin-top: .8rem;
}

.my-jiazhi .slick-list {
    padding: .3rem 0;
}

.my-jiazhi li {
    padding: 0.4rem 0.3rem 0.5rem 0.3rem;
    margin: 0 .2rem;
}

.my-jiazhi li::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #FFF;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, .08);
    z-index: 0;
}

.my-jiazhi li h4 {
    font-size: 0.2rem;
    margin: 0;
    z-index: 1;
    font-weight: bold;
}

.my-jiazhi li .txt {
    z-index: 1;
    color: #5b626c;
    line-height: 1.8;
    text-align: justify;
    margin-top: 0.2rem;
    height: 1.15rem;
}

.my-jiazhi li .icon {
    background-position: 0 0;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    width: 0.7rem;
    height: 0.7rem;
    z-index: 1;
    margin-top: 0.45rem;
    background-size: 100%;
}


.my-jiazhi .text-contennt {
    z-index: 2;
}

@media (min-width:1025px) {
    .my-jiazhi li:hover,
    .my-jiazhi li:hover .txt {
        color: #FFF;
    }
    .my-jiazhi li:hover::after {
        top: -0.25rem;
        bottom: -0.25rem;
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
    }
    .my-jiazhi li:hover .icon{
        background-position: 0 -.7rem;
    }
}

@media (max-width:1199px) {
    .my-jiazhi li h4 {
        font-size: 0.36rem;
        line-height: 1.5;
    }
    .my-jiazhi li .txt {
        height: 2rem;
    }
    .my-jiazhi li .icon {
        width: 0.9rem;
        height: 0.9rem;
    }
}

@media (max-width:950px) {
    .my-jiazhi li h4 {
        font-size: 0.48rem;
    }
    .my-jiazhi li .txt {
        height: 3.4rem;
    }
    .my-jiazhi li .icon {
        width: 0.9rem;
        height: 0.9rem;
    }
}

@media (max-width:767px) {
    .my-jiazhi li {
        padding-top: 0.6rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .my-jiazhi li .txt {
        height: 2.4rem;
    }
}

@media (max-width:480px) {
    .my-jiazhi li {
        padding: 1rem 2.4rem;
        height: 10rem;
    }
    .my-jiazhi li .icon {
        width: 2.4rem;
        height: 2.4rem;
    }
    .my-jiazhi .text-contennt {
        order: 2;
        flex: 1;
    }
    .my-jiazhi li h4 {
        font-size: 0.8rem;
    }
    .my-jiazhi li .txt {
        height: 4rem;
    }
}


/*
    新增
*/

.circle {
    width: 6.86rem;
    height: 6.78rem;
    position: relative;
}

.circle .circle01,
.circle .circle-item1 .circle02,
.circle .circle-item1 .circle03 {
    width: 2.28rem;
    height: 2.28rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    margin: auto;
    position: relative;
    z-index: 98;
}



.circle .circle-item1 {
    position: absolute;
    bottom: .6rem;
    left: 0;
    right: 0;
    margin: 0;
}

.circle .circle02 {
    float: left;
}

.circle .circle03 {
    float: right;
}

.circle .circle01 img {
    width: .53rem;
    height: .53rem;
}

.circle .circle03 img {
    width: .55rem;
    height: .55rem;
}

.circle .circle02 img {
    width: .56rem;
    height: .56rem;
}

.circle .circle01 p,
.circle .circle02 p,
.circle .circle03 p {
    margin: 0;
    padding: 0.1rem 0 0 0;
    color: #FFF;
    font-size: .22rem;
}

.circle .circle-line03 {
    width: 3.36rem;
    height: 1.22rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.circle .circle-line03 .circle-line03-top {
    width: 2.08rem;
    height: .28rem;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.circle-line02-top-bg,
.circle-line01-top-bg {
    width: 4.08rem;
    height: 1.3rem;
    left: -1.7rem;
    right: 0;
    top: 1rem;
    position: absolute;
    z-index: 5;
    transform: rotate(300deg);
    background-color: #f5f7fa;
    /* background-color: green; */
    transition: all ease 1.5s;
}

.circle-line02-bottom-bg,
.circle-line01-bottom-bg {
    width: 4.08rem;
    height: 1.2rem;
    left: -0.25rem;
    right: 0;
    top: 1rem;
    position: absolute;
    z-index: 5;
    transform: rotate(300deg);
    background-color: #f5f7fa;
    /* background-color: red; */
    transition: all ease 1s;
}

.circle-line03-top-bg {
    width: 2.08rem;
    height: .6rem;
    left: .65rem;
    right: 0;
    position: absolute;
    top: -0.30rem;
    background-color: #f5f7fa;
    /* background-color: red; */
    z-index: 2;
    transform: scaleY(1);
    transition: all ease 1.5s;
}

.circle-line03-bottom-bg {
    width: 3.36rem;
    height: .6rem;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    background-color: #f5f7fa;
    /* background-color: green; */
    z-index: 2;
    transform: scaleY(1);
    transition: all ease 1.5s;
}

.circle .circle-line02 {
    width: 1.99rem;
    height: 3rem;
    /* background-color: #fff; */
    position: absolute;
    left: .2rem;
    top: .8rem;
    display: none;
}

.circle .circle-line01 {
    width: 1.99rem;
    height: 3rem;
    /* background-color: #fff; */
    position: absolute;
    right: .0rem;
    top: .8rem;
    display: none;
    transform: rotate(125deg);
}

.circle .circle-line01 img {
    transform: rotate(-125deg);
}

.circle .circle-line02 .img1,
.circle .circle-line01 .img1 {
    width: 175%;
}

.circle .circle-line02 .circle-line02-top,
.circle .circle-line01 .circle-line01-top {
    width: 80%;
    position: absolute;
    left: 0;
    z-index: 5;
}

.circle .circle-line02 .circle-line02-bottom,
.circle .circle-line01 .circle-line01-bottom {
    width: 1.05rem;
    height: 1.94rem;
    position: absolute;
    left: .94rem;
    top: .95rem;
    z-index: 5;
    /* display: none; */
}

.circle .circle-line02 .circle-line02-bottom .txt,
.circle .circle-line01 .circle-line01-bottom .txt {
    position: relative;
    transform: rotate(295deg) translate(1.4rem, -.3rem);
}

.circle .circle-line02 .circle-line02-bottom p,
.circle .circle-line01 .circle-line01-bottom p {
    margin: 0;
    font-size: .18rem;
}

.circle .circle-line02 .circle-line02-top p,
.circle .circle-line01 .circle-line01-top p {
    transform: rotate(300deg) translate(2rem, -.8rem);
    font-size: .18rem;
}

.circle .circle-line03 p {
    font-size: .18rem;
    left: 0;
    right: 0;
    bottom: .16rem;
    margin: auto;
    position: absolute;
    text-align: center;
}

.circle .circle-line03 .title {
    font-size: .18rem;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    bottom: .35rem;
    text-align: center;
}

.circle .circle-line03 .circle-line03-bottom {
    width: 3.36rem;
    height: .7rem;
    margin: auto;
    position: absolute;
    bottom: -0.1rem;
}

.big-screen {
    display: block;
}

.small-screen {
    display: none;
}

@media (max-width:950px) {
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        width: 1.2rem;
        font-size: .12rem;
    }
    .circle .circle01 p,
    .circle .circle02 p,
    .circle .circle03 p {
        font-size: 12px;
    }
}

@media (max-width:854px) {
    .circle .circle-line02 .circle-line02-bottom p,
    .circle .circle-line01 .circle-line01-bottom p {
        width: 2.5rem;
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        width: 1.5rem;
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        transform: rotate(293deg) translate(2rem, -0.6rem);
    }
    .circle-line02-bottom-bg,
    .circle-line01-bottom-bg {
        top: 1.3rem;
    }
    .circle-line02-top-bg,
    .circle-line01-top-bg {
        top: 1.3rem;
    }
}

@media (max-width:854px) {
    .circle .circle-line02 .circle-line02-bottom p,
    .circle .circle-line01 .circle-line01-bottom p {
        width: 2.5rem;
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        width: 1.5rem;
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        transform: rotate(293deg) translate(2rem, -0.6rem);
    }
    .circle-line02-bottom-bg,
    .circle-line01-bottom-bg {
        top: 1.3rem;
    }
    .circle-line02-top-bg,
    .circle-line01-top-bg {
        top: 1.3rem;
    }
    .circle-line03-top-bg {
        width: 2.5rem;
        height: 0.8rem;
        top: -0.5rem;
    }
    .circle-line03-bottom-bg {
        height: 0.9rem;
    }
}

@media (max-width:680px) {
    .circle-line02-bottom-bg,
    .circle-line01-bottom-bg {
        height: 1.6rem;
    }
}

@media (max-width:520px) {
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        width: 1.8rem;
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        transform: rotate( 293deg) translate(2rem, -0.9rem);
    }
    .circle-line03-top-bg {
        width: 2.5rem;
        height: 0.9rem;
        top: -0.6rem;
    }
    .circle-line03-bottom-bg {
        height: 0.9rem;
    }
    .circle-line02-top-bg,
    .circle-line01-top-bg {
        width: 5.3rem;
        height: 2rem;
        top: 1rem;
    }
}

@media (max-width:480px) {
    .big-screen {
        display: none;
    }
    .small-screen {
        display: block;
    }
    .circle-line02-bottom-bg,
    .circle-line01-bottom-bg {
        height: 3rem;
        top: 2rem;
        left: 1rem;
        /* background-color: red; */
    }
    .circle-line02-top-bg,
    .circle-line01-top-bg {
        width: 5.5rem;
        height: 2.2rem;
        top: 1rem;
    }
    .circle .circle01 img,
    .circle .circle02 img,
    .circle .circle03 img {
        width: .8rem;
        height: .8rem;
    }
    .circle {
        width: 14rem;
        height: 10rem;
        margin: .2rem auto;
    }
    .circle .circle-line02 .img1,
    .circle .circle-line01 .img1 {
        width: 165%;
    }
    .circle .circle-line02 .circle-line02-bottom img,
    .circle .circle-line01 .circle-line01-bottom img {
        width: auto;
    }
    .circle .circle01,
    .circle .circle-item1 .circle02,
    .circle .circle-item1 .circle03 {
        width: 3.6rem;
        height: 3.6rem;
    }
    .circle .circle-line01 {
        width: 3.2rem;
        height: 4rem;
        top: 1.5rem;
        right: .9rem;
        transform: rotate(123deg);
    }
    .circle .circle-line02 {
        width: 3.2rem;
        height: 4rem;
        left: 1.8rem;
        /* background-color: red; */
    }
    .circle .circle-line02 .circle-line02-top p,
    .circle .circle-line01 .circle-line01-top p {
        width: 2.8rem;
        font-size: .12rem;
        transform: rotate(300deg) translate(3rem, -1.5rem);
    }
    .circle .circle-line02 .circle-line02-bottom {
        width: 2.2rem;
        height: 3.2rem;
        left: 1.6rem;
        top: 1.8rem;
    }
    .circle .circle-line01 .circle-line01-bottom {
        width: 2.2rem;
        height: 3.2rem;
        left: 1.6rem;
        top: 1.2rem;
    }
    .circle .circle-line02 .circle-line02-bottom img,
    .circle .circle-line01 .circle-line01-bottom img {
        height: 100%;
    }
    .circle .circle-line02 .circle-line02-bottom .txt,
    .circle .circle-line01 .circle-line01-bottom .txt {
        width: 2.8rem;
        transform: rotate(295deg) translate(2.6rem, -0.4rem);
    }
    .circle .circle-line03 {
        width: 6.63rem;
    }
    .circle .circle-line03 .circle-line03-top {
        width: 3.6rem;
    }
    .circle .circle-line03 .circle-line03-bottom {
        width: 6.63rem;
        height: .7rem;
        margin: auto;
        position: absolute;
        bottom: -0.1rem;
    }
    .circle .circle-line03 .title {
        bottom: -0.1rem;
    }
    .circle .circle-line02 .circle-line02-bottom p,
    .circle .circle-line01 .circle-line01-bottom p {
        width: 3.5rem;
      
    }
  .circle .circle-line02 .circle-line02-top p, .circle .circle-line01 .circle-line01-top p {
  font-size:12px !important;
  }
  .circle .circle-line02 .circle-line02-bottom .txt, .circle .circle-line01 .circle-line01-bottom .txt {transform: rotate(295deg) translate(2.4rem, -0.4rem);}
  #c_static_001-1656487843394 .circle .circle02 { margin-left:.5rem;}
  .circle .circle-line02 .circle-line02-bottom p, .circle .circle-line01 .circle-line01-bottom p{
  font-size:12px !important;
  }
  .circle .circle-line03 p ,circle .circle-line03 .title { font-size:12px!important;}
}

@media (max-width:440px) {
    .circle-line02-bottom-bg,
    .circle-line01-bottom-bg {
        width: 4.5rem;
        height: 3.3rem;
        top: 2rem;
        left: 1rem;
    }
    .circle-line02-top-bg,
    .circle-line01-top-bg {
        width: 5.1rem;
        height: 2.5rem;
        top: 0.9rem;
    }
    .circle-line03-top-bg {
        width: 5rem;
        height: 1.6rem;
        top: -1.3rem;
    }
    .circle-line03-bottom-bg {
        width: 7rem;
        height: 1.5rem;
        bottom: -0.6rem;
    }
}