.MainCollection {
  padding-top: 50px;
}

.title-collection .title h1 {
  color: #055699;
  font-weight: bolder;
  margin: 3px 0;
  padding: 0 0 7px;
  font-size: 18px;
}

.title-collection .Footer {
  color: #333;
  font-size: 12px;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 10px;
}

.greencolor strong {
  color: #319c00;
}

.content-collection .Header .header-tab {
  list-style: none;
  padding: 0;
  height: 32px;
}

.content-collection .Header .header-tab li span {
  line-height: 26px;
  border-top: 1px solid #e3eef4;
  display: block;
  padding: 0 10px;
  font-weight: bold;
  background: #e3eef4;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.content-collection .Header .header-tab li.active span {
  color: #fff;
  border-top: 1px solid #055472;
  background: #055699;
  height: 29px;
}

.content-collection .Header .header-tab li.active a {
  color: #fff;
}

.content-collection .Header .header-tab li {
  list-style: none;
  float: left;
  margin-right: 5px;
  position: relative;
  padding-top: 5px;
}

.content-collection .Header .header-tab li img {
  position: absolute;
  top: 0;
  left: 8px;
  width: 17px;
}

.content-collection .Header .header-tab li[tab=img360] span span {
  padding-left: 28px;
}

.content-collection .Header .Repeat {
  background: #055699;
  float: left;
  width: 100%;
  color: #FFF;
  line-height: 30px;
}

.content-collection .Header .Repeat span {
  color: #FFF;
}

.content-collection .Header .Repeat h2 {
  text-align: center;
  width: 60%;
  float: left;
  padding-left: 10px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  font-size: 13px;
}

.content-collection .Header .Repeat .order {
  float: right;
  text-align: right;
  margin-right: 5px;
}

.list-product {
  display: inline-block;
  width: 100%;
}

.list-product:not(.all-product) .product-loop:not(.has-corner) {
  display: none !important;
}

.list-product .product-loop {
  border-bottom: 1px solid #055699;
  border-left: 1px solid #055699;
  border-right: 1px solid #055699;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
}

.list-product .product-loop .p-title {
  font-size: 13px;
  color: var(--cus-red);
  padding: 7px 7px 0 7px;
  text-transform: uppercase;
}

.list-product .product-loop .p-title span {
  float: right;
  text-transform: initial;
}

.list-product .product-loop .p-title a, .list-product .product-loop .p-title a:visited {
  text-decoration: none;
  font-weight: bold;
}

.list-product .product-loop.has-corner .p-title a, .list-product .product-loop.has-corner .p-title a:visited {
  color: var(--cus-red);
}

.list-product .product-loop.is-hot .p-title a, .list-product .product-loop.is-hot .p-title a:visited {
  padding-left: 20px;
  background-image: url(../img/flat-star.png);
  background-repeat: no-repeat;
}

.list-product .product-loop .p-main {
  padding-top: 7px;
  padding-left: 7px;
  position: relative;
  width: 100%;
  display: inline-block;
}

.list-product .product-loop .p-main-image-crop {
  width: 175px;
  margin-right: 10px;
  position: relative;
  float: left;
  text-align: center;
}

.list-product .product-loop .p-content {
  width: calc(100% - 185px);
  float: right;
  min-height: 80px;
}

.list-product .product-loop .p-main-text {
  color: #000;
  font-size: 12px;
  margin-right: 7px;
  line-height: 18px;
  margin-top: 0;
  text-align: justify;
  height: 72px;
}

.list-product .p-bottom-crop {
  padding: 0 10px 0 7px;
  box-sizing: border-box;
}

.fix-p-bottom-crop {
  margin-top: -18px;
}

.p-bottom-crop {
  bottom: 0;
  position: absolute;
  right: 0;
  width: calc(100% - 185px);
}

.list-product .p-bottom-crop .wrap {
  width: 87%;
  float: left;
}

.list-product .product-price, .list-product .product-city-dist, .product-city-dist a, .list-product .product-area {
  color: #055699;
  font-weight: bold;
}

.list-product .p-bottom-crop .uptime {
  float: right;
}


.cap-first-text:first-letter {
  text-transform: uppercase;
}
