.areabaner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
.areabaner .erleft {
  padding-top: 25px;
  width: 286px;
  background: url(../images/city/5_03.jpg) center no-repeat;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.areabaner .erleft .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 25px;
  border-left: 4px solid #4a92ff;
  padding-left: 16px;
}
.areabaner .erleft .maun {
  padding: 20px;
}
.areabaner .erleft .maun .huyu {
  color: #666;
  font-size: 14px;
}
.areabaner .erleft .maun .kutit {
  color: #999999;
  padding: 10px 0 5px;
  font-size: 14px;
}
.areabaner .erleft .maun .duo {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
}
.areabaner .erleft .maun .duo li {
  width: 33.33%;
}
.areabaner .erleft .maun .duo li a:hover {
  color: #c20404;
}
.areabaner .erleft .maun .duo .active {
  color: #4a92ff;
}
.areabaner .cenright {
  width: 690px;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.areabaner .cenright .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.areabaner .cenright .swiper img {
  width: 100%;
  height: 100%;
}
.areabaner .cenright .swiper .msk {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 50px 50px 80px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.areabaner .cenright .swiper .msk .name span {
  font-size: 30px;
  font-weight: bold;
  padding-right: 10px;
}
.areabaner .cenright .swiper .msk .tel {
  margin-top: 15px;
  font-size: 24px;
  padding-left: 35px;
  line-height: 29px;
  background: url(../image/1_19.png) left center no-repeat;
  font-weight: bold;
}
.areabaner .cenright .swiper .msk .sc {
  color: #d8d8d8;
}
.areabaner .cenright .pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  width: 100%;
  color: #a3a3a3;
  font-size: 16px;
  line-height: 52px;
  z-index: 10;
  text-align: center;
}
.areabaner .cenright .pagination li {
  background-color: rgba(0, 0, 0, 0.7);
  flex: 1;
  cursor: pointer;
}
.areabaner .cenright .pagination .active {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.areabaner .erright {
  width: 185px;
}
.areabaner .erright ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.areabaner .erright ul li {
  transition: all 0.6s;
  font-size: 12px;
  background: url(../image/5_04.jpg) center no-repeat;
  background-size: cover;
  padding-left: 10px;
  position: relative;
  padding-bottom: 15px;
}
.areabaner .erright ul li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.areabaner .erright ul li .jiao {
  display: block;
  color: #fff;
  width: 64px;
  line-height: 20px;
  text-align: center;
  background-color: #aba59e;
}
.areabaner .erright ul li .name {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0;
}
.areabaner .erright ul li .name:hover {
  color: #c20404;
}
.areabaner .erright ul li .tel {
  font-size: 12px;
}
.areabaner .erright ul li .btn {
  display: block;
  width: 80px;
  line-height: 20px;
  border-radius: 20px;
  background-color: #f44040;
  color: #fff;
  text-align: center;
  margin-top: 6px;
}
.areabaner .erright ul li .pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 67px;
}
.approve {
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 16px;
  background: url(../image/5_12.jpg) center no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 120px;
}
.approve .roveitem .icon {
  vertical-align: middle;
}
.approve .roveitem b {
  border-bottom: 8px solid #e3eeff;
  display: inline-block;
  line-height: 12px;
  margin-right: 10px;
  font-weight: bold;
}
.online .title {
  font-size: 30px;
  margin: 50px 0 25px;
}
.online .title h2 span {
  font-size: 30px;
  font-weight: bold;
}
.online .title p {
  font-size: 18px;
  color: #999999;
  margin-top: 10px;
}
.online .lawyerlist {
  display: flex;
  justify-content: space-between;
}
.online .lawyerlist li {
  width: 224px;
  transition: all 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
}
.online .lawyerlist li:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.online .lawyerlist li .pic {
  width: 100%;
  transition: all 0.5s;
}
.online .lawyerlist li .pic:hover {
  transform: scale(1.1);
}
.online .lawyerlist li .lawyermsg {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.online .lawyerlist li .lawyermsg .name {
  font-size: 18px;
}
.online .lawyerlist li .lawyermsg .name span {
  font-size: 14px;
}
.online .lawyerlist li .lawyermsg .js {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.online .lawyerlist li .xxxx {
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s;
  transform: translateY(100%);
}
.online .lawyerlist li .xxxx .name {
  font-size: 18px;
}
.online .lawyerlist li .xxxx .name span {
  font-size: 14px;
}
.online .lawyerlist li .xxxx .name a {
  font-weight: bold;
  font-size: 24px;
}
.online .lawyerlist li .xxxx .js {
  font-size: 12px;
  color: #999;
  margin-top: 8px;
}
.online .lawyerlist li .xxxx .tel {
  margin-top: 8px;
  font-weight: bold;
  font-size: 16px;
}
.online .lawyerlist li .xxxx .tel img {
  vertical-align: middle;
}
.online .lawyerlist li .xxxx .sc {
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
  line-height: 18px;
  padding-left: 10px;
  border-left: 3px solid #d64e4e;
}
.online .lawyerlist li:hover .xxxx {
  transform: translateY(0);
}
@media (max-width: 768px) {
  .areabaner .erleft {
    flex: 1;
    margin-top: 10px;
    padding-top: 10px;
  }
  .areabaner .erleft .title {
    font-size: 20px;
  }
  .areabaner .erleft .maun {
    padding: 10px;
  }
  .areabaner .erleft .maun .duo li {
    width: 25%;
  }
  .areabaner .cenright {
    margin-top: 10px;
    height: auto;
    padding-bottom: 40px;
  }
  .areabaner .cenright .swiper .msk {
    padding: 20px 10px 0;
  }
  .areabaner .cenright .swiper .msk .name {
    font-size: 14px;
  }
  .areabaner .cenright .swiper .msk .name span {
    font-size: 16px;
  }
  .areabaner .cenright .swiper .msk .tel {
    font-size: 16px;
    margin-top: 0;
    background-size: 15px 15px;
    padding-left: 25px;
  }
  .areabaner .cenright .swiper .msk .sc {
    font-size: 14px;
    color: #fff;
    line-height: 40px;
  }
  .areabaner .cenright .pagination {
    line-height: 40px;
    font-size: 12px;
  }
  .areabaner .erright {
    margin-top: 10px;
    flex: 1;
    display: none;
  }
  .areabaner .erright ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 15px;
    padding-right: 70px;
    margin-top: 30px;
  }
  .areabaner .erright ul li .btn {
    margin-top: 0;
  }
  .approve {
    padding: 0 20px;
    flex-wrap: wrap;
    height: auto;
    line-height: 40px;
    padding: 20px;
  }
  .online .title {
    margin: 20px 0 20px;
    font-size: 16px;
  }
  .online .title h2 span {
    font-size: 20px;
  }
  .online .title p {
    font-size: 14px;
  }
  .online .lawyerlist {
    overflow-x: auto;
  }
  .online .lawyerlist li {
    width: 48.5%;
    margin-bottom: 15px;
    margin-right: 10px;
  }
}
