@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input, button, select, textarea {
  outline: none;
  font-family: "microsoft yahei"; }

li {
  list-style: none; }

img {
  border: 0; }

textarea {
  resize: none; }

body, div, span, ul, li, p, h1, h2, h3, h4, h5, h6, img, input, textarea {
  margin: 0;
  padding: 0;
  border: 0 none; }

body {
  font-size: 12px;
  font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
  color: #323232; }

body {
  word-wrap: break-word;
  word-break: break-all;
  min-height: 100%;
  _height: 100%; }

a {
  color: #666;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  text-decoration: none; }

a {
  outline: none; }

a:active {
  star: expression(this.onFocus=this.blur()); }

a:focus {
  outline: 0; }

.hidden {
  display: none; }

.vhidden {
  visibility: hidden; }

.block {
  display: block; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

.icon-xk-s1:before, .icon-xk-s2:before, .icon-xk-s3:before, .icon-xk-s4:before, .icon-xk-left:before, .icon-xk-right:before, .icon-xk-search:before, *, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 0. sassCore's style
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: scroll;
  /* 0 */
  -webkit-overflow-scrolling: touch;
  /* 0 */ }

/**
 * 1. Remove default margin
 * 0. sassCore's style.
 */
body {
  margin: 0;
  /* 1 */
  line-height: 1.5;
  /* 0 */
  color: #333;
  /* 0 */
  background-color: #fff;
  /* 0 */ }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 * 3. Correct `inline-block` display in IE 6/7.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
  *display: inline;
  /* 3 */
  *zoom: 1;
  /* 3 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background color from active links in IE 10.
 * 2. Improve readability when focused and also mouse hovered in all browsers.
 * 0. sassCore's style.
 */
a {
  background: transparent;
  /* 1 */
  /* 0 */
  text-decoration: none;
  color: #08c; }
  a:active, a:hover {
    outline: 0;
    /* 2 */ }
  a:hover {
    color: #006699; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improve image quality when scaled in IE 7.
 * 0. sassCore's style.
 */
img {
  border: 0;
  /* 1 */
  vertical-align: middle;
  /* 0 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * 1. Contain overflow in all browsers.
 * 2. Improve readability of pre-formatted text in all browsers.
 */
pre {
  overflow: auto;
  /* 1 */
  white-space: pre;
  /* 2 */
  white-space: pre-wrap;
  /* 2 */
  word-wrap: break-word;
  /* 2 */ }

/**
 * 1. Address odd `em`-unit font size rendering in all browsers.
 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  _font-family: 'courier new', monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 0. sassCore's style
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 0 */ }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif; }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

h1 {
  font-size: 21px; }

h2 {
  font-size: 18.2px; }

h3 {
  font-size: 16.38px; }

h4 {
  font-size: 14px; }

h5, h6 {
  font-size: 11.9px;
  text-transform: uppercase; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc; }

@font-face {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("eot"), url("../font/iconfont.svg#FontAwesome") format("svg"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"); }
.icon-xk-s1, .icon-xk-s2, .icon-xk-s3, .icon-xk-s4, .icon-xk-left, .icon-xk-right, .icon-xk-search {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-xk-s1:before {
  content: ""; }

.icon-xk-s2:before {
  content: ""; }

.icon-xk-s3:before {
  content: ""; }

.icon-xk-s4:before {
  content: ""; }

.icon-xk-left:before {
  content: ""; }

.icon-xk-right:before {
  content: ""; }

.icon-xk-search:before {
  content: ""; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 去除双击选中文字 %user
 */
.l {
  float: left; }

.r {
  float: right; }

.hidden {
  display: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * 去除双击选中文字 %user
 */
.l {
  float: left; }

.r {
  float: right; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.ml10 {
  margin-left: 10px; }

.ml20 {
  margin-left: 20px; }

.hidden {
  display: none; }

.btn.hidden {
  display: none; }

@media screen and (max-width: 360px) {
  html {
    font-size: 12px; } }
@media screen and (min-width: 361px) and (max-width: 414px) {
  html {
    font-size: 14px; } }
@media screen and (min-width: 415px) and (max-width: 568px) {
  html {
    font-size: 16px; } }
@media screen and (min-width: 569px) and (max-width: 736px) {
  html {
    font-size: 18px; } }
@media screen and (min-width: 737px) and (max-width: 1080px) {
  html {
    font-size: 22px; } }
@media screen and (min-width: 1081px) {
  html {
    font-size: 36px; } }
body {
  background-color: #f2f2f2;
  height: 100%; }
  body.bgfff {
    background-color: #fff; }

img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-tap-highlight-color: rgba(0, 0, 0, 0);
  -o-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.ffyh {
  font-family: "microsoft yahei"; }

.lt {
  text-decoration: line-through; }

.uline {
  text-decoration: underline; }

.fw {
  font-weight: 700; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-1px-top {
    position: relative; }
    .border-1px-top::before {
      content: '';
      transform: scaleY(0.7);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

  .border-1px-bottom {
    position: relative; }
    .border-1px-bottom::after {
      content: '';
      transform: scaleY(0.7);
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

  .border-1px-left {
    position: relative; }
    .border-1px-left::before {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }

  .border-1px-right {
    position: relative; }
    .border-1px-right::after {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; } }
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px-top {
    position: relative; }
    .border-1px-top::before {
      content: '';
      transform: scaleY(0.5);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

  .border-1px-bottom {
    position: relative; }
    .border-1px-bottom::after {
      content: '';
      transform: scaleY(0.5);
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

  .border-1px-left {
    position: relative; }
    .border-1px-left::before {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }

  .border-1px-right {
    position: relative; }
    .border-1px-right::after {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; } }
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .border-1px-top {
    position: relative; }
    .border-1px-top::before {
      content: '';
      transform: scaleY(0.33);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

  .border-1px-bottom {
    position: relative; }
    .border-1px-bottom::after {
      content: '';
      transform: scaleY(0.33);
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }

  .border-1px-left {
    position: relative; }
    .border-1px-left::before {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }

  .border-1px-right {
    position: relative; }
    .border-1px-right::after {
      content: '';
      transform: scaleX(0.5);
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; } }
.check-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

.flexs {
  display: -o-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }

/**
 * body
 */
html,
body {
  height: 100%; }

body.gray {
  background-color: #f5f5f5; }

.flexs {
  display: -o-flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  flex: 1; }

.mthalf {
  margin-top: 0.5rem; }

html {
  height: 100%; }

body {
  height: 100%;
  background-color: #fff;
  font-family: 'Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,Arial,sans-serif'; }
  body.mindex {
    background-color: #f7f7f7; }

html, body {
  height: 100%; }

.fw {
  font-weight: bold; }

.check-default {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

.footers {
  text-align: center;
  padding: 90px 0 30px; }
  .footers p {
    font-size: 12px;
    color: #999; }

.mt20 {
  margin-top: 20px; }

.ml10 {
  margin-left: 10px; }

.mr50 {
  margin-right: 50px; }

.check-default {
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  cursor: pointer; }
  .check-default:checked {
    background: url(../images/checked.png) center no-repeat; }

/*页面公用样式*/
.index-page {
  width: auto;
  min-width: 1200px;
  background-color: transparent; }

a.app-download, a.app-download:hover, a.btn-i-search {
  background: url(../images/icon_index.png) no-repeat; }

.pay-submit__wrapper {
  text-align: center;
  padding: 20px 0; }
  .pay-submit__wrapper .pay-submit-box {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #c79a35;
    display: inline-block;
    font-size: 16px;
    text-align: center; }
    .pay-submit__wrapper .pay-submit-box:hover, .pay-submit__wrapper .pay-submit-box:active {
      background-color: #b58d31; }
    .pay-submit__wrapper .pay-submit-box.disable {
      background-color: #ccc;
      cursor: default; }
  .pay-submit__wrapper.tal {
    text-align: left; }

.pr30 {
  padding-right: 30px; }

.pr10 {
  padding-right: 10px; }

/*header*/
.header {
  position: fixed;
  top: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.2);
  height: 2.1428571429rem;
  width: 100%;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; z-index: 1;}
  .header .header-wrap {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap; }
    .header .header-wrap .logo-white {
      width: 4.6428571429rem;
      height: 1.2142857143rem;
      margin-top: 0.4642857143rem;
      margin-left: 1.0714285714rem; }
      .header .header-wrap .logo-white img {
        width: 4.6428571429rem;
        height: 1.2142857143rem;
        display: block; }
    .header .header-wrap .nav {
      transform: scale(0.9);
      transform-origin: right; }
      .header .header-wrap .nav a {
        padding-right: 0.2rem;
        height: 2.1428571429rem;
        float: left;
        line-height: 2.1428571429rem;
        font-size: 10px;
        color: #fff;
        color: rgba(255, 255, 255, 0.5);
        display: block;
        border-bottom: 0; }
        .header .header-wrap .nav a:first-child {
          width: 1.8571428571rem; }
        .header .header-wrap .nav a:hover, .header .header-wrap .nav a.cur {
          color: #fff;
          border-bottom: 1px solid #fff; }
  .header.hide {
    opacity: 0; }

.bg-black {
  background-color: #202732; }

.bg-white {
  background-color: #fff;
  border-bottom: 1px solid #f8f7f7; }
  .bg-white .header-wrap .nav a {
    color: #3d5666; }
    .bg-white .header-wrap .nav a:hover, .bg-white .header-wrap .nav a.cur {
      color: #fe2c01;
      border-bottom: 1px solid #fe2c01; }

.container {
  width: 100%;
  margin: 0 auto; }

.my-container {
  width: 100%;
  margin: 0 auto;
  min-height: 650px;
  padding-bottom: 50px; }

/*footer*/
.footer {
  width: 100%;
  background: url(../images/bg_footer.png) #202732 left top repeat-x;
  background-size: 0.3571428571rem;
  padding-top: 1.3571428571rem;
  box-sizing: border-box; }
  .footer .f-container {
    width: 100%;
    margin: 0 auto; }
    .footer .f-container .f-c-text {
      margin-right: 0.3571428571rem;
      color: #b8c8d3; }
      .footer .f-container .f-c-text .f-ct-nav {
        font-size: 12px;
        transform: scale(0.9);
        transform-origin: left;
        padding-bottom: 1.0714285714rem;
        padding-left: 0.5rem; }
        .footer .f-container .f-c-text .f-ct-nav a {
          color: #b8c8d3;
          padding: 0 0.5357142857rem; }
          .footer .f-container .f-c-text .f-ct-nav a:first-child {
            padding-left: 0; }
          .footer .f-container .f-c-text .f-ct-nav a:hover {
            color: #b8c8d3; }
      .footer .f-container .f-c-text .f-ct-copy {
        font-size: 10px;
        padding-left: 0.7142857143rem; }
        .footer .f-container .f-c-text .f-ct-copy a {
          color: #b8c8d3; }
    .footer .f-container .f-c-img {
      width: 16rem;
      padding-right: 1.0714285714rem; }
      .footer .f-container .f-c-img img {
            width: 16rem;
        height: auto;
        display: block; }

.input-default {
  border: 1px solid #dcdcdc;
  -webkit-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .input-default:focus {
    border-color: #c79a35;
    -webkit-box-shadow: 0 0 2px rgba(255, 107, 32, 0.3);
    -moz-box-shadow: 0 0 2px rgba(255, 107, 32, 0.3);
    box-shadow: 0 0 2px rgba(255, 107, 32, 0.3); }

.mt26 {
  margin-top: 26px; }

.mt30 {
  margin-top: 30px; }

.mt35 {
  margin-top: 35px; }

.mt95 {
  margin-top: 95px; }

.top-b-have {
  line-height: 80px;
  font-size: 16px;
  color: #d1cfcb; }
  .top-b-have a, .top-b-have a:hover {
    color: #fffbf7; }

/**
 * 分页
 */
.pagination {
  line-height: 22px;
  height: 24px;
  font-size: 0; }
  .pagination a,
  .pagination span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  .pagination a {
    color: #999; }
  .pagination span {
    color: #666; }
  .pagination a {
    padding: 0 9px;
    line-height: 22px;
    border: 1px solid #dcdcdc; }
    .pagination a.pageNumCur, .pagination a:hover {
      background-color: #ff6b20;
      border-color: #ff6b20;
      color: #fff; }

.order-place__wrapper {
  margin-top: 30px; }

.order-place__wrapper1 {
  padding-top: 20px; }

.mt100 {
  margin-top: 100px; }

.mbt80 {
  margin-bottom: 80px; }

.error-wrap {
  width: 1200px;
  min-height: 530px;
  padding: 50px;
  margin: 30px auto 0; }

.error-box {
  padding-top: 113px; }
  .error-box .error-b-text {
    font-size: 16px;
    line-height: 18px;
    padding: 34px 0 60px; }
  .error-box .btn-return a {
    color: #c79a35;
    font-size: 14px;
    line-height: 16px; }
    .error-box .btn-return a:hover {
      color: #c79a35; }

.banner {
  width: 100%;
  min-width: 100%;
  height: 12.1428571429rem; }
  .banner .bn-img {
    background: url(../images/banner-01.png) center top no-repeat;
    background-size: 100%;
    height: 12.1428571429rem; }

.category-box, .category-box2, .category-box3, .category-box4 {
  width: 100%;
  min-width: 100%;
  height: auto; }
  .category-box img, .category-box2 img, .category-box3 img, .category-box4 img {
    width: 100%;
    height: auto;
    display: block; }

.banner3 {
  width: 100%;
  min-width: 100%;
  height: 10rem;
  margin-top: 2.1428571429rem; }
  .banner3 .bn-img {
    background: url(../images/banner-03.png) center top no-repeat;
    background-size: 100%;
    height: 10rem; }

.about-box1, .about-box2, .about-box3 {
  width: 100%;
  min-width: 100%;
  height: auto; }
  .about-box1 img, .about-box2 img, .about-box3 img {
    width: 100%;
    height: auto;
    display: block; }

.banner2 {
  width: 100%;
  min-width: 100%;
  height: 12.1428571429rem; }
  .banner2 .bn-img {
    background: url(../images/banner-02.png) center top no-repeat;
    background-size: 100%;
    height: 12.1428571429rem; }

.product-box1, .product-box2 {
  width: 100%;
  min-width: 100%;
  height: auto; }
  .product-box1 img, .product-box2 img {
    width: 100%;
    height: auto;
    display: block; }

.bg-f8 {
  background-color: #f6f8fb; }

.banner4 {
  width: 100%;
  min-width: 100%;
  height: 12.1428571429rem; }
  .banner4 .bn-img {
    background: url(../images/banner-04.png) center top no-repeat;
    background-size: 100%;
    height: 12.1428571429rem; }

.case-box1, .case-box2, .case-box3 {
  width: 100%;
  min-width: 100%;
  height: auto; }
  .case-box1 img, .case-box2 img, .case-box3 img {
    width: 100%;
    height: auto;
    display: block; }

.case-list-wrap {
  background-color: #f6f8fb;
  min-width: 100%;
  padding-bottom: 1.6071428571rem; }
  .case-list-wrap .c-title {
    width: 100%;
    height: auto; }
    .case-list-wrap .c-title img {
      width: 100%;
      height: auto;
      display: block; }
  .case-list-wrap .case-list {
    width: 22.8571428571rem;
    position: relative;
    margin: 0 auto; }
    .case-list-wrap .case-list .icon-left, .case-list-wrap .case-list .icon-right {
      width: 0.5rem;
      height: 1rem;
      background: url(../images/icon-left.png) no-repeat;
      background-size: 0.5rem;
      display: block;
      top: 1.5357142857rem; }
    .case-list-wrap .case-list .icon-left {
      position: absolute;
      left: -0.8928571429rem; }
    .case-list-wrap .case-list .icon-right {
      background: url(../images/icon-right.png) no-repeat;
      background-size: 0.5rem;
      position: absolute;
      right: -0.8928571429rem; }
    .case-list-wrap .case-list .list {
      width: 22.8571428571rem;
      height: 4.0714285714rem;
      overflow: hidden;
      position: relative; }
      .case-list-wrap .case-list .list ul {
        position: absolute;
        left: 0;
        width: 714.2857142857rem; }
        .case-list-wrap .case-list .list ul li {
          float: left;
          width: 5.4642857143rem;
          height: 4.0714285714rem;
          margin-right: 0.3571428571rem; }
          .case-list-wrap .case-list .list ul li img {
            width: 5.4642857143rem;
            height: 4.0714285714rem; }

.contact-box1 {
  padding-top: 2.1428571429rem; }

.contact-box1, .contact-box2 {
  width: 100%;
  min-width: 100%;
  height: auto; }
  .contact-box1 img, .contact-box2 img {
    width: 100%;
    height: auto;
    display: block; }

.banner5 {
  width: 100%;
  min-width: 100%;
  height: 12.1428571429rem; }
  .banner5 .bn-img {
    background: url(../images/banner-05.jpg) center top no-repeat;
    background-size: 100%;
    height: 12.1428571429rem; }

/*# sourceMappingURL=style.css.map */
