<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#preloadContainer .left {
  box-sizing: border-box;
  display: inline-block; /*ä¸¤ä¸ªå­å…ƒç´&nbsp;éƒ½è®¾ç½®ä¸ºinline-block*/
  vertical-align: top; /*ä¸¤ä¸ªinline-blockçš„ç›’å­ï¼Œå¿…é¡»ä¸¤ä¸ªå­å…ƒç´&nbsp;éƒ½é¡¶ç«¯å¯¹é½ã€‚*/
  background: green;
  width: 504px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left_content{
  width: 80%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 100;
  position: absolute;
  left: 8%;
  top: 0%;
}
#preloadContainer .right {
  position: absolute;
    margin-left: max(470px, 29%);
    height: 100%;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}
#preloadContainer .header {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 100;
  padding-left: 50px;
  justify-content: space-between;
}
#preloadContainer .header_left p {
  font-size: 18px;
  font-family: OPPOSans;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}
#preloadContainer .header_right {
  /* position: absolute;
  right: 30%; */
  padding-right: 150px;
  cursor: pointer;
}
#preloadContainer .header_right p {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  text-align: right;
}
#preloadContainer .header_right span {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  line-height: 25px;
}
#preloadContainer .content {
  width: 100%;
  margin-left: max(25px);
}
#preloadContainer .content h1 {
  /* padding-right: 80px; */
  font-size: 24px;
  font-family: OPPOSans;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
  text-align: left;
}
#preloadContainer .content h1 span {
  font-size: 16px;
  font-family: OPPOSans;
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}
#preloadContainer .content ul {
  display: flex;
  overflow: hidden;
}
#preloadContainer .content_right {
  display: flex;
  flex-wrap: wrap;
}

#preloadContainer .content ul li {
  width: 200px;
  height: 200px;
  margin: 10px;
  cursor: pointer;
}
.content ul li img {
  width: 200px;
  height: 150px;
  border-radius: 15px 15px 0px 0px;
}
.content .content_title {
  width: 121%;
}
.describe {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 0px 0px 15px 15px;
  text-align: center;
}
.describe p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #193254;
  padding-top: 11px;
}
a {
  text-decoration: none;
}
.describe span {
  width: 180px;
  height: 100px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #193254;
  padding-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}
.content_left {
  width: 30%;
}
.content ul:nth-child(1) .content_right::after {
  content: "";
  width: 220px;
}
.content ul:nth-child(2) .content_right::after {
  content: "";
  width: 420px;
}
.content ul:nth-child(2) {
  padding-top: 20px;
  padding-bottom: 40px;
}
.content ul li:hover {
  -webkit-box-shadow: 4px 4px 10px 0px rgba(17, 35, 117, 0.55);
  -moz-box-shadow: 4px 4px 10px 0px rgba(17, 35, 117, 0.55);
  box-shadow: 4px 4px 10px 0px rgba(17, 35, 117, 0.55);
  box-sizing: border-box;
  border-radius: 15px;
}
.logo{
  position: absolute;
  background-image: url(../images/logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  overflow: hidden;
  left: 0%;
  top: 0%;
  width: 100.00%;
  height: 100.00%;
  z-index: 4;
}
@media screen and (max-width:1920px){
}
@media screen and (max-width:1549px){
  .content_left{
    width: 43%;
    }
  }
@media screen and (max-width:1520px){
.content_left{
  width: 43%;
}
}
@media screen and (max-width:1500px){
}
@media screen and (max-width:985px){
    .right{
        overflow-y: auto;
        overflow-x: hidden;
    }
}</pre></body></html>