.common_banner {
    height: calc(100vh + 10300px);
    overflow: unset;
}

.common_banner .img {
    height: 100%;
}

.common_banner .img img {
    height: 100%;
}

.common_banner .fix {
    width: 100%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.common_banner .fix canvas {
    width: 100%;
    height: 100%;
}
.common_banner .load_ing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.common_banner .load_pro {
    position: sticky;
    z-index: 30;
    width: 100%;
    height: 100vh;
    background: #87B22E;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    top: 0;
}

.common_banner .load_pro.on {
    opacity: 0;
    pointer-events: none;
}

.common_banner .load_pro .load_logo svg {
    display: block;
    width: 116px;
    height: unset;
    margin: 0 auto;
}

.common_banner .load_pro .load_logo svg path {
    stroke-dasharray: 2130;
    stroke-dashoffset: 2130;
    animation: 8s path linear infinite;
}

.common_banner .load_pro .line {
    width: 180px;
    height: 2px;
    margin: 69px auto 0;
    background: rgba(255, 255, 255, 0.1);
}
.common_banner .load_pro p {
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    margin: 15px 0 0;
}
.common_banner .load_pro .line .l {
    width: 0%;
    height: 2px;
    transition: 0.4s;
    background: #FFFFFF;
}

.common_banner .scroll_sq {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
}

.common_banner .scroll_sq .icon {
    width: 20px;
    margin: 0 auto 6px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

.common_banner .scroll_sq .icon img {
    display: block;
    width: 100%;
}

.common_banner .scroll_sq p {
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
}

.cursor {
    z-index: 99;
    pointer-events: none;
    position: fixed;
    opacity: 0;
}

.cursor.show {
    opacity: 1;
}

.cursor .cursor_box {
    width: 100px;
    height: 100px;
    background: #87B22E;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.6s;
    transform: scale(0);
}

.cursor .cursor_box .zi {
    position: absolute;
    width: 90px;
    animation: 20s rotate linear infinite;
}

.cursor .cursor_box .zi img {
    display: block;
    width: 100%;
}

.cursor .cursor_box .jt {
    width: 10px;
    margin-bottom: 5px;
}

.cursor .cursor_box .jt img {
    display: block;
    width: 100%;
}

.cursor .cursor_box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

.cursor.on .cursor_box {
    transform: scale(1);
}

.section {
    padding: 200px 0 178px;
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}

.section .title {
    font-weight: bold;
    font-size: 42px;
    color: black;
    margin-bottom: 40px;
    text-align: center;
}

.section .img {
    width: 494px;
    height: 862px;
    margin: 0 auto;
    position: relative;
}

.section .img img {
    display: block;
    width: 100%;
}

.section .img .dians {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.section .img .dians .dian {
    position: absolute;
    z-index: 3;
}

.section .img .dians .dian .cir {
    width: 12px;
    height: 12px;
    position: relative;
    transform: scale(0);
}

.section .img .dians .dian .cir .cir1 {
    width: 100%;
    height: 100%;
    background: #87b22e;
    border: 1px solid white;
    border-radius: 50%;
    position: relative;
    z-index: 3;
}

.section .img .dians .dian .cir:after, .section .img .dians .dian .cir:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    opacity: 0.6;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: 3s scale linear infinite;
    z-index: -1;
}

.section .img .dians .dian .cir:before {
    animation-delay: 1.5s;
}

.section .img .dians .dian .dian_box {
    position: absolute;
}

.section .img .dians .dian .dian_box .line {
    clip-path: inset(0 0 0 100%);
}

.section .img .dians .dian .dian_box .line img {
    display: block;
    filter: grayscale(1);
    opacity: 0.6;
    transition: 0.6s;
}

.section .img .dians .dian .dian_box .part_box {
    position: absolute;
    top: 0;
    left: -6px;
    transform: translate(-100%, -50%);
    opacity: 0;
    display: block;
    pointer-events: none;
}

.section .img .dians .dian .dian_box .part_box .p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #000000;
    position: absolute;
    bottom: -10px;
    width: max-content;
    left: 50%;
    transform: translate(-50%, 100%);
}

.section .img .dians .dian .dian_box .part_box .img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid rgba(135, 178, 46, 0);
    transition: 0.6s;
    position: relative;
}

.section .img .dians .dian .dian_box .part_box .img .img_box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.6s;
}

.section .img .dians .dian .dian_box .part_box .img .img_box img {
    display: block;
    width: 11px;
    margin-bottom: 6px;
    transition: 0.6s;
}

.section .img .dians .dian .dian_box .part_box .img .img_box p {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.section .img .dians .dian .dian_box .part_box .img > img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s;
}

.section .img .dians .dian .dian_box .part_box:hover + .line img {
    filter: grayscale(0);
    opacity: 1;
}

.section .img .dians .dian .dian_box .part_box:hover .h5 {
    color: #87b22e;
}

.section .img .dians .dian .dian_box .part_box:hover .img {
    border: 4px solid #87b22e;
}

.section .img .dians .dian .dian_box .part_box:hover .img .img_box {
    opacity: 1;
}

.section .img .dians .dian .dian_box .part_box:hover .img > img {
    filter: brightness(0.4);
}

.section .img .dians .dian:nth-child(8) .dian_box .line, .section .img .dians .dian:nth-child(9) .dian_box .line, .section .img .dians .dian:nth-child(10) .dian_box .line, .section .img .dians .dian:nth-child(11) .dian_box .line, .section .img .dians .dian:nth-child(12) .dian_box .line, .section .img .dians .dian:nth-child(13) .dian_box .line {
    clip-path: inset(0 100% 0 0);
}

.section .img .dians .dian:nth-child(8) .dian_box .part_box, .section .img .dians .dian:nth-child(9) .dian_box .part_box, .section .img .dians .dian:nth-child(10) .dian_box .part_box, .section .img .dians .dian:nth-child(11) .dian_box .part_box, .section .img .dians .dian:nth-child(12) .dian_box .part_box, .section .img .dians .dian:nth-child(13) .dian_box .part_box {
    top: 0;
    right: -8px;
    left: unset;
    transform: translate(100%, -50%);
}
.section .img .dians .dian:nth-child(12) .dian_box .part_box {
    top: 20px;
}
.section .img .dians .dian:nth-child(1) {
    top: 171px;
    left: 167px;
}

.section .img .dians .dian:nth-child(1) .dian_box {
    right: 6px;
    top: -41px;
}

.section .img .dians .dian:nth-child(1) .dian_box .line {
    width: 276px;
}

.section .img .dians .dian:nth-child(2) {
    top: 335px;
    left: 133px;
}

.section .img .dians .dian:nth-child(2) .dian_box {
    right: 6px;
    bottom: 5px;
}

.section .img .dians .dian:nth-child(2) .dian_box .line {
    width: 367px;
}

.section .img .dians .dian:nth-child(3) {
    top: 377px;
    left: 125px;
}

.section .img .dians .dian:nth-child(3) .dian_box {
    right: 3px;
    bottom: 4px;
}

.section .img .dians .dian:nth-child(3) .dian_box .line {
    width: 421px;
}

.section .img .dians .dian:nth-child(4) {
    top: 410px;
    left: 157px;
}

.section .img .dians .dian:nth-child(4) .dian_box {
    right: 4px;
    top: 4px;
}

.section .img .dians .dian:nth-child(4) .dian_box .line {
    width: 378px;
}

.section .img .dians .dian:nth-child(5) {
    top: 539px;
    left: 144px;
}

.section .img .dians .dian:nth-child(5) .dian_box {
    right: 5px;
    top: 5px;
}

.section .img .dians .dian:nth-child(5) .dian_box .line {
    width: 258px;
}

.section .img .dians .dian:nth-child(5) .dian_box .part_box {
    top: 46px;
}

.section .img .dians .dian:nth-child(6) {
    top: 675px;
    left: 194px;
}

.section .img .dians .dian:nth-child(6) .dian_box {
    right: 6px;
    top: 7px;
}

.section .img .dians .dian:nth-child(6) .dian_box .line {
    width: 182px;
}

.section .img .dians .dian:nth-child(6) .dian_box .part_box {
    top: 46px;
}

.section .img .dians .dian:nth-child(7) {
    bottom: 39px;
    left: 194px;
}

.section .img .dians .dian:nth-child(7) .dian_box {
    position: unset;
}

.section .img .dians .dian:nth-child(7) .dian_box .part_box {
    position: unset;
    transform: unset;
}

.section .img .dians .dian:nth-child(8) {
    top: 181px;
    left: 335px;
}

.section .img .dians .dian:nth-child(8) .dian_box {
    left: 8px;
    bottom: 7px;
}

.section .img .dians .dian:nth-child(8) .dian_box .line {
    width: 258px;
}

.section .img .dians .dian:nth-child(9) {
    top: 339px;
    left: 352px;
}

.section .img .dians .dian:nth-child(9) .dian_box {
    left: 6px;
    bottom: 6px;
}

.section .img .dians .dian:nth-child(9) .dian_box .line {
    width: 372px;
}

.section .img .dians .dian:nth-child(10) {
    top: 401px;
    left: 331px;
}

.section .img .dians .dian:nth-child(10) .dian_box {
    left: 6px;
    bottom: 6px;
}

.section .img .dians .dian:nth-child(10) .dian_box .line {
    width: 466px;
}

.section .img .dians .dian:nth-child(11) {
    top: 516px;
    left: 329px;
}

.section .img .dians .dian:nth-child(11) .dian_box {
    left: 6px;
    bottom: 6px;
}

.section .img .dians .dian:nth-child(11) .dian_box .line {
    width: 346px;
}

.section .img .dians .dian:nth-child(12) {
    top: 587px;
    left: 278px;
}

.section .img .dians .dian:nth-child(12) .dian_box {
    left: 5px;
    top: 5px;
}

.section .img .dians .dian:nth-child(12) .dian_box .line {
    width: 317px;
}

.section .img .dians .dian:nth-child(13) {
    top: 675px;
    left: 287px;
}

.section .img .dians .dian:nth-child(13) .dian_box {
    left: 6px;
    top: 6px;
}

.section .img .dians .dian:nth-child(13) .dian_box .line {
    width: 187px;
}

.section .img .dians .dian:nth-child(13) .dian_box .part_box {
    top: 46px;
}

.section .img .dians.on .dian .cir {
    transform: scale(1);
    transition: 0.6s;
}

.section .img .dians.on .dian .dian_box .line {
    clip-path: inset(0);
    transition: 1.5s;
    transition-delay: 0.4s;
}

.section .img .dians.on .dian .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 1.9s;
    pointer-events: auto;
}
.section .img .dians .dian:nth-child(3) .dian_box .part_box {
    top: -10px;
    left: -18px;
}
.section .img .dians .dian:nth-child(4) .dian_box .part_box {
    top: 70px;
}
.section .img .dians.on .dian:nth-child(1) .cir, .section .img .dians.on .dian:nth-child(8) .cir {
    transition: 0.6s;
    transition-delay: 0.1s;
}

.section .img .dians.on .dian:nth-child(1) .dian_box .line, .section .img .dians.on .dian:nth-child(8) .dian_box .line {
    transition: 1.5s;
    transition-delay: 0.6s;
}

.section .img .dians.on .dian:nth-child(1) .dian_box .part_box, .section .img .dians.on .dian:nth-child(8) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.1s;
}

.section .img .dians.on .dian:nth-child(2) .cir, .section .img .dians.on .dian:nth-child(9) .cir {
    transition: 0.6s;
    transition-delay: 0.2s;
}

.section .img .dians.on .dian:nth-child(2) .dian_box .line, .section .img .dians.on .dian:nth-child(9) .dian_box .line {
    transition: 1.5s;
    transition-delay: 0.8s;
}

.section .img .dians.on .dian:nth-child(2) .dian_box .part_box, .section .img .dians.on .dian:nth-child(9) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.3s;
}

.section .img .dians.on .dian:nth-child(3) .cir, .section .img .dians.on .dian:nth-child(10) .cir {
    transition: 0.6s;
    transition-delay: 0.3s;
}

.section .img .dians.on .dian:nth-child(3) .dian_box .line, .section .img .dians.on .dian:nth-child(10) .dian_box .line {
    transition: 1.5s;
    transition-delay: 1s;
}

.section .img .dians.on .dian:nth-child(3) .dian_box .part_box, .section .img .dians.on .dian:nth-child(10) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.5s;
}

.section .img .dians.on .dian:nth-child(4) .cir, .section .img .dians.on .dian:nth-child(11) .cir {
    transition: 0.6s;
    transition-delay: 0.4s;
}

.section .img .dians.on .dian:nth-child(4) .dian_box .line, .section .img .dians.on .dian:nth-child(11) .dian_box .line {
    transition: 1.5s;
    transition-delay: 1.1s;
}

.section .img .dians.on .dian:nth-child(4) .dian_box .part_box, .section .img .dians.on .dian:nth-child(11) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.6s;
}

.section .img .dians.on .dian:nth-child(5) .cir, .section .img .dians.on .dian:nth-child(12) .cir {
    transition: 0.6s;
    transition-delay: 0.5s;
}

.section .img .dians.on .dian:nth-child(5) .dian_box .line, .section .img .dians.on .dian:nth-child(12) .dian_box .line {
    transition: 1.5s;
    transition-delay: 1.2s;
}

.section .img .dians.on .dian:nth-child(5) .dian_box .part_box, .section .img .dians.on .dian:nth-child(12) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.7s;
}

.section .img .dians.on .dian:nth-child(6) .cir, .section .img .dians.on .dian:nth-child(13) .cir {
    transition: 0.6s;
    transition-delay: 0.6s;
}

.section .img .dians.on .dian:nth-child(6) .dian_box .line, .section .img .dians.on .dian:nth-child(13) .dian_box .line {
    transition: 1.5s;
    transition-delay: 1.3s;
}

.section .img .dians.on .dian:nth-child(6) .dian_box .part_box, .section .img .dians.on .dian:nth-child(13) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2.8s;
}

.section .img .dians.on .dian:nth-child(7) .cir {
    transition: 0.6s;
    transition-delay: 0.4s;
}

.section .img .dians.on .dian:nth-child(7) .dian_box .part_box {
    opacity: 1;
    transition: 1.5s;
    transition-delay: 2s;
}

.footer {
    background: #FFFFFF;
    position: relative;
    z-index: 10;
}

.fixed {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}

.fixed .close {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    z-index: 10;
}

.fixed .close .close_btn {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #87b22e;
    cursor: pointer;
}

.fixed .close .close_btn img {
    display: block;
    width: 16px;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FAFCF7;
}

.fixed .fixed_box {
    padding: 160px 0 100px;
    width: 1620px;
    margin: 0 auto;
    max-height: 100vh;
    overflow-y: auto;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed .fixed_box::-webkit-scrollbar {
    display: none;
}

.fixed .fixed_box .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 33px;
}

.fixed .fixed_box .list .item {
    width: 350px;
    height: 420px;
    border-radius: 12px;
    background: #FFFFFF;
    padding: 56px 0 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.fixed .fixed_box .list .item .item_shadow {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 60px 39px 66px;
    background: linear-gradient(180deg, #DBE7CD 0%, #FFFFFF 100%);
    border-radius: 12px;
    opacity: 0;
    transition: 0.6s;
}

.fixed .fixed_box .list .item .item_shadow .item_bottom .h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed .fixed_box .list .item .item_shadow .item_bottom .labels {
    display: flex;
    gap: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed .fixed_box .list .item .item_shadow .item_bottom .labels .label {
    width: 38px;
    height: 38px;
    transition: 0.6s;
}

.fixed .fixed_box .list .item .item_shadow .item_bottom .labels .label img {
    display: block;
    width: 100%;
    height: 100%;
}

.fixed .fixed_box .list .item .item_shadow .item_bottom .labels .label:hover {
    transform: scale(1.1);
}

.fixed .fixed_box .list .item .item_shadow .item_top .h5 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 13px;
    color: #1a1a1a;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed .fixed_box .list .item .item_shadow .item_top .p {
    font-weight: 400;
    font-size: 16px;
    color: #1a1a1a;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: 0.6s;
}

.fixed .fixed_box .list .item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 270px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    transition: 1s;
}

.fixed .fixed_box .list .item .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: 1s;
}

.fixed .fixed_box .list .item .item_name {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 37px 0 0;
    transition: 0.6s;
}

.fixed .fixed_box .list .item:hover .item_name {
    opacity: 0;
}

.fixed .fixed_box .list .item:hover .item_shadow {
    opacity: 1;
}

.fixed .fixed_box .list .item:hover .item_shadow .item_top .h5 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.4s;
}

.fixed .fixed_box .list .item:hover .item_shadow .item_top .p {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

.fixed .fixed_box .list .item:hover .item_shadow .item_bottom .h5 {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
}

.fixed .fixed_box .list .item:hover .item_shadow .item_bottom .labels {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.7s;
}

.fixed .fixed_box .list .item:hover .img {
    transform: translate(98px, 107px);
}

.fixed .fixed_box .list .item:hover .img img {
    transform: scale(0.5);
}

.fixed.show {
    opacity: 1;
    pointer-events: auto;
}

.fixed.show .fixed_box {
    opacity: 1;
    transform: translateY(0);
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

@keyframes scale {
    100% {
        transform: translate(-50%, -50%) scale(4);
        opacity: 0;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes path {
    100% {
        stroke-dashoffset: 1835;
    }
}
html[lang='en'] .section .img .dians .dian:nth-child(1) .dian_box .part_box .p {
    left: 80%;
}
html[lang='en'] .section .img .dians .dian:nth-child(3) .dian_box .part_box .p {
    left: 10%;
}
html[lang='en'] .section .img .dians .dian:nth-child(10) .dian_box .part_box .p {
    left: 70%;
}
html[lang='en'] .section .img .dians .dian:nth-child(12) .dian_box .part_box .p {
    left: 70%;
}
@media screen and (max-width: 1919px) {
    .common_banner .load_pro .load_logo svg{
        width: 6.0416666667vw;
    }
    .common_banner .load_pro .line{
        width: 9.375vw;
        height: 0.1041666667vw;
        margin: 3.59375vw auto 0px;
    }
    .common_banner .load_pro p{
        font-size: 0.8333333333vw;
        margin: 0.78125vw 0px 0px;
    }
    .common_banner .load_pro .line .l{
        height: 0.1041666667vw;
    }
    .common_banner .scroll_sq{
        bottom: 2.0833333333vw;
    }
    .common_banner .scroll_sq .icon{
        width: 1.0416666667vw;
        margin: 0px auto 0.3125vw;
    }
    .common_banner .scroll_sq p{
        font-size: 0.7291666667vw;
        line-height: 1.6666666667vw;
    }
    .cursor .cursor_box{
        width: 5.2083333333vw;
        height: 5.2083333333vw;
    }
    .cursor .cursor_box .zi{
        width: 4.6875vw;
    }
    .cursor .cursor_box .jt{
        width: 0.5208333333vw;
        margin-bottom: 0.2604166667vw;
    }
    .cursor .cursor_box p{
        font-size: 0.7291666667vw;
    }
    .section{
        padding: 10.4166666667vw 0px 9.2708333333vw;
    }
    .section .title{
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }
    .section .img{
        width: 25.7291666667vw;
        height: 44.89583333333vw;
    }
    .section .img .dians .dian .cir{
        width: 0.625vw;
        height: 0.625vw;
    }
    .section .img .dians .dian .dian_box .part_box{
        left: -0.3125vw;
    }
    .section .img .dians .dian .dian_box .part_box .p{
        font-size: 0.8333333333vw;
        bottom: -0.5208333333vw;
    }
    .section .img .dians .dian .dian_box .part_box .img{
        width: 5.2083333333vw;
        height: 5.2083333333vw;
        border: 0.2083333333vw solid rgba(135, 178, 46, 0);
    }
    .section .img .dians .dian .dian_box .part_box .img .img_box img{
        width: 0.5729166667vw;
        margin-bottom: 0.3125vw;
    }
    .section .img .dians .dian .dian_box .part_box .img .img_box p{
        font-size: 0.8333333333vw;
    }
    .section .img .dians .dian .dian_box .part_box:hover .img{
        border: 0.2083333333vw solid rgb(135, 178, 46);
    }
    .section .img .dians .dian:nth-child(8) .dian_box .part_box, .section .img .dians .dian:nth-child(9) .dian_box .part_box, .section .img .dians .dian:nth-child(10) .dian_box .part_box, .section .img .dians .dian:nth-child(11) .dian_box .part_box, .section .img .dians .dian:nth-child(12) .dian_box .part_box, .section .img .dians .dian:nth-child(13) .dian_box .part_box{
        right: -0.4166666667vw;
    }
    .section .img .dians .dian:nth-child(12) .dian_box .part_box{
        top: 1.0416666667vw;
    }
    .section .img .dians .dian:nth-child(1){
        top: 8.90625vw;
        left: 8.6979166667vw;
    }
    .section .img .dians .dian:nth-child(1) .dian_box{
        right: 0.3125vw;
        top: -2.1354166667vw;
    }
    .section .img .dians .dian:nth-child(1) .dian_box .line{
        width: 14.375vw;
    }
    .section .img .dians .dian:nth-child(2){
        top: 17.4479166667vw;
        left: 6.9270833333vw;
    }
    .section .img .dians .dian:nth-child(2) .dian_box{
        right: 0.3125vw;
        bottom: 0.2604166667vw;
    }
    .section .img .dians .dian:nth-child(2) .dian_box .line{
        width: 19.1145833333vw;
    }
    .section .img .dians .dian:nth-child(3){
        top: 19.6354166667vw;
        left: 6.5104166667vw;
    }
    .section .img .dians .dian:nth-child(3) .dian_box{
        right: 0.15625vw;
        bottom: 0.2083333333vw;
    }
    .section .img .dians .dian:nth-child(3) .dian_box .line{
        width: 21.9270833333vw;
    }
    .section .img .dians .dian:nth-child(4){
        top: 21.3541666667vw;
        left: 8.1770833333vw;
    }
    .section .img .dians .dian:nth-child(4) .dian_box{
        right: 0.2083333333vw;
        top: 0.2083333333vw;
    }
    .section .img .dians .dian:nth-child(4) .dian_box .line{
        width: 19.6875vw;
    }
    .section .img .dians .dian:nth-child(5){
        top: 28.0729166667vw;
        left: 7.5vw;
    }
    .section .img .dians .dian:nth-child(5) .dian_box{
        right: 0.2604166667vw;
        top: 0.2604166667vw;
    }
    .section .img .dians .dian:nth-child(5) .dian_box .line{
        width: 13.4375vw;
    }
    .section .img .dians .dian:nth-child(5) .dian_box .part_box{
        top: 2.3958333333vw;
    }
    .section .img .dians .dian:nth-child(6){
        top: 35.15625vw;
        left: 10.1041666667vw;
    }
    .section .img .dians .dian:nth-child(6) .dian_box{
        right: 0.3125vw;
        top: 0.3645833333vw;
    }
    .section .img .dians .dian:nth-child(6) .dian_box .line{
        width: 9.4791666667vw;
    }
    .section .img .dians .dian:nth-child(6) .dian_box .part_box{
        top: 2.3958333333vw;
    }
    .section .img .dians .dian:nth-child(7){
        bottom: 2.03125vw;
        left: 10.1041666667vw;
    }
    .section .img .dians .dian:nth-child(8){
        top: 9.4270833333vw;
        left: 17.4479166667vw;
    }
    .section .img .dians .dian:nth-child(8) .dian_box{
        left: 0.4166666667vw;
        bottom: 0.3645833333vw;
    }
    .section .img .dians .dian:nth-child(8) .dian_box .line{
        width: 13.4375vw;
    }
    .section .img .dians .dian:nth-child(9){
        top: 17.65625vw;
        left: 18.3333333333vw;
    }
    .section .img .dians .dian:nth-child(9) .dian_box{
        left: 0.3125vw;
        bottom: 0.3125vw;
    }
    .section .img .dians .dian:nth-child(9) .dian_box .line{
        width: 19.375vw;
    }
    .section .img .dians .dian:nth-child(10){
        top: 20.8854166667vw;
        left: 17.2395833333vw;
    }
    .section .img .dians .dian:nth-child(10) .dian_box{
        left: 0.3125vw;
        bottom: 0.3125vw;
    }
    .section .img .dians .dian:nth-child(10) .dian_box .line{
        width: 24.2708333333vw;
    }
    .section .img .dians .dian:nth-child(11){
        top: 26.875vw;
        left: 17.1354166667vw;
    }
    .section .img .dians .dian:nth-child(11) .dian_box{
        left: 0.3125vw;
        bottom: 0.3125vw;
    }
    .section .img .dians .dian:nth-child(11) .dian_box .line{
        width: 18.0208333333vw;
    }
    .section .img .dians .dian:nth-child(12){
        top: 30.5729166667vw;
        left: 14.4791666667vw;
    }
    .section .img .dians .dian:nth-child(12) .dian_box{
        left: 0.2604166667vw;
        top: 0.2604166667vw;
    }
    .section .img .dians .dian:nth-child(12) .dian_box .line{
        width: 16.5104166667vw;
    }
    .section .img .dians .dian:nth-child(13){
        top: 35.15625vw;
        left: 14.9479166667vw;
    }
    .section .img .dians .dian:nth-child(13) .dian_box{
        left: 0.3125vw;
        top: 0.3125vw;
    }
    .section .img .dians .dian:nth-child(13) .dian_box .line{
        width: 9.7395833333vw;
    }
    .section .img .dians .dian:nth-child(13) .dian_box .part_box{
        top: 2.3958333333vw;
    }
    .section .img .dians .dian:nth-child(3) .dian_box .part_box{
        top: -0.5208333333vw;
        left: -0.9375vw;
    }
    .section .img .dians .dian:nth-child(4) .dian_box .part_box{
        top: 3.6458333333vw;
    }
    .fixed .close{
        bottom: 1.25vw;
        width: 2.6041666667vw;
        height: 2.6041666667vw;
    }
    .fixed .close .close_btn img{
        width: 0.8333333333vw;
    }
    .fixed .fixed_box{
        padding: 8.3333333333vw 0px 5.2083333333vw;
        width: 84.375vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed .fixed_box .list{
        gap: 1.5625vw 1.71875vw;
    }
    .fixed .fixed_box .list .item{
        width: 18.2291666667vw;
        height: 21.875vw;
        border-radius: 0.625vw;
        padding: 2.9166666667vw 0px 0px;
    }
    .fixed .fixed_box .list .item .item_shadow{
        padding: 3.125vw 2.03125vw 3.4375vw;
        border-radius: 0.625vw;
    }
    .fixed .fixed_box .list .item .item_shadow .item_bottom .h5{
        font-size: 0.9375vw;
        margin-bottom: 0.78125vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed .fixed_box .list .item .item_shadow .item_bottom .labels{
        gap: 0.9375vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed .fixed_box .list .item .item_shadow .item_bottom .labels .label{
        width: 1.9791666667vw;
        height: 1.9791666667vw;
    }
    .fixed .fixed_box .list .item .item_shadow .item_top .h5{
        font-size: 1.25vw;
        margin-bottom: 0.6770833333vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed .fixed_box .list .item .item_shadow .item_top .p{
        font-size: 0.8333333333vw;
        transform: translateY(1.0416666667vw);
    }
    .fixed .fixed_box .list .item .img{
        width: 8.3333333333vw;
        height: 14.0625vw;
    }
    .fixed .fixed_box .list .item .item_name{
        font-size: 0.9375vw;
        margin: 1.9270833333vw 0px 0px;
    }
    .fixed .fixed_box .list .item:hover .img{
        transform: translate(5.1041666667vw, 5.5729166667vw);
    }
}
@media screen and (max-width: 768px) {
    .section .img .dians .dian .dian_box {
        display: none;
    }
    .section {
        padding: 100px 0 50px;
    }
    .section .title {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .section .img {
        width: 200px;
        height: 349px;
    }
    .section .swiper {
        width: 90%;
        display: block !important;
    }
    .cursor {
        display: none;
    }
    .section .swiper .swiper-slide .part_box {
        display: block;
        width: 100%;
    }
    .section .swiper .swiper-slide .part_box .img {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        overflow: hidden;
    }
    .section .swiper .swiper-slide .part_box .img .img_box {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .section .swiper .swiper-slide .part_box .img .img_box img {
        display: block;
        width: 12px;
        margin-bottom: 6px;
    }
    .section .swiper .swiper-slide .part_box .img .img_box p {
        font-size: 13px;
        color: #FFFFFF;

    }
    .section .swiper .swiper-slide .part_box .p {
        font-size: 14px;
        text-align: center;
        color: #111111;
        margin: 20px 0 0;
        word-break: break-word;
    }
    .section .img .dians .dian .cir {
        width: 8px;
        height: 8px;
    }
    .section .img .dians .dian:nth-child(1) {
        top: 71px;
        left: 66px;
    }
    .section .img .dians .dian:nth-child(2) {
        top: 133px;
        left: 49px;
    }
    .section .img .dians .dian:nth-child(3) {
        top: 152px;
        left: 47px;
    }
    .section .img .dians .dian:nth-child(4) {
        top: 165px;
        left: 62px;
    }
    .section .img .dians .dian:nth-child(5) {
        top: 221px;
        left: 48px;
    }
    .section .img .dians .dian:nth-child(6) {
        top: 271px;
        left: 77px;
    }
    .section .img .dians .dian:nth-child(8) {
        top: 67px;
        left: 122px;
    }
    .section .img .dians .dian:nth-child(9) {
        top: 138px;
        left: 141px;
    }
    .section .img .dians .dian:nth-child(10) {
        top: 159px;
        left: 136px;
    }
    .section .img .dians .dian:nth-child(11) {
        top: 214px;
        left: 133px;
    }

    .section .img .dians .dian:nth-child(12) {
        top: 234px;
        left: 113px;
    }
    .section .img .dians .dian:nth-child(13) {
        top: 265px;
        left: 111px;
    }
    .common_banner {
        height: unset !important;
    }
    .common_banner .load_pro .load_logo svg {
        width: 60px;
    }
    .common_banner .load_pro .line {
        width: 200px;
        height: 2px;
        margin: 15px auto;
    }
    .common_banner .load_pro p {
        font-size: 14px;
    }

}
