.banner-container {
  position: relative;
  width: 100%;
  height: 860px;
}
.banner-container .banner-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.banner-container .banner-content .banner-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.banner-container .banner-swiper .clickImgLite {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  text-align: center;
}
.banner-container .banner-swiper .banner-pagination {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 100%;
  height: 425px;
  z-index: 19;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0 96px;
  padding-bottom: 24px;
  pointer-events: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: auto;
  color: #666666;
  border: 1px solid #d8d8d8;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.016);
  box-shadow: 0 2px 0 rgba(0,0,0,.016);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -webkit-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(0.645,.045,.355,1);
  transition: all .3s cubic-bezier(0.645,.045,.355,1);
}

.banner-container .banner-content:hover .swiper-button-next,
.banner-container .banner-content:hover .swiper-button-prev {
    opacity: 1
}

.banner-container .banner-swiper .banner-pagination:hover .swiper-button-next,
.banner-container .banner-swiper .banner-pagination:hover .swiper-button-prev {
  opacity: 1;
}

.banner-container .banner-swiper .banner-pagination .swiper-button-next:after,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev:after {
  font-size: 16px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next {
  right: 56px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-prev {
  left: 56px;
}
.banner-container .banner-swiper .banner-pagination .swiper-button-next:hover,
.banner-container .banner-swiper .banner-pagination .swiper-button-prev:hover {
  border-color: #E20A00;
}
.banner-container .banner-swiper .banner-pagination .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 6px;
  overflow: hidden;
  pointer-events: auto;
}
.banner-container .banner-swiper .banner-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  border-radius: 6px;
  background-color: #ffffff;
  opacity: 0.5;
  cursor: pointer;
}

.banner-container .banner-swiper .banner-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.search-category-container {
  position: relative;
  z-index: 11;
  width: 100%;
  max-width: 1920px;
  padding: 0 96px;
  margin: 0 auto;
  margin-top: -372px;
}
.search-category-container .search-category-content {
  position: relative;
  width: 100%;

  height: auto;
  padding: 10px 40px;
  padding-top: 32px;
  -webkit-border-radius: 24px 24px 0 0;
  border-radius: 24px 24px 0 0;
  background-color: #FFFFFF;
}

.search-category-container .search-category-content .search-category-item {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0 186px;
  margin-bottom: 8px;
}


.search-category-container .search-category-content .search-category-item.input-item .rank-link {
  position: absolute;
  top: 0;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
/*  width: 64px;*/
  height: 64px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background-color .3s ease;
  -moz-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;   
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
  height: 32px;
  overflow: hidden;
  max-width: 1440px;
  padding-left: 120px;
  margin: 0 auto;
}

.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content span, 
.search-category-container .search-category-content .search-category-item.search-kw-item .search-kw-content a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 32px;
  font-size: 14px;
  color: #999999;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}


.floor-container {
  position: relative;
  z-index: 1; 
  width: 100%;
  height: auto;
  padding: 0px 96px ;
  margin: 0 auto;
  max-width: 1920px;
  margin-bottom: 54px;
}
.floor-container .head {
  background: #FFFFFF;
  padding: 24px 40px 0px;
}
.floor-container .head .title {
  display: block;
  width: 100%;
  text-align: center;  
  position: relative;
}
.floor-container .head .title .desc {
  display: inline-block;
  color: #999999;
}
.floor-container .head .title .desc span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #E20A00;
  font-size: 24px;
  font-weight: 700;
}
.floor-container .head .title .desc span:after,
.floor-container .head .title .desc span:before {
  content: '';
  display: inline-block;
  width: 75px;
  height: 2px;
  background-color: #E20A00;
  margin: 0px 15px;
}

.floor-container.floor-item-1 .head .title .desc span {
  color: #E20A00;
}
.floor-container.floor-item-1 .head .title .desc span:after,
.floor-container.floor-item-1 .head .title .desc span:before {
  background-color: #E20A00;
}
.floor-container.floor-item-2 .head .title .desc span {
  color: #005AE1;
}
.floor-container.floor-item-2 .head .title .desc span:after,
.floor-container.floor-item-2 .head .title .desc span:before {
  background-color: #005AE1;
}

.floor-container.floor-item-3 .head .title .desc span {
  color: #FF9100;
}
.floor-container.floor-item-3 .head .title .desc span:after,
.floor-container.floor-item-3 .head .title .desc span:before {
  background-color: #FF9100;
}

.floor-container.floor-item-4 .head .title .desc span {
  color: #FFCC00;
}
.floor-container.floor-item-4 .head .title .desc span:after,
.floor-container.floor-item-4 .head .title .desc span:before {
  background-color: #FFCC00;
}

.floor-container.floor-item-5 .head .title .desc span {
  color: #00E1AB;
}
.floor-container.floor-item-5 .head .title .desc span:after,
.floor-container.floor-item-5 .head .title .desc span:before {
  background-color: #00E1AB;
}

.floor-container.floor-item-6 .head .title .desc span {
  color: #4300E1;
}
.floor-container.floor-item-6 .head .title .desc span:after,
.floor-container.floor-item-6 .head .title .desc span:before {
  background-color: #4300E1;
}

.floor-container.floor-item-7 .head .title .desc span {
  color: #00ABE1;
}
.floor-container.floor-item-7 .head .title .desc span:after,
.floor-container.floor-item-7 .head .title .desc span:before {
  background-color: #00ABE1;
}

.floor-container.floor-item-8 .head .title .desc span {
  color: #E10A00;
}
.floor-container.floor-item-8 .head .title .desc span:after,
.floor-container.floor-item-8 .head .title .desc span:before {
  background-color: #E10A00;
}

.floor-container.floor-item-9 .head .title .desc span {
  color: #FF9100;
}
.floor-container.floor-item-9 .head .title .desc span:after,
.floor-container.floor-item-9 .head .title .desc span:before {
  background-color: #FF9100;
}

.floor-container.floor-item-10 .head .title .desc span {
  color: #00E1AB;
}
.floor-container.floor-item-10 .head .title .desc span:after,
.floor-container.floor-item-10 .head .title .desc span:before {
  background-color: #00E1AB;
}


.floor-container .head .title .more {
  font-size: 14px;
  color: #999;
  -webkit-transition: color .38s ease-in-out;
  -moz-transition: color .38s ease-in-out;
  transition: color .38s ease-in-out;
  position: absolute;
  z-index: 19;
  right: 0;
  bottom: 4px;
}
.floor-container .head .floor-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.floor-container .head .floor-tab .floor-tab-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  gap: 16px;
  z-index: 10;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 20px 64px;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item {
  position: relative;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 38px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  color: #666;
  cursor: pointer;  
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.043);
  box-shadow: 0 2px 0 rgba(0,0,0,.043);
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item .icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item.active {
  color: #E20A00;
  border-color: #E20A00;
}
.floor-container .head .floor-tab .floor-tab-list .floor-tab-item:hover {
  color: #E20A00;
  border-color: #E20A00;
}
.floor-container .head .floor-tab .more {
  height: 62px;
  line-height: 62px;
  font-size: 14px;
  color: #999;
  -webkit-transition: color .38s ease-in-out;
  -moz-transition: color .38s ease-in-out;
  transition: color .38s ease-in-out;
  position: absolute;
  z-index: 19;
  right: 0;
  top: 8px;
}
.floor-container .head .more:hover {
  color: #E20A00;
}
.floor-container .content {
  padding: 0px 40px;
  min-height: 190px;
  background-color: #FFFFFF;
}
.floor-container .content .floor-card-container {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.floor-container .content .floor-card-container .card-item {
  width: -webkit-calc(20% - 20px);
  width: -moz-calc(20% - 20px);
  width: calc(20% - 20px);
  min-width: -webkit-calc(20% - 20px);
  min-width: -moz-calc(20% - 20px);
  min-width: calc(20% - 20px);
}
.floor-container .content .floor-card-container .card-item a {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  /*height: 100%;*/
  -webkit-user-drag: none;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}
.floor-container .content .floor-card-container .card-item a img {
  display: block;
  width: 100%;
  -webkit-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  -moz-transition: all .5s cubic-bezier(0.645,.045,.355,1);
  transition: all .5s cubic-bezier(0.645,.045,.355,1);
}
.floor-container .content .floor-card-container .card-item a:hover .card-bg-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.floor-container .content .floor-card-container .card-item .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
.floor-container .content .floor-card-container .card-item .bottom-box .vip-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 6px;
  left: 8px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 0px 14px;
  min-width: 32px;
  height: 24px;
  border-radius: 14px;
  background-color: #E20A00;
  text-transform: uppercase;
}
.floor-container .content .floor-card-container .card-item .bottom-box .bottom-box-content {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 26px 12px 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 56px;
  width: 100%;

  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.58)));
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: -moz- oldlinear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.58) 100%);
  -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
  -moz-transition: all .3s cubic-bezier(.645,.045,.355,1);
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.floor-container .content .floor-card-container .card-item .bottom-box .bottom-box-content .title {
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
}

.shop-card-container {
  position: relative;
  width: 100%;
  /*height: 100%;*/
  padding-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.shop-card-container .card-item {
  width: calc(16.6666667% - 20px);
  padding: 20px;
  margin-right: 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  background: linear-gradient( 180deg, #FFFFFF 25%, #FFEDEC 100%);
  -webkit-box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
  box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);
}
.shop-card-container .card-item:nth-child(6n) {
  margin-right: 0px;
}
.shop-card-container .card-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.shop-card-container .card-item a .card-item-avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%; 
  overflow: hidden;
  display: block;
}

.shop-card-container .card-item a .card-item-bottom {
  padding-left: 20px;
  flex: 1;
  overflow: hidden;
}
.shop-card-container .card-item a .card-item-bottom .name {
  color: #333;
  font-size: 16px;
  text-align: center;
  margin-bottom: 5px;
}

.shop-card-container .card-item a .card-item-bottom .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.shop-card-container .card-item a .card-item-bottom .info .cell {
  flex: 1;
  text-align: center;
}
.shop-card-container .card-item a .card-item-bottom .info .cell span {
   font-size: 14px;
    color: #E20A00;
}
.shop-card-container .card-item a .card-item-bottom .info .cell p {
  color: #555;
  font-size: 14px;
  line-height: 1.25;
}


.new-copyright-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
  height: 403px;
  -webkit-background-size: 1351px 403px;
  background-size: 1351px 403px;
}
.new-copyright-container p.title:nth-child(1) {
  color: #000;
  text-align: center;
  font-size: 52px;
  margin-bottom: 32px
}

.new-copyright-container p.title:nth-child(1) em {
  font-weight: 600
}

.new-copyright-container p.title:nth-child(2) {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 32px
}
.new-copyright-container p {
   font-size: 24px;
   text-align: center;
   margin-bottom: 48px
}
.new-copyright-container .search-box {
  width: 900px;
  border:1px solid #E20A00;
  border-radius: 64px;
  overflow: hidden;
}
.new-copyright-container .search-box .search-input {
    width: calc(100% - 164px);
}
.new-copyright-container .search-box .search-input input {
  padding: 0px 30px;
}

.new-copyright-container .search-box .btn-search {
  width: 160px;
  height: 54px;
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
.new-copyright-container .search-box .btn-search i.iconfont {
  margin-right: 10px;
  font-size: 24px;
}
.new-copyright-container .btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
  margin:2px;
}

.new-copyright-container .btn-group .btn {
  width: 260px;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  background-color: #E20A00;
  border: 1px solid transparent;
  border-radius: 5px;
}

.new-copyright-container .btn-group .btn:nth-child(2) {
  background-color: #ffeae9;
  color: #E20A00;
  border-color: #E20A00;
}

.new-copyright-container .btn-group .btn:nth-child(2):hover {
  border-color: #E20A00;
  color: #E20A00;
}


.designer-entry-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  height: 423px;
  background: url('../images/home/designer-bg.jpg') no-repeat center;
  background-size: cover;
}

.designer-entry-container p:nth-child(1) {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  color: #333;
  margin-bottom: 24px
}

.designer-entry-container p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 24px
}

.designer-entry-container .btn {
  width: 260px;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  background-color: #E20A00;
  border-radius: 5px;
  margin-top: 48px;
}
