@charset "utf-8";
/*----------reset----------*/
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-text-fill-color: #333;
  background-color: transparent !important;
  background-image: none !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  font-size: 62.5%;
  /*相当于font-size: 10px*/
}
body {
  height: 100%;
  position: relative;
  margin: 0 auto;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-user-select: text;
  -moz-user-select: text;
  -o-user-select: text;
  user-select: text;
}
body,
button,
input,
select,
textarea {
  line-height: 1.4;
  color: #323232;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: 'fzzhengheis-r-gbregular';
}
small {
  font-size: 0.12rem;
}
ul,
ol,
li {
  list-style: none;
}
a {
  color: #3682ff;
  text-decoration: none;
  outline: none;
}
a:hover,
a:active,
a:visited {
  /* color: #3BA8FF; */
  text-decoration: none;
  outline: none;
}
legend {
  color: #323232;
}
fieldset,
img {
  border: none;
}
img {
  vertical-align: top;
}
button,
input,
select,
textarea {
  outline: none;
}
button {
  -webkit-appearance: none;
  border: 0;
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input[type='text'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='button'],
input[type='submit'],
input[type='reset'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: caret;
}
/* 去掉iPhone、iPad的默认内阴影,圆角*/
input[type='submit'],
input[type='button'] {
  border-radius: 0.04rem;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  outline: none;
}
/*移除HTML5 input在type="number"时的上下小箭头*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type='number'] {
  -moz-appearance: textfield;
}
/*IE 10+ input默认样式(密码框有个眼睛)*/
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
/*RESET select*/
select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 0.01rem #ccc;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 0.14rem;
  border-radius: 0.04rem;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
select.form-control {
  border-color: #d9d9d9;
  padding-right: 0.25rem;
}
/* scrollbar style (Only for PC) */
*::-webkit-scrollbar {
  width: 0.1rem;
}
*::-webkit-scrollbar-track {
  background: rgba(105, 77, 44, 0.15);
  border-radius: 0.05rem;
}
*::-webkit-scrollbar-thumb {
  height: 0.3rem;
  background-color: #b39f87;
  border-radius: 0.05rem;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #b39f87 #dedede;
}
button:focus,
video {
  outline: none;
}
/*去掉iframe之间有间距的问题*/
iframe {
  margin: 0;
  float: left;
}
/*----------reset end----------*/
body {
  font-family: 'microsoft Yahei';
  color: #86c6df;
  font-size: 0.16rem;
  overflow: auto;
}
/* CLEAR */
.clearfix:after {
  display: block;
  content: '\0020';
  height: 0;
  line-height: 0;
  font-size: 0;
  visibility: hidden;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fade {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pop {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  color: #333;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@font-face {
  font-family: 'han';
  src: local('han'), url(../fonts/SourceHanSerifCN-Regular-1.473303fb.otf) format('truetype');
}
#app {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-family: 'han';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #323232;
}
.swiper-slide {
  overflow: hidden;
}

@keyframes hvr-hang {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    transform: translateY(10px);
  }
}
@keyframes scale {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes outLeft {
  0% {
    left: 0;
  }
  100% {
    left: -50%;
  }
}
@keyframes outRight {
  0% {
    left: 50%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut2 {
  0% {
    opacity: 1;
    bottom: 25%;
  }
  100% {
    opacity: 0;
    bottom: -50%;
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes hide2show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes heightBig {
  from {
    height: 0.1rem;
  }
  to {
    height: 100%;
  }
}
@keyframes heightSmall {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes scroll {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 30px;
  }
  100% {
    bottom: 20px;
  }
}
@keyframes scroll_h5_landscape {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 10px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes scroll_h5 {
  0% {
    bottom: 15%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 15%;
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.ml__animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}
.show1 {
  animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}
.show2 {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.show3 {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.show4 {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.ml-swing-down {
  transform: perspective(1px) translateZ(0);
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.1s, 1.3s;
  animation-delay: 0s, 0.2s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.ml-scale {
  animation: scale 1.2s 0s infinite;
}
.ml-out-left {
  animation: outLeft 1s 0.2s linear;
}
.ml-out-right {
  animation: outRight 1s 0.2s linear;
}
.ml-fade-in {
  animation: fadeIn 1s 0.2s linear;
  animation-fill-mode: forwards;
}
.ml-fade-in-fast {
  animation: fadeIn 0.2s 0 linear;
  animation-fill-mode: forwards;
}
.ml-fade-out {
  animation: fadeOut 1s 0.2s linear;
  animation-fill-mode: forwards;
}
.ml-rotate {
  -webkit-transition-duration: 8s;
  -moz-transition-duration: 8s;
  animation: rotate 8s linear infinite;
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    opacity: 1;
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    opacity: 1;
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* animate2: 上下晃动*/
.swingUpDown1 {
  animation: mv_swingUpDown 5s 0s infinite;
  -webkit-animation: mv_swingUpDown 5s 0s infinite;
}
.swingUpDown2 {
  animation: mv_swingUpDown2 5s 0s infinite;
  -webkit-animation: mv_swingUpDown2 5s 0s infinite;
}
.swingUpDown3 {
  animation: mv_swingUpDown 5s 1s infinite;
  -webkit-animation: mv_swingUpDown 5s 1s infinite;
}
@keyframes mv_swingUpDown {
  0%,
  100% {
    transform: translateY(0px);
  }
  25%,
  75% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes mv_swingUpDown2 {
  0%,
  100% {
    transform: translateY(0px);
  }
  25%,
  75% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(8px);
  }
}
@keyframes mv_swingUpDown3 {
  0%,
  100% {
    transform: translateY(0px);
  }
  25%,
  75% {
    transform: translateY(9px);
  }
  50% {
    transform: translateY(-9px);
  }
}
/* swing transform start  */
.swSwing {
  animation: mv_swSwing 8s infinite ease-in-out;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.swSwing2 {
  animation: mv_swSwing2 8s infinite ease-in-out;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
}
@keyframes mv_swSwing {
  20% {
    transform: translate3d(8px, 0px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  40% {
    transform: translate3d(0, -8px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  60% {
    transform: translate3d(-8px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  80% {
    transform: translate3d(0, 8px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  100% {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@keyframes mv_swSwing2 {
  0%,
  100% {
    transform: translate3d(-6px, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  25% {
    transform: translate3d(6px, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  50% {
    transform: translate3d(-6px, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  75% {
    transform: translate3d(6px, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@keyframes mv_move_up {
  from {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  to {
    transform: translate3d(0, -10px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
@keyframes mv_move_down {
  from {
    transform: translate3d(0, -10px, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
  to {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
/* swing transform end  */
/*本项目动画*/
.ml_open {
  animation: height_open 0.5s 0s forwards;
  -webkit-animation: height_open 0.5s 0s forwards;
}
.ml_close {
  animation: height_close 0.5 0s forwards;
  -webkit-animation: height_close 0.5s 0s forwards;
}
.ml_open2 {
  animation: height_open 0.5s 0s forwards;
  -webkit-animation: height_open 0.5s 0s forwards;
  transform-origin: right top;
}
.ml_close2 {
  animation: height_close 0.5 0s forwards;
  -webkit-animation: height_close 0.5s 0s forwards;
  transform-origin: right top;
}
.ml_to_right {
  animation: to_right2 0.5s 0s forwards;
}
.ml_to_right_back {
  animation: to_right2_back 0.5s 0s forwards;
}
.ml_to_right_h5 {
  animation: to_right2_h5 0.5s 0s forwards;
}
.ml_to_right_back_h5 {
  animation: to_right2_back_h5 0.5s 0s forwards;
}
@keyframes height_open {
  from {
    width: 0;
    height: 0;
    opacity: 0;
  }
  to {
    width: 2.61rem;
    height: 5.2rem;
    opacity: 1;
  }
}
@keyframes height_close {
  from {
    height: 5.2rem;
    width: 2.61rem;
    opacity: 1;
  }
  to {
    width: 0;
    height: 0;
    opacity: 0;
  }
}
@keyframes roll_rotate {
  from {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
  }
  to {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
}
@keyframes roll_rotate_back {
  from {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
  }
  to {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    /* IE 9 */
    -moz-transform: rotate(0deg);
    /* Firefox */
    -webkit-transform: rotate(0deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(0deg);
    /* Opera */
  }
}
@keyframes to_right {
  from {
    right: 0;
  }
  to {
    right: -0.3rem;
  }
}
@keyframes to_right_back {
  from {
    right: -0.3rem;
  }
  to {
    right: 0;
  }
}
@keyframes to_left {
  from {
    left: 0;
  }
  to {
    left: -0.3rem;
  }
}
@keyframes to_left_back {
  from {
    left: -0.3rem;
  }
  to {
    left: 0;
  }
}
@keyframes to_right2 {
  from {
    left: -0.97rem;
  }
  to {
    left: 0;
  }
}
@keyframes to_right2_back {
  from {
    left: 0;
  }
  to {
    left: -0.97rem;
  }
}
@keyframes to_right2_h5 {
  from {
    right: -0.97rem;
  }
  to {
    right: 0;
  }
}
@keyframes to_right2_back_h5 {
  from {
    right: 0;
  }
  to {
    right: -0.97rem;
  }
}
@keyframes to_left2 {
  from {
    left: 0.97rem;
  }
  to {
    left: 0;
  }
}
@keyframes to_left2_back {
  from {
    left: 0;
  }
  to {
    left: 0.97rem;
  }
}
@keyframes to_bottom {
  from {
    top: -0.55rem;
  }
  to {
    top: 0;
  }
}
@keyframes to_bottom_back {
  from {
    top: 0;
  }
  to {
    top: -0.55rem;
  }
}
@keyframes mv_menu_hover {
  0% {
    width: 1.16rem;
    height: 1rem;
    left: -0.01rem;
    top: -0.01rem;
    background-color: #9c8469;
    border-radius: 0;
    transform-origin: center;
  }
  100% {
    width: 1.8rem;
    height: 1.8rem;
    left: -0.52rem;
    top: -0.62rem;
    background-color: #ab3d2a;
    border-radius: 50%;
  }
}
@keyframes mv_menu_leave {
  from {
    width: 1.8rem;
    height: 1.8rem;
    left: -0.52rem;
    top: -0.62rem;
    background-color: #ab3d2a;
    border-radius: 50%;
  }
  to {
    width: 1.16rem;
    height: 1rem;
    left: -0.01rem;
    top: -0.01rem;
    background-color: #9c8469;
    border-radius: 0;
  }
}
@keyframes mv_menu_in {
  from {
    left: -4.8rem;
  }
  to {
    left: 0;
  }
}
@keyframes mv_menu_out {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
.ml_menu_in {
  animation: mv_menu_in 0.3s 0s forwards;
}
.ml_menu_out {
  animation: mv_menu_out 0.3s 0s forwards;
}
@keyframes mv_prev_in {
  from {
    left: -0.97rem;
  }
  to {
    left: 0.6rem;
  }
}
@keyframes mv_next_in {
  from {
    right: -0.97rem;
  }
  to {
    right: 0.6rem;
  }
}
@keyframes prevanim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-16px);
  }
}
@keyframes nextanim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(16px);
  }
}


.toast[data-v-d9a3a84a] {
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 0.3rem;
  border-radius: 0.04rem;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 0.2rem;
}

