<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
  list-style: none;
  font-family: Arial !important;
  word-wrap: break-word
}

.OuterBox {
  width: 100%;
  position: relative;

}

.InnerBox {
  width: 1200px;
  margin: 0 auto;
}

form {
  display: block;
  outline: none;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}

textarea {
  resize: none;
}

button {
  cursor: pointer;
}

img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  object-fit: cover;
  display: block;
  width: 100%;
}

.testline {
  border: solid 1px red !important;
}

.onBottom {
  margin-bottom: 0 !important;
}

.onRight {
  margin-right: 0 !important;
}

.nonebor {
  border: none !important;
}

.allTrans {
  transition: all 0.3s;

  -moz-transition: all 0.3s;
  /* Firefox 4 */

  -webkit-transition: all 0.3s;
  /* Safari and Chrome */

  -o-transition: all 0.3s;
  /* Opera */
}


/* å¤šè¡Œæ–‡æœ¬è¶…å‡ºçœç•¥å·éšè— */
.MultipleLines {
  overflow: hidden;
  text-overflow: ellipsis;
  /* å¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º  */
  display: -webkit-box;
  /* é™åˆ¶æ—©ä¸€ä¸ªå—å…ƒç´&nbsp;æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•° */
  -webkit-line-clamp: 2;
  /* è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ */
  -webkit-box-orient: vertical;
}


.Singlerow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.FlexRow {
  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.FlexColumn {
  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.FlexBetween {
  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.FlexWrap {
  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* çˆ¶å…ƒç´&nbsp;-flexå®¹å™¨ */
.FlexBox {
  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */

}

.FlexAlign {

  display: flex;
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

/* çˆ¶å…ƒç´&nbsp;-çºµå‘æŽ’åˆ—ï¼ˆä¸»è½´ï¼‰ */
.FlexDirColumn {
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
}

/* å­å…ƒç´&nbsp;-å¹³å‡åˆ†æ&nbsp; */
.FlexItem {
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
}

/* çˆ¶å…ƒç´&nbsp;-æ¨ªå‘æ¢è¡Œ */
.FlexsetWrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* çˆ¶å…ƒç´&nbsp;-ç«–ç›´å±…ä¸­ï¼ˆä¸»è½´æ˜¯æ¨ªå‘æ‰ç”Ÿæ•ˆï¼‰ */
.FlexAliCenter {
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}


.FlexAliStart {
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.FlexAliEnd {
  -webkit-box-align: end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

/* çˆ¶å…ƒç´&nbsp;-æ°´å¹³å±…ä¸­ï¼ˆä¸»è½´æ˜¯æ¨ªå‘æ‰ç”Ÿæ•ˆï¼‰ */
.FlexJusCenter {
  -webkit-box-pack: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.FlexJusBetween {
  -webkit-box-pack: justify;
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -o-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.FlexJusAround {
  -webkit-box-pack: justify;
  -ms-justify-content: space-around;
  -moz-justify-content: space-around;
  -o-justify-content: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.FlexJusEnd {
  -webkit-box-pack: end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -o-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.FlexJusStart {
  -webkit-box-pack: start;
  -ms-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -o-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}</pre></body></html>