@charset "UTF-8";
.mainSwiper {
  width: 100%;
  height: 3.3594rem;
  position: relative;
}

.mainSwiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  padding-right: 0.8333rem;
  bottom: 0.599rem;
}

.mainSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 6px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}

.mainSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #195ae8;
}

.mainSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.mainSwiper .tabSearch {
  position: absolute;
  width: 4.0104rem;
  height: 0.3125rem;
  left: 0.8333rem;
  bottom: 0.9427rem;
  background: #ffffff;
  border-radius: 15px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainSwiper .tabSearch .search_left {
  display: flex;
  align-items: center;
  flex: 1;
}

.mainSwiper .tabSearch .search_left .search_left_choice {
  padding-left: 0.0833rem;
  display: flex;
  align-items: center;
}

.mainSwiper .tabSearch .search_left .search_left_choice .search_l_text {
  color: #444444;
  font-size: 0.0938rem;
  margin-right: 0.0417rem;
  cursor: pointer;
  position: relative;
}

.mainSwiper .tabSearch .search_left .search_left_choice .search_l_text .auth_type {
  background-color: #ffffff;
  padding: 0.1042rem 0.1042rem 0.0521rem 0.0833rem;
  position: absolute;
  left: -0.0833rem;
  bottom: 0;
  transform: translateY(100%);
  font-size: 0.0938rem;
  display: flex;
  flex-direction: column;
}

.mainSwiper .tabSearch .search_left .search_left_choice .search_l_text .auth_type span {
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0.0521rem;
}

.mainSwiper .tabSearch .search_left .search_left_choice .search_l_text .auth_type span:last-child {
  margin-bottom: unset;
}

.mainSwiper .tabSearch .search_left .search_left_choice .search_l_text .auth_type span:hover {
  color: #195ae8;
}

.mainSwiper .tabSearch .search_left .search_left_choice .triangle {
  border-top: 0.0365rem solid #195ae8;
  border-bottom: 0.0365rem solid transparent;
  border-left: 0.0365rem solid transparent;
  border-right: 0.0365rem solid transparent;
  position: relative;
  top: 0.0156rem;
  margin-right: 0.1406rem;
  cursor: pointer;
}

.mainSwiper .tabSearch .search_left .search_left_choice .choice_line {
  width: 0.0052rem;
  height: 0.125rem;
  background-color: #f2f1f1;
  margin-right: 0.1042rem;
}

.mainSwiper .tabSearch .search_left .search_input {
  font-size: 0.0833rem;
  flex: 0.9;
}

.mainSwiper .tabSearch .search_right {
  height: 100%;
  display: flex;
  align-items: center;
}

.mainSwiper .tabSearch .search_right .example_item {
  margin-right: 0.0781rem;
  font-size: 0.0833rem;
  color: #4b6090;
  background-color: #eff3f8;
  border-radius: 0.0521rem;
  padding: 0.0521rem;
  cursor: pointer;
}

.mainSwiper .tabSearch .search_right .example_search {
  width: 0.5208rem;
  height: 100%;
  background-color: #195ae8;
  font-size: 0.1042rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
}

.mainSwiper .topType {
  height: 0.3542rem;
  position: absolute;
  left: 0.8333rem;
  bottom: 0.9427rem;
  z-index: 999;
  display: flex;
  justify-content: center;
  transform: translateY(-0.1563rem);
}

.mainSwiper .topType .tab_search_top_item {
  width: 0.5rem;
  text-align: center;
  padding: 8px 0;
  color: #505050;
  font-size: 0.0729rem;
  font-weight: 400;
  cursor: pointer;
}

.mainSwiper .topType .type_active {
  color: #ffffff;
  background: linear-gradient(135deg, #195ae8 0%, #5a4bff 100%);
  border-radius: 0.0781rem;
  font-weight: 700;
}

.card {
  margin-top: -0.4948rem;
  position: relative;
  z-index: 99;
}

.card .bg {
  background: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
}

.card .cardLeft {
  width: calc(100% - 494px);
  margin-right: 20px;
  padding: 30px 0;
  height: 411px;
}

.card .cardLeft .leftItem {
  width: 33.33%;
}

.card .cardLeft .leftItem .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #282828;
  line-height: 36px;
  padding-left: 0.3125rem;
}

.card .cardLeft .leftItem .title img {
  width: 22px;
  height: 16px;
  margin-left: 10px;
}

.card .cardLeft .leftItem .title:hover {
  color: #195ae8;
}

.card .cardLeft .leftItem ul,
.card .cardLeft .leftItem li {
  width: 100%;
}

.card .cardLeft .leftItem ul {
  border-right: 1px solid #f2f1f1;
}

.card .cardLeft .leftItem li a {
  width: 50%;
  text-align: center;
  margin-top: 0.1563rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #282828;
  line-height: 20px;
}

.card .cardLeft .leftItem li a:hover {
  color: #195ae8;
}

.card .cardLeft .leftItem li a .msg {
  font-size: 14px;
  color: #9f9f9f;
  line-height: 16px;
  margin-top: 5px;
}

.card .cardLeft .leftItem li a img {
  width: 0.3333rem;
  height: 0.3333rem;
  margin-bottom: 12px;
}

.card .cardLeft .leftItem:last-child ul {
  border: none;
}

.card .cardRight {
  height: 411px;
  width: 494px;
  padding: 30px 40px;
}

.card .cardRight .cardTabs {
  margin-bottom: 0.2083rem;
}

.card .cardRight .cardTabs span {
  margin-right: 0.2083rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #9f9f9f;
  line-height: 36px;
  cursor: pointer;
}

.card .cardRight .cardTabs span:hover {
  color: #282828;
}

.card .cardRight .cardTabs .select {
  color: #282828;
  font-weight: 700;
}

.card .cardRight .inputBox {
  width: 100%;
  height: 64px;
}

.card .cardRight .inputBox input {
  flex: 1;
  padding: 0 0.0781rem;
  background: #f4f6f8;
  height: 100%;
  font-size: 18px;
  box-sizing: border-box;
}

.card .cardRight .inputBox .btn {
  width: 107px;
  height: 100%;
  background: #195ae8;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 16px;
  cursor: pointer;
}

.card .cardRight .bigBtn {
  margin: 0.2604rem 0 0.2083rem;
  font-weight: 700;
  font-size: 18px;
  color: #ffffff;
  width: 100%;
  height: 64px;
  background: #195ae8;
  box-shadow: 0px 4px 20px 0px rgba(25, 90, 232, 0.2);
  position: relative;
}

.card .cardRight .bigBtn::after {
  content: "专业评定";
  background: url("/static//icon/zypd.png") no-repeat center;
  width: 102px;
  height: 32px;
  background-size: 100% 100%;
  position: absolute;
  top: -0.1042rem;
  right: 0.1667rem;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.card .cardRight .dynamic .label {
  font-weight: 400;
  font-size: 16px;
  color: #9f9f9f;
  line-height: 21px;
  padding-right: 25px;
  border-right: 1px solid #dcdcdc;
}

.card .cardRight .dynamic .dynamicSwiper {
  width: calc(100% - 100px);
  height: 40px;
  padding-left: 25px;
}

.card .cardRight .dynamic .dynamicSwiper img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  margin-right: 10px;
}

.card .cardRight .dynamic .dynamicSwiper .nameBox {
  width: 1.2969rem;
}

.card .cardRight .dynamic .dynamicSwiper .nameBox .name {
  font-weight: 700;
  font-size: 16px;
  color: #282828;
}

.card .cardRight .dynamic .dynamicSwiper .nameBox .time {
  font-weight: 400;
  font-size: 14px;
  color: #9e9e9e;
}

.card .cardRight .dynamic .dynamicSwiper .msg {
  width: 1.2969rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.safeguard {
  padding: 0.2083rem 0.2604rem;
  background: #f8f8f8;
  font-weight: 400;
  font-size: 18px;
  color: #a9a9aa;
  line-height: 24px;
}

.safeguard .title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 700;
  font-size: 24px;
  color: #444444;
  line-height: 24px;
  margin-bottom: 19px;
}

.imgLinks {
  margin: 0.4167rem auto;
}

.imgLinks .imgBox {
  width: 2.3958rem;
  height: 200px;
  position: relative;
  z-index: 120;
  cursor: pointer;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.03);
}

.imgLinks .imgBox:hover .rgba {
  background: rgba(29, 89, 232, 0.8);
}

.imgLinks .imgBox .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.imgLinks .imgBox .rgba,
.imgLinks .imgBox .content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.imgLinks .imgBox .rgba {
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.3s;
}

.imgLinks .imgBox .content {
  padding: 40px 20px 20px 40px;
  color: #fff;
  z-index: 100;
}

.imgLinks .imgBox .content .title {
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  margin-bottom: 15px;
}

.imgLinks .imgBox .content .icon {
  position: absolute;
  bottom: 0.1042rem;
  right: 0.1042rem;
  width: 36px;
  height: 36px;
}

.recommend {
  margin-bottom: 80px;
}

.recommend .recommendTitle {
  margin-bottom: 40px;
}

.recommend .recommendTitle a,
.recommend .recommendTitle span {
  color: #a9a9aa;
  font-weight: 400;
  font-size: 16px;
  color: #a9a9aa;
  line-height: 16px;
}

.recommend .recommendTitle .titleText {
  font-weight: 700;
  font-size: 36px;
  color: #282828;
  line-height: 36px;
  margin-right: 10px;
}

.recommend .recommendList {
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  height: 618px;
}

.recommend .recommendList .listLeft {
  width: 274px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #f4f4f4;
}

.recommend .recommendList .listLeft .leftTab {
  margin-bottom: 0.4688rem;
  cursor: pointer;
}

.recommend .recommendList .listLeft .leftTab .tabTitle {
  font-weight: 700;
  font-size: 24px;
  color: #282828;
  line-height: 24px;
  margin-bottom: 0.1042rem;
  position: relative;
  transition: all 0.3s;
}

.recommend .recommendList .listLeft .leftTab .tabTitle::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0;
  width: 4px;
  height: 24px;
  background: #195ae8;
  transition: all 0.3s;
  opacity: 0;
}

.recommend .recommendList .listLeft .avtive .tabTitle {
  margin-left: 22px;
}

.recommend .recommendList .listLeft .avtive .tabTitle::before {
  content: "";
  left: -22px;
  opacity: 1;
}

.recommend .recommendList .listLeft .move {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #195ae8;
  line-height: 16px;
}

.recommend .recommendList .listLeft .move img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.recommend .recommendList .recommendListBox {
  width: calc(100% - 274px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  margin-left: -1px;
}

.recommend .recommendList .recommendListBox .item {
  display: inline-block;
  width: 100%;
  height: 309px;
  border: 1px solid #f4f4f4;
  padding: 0.2083rem 0.1563rem;
  box-sizing: border-box;
}

.recommend .recommendList .recommendListBox .item .name {
  font-weight: 400;
  font-size: 24px;
  color: #282828;
  line-height: 24px;
  margin-bottom: 0.0781rem;
}

.recommend .recommendList .recommendListBox .item .msg {
  font-weight: 400;
  font-size: 16px;
  color: #76829d;
  line-height: 16px;
}

.recommend .recommendList .recommendListBox .item .introduce {
  margin: 0.1563rem 0;
  font-weight: 400;
  font-size: 16px;
  color: #a9a9aa;
  line-height: 16px;
}

.recommend .recommendList .recommendListBox .item .introduce .label {
  font-size: 18px;
  color: #282828;
  margin-top: 0.0781rem;
}

.recommend .recommendList .recommendListBox .item .money {
  font-weight: 400;
  font-size: 16px;
  color: #a9a9aa;
}

.recommend .recommendList .recommendListBox .item .money img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.recommend .recommendList .recommendListBox .item .price {
  color: #ff4242;
  font-weight: 700;
  font-size: 18px;
}

.recommend .recommendList .recommendListBox .item .price .big {
  font-size: 36px;
}

.recommend .recommendList .recommendListBox .item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.recommend .recommendList .recommendListBox .item:hover .name {
  color: #195ae8;
}

.service_container {
  margin-bottom: 0.4167rem;
}

.service_container .ser_title {
  margin-bottom: 0.2083rem;
  align-items: flex-end;
}

.service_container .ser_title .ser_title_l {
  font-size: 0.1875rem;
  font-weight: 700;
  color: #282828;
}

.service_container .ser_title .ser_title_l .ser_title_l_min {
  color: #a9a9aa;
  font-size: 0.0833rem;
  font-weight: normal;
}

.service_container .ser_title .ser_title_r {
  color: #282828;
  font-size: 0.125rem;
}

.service_container .ser_title .ser_title_r .ser_title_right {
  margin-left: 0.2083rem;
  cursor: pointer;
}

.service_container .ser_title .ser_title_r .ser_title_right_active {
  color: #195ae8;
  font-weight: 700;
}

.service_container .service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.service_container .service_list .service_item {
  background: #ffffff;
  padding: 0.2083rem;
  border: 1px solid #f4f4f4;
  cursor: pointer;
  box-sizing: border-box;
}

.service_container .service_list .service_item .service_item_title {
  color: #282828;
  font-size: 0.125rem;
  margin-bottom: 0.1042rem;
  font-weight: 700;
}

.service_container .service_list .service_item .service_item_desc {
  color: #76829d;
  font-size: 0.0833rem;
  margin-bottom: 0.1042rem;
}

.service_container .service_list .service_item .service_line {
  width: 0.0938rem;
  height: 0.0156rem;
  background-color: #d8d8d8;
  margin-bottom: 0.3125rem;
}

.service_container .service_list .service_item .service_handle {
  color: #195ae8;
  font-size: 0.0938rem;
}

.service_container .service_list .service_item .service_handle img {
  width: 0.0833rem;
  height: 0.0833rem;
  margin-left: 0.026rem;
}

.service_container .service_list .service_item:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  z-index: 999;
}

.service_container .service_list .service_item:hover .service_item_title {
  color: #195ae8;
}

.service_container .service_bot_list {
  background-color: #f8f8f8;
  padding: 0.2083rem;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: repeat(5, 1.4583rem);
  grid-gap: 0;
  grid-row-gap: 0.3125rem;
  justify-content: space-between;
}

.service_container .service_bot_list .service_bot_list_item {
  width: 100%;
  color: #76829d;
  font-size: 0.0729rem;
  min-width: 0;
}

.service_container .service_bot_list .service_bot_list_item .title {
  margin-bottom: 0.1042rem;
  color: #444444;
  font-size: 0.1042rem;
  font-weight: 700;
}

.service_container .service_bot_list .service_bot_list_item p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0.0521rem;
}

.dynamic_list {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}

.dynamic_list .dynamic_left {
  padding: 0.2083rem 0.2083rem 0;
  flex: 1;
}

.dynamic_list .dynamic_left .dynamic_left_title .dynamic_left_title_right {
  font-size: 0.0833rem;
  color: #a9a9aa;
  cursor: pointer;
}

.dynamic_list .dynamic_left .dynamic_left_title .dynamic_left_title_right img {
  width: 0.0833rem;
  height: 0.0833rem;
}

.dynamic_list .dynamic_left .dynamic_left_title .dynamic_left_title_item {
  color: #444444;
  font-size: 0.1042rem;
  margin-right: 0.3125rem;
  margin-bottom: 0.125rem;
  cursor: pointer;
}

.dynamic_list .dynamic_left .dynamic_left_title .dynamic_left_title_item .dynamic_left_title_item_img {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0313rem;
}

.dynamic_list .dynamic_left .dynamic_left_title .dynamic_left_title_item_active {
  color: #195ae8;
  font-weight: 700;
}

.dynamic_list .dynamic_left .dynamic_img {
  height: 1.4063rem;
}

.dynamic_list .dynamic_left .dynamic_left_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.401rem;
  height: 1.3646rem;
}

.dynamic_list .dynamic_left .dynamic_left_list .dynamic_left_list_item {
  padding: 0.1563rem 0;
  border-bottom: 1px solid #f6f6f6;
  color: #282828;
  font-size: 0.0938rem;
  cursor: pointer;
}

.dynamic_list .dynamic_left .dynamic_left_list .dynamic_left_list_item .right {
  color: #a9a9aa;
}

.dynamic_list .dynamic_left .dynamic_left_list .dynamic_left_list_item:nth-last-child(1), .dynamic_list .dynamic_left .dynamic_left_list .dynamic_left_list_item:nth-last-child(2) {
  border-bottom-color: transparent;
}

.dynamic_list .dynamic_left .dynamic_left_list .dynamic_left_list_item:hover {
  color: #1d59e8;
}

.dynamic_list .dynamic_right {
  width: 2.4792rem;
  box-sizing: border-box;
  border-left: 1px solid #f4f4f4;
  padding: 0.1563rem 0.2083rem 0;
  height: 3.2448rem;
  box-sizing: border-box;
}

.dynamic_list .dynamic_right .dynamic_right_title {
  padding-bottom: 0.1042rem;
  border-bottom: 1px solid #f4f4f4;
}

.dynamic_list .dynamic_right .dynamic_right_title .dynamic_right_title_l {
  font-weight: 700;
  color: #195ae8;
  font-size: 0.1042rem;
}

.dynamic_list .dynamic_right .dynamic_right_title .dynamic_right_title_l img {
  width: 0.125rem;
  height: 0.125rem;
  margin-right: 0.0313rem;
}

.dynamic_list .dynamic_right .dynamic_right_title .dynamic_right_title_r {
  font-size: 0.0833rem;
  font-weight: 400;
  color: #a9a9aa;
}

.dynamic_list .dynamic_right .dynamic_right_title .dynamic_right_title_r img {
  width: 0.0833rem;
  height: 0.0833rem;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item {
  border-top: 1px solid #f4f4f4;
  padding: 0.1563rem 0;
  font-size: 0.0938rem;
  color: #282828;
  cursor: pointer;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item .dynamic_list_item_t {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_active .dynamic_list_item_t {
  font-size: 0.0938rem;
  font-weight: 700;
  color: #282828;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_none {
  padding-top: 0.0781rem;
  display: none;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_none .dynamic_list_item_desc {
  color: #9e9e9e;
  font-size: 0.0833rem;
  font-weight: 400;
  margin-bottom: 0.1042rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_none .dynamic_list_item_go {
  color: #195ae8;
  font-size: 0.0938rem;
  font-weight: 700;
  justify-content: flex-end;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_none .dynamic_list_item_go img {
  width: 0.125rem;
  height: 0.125rem;
  margin-bottom: 0.0208rem;
  margin-left: 0.0208rem;
}

.dynamic_list .dynamic_right .dynamic_right_list .dynamic_list_item_none_active {
  display: block;
}
