@charset "UTF-8";
body {
  background: #F3F3F3;
}

/* 固定的头部面板 */
.header {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #e7e7e7;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}
.header .goBack {
  padding: 0 10px;
  background: #FB6533;
  float: left;
  margin-top: 12px;
  margin-left: 15px;
}
.header h2.name {
  display: inline-block;
  float: left;
  line-height: 60px;
  margin-left: 15px;
  font-size: 16px;
}
.header h2.name span {
  font-size: 12px;
  color: #a1a0a0;
}

/* 底部固定工具栏 */
.mr-15 {
  margin-right: 15px !important;
}

.bottom-bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  background-color: #fff;
}
.bottom-bar .layui-btn {
  margin-left: 5px;
  float: right;
}

.pass-btn {
  background-color: #40B84B !important;
}
.pass-btn:hover {
  background-color: #40B84B !important;
}

.turnDown-btn {
  background-color: #EB354C !important;
}
.turnDown-btn:hover {
  background-color: #EB354C !important;
}

.btn-gray {
  background-color: #96A2BE !important;
}
.btn-gray:hover {
  background-color: #96A2BE !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: #fff;
}

/* 灰色 */
.pass-btn:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: #fff;
}

.turnDown-btn {
  position: relative;
}
.turnDown-btn:hover {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: #fff;
}

.rollback-btn {
  position: relative;
}

.turnDown-btn:hover i.tips,
.rollback-btn:hover i.tips {
  display: block;
}

.turnDown-btn i.tips,
.rollback-btn i.tips {
  display: none;
  line-height: 25px;
  position: absolute;
  padding: 2px 2px;
  font-style: normal;
  border: 1px solid #4E4A4A;
  border-radius: 2px;
}

.turnDown-btn i.tips {
  top: -41px;
  left: -56px;
}

.rollback-btn i.tips {
  top: -40px;
  left: -120px;
}

.turnDown-btn i.tips::after,
.rollback-btn i.tips::after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
  padding: 0;
  border-top: 9px solid #4E4A4A;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: "";
  z-index: 11;
}

.turnDown-btn i.tips::before,
.rollback-btn i.tips::before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -3px;
  padding: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}

.turnDown-btn i.tips em,
.rollback-btn i.tips em {
  padding: 0 10px;
  font-style: normal;
  font-size: 12px;
  display: block;
  background: #4E4A4A;
  color: #fff;
}

/* 主体样式 */
.border-none {
  border: 0px none !important;
}

.main {
  width: 90%;
  padding: 18px 78px 70px 78px;
  margin: 60px auto 0 auto;
  overflow: hidden;
}
.main::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 进度条样式 */
.progress {
  width: 100%;
  height: 78px;
  text-align: center;
  background: #fff;
  margin: 12px 0 10px 0;
  border-radius: 4px;
  border: 1px solid #ECECED;
  position: relative;
}
.progress ul {
  display: inline-block;
}
.progress li {
  width: 167px;
  height: 78px;
  float: left;
  position: relative;
}
.progress li.last {
  width: auto;
}
.progress li .bar {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 23px;
}
.progress li .bar .progress-bar {
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #eee;
  position: absolute;
  left: 0;
  top: 23px;
  width: 0;
  top: 0;
  left: 0;
}
.progress li.end .bar .progress-bar {
  width: 100%;
  background: #BF4E79;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.progress li.underway .bar .progress-bar {
  width: 100%;
  background: #BF4E79;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background: linear-gradient(90deg, #F6B639, #EEEEEE);
}
.progress li .step {
  display: block;
  height: 24px;
  width: 24px;
  background: #EEEEEE;
  color: #fff;
  border-radius: 24px;
  position: absolute;
  left: 0;
  top: 12px;
}
.progress li .step em {
  display: block;
  width: 24px;
  height: 24px;
  font-style: normal;
  position: relative;
  cursor: pointer;
}
.progress li .step em:hover .approval-opinion {
  display: block;
}
.progress li.end .step {
  background: #BF4E79;
}
.progress li.underway .step {
  background: #F6B639;
}
.progress li .info {
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -60px;
}
.progress li .time {
  width: 120px;
  text-align: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  position: absolute;
  left: 50%;
  top: 24px;
  margin-left: -60px;
  color: #A4A4A4;
  top: 40px;
}

.layui-progress-bar-bg {
  background: linear-gradient(90deg, #BF4E79, #F6B639);
}

/* 审批意见 */
.approval-opinion {
  width: 352px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 17px 34px 17px 5px;
  position: absolute;
  top: 30px;
  left: -100px;
  z-index: 101;
  display: none;
}
.approval-opinion:before {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -16px;
  left: 103px;
  padding: 0;
  border-bottom: 8px solid #FFFFFF;
  border-top: 8px solid transparent;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  content: "";
  z-index: 12;
}
.approval-opinion:after {
  box-sizing: content-box;
  width: 0px;
  height: 0px;
  position: absolute;
  top: -18px;
  left: 102px;
  padding: 0;
  border-bottom: 9px solid #cccccc;
  border-top: 9px solid transparent;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  display: block;
  content: "";
  z-index: 10;
}
.approval-opinion dd {
  width: 100%;
  overflow: hidden;
}
.approval-opinion dd .left-header {
  width: 85px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 3px;
}
.approval-opinion dd .left-header .img {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
.approval-opinion dd .left-header .img img {
  width: 100%;
  height: 100%;
}
.approval-opinion dd .left-header .name {
  color: #222;
}
.approval-opinion dd .left-header .org {
  color: #D8B879;
}
.approval-opinion dd .right-text {
  width: 210px;
  float: right;
  text-align: left;
  padding-bottom: 20px;
  position: relative;
}
.approval-opinion dd .right-text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  z-index: 0;
  width: 1px;
  height: 100%;
  background-color: #EBEBEB;
}
.approval-opinion dd .right-text::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #D8B879;
  position: absolute;
  top: 29px;
  left: -13px;
}
.approval-opinion dd .right-text .timer {
  color: #666;
}
.approval-opinion dd .right-text .text {
  color: #222;
}

/* 左侧内容 */
.leftContent {
  width: calc(100% - 330px);
  float: left;
  position: relative;
}

.content-header {
  width: 100%;
  background: #fff;
  padding: 33px 74px 26px 74px;
  border-radius: 4px;
  box-sizing: border-box;
}
.content-header .title-info {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.content-header .title-info .title {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}
.content-header .title-info .newTag {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  margin-left: 5px;
}
.content-header .title-info .newTag.tag-red {
  border-color: #FF5F57;
  color: #FF5F57;
}
.content-header .title-info .newTag.tag-yellow {
  border-color: #ffaf25;
  color: #ffaf25;
}
.content-header .title-info .newTag.tag-purple {
  border-color: #757DD3;
  color: #757DD3;
}
.content-header .info-item {
  color: #999;
}

.urgency-tag {
  width: 93px;
  height: 60px;
  position: absolute;
  top: -36px;
  left: 85px;
  z-index: 2;
}

.contract-name {
  width: 100%;
  text-align: left;
}
.contract-name h1 {
  display: inline-block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.contract-name .tagslist {
  display: inline-block;
  vertical-align: bottom;
}
.contract-name .tagslist .tags {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 3px;
  color: white;
}
.contract-name .tagslist .tags i.iconfont {
  color: white;
  font-size: 20px;
  vertical-align: middle;
}
.contract-name .tagslist .tags.dengji {
  background-color: #ffaf25;
}
.contract-name .tagslist .tags.leixing {
  background-color: #a66212;
}
.contract-name .tagslist .tags.xingzhi {
  background-color: #12a203;
}
.contract-name.sm h1 {
  font-size: 18px;
}
.contract-name.sm .tags {
  padding: 0 5px;
  font-size: 12px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  width: 36px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border: 1px solid #D8B879;
  /* border-radius: 2px; */
  color: #D8B879;
  box-sizing: border-box;
}
.tag.padding-5 {
  padding: 0 5px;
}

.tag-w-48 {
  width: 48px;
}

.tag-w-auto {
  width: auto;
}

.tag-bg {
  background: #D8B879;
  color: #fff;
}

.abstract {
  width: 100%;
  padding: 11px 20px 11px 53px;
  margin-top: 23px;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  color: #858484;
  background: #FBF7F1;
  border: 1px solid #D8B879;
  border-radius: 2px;
  box-sizing: border-box;
}
.abstract .tag {
  position: absolute;
  top: 15px;
  left: 8px;
}

.opposite-company-info,
.this-company {
  padding-left: 60px;
  position: relative;
}

.opposite-company-info .tag-title,
.this-company .tag-title {
  position: absolute;
  top: 7px;
  left: 1px;
}

.opposite-company-info .company-name .tag {
  cursor: pointer;
}
.opposite-company-info span.name {
  font-size: 18px;
  color: #222222;
  line-height: 20px;
}

.this-company span.name {
  font-size: 18px;
  color: #222222;
  line-height: 20px;
}

.opposite-company-info .info {
  display: inline-block;
  height: 22px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 22px;
  font-size: 12px;
  border-radius: 2px;
  position: relative;
}
.opposite-company-info .info em {
  font-style: normal;
}
.opposite-company-info .info i {
  position: absolute;
  top: 2px;
  right: 4px;
  font-size: 20px;
  cursor: pointer;
}
.opposite-company-info h2.company-name span.tag {
  position: relative;
}
.opposite-company-info h2.company-name span.tag:hover .creditInquiry {
  display: block;
}
.opposite-company-info .creditInquiry {
  display: none;
  width: 300px;
  padding: 10px;
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -150px;
  font-size: 14px;
  background: #fff;
  z-index: 2;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}
.opposite-company-info .creditInquiry .triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  margin-left: -10px;
}
.opposite-company-info .creditInquiry p.item {
  margin-bottom: 10px;
}
.opposite-company-info .creditInquiry p.item a {
  color: #001ba0;
  text-decoration: underline;
}
.opposite-company-info .creditInquiry .layui-form-radio {
  color: #222;
}
.opposite-company-info .creditInquiry .infoText {
  margin: 5px 0px;
  font-size: 12px;
  color: #a1a0a0;
}
.opposite-company-info .creditInquiry .layui-btn {
  width: 100%;
  background-color: #aba4ed;
}

.info-bg-blue {
  color: #449DE6;
  background: #E8F3FC;
}

.info-bg-green {
  color: #48BDCE;
  background: #E3F7F6;
}

.info-bg-purple {
  color: #757DD3;
  background: #EDEEF9;
}

.info-bg-danger {
  color: #FF5F57;
  background: #FFEBEA;
}

.this-company {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #F2F1F5;
}
.this-company .tag-title {
  top: 18px;
}

.basicInfo-container,
.layer-form {
  margin: 15px 0 15px 1px;
}
.basicInfo-container .item-block,
.layer-form .item-block {
  display: flex;
  flex-direction: row;
  height: 44px;
  font-size: 14px;
  line-height: 42px;
  border: 1px solid #D8B879;
  margin-top: -1px;
  margin-left: -1px;
  box-sizing: border-box;
}
.basicInfo-container .item-block.item-block-auto,
.layer-form .item-block.item-block-auto {
  height: auto;
  background: #FBF7F1;
  position: relative;
}
.basicInfo-container .item-block.item-block-auto .item-title,
.layer-form .item-block.item-block-auto .item-title {
  border-right: 0px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -21px;
}
.basicInfo-container .item-block.item-block-auto .item-content,
.layer-form .item-block.item-block-auto .item-content {
  flex: 1;
  padding-left: 10px;
  background-color: #fff;
  border-left: 1px solid #D8B879;
}
.basicInfo-container .item-block.item-block-auto .item-content .layui-textarea,
.layer-form .item-block.item-block-auto .item-content .layui-textarea {
  border: 0px none;
}
.basicInfo-container .item-block .item-title,
.layer-form .item-block .item-title {
  float: left;
  display: block;
  width: 140px;
  text-align: center;
  border-right: 1px solid #D8B879;
  background: #FBF7F1;
}
.basicInfo-container .item-block .item-content,
.layer-form .item-block .item-content {
  flex: 1;
  padding-left: 10px;
  overflow: hidden;
}
.basicInfo-container.grid-auto,
.layer-form.grid-auto {
  position: relative;
}
.basicInfo-container.grid-auto > .layui-row,
.layer-form.grid-auto > .layui-row {
  position: relative;
  z-index: 2;
  background: transparent;
}
.basicInfo-container.grid-auto .item-block,
.layer-form.grid-auto .item-block {
  margin-top: 0px;
  margin-bottom: -1px;
  margin-left: -1px;
}
.basicInfo-container.grid-auto .item-block .item-content,
.layer-form.grid-auto .item-block .item-content {
  background-color: #fff;
}
.basicInfo-container.grid-auto::before,
.layer-form.grid-auto::before {
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  border: 1px solid #D8B879;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.basicInfo-container.grid-auto::after,
.layer-form.grid-auto::after {
  content: "";
  width: 141px;
  height: 100%;
  background: #FBF7F1;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #D8B879;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
}

.layer-form {
  margin: 0;
  padding: 9px 15px 50px 15px;
  position: relative;
}
.layer-form .layui-col-xs-12 {
  position: relative;
}
.layer-form .item-block.auto {
  height: auto;
}
.layer-form .item-block.auto .item-content {
  margin-left: 141px;
}
.layer-form .item-block .item-title.label-pos {
  position: absolute;
  top: 1px;
  left: 0;
  height: calc(100% - 2px);
}
.layer-form .item-block .item-title.label-pos span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -22px;
}
.layer-form .item-block .item-content {
  margin-left: 140px;
}
.layer-form .item-block .item-content .layui-input {
  height: 42px;
}
.layer-form .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
}
.layer-form .bottom .form-cancel {
  margin-top: 2px;
}
.layer-form .bottom .btn-orange {
  border-radius: 15px;
  padding: 0 15px !important;
}

/* 文档内容展示区 */
.document-main {
  border-radius: 4px;
  margin-top: 10px;
  background: #fff;
}
.document-main .document-main-header {
  height: 44px;
  background: #FCFCFC;
  border-bottom: 1px solid #F0EDED;
}
.document-main .document-main-header .layui-btn {
  margin-left: 74px;
  margin-top: 9px;
  float: left;
  width: 80px;
  height: 28px;
  line-height: 28px;
  font-size: 14px !important;
}
.document-main .document-main-header .layui-btn:hover {
  background-color: #FF5722 !important;
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  color: #fff !important;
}
.document-main .document-main-header .fa-share-square-o {
  font-size: 25px;
  color: #A1A1A1;
  margin-top: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.document-main .document-main-header .fa-share-square-o:hover {
  color: #aba4ed;
}
.document-main .document-main-header .iconzhuanfa {
  display: inline-block;
  font-size: 20px;
  color: #A1A1A1;
  margin-top: 12px;
  margin-left: 8px;
  cursor: pointer;
}
.document-main .document-main-header .iconzhuanfa:hover {
  color: #FF5722;
}
.document-main .document-main-header .pageBox {
  float: right;
  line-height: 45px;
  color: #9999B1;
}
.document-main .document-main-header .pageBox .layui-input {
  width: 24px;
  height: 26px;
  padding: 0;
  text-align: center;
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  color: #9999B1;
}
.document-main .document-main-header .pageBox em {
  font-style: normal;
  margin-left: 5px;
  color: #9999B1;
}
.document-main .document-main-header .pageBox .full-btn {
  display: block;
  float: right;
  background-image: url("../images/full.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 8px 16px 7px 7px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.document-main .document-main-header .pageBox .full-btn:hover {
  background-color: #f1f1f1;
  border-radius: 6px;
}

.document-main-content {
  min-height: 900px;
  background: #fff;
  position: relative;
}
.document-main-content #Comments .documents {
  width: 100%;
  padding: 20px 50px;
  box-sizing: border-box;
}
.document-main-content #Comments .documents > div {
  width: auto !important;
  margin: 0 !important;
}

#previewOverdueLayer {
  height: calc(100% - 10px);
  background: #fff;
}
#previewOverdueLayer .layui-tab-content {
  padding: 10px 20px;
  height: 425px;
  overflow: auto;
}
#previewOverdueLayer .layui-tab-brief {
  margin-top: 10px;
}
#previewOverdueLayer .layui-tab-brief > .layui-tab-title .layui-this {
  color: #000;
}
#previewOverdueLayer .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #FB6432;
}
#previewOverdueLayer .itembox {
  border: 1px solid #eef1f6;
}
#previewOverdueLayer .itembox:not(:first-child) {
  border-top: none;
}
#previewOverdueLayer .itembox .itemCell {
  padding: 15px 20px;
  cursor: pointer;
}
#previewOverdueLayer .itembox .name h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #222;
}
#previewOverdueLayer .itembox .name p {
  font-size: 14px;
  color: #757373;
}
#previewOverdueLayer .itembox .number {
  position: relative;
  padding-left: 45px;
}
#previewOverdueLayer .itembox .number i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #FB6432;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #FB6432;
  position: absolute;
  left: 0;
  top: 10px;
}
#previewOverdueLayer .itembox .number p {
  font-size: 14px;
  line-height: 24px;
  color: #222;
}
#previewOverdueLayer .itembox .layui-table,
#previewOverdueLayer .itembox .layui-table-view {
  margin: 0;
}
#previewOverdueLayer .itembox .layui-table th span,
#previewOverdueLayer .itembox .layui-table-view th span {
  font-weight: 600;
}
#previewOverdueLayer .itembox .layui-table td,
#previewOverdueLayer .itembox .layui-table-view td {
  color: #000;
}
#previewOverdueLayer .itembox .layui-table .layui-none img,
#previewOverdueLayer .itembox .layui-table-view .layui-none img {
  width: 180px;
}
#previewOverdueLayer .itembox td[data-field=planNum] {
  border-right: 1px solid #e6e6e6;
}

/* 右侧内容 */
.rightContent {
  width: 320px;
  float: left;
  margin-left: 10px;
  transition: all 0.4s;
}
.rightContent .userBox {
  width: 320px;
  height: 94px;
  background: #fff;
  overflow: hidden;
}
.rightContent .userBox img {
  width: 69px;
  height: 69px;
  border-radius: 100%;
  margin: 12px 7px 14px 9px;
  float: left;
  overflow: hidden;
}
.rightContent .userBox h3 {
  font-weight: bold;
  color: #222;
  font-size: 19px;
  margin-top: 13px;
}
.rightContent .userBox p {
  color: #333;
  padding-right: 5px;
  line-height: 23px;
}

/* 合同附件列表 */
.files-Box {
  width: 320px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 15px 0px 15px;
  background: #fff;
  overflow: hidden;
}

.annotation-box {
  width: 320px;
  max-height: 506px;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 0 15px 0px 15px;
  background: #fff;
  overflow: hidden;
}
.annotation-box.fix {
  position: fixed;
  top: 60px;
  max-height: none;
}
.annotation-box.fix .annotation-item {
  max-height: none;
}
.annotation-box .annotation-item {
  max-height: 460px;
  overflow-y: scroll;
}

.files-Box::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.files-Box .title-box {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f1f1f1;
}

.rightContent .annotation-box .title-box {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f1f1f1;
}

.files-Box .title-box h1,
.rightContent .annotation-box .title-box h1 {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  display: inline-block;
  float: left;
}

.files-Box .title-box .pageBox,
.annotation-box .title-box .pageBox {
  float: right;
}

.files-item {
  margin-top: 10px;
  margin-left: 10px;
}
.files-item li {
  margin-bottom: 20px;
  position: relative;
}
.files-item li i.ico {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  background-image: url("../images/css_sprites.png");
}
.files-item li i.ico.ico-txt {
  width: 17px;
  height: 17px;
  background-position: -190px -54px;
}
.files-item li i.ico.ico-word, .files-item li i.ico.ico-doc, .files-item li i.ico.ico-docx {
  width: 15px;
  height: 17px;
  background-position: -171px -92px;
}
.files-item li i.ico.ico-excel {
  width: 15px;
  height: 17px;
  background-position: -10px -134px;
}
.files-item li i.ico.ico-pdf {
  width: 15px;
  height: 18px;
  background-position: -136px -92px;
}
.files-item li p,
.files-item li a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #3C3C3C;
  line-height: 20px;
  cursor: pointer;
  width: 255px;
  display: inline-block;
  vertical-align: sub;
}
.files-item li.focus p,
.files-item li.focus a {
  color: #FF5F57;
}
.files-item li .files-tag {
  display: block;
  width: 58px;
  height: 18px;
  margin-left: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.files-item li .files-tag.files-tag-violet {
  background: #A298F1;
}
.files-item li .files-tag.files-tag-red {
  background: #FF5F57;
}

.tools-item ul {
  margin-left: -3px;
}
.tools-item li {
  width: 296px;
  height: 63px;
  background: url("../images/toolLi.png") no-repeat center center;
  padding: 6px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.tools-item li a {
  display: block;
}
.tools-item li a em {
  display: block;
  width: 50px;
  line-height: 46px;
  text-align: center;
  float: left;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
}
.tools-item li a p {
  float: left;
  font-size: 14px;
  line-height: 18px;
  font-style: italic;
  padding: 7px 0 0 18px;
}

/* 合同批注列表 */
.annotation-item {
  margin-left: 10px;
}
.annotation-item li {
  padding: 12px 0 15px 49px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #F5F5F5;
}
.annotation-item li .head-img {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 12px;
  left: 0;
}
.annotation-item li .head-img img {
  width: 100%;
  height: 100%;
}
.annotation-item li .annotation-text {
  color: #222;
  line-height: 20px;
  padding-right: 47px;
}
.annotation-item li .annotation-info {
  color: #999;
  font-size: 12px;
}

/* 右侧悬浮按钮组 */
.fixed-right-bar {
  position: fixed;
  bottom: 80px;
}
.fixed-right-bar .fixed-bar-item {
  display: block;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  font-size: 18px;
  margin-bottom: 5px;
  background: #C2C2C5;
  color: #fff;
  cursor: pointer;
}
.fixed-right-bar .go-top:hover {
  background: #948BE4;
}
.fixed-right-bar .collect-btn:hover {
  background: #FFAF25;
}

/******审批窗口相关********/
.flowPreviewBox .layui-layer-title {
  /* height: 30px; */
  line-height: 30px;
  padding-left: 14px;
  color: #fff;
  background: #7E71EB;
  box-sizing: border-box;
}
.flowPreviewBox .layui-layer-content {
  height: auto !important;
}
.flowPreviewBox .layui-layer-btn {
  text-align: center;
}
.flowPreviewBox .layui-layer-btn .layui-layer-btn0 {
  background: #ABA4ED;
  border-color: #ABA4ED;
  color: #fff;
}

.backWindow,
.refuseWin,
.successWin {
  width: 100%;
  padding: 15px 15px;
  box-sizing: border-box;
  overflow: hidden;
}

.backWindow h2,
.refuseWin h2,
.successWin h2 {
  font-size: 16px;
  padding-bottom: 10px;
}

.backWindow dt {
  overflow: hidden;
  padding-left: 20px;
}
.backWindow dd {
  overflow: hidden;
  padding-left: 20px;
  border: 1px solid #DADCDE;
  padding: 15px 20px;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.backWindow dd:hover {
  box-shadow: 0 0 10px #7E71EB;
}
.backWindow dd.this {
  border-color: #7E71EB;
}
.backWindow dd i.layui-icon {
  color: #7E71EB;
  position: absolute;
  right: 15px;
  top: 15px;
}
.backWindow dd .nodesTitle {
  color: #2DB7F5;
}
.backWindow .nodesTitle {
  float: left;
  width: 150px;
  text-align: center;
}
.backWindow .person {
  float: left;
  width: 120px;
  text-align: center;
}
.backWindow .opinion {
  float: left;
}
.backWindow .opinion_box,
.backWindow .settings_box {
  margin-top: 15px;
}

/***
   *** 付款审批预览页面相关
  ***/
.paymentForm .detail-box {
  background: #fff;
  padding: 15px 20px 15px 20px;
  overflow: hidden;
  border-color: #f3f3f3;
  border-style: solid;
  border-width: 0 1px 0 1px;
  border-radius: 0px 0px 2px 2px;
  box-sizing: border-box;
  position: relative;
}
.paymentForm .detail-box h2 {
  font-size: 15px;
  font-weight: bold;
}
.paymentForm .layui-row.mt {
  margin-top: 15px;
}
.paymentForm .layui-row .layui-col-md12 {
  margin-top: -1px;
}
.paymentForm .layui-row .layui-label {
  width: 130px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  color: #000;
  font-weight: 300;
  border: 1px solid #DEE7FF;
  background-color: #F4F7FF;
}
.paymentForm .layui-row .layui-block {
  margin-left: 130px;
  padding-left: 15px;
  min-height: 45px;
  line-height: 43px;
  border-style: solid;
  border-color: #DEE7FF;
  border-width: 1px 0px 1px 0px;
  box-sizing: border-box;
}
.paymentForm .layui-row .border-r-1 .layui-block {
  border-width: 1px 1px 1px 0;
}
.paymentForm .heightRow .layui-label {
  height: 100px;
  line-height: 100px;
}
.paymentForm .heightRow .layui-block {
  height: 100px;
}
.paymentForm .detail-title {
  height: 30px;
  margin-top: 5px;
  line-height: 30px;
  font-size: 14px;
}
.paymentForm .detail-title span {
  float: left;
  color: #666666;
}
.paymentForm .detail-title span em {
  font-style: normal;
}
.paymentForm .detail-title .layui-input {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  border-color: #A298F1;
  border-radius: 0;
  box-sizing: border-box;
}
.paymentForm .detail-title .layui-input:hover {
  border-color: #A298F1;
}
.paymentForm .detail-title .layui-form-select {
  width: 190px;
  margin-left: 7px;
  margin-right: 17px;
  float: left;
}
.paymentForm .detail-title .layui-form-select .layui-input {
  width: 190px;
  border-color: #EAEBEC;
  background: #F4F7FF;
}
.paymentForm .detail-title .layui-form-select dl {
  top: 31px;
}
.paymentForm .layui-table td,
.paymentForm .layui-table th {
  font-size: 14px;
  padding: 0;
}
.paymentForm .layui-table td .table-cell,
.paymentForm .layui-table th .table-cell {
  display: inline-block;
  padding: 9px 15px;
  box-sizing: border-box;
}

/**订单相关**/
.order-header {
  padding: 17px 21px;
}
.order-header .contract-name {
  text-align: left;
}
.order-header .info-item li {
  float: left;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #222;
}
.order-header .ordre-detail li {
  float: left;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  color: #222;
  margin-right: 20px;
}

.lawyer-box {
  width: 320px;
  height: 116px;
  margin-top: 10px;
  padding: 14px 10px 10px 10px;
  text-align: center;
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
}
.lawyer-box .lawyer-title {
  padding-bottom: 7px;
  border-bottom: 1px solid #F1F1F1;
}
.lawyer-box h3 {
  font-size: 14px;
  font-weight: 400;
}
.lawyer-box p {
  font-size: 12px;
  color: #ACA7A7;
}
.lawyer-box .layui-btn {
  width: 170px;
  height: 32px;
  line-height: 32px;
  font-size: 14px !important;
  margin-top: 6px;
  background-color: #FB6533;
}
.lawyer-box .layui-btn:hover, .lawyer-box .layui-btn.tada {
  -webkit-animation: tada 1s 0.2s ease both;
  -moz-animation: tada 1s 0.2s ease both;
}

@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%, 20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -moz-transform: scale(1.2) rotate(3deg);
  }
  40%, 60%, 80% {
    -moz-transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.2) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.2) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
.images-item ul {
  margin-top: 5px;
  margin-left: -25px;
}
.images-item li {
  float: left;
  width: 128px;
  margin-left: 28px;
  margin-bottom: 15px;
}
.images-item li .imgBox {
  width: 128px;
  height: 72px;
  padding: 3px 3px;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  cursor: pointer;
}
.images-item li:hover .imgBox {
  box-shadow: 0 0 10px #FB6533;
}
.images-item li img {
  width: 100%;
  height: 100%;
}

.previewContractLayer .layui-tab-brief > .layui-tab-title .layui-this {
  color: #000;
}

.previewContractLayer .layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #FB6432;
}

.previewContractLayer .layui-tab-content {
  padding: 0 10px;
}

.backWinBox td .log {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.backWinBox td .log:last-child {
  margin-bottom: 0px;
}
.backWinBox td .log img {
  width: 30px;
  vertical-align: middle;
  display: inline-block;
}
.backWinBox td .log p {
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
}
.backWinBox td .log p em.success {
  color: #f77979;
  font-style: normal;
  margin: 0 10px;
}
.backWinBox td.nods-man p {
  margin: 10px 0;
}

.project-info {
  background: #fff;
  padding: 10px 15px 15px 15px;
}
.project-info .name {
  font-size: 23px;
  font-weight: bold;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-bottom: 10px;
}
.project-info .name .tag-group {
  display: inline-block;
}
.project-info .name .title-tag {
  font-size: 14px;
  /* line-height: 28px; */
  vertical-align: text-bottom;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  border-radius: 2px;
  margin-left: 5px;
  font-weight: normal;
}
.project-info .name .title-tag.kind {
  background: #12A203;
}
.project-info .name .title-tag.form {
  background: #EF3C00;
}
.project-info .name .title-tag.project-kind {
  background: #A66212;
}
.project-info .company {
  /*  margin: 5px 0; */
  margin-bottom: 5px;
}
.project-info .company .smTag {
  background: #D8B879;
  display: inline-block;
  color: #fff;
  padding: 0 8px;
  line-height: 20px;
  margin-right: 5px;
  margin-top: 5px;
}
.project-info p {
  color: #444;
}
.project-info span.italic {
  padding: 0 5px;
}
.project-info h3 {
  font-weight: bold;
  line-height: 48px;
}

.right-approvalLogs-container li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.right-approvalLogs-container li + li {
  margin-top: 10px;
}
.right-approvalLogs-container li i.iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.right-approvalLogs-container li a {
  flex: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.right-approvalLogs-container li a:hover {
  color: #01AAED;
  text-decoration: none;
}
.right-approvalLogs-container li.files-item .tag-container {
  padding-left: 25px;
}
.right-approvalLogs-container li .tag-container {
  padding-left: 25px;
  flex-basis: 100%;
}
.right-approvalLogs-container li .tag-container .files-tag {
  display: block;
  width: 58px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.right-approvalLogs-container li .tag-container .files-tag.files-tag-red {
  background: #fb6533;
}
.right-approvalLogs-container li .tag-container .files-tag.files-tag-yellow {
  background: #d8b879;
}
.right-approvalLogs-container li.layui-timeline-item {
  display: block;
  margin-top: 0 !important;
}
.right-approvalLogs-container li.layui-timeline-item::before {
  width: 5px;
  background-color: #d2d2d2;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-axis {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #ECECEC;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-axis .dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #C1BFBF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.right-approvalLogs-container li.layui-timeline-item:first-child .dot {
  background-color: #71BA2A;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content {
  padding-left: 30px;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content.layui-text h3 {
  font-size: 14px;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content.layui-text h3 cite {
  color: #FF5A37;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content.layui-text h3 i.files-icon {
  font-size: 20px;
  vertical-align: bottom;
  color: #5FB0F8;
  cursor: pointer;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content p {
  color: #999999;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content .status-tag {
  display: inline-block;
  margin-left: 5px;
  padding: 0 8px;
  height: 21px;
  line-height: 21px;
  font-size: 12px;
  border-radius: 10px;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content .status-tag.tag-red {
  background: rgba(255, 24, 0, 0.12);
  color: #ff1800;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content .status-tag.tag-blue {
  background: rgba(66, 123, 228, 0.12);
  color: #427be4;
}
.right-approvalLogs-container li.layui-timeline-item .layui-timeline-content .status-tag.tag-green {
  background: rgba(113, 186, 42, 0.12);
  color: #71ba2a;
}
.right-approvalLogs-container .dropdown-menu-nav ul {
  padding: 5px 15px 5px 15px;
}
.right-approvalLogs-container .dropdown-menu-nav li {
  flex-wrap: nowrap;
  white-space: nowrap;
  font-size: 14px;
  margin-top: 0;
}
.right-approvalLogs-container .dropdown-menu-nav li a {
  color: #333;
  max-width: 300px;
  display: block;
}
.right-approvalLogs-container .dropdown-menu-nav li a:hover {
  color: #01AAED;
  text-decoration: none;
}