.banner img {
  height: 480px;
  width : 100%;
}

.container h1 {
  font-size  : 28px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color      : #374567;
  margin-top : 49px;
}

.purchasers-title-1 {
  margin: 30px 0;
}
.purchasers-title-2{
  margin-top: 50px;
  margin-bottom: 19px;
}

.purchasers-title i {
  width         : 6px;
  height        : 14px;
  background    : #374567;
  border-radius : 3px;
  vertical-align: baseline;
  display       : inline-block;
}
.layui-form-label{
  background: #FFFFFF;
}
.purchasers-title span {
  margin-left: 8px;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color      : #374567;
}

.layui-input {
  background   : #FFFFFF;
  border       : 1px solid #3860F4;
  border-radius: 5px;
}

.layui-input:hover {
  border-color: #3860F4 !important;
}

.select-area label {
  width      : auto;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color      : #7A8BA6;
}

.layui-form-select dl dd.layui-this {
  background-color: #3860F4 !important
}

.layui-form-select .layui-edge {
  border-top-color: #3860F4 !important;
}

.panel {
  height       : 650px;
  margin-bottom: 30px;
  height       : 650px;
  background   : #FFFFFF;
  box-shadow   : 0px 3px 20px 1px rgba(161, 181, 254, 0.35);
}

.search-btn {
  width        : 70px;
  height       : 35px;
  line-height  : 35px;
  background   : #3860F4;
  border-radius: 5px;
  margin-bottom: 50px;
}

.panel-content {
  height : 100%;
  padding: 30px;
}

.panel-item {
  height: 100%;
}

.panel-item ul {
  margin-right: 36px;
  border-right: 2px solid rgba(56, 96, 244, 1);
  border-image: linear-gradient(transparent, rgba(56, 96, 244, 1), transparent) 5 5;
}

.panel-item:last-child ul {
  border-right: none
}

.panel-item li {
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color      : #374567;
  line-height: 48px;
}

.badge-dot {
  width        : 8px;
  height       : 8px;
  background   : #3860F4;
  border-radius: 50%;
  display      : inline-block;
  margin-right : 10px;
}
.panel-item .active{
  color: #3860F4;
}