<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-page {
  background: url(../images/AIbg.png) no-repeat top center;
}
.index-page main .tit-box {
  margin: auto;
  width: 1140px;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}
.index-page main .tit-box .tit-left {
  width: 50%;
}
.index-page main .tit-box .tit-left h1 {
  padding-top: 53px;
  font-family: 'SOURCEHANSERIFCN-HEAVY';
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 2px;
  background: linear-gradient(to top, #1b66e6 0%, #1b33e6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 60px;
}
.index-page main .tit-box .tit-left p {
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0 10px 0 0;
}
.index-page main .tit-box .tit-left p a {
  cursor: pointer;
  color: #1b66e6;
}
.index-page main .tit-box .tit-right {
  width: 50%;
}
.index-page main .tit-box .tit-right img {
  width: 100%;
}
.index-page main .main-content {
  margin-top: 100px;
}
.index-page main .main-content .line {
  margin: auto;
  width: 90px;
  height: 6px;
  background-image: linear-gradient(-30deg, #1b66e6 0%, #1b33e6 100%);
  border-radius: 3px;
  margin-top: 8px;
}
.index-page main .main-content .bg {
  background-color: #f6fafd;
}
.index-page main .main-content .section {
  margin: auto;
  width: 100%;
  max-width: 1140px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.index-page main .main-content .section .title p {
  text-align: center;
  font-family: 'SOURCEHANSERIFCN-HEAVY';
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 2px;
  color: #282828;
}
.index-page main .main-content .section p.info {
  margin: 25px auto 40px;
  margin-top: 25px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
.index-page main .main-content .section p.info a {
  color: #1b66e6;
}
.index-page main .main-content .section .tit {
  text-align: center;
  margin: auto;
  position: relative;
  margin-bottom: 35px;
}
.index-page main .main-content .section .tit p {
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #110e0f;
}
.index-page main .main-content .section .tit img {
  position: absolute;
}
.index-page main .main-content .section .tit .img1 {
  height: 20px;
  bottom: -6px;
  left: -14px;
}
.index-page main .main-content .section .tit .img2 {
  height: 31px;
  right: -10px;
  top: -6px;
}
.index-page main .main-content .section .list-item {
  width: 18%;
  border: 1px solid transparent;
  background-color: #f6fafd;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 5px;
}
.index-page main .main-content .section .list-item .img {
  text-align: center;
  margin-bottom: 15px;
}
.index-page main .main-content .section .list-item .img img {
  width: 57px;
  height: 57px;
}
.index-page main .main-content .section .list-item .item-info {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #282828;
  text-align: center;
  margin-bottom: 5px;
}
.index-page main .main-content .section .list-item .item-info2 p{
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.index-page main .main-content .section .list-item:hover {
  transform: scale(1.05);
  transition: 0.5s;
  z-index: 1;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}
.index-page main .main-content .section .section-btn {
  text-align: center;
  margin-top: 20px;
}
.index-page main .main-content .section .section-btn button {
  border: none;
  text-align: center;
  width: 200px;
  height: 50px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
}
.index-page main .main-content .section .section-btn button a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page main .main-content .section .section-btn button.btn-bule {
  color: #000000;
  border: solid 1px #a9b8d6;
  background-color: #d8e5ff;
}
.index-page main .main-content .section .section-btn button.btn-org {
  border: solid 1px #f37e73;
  background-color: #fcded3;
  color: #000;
}
.index-page main .main-content .section .section-btn button.btn-bule:hover {
  color: #ffffff;
  background-image: linear-gradient(-30deg, #1b66e6 0%, #1b33e6 100%);
}
.index-page main .main-content .section .section-btn button.btn-org:hover {
  color: #ffffff;
  background-color: #e65549;
}
.index-page main .main-content .section .section-btn button + button {
  margin-left: 30px;
}
.index-page main .main-content .cpass-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.index-page main .main-content .cpass-list .list-item:nth-child(1):hover {
  border: 1px solid #6F74DB;
}
.index-page main .main-content .cpass-list .list-item:nth-child(2):hover {
  border: 1px solid #E65549;
}
.index-page main .main-content .cpass-list .list-item:nth-child(3):hover {
  border: 1px solid #009B85;
}
.index-page main .main-content .cpass-list .list-item:nth-child(4):hover {
  border: 1px solid #4370CD;
}
.index-page main .main-content .cpass-list .list-item:nth-child(5):hover {
  border: 1px solid #CA72DA;
}
.index-page main .main-content .csmart-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index-page main .main-content .csmart-list .list-item {
  background-color: #ffffff;
}
.index-page main .main-content .csmart-list1 .list-item {
  width: 24%;
}
.index-page main .main-content .csmart-list1 .list-item:nth-child(1):hover {
  border: 1px solid #4370CD;
}
.index-page main .main-content .csmart-list1 .list-item:nth-child(2):hover {
  border: 1px solid #009B85;
}
.index-page main .main-content .csmart-list2 .list-item {
  width: 32%;
}
.index-page main .main-content .csmart-list2 .list-item:nth-child(1):hover {
  border: 1px solid #E65549;
}
.index-page main .main-content .csmart-list2 .list-item:nth-child(2):hover {
  border: 1px solid #6F74DB;
}
.index-page main .main-content .csmart-list2 .list-item:nth-child(3):hover {
  border: 1px solid #CA72DA;
}
.index-page main .main-content .other-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.index-page main .main-content .other-list .other-item {
  border-radius: 5px;
  width: 49%;
  padding: 40px 45px;
  background-color: #f6fafd;
  text-align: center;
}
.index-page main .main-content .other-list .other-item p {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #282828;
}
.index-page main .main-content .other-list .other-item .item-tit {
  font-family: 'SOURCEHANSERIFCN-SEMIBOLD';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 25px;
}
.index-page main .main-content .other-list .other-item button {
  margin-top: 35px;
  width: 200px;
  border: solid 1px #a9b8d6;
  background-color: #d8e5ff;
  height: 44px;
  font-size: 18px;
  line-height: 44px;
  letter-spacing: 0px;
  border-radius: 22px;
}
.index-page main .main-content .other-list .other-item button a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-page main .main-content .other-list .other-item button:hover {
  color: #ffffff;
  background-image: linear-gradient(-33deg, #1b66e6 0%, #1b33e6 100%), linear-gradient(#d8e5ff, #d8e5ff);
}
.index-page main .main-content .other-list .other-item:hover {
  background: linear-gradient(to bottom, #d8e5ff 0%, #f6fafd 100%);
}
.dialog_rule .dialog_box {
  max-width: 800px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  width: 60%;
  height: 673px;
  max-height: 756px;
  max-height: 80%;
  padding: 40px 40px 40px;
  max-width: 900px;
}
.dialog_rule .dialog_main {
  height: 100%;
  /* ä¿®æ”¹åž‚ç›´æ»šåŠ¨æ¡ */
  /* ä¿®æ”¹æ»šåŠ¨æ¡è½¨é“èƒŒæ™¯è‰² */
  /* ä¿®æ”¹æ»šåŠ¨æ¡æ»‘å—é¢œè‰² */
  /* ä¿®æ”¹æ»šåŠ¨æ¡æ»‘å—æ‚¬åœæ—¶çš„é¢œè‰² */
}
.dialog_rule .dialog_main .table-box {
  width: 100%;
  max-height: calc(100% - 115px);
  overflow-y: auto;
  overflow-x: hidden;
}
.dialog_rule .dialog_main .table-box table td {
  border: 1px solid #dadada;
}
.dialog_rule .dialog_main .table-box::-webkit-scrollbar {
  width: 2px;
  /* ä¿®æ”¹å®½åº¦ */
}
.dialog_rule .dialog_main .table-box::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.dialog_rule .dialog_main .table-box.table-box::-webkit-scrollbar-thumb {
  background-color: #dadada;
}
.dialog_rule .dialog_main .table-box::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.dialog_rule .dialog_main table {
  border: 1px solid #dadada;
  border-radius: 2px;
  width: 100%;
}
.dialog_rule .dialog_main table th,
.dialog_rule .dialog_main table tr {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #282828;
  text-align: center;
}
.dialog_rule .dialog_main table th {
  font-size: 16px;
  line-height: 44px;
  border: 1px solid #ffffff;
  background-color: #1b66e6;
  color: #ffffff;
}
.dialog_rule .dialog_main table td {
  padding: 8px 15px;
}
.dialog_rule .dialog_main .tips {
  margin-top: 15px;
}
.dialog_rule .dialog_main .tips p {
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #666666;
}
</pre></body></html>