#app {
  background-color: #f4f4f9;
}
#app .banner {
  position: relative;
  min-width: 1200px;
}
#app .banner img {
  width: 100%;
  height: 250px;
}
#app .content {
  width: 1200px;
  margin: auto;
}
#app .content .search {
  /*border: 1px solid #eee;*/
}
#app .content .search .top {
  line-height: 50px;
  background: #f1f1f1;
}
#app .content .search .top .title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #0a0a0a;
  padding: 0 20px;
  margin-right: 40px;
}
#app .content .search .top .title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 4px;
  background: #118cec;
}
#app .content .search .top .input {
  width: 300px;
  padding: 0 20px;
}
#app .content .search .top .input .bin-input {
  height: 32px;
}
#app .content .search .top .bin-button {
  height: 32px;
}
#app .content .search .filter-box {
  padding: 20px 10px;
  background: #fff;
}
#app .content .search .filter-box .bin-divider-dashed {
  margin: 20px 0;
}
#app .content .search .filter-box .filter {
  padding: 0 10px;
}
#app .content .search .filter-box .filter .title {
  font-weight: bold;
  color: #333;
  margin-right: 30px;
  padding: 4px 10px;
}
#app .content .search .filter-box .filter > span {
  padding: 4px 10px;
  margin-right: 20px;
  color: #666;
  cursor: pointer;
  transition: all 0.2s;
}
#app .content .search .filter-box .filter > span:hover {
  color: #0e6cec;
}
#app .content .search .filter-box .filter > span.on {
  background: #0e6cec;
  color: #fff;
}
#app .content .top-text {
  padding-top: 30px;
  padding-bottom: 27px;
}
#app .content .top-text .number {
  color: #fbaf03;
  font-size: 20px;
}
#app .content .condition-box {
  background-color: #f6f6f6;
  border: #ececec solid 1px;
}
#app .content .condition-box .condition {
  display: flex;
  align-items: center;
  background: #fff;
}
#app .content .condition-box .condition .mrpx {
  width: 125px;
  text-align: center;
  line-height: 48px;
  position: relative;
}
#app .content .condition-box .condition .choice {
  width: 469px;
  display: flex;
  justify-content: space-between;
  margin-left: 415px;
  height: 48px;
  background: #fff;
  padding-left: 10px;
  padding-right: 90px;
}
#app .content .condition-box .condition .choice .select {
  display: flex;
  align-items: center;
}
#app .content .condition-box .condition .choice .select span:first-child{
  cursor: pointer;
}
#app .content .condition-box .condition .choice .select span:first-child:hover{
  color: #0e6cec;
}
#app .content .condition-box .condition .choice .select .selected {
  color: #0e6cec;
}
#app .content .condition-box .condition .choice .select .icon {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  align-items: center;
  padding-left: 5px;
}
#app .content .condition-box .condition .choice .select .icon .arrow {
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 20px;
  height: 10px;
  /*background-image: url(/static/images/product/icon-pullup.png);*/
}
.condition-box .condition .choice .select .icon .arrow .img_bg_up {
  background-image: url(/static/images/product/icon-pullup-1.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.condition-box .condition .choice .select .icon .arrow .img_bg_down {
  background-image: url(/static/images/product/icon-dropdown-1.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.condition-box .condition .choice .select .icon .arrow.active .img_bg_up {
  background-image: url(/static/images/product/icon-pullup.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.condition-box .condition .choice .select .icon .arrow.active .img_bg_down {
  background-image: url(/static/images/product/icon-dropdown.png);
  background-size: 10px;
  width: 10px;
  height: 10px;
}
.condition-box .condition .choice .select .icon .arrow > i {
  color: #dcdcdc;
}
.condition-box .condition .choice .select .icon .arrow.active > i {
  color: #999;
}
#app .content .condition-box .condition .show {
  display: flex;
}
#app .content .condition-box .condition .show .box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#app .content .condition-box .condition .show .box img {
  width: 20px;
  height: 20px;
}
#app .content .condition-box .condition .on {
  background-color: #fff;
}
#app .content .condition-box .condition .on:after {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0;
  height: 2px;
  margin-bottom: -1px;
  background: #1890ff;
  transition: opacity 0.2s;
  opacity: 1;
}
#app .content .product-box .product-wrap {
  display: flex;
  flex-wrap: wrap;
}
#app .content .product-box .product-wrap .product-card {
  padding-top: 11px;
  margin-top: 25px;
  width: 384px;
  height: 410px;
  color: #505050;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 5px 0px rgba(210,210,210,0.5);
  text-align: center;
}
#app .content .product-box .product-wrap .product-card:nth-child(3n-1) {
  margin-right: 24px;
  margin-left: 24px;
}
#app .content .product-box .product-wrap .product-card img {
  width: 240px;
  height: 82px;
}
#app .content .product-box .product-wrap .product-card .title {
  color: #505050;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
#app .content .product-box .product-wrap .product-card .desc {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 332px;
  height: 150px;
  padding-top: 11px;
}
#app .content .product-box .product-wrap .product-card .desc .td {
  width: 100%;
  line-height: 42.5px;
  display: flex;
  padding-left: 10px;
  font-size: 16px;
}
#app .content .product-box .product-wrap .product-card .desc .td .num {
  padding-left: 20px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
#app .content .product-box .product-wrap .product-card .dj-text {
  padding-top: 25px;
  font-size: 16px;
}
#app .content .product-box .product-wrap .product-card .dj-text .num {
  color: #0e6cec;
  padding: 0 6px;
  font-weight: 500px;
}
#app .content .product-box .product-wrap .product-card .detail {
  width: 322px;
  height: 42px;
  margin: 18px auto;
  line-height: 42px;
  background-color: #0e6cec;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
}
#app .content .product-box .product-wrap .product-card .detail a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
}
#app .content .product-box .product-wrap .product-list {
  width: 1200px;
  height: 166px;
  display: flex;
  align-items: center;
  margin-top: 23px;
  padding-left: 31px;
  background-color: #fff;
}
#app .content .product-box .product-wrap .product-list img {
  display: inline-block;
  width: 176px;
  height: 60px;
}
#app .content .product-box .product-wrap .product-list .desc {
  display: flex;
  border-left: 1px solid #dedede;
  height: 105px;
  /*line-height: 105px;*/
  margin-left: 29px;
  padding-left: 23px;
  align-items: center;
}
#app .content .product-box .product-wrap .product-list .desc .title {
  color: #0c0d13;
  font-size: 24px;
  font-weight: bold;
  width: 240px;
}
#app .content .product-box .product-wrap .product-list .desc .num-box {
  display: flex;
  /*justify-content: space-between;*/
  padding-left: 5px;
  width: 540px;
  text-align: center;
}
#app .content .product-box .product-wrap .product-list .desc .num-box .num {
  padding-right: 7px;
  font-weight: bold;
  color: #000;
  font-size: 20px;
}
#app .content .product-box .product-wrap .product-list .desc .detail {
  width: 120px;
  height: 40px;
  line-height: 42px;
  background-color: #0e6cec;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  margin-left: 20px;
}
#app .content .product-box .product-wrap .product-list .desc .detail a {
  text-decoration: none;
  color: #fff;
}


#app .content .product-box .product-wrap .product-list .desc .num-box
.ed,.qx,.ll,.cs{
  width: 25%;
}






.div-search {
  height: 225px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/static/images/product/product_search_bg.png);
}
.top-search {
  display: flex;
  line-height: 50px;
  background: #f1f1f1;
  justify-content: center;
}
.top-search .top-search-div {
  display: flex;
}
.top-search-div-div {
  width: 500px;
}
.top-search-div-div-input {
  width: 100%;
}
.top-search-div-div-input input{
  height: 50px !important;
}
.top-search-div-div-input input::-webkit-input-placeholder{
  color: #b4bccc;
  font-size: 15px;
}
.top-search-div button{
  height: 50px;
  width: 150px;
  font-size: large;
  font-weight: bold;
  background-color: #0e6cec;
}

#hide-a {
  cursor: pointer;
  color: #fff;
  background-color: #0e6cec;
  border-radius: 0 0 5px 5px;
  height: 100%;
  display: block;
  width: 50px;
  line-height: 30px;
}
#hide-a:hover {
  color: #1e9fff;
}


.hide-div {
  text-align: center;
  height: 30px;
  display: flex;
  justify-content: center;
}
