@charset "utf-8";

/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
header,
footer,
section {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 1.5rem;
  border: 0;
}

html {
  height: 100%;
  width: 100%;
  font-family: Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  outline: 0;
  background-size: 100% 100%;
}

body {

  font-family: Arial, "Lucida Grande", Verdana, "Microsoft YaHei", hei;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  overflow-x: hidden;
  font-size: 14px;
}

select,
input,
button,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

h2,
h3 {
  font-weight: normal;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

/*basic*/
.left {
  float: left;
}

.right {
  float: right;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  border: 0;
}

option {
  margin: 0;
  padding: 0
}

/*link*/
a {
  text-decoration: none;
  color: #e1a744;
}

a:hover {
  text-decoration: none;
}

input,
select,
textarea,
button {
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
}

a {
  outline: 0;
  blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: transparent;

}

a:focus,
input:focus,
textarea:focus {
  outline: 0;
  -moz-outline: none
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/*clear self*/
.clearfix:before,
.clearfix:after {
  display: block;
  content: "";
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.hide {
  display: none;
}

.hidden {
  overflow: hidden;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center
}

.flexbox-sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0
}

.flex-2 {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  width: 0
}

.flex-1,
.flex-2,
.flex-3,
.flex-4,
.flex-5 {
  width: 100%
}

.flexbox-v.flexbox-left,
.flexbox.flexbox-top {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start
}

.flexbox-v.flexbox-right,
.flexbox.flexbox-bottom {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end
}

.flexbox .flex-1:first-child,
.flexbox .flex-2:first-child,
.flexbox .flex-3:first-child,
.flexbox .flex-4:first-child,
.flexbox .flex-5:first-child {
  margin-left: 0 !important
}

.flexbox .flex-1:last-child,
.flexbox .flex-2:last-child,
.flexbox .flex-3:last-child,
.flexbox .flex-4:last-child,
.flexbox .flex-5:last-child {
  margin-right: 0 !important
}

.flexbox-v .flex-1:first-child,
.flexbox-v .flex-2:first-child,
.flexbox-v .flex-3:first-child,
.flexbox-v .flex-4:first-child,
.flexbox-v .flex-5:first-child {
  margin-top: 0 !important
}

.flexbox-v .flex-1:last-child,
.flexbox-v .flex-2:last-child,
.flexbox-v .flex-3:last-child,
.flexbox-v .flex-4:last-child,
.flexbox-v .flex-5:last-child {
  margin-bottom: 0 !important
}

.bd_b1 {
  border-bottom: 1px solid #d0dde0;
}

.toolbar {
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 7.5rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.btn {
  width: 7.5rem;
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
  background: #ff9001;
}

/*三角*/
.triangle-top-s {
  position: absolute;
  top: -0.14rem;
  left: 0.33rem;
  display: inline-block;
  vertical-align: middle;
  border: 0.14rem solid transparent;
  border-bottom: 0.14rem solid #fff;
  border-top: 0;
}

.triangle-top-m {
  position: absolute;
  top: -0.16rem;
  left: 0.32rem;
  display: inline-block;
  vertical-align: middle;
  border: 0.16rem solid transparent;
  border-bottom: 0.16rem solid #dddddd;
  border-top: 0;
}

.triangle-top-s1 {
  position: absolute;
  top: -0.14rem;
  left: 3.57rem;
  display: inline-block;
  vertical-align: middle;
  border: 0.14rem solid transparent;
  border-bottom: 0.14rem solid #fff;
  border-top: 0;
}

.triangle-top-m1 {
  position: absolute;
  top: -0.16rem;
  left: 3.55rem;
  display: inline-block;
  vertical-align: middle;
  border: 0.16rem solid transparent;
  border-bottom: 0.16rem solid #dddddd;
  border-top: 0;
}

.shade {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}

.loading {
  width: 100%;
  height: 50px;
  background: #fff;
  line-height: 50px;
  text-align: center;
}

.loading i {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/load.gif) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
}

@keyframes myfade {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-moz-keyframes myfade {

  /* Firefox */
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes myfade {

  /* Safari and Chrome */
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes myfade {

  /* Opera */
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

/*背景渐变*/
.bg {
  filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform . Microsoft . gradient(startcolorstr=#00002d, endcolorstr=#203873, gradientType=0);
  -ms-filter: alpha(opacity=100 finishopacity=50 style=1 startx=0, starty=0, finishx=0, finishy=150) progid: DXImageTransform . Microsoft . gradient(startcolorstr=#00002d, endcolorstr=#203873, gradientType=0);
  background: #111e52;
  /* 一些不支持背景渐变的浏览器 */
  background: -moz-linear-gradient(top, #00002d, rgba(32, 56, 115, 0.5));
  background: -webkit-gradient(linear, 0 0, 0 right, from(#00002d), to(rgba(32, 56, 115, 0.5)));
}

.toRight,
body {
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #00002d, #203873);
  /* Safari 5.1+, Chrome 10+ */
  background: -webkit-gradient(linear, 0 0, 0 right, from(#00002d), to(#203873));
  background: -webkit-linear-gradient(left, #00002d, #203873);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #00002d, #203873);

}
