.banner {
  position: relative;
}
.banner > a {
  display: block;
  width: 100%;
}
.banner > a img {
  width: 100%;
}
.banner .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-content .advantage {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 394px;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(190, 190, 190, 0.3);
}
.banner .banner-content .advantage .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.banner .banner-content .advantage .intro {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  text-align: center;
  margin: 30px 0 50px;
}
.banner .banner-content .advantage .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.banner .banner-content .advantage .list .list-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.banner .banner-content .advantage .list .list-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.banner .banner-content .advantage .list .list-item p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-top: 15px;
}
.banner .banner-content .advantage .publish {
  display: block;
  width: 328px;
  height: 64px;
  background: #006EFF;
  border-radius: 5px 5px 5px 5px;
  opacity: 1;
  line-height: 64px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto 30px;
}
.banner .banner-content .advantage .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-content .advantage .question a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}
.section1 {
  padding: 0 0 20px;
}
.section1 .z-title {
  padding: 20px 0;
}
.section1 .z-title .intro {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-left: 50px;
}
.section1 .z-title .intro img {
  width: 16px;
  margin-right: 5px;
}
.section1 .z-title .list {
  display: flex;
  margin-left: auto;
}
.section1 .z-title .list .list-item {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  margin-left: 10px;
}
.section1 .z-title .list .list-item img {
  max-width: 18px;
  margin-right: 5px;
}
.section1 .lawyer-list {
  display: flex;
  flex-wrap: wrap;
}
.section1 .lawyer-list .list-item {
  width: 24%;
  min-height: 200px;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.07);
}
.section1 .lawyer-list .list-item:nth-child(2n) .info {
  background: linear-gradient(89deg, #eef6f8 0%, #e0eaf3 100%);
}
.section1 .lawyer-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.section1 .lawyer-list .list-item .info {
  padding: 25px;
  background: linear-gradient(90deg, #c7d7ff 0%, #d9e5ff 100%);
}
.section1 .lawyer-list .list-item .info .name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  font-weight: 500;
  color: #464646;
}
.section1 .lawyer-list .list-item .info .intro {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: linear-gradient(95deg, rgba(71, 71, 71, 0.21) 0%, rgba(71, 71, 71, 0.18) 62%, rgba(72, 72, 72, 0) 100%);
  border-radius: 2px 2px 2px 2px;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 15px 0 20px;
  padding: 5px;
}
.section1 .lawyer-list .list-item .info .phone {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #878787;
}
.section1 .lawyer-list .list-item .info .phone img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.section1 .lawyer-list .list-item .info2 {
  padding: 15px;
}
.section1 .lawyer-list .list-item .info2 .time {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section1 .lawyer-list .list-item .info2 .time .item {
  font-size: 15px;
  font-weight: 500;
  color: #878787;
}
.section1 .lawyer-list .list-item .info2 .time .item span {
  color: #FF0404;
}
.section1 .lawyer-list .list-item .info2 .label-list {
  margin-top: 10px;
}
.section1 .lawyer-list .list-item .info2 .label-list span {
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background: #BBD8FF;
  border-radius: 2px 2px 2px 2px;
  padding: 0 10px;
  margin-right: 20px;
}
.section2 {
  padding: 35px 0;
  background: #F2F6FC;
}
.section2 .section-container {
  display: flex;
}
.section2 .section-container .list {
  width: 340px;
}
.section2 .section-container .list .list-item {
  width: 100%;
  padding: 30px 20px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 30px;
}
.section2 .section-container .list .list-item:last-child {
  margin-bottom: 0;
}
.section2 .section-container .list .list-item .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 15px;
}
.section2 .section-container .list .list-item .intro {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.section2 .section-container .content {
  flex: 1;
  margin: 0 30px;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
}
.section2 .section-container .content .info {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.section2 .section-container .content .info .title {
  font-size: 24px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 25px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section2 .section-container .content .info .info-list {
  display: flex;
  flex-wrap: wrap;
}
.section2 .section-container .content .info .info-list .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  margin-bottom: 30px;
  width: 49%;
  margin-right: 2%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section2 .section-container .content .info .info-list .item:nth-child(2n) {
  margin-right: 0;
}
.section2 .section-container .content .info .info-list .item span {
  color: #006EFF;
}
.section2 .section-container .content .info .info-list .item img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.section2 .section-container .content .info .zx {
  display: block;
  width: 328px;
  height: 64px;
  background: #006EFF;
  border-radius: 5px;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 50px auto 0;
}
.section3 {
  padding: 15px 0;
}
.section3 .z-title {
  padding: 20px 0;
}
.section3 .case-list{
  display: none;
}
.section3 .z-title .intro {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-left: 50px;
}
.section3 .z-title .intro img {
  width: 16px;
  margin-right: 5px;
}
.section3 .tab-list {
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
}
.section3 .tab-list span {
  display: block;
  font-size: 18px;
  color: #333;
  margin-right: 45px;
  border-bottom: 2px solid transparent;
  padding: 5px 0;
  margin-bottom: 10px;
  cursor: pointer;
}
.section3 .tab-list a {
  display: block;
  font-size: 18px;
  color: #333;
  margin-right: 60px;
  border-bottom: 2px solid transparent;
  padding: 5px 0;
  margin-bottom: 10px;
}
.section3 .tab-list .active {
  font-weight: bold;
  border-color: #006EFF;
}
.section3 .section-container {
  display: flex;
}
.section3 .section-container .container-left {
  flex: 1;
  min-width: 0;
}
.section3 .section-container .container-left .case-list .list-item {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  margin-bottom: 20px;
}
.section3 .section-container .container-left .case-list .list-item .info {
  flex: 1;
  min-width: 0;
}
.section3 .section-container .container-left .case-list .list-item .info .title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 15px;
}
.section3 .section-container .container-left .case-list .list-item .info .intro span {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  margin-right: 30px;
}
.section3 .section-container .container-left .case-list .list-item .user {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
}
.section3 .section-container .container-left .case-list .list-item .user > a {
  display: block;
  width: 44px;
  height: 44px;
}
.section3 .section-container .container-left .case-list .list-item .user > a img {
  width: 100%;
  height: 100%;
}
.section3 .section-container .container-left .case-list .list-item .user p {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.section3 .section-container .container-right {
  width: 340px;
  margin-left: 30px;
}
.section3 .section-container .container-right .step {
  background: #F2F6FC;
  border-radius: 2px 2px 2px 2px;
  padding: 20px 30px;
}
.section3 .section-container .container-right .step .step-title {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #464646;
  position: relative;
}
.section3 .section-container .container-right .step .step-title::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 9px;
  background: linear-gradient(90deg, #006eff 0%, rgba(0, 110, 255, 0) 100%);
}
.section3 .section-container .container-right .step .step-intro {
  font-size: 22px;
  font-weight: bold;
  color: #464646;
  margin: 10px 0 30px;
}
.section3 .section-container .container-right .step .step-list .list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.section3 .section-container .container-right .step .step-list .list-item::before {
  position: absolute;
  top: 55px;
  left: 25px;
  content: '';
  width: 0px;
  height: 27px;
  opacity: 0.29;
  border: 1px solid #707070;
}
.section3 .section-container .container-right .step .step-list .list-item:last-child::before {
  display: none;
}
.section3 .section-container .container-right .step .step-list .list-item img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.section3 .section-container .container-right .step .step-list .list-item .title {
  font-size: 16px;
  font-weight: 500;
  color: #6A6A6A;
}
.section3 .section-container .container-right .step .step-list .list-item a {
  font-size: 16px;
  font-weight: 500;
  color: #0A74FF;
  margin-left: 20px;
}
.company-data {
  background-color: #fff;
  margin: 25px 0;
}
.company-data .data-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}
.company-data .data-list .data-item {
  display: flex;
  align-items: center;
  width: 20%;
}
.company-data .data-list .data-item img {
  width: 60px;
  height: 60px;
  margin-right: 10px;
}
.company-data .data-list .data-item h4 {
  font-size: 34px;
  color: #333;
}
.company-data .data-list .data-item h4 i {
  font-size: 14px;
}
.company-data .data-list .data-item p {
  font-size: 14px;
  color: #999;
}
