@charset "UTF-8";
/**思源黑体**/
@font-face {
  font-family: 'SiyuanBlack';
  src: url('https://qicdn.yimumu.com/font/SourceHanSansCN-Regular-2.otf');
}
/**初始化**/
body {
  font-family: 'SiyuanBlack';
  background: #e8ebf2;
  font-size: 15px;
}
body,
* {
  margin: 0;
  padding: 0;
}
input, textarea, a, div, p, span, button {
  outline: none;
  border: none;
  font-family: 'SiyuanBlack';
  font-size: 15px;
}
textarea{resize: none;}
ol, li {
  list-style: none;
}
dl, ol, ul {
  margin-bottom: 0;
}
img {
  vertical-align: middle;
  width: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none !important;
}
body, a {
  color: #4b5066;
  outline: none;
  font-size: 15px;
}
iframe {
  border: none;
}
table {
  width: 100%;
  border-spacing: 0;
  border: none;
  border-collapse: collapse;
  border-collapse: separate;
  table-layout: fixed;
}
table, td, tr, th {
  border-top: none;
  border-left: none;
  font-size: 15px;
}
body, .container {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  max-width: 100%;
}
dd {
  margin-bottom: 0;
}
body:not(.layuiTkPage){/*min-width: 1400px; overflow-x: auto;*/}
body.minwidth1600{min-width: 1600px;}
::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #c8c8c8;
}
/*一行省略号*/
.oneLineHide {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: -webkit-box;
}
/*两行省略号*/
.twoLineHide {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}
.float-lt {
  float: left;
}
.float-rt {
  float: right;
}
.flex-item-center {
  display: flex;
  align-items: center;
}
.flex-just-center {
  display: flex;
  justify-content: center;
}
.flex-item-just-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-item-betw-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-align-start{ display: flex; align-items: flex-start; }
/**变量**/
/**头部开始**/
input::-moz-placeholder {
  color: #95a3b8;
  font-size: 0.16rem;
}
input::-ms-input-placeholder {
  color: #95a3b8;
  font-size: 0.16rem;
}
textarea::-ms-input-placeholder {
  color: #95a3b8;
  font-size: 0.16rem;
}
textarea::-webkit-input-placeholder {
  color: #95a3b8;
  font-size: 0.16rem;
}
/**遮罩**/
.zz {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.noborderTop {
  border-top: none !important;
}
.notopradius {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.containerPage {
  padding: 0 30px;
  box-sizing: border-box;
}
.btn-outline-primary.blueColor {
  border-color: #1700a6;
}
.blueborder {
  border-color: #1700a6 !important;
}
.bgBlue {
  background: #1700a6;
  color: #fff;
  border: #1700a6;
}
.bgBlue2 {
  background-color: rgba(203, 213, 225, 0.4) !important;
}
.blueColor {
  color: #1700a6;
}
.redColor {
  color: #f04444;
}
.noLeftMargin {
  margin-left: 0!important;
}
.noRightMargin {
  margin-right: 0!important;
}
.noLeftPadding {
  padding-left: 0!important;
}
.noRightPadding {
  padding-right: 0!important;
}
.btn-primary:hover,.btn-primary:active {
  background-color: #f04444;
  border-color: #f04444;
}


.form-group,
p,
label {
  margin-bottom: 0;
}
.form-group {
  margin-bottom: 24px;
}
.form-control {
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  font-size: 15px;
  height: 48px;
  border-radius: 24px;
  color: #4b5066;
}
.nofocus:focus {
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: unset !important;
}
.noborderRadius {
  border-radius: 0;
}
.loginPage .btn {
  height: 48px;
}
.btn {
  padding: 0.05rem 0.24rem;
  font-size: 15px;
  box-sizing: border-box;
  height: 47px;
  border-radius: 24px;
  border: 1.5px solid transparent;
}
.form-control:focus,
.btn:focus {
  box-shadow: unset !important;
}
.row {
  margin: 0;
}
.col {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.list-group-item {
  padding: 0;
}
#svgContainer {
  display: none;
}
.table {
  margin-bottom: 0;
}
.table td,
.table th {
  padding: 0.1rem;
  border-color: #e2e8f0;
  color: #4b5066;
  vertical-align: middle;
}
.table tr{height: 56px;}
.table td{ padding-right: 0.3rem; box-sizing: border-box; word-break: break-word; }
.table thead th {
  border-bottom: none;
  color: rgba(75, 80, 102, 0.8);
  border-top: none;
  font-weight: normal;
  vertical-align:middle;
}
thead {
  background: #f8fafc;
}
.table tr:last-child td {
  border-bottom: 1px solid #e2e8f0;
}
.table_cont .table_box tr:hover{
  background-color: #f8f8f8; cursor: pointer;
}
.blueColor:hover {
  border-color: #1700a6;
  color: #1700a6 !important;
  opacity: 0.8;
}
.redColor {
  border-color: #f04444;
}
.redColor:hover {
  border-color: #f04444;
  color: #f04444;
  opacity: 0.8;
}
.bjRedColor {
  background-color: #f04444;
  color: #fff;
}
.bjRedColor:hover {
  background-color: #f04444;
  color: #fff;
  opacity: 0.8;
}
.blueBorderText {
  border-color: #1700a6;
  color: #1700a6;
  background: none;
}
.blueBorderText:hover {
  border-color: #1700a6;
  color: #1700a6 !important;
  opacity: 0.8;
}
.page-link {
  padding: 6px 12px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: unset;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 0.16rem;
}
.dropdown-menu {
  min-width: 1rem;
}
.layui-input,
.layui-select,
.layui-textarea {
  height:48px;
  border-radius: 24px;
}
.layui-form-select dl {
  top: 49px;
  bottom: auto;
}
.layui-form-select.layui-form-selectup dl {
  bottom: 0.49rem;
  top: auto;
}
.layui-form-select dl dd.layui-this {
  background-color: #1700a6;
}
.layui-form-select dl dd:hover {
  background-color: #dddddd;
}
.layui-form-select .layui-input {
  font-size: 15px;
}

.mheight_input{min-height: 48px !important; height: auto !important;}

/**头部**/
.header {
  height: 64px;
  padding: 0 30px;
}
.header .logo {
  width: 175px;
}
.header .text {
  font-size: 16px;
  color: #3a3e4f;
  margin-right: 0.2rem;
}
.header .text a {
  color: #1700a6;
}
.iconScale {
  transition: transform 0.6s ease;
}
.iconScale:hover {
  transform: scale(1.08);
}
aside {
  width: 192px;
  height: calc(100vh - 64px);
  overflow-y: auto;
  margin-left: 30px;
  margin-right: 30px;
}
aside::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  background-color: #F5F5F5;
}
aside .userinfo {
  text-align: center;
}
aside .userinfo .tximg {
  width: 87px;
  height: 87px;
  border-radius: 50%;
  margin-top: 0.48rem;
}
aside .userinfo .p1 {
  margin: 10px 0 8px;
}
aside .userinfo .p2 {
  font-size: 14px;
  margin-bottom: 10px;
}
aside .userinfo .imgicon {
  display: flex;
  align-items: center;
  justify-content: center;
}
aside .userinfo .imgicon .img1 {
  width: 24px;
}
aside .userinfo .imgicon .img2 {
  width: 23px;
  margin-left: 20px;
}
aside .userinfo .imgicon img {
  cursor: pointer;
}
aside .menu {
  margin-top: 0.27rem;
}
aside .menu ul li {
  margin-bottom: 10px;
  background: rgba(23, 0, 166, 0);
  border-radius: 20px;
  transition: background 0.5s ease;
}
aside .menu ul li .a1 {
  position: relative;
  color: #1700a6;
  font-size: 15px;
  padding-left: 62px;
  box-sizing: border-box;
  height: 40px;
}
aside .menu ul li .icon {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 11px;
  left: 15px;
}
aside .menu ul li .icon img {
  vertical-align: revert;
}
aside .menu ul li .selected {
  display: none;
}
aside .menu ul li .badge {
  font-size: 14px;
  background: #ed251b;
  margin-right: 0.1rem;
}
aside .menu ul li a {
  transition: color 0.3s ease;
}
aside .menu ul li:hover,
aside .menu ul li.active {
  background: #1700a6;
  border-radius: 20px;
}
aside .menu ul li:hover a,
aside .menu ul li.active a {
  color: #fff;
}
aside .menu ul li:hover .selected,
aside .menu ul li.active .selected {
  display: block;
}
aside .menu ul li:hover .normall,
aside .menu ul li.active .normall {
  display: none;
}
aside .menu ul li:hover .icon,
aside .menu ul li.active .icon {
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
}
aside .menu ul li .menu_son {
 
  display: none;
}
aside .menu ul li .menu_son .mids {
  padding-left: 80px;
  box-sizing: border-box;
}
aside .menu ul li .menu_son .mids a {
  display: flex;
  height: 40px;
  font-size: 14px;
  position: relative;
  align-items: center;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}
aside .menu ul li .menu_son .mids a.active,
aside .menu ul li .menu_son .mids a:hover {
  color: #ffffff;
}
aside .menu ul li .menu_son .mids a.active:before,
aside .menu ul li .menu_son .mids a:hover:before {
  background: #ffffff;
}
aside .menu ul li .menu_son .mids a:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 6px;
  background: rgba(255, 255, 255, 0.6);
  left: -16px;
}
.maincontent {
  width: calc(100% - 252px);
  height: calc(100vh - 64px);
  overflow-y: auto;
  scrollbar-width: thin;
  margin-right: -10px;
  padding-bottom: 30px;
  box-sizing: border-box;
}


.maincontent .row {
  margin-bottom: 0.2rem;

}
.maincontent .mid_content {
  margin-right: 30px;
  box-sizing: border-box;
  min-width: 1600px;
}
.maincontent.w-100 .mid_content{
  min-width: auto;
}
.maincontent .pageTitleLine {
  justify-content: space-between;
  display: flex;
  align-items: center;
  margin-bottom: 0.2rem;
}
.maincontent .pageTitle {
  font-size: 0.36rem;
  color: #000000;
}
.tips {
  color: #3a3e4f;
}
.tips span {
  color: #f04444;
}
.headerset img {
  width: 24px;
}
.headerset .shuaIcon {
  width: 24px;
  margin-right: 0.2rem;
}
.smallsize {
  width: 14px;
  height: 14px;
}
.tabsType .nav-link {
  padding: 0.1rem 0.2rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border: none;
}
.tabsType .nav-link.active,
.tabsType .nav-link:hover {
  color: #1700a6;
}
.sortable {
  cursor: pointer;
}
.btnw192 {
  min-width: 1.92rem;
}
.btnw128 {
  min-width: 128px;
}
.w-e-toolbar {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-color: #cbd5e1 !important;
  background-color: #fff !important;
}
.w-e-text-container {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-color: #cbd5e1 !important;
}
.w-e-text {
  overflow-y: auto !important;
}
.layui-progress-bar {
  background-color: #1700a6;
  position: static;
}
.layui-progress-bar .layui-progress-text {
  position: absolute;
  right: -35px;
  top: -6px;
}
.layui-form-radio:hover * {
  color: #1700a6;
}
.layui-form-radio * {
  font-size: 15px !important;
}
.layui-form-radio {
  margin-top: 0;
}
.layui-form-radioed {
  color: #31444c;
}
.layui-form-radioed > i {
  color: #1700a6;
}
.layui-anim.layui-icon {
  font-size: 22px !important;
}
.layui-form-select {
  width: 100%;
}
.layui-form-selected dl {
  z-index: 99999999;
}
.layui-form-checkbox[lay-skin=primary] i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-width: 1.5px;
  top: -1px;
}
.layui-form-checkbox[lay-skin=primary]:hover i {
  border-color: #1700a6;
}
.layui-form-checked[lay-skin=primary] i {
  border-color: #1700a6 !important;
  background-color: #1700a6;
}
.layui-form-checkbox[lay-skin=primary] span {
  color: #31444c;
  font-size: 15px;
}
.layui-icon-ok:before {
  font-size: 14px;
  font-weight: bold;
}
.layui-form-select .layui-input {
  padding-left: 16px;
}
.layuiTips .layui-layer-btn a {
  border-radius: 16px !important;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
}
.layuiTips .layui-layer-btn .layui-layer-btn0 {
  background: #1700a6 !important;
}
.layuiTips {
  border-radius: 0.2rem !important;
}
.laydate-footer-btns .laydate-btns-confirm {
  background: #1700a6;
  color: #fff;
  border-color: #1700a6;
}
.layui-laydate {
  border-radius: 0.2rem !important;
}
.layui-laydate .layui-this {
  border-radius: 18px!important;
}
.layui-laydate td>div,.layui-laydate td,.layui-laydate-content td>div:hover {
  border-radius: 18px!important;
}
.layui-menu .layui-menu-body-title{text-align: center;}
.layui-laydate-footer span:hover{ opacity: 0.8; color:#777; }
.layui-laydate-footer .laydate-btns-confirm:hover{color: #fff; opacity: 0.8;}
.laydate-footer-btns .laydate-btns-confirm{ border-color: #c9c9c9; }


.layui-form-select dl{padding-top: 0; padding-bottom: 0; border-radius:0.2rem;}
.layui-form-select dl dd{ transition:background-color 0.2s ease,color 0.2s ease;  }
.layui-form-select dl dd:hover{ background-color: #1700a6; color: #fff; }
.editable-select-options li.selected {
  background: #1700a6 !important;
}
.userinfo_set{cursor: pointer;}
.dateBtWidth{width:2.2rem !important;}

#returnTop{ position: fixed; right:42px; bottom: 40px; width:40px; height:40px; background: #fff; cursor: pointer; display: none; }
