@charset "UTF-8";

/* 卡券兑换 */
.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: #fff;
}

.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;
  /* padding-right: 10px; */
  border: 1px solid #f5e3bf;
  border-right: 0;
  text-align: center;
}

.serachReport_linker img {
  width: 18px;
}

.feedback-dis {
  width: 400px;
  border: 1px solid #e5e5e5;
  background-color: #f5fffa;
  position: fixed;
  top: 200px;
  left: 40%;
}

.feedback-header {
  background: #1c64b9 none repeat scroll 0 0;
  color: #fff;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.feedback-title {
  display: block;
  float: left;
  padding-left: 10px;
}

.feedback-close {
  padding-right: 10px;
  padding-left: 10px;
  float: right;
  display: block;
  cursor: pointer;
}

.feedback-content {
  background: #f5fffa none repeat scroll 0 0;
  padding: 20px 0;
  font-size: 16px;
  color: gray;
}

.feedback-center {
  padding: 20px 0;
  font-size: 16px;
  color: gray;
}

.feedback-info {
  color: red;
  display: block;
  margin-bottom: 10px;
}

.feedback-dis button,
.feedback-dis button:hover {
  color: gray;
}

.row-position {
  position: relative;
}

.col-lg-3-position {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
}

.col-lg-12-padding {
  padding: 0;
}

.detail-container {
  background-color: #fff;
}

input.radio3 {
  margin-left: 15px;
  margin-right: 3px;
}

input.radio3:first-child {
  margin-left: 0;
}

.mainBtn {
  background: #ffdca4;
  color: #ae7a3e;
  cursor: pointer;
  border: 1px solid #fec674;
  outline: none;
}

.delBtn {
  background: transparent;
  color: #1c64b9;
}

.mainBtn:hover,
.mainBtn:focus,
.mainBtn:active {
  background: #ff9f24;
  border: 1px solid #ff9f24;
  color: #fff;
}

.delBtn:hover,
.delBtn:focus,
.delBtn:active {
  background: transparent;
  color: #ff9f24;
  border: 1px solid #ff9f24;
}

.border0 {
  border: none;
}

#changeImg {
  position: absolute;
  font-size: 12px;
  margin-left: 5px;
  line-height: 45px;
  cursor: pointer;
}

#changeImg i {
  margin: 0 5px;
}

.changeCode-img {
  width: 110px;
  height: 44px;
  border: 1px solid #eee;
  border-radius: 3px;
  cursor: pointer;
}

.changeCode-img.cards {
  width: 111px;
  height: 34px;
}

.model-over {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
}

.model-close {
  font-size: 24px;
  text-align: right;
  padding-right: 20px;
  cursor: pointer;
}

/* 文档上传上限弹窗 */
.docUploadTipDialog {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 800;
  display: none;
}

.docUploadTipDialog .docUploadTip_content {
  width: 520px;
  height: 240px;
  background-image: url(/static/Public/lawFirm/img/doc_upload_tip_bg.png);
  background-size: 520px 240px;
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 30px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.docUploadTipDialog .closeBtn {
  width: 20px;
  height: 20px;
  background-image: url(/static/Public/lawFirm/img/cancel_icon_01.png);
  background-size: 20px 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.docUploadTipDialog .docUploadTip_content .er_code {
  width: 180px;
  height: 180px;
  border-radius: 4px;
  display: inline-block;
}

.docUploadTipDialog .docUploadTip_content .tip_text {
  display: inline-block;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  color: #333333;
  margin-left: 30px;
}
