﻿.brtabs {
  width: 14%;
}
.ttbgm .area {
  background-image: url(/static/my/images/zp/bgm.jpg);
  height: 320px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ttbgm .text {
  font-size: 26px;
  line-height: 36px;
  color: #ffffff;
}
.listgost .outside {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 32px 32px;
  margin-bottom: 20px;
}
.outside .line {
  margin-top: 30px;
  height: 1px;
  background-color: #e6e6e6;
}
.listgost {
  margin-top: 40px;
}
.zydetails .sqzw {
  width: 33%;
  background-color: #1f4e78;
  border-radius: 12px;
  padding: 16px 28px;
  color: #ffffff;
  margin-top: 35px;
}
.zydetails {
  margin-top: unset;
  padding-left: unset;
  padding-bottom: unset;
}
.zydetails > div {
  display: none;
}
.line {
  display: none;
  margin-bottom: 60px;
}
.add {
  margin-bottom: 60px;
  display: block;
}
.ttbgm {
  margin-top: 40px;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
  .ttbgm .area {
    height: 260px;
    border-radius: 12px;
  }
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .ttbgm .area {
    height: 260px;
    border-radius: 12px;
  }
  .ttbgm .text {
    font-size: 22px;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .line {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .ttbgm .text {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
  }
  .ttbgm .area {
    height: 200px;
    border-radius: 12px;
  }
}
