/**
这里是插件css, 请在blade里面使用以下代码引入
<link rel="stylesheet" href="{{ asset('plugin/stripe/css/demo.css') }}">
 */

.top-big-img::before {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8));
}
.top-big-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
.top-big-img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  /* background: url({{$banner['banner'] ?? '/catalog/demo/sourcing-assistant/sourcing-assistant-banner.jpg'}}) #eaba6b center no-repeat; */
  background-size: cover;
}
.top-big-img .content-box {
  z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 479px){
  .top-big-img,.top-big-img::before {
    height: 150px;
  }
  .top-big-img .content-box .title-des {
    display: none;
  }
  
}

