@charset "UTF-8";

.containerte {
    width: 1280px;
    margin: 0 auto;
}

.banner_box {
    background: url(../images/banner_dll.png);
    background-size: 100% 100%;
    padding-top: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 120px;
}

.hard_disk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hard_lift {
    margin-top: 50px;
    width: 44%;
}

.hard_right {
    width: 56%;
}

.hard_disk h1 {
    font-weight: 600;
    font-size: 50px;
    color: #3D3D3D;
    line-height: 72px;
}

.hard_lift .test1 {
    font-weight: 600;
    font-size: 34px;
    color: #26C29C;
    line-height: 49px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 12px;
}

.hard_lift .test2 {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 14px;
}

.hard_lift .test3 {
    margin-top: 20px;
    font-weight: 400;
    font-size: 13px;
    color: #8DAC9F;
    line-height: 17px;
}

.hard_right .hard_dll2 {
    margin-left: 80px;
}

.hard_right {
    position: relative;
}

.hard_right .hard_dll1 {
    position: absolute;
    left: 100px;
    top: 65px;
    animation: chahua-dll 1.8s infinite;
}

.hard_right .hard_dll3 {
    position: absolute;
    right: -40px;
    top: 35px;
    animation: chahua-dll1 1.8s infinite;
}

.hard_right .hard_dll4 {
    position: absolute;
    right: -40px;
    bottom: 20px;
    animation: chahua-dll2 1.8s infinite;
}

.revision2 .wh1280 {
    margin-top: -55px;
}

@keyframes chahua-dll {
    0% {
        top: 65px;
    }

    50% {
        top: 70px;
    }

    100% {
        top: 65px;
    }
}

@keyframes chahua-dll1 {
    0% {
        top: 35px;
    }

    50% {
        top: 40px;
    }

    100% {
        top: 35px;
    }
}

@keyframes chahua-dll2 {
    0% {
        bottom: 20px;
    }

    50% {
        bottom: 25px;
    }

    100% {
        bottom: 20px;
    }
}

.viders .download {
    transition: all 0.5s ease;
    display: block;
    width: 200px;
    height: 74px;
    line-height: 74px;
    background: #26C29C;
    border-radius: 10px 10px 10px 10px;
}

.viders .download:hover {
    transform: translateY(-6px);
}

.viders .download span {
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viders .download span img {
    width: 22px;
    margin-right: 6px;
}

.viders {
    display: flex;
    align-items: center;
    margin-top: 35px;
}

.viders .vider1 {
    margin-left: 14px;
    width: 200px;
    height: 74px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #006CFF;
    box-sizing: border-box;
    line-height: 74px;
    transition: all 0.5s ease;
}

.viders .vider1 span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #006CFF;
}

.viders .vider1 span img {
    margin-right: 6px;
}

.viders .vider1:hover {
    transform: translateY(-6px);
}

.play-gif1 {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}

.play-gif1 .content {
    width: 900px;
    height: 534px;
    background: #000;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.play-gif1 .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
    z-index: 999;
    border-radius: 50%;
    background-color: #333333c9;
}

@media screen and (max-width: 950px) {
    .play-gif1 .content {
        width: 90%;
        height: auto;
        padding-top: 20px;
    }

    .play-gif1 .content video {
        width: 90%;
        height: auto;
    }
}

.disk1 {
    padding: 80px 0 90px 0;
}

.disk1 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk1 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.disk1 ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    /* 间距 22px */
}

.disk1 ul li {
    border-radius: 13px 13px 13px 13px;
    cursor: pointer;
    transition: all 0.5s ease;
    width: calc((100% - 44px) / 3);
    /* 3个铺满 */
    padding: 30px;
    /* 已改成 30px */
    background: #F5FCF9;
    box-sizing: border-box;
}

.disk1 ul li:hover {
    transform: translateY(-10px);
}

.disk1 ul li h3 {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    line-height: 29px;
    margin-top: 15px;
}

.disk1 ul li p {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 23px;
}




@media (max-width: 768px) {
    .disk1 ul li {
        width: calc((100% - 22px) / 2);
    }
}

/* 超小屏幕：1个 */
@media (max-width: 480px) {
    .disk1 ul li {
        width: 100%;
    }
}

.disk2 {
    background: #F7FBFF;
    padding: 80px 0 90px 0;
}

.disk2 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk2 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.Box02 {
    position: relative;
}

.Box02 .content {
    width: 1107px;
    margin: 0 auto;
}

.Box02 .Box_con {
    position: relative;
}

.Box02 .Box_con .btnl {
    position: absolute;
}

.Box02 .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box02 .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box02.Box02 .Box_con .conbox ul li {
    float: left;
    width: 1107px;
    margin-left: 20px;
    overflow: hidden;
}

.Box02 .Box_con .conbox ul li:first-child {
    margin-left: 0;
}

.Box02 .Box_con .btn {
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    border-radius: 50%;
}

.Box02 .Box_con .btnl {
    background: url(../images/rtl02.png) no-repeat center;
    left: -80px;
}

.Box02 .Box_con .btnr {
    background: url(../images/rtr02.png) no-repeat center;
    right: -80px;
}

.Box02 .Box_con .btnl:hover {
    background: url(../images/rtl2.png) no-repeat center;
}

.Box02 .Box_con .btnr:hover {
    background: url(../images/rtr2.png) no-repeat center;
}

.Box02 .BoxSwitch {
    display: none;
}

.diskte ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 50px;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
}

.diskte ul li {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}

.diskte ul li.on {
    color: #006CFF;
    border-bottom: 1px solid #006CFF;
}

.disk3 {
    padding: 80px 0 90px 0;
}

.disk3 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk3 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.disk3 .tutorial {
    margin: 30px auto 40px auto;
    width: 390px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 20px 20px 20px 20px;
    border: 1px solid #0171F8;
    box-sizing: border-box;
}

.disk3 .tutorial li {
    width: 50%;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.disk3 .tutorial li:nth-child(1).on {
    background: linear-gradient(270deg, #1290FA 0%, #1E79F2 100%);
    color: #FFFFFF;
}

.disk3 .tutorial li:nth-child(2).on {
    background: linear-gradient(270deg, #1E79F2 0%, #1290FA 100%);
    color: #FFFFFF;
}

.disk3 .tutorial li:nth-child(1) {
    border-radius: 20px 0px 0px 20px;
}

.disk3 .tutorial li:nth-child(2) {
    border-radius: 0 20px 20px 0px;
}

.tutorial_nr {
    margin-top: 70px;
}

.tutorial_nr .tutorial_li {
    display: none;
}

.tutorial_nr .tutorial_li:nth-child(1) {
    display: block;
}

.tutorial_te {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tutorial_te .tutorial_list {
    width: 683px;
}

.tutorial_te .tutorial_list div {
    display: none;
}

.tutorial_te .tutorial_list div:nth-child(1) {
    display: block;
}

.tutorial_te .tutorial_list img {
    width: 100%;

}

.tutorial_te ul {
    width: 44%;
}

.tutorial_te ul li {
    cursor: pointer;
    margin-top: 17px;
    box-sizing: border-box;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
    border-radius: 16px 16px 16px 16px;
}

.tutorial_te ul li:nth-child(1) {
    margin-top: 0;
}

.tutorial_te ul li .title h3 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    color: #3D3D3D;
}

.tutorial_te ul li .title h3 img {
    margin-right: 6px;
}

.tutorial_te ul li .title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tutorial_te ul li .title span {
    display: block;
    width: 48px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    background: #ECF6F4;
    border-radius: 8px 8px 8px 8px;
}

.tutorial_te ul li.on .title span img {
    transform: rotate(180deg);
    backface-visibility: hidden;
}

.tutorial_te ul li .content {
    border-top: 1px solid #D2D7DF;
    display: none;
    margin-top: 34px;
    padding-top: 24px;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 26px;
    margin-bottom: 10px;
}

.tutorial_te ul li.on .content {
    display: block;
}

#videoyp {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.disk4 {
    background: #FAFDFF;
    padding: 80px 0 90px 0;
}

.disk4 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk4 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.table-container {
    position: relative
}

.table-container .tablevs1 {
    position: absolute;
    left: 473px;
    top: 270px;
}

.table-container .tablevs2 {
    position: absolute;
    right: 300px;
    top: 270px;
}

.custom-table {
    width: calc(100% + 26px);
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 13px 0;
    margin: 50px 0 40px -13px;
    overflow: hidden;
}

.custom-table thead tr {
    border-radius: 14px 14px 14px 14px;
}

.custom-table thead tr th {
    font-size: 16px;
    color: #3D3D3D;
    font-weight: 400;
    flex: none;
    padding: 26px 0;
    text-align: center;
}

.custom-table thead tr th:nth-child(1) {
    border-radius: 14px 14px 0px 0px;
    width: 13%;
    background: #FAFCFF;
}

.custom-table thead tr th:nth-child(2) {
    border-radius: 14px 14px 0px 0px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    background: url(../images/dll.png);
    background-size: 100% 100%;
}

.custom-table thead tr th:nth-child(3) {
    border-radius: 14px 14px 0px 0px;
    font-size: 20px;
    color: #0095FF;
    font-weight: bold;
    background: #E6EFFF;
}

.custom-table thead tr th:nth-child(4) {
    border-radius: 14px 14px 0px 0px;
    font-size: 20px;
    color: #6F6F6F;
    font-weight: bold;
    background: #EBEBEB;
}

.custom-table th,
.custom-table td {
    padding: 26px 20px;
    border: 1px solid #ECF0F6;
    vertical-align: middle;
}

.custom-table tbody tr td:nth-child(1) {
    font-size: 16px;
    color: #3D3D3D;
}

.custom-table tbody tr td:nth-child(2) {
    background: #FAFFFD;
    font-size: 16px;
    color: #259076;
}

.custom-table tbody tr td:nth-child(3) {
    background: #FAFCFF;
    font-size: 16px;
    color: #3D3D3D;
}

.custom-table tbody tr td:nth-child(4) {
    background: #FAFAFA;
    font-size: 16px;
    color: #3D3D3D;
}

.custom-table tbody tr td.red {
    color: #FF2121;
}

.custom-table tbody tr td.tele {
    text-align: left;
    padding: 17px 10px 17px 40px;
}

.custom-table tbody tr td.tele1 {
    text-align: left;
    padding: 17px 20px;
}

.custom-table tbody tr td ul li {
    display: flex;
    line-height: 28px;
    align-items: flex-start;
}

.custom-table tbody tr td ul li span {
    color: #158FFF;
}

.custom-table tr td img {
    margin-right: 6px;
}

.disk9 .containerte ul {
    margin-bottom: 38px;
    display: flex;

    flex-wrap: wrap;
    justify-content: space-between;
}

.disk9 .containerte ul li {
    margin-top: 58px;
    width: 32%;
    box-sizing: border-box;
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(36, 76, 51, 0.06);
    border-radius: 13px 13px 13px 13px;
}

.disk9 .containerte ul li .dllte1 {
    display: flex;
    align-items: center;
}

.disk9 .containerte ul li .dllte1 span {
    font-weight: 400;
    font-size: 16px;
    color: #35C9A5;
    line-height: 23px;
    padding: 5px 14px;
    background: #E8F9F1;
    border-radius: 30px 30px 30px 30px;
    margin-left: 8px;
}

.disk9 .containerte ul li h3 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    line-height: 26px;
    margin-top: 20px;
}

.disk9 .containerte ul li .dllte2 {
    font-weight: 400;
    font-size: 15px;
    color: #8F8F8F;
    line-height: 22px;
    margin-top: 10px;
}

.disk9 .containerte ul li .dllte3 {
    margin-top: 18px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    line-height: 22px;
    padding-left: 20px;
    position: relative;
}

.disk9 .containerte ul li .dllte3 img {
    margin-right: 6px;
    position: absolute;
    left: 0;
    top: 6px;
}

.disk9 .containerte ul li:nth-child(2) .dllte1 span {
    background: #FEF3E8;
    color: #FF9421;
}

.disk9 .containerte ul li:nth-child(3) .dllte1 span {
    background: #E5EFFE;
    color: #2772FD;
}

.ypshujuhuifu_te div {
    display: flex;
    align-items: center;

}

.ypshujuhuifu_te div p {
    margin-right: 70px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 26px;
}

.ypshujuhuifu_te div p:nth-child(4) {
    margin-right: 0;
}

.ypshujuhuifu_te div p img {
    margin-right: 6px;
}

.ypshujuhuifu {
    padding: 20px 30px;
    width: 100%;
    box-sizing: border-box;
    background: linear-gradient(270deg, #E2ECFF 0%, #EAFAFF 100%);
    border-radius: 16px 16px 16px 16px;
    border: 2px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.ypshujuhuifu h3 {
    font-weight: bold;
    font-size: 20px;
    padding: 4px 15px;
    color: #35C9A5;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 70%, #FFFFFF 100%);
    border-radius: 100px 100px 100px 100px;
}

.ypshujuhuifu p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 26px;
}

.disk3 .ypsjhf {
    transition: all 0.5s ease;
    display: block;
    width: 174px;
    height: 60px;
    line-height: 60px;
    margin: 50px auto 0 auto;
    background: #26C29C;
    border-radius: 8px 8px 8px 8px;
}

.disk3 .ypsjhf:hover {
    transform: translateY(-6px);
}

.disk3 .ypsjhf span {
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disk3 .ypsjhf span img {
    width: 22px;
    margin-right: 6px;
}

.disk5 {
    background: url(../images/dllbj10.png);
    background-size: 100% 100%;
    padding: 80px 0 90px 0;
}

.disk5 .containerte {
    overflow: hidden;
}

.disk5 .dllvs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.disk5 .dllvs .dllvslist {
    width: 46%;
}

.disk5 .dllvs .dllvslist h2 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
}

.disk5 .dllvs .dllvslist p {
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    margin-top: 10px;
}

.repair-list-wrapper {
    position: relative;
    overflow: hidden;
    height: calc(100% - 60px);
}

.repair-list {
    position: absolute;
    top: 0;
    left: 0;
    /* 开启平滑滚动过渡 */
    transition: top 0.4s ease;
}

.Box_case {
    margin-top: 50px;
    position: relative;
}

.Box_case .content {
    width: 1280px;
    margin: 0 auto;
}

.Box_case .Box_con {
    position: relative;
}

.Box_case .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box_case .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box_case .Box_con .conbox ul li {
    float: left;
    box-sizing: border-box;
    margin-left: 24px;
    width: 411px;
    height: 233px;
    background: #FFFFFF;
    border-radius: 12px 12px 12px 12px;

}

.Box_case .Box_con .conbox ul li {
    position: relative;
}

.Box_case .Box_con .conbox ul li .yptouxin img {
    border-radius: 6px 6px 6px 6px;
    width: 57px;
    height: 57px;
    position: absolute;
    left: 30px;
    top: 40px;
}

.Box_case .Box_con .conbox ul li .dllxx {
    position: absolute;
    top: 59px;
    right: 28px;
}

.Box_case .Box_con .conbox ul li .tele h3 {
    font-weight: bold;
    margin-top: 40px;
    margin-left: 106px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

.Box_case .Box_con .conbox ul li .tele span {
    display: block;
    margin-top: 6px;
    margin-left: 106px;
    font-weight: 400;
    font-size: 16px;
    color: #5F6C86;
    line-height: 23px;

}

.Box_case .Box_con .conbox ul li p {
    margin-top: 30px;
    padding: 0 30px;
    font-weight: 400;
    font-size: 16px;
    color: #7B7B7B;
    line-height: 23px;

}

.Box_case .Box_con .conbox ul li:first-child {
    margin-left: 0;
}



.Box_case .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box_case .BoxSwitch span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #54c47d7d;
    border-radius: 0px 0px 0px 0px;
    ;
    margin: 0 5px;
    cursor: pointer;
}

.Box_case .BoxSwitch span.cur {
    background: #54C47D;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li {
    padding: 20px;
    width: 32.2%;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #EBEBEB;
    margin-top: 20px;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li .img {
    margin-top: 0;
    width: 100%;
    height: 157px;
    border-radius: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li .img img {
    max-width: 573px;
    max-height: 157px;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li h3 {
    margin-top: 16px;
    font-weight: bold;
    font-size: 20px;
    color: #3D3D3D;
    line-height: 29px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li p {
    margin-top: 6px;
    font-weight: 400;
    font-size: 15px;
    color: #666666;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li a div {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li a div span {
    font-weight: 400;
    font-size: 13px;
    color: #3D3D3D;
    display: flex;
    align-items: center;

}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li a div span img {
    width: 16px;
    margin: 0 2px;
    display: block;
}

.Box_case5 .Box_con .conbox ul li .ypdisplay .display_li a div span i {
    font-style: normal !important;
    color: #158FFF;
}

.disk6 {
    background: #F9FCFF;
    padding: 80px 0 90px 0;
}

.disk6 h2 {
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk6 .containerte {
    overflow: hidden;
}

.diskte1 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    justify-content: space-between;
}

.diskte1 ul li {
    padding: 10px 15px;
    cursor: pointer;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 20px;
    width: 25%;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}

.diskte1 ul li.on {
    color: #006CFF;
    border-bottom: 1px solid #006CFF;
}

.Box_case5 {
    position: relative;
}

.Box_case5 .content {
    width: 1280px;
    margin: 0 auto;
}

.Box_case5 .Box_con {
    position: relative;
}

.Box_case5 .Box_con .conbox {
    position: relative;
    overflow: hidden;
}

.Box_case5 .Box_con .conbox ul {
    position: relative;
    list-style: none;
}

.Box_case5 .Box_con .conbox ul li {
    float: left;
    width: 1250px;
    box-sizing: border-box;
    margin-left: 30px;
    overflow: hidden;
}

.Box_case5 .Box_con .conbox ul li:first-child {
    margin-left: 15px;
}

.Box_case5 .BoxSwitch {
    margin-top: 30px;
    text-align: center;
}

.Box_case5 .BoxSwitch span {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 3px;
    background: #2c6be885;
    border-radius: 0px 0px 0px 0px;
    ;
    margin: 0 5px;
    cursor: pointer;
}

.Box_case5 .BoxSwitch span.cur {
    background: #2C6BE8;
}

.disk7 {
    padding: 80px 0 90px 0;
}

.disk7 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk7 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.disk7 ul {
    margin-top: 50px;
}

.disk7 ul li {
    cursor: pointer;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 24px;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #D2D7DF;
}

.disk7 ul li:nth-child(1) {
    margin-top: 0;
}

.disk7 ul li h3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 29px;
}

.disk7 ul li p {
    display: none;
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
}

.disk7 ul li.on p {
    display: block;
}

.disk7 ul li h3 span {
    width: 18px;
    height: 18px;
    background: url(../images/disk7.png);
    background-size: 100% 100%;
}

.disk7 ul li.on h3 span {
    background: url(../images/disk07.png);
    background-size: 100% 100%;
}

.disk8 .ypsjhf {
    transition: all 0.5s ease;
    display: block;
    width: 200px;
    height: 74px;
    line-height: 74px;
    margin: 24px auto 0 auto;
    background: #26C29C;
    border-radius: 10px 10px 10px 10px;
}

.disk8 .ypsjhf:hover {
    transform: translateY(-6px);
}

.disk8 .ypsjhf span {
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disk8 .ypsjhf span img {
    width: 22px;
    margin-right: 6px;
}

.disk8 {
    padding: 50px 0;
    background: url(../images/dllbj12.png);
    background-size: 100% 100%;
}

.disk8 h2 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #3D3D3D;
    line-height: 58px;
}

.disk8 p {
    text-align: center;
    margin-top: 12px;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    line-height: 29px;
}

.disk9 {
    background: url(../images/dllbj9.png);
    background-size: 100% 100%;
    padding: 80px 0 90px 0;
}

.disk9 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk9 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.disk10 {
    background: url(../images/dllbj11.png);
    background-size: 100% 100%;
    padding: 80px 0 90px 0;
}

.disk10 h2 {
    font-weight: bold;
    font-size: 36px;
    color: #3D3D3D;
    line-height: 52px;
    text-align: center;
}

.disk10 p.tele {
    margin-top: 12px;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 26px;
    text-align: center;
}

.disk10 .dllxf {
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.disk10 .dllxf .dlldb {
    z-index: 3;
    position: absolute;
    left: 41.8%;
    top: 34%;
}

.disk10 .dlllift {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 35px;
    width: 48%;
    background: url(../images/dlldb1.png);
    background-size: 100% 100%;
}

.disk10 .dlllift .dlltetl {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.disk10 .dlllift .dlltetl img {
    margin-right: 16px;
}

.disk10 .dlllift .dlltetl p {
    font-weight: 600;
    font-size: 24px;
    color: #F95B5C;
    line-height: 35px;
}

.disk10 .dlllift .dlltetl span {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    margin-top: 5px;
}

.disk10 .dlllift ul li {
    margin-top: 15px;
    font-size: 18px;
    color: #1E4036;

    display: flex;
    align-items: center;
    padding: 22px 35px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E4D6D8;
}

.disk10 .dlllift ul li img {
    margin-right: 14px;
}

.disk10 .dllright {
    border-radius: 10px;
    box-sizing: border-box;
    padding: 35px;
    width: 48%;
    background: url(../images/dlldb2.png);
    background-size: 100% 100%;
}

.disk10 .dllright .dlltetl {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.disk10 .dllright .dlltetl img {
    margin-right: 16px;
}

.disk10 .dllright .dlltetl p {
    font-weight: 600;
    font-size: 24px;
    color: #2CC5A0;
    line-height: 35px;
}

.disk10 .dllright .dlltetl span {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 23px;
    margin-top: 5px;
}

.disk10 .dllright ul li {
    margin-top: 15px;
    font-size: 18px;
    color: #1E4036;

    display: flex;
    align-items: center;
    padding: 22px 35px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E4D6D8;
}

.disk10 .dllright ul li img {
    margin-right: 14px;
}


.repair-module {
    width: 560px;
    height: 266px;
    background: #E5F7F7;
    border-radius: 16px;
    padding: 22px 35px;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", sans-serif;
    overflow: hidden;
}

.repair-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.repair-title {
    font-size: 22px;
    color: #333;
    font-weight: 500;
}

.repair-count {
    font-size: 16px;
    color: #333;
}

.repair-count span {
    color: #20c997;
    font-weight: bold;
}

.repair-list-wrapper {
    height: calc(100% - 50px);
    overflow: hidden;
}

.repair-list {
    width: 100%;
    transition: transform 0.5s ease;
}

.repair-item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.repair-item:last-child {
    margin-bottom: 0;
}

.item-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dll-icon {
    width: 37px;
    height: 41px;
    background: linear-gradient(135deg, #E0F7FA 0%, #B2EBF2 100%);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #00796B;
    font-weight: bold;
    font-size: 24px;
}

.dll-icon span {
    font-size: 16px;
    margin-top: 4px;
    color: #4DB6AC;
}

.item-info h3 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #333;
}

.item-info p {
    margin: 0;
    font-size: 13px;
    color: #999;
}

.item-right {
    text-align: right;
}

.status {
    font-size: 16px;
    color: #20c997;
    font-weight: 500;
    margin-bottom: 4px;
}

.time {
    font-size: 13px;
    color: #999;
}








@media screen and (max-width: 1520px) {
    .hard_right .hard_dll2 {
        margin-left: 0;
    }

    .hard_right .hard_dll1 {
        left: 50px;
        /* 小屏缩小左边距 */
        top: 40px;
    }

    .hard_right .hard_dll3 {
        right: 0;
        /* 小屏不超出容器 */
        top: 20px;
    }

    .hard_right .hard_dll4 {
        right: 0;
        bottom: 10px;
    }
}

@media screen and (max-width: 1330px) {

    /* 外层容器 - 自适应基础 */
    .table-container {
        position: relative;
        width: 100%;
        max-width: 1200px;
        /* 限制最大宽度，避免过大屏幕太散 */
        margin: 0 auto;
        /* 居中 */
        padding: 0 15px;
        /* 左右留白，防止贴边 */
        box-sizing: border-box;
    }

    .containerte {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .Box02 .Box_con .btnr {
        right: 0;
        z-index: 9;
    }

    .Box02 .Box_con .btnl {
        left: 0;
        z-index: 9;
    }


    /* 表格核心：完全自适应 */
    .custom-table {
        width: 100%;
        /* 去掉固定偏移，100%自适应 */
        table-layout: fixed;
        border-collapse: separate;
        border-spacing: 10px 0;
        /* 间距改用相对合理值 */
        margin: 50px 0 40px;
        overflow: hidden;
        box-sizing: border-box;
    }

    /* 表头通用样式 */
    .custom-table thead tr th {
        font-size: 16px;
        color: #3D3D3D;
        font-weight: 400;
        padding: 20px 10px;
        /* 内边距自适应，不写死 */
        text-align: center;
        border-radius: 14px 14px 0 0;
        box-sizing: border-box;
    }

    /* 第一列宽度自适应比例 */
    .custom-table thead tr th:nth-child(1) {
        width: 15%;
        /* 百分比，自适应 */
        background: #FAFCFF;
    }

    /* 2-4列表头均分剩余宽度 */
    .custom-table thead tr th:nth-child(2),
    .custom-table thead tr th:nth-child(3),
    .custom-table thead tr th:nth-child(4) {
        width: 28.333%;
        font-size: clamp(16px, 2vw, 20px);
        /* 字体自适应：最小16，最大20 */
        font-weight: bold;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    /* 单元格通用样式 */
    .custom-table th,
    .custom-table td {
        padding: 15px 10px;
        border: 1px solid #ECF0F6;
        vertical-align: middle;
        box-sizing: border-box;
        word-break: break-word;
        /* 文字自动换行，关键！ */
        overflow-wrap: break-word;
    }

    /* 内边距统一自适应 */
    .custom-table tbody tr td.tele,
    .custom-table tbody tr td.tele1 {
        text-align: left;
        padding: 15px 10px;
    }

    /* 列表项自适应 */
    .custom-table tbody tr td ul li {
        display: flex;
        line-height: 1.5;
        align-items: flex-start;
        gap: 6px;
    }

    .table-container .tablevs1 {
        position: absolute;
        left: 34.6vw;
        /* 473px / 1920px ≈ 24.6vw */
        top: 14.1vw;
        /* 270px / 1920px ≈ 14.1vw */
    }

    .table-container .tablevs2 {
        position: absolute;
        right: 21.6vw;
        /* 300px / 1920px ≈ 15.6vw */
        top: 14.1vw;
        /* 270px / 1920px ≈ 14.1vw */
    }
}

@media (max-width: 1300px) {


    .tutorial_te .tutorial_list {
        width: 50%;
    }

    .Box_case .content {
        width: 100%;
    }

    .Box_case5 .content {
        width: 100%;
    }

    .hard_right .hard_dll2 {
        width: 100%;
    }

    .banner_box {
        padding-bottom: 80px;
    }
	.ypshujuhuifu_te div p{
		margin-right: 30px;
	}
}


@media (max-width: 1180px) {
    .hard_lift .test1 {
        text-align: center;
    }
.disk5 .dllvs {
	
    display: inline;
}
.disk10 .dllxf .dlldb{
	left: 39%;
}
.disk5 .dllvs .dllvslist h2{
	text-align:center; 
	margin-top: 0;
}
.repair-module{
margin: 0 auto;
}
.disk5 .dllvs .dllvslist{
	width: 100%;
}
.disk5 .dllvs .dllvslist p{
	text-align:center; 
	margin-bottom: 30px;
}
    .hard_right .hard_dll1 {
        left: 0;
    }
.ypshujuhuifu_te div{
	display: inherit;
}
    .tutorial_te .tutorial_list img {
        width: 683px;
        margin: 0 auto;
        text-align: center;
        display: table;
    }

    .Box02 .content {
        width: 100%;
    }

    .hard_disk {
        display: inline;
    }

    .hard_right {
        width: 65%;
    }

    .hard_lift {
        margin: 0 auto;
        text-align: center;
        display: table;
        width: 50%;
    }

    .ruangan {
        justify-content: center;
        margin-top: 30px;
    }

    .viders {
        justify-content: center;
    }

    .hard_right .hard_dll2 {
        margin: 0px auto 20px auto;
    }

    .hard_right {
        margin: 30px auto 0 auto;
    }

    .Box02 .content {
        width: 100%;
    }

    .tutorial_te {
        display: inline;
    }

    .tutorial_te .tutorial_list {
        width: 100%;
    }

    .tutorial_te ul {
        margin: 30px auto 0 auto;
        width: 100%;
    }

    .ypshujuhuifu {
        margin-top: 30px;
    }

    .hard_lift {
        width: 80%;
    }
}
@media (max-width: 980px) {
.disk9 .containerte ul li{
	width: 48%;
}
	.disk10 .dllxf{
display: inline;
	}
	.disk10 .dlllift{
			width: 652px;
		margin: 50px auto;
	}
	.disk10 .dllright{
		width: 652px;
		margin: 0 auto;
	}
	
	.disk10 .dllxf .dlldb{
		transform: scale(0.8); 
		top: 40%;
	}
}

@media (max-width: 768px) {
	.disk9 .containerte ul li{
	width: 100%;
}
		.disk10 .dlllift{
			width: 100%;
		margin: 50px auto;
	}
	.disk10 .dllright{
		width: 100%;
		margin: 0 auto;
	}
    .tutorial_te .tutorial_list img {
        width: 100%;
    }

    .hard_right {
        width: 100%;
    }

    .table-container {
        overflow-x: auto;
        padding: 0 10px;
    }
.repair-module{
	width: 100%;
}
    .custom-table {
        min-width: 600px;
        /* 保证表格不被压太扁 */
        border-spacing: 6px 0;
    }

    /* 手机端缩小内边距 */
    .custom-table thead tr th,
    .custom-table th,
    .custom-table td {
        padding: 12px 6px;
    }

    /* 绝对定位元素在手机上隐藏/重新定位 */
    .table-container .tablevs1,
    .table-container .tablevs2 {
        display: none;
        /* 小屏幕一般不需要装饰图 */
    }

    .hard_lift {
        width: 100%;
    }
}

.star-group {
    margin-top: 0 !important;
    display: inline-block;
    vertical-align: middle;
    width: 56px;
    height: 15px;
    background-image:
        url(../images/ypxinxin.png),
        url(../images/ypxinxin.png),
        url(../images/ypxinxin.png);
    background-repeat: no-repeat;
    background-size: 16px 15px;
    background-position: 0 0, 20px 0, 40px 0;
}

.star-group[data-star="1"] {
    width: 16px;
}

.star-group[data-star="2"] {
    width: 36px;
}

.star-group[data-star="3"] {
    width: 56px;
}