* {
    padding: 0;
    margin: 0;
}

.dz_box {
    display: flex;
    justify-content: space-between;
    font-family: "Gotham SSm A", "Gotham SSm B" !important;
}

/*左边*/
.dz_left {
    width: 18%;
    margin-right: 50px;
}

/*筛选*/
.zd_shaixuan {
    background: #1D47A9;
    color: white;
    padding: 10%;
    width: 100%;
    text-align: center;
}

.layui-form-select .layui-input {
    background: #1D47A9;
    color: white;
    width: 100%;
    /*text-align: center;*/
}

.layui-form-select dl dd.layui-this {
    background-color: #1E90FF;
}

.layui-form-select dl dd {
    color: black;
}

.dz_sxBox {
    text-align: left;
    margin-bottom: 8px;
}

.dz_select {
    border: 1px solid white;
    width: 100%;
    height: 30px;
    color: white;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("https://omo-oss-image.thefastimg.com/portal-saas/new2022072613594584764/cms/image/babe0c17-7845-4f51-90d3-b9b3b03c418d.png") no-repeat scroll 95% center transparent;
    padding: 0 15px;
    background-size: 10px;
    cursor: pointer;
}

.dz_select option {
    color: black;
}

.dz_clear {
    font-size: 12px;
    border: 1px solid white;
    background: #333233;
    color: #FFFFFF;
    padding: 2px 18px;
    cursor: pointer;
}

.dz_xzBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dz_xzLittle {
    color: white;
    border: 1px solid white;
    /*display: flex;*/
    align-items: center;
    padding: 2px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: none;
}

/*搜索*/
.dz_sousuoBox {
    width: 100%;
    position: relative;
    margin: 20px auto 30px;
	border-radius: 5px;
  	background: rgba(242, 242, 242, 1);
  	border: 1px solid rgba(219, 219, 219, 1);
  	padding: 24px 20px;
}

.dz_sousuoImg {
    width: 100%;
  height: 100%;
  object-fit: contain;
}

.dz_sousuoinput,
.dz_sousuoinput_l{
    width: 70%;
    height: 25px;
    padding-left: 10px;
    font-size: 13px;
  border-radius: 5px;
background: rgba(255, 255, 255, 1);

border: 1px solid rgba(189, 189, 189, 1);
}

.dz_buttonSearch {
    width: 25%;
    height: 27px;
    color: #6A6A6A;
    background: #D8D8D8;
    border: 1px solid rgba(0, 0, 0, 0);
}

/*筛选列表*/
.dz_wordBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #EEEEEE;
    margin-bottom: 10px;
}

.dz_you {
    width: 20px;
    cursor: pointer;
}

.dz_word {
    cursor: pointer;
    color: #444444;
    font-size: 16px;
    font-weight: 550;
}

.dz_ul li {
    padding: 10px;
    background: #EEEEEE;
    margin-bottom: 10px;
    cursor: pointer;
}

.dz_ul li:hover {
    background: #1D47A9 !important;
    color: white !important;
}

/*右边*/
.dz_right {
    width: calc(82% - 50px);
}

.dz_proList {
    display: flex;
    flex-wrap: wrap;
}

.dz_proBox {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    cursor: pointer;
    overflow: hidden;
}

.dz_pro {
    width: 89%;
    border: 1px solid #e5e5e5;
    padding: 5%;
    position: relative;
    text-align: center;
}

.dz_proImg img {
    width: 70%;
}

.dz_proName {
    margin: 30px auto 10px;
    font-size: 16px;
}

.dz_xinxione, .dz_xinxitwo {
    position: absolute;
    top: 0;
    left: 50%;
    transition: all 0.5s linear;
    background: rgb(30, 72, 169, 0.75) !important;
    width: 90%;
    padding: 5%;
    color: #FFFFFF;
    text-align: left;
    height: 80%;
    overflow: hidden;
    transform: rotate(90deg) translateX(-50%);
    transform-origin: left top;
    opacity: 0;
}

.dz_xinxiname {
    font-size: 18px;
    text-align: center;
}

.dz_miaoshu {
    margin-top: 20px;
  	color: #fff;
}

.dz_miaoshu p {
    line-height: 25px;
  	color: #fff;
}

.dz_proBox .dz_pro:hover .dz_xinxione {
    transform: rotate(0deg) translateX(-50%);
    opacity: 1;
}

.dz_proBox:nth-child(odd) .dz_xinxione {
    transform: rotate(-90deg) translateX(-50%);
}

.dz_pro:hover .dz_proName {
    color: #1D47A9;
}

.dz_jiazai {
    position: fixed;
    z-index: 99;
    top: 25%;
    left: 10%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz_jiazai img {
    /*transition: all 100s linear;*/
    animation: spin 2s linear infinite;
}

.sousuo_title {
	margin-bottom: 20px;
  font-size: 18px;
}
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}