select {
  font-size: 16px;
}

.line {
  background-image: linear-gradient(
    225deg,
    #9f7514 0%,
    #fceece 54%,
    #d5a73b 100%
  );
}

/* å¯¹è¯æ¡† */
.modal {
  padding: 0.35rem 0.4rem;
  position: absolute;
  background-image: linear-gradient(
    312deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(84, 84, 84, 0.85) 100%
  );
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  z-index: -1;
  opacity: 0;
  max-height: 0;
  transform: scale(0.1);
  transition: opacity 0.3s, transform 0.3s, max-height 0.3s;
}
.modal.show {
  z-index: 101;
  opacity: 1;
  transform: scale(1);
  max-height: 9999999px;
}
.modal-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
}
.modal-close {
  position: absolute;
  width: 0.13rem;
  height: 0.13rem;
  min-width: 15px;
  min-height: 15px;
  top: 0.16rem;
  right: 0.16rem;
  background-image: url("../assets/images/close.png");
  background-size: contain;
  cursor: pointer;
}
.modal--full {
  padding: 0 !important;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
}
.modal--full .modal-close {
  padding: 0.4rem;
  right: 0;
  top: 0;
  width: 0.3rem;
  height: 0.3rem;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 60% 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../assets/images/close-big.png");
}
.modal--full .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-phone {
  width: 90vw;
  max-width: 90vw;
}

/* æŒ‰é’® */
.button--gold {
  width: 1.88rem;
  height: 0.39rem;
  background-color: var(--gold-color--3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 0.22rem;
}
.button--gold--big {
  width: 3.24rem;
  height: 0.43rem;
  background-color: var(--gold-color--3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 0.22rem;
}
.button--gold--big2 {
  width: 3.05rem;
  height: 0.32rem;
  background-color: var(--gold-color--3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: white;
  font-size: 0.19rem;
}

/* ç®­å¤´ */
.arrow {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.15);
  background-size: contain;
  cursor: pointer;
}
.arrow--small {
  width: 0.36rem;
  height: 0.36rem;
}
.arrow-l {
  background-image: url("../assets/images/arrow-l.png");
}
.arrow-r {
  background-image: url("../assets/images/arrow-r.png");
}
.arrow--center-left {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.arrow--center-right {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

/* åˆ‡æ¢èœå• */
.menu {
  border-bottom: 1px solid #fff;
}
.menu-item {
  position: relative;
  width: 1.94rem;
  padding-bottom: 17px;
  cursor: pointer;
}
.menu-item.active::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background-image: linear-gradient(
    225deg,
    #9f7514 0%,
    #fceece 54%,
    #d5a73b 100%
  );
  bottom: -2px;
}
.menu-item.active > * {
  color: #fff;
}
.menu.menu--simple .menu-item {
  padding-bottom: 5px;
}
.menu.menu--simple.menu--simple--small .menu-item {
  width: 0.87rem;
}

/* èœå• - ç«–åˆ†å‰²çº¿ */
.menu-ver-line {
  height: 30px;
  border-left: solid 2px #f1d587;
}
.menu-ver-line__item {
  width: 1.98rem;
  line-height: 30px;
  border-right: solid 2px #f1d587;
}
.menu-ver-line__item.active {
  color: #fff;
}
.menu-ver-line--small .menu-ver-line__item {
  padding: 0 0.25rem;
  height: 26px;
  line-height: 26px;
  width: auto;
}

/* è¾“å…¥æ¡† */
.input-line {
  position: relative;
  padding: 4px 10px;
  border: 0;
  border-bottom: 1px solid #fff;
  font-size: 0.2rem;
  background-color: transparent;
  outline: none;
}
.select {
  position: relative;
  height: 27px;
}
.select > input {
  position: absolute;
  width: 100%;
  outline: none;
}
.select::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 0.16rem;
  height: 0.15rem;
  transform: translateY(-50%);
  background-image: url("../assets/images/down.png");
  background-size: 100% 100%;
}

/* å¡ç‰‡ */

/* ç«–ç‰ˆå¡ç‰‡ */
.card-ver {
  padding: 0.31rem 0.32rem;
  width: 3.16rem;
  height: 5.98rem;
  background-color: rgb(63, 63, 63);
  background-size: cover;
  background-position: center;
}
.card-ver.card-ver--small {
  width: 4.32rem;
  height: 2.99rem;
}

/* å¼¹çª— */

/* hover å¼¹çª— */
.hover-modal-container:hover .hover-modal {
  opacity: 1;
  max-height: 99999px;
}
.hover-modal {
  position: absolute;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -100%);
  opacity: 0;
  transition: all 0.3s;
  max-height: 0;
}
.hover-modal__content {
  position: relative;
  padding: 0.13rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.hover-modal__arrow {
  border: 10px solid transparent;
  border-top-color: white;
  filter: drop-shadow(0 0 7px rgba(112, 60, 60, 0.4));
}
.hover-modal__content::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 13px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.clearfix:after {
  content: ".";

  display: block;

  height: 0;

  clear: both;

  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

/* m_zlxg */

.m_zlxg {
  width: 93px;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
  float: left;
  margin: 0 10px 0 0;
  display: inline;
  background: url(images/zlxg2.jpg) no-repeat;
}

.m_zlxg p {
  width: 71px;
  padding-left: 10px;
  overflow: hidden;
  line-height: 30px;
  color: #333333;
  font-size: 12px;
  font-family: "å¾®è½¯é›…é»‘";
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m_zlxg2 {
  position: absolute;
  top: 29px;
  border: 1px solid #ded3c1;
  background: #fff;
  width: 91px;
  display: none;
  max-height: 224px;
  -height: 224px;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
}

.m_zlxg2 li {
  line-height: 28px;
  white-space: nowrap;
  padding-left: 10px;
  font-family: "å¾®è½¯é›…é»‘";
  color: #333333;
  font-size: 12px;
}

.m_zlxg2 li:hover {
  color: #7a5a21;
}
