html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  /* -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font: 12px/1.5 Tahoma, Helvetica, Arial, "Microsoft Yahei", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var,
i {
  font-style: normal;
}
ul,
ol,
dl,
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #5e5e5e;
  text-decoration: none;
}
:focus {
  outline: 0 none;
}
input::-webkit-input-placeholder {
  color: #BE8F68;
}
input:-moz-placeholder {
  color: #BE8F68;
}
input::-moz-placeholder {
  color: #BE8F68;
}
input:-ms-input-placeholder {
  color: #BE8F68;
}
textarea::-webkit-input-placeholder {
  color: #BE8F68;
}
textarea:-moz-placeholder {
  color: #BE8F68;
}
textarea::-moz-placeholder {
  color: #BE8F68;
}
textarea:-ms-input-placeholder {
  color: #BE8F68;
}
[v-cloak] {
  display: none;
}
.mask {
  z-index: 200;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.pop-up {
  z-index: 210;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.toast {
  position: fixed;
  top: 40%;
  left: 50%;
  margin-left: -15vw;
  padding: 2vw 4vw;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5vw;
  z-index: 999;
}
body,
html {
  background: #FFFFFF;
  font-size: 0;
}
* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
img {
  -webkit-user-select: none;
  /*禁用手机浏览器的用户选择功能 */
  -moz-user-select: none;
  pointer-events: none;
}
#app {
  height: 100vh;
  overflow-y: scroll;
  padding-bottom: 19vw;
}
.top_div {
  position: relative;
  min-height: 129.06666667vw;
}
.top_img {
  min-height: 133.33333333vw;
}
.center {
  text-align: center;
}
.down_btn {
  position: absolute;
  top: 92.26666667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/2/btn.png);
  background-size: cover;
  width: 64vw;
  height: 13.06666667vw;
  font-weight: bold;
  font-size: 4.8vw;
  color: #835112;
  text-align: center;
  line-height: 13.06666667vw;
  animation: buzz-out 1s linear infinite;
}
@keyframes buzz-out {
  0% {
    -webkit-transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes buzz-out {
  0% {
    -webkit-transform: scale(1.2);
  }
  20% {
    -webkit-transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.2);
  }
  60% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
.other {
  margin-top: 4.13333333vw;
  position: relative;
}
.other .title {
  color: #333;
  font-size: 5.86666667vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.other .line {
  width: 12vw;
  height: 2.66666667vw;
  background: #B4D1FF;
  margin-left: 2.66666667vw;
  margin-right: 2.66666667vw;
  vertical-align: middle;
  display: inline-block;
}
.swiper-container {
  width: 100%;
  height: 880px;
  height: 117.33333333vw;
  margin-top: 1.33333333vw;
}
.swiper-container .wrap {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 2.66666667vw;
  padding-top: 1.06666667vw;
  box-sizing: border-box;
}
.swiper-container .wrap_item {
  width: 100%;
  position: relative;
  background-color: #F5F9FF;
  padding-left: 4vw;
  padding-top: 4vw;
  padding-right: 6.66666667vw;
  padding-bottom: 3.73333333vw;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 0 5px 0 rgba(137, 147, 163, 0.6);
}
.swiper-container .item_img {
  width: 13.33333333vw;
  height: 13.33333333vw;
  border-radius: 50%;
}
.swiper-container .content {
  position: absolute;
  top: 5.33333333vw;
  left: 20vw;
}
.swiper-container .content_p1 {
  color: #333;
  font-weight: bold;
  font-size: 3.73333333vw;
  margin-bottom: 1.06666667vw;
  margin-right: 2.66666667vw;
}
.swiper-container .content_p2 {
  color: #999999;
  font-size: 3.2vw;
}
.swiper-container .content_p3 {
  color: #999999;
  font-size: 3.46666667vw;
}
.swiper-container .addNum {
  position: absolute;
  top: 8vw;
  right: 6.66666667vw;
  color: #333;
  font-size: 3.46666667vw;
}
.swiper-container .rednum {
  color: #FD4235;
  font-size: 4.53333333vw;
  font-weight: bold;
}
.avator_box {
  width: 17.33333333vw;
  text-align: center;
  position: absolute;
  top: 73.73333333vw;
  left: 16vw;
}
.avator_box .avator {
  width: 9.06666667vw;
  height: 9.06666667vw;
  border-radius: 50%;
  border: 2px solid #fff;
}
.avator_box .user_name {
  font-size: 2.66666667vw;
  color: #fff;
}
.avator_say {
  width: 48.53333333vw;
  position: absolute;
  top: 73.73333333vw;
  left: 34.13333333vw;
}
.guide {
  position: absolute;
  top: 3.6vw;
  right: 5.73333333vw;
  width: 65.73333333vw;
}
