/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font: 14px/1 '微软雅黑';
  background: #fafafa;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * 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;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 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 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
body,
menu,
p,
ul {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: bold;
}
strong,
b {
  font-weight: bold;
}
em,
i {
  font-style: normal;
}
ul,
li {
  list-style: none;
}
ul {
  padding: 0;
}
* {
  box-sizing: border-box;
}
body {
  font-family: 'MicrosoftYaHei';
  background: #eff0f2;
}
img {
  max-width: 100%;
}
.swiper-ad {
  margin-bottom: 20px;
  position: relative;
}
.swiper-ad h2 {
  position: absolute;
  font-size: 14px;
  color: #fefe00;
  top: 76px;
  left: 25px;
}
.swiper {
  width: 100%;
  height: 543px;
  margin-bottom: 24px;
  background: url('../images/swiper.png') center top no-repeat;
}
.swiper .swiper-price {
  position: absolute;
  width: 204px;
  height: 247px;
  top: 66px;
  left: 111px;
  background: url('../images/swiper-price.png') center no-repeat;
}
.swiper .swiper-price em {
  position: absolute;
  left: 50px;
  bottom: 76px;
  font-size: 40px;
  font-weight: bold;
  color: #fefe00;
}
.swiper .swiper-logo {
  position: absolute;
  top: 79px;
  left: 344px;
  width: 453px;
  height: 69px;
  background: url('../images/swiper-title.png') center no-repeat;
  font-size: 0;
}
.swiper .swiper-rule {
  position: absolute;
  top: 156px;
  left: 381px;
}
.swiper .swiper-rule-item {
  width: 392px;
  height: 54px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper .swiper-rule-item:first-child {
  background-image: url('../images/swiper-tips1.png');
}
.swiper .swiper-rule-item:last-child {
  margin-top: 6px;
  background-image: url('../images/swiper-tips2.png');
}
.menus,
.contact {
  position: absolute;
  top: 0;
}
.menus {
  left: 0;
}
.contact {
  right: 0;
}
.contact .contact-qrcode {
  width: 270px;
  height: 294px;
  background: #fff;
  padding: 11px;
}
.contact .contact-qrcode span,
.contact .contact-qrcode img {
  display: block;
}
.contact .contact-qrcode img {
  width: 249px;
  height: 249px;
}
.contact .contact-qrcode span {
  padding: 3px 0 5px;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.contact .contact-sns {
  position: relative;
  height: 74px;
  background: #ffffff url('../images/contact.png') 19px 22px no-repeat;
  margin-top: 20px;
  padding-left: 57px;
}
.contact .contact-sns:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 25px;
  top: 25px;
  right: 15px;
  background: url('../images/arrow.png') center no-repeat;
}
.contact .contact-sns strong,
.contact .contact-sns span {
  display: block;
}
.contact .contact-sns strong {
  font-size: 20px;
  font-weight: normal;
  color: #444;
  padding: 17px 0 10px;
}
.contact .contact-sns span {
  font-size: 14px;
  color: #666;
}
.menus li {
  display: block;
  width: 75px;
  height: 75px;
  background: #fff;
  border-radius: 50%;
  transition: all .3s;
  color: #444;
  margin-bottom: 10px;
  font-size: 16px;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
}
.menus li.one {
  font-size: 18px;
  padding: 0;
  line-height: 75px;
}
.menus li:hover,
.menus li.active {
  color: #fff;
  background: #faa61a;
}
.content {
  width: 100%;
}
.step-title {
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.step-title h2 {
  position: relative;
  display: inline-block;
  width: auto;
  padding-bottom: 40px;
  font-size: 30px;
  color: #312d2c;
}
.step-title h2 em {
  color: #6099f2;
}
.step-title h2:after,
.step-title h2:before {
  content: '';
  position: absolute;
  background: #6099f2;
}
.step-title h2:after {
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
}
.step-title h2:before {
  width: 56px;
  height: 5px;
  left: 50%;
  bottom: 0;
  margin-left: -28px;
}
.step-title span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 14px;
  font-size: 12px;
  color: #312d2c;
  text-align: center;
}
.step-alipay {
  width: 100%;
  background: #fff;
  border: solid 1px #faa61a;
  padding-top: 49px;
}
.step-alipay .step-title {
  width: 335px;
}
.step-alipay .step-alipay-rule {
  margin-top: 20px;
  padding: 0 20px;
}
.step-alipay .step-alipay-rule h3 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
.step-alipay .step-alipay-rule li {
  font-size: 14px;
  color: #333;
  margin-top: 18px;
}
.step-alipay .step-alipay-rule p {
  margin-top: 15px;
  width: 100%;
  height: auto;
  background-color: #6099f2;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  padding: 10px 9px 12px 15px;
  margin-bottom: 20px;
}
.step-alipay .step-alipay-rule p em {
  color: #fefe00;
}
.step-contact {
  margin-top: 20px;
  background: #fff;
  padding-top: 49px;
}
.step-contact .step-contact-rule {
  margin-top: 44px;
}
.step-contact .step-contact-tips {
  width: 90%;
  height: auto;
  background-color: #faa61a;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
}
.step-contact .step-contact-tips strong,
.step-contact .step-contact-tips em {
  display: block;
  color: #fff;
}
.step-contact .step-contact-tips strong {
  font-size: 20px;
  font-weight: bold;
}
.step-contact .step-contact-tips em {
  font-size: 14px;
  margin-top: 15px;
}
.step-contact .step-contact-list {
  display: none;
}
.step-price {
  margin-top: 20px;
  background: #fff;
  padding-top: 48px;
}
.step-price .step-price-rule {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #312d2c;
}
.step-price .step-price-rule em {
  color: #6099f2;
}
.step-price .step-price-rule img {
  display: block;
  width: 90%;
  margin: 15px auto 22px;
}
.step-price .step-price-tips {
  padding: 0 20px 20px;
  display: flex;
}
.step-price .step-price-tips label {
  color: #e00101;
  font-size: 14px;
  line-height: 24px;
}
.step-price .step-price-tips p {
  flex: 1;
  font-size: 14px;
  color: #191919;
  line-height: 24px;
}
.step-list {
  margin-top: 20px;
  background: #fff;
  padding-top: 48px;
  margin-bottom: 20px;
}
.step-list .step-title {
  margin-bottom: 48px;
}
.step-list .step-flex {
  display: flex;
  margin-top: 20px;
  padding-bottom: 20px;
}
.step-list .step-flex-item {
  flex: 1;
  text-align: center;
}
.step-list .step-flex.row1 .ti {
  text-indent: -60px;
}
.step-ad {
  margin-top: 20px;
}
.step-detail {
  margin-bottom: 17px;
}
.step-detail img {
  display: block;
}
.step-detail .d2 {
  margin-top: -7px;
}
.step-detail .d3 {
  margin-top: -7px;
}
.step-detail .d4 {
  margin-top: -7px;
}
.step-params {
  margin-top: 20px;
  padding-top: 48px;
  background: #fff;
}
.step-params ul {
  padding: 20px 20px 15px 20px;
}
.step-params ul li {
  display: flex;
  height: 56px;
  line-height: 56px;
  border-bottom: 1px dashed #7e7e7e;
}
.step-params ul li:last-child {
  border-bottom-color: #fff;
}
.step-params ul li label {
  width: 135px;
  color: #777;
  font-size: 14px;
}
.step-params ul li span {
  flex: 1;
  color: #333;
  font-size: 14px;
}
.step-params ul li small {
  flex: 1;
  padding-top: 7px;
  font-size: 12px;
  color: #333;
  line-height: 22px;
}
.step-loss {
  padding: 30px 31px 50px;
  background: #6099f2;
}
.step-loss .step-title h2 {
  color: #fff;
}
.step-loss .step-title h2 em {
  color: #fff;
}
.step-loss .step-title h2:after,
.step-loss .step-title h2:before {
  background: #fff;
}
.step-loss .step-title span {
  color: #fff;
}
.step-loss .step-loss-table {
  margin-top: 30px;
  border: solid #fff;
  border-width: 1px 1px 0 0;
}
.step-loss .step-loss-tr {
  display: flex;
}
.step-loss .step-loss-tr.tr1 {
  height: 70px;
  line-height: 70px;
}
.step-loss .step-loss-tr.tr1 span {
  line-height: 70px;
  font-size: 14px;
}
.step-loss .step-loss-tr.tr2 {
  height: 190px;
  line-height: 190px;
}
.step-loss .step-loss-tr.tr2 span {
  font-size: 14px;
  line-height: 20px;
}
.step-loss .step-loss-tr.tr2 em {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  padding-top: 13px;
}
.step-loss .step-loss-tr.tr3 {
  height: 90px;
  line-height: 90px;
}
.step-loss .step-loss-tr.tr3 label {
  border-bottom-color: #fff;
}
.step-loss .step-loss-tr.tr3 span {
  font-size: 14px;
  line-height: 20px;
  padding-top: 25px;
}
.step-loss .step-loss-tr label {
  width: 100px;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #6099f2;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
.step-loss .step-loss-tr span {
  flex: 1;
  height: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding-left: 13px;
}
.step-loss .step-loss-tips {
  display: block;
  margin-top: 37px;
  width: 100%;
  height: 53px;
  line-height: 20px;
  text-align: left;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #fab81a;
  border-radius: 23px;
  padding: 8px 15px;
}
.step-question {
  background: #fff;
  padding-top: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.step-question .step-question-list {
  margin-top: 32px;
  padding: 0 31px 0 69px;
}
.step-question .step-question-item {
  position: relative;
}
.step-question .step-question-item:after,
.step-question .step-question-item:before {
  content: '';
  position: absolute;
  background: #fab81a;
}
.step-question .step-question-item:after {
  top: 0;
  left: -36px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.step-question .step-question-item:before {
  top: 0;
  left: -27px;
  height: 100%;
  width: 1px;
}
.step-question .step-question-item:last-child:before {
  background: #fff;
}
.step-question .step-question-item h3 {
  font-size: 16px;
  color: #1d1d1d;
  margin-bottom: 12px;
  font-weight: bold;
}
.step-question .step-question-item p {
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.zmtWechat { width:100%; max-width:740px; height:40px; position:fixed; bottom:0px; }
.wechatIcon { width:30px; vertical-align: middle; }
.we1 { background:#D21406; position:relative; zoom:1; overflow:hidden; color:#FFFFFF; float:left; width:40%; height:50px; line-height:50px; font-size:18px; padding-top:0px; text-align: center;}
.we1 a { color:#FFFFFF; text-decoration:none; }
.we2 { width:60%; background:#302825; height:50px; line-height:50px; float:left; color:#FFFFFF; font-size:18px; padding-top:0px; text-align: center;}
.zmtWechat { width:100%; height:50px; position:fixed; bottom:0px; }
.xx { width:240px; vertical-align: middle; }
.wechatBox { display: none; width:100%; height:100%; position:fixed; top:0px; z-index: 5; }
.wechat { position:fixed; top:20%; width:80%; right:10%; left:10%; color:#666; text-align:center; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1); -moz-box-shadow: 1px 1px 2x rgba(0, 0, 0, 1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 1); border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background: #fff; z-index: 5000; display: none; padding:30px 0px; }
.wechatimg { position:fixed; top:20%; width:80%; right:10%; left:10%; color:#666; text-align:center; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 1); -moz-box-shadow: 1px 1px 2x rgba(0, 0, 0, 1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 1); border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; background: #fff; z-index: 5000; display: none; }
.wechatimg img { width:100% }
.wechat .p1 { font-size:28px; }
.wechat .p2 { font-size:20px; }
.wechat .wxid { font-size:40px; background-color:#f62796; color:#FFF; padding:10px; margin:30px 0px; }