.rental-container {
  margin: 0;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: white;
}

.rental-container * {
  box-sizing: border-box;
}

.rental-container p,
.rental-container h1,
.rental-container h2,
.rental-container h3,
.rental-container h4,
.rental-container h5 {
  margin: 0;
}

.rental-container img {
  object-fit: cover;
}

.rental-container .main-content {
  width: 1180px;
  margin: 0 auto;
}

.rental-container .banner {
  width: 100%;
  height: 683px;
  background: url(/images/rental/rental-banner.webp) no-repeat center / cover;
}

.rental-container .banner img {
  width: 100%;
  height: 100%;
}

.rental-container .banner > .main-content {
  position: relative;
  height: 100%;
}

.rental-container .banner .qrcode-wrap {
  position: absolute;
  bottom: 35px;
  right: -57px;
  display: flex;
  align-items: center;
}

.rental-container .banner .qrcode-wrap .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rental-container .banner .qrcode-wrap .qrcode-item:first-child {
  margin-right: 20px;
}

.rental-container .banner .qrcode-wrap .qrcode-img {
  width: 108px;
  height: 108px;
  background-color: #F7F8FE;
  padding: 5px;
  margin-bottom: 7px;
}

.rental-container .banner .qrcode-wrap h4 {
  font-weight: bold;
  font-size: 14px;
  color: #0E1326;
  line-height: 14px;
}

.rental-container .section-1 {
  padding: 100px 0;
}

.rental-container .section-1 > h1 {
  font-weight: bold;
  font-size: 36px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 18px;
  text-align: center;
}

.rental-container .section-1 > p {
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 16px;
  text-align: center;
  margin-bottom: 60px;
}

.rental-container .section-1 .section-1-card-1 {
  width: 1106px;
  height: 499px;
  background: #EFF3F6;
  padding: 50px 0 49px 52px;
  position: relative;
  margin-bottom: 100px;
}

.rental-container .section-1 .section-1-card-1 > h2 {
  font-weight: 400;
  font-size: 30px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 12px;
}

.rental-container .section-1 .section-1-card-1 > p {
  width: 466px;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-1 .section-1-card-1 > p:nth-of-type(1) {
  margin-bottom: 48px;
  text-indent: 0;
  line-height: 16px;
}

.rental-container .section-1 .section-1-card-1 > img {
  width: 618px;
  height: 425px;
  object-fit: cover;
  position: absolute;
  top: 37px;
  right: -74px;
}

.rental-container .section-1 .section-1-card-2 {
  width: 100%;
  height: 438px;
  background: #EFF3F6;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.rental-container .section-1 .section-1-card-2 > img {
  width: 648px;
  height: 100%;
}

.rental-container .section-1 .section-1-card-2 .section-1-card-2-right {
  padding: 44px 30px 42px;
  height: 100%;
}

.rental-container .section-1 .section-1-card-2 .section-1-card-2-right > h2 {
  font-weight: 400;
  font-size: 30px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 14px;
}

.rental-container .section-1 .section-1-card-2 .section-1-card-2-right > p {
  width: 471px;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-1 .section-1-card-2 .section-1-card-2-right > p:nth-of-type(1) {
  margin-bottom: 30px;
  text-indent: 0;
  line-height: 16px;
}

.rental-container .section-1 .section-1-card-2-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.rental-container .section-1 .section-1-card-2-images > img {
  width: 388px;
  height: 212px;
}

.rental-container .section-2 {
  background: url('/images/rental/section-2-bg.webp') no-repeat center / cover;
  width: 100%;
  height: 660px;
  margin-bottom: 100px;
}

.rental-container .section-2 .main-content {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 59px;
  color: white;
}

.rental-container .section-2 .main-content h2 {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 18px;
}

.rental-container .section-2 .main-content p {
  width: 386px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-2 .main-content p:nth-of-type(1) {
  text-indent: 0;
  line-height: 16px;
}

.rental-container .section-2 .main-content span {
  display: block;
  width: 78px;
  /* height: 0.5px;
  background-color: #fff; */
  border-bottom: 1px #ffffff solid;
  transform: scaleY(0.5);
  margin: 18px 0 22px;
}

.rental-container .section-3 {
  margin-bottom: 99px;
}

.rental-container .section-3 .section-3-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 29px;
}

.rental-container .section-3 .section-3-top h2 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 30px;
  color: #0E1326;
  line-height: 36px;
}

.rental-container .section-3 .section-3-top p {
  width: 530px;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-3 .section-3-top p:nth-of-type(1) {
  text-indent: 0;
  margin-bottom: 40px;
  line-height: 16px;
}

.rental-container .section-3 .section-3-top img {
  width: 606px;
  height: 343px;
}

.rental-container .section-3 > img {
  width: 100%;
  height: 453.5px;
}

.rental-container .section-4 {
  margin-bottom: 100px;
}

.rental-container .section-4 > h2 {
  margin-bottom: 18px;
  font-weight: 400;
  font-size: 30px;
  color: #0E1326;
  line-height: 36px;
  text-align: center;
}

.rental-container .section-4 > p {
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-4 > p:nth-of-type(1){
  text-indent: 0;
  margin-bottom: 60px;
  text-align: center;
  line-height: 16px;
}

.rental-container .section-4 .section-4-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.rental-container .section-4 .section-4-images > img {
  width: 402px;
  height: 290px;
}

.rental-container .section-4 .section-4-images > img:nth-of-type(2) {
  width: 364px;
}

.rental-container .section-5 {
  width: 100%;
  height: 736px;
  background: url('/images/rental/section-5-bg.webp') no-repeat center / cover;
  margin-bottom: 44px;
}

.rental-container .section-6 {
  margin-bottom: 100px;
}

.rental-container .section-6 > h2 {
  font-weight: 400;
  font-size: 30px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 18px;
}

.rental-container .section-6 > p {
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 32px;
  text-indent: 2em;
}

.rental-container .section-6 > p:nth-of-type(1) {
  text-indent: 0;
  margin-bottom: 40px;
  line-height: 16px;
}

.rental-container .section-7 {
  margin-bottom: 90px;
}

.rental-container .section-7 > h2 {
  font-weight: bold;
  font-size: 36px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 18px;
  text-align: center;
}

.rental-container .section-7 > p {
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 16px;
  margin-bottom: 60px;
  text-align: center;
}

.rental-container .section-7-cities-row {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 271px;
}

.rental-container .section-7-cities-row > div {
  height: 100%;
  position: relative;
}

.rental-container .section-7-cities-row .section-7-cities-item-label {
  transition: opacity 0.5s linear;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: rgba(0,0,0,0.52);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}

.rental-container .section-7-cities-row .section-7-cities-item-hover {
  opacity: 0;
  transition: opacity 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.52);
  padding: 20px;
}

.rental-container .section-7-cities-row .section-7-cities-item-hover-flex {
  display: flex;
  align-items: flex-start;
}

.rental-container .section-7-cities-row .section-7-cities-item-hover-flex > div:nth-of-type(1) {
  margin-right: 40px;
}

.rental-container .section-7-cities-row .section-7-cities-item-hover h5 {
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 16px;
}

.rental-container .section-7-cities-row .section-7-cities-item-hover p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 14px;
  margin-bottom: 16px;
}

.rental-container .section-7-cities-row > div:hover .section-7-cities-item-label {
  opacity: 0;
}

.rental-container .section-7-cities-row > div:hover .section-7-cities-item-hover {
  opacity: 1;
}


.rental-container .section-7-cities-row:nth-of-type(1) > div:nth-of-type(1) {
  width: 450px;
  background: url("/images/rental/section-7-row-1-1.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(1) > div:nth-of-type(2) {
  width: 253px;
  background: url("/images/rental/section-7-row-1-2.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(1) > div:nth-of-type(3) {
  width: 209px;
  background: url("/images/rental/section-7-row-1-3.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(1) > div:nth-of-type(4) {
  width: 238px;
  background: url("/images/rental/section-7-row-1-4.webp") no-repeat center / cover;
}


.rental-container .section-7-cities-row:nth-of-type(2) > div:nth-of-type(1) {
  width: 228px;
  background: url("/images/rental/section-7-row-2-1.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(2) > div:nth-of-type(2) {
  width: 322px;
  background: url("/images/rental/section-7-row-2-2.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(2) > div:nth-of-type(3) {
  width: 396px;
  background: url("/images/rental/section-7-row-2-3.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(2) > div:nth-of-type(4) {
  width: 204px;
  background: url("/images/rental/section-7-row-2-4.webp") no-repeat center / cover;
}


.rental-container .section-7-cities-row:nth-of-type(3) > div:nth-of-type(1) {
  width: 377px;
  background: url("/images/rental/section-7-row-3-1.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(3) > div:nth-of-type(2) {
  width: 293px;
  background: url("/images/rental/section-7-row-3-2.webp") no-repeat center / cover;
}

.rental-container .section-7-cities-row:nth-of-type(3) > div:nth-of-type(3) {
  width: 490px;
  background: url("/images/rental/section-7-row-3-3.webp") no-repeat center / cover;
}

.rental-container .section-8,
.rental-container .section-9,
.rental-container .section-10 {
  margin-bottom: 100px;
}

.rental-container .section-8 > h3,
.rental-container .section-9 > h3,
.rental-container .section-10 > h3 {
  font-weight: bold;
  font-size: 36px;
  color: #0E1326;
  line-height: 36px;
  margin-bottom: 18px;
  text-align: center;
}

.rental-container .section-8 > p,
.rental-container .section-9 > p,
.rental-container .section-10 > p {
  margin-bottom: 60px;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A54;
  line-height: 16px;
  text-align: center;
}

.rental-container .section-8 > img {
  width: 100%;
  height: 712px;
}

.rental-container .section-9 > img {
  width: 100%;
  height: 696px;
}

.rental-container .section-10 .contact-us {
  width: 1180px;
  height: 483px;
  background: #EFF3F6;
  background: url('/images/rental/contact-us-bg.webp') no-repeat center / 100% 100%;
  padding: 50px 0 56px 50px;
}

.rental-container .section-10 .contact-us > p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 40px;
  margin-bottom: 19px;
  width: 604px;
}

.rental-container .section-10 .contact-us > strong {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 30px;
  display: block;
}

.rental-container .section-10 .contact-us .qrcode-wrap {
  display: flex;
  align-items: center;
}

.rental-container .section-10 .contact-us .qrcode-wrap .qrcode-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rental-container .section-10 .contact-us .qrcode-wrap .qrcode-item:nth-of-type(1) {
  margin-right: 20px;
}

.rental-container .section-10 .contact-us .qrcode-wrap .qrcode-img {
  width: 200px;
  height: 200px;
  padding: 8px;
  margin-bottom: 8px;
  background-color: #F7F8FE;
}

.rental-container .section-10 .contact-us .qrcode-wrap .qrcode-img > img {
  width: 100%;
  height: 100%;
}

.rental-container .section-10 .contact-us .qrcode-wrap .qrcode-item > h4 {
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
}

.opacity-none {
  opacity: 0;
}

@media (max-width: 1180px) {
  .rental-container .banner .qrcode-wrap {
    right: 0;
  }
}
