@charset "UTF-8";

/* rest */

body,
p,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

/*.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding: 0 10px;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
} */

em,
i {
  font-style: normal;
}

a,
a:hover,
a:active{
  text-decoration: none;
}
a:active{
  color: #2BB4A4;
}
html {
  /* overflow: hidden; */
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:focus {
  outline: none;
}

[v-cloak] {
  display: none;
}

body {
  font-size: 14px;
  background: #fff;
  font-family: '微软雅黑';
}

li {
  list-style: none;
}

.bgColor {
  min-width: 1000px;
}

/* font */

.f60 {
  font-size: 60px;
}

.f36 {
  font-size: 36px;
}
.f34 {
  font-size: 34px;
}

.f30 {
  font-size: 30px;
}

.f28 {
  font-size: 28px;
}

.f24 {
  font-size: 24px;
}
.f22{
	font-size: 22px;
}
.f20 {
  font-size: 20px;
}

.f18 {
  font-size: 18px;
}

.f16 {
  font-size: 16px;
}

.f14 {
  font-size: 14px;
}

.f12 {
  font-size: 12px;
}

.f10 {
  font-size: 10px;
}

.f50 {
  font-size: 50px;
}

.f40 {
  font-size: 40px;
}

/* position */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fix {
  position: fixed;
}
/*display*/

.l0 {
  left: 0;
}

.r0 {
  right: 0;
}

.t0 {
  top: 0;
}

.b0 {
  bottom: 0;
}

.l-center {
  left: 50%;
}

.t-center {
  top: 50%;
}

/* margin */

.no-margins {
  margin: 0;
}

.m-a {
  margin: 0 auto;
}

.m-xxs {
  margin: 2px 4px;
}

.m-xs {
  margin: 5px;
}

.m-sm {
  margin: 10px;
}

.m-md {
  margin: 20px;
}

.m-lg {
  margin: 30px;
}

.m-xl {
  margin: 50px;
}

.m-n {
  margin: 0;
}

.m-l-none {
  margin-left: 0;
}

.m-l-xs {
  margin-left: 5px;
}

.m-l-sm {
  margin-left: 10px;
}

.m-l {
  margin-left: 15px;
}

.m-l-md {
  margin-left: 20px;
}

.m-l-25 {
  margin-left: 25px;
}

.m-l-lg {
  margin-left: 30px;
}

.m-l-g {
  margin-left: 35px;
}

.m-l-xl {
  margin-left: 40px;
}

.m-l-n-xxs {
  margin-left: -1px;
}

.m-l-n-xs {
  margin-left: -5px;
}

.m-l-n-sm {
  margin-left: -10px;
}

.m-l-n {
  margin-left: -15px;
}

.m-l-n-md {
  margin-left: -20px;
}

.m-l-n-lg {
  margin-left: -30px;
}

.m-l-n-xl {
  margin-left: -40px;
}

.m-t-none {
  margin-top: 0;
}

.m-t-xxs {
  margin-top: 1px;
}

.m-t-xs {
  margin-top: 5px;
}

.m-t-sm {
  margin-top: 10px;
}

.m-t {
  margin-top: 15px;
}

.m-t-md {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-lg {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-xl {
  margin-top: 40px;
}

.m-t-f {
  margin-top: 50px;
}

.m-t-st {
  margin-top: 60px;
}

.m-t-vl {
  margin-top: 120px;
}

.m-t-n-xxs {
  margin-top: -1px;
}

.m-t-n-xs {
  margin-top: -5px;
}

.m-t-n-sm {
  margin-top: -10px;
}

.m-t-n {
  margin-top: -15px;
}

.m-t-n-md {
  margin-top: -20px;
}

.m-t-n-lg {
  margin-top: -30px;
}

.m-t-n-xl {
  margin-top: -40px;
}

.m-r-none {
  margin-right: 0 !important;
}

.m-r-xxs {
  margin-right: 1px;
}

.m-r-xs {
  margin-right: 5px;
}

.m-r-sm {
  margin-right: 10px;
}

.m-r {
  margin-right: 15px;
}

.m-r-md {
  margin-right: 20px;
}

.m-r-lg {
  margin-right: 30px;
}

.m-r-xl {
  margin-right: 40px;
}

.m-r-n-xxs {
  margin-right: -1px;
}

.m-r-n-xs {
  margin-right: -5px;
}

.m-r-n-sm {
  margin-right: -10px;
}

.m-r-n {
  margin-right: -15px;
}

.m-r-n-md {
  margin-right: -20px;
}

.m-r-n-lg {
  margin-right: -30px;
}

.m-r-n-xl {
  margin-right: -40px;
}

.m-b-none {
  margin-bottom: 0;
}

.m-b-xxs {
  margin-bottom: 1px;
}

.m-b-xs {
  margin-bottom: 5px;
}

.m-b-sm {
  margin-bottom: 10px;
}

.m-b {
  margin-bottom: 15px;
}

.m-b-md {
  margin-bottom: 20px;
}

.m-b-lg {
  margin-bottom: 30px;
}

.m-b-xl {
  margin-bottom: 40px;
}

.m-b-n-xxs {
  margin-bottom: -1px;
}

.m-b-n-xs {
  margin-bottom: -5px;
}

.m-b-n-sm {
  margin-bottom: -10px;
}

.m-b-n {
  margin-bottom: -15px;
}

.m-b-n-md {
  margin-bottom: -20px;
}

.m-b-n-lg {
  margin-bottom: -30px;
}

.m-b-n-xl {
  margin-bottom: -40px;
}

.space-15 {
  margin: 15px 0;
}

.space-20 {
  margin: 20px 0;
}

.space-25 {
  margin: 25px 0;
}

.space-30 {
  margin: 30px 0;
}

/* padding */

.no-padding {
  padding: 0 !important;
}

.p-xxs {
  padding: 5px;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 15px;
}

.p-m {
  padding: 20px;
}

.p-md {
  padding: 25px;
}

.p-lg {
  padding: 30px;
}

.p-xl {
  padding: 40px;
}

.p-b-20 {
  padding-bottom: 20px;
}

.p-w-xxs {
  padding-left: 5px;
  padding-right: 5px;
}

.p-w-xs {
  padding-left: 10px;
  padding-right: 10px;
}

.p-w-sm {
  padding-left: 15px;
  padding-right: 15px;
}

.p-w-m {
  padding-left: 20px;
  padding-right: 20px;
}

.p-w-md {
  padding-left: 25px;
  padding-right: 25px;
}

.p-w-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.p-w-xl {
  padding-left: 40px;
  padding-right: 40px;
}

.p-h-xxs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-h-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-h-sm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-h-m {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-h-md {
  padding-top: 25px;
  padding-bottom: 25px;
}

.p-h-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-h-xl {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* text */

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-u {
  text-decoration: underline;
}

.texthid {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ve-m {
  vertical-align: middle;
}

.ve-b {
  vertical-align: bottom;
}

.ve-t {
  vertical-align: top;
}

/* display */

.hide {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.in-block {
  display: inline-block;
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

.flex-one{
  flex:1;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}

/* color */

.text-dark {
  /* 相当于333 */
  color: #333;
}

.text-gray {
  /* 相当于666 */
  color: #666;
}

.text-lightgray {
  /* 相当于999 */
  color: #999;
}

.text-muted {
  /* 置灰状态色 */
  color: #ccc;
}

.text-danger {
  /* 红色错误色 */
  color: #fe2400;
}

.text-white {
  color: #fff;
}

.text-primary {
  color: #347ab6;
}

.text-navy {
  color: #1ab397;
}

.text-warning {
  color: #fe9400;
}

/* border */

.border-all {
  border: 1px solid #d7dbe3;
}

.border-top {
  border-top: 1px solid #d7dbe3;
}

.border-bottom {
  border-bottom: 1px solid #d7dbe3;
}

.border-left {
  border-left: 1px solid #d7dbe3;
}

.border-right {
  border-right: 1px solid #eeeeee;
}

.border-top-bottom {
  border-top: 1px solid #d7dbe3;
  border-bottom: 1px solid #d7dbe3;
}

.border-left-right {
  border-left: 1px solid #d7dbe3;
  border-right: 1px solid #d7dbe3;
}

/* radius */

.b-r-xs {
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.b-r-sm {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.b-r-md {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.b-r-lg {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.b-r-xl {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}

.img-round {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

/* img */

.img-sm {
  width: 50px;
  height: 50px;
}

/* width & height */

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}
.max-width {
  max-width: 100%;
}

/* float */

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.pull-none {
  float: none;
}

/* clear */

.clearfix:before,
.clearfix:after {
  display: table;
  content: ' ';
}

.clearfix:after,
.clearfix:before {
  clear: both;
}

/* bg */

.bg-white {
  background-color: #fff;
}

.bg-primary {
  background-color: #1ab394;
}

.bg-gray {
  background-color: #f9f9f9;
}

.bg-palegray {
  background-color: #c1c7d0;
}

/*btn*/

.btn {
  transition: 0.1s;
}
.btn.big {
  line-height: 30px;
  height: 44px;
}
.btn:focus {
  outline: none !important;
}

.btn-default {
  background: #fff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  color: #666666;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default.active:focus {
  color: #1ab394;
  border-color: #bae8df;
  background-color: #e8f7f4;
}

.btn-primary {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary.active:focus {
  background-color: #48c2a9;
  border-color: #48c2a9;
  color: #ffffff;
}

.btn-success {
  background-color: #347ab6;
  border-color: #347ab6;
  color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.active:hover,
.btn-success.active:focus {
  background-color: #1a7bb9;
  border-color: #1a7bb9;
  color: #ffffff;
}

.btn-warning {
  background-color: #fe9400;
  border-color: #fe9400;
  color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning.active:hover,
.btn-warning.active:focus {
  background-color: #f7a54a;
  border-color: #f7a54a;
  color: #ffffff;
}

.btn-danger {
  background-color: #fe2400;
  border-color: #fe2400;
  color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus {
  background-color: #ec4758;
  border-color: #ec4758;
  color: #ffffff;
}

.btn-muted {
  background-color: #ccc;
  border-color: #ccc;
  color: #fff;
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted:active:focus,
.btn-muted:active:hover,
.btn-muted.active:hover,
.btn-muted.active:focus {
  background-color: #1ab394;
  border-color: #1ab394;
  color: #ffffff;
}

/* .btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger.active:hover,
.btn-danger.active:focus{
  background-color: #18a689;
  border-color: #18a689;
  color: #FFFFFF;
} */

/*btn-size*/

.btn-xs {
  font-size: 12px;
}

.btn-sm {
  font-size: 14px;
}

.btn-lg {
  font-size: 16px;
}

.btn-w-m {
  min-width: 170px;
}

/* cursor */

.cs-p,
.pointer {
  cursor: pointer;
}

.cs-n {
  cursor: not-allowed;
}

/* shadow */

.shadow {
  box-shadow: 0px 0px 10px #ccc;
}

/* line-height */

.line-18 {
  line-height: 1.8;
}

.weight {
  font-weight: bold;
}

/*自定义栅格*/

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

/* 响应式 */

@media only screen and (max-width: 767px) {
  .hidden-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hidden-sm-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px - 1) {
  .hidden-sm-only {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .hidden-sm-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hidden-md-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px - 1) {
  .hidden-md-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hidden-md-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) {
  .hidden-lg-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px - 1) {
  .hidden-lg-only {
    display: none !important;
  }
}

@media only screen and (max-width: 1919px) {
  .hidden-lg-and-down {
    display: none !important;
  }
}

@media only screen and (min-width: 1920px) {
  .hidden-xl-only {
    display: none !important;
  }
}
