@font-face {
  font-family: "MinionVariableConcept";
  src: url(../en_css/fonts/Minion\ Variable\ Concept_mianfeiziti.com.otf);
}
* {
  font-family: "MinionVariableConcept";
}
.container {
  width: 100%;
}
.container .containerItem {
  max-width: 1820px;
  padding: 0 60px;
  margin: 0 auto;
}
.containerItem.camp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 115px;
}
.containerItem.camp .camp_referral {
  width: 40%;
  margin-right: 150px;
  padding: 30px 0;
}
.containerItem.camp .camp_referral .referral {
  font-size: 58px;
  font-family: "Didot";
  margin-bottom: 49px;
}
.containerItem.camp .camp_referral .feature {
  font-size: 22px;
  font-family: "MinionVariableConcept";
  margin-bottom: 80px;
}
.containerItem.camp .camp_referral .view_new {
  width: 198px;
  height: 50px;
  border: 1px solid #1B1B1B;
  transition: background-color 0.5s;
  cursor: pointer;
}
.containerItem.camp .camp_referral .view_new .view_new_Bot {
  display: inline-block;
  width: 100%;
  padding: 18px 0 15px;
  font-size: 14px;
  font-family: "BookAntiqua";
  text-align: center;
  transition: color 0.7s;
}
.containerItem.camp .camp_referral .view_new:hover {
  background-color: #1B1B1B;
}
.containerItem.camp .camp_referral .view_new:hover .view_new_Bot {
  color: #fff;
}
.containerItem.camp .camp_imgBox {
  display: flex;
  width: 100%;
  height: calc(100vh - 70px);
  max-height: 710px;
  text-align: center;
  justify-content: center;
}
.containerItem.camp .camp_imgBox .camp_img {
  display: block;
  width: 100%;
  height: 100%;
}
.containerItem.camp .camp_imgBox .camp_img img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.team {
  max-width: 1820px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  margin: 0 auto 220px;
  padding: 0 180px;
  font-family: "MinionVariableConcept";
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.team .team1 {
  width: 27%;
  line-height: 58px;
  /*margin-right: 150px;*/
  font-size: 36px;
  letter-spacing: 0.05em;
}
.team .teamIntroduce {
  width: 65%;
  font-size: 16px;
  line-height: 32px;
}
.containerItem.camp3 {
  display: flex;
  align-items: center;
  margin-bottom: 280px;
}
.containerItem.camp3:nth-child(2n) {
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 150px;
}
.containerItem.camp3 .camp_imgBox {
  width: 810px;
  overflow: hidden;
}
.containerItem.camp3 .camp_imgBox img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.containerItem.camp3 .camp_imgBox:hover img {
  transform: scale(1.06);
}
.containerItem.camp3 .camp_referral {
  padding-left: 12%;
}
.containerItem.camp3 .camp_referral .camp_referral_box {
  width: 400px;
}
.containerItem.camp3 .camp_referral .referral {
  font-size: 54px;
  margin-bottom: 40px;
}
.containerItem.camp3 .camp_referral .feature {
  font-size: 18px;
  margin-bottom: 55px;
}
.containerItem.camp3 .camp_referral .view_new {
  width: 150px;
  height: 45px;
  border-radius: 23px;
  color: #fff;
  background-color: #333333;
  padding: 0 20px;
}
.containerItem.camp3 .camp_referral .view_new:hover {
    background-color: #000;
}
.containerItem.camp3 .camp_referral .view_new a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  font-family: "BookAntiqua";
}
.containerItem.camp3 .camp_referral .view_new .view_newRi {
  width: 10px;
  height: 10px;
}
.titles {
  font-size: 28px;
  text-align: center;
  padding: 0 30px;
}
.new_choiceTitle {
  padding: 130px 0 125px;
  background-color: #F9F9F9;
}
.new_choice {
  margin-bottom: 115px;
  padding-bottom: 120px;
  background-color: #F9F9F9;
}
.new_choice .new_choiceList {
  max-width: 1820px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.new_choice .new_choiceList .new_choiceItem {
  width: 24%;
  margin-right: 33px;
  position: relative;
  /*background-color: #fff;*/
}
.new_choice .new_choiceList .new_choiceItem .new_name {
  width: 70%;
}
.new_choice .new_choiceList .new_choiceItem:first-of-type .new_name {
  width: 70%;
}
.new_choice .new_choiceList .new_choiceItem:last-of-type {
  margin: 0;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_labelHot {
  width: 102px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  font-family: "BookAntiqua";
  font-size: 14px;
  background-color: #4D483F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img {
  display: block;
  max-width: 400px;
  height: calc((100vw - 132px) * 0.24 * 1.295);
  max-height: 518px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_ImgBox {
  display: block;
  width: 100%;
  height: 100%;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_ImgBox .new_choice_staticImg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  transition: all 0.4s;
  position: relative;
  z-index: 5;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_ImgBox .new_choice_staticImg img {
  width: 100%;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_ImgBox .new_choice_suspendImg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s;
  opacity: 0;
  z-index: 3;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_ImgBox .new_choice_suspendImg img {
  width: 100%;
  height: 100%;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_choice_Box {
  display: flex;
  width: 70%;
  max-width: 220px;
  height: 50px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  border: 1px solid #2A2825;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s;
  -webkit-user-select: none;
  user-select: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_choice_Box a {
  width: 100%;
  height: 100%;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img .new_choice_Box:hover {
  color: #fff;
  background-color: #2A2825;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img:hover .new_choice_suspendImg {
  opacity: 1;
  z-index: 10;
}
.new_choice .new_choiceList .new_choiceItem .new_choice_img:hover .new_choice_Box {
  opacity: 1;
  bottom: 20px;
  z-index: 20;
}
.new_choice .new_choiceList .new_choiceItem .new_namePrice {
  padding-left: 5px;
}
.new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .Name {
  color: #222222;
  font-size: 22px;
  margin-bottom: 18px;
}
.new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .tyles {
  color: #8C8C8C;
  font-size: 16px;
}
.titlestitles {
  margin-bottom: 103px;
}
.remind {
  max-width: 1820px;
  padding: 0 60px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.remind .remind_view {
  width: 48%;
  max-width: 810px;
  height: auto;
  position: relative;
}
.remind .remind_view .remind_view_img {
  margin-bottom: 30px;
}
.remind .remind_view .remind_view_img a {
  display: block;
  position: relative;
}
.remind .remind_view .remind_view_img a::after {
    display: flex;
    content: "MORE";
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    opacity: 0;
    background-color: #00000049;
    transition: all 0.3s;
    color: #fff;
    font-size: calc(12px + 2vw);
}
.remind .remind_view .remind_view_img a:hover::after {
    opacity: 1;
}
.remind .remind_view .remind_view_img img {
  width: 100%;
}
.remind .remind_view .remind_speak {
  width: 100%;
  position: relative;
  bottom: 0;
  padding: 0 40px ;
}
.remind .remind_view .remind_speak .speak {
  font-size: 30px;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.remind .remind_view .view {
  display: inline-block;
  font-size: 16px;
  margin-left: 45px;
  line-height: 20px;
  border-bottom: 1px solid #747474;
}
@media screen and (max-width: 1060px) {
  .containerItem.camp {
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .containerItem.camp .camp_imgBox {
    width: calc(100% + 120px);
    height: calc(70vh - 70px);
  }
  .containerItem.camp .camp_referral {
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  .containerItem.camp .camp_referral .referral {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .containerItem.camp .camp_referral .feature {
    margin-bottom: 20px;
  }
  .team {
    display: block;
    padding: 0 60px;
    margin-bottom: 100px;
  }
  .team .team1 {
    width: 100%;
    line-height: 48px;
    font-size: 30px;
    margin: 0 0 24px;
  }
  .team .teamIntroduce {
        width: 100%;
    }
  .containerItem.camp3 {
    display: block;
    margin-bottom: 130px;
  }
  .containerItem.camp3:nth-child(2n) {
    margin-bottom: 80px;
  }
  .containerItem.camp3 .camp_imgBox {
    width: 100%;
    margin: 0 auto 36px;
  }
  .containerItem.camp3 .camp_referral {
    padding: 0;
    width: 100%;
  }
  .containerItem.camp3 .camp_referral .camp_referral_box {
    width: 100%;
  }
  .containerItem.camp3 .camp_referral .camp_referral_box .referral {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .containerItem.camp3 .camp_referral .camp_referral_box .feature {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .titles.new_choiceTitle {
    font-size: 24px;
    padding: 80px 0 90px;
  }
  .new_choice {
    margin-bottom: 90px;
    padding-bottom: 60px;
  }
  .new_choice .new_choiceList {
    flex-wrap: wrap;
  }
  .new_choice .new_choiceList .new_choiceItem {
    width: 48%;
    margin: 18px 0 !important;
  }
  .new_choice .new_choiceList .new_choiceItem .new_choice_img {
    height: calc((100vw - 132px) * 0.48 * 1.295);
  }
  .new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .Name {
    color: #222222;
    font-size: 19px;
    margin-bottom: 6px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .tyles {
    color: #8C8C8C;
    font-size: 15px;
  }
  .titles.titlestitles {
    font-size: 24px;
    margin-bottom: 90px;
  }
  .remind {
    display: block;
    margin-bottom: 60px;
  }
  .remind .remind_view {
    margin: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .remind .remind_view:last-of-type {
    margin: 0;
  }
  .remind .remind_view .remind_speak {
    padding: 0;
  }
  .remind .remind_view .view {
    margin: 0;
  }
}
@media screen and (max-width: 610px) {
  .containerItem.camp,
  .team,
  .containerItem.camp3,
  .new_choice .new_choiceList,
  .remind {
    padding: 0 30px;
  }
  .containerItem.camp .camp_imgBox {
    width: calc(100% + 60px);
    height: calc(60vh - 70px);
  }
  .team {
    margin-bottom: 60px;
  }
  .team .team1 {
    font-size: 25px;
    line-height: 40px;
  }
  .containerItem.camp3 {
    margin-bottom: 60px;
  }
  .containerItem.camp3:nth-child(2n) {
    margin-bottom: 50px;
  }
  .containerItem.camp3 .camp_referral .view_new {
    width: 100px;
    height: 35px;
  }
  .titles.new_choiceTitle {
    font-size: 22px;
    padding: 40px 0 40px;
  }
  .new_choice {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_choice_labelHot {
    width: 40%;
    height: 29px;
    line-height: 29px;
    font-size: 13px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_choice_img .new_choice_Box {
    height: 35px;
    font-size: 14px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_choice_img .new_choice_Box a {
    font-size: 14px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name {
    width: 100%;
  }
  .new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .Name {
    font-size: 16px;
  }
  .new_choice .new_choiceList .new_choiceItem .new_namePrice .new_name .tyles {
    font-size: 14px;
  }
  .titles.titlestitles {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .remind .remind_view .remind_view_img {
    margin-bottom: 20px;
  }
  .remind .remind_view .remind_speak {
    bottom: 15px;
  }
  .remind .remind_view .remind_speak .speak {
    font-size: 23px;
    margin: 0;
  }
}
@media screen and (max-width: 530px) {
  .containerItem.camp .camp_imgBox {
    height: calc(60vh - 130px);
  }
}
@media screen and (max-width: 430px) {
  .containerItem.camp .camp_imgBox {
    height: calc(60vh - 190px);
  }
}
