<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.allContant {
  width: 100%;
  margin-top: 48px;
}
a{
  color: black;
}
p {
  margin: 0;
}
.homecontent {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
}
.infocontent {
  width: 1200px;
  margin: 0 auto;
}
.infotop {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 40px;
}
.infocontent&gt;div:nth-child(2) {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.infobottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.infobottom&gt;div {
  width: 33%;
  height: 190px;
}
.gwasinfo {
  width: 100%;
  height: 190px;
  padding: 20px;
  background: #FDFFEE;
  box-shadow: 0px 4px 4px 0 #E8E8E8;
}
.msg {
  width: 70%;
  margin-right: 40px;
}
.msgbg{
  width: 100%;
  background: #2E6DB8;
  height: 40px;
}
.msgbg&gt;p{
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
}
.msginfo {
  width: 100%;
  background: #FDFFEE;
  box-shadow: 0px 4px 4px 0 #E8E8E8;
  padding: 20px 30px;
}
.msginfo&gt;p:nth-child(1) {
  font-size: 16px;
  font-weight: 600;
}
.msginfo&gt;p:nth-child(2) {
  font-size: 14px;
  font-weight: 500;
}
.login {
  width:100%;
  padding: 20px;
  box-shadow: 4px 4px 14px 0 #E8E8E8;
  height: 367px;
  /*margin-top: 17px;*/
}
.run_task_title{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  position: absolute;
  z-index: 999;
  background-color: white;
  width: 100%;
  padding: 4px;
}
.run_task {
  margin-left: -29px;
  margin-top: 32px;
  position: relative;
  background-color: #ffffff;
  /* çˆ¶å®¹å™¨éœ€è¦æœ‰æ˜Žç¡®çš„é«˜åº¦ */
  min-height: 163px;
  width: 347px;
  overflow: hidden;
  box-shadow: 4px 4px 14px 0 #e8e8e8;
}

.run_task &gt; .scroll-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  animation: scroll 22s linear infinite normal;
}

.run_task &gt; .scroll-list &gt; div {
  width: 100%;
  /* æ»šåŠ¨çš„é¡¹ç›®éœ€è¦æœ‰å…·ä½“çš„é«˜åº¦ */
  height: 30px;
  background-color: #ededed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #727272;
}

.run_task &gt; .scroll-list &gt; div:nth-child(2n) {
  background-color: #fbfbfb;
}

@keyframes scroll {
  100% {
    /* éœ€è¦æ»šåŠ¨å†…å®¹çš„æ€»é«˜åº¦ */
    top: -300px;
  }
}
#register {
  width: 100%;
  display: none;
}
#bigDiv #bigDiv1 #bigDiv2{
  padding:30px 40px;
  width:100%;
  background-repeat: no-repeat;
  background-size: 292px 232px;
  background-position: 80% 90%;
  overflow: hidden;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 4px 4px 14px 0 #E8E8E8;
}
input{
  width: 100%;
  height: 36px;
  box-shadow: inset 1px 1px 10px 0 #EEEBF0;
  padding-left: 10px;
  border: 1px solid #EEEBF0;
}
.text{
  padding: 12px 0;
}
.text&gt;p:nth-child(1) {
  color: #757575;
  font-family: PingFang SC;
  font-weight: 400;
  font-size: 18px;
}
p{
  margin: 5px 0;
}
#btn-login{
  margin: 20px 0;
  border-radius:3px;
  border: hidden;
  height: 40px;
  font-size: 18px;
  background-color:#2E6DB8;
  color: white;
}
#reg-btn ,#For-btn{
  background-color:#2E6DB8;
  color: white;
}
#form-login&gt;p:nth-child(1) {
  color: #000000;
  font-family: PingFang SC;
  font-weight: 600;
  font-size: 24px;
}
.zhanghao {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#forget {
  display: none;
  width: 100%;
}
#change {
  display: none;
  width: 100%;
}
.yanzheng {
  display: flex;
  flex-direction: row;
  vertical-align: bottom;
  width: 100%;
}
.yanzheng&gt;div:nth-child(1) {
  width: 76%;
}
a{
  text-decoration:none;
}
#toLogin {
  text-align: center;
}
#login1 {
  display: none;
  width: 100%;
}
#ziti{
  height:105px;
  line-height:34px;
  overflow:hidden;
  text-align:center;
  font-weight:700;
  width: 146px;
  height: 34px;
  color:#fff;
}
#ziti&gt;a{
  text-decoration:none;
  color:#fff;
}</pre></body></html>