.checkPriceTitle{
    color: black;
    font-size:2.3958vw;
    width: 4.79166vw;
    height: 3.5937vw;
    font-weight: bold;
}
  
.table-container {
    width: 54.6vw;
    margin: 20px auto;
    border: 1px solid #ccc;
}

table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.first-row {
    height: 2.4062vw;
    background-color: #f0f0f0;
}

.second-row {
    height: 10.572vw;
}

td {
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
    padding: 0.3645vw;
}
.first-row td{
	font-size: 14px !important;
}
.product-img {
    width: 13.19787vw;
    height: 7.6926vw;
    display: block;
    margin: 0 auto;
    object-fit: contain;
}
.product-title{
    color: #27322A;
    font-size: 14px;
    text-decoration: none;
}
.input-field {
    width: 4.7760vw;
    height:2.1875vw;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}
.formBox{
    width: 100%;
    margin-top: 24px;
}

.forminput {
    width: 49%;
    height: 40px;
	margin: 0 !important;
    padding: 0 14px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    display: block;
    text-align: left;
}
.formTextArea{
    width: 100%;
	padding: 14px;
    height:8.9895vw;
    text-align: center;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
    text-align: left;
}
.formbtn{
    width: 140px;
    height: 36px;
    background-color: #C9062C;
    color:white;
    font-size: 14px;
    line-height: 36px;
    border-radius: 6px;
    text-align: center;
}

#overlay .content-box{
	box-shadow: 4px 4px 20px #264051;
	width: 75vw !important;
	height: 50vw !important;
	padding: 24px !important;
}
@media  screen and (max-width:992px){
		#overlay .content-box{
			height: 60vw !important;
		}
}
.xunjia{
	padding: 0 !important;
	margin-bottom: 24px;
}
.table-container{
	margin: 0 !important;
	margin-top: 24px;
	width: 100% !important;
}
.formBox .flex-row{
    width: 100% !important;
    justify-content: space-between !important;
	padding: 0 !important;
}
.content-box .paddLRBody{
	margin-top: 24px !important;
	padding: 0 !important;
}
