/* line 4, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* line 8, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .top-content {
  margin-bottom: 0 !important;
}
/* line 11, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 44px;
}
/* line 16, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .btn {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  text-shadow: none;
  background: #12172e;
  color: #fff;
}
/* line 28, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form select {
  padding-right: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: rgba(112, 112, 112, 0.6);
}
/* line 35, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form option[value=""][disabled] {
  display: none;
}
/* line 38, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form select:focus {
  color: #333;
}
/* line 41, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form option:first-of-type {
  color: #707070;
}
/* line 44, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form option:not(:first-of-type) {
  color: #707070;
}
/* line 48, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form input::-webkit-input-placeholder {
  /* Edge */
  color: rgba(112, 112, 112, 0.6);
}
/* line 53, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(112, 112, 112, 0.6);
}
/* line 58, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form input::placeholder {
  color: rgba(112, 112, 112, 0.6);
}
/* line 62, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .select2-selection__rendered {
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 69, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .select2-container {
  margin: 12px 20px 12px 0;
}
/* line 72, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .select2-selection {
  background: url(/assets/input-9296f7535aafaaf302cf49f2aa132cb5a8c66b423473476ee8032387b4b0fcfa.png) no-repeat center;
  width: 248px;
  height: 44px !important;
  border: 0;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  display: inline-block;
}
/* line 81, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .select2-selection__arrow {
  height: 42px !important;
  right: 11px !important;
}
/* line 85, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form .select2-selection__arrow b {
  background: url(/assets/arrow-e7332265f856129872c9081b817c074831412acf15a847dbad9e3d00f168aa51.png) no-repeat center;
  border: 0;
  right: 0;
  top: 0;
  margin: 0;
  left: auto;
  width: 41px;
  height: 41px;
}
/* line 97, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form input,
.lawyer .about-body .about-content .search-container .search-form select {
  text-align: center;
  background: url(/assets/input-9296f7535aafaaf302cf49f2aa132cb5a8c66b423473476ee8032387b4b0fcfa.png) no-repeat center;
  margin: 12px 20px 12px 0;
  width: 248px;
  height: 44px !important;
  border: 0;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  display: inline-block;
}
/* line 108, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .search-form input:last-child,
.lawyer .about-body .about-content .search-container .search-form select:last-child {
  margin-right: 0;
}
/* line 113, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container {
  border: 1px solid #707070;
  width: 1052px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}
/* line 121, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .empty {
  color: #707070;
  text-align: center;
}
/* line 125, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 129, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer {
  border: 1px solid #707070;
  text-decoration: none;
  margin: 18px;
  width: 360px;
  display: flex;
  height: 234px;
}
/* line 137, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer:hover .info {
  background-color: #07244a;
  color: #fff;
}
/* line 140, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer:hover .info .occupational_area,
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer:hover .info .location {
  color: #fff;
}
/* line 145, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer:hover .bottom-location {
  color: #fff !important;
}
/* line 149, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .avatar {
  width: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #707070;
  overflow: hidden;
}
/* line 156, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 162, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  padding: 24px 0;
}
/* line 169, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info .top,
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info .bottom {
  width: 120px;
  text-align: center;
}
/* line 174, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info .name {
  border-bottom: 1px solid #707070;
  margin-bottom: 8px;
}
/* line 178, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info .occupational_area,
.lawyer .about-body .about-content .search-container .result-container .search-lawyers .search-lawyer .info .bottom-location {
  color: #707070;
}
/* line 185, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .result {
  width: 800px;
  max-width: 100%;
}
/* line 189, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .filter-container {
  width: 699px;
  max-width: 100%;
}
/* line 193, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .container-head {
  color: #707070;
  display: flex;
  align-items: center;
  margin: 48px 0 24px 0;
  text-transform: uppercase;
}
/* line 199, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .container-head span {
  margin: 0 12px;
}
/* line 202, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .container-head .line {
  background-color: #707070;
  flex: 1;
  margin: 0;
}
/* line 208, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .majors,
.lawyer .about-body .about-content .search-container .result-container .locations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* line 213, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .majors .major,
.lawyer .about-body .about-content .search-container .result-container .majors .location,
.lawyer .about-body .about-content .search-container .result-container .locations .major,
.lawyer .about-body .about-content .search-container .result-container .locations .location {
  width: 180px;
  height: 28px;
  margin: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  color: #333;
  text-decoration: none;
}
/* line 224, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .majors .major:hover,
.lawyer .about-body .about-content .search-container .result-container .majors .location:hover,
.lawyer .about-body .about-content .search-container .result-container .locations .major:hover,
.lawyer .about-body .about-content .search-container .result-container .locations .location:hover {
  color: #fff;
  background-color: #07244a;
}
/* line 230, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .letters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/* line 235, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .letters .letter {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  margin: 12px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
/* line 247, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .letters .letter.disabled {
  color: #707070;
  font-weight: 100;
}
/* line 251, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .search-container .result-container .letters .letter:hover:not(.disabled) {
  background-color: #07244a;
  color: #fff;
}
/* line 259, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .content {
  width: 1024px;
  max-width: 90%;
  padding: 20px;
  border: 1px solid #707070;
}
/* line 265, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content {
  margin-bottom: 48px;
}
/* line 267, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 50px;
}
/* line 273, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .title-group img {
  margin: 0 8px;
}
/* line 276, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .title-group a {
  margin: 0 4px;
}
/* line 279, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .title-group .right-icon {
  transform: rotate(180deg);
}
/* line 283, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
/* line 287, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers .lawyer-group {
  width: 180px;
  height: 234px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 12px 14px;
  border: 1px solid #707070;
}
/* line 296, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers .lawyer-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 301, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers .lawyer-group .backdrop {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(20, 24, 45, 0.8);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  text-align: center;
}
/* line 314, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers .lawyer-group .backdrop .name {
  margin-bottom: 6px;
  min-width: 102px;
  border-bottom: 1px solid #707070;
  padding: 4px 0;
}
/* line 320, /root/jilai_code/app/assets/stylesheets/lawyer.scss */
.lawyer .about-body .about-content .top-content .top-lawyers .lawyer-group .backdrop .occupational_area {
  font-size: 9px;
}
/* line 1, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail {
  background-color: #151a2f;
  color: #333333;
  font-size: 16px;
}
/* line 5, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .item-title {
  font-weight: bold;
}
/* line 8, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .about-content {
  padding-bottom: 0;
}
/* line 11, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .content {
  padding: 60px 5% !important;
  border-bottom: 0 !important;
}
/* line 15, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .title-group {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 50px;
  color: #13182f;
}
/* line 22, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .title-group img {
  margin: 0 8px;
}
/* line 25, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .title-group a {
  margin: 0 4px;
}
/* line 28, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .title-group .right-icon {
  transform: rotate(180deg);
}
/* line 32, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content {
  display: flex;
  margin-bottom: 80px;
}
/* line 35, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content .picture {
  width: 280px;
  height: 358px;
  border: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 56px;
}
/* line 43, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content .picture img {
  width: 255px;
  height: 100%;
  object-fit: cover;
}
/* line 49, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content .top-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* line 53, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content .top-right .name {
  background: url(/assets/name-bg-25d29838377209f77769b8dd55a1a417458bb92c65dd06276f8c4b4261d86c63.png) no-repeat center;
  width: 145px;
  height: 50px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
/* line 64, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .top-content .top-right .lawyer-title {
  margin-top: 18px;
  font-size: 20px;
  min-width: 145px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}
/* line 74, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .item {
  margin-bottom: 48px;
}
/* line 76, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .item .item-title {
  display: flex;
  align-items: center;
  color: #12172e;
  margin-bottom: 18px;
  font-size: 20px;
}
/* line 82, /root/jilai_code/app/assets/stylesheets/lawyer_detail.scss */
.lawyer-detail .item .item-title .text {
  margin: 0 12px;
}
