.banner-box {
  width: 100%;
  height: 5rem;
  background-image: url(../imgs/case-banner.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.banner-box .banner-main {
  position: absolute;
  top: 2.225rem;
  left: 4rem;
  color: #fff;
}
.banner-box .banner-main h1 {
  font-size: 0.5rem;
  font-weight: 700;
}
.banner-box .banner-main h2 {
  font-size: 0.25rem;
  margin-top: 0.225rem;
}
.cooperate-content {
  width: 100%;
  margin-bottom: 0.625rem;
}
.cooperate-content .cooperate-main {
  width: 16rem;
  margin: 0 auto;
}
.cooperate-content .cooperate-main .nav-tab {
  display: flex;
  margin-top: 0.375rem;
}
.cooperate-content .cooperate-main .nav-tab .tab-item {
  font-size: 0.2rem;
  line-height: 0.325rem;
  padding: 0.0625rem 0.3125rem;
  background: rgba(167, 175, 188, 0.2);
  border-radius: 0.05rem;
  color: #A7AFBC;
  margin-right: 0.25rem;
  cursor: pointer;
}
.cooperate-content .cooperate-main .nav-tab .tab-item-active {
  background: #055FFF;
  color: #fff;
}
.cooperate-content .cooperate-main .nav-main .card-item {
  display: inline-block;
  margin-right: 0.6875rem;
  margin-top: 0.625rem;
  width: 4.875rem;
  height: 5.15rem;
  vertical-align: top;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.075rem;
  overflow: hidden;
}
.cooperate-content .cooperate-main .nav-main .card-item .top {
  width: 100%;
  height: 2.5rem;
}
.cooperate-content .cooperate-main .nav-main .card-item .top img {
  width: 100%;
  height: 100%;
}
.cooperate-content .cooperate-main .nav-main .card-item .type {
  display: inline-block;
  padding: 0rem 0.0625rem;
  height: 0.325rem;
  line-height: 0.325rem;
  font-size: 0.15rem;
  margin-top: 0.25rem;
  margin-left: 0.3125rem;
  border-radius: 0.05rem;
}
.cooperate-content .cooperate-main .nav-main .card-item .title {
  margin-top: 0.3rem;
  margin-right: 0.3rem;
  margin-left: 0.3125rem;
  font-size: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cooperate-content .cooperate-main .nav-main .card-item .fotter {
  width: 2.5rem;
  height: 0.7rem;
  margin-top: 0.25rem;
  margin-left: 0.3125rem;
}
.cooperate-content .cooperate-main .nav-main .card-item .fotter img {
  width: 100%;
  height: 100%;
}
.cooperate-content .cooperate-main .nav-main .card-item:hover {
  transition: 0.3s;
  cursor: pointer;
  transform: translateY(-20px);
}
.cooperate-content .cooperate-main .nav-main .card-item:nth-child(3n) {
  margin-right: 0;
}
.detials-main {
  position: relative;
  height: 7.5rem;
  display: flex;
}
.detials-main .el-icon-close {
  position: absolute;
  top: 0.125rem;
  right: 0.25rem;
  font-size: 0.25rem;
  cursor: pointer;
}
.detials-main .detials-left {
  width: 6.625rem;
  height: 100%;
  display: inline-block;
  background-color: #f4f7ff;
}
.detials-main .detials-left img {
  width: 100%;
  height: 100%;
}
.detials-main .detials-right {
  width: 7.5rem;
  height: 100%;
  padding-left: 0.45rem;
  overflow: hidden !important;
  overflow-y: auto !important;
}
.detials-main .detials-right::-webkit-scrollbar {
  width: 4px;
}
.detials-main .detials-right::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.detials-main .detials-right::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.detials-main .detials-right .top {
  margin-top: 0.4rem;
}
.detials-main .detials-right .top .h1 {
  display: flex;
  align-items: center;
}
.detials-main .detials-right .top .h1 span {
  font-size: 24px;
  color: #000;
}
.detials-main .detials-right .top .h1 .type {
  padding: 0rem 0.0625rem;
  height: 0.325rem;
  line-height: 0.325rem;
  font-size: 0.15rem;
  border-radius: 0.05rem;
  margin-left: 15px;
}
.detials-main .detials-right .top .h2 {
  font-size: 0.175rem;
  line-height: 0.2125rem;
  color: #A5A5A5;
  margin-top: 0.2625rem;
}
.detials-main .detials-right .top .h3 {
  width: 2.5rem;
  height: 0.7rem;
  margin-top: 0.2125rem;
}
.detials-main .detials-right .top .h3 img {
  width: 100%;
  height: 100%;
}
.detials-main .detials-right .middle {
  margin: 0 auto 0.4rem;
  padding-right: 0.3375rem;
}
.detials-main .detials-right .middle .middle-top {
  width: 100%;
  margin-top: 0.4375rem;
}
.detials-main .detials-right .middle .middle-top .brief-title {
  width: 1.725rem;
  height: 0.325rem;
  background-image: url(../imgs/brief.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.detials-main .detials-right .middle .middle-top .brief-main {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #3D3D3D;
}
.detials-main .detials-right .middle .middle-top .brief-apply {
  display: flex;
  margin-top: 0.125rem;
  font-size: 0.2rem;
}
.detials-main .detials-right .middle .middle-top .brief-apply .brief-apply-left {
  margin-right: 0.25rem;
  width: 2.5rem;
}
.detials-main .detials-right .middle .middle-top .brief-apply .brief-apply-right {
  width: 3.75rem;
}
.detials-main .detials-right .middle .middle-top .brief-apply .apply-top {
  display: flex;
}
.detials-main .detials-right .middle .middle-top .brief-apply .apply-top .sing {
  width: 0.025rem;
  height: 0.25rem;
}
.detials-main .detials-right .middle .middle-top .brief-apply .apply-top img {
  width: 1.1875rem;
  height: 0.25rem;
}
.detials-main .detials-right .middle .middle-top .brief-apply .apply-bottom {
  padding-left: 0.125rem;
  padding-top: 0.125rem;
}
.detials-main .detials-right .middle .middle-bottom {
  width: 100%;
  margin-top: 0.25rem;
}
.detials-main .detials-right .middle .middle-bottom .brief-title {
  width: 1.725rem;
  height: 0.325rem;
  background-image: url(../imgs/brief2.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.detials-main .detials-right .middle .middle-bottom .brief-main {
  margin-top: 0.25rem;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #3D3D3D;
}
.detials-main .detials-right .middle .middle-bottom .brief-list {
  margin-top: 0.0625rem;
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 28px;
}
.detials-main .detials-right .middle .middle-bottom .brief-list .item-box {
  margin: 10px 0;
  color: #055fff;
  font-weight: 700;
  white-space: pre-wrap;
}
.detials-main .detials-right .middle .middle-bottom .brief-list .item-box .yuandian {
  display: inline-block;
  width: 0.0625rem;
  height: 0.0625rem;
  border-radius: 50%;
  background-color: #055fff;
  margin-right: 0.125rem;
}
.detials-main .detials-right .middle .middle-bottom .brief-list .item-box .list-name {
  display: inline-block;
}
.detials-main .detials-right .middle .middle-bottom .brief-list .item-box .textArear {
  color: #000;
}
