﻿body,
form,
fieldset,
input,
select,
textarea,
button,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
pre,
blockquote,
hr {
  margin: 0;
}
fieldset,
legend,
button,
ul,
ol {
  padding: 0;
}
frame,
iframe,
img,
fieldset {
  border: none;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
body {
  position: relative;
  font-size: 12px;
  font-family: "Microsoft Yahei", tahoma, arial, Hiragino Sans GB, "\5b8b\4f53", sans-serif;
  line-height: 20px;
  color: #282a2b;
  background: #f2f2f2;
  min-height: 100%;
  min-width: 1180px;
  _height: 100%;
  _background-image: url(about:blank);
  _background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
}
a {
  text-decoration: none;
  outline: none;
  color: #282a2b;
}
a:hover {
  text-decoration: underline;
}
input,
select,
textarea,
button {
  font-family: "Microsoft Yahei", tahoma, arial, Hiragino Sans GB, "\5b8b\4f53", sans-serif;
  font-size: 12px;
  resize: none;
  outline: none;
}
object {
  vertical-align: middle;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
ul,
ol {
  list-style: none;
}
hr {
  border: none;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10px;
  color: #999;
}
.inline-block {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.fl,
.fr {
  display: inline;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fixed {
  position: fixed;
  _position: absolute;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.clearfix:after {
  clear: both;
}
/*
* 使用示例：
* 参考文献：http://caniuse.com/input-placeholder
*/
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.top {
  vertical-align: top;
}
.middle {
  vertical-align: middle;
}
.bottom {
  vertical-align: bottom;
}
.ma {
  margin-left: auto;
  margin-right: auto;
}
.background .tile {
  position: relative;
}
.background .tile span {
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  text-align: center;
}
.background .white {
  background-color: #ffffff;
}
.background .black-10 {
  background-color: #e6e6e6;
}
.background .black-20 {
  background-color: #cccccc;
}
.background .black-30 {
  background-color: #b3b3b3;
}
.background .black-40 {
  background-color: #999999;
}
.background .black-50 {
  background-color: #808080;
}
.background .black-60 {
  background-color: #666666;
}
.background .black-70 {
  background-color: #4d4d4d;
}
.background .black-80 {
  background-color: #333333;
}
.background .black-90 {
  background-color: #191919;
}
.background .black {
  background-color: #000000;
}
.background .red {
  background-color: #ff0000;
}
.background .orange {
  background-color: #ff6c12;
}
.background .yellow {
  background-color: #fff100;
}
.background .green {
  background-color: #2ead68;
}
.background .cyan {
  background-color: #63bdf2;
}
.background .blue {
  background-color: #63bdf2;
}
.background .purple {
  background-color: #9e00ff;
}
.background .pink {
  background-color: #e4007f;
}
.text-white {
  color: #ffffff;
}
.text-gray,
.muted {
  color: #999999;
}
.text-black {
  color: #000000;
}
.text-red {
  color: #ff0000;
}
.text-orange {
  color: #ff6c12;
}
.text-yellow {
  color: #fff100;
}
.text-green {
  color: #2ead68;
}
.text-cyan {
  color: #63bdf2;
}
.text-blue {
  color: #63bdf2;
}
.text-purple {
  color: #9e00ff;
}
.text-pink {
  color: #e4007f;
}
.text-gary {
  color: #7b7c7d;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.m45 {
  margin: 45px;
}
.m50 {
  margin: 50px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.p45 {
  padding: 45px;
}
.p50 {
  padding: 50px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl45 {
  padding-left: 45px;
}
.pl50 {
  padding-left: 50px;
}
.disabled {
  cursor: default !important;
  opacity: 0.5;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.break {
  word-break: break-all;
}
.fz12 {
  font-size: 12px;
}
.fz14 {
  font-size: 14px;
}
.fz16 {
  font-size: 16px;
}
.fz18 {
  font-size: 18px;
}
.fz20 {
  font-size: 20px;
}
.fz22 {
  font-size: 22px;
}
.fz24 {
  font-size: 24px;
}
.fz26 {
  font-size: 26px;
}
.fz28 {
  font-size: 28px;
}
.fz30 {
  font-size: 30px;
}
.fz32 {
  font-size: 32px;
}
.fz34 {
  font-size: 34px;
}
.fz36 {
  font-size: 36px;
}
.fz38 {
  font-size: 38px;
}
.fz40 {
  font-size: 40px;
}
.fz42 {
  font-size: 42px;
}
.fz44 {
  font-size: 44px;
}
.fz46 {
  font-size: 46px;
}
.fz48 {
  font-size: 48px;
}
.fz50 {
  font-size: 50px;
}
.lh12 {
  line-height: 12px;
}
.lh14 {
  line-height: 14px;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh34 {
  line-height: 34px;
}
.lh36 {
  line-height: 36px;
}
.lh38 {
  line-height: 38px;
}
.lh40 {
  line-height: 40px;
}
.lh42 {
  line-height: 42px;
}
.lh44 {
  line-height: 44px;
}
.lh46 {
  line-height: 46px;
}
.lh48 {
  line-height: 48px;
}
.lh50 {
  line-height: 50px;
}
.list {
  /*
      *   @width      列表外层宽度
      *   @disX       x间距
      *   @disY       y间距
      *   @liWidth    li 宽度
      *   @liHeight   li 高度
      */
}
.icon {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.arrow-top {
  width: 0;
  height: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font: 0/0 "microsoft yahei";
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.arrow-bottom {
  width: 0;
  height: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font: 0/0 "microsoft yahei";
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-top-width: 8px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-style: solid;
  border-top-color: #cccccc;
}
.arrow-left {
  width: 0;
  height: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font: 0/0 "microsoft yahei";
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-right-width: 8px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-style: solid;
  border-right-color: #cccccc;
}
.arrow-right {
  width: 0;
  height: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font: 0/0 "microsoft yahei";
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-left-width: 8px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-style: solid;
  border-left-color: #cccccc;
}
.textarea,
.input {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 4px 6px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.textarea {
  width: 300px;
  height: 100px;
}
.input {
  width: 150px;
}
.input-sm {
  width: 110px;
}
.input-smt {
  width: 70px;
}
.input-mn {
  width: 30px;
}
.input-l {
  width: 190px;
}
.input-lgr {
  width: 240px;
}
.input-lges {
  width: 280px;
}
.input-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  color: #333;
  cursor: pointer;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}
.btn-mn {
  width: 30px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
}
.btn-smt {
  width: 50px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.btn-sm {
  width: 70px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.btn-l {
  width: 110px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
.btn-lgr {
  width: 130px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
}
.btn-lges {
  width: 150px;
  height: 54px;
  line-height: 54px;
  font-size: 18px;
}
.btn-block {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
}
.select {
  position: relative;
  line-height: 40px;
  *zoom: 1;
  border: 1px solid #e6e6e6;
  z-index: 100;
}
.select .select-hd {
  position: relative;
  padding-right: 40px;
  padding-left: 10px;
  cursor: pointer;
  background-color: #FFFFFF;
  overflow: hidden;
}
.select .select-hd .select-text {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.select .select-hd .select-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 40px;
  background-color: #f1f1f1;
  text-align: center;
}
.select .select-bd {
  position: absolute;
  top: 100%;
  left: -1px;
  width: 100%;
  line-height: 30px;
  display: block;
  border: 1px solid #999;
  background-color: #FFFFFF;
  display: none;
}
.select .select-bd ul {
  max-height: 300px;
  _height: expression(this.offsetHeight >  300 ? ' 300px ': true);;
  _overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
.select .select-bd ul li {
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.select .select-bd ul li.hover {
  background-color: #a0c5e8;
}
.select .select-bd ul li.selected {
  background-color: #0b92e8;
}
.validator-message {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  padding-left: 22px;
  padding-right: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
  height: 24px;
  line-height: 24px;
}
.validator-message.error {
  border-color: #FF8080;
  background-color: #FFF2F2;
  color: #F60;
}
.validator-message.success {
  border-color: #B8EF83;
  background-color: #EEFFDE;
  color: #2B9D2C;
}
.validator-icon {
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background: url("../images/form-icon.png") no-repeat;
}
.validator-icon-success {
  background-position: 0 0;
}
.validator-icon-error {
  background-position: -20px 0;
}
.validator-icon-warning {
  background-position: -40px 0;
}
.validator-icon-tip {
  background-position: -60px 0;
}
.calendar {
  position: absolute;
  z-index: 1000;
  top: 50%;
  left: 50%;
  border: 1px solid #999;
}
.calendar .calendar-hd {
  position: relative;
  height: 30px;
}
.calendar .calendar-hd .calendar-prev,
.calendar .calendar-hd .calendar-next {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  width: 30px;
  cursor: pointer;
  text-align: center;
}
.calendar .calendar-hd .calendar-prev:hover,
.calendar .calendar-hd .calendar-next:hover {
  background-color: #ffeaec;
}
.calendar .calendar-hd .calendar-prev {
  left: 0;
}
.calendar .calendar-hd .calendar-next {
  right: 0;
}
.calendar .calendar-hd .calendar-tab {
  display: block;
  margin-left: 30px;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.calendar .calendar-bd .calendar-panel .panel-hd .row .day {
  background-color: #eeeeee;
}
.calendar .calendar-bd .calendar-panel .row {
  *zoom: 1;
}
.calendar .calendar-bd .calendar-panel .row:before,
.calendar .calendar-bd .calendar-panel .row:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.calendar .calendar-bd .calendar-panel .row:after {
  clear: both;
}
.calendar .calendar-bd .calendar-panel .row .day {
  display: inline;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background-color: #ddf9eb;
}
.calendar .calendar-bd .calendar-panel .row .day.hover {
  background-color: #c3EEFF;
  cursor: pointer;
}
.calendar .calendar-bd .calendar-panel .row .day.other {
  background-color: #fefEfE;
}
.calendar .calendar-bd .calendar-panel .row .day.other.hover {
  background-color: #e3fdff;
}
.calendar .calendar-bd .calendar-panel .row .day.current {
  background-color: #8ff1fe;
  cursor: default;
}
.calendar .calendar-bd .calendar-panel .row .day.disable {
  opacity: 0.3;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  cursor: default;
}
.popup-mark {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0px;
  _top: expression(eval(document.documentElement.scrollTop+ 0 ));
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 100000;
  opacity: 0.6;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.popup {
  display: none;
  position: fixed;
  _position: absolute;
  z-index: 100001;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 6px #333333;
  -moz-box-shadow: 1px 1px 6px #333333;
  box-shadow: 1px 1px 6px #333333;
  line-height: 24px;
  color: #333;
}
.popup .popup-close {
  position: absolute;
  top: 4px;
  right: 6px;
  background-repeat: no-repeat;
}
.popup .popup-hd {
  padding-left: 20px;
  margin-right: 40px;
}
.popup .popup-bd {
  padding: 20px;
  overflow: auto;
  word-break: break-all;
}
.paging {
  text-align: center;
  font-size: 0px;
  color: #666;
}
.paging a,
.paging span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  vertical-align: text-bottom;
  position: relative;
  padding: 0 9px;
  font-size: 14px;
  line-height: 22px;
  height: 22px;
  margin-right: 6px;
  border: 1px solid;
}
.paging a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging a .icon {
  vertical-align: middle;
  margin-bottom: 2.4px;
  _margin-bottom: 0;
  _margin-top: 5px;
  _top: -1px;
}
.paging span {
  padding: 1px 3px;
  background-color: transparent;
  border: 0;
  font-size: 11px;
}
.paging.paging-left {
  text-align: left;
}
.paging.paging-right {
  text-align: right;
}
.paging.paging-right a,
.paging.paging-right span {
  margin-right: 0;
  margin-left: 6px;
}
.a {
  -webkit-transition: color .2s, background 0.3s;
  -moz-transition: color .2s, background 0.3s;
  -o-transition: color .2s, background 0.3s;
  transition: color .2s, background 0.3s;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}
@-x: ;
@-y: ;
@-offset-x: ;
@-offset-y: ;
@-width: ;
@-height: ;
@-total-width: ;
@-total-height: ;
@-image: '';

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
.icon-calc {
  background-image: url(../images/sprite.png);
  background-position: -231px -205px;
  width: 58px;
  height: 58px;
}
.icon-calcred {
  background-image: url(../images/sprite.png);
  background-position: -676px -500px;
  width: 24px;
  height: 24px;
}
.icon-cerror {
  background-image: url(../images/sprite.png);
  background-position: 0px -205px;
  width: 85px;
  height: 85px;
}
.icon-check {
  background-image: url(../images/sprite.png);
  background-position: -288px -594px;
  width: 14px;
  height: 14px;
}
.icon-checked {
  background-image: url(../images/sprite.png);
  background-position: -312px -594px;
  width: 14px;
  height: 14px;
}
.icon-close-gray {
  background-image: url(../images/sprite.png);
  background-position: -305px -273px;
  width: 14px;
  height: 14px;
}
.icon-close-red {
  background-image: url(../images/sprite.png);
  background-position: -264px -594px;
  width: 14px;
  height: 14px;
}
.icon-close-white {
  background-image: url(../images/sprite.png);
  background-position: -240px -594px;
  width: 14px;
  height: 14px;
}
.icon-d-kang-h {
  background-image: url(../images/sprite.png);
  background-position: -366px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-kang {
  background-image: url(../images/sprite.png);
  background-position: -314px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-qi-h {
  background-image: url(../images/sprite.png);
  background-position: -574px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-qi {
  background-image: url(../images/sprite.png);
  background-position: -522px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-shang-h {
  background-image: url(../images/sprite.png);
  background-position: -622px -440px;
  width: 42px;
  height: 42px;
}
.icon-d-shang {
  background-image: url(../images/sprite.png);
  background-position: -210px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-xing-h {
  background-image: url(../images/sprite.png);
  background-position: -262px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-xing {
  background-image: url(../images/sprite.png);
  background-position: -418px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-xue-h {
  background-image: url(../images/sprite.png);
  background-position: -470px -500px;
  width: 42px;
  height: 42px;
}
.icon-d-xue {
  background-image: url(../images/sprite.png);
  background-position: -570px -440px;
  width: 42px;
  height: 42px;
}
.icon-dok {
  background-image: url(../images/sprite.png);
  background-position: -32px -594px;
  width: 22px;
  height: 22px;
}
.icon-error {
  background-image: url(../images/sprite.png);
  background-position: -122px -273px;
  width: 17px;
  height: 17px;
}
.icon-error3 {
  background-image: url(../images/sprite.png);
  background-position: -693px -396px;
  width: 16px;
  height: 16px;
}
.icon-footer-tag1 {
  background-image: url(../images/sprite.png);
  background-position: -372px -555px;
  width: 83px;
  height: 29px;
}
.icon-footer-tag2 {
  background-image: url(../images/sprite.png);
  background-position: -186px -555px;
  width: 83px;
  height: 29px;
}
.icon-footer-tag3 {
  background-image: url(../images/sprite.png);
  background-position: 0px -555px;
  width: 83px;
  height: 29px;
}
.icon-footer-tag4 {
  background-image: url(../images/sprite.png);
  background-position: -93px -555px;
  width: 83px;
  height: 29px;
}
.icon-footer-tag5 {
  background-image: url(../images/sprite.png);
  background-position: -279px -555px;
  width: 83px;
  height: 29px;
}
.icon-footer-wb {
  background-image: url(../images/sprite.png);
  background-position: -60px -440px;
  width: 50px;
  height: 50px;
}
.icon-footer-wx {
  background-image: url(../images/sprite.png);
  background-position: -120px -440px;
  width: 50px;
  height: 50px;
}
.icon-help {
  background-image: url(../images/sprite.png);
  background-position: -163px -205px;
  width: 58px;
  height: 58px;
}
.icon-level-sd {
  background-image: url(../images/sprite.png);
  background-position: -336px -594px;
  width: 14px;
  height: 14px;
}
.icon-list {
  background-image: url(../images/sprite.png);
  background-position: -299px -205px;
  width: 21px;
  height: 23px;
}
.icon-list2 {
  background-image: url(../images/sprite.png);
  background-position: -64px -594px;
  width: 22px;
  height: 22px;
}
.icon-login-qq {
  background-image: url(../images/sprite.png);
  background-position: -360px -440px;
  width: 200px;
  height: 45px;
}
.icon-login-wb {
  background-image: url(../images/sprite.png);
  background-position: 0px -500px;
  width: 200px;
  height: 45px;
}
.icon-logo {
  background-image: url(../images/sprite.png);
  background-position: 0px -300px;
  width: 470px;
  height: 60px;
}
.icon-men {
  background-image: url(../images/sprite.png);
  background-position: -227px -273px;
  width: 16px;
  height: 16px;
}
.icon-money-red {
  background-image: url(../images/sprite.png);
  background-position: -674px -440px;
  width: 26px;
  height: 26px;
}
.icon-money {
  background-image: url(../images/sprite.png);
  background-position: -465px -555px;
  width: 24px;
  height: 24px;
}
.icon-ok-orange {
  background-image: url(../images/sprite.png);
  background-position: -253px -273px;
  width: 16px;
  height: 16px;
}
.icon-pay-check {
  background-image: url(../images/sprite.png);
  background-position: -279px -273px;
  width: 16px;
  height: 16px;
}
.icon-pay-checked {
  background-image: url(../images/sprite.png);
  background-position: -693px -370px;
  width: 16px;
  height: 16px;
}
.icon-per0 {
  background-image: url(../images/sprite.png);
  background-position: -240px -440px;
  width: 50px;
  height: 50px;
}
.icon-per1 {
  background-image: url(../images/sprite.png);
  background-position: 0px -440px;
  width: 50px;
  height: 50px;
}
.icon-per2 {
  background-image: url(../images/sprite.png);
  background-position: -513px -370px;
  width: 50px;
  height: 50px;
}
.icon-per3 {
  background-image: url(../images/sprite.png);
  background-position: -453px -370px;
  width: 50px;
  height: 50px;
}
.icon-per4 {
  background-image: url(../images/sprite.png);
  background-position: -393px -370px;
  width: 50px;
  height: 50px;
}
.icon-per5 {
  background-image: url(../images/sprite.png);
  background-position: -660px -300px;
  width: 50px;
  height: 50px;
}
.icon-per6 {
  background-image: url(../images/sprite.png);
  background-position: -600px -300px;
  width: 50px;
  height: 50px;
}
.icon-per7 {
  background-image: url(../images/sprite.png);
  background-position: -540px -300px;
  width: 50px;
  height: 50px;
}
.icon-per8 {
  background-image: url(../images/sprite.png);
  background-position: -480px -300px;
  width: 50px;
  height: 50px;
}
.icon-per9 {
  background-image: url(../images/sprite.png);
  background-position: -300px -440px;
  width: 50px;
  height: 50px;
}
.icon-per10 {
  background-image: url(../images/sprite.png);
  background-position: -633px -370px;
  width: 50px;
  height: 50px;
}
.icon-per11 {
  background-image: url(../images/sprite.png);
  background-position: -573px -370px;
  width: 50px;
  height: 50px;
}
.icon-per12 {
  background-image: url(../images/sprite.png);
  background-position: -180px -440px;
  width: 50px;
  height: 50px;
}
.icon-phone {
  background-image: url(../images/sprite.png);
  background-position: -160px -594px;
  width: 16px;
  height: 16px;
}
.icon-plus {
  background-image: url(../images/sprite.png);
  background-position: -360px -594px;
  width: 13px;
  height: 13px;
}
.icon-question {
  background-image: url(../images/sprite.png);
  background-position: -406px -594px;
  width: 12px;
  height: 12px;
}
.icon-retract {
  background-image: url(../images/sprite.png);
  background-position: -383px -594px;
  width: 13px;
  height: 13px;
}
.icon-select-icon {
  background-image: url(../images/sprite.png);
  background-position: -626px -500px;
  width: 40px;
  height: 40px;
}
.icon-step1 {
  background-image: url(../images/sprite.png);
  background-position: -330px 0px;
  width: 383px;
  height: 60px;
}
.icon-step2-active {
  background-image: url(../images/sprite.png);
  background-position: 0px -370px;
  width: 383px;
  height: 60px;
}
.icon-step2 {
  background-image: url(../images/sprite.png);
  background-position: -330px -210px;
  width: 383px;
  height: 60px;
}
.icon-step3-active {
  background-image: url(../images/sprite.png);
  background-position: -330px -140px;
  width: 383px;
  height: 60px;
}
.icon-step3 {
  background-image: url(../images/sprite.png);
  background-position: -330px -70px;
  width: 383px;
  height: 60px;
}
.icon-success {
  background-image: url(../images/sprite.png);
  background-position: 0px 0px;
  width: 100px;
  height: 100px;
}
.icon-success2 {
  background-image: url(../images/sprite.png);
  background-position: -95px -273px;
  width: 17px;
  height: 17px;
}
.icon-success3 {
  background-image: url(../images/sprite.png);
  background-position: -186px -594px;
  width: 16px;
  height: 16px;
}
.icon-tag1 {
  background-image: url(../images/sprite.png);
  background-position: -346px -280px;
  width: 8px;
  height: 8px;
}
.icon-tip {
  background-image: url(../images/sprite.png);
  background-position: -299px -238px;
  width: 17px;
  height: 17px;
}
.icon-totop {
  background-image: url(../images/sprite.png);
  background-position: -95px -205px;
  width: 58px;
  height: 58px;
}
.icon-trait1 {
  background-image: url(../images/trait1.png);
  width: 89px;
  height: 89px;
}
.icon-trait2 {
  background-image: url(../images/trait2.png);
  width: 89px;
  height: 89px;
}
.icon-trait3 {
  background-image: url(../images/trait3.png);
  width: 89px;
  height: 89px;
}
.icon-trait4 {
  background-image: url(../images/trait4.png);
  width: 89px;
  height: 89px;
}
.icon-trait5 {
  background-image: url(../images/trait5.png);
  width: 89px;
  height: 89px;
}
.icon-uemail1 {
  background-image: url(../images/sprite.png);
  background-position: -563px -555px;
  width: 22px;
  height: 22px;
}
.icon-uemail2 {
  background-image: url(../images/sprite.png);
  background-position: -531px -555px;
  width: 22px;
  height: 22px;
}
.icon-uhelp {
  background-image: url(../images/sprite.png);
  background-position: -149px -273px;
  width: 16px;
  height: 16px;
}
.icon-ulock1 {
  background-image: url(../images/sprite.png);
  background-position: 0px -594px;
  width: 22px;
  height: 22px;
}
.icon-ulock2 {
  background-image: url(../images/sprite.png);
  background-position: -691px -555px;
  width: 22px;
  height: 22px;
}
.icon-um {
  background-image: url(../images/sprite.png);
  background-position: -659px -555px;
  width: 22px;
  height: 22px;
}
.icon-uma1 {
  background-image: url(../images/sprite.png);
  background-position: -364px -280px;
  width: 8px;
  height: 6px;
}
.icon-uma2 {
  background-image: url(../images/sprite.png);
  background-position: -330px -280px;
  width: 6px;
  height: 8px;
}
.icon-uphone1 {
  background-image: url(../images/sprite.png);
  background-position: -627px -555px;
  width: 22px;
  height: 22px;
}
.icon-uphone2 {
  background-image: url(../images/sprite.png);
  background-position: -595px -555px;
  width: 22px;
  height: 22px;
}
.icon-uuser1 {
  background-image: url(../images/sprite.png);
  background-position: -499px -555px;
  width: 22px;
  height: 22px;
}
.icon-uuser2 {
  background-image: url(../images/sprite.png);
  background-position: -96px -594px;
  width: 22px;
  height: 22px;
}
.icon-wb {
  width: 16px;
  height: 16px;
}
.icon-wumen {
  background-image: url(../images/sprite.png);
  background-position: -175px -273px;
  width: 16px;
  height: 16px;
}
.icon-wx {
  width: 18px;
  height: 16px;
}
.icon-shi {
  background-image: url(../images/xq-icon.png);
  background-position: 0px 0px;
  width: 22px;
  height: 22px;
}
.icon-wang {
  background-image: url(../images/xq-icon.png);
  background-position: 0px -64px;
  width: 22px;
  height: 22px;
}
.icon-bao {
  background-image: url(../images/xq-icon.png);
  background-position: -32px 0px;
  width: 22px;
  height: 22px;
}
.icon-kang {
  background-image: url(../images/xq-icon.png);
  background-position: -97px -32px;
  width: 22px;
  height: 22px;
}
.icon-che {
  background-image: url(../images/xq-icon.png);
  background-position: -97px 0;
  width: 22px;
  height: 22px;
}
.icon-shang-che {
  background-image: url(../images/xq-icon.png);
  background-position: -64px 0px;
  width: 55px;
  height: 22px;
}
.icon-shang-fang {
  background-image: url(../images/xq-icon.png);
  background-position: 0px -32px;
  width: 55px;
  height: 22px;
}
.icon-shang {
  background-image: url(../images/xq-icon.png);
  background-position: -65px -32px;
  width: 22px;
  height: 22px;
}
.icon-xin-che {
  background-image: url(../images/xq-icon.png);
  background-position: -32px -64px;
  width: 55px;
  height: 22px;
}
.icon-xin-ying {
  background-image: url(../images/xq-icon.png);
  background-position: 0px -96px;
  width: 55px;
  height: 22px;
}
.icon-xin {
  background-image: url(../images/sprite.png);
  background-position: -128px -594px;
  width: 22px;
  height: 22px;
}
.icon-xin2 {
  background-image: url(../images/xq-icon.png);
  background-position: -97px -64px;
  width: 22px;
  height: 22px;
}
.icon-xue {
  background-image: url(../images/xq-icon.png);
  background-position: -65px -96px;
  width: 22px;
  height: 22px;
}
.icon-phone-o {
  background-image: url(../images/phone-o.png);
  width: 24px;
  height: 24px;
  position: relative;
  top: -2px;
}
.icon-auto-o {
  background-image: url(../images/auto-o.png);
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
}
.btn {
  border: 0;
  padding: 4px 15px;
}
.btn:hover {
  text-decoration: none;
}
.btn-orange {
  background-color: #ff6c12;
  color: #fff;
}
.btn-orange:hover {
  background-color: #ff7a38;
}
.btn-orange:active {
  background-color: #d84700;
}
.btn-red {
  background-color: #ed1923;
  color: #fff;
}
.btn-red:hover {
  background-color: #ff5159;
}
.btn-red:active {
  background-color: #d90912;
}
.btn-gray {
  background-color: #bcbcbc;
  color: #fff;
}
.btn-gray:hover {
  background-color: #d8d8d8;
}
.btn-gray:active {
  background-color: #a5a5a5;
}
.btn-orange {
  background-color: #f76719;
  color: #fff;
}
.btn-orange:hover {
  background-color: #ff7a38;
}
.btn-orange:active {
  background-color: #d84700;
}
.btn-white {
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  color: #282a2b;
  padding: 3px 14px;
}
.btn-white:hover {
  color: #fff;
  border: 1px solid #f76719;
  background-color: #f76719;
}
.btn-white:active {
  color: #fff;
  border: 1px solid #d84700;
  background-color: #d84700;
}
.btn-lg {
  padding: 8px 30px;
  font-size: 14px;
}
.btn-lg.btn-white {
  padding: 7px 29px;
}
.btn-lgt {
  padding: 12px 45px;
  font-size: 18px;
}
.btn-lgt.btn-white {
  padding: 11px 44px;
}
.btn-login {
  padding: 0;
  width: 280px;
  height: 55px;
  font-size: 22px;
  font-weight: normal;
}
.bdr3 {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.bdr5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.bdr7 {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.btn-u {
  width: 44px;
  height: 20px;
  padding: 0;
  line-height: 20px;
  background-color: #63bdf2;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}
.btn-u:hover {
  background-color: #7fcdfb;
}
.btn-u:active {
  background-color: #4cade6;
}
.btn-tzjs {
  background-color: #8d8d8d;
  cursor: default;
  color: #fff;
  width: 300px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.btn-mstz {
  color: #fff;
  width: 300px;
  padding: 0;
  height: 54px;
  line-height: 54px;
  font-size: 24px;
}
.btn-mstz:hover {
  background-color: #ff5159;
}
.btn-mstz:active {
  background-color: #d90912;
}
.btn-lgr {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 62px;
  width: auto;
  height: auto;
}
.btn-card {
  padding: 0;
  width: 116px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.input {
  width: 266px;
  height: 30px;
  border-color: #d7d7d7;
  font-size: 14px;
  line-height: 30px \9;
}
.input-sm {
  width: 160px;
}
.input-smt {
  width: 160px;
}
.input-lg {
  width: 300px;
}
.input-lgt {
  width: 360px;
}
.input-focus {
  border-color: #ffa156;
}
.input-error {
  border-color: #e4393c;
}
.input-search {
  width: 378px;
  height: 36px;
  border: 2px solid #f35555;
  border-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.input-price {
  width: 44px;
  height: 24px;
  line-height: 24px \9;
  font-size: 12px;
  padding: 0 9px;
  color: #000;
}
.input-price-big {
  width: 38px;
  height: 26px;
  line-height: 26px \9;
  font-size: 12px;
  padding: 0 9px;
  color: #000;
}
.input-page {
  width: 26px;
  height: 22px;
  line-height: 22px \9;
  font-size: 12px;
  padding: 0 4px;
  color: #a0a0a0;
  vertical-align: middle;
  text-align: center;
}
.input-alert {
  width: 198px;
  height: 40px;
  line-height: 40px;
  border-color: #d7d7d7;
}
.input-alert-long {
  width: 294px;
}
.input-alert-sm {
  width: 130px;
}
.textarea-evaluate {
  width: 548px;
  height: 100px;
  border: 1px solid #ebebeb;
  background-color: #f8f8f8;
}
.input-order {
  width: 172px;
  height: 20px;
  color: #b4b4b4;
  font-size: 12px;
  cursor: pointer;
}
.checkbox {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 5px;
}
.input-login {
  padding-left: 11px;
  padding-right: 11px;
  width: 394px;
  height: 42px;
  line-height: 42px \9;
  font-size: 14px;
}
.input-date {
  width: 140px;
  height: 38px;
  padding: 0;
  line-height: 38px;
  font-size: 14px;
  color: #323232;
  padding: 0 14px;
  cursor: pointer;
  background: url("../images/date.png") 140px 12px no-repeat;
}
.textarea-lgr {
  width: 720px;
  height: 124px;
  font-size: 14px;
  padding: 12px;
}
.input-group {
  border: 1px solid #d7d7d7;
  width: 298px;
  height: 40px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  background-color: #fff;
}
.input-group input {
  position: absolute;
  padding: 0;
  border: 0;
  height: 30px;
  line-height: 30px \9;
  font-size: 14px;
  width: 240px;
  background-color: transparent;
  top: 5px;
  left: 10px;
}
.input-group .input-dw {
  position: absolute;
  top: 5px;
  height: 30px;
  line-height: 30px;
  right: 10px;
  color: #282a2b;
}
.input-group.input-group-sm {
  width: 220px;
}
.input-group.input-group-sm input {
  width: 162px;
}
.text-gray2 {
  color: #7b7c7d;
}
.label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #f76719;
  color: #fff;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  font-size: 14px;
}
.label.label-gray {
  background-color: #ccc;
  color: #333;
}
.label.label-blue {
  background-color: #5ab6ef;
  color: #fff;
}
.label-level {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #f11e5a;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  font-size: 18px;
}
.select-box {
  position: relative;
  height: 42px;
  width: 208px;
}
.select-box .select-hd {
  position: relative;
  height: 40px;
  border: 1px solid #d7d7d7;
  cursor: pointer;
}
.select-box .select-hd .select-text {
  display: block;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}
.select-box .select-hd .select-icon {
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #d7d7d7;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
}
.select-box .select-bd {
  display: none;
  width: 206px;
  position: absolute;
  max-height: 240px;
  _height: expression(this.offsetHeight >  240 ? ' 240px ': true);;
  _overflow: hidden;
  top: 42px;
  border: 1px solid #d7d7d7;
  border-top: 0;
  background-color: #fff;
  font-size: 14px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
}
.select-box .select-bd a {
  display: block;
  padding-left: 24px;
  padding-right: 24px;
  color: #7b7c7d;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.select-box .select-bd a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
}
.wrap {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container {
  width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 100px;
}
.slider {
  position: fixed;
  _position: absolute;
  left: 50%;
  _left: expression(eval(document.body.scrollLeft+ 50 ));
  _left: expression(eval(document.body.scrollLeft+document.documentElement.clientWidth/2)+9);
  margin-left: 610px;
  bottom: 200px;
  _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)- 200 ));
  width: 60px;
}
.slider a {
  display: block;
  height: 58px;
  width: 58px;
  border: 1px solid #e6e6e6;
  font-size: 0;
  background-color: #fff;
  margin-bottom: -1px;
}
.slider a:hover {
  background-color: #f1f1f1;
}
.topbar {
  height: 40px;
  line-height: 40px;
  background-color: #323436;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
}
.topbar a {
  color: #fff;
}
.topbar .fg {
  color: #7b7c7d;
}
.topbar .text-orange {
  color: #f76719;
}
.topbar .label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  overflow: hidden;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
  background-color: #ea1717;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  margin-left: 2px;
  margin-right: 15px;
}
.header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  height: 104px;
  position: relative;
  z-index: 10;
}
.header .logo {
  position: absolute;
  top: 25px;
  left: 0;
}
.header .header-tip,
.header .header-menu {
  position: absolute;
  top: 36px;
  right: 0;
}
.header .header-tip {
  font-size: 18px;
  top: 42px;
}
.header .menu {
  display: inline;
  float: left;
  height: 38px;
}
.header .menu li {
  display: inline;
  float: left;
  text-align: center;
  margin-left: 6px;
  position: relative;
}
.header .menu li .sub-nav {
  display: none;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 0 0 4px 0;
}
.header .menu li.has-sub-nav > a {
  border: 1px solid #fff; margin-top: -1px;
}
.header .menu li.has-sub-nav > a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border: 4px dashed transparent;
  border-top-color: #333;
  position: absolute;
  right: 8px;
  top: 16px;
}
.header .menu li.has-sub-nav.open > a:after {
  border-top-color: #ed1923;
}
.header .menu li.has-sub-nav.open > a {
  color: #ed1923;
}
.header .menu li.open .sub-nav > a {
  line-height: 28px;
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
.header .menu li.open .sub-nav > a:hover {
  background-color: #eee;
  margin: 0 4px 2px;
}
.header .menu li.open > a {
  border: 1px solid #eee;
  border-bottom: 0;
}
.header .menu li.open .sub-nav {
  display: block;
}
.header .menu li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #282a2b;
  height: 36px;
  line-height: 36px;
  padding: 0 21px;
}
.header .menu li a:hover {
  text-decoration: none;
  color: #ed1923;
}
.header .menu li.active a {
  color: #ed1923;
  border-bottom: 2px solid #ed1923;
}
.footer {
  background-color: #323436;
  color: #fff;
}
.footer a {
  color: #cecece;
}
.footer .btn-orange {
  font-size: 12px;
  color: #fff;
}
.footer .text-orange {
  color: #ff6c12;
}
.footer .foot-copyright {
  color: #7b7c7d;
}
.footer .foot-link {
  padding-top: 27px;
  padding-bottom: 23px;
  border-bottom: 1px solid #5a5a5a;
  height: 60px;
}
.footer .foot-info {
  padding-top: 24px;
  padding-bottom: 27px;
  border-bottom: 1px solid #5a5a5a;
}
.footer .foot-copyright {
  padding-top: 14px;
  padding-bottom: 34px;
}
.footer .foot-dl {
  position: relative;
  line-height: 30px;
  font-size: 14px;
  padding-left: 90px;
  *zoom: 1;
}
.footer .foot-dl:before,
.footer .foot-dl:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.footer .foot-dl:after {
  clear: both;
}
.footer .foot-dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 90px;
  font-weight: bold;
}
.footer .foot-dl dd {
  display: inline;
  float: left;
  width: 88px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.footer .foot-dl-icon {
  margin-top: 10px;
}
.footer .foot-dl-icon dt {
  top: 12px;
}
.footer .foot-dl-icon dd {
  height: auto;
  overflow: auto;
}
.footer .weixin {
  width: 160px;
  background-color: #fff;
  position: absolute;
  left: 16%;
  top: -220px;
  margin-left: -90px;
  -webkit-box-shadow: 0px 0px 5px 0px #b2b2b2;
     -moz-box-shadow: 0px 0px 5px 0px #b2b2b2;
          box-shadow: 0px 0px 5px 0px #b2b2b2;
  padding: 15px 10px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #e4e4e4 \9;
  z-index: 998;
}
.footer h5 {
  color: #282a2b;
}
.footer .sina {
  width: 160px;
  background-color: #fff;
  position: absolute;
  left: 29%;
  top: -102px;
  margin-left: -90px;
  -webkit-box-shadow: 0px 0px 5px 0px #b2b2b2;
     -moz-box-shadow: 0px 0px 5px 0px #b2b2b2;
          box-shadow: 0px 0px 5px 0px #b2b2b2;
  padding: 15px 10px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #e4e4e4 \9;
  z-index: 998;
}
.sina a {
  color: #757575;
}
.wx-qrcode {
  width: 139px;
  height: 137px;
  display: inline-block;
  background: url("../images/ws.png") no-repeat;
  background-position: 0 -80px;
}
.footer .foot-arrow {
  width: 19px;
  height: 11px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -11px;
  display: inline-block;
  background: url("../images/ws.png") no-repeat -30px 0px;
}
.paging-box {
  margin-top: 40px;
}
.paging-box .paging {
  text-align: center;
  font-size: 0px;
  color: #666;
}
.paging-box .paging a,
.paging-box .paging span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  vertical-align: text-bottom;
  position: relative;
  padding: 0 15px;
  font-size: 14px;
  line-height: 34px;
  height: 34px;
  margin-right: 6px;
  border: 1px solid;
}
.paging-box .paging a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.paging-box .paging a .icon {
  vertical-align: middle;
  margin-bottom: 2.4px;
  _margin-bottom: 0;
  _margin-top: 17px;
  _top: -7px;
}
.paging-box .paging span {
  padding: 1px 9px;
  background-color: transparent;
  border: 0;
  font-size: 17px;
}
.paging-box .paging.paging-left {
  text-align: left;
}
.paging-box .paging.paging-right {
  text-align: right;
}
.paging-box .paging.paging-right a,
.paging-box .paging.paging-right span {
  margin-right: 0;
  margin-left: 6px;
}
.paging-box .paging a {
  color: #666666;
  border-color: #e6e6e6;
}
.paging-box .paging a.active {
  border-color: #e4393c;
  background-color: #e4393c;
  color: #ffffff;
}
.paging-box .paging a .icon {
  margin-top: 2px;
  _margin-top: 18px;
  cursor: pointer;
}
.paging-box .paging a:hover {
  text-decoration: none;
  border-color: #999;
}
.paging-box .paging .page-total {
  font-size: 12px;
  color: #a0a0a0;
}
.alert {
  position: relative;
  width: 600px;
  background-color: #ffffff;
  color: #000;
}
.alert .alert-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url("../images/sprite.png");
  background-position: -240px -594px;
}
.alert .alert-close:hover {
  background-position: -264px -594px;
}
.alert .alert-hd {
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  background-color: #ed1923;
  color: #fff;
  font-size: 18px;
}
.alert .alert-bd {
  padding: 30px 50px;
}
.comfirm {
  position: relative;
  width: 506px;
  height: 306px;
  border: 3px solid #ed1923;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.comfirm .comfirm-close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 14px;
  height: 14px;
  overflow: hidden;
  background-image: url("../images/sprite.png");
  background-position: -305px -273px;
}
.comfirm .comfirm-close:hover {
  background-position: -264px -594px;
}
.comfirm .comfirm-icon {
  padding-top: 48px;
  padding-bottom: 20px;
  height: 85px;
  text-align: center;
}
.comfirm .comfirm-msg {
  font-size: 18px;
  color: #282a2b;
  line-height: 40px;
}
.comfirm .comfirm-btn {
  margin-top: 35px;
}
.comfirm .comfirm-btn .comfirm-red {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  color: #333;
  cursor: pointer;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  padding: 4px 15px;
  background-color: #ed1923;
  color: #fff;
  padding: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.comfirm .comfirm-btn .comfirm-red:hover {
  text-decoration: none;
}
.comfirm .comfirm-btn .comfirm-red:hover {
  background-color: #ff5159;
}
.comfirm .comfirm-btn .comfirm-red:active {
  background-color: #d90912;
}
.comfirm .comfirm-btn .comfirm-gray {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  color: #333;
  cursor: pointer;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  border: 0;
  padding: 4px 15px;
  background-color: #bcbcbc;
  color: #fff;
  padding: 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.comfirm .comfirm-btn .comfirm-gray:hover {
  text-decoration: none;
}
.comfirm .comfirm-btn .comfirm-gray:hover {
  background-color: #d8d8d8;
}
.comfirm .comfirm-btn .comfirm-gray:active {
  background-color: #a5a5a5;
}
.icon-fix {
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.icon-fix2 {
  position: relative;
  top: -2px;
  margin-right: 5px;
}
.icon-fix3 {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.common-panel {
  border: 1px solid #e6e6e6;
  background-color: #fff;
}
.common-title {
  position: relative;
  border-bottom: 2px solid #ed1923;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
}
.common-title2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}
.tooltip {
  background-color: #60c3f1;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
}
.tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font: 0/0 "microsoft yahei";
  overflow: hidden;
  border-style: dashed;
  border-color: transparent;
  border-width: 0;
  border-right-width: 10px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-right-style: solid;
  border-right-color: #60c3f1;
  position: absolute;
  left: -8px;
  top: 6px;
}
.list-table {
  padding: 0 20px 50px;
}
.list-table table {
  width: 100%;
  text-align: center;
}
.list-table table thead th {
  font-weight: normal;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #9e9e9e;
}
.list-table table tbody td {
  height: 50px;
  line-height: 50px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #e6e6e6;
}
.list-table table .name {
  text-align: left;
  font-size: 18px;
}
.list-table table .level {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #f11e5a;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}
.list-table table .per-num {
  font-size: 24px;
  color: #ed1923;
}
.list-table table .per-num span {
  font-weight: normal;
  font-size: 16px;
}
.list-table table .month {
  font-size: 24px;
  color: #5e6266;
}
.list-table table .month span {
  font-weight: normal;
  font-size: 14px;
}
.list-table table .price {
  font-size: 24px;
  color: #5d6165;
}
.list-table table .price span {
  font-weight: normal;
  font-size: 14px;
}
.list-table table .per-pic {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.list-table table .per-pic span {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 54px;
  font-size: 14px;
  text-indent: 3px;
  color: #323436;
  text-align: center;
}
.list-table table .add-btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background-color: #ed1923;
  -webkit-box-shadow: 0px 1px 1px 0px #c8c8c8;
     -moz-box-shadow: 0px 1px 1px 0px #c8c8c8;
          box-shadow: 0px 1px 1px 0px #c8c8c8;
  width: 100px;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
}
.list-table table .add-btn:hover {
  text-decoration: none;
}
.list-table table .add-btn.fullbid {
  background-color: #5ab6ef;
  cursor: default;
}
.list-table table .add-btn.disable {
  background-color: #8d8d8d;
  cursor: default;
}
.form-v .row {
  *zoom: 1;
  line-height: 40px;
}
.form-v .row:before,
.form-v .row:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.form-v .row:after {
  clear: both;
}
.form-v .row .item {
  display: inline;
  float: left;
  width: 105px;
  text-align: right;
}
.form-v .row .span {
  margin-left: 125px;
}
.form-v.form-v-gray {
  padding-left: 44px;
  padding-top: 20px;
}
.form-v.form-v-gray .row .item {
  color: #7b7c7d;
  width: 58px;
}
.form-v.form-v-gray .row .span {
  margin-left: 72px;
}
.form-v.form-alert .row .item {
  width: 130px;
}
.form-v.form-alert .row .span {
  margin-left: 140px;
}
.form-v.form-v-lg .row .item {
  width: 100px;
}
.form-v.form-v-lg .row .span {
  margin-left: 120px;
}
.form-v.form-v-smt .row .item {
  width: 58px;
}
.form-v.form-v-smt .row .span {
  margin-left: 88px;
}
.form-v .row {
  line-height: 40px;
  margin-bottom: 10px;
}
.form-v .row .item {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 14px;
}
.form-v .row .span {
  margin-left: 100px;
}
.form-v .row .span .radio-item {
  float: left;
  width: 100px;
  font-size: 14px;
}
.form-v .row .span .radio-item label {
  cursor: pointer;
}
.form-v .row .span .radio-item .radio {
  margin-right: 5px;
}
.form-v .row .span .input {
  vertical-align: top;
}
.qinqi-row {
  border-bottom: 1px dotted #e6e6e6;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  width: 814px;
  margin-left: auto;
  margin-right: auto;
}
.qinqi-row .row-item {
  float: left;
}
.qinqi-row .row-item .item,
.qinqi-row .row-item .span {
  float: left;
}
.form-v.form-v-ziliao {
  padding-top: 30px;
  padding-left: 30px;
  padding-bottom: 50px;
  font-size: 14px;
}
.form-v.form-v-ziliao .row .item {
  color: #7b7c7d;
}
.form-v.form-v-ziliao .row .span {
  margin-left: 130px;
}
.form-v.form-v-ziliao .row.row-title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.form-v.form-v-ziliao .row.row-title .item {
  width: 90px;
  color: #282a2b;
  font-size: 18px;
}
.form-v.form-v-ziliao.form-v-ziliao-card .row .item {
  width: 10px;
}
.form-v.form-v-ziliao.form-v-ziliao-card .row .span {
  margin-left: 70px;
}
/*extend.css*/
.hide {
  display: none;
}
.alert .alert-bd {
  padding: 15px 50px;
}
.form-tip {
  line-height: 20px;
  padding-left: 140px;
  padding-bottom: 10px;
  color: #565656;
  display: none;
}
.error {
  color: red;
}
.span .error {
  border-color: red;
}
.y-cue,
.n-cue {
  top: 40% !important;
  display: none;
  font-size: 18px;
}
.y-cue {
  background-color: #7fbf4d;
  border: 10px solid rgba(235, 235, 235, 0.9);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 15px #aaa;
     -moz-box-shadow: 0 1px 15px #aaa;
          box-shadow: 0 1px 15px #aaa;
  color: #fff;
  padding: 20px 30px 20px 46px;
  position: fixed;
  top: 50%;
  z-index: 10001;
}
.n-cue {
  padding: 20px 38px 20px 38px;
  background: #f43636;
  position: fixed;
  top: 50%;
  color: #fff;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
     background-clip: padding-box;
  border: 10px solid rgba(235, 235, 235, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 15px #aaa;
     -moz-box-shadow: 0 1px 15px #aaa;
          box-shadow: 0 1px 15px #aaa;
  z-index: 10001;
}
.icon-error4 {
  display: inline-block;
  *display: inline;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprite.png);
  background-position: 0px -205px;
  width: 85px;
  height: 85px;
  margin: 10px auto;
}
.icon-success4 {
  display: inline-block;
  *display: inline;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-image: url(../images/sprite.png);
  width: 110px;
  height: 110px;
  margin: 10px auto;
}
.skip {
  margin-top: 10px;
  width: 760px;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-top: 10px;
}
.skip .step-info-box {
  width: 370px;
  margin: 10px auto;
  height: auto;
  text-align: center;
}
.skip .step-info-option {
  text-align: center;
}
.skip .step-info-option p {
  line-height: 30px;
}
.skip .step-info-box.success .icon {
  background-position: -220px -78px;
}
.skip .step-info-box.success .btn-sub {
  background-color: #3ad0ae;
  color: #ffffff;
}
.skip .step-info-box.success .btn-sub:hover {
  background-color: #59dbbe;
}
.skip .step-info-box.success .btn-sub:active {
  background-color: #0bc198;
}
.uploader_info {
  color: #838383;
  font-size: 12px;
  width: 580px;
  height: auto;
  margin: 10px auto;
}
.uploader_info p {
  line-height: 23px;
  color: #666;
}
.uploader_info b {
  font-size: 14px;
  font-weight: bold;
  color: #8e8e8e;
}
.uploader_info a {
  color: #2ea7e0;
  text-decoration: none;
}
.uploader_info a:hover {
  text-decoration: underline;
}
.form-v .row .form-tips {
  margin-left: 120px;
  margin-top: 10px;
  line-height: 20px;
  display: inline;
  float: left;
  display: none;
}
.form-v-ziliao .row .form-tips {
  margin-left: 130px;
  margin-top: 10px;
  line-height: 20px;
  display: inline;
  float: left;
  display: none;
}
.foot-dl-icon .icon-footer-wx,
.foot-dl-icon .icon-footer-wb,
.topbar .icon-wx,
.topbar .icon-wb {
  background: url("../images/shear-icon.png") no-repeat;
  -webkit-transition: background-position 0.2s;
  -moz-transition: background-position 0.2s;
  -o-transition: background-position 0.2s;
  transition: background-position 0.2s;
}
.foot-dl-icon .icon-footer-wx {
  background-position: 0 0;
}
.foot-dl-icon .icon-footer-wb {
  background-position: -50px 0;
}
.foot-dl-icon .icon-footer-wx.active {
  background-position: 0 -50px;
}
.foot-dl-icon .icon-footer-wb.active {
  background-position: -50px -50px;
}
.topbar .icon-wx {
  background-position: -105px -5px;
}
.topbar .icon-wb {
  background-position: -131px -2px;
}
.topbar .icon-wx.active {
  background-position: -105px -30px;
}
.topbar .icon-wb.active {
  background-position: -131px -27px;
}
body .topbar {
  overflow: inherit;
}
body .topbar .top-wx {
  position: absolute;
  top: 42px;
  left: 240px;
  width: 160px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px #b2b2b2;
     -moz-box-shadow: 0px 0px 5px 0px #b2b2b2;
          box-shadow: 0px 0px 5px 0px #b2b2b2;
  padding: 15px 10px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #e4e4e4;
  z-index: 998;
}
body .topbar .top-wx .top-arrow {
  width: 19px;
  height: 11px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -11px;
  background: url("../images/ws.png") no-repeat 0px 0px;
}
body .topbar .top-wx h5 {
  color: #282a2b;
}
.common-tab {
  *zoom: 1;
  position: relative;
  top: -1px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  border-top: 2px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.common-tab:after {
  content: ' ';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.common-tab li {
  float: left;
  width: 218px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  cursor: pointer;
}
.common-tab li.active {
  position: relative;
  z-index: 2;
  top: -2px;
  border-top: 2px solid #ed1923;
  border-bottom: 1px solid #fff;
  color: #ed1923;
}
.phone {
  background: rgba(0, 0, 0, 0) url("../images/phone-icon.png") no-repeat scroll left center;
  color: #f76719;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  margin-left: 10px;
  padding-left: 18px;
  vertical-align: middle;
}
.footer-new {
  background-color: #323436;
}
.footer-new .footer-main {
  padding-top: 37px;
  margin-left: auto;
  margin-right: auto;
  width: 1180px;
}
.footer-new .footer-main .content {
  *zoom: 1;
}
.footer-new .footer-main .content:before,
.footer-new .footer-main .content:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.footer-new .footer-main .content:after {
  clear: both;
}
.footer-new .footer-main .col1,
.footer-new .footer-main .col2,
.footer-new .footer-main .col3 {
  float: left;
  height: 146px;
}
.footer-new .footer-main .col1 {
  border-right: 1px solid #6e7377;
  width: 439px;
  *zoom: 1;
}
.footer-new .footer-main .col1:before,
.footer-new .footer-main .col1:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.footer-new .footer-main .col1:after {
  clear: both;
}
.footer-new .footer-main .col1 dl {
  width: 82px;
  color: #fff;
  float: left;
  text-align: center;
  margin-right: 64px;
}
.footer-new .footer-main .col1 dl a {
  color: #fff;
  text-decoration: none;
}
.footer-new .footer-main .col1 dl a:hover {
  text-decoration: underline;
}
.footer-new .footer-main .col1 dl dt {
  display: block;
  font-size: 16px;
  height: 34px;
  line-height: 34px;
}
.footer-new .footer-main .col1 dl dd {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.footer-new .footer-main .col2 {
  border-right: 1px solid #6e7377;
  width: 378px;
  color: #fff;
  text-align: center;
}
.footer-new .footer-main .col2 ul {
  padding-top: 8px;
  width: 242px;
  margin-left: auto;
  margin-right: auto;
}
.footer-new .footer-main .col2 ul li {
  width: 105px;
  height: 138px;
  float: left;
}
.footer-new .footer-main .col2 ul li + li {
  margin-left: 32px;
}
.footer-new .footer-main .col2 ul li img {
  display: block;
  width: 105px;
  height: 105px;
}
.footer-new .footer-main .col2 ul li p {
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
}
.footer-new .footer-main .col3 {
  width: 361px;
  text-align: right;
  color: #fff;
}
.footer-new .footer-main .col3 .work-time {
  line-height: 34px;
  height: 34px;
  font-size: 16px;
}
.footer-new .footer-main .col3 .work-time span {
  font-size: 14px;
}
.footer-new .footer-main .col3 .hot-phone {
  height: 72px;
  line-height: 72px;
  font-size: 36px;
}
.footer-new .footer-main .col3 .links {
  position: relative;
  margin-top: 10px;
  *zoom: 1;
}
.footer-new .footer-main .col3 .links:before,
.footer-new .footer-main .col3 .links:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.footer-new .footer-main .col3 .links:after {
  clear: both;
}
.footer-new .footer-main .col3 .links a {
  height: 30px;
  line-height: 30px;
  background-color: #f76719;
  padding: 0 8px;
  margin-left: 25px;
  float: right;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.footer-new .footer-main .col3 .links a.online {
  padding-left: 28px;
  background: #f76719 url("../images/online.png") 6px 5px no-repeat;
}
.footer-new .footer-main .col3 .links .email-panel {
  position: absolute;
  display: none;
  z-index: 2;
  top: -74px;
  background-color: #fff;
  padding: 8px 12px;
  text-align: left;
  right: -50px;
}
.footer-new .footer-main .col3 .links .email-panel h3 {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #323436;
}
.footer-new .footer-main .col3 .links .email-panel p {
  color: #ffa44c;
  font-size: 12px;
}
.footer-new .footer-main .col3 .links .email-panel .jt {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-top: 9px dashed #fff;
  border-left: 4px dashed transparent;
  border-right: 4px dashed transparent;
}
.footer-new .footer-main .link {
  margin-top: 30px;
  color: #fff;
}
.footer-new .footer-main .link a {
  color: #fff;
  text-decoration: none;
}
.footer-new .footer-main .link a:hover {
  text-decoration: underline;
}
.footer-new .footer-main .link dl {
  padding-left: 95px;
  position: relative;
  *zoom: 1;
}
.footer-new .footer-main .link dl:before,
.footer-new .footer-main .link dl:after {
  display: table;
  height: 0;
  overflow: hidden;
  content: " ";
  clear: both;
}
.footer-new .footer-main .link dl:after {
  clear: both;
}
.footer-new .footer-main .link dl dt {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  color: #aeaeae;
  line-height: 24px;
}
.footer-new .footer-main .link dl dd {
  float: left;
  width: 98px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 5px;
}
.footer-new .footer-main .copyright {
  margin-top: 22px;
  height: 84px;
}
.footer-new .footer-main .copyright p {
  float: left;
  height: 22px;
  line-height: 22px;
  padding-top: 22px;
  color: #fff;
}
.footer-new .footer-main .copyright p span {
  color: #ff7b10;
}
.footer-new .footer-main .copyright ul {
  float: right;
  overflow: hidden;
}
.footer-new .footer-main .copyright ul li {
  float: left;
  margin-left: 30px;
  height: 40px;
}
.footer-new .footer-main .copyright ul li a {
  display: block;
}
.footer-new .footer-main .copyright ul li img {
  display: block;
}
.side {
  position: fixed;
  opacity: 1;
  right: 0;
  bottom: 100px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99;
  width: 72px;
}
.side ul {
  width: 72px;
}
.side ul li {
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom: -1px;
  background-color: #fff;
}
.side ul li a {
  display: block;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-image: url("../images/side.png");
}
.side ul li span {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: -1;
  height: 72px;
  line-height: 72px;
  width: 96px;
  color: #fff;
  background-color: #f84b45;
  font-size: 18px;
  text-align: center;
  top: -1px;
  right: -50px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.side ul li span.qrbox {
  width: 168px;
  height: 168px;
  padding: 12px;
  top: -71px;
}
.side ul li span.qrbox img {
  width: 168px;
  height: 168px;
}
.side ul li.kefu a {
  background-position: 0 0;
}
.side ul li.wx a {
  background-position: 0 -71px;
}
.side ul li.calc a {
  background-position: 0 -142px;
}
.side ul li.totop a {
  background-position: 0 -213px;
}
.side ul li.active {
  z-index: 2;
  background-color: #f84b45;
  border-color: #f84b45;
}
.side ul li.active span {
  opacity: 1;
  display: block;
  right: 71px;
}
.side ul li.active.kefu a {
  background-position: -70px 0;
}
.side ul li.active.wx a {
  background-position: -70px -71px;
}
.side ul li.active.calc a {
  background-position: -70px -142px;
}
.side ul li.active.totop a {
  background-position: -70px -213px;
}
.hb-icon-b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAAH3kF3cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjNTlkNTJjYi1kMDViLTY5NGQtYWY5OS0wMjllNjcwNzJiZWQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NkM3MDE3MEY4RDRGMTFFNjlDN0Y4MzM0OEM3MzkyOTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NkM3MDE3MEU4RDRGMTFFNjlDN0Y4MzM0OEM3MzkyOTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ZDlhZTZkZGUtYjk0MC00NDQ1LWE0MjUtNjk3YTkzZDQ0MzgwIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTkyNDg0NDgtNzAyZC0xMWU2LTgxZWEtOTlkYzQzNDc5Y2NkIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+IiIuxgAAAcRJREFUeNpi/OHtysbAwPATiCcxvpVU/s8ABUwgQujZHTAHIIAYgcrAMixfz91DSIMAQACBNXEbKcH4DD/vvWRgATFASgWO72f4YOkIlgAIIJAhb0GGwq349/M3nAM2/fvVx8h8hC3sMRGoAix6OmAaIIAwDMUGEB5jZGRglxVmYBbgBnN/v/7E8Pv5e1SjGf4D1dq5MHy79JDhN78MXAGqIiBg8/UEe5B35UIM6yYA6Xx8bgIIIJDDJwLpPBzyIDslmPAoAAFBIH7O9OPWM5wq/v/9B4oIIXgQgLzOJinIwMTJxvD3yw+Gnw9fM/z/+RsSqDBdfz98ZfgOxNgAShDAvA6LH8wQBwJWW2tIaB8+ilsRKKmBFDDLycFTDIZ1P5esAJuGrADDJBygCyDAQCFOMFqIAJ2Mn/SN/rNJC4GTE7ng19N3DCy/X31kAGEGJkYGVhE+BlZxAQZGVmaCmv+8+wI24P/vP6gRx/DvPwPcUDIAEzZB7q4WcPSAMCyiQREP4oPkiDboa1kNwzspFZSE8O/hY7AYSA5/3sUBQC5BTzTYAAshv4NcAsKEAMhFBIscIsA7UBhJggpeaHYnFbyH6pUEACCzs5v0EvYOAAAAAElFTkSuQmCC") no-repeat;
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 3px;
}
.jx-icon-b {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAUCAYAAAH3kF3cAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NWIwMDg3My1kY2U3LTc0NDAtYTM1YS1iZTNmODY5YTI5ZTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjU3ODZEMEM4RDU0MTFFNjg4NzRENTYxNENENUE5NTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjU3ODZEMEI4RDU0MTFFNjg4NzRENTYxNENENUE5NTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjJlMGU5ZmEtMzNiYS01MDRhLWI3ODQtM2ZjMGI3NTNjZjU0IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6OWU5MmJkMWUtOGQzYS0xMWU2LWFhMzQtOTNjMTdmNDExYTU1Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+HdjBggAAAd5JREFUeNpi/LtYg42BgeEXEE9kARI/GUQcGBjeHGBgYgABECPmOgNAADEClf0H8cGiTN7bodKCCgwAAQSXQgYQZUCNYDrgIJgGCCCQyrdAWhWI3wHxf5B9QkD8FkUbsha4wP/raxkYFeMZGP8DAbJNAAEEM1QIygd5RAKIY0EeQjZXCEkTG9AH7xj1qiEKQB5GsRzq7n97kiBW6FUzMNk0wq1D9S27JDDQnqOwmZDtBgOYAiQ2QACBTAIpyoN5BErDAuQ9yCNMSAoYoGxBIIYZB2ZjjQGsMQIPNPU8BkbXNQywyIQBFhRFmsEM/7ZHgMMHFhQYJv3bYA9RrBrCwOS5goFROgBTEViBRTvD/6uzIBq0YggEJp8eA8OnS9CoRwMgTeg0MUHQBRBgIEUTgIx8LJIFGFHGwFAGxJ1Y1HYSFeDEACaCKkABAgoMdDFSDAJnJl51YMi+hrCBBjCadDAwGlVjqMXwGigz/FuiCc8IjLI2kFh5fISBQdyQgeHOZob/z3ZhJHNEiQHNTSipBmogyGtMTpMZ/h2pB+cwUOIA5XIGFV+G/7tDUNMkTBOyi2CJmUHODp4U/7+/D07cjGzcDP8vzMTtNUpi7R0VzHkHMggUl5Og2Z1U8B6qVxIAbpDA07wv0U4AAAAASUVORK5CYII=") no-repeat;
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: -3px;
  margin-left: 3px;
}
.jx-quan {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAoCAYAAAEEW60ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWFmMjZhYy03NjI0LTE1NDUtOGVjZC0zNzIxZjdiMDBjZGUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTYxRTMwNUQ4RDU5MTFFNkE5RTJEMDZGMUQ4MzA0Q0IiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTYxRTMwNUM4RDU5MTFFNkE5RTJEMDZGMUQ4MzA0Q0IiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWIzYzE4MzgtMjMzNi0xNzRlLWEwYmYtNGU4YjZiMDU2ZjFkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2JmZjRmNDctNzBkOC0xMWU2LTk3ZDYtYzY0MTgxYjljMzA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JwuMoAAAA8RJREFUeNpi/LtY4z8DCYCJgUQA0sBIgno9smxII0F9CEAAMZLiaSaahQ7tFAMEEMiDIPo/g4AKAwMrLwMjGy/D//e3GBj5FBgYmNkY/r8+z8AoYgCOmv8vjjMwSlqCNf5/eoiBUdoOIv7sMFDcGsgEqTnFwChuxsCgEpLBSGqSoWnyGlSGn6WR2dcAAoimYc4Cjm4h7f+MHMIM/z8/YGDgFGNgZOFi+P/uKgOjoDrQbywM/18CU4CYGSSVPD/CwChlC00xBxEp5vlRBkYJK3DC+//6AgPD78+MQzu1MNLIbEYmcCDRBvwf2i5Pp5Hh6aTWE6SANIAAomk6p0cyZxxCbtYDuZeFhgmRVuDSaIgPRIiDHH4PKqA0RBz+BIh/gRxeARVYNUQcPgGIH40Wh6OZk8jMCRCAHfNZISCKwvh3EVFKbJR/i4mSrGRh5SlY2XsLT+NlZFZSirISpURCMri+mTv3FeiUW6emaZpOp9+98/1GNCoiVyzku8ngPjPK1zWhfRsGe62NFuY75v5+yvDfNiE/UEcip6JGEDJVjoJKeVoC6RJBTEKfKRGUiUA7rzsqZwIqkYW+H4C3B5XKQ3tn4H6kklZ4fQMuG8pGDXg9+K4VVK7BZ5/Qhzki/Yl6j+uwXtu07AhYyk5cGuNaNOOiG1fhoQ5BjCvRx+F/c3574n4ej7OKQnpe28YdYR8gxzbeY5UFUdL7p8NfbU7/H1yBNRLS89CiIiodRgaLINb6E3dZSSmIsGnXotIShnfQ70eA9q1epYEgCH+bqCgJIiYWIbHQIkWQaGGheY4gPkgewdI3sbfwKdTDNGIjYhWDqPHgOFxndi/nINptCBfm46a4vR/u++6Y2bmdKaxXKbJTkatj/Kl3VJagGJLFUvBDcbBIM5ai4JQceMQOfCq4XF1qqj7B0Sexj/OkU324zmgXPmieiH1O3s5VlqAYkD1KwS9+BU1FWFyRRVLwB3FwRfUJjkuyRAq+q5rMFC0NmnOepRhhXZUkOLpSY/3C5zAt1MRntrhVH66ZpgZNRcCgycs9U42X/jqD+yhs/AKM78CdO6bSdKVYfIlN3oHRDVBtwazv+BDAW/rpx7ncaqOd3cm6Mis7uqZoUYHZ7LguHhc1bErjkbunqdF7LpWzaGJhx0MgnfjOoNJPLuZKu7h0a+sApryWF0e6Mq+PJ6C+70q9Mhawk2fg9R6o7YF7SnIOObc2cWsIbm/EgVxuddt3KDli9DxpTOPEYbXuS8MyavhKfH/J8n/cDMzRWU9mmvq3UH34YuMbt3Yl1OaJJhAAAAAASUVORK5CYII=") no-repeat;
  width: 92px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.jx-quan strong {
  font-size: 16px;
  font-weight: normal;
}
.hb-quan {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFwAAAAoCAYAAAEEW60ZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo2OWFmMjZhYy03NjI0LTE1NDUtOGVjZC0zNzIxZjdiMDBjZGUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjUzNDNGMTc4RDU5MTFFNjlFOENCMzVFQzM3QjM0MzAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjUzNDNGMTY4RDU5MTFFNjlFOENCMzVFQzM3QjM0MzAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NWIzYzE4MzgtMjMzNi0xNzRlLWEwYmYtNGU4YjZiMDU2ZjFkIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6N2JmZjRmNDctNzBkOC0xMWU2LTk3ZDYtYzY0MTgxYjljMzA5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nDfS6AAAA81JREFUeNpi/OHt+p+BBMDEQCIAaWAkQb0eWTakkaA+BCCAGEnxNBPNQod2igECCORBEP2fUU6egZGbm4GBm4fh/4P7DIzS0gwMrGwM/65fY2DS0ATHzL8L5xmYDIzAGv+dOcXAZGIGFGeEsI1MIOxLFxmY9PQYmN08MxhJTTI0TV6DyvCzNDL7GkAA0TTMWUAphlFF9T+jgADD/6dPGRiFhRkYODgY/t+5zcCoqMTAwMzC8O8yMAXo6kFSydkzkFQCYp8+iUgx588CU5IhMN0BxW9cY2D4+pVxaKcWRhqZzQgynFbB8n9ouzydRoank1pPkALSAAKIpumcHsmccQi5GVQMMbLQMCHSClwaDfGBCHGQw+9BBZSGiMOfAPEvkMMroAKrhojDJwDxo9HicDRzEpk5AQKwY/YoCMRQEJ4ssouVjYWI+MOCWKiNiDewst0zeAsP4gksxMrKK7jVYqUgCAqijYri32p82WyuoDww8NowDJNkvrCOCsuViPNdo+IeRJjXbFF4JBX7qS7z8h1jYVzmZwGsal3jokLHcoWgwNKAUCgRUiY0XmayGhw2ayiYiLBzvwNsGyKVgjwcgDCESKeB8wXydITIEpLerpDbLUSR9no+IFcrEJAArxDvxRzOYCTunTYM19ZMdhgsYRznlnHJOuOshYv4UgejjAvW1+H/cH7bcdXHbZocE81LI9xl9gC5RrhHk2eUEu/fDn91ONUfHNUy9Jho7hrH+zRDLk4744nS21eO+zRJLsKpi/smKg1m8Y70fgTYkC1VhnKhgjw7BkrqWqPBQlVwDYi/Iwe4CZLkUGqxDBUQASzAL4PGJWABjjy7JD0aPlQHIcDAtoR3OkfL8NEW7bCvNMOQ+KDOW89osFAVlADxI+QAX41WaY4C6oJdQHwZOcDvIkmyjYYP1cE2IP6FHOBKo2FCUyAzWmkOcCuFEQnrjQYJ1YEechiPpvABaBaOdnxoCy6NluGjPc3RSnMUULHSZN+yCx7GLFhjwcSM4f+H95BlVaCdO+IS4KVYYD1fvzD8u3GdgVFCkoFRRha8XAtcDfz4AREXEGRgVFCAGASS+vMbIs7JycCorArenwGW+PuX4d+tm2AzmdTUGRiYmSHiIHT3NsP/798ZmDS0wEu6YAC0tAu0dAsszsHOAFsdCVrm9f/Fc8hOIm4eiGKgPf9fvWT4//ABA6OqGthdMD/A/aagyMAoKobw2xeg324C3SopxcAoLQPxGwj/RPabIgPcc7+BfrsOFOfiAvpNBdNvQD5rXpEVck9zdLRwtAwf3gAARrgplGKcTPIAAAAASUVORK5CYII=") no-repeat;
  width: 92px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 26px;
}
.hb-quan strong {
  font-size: 16px;
  font-weight: normal;
}
.x-tips {
  position: absolute;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  z-index: 99999;
}
.x-tips .arrow1,
.x-tips .arrow2 {
  position: absolute;
  width: 0;
  height: 0;
  border-right: 8px solid #a2a2a2;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.x-tips .arrow2 {
  margin-left: 1px;
  border-right-color: #ffffff;
}
.x-tips.a-left .arrow1,
.x-tips.a-left .arrow2 {
  top: 10px;
  left: -9px;
}
.x-tips .content {
  padding: 8px 12px;
  font-size: 12px;
  line-height: 14px;
  color: #535353;
}
.icon-shi-min {
  background-image: url(../images/xq-icon-shi.png);
  width: 17px;
  height: 17px;
}
.icon-che-min {
  background-image: url(../images/xq-icon-che.png);
  width: 17px;
  height: 17px;
}
.icon-shang-min {
  background-image: url(../images/xq-icon-shang.png);
  width: 17px;
  height: 17px;
}
.icon-xin2-min {
  background-image: url(../images/xq-icon-xin.png);
  width: 17px;
  height: 17px;
}
.icon-xue-min {
  background-image: url(../images/xq-icon-xue.png);
  width: 17px;
  height: 17px;
}
.icon-aa-min {
  background-image: url(../images/xq-icon-aa.png);
  width: 17px;
  height: 17px;
}
.icon-a-min {
  background-image: url(../images/xq-icon-a.png);
  width: 17px;
  height: 17px;
}
.icon-b-min {
  background-image: url(../images/xq-icon-b.png);
  width: 17px;
  height: 17px;
}
.icon-c-min {
  background-image: url(../images/xq-icon-c.png);
  width: 17px;
  height: 17px;
}
.icon-d-min {
  background-image: url(../images/xq-icon-d.png);
  width: 17px;
  height: 17px;
}
.icon-e-min {
  background-image: url(../images/xq-icon-e.png);
  width: 17px;
  height: 17px;
}
.icon-hr-min {
  background-image: url(../images/xq-icon-hr.png);
  width: 17px;
  height: 17px;
}
.recharge-dialog {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.52);
}
.recharge-dialog .icon-tishi {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACLUlEQVRIiaXWO2hUURAG4G/XiApGbIyPgGChhUUaXyBiRKIIcQkIFoKQBCMWFrfTRi0URDu31RQptFMhuSDio4i2PoJpFFGQpBAjIj7xkcTinOi63t29iwOHOXfOzP+fO2funFuYvbBXE3Idbdj225KkdQNamkFHD4rNBDTljGf40ExA5RsUcBqPhVRkyXrMq4lWLnWhE6ck6Sx/v0ERJ3AN+zLCC1iMhZifAb4TtyPGb9xKgml0YBYXK+wbMIwZfMQnfI9gWyspou6UpNNzxupDHscqLInP53A8zkdxP25kC/agS7k0KEkPCwXwQ5JOVAJmVdHrOM7jGB4IKZuo8mvDZQwol1okaX8GVs0qWhvBH2FTBji8wW7cQJ9yaWM9gtYq+9wZbK+xgT+SpN1xdvUve7nUSkjRJNqjeRneYgfu4XNDgiBD6IvAi/AlzqeKwsGNRf0Ny2PQSE5wQpoolzrwUyiIMYy24ECV85qop+WXOd92SfpEyACyD/l51F1NEHRGPV69kEXwFQ/RXWM9S45gSpJO5iGAgahvNoQul4awwL+prkswhivYJTS+f3tPkEH04pYkvZvlUO8+OChURK/Qey4JlTaDzTgqdNYRSdpTC6SQ40brwlnhi66UcZyUpMP1gvPcaHfiWC20kCJe4GWO2FwE7RGwiPdCO18a19bh1f8SfEUqtI0p4eJZGseXRsF5CN5hP1biUCQYxNMcsU39VfTjTJyvEKqoofwCDBB/LUDyHVUAAAAASUVORK5CYII=");
}
.recharge-dialog .dialog-main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -189px;
  margin-top: -200px;
  width: 378px;
  background-color: #fff;
  border-radius: 5px;
}
.recharge-dialog .dialog-main .dialog-close {
  position: absolute;
  top: -20px;
  right: -50px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.recharge-dialog .dialog-main .dialog-head {
  background-color: #fff6f1;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #ff904c;
  border-radius: 5px 5px 0 0;
}
.recharge-dialog .dialog-main .dialog-body {
  padding: 16px;
}
.recharge-dialog .dialog-main .dialog-body p {
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  color: #999999;
}
.recharge-dialog .dialog-main .dialog-action {
  margin-top: 20px;
  margin-bottom: 18px;
  text-align: center;
}
.recharge-dialog .dialog-main .dialog-action .action-btn {
  display: inline-block;
  width: 124px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background-color: #ed1923;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}
.recharge-dialog .dialog-main .dialog-action .action-btn:hover {
  background-color: #ff5159;
  text-decoration: none;
}
.recharge-dialog .dialog-main .dialog-action .action-btn + .action-btn {
  margin-left: 40px;
}