/* 律师库 */
.la-search-wrap {
  padding: 24px;
  background-color: #fff;
  margin-bottom: 15px;
}
.la-dt {
  width: 170px;
  height: 46px;
  border-radius: 5px;
  border: 1px solid #a6a6a6;
  color: #a6a6a6;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 0 24px;
}
/*.la-dt:hover {*/
/*  border-color: transparent;*/
/*  background-color: var(--primary);*/
/*  color: #fff;*/
/*}*/
.la-sea-btn {
  width: 97px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 16PX;
}
.la-search-box {
  flex-shrink: 0;
  width: 600px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.la-sea-block {
  height: 46px;
  padding: 0 24px;
  background-color: rgba(204, 204, 204, 0.2);
}
.la-sea-block i {
  font-size: 26px;
  color: #c4c4c4;
}
.la-sea-input {
  flex: 1;
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
}
.la-sea-input::placeholder {
  color: #bababa;
}


.la-item {
  background-color: #fff;
  padding: 24px;
  margin-bottom: 18px;
}
.la-item i {
  position: absolute;
  right: 24px;
  bottom: 24px;
  font-size: 30px;
}
.la-item:hover {
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.04);
}
.la-item:hover i {
  color: var(--primary);
}
.la-img {
  overflow: hidden;
  border-radius: 5px;
  width: 160px;
  height: 160px;
  margin-right: 55px;
}
.la-tags {
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap;
  overflow-x: auto;
  gap: 8px;
}
.la-tag {
  height: 27px;
  font-size: 13px;
}
.la-title3 {
  width: fit-content;
  font-size: 19px;
  color: #666;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--primary);
}

.la-popup-msg {
  display: none;
  width: 750px;
}
.la-form {
  padding: 50px 60px 40px 90px;
}
.la-form-item {
  margin-bottom: 16px;
}
.la-form-block {
  min-height: 50px;
  padding: 0 12px;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.layui-input::placeholder, .layui-textarea::placeholder {
  font-size: 15px;
  color: #555;
}
.la-form-block .layui-input {
  border: none;
  flex: 1;
  font-size: 16px;
  line-height: 2;
  background: transparent;
}
.la-form-block .layui-textarea {
  padding: 16px 10px;
  min-height: 120px;
  border: none;
  background-color: transparent;
}
.la-sub {
  margin: 40px auto 0;
  display: block;
  width: 400px;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
}
.layui-layer-content {
  overflow: visible;
}

/* 模板文书 */
.la-list2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
}
.la-item2 {
  background-color: #fff;
  padding: 18px;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
.la-item2:hover {
  background-image: linear-gradient(180deg, rgba(235, 243, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border-color: #fff;
}
.la-item2:hover .la-down2 {
  background: var(--primary);
  color: #fff;
}
.ld-hd2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 12px;
}
.ld-hd2 img {
  height: 30px;
  width: auto;
  margin-right: 8px;
}
.la-text2 {
  color: #666;
  line-height: 1.8;
  height: 54px;
  margin-bottom: 18px;
}
.la-down2 {
  border-radius: 5px;
  height: 32px;
  background-color: rgba(128, 128, 128, 0.1);
  color: #a6a6a6;
}

.la-popup2 {
  display: none;
  width: 680px;
}
.la-radio {
  box-sizing: border-box;
  padding: 0 20px;
  width: 310px;
  height: 58px;
  border-radius: 5px;
  background-color: rgba(204, 204, 204, 0.3);
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i {
  color: var(--primary);
}
.layui-form-radio {
  margin: 0;
}

/* 定制文书 */
.la-list3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px 23px;
}
.la-line3 {
  margin: 15px 0;
  height: 1px;
  background-color: rgba(235, 235, 235, 1);
  transform: scaleY(0.5);
}