.main {
  background: #f4f4f4;
  padding-top: 20px;
}
.main .floor1 {
  background: url(../image/4_bg.jpg) center no-repeat;
  padding: 12px 0;
}
.main .floor1 .centent {
  display: flex;
  align-items: center;
}
.main .floor1 .centent .boxleft {
  width: 388px;
  height: 395px;
  padding: 18px;
  box-sizing: border-box;
  background: #fff;
}
.main .floor1 .centent .boxleft .ter span {
  font-size: 18px;
  margin-right: 5px;
  color: #333;
  font-weight: bold;
}
.main .floor1 .centent .boxleft .ter i {
  font-size: 12px;
  color: #7a7a7a;
}
.main .floor1 .centent .boxleft .control {
  width: 100%;
  background: #f4f4f4;
  font-size: 12px;
  height: 58px;
  padding: 0 20px;
  margin: 25px 0 35px;
  box-sizing: border-box;
  outline: none;
}
.main .floor1 .centent .boxleft .btn {
  display: block;
  width: 178px;
  height: 34px;
  background: #c80000;
  outline: none;
  border-radius: 12px;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
  margin-bottom: 44px;
  border: 1px solid #c80000;
  cursor: pointer;
}
.main .floor1 .centent .boxleft .btn:hover {
  color: #c80000;
  background: #ffffff;
}
.main .floor1 .centent .boxleft .ret {
  display: flex;
  align-items: center;
  text-align: center;
}
.main .floor1 .centent .boxleft .ret li {
  flex: 1;
}
.main .floor1 .centent .boxleft .ret li p {
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 8px;
}
.main .floor1 .centent .boxright {
  flex: 1;
  text-align: center;
}
.main .floor1 .centent .boxright .sevr h3 {
  font-size: 36px;
  color: #fff;
}
.main .floor1 .centent .boxright .sevr .line {
  display: block;
  position: relative;
  height: 1px;
  background: #edcd8b;
  width: 274px;
  margin: 15px auto;
}
.main .floor1 .centent .boxright .sevr .line::after {
  content: '';
  display: block;
  width: 25px;
  background: #edcd8b;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 5px;
}
.main .floor1 .centent .boxright .sevr p {
  font-size: 16px;
  color: #ffd283;
  margin-bottom: 30px;
}
.main .sctitle {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 28px;
}
.main .floor2 .def {
  position: relative;
  padding: 0 75px;
}
.main .floor2 .def .swiper {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
}
.main .floor2 .def .swiper .swiper-slide {
  width: 194px;
}
.main .floor2 .def .lvd {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.main .floor2 .def .lvd img {
  width: 100%;
}
.main .floor2 .def .lvd .flexed {
  font-size: 14px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .floor2 .def .lvd .flexed .red {
  font-size: 12px;
  color: #c20404;
}
.main .floor2 .def .lvd .hide {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 5px solid #ec0027;
  height: 100%;
  transition: all 0.5s;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-between;
  transform: translateY(100%);
}
.main .floor2 .def .lvd .hide .rank {
  color: #c20404;
  margin: 8px 0 10px;
}
.main .floor2 .def .lvd .hide .rank::after {
  content: '';
  display: block;
  width: 22px;
  height: 4px;
  background: #c20404;
  margin-top: 10px;
}
.main .floor2 .def .lvd .hide .btn {
  color: #fff;
  display: block;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
  background: #c20404;
  border-radius: 12px;
  padding: 5px 0;
  box-sizing: border-box;
  border: 1px solid #c20404;
}
.main .floor2 .def .lvd .hide .btn:hover {
  color: #c20404;
  background: #ffffff;
}
.main .floor2 .def .lvd:hover .hide {
  transform: translateY(0);
}
.main .floor2 .def .swiper-pagination {
  bottom: -25px;
  display: none;
}
.main .floor2 .def .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #333;
  border-radius: 10px;
}
.main .floor2 .def .swiper-pagination .swiper-pagination-bullet-active {
  background: #0052CD;
}
.main .floor2 .def .swiper-button-prev,
.main .floor2 .def .swiper-button-next {
  width: 50px;
  height: 147px;
  text-align: center;
  line-height: 147px;
  margin-top: -73px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 14px;
  --swiper-navigation-size: 14px;
  font-weight: bold;
}
.main .floor3 {
  background: #fff;
  margin-top: 40px;
  font-size: 12px;
  padding: 20px 0;
}
.main .floor3 .title {
  margin-bottom: 20px;
}
.main .floor3 .title h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
.main .floor3 .title p {
  font-size: 12px;
}
.main .floor3 .lawyeryo {
  display: flex;
  justify-content: space-between;
}
.main .floor3 .lawyeryo .yoleft {
  width: 280px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.main .floor3 .lawyeryo .yoleft .bgimg {
  width: 100%;
}
.main .floor3 .lawyeryo .yoleft .lsmsg {
  position: absolute;
  background: #fff;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding: 10px;
}
.main .floor3 .lawyeryo .yoleft .lsmsg .name {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
}
.main .floor3 .lawyeryo .yoleft .lsmsg .name span {
  font-size: 12px;
  color: #d44d4d;
  padding-left: 5px;
}
.main .floor3 .lawyeryo .yoleft .lsmsg .pre {
  line-height: 23px;
  color: #a3a3a3;
  overflow: hidden;
  text-overflow: ellopsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .floor3 .lawyeryo .yoright {
  width: 890px;
  position: relative;
}
.main .floor3 .lawyeryo .yoright ul {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.main .floor3 .lawyeryo .yoright ul li {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.main .floor3 .lawyeryo .yoright ul li:hover {
  transform: translateY(-5px);
}
.main .floor3 .lawyeryo .yoright ul li .lsw {
  position: absolute;
  left: 23px;
  transform: translateY(-50%);
  top: 50%;
}
.main .floor3 .lawyeryo .yoright ul li .lsw h4 {
  font-size: 16px;
  margin-bottom: 6px;
}
.main .floor3 .lawyeryo .yoright ul li .lsw p {
  font-size: 12px;
  color: #d44d4d;
}
.main .floor4 {
  background: #3c4b62;
  color: #fff;
  padding: 20px 80px;
  margin-top: 20px;
}
.main .floor4 .title {
  text-align: center;
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
.main .floor4 .title::after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  background: #fff;
  left: 0;
  top: 50%;
}
.main .floor4 .title span {
  position: relative;
  z-index: 2;
  padding: 0 15px;
  background: #3c4b62;
}
.main .floor4 .case {
  display: flex;
  justify-content: space-between;
}
.main .floor4 .case li {
  width: 242px;
  box-sizing: border-box;
  background: #8195b3;
  padding: 15px;
  display: flex;
}
.main .floor4 .case li img {
  object-fit: contain;
}
.main .floor4 .case li .textdesc {
  margin-left: 15px;
}
.main .floor4 .case li .textdesc h5 {
  font-size: 14px;
  margin-bottom: 7px;
}
.main .floor4 .case li .textdesc p {
  font-size: 12px;
}
.main .floor5 {
  display: flex;
  justify-content: space-between;
}
.main .floor5 .speed {
  width: 896px;
}
.main .floor5 .speed .classify {
  height: 313px;
  box-sizing: border-box;
  padding: 0 30px 20px;
  background: #fff;
}
.main .floor5 .speed .classify .otitle {
  padding: 28px 0 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.main .floor5 .speed .classify .otitle h6 {
  font-weight: bold;
}
.main .floor5 .speed .classify .otitle .more {
  color: #0052CD;
  font-size: 14px;
  line-height: 18px;
}
.main .floor5 .speed .classify .otitle .more .icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.main .floor5 .speed .classify .hots {
  display: flex;
  flex-wrap: wrap;
  margin: -6px -6px 0;
}
.main .floor5 .speed .classify .hots li {
  line-height: 30px;
  padding: 6px;
  color: #7a7a7a;
  width: 82.2px;
  text-align: center;
  font-size: 12px;
}
.main .floor5 .speed .classify .hots li a {
  display: block;
  background: #f4f4f4;
}
.main .floor5 .speed .classify .hots li a:hover {
  background: #0052cd;
  color: #fff;
}
.main .floor5 .recommend {
  width: 285px;
}
.main .floor5 .recommend .part {
  font-size: 12px;
  height: 313px;
  text-align: center;
  color: #fff;
  padding-top: 20px;
  box-sizing: border-box;
  background: url(../image/3_11.jpg) no-repeat;
  background-size: cover;
}
.main .floor5 .recommend .part a:first-child {
  display: block;
  width: 110px;
  height: 110px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto;
}
.main .floor5 .recommend .part .pic {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 9px;
  transition: all 0.5s;
}
.main .floor5 .recommend .part .pic:hover {
  transform: scale(1.1);
}
.main .floor5 .recommend .part .name {
  font-size: 20px;
  font-weight: bold;
}
.main .floor5 .recommend .part .flg {
  font-size: 14px;
  margin: 5px 0;
}
.main .floor5 .recommend .part .label {
  padding: 20px 0;
}
.main .floor5 .recommend .part .label span {
  display: inline-block;
  color: #fff5cd;
  padding-left: 15px;
  background: url(../image/3_21.png) left center no-repeat;
}
.main .floor5 .recommend .part .btn {
  color: #fff;
  display: block;
  cursor: pointer;
  margin: 0 auto;
  font-size: 12px;
  text-align: center;
  width: 146px;
  height: 30px;
  background: #f44040;
  line-height: 30px;
  border-radius: 12px;
}
.main .floor5 .recommend .part .btn:hover {
  color: #f44040;
  background: #fff;
}
.main .floor6 {
  padding-bottom: 40px;
}
.main .floor6 .state {
  display: flex;
  justify-content: space-between;
}
.main .floor6 .state .curte {
  width: 590px;
  background: #fff;
  padding: 20px;
  height: 454px;
  box-sizing: border-box;
}
.main .floor6 .state .curte .title {
  font-size: 14px;
}
.main .floor6 .state .curte .title img {
  margin-right: 5px;
}
.main .floor6 .state .curte .zunlist li {
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  line-height: 26px;
  padding-left: 20px;
  background: url(../image/4_69.png) left 17px no-repeat;
  color: #7a7a7a;
  font-size: 12px;
}
.main .floor6 .state .curte .zunlist li p span {
  color: #0052cd;
}
.main .floor6 .state .curte .hd {
  display: flex;
  margin-top: 15px;
  font-size: 12px;
}
.main .floor6 .state .curte .hd .hdl {
  flex: 1;
}
.main .floor6 .state .curte .hd .hdr {
  width: 30%;
}
.main .floor6 .state .curte .ping li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #ddd;
  padding: 9px 0;
  line-height: 26px;
  color: #7a7a7a;
  font-size: 12px;
}
.main .floor6 .state .curte .ping li .pingl {
  color: #7a7a7a;
}
.main .floor6 .state .curte .ping li .pinr {
  color: #ffbb63;
}
.main .floor6 .state .curte .ping li .pinr .star {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background: url(../image/4_72.png) center no-repeat;
}
.main .floor6 .state .curte .ping li .pinr .banstar {
  background: url(../image/4_73.png) center no-repeat;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main .floor1 {
    background-size: 100% 100%;
    padding-bottom: 30px;
  }
  .main .floor1 .centent {
    flex-wrap: wrap;
  }
  .main .floor1 .centent .boxright {
    margin-top: 30px;
  }
  .main .floor1 .centent .boxright img {
    width: 100%;
  }
  .main .floor2 .def {
    padding: 0;
  }
  .main .floor2 .def .swiper .swiper-slide {
    width: 185px;
  }
  .main .floor2 .def .swiper-button-prev,
  .main .floor2 .def .swiper-button-next {
    display: none;
  }
  .main .floor3 .lawyeryo {
    flex-wrap: wrap;
  }
  .main .floor3 .lawyeryo .yoleft {
    width: 100%;
  }
  .main .floor3 .yoright ul li {
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
  }
  .main .floor3 .yoright ul li img {
    width: 100%;
  }
  .main .floor4 {
    padding: 20px 10px;
  }
  .main .floor4 .case {
    flex-wrap: wrap;
  }
  .main .floor4 .case li {
    width: 50%;
  }
  .main .floor5 {
    flex-wrap: wrap;
  }
  .main .floor5 .speed .classify {
    height: auto;
    padding: 0 10px 10px;
  }
  .main .floor5 .recommend {
    flex: 1;
  }
  .main .floor6 {
    padding-bottom: 20px;
  }
  .main .floor6 .state {
    flex-wrap: wrap;
  }
  .main .floor6 .state .curte {
    margin-bottom: 10px;
  }
}
