.container {
	padding-top: 32px;
}


/* 产品列表 */
.product-box {
	margin-top: 16px;
	margin-bottom: 16px;
    /*min-height: 500px;*/
    /* display: none; */
}

.productlist-box{
    margin-top: 16px;
	margin-bottom: 16px;
   /* min-height: 1000px;*/
}

.newproductlist-box{
    margin-top: 16px;
	margin-bottom: 16px;
    min-height: 600px;
}

.product-list {
	width: 100%;
	min-height: 60px;
	display: flex;
	border-right: 1px solid #EBEEF5;
}

.product-list:first-child {
	background: #FAFBFC;
	color: #333333;
}

.product-list:first-child .product-item {
	color: #333333;
}

.product-list:not(:first-child) .product-item:first-child a {
	color: #024AB5;
}

.product-list:last-child {
	border-bottom: 1px solid #EBEEF5;
}

.product-item {
	width: calc(100% / 6);
	color: #606266;
	text-align: center;
	border-top: 1px solid #EBEEF5;
	border-left: 1px solid #EBEEF5;
	padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
	
}
.product-item p{
    color: #024AB5;
    cursor: pointer;
}

/* 产品搜索页面 */
.search-box {
	width: 100%;
	height: 172px;
	display: flex;
}

.search-left {
	flex: 0 0 35%;
	background: #024AB5;
	align-self: center;
	height: 100%;
	display: flex;
	align-items: center;
}

.search-left span {
	margin-left: 55%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
}

.search-left-text {
	padding-left: 50%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}

.search-right {
	background: #262626;
	flex: 1;
	padding-left: 20px;
	display: flex;
	align-items: center;
}

.search-righ-box {
	flex-wrap: wrap;
}

.search-right input {
	font: initial;
	width: 100%;
	height: 38px;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #FFFFFF;
	background: transparent;
	padding-left: 12px;
	color:#666666;
}

.searchinput {
	flex: 0 0 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 10px;
	
}

.searchinput:last-child {
	margin-right: auto;
}

.searchinput:nth-child(4) {
	margin-right: 0;
}

.search-btn-box {
	flex: 0 0 22%;
	background: #262626;
	height: 100%;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.search-btn {
	width: 98px;
	line-height: 38px;
	background: #0370CD;
	border-radius: 3px 3px 3px 3px;
	text-align: center;
	color: #FFFFFF !important;
	cursor: pointer;
}
.search-btns{
    background: #0370CD;
    border-color: #0370CD;
    width:100px;
    padding: 7px;
}
.s_button1:hover{
    background: #0370CD;
    border-color: #0370CD;
}
input::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input::-moz-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input:-moz-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

input:-ms-input-placeholder {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.search-select {
	flex: 0 0 24%;
	margin-right: calc(4% / 3);
	margin-bottom: 10px;
}
.search-select:last-child{
    margin-right:0
}
.search-select select {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: transparent;
	color: rgba(255, 255, 255, 0.3);
	border: 1px solid #FFFFFF;
	padding-left:10px;
}

.search-select select option {
	color: #000;
	opacity: .3;
	background: #FFFFFF;
}


.product_swiper {
	width: 100%;
	height: 520px;
	margin-top: 30px;
	margin-bottom:30px;
}

.product_swiper .swiper {
	width: 100%;
	height: 100%;
}

.product_swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.product_swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product_swiper .swiper-pagination-bullet-active {
	width: 40px !important;
	height: 12px !important;
	background: #024AB5 !important;
	border-radius: 6px 6px 6px 6px;
}

.product_swiper .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #FFFFFF;
}

/* 产品列表 */
.product-list-left {
	width: 21.25%;
}

.product-list-top {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	background-color: rgba(2, 74, 181, 1);
	margin-left: auto;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	max-width: none;
	border-top-left-radius: 20px;
}

.product-list-top .e_text-3 {
	font_radio: 2;
	font-size: 24px;
	color: rgba(255, 255, 255, 1);
	display-radio: 1;
}

.product-list-top .e_text-8 {
	font_radio: 2;
	font-size: 14px;
	color: rgba(255, 255, 255, 1);
	display-radio: 1;
	line-height: 1;
	font-family: Arial;
	margin-top: 10px;
}

.product-list-top .e_line-4 {
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: rgba(255, 255, 255, 1);
	max-width: 20px;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
}

.plist-item-text {
	padding-left: 32px;
	padding-right: 20px;
	/* border-bottom: 1px solid #EBEEF5; */
	border-left: 1px solid rgba(47, 49, 139, 1);
	cursor: pointer;
}

.plist-item {
	flex: 1;
	/* height: 48px; */
	line-height: 48px;
	background: #F5F8FA;
	/* border-top: 1px solid rgba(245, 248, 250, 1); */

}

.plist-item img {
	width: 24px;
	height: 24px;
}

.plist-type-box {
	width: 100%;
	background-color: #FFFFFF;
	font-size: 14px;
	color: #666666;
	border: 1px solid #EBEEF5;
	padding: 8px 16px;
	transition: all ease .3s;
	border-bottom: 1px solid rgba(245, 248, 250, 1);
}



.type-item {
	width: 100%;
	/*height: 44px;
	line-height: 44px;*/
	padding-left: 13%;
	cursor: pointer;
}



.type-itemall{
    font-weight: bold;
    padding-left: 16px;
}

.hide {
	display: none;
}

.product-list-right {
	width: 76.72%;
	margin-left: 2%;
	margin-right: 0%;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
.plist-brand{
    display: none;
}
.plist-type-box{
    display: none;
}

input:disabled{
    cursor: default;
    border-color: rgba(118, 118, 118, 0.3);
}
.type-erji{
    display: none;
    color: #666666;
}

.type-erji-active{
    color: rgba(2, 74, 181, 1);
}
.type-yiji-active{
    color: rgba(2, 74, 181, 1);
}
.yiji{
  display: flex;
  align-items: center;
  justify-content: space-between;
}


@media only screen and (max-width: 1024px) {
    .product_list_wrap{
        flex-direction: column;
    }
    .product-list-left{
        width: 100%;
    }
    .product-list-right{
        width: 100%;
    }
    .search-left{
        display: none;
    }
    .search-right input{
        padding-left:6px;
        padding-right: 6px;
    }
    .search-btn-box{
        justify-content: center;
    }
    .search-right{
        padding-left:10px;
    }
    .search-btn{
        width: 130px;
    }
}

.sort-control{
	display: flex;
	flex-direction: column;
	margin-left: 10px;

}
.sort-control em{
	display: flex;
	flex-direction: column;
	font-size: 0;
	cursor: pointer;

}
.sort-control .arrow-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #aba4a4; /* 实心箭头颜色 */
}
 .sort-control .arrow-down.active{
	border-top-color: #000;
 }
.sort-control .arrow-up {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 6px solid #aba4a4; /* 实心箭头颜色 */
  margin-bottom: 3px;
}

.sort-control .arrow-up.active{
	border-bottom-color: #000;
 }


 .search-select{
                        position: relative;
                    }
                    .search-select input{
                        cursor: pointer;
                    }
                    .brand_body{
                        position: absolute;
                        top: 103%;
                        display: none;
                        width: 300px;
                        height: fit-content;
                        background-color: #ffffff;
                        border-radius: 4px;
                        outline: none;
                        box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
                    }
                    .brand_body.act{
                        display: flex;
                    }
                    .ant-brand-select-content{
                        width: calc(100% - 60px);
                        margin-left: 60px;
                        padding: 0 3px;
                        box-sizing: border-box;
                        height: 380px;
                        overflow-y: auto;
                    }
                    .ant-brand-select-content::-webkit-scrollbar {
                        width: 4px;    
                        /*height: 4px;*/
                    }
                    .ant-brand-select-content::-webkit-scrollbar-thumb {
                        border-radius: 10px;
                        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
                        background: rgba(0,0,0,0.2);
                    }
                    .ant-brand-select-content::-webkit-scrollbar-track {
                        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0);
                        border-radius: 0;
                        background: rgba(0,0,0,0);
                    }
                    .ant-brand-select-content dl{
                        margin: 0;
                    }
                    .ant-brand-select-content dl dt{
                        font-weight: 400;
                    }
                    .ant-brand-select-content dl dt,
                    .ant-brand-select-content dl dd{
                        width: 100%;
                        padding: 0 15px;
                        box-sizing: border-box;
                        cursor: pointer;
                        color: #111e36;
                        height: 32px;
                        line-height: 32px;
                        border-radius: 2px;
                        /* margin: 0; */
                    }
                    .ant-brand-select-content dl dd:hover{
                        background: #0088ff1a;
                    }
                    .ant-brand-select-content dl dd div{
                        display: none;
                    }
                    .brand-nav{
                        display: flex;
                        width: 60px;
                        min-height: 380px;
                        height: 100%;
                        padding-left: 6px;
                        padding-right: 6px;
                        padding-top: 6px;
                        padding-bottom: 6px;
                        flex: none;
                        flex-direction: column;
                        background: #f1f6fd;
                        position: absolute;
                    }
                    .brand-select-list{
                        display: flex;
                        margin-left: -4px;
                        margin-right: -4px;
                        flex-grow: 1;
                        flex-direction: column;
                        column-gap: 2px;
                        flex-wrap: wrap;
                        align-content: center;
                        overflow: hidden;
                    }
                    .brand-select-item{
                        margin-top: 1px;
                        margin-bottom: 1px;
                        width: 24px;
                        height: 26px;
                        overflow: hidden;
                        border-radius: 2px;
                        cursor: pointer;
                        text-align: center;
                        line-height: 26px;
                        color: #111e36;
                    }
                    .brand-select-item:hover,
                    .brand-select-item.brand-select-active{
                        font-weight: 600;
                        background: #ccebff;
                    }

@media only screen and (max-width: 430px){
	.search-right{
		padding-right: 10px;
	}
	.search-select,
	.searchinput{
		flex: 0 0 48%;
	}
	.newproductlist-box{
		overflow-x: auto;
	}
	.product-box{
		overflow-x: auto;
	}
	.product-list{
		width: 1005px;
		overflow-x: auto;
	}
	.search-box{
		height: auto;
		flex-direction: column;
	}
	.flex{
		margin-top: 20px;
		justify-content: space-between;
		/* flex-direction: column; */
	}
	.search-btn-box{
		flex: 0 0 100%;
	}
	.search-btn{
		/* width: 50%;
		line-height: 25px; */
	}
	.search-btn-box{
		padding-left: 0;
		padding-bottom: 10px;
	}
	.searchinput,
	.search-select{
		margin-right: 0;
	}
	.brand_body{
		width: 100%;
		z-index: 20;
	}
}

