@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  font-family: "regular", "microsoft yahei";
  box-sizing: border-box;
}

p, ol, ul, h1, h2, h3 {
  margin: 0;
}

html,
body {
  min-width: 1200px;
  font-size: 16px;
  color: #333;
  background: #fff;
}

button {
  border-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}

label {
  font-weight: 400;
}

img {
  display: block;
  border: none;
}

li {
  list-style: none;
}

.cursor {
  cursor: pointer;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-w {
  width: 1200px;
  margin: 0 auto;
}

.main-w.main-bg {
  background: #fff;
}

.main-sec-w {
  width: 1250px;
  margin: 0 auto;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pdr {
  padding-right: 11px;
}

.body-ie .pdr {
  padding-right: 18px;
}

/*返回顶部*/
.back-btn {
  display: none;
  position: fixed;
  right: calc(50% - 700px);
  bottom: 20%;
  width: 50px;
  height: 50px;
  padding: 15px 0;
  line-height: 20px;
  box-shadow: 0 0 5px 1px #ecf1f6;
  cursor: pointer;
  text-align: center;
  background: #f7fbff;
}

.back-btn .iconfont {
  color: #ddd;
  font-size: 30px;
}

@media screen and (max-width: 1440px) {
  .back-btn {
    right: 10px;
  }
}

/*公共body区域样式*/
.com-body {
  background: #f7f9fb;
}

.com-body .com-container {
  padding: 0 25px;
  background: #fff;
}

/*公共列表tab样式*/
.common-tab-box {
  position: relative;
}

.common-tab-box .icon-more {
  position: absolute;
  content: '';
  top: 19px;
  right: 5px;
  font-size: 14px;
  font-weight: 700;
  color: #999999;
}

.common-tab-box .common-tabs {
  display: flex;
  padding-right: 27px;
  font-size: 20px;
  border-bottom: 1px solid #0364dd;
}

.common-tab-box .common-tabs li {
  position: relative;
  min-width: 140px;
  height: 51px;
  padding: 0 25px;
  line-height: 50px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.common-tab-box .common-tabs li.active {
  color: #0364dd;
  border-bottom: 2px solid #0364dd;
}

.common-tab-box .common-tabs li.active:before {
  display: block;
  position: absolute;
  left: 49%;
  left: calc(50% - 7px);
  bottom: -20px;
  content: '';
  border: 10px solid transparent;
  border-top-color: #0364dd;
}

.common-tab-box .common-tabs li.active a {
  color: #0364dd;
}

.common-tab-box .common-tabs li:after {
  position: absolute;
  right: 0;
  top: 16px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 20px;
  background: #999;
}

.common-tab-box .common-tabs li:last-child:after {
  display: none;
}

.common-tab-box .common-tabs li .iconfont {
  font-size: 20px;
  margin-right: 10px;
}

.common-tab-box .common-tab-item {
  width: 100%;
  display: none;
  margin-top: 10px;
}

.common-tab-box .common-tab-item.active {
  display: block;
}

.common-tab-box .common-tab-item li {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 0;
  line-height: 46px;
  border-bottom: 1px dashed #ededed;
}

.common-tab-box .common-tab-item li:last-child {
  border-bottom: none;
}

.common-tab-box .common-tab-item li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 15px 0 10px;
  border-radius: 5px;
  background: #333;
}

.common-tab-box .common-tab-item li a {
  display: block;
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-tab-box .common-tab-item li:hover a {
  color: #0364dd;
}

.common-tab-box .common-tab-item li .common-tab-date {
  display: block;
  width: 130px;
  padding-left: 35px;
}

/*公共列表tab样式2*/
.common-sec-tab-box {
  position: relative;
}

.common-sec-tab-box .icon-more {
  position: absolute;
  content: '';
  top: 19px;
  right: 5px;
  font-size: 14px;
  font-weight: 700;
}

.common-sec-tab-box .common-sec-tabs {
  display: flex;
  padding-right: 27px;
  font-size: 20px;
  background: #f7fbff;
}

.common-sec-tab-box .common-sec-tabs li {
  position: relative;
  width: 240px;
  height: 70px;
  padding: 0 25px;
  line-height: 70px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.common-sec-tab-box .common-sec-tabs li.active {
  color: #0364dd;
  background-color: #0364dd;
  /* 针对不支持渐变的浏览器 */
  background-image: linear-gradient(to bottom, #d1e5ff, #eef7ff);
}

.common-sec-tab-box .common-sec-tabs li.active:before {
  display: block;
  position: absolute;
  left: 49%;
  left: calc(50% - 7px);
  bottom: -2px;
  content: '';
  width: 30px;
  height: 3px;
  background: #0364dd;
}

.common-sec-tab-box .common-sec-tabs li .iconfont {
  margin-right: 15px;
}

.common-sec-tab-box .common-sec-tabs li:after {
  position: absolute;
  right: 0;
  top: 22px;
  display: inline-block;
  content: '';
  width: 1px;
  height: 30px;
  background: #ddd;
}

.common-sec-tab-box .common-sec-tabs li:last-child:after, .common-sec-tab-box .common-sec-tabs li.active:after, .common-sec-tab-box .common-sec-tabs li.prev-sibling:after {
  display: none;
}

.common-sec-tab-box .common-sec-tab-item {
  display: none;
  max-height: 400px;
  margin-top: 10px;
}

.common-sec-tab-box .common-sec-tab-item.active {
  display: block;
}

.common-sec-tab-box .common-sec-tab-item li {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 0;
  line-height: 46px;
}

.common-sec-tab-box .common-sec-tab-item li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 15px 0 10px;
  border-radius: 5px;
  background: #333;
}

.common-sec-tab-box .common-sec-tab-item li a {
  display: block;
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-sec-tab-box .common-sec-tab-item li a:hover {
  color: #0364dd;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item {
  margin-left: 35px;
  margin-right: 10px;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li {
  display: inline-block;
  width: 84px;
  height: 30px;
  padding: 0;
  margin-right: 4px;
  vertical-align: middle;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li:before {
  display: none;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li:hover > a {
  color: #0364dd;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 8px;
  border: 1px dashed #0364dd;
  position: relative;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li a.disabled {
  overflow: inherit;
  color: #929292;
  border: 1px dashed #929292;
}

.common-sec-tab-box .common-sec-tab-item li .sub-item li a.disabled .disabled-text {
  position: absolute;
  right: 0;
  top: 32px;
  color: #000;
  line-height: 25px;
  border: 1px solid #e0e0e0;
  background: #eee;
  width: 240px;
  font-size: 12px;
  text-align: center;
  z-index: 1;
  display: none;
}

/*公共列表样式*/
.common-list-card {
  margin-top: 10px;
}

.common-list-card li {
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 10px 0 0;
  line-height: 46px;
  border-bottom: 1px dashed #ededed;
}

.common-list-card li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 15px 0 10px;
  border-radius: 5px;
  background: #333;
}

.common-list-card li a {
  display: block;
  flex: 1;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.common-list-card li:hover a {
  color: #0364dd;
}

.common-list-card li .common-list-date {
  display: block;
  width: 130px;
  padding-left: 35px;
}

/*公共标题样式*/
.common-title, .common-sec-title {
  height: 52px;
  padding: 0 8px 0;
  line-height: 54px;
  border-bottom: 1px solid #0364dd;
  font-size: 20px;
  font-weight: 700;
  color: #0364dd;
}

.common-title .icon-title, .common-sec-title .icon-title {
  font-size: 20px;
  margin-right: 10px;
}

.common-title .icon-more, .common-sec-title .icon-more {
  color: #999;
  margin-right: 8px;
}

.common-title a, .common-sec-title a {
  color: #0364dd;
}

/*公共标题样式2*/
.common-sec-title {
  height: 54px;
  padding: 0 8px 0;
  line-height: 54px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: url(/uploads/image/rcwlimg/options-title-bg.png) no-repeat left center/100% 100%;
}

.common-sec-title a {
  color: #fff;
}

.common-sec-title .iconfont {
  color: #fff;
}

.common-sec-title .icon-title {
  margin-right: 10px;
}

.common-sec-title .icon-more {
  margin-right: 8px;
}

/*公共标题样式3*/
.common-third-title {
  height: 60px;
  padding: 0 8px 0 30px;
  line-height: 60px;
  border: 1px solid #ededed;
  font-size: 20px;
  font-weight: 700;
  color: #0364dd;
  background: #f7fbff;
}

.common-third-title.borbot-none {
  border-bottom: none;
}

.common-third-title .iconfont {
  color: #0364dd;
}

.common-third-title .icon-title {
  margin-right: 10px;
}

.common-third-title .icon-more {
  margin-right: 8px;
}

/*卡片的公共title1*/
.com-card-title {
  height: 50px;
  padding: 0 10px 0 22px;
  line-height: 50px;
  border: none;
  font-size: 18px;
  color: #fff;
  background: #0364dd;
}

.com-card-title .iconfont {
  color: #fff;
}

.com-card-title .icon-title {
  margin-right: 10px;
}

.com-card-title .icon-more {
  font-weight: 700;
}

/*卡片的公共title12--简洁*/
.com-card-sec-title {
  height: 50px;
  padding: 0 8px 0 0;
  line-height: 50px;
  border: none;
  font-size: 20px;
  font-weight: 700;
  color: #0364dd;
}

.com-card-sec-title .iconfont {
  font-size: 24px;
  font-weight: 400;
  color: #0364dd;
}

.com-card-sec-title .icon-title {
  margin-right: 10px;
}

.com-card-sec-title .icon-more {
  color: #999;
  font-size: 16px;
  font-weight: 700;
}

.com-card-sec-title span {
  vertical-align: middle;
}

.com-card-sec-title .link {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background-color: #0364dd;
}

/*公共card样式*/
.com-card-box {
  min-height: 220px;
  border: 1px solid #ededed;
}

.com-card-box .title {
  height: 62px;
  padding: 0 28px 0;
  line-height: 60px;
  border-bottom: 1px solid #ededed;
  font-size: 20px;
  font-weight: 700;
  color: #0364dd;
  background: #f7fbff;
}

/*面包屑*/
.crumbs {
  height: 50px;
  line-height: 50px;
  padding-left: 10px;
  display: flex;
}

.crumbs li:after {
  display: inline-block;
  content: '>';
  width: 20px;
  text-align: center;
}

.crumbs li:last-child:after {
  display: none;
}

.crumbs li a {
  font-size: 14px;
}

/*分页*/
.com-pagination {
  text-align: center;
}

.com-pagination .layui-laypage a:hover {
  color: #0364dd;
}

.com-pagination.com-list-pagination {
  margin: 30px auto;
}

.com-pagination.com-list-pagination .layui-laypage {
  margin: 0;
}

.com-pagination.com-list-pagination .layui-laypage span, .com-pagination.com-list-pagination .layui-laypage a {
  margin-bottom: 0;
}

/*滚动条样式*/
.scroll-container {
  overflow-y: auto;
}

.scroll-container::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

.scroll-container::-webkit-scrollbar-thumb {
  background: #b6b6b6;
}

.scroll-container::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
  background: #f2f2f2;
}

/*公共搜索条件样式1*/
.com-search-wrap {
  position: relative;
  margin: 0 50px;
  z-index: 99;
  text-align: center;
}

.com-search-wrap.layui-form .layui-form-item {
  display: inline-block;
  margin-bottom: 0;
}

.com-search-wrap.layui-form .layui-form-item .layui-form-label {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.com-search-wrap.layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.com-search-wrap.layui-form .layui-form-item.change-search {
  display: none;
}

.com-search-wrap select {
  width: 200px;
  border-color: #ddd;
  height: 40px;
  border-radius: 5px;
}

.com-search-wrap input {
  width: 200px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-right: 70px;
  padding: 0 5px;
}

.com-search-wrap .layui-form-select {
  width: 200px;
}

.com-search-wrap .search-btn {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin-left: 60px;
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  background: #0364dd;
  cursor: pointer;
  vertical-align: top;
}

.com-search-wrap .search-btn.btn {
  line-height: 0;
}

/*公共table样式*/
.com-table-list {
  width: 100%;
  text-align: center;
}

.com-table-list tr th {
  height: 50px;
  border-left: 1px solid #fff;
  text-align: center;
  color: #fff;
  background: #0364dd;
}

.com-table-list tr td {
  height: 48px;
  border-left: 1px solid #ededed;
  border-bottom: 1px dashed #ededed;
  padding: 2px 10px;
}

.com-table-list tr td:last-child {
  border-right: 1px solid #ededed;
}

.com-table-list tr td a:hover {
  color: #0364dd;
  text-decoration: underline;
}

.com-table-list tr td.tal {
  text-align: left;
}

.com-table-list tr:last-child td {
  border-bottom: 1px solid #ededed;
}

.com-table-list tr:nth-child(odd) td {
  background: #f7fbff;
}

.com-table-list2 {
  width: 100%;
  text-align: center;
  border: 1px solid #ededed;
}

.com-table-list2 tr th {
  height: 50px;
  border-left: 1px dashed #ededed;
  text-align: center;
  color: #0364dd;
  background: #f7fbff;
}

.com-table-list2 tr td {
  height: 48px;
  border-left: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
  padding: 2px 10px;
}

.com-table-list2 tr td:last-child {
  border-right: 1px dashed #ededed;
}

.com-table-list2 tr td a:hover {
  color: #0364dd;
  text-decoration: underline;
}

.com-table-list2 tr td.tal {
  text-align: left;
}

.com-table-list2 tr:last-child td {
  border-bottom: 1px dashed #ededed;
}

.com-table-list2 tr:nth-child(odd) td {
  background: #f7fbff;
}

.list-wrap {
  border: 1px solid #ededed;
}

.list-wrap .list-header {
  font-size: 0;
  background-color: #f7fbff;
}

.list-wrap .list-header li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  color: #0364dd;
  background-color: #f7fbff;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px dashed #ededed;
}

.list-wrap .list-header li:first-child {
  border-left: none;
}

.list-wrap .list-con {
  max-height: 390px;
  overflow-y: auto;
}

.list-wrap table {
  width: 100%;
}

.list-wrap table tr {
  cursor: pointer;
}

.list-wrap table tr:last-child td {
  border-bottom: none;
}

.list-wrap table td {
  text-align: center;
  height: 48px;
  border-left: 1px dashed #ededed;
  border-bottom: 1px dashed #ededed;
  word-break: break-word;
}

.list-wrap table td:first-child {
  border-left: none;
}

.list-wrap table td a {
  display: block;
}

/*公共table页面的title样式*/
.com-table-title {
  margin: 10px 0 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

/*覆盖layui form-item 样式*/
.layui-laydate .layui-laydate-content .layui-this {
  background-color: #0364dd !important;
}

.layui-laydate .layui-laydate-header i:hover, .layui-laydate .layui-laydate-header span:hover, .layui-laydate .layui-laydate-footer span:hover {
  color: #0364dd;
}

.layui-form-select dl dd.layui-this {
  background-color: #0364dd;
}

.layui-form {
  /*处理文本域已输入的情况*/
  /*根据系统目前的文本域设置 后续如果新增其他样式不同的文本域 需要单独设置*/
}

.layui-form .layui-form-radio:hover *, .layui-form .layui-form-radioed, .layui-form .layui-form-radioed > i,
.layui-form .layui-form-checkbox:hover span,
.layui-form .layui-form-checked, .layui-form .layui-form-checked:hover {
  color: #0364dd;
}

.layui-form .layui-form-checked[lay-skin=primary] i {
  border-color: #0364dd !important;
  background-color: #0364dd !important;
}

.layui-form .layui-form-checkbox[lay-skin=primary]:hover i,
.layui-form .layui-form-checked, .layui-form .layui-form-checked:hover {
  border-color: #0364dd !important;
}

.layui-form .layui-form-checkbox span {
  font-size: 16px;
  color: #333;
}

.layui-form .layui-form-checkbox i {
  top: 2px;
}

.layui-form .layui-form-radio {
  margin: 0;
  padding: 0;
}

.layui-form .layui-form-radio div {
  font-size: 16px;
}

.layui-form .layui-input, .layui-form .layui-select, .layui-form .layui-textarea {
  border-color: #ddd;
  background-color: #fafbfd;
}

.layui-form .layui-textarea {
  resize: none;
}

.layui-form .layui-form-item {
  position: relative;
  max-width: 992px;
}

.layui-form .layui-form-item .cur-words {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #999;
}

.layui-form.disabled input, .layui-form.disabled textarea, .layui-form.disabled select, .layui-form.disabled button {
  cursor: not-allowed;
  border: none;
  background: #ededed;
}

.layui-form.disabled .submit {
  background: #9ac1f1;
}

.layui-form.disabled .reset {
  background: #f7c9ad;
}

/*公共日期样式*/
.input-date-box {
  position: relative;
}

.input-date-box .iconfont {
  font-size: 24px;
  position: absolute;
  right: 3px;
  top: 6px;
  color: #0364dd;
}

/*公共form样式*/
.com-form .layui-form-label {
  width: 112px;
  margin-bottom: 0;
  margin-right: 28px;
  padding: 0;
  line-height: 38px;
}

.com-form .layui-form-label.spe-label {
  line-height: 28px;
  text-align: right;
}

.com-form .layui-form-radio {
  height: 38px;
  margin-right: 30px;
  line-height: 38px;
  font-size: 16px;
}

.com-form .layui-form-select {
  display: inline-block;
}

.com-form .layui-textarea {
  min-height: 150px;
}

.com-form .layui-form-item {
  margin-bottom: 20px;
  margin-right: 30px;
}

.com-form .layui-form-item.spe-form-item {
  margin-bottom: 8px;
}

.com-form .form-row .layui-form-item {
  min-width: 480px;
  display: inline-block;
}

.com-form .form-row .layui-input, .com-form .form-row .layui-select, .com-form .form-row .layui-textarea {
  width: 340px;
  display: inline-block;
  vertical-align: middle;
}

.com-form .form-row .upload-box {
  display: inline-block;
}

.com-form .form-row .upload-box .upload-btn {
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #0364dd;
  margin-right: 10px;
  border-radius: 3px;
  cursor: pointer;
}

.com-form .form-row .upload-box .desc {
  color: red;
}

.com-form .form-row .upload-box .upload-text {
  max-width: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.com-form .form-row .upload-box .upload-text, .com-form .form-row .upload-box .upload-delete {
  display: none;
  vertical-align: middle;
}

.com-form .form-row .upload-box .upload-delete {
  cursor: pointer;
  margin-left: 5px;
}

.com-form .form-row .upload-box.has-file .desc {
  display: none;
}

.com-form .form-row .upload-box.has-file .upload-text, .com-form .form-row .upload-box.has-file .upload-delete {
  display: inline-block;
}

.com-form .form-item-lang .layui-input, .com-form .form-item-lang .layui-select, .com-form .form-item-lang .layui-textarea {
  width: 852px;
}

.com-form .code-btn {
  display: inline-block;
  width: 110px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #0364dd;
  margin-right: 5px;
  border-radius: 3px;
  cursor: pointer;
  vertical-align: middle;
}

.com-form .spe-input {
  width: 220px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.com-form .submit {
  display: block;
  width: 180px;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #0364dd;
  cursor: pointer;
}

.com-form .reset {
  width: 180px;
  height: 50px;
  margin: 30px auto 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #eb7833;
  cursor: pointer;
}

/*加粗样式*/
.blod {
  font-weight: 700;
}

/*表单必填红色星号*/
.required-icon {
  color: red;
  margin-right: 7px;
}

/*验证码图片*/
.code-img {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
  height: 38px;
  cursor: pointer;
}

/*placeholder样式*/
input::-webkit-input-placeholder {
  color: #999;
}

input:-moz-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder {
  color: #999;
}

/*留言按钮样式*/
.ly-btn-wrap {
  text-align: right;
  margin-top: 26px;
}

.ly-btn-wrap .ly-btn {
  min-width: 110px;
  height: 38px;
  margin-left: 30px;
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
  color: #fff;
  background: #eb7833;
}

/*layui 弹窗样式*/
.layui-layer.layui-layer-page {
  border-radius: 5px;
}

.layui-layer.layui-layer-page .layui-layer-title {
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 0 20px;
  margin: 0 20px;
  border-bottom: 1px dashed #ededed;
}

.layui-layer.layui-layer-page .layui-layer-content {
  padding: 20px;
}

.layui-layer-btn .layui-layer-btn0 {
  border-color: #0364dd !important;
  background-color: #0364dd !important;
  color: #fff !important;
}

/*layui弹窗样式适配小分辨率*/
@media screen and (max-height: 710px) {
  .layui-layer.layui-layer-page {
    top: 0 !important;
  }
}

/*公共弹窗样式（基于layui）*/
.com-modal {
  width: 700px;
  display: none;
}

.com-modal .modal-con {
  margin: 20px;
}

.com-modal .modal-footer {
  padding: 0 15px 0 0;
  border-top: none;
}

.com-modal .modal-footer .jump {
  color: #fff;
  background: #0364dd;
}

.com-modal .modal-footer .jump a {
  color: #fff;
}

.com-modal .modal-footer .btn-close {
  margin-left: 20px;
}

.com-modal.ly-modal .desc {
  padding: 10px;
  line-height: 28px;
  background: #f7fbff;
  border: 1px solid #ddd;
  margin-top: -10px;
}

.com-modal.ly-modal .modal-form {
  padding-top: 30px;
}

.com-modal.ly-modal .modal-form .layui-form-item {
  display: flex;
}

.com-modal.ly-modal .modal-form .layui-form-label {
  width: 80px;
  display: inline-block;
  line-height: 38px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
}

.com-modal.ly-modal .modal-form .layui-form-label.spe-lh {
  line-height: 20px;
}

.com-modal.ly-modal .modal-form .layui-textarea, .com-modal.ly-modal .modal-form .layui-input {
  display: inline-block;
  flex: 1;
}

.com-modal.ly-modal .modal-form .form-row {
  display: flex;
  justify-content: space-between;
}

.com-modal.ly-modal .modal-form .form-row .layui-form-item {
  width: 50%;
}

.com-modal.ly-modal .modal-form .form-row input {
  flex: 1;
}

.com-modal.ly-modal .ly-ul {
  max-height: 450px;
}

.com-modal.ly-modal .ly-ul li {
  line-height: 30px;
  padding: 10px;
  margin-bottom: 10px;
  background: #fdfaf5;
}

.com-modal.ly-modal .ly-ul li .item-wrap {
  display: flex;
}

.com-modal.ly-modal .ly-ul li .item-wrap .ly-l {
  display: block;
  width: 100px;
  text-align: right;
  margin-right: 15px;
  font-weight: 700;
}

.com-modal.ly-modal .ly-ul li .item-wrap .ly-con {
  flex: 1;
}

.com-modal.ly-modal .ly-ul li:nth-child(odd) {
  background: #f7fbff;
}
