<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  min-width: 1200px;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  color: #000;
}
* {
  box-sizing: border-box;
  word-break: keep-all;
}
blockquote,
body,
button,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
.clear-float:after {
  content: ' ';
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
}
.w-1200 {
  width: 1200px;
  margin: 0 auto;
}
.txt-ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.txt-ellipsis-2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.txt-ellipsis-3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.box-shadow-box {
  box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.2);
}
header .p-header {
  padding: 20px 0;
  display: flex;
  display: -webkit-flex;
}
header .p-header .logo {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .p-header .logo img {
  height: 71px;
  width: 96px;
}
header .p-header .nav-menu-box {
  flex: 1 0;
  -webkit-flex: 1 0;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-right: 20px;
}
header .p-header .nav-menu-box .menu-list {
  padding-top: 10px;
}
header .p-header .nav-menu-box .menu-list .item {
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
}
header .p-header .nav-menu-box .menu-list .item:not(:first-child) {
  margin-left: 40px;
}
header .p-header .nav-menu-box .menu-list .item a {
  display: block;
  color: #000;
  padding: 5px 5px 8px 5px;
}
header .p-header .nav-menu-box .menu-list .item:hover a,
header .p-header .nav-menu-box .menu-list .item.active a {
  border-bottom: 3px solid #ffab3a;
}
header .p-header .nav-menu-box .menu-list.en .item:not(:first-child) {
  margin-left: 20px!important;
}
header .p-header .select-lang {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  display: inline-flex;
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  justify-self: self-end;
}
header .p-header .select-lang #lang {
  cursor: pointer;
  border: 1px solid #DEDEDE;
  font-size: 18px;
  font-weight: 700;
  /*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ&nbsp;·å¼æ¸…é™¤*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
  /*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
  padding: 3px 15px;
}
header .p-header .select-lang #lang::-ms-expand {
  display: none;
}
footer .footer-bar {
  background-color: #323232;
  padding-top: 60px;
  padding-bottom: 40px;
}
footer .footer-bar .footer-box dt {
  color: #fff;
  font-size: 16px;
}
footer .footer-bar .footer-box dd {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bar .footer-box .footer-menu-list {
  float: left;
  width: 185px;
}
footer .footer-bar .footer-box .footer-menu-list dt {
  margin-bottom: 35px;
}
footer .footer-bar .footer-box .footer-menu-list dd {
  padding: 5px 5px 5px 0;
}
footer .footer-bar .footer-box .footer-menu-list dd a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-bar .footer-box .footer-menu-list dd a:hover {
  color: #fff;
}
footer .footer-bar .footer-box .footer-contact {
  width: 260px;
  float: right;
}
footer .footer-bar .footer-box .footer-contact dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
}
footer .footer-bar .footer-box .footer-contact dt &gt; div {
  padding: 8px 0;
}
footer .footer-bar .footer-box .footer-contact dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
footer .footer-bar .footer-box .footer-contact dd i {
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  padding-top: 5px;
}
footer .footer-bar .footer-box .footer-contact dd &gt; div {
  margin-left: 20px;
  margin-right: 10px;
  line-height: 30px;
}
footer .bottom {
  background-color: #1b1b1b;
  padding: 22px 0;
}
footer .bottom .cp,
footer .bottom .icp {
  float: left;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .icp {
  margin-left: 55px;
}
footer .bottom .s {
  float: right;
  text-align: right;
  width: 360px;
  color: rgba(255, 255, 255, 0.6);
}
footer .bottom .s a {
  color: rgba(255, 255, 255, 0.6);
}
/*# sourceMappingURL=common.css.map */</pre></body></html>