.banner {
  width: 100%;
  height: 17.9167vw;
  background: url("../img/scope-of-services/banner.png") no-repeat;
  background-size: 100% 100%;
}

.banner-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.banner h1 {
  font-size: 3.3333vw;
  font-family: AlibabaPuHuiTi-Bold-, AlibabaPuHuiTi-Bold;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 3.75vw;
}

.banner h2 {
  font-size: 1.5625vw;
  font-family: AlibabaPuHuiTi-Regular-, AlibabaPuHuiTi-Regular;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 1.9271vw;
}

.from-box {
  display: flex;
  justify-content: space-between;
}

.from-box input {
  width: 14.2708vw;
  height: 2.2917vw;
  padding: .8333vw 1.0417vw;

  font-size: .7292vw;
  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
}

input::-webkit-input-placeholder {
  color: #999999;
}

input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}

input:-ms-input-placeholder {
  color: #999999;
}

input:disabled {
  background-color: #fff;
}

.select-box {
  position: relative;
  width: 14.2708vw;
  height: 2.2917vw;
  line-height: 2.2917vw;
  padding: 0 1.0417vw;

  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
  background-color: #fff;
}

.select-field {
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.select-field::after {
  content: "";
  display: block;
  width: .4167vw;
  height: .2083vw;
  background: url("../img/scope-of-services/arrow-b.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform: rotate(0deg);
  transition: all .3s;
}

.select-field span {
  font-size: .7292vw;
}

.select-options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 1;
  box-sizing: border-box;
  background-color: #fff;
  display: none;
  padding: .1563vw;
}

.select-options li {
  padding: 0 1.0417vw;
  cursor: pointer;
  font-size: .625vw;
  font-family: STHeitiSC-Light-, STHeitiSC-Light;
  font-weight: normal;
  color: #999999;
}

.select-options li:hover {
  background-color: #EBEBEB;
  color: #000;
}

.select-box.open .select-options {
  display: block;
}

.select-box.open .select-field::after {
  transform: rotate(-180deg);
  transition: all .3s;
}

.select-options .active {
  background-color: #EBEBEB;
  color: #000;
}

.submit {
  background-color: #E35424;
  width: 9.375vw;
  height: 2.2917vw;
  border-radius: .2552vw;

  font-size: .9375vw;
  font-family: STHeitiSC-Medium-, STHeitiSC-Medium;
  font-weight: normal;
  color: #FFFFFF;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3.2292vw auto 2.0833vw;
}

.tip {
  color: red;
  font-size: .625vw;
}

.planning {
  background-color: #fff;
  padding-bottom: 1px;
}

.planning-r,
.planning-l {
  position: relative;
  margin: 3.125vw 0;
}

.icon {
  position: absolute;
  width: 31.3021vw;
  height: 31.3021vw;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.planning-l .icon {
  right: 0;
  left: auto;
}

.planning-l .text-box,
.planning-r .text-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.planning-r .text-box {
  align-items: flex-end;
}

.text-item {
  padding: 2.9167vw 2.0833vw;
  margin-bottom: 2.1875vw;
}

.text-item h3 {
  font-size: 1.0417vw;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 500;
  color: #000000;

  display: flex;
  align-items: center;
}

.text-item h3::before {
  content: "";
  display: block;
  width: .5208vw;
  height: .5208vw;
  border-radius: 1999px;
  background-color: #E35424;
  margin-right: .3646vw;
}

.text-item p {
  width: 24.3229vw;
  font-size: .7292vw;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #808080;
  margin-top: 1.5104vw;
  line-height: 1.4583vw;
}

.text-item:first-child {
  width: 32.7083vw;
  background: url("../img/scope-of-services/planning-l.png") no-repeat;
  background-size: 100% 100%;
}

.text-item:nth-child(2) {
  width: 29.5313vw;
  background: url("../img/scope-of-services/planning-l3.png") no-repeat;
  background-size: 100% 100%;
}

.text-item:nth-child(3) {
  width: 30.1042vw;
  background: url("../img/scope-of-services/planning-l4.png") no-repeat;
  background-size: 100% 100%;
}

.text-item:last-child {
  width: 32.7083vw;
  background: url("../img/scope-of-services/planning-l2.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.ANZ .text-item,
.kongNew .text-item {
  padding-top: 1.1979vw;
  padding-bottom: 1.1979vw;
  margin-bottom: 1.0417vw;
}

.kongNew .text-item p {
  margin-top: .5729vw;
}

.kongNew .text-item:nth-child(1) {
  width: 33.9583vw;
  background: url("../img/scope-of-services/planning-l11.png") no-repeat;
  background-size: 100% 100%;
}

.kongNew .text-item:nth-child(4) {
  width: 35.625vw;
  background: url("../img/scope-of-services/planning-l44.png") no-repeat;
  background-size: 100% 100%;
}

.planning-r .text-item {
  padding-left: 5vw;
}

.planning-r .text-item:first-child {
  width: 32.7083vw;
  background: url("../img/scope-of-services/planning-r.png") no-repeat;
  background-size: 100% 100%;
  align-items: flex-end;
}

.planning-r .text-item:nth-child(2) {
  width: 30.1563vw;
  background: url("../img/scope-of-services/planning-r3.png") no-repeat;
  background-size: 100% 100%;
}

.planning-r .text-item:nth-child(3) {
  width: 29.375vw;
  background: url("../img/scope-of-services/planning-r4.png") no-repeat;
  background-size: 100% 100%;
  align-items: flex-end;
}

.planning-r .text-item:last-child {
  width: 32.7083vw;
  background: url("../img/scope-of-services/planning-r2.png") no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0;
}

.ANZ .text-item:nth-child(1) {
  padding-left: 6vw;
  width: 34.5833vw;
  background: url("../img/scope-of-services/planning-r11.png") no-repeat;
  background-size: 100% 100%;
}

.ANZ .text-item:nth-child(2) {
  padding-left: 3vw;
}

.ANZ .text-item:nth-child(3) {
  padding-left: 2.3438vw;
}

.ANZ .text-item:nth-child(4) {
  padding-left: 6vw;
  width: 34.5833vw;
  background: url("../img/scope-of-services/planning-r44.png") no-repeat;
  background-size: 100% 100%;
}