<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home {
    width: 100%
}
.home:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background: #ffffff;
    max-width: 100%;
    z-index: -1
}

.notice-index {
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.notice-index .notice-box {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px
}

.notice-index .notice-icon {
    float: left;
    margin: 15px 22px 0 8px;
    width: 17px;
    height: 15px
}

.notice-index .notice-icon img {
padding-top: 3px;
    width: 17px;
    height: 15px
}

.notice-index .notice-list {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 12px
}

.notice-index .notice-list a {
    float: left;
    font-size: 14px;
    margin-right: 50px;
    position: relative;
    font-size: 12px;
    font-family: tahoma,Microsoft Yahei,SimSun,sans-serif!important
}

.notice-index .notice-list a:nth-of-type(3n) {
    margin-right: 0
}

.notice-index .notice-list a:nth-of-type(4n) {
    margin-right: 0;
    text-align: right;
    color: #108ee9
}

.notice-index .notice-list span {
    position: absolute;
    left: 0;
    top: 37px;
    display: block;
    background: #e94709;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.notice-index .notice-list a {
    display: block;
    margin-left: 13px;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666
}

.start-section {
  width: 100%;
  height: 179px;
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(#5cc7ff), to(#0581ff));
  background: -webkit-linear-gradient(right, #5cc7ff 0%, #0581ff 100%);
  background: -o-linear-gradient(right, #5cc7ff 0%, #0581ff 100%);
  background: linear-gradient(-90deg, #5cc7ff 0%, #0581ff 100%); }
  .start-section .section-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10; }
    .start-section .section-bg .bg-box {
      width: 100%;
      height: 100%;
      position: relative;
      margin: 0 auto; }
      .start-section .section-bg .bg-box .img {
        height: 100%;
        position: absolute;
        top: 0; }
        .start-section .section-bg .bg-box .img.pc-img {
          display: block; }
        .start-section .section-bg .bg-box .img:nth-child(1) {
          left: 34px; }
        .start-section .section-bg .bg-box .img:nth-child(2) {
          right: 34px; }
  .start-section .section-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    position: relative;
    letter-spacing: 1.5px;
    height: 100%;
    z-index: 99; }
    .start-section .section-content .btn {
      margin-left: 30px;
      background: #fff;
      border-radius: 2px 2px 2px 2px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 50px;
      width: 180px;
      -webkit-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      cursor: pointer;
      -webkit-box-shadow: 0 0 29px 0 rgba(3, 65, 157, 0.1);
      box-shadow: 0 0 29px 0 rgba(3, 65, 157, 0.1); }
      .start-section .section-content .btn a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #0066FF;
        font-size: 20px;
        font-weight: 600;
        text-align: center; }
      .start-section .section-content .btn:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
        .start-section .section-content .btn:hover a {
          color: #3385ff; }

#regBtn{display:none;}
#yeslogin{
    font-family: "iconfont" !important;
    width: 260px;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    line-height: 21px;
    padding-bottom: 30px;}</pre></body></html>