@charset "UTF-8";
.cont-area {
  padding-top: 25px;
  overflow: hidden;
}

.vistor__wrap {
  width: 1200px;
  margin: 0 auto;
}
.vistor__inner {
  width: 1200px;
  margin: 0 auto;
}
.vistor__title {
  margin: 0 auto 50px;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.vistor__title::after {
  content:"";
  display: block;
  margin: 0 auto;
  height: 9px;
  width: 66px;
  background: #FEA100;
  text-align: center;
}
.vistor__cont__pandabus-box {
  position: relative;
  width: 50%;
  margin: 64px 0 160px auto;
  order: 2;
}
.vistor__cont__pandabus-box-inner {
  padding: 50px 30px 130px;
  box-sizing: border-box;
}
.vistor__cont__pandabus-box-inner::before {
  content: "";
  display: block;
  background: #F8F8F8;
  width: 50vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.vistor__cont__pandabus--bamboo {
  position: absolute;
  top: -64px;
  left: 30px;
}
.vistor__cont__pandabus--bamboo img {
  height: 64px;
}
.vistor__cont__pandabus--taj-mahal {
  position: absolute;
  top: -64px;
  right: 30px;
}
.vistor__cont__pandabus--taj-mahal img {
  height: 64px;
}
.vistor__cont__pandabus,
.vistor__cont__concierge {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.vistor__cont__title {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.vistor__cont__title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.vistor__cont__txt p {
  position: relative;
  font-size: 16px;
  z-index: 1;
}
.vistor__cont__bus-img {
  position: absolute;
  z-index:2;
  left: -100px;
  bottom: -90px;
}
.vistor__cont__bus-img img {
  width: 100%;
}
.vistor__cont__pandabus-pict {
  width: 48%;
  order: 1;
}
.vistor__cont__group-pht img {
  width: 100%;
}
.vistor__cont__bus-footprint {
  position: absolute;
  left: 160px;
}

.vistor__cont__concierge {
  flex-flow: wrap;
}
.vistor__cont__concierge-box {
  position: relative;
  width: 50%;
  margin: 83px auto 0 0;
  order: 1;
}
.vistor__cont__concierge-box-inner {
  padding: 50px 30px 50px 0;
  position: relative;
  box-sizing: border-box;
}
.vistor__cont__concierge-box-inner::before {
  content: "";
  display: block;
  background: #F8F8F8;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.vistor__cont__concierge--bamboo {
  position: absolute;
  top: -64px;
  left: 0;
}
.vistor__cont__concierge--bamboo img {
  height: 64px;
}
.vistor__cont__concierge-pict {
  width: 48%;
  order: 2;
  position: relative;
}
.vistor__cont__concierge-pht img {
  width: 100%;
}
.vistor__cont__concierge-bottom {
  width: 100%;
  order: 3;
}
.vistor__point {
  margin: 0 0 90px 0;
}
.vistor__point__list {
  display: flex;
  justify-content: space-between;
}
.vistor__point__item {
  width: 384px;
  padding: 30px 20px;
  border: 4px solid #EFEFEF;
  box-sizing: border-box;
}
.vistor__point__head-num {
  margin: 0 auto 30px;
  width: 300px;
  height: 40px;
  line-height: 38px;
  border-radius: 30px;
  border: 2px solid #FEA100;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  color: #FEA100;
}
.vistor__point__head-img {
  margin: 0 0 30px;
  text-align: center;
  height: 151px;
}
.vistor__point__head-img img {
  margin: 0 auto;
}
.vistor__point__head-title {
  margin: 0 auto 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FEA100;
}
.vistor__point__cont p {
  font-size: 16px;
}
.vistor__panda-point {
  display: flex;
  margin: 0 0 90px 0;
  justify-content: space-between;
}
.vistor__panda-point-box {
  width: 70%;
}
.vistor__panda-point-img {
  width: 28%;
  margin-top: 80px;
}
.vistor__panda-point-img img {
  width: 100%;
}
.vistor__panda-point-title {
  font-size: 35px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
  z-index: 1;
}

.vistor__panda-point-title::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.vistor__panda-point-cont p {
  font-size: 16px;
}
.vistor__step {
  margin: 0 0 50px;
}
.vistor__step-title {
  margin: 0 0 50px;
  font-size: 32px;
  text-align: center;
  color: #C62525;
  position: relative;
}
.vistor__step-title::before,
.vistor__step-title::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 55px;
  background: linear-gradient(#FEA100,#FF7600,#FF3200);
  vertical-align: middle;
}
.vistor__step-title::before {
  margin-right: 30px;
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.vistor__step-title::after {
  margin-left: 30px;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.vistor__step-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.vistor__step-item {
  width: 280px;
  box-sizing: border-box;
}
.vistor__step-item-title {
  display: flex;
  font-size: 18px;
  align-items: center;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 10px;
}
.vistor__step-item-title::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(-90deg, #FEA100,#FF7600,#FF3200);
}
.vistor__step-item-num {
  display: flex;
  margin: 0 10px 0 0;
  width: 64px;
  height: 64px;
  color: #FEA100;
  border: 2px solid #FEA100;
  border-radius: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.vistor__step-item-h {
 font-weight: bold;
}
.vistor__step-item-cont {
  font-size: 16px;
}
.vistor__btn {
  margin: 0 0 30px;
}
.vistor__btn-flex {
  display: flex;
  justify-content: space-between;
  width: 488px;
  margin: 0 auto;
}
.vistor__btn-flex .c-btn__orange.large {
  width: 224px;
}
.vistor__cont__concierge-bottom {
  position: relative;
  left: 200px;
  top: -60px;
}
@media(max-width:970px){
  .vistor__wrap {
    width: 100%;
  }
  .vistor__cont__pandabus,
  .vistor__cont__concierge {
    width: 100%;
  }
  .vistor__point__item {
    width: 32.5%;
  }
  .vistor__point__head-num {
    width: 100%;
  }
  .vistor__step-item {
    width: 24%;
  }
  .vistor__step-item-h {
    width: calc(100% - 64px);
  }
}
@media(max-width:800px){
  .cont-area {
    padding: 10px 0 0 0;
  }
  .vistor__wrap {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .vistor__title {
    margin: 10px 0 25px 0;
    font-size: 15px;
  }
  .vistor__title::after {
    margin: 5px auto 0;
    width: 40px;
    height: 5px;
  }
  .vistor__cont__pandabus,
  .vistor__cont__concierge {
    display: block;
    padding: 0 10px;
  }
  .vistor__cont__pandabus-box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .vistor__cont__pandabus-box-inner {
    padding: 20px 10px 10px;
    background: #f8f8f8;
  }
  .vistor__cont__pandabus-box-inner::before {
    display: none;
  }
  .vistor__cont__title {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .vistor__cont__pandabus--bamboo,
  .vistor__cont__pandabus--taj-mahal {
    display: none;
  }

  .vistor__cont__txt p {
    font-size: 14px;
  }
  .vistor__cont__bus-img {
    position: relative;
    left: 0;
    top: 0;
  }
  .vistor__cont__bus-img::before {
    display: block;
    content: "";
    width: 100%;
    height: 80px;
    background: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index:1;
  }
  .vistor__cont__bus-img img {
    z-index:2;
    position: relative;
    width: 275px;
  }
  .vistor__cont__concierge {
    margin-bottom: 20px;
  }
  .vistor__cont__pandabus-pict {
    width: 100%;
  }
  .vistor__cont__bus-footprint {
    position: absolute;
    left: 150px;
    width: 80px;
    bottom: -100px;
  }
  .vistor__cont__bus-footprint img {
    width: 100%;
  }
  .vistor__cont__concierge-box {
    width: 100%;
    margin-top: 100px;
  }
  .vistor__cont__concierge-box-inner {
    padding: 20px 10px;
    background: #f8f8f8;
  }
  .vistor__cont__concierge-box-inner::before {
    display: none;
  }
  .vistor__cont__concierge-pict {
    width: 100%;
  }
  .vistor__cont__concierge-bottom {
    left: 0;
    top: 0;
  }
  .vistor__cont__concierge-bottom img {
    width: 100%;
    max-width: 303px;
    margin: -55px auto 0 10px;
  }
  .vistor__point {
    margin: 0 0 30px 0;
  }
  .vistor__point__list {
    flex-flow: column;
  }
  .vistor__point__item {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 28px 18px;
  }
  .vistor__point__head {
    padding-left: 96px;
    position: relative;
  }
  .vistor__point__head-img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 86px;
    width: 30%;
  }
  .vistor__point__head-img img {
    width: 100%;
  }
  .vistor__point__head-num {
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .vistor__point__head-title {
    font-size: 18px;
  }
  .vistor__panda-point {
    flex-flow: column
  }
  .vistor__panda-point-box {
    width: 100%;
  }
  .vistor__panda-point-title {
    font-size: 20px;
  }
  .vistor__panda-point-cont p {
    font-size: 14px;
  }
  .vistor__panda-point-img {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .vistor__step {
   margin: 0 0 10px;
  }
  .vistor__step-title {
    font-size: 23px;
  }
  .vistor__step-title::before, 
  .vistor__step-title::after {
    width: 4px;
    height: 45px;
  }
  .vistor__step-title::before {
    margin-right: 20px;
  }
  .vistor__step-title::after {
    margin-left: 20px;
  }
  .vistor__step-list {
    flex-flow: column
  }
  .vistor__step-item {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .vistor__step-item-num {
    width: 50px;
    height: 50px;
    font-size: 13px;
  }
  .vistor__step-item-h {
    width: calc(100% - 60px);
    font-size: 16px;
  }
  .vistor__step-item-cont p {
     font-size: 16px;
  }
  .vistor__btn .c-btn__orange-gra.large {
    width: 100%;
  }
  .vistor__btn-flex {
    width: 100%;
  }
  .vistor__btn-flex .c-btn__orange.large {
    width: 48%;
    margin: 0;
  }
}


