.home {
  width: 100%;
}
.home #luxy {
  width: 100%;
}
.home #luxy .cInfo {
  width: 60%;
  margin: 200px auto 60px auto;
}
.home #luxy .cInfo .t1 {
  color: #404040;
  font-size: 34px;
  font-weight: bolder;
}
.home #luxy .cInfo .t2 {
  color: #404040;
  margin-top: 30px;
}
.home #luxy .banner img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home #luxy .allItems {
  width: 60%;
  margin: 60px auto;
}
.home #luxy .allItems .theader {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.home #luxy .allItems .theader div,
.home #luxy .allItems .item .i1 div{
  width: 25%;
  text-align: center;
}

.home #luxy .allItems .theader .d1 {
  width: 15%;
  text-align: center;
}
.home #luxy .allItems .theader .d4 {
  text-align: center;
  width: 20%;
}
.home #luxy .allItems .item {
  width: 100%;
  cursor: pointer;
}
.home #luxy .allItems .item .i1 {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.home #luxy .allItems .item .i1 div {
  color: #1C1C1C;
  font-weight: 400;
}
.home #luxy .allItems .item .i1 .d1 {
  width: 15%;
  text-align: center;
}
.home #luxy .allItems .item .i1 .d4 {
  text-align: center;
  width: 20%;
}
.home #luxy .allItems .item .i2 {
  border: 1px solid #D0111B;
  display:block !important;
}
.home #luxy .allItems .item .i2 .td {
  width: 88%;
  padding: 15px 6%;
  background-color: #D0111B;
}
.home #luxy .allItems .item .i2 .td p {
  color: white;
}
.home #luxy .allItems .item .i2 .nr {
  width: 88%;
  margin: 0 auto;
  padding: 30px 0 50px 0;
  position: relative;
}
.home #luxy .allItems .item .i2 .nr a {
  position: absolute;
  display: block;
  right: 0;
  top: 10%;
  text-align: center;
}
.home #luxy .allItems .item .i2 .nr a .pic {
  width: 47px;
  height: 47px;
  background: #D0111B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home #luxy .allItems .item .i2 .nr a .pic i {
  color: white;
  font-size: 30px;
}
.home #luxy .allItems .item .i2 .nr a p {
  color: #1C1C1C;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}
.home #luxy .allItems .item .i2 .nr .p1 {
  color: #161616;
  font-size: 14px;
}
.home #luxy .allItems .item .i2 .nr .p2 {
  color: #4F4F4F;
  font-weight: 500;
  margin-top: 20px;
}
.home #luxy .allItems .item .i2 .nr .html {
  color: #4F4F4F;
  font-size: 14px;
  margin-top: 20px;
}
.home #luxy .allItems .item:nth-of-type(2n) .i1 {
  background-color: #EFEFEF;
}

/*# sourceMappingURL=join.css.map */
