.sec1 {
    padding: 133px 0 0;
}

.sec1 .wrap {
    display: flex;
    justify-content: space-between;
}

.sec1 .wrap .l {
    padding: 14px 0 0;
}

.sec1 .wrap .l .title {
    font-weight: 700;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 38px;
    color: #1A1A1A;
}

.sec1 .wrap .l .commpany_info .name {
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    color: #888888;
}

.sec1 .wrap .l .commpany_info .num {
    font-weight: bold;
    font-size: 52px;
    line-height: 100%;
    color: #1A1A1A;
    margin: 15px 0 45px;
}

.sec1 .wrap .l .realtime {
    display: flex;
    align-items: flex-end;
    gap: 36px;
    margin-bottom: 40px;
}

.sec1 .wrap .l .realtime.red {
    color: #E40000;
}

.sec1 .wrap .l .realtime.green {
    color: #87B22E;
}

.sec1 .wrap .l .realtime .flex {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}

.sec1 .wrap .l .realtime .flex .num_item {
    display: flex;
}

.sec1 .wrap .l .realtime .realtime_price {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.sec1 .wrap .l .realtime .realtime_price .num {
    font-weight: bold;
    font-size: 64px;
    line-height: 100%;
}

.sec1 .wrap .l .realtime .realtime_price .sp {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 8px;
}

.sec1 .wrap .l .list {
    display: flex;
    gap: 70px;
}

.sec1 .wrap .l .list .item h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #888888;
    margin-bottom: 14px;
}

.sec1 .wrap .l .list .item .price {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #1A1A1A;
}

.sec1 .wrap .r {
    width: 636px;
}

.sec1 .wrap .r .control {
    display: flex;
    gap: 10px;
    margin-bottom: 57px;
}

.sec1 .wrap .r .control .item {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 21px;
    height: 46px;
    border-radius: 23px;
    background: #F3F3F3;
    font-weight: 400;
    font-size: 16px;
    transition: 0.6s;
}

.sec1 .wrap .r .control .item:hover, .sec1 .wrap .r .control .item.on {
    background: #87B22E;
    color: #FFFFFF;
}

.sec1 .wrap .r .imgs {
    width: 100%;
}

.sec1 .wrap .r .imgs .img {
    width: 100%;
    display: none;
}

.sec1 .wrap .r .imgs .img img {
    width: 100%;
    display: block;
}

.sec1 .wrap .r .imgs .img.on {
    display: block;
}

.sec2 {
    padding: 106px 0 0;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 38px;
}

.sec2 .wrap .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}

.sec2 .wrap .list .item:not(:last-child) {
    border-bottom: 1px solid #F4F4F4;
}

.sec2 .wrap .list .item .iconfont {
    font-size: 22px;
    color: #555555;
    transition: 0.6s;
}

.sec2 .wrap .list .item .item_l {
    display: flex;
    align-items: center;
    gap: 42px;
}

.sec2 .wrap .list .item .item_l .item_l_box {
    width: 900px;
}

.sec2 .wrap .list .item .item_l .item_l_box .label {
    font-weight: 400;
    font-size: 16px;
    color: #CCCCCC;
    margin-bottom: 6px;
}

.sec2 .wrap .list .item .item_l .item_l_box .h5 {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sec2 .wrap .list .item .item_l .date {
    width: 88px;
    height: 88px;
    border-radius: 14px;
    background: #F8F8F8;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #555555;
    padding: 17px 0 0;
    transition: 0.6s;
}

.sec2 .wrap .list .item .item_l .date b {
    font-size: 32px;
    line-height: 36px;
}

.sec2 .wrap .list .item:hover .iconfont {
    color: #87B22E;
}

.sec2 .wrap .list .item:hover .item_l .date {
    background: #87B22E;
    color: #FFFFFF;
}

.sec2 .wrap .list .item:hover .item_l .item_l_box .h5 {
    color: #87B22E;
}

.sec4 {
    padding: 80px 0 0;
}

.sec4 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 55px;
}

.sec4 .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}

.sec4 .wrap .list .item {
    display: block;
    width: 680px;
}

.sec4 .wrap .list .item .item_box {
    width: 100%;
    height: 80px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 0 36px;
    border: 1px solid #f4f4f4;
    transition: 0.6s;
}

.sec4 .wrap .list .item .item_box .icon {
    width: 25px;
    transition: 0.6s;
    filter: grayscale(0.8);
    opacity: 0.6;
}

.sec4 .wrap .list .item .item_box .icon img {
    display: block;
    width: 100%;
}

.sec4 .wrap .list .item .item_box p {
    font-weight: 400;
    font-size: 16px;
    color: black;
}

.sec4 .wrap .list .item .item_box:hover {
    background: #f8f8f8;
    border: 1px solid #f8f8f8;
}

.sec4 .wrap .list .item .item_box:hover .icon {
    filter: grayscale(0);
    opacity: 1;
}

.sec3 {
    padding: 80px 0 167px;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 42px;
    line-height: 100%;
    margin-bottom: 40px;
}

.sec3 .wrap .list {
    display: flex;
    justify-content: space-between;
}

.sec3 .wrap .list .item {
    width: 429px;
    height: 207px;
    border-radius: 14px;
    background: #F8F8F8;
    padding: 39px 120px 0 53px;
    position: relative;
    overflow: hidden;
}

.sec3 .wrap .list .item .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: 29px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .list .item .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #87B22E;
    position: absolute;
    transition: 0.8s;
}

.sec3 .wrap .list .item .icon img {
    display: block;
    max-width: 50%;
    max-height: 50%;
    position: relative;
    z-index: 3;
}

.sec3 .wrap .list .item .item_title {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 3px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
    transition-delay: 0.2s;
}

.sec3 .wrap .list .item .item_text {
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    transition: 0.6s;
    position: relative;
    z-index: 3;
    transition-delay: 0.2s;
}
html[lang='en'] .sec3 .wrap .list .item:nth-last-child(1) .item_text {
    font-size: 15px;
    line-height: 1.4;
}
.sec3 .wrap .list .item:hover .item_title, .sec3 .wrap .list .item:hover .item_text {
    color: #FFFFFF;
    transition-delay: 0.1s;
}

.sec3 .wrap .list .item:hover .icon:after {
    transform: scale(14);
}

.fixed {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19991209;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s;
}

.fixed.on {
    opacity: 1;
    pointer-events: auto;
}

.fixed .fixed_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    background: #000;
}

.fixed .fixed_box {
    width: 1200px;
    border-radius: 28px;
    background: #FFF;
    padding: 64px 80px 80px;
    position: relative;
    z-index: 3;
}

.fixed .fixed_box .h5 {
    color: #1A1A1A;
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 26px;
}

.fixed .fixed_box .close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 26px;
    right: 28px;
    cursor: pointer;
    transition: 0.6s;
}

.fixed .fixed_box .close:hover {
    background: #87B22E;
}

.fixed .fixed_box .close svg {
    display: block;
    width: 11px;
    height: auto;
}

.fixed .fixed_box .close:hover svg path {
    fill: #FFFFFF;
}

.fixed .fixed_box .close svg path {
    transition: 0.6s;
}

.fixed .fixed_box .control {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
}

.fixed .fixed_box .control .item {
    padding: 8px 21px;
    border-radius: 56px;
    background: #F2F2F2;
    min-width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
    color: #1A1A1A;
    font-size: 18px;
}

.fixed .fixed_box .control .item.on, .fixed .fixed_box .control .item:hover {
    background: #87B22E;
    color: #FFFFFF;
}

.fixed .fixed_box .part_box .part {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fixed .fixed_box .part_box .part.on {
    display: flex;
}

.fixed .fixed_box .part_box .part .item {
    width: 500px;
    display: flex;
    align-items: center;
    padding: 20px 0 13px;
    gap: 7px;
    border-bottom: 1px solid #EBEBEB;
}

.fixed .fixed_box .part_box .part .item .name {
    color: #1A1A1A;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6667;
    width: 85px;
}

.fixed .fixed_box .part_box .part .item .position {
    color: #BDBDBD;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.875;
}

@media screen and (max-width: 1919px) {
    .sec1 {
        padding: 6.9270833333vw 0px 0px;
    }

    .sec1 .wrap .l {
        padding: 0.7291666667vw 0px 0px;
    }

    .sec1 .wrap .l .title {
        font-size: 2.1875vw;
        margin-bottom: 1.9791666667vw;
    }

    .sec1 .wrap .l .commpany_info .name {
        font-size: 1.25vw;
    }

    .sec1 .wrap .l .commpany_info .num {
        font-size: 2.7083333333vw;
        margin: 0.78125vw 0px 2.34375vw;
    }

    .sec1 .wrap .l .realtime {
        gap: 1.875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec1 .wrap .l .realtime .flex {
        gap: 0.5208333333vw;
        margin-bottom: 0.2083333333vw;
    }

    .sec1 .wrap .l .realtime .realtime_price {
        gap: 0.8333333333vw;
    }

    .sec1 .wrap .l .realtime .realtime_price .num {
        font-size: 3.3333333333vw;
    }

    .sec1 .wrap .l .realtime .realtime_price .sp {
        font-size: 0.8333333333vw;
        margin-bottom: 0.4166666667vw;
    }

    .sec1 .wrap .l .list {
        gap: 3.6458333333vw;
    }

    .sec1 .wrap .l .list .item h5 {
        font-size: 0.8333333333vw;
        margin-bottom: 0.7291666667vw;
    }

    .sec1 .wrap .l .list .item .price {
        font-size: 0.8333333333vw;
    }

    .sec1 .wrap .r {
        width: 33.125vw;
    }

    .sec1 .wrap .r .control {
        gap: 0.5208333333vw;
        margin-bottom: 2.96875vw;
    }

    .sec1 .wrap .r .control .item {
        padding: 0px 1.09375vw;
        height: 2.3958333333vw;
        border-radius: 1.1979166667vw;
        font-size: 0.8333333333vw;
    }

    .sec2 {
        padding: 5.5208333333vw 0px 0px;
    }

    .sec2 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 1.9791666667vw;
    }

    .sec2 .wrap .list .item {
        padding: 1.0416666667vw;
    }

    .sec2 .wrap .list .item .iconfont {
        font-size: 1.1458333333vw;
    }

    .sec2 .wrap .list .item .item_l {
        gap: 2.1875vw;
    }

    .sec2 .wrap .list .item .item_l .item_l_box {
        width: 46.875vw;
    }

    .sec2 .wrap .list .item .item_l .item_l_box .label {
        font-size: 0.8333333333vw;
        margin-bottom: 0.3125vw;
    }

    .sec2 .wrap .list .item .item_l .item_l_box .h5 {
        font-size: 0.8333333333vw;
    }

    .sec2 .wrap .list .item .item_l .date {
        width: 4.5833333333vw;
        height: 4.5833333333vw;
        border-radius: 0.7291666667vw;
        font-size: 0.7291666667vw;
        padding: 0.8854166667vw 0px 0px;
    }

    .sec2 .wrap .list .item .item_l .date b {
        font-size: 1.6666666667vw;
        line-height: 1.875vw;
    }

    .sec4 {
        padding: 4.1666666667vw 0px 0px;
    }

    .sec4 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.8645833333vw;
    }

    .sec4 .wrap .list {
        gap: 1.0416666667vw 0px;
    }

    .sec4 .wrap .list .item {
        width: 35.4166666667vw;
    }

    .sec4 .wrap .list .item .item_box {
        height: 4.1666666667vw;
        border-radius: 0.625vw;
        gap: 1.875vw;
        padding: 0px 1.875vw;
    }

    .sec4 .wrap .list .item .item_box .icon {
        width: 1.3020833333vw;
    }

    .sec4 .wrap .list .item .item_box p {
        font-size: 0.8333333333vw;
    }

    .sec3 {
        padding: 4.1666666667vw 0px 8.6979166667vw;
    }

    .sec3 .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 2.0833333333vw;
    }

    .sec3 .wrap .list .item {
        width: 22.34375vw;
        height: 10.78125vw;
        border-radius: 0.7291666667vw;
        padding: 2.03125vw 6.25vw 0px 2.7604166667vw;
    }

    .sec3 .wrap .list .item .icon {
        width: 3.125vw;
        height: 3.125vw;
        top: 1.5104166667vw;
        right: 2.0833333333vw;
    }

    .sec3 .wrap .list .item .item_title {
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        margin-bottom: 0.15625vw;
    }

    .sec3 .wrap .list .item .item_text {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }
    html[lang='en'] .sec3 .wrap .list .item:nth-last-child(1) .item_text {
        font-size: 0.78125vw;
    }
}

@media screen and (max-width: 1919px) {
    .fixed .fixed_box {
        width: 62.5vw;
        border-radius: 1.4583333333vw;
        padding: 3.3333333333vw 4.1666666667vw 4.1666666667vw;
    }

    .fixed .fixed_box .h5 {
        font-size: 1.875vw;
        margin-bottom: 1.3541666667vw;
    }

    .fixed .fixed_box .close {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        top: 1.3541666667vw;
        right: 1.4583333333vw;
    }

    .fixed .fixed_box .close svg {
        width: 0.5729166667vw;
    }

    .fixed .fixed_box .control {
        gap: 0.5208333333vw;
        margin-bottom: 1.3020833333vw;
    }

    .fixed .fixed_box .control .item {
        padding: 0.4166666667vw 1.09375vw;
        border-radius: 2.9166666667vw;
        min-width: 6.25vw;
        font-size: 0.9375vw;
    }

    .fixed .fixed_box .part_box .part .item {
        width: 26.0416666667vw;
        padding: 1.0416666667vw 0px 0.6770833333vw;
        gap: 0.3645833333vw;
    }

    .fixed .fixed_box .part_box .part .item .name {
        font-size: 0.9375vw;
        width: 4.4270833333vw;
    }

    .fixed .fixed_box .part_box .part .item .position {
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    html[lang='en'] .sec3 .wrap .list .item:nth-last-child(1) .item_text {
        font-size: 14px;
    }
    .sec1 {
        padding: 50px 0 0;
    }

    .sec1 .wrap {
        display: block;
    }

    .sec1 .wrap .l {
        padding: 0;
    }

    .sec1 .wrap .l .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .sec1 .wrap .l .commpany_info .name {
        font-size: 16px;
    }

    .sec1 .wrap .l .commpany_info .num {
        font-size: 22px;
        margin: 8px 0 10px;
    }

    .sec1 .wrap .l .realtime {
        gap: 10px;
    }

    .sec1 .wrap .l .realtime .realtime_price .num {
        font-size: 20px;
    }

    .sec1 .wrap .l .realtime .realtime_price .sp {
        font-size: 12px;
    }

    .sec1 .wrap .l .realtime .flex {
        gap: 10px;
        margin-bottom: 0px;
    }

    .sec1 .wrap .l .realtime .flex .num_item {
        font-size: 14px;
    }

    .sec1 .wrap .l .list {
        flex-wrap: wrap;
        gap: 15px 0;
        justify-content: space-between;
    }

    .sec1 .wrap .l .realtime {
        margin-bottom: 15px;
    }

    .sec1 .wrap .r {
        width: 100%;
        margin: 30px 0 0;
    }

    .sec1 .wrap .r .control {
        justify-content: space-between;
    }

    .sec1 .wrap .r .control .item {
        height: 36px;
        border-radius: 18px;
        padding: 0 20px;
        font-size: 14px;
    }

    .sec1 .wrap .l .list .item h5 {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .sec1 .wrap .l .list .item .price {
        font-size: 18px;
    }

    .sec1 .wrap .l .list .item {
        width: 48%;
    }

    .sec1 .wrap .r .control {
        margin-bottom: 15px;
    }

    .sec2 {
        padding: 60px 0 0;
    }

    .sec2 .wrap .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .sec2 .wrap .list .item {
        padding: 20px 0;
    }

    .sec2 .wrap .list .item .item_l {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .sec2 .wrap .list .item .item_l .item_l_box .h5 {
        font-size: 16px;
    }

    .sec2 .wrap .list .item .item_l .date {
        display: flex;
        align-items: center;
        font-size: 14px;
        width: fit-content;
        height: fit-content;
        line-height: 1;
        padding: 0;
        background: unset;
        flex-direction: row-reverse;
        gap: 6px;
        font-weight: 500;
        color: #666666;
    }

    .sec2 .wrap .list .item .item_l .item_l_box {
        width: 90vw;
    }

    .sec2 .wrap .list .item .item_l .item_l_box .label {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .sec2 .wrap .list .item .item_l .date b {
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        color: #666666;
    }

    .sec2 .wrap .list .item .item_l .date br, .sec2 .wrap .list .item .iconfont {
        display: none;
    }

    .sec4 .wrap .title {
        font-size: 22px;
        margin-bottom: 20px;

    }

    .sec4 .wrap .list {
        gap: 15px;
    }

    .sec4 .wrap .list .item {
        width: 100%;
    }

    .sec4 .wrap .list .item .item_box {
        height: 56px;
        border-radius: 4px;
        padding: 0 20px;
        gap: 20px;
    }

    .sec4 .wrap .list .item .item_box p {
        font-size: 16px;
    }

    .sec4 .wrap .list .item .item_box .icon {
        width: 18px;
    }

    .sec3 {
        padding: 50px 0 60px;
    }

    .sec3 .wrap .title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .sec3 .wrap .list {
        flex-wrap: wrap;
        gap: 15px;
    }

    .sec3 .wrap .list .item {
        width: 100%;
        height: unset;
        padding: 20px;
        border-radius: 6px;
    }

    .sec3 .wrap .list .item .item_title {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 40px;
    }

    .sec3 .wrap .list .item .icon {
        width: 40px;
        height: 40px;
        top: 20px;
        right: 20px;
    }

    .sec3 .wrap .list .item .item_text {
        font-size: 16px;
        line-height: 1.4;
    }
}


@media screen and (max-width: 768px) {
    .fixed .fixed_box {
        width: 90vw;
        border-radius: 10px;
        padding: 20px;
    }

    .fixed .fixed_box .h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .fixed .fixed_box .close {
        width: 32px;
        height: 32px;
        top: 10px;
        right: 10px;
    }

    .fixed .fixed_box .close svg {
        width: 8px;
    }

    .fixed .fixed_box .control {
        gap: 8px;
        margin-bottom: 15px;
    }

    .fixed .fixed_box .control .item {
        padding: 6px 20px;
        border-radius: 40px;
        min-width: 80px;
        font-size: 15px;
    }

    .fixed .fixed_box .part_box .part .item {
        width: 100%;
        padding: 10px;
        gap: 6px;
    }

    .fixed .fixed_box .part_box .part .item .name {
        font-size: 14px;
        width: 80px;
    }

    .fixed .fixed_box .part_box .part .item .position {
        font-size: 14px;
    }
}
