.lego-pc-websitegroup-image-front .image-wrap {
  margin: 0 auto;
}
.lego-pc-websitegroup-image-front .image-wrap img {
  width: 100%;
  height: 100%;
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-websitegroup-topheader-front .iconfont {
  font-size: 12px;
}
.lego-pc-websitegroup-topheader-front .fl {
  float: left;
}
.lego-pc-websitegroup-topheader-front .fr {
  float: right;
}
.lego-pc-websitegroup-topheader-front .topline-wrap {
  text-align: center;
  height: 30px;
  width: 100%;
  color: var(--font-color_body);
  background-color: var(--bg-color_content-bg);
}
.lego-pc-websitegroup-topheader-front .topline-wrap .topline {
  width: 1200px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 12px;
}
.lego-pc-websitegroup-topheader-front .topline-wrap .total-times {
  color: var(--nav-bg-color_default, #0370d5);
}
.lego-pc-websitegroup-topheader-front .topline-wrap .go-old-url {
  cursor: pointer;
  margin-right: 10px;
  color: var(--nav-bg-color_default, #0370d5);
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
  --footer-color_default-bg: #45494d;
}
.lego-pc-websitegroup-bottomfooter-front {
  background-color: var(--footer-color_default-bg);
  background-position: 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: relative;
  color: var(--font-color_default);
}
.lego-pc-websitegroup-bottomfooter-front .inner-container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .selector-group {
  text-align: center;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .selector-group-item {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px 27px 0;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown {
  min-width: 164px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 15px;
  padding-right: 8px;
  background-color: var(--linkBgColor);
  border: 1px solid #ccc;
  text-align: center;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown:hover {
  background-color: var(--linkBgColor);
  cursor: pointer;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown
  .dropdown-title {
  color: var(--baseTextColor, --bg-color_default) !important;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown
  .dropdown-info {
  position: absolute;
  top: 32px;
  left: 0;
  margin-top: -1px;
  border: 1px solid #ccc;
  background-color: var(--linkBgColor, #45494d);
  max-height: 168px;
  overflow: auto;
  overflow-x: hidden;
  min-width: 100%;
  z-index: 10;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown
  .dropdown-info
  li {
  text-align: left;
  height: 32px;
  line-height: 30px;
  padding: 0 6px;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown
  .dropdown-info
  li:hover {
  background-color: #3e61c7;
  cursor: pointer;
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .po-zcydropdown
  .dropdown-info
  li
  a {
  color: var(--baseTextColor, --bg-color_default);
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .selector-group
  .website-wrapper {
  height: 32px;
  width: 164px;
  line-height: 32px;
  text-align: center;
  color: var(--baseTextColor, --bg-color_default);
  border: 1px solid #ccc;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .content {
  margin-top: 8px;
  text-align: center;
  font-size: 14px;
  color: var(--baseTextColor, --bg-color_default);
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .content a {
  color: var(--baseTextColor, --bg-color_default);
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .content
  .copyright
  .icon-img {
  width: 14px;
  margin: 0 5px;
  vertical-align: top;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .mt27 {
  margin-top: 27px;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .img-container {
  text-align: center;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .img-container img {
  height: 60px;
  margin-right: 37px;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .contact-us {
  position: absolute;
  right: 278px;
  bottom: 62px;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .contact-us img {
  width: 145px;
  height: 145px;
}
.lego-pc-websitegroup-bottomfooter-front .inner-container .contact-us p {
  font-size: 14px;
  line-height: 20px;
  color: var(--baseTextColor, --bg-color_default);
}
.lego-pc-websitegroup-bottomfooter-front
  .inner-container
  .contact-us
  .qrcode-img-div {
  float: left;
  margin-left: 10px;
}
:root {
  --primary-color_default: #e6a23c;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #295ddb;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-websitegroup-navBar-front {
  width: 100%;
  height: 50px;
  background-color: var(--nav-bg-color_default, #e6a23c);
}
.lego-pc-websitegroup-navBar-front .nav-wrap {
  width: 1200px;
  margin: 0 auto;
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list {
  margin: 0 auto;
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list .nav-item {
  min-width: 100px;
  float: left;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  text-align: center;
  color: #fff;
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list .nav-item:hover {
  background-color: var(--nav-bg-color_active, #295ddb);
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list .nav-item .bottom-list {
  display: none;
  position: absolute;
  z-index: 99;
  font-size: 14px;
}
.lego-pc-websitegroup-navBar-front
  .nav-wrap
  .nav-list
  .nav-item
  .bottom-list
  a {
  color: #fff;
}
.lego-pc-websitegroup-navBar-front
  .nav-wrap
  .nav-list
  .nav-item
  .bottom-list
  a
  li:hover {
  background-color: var(--nav-bg-color_active, #295ddb);
}
.lego-pc-websitegroup-navBar-front
  .nav-wrap
  .nav-list
  .nav-item
  .bottom-list
  .bottom-item {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lego-pc-websitegroup-navBar-front
  .nav-wrap
  .nav-list
  .nav-item:hover
  .bottom-list {
  display: block;
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list .activebgd-color {
  background-color: var(--nav-bg-color_active, #295ddb);
}
.lego-pc-websitegroup-navBar-front .nav-wrap .nav-list .navbgd-color {
  background-color: var(--nav-bg-color_default, #e6a23c);
}
:root {
  --primary-color_default: #e6a23c;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #295ddb;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-websitegroup-headerSearchBar-front {
  width: 100%;
}
.lego-pc-websitegroup-headerSearchBar-front .headersearch-wrap {
  margin: 0 auto;
  width: 1200px;
  height: 130px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}
.lego-pc-websitegroup-headerSearchBar-front .headersearch-wrap img {
  width: 365px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lego-pc-websitegroup-headerSearchBar-front .headersearch-wrap .search-wrap {
  height: 38px;
  position: absolute;
  top: 45px;
  left: 450px;
  zoom: 1;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap:after,
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap:before {
  display: table;
  content: "";
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap:after {
  clear: both;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-input {
  float: left;
  width: 353px;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  input {
  width: 353px;
  height: 38px;
  font-size: 14px;
  border-radius: 2px 0 0 2px;
  border-right: 0;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  button {
  float: left;
  height: 38px;
  font-size: 16px;
  line-height: 16px;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button {
  border-radius: 0;
  border: none;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button.all-search,
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button.title-search {
  background-color: var(--title-btn-bg-color, #295ddb);
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button.text-search {
  background-color: var(--fullText-btn-bg-color, #e6a23c);
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button:last-child {
  border-radius: 0 2px 2px 0;
}
.lego-pc-websitegroup-headerSearchBar-front
  .headersearch-wrap
  .search-wrap
  .po-button
  + .po-button {
  margin-left: 0;
}
.lego-pc-wsg-fastEntry-front {
  -webkit-box-shadow: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  box-shadow: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
}
.lego-pc-wsg-fastEntry-front .fe-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lego-pc-wsg-fastEntry-front .fe-top-box.style1,
.lego-pc-wsg-fastEntry-front .fe-top-box.style2 {
  height: 50px;
  padding-left: 16px;
  font-size: 18px;
  font-weight: 700;
}
.lego-pc-wsg-fastEntry-front .fe-top-box.style2 {
  border-bottom: 1px solid #e5e5e5;
}
.lego-pc-wsg-fastEntry-front .fe-top-box .top-more {
  color: #999;
  font-size: 14px;
  padding-right: 16px;
  cursor: pointer;
  overflow: hidden;
  background-size: cover;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background-size: 100% 100% !important;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box .menu-item:nth-child(2n) {
  margin-right: 0 !important;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box .menu-item.need-hover:hover {
  background-color: #f7f7f7 !important;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box .menu-item .menu-name {
  width: 65%;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 700;
  white-space: pre-line;
}
.lego-pc-wsg-fastEntry-front .fe-menu-box .menu-item .menu-image {
  width: 32px;
  height: 32px;
}
[data-v-48cf2440]:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-wsg-floatwindow-front .inner-box[data-v-48cf2440] {
  position: relative;
  position: fixed;
  text-align: center;
  vertical-align: middle;
  width: 310px;
  height: 130px;
  z-index: 200;
}
.lego-pc-wsg-floatwindow-front .inner-box a[data-v-48cf2440] {
  font-size: 16px;
  color: #0274df;
}
.lego-pc-wsg-floatwindow-front .inner-box a img[data-v-48cf2440] {
  width: 100%;
  height: 100%;
}
.lego-pc-wsg-floatwindow-front .inner-box i[data-v-48cf2440] {
  position: absolute;
  top: -8px;
  right: -8px;
  border: 1px solid #000;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front .purchasenotice-wrap {
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bg-color_default);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-title {
  padding: 10px 20px;
  overflow: hidden;
  background-size: cover;
  background-image: var(--backgroundImage);
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-title
  .title {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  color: var(--comp-title-color, #0370d5);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-title
  .more {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  color: var(--more-color, var(--font-color_caption));
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-title
  .more:hover {
  color: var(--more-hover-color, var(--article-hover-color, #0370d5));
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-title
  .iconfont {
  margin-right: 10px;
  color: var(--comp-title-color, #0370d5);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item:first-child {
  margin-top: 16px !important;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .notice-status-normal,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .notice-status-urgent {
  float: left;
  margin-right: 5px;
  padding: 2px 12px;
  border-radius: 2px;
  font-size: 12px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .notice-status-normal {
  color: var(--article-level-1-color, #0370d5);
  background-color: var(--article-level-1-bg-color, #e5f1ff);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .notice-status-urgent {
  color: var(--article-level-2-color, #ff7a01);
  background-color: var(--article-level-2-bg-color, #fff0e2);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: var(--font-color_title);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .title:hover {
  color: var(--article-hover-color);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .title:before {
  content: " ";
  min-width: 4px;
  width: 4px;
  height: 4px;
  background-color: var(--font-color_title);
  display: var(--dotDisplay);
  vertical-align: middle;
  margin-top: 9px;
  margin-right: 10px;
  margin-bottom: 9px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .district-name-tag,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .purchase-method-tag {
  font-size: 16px;
  color: var(--comp-title-color, #0370d5);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .iconnew {
  float: left;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 10px;
  color: red;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-tab-list
  .notice-list
  .notice-item
  .pub-time {
  margin-left: 32px;
  color: #757575;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 20px;
  margin-top: 15px;
  line-height: 44px;
  border-top: 1px solid #f7f7f7;
  color: #a3a3a3;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-footer
  .today,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-footer
  .total,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .notice-footer
  .validCount {
  color: #4a4a4a;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__nav-wrap
  .po-icon-arrow-left,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__nav-wrap
  .po-icon-arrow-right {
  color: #666;
  font-weight: 900;
  font-size: 16px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__item {
  color: #7c7070;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__item.is-active,
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__item:hover {
  color: var(--tab-active-color, #0370d5) !important;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__active-bar {
  background-color: var(--tab-active-color, #0370d5);
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__nav-wrap:after {
  height: 0;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front
  .purchasenotice-wrap
  .po-tabs__header {
  margin-bottom: 5px;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front .purchasenotice-wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front .purchasenotice-wrap .dot-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lego-pc-wsg-ArticlePurchaseNoticeList-front .purchasenotice-wrap .noData {
  text-align: center;
  font-size: 32px;
  line-height: 150px;
  color: var(--list-noData-color, #e8f6ff);
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-wsg-row-quickentry-front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lego-pc-wsg-row-quickentry-front .link-item {
  width: 233px;
  height: 140px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  color: #333;
  background-color: #fff;
}
.lego-pc-wsg-row-quickentry-front .link-item .iconfont {
  font-size: 50px;
  color: var(--nav-bg-color_default, #0674ff);
}
.lego-pc-wsg-tabList-front[data-v-787a781e] {
  text-align: center;
  height: 220px;
}
.lego-pc-wsg-tabList-front .tabs[data-v-787a781e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid;
  border-bottom-color: var(--tabColorActive);
  padding-left: 24px;
}
.lego-pc-wsg-tabList-front .tabs .tab[data-v-787a781e] {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 0 4px;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
}
.lego-pc-wsg-tabList-front .tabs .tab[data-v-787a781e]:hover {
  color: var(--tabColorActive);
}
.lego-pc-wsg-tabList-front .tabs .active[data-v-787a781e] {
  border-bottom: 2px solid var(--tabColorActive);
  color: var(--tabColorActive);
  font-weight: 700;
}
.lego-pc-wsg-tabList-front .list[data-v-787a781e] {
  padding-left: 24px;
  text-align: left;
}
.lego-pc-wsg-tabList-front .list .item[data-v-787a781e] {
  max-width: 85%;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lego-pc-wsg-tabList-front .list .item[data-v-787a781e]:hover {
  color: var(--itemColorHover);
}
.lego-pc-wsg-tabList-front .noData[data-v-787a781e] {
  text-align: center;
  font-size: 32px;
  line-height: 140px;
}
.lego-pc-wsg-supplier-chart-list-front {
  width: 780px;
  height: 260px;
  background-color: var(--bg-color_default);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.lego-pc-wsg-supplier-chart-list-front .comp-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 40px;
  color: var(--font-color_default);
}
.lego-pc-wsg-supplier-chart-list-front .comp-title .title {
  float: left;
  font-size: 18px;
}
.lego-pc-wsg-supplier-chart-list-front .comp-title .more {
  float: right;
  font-size: 14px;
  color: var(--font-color_default);
}
.lego-pc-wsg-supplier-chart-list-front .comps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lego-pc-wsg-supplier-chart-list-front .compony-list-wrap {
  overflow: hidden;
  width: 100%;
}
.lego-pc-wsg-barChart-front .out-box {
  float: left;
  position: relative;
  width: 400px;
  height: 220px;
  background-color: var(--bar-charts-bg-color, #f2f8ff);
}
.lego-pc-wsg-barChart-front .out-box .bar-chart {
  width: 100%;
  padding: 20px 0;
}
.lego-pc-wsg-barChart-front .out-box .bar-chart .bar-item {
  width: 100%;
  height: 28px;
  line-height: 28px;
}
.lego-pc-wsg-barChart-front .out-box .bar-chart .bar-item .bar-default {
  width: 200px;
  height: 10px;
  margin-top: 8px;
  background-color: var(--bar-default-bg-color, #cae6f7);
}
.lego-pc-wsg-barChart-front
  .out-box
  .bar-chart
  .bar-item
  .bar-default
  .bar-count {
  float: left;
  height: 100%;
  background-color: var(--bar-primary-bg-color, #53a0fd);
}
.lego-pc-wsg-barChart-front .out-box .bar-chart .bar-item .text {
  width: 110px;
  padding-right: 8px;
  padding-left: 30px;
  text-align: right;
}
.lego-pc-wsg-barChart-front .out-box .bar-chart .bar-item .number {
  width: 80px;
  font-weight: 500;
  padding-left: 8px;
  color: var(--bar-primary-bg-color, #53a0fd);
}
.lego-pc-wsg-barChart-front .out-box .btn {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lego-pc-wsg-barChart-front .out-box .btn a {
  float: left;
  width: 90px;
  height: 30px;
}
.lego-pc-wsg-barChart-front .out-box .btn a .denji {
  width: 90px;
  height: 30px;
  font-weight: 500;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--bar-btn-primary-color, #53a0fd);
}
.lego-pc-wsg-barChart-front .out-box .btn a :hover {
  border: 1px solid var(--bar-btn-primary-color, #53a0fd);
}
.lego-pc-wsg-barChart-front .out-box .fl {
  float: left;
}
.lego-pc-wsg-shanghai-itemlist-front {
  width: 400px;
  height: 260px;
  background-color: var(--bg-color_default);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.lego-pc-wsg-shanghai-itemlist-front .comp-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 40px;
  color: var(--titleColor, #1386f1);
}
.lego-pc-wsg-shanghai-itemlist-front .comp-title .title {
  float: left;
  font-size: 18px;
}
.lego-pc-wsg-shanghai-itemlist-front .comp-title .more {
  float: right;
  font-size: 14px;
  color: var(--font-color_default);
}
.lego-pc-wsg-shanghai-itemlist-front .comps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lego-pc-wsg-shanghai-itemlist-front .compony-list-wrap {
  overflow: hidden;
  width: 100%;
}
.lego-pc-wsg-shanghai-itemlist-front .lego-pc-wsg-barChart-front .out-box {
  background-color: #fff;
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-wsg-shanghai-supplier-itemlist-front {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.lego-pc-wsg-shanghai-supplier-itemlist-front:after,
.lego-pc-wsg-shanghai-supplier-itemlist-front:before {
  display: table;
  content: "";
}
.lego-pc-wsg-shanghai-supplier-itemlist-front:after {
  clear: both;
}
.lego-pc-wsg-shanghai-supplier-itemlist-front .fl {
  float: left;
}
.lego-pc-wsg-shanghai-supplier-itemlist-front .text {
  padding-left: 0 !important;
}
.lego-pc-wsg-shanghai-supplier-itemlist-front .item .bar-chart {
  padding-left: 10px !important;
}
.lego-pc-wsg-pieChart-front .out-box {
  float: left;
  position: relative;
  width: 400px;
  height: 220px;
}
.lego-pc-wsg-pieChart-front .out-box .chart-pie {
  background-color: var(--pie-charts-bg-color, #e4fcee);
}
.lego-pc-wsg-pieChart-front .out-box .btn {
  width: 200px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lego-pc-wsg-pieChart-front .out-box .btn a {
  display: inline-block;
  width: 90px;
  height: 30px;
  margin-right: 20px;
}
.lego-pc-wsg-pieChart-front .out-box .btn a:last-child {
  margin: 0;
}
.lego-pc-wsg-pieChart-front .out-box .btn a .denji {
  width: 90px;
  height: 30px;
  font-weight: 500;
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--pie-btn-primary-color, #3e9e65);
}
.lego-pc-wsg-pieChart-front .out-box .btn a :hover {
  border: 1px solid var(--pie-btn-primary-color, #3e9e65);
}
.lego-pc-wsg-tabList-front[data-v-2b5fcdd6] {
  text-align: center;
  height: 220px;
}
.lego-pc-wsg-tabList-front .tabs[data-v-2b5fcdd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  border-bottom: 1px solid;
  border-bottom-color: var(--tabColorActive);
  padding-left: 24px;
}
.lego-pc-wsg-tabList-front .tabs .tab[data-v-2b5fcdd6] {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding: 0 4px;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
}
.lego-pc-wsg-tabList-front .tabs .tab[data-v-2b5fcdd6]:hover {
  color: var(--tabColorActive);
}
.lego-pc-wsg-tabList-front .tabs .active[data-v-2b5fcdd6] {
  border-bottom: 2px solid var(--tabColorActive);
  color: var(--tabColorActive);
  font-weight: 700;
}
.lego-pc-wsg-tabList-front .list[data-v-2b5fcdd6] {
  padding-left: 24px;
  text-align: left;
}
.lego-pc-wsg-tabList-front .list .item[data-v-2b5fcdd6] {
  max-width: 85%;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lego-pc-wsg-tabList-front .list .item[data-v-2b5fcdd6]:hover {
  color: var(--itemColorHover);
}
.lego-pc-wsg-tabList-front .noData[data-v-2b5fcdd6] {
  text-align: center;
  font-size: 32px;
  line-height: 140px;
}
.lego-pc-wsg-agenc-chart-list-front {
  width: 780px;
  height: 260px;
  background-color: var(--bg-color_default);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.lego-pc-wsg-agenc-chart-list-front .comp-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: auto 40px;
  color: var(--font-color_default);
}
.lego-pc-wsg-agenc-chart-list-front .comp-title .title {
  float: left;
  font-size: 18px;
}
.lego-pc-wsg-agenc-chart-list-front .comp-title .more {
  float: right;
  font-size: 14px;
  color: var(--font-color_default);
}
.lego-pc-wsg-agenc-chart-list-front .comps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lego-pc-wsg-agenc-chart-list-front .compony-list-wrap {
  overflow: hidden;
  width: 100%;
}
.lego-pc-wsg-shanghai-expert-front {
  width: 400px;
  height: 260px;
  background-color: #fff;
}
.lego-pc-wsg-shanghai-expert-front .title {
  line-height: 40px;
  padding: 0 20px;
  zoom: 1;
}
.lego-pc-wsg-shanghai-expert-front .title:after,
.lego-pc-wsg-shanghai-expert-front .title:before {
  display: table;
  content: "";
}
.lego-pc-wsg-shanghai-expert-front .title:after {
  clear: both;
}
.lego-pc-wsg-shanghai-expert-front .title span {
  font-size: 18px;
  float: left;
  color: var(--titleColor, #1386f1);
}
.lego-pc-wsg-shanghai-expert-front .title a {
  float: right;
  font-size: 14px;
}
.lego-pc-wsg-shanghai-expert-front .bottom-count {
  zoom: 1;
  margin-top: 40px;
  margin-left: 40px;
}
.lego-pc-wsg-shanghai-expert-front .bottom-count:after,
.lego-pc-wsg-shanghai-expert-front .bottom-count:before {
  display: table;
  content: "";
}
.lego-pc-wsg-shanghai-expert-front .bottom-count:after {
  clear: both;
}
.lego-pc-wsg-shanghai-expert-front .bottom-count .count-title {
  font-size: 16px;
  color: #000;
}
.lego-pc-wsg-shanghai-expert-front .bottom-count .count {
  font-size: 30px;
  font-weight: 700;
  color: var(--titleColor, #1386f1);
}
.lego-pc-wsg-shanghai-expert-front .bottom-count .btn {
  float: left;
  width: 100px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 4px;
  margin-right: 5px;
  color: var(--titleColor, #1386f1);
  border: 1px solid #e4e4e4;
}
.lego-pc-wsg-shanghai-expert-front .bottom-count .btn:hover {
  border-color: var(--titleColor, #1386f1);
}
.lego-pc-wsg-shanghai-expert-front .count-icon {
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin-right: 36px;
  background-color: var(--iconBgColor, #eef6ff);
}
.lego-pc-wsg-shanghai-expert-front .count-icon .iconfont {
  font-size: 44px;
  color: var(--titleColor, #1386f1);
}
:root {
  --primary-color_default: #3177fd;
  --primary-color_error: #ff3100;
  --primary-color_waring: #ff7900;
  --primary-color_success: #2dc12d;
  --primary-color_disable: #ccc;
  --bg-color_default: #fff;
  --bg-color_primary: var(--primary-color_default);
  --bg-color_content-bg: #f0f1f5;
  --bg-color_error: var(--primary-color_error);
  --bg-color_waring: var(--primary-color_waring);
  --bg-color_success: var(--primary-color_success);
  --bg-color_disable: var(--primary-color_disable);
  --bg-color_primary-hover: #1561f3;
  --bg-color_list-hover: #f6f9ff;
  --font-color_default: #fff;
  --font-color_title: #333;
  --font-color_body: #666;
  --font-color_caption: #999;
  --font-color_link: var(--primary-color);
  --font-color_error: var(--primary-color_error);
  --font-color_waring: var(--primary-color_waring);
  --font-color_success: var(--primary-color_success);
  --font-color_disable: var(--primary-color_disable);
  --border-color_box: #e4e4e4;
  --border-color_division: #e5e5e5;
  --box-shadow__default: 0 0 11px 0 hsla(0, 0%, 87.5%, 0.5);
  --box-shadow__row: 2px 2px 18px 0 hsla(0, 0%, 81.2%, 0.5);
  --linear-gradient-1: linear-gradient(180deg, #fff, #fff);
}
.lego-pc-wsg-shanghai-agency-expert-front {
  width: 1200px;
  margin: 0 auto;
  zoom: 1;
}
.lego-pc-wsg-shanghai-agency-expert-front:after,
.lego-pc-wsg-shanghai-agency-expert-front:before {
  display: table;
  content: "";
}
.lego-pc-wsg-shanghai-agency-expert-front:after {
  clear: both;
}
.lego-pc-wsg-shanghai-agency-expert-front .fl {
  float: left;
}
.lego-pc-wsg-newslist-front .newslist-wrap {
  float: left;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .po-carousel__indicators {
  width: 100%;
  height: 36px;
  top: 245px;
  text-align: center;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .po-carousel__indicators
  .is-active
  .po-carousel__button {
  background-color: var(--nav-bg-color_active, #fff) !important;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .indicators-line
  .po-carousel__indicators
  .po-carousel__button {
  width: 32px;
  height: 4px;
  background-color: #fff;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .indicators-line
  .po-carousel__indicator--horizontal {
  padding: 0 5px;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .indicators-dot
  .po-carousel__indicators
  .po-carousel__button {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .indicators-dot
  .po-carousel__indicators
  .is-active
  .po-carousel__button {
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .indicators-dot
  .po-carousel__indicator--horizontal {
  padding: 0 5px;
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-image img {
  width: 100%;
  height: 280px;
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-image .news-box {
  padding: 0 20px 20px;
  width: 100%;
  background-color: #fff;
  color: #333;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .news-box
  .news-title {
  padding: 0 20px;
  text-align: center;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .news-box
  .news-title
  a {
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--font-color_title, #333);
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-image
  .news-box
  .news-detail {
  text-align: left;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-image .no-news-data {
  height: 300px;
  text-align: center;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  font-size: 40px;
  color: var(--list-noData-color, #e4f2ff);
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-article {
  position: relative;
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-article .article-list {
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  width: 440px;
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-article
  .article-list
  .article-item
  a {
  display: inline-block;
  max-width: 75%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 25px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color linear 0.2s;
  transition: color 0.2s linear;
  color: var(--font-color_title, #333);
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-article
  .article-list
  .article-item
  a:hover {
  color: var(--article-hover-color, #0274df);
}
.lego-pc-wsg-newslist-front
  .newslist-wrap
  .newslist-article
  .article-list
  .article-item
  .pub-time {
  float: right;
  color: #757575;
  line-height: 25px;
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-article .more {
  position: relative;
  margin-top: 5px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color linear 0.2s;
  transition: color 0.2s linear;
  color: var(--more-color, #333);
}
.lego-pc-wsg-newslist-front .newslist-wrap .newslist-article .more:hover {
  color: var(--article-hover-color, #0274df);
}
.lego-pc-wsg-newslist-front .newslist-wrap .no-news-list-data {
  text-align: center;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
  font-size: 40px;
  color: var(--list-noData-color, #e4f2ff);
}
