@charset "UTF-8";
/*order-option*/
.byd-contact-us-page-euro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.byd-contact-us-page-euro input {
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.byd-contact-us-page-euro .checkLabel {
  font-size: 12px;
  cursor: pointer;
}

.byd-contact-us-page-euro .checkLabel i {
  font-size: 12px;
  font-style: normal;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  color: rgba(255, 255, 255, 0);
  vertical-align: middle;
  margin: 2px 2px 1px 0px;
  border: 1px solid #d2d2d2;
  font-size: 12px;
  background-color: #fff;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.byd-contact-us-page-euro .checkLabel:hover i {
  border: 1px solid #5fb878;
}

.byd-contact-us-page-euro .checkLabel input[type=checkbox] {
  display: none;
}

.byd-contact-us-page-euro .checkLabel input[type=checkbox]:checked + i {
  background-color: rgba(51, 51, 51, 0.8);
  color: rgb(255, 255, 255);
}

.byd-contact-us-page-euro .noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */ /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}

/* ----------------------------------------------- */
/* pc -2 */
.byd-contact-us-page-euro .byd-contact-us-buttom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.6666666667vw 96px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.byd-contact-us-page-euro .address-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.byd-contact-us-page-euro .address-left img {
  display: block;
  height: 835px;
}

.byd-contact-us-page-euro .submit-question-form {
  background: #F7F7F7;
  padding: 64px 48px;
  min-width: 600px;
  height: 835px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.byd-contact-us-page-euro div.submitBtn {
  color: #FFF;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  background: #010101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 144px;
  height: 48px;
  border: 1px solid #010101;
  cursor: pointer;
}

.byd-contact-us-page-euro div.submitBtn:hover {
  color: #010101;
  border: 1px solid #010101;
  background: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* pc -2 右侧表单 */
.byd-contact-us-page-euro .question-form-title p {
  color: #010101;
  font-family: Montserrat;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.byd-contact-us-page-euro .form-contant {
  margin-top: 48px;
}

.byd-contact-us-page-euro .form-inp-contant {
  width: 100%;
}

.byd-contact-us-page-euro .form-inp-contant > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item {
  width: 49%;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item.long {
  width: 100%;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item.long ul {
  margin-top: 8px;
}

.byd-contact-us-page-euro .form-inp-contant .first-ul .inp-item {
  width: 47%;
  margin-top: 20px;
  margin-right: 16px;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input {
  width: 100%;
  padding-right: 27%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e3e3e4;
  height: 44px;
  text-indent: 10px;
  color: #000;
  outline: none;
  font-family: inherit;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input::-webkit-input-placeholder {
  color: #000;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input::-moz-placeholder {
  color: #000;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input:-ms-input-placeholder {
  color: #000;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input::-ms-input-placeholder {
  color: #000;
}

.byd-contact-us-page-euro .form-inp-contant .inp-item input::placeholder {
  color: #000;
}

.byd-contact-us-page-euro .form-textarea {
  margin-top: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.byd-contact-us-page-euro .form-textarea > div {
  line-height: 2;
  font-size: 16px;
  font-weight: 600;
}

.byd-contact-us-page-euro .form-textarea textarea {
  resize: none;
  border: none;
  outline: none;
  border: 1px solid #e3e3e4;
  width: 98%;
  height: 200px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  line-height: 1.6;
  font-size: 16px;
  font-family: inherit;
}

/* pc - 多选框和按钮 */
.byd-contact-us-page-euro .check-container {
  margin: 24px 0;
}

.byd-contact-us-page-euro .check-container .check-item {
  margin-top: 20px;
  font-size: 16px;
  color: #888888;
}

.byd-contact-us-page-euro .check-container p {
  color: #020205;
  font-size: 16px;
}

.byd-contact-us-page-euro .check-container .privacy-policy a {
  color: #e80000;
  text-decoration: underline;
  font-size: inherit;
}

.byd-contact-us-page-euro .noCheckedTip {
  color: #D70C19;
  font-size: 14px;
  visibility: hidden;
}

.byd-contact-us-page-euro .noCheckedTip.isshow {
  visibility: visible;
}

.byd-contact-us-page-euro .sub-btn div {
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  margin-top: 40px;
  padding: 0;
  border-radius: 0;
}

.byd-contact-us-page-euro .inp-select-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.byd-contact-us-page-euro .inp-select-list {
  background: yellow;
}

.byd-contact-us-page-euro .form-inp-contant .inp-select-text span {
  width: 50px;
  background: red;
  text-align: center;
  margin-right: 10px;
  text-indent: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.byd-contact-us-page-euro .inp-select-text-icon-selected {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1, 1) rotate(-180deg);
  -ms-transform: scale(1, 1) rotate(-180deg);
  -moz-transform: scale(1, 1) rotate(-180deg);
  -webkit-transform: scale(1, 1) rotate(-180deg);
  -o-transform: scale(1, 1) rotate(-180deg);
}

.byd-contact-us-page-euro .check-container .check-item .check-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.byd-contact-us-page-euro .check-container .check-item .check-item-wrap .check-item-text {
  margin-left: 0.520833vw;
  font-size: 16px;
}

.byd-contact-us-page-euro .check-container .check-item .check-item-wrap .check-item-text a {
  text-decoration: underline;
  font-size: inherit;
}

.byd-contact-us-page-euro .form-inp-contant .inp-select-text {
  width: 100%;
  border: 1px solid #e3e3e4;
  height: 50px;
  text-indent: 10px;
  border-radius: 10px;
}

.byd-contact-us-page-euro .form-inp-contant .inp-select-text input {
  border: 0;
}

.byd-contact-us-page-euro .byd-choice-select {
  border: 1px solid #e3e3e4;
}

.byd-contact-us-page-euro .icon-arrow {
  font-size: 12px;
}

.byd-contact-us-page-euro .byd-choice-select {
  width: 100%;
  border: none;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.byd-contact-us-page-euro .byd-choice-select * {
  cursor: pointer;
}

.byd-contact-us-page-euro .byd-choice-select * .store-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.byd-contact-us-page-euro .byd-choice-select * .store-title .adress-close {
  cursor: pointer;
}

.byd-contact-us-page-euro .byd-choice-select * .store-title .adress-close img {
  width: 18px;
}

.byd-contact-us-page-euro [type=text] {
  border: 0;
  outline: 0 !important;
  width: 100%;
  font-size: 16px;
}

.byd-contact-us-page-euro .byd-choice-select .icon {
  position: absolute;
  right: 12px;
  top: 23px;
  font-size: 12px;
  -webkit-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.byd-contact-us-page-euro .byd-choice-select .icon.rotate {
  top: 19px;
}

.byd-contact-us-page-euro .byd-choice-select .icon::before {
  display: block;
  font-size: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.byd-contact-us-page-euro .byd-choice-select .icon.rotate::before {
  -webkit-transform: translateY(-50%) scale(0.6);
  transform: translateY(-50%) scale(0.6);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 12px;
}

.byd-contact-us-page-euro .byd-choice-select ul {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  border: 1px solid #fff;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.byd-contact-us-page-euro .byd-choice-select ul.store {
  height: 360px;
  overflow: hidden;
  padding: 20px 0 20px 20px;
}

.byd-contact-us-page-euro .byd-choice-select ul.store .sotreList {
  max-height: 215px;
  overflow-y: auto;
}

.byd-contact-us-page-euro .byd-choice-select ul.store .sotreList::-webkit-scrollbar {
  width: 4px;
  opacity: 0;
}

.byd-contact-us-page-euro .byd-choice-select ul.store .sotreList::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 999px;
  background-color: #DCDDDF;
}

.byd-contact-us-page-euro .byd-choice-select ul li {
  padding: 0.520833vw;
}

.byd-contact-us-page-euro .byd-choice-select ul li:hover {
  background: #F4F5F5;
}

.byd-contact-us-page-euro .byd-choice-select ul.store li {
  border-bottom: 1px solid #aaa;
}

.byd-contact-us-page-euro .rotate {
  -webkit-transform: translateY(-50%) rotate(180deg) !important;
  transform: translateY(-50%) rotate(180deg) !important;
}

.byd-contact-us-page-euro .remind {
  color: #D70C19;
  line-height: 1.6;
  padding: 0 0 0 10px;
  visibility: hidden;
  font-size: 14px;
}

.byd-contact-us-page-euro .remindActive {
  visibility: visible;
  height: 22px;
}

.byd-contact-us-page-euro input[type=number] {
  -moz-appearance: textfield;
}

.byd-contact-us-page-euro input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.byd-contact-us-page-euro .content-wrap .overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.byd-page .btn-long + .btn-long {
  margin-left: 0;
}

.byd-contact-us-page-euro .content-wrap .overlay .content {
  width: 28vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 24px;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .text {
  color: #4E5356;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .tipIcon {
  width: 50px;
  height: 50px;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .text1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding-bottom: 32px;
  text-align: center;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .text2 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 32px 0;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .closeIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 16px 0;
  cursor: pointer;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button {
  width: 100%;
  padding-bottom: 32px;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button .btn-long {
  width: 100%;
  margin-bottom: 4px;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button .btn-long.btn-black {
  background: #010101;
  border: 1px solid #010101;
  color: #fff;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button .btn-long.btn-black:hover {
  border: 1px solid #010101;
  background: #fff;
  color: #010101;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button .btn-long.btn-white {
  background: #fff;
  border: 1px solid #010101;
  color: #010101;
}
.byd-contact-us-page-euro .content-wrap .overlay .content .byd-page-button .btn-long.btn-white:hover {
  background: #010101;
  border: 1px solid #010101;
  color: #fff;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.byd-contact-us-page-euro .content-wrap .overlay .content .icon {
  width: 4.333333vw;
}

.byd-contact-us-page-euro .content-wrap .overlay .content .title {
  text-align: center;
  color: #252728;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 40px;
}

.byd-contact-us-page-euro .content-wrap .overlay .content .jump {
  margin-top: 2.083333vw;
  color: #7A8080;
}

.byd-contact-us-page-euro .content-wrap .overlay .content .jump a {
  text-decoration: underline;
  color: #7A8080;
}

.byd-contact-us-page-euro .content-wrap .overlay .content .jump img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
}

.byd-contact-us-page-euro .content-wrap.success .overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.byd-contact-us-page-euro .byd-contact-us-page-euro .check-container .check-item .check-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.byd-contact-us-page-euro .byd-contact-us-page-euro .adress-mob {
  display: none;
}

.byd-contact-us-page-euro .adress-pc-show {
  display: block;
}

.byd-contact-us-page-euro .adress {
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
  z-index: 10;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(17px) contrast(58%);
  backdrop-filter: blur(17px) contrast(58%);
}

.byd-contact-us-page-euro .adress .adressTop {
  padding: 27px 30px;
  background: #fff;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.byd-contact-us-page-euro .store .store-title .adressTopText {
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #000;
}

.byd-contact-us-page-euro .store-list .list {
  overflow-y: scroll;
  max-height: 298px;
  padding-bottom: 9px;
  background: #fff;
}

.byd-contact-us-page-euro .store-list .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.byd-contact-us-page-euro .store-list .list .item:hover {
  background: #F7F7F7;
}

.byd-contact-us-page-euro .store-list .list .item:hover .select {
  background: #000;
  color: #fff;
}

.byd-contact-us-page-euro .store-list .list .item .select.is-active {
  background: #000;
  color: #fff;
}

.byd-contact-us-page-euro .store-list .list .item .text {
  padding: 20px 0;
  width: 80%;
  -webkit-font-feature-settings: "clig" off, "liga" off;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat;
  font-style: normal;
}

.byd-contact-us-page-euro .store-list .list .item .text .distance-pc {
  font-weight: 300;
  display: inline-block;
  padding-left: 6px;
}

.byd-contact-us-page-euro .store-list .list .item .text .distance-mob {
  display: none;
  padding-left: 0;
}

.byd-contact-us-page-euro .store-list .list .item .text .shop {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #000;
}

.byd-contact-us-page-euro .store-list .list .item .text .shop .distance-pc {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}

.byd-contact-us-page-euro .store-list .list .item .text .position {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.byd-contact-us-page-euro .store-list .list .item .select {
  padding: 3px 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  min-width: 95px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
  -webkit-appearance: none;
  font-family: "Montserrat", Arial, Helvetica Neue, Helvetica, sans-serif;
}

.byd-contact-us-page-euro .store-list .list::-webkit-scrollbar {
  width: 4px;
  opacity: 0;
}

.byd-contact-us-page-euro .store-list .list::-webkit-scrollbar-thumb {
  width: 100%;
  border-radius: 999px;
  background-color: #DCDDDF;
}

.byd-contact-us-page-euro .store-list .search-loading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 357px;
  pointer-events: none;
}

.byd-contact-us-page-euro .store-list .search-loading .loading-svg {
  position: absolute;
  top: 67%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  width: 50px;
  height: 50px;
  display: none;
}

.byd-contact-us-page-euro .store-list .search-loading.loading .loading-svg {
  display: inline-block;
  -webkit-animation: loading360 0.8s infinite linear;
  animation: loading360 0.8s infinite linear;
  /*给圆环添加旋转360度的动画，并且是无限次*/
}

.byd-contact-us-page-euro .nodata {
  text-align: center;
  font-size: 16px;
  color: #000;
  height: 150px;
  padding-top: 20px;
}

@-webkit-keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loading360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (max-width: 1024px) {
  .byd-contact-us-page-euro .store-list .list .item {
    display: block;
    padding: 10px 0;
  }
  .byd-contact-us-page-euro .store-list .list .item .text {
    width: 100%;
    padding: 4px 0;
  }
  .byd-contact-us-page-euro .checkLabel i {
    width: 3vw;
    height: 3vw;
    line-height: 3vw;
  }
  .byd-contact-us-page-euro div.submitBtn {
    width: 100%;
    margin: 24px 0 64px 0;
    height: 10.222222vw;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .address-left {
    width: auto;
    padding-bottom: 20px;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .address-left img {
    width: 100%;
    height: auto;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .submit-question-form {
    border: none;
    padding: 64px 16px 0 16px;
    background: #fff;
    width: 100%;
    min-width: 100%;
    height: auto;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .submit-question-form .question-form-title p {
    font-size: 32px;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .submit-question-form .form-contant .form-inp-contant ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .byd-contact-us-page-euro .byd-contact-us-buttom .submit-question-form .form-contant .form-inp-contant ul .inp-item {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }
  .byd-contact-us-page-euro .sub-btn div {
    width: 75vw;
    margin: 11.666667vw auto;
    height: 12.222222vw;
    line-height: 12.222222vw;
    font-size: 4.444444vw;
    border-radius: 0;
  }
  .byd-contact-us-page-euro .byd-choice-select {
    display: block;
  }
  .byd-contact-us-page-euro .byd-choice-select .icon.rotate {
    top: 14px;
  }
  .byd-contact-us-page-euro .byd-choice-select ul {
    max-height: 360px;
    position: initial;
  }
  .byd-contact-us-page-euro .byd-choice-select ul li {
    padding: 0 20px;
  }
  .byd-contact-us-page-euro .form-inp-contant .inp-item > .inp-title {
    margin: 6.944444vw 0 3.194444vw;
    font-size: 4.444444vw;
  }
  .byd-contact-us-page-euro .form-inp-contant .inp-item input {
    height: 10.222222vw;
    font-size: 16px !important;
    border: 1.5px solid #DCDDDF;
    background: #fff;
  }
  .byd-contact-us-page-euro .form-inp-contant .inp-item input:focus {
    font-size: 16px !important;
  }
  .byd-contact-us-page-euro .byd-choice-select img {
    width: 3.472222vw;
    right: 5.555556vw;
  }
  .byd-contact-us-page-euro .form-inp-contant .inp-item .remind {
    font-size: 15px;
  }
  .byd-contact-us-page-euro .noCheckedTip {
    font-size: 3.333333vw;
    margin-left: 8.6vw;
  }
  .byd-contact-us-page-euro .form-contant {
    margin-top: 5.972222vw;
  }
  .byd-contact-us-page-euro .check-container p {
    font-size: 3.611111vw;
  }
  .byd-contact-us-page-euro .check-container .check-item .check-item-wrap {
    font-size: 3.611111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .byd-contact-us-page-euro .form-textarea > div {
    font-size: 3.333333vw;
  }
  .byd-contact-us-page-euro .check-container .check-item .check-item-wrap .check-item-text {
    margin-left: 3.166667vw;
    font-size: 3vw;
  }
  .byd-contact-us-page-euro .form-textarea textarea {
    width: 100%;
    height: 58.333333vw;
    font-size: 3.611111vw;
    margin-top: 3.194444vw;
  }
  .byd-contact-us-page-euro .byd-choice-select ul li {
    font-size: 4.444444vw;
  }
  .byd-contact-us-page-euro .content-wrap .overlay .content {
    width: 71.944444vw;
  }
  .byd-contact-us-page-euro .content-wrap .overlay .content .icon {
    margin-top: 11.111111vw;
    width: 10.333333vw;
  }
  .byd-contact-us-page-euro .content-wrap .overlay .content .title {
    font-size: 4.444444vw;
    margin-top: 4.166667vw;
  }
  .byd-contact-us-page-euro .content-wrap .overlay .content .jump {
    margin-top: 8.333333vw;
    font-size: 3.333333vw;
  }
}
@media (min-width: 1040px) and (max-width: 1370px) {
  .byd-contact-us-page-euro .byd-contact-us-buttom {
    padding: 6.6666666667vw 60px;
  }
}