.content {
  width: 1200px;
}

[v-clock] {
  display: none;
}

body {
  background-color: #F6F8FA;
}

.welcome {
  background-color: #00162C;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.welcome .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.welcome .content-left {
  display: flex;
  align-items: center;
}

.welcome .content-left-name {
  color: #EFEFF2;
  font-size: 12px;
}

.welcome .content-left-phone {
  font-size: 12px;
  color: #00C29A;
}

.welcome .content-right {
  display: flex;
  align-items: center;
}

.welcome .content-right-item {
  margin-left: 16px;
}

.welcome .content-right-item a {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
}

.nav {
  height: 68px;
  border-bottom: 1px solid #E2E4E5;
  display: flex;
  justify-content: center;
  background-color: #FFFFFF;
}

.nav .content {
  display: flex;
  align-items: center;
}

.nav .content-left {
  font-size: 24px;
  font-weight: bold;
  color: #00C29A;
}

.nav .content-left a {
  display: inline-block;
  text-decoration: none;
  color: #00C29A;
}

.nav .content-center {
  flex: 1;
  display: flex;
  align-items: center;
  margin-left: 32px;
}

.nav .content-center-item a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 16px;
  color: #2A2A2A;
  font-size: 16px;
}

.nav .content-center .on a {
  font-weight: 500;
  color: #00C29A;
}

.nav .content-right {
  display: flex;
  align-items: center;
}

.nav .content-right-search {
  display: flex;
  align-items: center;
  height: 32px;
  border: 1px solid #E2E4E5;
  background-color: #F7F9FC;
  border-radius: 16px;
  padding: 0 16px;
  margin-right: 16px;
}

.nav .search-label {
  font-size: 14px;
  color: #3D3D3D;
}

.nav .search-input:focus {
  outline: none;
}

.nav .search-input {
  height: 24px;
  border: 0px;
  background-color: #F7F9FC;
}

.nav .search-divider {
  width: 1px;
  height: 32px;
  background-color: #D8D8D8;
  margin: 0 16px;
}

.nav .content-right-action a {
  display: inline-flex;
  text-decoration: none;
  align-items: center;
}

.nav .content-right-action-img {
  width: 20px;
  height: 20px;
}

.nav .content-right-action-text {
  font-size: 16px;
  font-weight: 500;
  color: #00C29A;
}

.home-info {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.home-info .content {
  display: flex;
}

.home-info-left {
  flex: 1;
}

.home-info-left-top-img {
  width: 100%;
  height: 340px;
}

.home-info-left-bottom {
  margin-top: 10px;
  display: flex;
  align-items: center;
  background: linear-gradient(359deg, rgba(0, 194, 154, 0.15) -65%, rgba(255, 255, 255, 0) 137%);
  border: 1px solid #E2E4E5;

}

.home-info .item {
  height: 70px;
  flex: 1;
  padding: 20px;
  position: relative;
}

.home-info .item-name {
  font-size: 14px;
  color: #88898E;
}

.home-info .item-value {
  display: flex;
  align-items: center;
	margin-top:12px;
}

.home-info .item-icon {
  position: absolute;

  right: 16px;
  bottom: 0px;
}

.home-info .item-icon-img {
  width: 80px;
  height: 80px;
}

.home-info .item-value-number {
  font-weight: 700;
  font-size: 20px;
  color: #2A2A2A;
}

.home-info .item-value-unit {
  font-size: 14px;
  color: #88898E;
  margin-left: 4px;
}

.home-info-left-bottom .divider {
  width: 1px;
  height: 70px;
  background-color: #E9EDF1;
}

.home-info .home-info-right {
  border: 1px solid #E2E4E5;
	background:#ffffff;
  width: 245px;
  margin-left: 10px;
  padding: 20px;
}

.home-info-right-top .title {
  font-size: 14px;
  color: #2A2A2A;
}

.home-info-right-top .action-item {
  height: 36px;
  border: 1px solid #E2E4E5;
  background-color: #F7F9FC;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-top: 10px;
}

.home-info-right-top .action a {
  color: #2A2A2A;
  text-decoration: none;
}

.home-info-right-top .action-item-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00C29A;
  border: 1px solid #00C29A;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}

.home-info-right-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-info-right-action .action-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 18px;
}
.home-info-right-action .action-item a{
	text-decoration: none;
    text-align: center;
}

.home-info-right-action .action-item-icon-img {
  width: 32px;
  height: 32px;
}

.home-info-right-action .action-item-label {
  font-size: 12px;
  color: #3D3D3D;
  margin-top: 6px;
}

.home-info-right-divider {
  width: 100%;
  height: 1px;
  background-color: #E9EDF1;
  margin: 16px 0;
}

.home-info-right-notice .notice-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.home-info-right-notice .notice-title-left {
  display: flex;
  align-items: center;
}

.home-info-right-notice .notice-title-left-img {
  width: 16px;
  height: 16px;
}

.home-info-right-notice .notice-title-left-label {
  font-size: 12px;
  font-weight: bold;
  color: #00C29A;
  margin-left: 4px;
}

.home-info-right-notice .notice-title-right {
  font-size: 12px;
  color: #88898E;
}

.home-info-right-notice .notice-content ul {
  margin: 0px;
  padding: 0 20px;
}

.home-info-right-notice .notice-content li {
  padding: 0px;
}

.home-info-right-notice .notice-content a {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  color: #2A2A2A;
  line-height: 28px;
}

.home-info-right-notice .notice-content a:hover{
	color:#00C29A;
}

.home-purchase {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.home-purchase-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-purchase .home-purchase-title-left {
  font-size: 24px;
  font-weight: 500;
  color: #2A2A2A;
}

.home-purchase .home-purchase-title-right {
  font-size: 14px;
  color: #88898E;
}

.home-purchase-list {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-purchase-list .item {
	background:#ffffff;
  width: 360px;
  height: 120px;
  border: 1px solid #E2E4E5;
  padding: 20px 16px;
  margin-bottom: 12px;
}

.home-purchase-list .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
line-height:24px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 46px;
	cursor: pointer;
}

.home-purchase-list .item-title:hover{
	color:#00C29A;
}

.home-purchase-list .item-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

.home-purchase-list .item-info-left {
  display: flex;
  align-items: center;
}

.home-purchase-list .item-info-left-img {
  width: 16px;
  height: 16px;
}

.home-purchase-list .item-info-left-text {
  font-size: 12px;
  color: #88898E;
  margin-left: 4px;
}

.home-purchase-list .item-info-right {
  font-size: 12px;
  color: #88898E;
}

.home-purchase-list .item-divider {
  border-top: 1px dashed #D8D8D8;
  margin: 10px 0;
}

.home-purchase-list .item-apply {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-purchase-list .item-apply-time {
  font-size: 12px;
  color: #88898E;
}

.home-purchase-list a {
  text-decoration: none;
  display: inline-block;
}

.home-purchase-list .item-apply-action-btn {
  font-size: 12px;
  color: #00C29A;
  background: #FFFFFF;
  border: 1px solid #D8D8D8;
  padding: 6px 16px;
}

.home-purchase-list .item_empty {
  width: 394px;
  height: 0px;
}

.home-advertising {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.home-advertising .home-advertising-img {
  width: 100%;
  height: 135px;
}

.home-notice {
  display: flex;
  justify-content: center;
}

.home-notice .content {
  display: flex;
	margin:24px 0;
}

.home-notice .home-notice-left {
	background:#ffffff;
  flex: 1;
  border: 1px solid #E2E4E5;
  margin-right: 12px;
  padding: 20px;
}

.home-notice .home-notice-right-img {
  width: 390px;
  height: 408px;
}

.home-notice-left .left-title {
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.home-notice-left .left-title .left-title-left {
  display: flex;
  align-items: center;
}

.home-notice-left .left-title .item {
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  color: #88898E;
  position: relative;
}

.home-notice-left .left-title .active {
  color: #2A2A2A;
}

.home-notice-left .left-title .line {
  width: 36px;
  height: 4px;
  background-color: #00C29A;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.home-notice-left .left-title .active>.line {
  display: block;
}

.home-notice .left-content {
  margin-top: 18px;
}

.home-notice .left-content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 38px;
	cursor: pointer;
}

.home-notice .left-content-item-title {
  font-size: 16px;
  color: #2A2A2A;
  margin-right: 12px;
  flex: 1;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.home-notice .left-content-item-title:hover{
  color: #00C29A;
}

.home-notice .left-content-item-time {
  font-size: 16px;
  color: #88898E;
  flex-shrink: 0;
}

.home-notice-left .home-change-notice {
  display: block;
}

.home-notice-left .home-bid-result {
  display: none;
}

.partner {
  height: 580px;
  width: 100%;
	background-image: url(../../assets/images/home/partner_bg.png);
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}

.partner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner .content-title {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.partner .content-title-number {
  font-size: 36px;
  font-weight: bold;
  color: #00C29A;
}

.partner .content-title-text {
  font-size: 36px;
  font-weight: bold;
  color: #2A2A2A;
}

.partner .content-list {
  margin-top: 40px;
  height: 250px;
  padding: 24px 22px 0px;
  position: relative
}

.partner .content-list-content {
  float: left;
  height: 200px;
}

.partner .content-list-content ul li {
  display: inline;
  float: left;
  height: 200px;
  width: 202px;
  margin: 20px 0px;
  margin-left: 0px;
  overflow: hidden;
  box-sizing: border-box
}

.partner .content-list-content ul li img {
  display: block;
  margin: 10px 0 20px;
  border: 1px solid #eaeaea;
}

.partner .content-list-content ul li img:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.partner .content-action {
  width: 144px;
  height: 48px;
  border-radius: 2px;
  background-color: #00C29A;
  font-size: 18px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 52px;
}

.partner .content-action:hover {
  background-color: rgba(0, 194, 154, 0.6);
}

.partner .content-desc {
  font-size: 18px;
  color: #88898E;
  margin-top: 12px;
}


.footer {
  display: flex;
  justify-content: center;
  background-color: #00162C;
  color: #FFFFFF;
  position: relative;
	min-width: max-content;
}

.footer .content-advantage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}

.footer .content-advantage-item{
	display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .content-advantage-item-text {
  font-size: 16px;
  color: #FFFFFF;
margin-top:6px;
}

.footer .content-info {
  display: flex;
  align-items: center;
  height: 200px;
}

.footer .content-info-left-name {
  font-size: 36px;
  color: #FFFFFF;
}

.footer .content-info-left-web {
  font-size: 14px;
  color: #808080;
}

.footer .content-info-center {
  flex: 1;
  margin: 0 16px;
  display: flex;
  justify-content: center;
}

.footer .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer .item-title {
  font-size: 16px;
  font-weight: 500;
  color: #EFEFF2;
}

.footer .item-list {
  margin-top: 4px;
}

.footer .item-list-item {
  margin-top: 8px;
}

.footer .item-list-item a {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  text-decoration: none;
}

.footer .content-info-right-phone {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
}

.footer .content-icp {
  display: flex;
  justify-content: center;
  align-items: center;

  height: 42px;
}

.footer .content-icp a {
  color: #808080;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
}

.footer .content-divider {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #333333;
}