/* 律师百科落地页 */
html,
body {
  width: 100%;
  height: 100%;
}

/* 清除浮动 */
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.bluecolor {
  color: #1c64b9;
}

/* 样式 */
.enter-wrapper .header-wrapper {
  background-image: url(/static/Public/images/LawyerBaike/enterPage_03.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.header-wrapper .jufa-header {
  background: transparent;
  border-bottom: 0;
  height: 80px;
}
.gd_bg {
  position: relative;
}
.gd_bg .gd_text {
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.gd_bg .gd_text .gd_text_title {
  font-size: 80px;
  font-weight: 400;
  color: #ffffff;
  line-height: 80px;
  margin-bottom: 144px;
}
.gd_bg .gd_text .gd_text_btn {
  width: 198px;
  height: 50px;
  background: linear-gradient(90deg, #fae0a9 0%, #fec675 100%);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #9a6429;
  line-height: 50px;
  border: 0;
}
.gd_bg .gd_text .gd_text_btn img {
  margin-left: 12px;
}

.gd_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0px;
  background-color: #fff;
  z-index: -1;
  overflow: hidden;
}

.enterPage_content {
  width: 100%;
  position: absolute;
  left: 0;
  top: 80px;
  z-index: 4;
  background: transparent;
}
/* 第一模块 */
.box_1 {
  width: 100%;
  background-image: url(/static/Public/images/LawyerBaike/enterPage_04.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f2f2f2;
  padding-top: 20px;
}
.box_inner {
  width: 1168px;
  margin: 0 auto;
}
.box_1 .box_1_left {
  float: left;
  width: 510px;
  margin-top: 106px;
}
.box_1 .box_1_right {
  float: right;
  width: calc(100% - 510px);
}
.box_1_left .lawyerPage_title {
  font-size: 60px;
  font-weight: 400;
  color: #101e35;
}
.box_1_left .lawyerPage_desc {
  font-size: 18px;
  font-weight: 400;
  color: #57616f;
  line-height: 28px;
  margin: 32px 0 43px;
}
.box_1_left .left_btns .btn_create {
  width: 148px;
  height: 50px;
  background: linear-gradient(121deg, #0080e9 0%, #1c64b9 100%);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  border: 0;
  margin-right: 32px;
  cursor: pointer;
}
.box_1_left .left_btns .btn_phone {
  width: 148px;
  height: 50px;
  border: 1px solid #1c64b9;
  font-size: 16px;
  font-weight: 400;
  color: #1c64b9;
  cursor: pointer;
  background: transparent;
}

.box_1_right img {
  position: relative;
  /* left: -125px; */
  width: 100% !important;
  height: auto !important;
  top: 72px;
}
/* 第二模块 */
.box_2 {
  width: 100%;
  background-image: url(/static/Public/images/LawyerBaike/enterPage_07.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #f2f2f2;
  padding-top: 185px;
  padding-bottom: 203px;
}
.box_2_desc_1 {
  font-size: 42px;
  text-align: center;
}
.box_2_desc_2 {
  font-size: 18px;
  color: #57616f;
  line-height: 28px;
  margin: 57px auto 151px;
  text-align: center;
}
.item_title {
  text-align: center;
}
.item_title .title_wrap {
  display: inline-block;
  position: relative;
}
.item_title .item_title_text {
  font-size: 34px;
  font-weight: 600;
  color: #101e35;
  position: relative;
}
.title_wrap img {
  position: absolute;
  right: 0;
  bottom: -6px;
}
/* 第三模块 */
.box_3 {
  background: #f2f2f2;
  width: 100%;
}
.box_3_left {
  float: left;
  width: 340px;
  margin-right: 120px;
}
.box_3 .func_title {
  font-size: 32px;
  font-weight: 600;
  color: #111e36;
  line-height: 45px;
  margin: 85px 0 35px;
}
.box_3 .func_desc {
  font-size: 18px;
  font-weight: 400;
  color: #111e36;
  width: 340px;
  margin-bottom: 410px;
  line-height: 34px;
  text-align: justify;
}
.box_3_right {
  float: right;
  width: calc(100% - 460px);
}
.box_3_right img {
  position: relative;
  left: 0;
  top: -135px;
  width: 100% !important;
  height: auto !important;
}

/* 第四模块 */
.box_4 {
  background: #f2f2f2;
  width: 100%;
}
.box_4_left {
  float: right;
  width: 340px;
  margin-left: 40px;
}
.box_4_left .func_title {
  font-size: 32px;
  font-weight: 600;
  color: #111e36;
  line-height: 45px;
  margin: 140px 0 35px;
}
.box_4_left .func_desc {
  font-size: 18px;
  font-weight: 400;
  color: #111e36;
  width: 340px;
  margin-bottom: 463px;
  line-height: 34px;
  text-align: justify;
}
.box_4_right {
  float: left;
  width: calc(100% - 380px);
}
.box_4_right img {
  position: relative;
  left: 0;
  top: -135px;
}
/* 第五模块 */
.box_5 {
  background: #f2f2f2;
  width: 100%;
}
.box_5_left {
  float: left;
  width: 340px;
  margin-right: 60px;
}
.box_5 .func_title {
  font-size: 32px;
  font-weight: 600;
  color: #111e36;
  line-height: 45px;
  margin: 220px 0 35px;
}
.box_5 .func_desc {
  font-size: 18px;
  font-weight: 400;
  color: #111e36;
  width: 340px;
  margin-bottom: 429px;
  line-height: 34px;
  text-align: justify;
}
.box_5_right {
  float: right;
  width: calc(100% - 400px);
}
.box_5_right img {
  position: relative;
  left: 0;
  top: 0;
  width: 100% !important;
  height: auto !important;
}

/* 第六模块 */
.box_6 {
  background: #f2f2f2;
  width: 100%;
}
.box_6_left {
  float: right;
  width: 340px;
  margin-left: 104px;
}
.box_6_left .func_title {
  font-size: 32px;
  font-weight: 600;
  color: #111e36;
  line-height: 45px;
  margin: 363px 0 35px;
}
.box_6_left .func_desc {
  font-size: 18px;
  font-weight: 400;
  color: #111e36;
  width: 340px;
  margin-bottom: 255px;
  line-height: 34px;
  text-align: justify;
}
.box_6_right {
  float: left;
  width: calc(100% - 444px);
}
.box_6_right img {
  position: relative;
  left: 0;
  top: 0;
}

/* 第七模块 */
.box_7 {
  padding-top: 120px;
  padding-bottom: 120px;
  background: #f2f2f2;
  width: 100%;
}
.box_7_mid {
  font-size: 16px;
  font-weight: normal;
  color: #232a32;
  line-height: 28px;
  margin: 22px auto 60px;
  width: 750px;
}
.box_7_bot .box_7_item {
  float: left;
  width: calc(33.3% - 60px);
  text-align: center;
  margin: 0 30px;
}
.box_7_item .box_item_name {
  font-size: 38px;
  margin: 41px auto 28px;
}
.box_7_item .box_item_desc {
  font-size: 16px;
  font-weight: 400;
  color: #232a32;
  line-height: 24px;
}

/* 第8模块 */
.box_8 {
  height: 600px;
  width: 100%;
  background-color: transparent;
}
/* 第九模块 */
.box_9 {
  margin-top: 600px;
  padding-top: 80px;
  background: #fff;
  width: 100%;
}
.box_9_top {
  margin-bottom: 30px;
}
.box_9_bot {
  width: 100%;
  /* height: 216px; */
  padding-bottom: 20px;
}
.swipper_dt {
  width: 100%;
  height: 56px;
  margin: 0 auto 24px;
  overflow: hidden;
}

.swipper_dt ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.swipper_dt li {
  list-style: none;
  width: auto;
  height: 100%;
  position: relative;
  transition: all 0.6s;
  box-sizing: border-box;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  background: #f5f5f5;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #111e36;
  line-height: 56px;
  text-align: center;
  margin-right: 30px;
  padding: 0 24px;
}
.swipper_dt li .yellow {
  color: #d1a677;
}

.swipper_dt li:hover {
  z-index: 1;
  transform: scale(1.1);
}

.swipper_dt img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  box-sizing: border-box;
  margin-right: 12px;
}

/* 律师风采 */
.item_title_desc {
  font-size: 16px;
  font-weight: normal;
  color: #232a32;
  text-align: center;
  margin: 22px auto 40px;
  line-height: 28px;
}
.box_10 {
  padding-top: 70px;
  background: #fff;
  width: 100%;
}
.box_10_top {
  margin-bottom: 30px;
}

.box_10_bot {
  width: 100%;
  /* height: 216px; */
}
.swipper_ly {
  width: 100%;
  height: 364px;
  padding: 0 0 24px;
  overflow: hidden;
  background: #ffffff;
  padding-top: 8px;
  position: relative;
}

.swipper_ly ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  white-space: nowrap;
}

.swipper_ly li {
  list-style: none;
  width: 260px;
  height: 330px;
  position: relative;
  transition: all 0.6s;
  box-sizing: border-box;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  background: #ffffff;
  box-shadow: 0px 2px 21px 0px rgba(89, 93, 99, 0.1);
  border-radius: 15px;
  text-align: center;
  margin-right: 36px;
  padding: 24px 18px;
}

.swipper_ly li:hover {
  /* z-index: 1; */
  /* transform: scale(1.1); */
}
.swipper_ly li .ly_name {
  font-size: 16px;
  font-weight: 500;
  color: #232a32;
  margin: 12px auto 18px;
}
.swipper_ly li .ly_pos {
  font-size: 14px;
  font-weight: 400;
  color: #848c96;
  height: 20px;
}
.swipper_ly li .ly_tip {
  margin: 13px auto 18px;
}
.swipper_ly li .ly_tip .ly_jp {
  font-size: 14px;
  font-weight: 400;
  color: #d1a677;
  background: #faefd6;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0 4px;
}
.swipper_ly li .ly_tip .ly_nd {
  font-size: 14px;
  font-weight: 400;
  color: #1c64b9;
  background: #e9f3ff;
  border-radius: 4px;
  padding: 2px 6px;
  margin: 0 4px;
}
.swipper_ly li .ly_desc {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #848c96;
  /* 该方法适用于WebKit浏览器及移动端 */
  /* 多行start */
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 块元素显示的文本的行数 */
  line-clamp: 3;
  /* 此属性不生效 */
  -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方式 ,盒子行数根据高度来计算 */
  overflow-wrap: break-word; /* 设置div换行 */
  /* 多行end */
  white-space: normal;
  text-align: left;
  height: 54px;
}
.swipper_ly li .ly_btn {
  width: 224px;
  height: 30px;
  background: rgba(203, 210, 226, 0.18);
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #1c64b9;
  border: 0;
  margin-top: 18px;
}
.swipper_ly li .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.ly_name img {
  position: relative;
  top: -2px;
  margin-left: 3px;
  width: 16px;
}
.ly_btn img {
  margin-left: 5px;
}
.left_btn,
.right_btn {
  width: 107px;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.left_btn {
  left: 0;
}
.right_btn {
  right: 0;
}
.left_btn img {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -50%);
}
.right_btn img {
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translate(0, -50%);
}

/* 合作机构 */

.box_11 .item_title_desc {
  font-size: 16px;
  font-weight: normal;
  color: #232a32;
  text-align: center;
  margin: 22px auto 40px;
  line-height: 28px;
}
.box_11 {
  padding-top: 80px;
  background: #fff;
  width: 100%;
}
.box_11_top {
  margin-bottom: 60px;
}

.box_11_bot {
  width: 100%;
  padding-bottom: 80px;
}
.organList {
  padding: 60px 0 10px;
  width: 1168px;
  margin: 0 auto;
}
.organList .organ_item {
  width: 24%;
  height: 76px;
  background: #ffffff;
  box-shadow: 0px 2px 21px 0px rgba(89, 93, 99, 0.1);
  border-radius: 15px;
  margin-top: 16px;
  margin-left: 1%;
  text-align: center;
  line-height: 76px;
  display: inline-block;
}
/* .organList .organ_item img{
  width: 100%;
  object-fit: contain;
} */

/* 数据隐私安全 */
.box_12 .item_title_desc {
  font-size: 16px;
  font-weight: normal;
  color: #232a32;
  text-align: center;
  margin: 22px auto 54px;
  line-height: 28px;
}
.box_12 {
  padding-top: 80px;
  background: #fff;
}
.box_12_top {
  margin-bottom: 22px;
}
.box_12_bot {
  text-align: center;
  padding-bottom: 70px;
}

/* 注册弹窗 */
.ly_register_dialog .ly_register_content {
  width: 482px;
  background-color: #fff;
  position: relative;
}
.ly_register_dialog button.close {
  position: absolute;
  right: 7px;
  top: -47px;
  color: #57616f;
  font-size: 28px;
}
.ly_register_dialog .con_tit {
  font-size: 22px;
  font-weight: normal;
  color: #111e36;
  line-height: 28px;
  text-shadow: 0px 0px 59px rgba(255, 255, 255, 0.26);
  text-align: center;
  margin-top: 50px;
}
.ly_register_dialog .register_ul_wrapper {
  margin-top: 14px;
  padding: 0 60px;
}
.ly_register_dialog .register_ul .reg_item {
  margin-bottom: 10px;
  border-bottom: 1px solid #dbddde;
  padding: 12px 0;
  position: relative;
}
.ly_register_dialog .register_ul .reg_item input {
  border: 0;
  font-size: 14px;
  font-weight: 400;
  color: #111e36;
  line-height: 20px;
}
.register_ul .reg_item input {
  width: 100%;
}

.ly_register_dialog .register_ul .reg_item .office_list {
  display: none;
  width: 100%;
  position: absolute;
  top: 50px;
  background: #fbfbfb;
  box-shadow: 0px 2px 16px 3px rgba(67, 80, 97, 0.12);
  border-radius: 2px;
  max-height: 260px;
  overflow-y: auto;
  z-index: 3;
}
.reg_item .office_list .office_item {
  height: 36px;
  font-size: 14px;
  font-weight: 400;
  color: #525c6a;
  line-height: 36px;
  padding-left: 10px;
  cursor: pointer;
}
.reg_item .office_list .office_item:hover {
  background-color: #ecf2fa;
}
.office_list .office_item .cur_input_val {
  color: #1c64b9;
}
.register_ul .reg_item .input_yzm {
  width: calc(100% - 90px);
}
.register_ul .reg_item .ly_getcode,
.ly_seconds {
  width: 84px;
  display: inline-block;
  border-left: 1px solid #dbddde;
  font-size: 14px;
  font-weight: 400;
  color: #1c64b9;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
}
.ly_seconds {
  display: none;
}
.must_chose_item {
  margin-bottom: 27px;
}
.must_chose_item span {
  font-size: 14px;
  font-weight: 400;
  color: #525c6a;
  line-height: 20px;
}
.must_check {
  display: none;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.must_check.active {
  display: inline-block;
}
.ly_create_btn_wrap {
  text-align: center;
  margin-bottom: 30px;
}
.ly_register_dialog .ly_create_btn {
  width: 362px;
  height: 48px;
  background: #1c64b9;
  box-shadow: 0px 0px 59px 0px rgba(255, 255, 255, 0.26);
  border-radius: 3px;
  border: 0;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}
.ly_register_dialog .ly_order_btn {
  width: 362px;
  height: 48px;
  background: #1c64b9;
  box-shadow: 0px 0px 59px 0px rgba(255, 255, 255, 0.26);
  border-radius: 3px;
  border: 0;
  margin: 0 auto;
  color: #fff;
  cursor: pointer;
}
/* 客服咨询 */
.box_1_left .left_btns {
  position: relative;
}
.kefu_wrapper {
  position: absolute;
  right: -13px;
  top: 0;
  z-index: 4;
  display: none;
}
.contact_box {
  background: #fff;
  color: #8c8c8c;
  font-size: 14px;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0px 0px 10px 6px rgba(189, 204, 221, 0.18);
}

.contact_box > img {
  width: 140px;
  display: block;
}

.contact_box span {
  display: block;
  padding: 10px 0;
  text-align: center;
}

.contact_box p {
  color: #487bee;
  font-weight: bold;
  padding: 3px 0;
}

.contact_box p img {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

.contact_box i {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background-image: url("/static/Public/images/lawyerDownload/20.png");
  background-size: 100% 100%;
}

/* 头像 */
#myInfoBtn > div {
  top: -15px !important;
}

/* 预约弹窗 */

#makeOrderDialog {
  width: 100%;
  height: 100%;
}

#makeOrderDialog .make_order_dialog {
  width: 830px;
  height: 590px;
  background: #fff;
  padding: 50px 75px;
}

#makeOrderDialog .content_inner,
.make_order_content,
.make_order_body {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}

#makeOrderDialog .content_inner .order_title {
  color: #111e36;
  line-height: 28px;
  text-shadow: 0px 0px 59px rgba(255, 255, 255, 0.26);
  text-align: center;
  font-size: 22px;
  margin-bottom: 26px;
}

#makeOrderDialog .content_inner .order_tip {
  color: #9299a6;
  line-height: 22px;
  text-shadow: 0px 0px 59px rgba(255, 255, 255, 0.26);
  margin-bottom: 13px;
}

#makeOrderDialog .content_inner p {
  color: #111e36;
  line-height: 28px;
  text-shadow: 0px 0px 59px rgba(255, 255, 255, 0.26);
  font-size: 16px;
}

#makeOrderDialog .content_inner .button_wrap {
  text-align: center;
}

#makeOrderDialog .content_inner .iknow_btn {
  width: 362px;
  height: 48px;
  background: #1c64b9;
  box-shadow: 0px 0px 59px 0px rgba(255, 255, 255, 0.26);
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 53px;
}

#makeOrderDialog .close {
  position: relative;
  top: -25px;
  right: -35px;
  font-size: 30px;
}

.jufa-header {
  width: 1168px !important;
}


/* 审核弹窗 */
.approvedDialog {
  width: 100%;
  height: 100%;
}

.approvedDialog .approved_dialog {
  width: 482px;
  height: 600px;
  background: #FFFFFF;
  box-shadow: 0px 0px 59px 0px rgba(255,255,255,0.26);
  border-radius: 4px;
}

.approvedDialog .approved_dialog.fail_dia {
  height: 550px;
}

.approvedDialog .content_inner,
.approved_content,
.approved_body {
  width: 100%;
  height: 100%;
  border: 0;
  box-shadow: none;
}

.approvedDialog .content_inner{
  padding-top: 49px;
}

.approvedDialog .content_inner .tit {
  font-size: 22px;
  color: #111E36;
  margin-bottom: 33px;
  text-align: center;
}

.approvedDialog .content_inner .status_img{
  text-align: center;
  margin-bottom: 25px;
}

.approvedDialog .content_inner .status_img img{
  width: 100px;
  height: 100px;
}

.approvedDialog .content_inner p {
  font-size: 16px;
  color: #111E36;
  line-height: 28px;
  text-shadow: 0px 0px 59px rgba(255,255,255,0.26);
  text-indent: 2em;
  width: 372px;
  margin: 0 auto;
}

.approvedDialog .content_inner .blue_color_btn {
  color: #0465D7;
  cursor: pointer;
}

.approvedDialog .ercode_img {
  text-align: center;
  margin-top: 10px;
}

.approvedDialog .ercode_img  img{
  width: 200px;
  height: 200px;
}


.approvedDialog button.close{
  margin-top: 10px;
  margin-right: 10px;
}


/* 律师百科提示框 */
.laywerBaikeTipWrap {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1051;
}
.laywerBaikeTipInner {
  width: 400px;
  padding: 20px 30px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  color: #333;
  text-align: left;
  height: 180px;
  padding-top: 43px;
}
.laywerBaikeTipInner p {
  margin-bottom: 35px;
}
.laywerBaikeTipBtnsWrap {
  text-align: right;
}
.laywerBaike_confirm_tip_btn {
  width: 72px;
  height: 36px;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background: #0052d9;
  color: #ffffff;
}
.laywerBaike_cancel_tip_btn {
  width: 72px;
  height: 36px;
  border-radius: 4px;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid rgba(38, 38, 38, 0.3);
  color: #666;
  margin-right: 8px;
  background-color: #fff;
}

