.rule {
  padding-top: 60px;
  padding-bottom: 40px;
}
.rule .rule-content {
  width: 1138px;
  margin: 0 auto;
  margin-top: 40px;
}
.rule .rule-content li.items {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 20px;
}
.rule .rule-content li.items:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.rule .rule-content li.items .inner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rule .rule-content li.items .inner-title h4 {
  width: calc(100% - 120px);
  padding-left: 30px;
  background-image: url(../images/common/balance_icon.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 28px;
  font-family: 'PINGFANG-BOLD';
  font-size: 20px;
  line-height: 28px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rule .rule-content li.items .inner-title .readmore {
  width: auto;
  padding-right: 18px;
  background-image: url(../images/common/arrow_right.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.rule .rule-content li.items .info {
  padding: 20px 0;
}
.rule .rule-content li.items .info p {
  color: rgba(0, 0, 0, 0.8);
}
.rule .rule-content li.items:hover .readmore {
  background-image: url(../images/common/arrow_right_active.png);
  color: #004DF1;
}
.notice {
  padding-top: 60px;
  padding-bottom: 50px;
  background-color: #F7F8FB;
}
.notice .notice-content {
  margin-top: 40px;
  padding: 30px 55px;
  padding-top: 10px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
}
.notice .notice-content .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  padding-left: 10px;
  border-bottom: 1px solid #E9E9E9;
}
.notice .notice-content .items a {
  width: calc(100% - 110px);
  font-family: 'PINGFANG-BOLD';
  line-height: 24px;
  color: #000;
  transition: all 0.3s;
}
.notice .notice-content .items a:hover {
  color: #004DF1;
}
.notice .notice-content .items .time {
  width: auto;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.5);
}
.system {
  padding-bottom: 56px;
}
.system .system-form {
  padding-top: 60px;
  padding-bottom: 98px;
  background-image: url(../images/hyzx/bg1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.system .system-form .title h3 {
  font-size: 44px;
  line-height: 62px;
  color: #fff;
}
.system .system-form .form-box {
  width: 710px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  position: relative;
}
.system .system-form .form-box::after {
  display: block;
  content: '';
  width: 1px;
  height: 32px;
  background-color: #E9E9E9;
  position: absolute;
  left: 138px;
  top: 50%;
  transform: translateY(-50%);
}
.system .system-form .form-box .select-type {
  width: 138px;
  height: 56px;
  border: none;
  padding: 16px 28px;
  font-family: 'PINGFANG-Heavy';
  font-size: 16px;
  line-height: 24px;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/common/arrow-down.png);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: calc(100% - 20px) center;
  cursor: pointer;
  box-sizing: border-box;
}
.system .system-form .form-box .search-input {
  width: 482px;
  border: none;
  padding: 16px 42px;
  background-image: url(../images/common/search_icon.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 16px;
  font-size: 16px;
  line-height: 24px;
  /*color: #D9D9D9;*/
  box-sizing: border-box;
}
.system .system-form .form-box .search-input::placeholder {
  font-size: 16px;
  line-height: 24px;
  color: #D9D9D9;
}
.system .system-form .form-box .search-btn {
  box-sizing: border-box;
  border: none;
  width: 90px;
  background-color: #216CF8;
  font-family: 'PINGFANG-Heavy';
  font-size: 18px;
  color: #fff;
}
.system .record-content {
  width: 1620px;
  min-height: 372px;
  margin: 0 auto;
  margin-top: -48px;
  padding: 30px 38px 60px 38px;
  background-color: #fff;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #E9E9E9;
  border-radius: 14px;
  position: relative;
}
.system .record-content .has-record .min-title {
  margin-bottom: 16px;
}
.system .record-content .has-record .min-title h6 {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.system .record-content .has-record .min-title h6 span.count {
  font-family: 'PINGFANG-Heavy';
  color: #004DF1;
}
.system .record-content .has-record .record-table table {
  width: 100%;
  text-align: left;
}
.system .record-content .has-record .record-table table thead th {
  box-sizing: border-box;
  padding: 20px 30px;
  font-family: 'PINGFANG-Heavy';
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background-color: #E9E9E9;
}
.system .record-content .has-record .record-table table tbody td {
  padding: 20px 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  border-bottom: 1px solid #E9E9E9;
}
.system .record-content .has-record .record-table table tbody td .status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-left: 16px;
}
.system .record-content .has-record .record-table table tbody td .status.success {
  background-color: rgba(0, 77, 241, 0.1);
  color: #004DF1;
}
.system .record-content .has-record .record-table table tbody td .status.error {
  background-color: #fff7e6;
  color: #ffbd2f;
}
.system .record-content .has-record .record-table table tbody td:hover {
  color: #216CF8;
}
.system .record-content .norecord {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.system .record-content .norecord img {
  display: block;
  width: 220px;
  height: 144px;
  margin: 0 auto;
}
.system .record-content .norecord h6 {
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin-top: 16px;
}
.which-handle {
  padding-top: 64px;
  padding-bottom: 56px;
  background-color: #F7F8FB;
}
.which-handle ul.content {
  margin-top: 30px;
  flex-wrap: wrap;
}
.which-handle ul.content li {
  width: calc(20% - 12px);
  margin-right: 15px;
  padding: 30px 24px 34px 24px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
}
.which-handle ul.content li:nth-child(5n) {
  margin-right: 0;
}
.which-handle ul.content li:nth-child(n + 6) {
  margin-top: 20px;
}
.which-handle ul.content li .icon {
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
.which-handle ul.content li .icon img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.which-handle ul.content li .icon img.active {
  opacity: 0;
}
.which-handle ul.content li h5 {
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-top: 15px;
  transition: all 0.3s;
}
.which-handle ul.content li p {
  min-height: 120px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  transition: all 0.3s;
}
.which-handle ul.content li.col-2 {
  width: calc(40% - 9px);
  margin-right: 0;
  text-align: center;
  background-image: url(../images/hyzx/bg2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: none;
}
.which-handle ul.content li.col-2 h4 {
  font-family: 'PINGFANG-BOLD';
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}
.which-handle ul.content li.col-2 h6 {
  line-height: 24px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}
.which-handle ul.content li:hover {
  background-color: #004DF1;
}
.which-handle ul.content li:hover .icon img.unactive {
  opacity: 0;
}
.which-handle ul.content li:hover .icon img.active {
  opacity: 1;
}
.which-handle ul.content li:hover h5,
.which-handle ul.content li:hover p {
  color: #fff;
}
.which-handle .common-btn {
  margin-top: 50px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.which-handle .common-btn span.zx-info {
  color: #fff;
}
.which-handle .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
.type {
  padding-top: 64px;
  padding-bottom: 60px;
}
.type ul.content {
  margin-top: 50px;
  flex-wrap: wrap;
}
.type ul.content li {
  width: calc(20% - 12px);
  margin-right: 15px;
  padding: 20px 10px 26px 10px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
  text-align: center;
  transition: all 0.3s;
}
.type ul.content li:nth-child(5n) {
  margin-right: 0;
}
.type ul.content li:nth-child(n + 6) {
  margin-top: 20px;
}
.type ul.content li.col-2 {
  width: calc(40% - 9px);
  margin-right: 0;
}
.type ul.content li.col-12 {
  width: 100%;
  margin-right: 0;
}
.type ul.content li h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'PINGFANG-BOLD';
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
  color: #000;
  transition: all 0.3s;
}
.type ul.content li p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
  transition: all 0.3s;
}
.type ul.content li:hover {
  background-color: #004DF1;
  box-shadow: 0px 4px 8px 4px rgba(33, 108, 248, 0.12);
}
.type ul.content li:hover h5,
.type ul.content li:hover p {
  color: #fff;
}
.type a.common-btn {
  margin-top: 50px;
}
.difference {
  padding: 60px 0;
  background-color: #F7F8FB;
}
.difference .content {
  margin-top: 50px;
}
.difference .col-l,
.difference .col-r {
  display: flex;
  align-items: center;
  padding: 28px 30px 28px 42px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 14px;
}
.difference .col-l {
  width: 430px;
}
.difference .col-r {
  width: 830px;
  margin-left: auto;
}
.difference .left-info {
  width: 58px;
}
.difference .left-info img {
  width: 58px;
  height: 58px;
  display: block;
  margin: 0 auto;
}
.difference .left-info h5 {
  font-family: 'PINGFANG-Heavy';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #000;
  margin-top: 6px;
}
.difference .right-info {
  width: calc(100% - 98px);
  margin-left: auto;
}
.difference .right-info p {
  font-size: 16px;
}
.difference .common-btn {
  margin-top: 50px;
  background-color: #004DF1;
  border-color: #004DF1;
}
.difference .common-btn span.zx-info {
  color: #fff;
}
.difference .common-btn span.zx-btn {
  color: #004DF1;
  background-color: #fff;
}
