.ml_15 {
  margin-left: 15px;
}
.mb_20 {
  margin-bottom: 20px;
}
.mb_150 {
  margin-bottom: 150px;
}
.customer_list {
  display: flex;
  flex-wrap: wrap;
}
.customer_info {
  border: 1px solid #ececf3;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  width: 380px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.customer_bg {
  border-radius: 8px 8px 0px 0px;
  width: 380px;
  overflow: hidden;
  position: relative;
  height: 208px;
  /*background-image: url(../images/1.png);*/
  /*background-size: 100%;*/
  text-align: center;
  line-height: 208px;
  font-size: 26px;
  color: white;
  letter-spacing: 2px;
}
.cusomer_flex_box {
  border: 1px solid #DCE1EE;
  border-radius: 10px 10px 10px 10px;
  margin-right: 20px;
  padding-top: 24px;
  padding-bottom: 7px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.cusomer_flex {
  display: flex;
}
.loadingPic {
  width: 80px !important;
  display: flex;
  justify-content: center;
  margin-left: calc(50vw - 50px);
  opacity: 0.5 !important;
}
.cusomer_item {
  height: 30px;
  line-height: 30px;
  margin: 0px 24px;
  padding: 0px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  margin-bottom: 17px;
  font-weight: 550;
  padding-right: 16px;
  margin-right: 0;
}
.ulDivliLeft {
  width: calc(100% - 100px);
  display: inline-block;
}
.hot_search_term {
  width: 400px;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
  margin: 0px 24px;
  padding: 0px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 13px;
  color: #7a7a7a;
  margin-bottom: 17px;
  font-weight: 500;
  padding-right: 16px;
  margin-right: 0;
}
.activeLiSearch {
  color: #2B6BF6;
}
.hot_search_term_Ul {
  display: flex;
  margin-bottom: 0;
  font-size: 13px;
}
.hot_search_term_li{
  margin-left: 14px;
}
.markerSearchLine {

}
.m_cusomer_item {
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  color: #333333;
  font-weight: 550;
  margin-right: 0;
  width: 30%;
}

#ddd img {
  max-width: 1200px
}
img {
  max-width: 1200px
}
input {
  -webkit-text-fill-color: #333333;
}
input:focus {
  outline: none !important;
  border: 1px solid #D9D9D9 !important;
}
input::placeholder {
  -webkit-text-fill-color: #ccc;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  -webkit-text-fill-color: #ccc;
}
input::-moz-placeholder { /* Firefox 19+ */
  -webkit-text-fill-color: #ccc;
}
input:-ms-input-placeholder { /* IE 10+ */
  -webkit-text-fill-color: #ccc;
}
input:-moz-placeholder { /* Firefox 18- */
  -webkit-text-fill-color: #ccc;
}
.chuanhua_bg {
  background-image: url(https://oss.jiuyisoft.com/huiyuncai/2.png);
}
.mask {
  position: absolute;
  border-radius: 8px 8px 0px 0px;
  width: 380px;
  height: 208px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}
.company_name {
  position: relative;
  z-index: 2;
}
.marketContent {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px;
  margin-bottom: 10px;
  color: #606266;
  font-size: 12px;
}
.customer_logo {
  height: 60px;
  padding: 20px 35px 0 20px;
  margin-bottom: 10px;
  display: flex;
}
.market_logo {
  height: 40px;
  padding: 15px 35px 0 20px;
  margin-bottom: 10px;
  display: flex;
  font-weight: bold;
  font-size: 18px;
}
.customer_logo img {
  width: 92px;
  height: auto;
  vertical-align: middle;
}
.make {
  flex: 1;
  height: 30px;
  text-align: right;
  font-size: 14px;
  color: #0046a0;
  letter-spacing: 1px;
  line-height: 30px;
}
.make a{
  display: inline-block;
  width: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #337ab7 !important;
}
.customer_text {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  padding:0 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin-bottom: 13px;
}
.customer_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mr_20 {
  margin-right: 20px;
}
.mb_50 {
  margin-bottom: 50px;
}
.a_detail {
  display: block;
}
a .company_name  {
  color: white;
  text-decoration: none;
}
a {
  color: white;
  text-decoration: none;
}
.customer_img{
  display: inline-block;
  width: 92px;
  height:36px;
}
.make span{
  font-size: 12px;
  color: #999999;
}
.customer_tag{
  padding: 0 10px;
  height: 30px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #999999;
  margin-right: 10px;
  color: #666;
  font-size: 13px;
  text-align: center;
  line-height: 27px;
}

.customer_border {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
  padding-bottom: 22px;
}
.customer_border_bottom {
  border-bottom: 1px solid #ddd;
  height: 60px;
}
.mobile {
  display: none;
}
/* 移动端 */
@media screen and (max-width: 1000px) {
  .customer_border{
    padding-top: 10px;
  }
  .customer_tag{
    padding: 0 10px;
    height: 30px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    margin-right: 10px;
    color: #666;
    font-size: 13px;
    text-align: center;
    line-height: 27px;
  }
  .customer_text{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    height: 90px;
    margin-bottom: 13px;
  }
  .type-menu {
    height: 60px;
    white-space: nowrap;
    display: flex;
    overflow-x: auto;
  }

  .make{
    width: 175px !important;
    height: 40px;
    line-height: 40px;
  }
  .customer_logo{
    padding: 10px 20px 0 20px;
  }
  .customer_logo img {
    width: 120px;
    height: 40px;
  }
  .customer_img{
    display: inline-block;
    width: 92px !important;
    height: 36px;
  }
  .customer_bg img{
    width: 100%;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .tab_box {
    position: relative;
    margin: 0 -15px;
  }
  .tab_box .tab {
    border-bottom: 1px solid #D8D8D8;
  }
  .tab_box ul.tab li {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 15px;
  }
  .tab li .modalIcon {
    padding-left: 10px;
  }
  .content_wrap {
    position: absolute;
    top: 80px;
    z-index: 10;
    background: white;
    width: 100%;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.06);
  }
  .customer_wrap {
    top: 42px !important;
  }
  .with-line{
    color: #0C88E8;
    position: absolute;
    right: 25px;
    cursor: pointer;
  }
  .with-line::before {
    content: '';
    position: absolute;
    top: 0;
    right: 35px;
    height: 100%;
    width: 1px;
    background-color: #D8D8D8;
  }
  .type_ul {
    margin-bottom: 0;
  }
  .type_ul li {
    padding: 0 30px!important;
  }
  .tab_box .case-type-menu-li {
     height: 40px;
     color: #333;
     border-bottom: 1px solid #F0F0F0;
     padding: 0;
   }

  .tab_box .case-type-menu-li.active div {
    color: #2767F6;
  }

  .tab_box .case-type-menu-li div {
    height: 40px;
    line-height: 40px;
  }
  .tab_box .tab li {
    position: relative;
  }
  .tab_box .tab li:nth-child(1)::after {
    content: "";
    height: 14px;
    border-left: 1px solid #ddd;
    position: absolute;
    top: 18px;
    right: 0;
  }
  .marketStyle .customer_list>div {
    width: calc(50% - 6px) !important;
    margin: 0;
  }
  .marketStyle .customer_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .marketStyle .mask {
    width: 100% !important;
    height: 138px;
  }
  .marketStyle .customer_bg {
    width: 100%;
    height: 138px;
  }
  .marketStyle .customer_bg img {
    width: 100%;
    height: 138px;
  }
  .marketAppName {
    font-weight: bold;
  }
  .marketStyle .market_logo {
    font-width: bold;
    padding: 12px 12px 0 12px;
  }
  .marketStyle .w_d_t {
    width: calc(100% - 24px) !important;
    margin-left: 12px !important;
    margin-top: 4px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .marketStyle .customer_tag_p {
    height: 28px;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    line-height: 28px;
    width: unset !important;
    text-align: left;
  }
  .marketStyle .p_r_5 {
    padding-right: 0px !important;
  }
  .marketStyle .market_logo {
    height: 55px;
  }
  .marketStyle .marketContent {
    padding: 0 12px;
  }
  .marketStyle .marketButton {
    border-top: 1px solid #ECECF3;
    padding: 0px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
  }
  .marketStyle .marketContent {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    margin-bottom: 10px;
    color: #606266;
    font-size: 12px;
    margin-top: 4px !important;
    margin-bottom: 10px !important;
  }
  .marketStyle .marketAppName {
    color: #333333;
    font-weight: bold;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .marketStyleMrTop {
    margin-top: 15px !important;
  }
  .marketStyle .customer_info {
    border-radius: 8px !important;
  }
  .text-center {
    text-align: left !important;
  }


}