/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

a:hover,
a:link {
  text-decoration: none; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

button {
  background: none;
  border: 0;
  outline: none; }

input {
  border: 0px;
  outline: none; }
input:focus {
  outline: none; }

html {
  scroll-behavior: smooth;
  overscroll-behavior: none; }

body {
  overscroll-behavior: none;
  letter-spacing: 1px;
  box-sizing: border-box;
  overflow-x: hidden;
  position: relative;
  font-size: 14px;
  font-family: "Montserrat", sans-serif !important; }

.max-wid {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto; }

.img-fluid {
  width: 100%; }

.header {
  background-color: white;
  border-bottom: 12px solid #F13133;
  position: sticky; }
.header-wrap .header-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  background-color: #fff; }
@media (max-width: 768px) {
  .header-wrap .header-cont {
    padding: 20px 0; } }
.header-wrap .header-cont .logo {
  width: 270px; }
@media (max-width: 768px) {
  .header-wrap .header-cont .logo {
    width: 220px; } }
@media (max-width: 450px) {
  .header-wrap .header-cont .logo {
    width: 170px; } }
.header-wrap .header-cont .lang-cont {
  display: flex;
  align-items: center; }
.header-wrap .header-cont .lang {
  width: 50px;
  height: 50px;
  margin-right: 28px; }
.header-wrap .header-cont .lang a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #000; }

.footer {
  width: 100%;
  background-color: #E3E3E3;
  text-align: center; }
.footer .img {
  width: 100%;
  max-width: 180px; }
.footer-wrap {
  padding: 50px 0;
  color: #000; }
@media (max-width: 768px) {
  .footer-wrap {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px; } }
.footer-wrap .footer-link-cont {
  font-size: 14px;
  padding-left: 50px; }
@media (max-width: 768px) {
  .footer-wrap .footer-link-cont {
    padding-left: 0;
    padding-top: 20px;
    text-align: center; } }
@media (max-width: 450px) {
  .footer-wrap .footer-link-cont {
    font-size: 13px; } }
.footer-wrap .footer-link-cont a {
  color: #000; }
.footer-wrap .footer-link-cont a:hover {
  color: #FFA170; }
.footer-wrap .footer-link-cont .copyright {
  color: #000;
  margin-top: 10px; }

.sticky {
  position: sticky;
  top: 0;
  z-index: 999; }

.content {
  width: 100%;
  background-image: url("../images/banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  align-items: center;
  flex-direction: column; }
.content-flex {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: auto; }
@media (max-width: 768px) {
  .content-flex {
    display: block; } }
.content-flex .left {
  margin: 40px 0;
  color: white;
  width: 50%;
  position: relative; }
@media (max-width: 768px) {
  .content-flex .left {
    width: 100%;
    margin-top: 200px; } }
.content-flex .left .wrap {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%); }
.content-flex .left .title {
  font-size: 35px;
  line-height: 50px;
  font-weight: 700; }
.content-flex .left .title .bold {
  font-size: 50px; }
@media (max-width: 576px) {
  .content-flex .left .title .bold {
    margin: 70px 0 0 0;
    font-size: 35px; } }
.content-flex .left .cont {
  padding-top: 30px;
  width: 80%;
  font-size: 15px;
  font-weight: 300; }
@media (max-width: 768px) {
  .content-flex .left .cont {
    width: 100%;
    line-height: auto; } }
.content-flex .right {
  margin: 40px 0;
  width: 50%;
  padding-left: 30px;
  color: #141414; }
@media (max-width: 768px) {
  .content-flex .right {
    width: 100%;
    padding-left: 0px;
    padding-top: 250px;
    margin: 40px 0 100px 0; } }
.content-flex .right .box {
  width: 90%;
  margin-left: auto;
  border-radius: 20px;
  padding: 20px 40px;
  background-color: white; }
@media (max-width: 992px) {
  .content-flex .right .box {
    width: 100%; } }
.content-flex .right .box .form {
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px; }
.content-flex .right .box .form .label {
  margin-top: 20px; }
.content-flex .right .box .form input {
  border: 1px solid #A5A5A5;
  width: 100%;
  padding: 6px 12px;
  border-radius: 5px;
  letter-spacing: 1px; }
.content-flex .right .box .form-remarks {
  padding-top: 15px;
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.7px; }
.content-flex .right .box .form-link a {
  color: #F13133;
  font-size: 14px;
  transition: 0.6s;
  text-decoration: none; }
.content-flex .right .box .form-link a:hover {
  color: #1E305D; }
.content-flex .right .box .form-link .divd {
  color: #707070; }

.btn-form {
  width: 100%;
  padding: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
  color: #fff;
  background-color: #F13133;
  box-shadow: 0.25rem 0.25rem #1E305D;
  transition: 0.6s; }
.btn-form:hover {
  background-color: #1E305D; }

.custom-dropbox {
  position: relative; }

.custom-dropbox select {
  display: none;
  /*hide original SELECT element:*/ }

.select-selected {
  background-color: white;
  border: 1px solid #A5A5A5 !important;
  border-radius: 6px; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 18px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent black transparent;
  top: 12px; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  font-size: 14px;
  padding: 10px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
  cursor: pointer;
  user-select: none; }

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #A5A5A5; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #F13133;
  color: white; }

.feature {
  width: 100%;
  background-color: white; }
.feature-calcwrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 70px 0;
  background-color: white;
  display: flex; }
@media (max-width: 768px) {
  .feature-calcwrap {
    display: block; } }
@media (max-width: 576px) {
  .feature-calcwrap {
    margin: 0px auto 0px auto; } }
.feature-calcwrap .calc-cont .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  padding: 20px 0; }
@media (max-width: 850px) {
  .feature-calcwrap .calc-cont .title {
    font-size: 24px; } }
@media (max-width: 768px) {
  .feature-calcwrap .calc-cont .title {
    width: 100%; } }
.feature-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 80px auto;
  background-color: white;
  display: flex; }
@media (max-width: 768px) {
  .feature-wrap {
    display: block; } }
.feature-wrap .left {
  width: 50%;
  padding-right: 80px; }
@media (max-width: 768px) {
  .feature-wrap .left {
    width: 100%;
    padding-right: 0px; } }
.feature-wrap .right {
  width: 50%; }
@media (max-width: 768px) {
  .feature-wrap .right {
    width: 100%;
    padding-right: 0px; } }
.feature-wrap p {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.7px; }
.feature-title {
  width: 400px;
  font-weight: 700;
  font-size: 30px;
  line-height: 31px;
  padding: 20px 0; }
@media (max-width: 768px) {
  .feature-title {
    width: 100%; } }

.function {
  width: 100%;
  background-image: url("../images/bg-function.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0; }
.function-wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex; }
@media (max-width: 768px) {
  .function-wrap {
    display: block; } }
.function-wrap .left {
  width: 50%;
  padding-right: 80px; }
@media (max-width: 768px) {
  .function-wrap .left {
    width: 100%;
    padding-right: 0px; } }
.function-wrap .right {
  width: 50%; }
@media (max-width: 768px) {
  .function-wrap .right {
    width: 100%;
    padding-right: 0px; } }
.function-wrap p {
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.7px; }
.function-title {
  margin-top: 20px;
  color: #F13133;
  font-weight: 700;
  font-size: 22px;
  line-height: 31px;
  padding: 10px 0; }
@media (max-width: 768px) {
  .function-title {
    width: 100%; } }
.function-title .navy {
  color: #1E305D; }

.number {
  width: 100%;
  background-color: #0A1539;
  color: #fff;
  padding: 40px 0; }
@media (max-width: 576px) {
  .number {
    padding: 40px 0 0 0; } }
.number-title {
  width: auto;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 30px; }
@media (max-width: 850px) {
  .number-title {
    font-size: 24px; } }
.number-wrap {
  display: flex;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 30px 0; }
@media (max-width: 1000px) {
  .number-wrap {
    flex-wrap: wrap; } }
@media (max-width: 768px) {
  .number-wrap {
    display: block; } }
.number-wrap div {
  width: 25%; }
@media (max-width: 1000px) {
  .number-wrap div {
    width: 50%;
    text-align: center; } }
@media (max-width: 768px) {
  .number-wrap div {
    width: 100%; } }
.number-wrap .smstep {
  font-size: 13px; }
.number-wrap .firstbox {
  margin-left: 8vw; }
@media (max-width: 1000px) {
  .number-wrap .firstbox {
    margin-left: 0; } }
.number-wrap .stepline {
  color: rgba(255, 255, 255, 0.303); }
@media (max-width: 1200px) {
  .number-wrap .stepline {
    display: none; } }
.number-wrap .title {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 0px;
  margin-top: -10px; }
.number-wrap span {
  font-style: normal;
  font-size: 40px;
  font-weight: 200; }
.number-wrap .desc {
  font-size: 13px;
  width: 180px;
  letter-spacing: 0.7px; }
@media (max-width: 1000px) {
  .number-wrap .desc {
    width: 100%;
    text-align: center; } }
@media (max-width: 768px) {
  .number-wrap .desc {
    margin-bottom: 60px;
    width: 100%; } }
.number-wrap .dashimg {
  width: 10px; }
.number-img {
  height: 110px; }

.midbg {
  width: 100%; }
@media (max-width: 768px) {
  .midbg {
    height: 260px;
    object-fit: cover; } }

.support {
  width: 100%;
  background-color: #fff;
  color: #000; }
.support-wrap {
  width: 90%;
  max-width: 1200px;
  margin: 60px auto 30px auto; }
.support-wrap .title {
  font-size: 30px;
  color: #F13133;
  font-weight: 600;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  margin: auto;
  width: 95%;
  justify-content: space-evenly;
  padding-top: 60px; }
@media (max-width: 1300px) {
  .support-wrap .title {
    font-size: 22px; } }
@media (max-width: 850px) {
  .support-wrap .title {
    font-size: 24px; } }
@media (max-width: 900px) {
  .support-wrap .title {
    justify-content: space-between; } }
.support-wrap .title::before {
  content: url("../images/dash.png");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 12px; }
@media (max-width: 850px) {
  .support-wrap .title::before {
    display: none; } }
.support-wrap .title::after {
  content: url("../images/dash.png");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 12px; }
@media (max-width: 850px) {
  .support-wrap .title::after {
    display: none; } }
.support-flex {
  width: 70%;
  margin: auto;
  display: flex; }
@media (max-width: 992px) {
  .support-flex {
    width: 90%; } }
@media (max-width: 576px) {
  .support-flex {
    display: block; } }
.support-flex .box {
  width: 50%;
  text-align: center;
  padding: 30px; }
@media (max-width: 576px) {
  .support-flex .box {
    width: 100%; } }
.support-flex .box .img {
  width: 100%;
  max-width: 100px; }
.support-flex .box p {
  font-size: 14px;
  letter-spacing: 0.7px; }
.support-flex .box .box-title {
  padding-top: 14px;
  font-size: 20px;
  font-weight: 600;
  color: #F13133; }

.bottombtn {
  margin: auto;
  width: 100%;
  text-align: center;
  padding-bottom: 60px; }

.bottom-btn {
  width: 300px; }

.lang {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.lang-wrap {
  z-index: 1;
  position: relative;
  display: inline-block; }

.lang-wrap-a {
  padding: 10px;
  background: white;
  position: relative;
  letter-spacing: 0.7px;
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s; }

.lang-wrap input:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  display: block;
  background: #F13133;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom left;
  transition-duration: 0.2s;
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: bottom left;
  -webkit-transition-duration: 0.2s; }

.lang-wrap input {
  top: 0;
  opacity: 0;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: absolute;
  height: 100%;
  width: 100%; }

.lang-wrap input:hover {
  cursor: pointer; }

.lang-wrap input:hover ~ .lang-wrap-a {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.75); }

.lang-wrap input:checked:after {
  transform: scaleX(1);
  -webkit-transform: scaleX(1); }

.lang-wrap input:checked ~ .lang-wrap-c {
  transform: scaleY(1);
  -webkit-transform: scaleY(1); }

.lang-wrap-a {
  display: flex; }

.lang-wrap-a span {
  color: #000;
  font-size: 14px; }

.lang-wrap-c {
  width: 109px;
  display: block;
  position: absolute;
  background: white;
  height: auto;
  transform: scaleY(0);
  transform-origin: top left;
  transition-duration: 0.2s;
  -webkit-transform: scaleY(0);
  -webkit-transform-origin: top left;
  -webkit-transition-duration: 0.2s; }
.lang-wrap-c .active {
  background-color: #F13133;
  color: white !important; }
.lang-wrap-c .active a {
  color: #10214b !important;
  font-weight: bold; }
.lang-wrap-c a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 10px;
  background: white;
  color: #F13133; }
.lang-wrap-c a:before {
  z-index: 0;
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  transform-origin: top left;
  -webkit-transform-origin: top left;
  background: #F13133;
  top: 0;
  left: 0;
  transform: scaleX(0);
  -webkit-transform: scaleX(0); }
.lang-wrap-c a span {
  display: block;
  position: relative;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  text-wrap: initial; }
.lang-wrap-c a:hover:before {
  transform: scaleX(1);
  -webkit-transform: scaleX(1); }
.lang-wrap-c a:hover span {
  color: white; }

.lang-wrap-c ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.lang-wrap-c li {
  word-break: keep-all;
  white-space: nowrap;
  display: block;
  position: relative; }

.langicon {
  width: 15px;
  padding-bottom: 2px;
  padding-right: 3px; }

.complete {
  color: white;
  width: 100%;
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  letter-spacing: 0.5px;
  height: 100vh;
  position: relative; }
@media (max-height: 680px) {
  .complete {
    height: auto; } }
.complete-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: auto;
  text-align: center !important; }
@media (max-height: 680px) {
  .complete-wrap {
    position: relative;
    left: 0%;
    top: 0%;
    transform: translate(0%, 0%);
    padding: 80px 0; } }
.complete-wrap .title {
  font-weight: 600;
  font-size: 28px;
  padding-bottom: 20px; }
.complete-wrap .cont {
  font-size: 14px;
  padding-bottom: 20px; }
.complete-link {
  text-decoration: underline;
  color: white; }
.complete-link:hover {
  color: #F13133; }
.complete-height {
  height: 130px; }
.complete-logo img {
  width: 200px; }
.complete-pad {
  padding: 36px 0 !important; }
.complete-fpad {
  padding: 50px !important; }
.complete-bg {
  background-color: #E3E3E3; }
.complete-btn {
  padding: 20px; }

.tickimg {
  width: 80%;
  max-width: 180px; }

.bar {
  /* Styling for the client and income input fields */ }
.bar-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background-size: cover;
  margin-top: 50px; }
@media (max-width: 1000px) {
  .bar-container {
    display: block;
    margin-top: 30px; } }
.bar-container .left-no {
  margin-right: 0px; }
@media (max-width: 1000px) {
  .bar-container .left-no {
    margin-right: 0px;
    margin-bottom: 30px; } }
.bar-container .left-no input[type="number"]::-webkit-inner-spin-button,
.bar-container .left-no input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }
.bar-container .right-no {
  width: 150px;
  margin-left: 50px; }
@media (max-width: 1000px) {
  .bar-container .right-no {
    margin-left: 0px;
    margin-top: 40px; } }
.bar-container .right-no .dollar {
  padding-top: 20px; }
.bar-container .right-no .right-flex {
  display: flex; }
.bar-container .right-no .right-flex input {
  overflow: hidden !important; }
.bar-container .bar-total-number {
  font-size: 36px;
  font-weight: 600; }
.bar-container .bar-accumlate-lots {
  font-size: 11px;
  font-weight: 400;
  width: 200px; }
@media (max-width: 1000px) {
  .bar-container .bar-accumlate-lots {
    width: 100%;
    margin-top: -5px; } }
.bar-cate select {
  padding: 5px 20px;
  border: 1px solid black;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  background: url("../images/dropdown-arrow.png") no-repeat right center;
  background-size: 15px;
  width: 150px;
  margin-left: 10px; }
.bar-bar {
  /* Default percentage-based width */
  flex: 1;
  height: 4px;
  background-color: #ccc;
  position: relative;
  cursor: pointer; }
@media (max-width: 1000px) {
  .bar-bar {
    margin-top: 60px; } }
.bar-dot {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: absolute;
  top: -13px;
  left: 0;
  /* This will be updated by JavaScript */
  cursor: grab;
  z-index: 3; }
.bar input[type="number"] {
  width: 100px; }
.bar-shape {
  position: absolute;
  z-index: 1;
  height: 40px;
  width: 100%;
  background: url("../images/bar-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px; }
@media (max-width: 1000px) {
  .bar-shape {
    height: 70px;
    margin-top: -70px; } }

.number-indicators {
  display: flex;
  justify-content: space-between;
  margin-top: -15px;
  font-size: 12px;
  color: #666;
  width: 100%; }
.number-indicators div {
  margin-top: 0px; }

.no-inpos-1 {
  padding-left: 14px; }
.no-inpos-2 {
  padding-left: 47px; }

/* Define the parallax container */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 40vh;
  /* Adjust as needed */ }

/* Define the parallax image */
.parallax-image {
  position: fixed;
  /* Fix the position of the image */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  z-index: -1;
  /* Place the image behind the content */ }

/* Apply the parallax effect */
.parallax-image img {
  width: 100%;
  height: 100%; }
@media (max-width: 576px) {
  .parallax-image img {
    width: auto;
    height: 100%; } }

.breakline {
  width: 120px !important; }
@media (max-width: 1000px) {
  .breakline {
    width: 200px !important; } }

@keyframes animateDot {
  0% {
    transform: scale(1);
    opacity: 1; }
  50% {
    transform: scale(1.5);
    opacity: 0.5; }
  100% {
    transform: scale(2);
    opacity: 0; } }
.bar-dot {
  position: relative; }

.static-dot, .animated-dot {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 20%;
  top: 20%; }

.static-dot {
  background-color: #f53f3f;
  z-index: 5; }

.animated-dot {
  background-color: white;
  animation: animateDot 2s infinite ease-out; }

.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

/*# sourceMappingURL=main.css.map */

.city-select-box{
  position: relative;
  z-index: 2;
}
.city-select-box-mask{
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.city-select-box-mask_hide{
  display: none;
}
.city-select-drop{
  position: absolute;
  z-index: 2;
  top: 100%;
  margin: 1px;
  border: 1px solid #A5A5A5;
  background-color: #fff;
  width: 100%;
  padding: 2px 12px 6px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 10px;
}
.city-select-drop_hide{
  display: none;
}

.city-select-drop_title_box{
  display: flex;
  border-bottom: 1px solid #A5A5A5;
  padding-bottom: 8px;
  flex-wrap: wrap;
}
.city-select-drop_title{
  font-size: 12px;
  padding-right: 12px;
  cursor: pointer;
  font-weight: bold;
  padding-top: 5px;
}
.city-select-drop_title:hover{
  opacity: 0.6;
}
.city-select-drop_title.active{
  color: #F13133;
}

.city-select-drop_cell_box{
  padding: 12px 0;
}
.city-select-drop_cell{
  /* display: none; */
  display: flex;
}
.city-select-drop_cell_b{
  padding-right: 15px;
  color: #F13133;
  font-size: 14px;
}
.city-select-drop_cell ul{
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  margin-top: 1px;
}
.city-select-drop_cell ul li{
  width: calc(100%/3);
  padding: 0 15px 4px 0;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
@media screen and (max-width: 980px) {
  .city-select-drop_cell ul li{
    width: calc(100%/2);
  }
}
.city-select-drop_cell ul li:hover{
  opacity: 0.6;
  text-decoration: underline;
}
.city-select-drop_cell_item.active{
  color: #F13133;
}

.cityCodeNumber{
  border: 1px solid #A5A5A5;
  border-radius: 5px;
  display: flex;
}
#cityCode{
  height: 100%;
  padding: 7px 10px;
}
.cityCodeNumber input{
  border: none !important;
  padding-left: 0 !important;
}