* {
  list-style: none;
  padding: 0;
  margin: 0;

}

body {
  font-size: 14px;
}

#Co_SelectBanner {
  width: 100%;
  background-color: rgba(30, 72, 169, 1);
  color: white;
  padding: 10px 10px;
}

.Co_screenItem {
  margin: 10px;
}

#Co_SelectBanner li{
 width: 400px !important;
}

.Co_screenItem>span {
  display: block;
  border: 1px solid rgb(177, 172, 172);
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.Co_screenItem>ul {
  height: 400px;
  overflow-y: scroll;
  /* display: none; */
}

.Co_screenItem>ul>li {
  margin-bottom: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 5px;
  background: #fff;
  color: #333333;
  cursor: pointer;

}

.Co_screenItem>ul>li:hover {
  background: #3c9ffd;
  color: #fff;
}

#Co_ClearAll {
  margin: 10px;
}

#Co_ClearAll>div {
  display: inline-block;
}

#Co_ClearAll>div:last-child {
  display: inline-block;
  background-color: #333;
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 30px;
  color: white;
  border: 1px solid white;
  cursor: pointer;
  text-align: center;
}

#Co_ClearAll>div:nth-child(2)>span {
  display: inline-block;
  width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid white;
  /* display: none; */
}


#Co_MakeList {
  display: none;
  background: white;
}

.Co_screenItem>span>i {
  font-size: 10px;
  float: right;
  line-height: 30px;
}

#Co_ModelList {
  display: none;
  background: white;
}

#Co_YearList {
  display: none;
  background: white;
}

.PcoLor {
  background: #3c9ffd !important;
  color: #fff !important;
}

.Co_ClearAlllist {
  border: 1px solid #ccc;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 5px;
  display: inline-block;
  height: 20px;
}

.Co_ClearAlllist>span {
  color: #fff;
  cursor: pointer;
  vertical-align: top;
  width: 30px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Co_ClearAlllist>i {
  font-size: 10px;
}

#MakeDel {
  display: none;
}

#ModelDel {
  display: none;
}

#YearDel {
  display: none;
}

#Priducts {
  display: none;
}


/* list--------------------------------- */
#Co_listBannerList {
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
}


.Co_listBannerList {
  width: 280px;
  height: 300px;
  border: #e5e5e5 1PX solid !important;
  text-align: center;
  color: black;
  position: relative;
  margin: 0 20px 20px 0;
  /* overflow: hidden; */
}

.Co_listBannerList>a {
  position: relative;
  text-decoration: none;
  color: black;
  width: 90%;
  display: inline-block;
  overflow: hidden;
}

.Co_listBannerList>a>div>img {
  width: 100%;
}


.Co_donghua {
  position: absolute;
  height: 80%;
  width: 95%;
  left: -100%;
  top: 0;
  background-color: rgba(30, 72, 169, 0.8) !important;
  transition: .5s;
  -webkit-transition: rotate(8deg);
  -moz-transition: rotate(8deg);
  -ms-transition: rotate(8deg);
  -o-transition: rotate(8deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.Co_listBannerList:hover>a>.Co_donghua {
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.Co_donghua {
  color: white;
}

.Co_donghua>div {
  margin-top: 15px;
}

.Co_listBannerList>a>h2 {
  font-size: 15px !important;
}

.Co_proSummry {
  width: 90%;
  margin: auto;
  border: 1px solid white;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
  background-color: rgba(30, 72, 169, 1) !important;
}

#Co_PriductsList {
  display: none;
  background: white;
}
#Co_Model>span{
      width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
#Co_page{
     text-align: center;
}
.proContainer{
	    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
@media only screen and (min-width: 320px) and (max-width:700px){
  #w_grid-1596177112431> div > .p_gridbox > .p_gridCell:nth-child(2n+1){
    width:100% !important;
    display: flex;
    flex-direction: column-reverse;
  }
  #Co_listBannerList{
    margin:0;
  }
  .Co_listBannerList{
    width: 100px;
    height: 124px;
    margin:0 10px 10px 0  !important;
  }
  .Co_listBannerList>a>h2{
    font-size: 10px !important;
  }
  .Co_donghua>div{
    margin-top: 5px;
    font-size: 10px;
  }
  .layui-laypage a, .layui-laypage span{
      padding: 0 8px;
  }
  #c_portalResProduct_list-16086026350305743{
    height:0px
  }
}