@charset "UTF-8";

.containerte {
	width: 1280px;
	margin: 0 auto;
}

.banner_box {
	background: url(../images/banner_box.png);
	background-size: 100% 100%;
	padding-top: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 100px;
}

.hard_disk {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hard_lift {
	width: 44%;
}

.hard_right {
	width: 56%;
}

.hard_disk h1 {
	font-weight: 600;
	font-size: 54px;
	color: #3D3D3D;
	line-height: 78px;
}

.hard_lift .test1 {
	font-weight: 600;
	font-size: 36px;
	color: #006CFF;
	line-height: 52px;
	margin-top: 6px;
}

.hard_lift .test2 {
	font-weight: 400;
	font-size: 16px;
	color: #3D3D3D;
	line-height: 23px;
	margin-top: 18px;
}

.hard_lift .test3 {
	margin-top: 20px;
	font-weight: 400;
	font-size: 13px;
	color: #9BB7D0;
	line-height: 17px;
}

.hard_right img {
	width: 100%;
	margin-left: 108px;
}

.viders .download {
	transition: all 0.5s ease;
	display: block;
	width: 200px;
	height: 74px;
	line-height: 74px;
	background: #006CFF;
	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;
	gap: 17px;
	flex-wrap: wrap;
}

.disk1 ul li {
	cursor: pointer;
	transition: all 0.5s ease;
	width: 100%;
	padding: 26px;
	background: url(../images/diskbj.png);
	background-size: 100% 100%;
	box-sizing: border-box;
}

.disk1 ul li:hover {
	transform: translateY(-10px);
}

.disk1 ul li h3 {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 29px;
	margin-top: 9px;
}

.disk1 ul li p {
	margin-top: 7px;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 23px;
}
/* 大屏幕：4个 */
@media (min-width: 1200px) {
	.disk1 ul li {
		width: calc(25% - 13px);
	}
}

/* 中屏幕：3个 */
@media (max-width: 1199px) {
	.disk1 ul li {
		width: calc(33.33% - 12px);
	}
}

/* 小屏幕：2个 */
@media (max-width: 768px) {
	.disk1 ul li {
		width: calc(50% - 9px);
	}
}

/* 超小屏幕：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 {
	background: linear-gradient( 360deg, #F8FCFF 0%, rgba(255,255,255,0) 100%);
	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 .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: #ECF2FD;
	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 {
	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: #3B7096;
	font-weight: bold;
	background: url(../images/ypbg1.png);
	background-size: 100% 100%;
}

.custom-table thead tr th:nth-child(3) {
	border-radius: 14px 14px 0px 0px;
	font-size: 20px;
	color: #FFEFDF;
	font-weight: bold;
	background: url(../images/ypbg2.png);
	background-size: 100% 100%;
}

.custom-table thead tr th:nth-child(4) {
	border-radius: 14px 14px 0px 0px;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/ypbg3.png);
	background-size: 100% 100%;
}

.custom-table th,.custom-table td {
	padding: 17px 20px;
	border: 1px solid #ECF0F6;
	vertical-align: middle;
}

.custom-table tbody tr td:nth-child(1) {
	font-size: 16px;
	color: #3D3D3D;
	background: #FAFCFF;
}

.custom-table tbody tr td:nth-child(2) {
	background: #FAFCFF;
	font-size: 16px;
	color: #3D3D3D;
}

.custom-table tbody tr td:nth-child(3) {
	background: #FBFAFF;
	font-size: 16px;
	color: #3D3D3D;
}

.custom-table tbody tr td:nth-child(4) {
	background: #FFFBFA;
	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 tbody tr td ul li img {
	margin-right: 6px;
	margin-top: 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;
	background: linear-gradient( 270deg, rgba(255,255,255,0) 70%, #FFFFFF 100%);
	border-radius: 100px 100px 100px 100px;
}

.ypshujuhuifu p {
	margin-top: 14px;
	font-weight: 400;
	font-size: 18px;
	color: #3D3D3D;
	line-height: 26px;
}

.disk4 .ypsjhf {
	transition: all 0.5s ease;
	display: block;
	width: 200px;
	height: 74px;
	line-height: 74px;
	margin: 50px auto 0 auto;
	background: #006CFF;
	border-radius: 10px 10px 10px 10px;
}

.disk4 .ypsjhf:hover {
	transform: translateY(-6px);
}

.disk4 .ypsjhf span {
	font-size: 20px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}

.disk4 .ypsjhf span img {
	width: 22px;
	margin-right: 6px;
}

.disk5 {
	background: url(../images/ypplbj.png);
	background-size: 100% 100%;
	padding: 80px 0 90px 0;
}

.disk5 .containerte {
	overflow: hidden;
}

.disk5 h2 {
	font-weight: bold;
	font-size: 36px;
	color: #3D3D3D;
	line-height: 52px;
	text-align: center;
}

.disk5 p.tele {
	margin-top: 12px;
	font-weight: 400;
	font-size: 18px;
	color: #999999;
	line-height: 26px;
	text-align: center;
	padding-bottom: 80px;
}

.Box_case {
	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;
	width: 552px;
	height: 312px;
	box-sizing: border-box;
	margin-left: 30px;
	overflow: hidden; 
	background: url(../images/yppl1.png); 
    background-size:100% 100%; 
}
 .Box_case .Box_con .conbox ul li{    
        position:relative;   
    }
    .Box_case .Box_con .conbox ul li .yptouxin img{
        width: 120px;
        height: 120px;
        position:absolute;left:25px;top:0px;
    }
.Box_case .Box_con .conbox ul li .tele h3{
font-weight: bold;
margin-top: 62px;
margin-left: 170px;
font-size: 18px;
color: #333333;
line-height: 26px;
}
.Box_case .Box_con .conbox ul li .tele span{
	display: block;
margin-top: 6px;
margin-left: 170px;
font-weight: 400;
font-size: 16px;
color: #5F6C86;
line-height: 23px;

}
.Box_case .Box_con .conbox ul li p{
	margin-top: 30px;
padding: 0 24px;
font-weight: 400;
font-size: 20px;
color: #5F6C86;
line-height: 26px;

}
.Box_case .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box_case .Box_con .conbox ul li img {
	display: block;
	width: 552px;
	height: 312px;	
}

.Box_case .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

.Box_case .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_case .BoxSwitch span.cur {
	background: #2C6BE8;
}

.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: #006CFF;
	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/disk8.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;
}

@media screen and (max-width: 1520px) {
	.hard_right img {
		margin-left: 0;
	}
}

@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) {
	.hard_right img {
		margin-top: 50px;
	}

	.tutorial_te .tutorial_list {
		width: 50%;
	}
	.Box_case .content {
	width:100%;
}
.Box_case5 .content{
	width: 100%;
}
}

@media (max-width: 1180px) {
	.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 img {
		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: 768px) {
	.tutorial_te .tutorial_list img {
	width: 100%;
}
	.hard_right {
		width: 100%;
	}

	.table-container {
		overflow-x: auto;
		padding: 0 10px;
	}

	.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;
}

