/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
@media only screen and (width: 320px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (width: 360px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (width: 375px) {
  html {
    font-size: 18.75px;
  }
}
@media only screen and (width: 400px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (width: 411px) {
  html {
    font-size: 20.55px;
  }
}
@media only screen and (width: 414px) {
  html {
    font-size: 20.7px;
  }
}
@media only screen and (width: 1920px) {
  html {
    font-size: 96px;
  }
}
@media only screen and (width: 1680px) {
  html {
    font-size: 82px;
  }
}
@media only screen and (width: 1600px) {
  html {
    font-size: 80px;
  }
}
@media only screen and (width: 1440px) {
  html {
    font-size: 72px;
  }
}
@media only screen and (width: 1366px) {
  html {
    font-size: 68.3px;
  }
}
@media only screen and (min-width: 640px) {
  html {
    font-size: 32px;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  padding: 0;
  margin: 0;
}
body {
  font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
}
h2,
h3,
h4,
h5 {
  font-weight: bold;
}
ul {
  list-style: none;
}
a {
  display: block;
  text-decoration: none;
  /*a标签的点击高亮 只在移动端有 tap指的是移动端的点击（轻触） */
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}
img {
  display: block;
  width: 100%;
}
a,
input {
  border: 0;
  outline: none;
  -webkit-appearance: none;
}
ul {
  list-style: none;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
  clear: both;
}
.width-50 {
  width: 50%;
}
.width-33 {
  width: 33.33%;
}
.border-left {
  border-left: 1px solid #ccc;
}
.border-right {
  border-right: 1px solid #ccc;
}
.border-top {
  border-top: 1px solid #ccc;
}
.border-bottom {
  border-bottom: 0.02666667rem solid #929BE2;
}
html,
body {
  width: 100%;
}
#viewport {
  overflow: hidden;
  margin: 0px auto;
  max-width: 640px;
  min-width: 320px;
  width: 100%;
}
#footer {
  position: fixed;
  z-index: 200;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2.61333333rem;
  border-top: 0.02666667rem solid #daddf2;
  background-color: #fff;
  box-shadow: 0 0rem 0.8rem 0rem rgba(85, 77, 192, 0.15);
}
#footer > ul {
  width: 100%;
  height: 100%;
}
#footer > ul > li {
  width: 25%;
  height: 100%;
  position: relative;
  text-align: center;
  float: left;
}
#footer > ul > li > a {
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1111;
  display: inline-block;
}
#footer > ul > li > a > img {
  z-index: 1111;
  display: inline-block;
}
#footer > ul > li > a > p {
  color: #C7CFFE;
  position: absolute;
  bottom: 0.10666667rem;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -0.64rem;
  font-size: 0.74666667rem;
}
#insurance {
  width: 1.70666667rem;
  height: 1.70666667rem;
}
#product {
  width: 1.70666667rem;
  height: 1.70666667rem;
}
#project {
  width: 1.70666667rem;
  height: 1.70666667rem;
}
#me {
  width: 1.70666667rem;
  height: 1.70666667rem;
}
[v-cloak] {
  display: none !important;
}
.spinner {
  margin: 0 auto;
  width: 5.33333333rem;
  height: 5.33333333rem;
  position: relative;
  z-index: 20141276;
}
.information {
  position: absolute;
  width: 9.33333333rem;
  height: 6.93333333rem;
  border-radius: 0.42666667rem;
  background-color: #3d3d3d;
  position: fixed;
  z-index: 9999;
  top: 35%;
  left: 100px;
  opacity: 0.8;
}
.information > img {
  margin-left: 3.73333333rem;
  margin-top: 1.6rem;
  display: block;
  width: 1.86666667rem;
  height: 1.86666667rem;
}
.information > p {
  margin-top: 1.01333333rem;
  color: #fff;
  width: 100%;
  font-size: 0.85333333rem;
  text-align: center;
}
.warning {
  position: absolute;
  width: 9.33333333rem;
  height: 6.93333333rem;
  border-radius: 0.42666667rem;
  background-color: #3d3d3d;
  position: fixed;
  z-index: 9999;
  top: 35%;
  left: 100px;
  opacity: 0.8;
}
.warning > img {
  margin-left: 3.73333333rem;
  margin-top: 1.6rem;
  display: block;
  width: 2.13333333rem;
  height: 2.13333333rem;
}
.warning > p {
  margin-top: 0.6rem;
  color: #fff;
  width: 100%;
  font-size: 0.85333333rem;
  text-align: center;
}
#confirmation {
  position: fixed;
  z-index: 100;
  top: 10.50666667rem;
  left: 1.76rem;
  width: 16.53333333rem;
  height: 8.53333333rem;
  background-color: #fff;
  border-radius: 0.4rem;
}
#confirmation #p1 {
  font-size: 0.96rem;
  color: #717dda;
  display: block;
  margin: 1.06666667rem 0 0 1.06666667rem;
}
#confirmation #p2 {
  font-size: 0.8rem;
  color: #313131;
  display: block;
  margin: 1.06666667rem 0 0 1.06666667rem;
}
#confirmation #btnl {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0 0.4rem;
  width: 8.26666667rem;
  border: 0.02666667rem solid #e5e5e5;
  height: 2.61333333rem;
  line-height: 2.66666667rem;
  color: #717dda;
  font-size: 0.96rem;
  text-align: center;
}
#confirmation #btnr {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 0 0 0.4rem 0;
  width: 8.26666667rem;
  border: 0.02666667rem solid #e5e5e5;
  height: 2.61333333rem;
  line-height: 2.66666667rem;
  color: #717dda;
  font-size: 0.96rem;
  text-align: center;
}
#bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.6;
  z-index: 10;
}
.confirmation {
  height: 12rem !important;
}
.confirmation #p1 {
  color: #fd4a59!important;
}
.confirmation p {
  font-size: 0.8rem;
  color: #313131;
  display: block;
  margin: 0.7rem 0 0 1.06666667rem;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
iframe {
  border: none;
}
.line {
  height: 5.33333333rem;
  width: 100%;
  background-color: #f6f7fe;
  border-top: 0.02666667rem solid #eef0fb;
  background-image: url(../images/public/底线@2x.png);
  background-size: 15.2rem 0.66666667rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
#on {
  position: fixed;
  bottom: 0;
  height: 95%;
}
#udesk_panel {
  top: 0 !important;
}
#udesk_container #udesk_btn > a {
  margin: 0!important;
  position: fixed !important;
  bottom: 4.21333333rem !important;
  right: 0.53333333rem !important;
  width: 2.66666667rem !important;
  height: 2.66666667rem !important;
  border-radius: 2.66666667rem !important;
  background-color: #fff !important;
  z-index: 11 !important;
  background-image: url(../images/public/kf.png) !important;
  background-size: 2.66666667rem 2.66666667rem !important;
  box-shadow: 0 0.16rem 0.34666667rem 0rem rgba(64, 56, 168, 0.13) !important;
}
#udesk_container #udesk_btn > a > span:nth-child(1) {
  display: none !important;
}
#udesk_container #udesk_btn > a > span:nth-child(2) {
  display: none !important;
}
#udesk_container #udesk_btn > a > span:nth-child(3) {
  display: none !important;
}
#udesk_container #udesk_btn > a #udesk_btn_circle {
  position: absolute!important;
  width: 0.8rem!important;
  height: 0.8rem!important;
  line-height: 0.8rem!important;
  text-align: center!important;
  color: #fff!important;
  border-radius: 0.8rem!important;
  top: -0.2rem !important;
  right: -0.2rem !important;
  background-color: #ff5ea7!important;
}
#csreturn {
  height: 7.5%;
  line-height: 2.66666667rem;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #717dda;
  text-align: center;
  position: absolute;
  background-image: url(../images/public/triangle.png);
  background-size: 0.61333333rem 1.06666667rem;
  background-position: 0.8rem 0.8rem;
  background-repeat: no-repeat;
  z-index: 99999;
}
#csframe {
  position: absolute;
  height: 92.5%;
  bottom: 0;
  z-index: 99999;
}
.wxfix {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.66666667rem;
  color: #000;
  border-bottom: 0.02666667rem solid transparent;
}
.wxfix > p {
  color: #313131;
  display: none;
  font-size: 0.96rem;
  line-height: 2.66666667rem;
  text-align: center;
}
.wxfix .WeChat {
  position: absolute;
  width: 1.06666667rem;
  height: 1.06666667rem;
  top: 0.8rem;
  left: 0.8rem;
  background-image: url(../images/ddback.png);
  background-size: 1.06666667rem 1.06666667rem;
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0px;
}
/* 滚动槽 */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
  border-radius: 10px;
}
/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: transparent;
  -webkit-box-shadow: inset 0 0 6px transparent;
}
::-webkit-scrollbar-thumb:window-inactive {
  background: transparent;
}
.jump {
  -webkit-animation: cute-btn 1.6s infinite;
  animation: cute-btn 1.6s infinite;
}
.upTop {
  -webkit-animation: myfirstup 0.5s infinite ;
  animation: myfirstup 0.5s  infinite ;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.downTop {
  -webkit-animation: myfirstdown 0.5s infinite ;
  animation: myfirstdown 0.5s  infinite ;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: alternate;
}
.wxguide {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 3.2rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.wxguide > img {
  position: absolute;
}
.wxguide .img1 {
  top: 1.2rem;
  left: 0.53333333rem;
  width: 0.8rem;
  height: 0.8rem;
}
.wxguide .img2 {
  top: 0.32rem;
  left: 1.50666667rem;
  width: 2.98666667rem;
  height: 2.98666667rem;
}
.wxguide .img3 {
  top: 0.8rem;
  left: 4.5rem;
  width: 9.52rem;
  height: 1.65333333rem;
}
.wxguide .img4 {
  right: 0.3rem;
  top: 0.96rem;
  width: 5.33333333rem;
  height: 2.02666667rem;
}
@-webkit-keyframes cute-btn {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  5% {
    -webkit-transform: scale3d(1.03, 0.97, 1) translateY(-1px);
    transform: scale3d(1.03, 0.97, 1) translateY(-1px);
  }
  12.5% {
    -webkit-transform: scale3d(1, 1, 1) translateY(-10px);
    transform: scale3d(1, 1, 1) translateY(-10px);
  }
  20% {
    -webkit-transform: scale3d(0.98, 1.02, 1) translateY(-1px);
    transform: scale3d(0.98, 1.02, 1) translateY(-1px);
  }
  25% {
    -webkit-transform: scale3d(1.06, 0.94, 1) translateY(0);
    transform: scale3d(1.06, 0.94, 1) translateY(0);
  }
  32.5% {
    -webkit-transform: scale3d(0.97, 1.03, 1) translateY(-4px);
    transform: scale3d(0.97, 1.03, 1) translateY(-4px);
  }
  40% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
}
@keyframes cute-btn {
  from {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  5% {
    -webkit-transform: scale3d(1.03, 0.97, 1) translateY(-1px);
    transform: scale3d(1.03, 0.97, 1) translateY(-1px);
  }
  12.5% {
    -webkit-transform: scale3d(1, 1, 1) translateY(-10px);
    transform: scale3d(1, 1, 1) translateY(-10px);
  }
  20% {
    -webkit-transform: scale3d(0.98, 1.02, 1) translateY(-1px);
    transform: scale3d(0.98, 1.02, 1) translateY(-1px);
  }
  25% {
    -webkit-transform: scale3d(1.06, 0.94, 1) translateY(0);
    transform: scale3d(1.06, 0.94, 1) translateY(0);
  }
  32.5% {
    -webkit-transform: scale3d(0.97, 1.03, 1) translateY(-4px);
    transform: scale3d(0.97, 1.03, 1) translateY(-4px);
  }
  40% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1) translateY(0);
    transform: scale3d(1, 1, 1) translateY(0);
  }
}
@keyframes myfirstup {
  from {
    top: 2.66666667rem;
  }
  to {
    top: 0px;
  }
}
@keyframes myfirstdown {
  from {
    top: 0px;
  }
  to {
    top: 2.66666667rem;
  }
}
img {
  display: inline-block;
}
#share-overlay {
  padding-top: 50px;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9998;
  left: 0;
  top: 0;
  background: rgba(255,255,255,.9)!important;
}
#share-main {
  padding: 0 18px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
#share-h2 {
  text-align: center;
    padding: 0 0 20px;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    font-weight: 600;

}
.share-h3 {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
}
.share-content {
  display: inline-block;
  width: auto;
  margin: 15px 0 20px;
  background-color: #f0f0f0;
  padding: 9px 16px;
}
.share-p {
  padding: 0;
  width: 100%;
  background-color: #f0f0f0;
  font-size: 16px;
  word-break: break-all;
  border: 0;
  resize: none;
  font-weight: 600;
}
.share-body {
  overflow:hidden;
  position:fixed;
  left:0;
  top:0;
}
.wx-tip {
    margin-top: 11px;
    line-height: 1;
    font-size: 14px;
    padding-bottom: 2px;
    color: #666666;
}
#share-cancel {
    width: 26px;
    height: 26px;
    display: block;
    top: 15px;
    right: 15px;
    position: absolute;
}
#share-cancel:before {
    height: 26px;
    content: '';
    border-left: 1px solid #666;
    position: absolute;
    width: 0;
    left: 13px;
    -webkit-transform: rotate(-45deg);
}
#share-cancel:after {
    height: 26px;
    content: '';
    border-left: 1px solid #666;
    position: absolute;
    width: 0;
    left: 13px;
    -webkit-transform: rotate(45deg);
}
#share-qrcode {
    width: 180px;
    height: 180px;
    margin: 0px auto;
    margin-top: 20px;
}
.fbg {
  width: 100%;
  text-align: center;
}
#share-qrcode-img {
    width: 180px;
    height: 180px;
}
.headerBtn .headerBtnImg img {
  display:block  !important;
}