#project .project .country {
  background-color: #F4F4F4;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0.5rem 0.2rem;
  z-index: 9999;
  display: none;
}

#project .project .country .row {
  margin-left: 0;
  margin-right: 0;
}

#project .project .country h3 {
  font-weight: bold;
  position: relative;
  margin-top: 0;
}

#project .project .country h3 img {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: auto;
}

#project .project .country .countryList {
  padding-left: 0;
  padding-right: 0;
}

#project .project .country .countryList div img {
  width: 50px;
  height: auto;
}

#project .project .country .countryList div p {
  margin-top: 10%;
}

#project .project .country .countryTtile {
  margin-top: 5%;
  padding-left: 0;
  padding-right: 0;
}

#project .project .country .countryTtile h4 {
  font-weight: bold;
}

#project .project .country .northAmerica {
  margin-top: 10%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5%;
}

#project .project .country .europe {
  margin-top: 5%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5%;
}

#project .project .country .oceania {
  margin-top: 5%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5%;
}

#project .project .country .asia {
  margin-top: 5%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 5%;
}

#project .project .title {
  width: 95%;
  margin-left: 2.5%;
  border-radius: 5px;
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  padding-top: 5%;
  padding-bottom: 3%;
  background-color: white;
}

#project .project .title .header {
  margin: 0;
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

#project .project .title .header .hot {
  padding: 0.1rem 0;
  padding-bottom: 0.122rem;
}

#project .project .title .header .hot img {
  width: 20px;
  height: 20px;
}

#project .project .title .header .hot span {
  font-weight: bold;
}

#project .project .title .header .hot .active {
  color: #333D82;
  font-weight: bold;
  border-bottom: 3px solid #333D82;
}

#project .project .title .header .active {
  color: #333D82;
  font-weight: bold;
  border-bottom: 3px solid #333D82;
}

#project .project .title .header .swiper-container-horizontal {
  height: 0.8rem;
  padding-left: 0;
  padding-right: 0;
}

#project .project .title .header .swiper-container-horizontal a {
  color: #444444;
  text-decoration: none;
}

#project .project .title .header .swiper-container-horizontal .swiper-slide {
  text-align: center;
  vertical-align: middle;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-weight: bold;
}

#project .project .title .header .swiper-container-horizontal .active {
  color: #333D82;
  font-weight: bold;
  border-bottom: 3px solid #333D82;
}

#project .project .title .header .countryIcon {
  padding-left: 0;
  padding-right: 0;
}

#project .project .title .header .countryIcon img {
  width: 35px;
  height: auto;
}

#project .project .title #banner {
  width: 100%;
  height: 5rem;
  margin-top: 5%;
}

#project .project .title #banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  border-radius: 5px;
}

#project .project .title .itemInfor {
  margin-top: 5%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

#project .project .title .itemInfor div {
  padding-left: 10px;
  padding-right: 10px;
}

#project .project .title .itemInfor div img {
  width: 1.5rem;
  height: auto;
}

#project .project .title .itemInfor div p {
  margin-top: 10%;
}

#project .project .title .itemInfor a {
  color: #444444;
}

#project .project .title .itemInfor a:active,
#project .project .title .itemInfor a:hover,
#project .project .title .itemInfor a:focus {
  color: #444444;
}

#project .project .content {
  margin-top: 10%;
}

#project .project .content a {
  color: #444444;
  text-decoration: none;
}

#project .project .content a:hover,
#project .project .content a:focus,
#project .project .content a:focus {
  color: #444444;
  text-decoration: none;
}

#project .project .content .item {
  border-radius: 5px;
  box-shadow: 2.5px 2.5px 15px rgba(0, 0, 0, 0.1), -2.5px -2.5px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 95%;
  margin-left: 2.5%;
  padding-bottom: 5%;
  margin-top: 5%;
  position: relative;
}

#project .project .content .item img {
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 5rem;
}

#project .project .content .item h3 {
  font-weight: bold;
  font-size: 22px;
}

#project .project .content .item h4 {
  color: #FE0000;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

#project .project .content .item .itemCondition {
  margin-left: 0;
  margin-right: 0;
}

#project .project .content .item .itemCondition div {
  border-right: 1px solid #E7E7E7;
  padding-left: 10px;
  padding-right: 10px;
}

#project .project .content .item .itemCondition div:last-child {
  border: none;
}

#project .project .content .item .itemType {
  position: absolute;
  top: 0.3rem;
  left: 0;
  z-index: 999;
  color: white;
  padding: 0.2rem 0.5rem;
  background-color: #333E80;
  letter-spacing: 2px;
  border-radius: 5px;
}

#project .project .loadMore {
  text-align: center;
  font-weight: bold;
  color: #BEBEBE;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
