@media screen and (max-width: 768px) {
	.content-1 {
		padding: 12.91667vw 5.55556vw 13.19444vw;
		width: auto;
		margin: 0;
	}

	.content-1 h2 {
		font-size: 6.66667vw;
		line-height: 8.88889vw;
	} /* 第二部分 */	.content-2 {
		width: 100%;
		padding: 0 5.55556vw 13.05556vw;
		margin: 0;
		box-sizing: border-box;
	}

    
/* 第二部分 */
.content-2 {
    width: 100%;
    margin: 0 auto 2.96875vw;
    display: flex;
    /* text-align: center; */
    flex-wrap: wrap; /* 允许子元素换行 */
    justify-content: center;
    align-items: center;
}
/* .content-2 {
    width: 62.5vw;
    margin: 0 auto 2.96875vw;
} */

/* .content-2 .tab-list {
    display: flex;
    margin-bottom: 2.08333vw;
} */
.content-2 .tab-list {
    border-radius: 3vw;
    font-size: 3.5vw;
    padding: 0.4vw;
    text-align: center;
    /* margin: 0 3vw 0 3vw; */
    width: 35vw;
    height: 8vw;
}

/* 悬停状态样式 */
.content-2 .tab-list:hover {
    border-color: #bbbbbb; /* 悬停时改变边框颜色 */
  }
  
  /* 激活状态样式 */
  .content-2 .tab-list:active {
    border-color: #555; /* 点击时改变边框颜色 */
  }
  
  /* 选项样式 */
  .content-2 .tab-list option {
    background-color: #f9f9f9; /* 设置选项背景颜色 */
  }
  
  /* 选中状态的选项样式 */
  .content-2.tab-list option:checked {
    background-color: #ededed; /* 设置选中选项的背景颜色 */
  }

.content-2 .tab-list .tab-item {
    margin-right: 3.125vw;
    font-size: 1.04167vw;
    color: #999;
    cursor: pointer;
}

.content-2 .tab-list .tab-item.active {
    color: #000;
}

/* .content-2 .product-list {
    display: flex;
    flex-wrap: wrap;
} */
.content-2 .product-list {
    /* display: flex;
    width: 12vw;
    margin-bottom: 2.08333vw;
    border: 0.1vw solid #eee; */

    border-radius: 3vw;
    font-size: 3.5vw;
    padding: 0.4vw;
    text-align: center;
    /* margin: 0 3vw 0 3vw; */
    width: 35vw;
    height: 8vw;
}

/* 悬停状态样式 */
.content-2 .product-list:hover {
    border-color: #bbbbbb; /* 悬停时改变边框颜色 */
  }
  
  /* 激活状态样式 */
  .content-2 .product-list:active {
    border-color: #555; /* 点击时改变边框颜色 */
  }
  
  /* 选项样式 */
  .content-2 .product-list option {
    background-color: #f9f9f9; /* 设置选项背景颜色 */
  }
  
  /* 选中状态的选项样式 */
  .content-2 .product-list option:checked {
    background-color: #ededed; /* 设置选中选项的背景颜色 */
  }

.content-2 .product-select {
    height: 8vw;
    width: 18vw;
    border: none;
    border-radius: 4.2vw;
    /* border-radius: 30px; */
    font-size: 3vw;
    background: rgb(13, 12, 12);
}
/* 鼠标移入时的样式 */
.content-2  .product-select:hover {
    background: rgb(66, 66, 66);
  }
  
  /* 鼠标点击时的样式 */
  .content-2  .product-select:active {
    background: rgb(13, 12, 12);
  }
  
	.content-2 .product-item {
		margin-right: 5.55556vw;
		margin-bottom: 2.77778vw;
	}

	.content-2 .product-item-img {
		background-color: #fff;
		width: 25.83333vw;
		height: 26.80556vw;
		margin-bottom: 2.22222vw;
	}

	.content-2 .product-item-img img {
		height: 20.41667vw;
		width: auto;
	}

	.content-2 .phone-name {
		font-size: 2.36111vw;
		line-height: 4.86111vw;
	} /* 第三部分 */	.content-3 {
		width: auto;
		margin: 0;
		padding: 0 5.55556vw 13.88889vw;
		box-sizing: border-box;
	}

	.content-3 .product-name {
		font-size: 4.44444vw;
		margin-bottom: 5.55556vw;
	}

	.content-3 .sparepart-price-table {
		width: 100%;
	}

	.content-3 .sparepart-price-table th {
		font-size: 3.61111vw;
		padding: 4.44444vw 5.27778vw;
	}

	.content-3 .sparepart-price-table td {
		padding: 4.44444vw 2.22222vw;
	}

	.content-3 .sparepart-price-table .td-name, .content-3 .sparepart-price-table .td-price .black, .content-3 .sparepart-price-table .td-price .red, .content-3 .sparepart-price-table .td-price .gray {
		font-size: 3.33333vw;
	}

	.content-3 .sparepart-price-table .td-price .red {
		margin-right: 2.77778vw;
	}

	.content-3 .sparepart-price-table .td-price .describe {
		font-size: 2.5vw;
		margin-top: 1.11111vw;
	} /* 第四部分 */	.content-4 {
		width: auto;
		margin: 0;
		padding: 13.05556vw 5.55556vw 13.88889vw;
		box-sizing: border-box;
	}

	.content-4 .title {
		font-size: 5vw;
		line-height: 6.66667vw;
		margin-bottom: 8.33333vw;
	}

	.content-4 .tip {
		font-size: 3.61111vw;
		margin-bottom: 4.86111vw;
	}

	.content-4 .table-tip {
		font-size: 3.61111vw;
	}

	.content-4 .tip-table {
		width: 100%;
		margin: 4.86111vw auto 5vw;
		border-collapse: collapse;
		border: 0.13889vw solid #eee;
	}

	.content-4 .tip-table th {
		font-size: 3.61111vw;
		padding: 4.44444vw 5.27778vw;
	}

	.content-4 .tip-table .th-1 {
		width: 18.05556vw;
	}

	.content-4 .tip-table .th-2 {
		width: 18.05556vw;
	}

	.content-4 .tip-table .th-3 {
		width: 35.13889vw;
	}

	.content-4 .tip-table .th-4 {
		width: auto;
		padding: 4.44444vw 2.91667vw;
	}

	.content-4 .tip-table td {
		text-align: center;
		color: #666;
		font-size: 3.33333vw;
		border: 0.13889vw solid #eee;
		padding: 4.44444vw 2.22222vw;
		box-sizing: border-box;
	}
	.query-select {
        margin: 0 auto;
    }
	.query-select .query-type-select .query-type-input {
		display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* width: 308px; */
        width: 60vw;
        /* height: 48px; */
        height: 10vw;
        padding: 0 20px 0 24px;
        padding: 0 5vw 0 5vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* font-size: 14px; */
        font-size: 3.8111vw;
        /* line-height: 48px; */
        line-height: 5;
        cursor: pointer;
        border-radius: 12px;
        border-radius: 1vw;
        border: 0.18vw solid #e2e2e2;
        outline: 0;
	}

	.query-select .query-type-select .type-list-container .type-list-wrapper {
		position: absolute;
		top: 12vw;
        left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index: 2;
		/* width: 352px; */
		width: 70vw;
		background: #fff;
		opacity: 1;
		-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
		/* max-height: 200px; */
		max-height: 50vw;
		/* overflow-y: scroll; */
	}

	.query-select .query-type-select .type-list-container .type-list-wrapper .query-type-list .query-type-item{
		font-size: 3.547vw;
		line-height: 3;
		padding: 0.3vw 2.3vw;
		background: #fff;
	}

	.query-select .query-type-select .query-type-icon {
            /* height: 12px; */
			height: 8vw;
			/* width: 12px; */
			width: 1.8vw;
			position: absolute;
			/* right: 20px; */
			right: 4vw;
			/* top: 20px; */
			top: 1.2vw;
			cursor: pointer;
    }

	.query-select .query-type-err {
        font-size: 0.847vw;
        /* width: 320px; */
        width: 60vw;
        /* height: 20px; */
        height: 5vw;
        margin: 0 auto;
        /* line-height: 20px; */
        line-height: 2;
        color: #fe122f;
    }

	.query-select .query-type-err span{
		font-size: 2.847vw;
	}

	.query-select .query-model-select .query-model-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* width: 308px; */
        width: 60vw;
        /* height: 48px; */
        height: 10vw;
        padding: 0 20px 0 24px;
        padding: 0 5vw 0 5vw;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /* font-size: 14px; */
        font-size: 3.8111vw;
        /* line-height: 48px; */
        line-height: 5;
        cursor: pointer;
        border-radius: 12px;
        border-radius: 1vw;
        border: 0.18vw solid #e2e2e2;
        outline: 0;
    }

	.query-select .query-model-select .query-model-icon {
		/* height: 12px; */
		height: 8vw;
		/* width: 12px; */
		width: 1.8vw;
		position: absolute;
		/* right: 20px; */
		right: 4vw;
		/* top: 20px; */
		top: 1.2vw;
		cursor: pointer;
}
.query-select .query-model-select .model-list-container .model-list-wrapper {
	position: absolute;
	top: 12vw;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	/* width: 352px; */
	width: 70vw;
	background: #fff;
	opacity: 1;
	-webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
	/* max-height: 200px; */
	max-height: 50vw;
	/* overflow-y: scroll; */
}

.query-select .query-model-select .model-list-container .model-list-wrapper .query-model-list .query-model-item{
	font-size: 3.547vw;
	line-height: 3;
	padding: 0.3vw 2.3vw;
	background: #fff;
}


.query-select .query-model-err {
	font-size: 0.847vw;
	/* width: 320px; */
	width: 60vw;
	/* height: 20px; */
	height: 5vw;
	margin: 0 auto;
	/* line-height: 20px; */
	line-height: 2;
	color: #fe122f;
}

.query-select .query-model-err span{
	font-size: 2.847vw;
}

}