<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  position: relative;
  overflow-x: hidden;
}

:root {
  --color: #80633b;
  --color2: #1DAAE8;
}

*,
:after,
:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  vertical-align: baseline;
}

p {
  word-break: break-all;
}

a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
}

a:hover {
  color: #333;
  text-decoration: none !important;
}

ol,
ul {
  list-style: none
}

@font-face {
  font-family: 'AliHYAiHei';
  src: url(/assets/fonts/AliHYAiHei.ttf);
}

.container {
  width: 1410px;
  max-width: 1410px;
  margin: 0 auto;
  padding: 0;
}

/* @media screen and (min-width: 1600px) {
  .container {
    width: 1570px;
    max-width: 1570px;
  }
} */

@media screen and (max-width: 1600px) {
  .container {
    width: 1410px;
    max-width: 1410px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    width: 1170px;
    max-width: 1170px;
  }
}

@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

/*æ»šåŠ¨æ¡*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #F5F5F5;
}

/*å®šä¹‰æ»šåŠ¨æ¡è½¨é“ å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

/*å®šä¹‰æ»‘å— å†…é˜´å½±+åœ†è§’*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background: #c9cfd9;
}

/* end */
/* éšè—video å…¨å±æŒ‰é’® */
.video::-webkit-media-controls-fullscreen-button {
  display: none;
}

/* éšè—video æ’­æ”¾æŒ‰é’® */
.video::-webkit-media-controls-play-button {
  display: none;
}

/* éšè—video è¿›åº¦æ¡ */
.video::-webkit-media-controls-timeline {
  display: none;
}

/* éšè—video è§‚çœ‹çš„å½“å‰æ—¶é—´ */
.video::-webkit-media-controls-current-time-display {
  display: none;
}

/* éšè—video å‰©ä½™æ—¶é—´ */


/* æœç´¢æ&nbsp;·å¼ */
.search {
  display: flex;
  align-items: center;
  width: 180px;
  border-radius: 20px;
  border: 1px solid #FFF;
  height: 40px;
}

.search input {
  background: #fff0;
  outline: aliceblue;
  padding-left: 15px;
  height: 32px;
  width: 100%;
  position: relative;
}

.search button {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  background: #fff0;
  border-left: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search button img {
  width: 20px;
}

input:-internal-autofill-selected {
  background-color: #fff0;
}

.search input:focus-visible {
  border: 0;
  box-shadow: 0 0 0;
}

/* å•ç‹¬è®¾ç½®å·¦å³å®½åº¦ä¸Žä¸»ä½“å®½åº¦è¾¾åˆ°ä¸€è‡´ */
@media screen and (min-width: 1700px) {
  :root {
    --positionLeft: calc((100vw - 1600px) / 2 + 15px);
    --positionRight: calc((100vw - 1600px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1600px) / 2 + 15px);
    --paddingRight: calc((100vw - 1600px) / 2 + 15px);
  }
}

@media screen and (max-width: 1700px) and (min-width:0px) {
  :root {
    --positionLeft: calc((100vw - 1440px) / 2 + 15px);
    --positionRight: calc((100vw - 1440px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1440px) / 2 + 15px);
    --paddingRight: calc((100vw - 1440px) / 2 + 15px);
  }
}

@media screen and (max-width: 1440px) and (min-width:0px) {
  :root {
    --positionLeft: calc((100vw - 1200px) / 2 + 15px);
    --positionRight: calc((100vw - 1200px) / 2 + 15px);
    --paddingLeft: calc((100vw - 1200px) / 2 + 15px);
    --paddingRight: calc((100vw - 1200px) / 2 + 15px);
  }
}

@media screen and (max-width: 1200px) and (min-width:0px) {
  :root {
    --positionLeft: 2vw;
    --positionRight: 2vw;
    --paddingLeft: 2vw;
    --paddingRight: 2vw;
  }
}

.paddingLeft {
  padding-left: var(--paddingLeft);
}

.paddingRight {
  padding-right: var(--paddingRight);
}



/* ç¾Žæ´½æ‰‹æœºç«™è°ƒæ•´ */
@media (max-width: 640px) {
  iframe.fYcoZV {
    height: 71px !important;
  }
}</pre></body></html>