.product .box1 {
	padding: 80px 0 139px;
	background-color: RGBA(250, 250, 250, 1);
}

.product .box1 .des {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	margin-top: 45px;
	text-align: center;
}

.product .box1 .box-c {
	margin-top: 37px;
	display: flex;
	justify-content: space-between;
}

.product .box1 .box-c .l {
	width: 42.85%;
}

.product .box1 .text-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 12px;
	transition: all .6s;
}

.product .box1 .text-box .iconfont {
	font-size: 24px;
	color: rgba(204, 204, 204, 1);
	transition: all .6s;
}

.product .box1 a:hover .text-box,
.product .box1 a:hover .text-box .iconfont {
	color: rgba(115, 53, 162, 1);
}

.product .box1 .r {
	display: flex;
	flex-wrap: wrap;
	gap: 18px 0;
	width: 55.71%;
	justify-content: space-between;
}

.product .box1 .r a {
	width: 48.71%;
}

.product-list {
	padding: 70px 0 140px;
	background-color: RGBA(250, 250, 250, 1);
}

.product-list .box1 .box-t {
	padding-bottom: 11px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	width: 626px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	align-items: center;
}

.product-list .box1 .box-t .submit {
	width: 80px;
	line-height: 36px;
	background: #E4E4E4;
	border-radius: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.product-list .box1 .box-t .iconfont {
	color: rgba(204, 204, 204, 1);
}

.product-list .box1 .box-t input {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	width: 100%;
	flex: 1;
	margin: 0 10px;
	border: none;
	outline: none;
	background-color: transparent;
}

.product-list .box1 .box-t input::placeholder {
	color: #999999;
}

.product-list .box1 .box-c {
	margin-top: 53px;
}

.product-list .box1 .box-c .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 13px;
}

.product-list .box1 .box-c .list li {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #F2F2F2;
	/* transition: all .6s; */
}

.product-list .box1 .box-c .list li:hover {
	box-shadow: 3px 4px 30px 0px rgba(115, 53, 162, 0.3);
	outline: 2px solid rgba(115, 53, 162, 1);
	border-color: #fff;
}

.product-list .box1 .box-c .list li .more {
	position: absolute;
	right: 32px;
	top: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #7335A2;
	box-shadow: 3px 4px 30px 0px rgba(115, 53, 162, 0.3);
	border-radius: 50%;
	font-family: Rany;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	z-index: 3;
	opacity: 0;
	transition: all .6s;
}

.product-list .box1 .box-c .list li:hover .more {
	opacity: 1;
}

.product-list .box1 .box-c .list li a {
	display: block;
	width: 100%;
	padding: 23px 0 14px;
}

.product-list .box1 .box-c .list li .image {
	position: relative;
	padding-top: 94.11%;
}

.product-list .box1 .box-c .list li .image::before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	width: 120px;
	height: 2px;
	background: #F2F2F2;
	transform: translateX(-50%);
	background-color: rgba(242, 242, 242, 1);
}

.product-list .box1 .box-c .list li .image .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-list .box1 .box-c .list li .image .pic img {
	max-width: 100%;
	max-height: 100%;
}

.product-list .box1 .box-c .list li .text {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 25px;
	text-align: center;
	padding: 0 20px;
}

.product-list .box1 .pagination {
	margin-top: 60px;
}

.commonBread1 {
	background-color: RGBA(250, 250, 250, 1);
}

.product-details {
	background: RGBA(250, 250, 250, 1);
}

.product-details .box1 {
	padding-top: 33px;
	background-color: RGBA(250, 250, 250, 1);
}

.product-details .box1 .box-c {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product-details .box1 .box-c .l {
	position: relative;
	width: 50%;
	border: 1px solid #DEDEDE;
	padding-top: 42.14%;
}

.product-details .box1 .box-c .l .swiper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.product-details .box1 .box-c .l .swiper-slide .pic {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-details .box1 .box-c .l .swiper-slide .pic img {
	max-width: 80%;
	max-height: 80%;
}

.product-details .box1 .box-c .l .btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}

.product-details .box1 .box-c .l .btn.swiper-button-disabled {
	color: rgba(222, 222, 222, 1);
	cursor: not-allowed;
}

.product-details .box1 .box-c .l .btn .iconfont {
	font-size: 14px;
	font-weight: bold;
}

.product-details .box1 .box-c .l .btn.btn-prev {
	left: 30px;
}

.product-details .box1 .box-c .l .btn.btn-next {
	right: 30px;
}

.product-details .box1 .box-c .r {
	width: 46.42%;
	padding-top: 60px;
}

.product-details .box1 .box-c .r .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	line-height: 1.33;
}

.product-details .box1 .box-c .r .des {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 30px;
	margin-top: 43px;
}

.product-details .box1 .box-c .r .list {
	margin-top: 85px;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
}

.product-details .box1 .box-c .r .list .li-l {
	font-family: Microsoft YaHei;

}

.product-details .box1 .box-c .r .list .li-r {
	font-family: Rany;
}

.product-details .box2 {
	background-color: RGBA(243, 243, 243, 1);
}

.product-details .commonBread {
	position: sticky;
	padding: 40px 0;
	top: 80px;
	background-color: RGBA(243, 243, 243, 1);
	margin-top: 80px;
	z-index: 3;
}

.product-details .commonBread .r {
	width: 100%;
}

.product-details .box2 .box-c {
	border-top: 1px solid RGBA(222, 222, 222, 1);
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	padding: 45px 0;
}

.product-details .box2 .box-c .list .title {
	color: #7335A2;
	text-align: left;
}

.product-details .box2 .box-c .list .text {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 27px;
}

.product-details .box2 .box-c .list li:not(:last-child) {
	margin-bottom: 50px;
}

.product-details .box3 {
	padding: 60px 0 0;
	background-color: RGBA(243, 243, 243, 1);
}

.product-details .subTitle {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #7335A2;
	line-height: 24px;
}

.product-details .box3 .des {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	line-height: 24px;
	margin-top: 15px;
}

.product-details .box3 .box-c {
	margin-top: 25px;
	padding-bottom: 60px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}

.product-details .box3 .box-c table {
	width: 100%;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	border: 1px solid RGBA(222, 222, 222, 1);
	text-align: center;
	border-collapse: collapse;
}

.product-details .box3 .box-c table tr {
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}

.product-details .box3 .box-c table td {
	width: 16.66%;
	min-height: 70px;
	padding: 15px;
}

.product-details .box3 .box-c table td:not(:last-child) {
	border-right: 1px solid RGBA(222, 222, 222, 1);
}

.product-details .box7,
.product-details .box6,
.product-details .box5,
.product-details .box4 {
	padding-top: 60px;
	background-color: RGBA(243, 243, 243, 1);
}

.product-details .box6 .box-c,
.product-details .box5 .box-c,
.product-details .box4 .box-c {
	margin-top: 40px;
	padding-bottom: 65px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}

.product-details .box4 .box-c .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
}

.product-details .box4 .box-c .list li .text-box {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 14px;
	display: flex;
	align-items: center;
}

.product-details .box4 .box-c .list li .text-box .bullet {
	width: 10px;
	height: 10px;
	background: #333333;
	border-radius: 50%;
}

.product-details .box4 .box-c .list li .text-box .text {
	flex: 1;
	margin-left: 7px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-details .box4 .box-c .text-title {
	font-weight: 300;
	color: #7335A2;
	text-align: left;
}

.product-details .box4 .box-c form {
	margin-top: 30px;
	width: 460px;
	max-width: 100%;
}

.product-details .box4 .box-c form .input {
	border: 1px solid #DEDEDE;
	height: 60px;
	padding: 0 20px;
	display: flex;
	align-items: center;
}

.product-details .box4 .box-c form .input:not(:last-child) {
	margin-bottom: 10px;
}

.product-details .box4 .box-c form .input label {
	font-weight: 400;
	font-size: 16px;
	color: #222222;
	line-height: 24px;
}

.product-details .box4 .box-c form input {
	width: 100%;
	height: 100%;
	flex: 1;
	margin-left: 5px;
	border: none;
	outline: none;
	background: transparent;
	outline: none;
	resize: none;

	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	line-height: 24px;
}

.product-details .box4 .box-c form input::placeholder {
	color: #999999;
}

.product-details .box4 .box-c form .submit {
	width: 240px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 60px;
	background: #7335A2;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

.product-details .box4 .box-c form .tips {
	font-weight: 300;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin-top: 22px;
}

.product-details .box5 .box-c .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 26px;
}

.product-details .box5 .box-c .list li {
	position: relative;
	padding-left: 16px;
}

.product-details .box5 .box-c .list li::before {
	position: absolute;
	left: 0;
	content: "";
	width: 2px;
	height: 10px;
	top: 6px;
	background: #7335A2;
}

.product-details .box5 .box-c .list li .text-title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

.product-details .box5 .box-c .list li .text-des {
	color: #999999;
	text-align: center;
}

.product-details .box6 .box-c .list {}

.product-details .box6 .box-c .list li {
	width: 23.57%;
}

.product-details .box6 .box-c .list li:not(:last-child) {
	margin-right: 1.9%;
}

.product-details .box6 .box-c .list li .image {
	position: relative;
	padding-top: 74.54%;
	border: 1px solid #DEDEDE;
}

.product-details .box6 .box-c .list li .image .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-details .box6 .box-c .list li .image .pic img {
	max-width: 90%;
	max-height: 90%;
}

.product-details .box6 .box-c .list li .text {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 25px;
	text-align: center;
}

.product-details .box6 .box-c .btns {
	margin-top: 30px;
	display: flex;
	align-items: center;
	gap: 20px;
}

.product-details .box6 .box-c .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #DEDEDE;
	border-radius: 50%;
	color: rgba(115, 53, 162, 1);
	cursor: pointer;
	transition: all .6s;
}

.product-details .box6 .box-c .btn.swiper-button-disabled {
	cursor: not-allowed;
	opacity: .5;
}

.product-details .box6 .box-c .btn:not(.swiper-button-disabled):hover {
	background-color: rgba(119, 58, 164, 1);
	color: #fff;
}

.product-details .box6 .box-c .btn .iconfont {
	font-weight: bold;
}

.product-details .box7 {
	padding-bottom: 116px;
}

.product-details .box7 .box-c {
	margin-top: 36px;
}

.product-details .box7 .box-c .list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 25px;
}

.product-details .box7 .box-c .list .text {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 24px;
	text-align: center;
}

.productSelection {
	padding: 39px 0 74px;
	background-color: RGBA(250, 250, 250, 1);
}

.productSelection .box1 .box-c {
	display: flex;
}

.productSelection .box1 .box-c .l {
	width: 300px;
}

.productSelection .box1 .box-c .l-title {
	background-color: rgba(113, 50, 162, 1);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	height: 100px;
}

.productSelection .box1 .box-c .l-title .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
}

.productSelection .box1 .box-c .l-title .clearBtn {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.productSelection .box1 .box-c .l-title .clearBtn .iconfont {
	margin-right: 5px;
}

.productSelection .box1 .box-c .l-c {
	margin-top: 20px;
	background: #FFFFFF;
	padding: 25px 20px;
}

.productSelection .box1 .box-c .l-c li:not(:last-child) {
	margin-bottom: 30px;
}

.productSelection .box1 .box-c .l-c .li-title {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	line-height: 1;
}

.productSelection .box1 .box-c .l-c .item label {
	margin: 26px 0 0;
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 1;
}

.productSelection .box1 .box-c .l-c .item input {
	height: 40px;
	background: #F7F7F7;
	display: block;
	border: none;
	outline: none;
	padding: 0 20px;
	width: 100%;
	margin-top: 16px;
}

.productSelection .box1 .box-c .l-c .item .options {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 16px;
	gap: 10px;
}

.productSelection .box1 .box-c .l-c .item .option {
	line-height: 40px;
	background: #F7F7F7;
	text-align: center;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	cursor: pointer;
}

.productSelection .box1 .box-c .l-c .item .option.active {
	background-color: rgba(237, 231, 242, 1);
	color: #7335A2;
}

.productSelection .box1 .box-c .l-c .submit {
	margin-top: 30px;
	width: 260px;
	line-height: 60px;
	background: #7132A2;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.productSelection .box1 .box-c .r {
	flex: 1;
	margin-left: 25px;
}

.productSelection .box1 .box-c .r .list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.productSelection .box1 .box-c .r .list li>a {
	position: relative;
	display: block;
	background-color: #fff;
	transition: all .6s;
	border: 1px solid #fff;
}

.productSelection .box1 .box-c .r .list li:hover>a {
	box-shadow: 3px 4px 9px 0px rgba(125, 73, 169, 0.1);
	border-color: #7D49A9;
}

.productSelection .box1 .box-c .r .list li label {
	display: inline-block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 14px;
	color: #7132A2;
	line-height: 30px;
	text-align: center;
	min-width: 109px;
	padding: 0 20px;
	background: #EDE7F2;
	border-radius: 0px 0px 20px 0px;
}

.productSelection .box1 .box-c .r .list li .li-c {
	padding: 11px 15px 38px;
	display: flex;
}

.productSelection .box1 .box-c .r .list li .li-c-l {
	width: 41.5%;
	border: 1px solid #F2F2F2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.productSelection .box1 .box-c .r .list li .li-c-l img {
	display: block;
	width: 100%;
	height: 100%;
}

.productSelection .box1 .box-c .r .list li .li-c-r {
	flex: 1;
	margin-left: 25px;
}

.productSelection .box1 .box-c .r .list li .text-title {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 1.5;
	margin-top: -5px;
}

.productSelection .box1 .box-c .r .list li .productRecommendMsg .text {
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 18px;
	color: #666666;
	line-height: 1;
	margin-top: 12px;
}

.productSelection .box1 .box-c .r .list li .productRecommendMsg .items {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 15px;
}

.productSelection .box1 .box-c .r .list li .productRecommendMsg .item {
	line-height: 28px;
	border-radius: 4px;
	border: 1px solid #EEEEEE;
	padding: 0 15px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 15px;
	color: #333333;
}

.productSelection .box1 .box-c .r .list li .details {
	margin-top: 21px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 145px;
	line-height: 40px;
	background: #EDE7F2;
	font-family: Microsoft YaHei;
	font-weight: 300;
	font-size: 14px;
	color: #7132A2;
	transition: all .6s;
}

.productSelection .box1 .box-c .r .list li:hover .details {
	background-color: rgba(125, 73, 169, 1);
	color: #fff;
}

.productSelection .box1 .box-c .r .list li .details .iconfont {
	margin-right: 5px;
	font-size: 24px;
}

.productCase {
	background-color: RGBA(250, 250, 250, 1);
	padding: 80px 0 72px;
}

.productCase .box1 .title {
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 30px;
	color: #333333;
	text-align: center;
}

.productCase .box1 .boxContainer {
	display: flex;
	justify-content: space-between;
}

.productCase .box1 .boxLeft {
	width: 75.57%;
}

.productCase .box1 .boxRight {
	width: 23.14%;
	background-color: #fff;
}

.productCase .box1 .boxRight .subTitle {
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 2.77;
	text-align: center;
	background-color: rgba(115, 53, 162, 1);
}

.productCase .box1 .boxRight .list {
	margin: 69px auto 0;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	text-align: center;
	width: 255px;
	max-width: 100%;
}

.productCase .box1 .boxRight .list li>a {
	display: block;
	/* line-height: 30px; */
	padding: 10px 0;
	color: #666;
	background-color: rgba(231, 234, 239, 1);
}

.productCase .box1 .boxRight .list li>a:hover {
	background-color: #7132A2;
	color: #fff;
}

.productCase .box1 .box-c {
	margin-top: 0 !important;
}

.productCase .box1 .item {
	position: relative;
	display: block;
}

.productCase .box1 .item label {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	min-width: 135px;
	line-height: 46px;
	background: #CFD3DE;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 21px;
	color: #FFFFFF;
	z-index: 3;
	padding: 0 20px;
	text-align: center;
	transition: all .6s;
}

.productCase .box1 .item:hover label {
	background-color: rgba(115, 53, 162, 1);
	color: #fff;
}

.productCase .box1 .box-b {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 16px;
}

.productCase .box1 .item .more {
	position: absolute;
	right: 25px;
	top: 25px;
	width: 80px;
	height: 80px;
	background: #7335A2;
	box-shadow: 3px 4px 30px 0px rgba(115, 53, 162, 0.3);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Rany;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	z-index: 4;
	opacity: 0;
	transition: all .6s;
}

.productCase .box1 .box-b .item .more {
	right: 16px;
	top: 16px;
	transform: scale(.75);
	transform-origin: right top;
}

.productCase .box1 .item:hover .more {
	opacity: 1;
}

@media (max-width: 1440px) {
	.productCase .box1 .boxRight .subTitle {
		font-size: 30px;
	}

	.productCase .box1 .title,
	.product-details .box1 .box-c .r .title {
		font-size: 28px;
	}

	.product-details .box1 .box-c .r .des {
		margin-top: 25px;
	}

	.product-details .box1 .box-c .r .list {
		margin-top: 50px;
	}

	.productCase .box1 .boxRight .list {
		margin-top: 30px;
	}
}

@media (max-width:1280px) {
	.productCase .box1 .item .more {
		width: 60px;
		height: 60px;
	}

	.productCase .box1 .boxRight .subTitle {
		font-size: 30px;
	}

	.productCase .box1 .item .more {
		right: 19px;
		top: 19px;
	}

	.productCase .box1 .box-b .item .more {
		top: 10px;
		right: 10px;
	}

	.productCase .box1 .boxRight .list {
		font-size: 16px;
		line-height: 26px;
	}

	.productCase .box1 .boxRight .list li>a {
		padding: 5px 0;
	}
}

@media (max-width:1199px) {
	.productCase .box1 .boxRight .subTitle {
		font-size: 26px;
	}

	.productCase {
		padding: 70px 0;
	}

	.productSelection {
		padding-bottom: 70px;
	}

	.productCase .box1 .title,
	.product-details .box1 .box-c .r .title {
		font-size: 26px;
	}

	.product .box1 {
		padding: 70px 0;
	}

	.product .box1 .des {
		margin-top: 45px;
	}

	.product .box1 .text-box {
		margin-top: 5px;
	}

	.product-details .commonBread {
		margin-top: 70px;
		top: 60px;
		padding: 20px 0;
	}

	.product-details .box7,
	.product-details .box6,
	.product-details .box5,
	.product-details .box4,
	.product-details .box3 {
		padding-top: 50px;
	}

	.product-details .box3 .box-c {
		padding-bottom: 50px;
	}

	.product-details .box6 .box-c,
	.product-details .box5 .box-c,
	.product-details .box4 .box-c {
		margin-top: 45px;
		padding-bottom: 60px;
	}

	.product-details .box7 {
		padding-bottom: 70px;
	}

	.product-details .box1 .box-c .r .list {
		margin-top: 30px;
	}

	.product-list {
		padding: 70px 0;
	}

	.product-list .box1 .pagination,
	.product-list .box1 .box-c {
		margin-top: 45px;
	}

	.product-list .box1 .box-c .list li .more {
		width: 60px;
		height: 60px;
		right: 20px;
		top: 20px;
		font-size: 16px;
	}

	.productCase .box1 .box-c {
		margin-top: 45px;
	}

	.productSelection .box1 .box-c .l {
		width: 240px;
	}

	.productSelection .box1 .box-c .l-title {
		height: 60px;
		padding: 0 15px;
	}

	.productSelection .box1 .box-c .l-c {
		margin-top: 15px;
		padding: 20px 15px;
	}

	.productSelection .box1 .box-c .l-c .item label {
		margin-top: 20px;
		font-size: 14px;
	}

	.productSelection .box1 .box-c .l-c .item .option {
		font-size: 16px;
		line-height: 36px;
	}

	.productSelection .box1 .box-c .l-c .submit {
		width: 100%;
		line-height: 45px;
	}

	.productSelection .box1 .box-c .l-c .item input {
		margin-top: 10px;
		height: 36px;
	}

	.productSelection .box1 .box-c .l-c li:not(:last-child) {
		margin-bottom: 25px;
	}

	.productSelection .box1 .box-c .l-c .li-title {
		font-size: 16px;
	}

	.productSelection .box1 .box-c .l-title .title {
		font-size: 20px;
	}

	.productSelection .box1 .box-c .r .list li .details {
		max-width: 100%;
	}

	.productSelection .box1 .box-c .r .list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width:1024px) {
	.product-details .box4 .box-c form {
		margin-top: 25px;
	}

	.productCase .box1 .boxContainer {
		flex-direction: column-reverse;
	}

	.productCase .box1 .boxRight {
		width: 100%;
		margin-bottom: 40px;
		padding-bottom: 30px;
	}

	.productCase .box1 .boxLeft {
		width: 100%;
	}

	.productCase .box1 .boxRight .list {
		width: 95%;
	}

	.productCase .box1 .box-b {
		grid-template-columns: repeat(2, 1fr);
	}

	.productCase {
		padding: 60px 0;
	}

	.productSelection {
		padding-bottom: 60px;
	}

	.product-list .box1 .box-c .list li .text {
		font-size: 16px;
	}

	.product-list .box1 .box-c .list {
		grid-template-columns: repeat(3, 1fr);
	}

	.product-list {
		padding: 60px 0;
	}

	.product-list .box1 .pagination,
	.product-list .box1 .box-c {
		margin-top: 40px;
	}

	.product-details .box1 .box-c .r {
		padding-top: 25px;
	}

	.product-details .commonBread {
		margin-top: 60px;
	}

	.product-details .box7,
	.product-details .box6,
	.product-details .box5,
	.product-details .box4,
	.product-details .box3 {
		padding-top: 40px;
	}

	.product-details .box3 .box-c {
		padding-bottom: 40px;
	}

	.product-details .box6 .box-c,
	.product-details .box5 .box-c,
	.product-details .box4 .box-c {
		margin-top: 40px;
		padding-bottom: 50px;
	}

	.product-details .box7 {
		padding-bottom: 60px;
	}

	.product-details .box2 .box-c {
		padding: 40px 0;
	}

	.productCase .box1 .boxRight .subTitle,
	.productCase .box1 .title,
	.product-details .box1 .box-c .r .title {
		font-size: 24px;
	}

	.product .box1 {
		padding: 60px 0;
	}

	.product .box1 .des {
		margin-top: 40px;
	}

	.product .box1 .box-c {
		flex-direction: column;
	}

	.product .box1 .box-c .l {
		width: 100%;
	}

	.product .box1 .r {
		width: 100%;
		margin-top: 20px;
		gap: 18px;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}

	.product .box1 .r a {
		width: auto;
	}

	.product-details .box2 .box-c .list .text {
		margin-top: 10px;
	}

	.product-details .box2 .box-c .list li:not(:last-child) {
		margin-bottom: 20px;
	}

	.product-details .box3 .box-c table td {
		padding: 10px;
	}

	.product-details .box3 .box-c table {
		font-size: 14px;
	}

	.product-details .box4 .box-c .list {
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 20px;
	}

	.product-details .box5 .box-c .list {
		grid-template-columns: repeat(3, 1fr);
	}

	.product-details .box6 .box-c .list li {
		width: 32%;
	}

	.product-details .box6 .box-c .list li:not(:last-child) {
		margin-right: 2%;
	}

	.product-details .box7 .box-c .list {
		grid-template-columns: repeat(3, 1fr);
	}

	.productCase .box1 .box-c {
		margin-top: 40px;
	}

	.product-details .box4 .box-c form .submit {
		line-height: 50px;
	}

	.product-details .box4 .box-c form input {
		height: 50px;
	}
}

@media (max-width: 768px) {
	.product-details .box4 .box-c form .submit {
		line-height: 45px;
	}

	.product-details .box4 .box-c form input {
		height: 45px;
	}

	.product-details .box4 .box-c form {
		margin-top: 20px;
	}

	.productSelection .box1 .box-c {
		flex-direction: column;
	}

	.productSelection .box1 .box-c .l {
		width: 100%;
	}

	.productSelection .box1 .box-c .r {
		margin-left: 0;
		margin-top: 30px;
	}

	.productCase .box1 .item label {
		font-size: 18px;
		min-width: 120px;
		line-height: 40px;
	}

	.productCase {
		padding: 50px 0;
	}

	.productSelection {
		padding-bottom: 50px;
	}

	.product-list .box1 .box-c .list li .more {
		width: 45px;
		height: 45px;
	}

	.product-list .box1 .box-c .list {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-list {
		padding: 50px 0;
	}

	.product-list .box1 .pagination,
	.product-list .box1 .box-c {
		margin-top: 30px;
	}

	.product-details .box7 .box-c .list .text {
		margin-top: 15px;
		font-size: 16px;
	}

	.product-details .box7 .box-c .list {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-details .box7 .box-c {
		margin-top: 30px;
	}

	.product-details .box6 .box-c .list li {
		width: 49%;
	}

	.product-details .box6 .box-c .list li .text {
		margin-top: 15px;
		font-size: 16px;
	}

	.product-details .box6 .box-c .btn {
		width: 36px;
		height: 36px;
	}

	.product-details .box4 .box-c .list {
		grid-template-columns: repeat(2, 1fr);
	}

	.product-details .box1 .box-c .l {
		width: 100%;
		padding-top: 84.28%;
	}

	.product-details .box1 .box-c .r {
		width: 100%;
	}

	.product-details .box1 .box-c .r .list,
	.product-details .box1 .box-c .r .des {
		margin-top: 15px;
	}

	.product-details .box1 .box-c {
		flex-direction: column;
	}

	.product-details .commonBread {
		margin-top: 50px;
	}

	.product-details .box7,
	.product-details .box6,
	.product-details .box5,
	.product-details .box4,
	.product-details .box3 {
		padding-top: 30px;
	}

	.product-details .box3 .box-c {
		padding-bottom: 30px;
	}

	.product-details .box6 .box-c,
	.product-details .box5 .box-c,
	.product-details .box4 .box-c {
		margin-top: 30px;
		padding-bottom: 40px;
	}

	.product-details .box7 {
		padding-bottom: 50px;
	}

	.product-details .box2 .box-c {
		padding: 30px 0;
	}

	.productCase .box1 .boxRight .subTitle,
	.productCase .box1 .title,
	.product-details .box1 .box-c .r .title {
		font-size: 22px;
	}

	.product .box1 {
		padding: 50px 0;
	}

	.product .box1 .des {
		margin-top: 30px;
	}

	.product .box1 .box-c {
		margin-top: 30px;
	}

	.product-details .box5 .box-c .list {
		grid-template-columns: repeat(2, 1fr);
	}

	.productCase .box1 .box-c {
		margin-top: 30px;
	}

	.productCase .box1 .boxRight {
		margin-bottom: 30px;
	}
}

@media (max-width: 500px) {
	.product-details .box4 .box-c .text-title {
		font-size: 20px;
	}

	.product-details .box4 .box-c form .submit {
		width: 140px;
	}

	.productCase .box1 .boxRight .subTitle {
		line-height: 50px;
		font-size: 20px;
	}

	.productCase .box1 .item .more {
		width: 44px;
		height: 44px;
		font-size: 14px;
	}

	.productCase .box1 .boxRight .list {
		margin-top: 25px;
	}

	.productCase .box1 .boxRight {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.productSelection .box1 .box-c .r .list li .text-title {
		font-size: 18px;
	}

	.productSelection .box1 .box-c .r .list li .li-c-r {
		margin-left: 15px;
	}

	.productSelection .box1 .box-c .r .list li .productRecommendMsg .text {
		font-size: 16px;
	}

	.productSelection .box1 .box-c .r .list li .productRecommendMsg .item {
		font-size: 14px;
		padding: 0 12px;
	}

	.productSelection .box1 .box-c .r .list li .li-c {
		padding-bottom: 20px;
	}

	.productSelection .box1 .box-c .l-title {
		height: 50px;
	}

	.productCase .box1 .item label {
		font-size: 16px;
		min-width: 100px;
		padding: 0 15px;
		line-height: 36px;
	}

	.productCase .box1 .box-c {
		margin-top: 25px;
	}

	.productCase {
		padding: 40px 0;
	}

	.productSelection {
		padding-bottom: 40px;
	}

	.product-list {
		padding: 40px 0;
	}

	.product-list .box1 .pagination,
	.product-list .box1 .box-c {
		margin-top: 25px;
	}

	.product-details .box7 .box-c {
		margin-top: 25px;
	}

	.product-details .box5 .box-c .list {
		gap: 27px 20px;
	}

	.product-details .box5 .box-c .list li .text-des,
	.product-details .box5 .box-c .list li .text-title {
		font-size: 14px;
	}

	.product-details .box4 .box-c .list li .text-box {
		margin-top: 8px;
	}

	.product-details .box4 .box-c .list li .text-box .bullet {
		width: 6px;
		height: 6px;
	}

	.product-details .box4 .box-c .list li .text-box .text {
		font-size: 16px;
	}

	.product-details .box2 .box-c .list .text {
		font-size: 14px;
		margin-top: 5px;
	}

	.product-details .box2 .box-c .list .title {
		font-size: 18px;
	}

	.product-details .box1 .box-c .r .des {
		margin-top: 10px;
	}

	.product-details .commonBread {
		margin-top: 30px;
		top: 50px;
	}

	.product-details .box7,
	.product-details .box6,
	.product-details .box5,
	.product-details .box4,
	.product-details .box3 {
		padding-top: 25px;
	}

	.product-details .box3 .box-c {
		padding-bottom: 25px;
	}

	.product-details .box6 .box-c,
	.product-details .box5 .box-c,
	.product-details .box4 .box-c {
		margin-top: 25px;
		padding-bottom: 30px;
	}

	.product-details .box7 {
		padding-bottom: 40px;
	}

	.product-details .box2 .box-c {
		padding: 25px 0;
	}

	.product .box1 .box-c {
		margin-top: 25px;
	}

	.product .box1 .text-box {
		font-size: 16px;
		padding-left: 10px;
	}

	.product .box1 {
		padding: 40px 0;
	}

	.product .box1 .des {
		margin-top: 15px;
		font-size: 14px;
	}
}