body {
    background-color: #fff;
}

.productDetailContent {
    width: 65vw;
    margin: 60px auto;
}

.productParamsBox {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mainImgBoxContent {
    width: 30vw;
}

.mainImgBox {
    width: 30vw;
    height: 30vw;
	margin-right: 0.8vw;
	cursor: pointer;
    border: 1px solid #EEEEEE;
	display: flex;
    align-items: center;
    justify-content: center;
}

.mainImg {
    width: 100%;
    height: 100%;
	object-fit: contain;
    object-position: center;
}

.imgListBox {
    width: 100%;
    display: inline-flex;
    align-items: center;
    overflow: auto;
    margin-top: 0.5vw;
}

.imgBox{
    width: 5.2vw;
    height: 5.2vw;
	margin-right: 0.8vw;
	cursor: pointer;
	border: 0.1vw solid lightgray;
	display: flex;
    align-items: center;
    justify-content: center;
}

.imgList {
    max-width: calc(100% - 0.2vw);
    max-height:  calc(100% - 0.2vw);
}

.imgListAction {
    border-color: #1B7BFF !important;
}

.changeBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2vw;
}

.changeItem {
    width: 6vw;
    height: 2.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3vw;
    border: 1px solid #EEEEEE;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1vw;
    color: #333333;
    cursor: pointer;
}

.paramsBox {
    width: calc(100% - 30vw);
    height: 30vw;
    padding-left: 2vw;
}

.paramsList {
    font-family: PingFang SC;
    font-size: 1vw;
    color: #333333;
    margin-top: 1vw;
}

.paramsTitle {
    font-weight: bold;
    font-size: 1.5vw;
}

.contactBox {
    width: 12vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.5vw;
    background-color: #1B7BFF;
    margin-top: 2vw;
}

.contactBox div {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 1vw;
    color: #FFFFFF;
    margin-left: 0.5vw;
}

.phoneIcon {
    width: 1vw;
    height: 1vw;
}

.detailBox {
    width: 100%;
}

.detailTitleBox {
    width: 100%;
    border-bottom: 1px solid #EDEDED;
    padding: 1vw 0;
    font-family: PingFang SC;
    font-weight: bold;
    font-size: 1.3vw;
    color: #262626;
    text-align: center;
    margin-top: 5vw;
}

.richTextBox{
    width: 100%;
    margin-top: 2vw;
}

@media (max-width: 768px) {
    .productDetailContent {
        width: 90vw;
        margin: 30px auto;
    }

    .productParamsBox {
        align-items: center;
        flex-direction: column;
    }

    .mainImgBoxContent {
        width: 60vw;
    }


	.mainImgBox {
	    width: 60vw;
        height: 60vw;
		margin-right: 0.8vw;
		cursor: pointer;
		border: 1px solid #EEEEEE;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.mainImg {
	    width: 100%;
	    height: 100%;
	}

    .imgListBox {
        width: 100%;
        display: inline-flex;
        align-items: center;
        overflow: auto;
        margin-top: 1vw;
    }


	.imgBox{
	    width: 10.6vw;
	    height: 10.6vw;
		margin-right: 1.5vw;
		cursor: pointer;
		border: 0.1vw solid lightgray;
		display: flex;
	    align-items: center;
	    justify-content: center;
	}

	.imgList {
	    max-width: calc(100% - 0.6vw);
	    max-height:  calc(100% - 0.6vw);
	}


    .changeItem {
        width: 12vw;
        height: 5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5vw;
        border: 1px solid #EEEEEE;
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 2vw;
        color: #333333;
        cursor: pointer;
    }

    .paramsBox {
        width: 60vw;
        height: auto;
        padding-left: 0;
    }

    .paramsList {
        font-family: PingFang SC;
        font-size: 2vw;
        color: #333333;
        margin-top: 1.5vw;
    }

    .paramsTitle {
        font-weight: bold;
        font-size: 2.5vw;
    }

    .contactBox {
        width: 23vw;
        height: 5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 2.5vw;
        background-color: #1B7BFF;
        margin-top: 2vw;
    }

    .contactBox div {
        font-family: PingFang SC;
        font-weight: 500;
        font-size: 2vw;
        color: #FFFFFF;
        margin-left: 0.5vw;
    }

    .phoneIcon {
        width: 2vw;
        height: 2vw;
    }

    .detailTitleBox{
        font-size: 3vw;
    }
}


@media (max-width: 475px) {
    .mainImgBoxContent {
        width: 80vw;
    }


	.mainImgBox {
	    width: 80vw;
        height: 80vw;
		margin-right: 0.8vw;
	}

	.paramsBox {
	    width: 80vw;
	    height: auto;
	    padding-left: 0;
	}

	.paramsTitle {
		font-weight: bold;
		font-size: 3.5vw;
	}


	.paramsList {
		font-size: 3vw;
		margin-top: 1.5vw;
	}


	.changeItem {
		width: 18vw;
		height: 8vw;
		font-size: 3vw;
	}


	.contactBox {
		width: 30vw;
		height: 6vw;
		border-radius: 3.5vw;
		margin-top: 2vw;
	}

    .contactBox div {
		font-size: 3vw;
		margin-left: 0.5vw;
	}
}