@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

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

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

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

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

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

@font-face {
  font-family: "OPPOSans-B";
  src: url("./fonts/OPPOSans-B/OPPOSans-B.woff") format("woff"), url("./fonts/OPPOSans-B/OPPOSans-B.ttf") format("truetype"), url("./fonts/OPPOSans-B/OPPOSans-B.eot") format("embedded-opentype");
}
@font-face {
  font-family: "D-DIN-Bold";
  src: url("./fonts/D-DIN-Bold/D-DIN-Bold.woff") format("woff"), url("./fonts/D-DIN-Bold/D-DIN-Bold.ttf") format("truetype"), url("./fonts/D-DIN-Bold/D-DIN-Bold.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto.woff") format("woff"), url("./fonts/Roboto/Roboto.ttf") format("truetype"), url("./fonts/Roboto/Roboto.eot") format("embedded-opentype");
}
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #d0d4df;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

html {
  height: 100%;
}

body {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 58px;
  min-width: 1366px;
  min-height: 100%;
  background: url("../images/bg.jpg") no-repeat center/9999px 9999px, #f5f7fc;
}

.container {
  margin: 0 30px;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  height: 72px;
  background-color: #2c60f5;
}
.header-logo {
  display: block;
  max-height: 50%;
}
.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-menu {
  display: flex;
}
.header-menu-item {
  position: relative;
}
.header-menu-item:nth-child(1):hover .header-menu-text, .header-menu-item:nth-child(1).active .header-menu-text {
  background-image: url("../images/header_menu_icon1_active.png");
}
.header-menu-item:nth-child(1) .header-menu-text {
  background-image: url("../images/header_menu_icon1.png");
}
.header-menu-item:nth-child(2):hover .header-menu-text, .header-menu-item:nth-child(2).active .header-menu-text {
  background-image: url("../images/header_menu_icon2_active.png");
}
.header-menu-item:nth-child(2) .header-menu-text {
  background-image: url("../images/header_menu_icon2.png");
}
.header-menu-item:nth-child(3):hover .header-menu-text, .header-menu-item:nth-child(3).active .header-menu-text {
  background-image: url("../images/header_menu_icon3_active.png");
}
.header-menu-item:nth-child(3) .header-menu-text {
  background-image: url("../images/header_menu_icon3.png");
}
.header-menu-item:nth-child(4):hover .header-menu-text, .header-menu-item:nth-child(4).active .header-menu-text {
  background-image: url("../images/header_menu_icon4_active.png");
}
.header-menu-item:nth-child(4) .header-menu-text {
  background-image: url("../images/header_menu_icon4.png");
}
.header-menu-item:nth-child(5):hover .header-menu-text, .header-menu-item:nth-child(5).active .header-menu-text {
  background-image: url("../images/header_menu_icon5_active.png");
}
.header-menu-item:nth-child(5) .header-menu-text {
  background-image: url("../images/header_menu_icon5.png");
}
.header-menu-item:nth-child(6):hover .header-menu-text, .header-menu-item:nth-child(6).active .header-menu-text {
  background-image: url("../images/header_menu_icon6_active.png");
}
.header-menu-item:nth-child(6) .header-menu-text {
  background-image: url("../images/header_menu_icon6.png");
}
.header-menu-item:hover .header-menu-text {
  font-weight: bold;
  background-color: #164ae0;
}
.header-menu-item:hover .header-menu-sub {
  display: block;
}
.header-menu-item.active .header-menu-text {
  font-weight: bold;
  background-color: #164ae0;
}
.header-menu-item + .header-menu-item {
  margin-left: 16px;
}
.header-menu-text {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 10px 0 36px;
  min-height: 47px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  border-radius: 10px;
  background: no-repeat 12px center/18px 18px, transparent;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-menu-sub {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 11;
  display: none;
  box-sizing: border-box;
  padding-top: 4.5px;
  width: 194px;
  transform: translateX(-50%);
}
.header-menu-sub-con {
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
.header-menu-sub-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  min-height: 48px;
  color: #333;
  text-align: center;
  line-height: 20px;
}
.header-menu-sub-item:hover {
  color: #2c60f5;
  font-weight: bold;
  background-color: #f8f8f8;
}
.header-search {
  position: relative;
  display: none;
  margin-left: 9.5%;
  width: 160px;
}
.header-search-textbox {
  box-sizing: border-box;
  padding: 0 40px 0 12px;
  width: 100%;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
}
.header-search-textbox::-moz-placeholder {
  color: #fff;
}
.header-search-textbox::placeholder {
  color: #fff;
}
.header-search-btn {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url("../images/header_search_icon.png") no-repeat center;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-tip {
  position: relative;
  cursor: pointer;
  width: 28px;
  height: 30px;
  margin-left: auto;
  background: url("../images/tip.png") center center no-repeat;
}
.header-tip-num {
  position: absolute;
  border: 2px solid rgb(46, 107, 229);
  background-color: rgb(242, 58, 58);
  text-align: center;
  width: 18px;
  height: 18px;
  line-height: 14px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  right: -2px;
  top: -2px;
}
.header-user {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-user:hover .header-user-menu {
  display: block;
}
.header-user-img {
  display: block;
  box-sizing: border-box;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #d5dbec;
  border-radius: 50%;
}
.header-user-name {
  display: block;
  box-sizing: border-box;
  padding-right: 18px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  background: url("../images/header_user_icon.png") no-repeat right center;
}
.header-user-menu {
  position: absolute;
  top: 100%;
  right: -15px;
  z-index: 11;
  display: none;
  box-sizing: border-box;
  padding-top: 10px;
  width: 180px;
  cursor: auto;
}
.header-user-menu-con {
  box-sizing: border-box;
  padding: 12px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.12);
}
.header-user-menu-img {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 1px solid #d5dbec;
  border-radius: 50%;
}
.header-user-menu-title {
  margin-top: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 21px;
}
.header-user-menu-text {
  margin-top: 6px;
  color: #999;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.header-user-menu-list {
  box-sizing: border-box;
  margin-top: 12px;
  padding: 4px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.header-user-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  min-height: 40px;
  color: #666;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-user-menu-item:hover {
  color: #2c60f5;
  background-color: #f8f8f8;
}
.header-user-menu-logout {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0 16px;
  min-height: 40px;
  color: #f23a3a;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-user-menu-logout:hover {
  background-color: #f8f8f8;
}
.header-client {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  height: 72px;
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header-client .header-user-name {
  color: #333;
  background-image: url("../images/header_client_user_icon.png");
}
.header-client .header-user-menu-logout {
  margin-top: 16px;
  padding: 4px 16px;
  border-top: 1px solid #eaeaea;
}
.header-client-con {
  display: flex;
  align-items: center;
}
.header-client-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
}
.header-client-tab {
  display: flex;
  margin-left: 40px;
}
.header-client-tab-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 24px;
  height: 42px;
  color: #51586a;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #fff;
  border-radius: 21px;
  background-image: linear-gradient(180deg, #fff 0%, #e9efff 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-client-tab-item:nth-child(1)::before {
  background-image: url("../images/header_client_tab_icon1.png");
}
.header-client-tab-item:nth-child(1).active::before {
  background-image: url("../images/header_client_tab_icon1_active.png");
}
.header-client-tab-item.jzgzt::before {
  background-image: url("../images/header_client_tab_icon3.png");
}
.header-client-tab-item.jzgzt.active::before {
  background-image: url("../images/header_client_tab_icon3_active.png");
}
.header-client-tab-item:nth-child(2)::before {
  background-image: url("../images/header_client_tab_icon2.png");
}
.header-client-tab-item:nth-child(2).active::before {
  background-image: url("../images/header_client_tab_icon2_active.png");
}
.header-client-tab-item::before {
  content: "";
  margin-right: 8px;
  width: 16px;
  height: 16px;
  background: no-repeat center;
}
.header-client-tab-item.active {
  color: #fff;
  background-image: linear-gradient(0deg, #1c57ff 0%, #39c0ff 108.33%);
}
.header-client-tab-item + .header-client-tab-item {
  margin-left: 20px;
}
.header-client-link {
  display: flex;
}
.header-client-link-item {
  box-sizing: border-box;
  padding: 0 24px;
  height: 40px;
  color: #333;
  font-size: 16px;
  line-height: 38px;
  border: 1px solid #666;
  border-radius: 20px;
}
.header-client-link-item:hover {
  color: #2c60f5;
  border-color: #2c60f5;
  background-color: #fff;
}
.header-client-link-item + .header-client-link-item {
  margin-left: 12px;
}

/* footer */
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #353d54;
}
.footer-con {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  color: #fff;
  line-height: 18px;
}
.footer-link {
  color: #fff;
}
.footer-link:hover {
  color: #2c60f5;
}

/* 面包屑导航 */
.crumb {
  display: flex;
  padding: 24px 26px;
  background: url("../images/crumb_icon.png") no-repeat left center;
}
.crumb-item {
  position: relative;
  display: block;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.crumb-item:hover, .crumb-item.active {
  color: #2c60f5;
}
.crumb-item + .crumb-item {
  margin-left: 16px;
}
.crumb-item + .crumb-item::before {
  content: "/";
  position: absolute;
  top: 50%;
  left: -10px;
  color: #666;
  line-height: 1;
  transform: translateY(-50%);
  pointer-events: none;
}

/* 页面容器 */
.main {
  display: flex;
  padding: 30px 0 40px;
}
.main-left {
  width: calc(100% - 424px);
}
.main-right {
  margin-left: 24px;
  width: 400px;
}

/* 模块 */
.mod {
  box-sizing: border-box;
  padding: 14px;
  border: 2px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px 0 rgba(23, 24, 29, 0.04);
}
.mod.no-hd {
  padding: 0;
}
.mod.no-hd .mod-bd {
  margin-top: 0;
}
.mod.no-border {
  border: none;
}
.mod + .mod {
  margin-top: 24px;
}
.mod-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.mod-hd-title {
  box-sizing: border-box;
  padding-left: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  background: url("../images/mod_title_icon.png") no-repeat left center;
}
.mod-hd-right {
  display: flex;
  align-items: center;
}
.mod-hd-search {
  position: relative;
  margin-right: 16px;
  width: 226px;
}
.mod-hd-search-textbox {
  box-sizing: border-box;
  padding: 0 36px 0 10px;
  width: 100%;
  height: 28px;
  border: 1px solid #dde0e4;
  border-radius: 4px;
  transition: border-color 0.3s;
}
.mod-hd-search-textbox:focus {
  border-color: #2c60f5;
}
.mod-hd-search-textbox::-moz-placeholder {
  color: #999;
}
.mod-hd-search-textbox::placeholder {
  color: #999;
}
.mod-hd-search-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 17px;
  background: url("../images/mod_search_icon.png") no-repeat center;
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mod-hd-more {
  display: block;
  width: 24px;
  height: 25px;
  background: url("../images/mod_more_icon.png") no-repeat center;
}
.mod-hd-btn {
  display: flex;
}
.mod-hd-btn-item {
  box-sizing: border-box;
  padding: 0 12px;
  height: 32px;
  color: #fff;
  line-height: 30px;
  border: 1px solid #2c60f5;
  border-radius: 2px;
  background-color: #2c60f5;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.mod-hd-btn-item:hover {
  opacity: 0.8;
}
.mod-hd-link {
  box-sizing: border-box;
  color: #2c60f5;
  font-size: 16px;
  line-height: 26px;
  background: no-repeat left center;
}
.mod-hd-link:hover {
  color: #2c60f5;
}
.mod-bd {
  margin-top: 16px;
}
.mod-sub-hd1 {
  display: flex;
  justify-content: center;
  height: 33px;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}
.mod-sub-hd1::before, .mod-sub-hd1::after {
  content: "";
  display: block;
  background: no-repeat center;
}
.mod-sub-hd1::before {
  margin-right: 16px;
  width: 16px;
  background-image: url("../images/mod_sub_hd1_icon1.png");
}
.mod-sub-hd1::after {
  margin-left: 16px;
  width: 12px;
  background-image: url("../images/mod_sub_hd1_icon2.png");
}
.mod-sub-hd2 {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  height: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.mod-sub-hd2-title {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 28px;
  color: #2c60f5;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  background: url("../images/mod_sub_hd2_icon.png") no-repeat left 7px;
}
.mod-sub-hd2-title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #2c60f5;
}
.mod-sub-hd2-num {
  display: block;
  color: #9aa6c9;
  font-family: "OPPOSans-B";
  font-size: 16px;
  line-height: 34px;
}
.mod-bottom {
  padding: 20px 0;
  border-top: 1px solid #dcdfe2;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 4px 16px 0 rgba(88, 88, 88, 0.15);
}

/* tab */
.tab {
  box-sizing: border-box;
}
.tab-hd {
  display: flex;
  box-sizing: border-box;
  height: 46px;
  border-bottom: 1px solid #eaeaea;
}
.tab-hd-item {
  position: relative;
  padding: 0 10px;
  color: #666;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tab-hd-item.active {
  color: #2c60f5;
  font-weight: bold;
}
.tab-hd-item.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #2c60f5;
}
.tab-hd-item + .tab-hd-item {
  margin-left: 16px;
}
.tab-bd {
  margin-top: 16px;
}

/* 步骤 */
.step {
  padding: 16px 20px;
  border-radius: 10px 10px 0 0;
  background: url("../images/step_bg.png") no-repeat center top/100% calc(100% - 60px);
}
.step-top-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}
.step-top-info {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.step-top-text {
  flex: 1;
  box-sizing: border-box;
  padding-right: 10px;
  width: 0;
  color: #666;
  font-size: 16px;
  line-height: 24px;
}
.step-legend {
  display: flex;
}
.step-legend-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 21px;
}
.step-legend-item:nth-child(1)::before {
  background-color: #bdbdbd;
}
.step-legend-item:nth-child(2)::before {
  background-color: #2c60f5;
}
.step-legend-item:nth-child(3)::before {
  background-color: #2aae31;
}
.step-legend-item:nth-child(4)::before {
  background-color: #f23a3a;
}
.step-legend-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  border-radius: 2px;
  transform: translateY(-50%);
}
.step-legend-item + .step-legend-item {
  margin-left: 20px;
}
.step-con {
  margin-top: 16px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.step-inner {
  display: flex;
  overflow: hidden;
}
.step-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  margin-right: 7px;
  width: 0;
  height: 68px;
  background: #f2f2f2;
}
.step-item:nth-of-type(1) {
  z-index: 6;
}
.step-item:nth-of-type(2) {
  z-index: 5;
}
.step-item:nth-of-type(3) {
  z-index: 4;
}
.step-item:nth-of-type(4) {
  z-index: 3;
}
.step-item:nth-of-type(5) {
  z-index: 2;
}
.step-item:nth-of-type(6) {
  z-index: 1;
}
.step-item:first-of-type::before {
  display: none;
}
.step-item:last-of-type {
  margin-right: 0;
}
.step-item:last-of-type::after {
  display: none;
}
.step-item::before, .step-item::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 0 34px 12px;
}
.step-item::before {
  left: 0;
  z-index: -1;
  border-color: transparent transparent transparent #fff;
}
.step-item::after {
  left: 100%;
  border-color: transparent transparent transparent #f2f2f2;
  background: no-repeat center;
}
.step-item.active + .step-sub {
  display: flex;
}
.step-item.current .step-text, .step-item.success .step-text, .step-item.error .step-text {
  color: #fff;
}
.step-item.current .step-num, .step-item.success .step-num, .step-item.error .step-num {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
}
.step-item.current {
  background: linear-gradient(to bottom, #2c60f5, #0d82ff);
}
.step-item.current::after {
  width: 12px;
  height: 100%;
  border: none;
  background-image: url("../images/step_item_icon_current.png");
}
.step-item.success {
  background: linear-gradient(to bottom, #20a835, #4ec15f);
}
.step-item.success::after {
  width: 12px;
  height: 100%;
  border: none;
  background-image: url("../images/step_item_icon_success.png");
}
.step-item.error {
  background: linear-gradient(to bottom, #ee3131, #fb6e6e);
}
.step-item.error::after {
  width: 12px;
  height: 100%;
  border: none;
  background-image: url("../images/step_item_icon_error.png");
}
.step-item.disabled {
  cursor: not-allowed;
}
.step-text {
  margin-left: 15px;
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
.step-num {
  position: absolute;
  bottom: -8px;
  right: 6px;
  z-index: 2;
  color: #bcbcbc;
  font-family: "D-DIN-Bold";
  font-size: 30px;
  line-height: 26px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(188, 188, 188, 0.5)), color-stop(100%, rgba(188, 188, 188, 0)));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  pointer-events: none;
}
.step-sub {
  position: relative;
  display: none;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px 0 39px;
  width: 297px;
}
.step-sub .swiper-container {
  width: 100%;
}
.step-sub .swiper-slide {
  position: relative;
  width: auto;
}
.step-sub .swiper-slide + .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -18px;
  width: 9px;
  height: 20px;
  background: url("../images/step_icon.png") no-repeat center;
  transform: translateY(-50%);
}
.step-sub .swiper-button-prev,
.step-sub .swiper-button-next {
  top: 50%;
  margin-top: 0;
  width: 14px;
  height: 36px;
  border-radius: 2px;
  background: no-repeat center, #f2f2f2;
  transform: translateY(-50%);
}
.step-sub .swiper-button-prev.swiper-button-disabled,
.step-sub .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.step-sub .swiper-button-prev:hover,
.step-sub .swiper-button-next:hover {
  background-color: #e4ebff;
}
.step-sub .swiper-button-prev {
  left: 15px;
  right: auto;
  background-image: url("../images/step_icon_prev.png");
}
.step-sub .swiper-button-prev:hover {
  background-image: url("../images/step_icon_prev_active.png");
}
.step-sub .swiper-button-next {
  left: auto;
  right: 6px;
  background-image: url("../images/step_icon_next.png");
}
.step-sub .swiper-button-next:hover {
  background-image: url("../images/step_icon_next_active.png");
}
.step-sub-item {
  display: block;
  box-sizing: border-box;
  padding: 0 10px;
  height: 36px;
  color: #666;
  line-height: 32px;
  border: 2px solid transparent;
  border-radius: 2px;
  background-color: #f2f2f2;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.step-sub-item.active {
  color: #666;
  font-weight: bold;
  border-color: #bcbcbc;
  background-color: #f2f2f2;
}
.step-sub-item.current {
  color: #fff;
  border-color: #2c60f5;
  background-color: #2c60f5;
}
.step-sub-item.current.active {
  color: #2c60f5;
  font-weight: bold;
  border-color: #2c60f5;
  background-color: #e9effe;
}
.step-sub-item.success {
  color: #fff;
  border-color: #2aae31;
  background-color: #2aae31;
}
.step-sub-item.success.active {
  color: #2aae31;
  font-weight: bold;
  border-color: #2aae31;
  background-color: #e9f7ea;
}
.step-sub-item.error {
  color: #fff;
  border-color: #f23a3a;
  background-color: #f23a3a;
}
.step-sub-item.error.active {
  color: #f23a3a;
  font-weight: bold;
  border-color: #f23a3a;
  background-color: #feebeb;
}
.step-sub-item.disabled {
  cursor: not-allowed;
}

/* 列表 */
.datagrid {
  table-layout: fixed;
  width: 100%;
}
.datagrid-box {
  min-height: 551px;
  overflow: auto;
}
.datagrid > thead > tr > th {
  box-sizing: border-box;
  padding: 14.5px 12px;
  border-bottom: 2px solid #ecedf2;
  background-color: #fafafa;
}
.datagrid > tbody > tr:nth-child(even) > td {
  background-color: #fafafa;
}
.datagrid > tbody > tr:hover > td {
  border-color: #2c60f5;
  background-color: #f6f8ff;
}
.datagrid > tbody > tr > td {
  box-sizing: border-box;
  padding: 14.5px 12px;
  border-bottom: 1px solid #efefef;
}
.datagrid-cell-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.datagrid-checkbox-input {
  display: none;
}
.datagrid-checkbox-input:checked + .datagrid-checkbox-icon {
  background-image: url("../images/datagrid_checkbox_icon_checked.png");
}
.datagrid-checkbox-icon {
  width: 16px;
  height: 16px;
  background: url("../images/datagrid_checkbox_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datagrid-icon {
  display: flex;
}
.datagrid-icon-item {
  display: block;
  margin-right: 12px;
  width: 16px;
  height: 16px;
  background: no-repeat center/contain;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.datagrid-icon-item.icon-workbench {
  background-image: url("../images/datagrid_icon_workbench.png");
}
.datagrid-icon-item.icon-workbench:hover {
  background-image: url("../images/datagrid_icon_workbench_active.png");
}
.datagrid-icon-item.icon-save {
  background-image: url("../images/datagrid_icon_save.png");
}
.datagrid-icon-item.icon-save:hover {
  background-image: url("../images/datagrid_icon_save_active.png");
}
.datagrid-icon-item.icon-edit {
  background-image: url("../images/datagrid_icon_edit.png");
}
.datagrid-icon-item.icon-edit:hover {
  background-image: url("../images/datagrid_icon_edit_active.png");
}
.datagrid-icon-item.icon-cancel {
  background-image: url("../images/datagrid_icon_cancel.png");
}
.datagrid-icon-item.icon-delete {
  background-image: url("../images/datagrid_icon_delete.png");
}
.datagrid-icon-item.icon-delete:hover {
  background-image: url("../images/datagrid_icon_delete_active.png");
}
.datagrid-icon-item.icon-examine {
  background-image: url("../images/datagrid_icon_examine.png");
}
.datagrid-icon-item.icon-examine:hover {
  background-image: url("../images/datagrid_icon_save_active.png");
}
.datagrid-icon-item.icon-check {
  background-image: url("../images/datagrid_icon_check.png");
}
.datagrid-icon-item.icon-check:hover {
  background-image: url("../images/datagrid_icon_check_active.png");
}
.datagrid-icon-item.icon-compare {
  background-image: url("../images/datagrid_icon_compare.png");
}
.datagrid-icon-item.icon-compare:hover {
  background-image: url("../images/datagrid_icon_compare_active.png");
}
.datagrid-icon-item.icon-add {
  background-image: url("../images/datagrid_icon_add.png");
}
.datagrid-icon-item.icon-add:hover {
  background-image: url("../images/datagrid_icon_add_active.png");
}
.datagrid-icon-item.icon-follow {
  background-image: url("../images/datagrid_icon_follow.png");
}
.datagrid-icon-item.icon-follow-active {
  background-image: url("../images/datagrid_icon_follow_active.png");
}

/* 分页 */
.pagination {
  padding: 20px 0 0;
  text-align: center;
}
.pagination .m-pagination-page {
  padding: 0;
}
.pagination .m-pagination-page li {
  margin-right: 6px;
}
.pagination .m-pagination-page li:hover a, .pagination .m-pagination-page li.active a {
  color: #2c60f5;
  border-color: #2c60f5;
  background-color: #fff;
}
.pagination .m-pagination-page li a {
  box-sizing: border-box;
  padding: 0 5px;
  min-width: 34px;
  height: 34px;
  color: #333;
  text-align: center;
  line-height: 30px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-size {
  margin-right: 6px;
  padding: 0;
}
.pagination .m-pagination-size select {
  width: 80px;
  height: 34px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-jump {
  margin-left: 0;
  width: auto;
}
.pagination .m-pagination-group::before {
  content: "到第";
  float: left;
  height: 34px;
  color: #666;
  line-height: 34px;
}
.pagination .m-pagination-group::after {
  content: "页";
  float: left;
  height: 34px;
  color: #666;
  line-height: 34px;
}
.pagination .m-pagination-group input {
  float: left;
  box-sizing: border-box;
  margin: 0 6px;
  width: 34px;
  height: 34px;
  border: 2px solid #ecedf2;
}
.pagination .m-pagination-group input:focus {
  border-color: #2c60f5;
}
.pagination .m-pagination-group button {
  display: none;
}

/* 表单 */
.form.with-bg {
  background-color: #fafafa;
}
.form-content {
  box-sizing: border-box;
  padding: 20px;
}
.form-content label.error {
  position: absolute;
  top: 60px;
  left: 0;
  display: block !important;
  color: #e03f3f;
  font-size: 12px;
  line-height: 14px;
}
.form-content label.error ~ .form-tip {
  margin-top: 16px;
}
.form-row {
  display: flex;
}
.form-row + .form-row {
  margin-top: 20px;
}
.form-item {
  position: relative;
  flex: 1;
  width: 0;
}
.form-item.required .form-label::after {
  content: "*";
  color: #e03f3f;
}
.form-item + .form-item {
  margin-left: 20px;
}
.form-label {
  display: flex;
  margin-bottom: 12px;
  min-height: 14px;
  color: #666;
  line-height: 1;
}
.form-label-tips {
  order: 3;
  margin-left: 10px;
  color: #f23a3a;
  line-height: 1;
}
.form-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.form-control .form-textbox {
  width: 140px;
}
.form-control .form-textbox:last-of-type + .form-textbox-split {
  display: none;
}
.form-control .form-textbox + .form-textbox {
  margin-left: 48px;
}
.form-control .form-radio + .form-radio {
  margin-left: 24px;
}
.form-control .form-checkbox + .form-checkbox {
  margin-left: 24px;
}
.form-textbox {
  box-sizing: border-box;
  padding: 0 12px;
  width: 100%;
  height: 32px;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  transition: border-color 0.3s;
}
.form-textbox:focus {
  border-color: #2c60f5;
}
.form-textbox::-moz-placeholder {
  color: #b6b6b6;
}
.form-textbox::placeholder {
  color: #b6b6b6;
}
.form-textbox.error {
  border-color: #f23a3a;
}
.form-textbox-split {
  margin: 0 16px;
  width: 16px;
  height: 1px;
  background-color: #b4b4b4;
}
.form-combobox {
  display: none;
}
.form-combobox.error ~ .chosen-container .chosen-single,
.form-combobox.error ~ .chosen-container .chosen-choices {
  border-color: #f23a3a;
}
.form-combobox ~ .chosen-container.chosen-with-drop .chosen-single,
.form-combobox ~ .chosen-container.chosen-with-drop .chosen-choices, .form-combobox ~ .chosen-container-active .chosen-single,
.form-combobox ~ .chosen-container-active .chosen-choices {
  border-color: #2c60f5;
  background: none;
  background-color: #fff;
  box-shadow: none;
}
.form-combobox ~ .chosen-container.chosen-with-drop .chosen-single div b,
.form-combobox ~ .chosen-container.chosen-with-drop .chosen-choices div b, .form-combobox ~ .chosen-container-active .chosen-single div b,
.form-combobox ~ .chosen-container-active .chosen-choices div b {
  background: url("../images/form_combobox_icon2.png") no-repeat center;
}
.form-combobox ~ .chosen-container .chosen-single,
.form-combobox ~ .chosen-container .chosen-choices {
  box-sizing: border-box;
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 30px;
  border-color: #dcdfe2;
  border-radius: 2px;
  background: #fff;
  transition: border-color 0.3s;
}
.form-combobox ~ .chosen-container .chosen-single span,
.form-combobox ~ .chosen-container .chosen-choices span {
  margin-right: 36px;
  color: #333;
}
.form-combobox ~ .chosen-container .chosen-single div,
.form-combobox ~ .chosen-container .chosen-choices div {
  margin-right: 0;
  width: 36px;
}
.form-combobox ~ .chosen-container .chosen-single div b,
.form-combobox ~ .chosen-container .chosen-choices div b {
  background: url("../images/form_combobox_icon1.png") no-repeat center;
}
.form-combobox ~ .chosen-container .chosen-choices {
  display: flex;
  align-items: center;
}
.form-combobox ~ .chosen-container .chosen-choices .search-choice {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
.form-combobox ~ .chosen-container .chosen-choices .search-choice span {
  margin-right: 0;
}
.form-combobox ~ .chosen-container .chosen-drop {
  top: calc(100% + 2px);
  border: none;
  border-radius: 4px;
  overflow: hidden;
}
.form-combobox ~ .chosen-container .chosen-search .chosen-search-input {
  padding-right: 38px;
  border-color: #dcdfe2;
  border-radius: 2px;
  background: url("../images/mod_search_icon.png") no-repeat right 10px center;
  transition: border-color 0.3s;
}
.form-combobox ~ .chosen-container .chosen-search .chosen-search-input:focus {
  border-color: #2c60f5;
}
.form-combobox ~ .chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  max-height: 160px;
}
.form-combobox ~ .chosen-container .chosen-results li {
  box-sizing: border-box;
  padding: 4px 10px;
  text-align: center;
  line-height: 24px;
}
.form-combobox ~ .chosen-container .chosen-results li.highlighted {
  color: #2c60f5;
  background: none;
  background-color: #eef2ff;
}
.form-radio {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  min-height: 32px;
}
.form-radio-label {
  display: flex;
  margin: 4px 24px 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-radio-input {
  display: none;
}
.form-radio-input:checked + .form-radio-text {
  background-image: url("../images/form_radio_icon_checked.png");
}
.form-radio-text {
  display: block;
  box-sizing: border-box;
  padding-left: 24px;
  color: #666;
  line-height: 24px;
  background: url("../images/form_radio_icon.png") no-repeat left center;
}
.form-checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 32px;
}
.form-checkbox-label {
  display: flex;
  margin: 4px 24px 2px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-checkbox-input {
  display: none;
}
.form-checkbox-input:checked + .form-checkbox-text {
  background-image: url("../images/form_checkbox_icon_checked.png");
}
.form-checkbox-text {
  display: block;
  box-sizing: border-box;
  padding-left: 24px;
  color: #666;
  line-height: 24px;
  background: url("../images/form_checkbox_icon.png") no-repeat left center;
}
.form-datepicker {
  position: relative;
}
.form-datepicker::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 32px;
  background: url("../images/form_datepicker_icon.png") no-repeat center;
}
.form-datepicker label.error {
  top: 34px;
}
.form-datepicker-input {
  box-sizing: border-box;
  padding: 0 36px 0 12px;
  width: 100%;
  height: 32px;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  transition: border-color 0.3s;
}
.form-datepicker-input:focus {
  border-color: #2c60f5;
}
.form-datepicker-input::-moz-placeholder {
  color: #b6b6b6;
}
.form-datepicker-input::placeholder {
  color: #b6b6b6;
}
.form-datepicker-input.error {
  border-color: #f23a3a;
}
.form-textarea {
  box-sizing: border-box;
  padding: 8px 12px;
  width: 100%;
  height: 146px;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  transition: border-color 0.3s;
  resize: none;
}
.form-textarea:focus {
  border-color: #2c60f5;
}
.form-textarea::-moz-placeholder {
  color: #b6b6b6;
}
.form-textarea::placeholder {
  color: #b6b6b6;
}
.form-textarea.error {
  border-color: #f23a3a;
}
.form-treeselect {
  position: relative;
}
.form-treeselect::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 32px;
  width: 36px;
  background: url("../images/form_combobox_icon1.png") no-repeat center;
  pointer-events: none;
}
.form-treeselect.show-tree .form-treeselect-con {
  display: block;
}
.form-treeselect .form-textbox {
  padding-right: 36px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-treeselect label.error {
  top: 34px;
}
.form-treeselect-con {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.form-treeselect-con-inner {
  max-height: 200px;
  overflow: auto;
}
.form-treeselect-search {
  display: block;
  box-sizing: border-box;
  margin: 10px 10px 5px;
  padding: 0 12px;
  width: calc(100% - 20px);
  height: 28px;
  font-size: 13px;
  border: 1px solid #dcdfe2;
  border-radius: 2px;
  transition: border-color 0.3s;
}
.form-treeselect-search:focus {
  border-color: #2c60f5;
}
.form-treeselect-search::-moz-placeholder {
  color: #b6b6b6;
}
.form-treeselect-search::placeholder {
  color: #b6b6b6;
}
.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-btn.align-left {
  justify-content: flex-start;
}
.form-btn-item {
  display: block;
  box-sizing: border-box;
  padding: 0 15px;
  height: 32px;
  color: #2c60f5;
  line-height: 30px;
  border: 1px solid #2c60f5;
  border-radius: 2px;
  background-color: #fff;
  transition: opacity 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-btn-item:hover {
  opacity: 0.8;
}
.form-btn-item.danger-btn {
  color: #f23a3a;
  border-color: #f23a3a;
}
.form-btn-item.primary-btn {
  color: #fff;
  background-color: #2c60f5;
}
.form-btn-item.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.form-btn-item + .form-btn-item {
  margin-left: 10px;
}
.form-tip {
  box-sizing: border-box;
  line-height: 1;
  background: no-repeat left top;
}
.form-tip.mt10 {
  margin-top: 10px;
}
.form-tip.tip-warning {
  padding-left: 22px;
  color: #ff872d;
  background-image: url("../images/form_tip_icon_warning.png");
}

/* 手风琴 */
.accordion.with-nav {
  display: flex;
}
.accordion-con {
  flex: 1;
  width: 0;
}
.accordion-item.close .accordion-hd-icon {
  background-image: url("../images/accordion_hd_icon_close.png");
}
.accordion-item + .accordion-item {
  margin-top: 20px;
}
.accordion-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  height: 51px;
  border-bottom: 2px solid #2c60f5;
}
.accordion-hd-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.accordion-hd-icon {
  width: 18px;
  height: 18px;
  background: url("../images/accordion_hd_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion-bd {
  padding-top: 16px;
  overflow: hidden;
}
.accordion-nav {
  margin-left: 16px;
  width: 162px;
  overflow: auto;
}
.accordion-nav-item {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}
.accordion-nav-item:first-child::before {
  display: none;
}
.accordion-nav-item:last-child::after {
  display: none;
}
.accordion-nav-item::before, .accordion-nav-item::after {
  content: "";
  position: absolute;
  left: 5px;
  width: 2px;
  height: calc(50% - 9px);
  background-color: #e6e6e6;
  pointer-events: none;
}
.accordion-nav-item::before {
  bottom: calc(50% + 12px);
}
.accordion-nav-item::after {
  top: calc(50% + 12px);
}
.accordion-nav-item.active .accordion-nav-link {
  color: #2c60f5;
  font-weight: bold;
  background-color: #f2f5ff;
}
.accordion-nav-item.active .accordion-nav-link::before {
  border-color: #2c60f5;
}
.accordion-nav-item + .accordion-nav-item {
  margin-top: 5px;
}
.accordion-nav-link {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 14px 12px;
  color: #5c5c5c;
  line-height: 21px;
  border-radius: 2px;
}
.accordion-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 3px solid #bfbfbf;
  border-radius: 50%;
  transform: translateY(-50%);
}

/* 信息展示 */
.info {
  box-sizing: border-box;
  padding: 0 20px;
}
.info-line {
  display: flex;
  margin-bottom: 17px;
}
.info-line:last-of-type {
  margin-bottom: 0;
}
.info-item {
  flex: 1;
  width: 0;
}
.info-item + .info-item {
  margin-left: 20px;
}
.info-label {
  box-sizing: border-box;
  padding-right: 10px;
  color: #666;
  line-height: 21px;
}
.info-value {
  box-sizing: border-box;
  margin-top: 5px;
  padding-right: 10px;
  line-height: 21px;
}
.info-list1 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.info-list1-item {
  box-sizing: border-box;
  margin: 12px 0 0 12px;
  padding: 12px 16px;
  width: calc((100% - 36px) / 4.0001);
  height: 69px;
  border-radius: 4px;
  background-color: #f6f6f6;
}
.info-list1-item:nth-child(-n+4) {
  margin-top: 0;
}
.info-list1-item:nth-child(4n+1) {
  margin-left: 0;
}
.info-list1-title {
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-list1-text {
  margin-top: 6px;
  color: #8a8f99;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.info-list2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.info-list2-item {
  box-sizing: border-box;
  margin: 12px 0 0 12px;
  padding: 3px;
  width: calc((100% - 84px) / 8.0001);
  height: 150px;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
.info-list2-item .radio {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 8px;
  left: 8px;
  background: url("../images/form_radio_icon.png") no-repeat;
  z-index: 9;
}
.info-list2-item .del {
  position: absolute;
  right: -9px;
  top: -8px;
  width: 22px;
  height: 22px;
  background: url("../images/form_radio_icon_del.png") no-repeat;
  display: none;
  cursor: pointer;
}
.info-list2-item.active .radio {
  background: url("../images/form_radio_icon_checked.png") no-repeat;
}
.info-list2-item:nth-child(-n+8) {
  margin-top: 0;
}
.info-list2-item:nth-child(8n+1) {
  margin-left: 0;
}
.info-list2-img {
  display: block;
  margin-bottom: 6px;
  width: 100%;
  height: 89px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.info-list2-text {
  text-align: center;
  line-height: 21px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 空提示 */
.empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  height: 670px;
}
.empty-text {
  margin-bottom: 60px;
  color: #666;
  text-align: center;
  line-height: 21px;
}

/* 弹窗框架 */
.layui-layer {
  border-radius: 10px;
}
.layui-layer .layui-layer-title {
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  border: none;
  border-radius: 10px 10px 0 0;
  background-color: #f5f5f5;
}
.layui-layer .layui-layer-setwin {
  top: 15px;
  right: 16px;
}
.layui-layer .layui-layer-setwin span {
  top: 0;
  right: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  color: #797e87;
  font-weight: bold;
  line-height: 16px;
  border: none;
  background: none;
}
.layui-layer .layui-layer-setwin span:hover {
  background: none;
  opacity: 0.7;
}

/* 弹窗容器 */
.pop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.pop-body {
  flex: 1;
  box-sizing: border-box;
  padding: 16px;
  height: 0;
  overflow-y: auto;
}
.pop-footer {
  box-sizing: border-box;
  padding: 20px;
  border-top: 1px solid #dcdfe2;
}

/* 美化滚动条容器 */
.nice-scroll {
  box-sizing: border-box;
  padding-right: 11px;
  width: calc(100% + 11px);
}
.nice-scroll.no-gap {
  padding-right: 0;
}

/* echarts tooltip */
.echarts-tooltip {
  box-sizing: border-box;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.6);
}
.echarts-tooltip-title {
  height: 24px;
  line-height: 24px;
}
.echarts-tooltip-line {
  height: 24px;
  line-height: 24px;
}

/* 列表 */
.list {
  display: flex;
  flex-wrap: wrap;
  padding: 21px 0 4px;
  min-width: 940px;
}
.list .item {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  margin: 16px 0 0 16px;
  padding: 12px 20px;
  width: calc((100% - 16px) / 2.0001);
  border: 1px solid #f5f6f7;
  border-radius: 10px;
  background-color: #f5f6f7;
  transition: all 0.3s;
}
.list .item:nth-child(-n+2) {
  margin-top: 0;
}
.list .item:nth-child(2n+1) {
  margin-left: 0;
}
.list .item:hover, .list .item.active {
  border-color: #2c60f5;
  background-color: #f6f8fe;
}
.list .item:hover .item-delete {
  opacity: 1;
  pointer-events: all;
}
.list .item-check {
  margin-right: 20px;
  width: 16px;
  height: 16px;
  background: url("../images/datagrid_checkbox_icon.png") no-repeat center;
}
.list .item-check.active {
  background-image: url("../images/datagrid_checkbox_icon_checked.png");
}
.list .item-info {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-right: 20px;
  width: 0;
}
.list .item-name {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.list .item-area {
  margin-top: 10px;
  color: #999;
  line-height: 21px;
}
.list .item-field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 72px;
  border: 1px solid #fff;
  border-radius: 10px;
  background: url("../images/list_field_bg1.png") no-repeat bottom center, #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.08);
}
.list .item-field-name {
  color: #666;
  font-size: 14px;
  line-height: 21px;
}
.list .item-field-value {
  margin-top: 4px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
}
.list .item-field + .item-field {
  margin-left: 16px;
}
.list .item-available {
  background-image: url("../images/list_field_bg2.png");
}
.list .item-available .item-field-value {
  color: #2c60f5;
}
.list .item-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 10px;
  background: url("../images/list_delete_icon.png") no-repeat center, #f23a3a;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

/* ztree树 */
.tree * {
  font-size: 14px;
}
.tree li {
  line-height: 36px;
}
.tree li a {
  height: 36px;
}
.tree li a.curSelectedNode {
  color: #2c60f5;
}
.tree li span.button {
  height: 36px;
}
.tree li span.button.root_close,
.tree li span.button.roots_close,
.tree li span.button.center_close,
.tree li span.button.bottom_close {
  background: url("../images/tree_node_icon.png") no-repeat center;
}
.tree li span.button.root_open,
.tree li span.button.roots_open,
.tree li span.button.center_open,
.tree li span.button.bottom_open {
  background: url("../images/tree_node_icon_expand.png") no-repeat center;
}
.tree li span.button.center_docu,
.tree li span.button.bottom_docu,
.tree li ul.line {
  background: none;
}
.tree li span.button.ico_open,
.tree li span.button.ico_close {
  background: url("../images/tree_icon_folder.png") no-repeat center;
}
.tree li span.button.ico_docu {
  background: url("../images/tree_icon_leaf.png") no-repeat center;
}

/* layer提示弹窗 */
.layer-msg {
  min-width: 152px;
  max-width: 350px;
  border-radius: 2px;
  box-shadow: none;
}
.layer-msg .layui-layer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layer-msg .layui-layer-content .layui-icon {
  position: static;
  flex-shrink: 0;
  margin-right: 16px;
  background: no-repeat center;
}
.layer-msg .layui-layer-content .layui-icon::before {
  display: none;
}
.layer-msg.msg-success {
  color: #3cb657;
  border-color: #bae8c4;
  background-color: #e0f7e6;
}
.layer-msg.msg-success .layui-layer-content {
  padding: 8px 16px;
}
.layer-msg.msg-success .layui-layer-content .layui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/layer_msg_icon_success.png");
}
.layer-msg.msg-error {
  color: #e03f3f;
  border-color: #fce0e0;
  background-color: #fceeee;
}
.layer-msg.msg-error .layui-layer-content {
  padding: 8px 16px;
}
.layer-msg.msg-error .layui-layer-content .layui-icon {
  width: 16px;
  height: 16px;
  background-image: url("../images/layer_msg_icon_error.png");
}
.layer-msg.msg-loading {
  color: #fff;
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.6);
}
.layer-msg.msg-loading .layui-layer-content {
  padding: 22px 38px;
  font-size: 16px;
}
.layer-msg.msg-loading .layui-layer-content .layui-icon {
  width: 32px;
  height: 32px;
  background-image: url("../images/layer_msg_icon_loading.png");
}

/* 提示面板 */
.tips {
  box-sizing: border-box;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 30px;
  border: 1px solid;
  border-radius: 2px;
}
.tips.error {
  color: #f23a3a;
  border-color: #f23a3a;
  background-color: rgba(242, 58, 58, 0.06);
}
.tips.warning {
  color: #ff872d;
  border-color: #ff872d;
  background-color: rgba(255, 135, 45, 0.06);
}
.tips-title {
  font-weight: bold;
}