.phone-banner {
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.phone-banner .banner-title {
  font-size: 32px;
  color: #666;
  line-height: 32px;
  text-align: center;
  margin: 10px 0 40px;
}
.phone-banner .banner-content {
  display: flex;
}
.phone-banner .banner-content .banner-contact {
  background-color: #fff;
  width: 410px;
  height: 410px;
  margin-right: 30px;
  box-shadow: 3px 3px 6px 1px rgba(165, 165, 165, 0.13);
  border-radius: 4px;
  padding: 35px;
}
.phone-banner .banner-content .banner-contact .banner-contact-title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.phone-banner .banner-content .banner-contact .banner-contact-title .title {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.phone-banner .banner-content .banner-contact .banner-contact-title .title img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
}
.phone-banner .banner-content .banner-contact .banner-contact-title span {
  margin-left: 15px;
  font-size: 16px;
  color: #999999;
}
.phone-banner .banner-content .banner-contact .to-phone input {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  outline: none;
  border: 1px solid #C4C4C4;
  padding: 0 15px;
}
.phone-banner .banner-content .banner-contact .to-phone button {
  width: 100%;
  height: 48px;
  background: #0057FF;
  border-radius: 4px 4px 4px 4px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  margin: 20px 0;
}
.phone-banner .banner-content .banner-contact .banner-safe {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.phone-banner .banner-content .banner-contact .banner-safe .safe-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phone-banner .banner-content .banner-contact .banner-safe .safe-item img {
  width: 30px;
  height: 30px;
}
.phone-banner .banner-content .banner-contact .banner-safe .safe-item p {
  font-size: 14px;
  color: #999;
  margin-top: 10px;
}
.phone-banner .banner-content .banner-swiper {
  flex: 1;
  min-width: 0;
  height: 410px;
  position: relative;
}
.phone-banner .banner-content .banner-swiper .swiper {
  width: 100%;
  height: 100%;
}
.phone-banner .banner-content .banner-swiper .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.phone-banner .banner-content .banner-swiper .swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.phone-banner .banner-content .banner-swiper .swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}
.phone-banner .banner-content .banner-swiper .swiper-pagination1 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
.phone-banner .banner-content .banner-swiper .swiper-pagination1 span {
  position: relative;
  display: block;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 0 10px;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.5s;
}
.phone-banner .banner-content .banner-swiper .swiper-pagination1 .active {
  opacity: 1;
  padding: 5px 5px 10px;
}
.phone-banner .banner-content .banner-swiper .swiper-pagination1 .active::after {
  content: '';
  display: block;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.phone-page-title {
  margin-bottom: 30px;
}
.phone-page-title span:nth-child(1) {
  font-size: 32px;
  font-weight: bold;
  color: #333333;
}
.phone-page-title span:nth-child(2) {
  font-size: 16px;
  color: #999999;
  margin-left: 20px;
}
.phone-page-title2 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
}
.phone-page-title2 span {
  position: relative;
}
.phone-page-title2 span::before {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 50%;
  left: -74px;
  transform: translateY(-50%);
}
.phone-page-title2 span::after {
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 50%;
  right: -74px;
  transform: translateY(-50%);
}
.phone-good-lawyer {
  padding: 20px 0 50px;
}
.phone-good-lawyer .good-lawyer-list {
  display: flex;
  flex-wrap: wrap;
}
.phone-good-lawyer .good-lawyer-list .list-item {
  position: relative;
  width: 290px;
  height: 180px;
  background: rgba(138, 165, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-right: 13px;
  margin-bottom: 13px;
}
.phone-good-lawyer .good-lawyer-list .list-item:nth-child(4n) {
  margin-right: 0;
}
.phone-good-lawyer .good-lawyer-list .list-item img {
  width: 100%;
  height: 100%;
}
.phone-good-lawyer .good-lawyer-list .list-item .content {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 200px;
  transform: translateY(-50%);
}
.phone-good-lawyer .good-lawyer-list .list-item .content .title {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-good-lawyer .good-lawyer-list .list-item .content p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-good-lawyer .good-lawyer-list .list-item .content p:nth-child(3) {
  margin-top: 30px;
}
.phone-good-lawyer .good-lawyer-list .list-item .content a {
  display: block;
  width: 100px;
  height: 32px;
  background: #0057FF;
  border-radius: 4px;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}
.phone-good-lawyer .good-lawyer-list .list-item .content2 {
  opacity: 0.5;
}
.phone-zx .zx-list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
.phone-zx .zx-list .list-item {
  flex: 1;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.phone-zx .zx-list .list-item img {
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
.phone-zx .zx-list .list-item .item-content {
  min-width: 0;
  flex: 1;
}
.phone-zx .zx-list .list-item .item-content .title {
  font-size: 22px;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-zx .zx-list .list-item .item-content p {
  font-size: 14px;
  color: #999999;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 5px;
}
.phone-recommend-lawyer {
  padding: 30px 0;
}
.phone-recommend-lawyer .recommend-lawyer-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item {
  position: relative;
  width: 23%;
  min-height: 400px;
  background: #DFE6EE;
  margin-right: 2.33%;
  margin-bottom: 2.33%;
  box-shadow: 3px 3px 12px 1px rgba(178, 178, 178, 0.16);
  overflow: hidden;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item:nth-child(4n) {
  margin-right: 0;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-img {
  width: 100%;
  display: flex;
  justify-content: center;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-img img {
  width: 100%;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info {
  background-color: #fff;
  padding: 20px;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info h3 {
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info .intro {
  font-size: 16px;
  color: #333;
  margin: 20px 0 0px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info p {
  font-size: 16px;
  color: #999999;
  margin: 5px 0 10px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info p i {
  color: #FF5500;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info .phone img {
  width: 20px;
  margin-right: 5px;
}
.phone-recommend-lawyer .recommend-lawyer-list .list1-item .item-info .zx {
  display: block;
  width: 140px;
  height: 38px;
  background: #0073FF;
  border-radius: 25px;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  margin: 10px auto 0;
}
.phone-query-lawyer {
  padding: 50px 0;
}
.phone-query-lawyer .query-lawyer-container {
  display: flex;
}
.phone-query-lawyer .query-lawyer-container .container-left {
  flex: 1;
}
.phone-query-lawyer .query-lawyer-container .container-left .container-content .title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 50px;
}
.phone-query-lawyer .query-lawyer-container .container-left .container-content .query-list {
  display: flex;
  flex-wrap: wrap;
}
.phone-query-lawyer .query-lawyer-container .container-left .container-content .query-list a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  margin-right: 50px;
  margin-bottom: 30px;
}
.phone-query-lawyer .query-lawyer-container .container-right {
  width: 420px;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content {
  background-position: top;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 395px;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content .head-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 60px auto 15px;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content p {
  font-size: 16px;
  color: #999999;
  margin: 20px 0;
  text-align: center;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content p i {
  color: #FF5500;
}
.phone-query-lawyer .query-lawyer-container .container-right .container-content .zx {
  display: block;
  width: 140px;
  height: 38px;
  background: #0073FF;
  border-radius: 25px;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  text-align: center;
  margin: 10px auto 0;
}
.phone-service {
  padding: 50px 0;
}
.phone-service .service-list {
  display: flex;
  padding-bottom: 80px;
}
.phone-service .service-list .list-item {
  flex: 1;
  min-width: 0;
  position: relative;
}
.phone-service .service-list .list-item::before {
  content: '';
  width: 35%;
  height: 0;
  position: absolute;
  top: 40px;
  left: 0%;
  opacity: 0.2;
  border: 1px solid #0057FF;
}
.phone-service .service-list .list-item::after {
  content: '';
  width: 35%;
  height: 0;
  position: absolute;
  top: 40px;
  right: 0%;
  opacity: 0.2;
  border: 1px solid #0057FF;
}
.phone-service .service-list .list-item:nth-child(1)::before {
  display: none;
}
.phone-service .service-list .list-item:last-child::after {
  display: none;
}
.phone-service .service-list .list-item span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #0057FF;
  border: 4px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  margin: 18px auto;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.phone-service .service-list .list-item .title {
  font-size: 22px;
  font-weight: 400;
  color: #333333;
  text-align: center;
}
.phone-service .tip {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}
.phone-view {
  padding: 50px 0;
}
.phone-view .title {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  padding-left: 15px;
  margin-bottom: 40px;
}
.phone-view .title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 24px;
  background: #0057FF;
}
.phone-view .phone-view-container {
  display: flex;
}
.phone-view .phone-view-container .container-left {
  flex: 1;
}
.phone-view .phone-view-container .container-left .view-list-container {
  display: flex;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list {
  flex: 1;
  min-width: 0;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item {
  position: relative;
  padding: 0 20px 20px 20px;
  border-left: 1px solid #BBBBBB;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: -8px;
  width: 12px;
  height: 12px;
  background: #0057FF;
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  z-index: 100;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item::after {
  content: '';
  position: absolute;
  top: -15px;
  left: -8px;
  width: 12px;
  height: 50px;
  opacity: 1;
  background-color: #fff;
  border-radius: 50%;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item p {
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 15px;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item a {
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-view .phone-view-container .container-left .view-list-container .view-list .list-item a span {
  color: #0057FF;
}
.phone-view .phone-view-container .container-right {
  width: 540px;
}
.phone-view .phone-view-container .container-right .comment-list .comment-title {
  display: flex;
}
.phone-view .phone-view-container .container-right .comment-list .comment-title div {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
}
.phone-view .phone-view-container .container-right .comment-list .comment-title div:nth-child(1) {
  width: 50%;
}
.phone-view .phone-view-container .container-right .comment-list .comment-title div:nth-child(2) {
  width: 30%;
}
.phone-view .phone-view-container .container-right .comment-list .comment-title div:nth-child(3) {
  width: 20%;
}
.phone-view .phone-view-container .container-right .comment-list .list-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #F2F2F2;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(1) {
  width: 50%;
  padding-right: 70px;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(1) a {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(1) p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(1) p span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(2) {
  width: 30%;
  display: flex;
  align-items: center;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(2) img {
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.phone-view .phone-view-container .container-right .comment-list .list-item div:nth-child(3) {
  width: 20%;
}
