.common6 {
  margin-top: 50px;
}
.common6 .content {
  margin-top: 30px;
}
.common6 .item {
  width: 589px;
  height: 172px;
  background: #fff5f5;
  border-radius: 16px;
  float: left;
  margin-bottom: 20px;
  position: relative;
  padding: 45px 37px 0 37px;
}
.common6 .item .bt {
  height: 35px;
  padding: 0 26px;
  background: #bd5454;
  border-radius: 15px 0 15px 0;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  left: 0;
  top: 0;
}
.common6 .item .icon {
  float: left;
  width: 124px;
  text-align: center;
}
.common6 .item .selectBox {
  width: 363px;
  height: 34px;
  border: 1px solid #e8e8e8;
  border-radius: 17px;
  background: #fff;
  float: left;
  position: relative;
  margin-left: 24px;
  margin-top: 32px;
}
.common6 .item .selectBox .showbox {
  width: 100%;
  height: 34px;
  cursor: pointer;
}
.common6 .item .selectBox .showbox .selectLeft {
  width: 234px;
  float: left;
}
.common6 .item .selectBox .showbox .selectRight {
  width: 129px;
  float: right;
  background: #bd5454;
  height: 34px;
  border-radius: 0 17px 17px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: -1px;
}
.common6 .item .selectBox .showbox .selectRight::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(/bjmtg/xhtml/2020bjmtg/images/zwgk/wyc_search.png) center center no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.common6 .item .selectBox .hidebox {
  width: 416px;
  height: 414px;
  background: url(/bjmtg/xhtml/2020bjmtg/images/zwgk/wyc_xlk.png) center center no-repeat;
  position: absolute;
  z-index: 99;
  left: -30px;
  display: none;
}
.common6 .item .selectBox .hidebox ul {
  padding: 28px 0;
  width: 358px;
  height: 353px;
  margin: 15px auto 0;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #dbdbdb #f4f4f4;
}
.common6 .item .selectBox .hidebox ul li {
  padding: 0 42px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #303030;
  font-size: 16px;
}
.common6 .item .selectBox .hidebox ul li:last-child {
  margin-bottom: 0;
}
.common6 .item .selectBox .hidebox ul li a {
  font-size: 16px;
  color: #303030;
}
.common6 .item .selectBox .hidebox ul li a:hover {
  color: #bf192c;
}
.common6 .item .selectBox .hidebox ul::-webkit-scrollbar {
  width: 15px;
  height: 5px;
  /**/
}
.common6 .item .selectBox .hidebox ul::-webkit-scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.common6 .item .selectBox .hidebox ul::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius: 10px;
}
.common6 .item .selectBox .hidebox ul::scrollbar {
  width: 15px;
  height: 5px;
  /**/
}
.common6 .item .selectBox .hidebox ul::scrollbar-track {
  background: #f4f4f4;
  border-radius: 2px;
}
.common6 .item .selectBox .hidebox ul::scrollbar-thumb {
  background: #ca1a28;
  border-radius: 10px;
}
.common6 .item:nth-child(2n) {
  float: right;
}
@media screen and (max-width: 991px) {
  .common6 {
    display: none;
  }
}
