
/* vinAssemble start */
.vinassemble .errorBox {
	box-sizing: border-box;
	width: 100%;
	margin-top: 520px;
	min-height: 40vh;
}

.vinassemble .main {
	margin-top: -40px;
	background-color: #fff;
}

.vinAssembleBox {
	margin-top: -120px;
}

.vinAssembleBox .searchBox {
	margin-left: -16px;
	margin-right: -16px;
}

.vinAssembleBox .inputBox {
	position: relative;
}

.vinAssembleBox .inputBox .ipt {
	width: 400px;
	height: 45px;
	background: #F2F6F8;
	border-radius: 10px;
	border: 1px solid #C6CDD0;
	/* padding-right: 120px; */
	padding: 5px 10px;
	box-sizing: border-box;
}

.vinAssembleBox .inputBox .layui-input-affix {
	line-height: 45px;
}

/* .vinAssembleBox .scanBtn{
	width: 100px;
	height: 43px;
	background: #FFFFFF;
	border-radius: 9px;
	border: none;
	position: absolute;
	right: 1px;
	top: 49%;
	transform: translateY(-50%);
} */
.vinAssembleBox .purpleBtn {
	width: 100px;
	height: 45px;
	border-radius: 9px;
	margin-top: 0;
	margin-left: 15px;
	cursor: pointer;
}

.vinAssembleBox .searchResultBox {
	margin-top: 65px;
}

.vinAssembleBox .searchResultBox .searchResult .layui-input {
	border-radius: 9px;
	border: 1px solid #9298A2;
}

.plainBlueBtn {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #3670FF;
	color: #3670FF;
	width: 100px;
	height: 38px;
	cursor: pointer;
	margin-left: 15px;
}

.vinAssembleBox .searchResultBox .searchResult h4 {
	margin-bottom: 6px;
}

.vinAssembleBox .searchResultBox .hScrollBox {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	height: auto;
}

.vinAssembleBox .layui-tab-title li {
	height: auto;
	border-radius: 5px;
	padding: 0;
	margin: 5px 2px;
	width: 120px;
	border: 1px solid transparent;
}

.vinAssembleBox .layui-tab-title .layui-this {
	border-color: #5319DB;
}

.vinAssembleBox .layui-tab-title .layui-this:after,
.vinAssembleBox .hScrollBox .layui-tab-bar {
	display: none;
}

.vinAssembleBox .hScrollBox .smallAssemble {
	width: 100%;
	border-radius: 5px;
	/* aspect-ratio: 1336/859; */
}

.vinAssembleBox .mapBox {
	width: 45%;
}

.vinAssembleBox .bigAssemble {
	width: 100%;
	padding: 2px;
	border: 1px solid #DCDFE6;
	border-radius: 10px;
}

.vinAssembleBox .pointConWrapper {
	flex: 1;
	margin-left: 10px;
	/* max-height: 60vh; */
	/* overflow: auto; */
}

.vinAssembleBox .borderActive {
	border-color: #3670FF !important;
}

.vinAssembleBox .pointItem {
	border: 1px solid #DCDFE6;
	border-radius: 10px;
	margin-bottom: 5px;
	padding: 10px 0;
}

.vinAssembleBox .pointConWrapper .pointTitle {
	border-left: 4px solid transparent;
	padding-left: 10px;
	/* margin-top: 10px; */
}

.vinAssembleBox .pointConWrapper .isActive {
	border-left-color: #3670FF;
}

.vinAssembleBox .pointConWrapperp {
	margin: 8px 0;
}

.vinAssembleBox .pointConWrapper .left {
	padding: 5px 10px;
	margin-right: 15px;
	width: 60%;
}

.vinAssembleBox .pointConWrapper .productWrapper {
	background: #F3F7FF;
	padding: 10px;
}

.vinAssembleBox .pointConWrapper .productWrapper .pdImg {
	width: 80px;
	height: 80px;
}

.vinAssembleBox .emptyBox {
	width: 100%;
	text-align: center;
	padding-top: 40px;
}

.vinAssembleBox .emptyBox img {
	width: 100%;
}

.vinAssembleBox .emptyBox h4 {
	margin-bottom: 50px;
}


/* vinAssemble end */

.productlist .main {
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.productlist .searchResultBox {
	background-color: #fff;
	padding: 10px 20px;
	margin-left: -6px;
	margin-right: -6px;
}

.catalogueview #infobanner h2 {
	margin-left: 13%;
	line-height: 200px;
}

.catalogueview #infobanner,
.vinassemble #infobanner {
	height: 200px;
}

.catalogueview .main.layui-container,
.vinassemble .main.layui-container {
	background: rgba(255, 255, 255, 0.7);
	margin: auto;
	max-width: 1200px;
	padding: 20px;
	box-sizing: border-box;
	z-index: 9;
	position: relative;
	margin-bottom: 20px;
	margin-top: 0;
}

.catalogueview #infocard {
	margin: 0;
	padding: 0;
}

.catalogueview .pdListBox1 {
	margin: 10px 0;
	border-left: 1px solid #F3F3F3;
}

.catalogueview .pdListBox1 .pdItemBox {
	background-color: #fff;
	border: 1px solid #F3F3F3;
	border-left: none;
	width: calc(25% - 22px);
}

/*要选择除前四个元素外的所有元素，可以使用:not()伪类与:nth-child伪类函数结合。:not()伪类可以排除某些元素，而:nth-child可以选择指定位置的元素*/
.catalogueview .pdListBox1 .pdItemBox:not(:nth-child(-n+4)) {
	/* border-top: 1px solid #F3F3F3; */
	border-top: none;
}

.catalogueview .pdListBox1 .pdItemBox .pdImg {
	width: 100%;
}

.catalogueview .pdListBox1 .pdDetails {
	background: #F8F9FA;
	padding: 5px 10px;
}

.catalogueview .pdDetails>.displayAB {
	padding: 5px 0;
}

.catalogueview .pdDetails .pdName {
	font-weight: bold;
	margin-right: 6px;
}

.catalogueview .pdDetails .flex1 {
	text-align: right;
}

.catalogueview .pdListBox2 {
	margin: 10px 0;
}

.catalogueview .pdListBox2 .pdItemBox {
	display: flex;
	border-bottom: 1px solid #E6E7E9;
	padding: 10px;
}

.catalogueview .pdListBox2 .pdItemBox .pga {
	width: 25%;
}

.catalogueview .pdListBox2 .pdItemBox .pdImg {
	width: 100%;
}

.catalogueview .pdListBox2 .pdItemBox .pdDetails {
	width: calc(35% - 30px);
	margin: 0 15px;
}

.catalogueview .pdListBox2 .pdItemBox .modelBox {
	background: #F8F9FA;
	padding: 10px 15px;
	width: 40%;
}
