@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
  font-size: 625% !important;
}
body {
  position: relative;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", Arial, SimHei, simsun, sans-serif;
  font-size: 0.16rem;
  color: #666;
  background-color: #fff;
  line-height: 1.6;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.um-vp {
  -webkit-text-size-adjust: none;
  /*取消webkit内核浏览器字体大小不小于12px的设定*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消手机点击时出现的边框*/
  -webkit-user-select: none;
  /*禁用了复制粘贴功能*/
  -moz-user-select: none;
  -ms-user-select: none;
  overflow-y: auto;
}
.up {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
div {
  outline: 0 !important;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
}
a {
  color: #31c2bd;
  text-decoration: none;
  transition: all 0.5s ease 0s;
}
button,
input,
optgroup,
textarea,
select {
  outline: 0;
  vertical-align: middle;
}
ul,
ol,
li {
  list-style: none;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
.icon-spin {
  animation: 2s linear 0s normal none infinite running spin;
  display: inline-block;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.ulev-2,
.font10 {
  font-size: .1rem;
}
.ulev-1,
.font12 {
  font-size: .12rem;
}
.ulev0,
.font14 {
  font-size: .14rem;
}
.ulev1,
.font16 {
  font-size: .16rem;
}
.ulev2,
.font18 {
  font-size: .18rem;
}
.ulev3,
.font20 {
  font-size: .2rem;
}
.bold {
  font-weight: bold;
}
.bolder {
  font-weight: bolder;
}
.tx-l {
  text-align: left;
}
.tx-r {
  text-align: right;
}
.tx-c {
  text-align: center;
}
.tx-j {
  text-align: justify;
}
.ulim,
.tf {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tf2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tf3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.uinl {
  position: relative;
  display: inline-block;
}
.ut-s {
  text-overflow: ellipsis;
  white-space: nowrap;
  outline: 0 !important;
}
.us,
.ubs {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.us1,
.ubs1 {
  -webkit-box-shadow: 0 2px 3px rgba(120, 120, 120, 0.3);
  box-shadow: 0 2px 3px rgba(120, 120, 120, 0.3);
}
.us-i,
.ubsi {
  -webkit-box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0px 2px 3px rgba(0, 0, 0, 0.4);
}
.uts {
  -webkit-text-shadow: 0 1px 1px #333;
  text-shadow: 0 1px 1px #333;
}
.uts1 {
  -webkit-text-shadow: 0 1px 1px #4d4d4d;
  text-shadow: 0 1px 1px #4d4d4d;
}
.uts2 {
  -webkit-text-shadow: 0 1px 1px #666666;
  text-shadow: 0 1px 1px #666666;
}
.uts-1 {
  -webkit-text-shadow: 0 -1px -1px #1a1a1a;
  text-shadow: 0 -1px -1px #1a1a1a;
}
.uts-2 {
  -webkit-text-shadow: 0 -1px -1px #000000;
  text-shadow: 0 -1px -1px #000000;
}
.upa {
  position: absolute;
}
.upr {
  position: relative;
}
.upf {
  position: fixed;
}
.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.none,
.uhide {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.in-b {
  display: inline-block;
}
.ufl,
.l {
  float: left !important;
}
.ufr,
.r {
  float: right !important;
}
.ufw {
  width: 100%;
}
.ufh {
  height: 100%;
}
.uof {
  overflow: hidden !important;
}
.uof-x {
  overflow-x: hidden !important;
}
.uof-y {
  overflow-y: hidden !important;
}
.uofsc {
  overflow: scroll !important;
}
.uofsc-x {
  overflow-x: scroll !important;
}
.uofsc-y {
  overflow-y: scroll !important;
}
.uofa {
  overflow: auto !important;
}
.uofa-x {
  overflow-x: auto !important;
}
.uofa-y {
  overflow-y: auto !important;
}
.c-wh {
  background-color: #fff;
}
.t-wh {
  color: #fff;
}
.badge {
  position: absolute;
  top: .01rem;
  right: .05rem;
  width: .2rem;
  height: .2rem;
  line-height: .2rem;
  border-radius: 50%;
  text-align: center;
  font-size: .12rem;
  color: #fff;
  background-color: #ff2d19;
}
/*当页面大于1200px 时，大屏幕，主要是PC 端*/
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD竖屏*/
/*767 像素以下的屏幕里，超小屏幕，主要是手机*/
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
.ub {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ub > * {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ub-ver {
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ub-rev {
  /*老版本语法*/
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  /*混合版本语法*/
  -ms-flex-direction: row-reverse;
  /*新版本语法*/
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ub-ver.ub-rev {
  /*混合版本语法*/
  -ms-flex-direction: column-reverse;
  /*新版本语法*/
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.ub-as {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ub-ac {
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.ub-ae {
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混合版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.ub-ps {
  /*老版本语法*/
  -webkit-box-pack: start;
  -moz-box-pack: start;
  /*混合版本语法*/
  -ms-flex-pack: start;
  /*新版本语法*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.ub-pc {
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
.ub-pe {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.ub-pj {
  /*老版本语法*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  /*混合版本语法*/
  -ms-flex-pack: justify;
  /*新版本语法*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ub-f1 {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f2 {
  position: relative;
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f3 {
  position: relative;
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f4 {
  position: relative;
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f5 {
  position: relative;
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f6 {
  position: relative;
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f7 {
  position: relative;
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.ub-f8 {
  position: relative;
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.uinn {
  padding: 0.05rem;
  margin: 0;
}
.uinnlr {
  padding: 0 #padding;
  margin: 0;
}
.uinntb {
  padding: 0.05rem 0;
  margin: 0;
}
.upd-n,
.pd-0 {
  padding: 0;
}
.upd-ln {
  padding-left: 0;
}
.upd-rn {
  padding-right: 0;
}
.upd-tn {
  padding-top: 0;
}
.upd-bn {
  padding-bottom: 0;
}
.upd-lrn {
  padding: 0.05rem 0;
}
.upd-tbn {
  padding: 0 0.05rem;
}
.upd-a {
  padding: 0.05rem;
}
.upd-l {
  padding-left: 0.05rem;
}
.upd-r {
  padding-right: 0.05rem;
}
.upd-t {
  padding-top: 0.05rem;
}
.upd-b {
  padding-bottom: 0.05rem;
}
.upd-lr {
  padding: 0 0.05rem;
}
.upd-tb {
  padding: 0.05rem 0;
}
.upd-a2 {
  padding: 0.1rem;
}
.upd-l2 {
  padding-left: 0.1rem;
}
.upd-r2 {
  padding-right: 0.1rem;
}
.upd-t2 {
  padding-top: 0.1rem;
}
.upd-b2 {
  padding-bottom: 0.1rem;
}
.upd-lr2 {
  padding: 0 0.1rem;
}
.upd-tb2 {
  padding: 0.1rem 0;
}
.upd-a3 {
  padding: 0.15rem;
}
.upd-l3 {
  padding-left: 0.15rem;
}
.upd-r3 {
  padding-right: 0.15rem;
}
.upd-t3 {
  padding-top: 0.15rem;
}
.upd-b3 {
  padding-bottom: 0.15rem;
}
.upd-lr3 {
  padding: 0 0.15rem;
}
.upd-tb3 {
  padding: 0.15rem 0;
}
.upd-a4 {
  padding: 0.2rem;
}
.upd-l4 {
  padding-left: 0.2rem;
}
.upd-r4 {
  padding-right: 0.2rem;
}
.upd-t4 {
  padding-top: 0.2rem;
}
.upd-b4 {
  padding-bottom: 0.2rem;
}
.upd-lr4 {
  padding: 0 0.2rem;
}
.upd-tb4 {
  padding: 0.2rem 0;
}
.mar-n,
.umg-0 {
  margin: 0;
}
.mar-ln,
.umg-l0 {
  margin-left: 0;
}
.mar-rn,
.umg-r0 {
  margin-right: 0;
}
.mar-tn,
.umg-t0 {
  margin-top: 0;
}
.mar-bn,
.umg-b0 {
  margin-bottom: 0;
}
.umar-a,
.umg-a1 {
  margin: 0.05rem;
}
.umar-l,
.umg-l1 {
  margin-left: 0.05rem;
}
.umar-r,
.umg-r1 {
  margin-right: 0.05rem;
}
.umar-t,
.umg-t1 {
  margin-top: 0.05rem;
}
.umar-b,
.umg-b1 {
  margin-bottom: 0.05rem;
}
.umar-lr,
.umg-lr1 {
  margin: 0 0.05rem;
}
.umar-tb,
.umg-tb1 {
  margin: 0.05rem 0;
}
.umar-a2,
.umg-a2 {
  margin: 0.1rem;
}
.umar-l2,
.umg-l2 {
  margin-left: 0.1rem;
}
.umar-r2,
.umg-r2 {
  margin-right: 0.1rem;
}
.umar-t2,
.umg-t2 {
  margin-top: 0.1rem;
}
.umar-b2,
.umg-b2 {
  margin-bottom: 0.1rem;
}
.umar-lr2,
.umg-lr2 {
  margin: 0 0.1rem;
}
.umar-tb2,
.umg-tb2 {
  margin: 0.1rem 0;
}
.umar-a3,
.umg-a3 {
  margin: 0.15rem;
}
.umar-l3,
.umg-l3 {
  margin-left: 0.15rem;
}
.umar-r3,
.umg-r3 {
  margin-right: 0.15rem;
}
.umar-t3,
.umg-t3 {
  margin-top: 0.15rem;
}
.umar-b3,
.umg-b3 {
  margin-bottom: 0.15rem;
}
.umar-lr3,
.umg-lr3 {
  margin: 0 0.15rem;
}
.umar-tb3,
.umg-tb3 {
  margin: 0.15rem 0;
}
.umar-a4,
.umg-a4 {
  margin: 0.2rem;
}
.umar-l4,
.umg-l4 {
  margin-left: 0.2rem;
}
.umar-r4,
.umg-r4 {
  margin-right: 0.2rem;
}
.umar-t4,
.umg-t4 {
  margin-top: 0.2rem;
}
.umar-b4,
.umg-b4 {
  margin-bottom: 0.2rem;
}
.umar-lr4,
.umg-lr4 {
  margin: 0 0.2rem;
}
.umar-tb4,
.umg-tb4 {
  margin: 0.2rem 0;
}
.bd-n {
  border: none;
}
.uba {
  border-width: 0.01rem;
  border-style: solid;
}
.uba1 {
  border-width: 0.02rem;
  border-style: solid;
}
.uba2 {
  border-width: 0.03rem;
  border-style: solid;
}
.ubt {
  border-top-width: 0.01rem;
  border-top-style: solid;
}
.ubt1 {
  border-top-width: 0.02rem;
  border-top-style: solid;
}
.ubt2 {
  border-top-width: 0.03rem;
  border-top-style: solid;
}
.ubb {
  border-bottom-width: 0.01rem;
  border-bottom-style: solid;
}
.ubb1 {
  border-bottom-width: 0.02rem;
  border-bottom-style: solid;
}
.ubb2 {
  border-bottom-width: 0.03rem;
  border-bottom-style: solid;
}
.ubl {
  border-left-width: 0.01rem;
  border-left-style: solid;
}
.ubl1 {
  border-left-width: 0.02rem;
  border-left-style: solid;
}
.ubl2 {
  border-left-width: 0.03rem;
  border-left-style: solid;
}
.ubr {
  border-right-width: 0.01rem;
  border-right-style: solid;
}
.ubr1 {
  border-right-width: 0.02rem;
  border-right-style: solid;
}
.ubr2 {
  border-right-width: 0.03rem;
  border-right-style: solid;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.02rem 0.1rem;
  font-size: 0.16rem;
  line-height: 1.6;
  border-radius: 0.04rem;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  background-color: transparent;
}
.btn:focus,
.btn.focus {
  color: #31c2bd;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default:focus,
.btn-default.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default:active,
.btn-default.active {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default:active,
.btn-default.active {
  background-image: none;
}
.btn-default.btn-outlined {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default.btn-outlined:focus,
.btn-default.btn-outlined.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default.btn-outlined:active,
.btn-default.btn-outlined.active {
  color: #31c2bd;
  background-color: #fff;
  border-color: #bf0f10;
}
.btn-default.btn-outlined:active:focus,
.btn-default.btn-outlined.active:focus,
.btn-default.btn-outlined:active.focus,
.btn-default.btn-outlined.active.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-default.btn-outlined:active,
.btn-default.btn-outlined.active {
  background-image: none;
}
.btn-primary {
  color: #fff;
  background-color: #31c2bd;
  border-color: #31c2bd;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #31c2bd;
  border-color: #31c2bd;
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #31c2bd;
  border-color: #bf0f10;
}
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
  color: #fff;
  background-color: #31c2bd;
  border-color: #31c2bd;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
}
.btn-primary.btn-outlined {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-primary.btn-outlined:focus,
.btn-primary.btn-outlined.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-primary.btn-outlined:active,
.btn-primary.btn-outlined.active {
  color: #31c2bd;
  background-color: #fff;
  border-color: #bf0f10;
}
.btn-primary.btn-outlined:active:focus,
.btn-primary.btn-outlined.active:focus,
.btn-primary.btn-outlined:active.focus,
.btn-primary.btn-outlined.active.focus {
  color: #31c2bd;
  background-color: #fff;
  border-color: #31c2bd;
}
.btn-primary.btn-outlined:active,
.btn-primary.btn-outlined.active {
  background-image: none;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active {
  color: #fff;
  background-color: #5cb85c;
  border-color: #398439;
}
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus {
  color: #fff;
  background-color: #5cb85c;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active {
  background-image: none;
}
.btn-success.btn-outlined {
  color: #5cb85c;
  background-color: #fff;
  border-color: #4cae4c;
}
.btn-success.btn-outlined:focus,
.btn-success.btn-outlined.focus {
  color: #5cb85c;
  background-color: #fff;
  border-color: #255625;
}
.btn-success.btn-outlined:active,
.btn-success.btn-outlined.active {
  color: #5cb85c;
  background-color: #fff;
  border-color: #398439;
}
.btn-success.btn-outlined:active:focus,
.btn-success.btn-outlined.active:focus,
.btn-success.btn-outlined:active.focus,
.btn-success.btn-outlined.active.focus {
  color: #5cb85c;
  background-color: #fff;
  border-color: #255625;
}
.btn-success.btn-outlined:active,
.btn-success.btn-outlined.active {
  background-image: none;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active {
  color: #fff;
  background-color: #5bc0de;
  border-color: #269abc;
}
.btn-info:active:focus,
.btn-info.active:focus,
.btn-info:active.focus,
.btn-info.active.focus {
  color: #fff;
  background-color: #5bc0de;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active {
  background-image: none;
}
.btn-info.btn-outlined {
  color: #5bc0de;
  background-color: #fff;
  border-color: #46b8da;
}
.btn-info.btn-outlined:focus,
.btn-info.btn-outlined.focus {
  color: #5bc0de;
  background-color: #fff;
  border-color: #1b6d85;
}
.btn-info.btn-outlined:active,
.btn-info.btn-outlined.active {
  color: #5bc0de;
  background-color: #fff;
  border-color: #269abc;
}
.btn-info.btn-outlined:active:focus,
.btn-info.btn-outlined.active:focus,
.btn-info.btn-outlined:active.focus,
.btn-info.btn-outlined.active.focus {
  color: #5bc0de;
  background-color: #fff;
  border-color: #1b6d85;
}
.btn-info.btn-outlined:active,
.btn-info.btn-outlined.active {
  background-image: none;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #d58512;
}
.btn-warning:active:focus,
.btn-warning.active:focus,
.btn-warning:active.focus,
.btn-warning.active.focus {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active {
  background-image: none;
}
.btn-warning.btn-outlined {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #eea236;
}
.btn-warning.btn-outlined:focus,
.btn-warning.btn-outlined.focus {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #985f0d;
}
.btn-warning.btn-outlined:active,
.btn-warning.btn-outlined.active {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #d58512;
}
.btn-warning.btn-outlined:active:focus,
.btn-warning.btn-outlined.active:focus,
.btn-warning.btn-outlined:active.focus,
.btn-warning.btn-outlined.active.focus {
  color: #f0ad4e;
  background-color: #fff;
  border-color: #985f0d;
}
.btn-warning.btn-outlined:active,
.btn-warning.btn-outlined.active {
  background-image: none;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active {
  color: #fff;
  background-color: #d9534f;
  border-color: #ac2925;
}
.btn-danger:active:focus,
.btn-danger.active:focus,
.btn-danger:active.focus,
.btn-danger.active.focus {
  color: #fff;
  background-color: #d9534f;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active {
  background-image: none;
}
.btn-danger.btn-outlined {
  color: #d9534f;
  background-color: #fff;
  border-color: #d43f3a;
}
.btn-danger.btn-outlined:focus,
.btn-danger.btn-outlined.focus {
  color: #d9534f;
  background-color: #fff;
  border-color: #761c19;
}
.btn-danger.btn-outlined:active,
.btn-danger.btn-outlined.active {
  color: #d9534f;
  background-color: #fff;
  border-color: #ac2925;
}
.btn-danger.btn-outlined:active:focus,
.btn-danger.btn-outlined.active:focus,
.btn-danger.btn-outlined:active.focus,
.btn-danger.btn-outlined.active.focus {
  color: #d9534f;
  background-color: #fff;
  border-color: #761c19;
}
.btn-danger.btn-outlined:active,
.btn-danger.btn-outlined.active {
  background-image: none;
}
.btn-group {
  padding: .1rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.btn-group > .btn {
  padding: 0.05rem 0;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0 0.05rem;
}
.btn-group > .btn-block {
  display: block;
  width: 100%;
  padding: .1rem;
  margin: 0;
}
.btn-group.link > .btn {
  margin: 0;
}
.btn-group.link > .btn + .btn {
  margin-left: -1px;
}
.btn-group.link > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group.link > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group.link > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form {
  display: block;
  width: 100%;
  height: 0.32rem;
  padding: 0.05rem 0.1rem;
  font-size: 0.16rem;
  line-height: 1.6;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0.04rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form::-webkit-input-placeholder {
  color: #999;
}
textarea.form {
  height: auto;
}
.has-success {
  color: #3c763d;
  background-color: #fff;
  border-color: #f2f2f2;
}
.has-success:focus {
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning {
  color: #8a6d3b;
  background-color: #fff;
  border-color: #f2f2f2;
}
.has-warning:focus {
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error {
  color: #a94442;
  background-color: #fff;
  border-color: #f2f2f2;
}
.has-error:focus {
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.clear {
  position: absolute;
  top: .01rem;
  right: -0.08rem;
  display: none;
  outline: none;
}
.clear span {
  display: block;
  width: .2rem;
  height: .2rem;
  line-height: .2rem;
  text-align: center;
  background-color: #666;
  color: #fff;
  border-radius: 50%;
}
input:valid + .clear {
  display: inline;
}
select {
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击高亮的颜色*/
  background-color: transparent;
  border-color: transparent;
  outline: none;
  font-size: 0.16rem;
}
option {
  color: #666;
}
option:first-child {
  color: #dde3eb !important;
}
::-webkit-input-placeholder {
  color: #ddd;
}
ul.list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
ul.list .red {
  color: #fc8083;
}
ul.list .orange {
  color: #de9317;
}
ul.list .yellow {
  color: #fcbc4b;
}
ul.list .green {
  color: #a9d98a;
}
ul.list .cyan {
  color: cyan;
}
ul.list .blue {
  color: #79c9f8;
}
ul.list .purple {
  color: #5859b9;
}
ul.list .grey {
  color: #ccc;
}
ul.list li {
  padding: .1rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
ul.list li:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
ul.list li:last-child:after {
  display: none;
}
ul.list li label {
  display: inline-block;
  width: .24rem;
  height: .24rem;
  line-height: .24rem;
  text-align: center;
  margin-right: .1rem;
  border-radius: .05rem;
}
ul.list li label i {
  font-size: 0.17rem;
}
ul.list li label.dins > i {
  color: #fff;
}
ul.list li label.dins.red {
  background-color: #e51400;
}
ul.list li label.dins.orange {
  background-color: #de9317;
}
ul.list li label.dins.yellow {
  background-color: #e3c800;
}
ul.list li label.dins.green {
  background-color: #339933;
}
ul.list li label.dins.cyan {
  background-color: cyan;
}
ul.list li label.dins.blue {
  background-color: #1ba1e2;
}
ul.list li label.dins.purple {
  background-color: #5859b9;
}
ul.list li label.dins.grey {
  background-color: #ccc;
}
ul.list li div {
  color: #666;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
ul.list li > span {
  min-width: .4rem;
  color: #ccc;
  position: relative;
  text-align: right;
}
ul.list li span.arrow {
  padding-right: .1rem;
}
ul.list li span.arrow:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
ul.list li span.forms input {
  min-width: .8rem;
  height: .24rem;
  line-height: .24rem;
  border: 0;
  text-align: right;
  font-size: .16rem;
}
ul.list li span.forms select {
  position: relative;
  top: -0.03rem;
  height: .24rem;
  line-height: .24rem;
  border: 0;
  font-size: 0.16rem;
  top: 0.01rem;
}
ul.list li span.forms input,
ul.list li span.forms select {
  -webkit-appearance: none;
  /*去除系统默认的样式*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 点击高亮的颜色*/
  background-color: transparent;
  border-color: transparent;
  outline: none;
  color: #666;
}
ul.list li span.forms select,
ul.list li span.forms option {
  direction: rtl;
}
ul.list li span.forms input[type="date"]:before,
ul.list li span.forms input[type="month"]:before {
  position: absolute;
  right: .1rem;
  color: #666;
  content: attr(placeholder);
  font-size: 0.16rem;
}
ul.list li span.forms input[type="date"].full:before,
ul.list li span.forms input[type="month"].full:before {
  color: #666;
  content: "" !important;
}
ul.list li.media {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混合版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
ul.list li.media label {
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  margin-right: 0.1rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
ul.list li.media label.red {
  background-color: #e51400;
}
ul.list li.media label.orange {
  background-color: #de9317;
}
ul.list li.media label.yellow {
  background-color: #e3c800;
}
ul.list li.media label.green {
  background-color: #339933;
}
ul.list li.media label.cyan {
  background-color: cyan;
}
ul.list li.media label.blue {
  background-color: #1ba1e2;
}
ul.list li.media label.purple {
  background-color: #5859b9;
}
ul.list li.media label.grey {
  background-color: #ccc;
}
ul.list li.media div ul {
  font-size: 0.14rem;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-right: 0.05rem;
}
ul.list li.media div ul li {
  padding: 0;
}
ul.list li.media div ul li:after {
  display: none;
}
ul.list li.media div ul h3 {
  font-weight: inherit;
  font-size: 0.2rem;
  color: #333;
  margin-bottom: 0.05rem;
}
ul.list li.media div ul li:last-child {
  margin-top: 0.05rem;
}
ul.list li.media div:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 0;
}
.tab {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #dddddd;
}
.tab span {
  padding: .1rem 0;
  font-size: 0.15rem;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  border-right: 1px solid #dddddd;
}
.tab span:last-child {
  border-right-color: transparent;
}
.tab span.active {
  background: #e6e6e6;
}
.tab.another span {
  border-bottom: 1px solid transparent;
  border-right-color: transparent;
  background-color: #fff;
}
.tab.another span.active {
  color: #31c2bd;
  border-bottom-color: #31c2bd;
}
.tabs {
  min-height: 2rem;
}
dl.accordion {
  background-color: #fff;
  position: relative;
}
dl.accordion:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
dl.accordion dt.accordion-title {
  padding: .1rem;
  line-height: .24rem;
  position: relative;
}
dl.accordion dt.accordion-title:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  z-index: 2;
}
dl.accordion dt.accordion-title:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #dddddd;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: .15rem;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
dl.accordion dt.accordion-title.active:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
dl.accordion dt.accordion-title:first-child:before {
  height: 0;
}
dl.accordion dd.accordion-body {
  padding: 0 .1rem .1rem;
  display: none;
}
.card {
  margin: .1rem;
  border-radius: .01rem;
  box-shadow: 0 0 0.01rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.card .card-header,
.card .card-footer {
  height: .44rem;
}
.card .card-header {
  padding: .1rem;
  border-bottom: 1px solid #f5f5f5;
  color: #898989;
}
.card .card-body {
  padding: .2rem .1rem;
}
.card .card-footer {
  padding: .1rem;
  border-top: 1px solid #f5f5f5;
  color: #999;
}
.grid {
  flex-wrap: wrap;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 1px;
  z-index: 15;
  display: block;
  background-color: #dddddd;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.grid .col {
  padding: .1rem;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
.grid .col:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  z-index: 15;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.grid .col:after {
  content: "";
  position: absolute;
  top: auto;
  right: auto;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 15;
  display: block;
  background-color: #dddddd;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.grid .col i {
  font-size: .24rem;
  line-height: 1;
}
.grid.g3 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}
.grid.g3 .col:nth-child(3n):before {
  display: none;
}
.grid.g4 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.grid.g4 .col:nth-child(4n):before {
  display: none;
}
.grid.g5 .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.grid.g5 .col:nth-child(5n):before {
  display: none;
}
.overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 110;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.701961);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0.4s;
  transition: opacity 0.4s 0s, visibility 0s 0.4s;
}
.overlay.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.4s 0s, visibility 0s 0s;
  transition: opacity 0.4s 0s, visibility 0s 0s;
}
.slide-layer {
  position: fixed;
  z-index: 300;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40%;
  overflow-y: auto;
  background-color: #ffffff;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s;
}
.slide-layer.is-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.index-header {
  background-color: #31c2bd;
}
.index-header h1 {
  text-align: left;
  color: #ffffff;
  margin-left: .1rem;
}
.index-header span {
  position: absolute;
  font-size: 13px;
  color: #ffffff;
}
.index-header span ~ h1 {
  text-align: center;
  margin: 0;
}
#content {
  padding: .05rem .2rem;
  background-color: #ffffff;
}
#content .grid:before,
#content .col:before,
#content .col:after {
  height: 0;
}
footer img {
  width: .15rem;
  height: .18rem;
}
.body-index #index {
  margin-top: -1px;
  background-color: #f8f8f8;
}
.body-index #index .banner {
  background-color: #ffffff;
}
.body-index #index .banner .index-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: #31c2bd;
}
.body-index #index .banner .index-banner {
  margin: 0 .2rem;
  border-radius: 12px;
  background-color: #ffffff;
}
.body-index #index .banner .index-banner .img-responsive {
  width: 100%;
}
.body-index #index #content .grid .col i {
  width: 40px;
  height: 40px;
  font-size: .2rem;
  border-radius: .25rem;
  padding: .1rem;
  margin-bottom: .05rem;
  color: #ffffff;
  text-align: center;
}
.body-index #index #content .grid .col .img-icon {
  width: .4rem;
  height: .4rem;
  border-radius: .4rem;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.body-index #index #content .grid .col .img-icon img {
  width: .2rem;
  height: .2rem;
}
.body-index #index #content .grid .col span {
  color: #101320;
  font-size: 10px;
  margin-top: .1rem;
}
.body-index #index #content .grid .col .col-blue {
  background-image: linear-gradient(to top, #2693fe, #5db0ff);
}
.body-index #index #content .grid .col .col-red {
  background-image: linear-gradient(to top, #ea174e, #f8614c);
}
.body-index #index #content .grid .col .col-orange {
  background-image: linear-gradient(to top, #f8644c, #f2bc40);
}
.body-index #index #content .grid .col .col-aqua {
  background-image: linear-gradient(to top, #1ca4e8, #36e9e8);
}
.body-index #index #content .grid .col .col-green {
  background-image: linear-gradient(to top, #21df87, #40daa6);
}
.body-index #index #content .grid .col .col-purple {
  background-image: linear-gradient(to top, #816df3, #aa9afe);
}
.body-index #index #content .grid .col .col-pink {
  background-image: linear-gradient(to top, #ff1c4f, #fb538f);
}
.body-index #index .message-box {
  background-color: #ffffff;
  margin-top: .05rem;
  padding: .05rem .2rem;
}
.body-index #index .message-box .title {
  height: .3rem;
  line-height: .3rem;
}
.body-index #index .message-box .title:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 16px;
  border-radius: 2px;
  box-shadow: 0 2px 2px #f8a5a5;
  background-color: #ea174e;
}
.body-index #index .message-box .title h1 {
  font-size: 18px;
  font-weight: 800;
  color: #101320;
  display: inline-block;
}
.body-index #index .message-box .title span {
  height: .2rem;
  line-height: .2rem;
  margin: .05rem 0;
  float: right;
  text-align: right;
  font-size: 12px;
  color: #777777;
  background-color: #f8f8f8;
  padding: 0 .08rem;
  border-radius: 10px;
  cursor: pointer;
}
.body-index #index .message-box ul.list {
  box-shadow: none;
}
.body-index #index .message-box ul.list li {
  padding: 0 0 .02rem 0;
}
.body-index #index .message-box ul.list .news {
  text-align: left;
  padding: .1rem .1rem .08rem 0;
}
.body-index #index .message-box ul.list .news p {
  font-size: 14px;
  color: #191919;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body-index #index .message-box ul.list .news span {
  font-size: 12px;
  color: #777777;
}
.body-index #index .message-box ul.list img {
  height: .8rem;
  width: 1.3rem;
}
.body-message #index {
  margin-top: -1px;
  background-color: #f8f8f8;
}
.body-message #index .message-box {
  background-color: #ffffff;
  padding: .1rem .2rem;
}
.body-message #index .message-box ul.list {
  box-shadow: none;
}
.body-message #index .message-box ul.list li {
  padding: 0 0 .02rem 0;
}
.body-message #index .message-box ul.list .news {
  text-align: left;
  padding: .1rem .06rem .08rem 0;
}
.body-message #index .message-box ul.list .news p {
  font-size: 14px;
  color: #191919;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.body-message #index .message-box ul.list .news .img-hot {
  margin-left: .05rem;
  width: .12rem;
  height: .12rem;
}
.body-message #index .message-box ul.list .news span {
  font-size: 12px;
  color: #777777;
}
.body-message #index .message-box ul.list img {
  height: .8rem;
  width: 1.3rem;
}
.body-detail #index .card {
  margin: 0;
}
.body-detail #index .card .card-body {
  padding: .2rem;
}
.body-detail #index .card .card-body .title {
  padding-bottom: .2rem;
}
.body-detail #index .card .card-body .title h1 {
  font-size: .18rem;
  line-height: .26rem;
  font-weight: 800;
  text-align: center;
  color: #191919;
}
.body-detail #index .card .card-body .title span {
  float: right;
  font-size: .1rem;
  margin-top: .02rem;
  color: #777777;
}
.body-detail #index .card .card-body hr {
  width: 1.4rem;
  margin-top: .1rem;
  transform: scaleY(0.5);
}
.body-detail #index .card .card-body .content {
  padding-top: .1rem;
}
.body-detail #index .card .card-body .content h2 {
  font-size: .14rem;
  color: #191919;
  font-weight: 800;
  text-align: left;
  padding-bottom: .16rem;
}
.body-detail #index .card .card-body .content p {
  text-indent: 2em;
  font-size: .15rem;
  line-height: .2rem;
  color: #101320;
}
.body-detail #index .card .card-body .content p + h2 {
  padding-top: .24rem;
}
#login {
  background-color: #FFF;
}
#login header {
  color: #31c2bd;
  background-color: #fff;
}
#login .content {
  padding: 0 10%;
}
#login .content h1 {
  margin-top: .2rem;
  font-size: .24rem;
  font-weight: 700;
  color: #333;
}
#login .content form {
  margin-top: .3rem;
}
#login .content form .form-group {
  margin-top: .1rem;
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
#login .content form .form-group input {
  line-height: .4rem;
  font-size: .14rem;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  border: none;
}
#login .content form .form-group span {
  display: inline-block;
  width: 1rem;
}
#login .content form .form-group.code input {
  width: 1rem;
}
#login .content form .form-group.sms input {
  width: 1rem;
}
#login .content form .form-group.sms span {
  width: 1.15rem;
  color: #31c2bd;
}
#login .content form button {
  display: block;
  margin-top: .2rem;
  height: .4rem;
  line-height: .4rem;
  background-color: #31c2bd;
  width: 100%;
  border: none;
  color: #fff;
}
#login .content form .checkbox {
  margin-top: .1rem;
}
#login .content .link {
  margin-top: .15rem;
}
#login .content .link a + a {
  color: #999;
}
#login .content .card {
  margin: .3rem 0 0 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#login .content .card .card-body {
  padding: .05rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#login .content .card .card-body img {
  width: 1rem;
  height: 1rem;
}
#login .content .card .card-body div {
  padding-left: .1rem;
  color: #333;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#login .content .card .card-body div h3 {
  font-size: 18px;
  font-weight: 700;
}
#login .content .card .card-body div span {
  opacity: .6;
}
#login .content h1 + p {
  margin-top: .3rem;
  font-size: .18rem;
  color: #333;
}
#login .content span.circle {
  display: inline-block;
  width: .28rem;
  height: .28rem;
  margin-right: .1rem;
  line-height: .28rem;
  background-color: #31c2bd;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
#login .content .handle {
  position: relative;
  height: .4rem;
  margin-top: .3rem;
  line-height: .4rem;
  border-bottom: 1px solid #dddddd;
  color: #333;
}
#login .content .handle input {
  width: 100%;
  height: .33rem;
  border: 0;
}
#login .content .handle::before {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 10px;
  transform: rotate(135deg);
}
#login footer {
  position: absolute !important;
  left: 15%;
  right: 15%;
  bottom: 0;
  width: auto;
  height: 1.6rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#login footer div {
  position: relative;
  margin-bottom: .2rem;
}
#login footer div::before {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  left: -110px;
  top: 11px;
  background-image: linear-gradient(to right, rgba(201, 201, 201, 0.2), #c9c9c9);
}
#login footer div::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 1px;
  top: 11px;
  left: 106px;
  background-image: linear-gradient(to right, #c9c9c9, rgba(201, 201, 201, 0.2));
}
#login footer img {
  width: .6rem;
  height: .6rem;
}
#login footer::before {
  display: none;
}
#job .tabs {
  height: calc(100vh - 0.91rem);
}
#job .tabs > div {
  height: 100%;
  overflow: auto;
  background-color: #fff;
}
#job .list {
  padding: 0 .15rem;
}
#job .list > li {
  padding: .15rem 0;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#job .list > li p {
  margin-bottom: .05rem;
  color: #191919;
  line-height: 1.3;
}
#job .list > li p img {
  width: 18px;
  position: relative;
  top: -0.02rem;
  margin-left: .05rem;
}
#job .list > li span {
  color: #777;
}
#job .list > li span + span {
  margin-left: .2rem;
}
#job .list > li > img {
  width: 1.2rem;
}
#history header span {
  width: .3rem;
}
#history header input {
  width: 100%;
  border-radius: .2rem;
  border: 0;
  height: .35rem;
  padding-left: .4rem;
  background-image: url(../../img/search.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  background-size: 7%;
}
#history .record {
  height: .4rem;
  padding: 0 .15rem;
  line-height: .4rem;
  color: #333;
}
#history .record i {
  position: relative;
  top: .03rem;
  width: .3rem;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  opacity: .3;
}
#history ul {
  padding: 0 .15rem;
}
#history ul li {
  margin-bottom: .1rem;
}
#history .recommend {
  padding: 0 .15rem;
}
#history .recommend span {
  display: inline-block;
  border: 1px solid #dddddd;
  border-radius: .04rem;
  padding: 5px 10px;
  margin-right: .1rem;
  margin-bottom: .1rem;
}
#details .base {
  position: relative;
  height: 1.7rem;
  background-color: #f8f8f8;
}
#details .base .color {
  position: absolute;
  top: 0;
  height: .7rem;
  background-color: #31c2bd;
  width: 100%;
}
#details .base .card {
  position: absolute;
  top: 0;
  left: .15rem;
  right: .15rem;
  z-index: 10;
  margin: 0;
  padding: 0 .1rem;
  border-radius: .1rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#details .base .card .card-header {
  padding: .1rem 0;
  border: none;
}
#details .base .card .card-header h2 {
  display: inline-block;
  color: #333;
  font-size: .2rem;
  font-weight: 700;
}
#details .base .card .card-header h2 small {
  position: relative;
  top: -3px;
  display: inline-block;
  border-radius: .1rem;
  background-color: #05EF4B;
  color: #fff;
  font-size: .1rem;
  padding: 0 .05rem;
  margin-left: .03rem;
}
#details .base .card .card-header h2 + span {
  float: right;
  margin-top: 3px;
  color: #666;
  font-size: .14rem;
}
#details .base .card .card-body {
  padding: 0 0 .05rem;
}
#details .base .card .card-body p {
  margin-bottom: .05rem;
  color: #31c2bd;
}
#details .base .card .card-footer {
  padding: .1rem 0;
  color: #333;
}
#details .base .card .card-footer i:last-child {
  display: inline-block;
  width: .23rem;
  height: .23rem;
  line-height: .23rem;
  text-align: right;
}
#details .base2 {
  position: relative;
  background-color: #f8f8f8;
  padding-bottom: .3rem;
}
#details .base2 .color {
  position: absolute;
  top: -0.5rem;
  height: 1rem;
  background-color: #31c2bd;
  width: 100%;
}
#details .base2 .card {
  position: relative;
  margin: .3rem .15rem 0;
  z-index: 10;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#details .base2 .card .card-body {
  text-align: center;
}
#details .base2 .card .card-body img {
  width: 1rem;
  margin: 0 auto;
  margin-top: -0.5rem;
}
#details .base2 .card .card-body h2 {
  color: #333;
  font-size: .2rem;
  font-weight: bold;
}
#details .base2 .card .card-body .flList {
  margin-top: .1rem;
  text-align: left;
}
#details .base2 .card .card-body .flList span {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: .05rem;
  background-color: #F6F5F5;
  color: #999999;
  font-size: .14rem;
}
#details .base2 .card .card-footer {
  color: #333;
}
#details .base2 .card .card-footer i:last-child {
  display: inline-block;
  width: .23rem;
  height: .23rem;
  line-height: .23rem;
  text-align: right;
}
#details .gsxx .name {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#details .gsxx .name img {
  width: .6rem;
  height: .6rem;
  margin-right: .05rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#details .gsxx .name div {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#details .gsxx .name div p {
  color: #333333;
  font-size: .16rem;
}
#details .gsxx .name div span {
  font-size: .14rem;
}
#details .gsxx .name div:after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #C8C8CD;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
}
#details .gsxx .flList {
  margin-top: .15rem;
}
#details .gsxx .flList span {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: .05rem;
  background-color: #F6F5F5;
  color: #999999;
  font-size: .14rem;
}
#details .lxfs ul label {
  display: inline-block;
  width: .9rem;
}
#details .lxfs .contact {
  margin-top: .1rem;
  padding: .1rem 20%;
  background-color: #f8f8f8;
  text-align: center;
}
#details .lxfs .contact .btn-group {
  padding: .05rem;
}
#details .lxfs .contact .btn {
  padding: 2px;
}
#details .warning {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
#details .warning span i {
  font-size: .3rem;
  color: #31c2bd;
  margin-right: .1rem;
}
#details .warning p span {
  color: #5bc0de;
}
#details footer {
  height: .55rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#details footer > ul,
#details footer > div {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#details footer i {
  font-size: .24rem;
}
#details footer p {
  font-size: .16rem;
}
#details footer .btn {
  padding: 0;
}
#details footer .btn i {
  margin-right: .1rem;
}
#details .gsjj p {
  text-indent: .32rem;
}
#query header span {
  width: .3rem;
}
#query header input {
  width: 100%;
  border-radius: .2rem;
  border: 0;
  height: .35rem;
  padding-left: 7px;
  /* background-image: url(../../img/search.png); */
  background-repeat: no-repeat;
  background-position: 10px 7px;
  background-size: 7%;
}
#query .control {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
#query .control span {
  position: relative;
}
#query .control span input {
  width: 100%;
  height: .4rem;
  border: 0;
  text-align: center;
}
#query .control span::after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  transform: rotate(135deg);
}
#query .control + div {
  padding: .1rem .15rem 0;
  height: calc(100vh - 1.36rem);
  overflow: auto;
}
#query .nav span {
  margin-top: 5px;
  font-size: .2rem;
}
#query .nav p {
  line-height: .24rem;
}
.body-my #index {
  width: 100%;
  overflow-x: hidden;
}
.body-my #index .my-header {
  display: block;
  height: 2.4rem !important;
  padding: 0.2rem 0.1rem 0 0.1rem;
  margin-bottom: 0.6rem;
  background-image: linear-gradient(to top, #31c2bd, #85e0dd);
}
.body-my #index .my-header .col-1 {
  height: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.body-my #index .my-header .col-1 > img {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
}
.body-my #index .my-header .col-1 .name {
  height: 0.8rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0.05rem 0.05rem 0.08rem 0.1rem;
}
.body-my #index .my-header .col-1 .name h1 {
  display: inline;
  font-size: 0.18rem;
  color: #ffffff;
}
.body-my #index .my-header .col-1 .name .tag-group {
  width: 140%;
  height: 0.25rem;
  line-height: 0.25rem;
}
.body-my #index .my-header .col-1 .name .tag-group .tag {
  display: inline-block;
  height: 0.25rem;
  line-height: 0.25rem;
  font-size: 0.08rem;
  color: #ffffff;
  margin-right: 0.08rem;
}
.body-my #index .my-header .col-1 .name .tag-group .tag > img {
  height: 0.1rem;
  width: 0.1rem;
  margin-right: 4px;
}
.body-my #index .my-header .col-1 .sign {
  width: 0.8rem;
  height: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.body-my #index .my-header .col-1 .sign .button {
  height: 0.25rem;
  width: 100%;
  color: #cd9709;
  background-image: linear-gradient(to right, #fff169, #ffd224);
  border-radius: 0.15rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 0.1rem;
}
.body-my #index .my-header .col-1 .sign .button > img {
  width: 0.13rem;
  height: 0.1rem;
  margin-right: 2px;
}
.body-my #index .my-header .col-2 {
  height: 0.5rem;
  width: 100%;
  margin-bottom: 0.15rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.body-my #index .my-header .col-2 br {
  width: 0.01rem;
  height: 0.5rem;
}
.body-my #index .my-header .col-2 .msg-box {
  width: 1.2rem;
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.body-my #index .my-header .col-2 .msg-box h2 {
  display: inline-block;
  font-size: 0.25rem;
  line-height: 0.3rem;
}
.body-my #index .my-header .col-2 .msg-box .msg {
  display: inline-block;
  line-height: normal;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.08rem;
}
.body-my #index .my-header .col-2 .border {
  height: 0.2rem;
  border-right: 0.01rem solid white;
}
.body-my #index .my-header .col-3 {
  height: 1rem;
  width: 95%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  box-shadow: 0 0.1rem 0.15rem rgba(44, 43, 43, 0.1);
}
.body-my #index .my-header .col-3 .box {
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
}
.body-my #index .my-header .col-3 .box i {
  font-size: .3rem;
}
.body-my #index .my-header .col-3 .box:nth-child(1) {
  color: #ffd65b;
}
.body-my #index .my-header .col-3 .box:nth-child(2) {
  color: #3df6d0;
}
.body-my #index .my-header .col-3 .box:nth-child(3) {
  color: #fc5346;
}
.body-my #index .my-header .col-3 .box:nth-child(4) {
  color: #6ed8ff;
}
.body-my #index .my-header .col-3 .box span {
  display: block;
  width: 100%;
  color: black;
  line-height: normal;
  font-size: 0.1rem;
  text-align: center;
  margin-top: 0.05rem;
}
.body-my #index .list {
  margin-bottom: 0.14rem;
  border-top: 0.01rem solid rgba(190, 184, 184, 0.4);
  border-bottom: 0.01rem solid rgba(190, 184, 184, 0.4);
}
.body-my #index .list li {
  width: 90%;
  margin: 0 auto;
  padding: .1rem 0;
}
.body-my #index .list li div i {
  margin-right: .05rem;
  font-size: .2rem;
}
.body-my #index .list li > i {
  margin-left: 0.12rem;
}
.body-my #index .list li > span {
  font-size: 0.12rem;
}
.body-my #index .list li .info > img {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}
.body-account-settings #index .list {
  margin-bottom: .2rem;
  border-top: 0.01rem solid rgba(190, 184, 184, 0.4);
  border-bottom: 0.01rem solid rgba(190, 184, 184, 0.4);
}
.body-account-settings #index .list:last-child {
  margin-bottom: 0;
}
.body-account-settings #index .list li {
  width: 90%;
  margin: 0 auto;
}
.body-account-settings #index .list li > i {
  margin-left: .12rem;
}
.body-account-settings #index .list li > span {
  font-size: .12rem;
}
.body-account-settings #index .list li .info > img {
  width: .16rem;
  height: .16rem;
  margin-right: .1rem;
}
.body-account-settings #index .list li .info-msg {
  text-align: right;
}
.body-account-settings #index .list li .info-msg h3 {
  color: #ccc;
  font-size: .1rem;
}
.body-account-settings #index .list .head {
  padding-left: 0;
}
.body-account-settings #index .list .head .account > img {
  width: .45rem;
  height: .45rem;
  margin-right: .1rem;
}
.body-account-settings #index .list .head .account .head-name h1 {
  color: black;
  font-size: .18rem;
}
.body-account-settings #index .list .head .account .head-name h3 {
  font-size: .12rem;
}
.body-account-settings #index .list .exit h1 {
  margin: 0 auto;
}
.body-account-settings .job-collection .list {
  padding: 0;
}
.body-account-settings .job-collection .list li {
  padding: .14rem .2rem .1rem .2rem;
}
.body-account-settings .job-collection .list .collection {
  width: 100%;
}
.body-account-settings .job-collection .list .collection .col-1 h1 {
  color: black;
  font-size: .2rem;
}
.body-account-settings .job-collection .list .collection .col-1 span {
  font-size: .16rem;
  color: #31c2bd;
}
.body-account-settings .job-collection .list .collection .col-2 {
  line-height: .16rem;
}
.body-account-settings .job-collection .list .collection .col-2 h2 {
  font-size: .12rem;
  color: #8f8f8f;
}
.body-account-settings .job-collection .list .collection .col-3 {
  margin-bottom: .08rem;
}
.body-account-settings .job-collection .list .collection .col-3 .tag {
  color: #a8a7a7;
  background-color: #f1f1f1;
  font-size: .1rem;
  padding: .03rem;
}
.body-account-settings .job-collection .list .collection .col-3 span {
  color: #ccc;
  font-size: .14rem;
}
.body-account-settings .job-collection .list .collection .company {
  border-top: 0.01rem solid rgba(241, 237, 237, 0.2);
  padding-top: .02rem;
}
.body-account-settings .job-collection .list .collection .company .info {
  height: .3rem;
  line-height: .3rem;
  display: inline-block;
}
.body-account-settings .job-collection .list .collection .company .info > img {
  width: .2rem;
  height: .2rem;
  border-radius: .2rem;
  margin: 0 .06rem 0 0;
}
.body-account-settings .job-collection .list .collection .company .info span {
  font-size: .12rem;
}
.body-account-settings .job-collection .list .collection .company button {
  color: #ffffff;
  background-color: #31c2bd;
  font-size: .12rem;
  height: .22rem;
  line-height: .18rem;
}
.body-resume {
  width: 100%;
}
.body-resume #index {
  margin-top: -1px;
}
.body-resume #index .resume {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: .8rem;
  background-color: #31c2bd;
}
.body-resume #index .resume .base-card {
  height: auto;
  width: 90%;
  margin: .2rem auto 0 auto;
  background-color: #ffffff;
  border-radius: .1rem;
  padding-bottom: .18rem;
  box-shadow: 0 0.1rem 0.15rem rgba(95, 94, 94, 0.1);
}
.body-resume #index .resume .base-card .left {
  width: 30%;
  height: 100%;
}
.body-resume #index .resume .base-card .left > img {
  width: 64%;
  height: .8rem;
  margin: .2rem .2rem .1rem .2rem;
}
.body-resume #index .resume .base-card .left h1 {
  font-size: .12rem;
  padding-left: .2rem;
  color: #9b9999;
  line-height: .2rem;
}
.body-resume #index .resume .base-card .right {
  height: 100%;
  width: 70%;
}
.body-resume #index .resume .base-card .right .name {
  height: .8rem;
  margin: .2rem .1rem .1rem .1rem;
}
.body-resume #index .resume .base-card .right .name .update {
  font-size: .1rem;
  color: #cccccc;
  float: right;
}
.body-resume #index .resume .base-card .right .name h1 {
  padding-top: .1rem;
  line-height: .26rem;
  color: black;
}
.body-resume #index .resume .base-card .right .name h2 {
  line-height: .22rem;
  font-size: .12rem;
  color: #cccccc;
}
.body-resume #index .resume .base-card .right .info {
  padding-left: .1rem;
}
.body-resume #index .resume .base-card .right .info h1 {
  font-size: .12rem;
  line-height: .2rem;
  color: #222121;
}
.body-resume #index .resume .info-card {
  width: 90%;
  margin: .18rem auto;
  background-color: #ffffff;
  border-radius: .08rem;
}
.body-resume #index .resume .info-card .card-head {
  height: .4rem;
  width: 90%;
  margin: 0 auto;
}
.body-resume #index .resume .info-card .card-head h1 {
  font-size: .16rem;
  color: black;
}
.body-resume #index .resume .info-card .card-head i {
  font-size: .2rem;
}
.body-resume #index .resume .info-card .card-border {
  border-bottom: 0.01rem solid rgba(221, 219, 219, 0.6);
}
.body-resume #index .resume .info-card .card-body {
  width: 90%;
  margin: .1rem auto;
  padding-bottom: .1rem;
}
.body-resume #index .resume .info-card .card-body .row {
  height: .3rem;
  line-height: .2rem;
}
.body-resume #index .resume .info-card .card-body .row h2 {
  color: #898989;
  font-size: .13rem;
  display: inline-block;
  width: .8rem;
}
.body-resume #index .resume .info-card .card-body .row span {
  color: #3d3c3c;
  font-size: .13rem;
  display: inline-block;
}
.body-resume #index .resume .info-card .card-body ul {
  overflow-y: hidden;
}
.body-resume #index .resume .info-card .card-body ul li {
  height: 1rem;
  padding: 0 0 0 .18rem;
  position: relative;
}
.body-resume #index .resume .info-card .card-body ul li::before {
  content: '';
  position: absolute;
  left: 5px;
  top: .1rem;
  z-index: 0;
  width: 1px;
  height: 100%;
}
.body-resume #index .resume .info-card .card-body ul li::before,
.body-resume #index .resume .info-card .card-body ul li hr {
  background-color: #e6e6e6;
}
.body-resume #index .resume .info-card .card-body ul li .icon {
  position: absolute;
  left: .01rem;
  top: .1rem;
  z-index: 10;
  width: .08rem;
  height: .08rem;
  background-color: #31c2bd;
  border-radius: 50%;
  text-align: center;
}
.body-resume #index .resume .info-card .card-body ul li span {
  font-size: .12rem;
  color: #898989;
}
.body-resume #index .resume .info-card .card-body ul li h1 {
  font-size: .18rem;
  color: #666;
}
.body-resume footer#footer {
  height: .55rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.body-resume footer#footer > ul,
.body-resume footer#footer > div {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.body-resume footer#footer i {
  font-size: .24rem;
}
.body-resume footer#footer p {
  font-size: .16rem;
}
.body-resume footer#footer .btn {
  padding: 0;
}
.body-resume footer#footer .btn i {
  margin-right: .1rem;
}
.body-job-search header span {
  width: .3rem;
}
.body-job-search header input {
  width: 100%;
  border-radius: .2rem;
  border: 0;
  height: .35rem;
  padding-left: .4rem;
  background-image: url(../../img/search.png);
  background-repeat: no-repeat;
  background-position: 10px 7px;
  background-size: 7%;
}
.body-job-search .control {
  border-bottom: 1px solid #dddddd;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.body-job-search .control span {
  position: relative;
}
.body-job-search .control span input {
  width: 100%;
  height: .4rem;
  border: 0;
  text-align: center;
}
.body-job-search .control span::after {
  content: " ";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-width: 2px 2px 0 0;
  border-color: #ccc;
  border-style: solid;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  transform: rotate(135deg);
}
.body-job-search .control + div {
  height: calc(100vh - 0.86rem);
  overflow: auto;
}
.body-job-search .job-list .job-info {
  padding: 0.04rem;
}
.body-job-search .job-list .job-info > img {
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.08rem;
  border-radius: 0.1rem;
}
.body-job-search .job-list .job-info h1 {
  font-size: 0.16rem;
  color: #333;
}
.body-job-search .job-list .job-info h1 span {
  font-size: 0.12rem;
  margin-left: 0.1rem;
  color: #898989;
}
.body-job-search .job-list .job-info h3 {
  font-size: 0.12rem;
}
.body-job-search .job-list .job-info h3 span {
  color: #31c2bd;
}
.body-job-search .job-list .job-info h3 p {
  float: right;
}
.body-job-search .company-list .company-info {
  padding: 0.04rem;
}
.body-job-search .company-list .company-info > img {
  width: 0.46rem;
  height: 0.46rem;
  margin-right: 0.08rem;
  border-radius: 0.1rem;
}
.body-job-search .company-list .company-info h1 {
  font-size: 0.16rem;
  color: #333;
}
.body-job-search .company-list .company-info h1 img {
  display: inline-block;
  position: absolute;
  top: 0.04rem;
  margin-left: 0.02rem;
  height: 0.12rem;
  padding: 0;
}
.body-job-search .company-list .company-info h1 .type-a {
  display: inline-block;
  position: absolute;
  top: 0.04rem;
  margin-left: 0.02rem;
  height: 0.12rem;
  padding: 0 0.03rem;
  border-radius: 0.14rem;
  font-size: 0.02rem;
  color: #ffffff;
  background-color: #31c2bd;
}
.body-job-search .company-list .company-info h1 .type-b {
  width: 0.12rem;
}
.body-job-search .company-list .company-info h3 {
  font-size: 0.12rem;
}
.body-job-search .company-list .company-info h3 p {
  float: right;
}
.body-job-search .company-list .company-info h3 p span {
  color: #31c2bd;
}
.ucontent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  border: 0;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ucontent > section {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  overflow-y: auto !important;
}
header {
  top: 0;
  z-index: 100;
  height: .45rem;
  line-height: .45rem;
  padding: 0 .1rem;
  background-color: #31c2bd;
  color: #fff;
  width: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
header h1 {
  font-size: 14px;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
}
header span {
  width: .7rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  font-size: .16rem;
}
header span i {
  font-size: .24rem !important;
}
header span.icons-left i {
  margin-right: .05rem;
  margin-top:-4px;
}
header span.icons-right {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混合版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header span.icons-right i {
  margin-left: .05rem;
}
header:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 0;
  width: 100%;
  background-color: #eee;
  display: block;
  z-index: 100;
}
header.header {
  height: auto;
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
}
header.header .t {
  height: .45rem;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
header.header .b {
  line-height: 1;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
}
footer {
  height: .5rem;
  bottom: 0;
  z-index: 100;
  background-color: #fff;
  width: 100%;
  position: relative;
}
footer ul.nav {
  color: #9ea1af;
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
footer ul.nav li {
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  /*混合版本语法*/
  -ms-flex-direction: column;
  /*新版本语法*/
  -webkit-flex-direction: column;
  flex-direction: column;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
footer ul.nav li div {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混合版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  align-items: center;
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混合版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  justify-content: center;
}
footer ul.nav li div i {
  width: .26rem;
  height: .26rem;
  text-align: center;
  font-size: 0.24rem !important;
  padding: .05rem;
}
footer ul.nav li > span {
  margin-top: 5px;
  font-size: .2rem;
}
footer ul.nav li p {
  font-size: .17rem;
}
footer ul.nav li div + p {
  font-size: 0.12rem;
}
footer ul.nav li nav {
  z-index: 11;
  bottom: .55rem;
  background: #fafafa;
  display: none;
  position: absolute;
  padding: 0 0.05rem;
  font-size: .14rem;
  -webkit-border-radius: 0.05rem;
  border-radius: 0.05rem;
  border: 0.01rem solid #dddddd;
}
footer ul.nav li nav span.before-arrow {
  position: absolute;
  z-index: 11;
  border-right: .05rem solid transparent;
  border-left: .05rem solid transparent;
  border-top: .06rem solid #fafafa;
  border-bottom: 0 none;
  bottom: -0.05rem;
  left: 50%;
  margin-left: -0.05rem;
}
footer ul.nav li nav span.after-arrow {
  position: absolute;
  z-index: 10;
  border-right: .05rem solid transparent;
  border-left: .05rem solid transparent;
  border-top: .06rem solid #ccc;
  border-bottom: 0 none;
  bottom: -0.06rem;
  left: 50%;
  margin-left: -0.05rem;
}
footer ul.nav li nav ul li {
  padding: .1rem .05rem;
  line-height: .2rem;
  color: #666;
  text-align: center;
}
footer ul.nav li nav ul li.divider {
  background-color: #e5e5e5;
  height: .01rem;
  overflow: hidden;
  padding: 0;
}
footer ul.nav li.active {
  color: #f02e5d;
}
footer:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: auto;
  height: 1px;
  width: 100%;
  background-color: #eee;
  display: block;
  z-index: 100;
}
div.divider {
  height: .2rem;
  background-color: #f8f8f8;
}
.box {
  padding: .15rem;
}
.box > h3 {
  position: relative;
  margin-bottom: .2rem;
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.box > h3:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  height: 4px;
  width: 16px;
  border-radius: 2px;
  background-color: #31c2bd;
}
div.layer {
  margin: 0 -15px 10px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #dddddd;
}
div.layer > div {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flex-box;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
div.layer > div > div:first-child {
  position: relative;
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
div.layer > div > div:first-child h2 {
  color: #333;
  font-size: .18rem;
  font-weight: 700;
}
div.layer > div > div:first-child h2 small {
  position: relative;
  top: -3px;
  display: inline-block;
  border-radius: .1rem;
  color: #fff;
  font-size: .1rem;
  padding: 0 .05rem;
  margin-left: .03rem;
}
div.layer > div > div:first-child h2 small.success {
  background-color: #05EF4B;
}
div.layer > div > div:first-child h2 small.danger {
  background-color: #31c2bd;
}
div.layer > div > div:first-child h2 + p {
  font-size: .14rem;
}
div.layer > div > div:first-child .flList span {
  display: inline-block;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: .05rem;
  background-color: #e9f8ff;
  color: #7c97a4;
  font-size: .14rem;
}
div.layer > div > div:first-child img {
  width: .4rem;
  height: .4rem;
  /*border: 1px solid #dddddd;
  border-radius: 50%;*/
}
div.layer > div > div:last-child {
  width: 1rem;
  text-align: right;
}
div.layer > div > div:last-child .color {
  color: #31c2bd;
}
div.layer:last-child {
  margin-bottom: 0;
}
div.layer .name {
  margin-top: .1rem;
  padding-top: .1rem;
  border-top: 1px solid #F2F2F2;
}
div.layer .name > div > span {
  position: relative;
  top: 8px;
  display: inline-block;
  width: calc(100% - 50px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
div.layer .name .btn {
  margin-top: 5px;
  padding: 2px 5px;
}
/*# sourceMappingURL=project.css.map */