* {
  outline: 0 !important;
}
.header {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05);
}
.map-wrap {
  position: relative;
  width: calc(100% - 400px);
  margin-left: 400px;
  /* background-image: url(https://sanyglobal-img.sany.com.cn/static/img/contact/bgc.jpg?x-oss-process=image/resize,m_lfit,w_1920/quality,q_90); */
  height: calc(100vh - 65px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-color: #f6f6f6;
}
/* .filter-wrap,
.result-wrap  */
.filter {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: calc(100vh - 65px);
  z-index: 1;
  overflow: hidden;
}
.filter-wrap,
.result-wrap {
  background-color: #fff;
  padding: 40px 40px 52px;
}
.result-wrap {
  display: none;
}
.filter-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.filter-selector-item {
  margin: 10px auto 0;
  display: flex;
  border: 1px solid #b9b9b9;
  height: 40px;
  border-radius: 6px;
  max-width: 500px;
}
.filter-icon {
  padding: 0 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-icon:after {
  content: "";
  width: 1px;
  height: 19px;
  background: #d8d9d8;
}
.filter-icon img {
  width: auto;
  height: 19px;
  margin-right: 14px;
}

.filter-selector {
  width: calc(100% - 10px);
  position: relative;
  z-index: 2;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: 11px auto;
  background-position: calc(100% - 20px) center;
  -webkit-appearance: none;
  height: 38px;
  outline: none;
  border: none;
  padding: 0 20px 0 10px;
  /* color: #b9b9b9; */
  font-size: 14px;
}
.filter-selector .selectivity-single-select,
.filter-selector .selectivity-single-select-input {
  height: 38px;
}
.filter-selector .selectivity-placeholder,
.filter-selector .selectivity-single-selected-item {
  line-height: 38px;
  font-size: 14px;
  /* padding: 0 20px 0 8px; */
  display: block;
  /* max-width: calc(100% - 20px); */
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.filter-selector .selectivity-dropdown {
  top: 39px !important;
}
.filter-search {
  flex-grow: 2;
  position: relative;
  cursor: pointer;
}
.filter-search-input {
  width: 100%;
  /* background: url(../img/search.svg) no-repeat;
  background-size: 16px auto; */
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS4wNTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjA1MyA4Ij4KICA8cGF0aCBpZD0ieGlhamlhbnRvdSIgZD0iTTEzMi44MjksMjMxLjU2N2w0LjQyNi01LjhhMS4xLDEuMSwwLDAsMC0uODc2LTEuNzY4aC04Ljg1YTEuMSwxLjEsMCwwLDAtLjg3NSwxLjc2OGw0LjQyNiw1LjhhMS4xLDEuMSwwLDAsMCwxLjc1LDBaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI2LjQyOCAtMjI0KSIgZmlsbD0iIzUwNTA1MCIvPgo8L3N2Zz4K)
    no-repeat;
  background-size: 11px auto;
  background-position: calc(100% - 18px) center;
  height: 38px;
  outline: none;
  border: none;
  padding: 0 40px 0 10px;
  font-size: 14px;
  cursor: pointer;
}
.filter-down {
  width: 100%;
  top: 100%;
  left: 0;
  padding: 10px 0;
  border: 1px solid #b9b9b9;
  background: #fff;
  border-radius: 0 0 6px 6px;
  max-height: 300px;
  overflow-y: scroll;
  display: none;
}
.no-data {
  line-height: 2;
  color: #888;
  font-size: 14px;
  padding: 4px 12px;
}
.filter-down::-webkit-scrollbar {
  width: 4px;
  background-color: #fff;
}
.filter-down::-webkit-scrollbar-thumb {
  background: #ccc;
}
.filter-down-item {
  font-size: 14px;
  color: #111;
  padding: 10px 20px;
  cursor: pointer;
}
.filter-down-item.cur {
  color: #0764d9;
}
.filter-down-item:hover {
  background: #eee;
}
.filter-btns {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-submit {
  width: 144px;
  height: 45px;
  background: #db010a;
  border-radius: 22px;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  cursor: pointer;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-reset {
  height: 45px;
  padding: 0 16px;
  color: #0764d9;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 14px;
}
.filter-reset img {
  width: 16px;
  margin-right: 10px;
}
.filter-btns-new {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.filter-btns-new .filter-submit {
  border-radius: 4px;
  border: 1px solid #E60000;
  background: #E60000;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}
.filter-btns-new .filter-reset {
  flex: 1;
  border-radius: 4px;
  border: 1px solid #747683;
  margin: 0;
  padding: 0;
  color: #090909;
  font-size: 16px;
  font-weight: 400;
}
.filter-dealer {
  width: 100%;
  padding-top: 140px;
  text-align: center;
}
.filter-dealer span {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 54px;
}
.filter-dealer a {
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #E60000;
  height: 45px;
  line-height: 45px;
  color: #db010a;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.result-wrap {
  height: calc(100vh - 65px);
  padding: 46px 60px 100px;
  z-index: 2;
  color: #3b3b3b;
}
.result-title {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.result-title img {
  width: 28px;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -14px;
  margin-right: 6px;
  padding: 4px;
  transform: rotate(180deg);
  cursor: pointer;
}
.result-desc {
  margin-top: 30px;
  font-size: 24px;
  font-weight: Bold;
}
.result-desc a {
  color: #0765d5;
  text-decoration: underline;
  word-break: break-all;
}
.result-wrap-html{
  height: calc(100vh - 360px);
  overflow-y: scroll;
}
.result-list {
  margin: 30px 0;
}
.result-wrap-html::-webkit-scrollbar {
  display: none;
}
.result-item {
  margin-bottom: 30px;
}
.result-item:last-child {
  margin-bottom: 0;
}
.result-item-title {
  font-size: 2.4rem;
  word-wrap: break-word;
  font-weight: bold;
  margin-bottom: 10px;
}
.result-item-desc {
  font-size: 16px;
  line-height: 1.37;
}
.result-item-desc-gray {
  font-size: 14px;
  color: #717171;
  margin-top: 8px;
}
.result-item-map-link {
  color: #3573e7;
  display: flex;
  align-items: center;
  /* font-weight: bold; */
  margin-top: 4px;
  font-size: 16px;
}
.result-item-url-link {
  color: #3573e7;
}
.result-item-map-link img {
  width: 14px;
  margin-top: 2px;
}
.result-inquiry-btn {
  cursor: pointer;
  width: 180px;
  height: 40px;
  color: #3b3b3b;
  border: 1px solid #3b3b3b;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  position: absolute;
  bottom: 100px;
  left: 60px;
}
.marker-tips {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 380px;
  padding: 32px 36px;
  background: #fff;
}
.load-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.1);
  z-index: 667;
}
.loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff #fff #fff #db010a;
  border-radius: 16px;
  animation: rotateAnim 1s infinite;
  display: none;
}
.dealers-banner {
  width: 100%;
  height: calc(100vh - 65px);
  overflow: hidden;
  position: relative;
}
.dealers-banner .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.img.fit-width {
  width: 100%;
  height: auto;
}

.img.fit-height {
  width: auto;
  height: 100%;
}

.dealers-page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 15vh;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* .filter-country-name{
  transition: all .4s;
} */

.dealers-country-selectors {
  position: absolute;
  left: 50%;
  top: 100%;
  /* transform: translate(-50%, 100%); */
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  margin-top: 28px;
  border-radius: 4px;
  /* overflow: hidden; */
  font-weight: normal;
  width: 100%;
  max-width: 420px;
  height: 45px;
  opacity: 0;
  animation: selectorsBottomIn 0.6s 0.2s;
  animation-fill-mode: forwards;
}

.dealers-country-selectors .filter-selector-item {
  margin: 0;
  border: none;
  border-radius: 4px 0 0 4px;
  /* width: calc(100% - 65px); */
  width: 100%;
  height: 45px;
}
.filter-selector-item-wrap {
  flex-grow: 2;
  flex-shrink: 2;
}
.dealers-country-selectors .filter-selector .selectivity-single-select,
.dealers-country-selectors .filter-selector .selectivity-single-select-input,
.dealers-country-selectors .filter-selector .selectivity-placeholder,
.dealers-country-selectors .filter-selector .selectivity-single-selected-item,
.dealers-country-selectors .filter-selector {
  height: 45px;
  line-height: 45px;
}

.dealers-country-selectors .filter-selector-button {
  background: #db010a;
  color: #fff;
  line-height: 45px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  width: 65px;
  overflow: hidden;
  border-radius: 0 4px 4px 0;
}
.dealers-country-selectors .filter-selector-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  transition: all 0.3s;
}
.dealers-country-selectors .filter-selector-button:hover span {
  transform: translate(-50%, -50%) scale(1.1);
}
.dealers-section {
  width: 1400px;
  position: relative;
  margin: -15vh auto 0;
  background: #fff;
  min-height: 50vh;
  opacity: 0;
  animation: textBottomIn 0.6s 0.6s;
  animation-fill-mode: forwards;
}

.section-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* margin: 0 auto; */
  padding-left: 7%;
  padding-top: 6.4%;
}
.dealers-entrance-m {
  display: none;
}
a.dealers-entrance {
  position: absolute;
  top: 6px;
  right: 0;
  width: 260px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  flex-direction: column;
}
.dealers-entrance img {
  width: 65%;
  margin-bottom: 18px;
}
.dealers-entrance-name {
  background: #e50213;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  border-radius: 16px;
}
.dealers-section .result-wrap {
  padding: 10rem;
  height: auto;
  min-height: 40vh;
}
.dealers-section .result-desc a {
  word-break: break-word;
}
.dealer-item {
  width: 33.3%;
  padding-bottom: 30px;
}

.dealer-item {
  animation: textBottomIn 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.dealer-item .result-item {
  padding-right: 40%;
}

.section-page {
  text-align: center;
  margin: 5rem 0 8rem 0;
  font-size: 2rem;
  color: #707070;
  margin-bottom: 0!important;
}

.section-page .content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-page .pageInput {
  width: 4rem;
  height: 4rem;
  border: 1px solid #707070;
  text-align: center;
  font-size: 2rem;
  color: #707070;
  display: inline-block;
  background: none;
}
.section-page .pageNumWrap {
  display: flex;
  align-items: center;
}
.section-page span.pageInput {
  display: none;
}

.section-page .xiegan {
  margin: 0 1.6rem;
}

.section-page .left-jt,
.section-page .right-jt {
  padding: 1.2rem 1rem 0.8rem;
  width: 48px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.section-page .left-jt.disabled,
.section-page .right-jt.disabled {
  opacity: .4;
  cursor:not-allowed;
}

.section-page .left-jt:hover,
.section-page .right-jt:hover {
  background: none;
}

.section-page .left-jt {
  margin-right: 3rem;
  float: left;
}

.section-page .right-jt {
  margin-left: 3rem;
  float: right;
}

.section-page img {
  width: 1rem;
  /* cursor: pointer; */
}

.dealers-filter-wrap {
  position: relative;
  z-index: 999999;
  width: 100%;
  height: 80px;
  background: #fff;
}

.dealers-country-selectors .selectivity-results-container {
  max-height: 200px;
}
.dealers-page-title-text {
  opacity: 0;
  animation: textBottomIn 0.6s;
  animation-fill-mode: forwards;
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 1680px) {
  .dealers-section {
    width: 80%;
    max-width: 140rem;
  }

  .section-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    /* margin: 0 auto; */
  }
}
@media screen and (max-width: 1440px) {
  .dealers-entrance {
    transform: scale(0.9);
    transform-origin: top right;
  }
  .dealers-page-title-text {
    width: 60%;
  }
}
@media screen and (max-width: 1280px) {
  .dealer-item .result-item {
    padding-right: 25%;
  }
  .dealers-entrance {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1024px) {
  .filter {
    width: 350px;
    height: calc(100vh - 60px);
  }
  .map-wrap {
    width: calc(100% - 350px);
    margin-left: 350px;
    height: calc(100vh - 60px);
  }
  /* .result-wrap {
    padding: 36px 48px 80px;
  } */
  .result-wrap {
    padding: 36px 0 80px;
  }
  .result-title img {
    right: auto;
    left: 13px;
  }
  .result-title{
    padding-left: 48px;
  }
  .result-wrap-html{
    padding: 0 48px;
  }
  .result-title {
    font-size: 3.6rem;
  }
  .result-item-title {
    font-size: 3rem;
  }
  .result-item-desc {
    font-size: 2.8rem;
  }
  .result-item-desc-gray {
    font-size: 2.6rem;
  }
  .dealer-item {
    width: 50%;
  }
  .dealer-item .result-item {
    padding-right: 20%;
  }
  /* .dealers-banner .img {
    width: auto;
    height: 100%;
  } */
  .dealers-page-title {
    font-size: 4.86vw;
  }
  .dealers-entrance {
    transform: scale(0.7);
  }
  .dealers-page-title-text{
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .filter {
    width: 320px;
  }
  .map-wrap {
    width: calc(100% - 320px);
    margin-left: 320px;
  }
  .filter-search-input {
    cursor: default;
  }
}
@media screen and (max-width: 767px) {
  .map-wrap,
  .load-mask {
    display: none;
  }
  .filter {
    position: relative;
    width: 100%;
    padding-bottom: 52px;
    z-index: 1;
  }
  .filter-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .filter-selector-item {
    margin-bottom: 20px;
    height: 50px;
  }
  .filter-selector,
  .filter-search-input {
    height: 48px;
    font-size: 16px;
  }
  .filter-btns {
    margin-top: 50px;
  }
  .filter-submit {
    width: 170px;
    height: 48px;
    font-size: 16px;
    font-weight: bold;
  }
  .filter-reset {
    height: 48px;
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
  }
  .filter-reset img {
    width: 20px;
  }
  .result-desc {
    margin-top: 36px;
    font-size: 25px;
    line-height: 1.4;
  }
  .result-inquiry-btn {
    width: 220px;
    height: 50px;
    line-height: 48px;
    font-size: 3.2rem;
  }

  .section-page input.pageInput {
    display: none;
  }

  .section-page span.pageInput {
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
    color: #0064d9;
    font-size: 17px;
  }
  .section-page {
    margin: 0 auto 12vw;
    width: 90%;
  }

  .section-page .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
  }

  .section-page input {
    border: 0px solid white;
    font-size: 17px;
    color: #0064d9;
  }

  .section-page .left-jt {
    float: left;
  }

  .section-page .right-jt {
    float: right;
  }

  .section-page img {
    width: 8px;
    margin-top: 4px;
  }

  .section-page .xiegan {
    margin: 0 4px 0 0px;
  }
  .dealers-entrance {
    display: none;
  }
  a.dealers-entrance-m {
    display: block;
    font-size: 14px;
    padding: 0 5vw;
    line-height: 9vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 561px) {
  .dealers-banner {
    background: url(https://sanyglobal-img.sany.com.cn/d/file/dealers.png?x-oss-process=image/format,webp)
      no-repeat center;
    background-size: cover;
  }
}
@media screen and (max-width: 560px) {
  /* .filter{
    height: auto;
  } */
  .filter-country-name {
    display: none;
  }
  .filter-wrap {
    padding: 35px 30px;
  }
  .filter-title {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .filter-selector-item {
    margin-bottom: 15px;
  }
  .filter-selector,
  .filter-search-input {
    font-size: 15px;
  }
  .filter-btns {
    margin-top: 30px;
  }
  .filter-submit {
    width: 160px;
    height: 50px;
    font-size: 15px;
  }
  .filter-reset {
    height: 50px;
    margin-left: 15px;
    font-size: 15px;
  }
  .filter-reset img {
    width: 18px;
  }
  .result-wrap {
    padding: 32px 0 60px;
  }
  .result-title {
    font-size: 26px;
  }
  /* .result-list {
    height: calc(100vh - 300px);
    overflow-y: scroll;
    margin: 20px 0;
  } */
  .result-title{
    padding-left: 50px;
  }
  .result-title img {
    left: 14px;
  }
  .result-wrap-html {
    height: calc(100vh - 300px);
    /* overflow-y: scroll; */
    margin: 20px 0;
    padding: 0 50px;
  }
  .result-item-title {
    font-size: 21px;
  }
  .result-item-desc {
    font-size: 15px;
  }
  .result-item-desc-gray {
    font-size: 14px;
  }
  .result-desc {
    margin-top: 0;
    font-size: 22px;
  }
  .result-inquiry-btn {
    bottom: 60px;
    left: 50px;
    font-size: 15px;
    width: 210px;
    height: 45px;
    line-height: 43px;
  }
  .dealers-banner {
    height: auto;
  }
  .dealers-country-selectors {
    margin-top: 0;
  }
  .section-wrap {
    width: 100%;
  }
  .dealers-section .result-wrap {
    padding: 5vh 0;
  }
  .dealer-item {
    width: 100%;
  }
  .dealer-item .result-item {
    padding-right: 0%;
  }
  .dealers-banner {
    overflow: visible;
  }
  .dealers-banner .img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    transform: translate(0, 0);
  }
  .dealers-page-title {
    position: static;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    margin: 0 auto;
    color: #3b3b3b;
    font-size: 6.4vw;
    padding: 5.4vw 0 0;
  }
  .dealers-country-selectors {
    position: static;
    transform: translate(0, 0);
    margin: 4.6vw auto 0;
    animation: textBottomIn 0.6s 0.2s;
    animation-fill-mode: forwards;
  }
  .filter-selector-item-wrap {
    border: 1px solid #b9b9b9;
    border-color: #b9b9b9 transparent #b9b9b9 #b9b9b9;
    border-radius: 4px 0 0 4px;
  }
  .dealers-section {
    margin-top: 0;
  }
  .section-wrap {
    padding-left: 0;
    padding-top: 9vw;
  }
  .dealer-item {
    padding-bottom: 8vw;
  }
  .dealers-page-title-text{
    width: 100%;
  }
}
@media screen and (max-width: 414px) {
  .result-wrap {
    padding: 7.7vw 0 14.5vw;
  }
  .result-title{
    padding-left: 12vw;
  }
  .result-title img {
    right: auto;
    left: calc(6vw - 12px);
  }
  .result-wrap-html {
    padding: 0 12vw;
  }
  .result-title {
    font-size: 6.3vw;
  }
  .filter-selector-item {
    margin-bottom: 3.6vw;
  }
  .filter-selector-item {
    height: 12.1vw;
  }
  .filter-selector,
  .filter-search-input {
    font-size: 3.6vw;
    height: calc(12.1vw - 2px);
  }
  .filter-btns {
    margin-top: 7.2vw;
  }
  .filter-submit {
    width: 38.6vw;
    height: 12.1vw;
    font-size: 3.6vw;
  }
  .filter-reset {
    height: 12.1vw;
    margin-left: 3.6vw;
    font-size: 3.6vw;
  }
  .filter-reset img {
    width: 4.3vw;
  }
  .result-wrap-html {
    height: calc(100vh - 73.5vw);
  }
  .result-list {
    /* height: calc(100vh - 73.5vw); */
    /* overflow-y: scroll; */
    margin: 0 0 6.3vw 0;
  }
  .result-item-title {
    font-size: 5vw;
  }
  .result-item-desc {
    font-size: 3.6vw;
  }
  .result-item-desc-gray {
    font-size: 3.4vw;
  }
  .result-desc {
    /* margin-top: 5.3vw; */
    font-size: 5.3vw;
  }
  .result-inquiry-btn {
    bottom: 14.5vw;
    left: 12vw;
    font-size: 3.6vw;
    width: 50.7vw;
    height: 10.9vw;
    line-height: 11vw;
    /* line-height: 10.4vw; */
  }

  .dealers-country-selectors .filter-selector-item .filter-selector,
  .dealers-country-selectors .filter-selector-item .filter-search-input {
    font-size: 14px;
  }
}
@media screen and (max-width: 374px) {
  .filter-selector-item .filter-selector,
  .filter-selector-item .filter-search-input {
    font-size: 12px;
  }
  .dealers-country-selectors,
  .dealers-country-selectors .filter-selector .selectivity-single-select,
  .dealers-country-selectors .filter-selector .selectivity-single-select-input,
  .dealers-country-selectors .filter-selector .selectivity-placeholder,
  .dealers-country-selectors .filter-selector .selectivity-single-selected-item,
  .dealers-country-selectors .filter-selector,
  .dealers-country-selectors .filter-selector-button {
    height: 40px;
    line-height: 40px;
  }
}
@keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateAnim {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes textBottomIn {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes textBottomIn {
  0% {
    opacity: 0;
    transform: translate(0, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@keyframes selectorsBottomIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@-webkit-keyframes selectorsBottomIn {
  0% {
    opacity: 0;
    transform: translate(-50%, 100px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
