#case {
  padding: 40px 60px;
}
@media (max-width: 991px) {
  #case {
    padding: 30px 0;
  }
}
#case .inner .head {
  text-align: center;
  margin-bottom: 40px;
}
#case .inner .head .title {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 991px) {
  #case .inner .head .title {
    font-size: 26px;
  }
}
#case .inner .head .sub {
  font-size: 16px;
  color: #3D3D3D;
}
@media (max-width: 991px) {
  #case .inner .head .sub {
    font-size: 16px;
  }
}
#case .inner .main .case-box .list {
  background-color: #fff;
  padding: 40px 40px 30px 20px;
  position: relative;
  border-radius: 4px 100px 4px 4px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    padding: 0;
    border-radius: 4px 60px 4px 4px;
  }
}
#case .inner .main .case-box .list .img-wrap {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  right: 20px;
  top: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .img-wrap {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap {
    width: 92%;
    margin: 0 auto;
    padding: 20px 12px;
  }
}
#case .inner .main .case-box .list .text-wrap .p-title {
  color: #000;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 400;
  padding-right: 60px;
  position: relative;
  padding-left: 62px;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .p-title {
    font-size: 28px;
    padding-right: 48px;
    padding-left: 50px;
  }
}
#case .inner .main .case-box .list .text-wrap .p-title:before {
  content: "";
  background-image: var(--icon-image);
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .p-title:before {
    width: 40px;
    height: 40px;
  }
}
#case .inner .main .case-box .list .text-wrap .specific p {
  color: #3D3D3D;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .specific p {
    font-size: 16px;
    margin-bottom: 20px;
    flex-direction: column;
    padding-left: 26px;
  }
}
#case .inner .main .case-box .list .text-wrap .specific p strong {
  flex-shrink: 0;
}
#case .inner .main .case-box .list .text-wrap .specific p:last-child {
  margin-top: 20px;
}
#case .inner .main .case-box .list .text-wrap .specific p:before {
  content: "";
  width: 14px;
  height: 14px;
  /*border: 2px solid #98741c;*/
  display: inline-flex;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
  margin-top: 6px;
  background-color: #d5971f;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .specific p:before {
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
  }
}
#case .inner .main .case-box .list .text-wrap .specific p .value {
  width: 60%;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .specific p .value {
    width: 100%;
  }
}
#case .inner .main .case-box .list .text-wrap .btn {
  width: 200px;
  height: 48px;
  background: #000;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d5971f;
  margin-top: 30px;
  margin-left: 28px;
}
#case .inner .main .case-box .list .text-wrap .btn i {
  font-size: 16px;
  transform: translateX(0);
  transition: transform 0.25s ease;
  margin-left: 10px;
}
#case .inner .main .case-box .list .text-wrap .btn:hover i {
  transform: translateX(10px);
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list .text-wrap .btn {
    width: 200px;
    height: 40px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
#case .inner .main .case-box .list:before {
  content: "";
  background-image: var(--back-image);
  width: 300px;
  height: 300px;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 4px;
  opacity: 0.1;
}
@media (max-width: 991px) {
  #case .inner .main .case-box .list:before {
    z-index: 1;
    bottom: 10%;
    right: 16px;
    width: 200px;
    height: 200px;
  }
}
#case-detail {
  padding: 40px 20px;
}
@media (max-width: 991px) {
  #case-detail {
    padding: 30px 0;
    padding-bottom: 0;
  }
}
#case-detail .inner .head {
  text-align: center;
  margin-bottom: 40px;
}
#case-detail .inner .head .title {
  font-size: 48px;
  text-align: center;
}
@media (max-width: 991px) {
  #case-detail .inner .head .title {
    font-size: 26px;
  }
}
#case-detail .inner .head .sub {
  font-size: 16px;
  color: #3D3D3D;
}
@media (max-width: 991px) {
  #case-detail .inner .head .sub {
    font-size: 16px;
  }
}
#case-detail .inner .main {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  #case-detail .inner .main {
    flex-direction: column;
  }
}
#case-detail .inner .main .bar {
  width: 240px;
  flex-shrink: 0;
  padding: 0 20px;
  margin-top: 80px;
}
@media (max-width: 991px) {
  #case-detail .inner .main .bar {
    margin-top: 0;
    width: 100%;
  }
}
#case-detail .inner .main .bar li {
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}
#case-detail .inner .main .bar li a {
  background-image: var(--icon-image);
  background-size: 22px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 28px;
}
#case-detail .inner .main .bar li a.active {
  color: #d5971f;
}
#case-detail .inner .main .present {
  flex-grow: 1;
  background-color: #fff;
  padding: 4% 10%;
}
@media (max-width: 991px) {
  #case-detail .inner .main .present {
    padding: 30px 15px;
  }
}
#case-detail .inner .main .present .title {
  text-align: center;
  font-size: 36px;
}
@media (max-width: 991px) {
  #case-detail .inner .main .present .title {
    font-size: 22px;
  }
}
#case-detail .inner .main .present .law {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  #case-detail .inner .main .present .law {
    max-width: 100%;
    margin-top: 115px;
  }
}
#case-detail .inner .main .present .law .item {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #case-detail .inner .main .present .law .item {
    position: relative;
  }
}
#case-detail .inner .main .present .law .item .topical {
  font-size: 18px;
  color: #3D3D3D;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#case-detail .inner .main .present .law .item .topical:before {
  content: "";
  width: 14px;
  height: 14px;
  /*border: 2px solid #d5971f;*/
  background-color: #d5971f;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}
#case-detail .inner .main .present .law .item .info {
  font-size: 18px;
  padding-left: 26px;
  margin-top: 8px;
}
#case-detail .inner .main .present .law .item .avatar {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  #case-detail .inner .main .present .law .item .avatar {
    width: 100px;
    height: 100px;
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    top: -105px;
  }
}
#case-detail .inner .main .present .contact {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 64px;
}
#case-detail .inner .main .present .contact .tip {
  margin-bottom: 12px;
}
#case-detail .inner .main .present .contact .btn {
  width: 200px;
  height: 48px;
  background: #d5971f;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
/*# sourceMappingURL=case.css.map */