.banner {
  border-radius: 0 0 3.125vw 3.125vw;
  overflow: hidden;
  position: relative
}

.banner::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: linear-gradient(180deg, #000 0%, transparent 102.52%)
}

.banner .bg {
  width: 100%;
  display: block;
  height: 42.86458vw;
  object-fit: cover
}

.banner .text {
  position: absolute;
  left: 0;
  bottom: 4.6875vw;
  width: 100%;
  padding: 0 6.40625vw
}

.banner .text .t {
  color: #FFF;
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase
}

.banner .text .breadmenu {
  display: flex;
  align-items: center;
  gap: 2.39583vw
}

.banner .text .breadmenu a {
  display: flex;
  align-items: center;
  gap: .41667vw;
  opacity: .6;
  color: #fff;
  transition: all 600ms
}

.banner .text .breadmenu a img {
  transform: rotate(45deg);
  transition: all 600ms
}

.banner .text .breadmenu a:hover {
  opacity: 1
}

.banner .text .breadmenu a:hover img {
  transform: rotate(0)
}

.banner .text .breadmenu a.on {
  font-weight: 700;
  opacity: 1
}

.banner .text .breadmenu a.on img {
  transform: rotate(0)
}

.container .sec1 {
  padding: 9.27083vw 4.94792vw 9.63542vw 8.33333vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 9.375vw
}

.container .sec1 .lbox {
  width: 100%;
  flex: 1
}

.container .sec1 .lbox .t {
  font-weight: 600;
  line-height: 1.06;
  text-transform: uppercase
}

.container .sec1 .lbox .info {
  margin-top: 3.69792vw;
  display: flex;
  flex-direction: column;
  gap: 2.1875vw
}

.container .sec1 .lbox .info .item {
  display: flex;
  gap: 1.5625vw
}

.container .sec1 .lbox .info .item .icon img {
  width: 1.45833vw;
  display: block
}

.container .sec1 .lbox .info .item .st {
  width: 100%;
  flex: 1
}

.container .sec1 .lbox .info .item .st a {
  display: block
}

.container .sec1 .lbox .info .item .st a:not(:last-child) {
  margin-bottom: .9375vw
}

.container .sec1 .lbox .info .item .st a:hover {
  text-decoration: underline;
  color: #4566E7
}

.container .sec1 .rbox {
  width: 51.92708vw;
  border-radius: 2.60417vw;
  overflow: hidden
}

.container .sec1 .rbox img {
  width: 100%;
  height: 28.95833vw;
  display: block;
  object-fit: cover;
  transition: all 600ms
}

.container .sec1 .rbox:hover img {
  transform: scale(1.05)
}

.container .sec2 {
  margin: 0 4.94792vw 6.97917vw 4.94792vw;
  background: url(../images/c2.png) no-repeat;
  background-size: cover;
  border-radius: 2.60417vw;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 7.60417vw 0 5.05208vw 0
}

.container .sec2::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 102.52%);
  z-index: -1
}

.container .sec2 .t {
  color: #FFF;
  font-weight: 600;
  line-height: 1.07;
  width: 57.96875vw;
  margin: 0 auto;
  text-align: center
}

.container .sec2 .form {
  width: 37.65625vw;
  margin: 3.75vw auto 3.38542vw auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5625vw 0
}

.container .sec2 .form .item {
  width: 48%
}

.container .sec2 .form .item p {
  color: #FFF;
  line-height: 1.25;
  margin-bottom: .46875vw
}

.container .sec2 .form .item.msg {
  width: 100%
}

.container .sec2 .form .item input {
  border-radius: 5.20833vw;
  background: rgba(255, 255, 255, 0.6);
  height: 2.8125vw;
  padding: 0 1.04167vw;
  font-size: .72917vw;
  color: #fff;
  width: 100%;
  outline: none;
  border: none
}

.container .sec2 .form .item input::placeholder {
  color: #9E9E9E
}

.container .sec2 .form .item textarea {
  border-radius: 5.20833vw;
  background: rgba(255, 255, 255, 0.6);
  height: 5.46875vw;
  padding: 1.04167vw 2.60417vw;
  font-size: .72917vw;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  font-weight: 500;
  resize: none
}

.container .sec2 .form .item textarea::placeholder {
  color: rgba(0, 0, 0, 0.4)
}

.container .sec2 .submit {
  width: 13.69792vw;
  height: 3.38542vw;
  background: #fff;
  border-radius: 2.60417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  margin: 0 auto;
  cursor: pointer;
  transition: all 600ms
}

.container .sec2 .submit:hover {
  background: #4566E7;
  color: #fff
}

@media screen and (max-width: 768px) {
  .banner {
    border-radius: 0 0 30px 30px;
    margin-top: 60px
  }

  .banner .bg {
    height: 150px
  }

  .banner .text {
    bottom: 20px;
    padding: 0 5%
  }

  .banner .text .t {
    font-size: 24px
  }

  .container .sec1 {
    padding: 30px 5%;
    flex-direction: column;
    gap: 20px
  }

  .container .sec1 .lbox .t {
    font-size: 24px
  }

  .container .sec1 .lbox .info {
    margin-top: 20px;
    gap: 15px
  }

  .container .sec1 .lbox .info .item {
    gap: 15px
  }

  .container .sec1 .lbox .info .item .icon img {
    width: 20px
  }

  .container .sec1 .lbox .info .item .st a {
    font-size: 14px
  }

  .container .sec1 .lbox .info .item .st a:not(:last-child) {
    margin-bottom: 10px
  }

  .container .sec1 .rbox {
    width: 100%;
    border-radius: 20px
  }

  .container .sec1 .rbox img {
    height: auto
  }

  .container .sec2 {
    margin: 0 5% 40px 5%;
    padding: 20px;
    border-radius: 20px
  }

  .container .sec2 .t {
    width: 100%;
    font-size: 16px;
    line-height: 1.5
  }

  .container .sec2 .form {
    width: 100%;
    margin: 20px 0;
    flex-direction: column;
    gap: 20px
  }

  .container .sec2 .form .item {
    width: 100%
  }

  .container .sec2 .form .item p {
    margin-bottom: 5px
  }

  .container .sec2 .form .item input {
    height: 45px;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 14px
  }

  .container .sec2 .form .item textarea {
    height: 100px;
    padding: 15px;
    border-radius: 20px;
    font-size: 14px
  }

  .container .sec2 .submit {
    width: 100%;
    height: 50px;
    border-radius: 25px
  }
}

.country-select-wrap {
  position: relative;
  width: 100%
}

.country-select-display {
  border-radius: 5.20833vw;
  background: rgba(255, 255, 255, 0.6);
  height: 2.8125vw;
  padding: 0 1.04167vw;
  font-size: .72917vw;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  gap: .78125vw;
  cursor: pointer;
  box-sizing: border-box
}

.country-select-display .country-flag {
  font-size: 1.14583vw;
  line-height: 1;
  min-width: 1.25vw
}

.country-select-display .country-name-text {
  flex: 1;
  font-size: .72917vw;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.country-select-display .country-arrow {
  width: .625vw;
  transition: transform 300ms;
  filter: brightness(0) invert(1)
}

.country-dropdown {
  position: absolute;
  top: calc(100% + .41667vw);
  left: 0;
  width: 100%;
  background: #2a2a2a;
  border-radius: .78125vw;
  box-shadow: 0 .41667vw 1.04167vw rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
  overflow: hidden
}

.country-dropdown.show {
  display: block
}

.country-search {
  width: 100%;
  height: 2.29167vw;
  padding: 0 .78125vw;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: transparent;
  color: #fff;
  font-size: .72917vw;
  outline: none;
  box-sizing: border-box
}

.country-search::placeholder {
  color: rgba(255, 255, 255, 0.4)
}

.country-list {
  max-height: 13.02083vw;
  overflow-y: auto
}

.country-list::-webkit-scrollbar {
  width: .3125vw
}

.country-list::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: .15625vw
}

.country-item {
  display: flex;
  align-items: center;
  gap: .52083vw;
  padding: .41667vw .78125vw;
  cursor: pointer;
  transition: background 200ms;
  font-size: .72917vw;
  color: #fff
}

.country-item:hover {
  background: rgba(255, 255, 255, 0.15)
}

.country-item .ci-flag {
  font-size: 1.04167vw;
  line-height: 1
}

.country-item .ci-name {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.country-item .ci-dial {
  color: rgba(255, 255, 255, 0.6);
  font-size: .625vw
}

.phone-input-wrap {
  display: flex;
  align-items: center;
  border-radius: 5.20833vw;
  background: rgba(255, 255, 255, 0.6);
  height: 2.8125vw;
  overflow: hidden
}

.phone-input-wrap .phone-prefix {
  padding: 0 0 0 1.04167vw;
  font-size: .72917vw;
  color: #fff;
  white-space: nowrap;
  font-weight: 600;
  line-height: 2.8125vw;
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
  padding-right: .72917vw;
  margin-right: .52083vw
}

.phone-input-wrap input {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  height: 100% !important;
  padding: 0 1.04167vw 0 0 !important;
  flex: 1;
  min-width: 0
}

@media screen and (max-width:768px) {
  .country-select-display {
    height: 45px;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 14px;
    gap: 10px
  }

  .country-select-display .country-flag {
    font-size: 20px;
    min-width: 24px
  }

  .country-select-display .country-name-text {
    font-size: 14px
  }

  .country-select-display .country-arrow {
    width: 10px
  }

  .country-dropdown {
    border-radius: 12px;
    top: calc(100% + 8px)
  }

  .country-search {
    height: 40px;
    padding: 0 12px;
    font-size: 14px
  }

  .country-list {
    max-height: 200px
  }

  .country-item {
    padding: 10px 12px;
    font-size: 14px;
    gap: 8px
  }

  .country-item .ci-flag {
    font-size: 18px
  }

  .country-item .ci-dial {
    font-size: 12px
  }

  .phone-input-wrap {
    height: 45px;
    border-radius: 20px
  }

  .phone-input-wrap .phone-prefix {
    padding: 0 12px 0 15px;
    font-size: 14px;
    line-height: 45px;
    margin-right: 10px
  }

  .phone-input-wrap input {
    padding: 0 15px 0 0 !important
  }
}