@charset "UTF-8";
html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: Microsoft YaHei, Verdana, Arial, Helvetica, sans-serif;
}

body .page {
  font-size: 0;
}

body .page > div {
  font-size: 14px;
}

.inner {
  width: 1150px;
  margin: 0 auto;
}

.row {
  margin: 15px auto;
}

* {
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
button,
textarea {
  outline: none;
}

input::-ms-clear {
  display: none;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.fl {
  float: left;
}

/*select*/
/*词条*/
.tag {
  color: #6094cd;
  border: 1px solid #a9c4df;
  height: 32px;
  line-height: 32px;
  padding: 0 5px 0 10px;
  margin: 0 10px 5px 0;
  border-radius: 3px;
}

.tag i {
  font-size: 14px;
  margin-left: 5px;
  line-height: 32px;
  cursor: pointer;
}

/*滚动条*/
.scrollbar {
  overflow: hidden;
  position: relative;
}

.scrollbar .scrollbar__wrap {
  overflow: scroll;
}

/*下拉列表*/
.select-dropdown {
  position: absolute;
  z-index: 1001;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 5px 0;
  min-width: 161px;
  transform-origin: center top;
}

.select-dropdown .select-dropdown__wrap .select-dropdown__list {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}

.select-dropdown .select-dropdown__wrap .select-dropdown__list .select-dropdown__item {
  text-align: center;
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}

.select-dropdown .select-dropdown__wrap .select-dropdown__list .select-dropdown__item:hover {
  background-color: #f5f7fa;
}

.select-dropdown .select-dropdown__wrap .select-dropdown__list .selected {
  color: #409eff;
  font-weight: 700;
}

.content {
  padding-top: 60px;
  padding-bottom: 154px;
}

#header {
  width: 100%;
  font-size: 14px;
}

body[type="test"] #header {
  background: url("../assets/image/hd.png") no-repeat 0 0;
}

body[type="court"] #header {
  background: url("http://192.2.102.164/wenshu/assets/image/hd.png") no-repeat 0 0;
}

body[type="prod"] #header {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hd.png") no-repeat 0 0;
}

body[type="relate"] #header {
  background: url("../assets/image/hd.png") no-repeat 0 0;
}

#header #headbox {
  max-width: 1350px;
  width: 100%;
  height: 73px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

#header #headbox .nav {
  margin-left: 20px;
}

#header #headbox .nav ul {
  display: flex;
  flex-wrap: wrap;
  color: #808b93;
}

#header #headbox .nav ul.first li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#header #headbox .nav ul li a {
  text-align: center;
  color: #808b93;
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  padding: 0 10px;
}

#header #headbox .nav ul li a:hover {
  color: #2396cc;
}

#header #headbox .nav ul li .on {
  color: #2396cc;
}

#header #headbox .r_side {
  margin-left: auto;
}

#header #headbox .r_side ul {
  display: flex;
}

#header #headbox .r_side ul li {
  height: 17px;
  line-height: 17px;
  border-left: 1px #a8b2b6 dotted;
  padding: 0 9px;
}

#header #headbox .r_side ul li .i1 {
  width: 10px;
  height: 15px;
  display: block;
}

body[type="test"] #header #headbox .r_side ul li .i1 {
  background: url("../assets/image/icon_img.png") no-repeat -59px 0;
}

body[type="court"] #header #headbox .r_side ul li .i1 {
  background: url("http://192.2.102.164/wenshu/assets/image/icon_img.png") no-repeat -59px 0;
}

body[type="prod"] #header #headbox .r_side ul li .i1 {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/icon_img.png") no-repeat -59px 0;
}

body[type="relate"] #header #headbox .r_side ul li .i1 {
  background: url("../assets/image/icon_img.png") no-repeat -59px 0;
}

#header #headbox .r_side ul li .login {
  height: 17px;
  display: block;
  padding-left: 31px;
  font-size: 12px;
  color: #6c7a81;
  line-height: 17px;
  font-weight: bold;
  border-left: 1px #a8b2b6 solid;
}

body[type="test"] #header #headbox .r_side ul li .login {
  background: url("../assets/image/icon_lg.png") no-repeat 10px 0px;
}

body[type="court"] #header #headbox .r_side ul li .login {
  background: url("http://192.2.102.164/wenshu/assets/image/icon_lg.png") no-repeat 10px 0px;
}

body[type="prod"] #header #headbox .r_side ul li .login {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/icon_lg.png") no-repeat 10px 0px;
}

body[type="relate"] #header #headbox .r_side ul li .login {
  background: url("../assets/image/icon_lg.png") no-repeat 10px 0px;
}

#header #headbox .r_side ul li .reg {
  font-size: 12px;
  color: #6c7a81;
  display: block;
  font-weight: bold;
}

#header #headbox .r_side ul .li_lg {
  position: relative;
  padding: 0 9px 0 0;
  padding-bottom: 20px;
  border-left: 0 none;
}

#header #headbox .r_side ul .li_lg .user_nav {
  position: absolute;
  top: 16px;
  left: 12px;
  border: 1px solid #0c71b4;
  width: 104px;
  background: #fff;
  z-index: 999 !important;
  display: none;
  float: left;
}

#header #headbox .r_side ul .li_lg .user_nav a {
  color: #333;
  display: block;
  text-align: left;
  height: 34px;
  line-height: 34px;
  padding-left: 26px;
  margin: 0;
}

body[type="test"] #header #headbox .r_side ul .li_lg .user_nav a {
  background: url("../assets/image/user_icon.png") no-repeat 5px 8px;
}

body[type="court"] #header #headbox .r_side ul .li_lg .user_nav a {
  background: url("http://192.2.102.164/wenshu/assets/image/user_icon.png") no-repeat 5px 8px;
}

body[type="prod"] #header #headbox .r_side ul .li_lg .user_nav a {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/user_icon.png") no-repeat 5px 8px;
}

body[type="relate"] #header #headbox .r_side ul .li_lg .user_nav a {
  background: url("../assets/image/user_icon.png") no-repeat 5px 8px;
}

#header #headbox .r_side ul .li_lg .user_nav a:hover {
  color: #0c71b4;
}

body[type="test"] #header #headbox .r_side ul .li_lg .user_nav a:hover {
  background: url("../assets/image/user_icon_hover.png") no-repeat 5px 8px;
}

body[type="court"] #header #headbox .r_side ul .li_lg .user_nav a:hover {
  background: url("http://192.2.102.164/wenshu/assets/image/user_icon_hover.png") no-repeat 5px 8px;
}

body[type="prod"] #header #headbox .r_side ul .li_lg .user_nav a:hover {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/user_icon_hover.png") no-repeat 5px 8px;
}

body[type="relate"] #header #headbox .r_side ul .li_lg .user_nav a:hover {
  background: url("../assets/image/user_icon_hover.png") no-repeat 5px 8px;
}

#header #headbox .r_side ul .li_lg .user_nav .link2 {
  background-position: 5px -24px;
}

#header #headbox .r_side ul .li_lg .user_nav .link2:hover {
  background-position: 5px -24px;
}

#header #headbox .r_side ul .li_lg .user_nav .link3 {
  background-position: 5px -56px;
}

#header #headbox .r_side ul .li_lg .user_nav .link3:hover {
  background-position: 5px -56px;
}

#header #headbox .r_side ul .li_lg .user_nav .link4 {
  background-position: 5px -88px;
}

#header #headbox .r_side ul .li_lg .user_nav .link4:hover {
  background-position: 5px -88px;
}

#header #headbox .r_side ul .li_lg .user_nav .link5 {
  background-position: 5px -120px;
}

#header #headbox .r_side ul .li_lg .user_nav .link5:hover {
  background-position: 5px -120px;
}

#header #headbox .r_side ul .li_lg .user_nav .link6 {
  background-position: 5px -152px;
}

#header #headbox .r_side ul .li_lg .user_nav .link6:hover {
  background-position: 5px -152px;
}

#header #headbox .r_side ul .li_lg .user_nav .link7 {
  background-position: 5px -184px;
}

#header #headbox .r_side ul .li_lg .user_nav .link7:hover {
  background-position: 5px -184px;
}

#header #headbox .r_side ul .li_lg .user_nav .link8 {
  background-position: 5px -216px;
}

#header #headbox .r_side ul .li_lg .user_nav .link8:hover {
  background-position: 5px -216px;
}

#header #headbox .r_side ul .li_lg .user_nav .link9 {
  background-position: 5px -248px;
}

#header #headbox .r_side ul .li_lg .user_nav .link9:hover {
  background-position: 5px -248px;
}

#header #headbox .r_side ul .li_lg .user_nav .link10 {
  background-position: 5px -279px;
}

#header #headbox .r_side ul .li_lg .user_nav .link10:hover {
  background-position: 5px -279px;
}

#header #headbox .r_side ul .li_lg .user_nav .link11 {
  background-position: 5px -309px;
}

#header #headbox .r_side ul .li_lg .user_nav .link11:hover {
  background-position: 5px -309px;
}

#header #headbox .r_side ul .li_lg .user_nav .link12 {
  background-position: 5px -340px;
}

#header #headbox .r_side ul .li_lg .user_nav .link12:hover {
  background-position: 5px -340px;
}

#header #headbox .r_side ul .li_lg .user_nav .link13 {
  background-position: 5px 8px;
}

#header #headbox .r_side ul .li_lg .user_nav .link13:hover {
  background-position: 5px 8px;
}

.page {
  font-size: 14px;
  min-height: 100%;
  position: relative;
  padding-bottom: 154px;
}

#footer {
  position: absolute;
  bottom: 0;
  clear: both;
  min-width: 1150px;
  height: 120px;
  width: 100%;
  background: #ced8da;
}

#footer .about {
  width: 100%;
  text-align: center;
  padding-top: 38px;
}

#footer .about a {
  color: #55666d;
  padding-right: 32px;
}

#footer .about .nopdr0 {
  padding-right: 0;
}

#footer .copr {
  width: 100%;
  text-align: center;
  color: #55666d;
  padding-top: 16px;
}

#footer .copr span {
  padding-right: 56px;
}

.none {
  display: none;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  filter: blur(2px);
  opacity: 0.6;
  z-index: 2;
}

.bg .drag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  text-align: center;
  z-index: 11;
}

body[type="test"] .bg .drag {
  background: url("../assets/image/loading.gif") no-repeat center center;
}

body[type="court"] .bg .drag {
  background: url("http://192.2.102.164/wenshu/assets/image/loading.gif") no-repeat center center;
}

body[type="prod"] .bg .drag {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/loading.gif") no-repeat center center;
}

body[type="relate"] .bg .drag {
  background: url("../assets/image/loading.gif") no-repeat center center;
}

.law,
.org,
.fg {
  color: #6094cc;
  text-decoration: underline;
  cursor: pointer;
}

.law-title {
  color: #303133;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 12px;
}

.law-detail {
  width: 500px;
  background: #fff;
  min-width: 150px;
  border: 1px solid #ebeef5;
  padding: 12px;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-all;
  transform-origin: center top;
  z-index: 2014;
}

.layui-icon {
  font-size: 14px;
}

.fr {
  float: right;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.clearfix {
  *zoom: 1;
}

.la_clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

.la_clearfix {
  *zoom: 1;
}

.newPoint {
  position: relative;
}

.newPoint::after {
  content: "New";
  opacity: 0.7;
  position: absolute;
  top: -10px;
  right: -15px;
  color: #fff;
  background: #ff0000;
  padding: 0 4px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 16px;
}

.newPoint::before {
  content: " ";
  opacity: 0.7;
  position: absolute;
  display: inline-block;
  border-color: transparent transparent transparent #ff0000;
  border-width: 11px 20px 0px 20px;
  border-style: solid solid solid solid;
  top: -5px;
  right: -21px;
  color: #fff;
  border-radius: 0px;
}

.layui-layer div.layui-layer-title {
  background-color: #0b71b4;
  color: #fff;
}

.renderBody.permission {
  padding: 30px;
}

.renderBody.permission h4 {
  font-size: 18px;
}

.renderBody.permission p {
  line-height: 3;
  text-indent: 2em;
}

.renderBody.permission div.btns {
  text-align: right;
  padding-top: 40px;
}

.renderBody.permission div.btns .btn {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  text-align: center;
}

.renderBody.permission div.btns .btn a {
  position: absolute;
  color: #fff;
  width: 100%;
  line-height: 41px;
}

body[env="court"] .toolsBtns .QuestionBtn:hover .code {
  display: block;
}

body[env="court"] .toolsBtns .viewpointBtn {
  display: none;
}

.toolsBtns {
  position: fixed;
  text-align: center;
  z-index: 10;
  right: 10px;
  height: auto;
  line-height: 20px;
  bottom: 20%;
}

.toolsBtns > div {
  position: relative;
  width: 35px;
  height: 35px;
  margin-bottom: 40px;
  cursor: pointer;
  box-shadow: 0px 5px 11px 2px rgba(117, 113, 113, 0.1);
  border-radius: 6px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}

.toolsBtns > div:before {
  content: " ";
  position: absolute;
  width: 60px;
  bottom: -24px;
  left: -11px;
  color: #6094cd;
}

.toolsBtns > div.reportListBtn {
  background-image: url(../assets/image/report.png);
}

.toolsBtns > div.reportListBtn.fill {
  background-image: url(../assets/image/report_hover.png);
}

.toolsBtns > div.reportListBtn::before {
  content: "生成报告";
}

.toolsBtns > div.QuestionBtn {
  background-image: url(../assets/image/Q&A.png);
  background-size: contain;
}

.toolsBtns > div.QuestionBtn::before {
  content: "问卷调查";
}

.toolsBtns > div.QuestionBtn .code {
  display: none;
  position: absolute;
  left: -210px;
  top: 25px;
  box-shadow: 0px 5px 11px 2px rgba(117, 113, 113, 0.1);
  border-radius: 6px;
  font-size: 0;
  z-index: 200;
  width: 192px;
  height: 216px;
  background-repeat: no-repeat;
  background-image: url(../assets/image/questions.png);
}

.toolsBtns > div.viewpointBtn {
  background-image: url(../assets/image/viewpoint.png);
  background-size: contain;
}

.toolsBtns > div.viewpointBtn::before {
  content: "为我打分";
}

.toolsBtns > div .icon-num {
  position: absolute;
  display: inline-block;
  right: 4px;
  top: 5px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  background-color: red;
  border-radius: 10px;
}

@media screen and (min-width: 1320px) {
  .toolsBtns {
    right: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .toolsBtns {
    right: 300px;
  }
}

div.commentModel {
  padding: 30px;
}

div.commentModel ul {
  margin: 0 auto;
}

div.commentModel ul li {
  line-height: 50px;
  font-size: 0;
}

div.commentModel ul li label {
  font-size: 16px;
  color: #000;
  width: 40%;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

div.commentModel ul li div.pointBox {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin: 0 10px;
}

div.commentModel ul li div.pointBox span {
  float: right;
  margin: 0 5px;
  margin-top: -5px;
  background: url(../assets/image/comment_uncheck.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  width: 20px;
  border-radius: 15px;
  cursor: pointer;
}

div.commentModel ul li div.pointBox span:hover, div.commentModel ul li div.pointBox span.chose {
  background: url(../assets/image/comment.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.commentModel ul li div.pointBox span:hover ~ span.rote, div.commentModel ul li div.pointBox span.chose ~ span.rote {
  background: url(../assets/image/comment.png);
  background-repeat: no-repeat;
  background-position: center center;
}

div.commentModel ul li div.score {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

div.commentModel ul li div.score span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #f4a460;
  font-weight: bold;
}

div.inputArea {
  padding: 0 30px;
  width: 100%;
  position: relative;
}

div.inputArea textarea {
  width: 100%;
  border: 1px solid #a9c4df;
  resize: none;
  border-radius: 3px;
  min-height: 100px;
  line-height: 1.5;
  outline: none;
  padding: 15px 30px;
  background: url(../assets/image/write.png);
  background-repeat: no-repeat;
  background-position: 10px 15px;
}

#permissionRender {
  background: url("../assets/image/detailPermission.jpg") no-repeat;
  background-size: cover;
  height: 207px;
  padding: 15px;
  box-shadow: 0 0 10px #bdccdc;
  background-color: #f5fafd;
}

.banner {
  height: 490px;
  background-size: 100% 100%;
}

.inner {
  width: 1150px;
  margin: 0 auto;
}

.page {
  padding-bottom: 0px;
}

.main-t {
  margin-bottom: 20px;
  padding-top: 139px;
  text-align: center;
  background-size: cover !important;
}

body[type="test"] .main-t {
  background: url("../assets/image/lajs-1.png") no-repeat 0 0;
}

body[type="court"] .main-t {
  background: url("http://192.2.102.164/wenshu/assets/image/lajs-1.png") no-repeat 0 0;
}

body[type="prod"] .main-t {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/lajs-1.png") no-repeat 0 0;
}

body[type="relate"] .main-t {
  background: url("../assets/image/lajs-1.png") no-repeat 0 0;
}

.main-t h1 {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin-bottom: 50px;
}

.main-t h1 span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 36px;
}

.main-t h1 span.faxin {
  font-weight: 700;
}

.main-t h1 span.leianjiansuo {
  font-weight: 400;
}

.main-t h1 span.split {
  width: 2px;
  height: 100%;
  margin: 0 27px;
  background-color: #fff;
}

.main-t .select-wrapper {
  margin: 0 auto 75px;
}

.main-t .docAdd {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.main-t .docAdd i {
  display: inline-block;
  width: 1px;
  height: 100%;
  margin: 0 10px;
  vertical-align: middle;
  background-color: #fff;
}

.main-t .updateMessages {
  margin: 0 auto;
  max-width: 608px;
  margin-top: 20px;
  color: #fff;
  text-align: left;
  font-size: 0;
  position: relative;
}

.main-t .updateMessages div,
.main-t .updateMessages p {
  font-size: 16px;
}

.main-t .updateMessages div.label,
.main-t .updateMessages div.more {
  display: inline-block;
  vertical-align: baseline;
  width: 80px;
  position: absolute;
  top: 0;
}

.main-t .updateMessages div.label {
  left: 0;
}

.main-t .updateMessages div.more {
  right: 0;
  cursor: pointer;
}

.main-t .updateMessages div.messageBox {
  margin: 0 80px;
  padding: 0 10px;
  height: 20px;
  overflow: hidden;
}

.main-t .updateMessages div.messageBox div.message {
  font-size: 0;
  position: relative;
}

.introduce-banner {
  text-align: center;
  color: #fff;
  background-size: cover !important;
}

body[type="test"] .introduce-banner {
  background: url("../assets/image/lajs-2.png") no-repeat 0 0;
}

body[type="court"] .introduce-banner {
  background: url("http://192.2.102.164/wenshu/assets/image/lajs-2.png") no-repeat 0 0;
}

body[type="prod"] .introduce-banner {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/lajs-2.png") no-repeat 0 0;
}

body[type="relate"] .introduce-banner {
  background: url("../assets/image/lajs-2.png") no-repeat 0 0;
}

.introduce-banner .introduce-banner-t {
  margin-bottom: 80px;
  padding-top: 105px;
}

.introduce-banner .introduce-banner-t h2 {
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  font-weight: bold;
}

.introduce-banner .introduce-banner-b ul {
  text-align: center;
}

.introduce-banner .introduce-banner-b ul li {
  display: inline-block;
  width: 214px;
  margin-right: 120px;
  vertical-align: middle;
}

.introduce-banner .introduce-banner-b ul li h5 {
  height: 39px;
  line-height: 39px;
  padding-left: 56px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-align: left;
  background-color: #e7eaeb;
  position: relative;
}

.introduce-banner .introduce-banner-b ul li h5 i {
  position: absolute;
  left: 17px;
  font-size: 22px;
  color: #0269ab;
}

.introduce-banner .introduce-banner-b ul li > div {
  height: 160px;
  line-height: 24px;
  padding: 28px 24px 0px 29px;
  border: 1px solid #ffffff;
  text-align: left;
}

.application-scenarios {
  padding-bottom: 127px;
  text-align: center;
  background-color: #fff;
}

.application-scenarios h2 {
  display: inline-block;
  width: 144px;
  height: 50px;
  line-height: 36px;
  margin-top: 110px;
  margin-bottom: 88px;
  padding-bottom: 9px;
  border-bottom: 6px solid #0070c0;
  font-size: 36px;
  font-weight: 400;
  color: #0070c0;
}

.application-scenarios ul {
  display: block;
}

.application-scenarios ul li {
  display: inline-block;
  width: 310px;
  border: 1px solid #0070c0;
  margin-right: 30px;
  vertical-align: middle;
}

.application-scenarios ul li:last-child {
  margin-right: 0;
}

.application-scenarios ul li h5 {
  line-height: 74px;
  font-size: 24px;
  color: #000;
  text-align: center;
  font-weight: normal;
}

.application-scenarios ul li > div {
  height: 244px;
  padding-top: 60px;
  background-color: #0070c0;
}

.application-scenarios ul li > div > p {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.coreTechnology {
  height: 666px;
  text-align: center;
  background-color: #fff;
}

.coreTechnology h2 {
  display: inline-block;
  width: 144px;
  height: 50px;
  line-height: 36px;
  margin-top: 130px;
  margin-bottom: 165px;
  padding-bottom: 9px;
  border-bottom: 6px solid #0070c0;
  font-size: 36px;
  font-weight: 400;
  color: #0070c0;
}

.coreTechnology ul li {
  display: inline-block;
  width: 188px;
  height: 122px;
  margin-right: 52px;
  padding-top: 50px;
  border: 1px solid #54c3f1;
  background-color: #f3f3f3;
  vertical-align: middle;
  position: relative;
}

body[type="test"] .coreTechnology ul li:first-child span {
  background: url("../assets/image/hxkj-1.png") no-repeat 0 0;
}

body[type="court"] .coreTechnology ul li:first-child span {
  background: url("http://192.2.102.164/wenshu/assets/image/hxkj-1.png") no-repeat 0 0;
}

body[type="prod"] .coreTechnology ul li:first-child span {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hxkj-1.png") no-repeat 0 0;
}

body[type="relate"] .coreTechnology ul li:first-child span {
  background: url("../assets/image/hxkj-1.png") no-repeat 0 0;
}

.coreTechnology ul li:first-child p {
  width: 140px;
}

body[type="test"] .coreTechnology ul li:first-child + li span {
  background: url("../assets/image/hxkj-2.png") no-repeat 0 0;
}

body[type="court"] .coreTechnology ul li:first-child + li span {
  background: url("http://192.2.102.164/wenshu/assets/image/hxkj-2.png") no-repeat 0 0;
}

body[type="prod"] .coreTechnology ul li:first-child + li span {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hxkj-2.png") no-repeat 0 0;
}

body[type="relate"] .coreTechnology ul li:first-child + li span {
  background: url("../assets/image/hxkj-2.png") no-repeat 0 0;
}

.coreTechnology ul li:first-child + li p {
  width: 85px;
}

body[type="test"] .coreTechnology ul li:first-child + li + li span {
  background: url("../assets/image/hxkj-3.png") no-repeat 0 0;
}

body[type="court"] .coreTechnology ul li:first-child + li + li span {
  background: url("http://192.2.102.164/wenshu/assets/image/hxkj-3.png") no-repeat 0 0;
}

body[type="prod"] .coreTechnology ul li:first-child + li + li span {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hxkj-3.png") no-repeat 0 0;
}

body[type="relate"] .coreTechnology ul li:first-child + li + li span {
  background: url("../assets/image/hxkj-3.png") no-repeat 0 0;
}

.coreTechnology ul li:first-child + li + li p {
  width: 155px;
}

body[type="test"] .coreTechnology ul li:first-child + li + li + li span {
  background: url("../assets/image/hxkj-4.png") no-repeat 0 0;
}

body[type="court"] .coreTechnology ul li:first-child + li + li + li span {
  background: url("http://192.2.102.164/wenshu/assets/image/hxkj-4.png") no-repeat 0 0;
}

body[type="prod"] .coreTechnology ul li:first-child + li + li + li span {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hxkj-4.png") no-repeat 0 0;
}

body[type="relate"] .coreTechnology ul li:first-child + li + li + li span {
  background: url("../assets/image/hxkj-4.png") no-repeat 0 0;
}

.coreTechnology ul li:first-child + li + li + li p {
  width: 127px;
}

.coreTechnology ul li:first-child + li + li + li + li {
  margin-right: 0px;
}

body[type="test"] .coreTechnology ul li:first-child + li + li + li + li span {
  background: url("../assets/image/hxkj-5.png") no-repeat 0 0;
}

body[type="court"] .coreTechnology ul li:first-child + li + li + li + li span {
  background: url("http://192.2.102.164/wenshu/assets/image/hxkj-5.png") no-repeat 0 0;
}

body[type="prod"] .coreTechnology ul li:first-child + li + li + li + li span {
  background: url("https://wenshu.faxin.xtdz.top/wenshu/assets/image/hxkj-5.png") no-repeat 0 0;
}

body[type="relate"] .coreTechnology ul li:first-child + li + li + li + li span {
  background: url("../assets/image/hxkj-5.png") no-repeat 0 0;
}

.coreTechnology ul li:first-child + li + li + li + li p {
  width: 140px;
}

.coreTechnology ul li span {
  position: absolute;
  top: -29px;
  left: 50%;
  z-index: 1;
  width: 58px;
  height: 58px;
  margin-left: -29px;
}

.coreTechnology ul li p {
  margin: 0 auto;
  line-height: 24px;
  font-size: 14px;
  color: #000;
}

.core-indicators {
  height: 666px;
  background-color: #e0f3ff;
  text-align: center;
}

.core-indicators h2 {
  display: inline-block;
  width: 144px;
  height: 50px;
  line-height: 36px;
  margin-top: 130px;
  margin-bottom: 146px;
  padding-bottom: 9px;
  border-bottom: 6px solid #0070c0;
  font-size: 36px;
  font-weight: 400;
  color: #0070c0;
}

.core-indicators ul {
  margin-bottom: 160px;
}

.core-indicators ul li {
  display: inline-block;
  width: 193px;
  height: 98px;
  vertical-align: middle;
  border-right: 2px solid #bfbfbf;
}

.core-indicators ul li:first-child {
  width: 230px;
}

.core-indicators ul li:last-child {
  border-right: 0;
}

.core-indicators ul li span {
  display: inline-block;
  height: 29px;
  line-height: 29px;
  color: #0070c0;
  font-size: 36px;
}

.core-indicators ul li p {
  height: 15px;
  line-height: 15px;
  margin-top: 50px;
  font-size: 14px;
  color: #000;
}

.core-indicators button {
  width: 132px;
  height: 52px;
  line-height: 52px;
  margin-bottom: 27px;
  color: #fff;
  font-size: 19px;
  background-color: #54c3f1;
}

.btnBox {
  margin-left: 10px;
}

.thirdLevel {
  overflow-y: scroll;
}
