body {
  background-color: #fff;
}
.section1 .section-container {
  display: flex;
}
.section1 .section-container .container-left {
  flex: 1;
  min-width: 0;
  background: transparent;
}
.section1 .section-container .container-left .select-box {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(190, 190, 190, 0.3);
}
.section1 .section-container .container-left .select-box .select-item {
  display: flex;
  position: relative;
  padding: 15px 30px;
}
.section1 .section-container .container-left .select-box .select-item .select-title {
  font-size: 14px;
  font-weight: 400;
  color: #878787;
  min-width: 100px;
}
.section1 .section-container .container-left .select-box .select-item .list {
  display: flex;
  flex-wrap: wrap;
  height: 30px;
  overflow: hidden;
}
.section1 .section-container .container-left .select-box .select-item .list span {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
.section1 .section-container .container-left .select-box .select-item .list span img {
  width: 14px;
  height: 14px;
  margin-left: 5px;
  cursor: pointer;
}
.section1 .section-container .container-left .select-box .select-item .list .n-list {
  display: flex;
  flex-wrap: wrap;
  
}
.section1 .section-container .container-left .select-box .select-item .list .n-list a {
  display: flex;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
  padding: 0 15px;
  border-radius: 25px;
}
.section1 .section-container .container-left .select-box .select-item .list .show-list {
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.section1 .section-container .container-left .select-box .select-item .list .show-list a {
  display: flex;
  margin-right: 20px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #464646;
  padding: 0 15px;
  border-radius: 25px;
}
.section1 .section-container .container-left .select-box .select-item .list a.active {
  background: #0057FF;
  color: #fff;
}
.section1 .section-container .container-left .select-box .select-item .change {
  position: absolute;
  top: 21px;
  right: 20px;
  cursor: pointer;
  padding: 5px 3px;
  background: #BEDAFE;
  user-select: none;
}
.section1 .section-container .container-left .select-box .select-item .change img {
  width: 10px;
}
.section1 .section-container .container-left .select-box .select-item .changed {
  transform: rotate(180deg);
  background: #0057FF;
}
.section1 .section-container .container-left .case .z-title {
  padding: 30px 0;
}
.section1 .section-container .container-left .case .z-title P {
  margin-left: 50px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}
.section1 .section-container .container-left .case .case-list .list-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0 40px;
  margin-bottom: 20px;
}
.section1 .section-container .container-left .case .case-list .list-item .item-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 20px;
  font-weight: 500;
  color: #464646;
  margin-bottom: 15px;
}
.section1 .section-container .container-left .case .case-list .list-item .info {
  display: flex;
  align-items: center;
}
.section1 .section-container .container-left .case .case-list .list-item .info span {
  margin-right: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.section1 .section-container .container-left .case .case-list .list-item .info .time {
  margin-left: auto;
}
.section1 .section-container .container-left .case .hot-title {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 30px;
}
.section1 .section-container .container-left .case .hot-list {
  display: flex;
  flex-wrap: wrap;
}
.section1 .section-container .container-left .case .hot-list .list-item {
  width: 32%;
  height: 313px;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #FFFFFF;
  box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
}
.section1 .section-container .container-left .case .hot-list .list-item:nth-child(3n) {
  margin-right: 0;
}
.section1 .section-container .container-left .case .hot-list .list-item .item-img {
  display: block;
  width: 100%;
  height: 220px;
}
.section1 .section-container .container-left .case .hot-list .list-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .section-container .container-left .case .hot-list .list-item .info {
  padding: 20px;
}
.section1 .section-container .container-left .case .hot-list .list-item .info .name {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-bottom: 5px;
}
.section1 .section-container .container-left .case .hot-list .list-item .info p {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
  text-align: center;
}
.section1 .section-container .container-left .case .hot-list .list-item .info p span {
  color: #FF0000;
}
.section1 .section-container .container-right {
  width: 340px;
  margin-left: 25px;
}
.section1 .section-container .container-right .recommend-lawyer {
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(190, 190, 190, 0.3);
}
.section1 .section-container .container-right .recommend-lawyer .head-bg {
  position: relative;
  width: 100%;
  height: 166px;
  background: linear-gradient(180deg, #c8e0ff 0%, #f5f9ff 100%);
  margin-bottom: 70px;
}
.section1 .section-container .container-right .recommend-lawyer .head-bg .tip {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(105deg, #8d92f8 0%, #6c6cea 100%);
  border-radius: 0px 0px 30px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 5px 15px;
}
.section1 .section-container .container-right .recommend-lawyer .head-bg .head-img {
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 144px;
  height: 144px;
  border-radius: 50%;
}
.section1 .section-container .container-right .recommend-lawyer .info {
  padding: 30px;
}
.section1 .section-container .container-right .recommend-lawyer .info .name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.section1 .section-container .container-right .recommend-lawyer .info .success {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.section1 .section-container .container-right .recommend-lawyer .info .success span {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.section1 .section-container .container-right .recommend-lawyer .info .good {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
}
.section1 .section-container .container-right .recommend-lawyer .info .phone {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 40px 0 20px;
}
.section1 .section-container .container-right .recommend-lawyer .info .phone img {
  width: 33px;
  margin-right: 5px;
}
.section1 .section-container .container-right .recommend-lawyer .info .zx {
  display: block;
  width: 201px;
  height: 51px;
  background: #006EFF;
  border-radius: 26px 26px 26px 26px;
  line-height: 51px;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.section1 .section-container .container-right .advantage {
  padding: 30px 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 1px rgba(190, 190, 190, 0.3);
  margin-top: 25px;
}
.section1 .section-container .container-right .advantage .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.section1 .section-container .container-right .advantage .intro {
  font-size: 16px;
  font-weight: 500;
  color: #878787;
  text-align: center;
  margin: 30px 0 50px;
}
.section1 .section-container .container-right .advantage .list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.section1 .section-container .container-right .advantage .list .list-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.section1 .section-container .container-right .advantage .list .list-item img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.section1 .section-container .container-right .advantage .list .list-item p {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-top: 15px;
}
.section1 .section-container .container-right .step {
  background: #F2F6FC;
  border-radius: 2px 2px 2px 2px;
  padding: 20px 30px;
  margin-top: 25px;
}
.section1 .section-container .container-right .step .step-title {
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #464646;
  position: relative;
}
.section1 .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%);
}
.section1 .section-container .container-right .step .step-intro {
  font-size: 22px;
  font-weight: bold;
  color: #464646;
  margin: 10px 0 30px;
}
.section1 .section-container .container-right .step .step-list .list-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.section1 .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;
}
.section1 .section-container .container-right .step .step-list .list-item:last-child::before {
  display: none;
}
.section1 .section-container .container-right .step .step-list .list-item img {
  width: 50px;
  height: 50px;
  margin-right: 30px;
}
.section1 .section-container .container-right .step .step-list .list-item .title {
  font-size: 16px;
  font-weight: 500;
  color: #6A6A6A;
}
.section1 .section-container .container-right .step .step-list .list-item a {
  font-size: 16px;
  font-weight: 500;
  color: #0A74FF;
  margin-left: 20px;
}
