@charset "UTF-8";

.ft-bg1New {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  width: 1170px;
  margin: 0 auto;
}

.jufa-main-footer {
  color: #444;
  text-align: center;
  clear: both;
  font-size: 12px;
  background: #f9f9f9;
}

.footer_tit {
  text-align: left;
  position: relative;
  padding: 16px 0px;
  font-size: 14px;
  border-bottom: 1px solid #dcdcdc;
}

.footer_tit h2 {
  font-size: 22px;
  margin-bottom: 8px;
  font-weight: bold;
}

.footer_tit font {
  font-size: 14px;
  margin-left: 20px;
}

.footer_tit span {
  font-size: 16px;
  position: absolute;
  right: 0px;
  top: 15px;
}

.footer_tit b {
  font-size: 24px;
}

.footer_tit img {
  height: 16px;
  vertical-align: middle;
  margin: -3px 8px 0px 0px;
}
.timeoutp span {
  color: #ff9f24;
}
.jufa-copyright,
.jufa-copyright a {
  color: #5d667a;
  font-size: 13px;
}

.footer_mid {
  text-align: left;
  position: relative;
  padding: 16px 0px 0;
}

.footer_mid > div {
  display: inline-block;
  vertical-align: top;
}

.webchat-box {
  position: absolute;
  right: 0;
}

.webchatImg {
  width: 90px;
  height: 90px;
  background: url(/static/Public/images/webchat.png) no-repeat center #fff;
  background-size: 90% 90%;
  border: 1px solid #86aded;
  border-radius: 10px;
  padding: 10px;
}

.webchat-box p {
  color: #5d667a;
}

.footer_list {
  font-size: 16px;
  margin-left: 70px;
}

.footer_list > div {
  padding-bottom: 15px;
}

.footer_list span {
  margin-right: 30px;
  font-weight: bold;
}

.footer_list a {
  color: #666;
  font-size: 16px;
  margin-right: 18px;
}

/* 页脚 - 法院版本 */
#footer_courtVersion {
  background-color: #171b3a;
}
#footer_courtVersion .footer_list > div {
  display: inline-block;
  vertical-align: top;
}

#footer_courtVersion .footer_list a {
  display: block;
  padding: 5px 0;
  color: #fff;
  opacity: 0.4;
}
#footer_courtVersion .footer_list > div a:first {
  margin-top: 5px;
}
#footer_courtVersion .footer_connect {
  margin-left: 100px;
}
#footer_courtVersion .footer_connect span {
  display: block;
  font-size: 12px;
  color: #fff;
}
#footer_courtVersion .footer_connect p {
  font-size: 24px;
  color: #fff;
  margin: 10px 0;
}

#footer_courtVersion .webchat-box p {
  color: #fff;
}
#footer_courtVersion .jufa-copyright,
#footer_courtVersion .jufa-copyright a {
  color: #fff;
}

#footer_courtVersion .jufa-copyright {
  background-color: #171b3a;
  padding: 10px 0;
}

#footer_courtVersion .jufa-footer-copyright_opacity {
  opacity: 0.3;
}
img#footerlogo {
  border-right: none;
  width: 154px;
}
.jufa-footer-copyright {
  padding-top: 40px;
}

.jufa-footer-copyright .publicNetworkSecurity:hover{
  text-decoration: underline;
}

/* 申请试用 */
#payBox .modal-content,
#applyBox .modal-content {
  border-radius: 4px;
}
#payBox .modal-header,
#applyBox .modal-header {
  height: 45px;
  line-height: 40px;
  font-size: 17px;
  color: #1c64b9;
  padding-left: 0;
  border-bottom: 1px solid #ebebeb;
}
#payBox #myModalLabel,
#applyBox #myModalLabel {
  border-left: 5px solid #1c64b9;
  padding-left: 10px;
  margin-top: 5px;
}
#applyBox .inp_box {
  width: 240px;
  margin: auto;
  position: relative;
}
#applyBox .modal-content {
  width: 400px;
  margin: auto;
}
#applyBox .layui-input:focus,
.layui-textarea:focus {
  border-color: #1c64b9 !important;
}
#applyBox .inp_box p {
  margin-top: 20px;
  margin-bottom: 6px;
}
#applyBox .modal-footer {
  text-align: center;
}
#apply_code {
  padding-right: 85px;
}
#applyBox p.inp_error {
  display: none;
  margin: 0;
  color: #fb5f5a;
  font-size: 12px;
  position: absolute;
}
.inp_error img {
  width: 16px;
  margin-right: 5px;
}
.inp_box .codepos {
  position: absolute;
  right: 0;
  top: 35px;
  padding: 0 10px;
  border-left: 1px solid #e0e4ea;
  height: 10px;
  line-height: 10px;
}
#applyBox .layui-input {
  height: 30px;
}
#applyBox #getCode {
  color: #1c64b9;
  cursor: pointer;
}
#applyBox #sub_apply {
  width: 117px;
  height: 42px;
  background: #1c64b9;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 16px;
  margin-right: 30px;
  vertical-align: middle;
}
#applyBox #cancelap {
  width: 84px;
  height: 42px;
  border-radius: 4px;
  border: 1px solid #c1c1c1;
  vertical-align: middle;
  font-size: 16px;
}

/* 私域流量弹窗 */
@media (min-width: 768px) {
  .hdkf_dialog {
    width: 800px;
    margin: 30px auto;
  }
}

.hdkf_dialog_body {
  position: absolute;
  text-align: center;
  left: 50%;
  top: 31%;
  transform: translate(-50%, -50%);
}

.hdkf_dialog_body .header_title {
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.hdkf_dialog_body .title,
.hdkf_dialog_body .title2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.hdkf_dialog_body .hdkf_times {
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.hdkf_dialog .hdkf_ercode {
  position: absolute;
  left: 121px;
  top: 48.8%;
  border-radius: 20%;
}

.origin_url {
  display: none;
}

.add_file {
  text-align: right;
  font-size: 16px;
  color: dodgerblue;
}

.add_file_wrap {
  display: none;
}

.addFileBtn {
  margin-right: 80px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

#yjfk_file {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
  width: 85px;
}
.lawfeedBackTip {
  text-align: right;
  font-size: 12px;
  color: #333;
  margin: 8px 0;
  display: none;
}

/* 卡券兑换 */
.model-inner_card {
  position: fixed;
  background: #fff;
  width: 380px;
  height: 300px;
  z-index: 1050;
  margin-left: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 20%;
  display: none;
}

#view_model .container {
  width: 100%;
  background: #fff;
}

.view-model-btn:hover,
.view-model-btn:active,
.view-model-btn:focus {
  outline: none;
  text-decoration: none;
  color: #666 !important;
}

.view-btn {
  width: 120px;
  line-height: 35px;
  border-radius: 3px;
}

.view-footer {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.model-title {
  line-height: 35px;
  font-size: 18px;
  border-left: 5px solid #1c64b9;
  color: #1c64b9;
  padding: 5px;
  border-bottom: 1px solid #ddd;
}

.album-sidebar-menu .treeview-menu {
  position: relative;
}

.timeoutp span {
  color: #ff9f24;
}

.serachReport_linker {
  position: fixed;
  right: 0;
  bottom: 360px;
  width: 36px;
  height: 60px;
  line-height: 15px;
  text-align: center;
  padding: 3px;
  font-size: 12px;
  background: #fffbf3;
  color: var(--color-theme);
  cursor: pointer;
  outline: none;
  z-index: 9;
  padding: 5px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #f5e3bf;
  border-right: 0;
  text-align: center;
}

.serachReport_linker img {
  width: 18px;
}
