@font-face {
    font-family: 'iconfont';
    src: url('../iconfont/iconfont.woff2?t=1695189402598') format('woff2'),
         url('../iconfont/iconfont.woff?t=1695189402598') format('woff'),
         url('../iconfont/iconfont.ttf?t=1695189402598') format('truetype');
  }
  html .iconfont {
    font-family: "iconfont" !important;
  }
body {
    margin: 0;
}


@media screen and (min-width: 1200px) {
    .mySwiper img {
        min-height: 300px;
    }
    .swiper .swiper-pagination {
        right: 30px;
        width: 50%;
        left: auto;
        bottom: 150px;
    }
    .swiper-pagination-bullet {
        transition: .3s;
        width: 40px;
        background-color: hsla(0,0%,100%,.6);
        height: 10px;
        border-radius: 10px;
    }
    .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 120px;
        background-color: #fff;
    }
    .tools {
        position: relative;
        margin: -90px auto 0;
        width: 90%;
        z-index: 888;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
    }
    .bill {
        width: 40%;
        margin-right: 15px;
        padding: 15px 15px;
        border-radius: 10px;
        background-color: #fff;
        overflow: hidden;
    }
    .bill-number {
        flex: 1;
        background-color: #f1f1f1;
        border: 0;
        width: 50px;
        outline: none;
    }
    .tools .btns {
        display: flex;
        width: 500px;
        background-color: #fff;
        border-radius: 10px;
        padding: 10px;
        justify-content: space-around;
    }
    .tools .btns>div a {
        display: flex;
        align-items: center;
        cursor: pointer;
        text-decoration: none;
        color: #333;
    }
    .bill button {
        background: linear-gradient(270deg,#007d39,#15b45d);
        outline: none;
        border: 0;
        color: white;
    }
    .tools .btns>div img {
        width: 40px;
        margin-right: 6px;
    }
    main {
        margin-top: 25px;
    }
    section {
        padding: 120px 0;
    }
    section h2 {
        font-size: 42px;
        color: rgb(43, 43, 43);
        text-align: center;
        font-weight: normal;
    }
    section h3 {
        color: rgb(117, 114, 114);
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
        font-weight: normal;
    }

    .us-c {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
    }
    .step {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .step-ico {
        background-color: rgb(225, 250, 236);
        width: 140px;
        height: 140px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .step-ico span {
        font-size: 64px;
    }
    .step-ico:hover {
        background-color: #007D39;
    }
    .step-ico:hover span{
        color: white;
    }
    .step-text {
        text-align: center;
        margin-top: 10px;
        
    }
    .step-tl {
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }
    .step-sub-tl {
        font-size: 16px;
        color: rgb(117, 114, 114);
    }
    .arrow {
        display: flex;
        align-items: center;
    }
    .arrow img {
        width: 30px;
    }
    .mobile-arrow {
        display: none;
    }

    .self-help {
        background-color: #F6F6F6;
    }
    .self-help h2 {
        font-weight: bold;
    }
    .zizhu-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px;
        margin-top: 20px;
    }
    .zizhu-item {
      flex-basis: calc(33.333% - 10px);
      height: 200px;
      background-color: white;
      box-sizing: border-box;
      border: 2px solid transparent;
      display: flex;
      align-items: center;
      padding-left: 30px;
      padding-right: 30px;
      justify-content: space-between;
    }
    .zizhu-item .word-area {
        max-width: 70%;
    }
    .zizhu-item .title {
        color: #171717;
        font-size: 20px;
    }
    .zizhu-item .desc {
        font-size: 16px;
        color: #757272;
        margin-top: 7px;
    }
    .circle2 {
        background-color: #E1FAEC;
        min-width: 64px;
        min-height: 64px;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        text-align: center;
        line-height: 64px;
    }
    .zizhu-item .iconfont {
        font-size: 32px;
        color: #007232;
    }
    .zizhu-item:hover {
        border: 2px solid #007D39;
    }
    .zizhu-item:hover .iconfont {
        color: white;
    }
    .zizhu-item:hover .title {
        color: #007D39;
    }
    .zizhu-item:hover .desc {
        color: #007D39;
    }
    .zizhu-item:hover .circle2 {
        background-color: #007D39;
    }


    .img-list {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
    }
    .img-hover-scale {
        overflow: hidden;
    }
    .img-hover-scale img {
        transition: .4s;
    }
    .img-hover-scale:hover img {
        transform: scale(1.3);
    }
    .sec3-info {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
    }
    .sec3-info>div {
        width: 50%;
    }
    .sec3-info img {
        margin-right: 10px;
    }
}
@media screen and (max-width: 1200px) {
    .swiper .swiper-pagination {
        bottom: 40px;
    }
    .swiper-pagination-bullet {
        transition: .3s;
        width: 8px;
        background-color: rgba(255, 255, 255, .4);
        height: 8px;
        border-radius: 4px;
        opacity: 1;
    }
    .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 23px;
        background-color: #fff;
    }
    .tools {
        position: relative;
        border-radius: 10px;
        width: 90%;
        background-color: #fff;
        box-shadow: 0px 4px 10px 0 #CCCCCC;
        margin: -35px auto 0;
        padding: 10px;
        z-index: 888;
        box-sizing: border-box;
    }
    .bill {
        width: 90%;
        margin: 5px auto 0;
        border-radius: 6px;
        overflow: hidden;
    }
    .bill-number {
        flex: 1;
        background-color: #F1F1F1;
        outline: none;
        border: 0;
        width: 50px;
        padding: 10px 15px;
    }
    .bill button {
        background-color: #007D39;
        border: 0;
        outline: none;
        white-space: pre;
        font-size: 15px;
        padding: 10px 18px;
        color: white;
    }
    .tools .btns {
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: 10px auto 10px;
    }
    .tools .btns>div a {
        display: flex;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
        text-decoration: none;
        color: #333;
        font-size: 14px;
    }
    .tools .btns>div img {
        width: 30px;
        margin-bottom: 6px;
    }


    section {
        padding: 30px 0;
    }
    section h2 {
        font-size: 23px;
        color: rgb(43, 43, 43);
        text-align: center;
        font-weight: normal;
        margin-bottom: 10px;
    }
    section h3 {
        color: rgb(117, 114, 114);
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        font-weight: normal;
    }
    .us-c {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
        padding-left: 5%;
    }
    .step {
        display: flex;
        align-items: center;
    }
    .step-ico {
        background-color: rgb(225, 250, 236);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        margin-right: 15px;
        align-items: center;
        justify-content: center;
    }
    .step-ico span {
        font-size: 23px;
    }
    .step-ico:hover {
        background-color: #007D39;
    }
    .step-ico:hover span{
        color: white;
    }
    .step-tl {
        font-weight: bold;
        margin-bottom: 8px;
        font-size: 15px;
    }
    .step-sub-tl {
        font-size: 12px;
        color: rgb(117, 114, 114);
    }
    .step-sub-tl br {
        display: none;
    }
    .arrow {
        width: 50px;
        display: flex;
        margin: 10px 0;
        justify-content: center;
        align-items: center;
    }
    .arrow img {
        width: 20px;
    }

    .arrow img:not(.mobile-arrow) {
        display: none;
    }

    .self-help {
        background-color: #F6F6F6;
    }
    .self-help h2 {
        font-weight: bold;
    }
    .zizhu-wrap {
        display: flex;
        padding: 0 5%;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }
    .zizhu-item {
      flex-basis: calc(33.333% - 10px);
      height: 200px;
      background-color: white;
      border-radius: 8px;
      box-sizing: border-box;
      border: 2px solid transparent;
      display: flex;
      align-items: center;
      padding: 10px 30px;
    }
    .zizhu-item .title {
        color: #171717;
        font-size: 20px;
        margin: 5px 0;
    }
    .zizhu-item .desc {
        font-size: 16px;
        color: #757272;
        margin-top: 7px;
    }
    .circle2 {
        background-color: #E1FAEC;
        min-width: 64px;
        min-height: 64px;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        margin-right: 15px;
        text-align: center;
        line-height: 64px;
    }
    .zizhu-item .iconfont {
        font-size: 32px;
        color: #007232;
    }
    .zizhu-item:hover {
        border: 2px solid #007D39;
    }
    .zizhu-item:hover .iconfont {
        color: white;
    }
    .zizhu-item:hover .title {
        color: #007D39;
    }
    .zizhu-item:hover .desc {
        color: #007D39;
    }
    .zizhu-item:hover .circle2 {
        background-color: #007D39;
    }


    .img-list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
        padding: 0 5%;
    }
    .img-list>div {
        width: calc(50% - 30px);
        margin: 10px 15px;
    }
    .img-list img {
        width: 100%;
    }

    .img-hover-scale {
        overflow: hidden;
    }
    .img-hover-scale img {
        transition: .4s;
    }
    .img-hover-scale:hover img {
        transform: scale(1.3);
    }
    .sec3-info {
        display: flex;
        flex-direction: column;
        margin-top: 30px;
        padding: 0 5%;
    }
    .sec3-info>div {
        width: 100%;
    }
    .sec3-info img {
        margin-right: 10px;
    }
}

.mySwiper {
    width: 100%;
}
.mySwiper img {
    width: 100%;
}
.mySwiper::after {
    content: "";
    display: table;
    clear: both;
}
.bill {
    display: flex;
}
.main-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


