@charset "UTF-8";
/* CSS Document */
@import url(../iconfont/iconfont.css);
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: '微软雅黑';
  font-size: 14px;
  color: #444;
  line-height: 1;
  position: relative;
}

.backff {
  background: #ffff;
}

.backf5 {
  background: #f5f5f5;
}

.relative {
  position: relative;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  height: auto;
  width: 100%;
  min-width: 1270px;
}

a {
  text-decoration: none;
  color: #666;
  outline: 0;
  cursor: pointer;
}

button,
img,
input,
select {
  border: none;
  vertical-align: middle;
}

button,
input,
select,
textarea {
  outline: 0;
}

inblocco button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

/* table {	border: none;	border-spacing: 0;	border-collapse: collapse} */
li,
ol,
ul {
  list-style-type: none;
}

i {
  display: inline-block;
}

.inblock {
  display: inline-block !important;
}

p,
td,
th {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 20px;
}

.textarea {
  border: none;
  background-color: #f5f5f5;
  background-image: none;
  color: inherit;
  padding: 24px;
  line-height: 22px;
  font-size: 14px;
  resize: none;
  height: auto;
  width: 100%;
  min-height: 160px;
  border-radius: 10px;
}

/* ellipsis */
.ellipsis {
  display: -webkit-box;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.ellipsis1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}

.ellipsis2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  line-height: 20px;
}

.ellipsis3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  word-break: break-all;
}

.ellipsis4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  word-break: break-all;
}

.wordwrap {
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.nav {
  width: 1200px;
  margin: 0 auto;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs16 {
  font-size: 16px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs54 {
  font-size: 54px !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.block {
  display: block;
}

.hide {
  display: none;
}

.textcent {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.col-007 {
  color: #007072;
}

.mtb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb23 {
  margin-bottom: 23px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.clearfix:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.flex {
  display: flex;
  justify-content: flex-start;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

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

.hidden {
  overflow: hidden;
}

.text-mute {
  color: #75818e;
}

.text-primary {
  color: #137be6;
}

.bg-007 {
  background: #007072 !important;
}

.bg-fff {
  background: #fff;
}

.spot {
  width: 5px;
  height: 5px;
  background: #a1cb3d;
  border-radius: 50%;
  margin-right: 6px;
}

.none {
  display: none;
}

.w400 {
  width: 400px;
}

.w1000 {
  width: 1000px;
}

/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */
/* 2D TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Shrink */
.hvr-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse:hover,
.hvr-pulse:focus,
.hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-grow:hover,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse-shrink {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:active {
  -webkit-animation-name: hvr-pulse-shrink;
  animation-name: hvr-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.hvr-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover,
.hvr-push:focus,
.hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pop:hover,
.hvr-pop:focus,
.hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce In */
.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-in:hover,
.hvr-bounce-in:focus,
.hvr-bounce-in:active {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Bounce Out */
.hvr-bounce-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-out:hover,
.hvr-bounce-out:focus,
.hvr-bounce-out:active {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Rotate */
.hvr-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-rotate:hover,
.hvr-rotate:focus,
.hvr-rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-grow-rotate:hover,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.2);
}

/* Sink */
.hvr-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sink:hover,
.hvr-sink:focus,
.hvr-sink:active {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

/* Bob */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-bob:hover,
.hvr-bob:focus,
.hvr-bob:active {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Hang */
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  50% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
}

.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-hang:hover,
.hvr-hang:focus,
.hvr-hang:active {
  -webkit-animation-name: hvr-hang-sink, hvr-hang;
  animation-name: hvr-hang-sink, hvr-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Skew */
.hvr-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-skew:hover,
.hvr-skew:focus,
.hvr-skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Forward */
.hvr-skew-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-forward:hover,
.hvr-skew-forward:focus,
.hvr-skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

/* Skew Backward */
.hvr-skew-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-skew-backward:hover,
.hvr-skew-backward:focus,
.hvr-skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

/* Wobble Vertical */
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-vertical:hover,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:active {
  -webkit-animation-name: hvr-wobble-vertical;
  animation-name: hvr-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Bottom Right */
@-webkit-keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    -webkit-transform: translate(8px, 8px);
    transform: translate(8px, 8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
  }
  49.95% {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
  83.25% {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-bottom-right:hover,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:active {
  -webkit-animation-name: hvr-wobble-to-bottom-right;
  animation-name: hvr-wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble To Top Right */
@-webkit-keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes hvr-wobble-to-top-right {
  16.65% {
    -webkit-transform: translate(8px, -8px);
    transform: translate(8px, -8px);
  }
  33.3% {
    -webkit-transform: translate(-6px, 6px);
    transform: translate(-6px, 6px);
  }
  49.95% {
    -webkit-transform: translate(4px, -4px);
    transform: translate(4px, -4px);
  }
  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }
  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.hvr-wobble-to-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-to-top-right:hover,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:active {
  -webkit-animation-name: hvr-wobble-to-top-right;
  animation-name: hvr-wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Top */
@-webkit-keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-top {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.hvr-wobble-top:hover,
.hvr-wobble-top:focus,
.hvr-wobble-top:active {
  -webkit-animation-name: hvr-wobble-top;
  animation-name: hvr-wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Bottom */
@-webkit-keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-bottom {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.hvr-wobble-bottom:hover,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:active {
  -webkit-animation-name: hvr-wobble-bottom;
  animation-name: hvr-wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Wobble Skew */
@-webkit-keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes hvr-wobble-skew {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }
  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }
  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }
  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }
  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }
  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.hvr-wobble-skew {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-skew:hover,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:active {
  -webkit-animation-name: hvr-wobble-skew;
  animation-name: hvr-wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-forward:hover,
.hvr-forward:focus,
.hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

/* Backward */
.hvr-backward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-backward:hover,
.hvr-backward:focus,
.hvr-backward:active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

/* BACKGROUND TRANSITIONS */
/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
  background-color: #2098d1;
  color: white;
}

/* Back Pulse */
@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}

.hvr-back-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.hvr-back-pulse:hover,
.hvr-back-pulse:focus,
.hvr-back-pulse:active {
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #2098d1;
  background-color: #2098d1;
  color: white;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
  color: white;
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
  color: white;
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
  color: white;
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
  color: white;
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
  color: white;
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Bounce To Top */
.hvr-bounce-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
  color: white;
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
  color: white;
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-radial-in:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
  color: white;
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle In */
.hvr-rectangle-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
  color: white;
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Rectangle Out */
.hvr-rectangle-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
  color: white;
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
  color: white;
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098d1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
  color: white;
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* BORDER TRANSITIONS */
/* Border Fade */
.hvr-border-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Hollow */
.hvr-hollow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
  background: none;
}

/* Trim */
.hvr-trim {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
  opacity: 1;
}

/* Ripple Out */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Ripple In */
@-webkit-keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}

.hvr-ripple-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
  -webkit-animation-name: hvr-ripple-in;
  animation-name: hvr-ripple-in;
}

/* Outline Out */
.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

/* Outline In */
.hvr-outline-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

/* Round Corners */
.hvr-round-corners {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
  border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
  right: 0;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-center:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Underline From Right */
.hvr-underline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-from-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
  left: 0;
}

/* Overline From Left */
.hvr-overline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-left:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
  right: 0;
}

/* Overline From Center */
.hvr-overline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-center:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Overline From Right */
.hvr-overline-from-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-from-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transition-property: left;
  transition-property: left;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
  left: 0;
}

/* Reveal */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098d1;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
}

/* Underline Reveal */
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-underline-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Overline Reveal */
.hvr-overline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.hvr-overline-reveal:before {
  content: '';
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098d1;
  height: 4px;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* SHADOW/GLOW TRANSITIONS */
/* Glow */
.hvr-glow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-glow:hover,
.hvr-glow:focus,
.hvr-glow:active {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

/* Shadow */
.hvr-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}

.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Box Shadow Outset */
.hvr-box-shadow-outset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}

.hvr-box-shadow-outset:hover,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(
    center,
    ellipse,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/* Shadow Radial */
.hvr-shadow-radial {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-shadow-radial:before,
.hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.hvr-shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(
    50% 150%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at 50% 150%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(
    50% -50%,
    ellipse,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  background: radial-gradient(
    ellipse at 50% -50%,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 80%
  );
}

.hvr-shadow-radial:hover:before,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:active:after {
  opacity: 1;
}

/* SPEECH BUBBLES */
/* Bubble Top */
.hvr-bubble-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.hvr-bubble-top:hover:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Right */
.hvr-bubble-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.hvr-bubble-right:hover:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Bottom */
.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.hvr-bubble-bottom:hover:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Left */
.hvr-bubble-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.hvr-bubble-left:hover:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* Bubble Float Top */
.hvr-bubble-float-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-top:hover,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:active {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.hvr-bubble-float-top:hover:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:active:before {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

/* Bubble Float Right */
.hvr-bubble-float-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-right:hover,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:active {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.hvr-bubble-float-right:hover:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:active:before {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/* Bubble Float Bottom */
.hvr-bubble-float-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-bottom:hover,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:active {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.hvr-bubble-float-bottom:hover:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

/* Bubble Float Left */
.hvr-bubble-float-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.hvr-bubble-float-left:hover,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:active {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.hvr-bubble-float-left:hover:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:active:before {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

/* ICONS */
/* Icon Back */
.hvr-icon-back {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-back .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-back:hover .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:active .hvr-icon {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}

/* Icon Forward */
.hvr-icon-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.hvr-icon-forward .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:active .hvr-icon {
  -webkit-transform: translateX(4px);
  transform: translateX(4px);
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-down .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-down:hover .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:active .hvr-icon {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25%,
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/* Icon Up */
.hvr-icon-up {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-up .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-up:hover .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:active .hvr-icon {
  -webkit-animation-name: hvr-icon-up;
  animation-name: hvr-icon-up;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Spin */
.hvr-icon-spin {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-spin .hvr-icon {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.hvr-icon-spin:hover .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:active .hvr-icon {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* Icon Drop */
@-webkit-keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}

/* Icon Drop */
.hvr-icon-drop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-drop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-drop:hover .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:active .hvr-icon {
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-drop;
  animation-name: hvr-icon-drop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* Icon Fade */
.hvr-icon-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-fade .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color;
  transition-property: color;
}

.hvr-icon-fade:hover .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:active .hvr-icon {
  color: #0f9e5e;
}

/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}

/* Icon Float Away */
.hvr-icon-float-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-float-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-float-away:hover .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-float-away;
  animation-name: hvr-icon-float-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Sink Away */
@-webkit-keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(1em);
    transform: translateY(1em);
  }
}

/* Icon Sink Away */
.hvr-icon-sink-away {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-sink-away .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.hvr-icon-sink-away:hover .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:active .hvr-icon {
  -webkit-animation-name: hvr-icon-sink-away;
  animation-name: hvr-icon-sink-away;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Grow */
.hvr-icon-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow:hover .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:active .hvr-icon {
  -webkit-transform: scale(1.3) translateZ(0);
  transform: scale(1.3) translateZ(0);
}

/* Icon Shrink */
.hvr-icon-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-shrink:hover .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:active .hvr-icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse {
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse;
  animation-name: hvr-icon-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Pulse Grow */
@-webkit-keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

@keyframes hvr-icon-pulse-grow {
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.hvr-icon-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-grow .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-grow:hover .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-grow;
  animation-name: hvr-icon-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@keyframes hvr-icon-pulse-shrink {
  to {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-icon-pulse-shrink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pulse-shrink:hover .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

/* Icon Push */
@-webkit-keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes hvr-icon-push {
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

.hvr-icon-push {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-push .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-push:hover .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:active .hvr-icon {
  -webkit-animation-name: hvr-icon-push;
  animation-name: hvr-icon-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Pop */
@-webkit-keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

@keyframes hvr-icon-pop {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}

.hvr-icon-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-pop .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-pop:hover .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pop;
  animation-name: hvr-icon-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Bounce */
.hvr-icon-bounce {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bounce .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-bounce:hover .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:active .hvr-icon {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

/* Icon Rotate */
.hvr-icon-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-rotate:hover .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:active .hvr-icon {
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

/* Icon Grow Rotate */
.hvr-icon-grow-rotate {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-grow-rotate .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-grow-rotate:hover .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:active .hvr-icon {
  -webkit-transform: scale(1.5) rotate(12deg);
  transform: scale(1.5) rotate(12deg);
}

/* Icon Float */
.hvr-icon-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-float .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-float:hover .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:active .hvr-icon {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

/* Icon Sink */
.hvr-icon-sink {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-sink .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-icon-sink:hover .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:active .hvr-icon {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* Icon Bob */
@-webkit-keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob {
  0% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  50% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes hvr-icon-bob-float {
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hvr-icon-bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-bob .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-bob:hover .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:active .hvr-icon {
  -webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hvr-icon-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-hang .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-hang:hover .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:active .hvr-icon {
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: 0.3s, 1.5s;
  animation-duration: 0.3s, 1.5s;
  -webkit-animation-delay: 0s, 0.3s;
  animation-delay: 0s, 0.3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-horizontal .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-horizontal:hover .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Wobble Vertical */
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.hvr-icon-wobble-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-wobble-vertical .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-wobble-vertical:hover .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:active .hvr-icon {
  -webkit-animation-name: hvr-icon-wobble-vertical;
  animation-name: hvr-icon-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Icon Buzz */
@-webkit-keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes hvr-icon-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-icon-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz:hover .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz;
  animation-name: hvr-icon-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* Icon Buzz Out */
@-webkit-keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-icon-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-icon-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-icon-buzz-out .hvr-icon {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.hvr-icon-buzz-out:hover .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:active .hvr-icon {
  -webkit-animation-name: hvr-icon-buzz-out;
  animation-name: hvr-icon-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* CURLS */
/* Curl Top Left */
.hvr-curl-top-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-left:hover:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-top-right:hover:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Right */
.hvr-curl-bottom-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-right:hover:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

/* Curl Bottom Left */
.hvr-curl-bottom-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}

.hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}

.hvr-curl-bottom-left:hover:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

/*hover.css.map */
/*iconfont*/
/* @font-face {
  font-family: "iconfont";
  Project id 3549479
  src: url("../iconfont/iconfont.ttf") format("truetype"); } */

/* .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-guihua:before {
  content: "\e614"; }

.icon-xiangshang_jiantou:before {
  content: "\e63f"; }

.icon-xiangxiajiantou:before {
  content: "\e651"; }

.icon-bofang1:before {
  content: "\e609"; }

.icon-a-youjiantouzhixiangyoujiantou:before {
  content: "\e60c"; }

.icon-jiantou-zuo:before {
  content: "\e631"; }

.icon-bofang:before {
  content: "\e87c"; }

.icon-arrow-up:before {
  content: "\e743"; }

.icon-guanbi:before {
  content: "\e64d"; }

.icon-jiazai:before {
  content: "\e65e"; }

.icon-biyanjing:before {
  content: "\e901"; }

.icon-yanjing:before {
  content: "\e8bf"; } */

/* iconfont-end*/
/* header */
.header {
  background-color: #fff;
  width: 100%;
  height: 80px;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.header .logo {
  width: 242px;
  height: 55px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .headlist {
  display: flex;
  color: #666;
  font-size: 14px;
}
.header .headlist li {
  flex-direction: column;
  padding: 22px 20px;
}
.header .head-active a {
  color: #007072;
  font-weight: bold;
  font-size: 18px;
  line-height: 12px;
}
.header .info:hover .mask {
  display: block;
}
.header .info {
  width: 120px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  margin-right: -20px;
  position: relative;
}
.header .info img {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.header .info .mask a:hover {
  background: #007072;
  color: #fff;
}
.header .info .mask {
  display: none;
  position: absolute;
  bottom: -98px;
  z-index: 9;
  left: -19px;
  right: 20px;
  line-height: 43px;
  padding-top: 12px;
}
.header .info .mask a {
  padding: 12px 20px;
  background-color: #fff;
}
.header .info a {
  margin: 0 10px;
}

.banner {
  width: 100%;
  height: auto;
}
.banner .img-full {
  width: 100%;
  height: 100%;
}

/* footer */
.footer {
  padding: 36px 0;
  border-top: 1px solid #f5f5f5;
}
.footer .column .footlogo {
}
.footer .column .foot-text {
  margin: 0px 22px 0 22px;
  width: 940px;
  line-height: 23px;
}
.footer .column .foot-text .mb12 {
  margin-bottom: 12px;
}
.footer .column .foot-text li {
  display: inline-block;
  margin: 0 5px;
  color: #333;
}
.footer .column .weima .qrcode-box {
  display: flex;
  font-size: 13px;
  color: #333;
}
.footer .column .weima .qrcode-box p {
  text-align: center;
}
.footer .column .weima {
  /* margin-top: -15px;  */
  text-align: center;
}
.footer .column .foot-btn {
  width: 116px;
  height: 44px;
  background: linear-gradient(90deg, #007072, #1ea373);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  text-align: center;
  line-height: 44px;
  display: inline-block;
}
.footer .footlink {
  margin-top: 45px;
  text-align: center;
}
.footer .foot-img {
  width: 84px;
  display: inherit;
  height: 84px;
}
.footer .qrcode-box > div {
  margin-left: 22px;
  margin-bottom: 24px;
  text-align: center;
}
.footer .qrcode-box > div:first-child {
  margin-left: 0;
  /* margin-bottom: 0; */
}
.footer .qrcode-box .foot-img {
  margin: 0 auto;
}
.footer .foot-content {
  margin-top: 25px;
}

/* 分页器 */
.pagination-box {
  text-align: center;
  margin-bottom: 60px;
}

.pagination {
  display: inline-block;
}
.pagination li {
  margin: 0 8px;
  display: inline-block;
}
.pagination li span,
.pagination li a {
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #dddddd;
  cursor: pointer;
  display: inline-block;
}
.pagination .active {
  color: #ffffff;
  background-color: #007072;
}

#zz {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1111;
}

.login {
  width: 461px;
  height: 376px;
  cursor: pointer;
  z-index: 99;
  overflow: hidden;
  padding: 18px 57px 17px;
  cursor: pointer;
}
.login input {
  width: 320px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
}
.login input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
.login input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
.login input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
.login input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
.login input[type='checkbox'] {
  width: 15px;
  height: 15px;
}
.login .log-btn,
.login .enroll-btn {
  width: 100%;
  height: 48px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 40px auto 20px;
}
.login .icon-guanbi {
  font-size: 18px;
  margin-top: 15px;
  color: #cccccc;
  transition-property: font-size, color;
  transition-duration: 0.2s;
}
.login .icon-guanbi:hover {
  font-size: 20px;
  color: #007072;
}
.login .isFalse {
  border: 1px solid #d40d0d;
}
.login .isFalseTips {
  color: #d40d0d;
}

#register,
#login,
#password {
  z-index: 99;
  border-radius: 0px 0px 30px 0px;
  padding: 24px 55px 41px;
  cursor: pointer;
  border-top-right-radius: 50%;
}
#register input,
#login input,
#password input {
  width: 320px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
}
#register input::-webkit-input-placeholder,
#login input::-webkit-input-placeholder,
#password input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#register input:-moz-placeholder,
#login input:-moz-placeholder,
#password input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#register input::-moz-placeholder,
#login input::-moz-placeholder,
#password input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#register input:-ms-input-placeholder,
#login input:-ms-input-placeholder,
#password input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
#register input[type='checkbox'],
#login input[type='checkbox'],
#password input[type='checkbox'] {
  width: 15px;
  height: 15px;
}
#register .log-btn,
#register .enroll-btn,
#login .log-btn,
#login .enroll-btn,
#password .log-btn,
#password .enroll-btn {
  width: 100%;
  height: 48px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 40px auto 20px;
}
#register .icon-guanbi,
#login .icon-guanbi,
#password .icon-guanbi {
  font-size: 18px;
  margin-top: 15px;
  color: #cccccc;
  transition-property: font-size, color;
  transition-duration: 0.2s;
}
#register .icon-guanbi:hover,
#login .icon-guanbi:hover,
#password .icon-guanbi:hover {
  font-size: 20px;
  color: #007072;
}
#register .isFalse,
#login .isFalse,
#password .isFalse {
  border: 1px solid #d40d0d;
}
#register .isFalseTips,
#login .isFalseTips,
#password .isFalseTips {
  color: #d40d0d;
}

#contact {
  display: none;
  z-index: 99;
  border-radius: 0px 0px 30px 0px;
  padding: 24px 55px 41px;
  cursor: pointer;
  border-top-right-radius: 50%;
}
#contact input {
  width: 320px;
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
}
#contact input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#contact input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#contact input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#contact input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
#contact input[type='checkbox'] {
  width: 15px;
  height: 15px;
}
#contact .log-btn,
#contact .enroll-btn {
  width: 100%;
  height: 48px;
  background: #137be6;
  box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16);
  border-radius: 48px;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  margin: 40px auto 20px;
}
#contact .icon-guanbi {
  font-size: 18px;
  margin-top: 15px;
  color: #cccccc;
  transition-property: font-size, color;
  transition-duration: 0.2s;
}
#contact .icon-guanbi:hover {
  font-size: 20px;
  color: #007072;
}
#contact .isFalse {
  border: 1px solid #d40d0d;
}
#contact .isFalseTips {
  color: #d40d0d;
}

.icon-guanbi {
  position: absolute;
  top: 0;
  right: 15px;
}

#login .login-tab,
.login .login-tab {
  display: flex;
  justify-content: start;
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}
#login .login-tab div,
.login .login-tab div {
  flex: 1;
  padding: 0 48px 15px;
  border-bottom: 1px solid #eeeeee;
}
#login .login-tab .tab-active,
.login .login-tab .tab-active {
  color: #007072;
  border-bottom: 2px solid #007072;
}

#login input[type='checkbox'],
.login input[type='checkbox'] {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

#login input[type='checkbox']::after,
.login input[type='checkbox']::after {
  position: absolute;
  top: 0;
  color: #000;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 3px;
}

#login input[type='checkbox']:checked::after,
.login input[type='checkbox']:checked::after {
  content: '✓';
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  background-color: #007072;
  box-shadow: 0px 8px 16px 0px rgba(0, 112, 114, 0.32);
}

#login .password,
.login .password {
  position: relative;
}

#login .icon-yanjing,
#login .icon-biyanjing,
.login .icon-yanjing,
.login .icon-biyanjing {
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}

#login .icon-yanjing:hover,
#login .icon-biyanjing:hover,
.login .icon-yanjing:hover,
.login .icon-biyanjing:hover {
  color: #007072;
}

#login p,
.login p {
  height: 25px;
}

#login .password input,
.login .password input {
  padding-right: 30px;
}

#login .code,
.login .code {
  position: relative;
}
#login .code input,
.login .code input {
  padding-right: 100px;
}

#login .send-code,
.login .send-code {
  position: absolute;
  right: -30px;
  color: #1473e1;
  cursor: pointer;
  width: 75px;
  height: 38px;
  line-height: 38px;
}

#login .send-code-text,
.login .send-code-text {
  position: absolute;
  top: 0px;
  right: 3px;
  color: #1473e1;
  cursor: pointer;
}

#login button,
.login button {
  width: 320px;
  height: 50px;
  background: #007072;
  box-shadow: 0px 8px 16px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  margin-bottom: 20px;
  cursor: pointer;
}

#login .login-footer,
.login .login-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #999999;
}
#login .login-footer label,
.login .login-footer label {
  cursor: pointer;
}
#login .login-footer input,
.login .login-footer input {
  margin: 0 3px 3px 0;
}
#login .login-footer .to-password,
.login .login-footer .to-password {
  margin-right: 8px;
}
#login .login-footer .to-register,
.login .login-footer .to-register {
  color: #007072;
}

#register h2,
#password h2 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}

#register h3,
#register h4,
#password h3,
#password h4 {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

#register h4,
#password h4 {
  margin-bottom: 10px;
}

#register p,
#password p {
  height: 23px;
}

#register a,
#password a {
  color: #1473e1;
  text-decoration: underline;
}

#register .code,
#password .code {
  position: relative;
}
#register .code input,
#password .code input {
  padding-right: 100px;
}

#register .send-code,
#register .icon-jiazai,
#register .get-code,
#password .send-code,
#password .icon-jiazai,
#password .get-code {
  position: absolute;
  top: -5px;
  right: 3px;
  height: 34px;
  width: auto;
  color: #1473e1;
  cursor: pointer;
  line-height: 33px;
}

#register .icon-jiazai,
#password .icon-jiazai {
  top: 4px;
  right: 77px;
}

#register .icon-jiazai:hover,
#password .icon-jiazai:hover {
  color: #1473e1;
}

#register .get-code,
#password .get-code {
  top: 4px;
  right: 5px;
}

#register .to-login,
#password .to-login {
  float: right;
  color: #d40d0d;
  text-decoration: none;
  margin-top: 5px;
}

#register button,
#password button {
  width: 320px;
  height: 50px;
  background: #007072;
  box-shadow: 0px 8px 16px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  cursor: pointer;
}

#register .send-phone,
#password .send-phone {
  color: #999999;
  margin-bottom: 23px;
}

#register .password,
#password .password {
  position: relative;
}

#register .icon-yanjing,
#register .icon-biyanjing,
#password .icon-yanjing,
#password .icon-biyanjing {
  position: absolute;
  top: 3px;
  right: 8px;
  cursor: pointer;
}

#register .icon-yanjing:hover,
#register .icon-biyanjing:hover,
#password .icon-yanjing:hover,
#password .icon-biyanjing:hover {
  color: #007072;
}

#register .register-second button,
#password .register-second button {
  margin-top: 40px;
}

#register .register-success,
#register .password-success,
#password .register-success,
#password .password-success {
  text-align: center;
}
#register .register-success img,
#register .password-success img,
#password .register-success img,
#password .password-success img {
  margin: 20px 0 42px;
}
#register .register-success .text,
#register .password-success .text,
#password .register-success .text,
#password .password-success .text {
  color: #666666;
  margin-top: 10px;
}
#register .register-success button,
#register .password-success button,
#password .register-success button,
#password .password-success button {
  margin-top: 27px;
}

#contus {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
#contus .close {
  float: right;
  position: absolute;
  top: 37px;
  right: 46px;
}
#contus .contus {
  width: 983px;
  height: 416px;
  background: #ffffff;
  border-radius: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  padding: 80px 70px;
}
#contus .contus .contus-img {
  width: 256px;
  height: 256px;
  margin-right: 58px;
}
#contus .contus .box {
  vertical-align: middle;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 29px;
}
#contus .contus .box div {
  color: #444;
}
#contus .contus .box div:last-child {
  color: #1b7ee7;
  padding-top: 20px;
}

#contact {
  text-align: center;
}
#contact h3 {
  font-size: 16px;
  color: #007072;
  margin-bottom: 10px;
}
#contact .lab {
  margin-top: 23px;
  display: flex;
}
#contact .lab label {
  min-width: 56px;
  margin-right: 15px;
  text-align: right;
  color: #333;
  line-height: 40px;
  font-size: 14px;
  display: inline-block;
}
#contact .lab input {
  width: 270px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
}
#contact .lab select {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0 13px;
  font-size: 14px;
  width: 270px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
}
#contact p {
  width: 331px;
  text-align: left;
  color: #999;
  margin-top: 8px;
}
#contact .accont-btn button {
  width: 140px;
  height: 48px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #bcc6cf;
  border-radius: 0px 0px 15px 0px;
  margin-top: 23px;
  margin-right: 35px;
  cursor: pointer;
}
#contact .accont-btn .active {
  background: #007072;
  box-shadow: 0px 8px 16px 0px rgba(0, 112, 114, 0.32);
}
#contact .accont-btn button:nth-child(2) {
  margin-right: 0;
}

.crumbs {
  display: flex;
  justify-content: start;
  padding: 32px 0;
}
.crumbs .z99,
.crumbs .z98,
.crumbs .z97,
.crumbs .z96 {
  padding: 17px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 112, 114, 0.07);
  border-radius: 0px 0px 20px 0px;
}
.crumbs .z98,
.crumbs .z97,
.crumbs .z96 {
  padding-left: 37px;
}
.crumbs .z99 {
  margin-right: -20px;
  z-index: 99;
}
.crumbs .z98 {
  margin-right: -20px;
  z-index: 98;
}
.crumbs .z97 {
  margin-right: -20px;
  z-index: 97;
}
.crumbs .active {
  color: #fff;
  background: linear-gradient(90deg, #007072, #1ea373);
}

#index {
  margin-bottom: 60px;
}
#index .text-top-box a {
  font-size: 14px;
  color: #007072;
  padding-top: 30px;
  display: inline-block;
}
#index .text-top span {
  display: block;
}
#index .text-top span:first-child {
  font-size: 18px;
  font-weight: 700;
  color: #333333;
}
#index .text-top span:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 0;
  margin-top: 12px;
  margin-bottom: 5px;
}
#index .swiper {
  width: 100%;
  height: 360px;
  overflow: hidden;
  position: relative;
}
#index .swiper .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.6;
}
#index .swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
#index .swiper .swiper-login {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 360px;
  width: 260px;
  height: 340px;
  background: #ffffff;
  border-radius: 0px 0px 30px 0px;
  padding: 32px 30px;
}
#index .swiper .swiper-login .login-box {
  text-align: center;
}
#index .swiper .swiper-login .login-box img {
  width: 85px;
  height: 84px;
  display: inline-block;
}
#index .swiper .swiper-login .login-box span {
  font-size: 16px;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 8px;
  display: block;
}
#index .swiper .swiper-login .login-box .loginbtn {
  padding-top: 5px;
}
#index .swiper .swiper-login .login-box .loginbtn a {
  width: 201px;
  height: 49px;
  line-height: 49px;
  border: 1px solid #007072;
  border-radius: 0px 0px 20px 0px;
  display: block;
  margin-top: 20px;
}
#index .swiper .swiper-login .login-box .loginbtn .btn-primy {
  background-color: #007072;
  color: #fff;
}
#index #indexContent {
  background: #f7f7f7 url('../img/index/index_bg.png') no-repeat;
  background-size: 100%;
  background-position: 10px 50px;
  padding-top: 64px;
}
#index .introduce {
  width: 1200px;
  margin: 0 auto 64px;
}
#index .introduce .intro-box {
  width: 1200px;
  height: 409px;
  background: #ffffff;
  border-radius: 0px 0px 70px 0px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}
#index .introduce .intro-box .dbimg {
  position: absolute;
  right: -108px;
  bottom: -161px;
}
#index .introduce .intro-box .intro-img {
  width: 361px;
  height: 345px;
  margin-right: 32px;
}
#index .introduce .intro-box .intro-img img {
  width: 100%;
}
#index .introduce .intro-box .intro-text p {
  margin-top: 17px;
  text-indent: 23px;
}
#index .introduce .intro-box .intro-text .intro-p {
  height: 215px;
  width: 724px;
  overflow: hidden;
}
#index .introduce .intro-box .intro-text .intro-btn a {
  width: 132px;
  height: 48px;
  background: #007072;
  border-radius: 0px 0px 20px 0px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  display: inline-block;
  margin-top: 35px;
}
#index .news {
  padding: 41px 0;
  background-color: #fff;
  margin-bottom: 41px;
}
#index .news .news-nav a:hover .nav-text {
  border-bottom: 1px solid #bbb;
  padding-bottom: 5px;
}
#index .news .news-nav a:hover .nav-text span {
  color: #007072;
}
#index .news .fmr60 {
  margin-top: 25px;
  margin-right: -62px;
  height: 206px;
  overflow: hidden;
}
#index .news .news-nav {
  width: 567px;
  float: left;
  margin-right: 62px;
}
#index .news .news-nav a {
  width: 100%;
  height: 40px;
  float: left;
  padding: 12px 0;
}
#index .news .news-nav a .spot {
  margin-top: 4px;
  background-color: #007072;
}
#index .news .news-nav a span {
  float: right;
  color: #999;
}
#index .news .news-nav a .nav-text {
  max-width: 431px;
  height: 20px;
  float: left;
}
#index .news .news-nav a .nav-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  float: left;
}
#index .old .training {
  padding: 32px 0 83px;
  /* display: flex;
  justify-content: start;
  flex-wrap: wrap; */
  overflow: hidden;
  position: relative;
}
/* #index .old .training .train-item {
  width: 390px;
  height: 300px;
  margin-right: 15px;
  position: relative;
  color: #fff;
  overflow: hidden;
} */
#index .old .training .train-item {
  color: inherit;
  cursor: pointer;
  height: 300px;
  min-height: 300px;
  perspective: 1000px;
  position: relative;
  width: 390px;
}
#index .old .training .train-item .front,
#index .old .training .train-item .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  font-size: 16px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
#index .old .training .train-item .front {
  background-size: cover;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  font-family: Poppins, sans-serif;
  align-items: flex-end;
  text-align: left;
}
#index .old .training .train-item .front p {
  line-height: 27px;
}
#index .old .training .train-item .front::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(135deg, #1a9be6, #1a57e6); */
  opacity: 0.25;
  z-index: -1;
  box-sizing: border-box;
}
#index .old .training .train-item .back {
  background-color: #fff;
  transform: rotateY(-180deg);
  padding: 0 32px;
  font-size: 14px;
}
#index .old .training .train-item .back p {
  line-height: 27px;
  margin: 0px 0 18px 0;
}
#index .old .training .train-item .back p.title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
#index .old .training .train-item img {
  width: 390px;
  height: 300px;
  object-fit: cover;
}
#index .old .training .train-item:hover .front {
  transform: rotateY(180deg);
}
#index .old .training .train-item:hover .back {
  transform: rotateY(0deg);
}
#index .old .training .train-item .button {
  transform: translateZ(40px);
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: bold;
  color: #fff;
  padding: 9px 30px;
  border-radius: 100px;
  font: inherit;
  background: linear-gradient(135deg, rgba(0, 112, 114, 0.5), #007072);
  border: none;
  position: relative;
  transform-style: preserve-3d;
  transition: 300ms ease;
  display: inline-block;
  line-height: 14px;
}
#index .old .training .train-item .button:hover {
  transform: translateZ(55px);
}
#index .old .training .train-item .button::before {
  transition: 300ms ease;
  position: absolute;
  display: block;
  content: '';
  transform: translateZ(-40px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
  box-shadow: 0 0 10px 10px rgba(0, 112, 114, 0.32);
  background-color: rgba(0, 112, 114, 0.32);
  box-sizing: border-box;
}
#index .old .training .train-item .shade {
  width: 390px;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
#index .old .training .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 80px;
  margin: 0 2px;
}
#index .old .training .swiper-pagination .swiper-pagination-bullet:focus {
  outline: none;
}
#index
  .old
  .training
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007072;
}
#index .old .training .train-item .shade .shade-text {
  padding: 32px;
  position: absolute;
  bottom: -86px;
  left: 0;
  transition: 0.6s linear;
}
#index .old .training .train-item .shade .title {
  margin-bottom: 15px;
}
#index .old .training .train-item .shade .title h3 {
  line-height: 40px;
}
#index .old .training .train-item .shade .title h3,
#index .old .training .train-item .shade .title .iconfont {
  font-size: 18px;
}
#index .old .training .train-item .shade .text {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 23px;
  height: 48px;
  overflow: hidden;
}
#index .old .training .train-item :hover .shade-text {
  bottom: 0;
}
#index .old .training .train-item :hover .iconfont {
  display: inline-block;
}
#index .old .training .train-item:nth-child(3n) {
  margin-right: 0;
}
#index .expert {
  background-color: #fff;
  padding: 40px 0 60px;
}
#index .expert .expert-nav {
  margin-right: -60px;
}
#index .expert .expert-nav .expert-box:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.07);
}
#index .expert .expert-nav .expert-box {
  margin-top: 32px;
  width: 254px;
  height: 338px;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  text-align: center;
  float: left;
  padding: 24px;
  margin-right: 60px;
}
#index .expert .expert-nav .expert-box .img-box {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  border-radius: 100%;
  display: block;
}
#index .expert .expert-nav .expert-box span {
  margin: 22px 0;
  font-size: 16px;
  color: #333;
  display: block;
}
#index .expert .expert-nav .expert-box .expert-text {
  width: 196px;
  font-size: 14px;
  color: #444;
}
#index .cooperation {
  background-color: #fff;
  padding: 20px 0 60px;
}
#index .cooperation .coop-list {
  margin-top: 32px;
  padding: 16px 0;
}
#index .cooperation .coop-list .coop-img {
  display: inline-block;
  width: 296px;
  height: auto;
  margin: 8px 0;
  border-right: 1px solid #fff;
}
#index .cooperation .coop-list .coop-img img {
  padding: 0px 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}
#index .cooperation .coop-list .coop-img:nth-child(4n) {
  border-right: 0px solid #eeeeee;
}

#news img {
  width: 100%;
  height: 100%;
}

#news .banner {
  width: 100%;
  height: auto;
}

#news .news-content {
  display: flex;
  justify-content: space-between;
  padding: 64px 0;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 700px 60%;
}
#news .news-content .aside-main {
  width: 200px;
}
#news .news-content .aside-main .aside {
  text-align: center;
  color: #666666;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
#news .news-content .aside-main .choose {
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 20px 0px;
  color: #ffffff;
}
#news .news-content .item {
  width: 872px;
}
#news .news-content .item .news-item:hover .title {
  color: #007072;
}
#news .news-content .item .news-item {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #dddddd;
}
#news .news-content .item .news-item .title {
  width: 780px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
#news .news-content .item .news-item .time {
  color: #666666;
}

.indent23 {
  text-indent: 23px;
}

.detail {
  min-height: 500px;
}
.detail .textcent h2 {
  font-size: 18px;
  margin-bottom: 23px;
}
.detail .textcent span {
  font-size: 16px;
  color: #999;
  margin-bottom: 20px;
  display: inline-block;
}
.detail span {
  font-size: 16px;
  color: #333;
  line-height: 35px;
}
.detail p {
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.expert-detail {
  min-height: 500px;
}
.expert-detail .card {
  width: 213px;
  padding-right: 24px;
  text-align: center;
}
.expert-detail .card img {
  width: 182px;
  height: 182px;
  border-radius: 0px 0px 0px 50px;
}
.expert-detail .card .card-text span {
  margin: 25px 0 17px 0;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}
.expert-detail .card .card-text p {
  font-size: 14px;
  font-weight: 400;
  color: #444444;
  display: inline-block;
}
.expert-detail .expert-title {
  width: 980px;
  border-left: 1px solid #eee;
  padding-left: 24px;
}
.expert-detail .expert-title .content p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  text-indent: 23px;
}

#cert,
#loginbox {
  position: relative;
  min-height: 760px;
  background: url(../img/index/cert.png) no-repeat top center;
  background-size: 100%;
}
#cert .cert-box,
#loginbox .cert-box {
  min-height: 760px;
  /* height: 90vh; */
  background-color: rgba(0, 0, 0, 0.7);
}
#cert .cert-box .cert-index,
#loginbox .cert-box .cert-index {
  width: 829px;
  height: 377px;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#cert .cert-box .cert-index .index-left,
#loginbox .cert-box .cert-index .index-left {
  width: 369px;
  height: 377px;
  background: #007072;
  padding: 130px 15px;
  text-align: center;
}
#cert .cert-box .cert-index .index-left span,
#loginbox .cert-box .cert-index .index-left span {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
#cert .cert-box .cert-index .w460,
#loginbox .cert-box .cert-index .w460 {
  width: 460px;
}
#cert .cert-box .cert-index .form,
#loginbox .cert-box .cert-index .form {
  width: 306px;
  margin: 49px auto;
  text-align: center;
}
#cert .cert-box .cert-index .form div,
#loginbox .cert-box .cert-index .form div {
  margin-bottom: 27px;
}
#cert .cert-box .cert-index .form div input,
#loginbox .cert-box .cert-index .form div input {
  width: 306px;
  padding: 11px 20px;
  color: #999999;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}
#cert .cert-box .cert-index .form .code input,
#loginbox .cert-box .cert-index .form .code input {
  width: 184px;
  float: left;
}
#cert .cert-box .cert-index .form .code .code-img img,
#loginbox .cert-box .cert-index .form .code .code-img img {
  width: 92px;
  height: 32px;
  margin-left: 30px;
  float: left;
  margin-top: 10px;
}
#cert .cert-box .cert-index .form .submit,
#loginbox .cert-box .cert-index .form .submit {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  margin-top: 33px;
  display: inline-block;
  cursor: pointer;
}

#certpage .table {
  width: 624px;
  margin: 64px auto;
  border: 1px solid #eee;
}
#certpage .table table {
  border-collapse: collapse;
}
#certpage .table tr {
  border-bottom: 1px solid #eee;
}
#certpage .table td {
  width: 310px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #444;
}

#certpage .table tr:last-child {
  border-bottom: none;
}

#certpage .table td:first-child {
  background: #eeeeee;
}

#certnone {
  min-height: 500px;
}
#certnone .certnone {
  width: 624px;
  height: 65px;
  background: rgba(212, 13, 13, 0.1);
  border-radius: 0px 0px 20px 0px;
  margin: 64px auto;
  text-align: center;
  line-height: 65px;
}
#certnone .certnone img {
  width: 15px;
  height: 15px;
  background: #d40d0d;
  border-radius: 50%;
}
#certnone .certnone span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #d40d0d;
  line-height: 12px;
  font-weight: bold;
}

#study {
  margin-bottom: 60px;
}
#study .pb40 {
  padding-bottom: 40px;
}
#study img {
  width: 100%;
  height: 100%;
}
#study .study-box {
  margin-right: -24px;
  margin-left: -24px;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 700px 60%;
  color: #333;
}
#study .study-box .mrlb24 {
  margin: 0 24px 24px 24px;
}
#study .study-box .item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.5);
}
#study .study-box .item {
  width: 264px;
  overflow: hidden;
  float: left;
  position: relative;
  margin: 0 24px 24px 24px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.1);
  border-radius: 0px 0px 30px 0px;
}
#study .study-box .item .img {
  width: 264px;
  height: 160px;
}
#study .study-box .item .img img {
  width: 100%;
  height: 100%;
}
#study .study-box .item .text {
  padding: 20px 16px 16px 16px;
}
#study .study-box .item .text span {
  margin-bottom: 13px;
  font-size: 16px;
  font-weight: 600;
}
#study .study-box .item .text .area {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  height: 40px;
}
#study .study-box .item .text .free {
  padding-top: 10px;
}
#study .study-box .item .text .free span {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}
#study .study-box .item .hot {
  width: 54px;
  height: 28px;
  background: #eb8484;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 20px;
  transform: scale(0.5);
  transform-origin: top left;
  text-align: center;
  line-height: 26px;
}
#study .study-box .item .color1 {
  color: #999;
}
#study .study-box .item .color3 {
  color: #333;
}
#study .study-box .item .color2 {
  color: #ff7a38;
}
#study .study-box .item .fs14 {
  font-size: 14px;
}
#study .study-box .item .fs12 {
  font-size: 12px;
}
#study .study-box .item .fs16 {
  font-size: 16px;
}

#courseplay {
  /* padding-bottom: 80px; */
  position:fixed;
  width: 100%;
  height: calc(100% - 80px);
}
#courseplay .video-wrapper, #welfareplay .video-wrapper {
  height: 100%;
  position: relative;
}
#courseplay .video-wrapper .video-box, #welfareplay .video-wrapper .video-box {
  height: calc(100% - 76px);
}
#courseplay .video-wrapper .nav-box, #welfareplay .video-wrapper .nav-box{
  height: 76px;
  display: flex;
  padding-left: 200px;
  align-items: center;
  background: #181818;
  color: #fff;
  padding-left: 73px;
  font-size: 16px;
}
#courseplay .video-wrapper .nav-box span.iconfont, #welfareplay .video-wrapper .nav-box span.iconfont {
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 25px;
  margin-right: 16px;
  cursor: pointer;
}
#courseplay .video-wrapper .nav-box span.iconfont.disabled, #welfareplay .video-wrapper .nav-box span.iconfont.disabled {
  color: #666;
  cursor: not-allowed;
  /* pointer-events: none; */
  border-color: #666;
}
#courseplay .video-wrapper .nav-box span, #welfareplay .video-wrapper .nav-box span {
  display: inline-block;
  vertical-align: middle;
}#courseplay .video-wrapper .nav-box span+span, #welfareplay .video-wrapper .nav-box span+span {
  vertical-align: middle;
  display: inline-block;
}
#courseplay .video-wrapper .nav-box span.video_name, #welfareplay .video-wrapper .nav-box span.video_name {
  margin-right: 64px;
}
#courseplay .video-wrapper .video-box .video-js, #welfareplay .video-wrapper .video-box .video-js {
  height: 100%;
  width: 100%;
}
#courseplay .video-wrapper .catelogue, #welfareplay .video-wrapper .catelogue {
  width: 358px;
  height: calc(100% - 76px);
  background-color: #1b2128;
  color:#fff;
  /* overflow-y: hidden; */
  top: 76px;
  right: 6px;
  /* overflow-y: auto; */
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
#courseplay .video-wrapper .catelogue.show, #welfareplay .video-wrapper .catelogue.show {
  right: 6px;
  opacity: 1;
}
#courseplay .video-wrapper .catelogue.cancel, #welfareplay .video-wrapper .catelogue.cancel {
  right: -400px;
  opacity: 0;
}
#courseplay .video-wrapper .catelogue .flex-space, #welfareplay .video-wrapper .catelogue .flex-space {
  display: flex;
  justify-content: space-between;
}
#courseplay .video-wrapper .catelogue .title, #welfareplay .video-wrapper .catelogue .title {
  color:#fff;
  /* border-top: 1px solid #000; */
  padding: 0 24px;
  line-height: 50px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.8);
}
#courseplay .video-wrapper .catelogue .title .icon-close, #welfareplay .video-wrapper .catelogue .title .icon-close {
  cursor: pointer;
}
#courseplay .video-wrapper .toggleShow, #welfareplay .video-wrapper .toggleShow {
  position: absolute;
  right: 364px;
  width: 60px;
  height: 117px;
  background-color: #1b2128;
  border-radius: 8px 0  0 8px;
  color: #fff;
  top: calc((100% - 76px) / 2 - 58px);
  line-height: 117px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
#courseplay .video-wrapper .toggleShow.cancel, #welfareplay .video-wrapper .toggleShow.cancel {
  right: -200px;
  opacity: 0;
}
#courseplay .video-wrapper .toggleShow.show, #welfareplay .video-wrapper .toggleShow.show {
  right: 0px;
  opacity: 1;
}
#courseplay .video-wrapper .toggleShow .icon-right, #welfareplay .video-wrapper .toggleShow .icon-right {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-left: 2px solid #fff;
  border-top:2px solid #fff;
  transform: rotateZ(-45deg);
}
#courseplay .video-wrapper .catelogue.fixed, #welfareplay .video-wrapper .catelogue.fixed {
  position: absolute;
  
}
#courseplay .video-wrapper .catelogue .content, #welfareplay .video-wrapper .catelogue .content {
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
  padding: 24px 24px 16px;
  font-size: 14px;
  line-height: 22px;
}
#courseplay .video-wrapper .catelogue .catelogue-item, #welfareplay .video-wrapper .catelogue .catelogue-item {
  padding: 10px 24px;
  line-height: 1;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}
#courseplay .video-wrapper .catelogue .catelogue-item .iconfont, #welfareplay .video-wrapper .catelogue .catelogue-item .iconfont {
  font-size: 14px;
  display: inline-block;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
#courseplay .video-wrapper .catelogue .catelogue-item .iconfont.up, #welfareplay .video-wrapper .catelogue .catelogue-item .iconfont.up {
  transform: rotateZ(0deg);
}
#courseplay .video-wrapper .catelogue .catelogue-item .iconfont.down, #welfareplay .video-wrapper .catelogue .catelogue-item .iconfont.down {
  transform: rotateZ(180deg);
}
#courseplay .video-wrapper .catelogue .catalogue-block, #welfareplay .video-wrapper .catelogue .catalogue-block{
  color:#4C5664;
  font-size: 14px;
  margin: 4px 12px;
  padding: 10px 12px;
  display: flex;
  justify-content: space-between;
  border-radius: 4px;
}
#courseplay .video-wrapper .catelogue .catalogue-block .icon-bofang, #welfareplay .video-wrapper .catelogue .catalogue-block .icon-bofang {
  font-size: 12px;
  margin-right: 12px;
}
#courseplay .video-wrapper .catelogue .catalogue-block .ellipsis1, #welfareplay .video-wrapper .catelogue .catalogue-block .ellipsis1 {
  max-width: 170px;
}
#courseplay .video-wrapper .catelogue .catalogue-block.highlight, #welfareplay .video-wrapper .catelogue .catalogue-block.highlight {
  background-color: #0F1419;
  color: #007072;
}
.video-wrapper .catelogue .catelogue-nav::-webkit-scrollbar, .video-wrapper .catelogue .content::-webkit-scrollbar,.video-wrapper .catelogue .recommend-course::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.video-wrapper .catelogue .catelogue-nav::-webkit-scrollbar-thumb, .video-wrapper .catelogue .content::-webkit-scrollbar-thumb, .video-wrapper .catelogue .recommend-course::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.2);
}
.video-wrapper .catelogue .catelogue-nav::-webkit-scrollbar-track, .video-wrapper .catelogue .content::-webkit-scrollbar-track, .video-wrapper .catelogue .recommend-course::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
}
#welfareplay .video-wrapper .catelogue .catelogue-nav {
  min-height: 100px;
  max-height: 200px;
  overflow-y: auto;
}
#courseplay .course-top, #welfareplay .course-top {
  margin-bottom: 30px;
}
#courseplay .course-top .video, #welfareplay .course-top .video {
  width: 858px;
  height: 594px;
  background: #000;
}
#courseplay .course-top .catalogue, #welfareplay .course-top .catalogue {
  margin-left: 32px;
  width: 310px;
  height: 594px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 0px 0px 50px 0px;
  padding-top: 24px;
  /*滚动条样式*/
}
#courseplay .course-top .catalogue .chapter, #welfareplay .course-top .catalogue .chapter {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 9px;
  display: inline-block;
  margin-left: 24px;
}
.course-top .catalogue .catalogue-nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.course-top .catalogue .catalogue-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#courseplay .course-top .catalogue .catalogue-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#courseplay .course-top .catalogue .catalogue-nav {
  height: 512px;
  overflow-y: auto;
}
#courseplay .course-top .catalogue .catalogue-nav .catalogue-nav-span {
  margin: 15px 0;
  padding-right: 16px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
}
#courseplay
  .course-top
  .catalogue
  .catalogue-nav
  .catalogue-nav-span
  .icon-arrow-up {
  font-size: 24px;
  margin-top: -5px;
  color: #999;
  font-weight: bold;
}
#courseplay .course-top .catalogue .catalogue-nav .catalogue-block {
  margin-bottom: 8px;
  padding: 7px 8px 7px 26px;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
}
#courseplay .course-top .catalogue .catalogue-nav .catalogue-block span {
  margin-right: 5px;
}
#courseplay .course-top .catalogue .catalogue-nav .catalogue-block .time {
  color: #999;
}
#courseplay
  .course-top
  .catalogue
  .catalogue-nav
  .catalogue-block
  .icon-bofang {
  display: none;
  color: #007072;
  margin-left: -12px;
  font-size: 14px;
  margin-right: 5px;
}
#courseplay .course-top .catalogue .catalogue-nav .overplay {
  display: inline-block;
  padding-left: 15px;
}
#courseplay .course-top .catalogue .highlight {
  color: #007072 !important;
  background-color: #fff;
}
#courseplay .course-top .catalogue .highlight span:nth-child(2) {
  margin-left: 11px;
  width: 120px;
}
#courseplay .course-top .catalogue .catalogue-block:hover {
  color: #007072;
  background-color: #fff;
}
#courseplay .course-bottom .bottom-text {
  width: 100%;
  background: #d5d5d5;
  margin-top: 24px;
  padding: 24px;
  font-size: 16px;
  line-height: 24px;
}

#welfareplay {
  /* padding-bottom: 80px; */
  position:fixed;
  width: 100%;
  height: calc(100% - 80px);
}
#welfareplay .course-top {
  margin-bottom: 30px;
}
#welfareplay .course-top .video {
  width: 858px;
  height: 594px;
  background: #000;
}
#welfareplay .course-top .catalogue {
  margin-left: 32px;
  width: 310px;
  height: 594px;
  overflow: hidden;
  background: #f7f7f7;
  border-radius: 0px 0px 50px 0px;
  padding-top: 24px;
  /*滚动条样式*/
}
#welfareplay .course-top .catalogue .chapter {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 9px;
  display: inline-block;
  margin-left: 24px;
}
#welfareplay .course-top .catalogue .catalogue-nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#welfareplay .course-top .catalogue .catalogue-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#welfareplay .course-top .catalogue .catalogue-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#welfareplay .course-top .catalogue .catalogue-nav {
  height: 512px;
  overflow-y: auto;
}
#welfareplay .course-top .catalogue .catalogue-nav .catalogue-nav-span {
  margin: 15px 0;
  padding-right: 16px;
  padding-left: 24px;
  font-size: 16px;
  color: #333;
}
#welfareplay
  .course-top
  .catalogue
  .catalogue-nav
  .catalogue-nav-span
  .icon-arrow-up {
  font-size: 24px;
  margin-top: -5px;
  color: #999;
  font-weight: bold;
}
#welfareplay .course-top .catalogue .catalogue-nav .catalogue-block {
  margin-bottom: 8px;
  padding: 7px 8px 7px 26px;
  font-size: 14px;
  color: #333;
  display: flex;
  justify-content: space-between;
}
#welfareplay .course-top .catalogue .catalogue-nav .catalogue-block span {
  margin-right: 5px;
}
#welfareplay .course-top .catalogue .catalogue-nav .catalogue-block .time {
  color: #999;
}
#welfareplay
  .course-top
  .catalogue
  .catalogue-nav
  .catalogue-block
  .icon-bofang {
  display: none;
  color: #007072;
  margin-left: -12px;
  font-size: 14px;
  margin-right: 5px;
}
#welfareplay .course-top .catalogue .catalogue-nav .overplay {
  display: inline-block;
  padding-left: 15px;
}
#welfareplay .course-top .catalogue .highlight {
  color: #007072 !important;
  background-color: #fff;
}
#welfareplay .course-top .catalogue .highlight span:nth-child(2) {
  margin-left: 11px;
  width: 120px;
}
#welfareplay .course-top .catalogue .catalogue-block:hover {
  color: #007072;
  background-color: #fff;
}
#welfareplay .course-bottom .bottom-text {
  width: 858px;
}
#welfareplay .course-bottom .bottom-text .content {
  width: 100%;
  background: #d5d5d5;
  margin-top: 24px;
  padding: 24px;
  font-size: 16px;
  line-height: 24px;
}
#welfareplay .course-bottom .recommend .recommend-item, #welfareplay .recommend .recommend-item {
  margin-top: 24px;
  height: 348px;
  overflow: hidden;
}
#welfareplay .course-bottom .recommend .recommend-item .item, #welfareplay .recommend .recommend-item .item {
  width: 310px;
  height: 100px;
  margin-bottom: 16px;
}
#welfareplay .course-bottom .recommend .recommend-item .item .item-img, #welfareplay .recommend .recommend-item .item .item-img {
  width: 156px;
  height: 100px;
  border-radius: 0px 0px 15px 0px;
}
#welfareplay .course-bottom .recommend .recommend-item .item .item-box,#welfareplay .recommend .recommend-item .item .item-box {
  padding: 12px;
  width: 154px;
  overflow: hidden;
}
#welfareplay .course-bottom .recommend .recommend-item .item .item-box span, #welfareplay .recommend .recommend-item .item .item-box span {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  width: 154px;
  display: -webkit-box;
}
#welfareplay .catelogue .recommend .recommend-item .item .item-box span {
  color: #fff;
  font-size: 14px;
  font-weight: normal
}
#welfareplay .catelogue .recommend .recommend-item .item .item-box span:nth-child(2) {
  font-size: 12px;

}
#welfareplay .catelogue .recommend .recommend-item {
  margin-left: 12px;
  margin-right: 12px;
  height: auto;
  overflow: initial;
}
#welfareplay
  .course-bottom
  .recommend
  .recommend-item
  .item
  .item-box
  span:nth-child(2) {
  width: 125px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
}
#welfareplay
  .course-bottom
  .recommend
  .recommend-item
  .item:hover
  .item-box
  span {
  color: #007072;
}
#welfareplay .course-bottom .recommend .button .btn {
  width: 310px;
  height: 42px;
  background: #f7f7f7;
  display: block;
  color: #333;
  border-radius: 0px 0px 20px 0px;
}
#welfareplay .course-bottom .recommend .button .stow-button {
  display: none;
}

#studyDetail,
#sciencedetail,
#thinkDetail {
  background: #f7f7f7;
  padding-bottom: 60px;
}
#studyDetail .title-top-box,
#sciencedetail .title-top-box,
#thinkDetail .title-top-box {
  width: 1200px;
  height: 304px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  padding: 24px;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 826px -30%;
  margin-bottom: 32px;
}
#studyDetail .title-top-box .box-img,
#sciencedetail .title-top-box .box-img,
#thinkDetail .title-top-box .box-img {
  width: 362px;
  height: 256px;
  border-radius: 0px 0px 0px 20px;
  margin-right: 32px;
}
#studyDetail .title-top-box .box-img img,
#sciencedetail .title-top-box .box-img img,
#thinkDetail .title-top-box .box-img img {
  width: 100%;
  height: auto;
}
#studyDetail .title-top-box .box-text,
#sciencedetail .title-top-box .box-text,
#thinkDetail .title-top-box .box-text {
  width: 756px;
}
#studyDetail .title-top-box .box-text span,
#sciencedetail .title-top-box .box-text span,
#thinkDetail .title-top-box .box-text span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 32px;
  display: inline-block;
}
#studyDetail .title-top-box .box-text p,
#sciencedetail .title-top-box .box-text p,
#thinkDetail .title-top-box .box-text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 400;
}
#studyDetail .title-top-box .box-text .box-text-a,
#sciencedetail .title-top-box .box-text .box-text-a,
#thinkDetail .title-top-box .box-text .box-text-a {
  min-width: 140px;
  height: 48px;
  background: #007072;
  border-radius: 0px 0px 15px 0px;
  text-align: center;
  line-height: 48px;
  margin-top: 69px;
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}
#studyDetail .title-top-box .box-text .box-text-a:hover,
#sciencedetail .title-top-box .box-text .box-text-a:hover,
#thinkDetail .title-top-box .box-text .box-text-a:hover {
  box-shadow: 0px 14px 24px 0px rgba(0, 112, 114, 0.32);
}
.wechatQrcode {
  position: absolute;
  right: -20px;
  top: 0;
  text-align: center;
  width: 116px;
  /* display: flex; */
}
.wechatQrcode .wechat-icon {
  display: inline-block;
  background: url('../img/index/wechat-icon.png') no-repeat center center;
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin: 0 0 10px 0 !important;
  cursor: pointer;
}
.wechatQrcode .wechat-icon:hover + #qrcode {
  display: block;
}
.wechatQrcode #qrcode {
  padding: 8px;
  width: 116px;
  height: 116px;
  display: none;
  background: #fff;
  border-radius: 5px;
  top: -20px;
  left: -88px;
  position: absolute;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.wechatQrcode #qrcode::after {
  position: absolute;
  content: '';
  top: 26%;
  right: -12px;
  /* margin-left: -6px; */
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid #fff;
}
.position-rela {
  position: relative;
}
#studyDetail .container,
#sciencedetail .container,
#thinkDetail .container {
  padding: 24px;
  background-color: #fff;
  border-radius: 0px 0px 50px 0px;
}
#studyDetail .container .cpt-list,
#sciencedetail .container .cpt-list,
#thinkDetail .container .cpt-list {
  margin: 25px 0;
  border: #e1e9fa solid 1px;
}
#studyDetail .container .cpt-list dt,
#sciencedetail .container .cpt-list dt,
#thinkDetail .container .cpt-list dt {
  padding: 15px 80px 15px 15px;
  position: relative;
  font-size: 18px;
  color: #007072;
  border-bottom: #e1e9fa solid 1px;
}
#studyDetail .container .cpt-list dd,
#sciencedetail .container .cpt-list dd,
#thinkDetail .container .cpt-list dd {
  padding: 15px;
  position: relative;
}
#studyDetail .container .cpt-list dd .course-line,
#sciencedetail .container .cpt-list dd .course-line,
#thinkDetail .container .cpt-list dd .course-line {
  border-left: dashed 1px #e1e9fa;
  padding-left: 15px;
  margin: 10px 0 20px 10px;
}
#studyDetail .container .cpt-list dd .course-line li,
#sciencedetail .container .cpt-list dd .course-line li,
#thinkDetail .container .cpt-list dd .course-line li {
  position: relative;
  margin-bottom: 25px;
}
#studyDetail .container .cpt-list dd .course-line li .tips,
#sciencedetail .container .cpt-list dd .course-line li .tips,
#thinkDetail .container .cpt-list dd .course-line li .tips {
  position: absolute;
  top: 0px;
  left: -24px;
  width: 18px;
  height: 18px;
  border: 1px solid #007072;
  border-radius: 50%;
  background: #fff;
}
#studyDetail .container .cpt-list dd .course-line li .item,
#sciencedetail .container .cpt-list dd .course-line li .item,
#thinkDetail .container .cpt-list dd .course-line li .item {
  line-height: 1;
  margin-bottom: 15px;
}
#studyDetail .container .cpt-list dd .course-line li .item .mr10,
#sciencedetail .container .cpt-list dd .course-line li .item .mr10,
#thinkDetail .container .cpt-list dd .course-line li .item .mr10 {
  margin-right: 10px;
}
#studyDetail .container .cpt-list dd .course-line li .item .ft18,
#sciencedetail .container .cpt-list dd .course-line li .item .ft18,
#thinkDetail .container .cpt-list dd .course-line li .item .ft18 {
  font-size: 18px;
}
#studyDetail .container .cpt-list dd .course-line li .item .ft13,
#sciencedetail .container .cpt-list dd .course-line li .item .ft13,
#thinkDetail .container .cpt-list dd .course-line li .item .ft13 {
  font-size: 13px;
}
#studyDetail .container .cpt-list dd .course-line li .item .text-gray,
#sciencedetail .container .cpt-list dd .course-line li .item .text-gray,
#thinkDetail .container .cpt-list dd .course-line li .item .text-gray {
  color: #99a4af;
}
#studyDetail .container .cpt-list dd .course-line li .item .btn-xs,
#sciencedetail .container .cpt-list dd .course-line li .item .btn-xs,
#thinkDetail .container .cpt-list dd .course-line li .item .btn-xs {
  padding: 3px 8px;
  font-size: 16px;
}
#studyDetail .container .cpt-list dd .course-line li .item .btn-line,
#sciencedetail .container .cpt-list dd .course-line li .item .btn-line,
#thinkDetail .container .cpt-list dd .course-line li .item .btn-line {
  background: none;
  border-color: #007072;
  color: #007072;
  cursor: pointer;
}
#studyDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a,
#sciencedetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a,
#thinkDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a {
  width: 349px;
  height: 94px;
  background: #f7f9fc;
  border: solid 1px #e1e9fa;
  margin: 0 15px 15px 0;
  float: left;
}
#studyDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  img,
#sciencedetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  img,
#thinkDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  img {
  width: 168px;
  height: 92px;
}
#studyDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .text-primary,
#sciencedetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .text-primary,
#thinkDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .text-primary {
  position: absolute;
  bottom: 15px;
  color: #007072;
}
#studyDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .list-box,
#sciencedetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .list-box,
#thinkDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a
  .list-box {
  padding: 10px;
  height: 92px;
  font-size: 16px;
}
#studyDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a:hover,
#sciencedetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a:hover,
#thinkDetail
  .container
  .cpt-list
  dd
  .course-line
  li
  .lesson-list
  .lesson-list-a:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 112, 114, 0.07);
}
#studyDetail .container .post-courses,
#sciencedetail .container .post-courses,
#thinkDetail .container .post-courses {
  margin-top: 24px;
}
#studyDetail .container .post-courses .item:hover,
#sciencedetail .container .post-courses .item:hover,
#thinkDetail .container .post-courses .item:hover {
  box-shadow: 0px 10px 10px 0px rgba(0, 112, 114, 0.07);
}
#studyDetail .container .post-courses .item,
#sciencedetail .container .post-courses .item,
#thinkDetail .container .post-courses .item {
  width: 458px;
  height: 138px;
  background: #ffffff;
  border-radius: 0px 0px 15px 0px;
  margin-right: 32px;
  margin-bottom: 32px;
}
#studyDetail .container .post-courses .item .item-img,
#sciencedetail .container .post-courses .item .item-img,
#thinkDetail .container .post-courses .item .item-img {
  width: 228px;
  height: 138px;
}
#studyDetail .container .post-courses .item .item-img img,
#sciencedetail .container .post-courses .item .item-img img,
#thinkDetail .container .post-courses .item .item-img img {
  width: 100%;
  height: auto;
}
#studyDetail .container .post-courses .item .item-text,
#sciencedetail .container .post-courses .item .item-text,
#thinkDetail .container .post-courses .item .item-text {
  width: 180px;
  margin: 16px 24px 16px 26px;
}
#studyDetail .container .post-courses .item .item-text span,
#sciencedetail .container .post-courses .item .item-text span,
#thinkDetail .container .post-courses .item .item-text span {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  display: inline-block;
  margin-bottom: 23px;
}
#studyDetail .container .post-courses .item .item-text p,
#sciencedetail .container .post-courses .item .item-text p,
#thinkDetail .container .post-courses .item .item-text p {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}
#studyDetail .container .post-courses .item .item-text .item-text-btn,
#sciencedetail .container .post-courses .item .item-text .item-text-btn,
#thinkDetail .container .post-courses .item .item-text .item-text-btn {
  color: #e21818;
  display: inline-block;
  margin-top: 20px;
  background: #fff;
  cursor: pointer;
}
#studyDetail .container .introduction,
#sciencedetail .container .introduction,
#thinkDetail .container .introduction {
  margin-top: 24px;
  margin-bottom: 32px;
  text-align: center;
  padding: 24px;
}
#studyDetail .container .introduction span,
#sciencedetail .container .introduction span,
#thinkDetail .container .introduction span {
  font-size: 16px;
  /*font-weight: bold;*/
  display: block;
  /*margin-bottom: 15px; */
}
#studyDetail .container .introduction p,
#sciencedetail .container .introduction p,
#thinkDetail .container .introduction p {
  font-size: 16px;
  text-indent: 32px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 32px;
}
#studyDetail .container .introduction img,
#sciencedetail .container .introduction img,
#thinkDetail .container .introduction img {
  /*width: 800px;*/
  margin: 15px auto;
}
#studyDetail .container .post-expert,
#sciencedetail .container .post-expert,
#thinkDetail .container .post-expert {
  margin-right: -90px;
  padding-top: 24px;
}
#studyDetail .container .post-expert .expert:hover,
#sciencedetail .container .post-expert .expert:hover,
#thinkDetail .container .post-expert .expert:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.07);
}
#studyDetail .container .post-expert .expert,
#sciencedetail .container .post-expert .expert,
#thinkDetail .container .post-expert .expert {
  width: 220px;
  height: 292px;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  padding: 24px;
  text-align: center;
  margin-right: 90px;
}
#studyDetail .container .post-expert .expert .expert-img,
#sciencedetail .container .post-expert .expert .expert-img,
#thinkDetail .container .post-expert .expert .expert-img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  display: inline-block;
}
#studyDetail .container .post-expert .expert span,
#sciencedetail .container .post-expert .expert span,
#thinkDetail .container .post-expert .expert span {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: 23px 0 18px 0;
  display: inline-block;
}
#studyDetail .container .tab-box {
  width: 100%;
  height: 40px;
  display: flex;
  /* justify-content: center; */
}
#studyDetail .container .tab-box li {
  height: 100%;
  color: #444;
  text-align: center;
}
#studyDetail .container .tab-box li.active {
  /* border-bottom: 2px solid #007072; */
  color: #007072;
}
#studyDetail .container .tab-box li a {
  padding: 0 20px;
  display: inline-block;
}
#studyDetail .container .tab-box li.active a {
  color: #007072;
}
#studyDetail .container .tab-box li.active .icon {
  display: block;
}
#studyDetail .container .tab-box li .icon {
  display: none;
}
#studyDetail .container .tab-box li span {
  /* padding: 0 30px; */
  font-size: 20px;
  font-weight: 600;
}
#studyDetail .container .tab-content {
  position: relative;
  display: none;
  opacity: 0;
  top: -10%;
  background-color: #fff;
}
#studyDetail .container .tab-content.active {
  display: block;
}
#courseDetail {
  background: #f7f7f7;
  padding-bottom: 60px;
}
#courseDetail .title-top-box {
  width: 1200px;
  height: 304px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  padding: 24px;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 826px -30%;
  margin-bottom: 32px;
}
#courseDetail .title-top-box .box-img {
  width: 362px;
  height: 256px;
  border-radius: 0px 0px 0px 20px;
  margin-right: 32px;
}
#courseDetail .title-top-box .box-img img {
  width: 100%;
  height: auto;
}
#courseDetail .title-top-box .box-text {
  width: 756px;
}
#courseDetail .title-top-box .box-text span {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-top: 6px;
  margin-bottom: 32px;
  display: inline-block;
}
#courseDetail .title-top-box .box-text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  font-weight: 400;
}
#courseDetail .title-top-box .box-text .box-text-a {
  min-width: 140px;
  height: 48px;
  background: #007072;
  border-radius: 0px 0px 15px 0px;
  text-align: center;
  line-height: 48px;
  margin-top: 69px;
  display: inline-block;
  color: #fff;
  padding: 0 15px;
  cursor: pointer;
}
#courseDetail .title-top-box .box-text .box-text-a:hover {
  box-shadow: 0px 14px 24px 0px rgba(0, 112, 114, 0.32);
}
#courseDetail .course-container {
  padding: 24px;
  background-color: #fff;
}
#courseDetail .course-container .course-nav .sub {
  text-align: center;
  margin-right: 30px;
  cursor: pointer;
}
#courseDetail .course-container .course-nav .sub span {
  color: #666;
  font-size: 18px;
}
#courseDetail .course-container .course-nav .sub .icon {
  display: none;
}
#courseDetail .course-container .course-nav .active span {
  font-weight: bold;
  color: #333;
}
#courseDetail .course-container .course-nav .active .icon {
  display: block;
}
#courseDetail .course-container .container p,
#courseDetail .course-container .container span {
  line-height: 32px;
}
#courseDetail .course-container .container .text-box {
  width: 100%;
  min-height: 82px;
  background: #d5d5d5;
  margin-top: 24px;
  padding: 24px;
  line-height: 24px;
}
#courseDetail .course-container .container .course-title {
  margin-top: 32px;
}
#courseDetail .course-container .container .course-title-span {
  background: url(../img/index/usericon.png);
  background-size: 100%;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  display: inline-block;
}
#courseDetail .course-container .catalogue {
  /*滚动条样式*/
}
#courseDetail .course-container .catalogue .catalogue-nav::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#courseDetail .course-container .catalogue .catalogue-nav {
  /* height: 390px; */
  /* overflow-y: auto; */
}
#courseDetail .course-container .catalogue .catalogue-nav .catalogue-nav-span {
  margin-top: 24px;
  padding: 9px 25px;
  font-size: 16px;
  color: #333;
  background: #f6f6f6;
  border-radius: 4px;
  line-height: 32px;;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-nav-span
  .icon-arrow-up {
  font-size: 24px;
  /* margin-top: -5px; */
  color: #999;
  font-weight: bold;
  transition: transform 0.3s ease-in;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-nav-span
  .icon-arrow-up.up {
    transform: rotate(0deg);
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-nav-span
  .icon-arrow-up.down {
    transform: rotate(180deg);
}
#courseDetail .course-container .catalogue .catalogue-nav .catalogue-block {
  display: flex;
  flex-direction: revert;
  margin: 0 32px;
  padding: 15px 0px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #666;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-block
  span {
  width: 80px;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-block
  span .iconfont {
  margin-right: 8px;
  font-size: 14px;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-block
  .time {
  color: #999;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-block
  .icon-bofang1 {
  color: #666;
  margin-left: -12px;
  font-size: 14px;
  margin-right: 5px;
}
#courseDetail
  .course-container
  .catalogue
  .catalogue-nav
  .catalogue-block
  span:nth-child(2) {
  width: 1000px;
}
#courseDetail .course-container .catalogue .highlight .icon-bofang1 {
  color: #007072;
}
#courseDetail .course-container .catalogue .highlight span {
  color: #007072;
  font-weight: bold;
}
#courseDetail .course-container .catalogue .catalogue-block:hover span,
#courseDetail
  .course-container
  .catalogue
  .catalogue-block:hover
  .icon-bofang1 {
  color: #007072;
}

#science .science-content {
  display: flex;
  padding: 64px 0;
  position: relative;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 700px 60%;
}
#science .science-content .bg {
  position: absolute;
  right: -60px;
  bottom: -12px;
}
#science .science-content .aside-main {
  margin-right: 79px;
}
#science .science-content .aside-main .aside {
  width: 200px;
  text-align: center;
  color: #666666;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
#science .science-content .aside-main .choose {
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 20px 0px;
  color: #ffffff;
}
#science .science-content .item .science-item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.5);
}
#science .science-content .item .science-item {
  width: 264px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 20px;
  margin-bottom: 20px;
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.1);
}
#science .science-content .item .science-item .img {
  width: 264px;
  height: 160px;
}
#science .science-content .item .science-item .img img {
  width: 100%;
  height: 100%;
}
#science .science-content .item .science-item .text {
  padding: 20px 16px 16px 16px;
}
#science .science-content .item .science-item .text span {
  font-size: 16px;
  font-weight: 600;
}
#science .science-content .item .science-item .text .area {
  margin-top: 13px;
  font-size: 14px;
  height: 40px;
  font-weight: 400;
  color: #666666;
}
#science .science-content .item .science-item .text .free {
  padding-top: 10px;
}
#science .science-content .item .science-item .text .free span {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 20px;
}
#science .science-content .item .science-item .hot {
  width: 54px;
  height: 28px;
  background: #eb8484;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  font-size: 20px;
  transform: scale(0.5);
  transform-origin: top left;
  text-align: center;
  line-height: 26px;
}
#science .science-content .item .science-item .color1 {
  color: #999;
}
#science .science-content .item .science-item .color3 {
  color: #333;
}
#science .science-content .item .science-item .color2 {
  color: #ff7a38;
}
#science .science-content .item .science-item .fs14 {
  font-size: 14px;
}
#science .science-content .item .science-item .fs12 {
  font-size: 12px;
}
#science .science-content .item .science-item .fs16 {
  font-size: 16px;
}

#thinkTank .content {
  display: flex;
  padding: 64px 0;
  position: relative;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 700px 60%;
}
#thinkTank .content .aside-main {
  margin-right: 79px;
}
#thinkTank .content .aside-main .aside {
  width: 200px;
  text-align: center;
  color: #666666;
  height: 48px;
  line-height: 48px;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
}
#thinkTank .content .aside-main .choose {
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 20px 0px;
  color: #ffffff;
}
#thinkTank .content .think-item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.1);
  border-radius: 0px 0px 30px 0px;
  background-color: #fff;
}
#thinkTank .content .item {
  margin-right: -20px;
}
#thinkTank .content .item .think-item {
  width: 194px;
  height: 250px;
  overflow: hidden;
  float: left;
  margin: 0 20px;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px;
}
#thinkTank .content .item .think-item .img img {
  width: 120px;
  height: 120px;
  border-radius: 100%;
}
#thinkTank .content .item .think-item .text {
  padding: 20px 16px 16px 16px;
}
#thinkTank .content .item .think-item .text span {
  margin-bottom: 13px;
  font-size: #333;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
#thinkTank .content .item .think-item .text .area {
  font-size: 14px;
  font-weight: 400;
  color: #444;
  text-align: left;
  line-height: 18px;
}
#thinkTank .content .item .tank:hover .title {
  color: #007072;
}
#thinkTank .content .item .tank {
  width: 925px;
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px solid #dddddd;
}
#thinkTank .content .item .tank .title {
  width: 800px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
#thinkTank .content .item .tank .time {
  color: #666666;
}

#user {
  background: #f7f7f7;
}
#user .user-content {
  padding: 64px 0;
  /*滚动条样式*/
}
#user .user-content .user-table {
  min-height: 739px;
  width: 240px;
  background: #ffffff;
  border-radius: 0px 0px 0px 50px;
  padding-top: 33px;
  text-align: center;
}
#user .user-content .user-table .user-pic {
  margin-bottom: 61px;
  cursor: pointer;
}
#user .user-content .user-table .user-pic img {
  width: 72px;
  height: 72px;
  display: block;
  margin: 0 auto;
}
#user .user-content .user-table .user-pic span {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin: 10px auto;
}
#user .user-content .user-table .slider a {
  color: #999999;
  display: block;
  background-color: #fff;
  width: 240px;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  cursor: pointer;
}
#user .user-content .user-table .slider .active {
  background: url(../img/index/usericon.png);
  background-size: 100%;
}
#user .user-content .user-box {
  width: 944px;
  height: 739px;
  background: url(../img/index/db.png) #fff no-repeat;
  background-position: 120% 150%;
  border-radius: 0px 0px 50px 0px;
  margin-left: 16px;
  overflow: auto;
  padding: 32px;
}
#user .user-content .user-box .user-main .title h2 {
  font-size: 16px;
  color: #333;
}
#user .user-content .user-box .user-main img {
  width: 72px;
  height: 72px;
  margin: 0 auto;
  border-radius: 100%;
  display: block;
}
#user .user-content .user-box .user-main .user-img-btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  color: #fff;
  background: #007072;
  border-radius: 0px 0px 16px 0px;
  display: inline-block;
  margin: 18px auto;
  cursor: pointer;
}
#user
  .user-content
  .user-box
  .user-main
  .uploadHead
  .upload-wrapper
  .upload-box {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#user
  .user-content
  .user-box
  .user-main
  .uploadHead
  .upload-wrapper
  .upload-box
  .upload {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
}
#user
  .user-content
  .user-box
  .user-main
  .uploadHead
  .upload-wrapper
  .upload-box
  .upload
  img {
  width: 72px;
  height: 72px;
  max-width: 72px;
  max-height: 72px;
  object-fit: cover;
}
#user .user-content .user-box .user-main .user-input-btn {
  width: 310px;
  display: block;
  margin: 30px auto;
  text-align: left;
}
#user .user-content .user-box .user-main .user-input-btn.uploadHead {
  display: flex;
  justify-content: center;
}
#user .user-content .user-box .user-main .user-input-btn label {
  font-size: 14px;
  color: #333;
}
#user .user-content .user-box .user-main .user-input-btn span {
  color: #1473e1;
  width: 134px;
  display: inline-block;
  text-align: left;
}
#user .user-content .user-box .user-main .user-input-btn button {
  width: 108px;
  height: 36px;
  border: 1px solid #007072;
  border-radius: 0px 0px 12px 0px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
  cursor: pointer;
}
#user .user-content .user-box .user-main .user-input-btn .btn-c007 {
  background: #007072;
  color: #fff;
}
#user .user-content .user-box .user-main .user-text {
  border-top: 1px solid #ddd;
  width: 600px;
  padding-top: 20px;
  margin: 44px auto;
}
#user .user-content .user-box .user-main .user-text h3 {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 60px;
}
#user .user-content .user-box .user-main .user-text .user-text-input {
  margin-bottom: 32px;
}
#user .user-content .user-box .user-main .user-text .user-text-input label {
  min-width: 77px;
  text-align: right;
  color: #333;
  font-size: 14px;
  display: inline-block;
}
#user .user-content .user-box .user-main .user-text .user-text-input i {
  margin: 0 29px;
}
#user .user-content .user-box .user-main .user-text .user-text-input input {
  min-width: 260px;
  margin-left: 10px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ccc;
}
#user .user-content .user-box .user-main .user-text .user-text-btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background: #007072;
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
#user .user-content .user-box .user-main .user-text #change {
  display: none;
}
#user .user-content .user-box .user-main .user-text a:hover {
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#user .user-content .user-box .user-main .post-box {
  box-shadow: 0px 4px 28px 1px rgba(0, 112, 114, 0.5);
  border-radius: 0px 0px 30px 0px;
  padding: 24px;
  background: #fff;
}
#user .user-content .user-box .user-main .post-box,
#user .user-content .user-box .user-main .post-course {
  margin-bottom: 50px;
  margin-top: 31px;
}
#user .user-content .user-box .user-main .post-box .post-table .w550,
#user .user-content .user-box .user-main .post-course .post-table .w550 {
  width: 550px;
}
#user .user-content .user-box .user-main .post-box .post-table .w880,
#user .user-content .user-box .user-main .post-course .post-table .w880 {
  width: 880px;
}
#user .user-content .user-box .user-main .post-box .post-table .border-007,
#user .user-content .user-box .user-main .post-course .post-table .border-007 {
  color: #007072;
  padding-bottom: 5px;
  border-bottom: 0px solid #007072;
  cursor: pointer;
  margin: 0 8px;
}
#user .user-content .user-box .user-main .post-box .post-table .col-f37,
#user .user-content .user-box .user-main .post-course .post-table .col-f37 {
  color: #f37c08;
}
#user .user-content .user-box .user-main .post-box .post-table .col-d40,
#user .user-content .user-box .user-main .post-course .post-table .col-d40 {
  color: #d40d0d;
}
#user .user-content .user-box .user-main .post-box .post-table .col-18a,
#user .user-content .user-box .user-main .post-course .post-table .col-18a {
  color: #18a658;
}
#user .user-content .user-box .user-main .post-box .post-table .table,
#user .user-content .user-box .user-main .post-course .post-table .table {
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
  border-collapse: collapse;
  margin-top: 24px;
  width: 100%;
}
#user .user-content .user-box .user-main .post-box .post-table .table th,
#user .user-content .user-box .user-main .post-course .post-table .table th {
  padding: 25px;
  background: #eeeeee;
}
#user .user-content .user-box .user-main .post-box .post-table .table td,
#user .user-content .user-box .user-main .post-course .post-table .table td {
  padding: 25px;
  border: 1px solid #eee;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .table
  .icon-xiangxiajiantou,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .table
  .icon-xiangxiajiantou {
  transition: All 0.5s linear;
  display: inline-block;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .table
  .icon-hover,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .table
  .icon-hover {
  transform: rotate(180deg) scale(1.2);
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list {
  display: flex;
  justify-content: start;
  background-color: #fff;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 24px 0px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  img,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  img {
  width: 214px;
  height: 132px;
  border-radius: 8px;
  margin-right: 32px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details {
  width: 640px;
  color: #666666;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  h1,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  h1 {
  font-size: 16px;
  margin: 19px 0 19px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  .mb15,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  .mb15 {
  margin-bottom: 15px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  span,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  span {
  font-size: 14px;
  color: #444444;
  margin-left: 20px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  .title,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  .title {
  margin-right: 20px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  .progress,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  .progress {
  position: relative;
  width: 200px;
  height: 8px;
  background: #f5f5f5;
  border-radius: 3px;
  margin: 5px 16px 3px 0;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  .progress
  .finished,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  .progress
  .finished {
  background-color: #007072;
  height: 100%;
  border-radius: 3px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .details
  .tips,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .details
  .tips {
  font-size: 12px;
  margin-top: 3px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .study-btn,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .study-btn {
  position: absolute;
  bottom: 54px;
  right: 36px;
  /* padding: 0 15px; */
  height: 32px;
  /* background: #137BE6; */
  /* box-shadow: 0px 14px 16px 0px rgba(58, 140, 231, 0.16); */
  border-radius: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .post-table
  .study
  .course-list
  .study-btn
  .user-text-btn,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .post-table
  .study
  .course-list
  .study-btn
  .user-text-btn {
  width: 88px;
  height: 32px;
  line-height: 32px;
  background: #007072;
  border-radius: 0px 0px 10px 0px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  /* margin-top: 20px; */
  cursor: pointer;
}
#user .user-content .user-box .user-main .post-box .zs-detail,
#user .user-content .user-box .user-main .post-course .zs-detail {
  text-align: left;
}
#user .user-content .user-box .user-main .post-box .zs-detail .zs-detail-td,
#user .user-content .user-box .user-main .post-course .zs-detail .zs-detail-td {
  padding: 10px 0 !important;
}
#user .user-content .user-box .user-main .post-box .zs-detail .zs-detail-td div,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .zs-detail
  .zs-detail-td
  div {
  display: block;
  padding-left: 55px;
  margin-bottom: 10px;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .zs-detail
  .zs-detail-td
  div
  .record,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .zs-detail
  .zs-detail-td
  div
  .record {
  width: 90%;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .zs-detail
  .zs-detail-td
  div
  a,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .zs-detail
  .zs-detail-td
  div
  a {
  padding: 3px;
  border: 1px solid #eee;
  margin-bottom: 3px;
  margin-right: 3px;
  display: inline-block;
}
#user
  .user-content
  .user-box
  .user-main
  .post-box
  .zs-detail
  .zs-detail-td
  div
  a:hover,
#user
  .user-content
  .user-box
  .user-main
  .post-course
  .zs-detail
  .zs-detail-td
  div
  a:hover {
  background: #ddd;
}
#user .user-content .user-box .user-main .post-item {
  margin-left: -22px;
  margin-right: -22px;
}
#user .user-content .user-box .user-main .post-item .item:hover {
  box-shadow: 0px 10px 20px 0px rgba(0, 112, 114, 0.1);
  border-radius: 0px 0px 30px 0px;
}
#user .user-content .user-box .user-main .post-item .item {
  width: 264px;
  height: 240px;
  overflow: hidden;
  float: left;
  margin: 32px 19px;
}
#user .user-content .user-box .user-main .post-item .item img {
  width: 264px;
  height: 160px;
  border-radius: 0%;
}
#user .user-content .user-box .user-main .post-item .item .text {
  padding: 20px 16px 16px 16px;
}
#user .user-content .user-box .user-main .post-item .item .text span {
  margin-bottom: 13px;
  font-size: #333;
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
}
#user
  .user-content
  .user-box
  .user-main
  .post-item
  .item
  .pic
  span:first-child {
  font-size: 16px;
  color: #e21818;
}
#user
  .user-content
  .user-box
  .user-main
  .post-item
  .item
  .pic
  span:nth-child(2) {
  font-size: 14px;
  color: #348aee;
}
#user .user-content .user-box .return {
  font-size: 16px;
  color: #007072;
  font-weight: bold;
  cursor: pointer;
}
#user .user-content .user-box .realname .real-box {
  padding-top: 43px;
  width: 768px;
  margin: 0 auto;
}
#user .user-content .user-box .realname .real-box h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}
#user .user-content .user-box .realname .real-box .infor {
  margin-bottom: 30px;
  margin-bottom: 25px;
}
#user .user-content .user-box .realname .real-box .infor i {
  margin-right: 8px;
}
#user .user-content .user-box .realname .real-box .infor span {
  width: 100px;
  text-align: right;
  font-size: 16px;
  color: #333;
  margin-right: 29px;
  display: inline-block;
  vertical-align: middle;
}
#user .user-content .user-box .realname .real-box .infor input {
  width: 330px;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 15px;
}
#user .user-content .user-box .realname .real-box .infor .radio {
  width: 16px;
  height: 16px;
  margin: 0 10px;
  border: none;
}
#user .user-content .user-box .realname .real-box .infor label {
  cursor: pointer;
}
#user .user-content .user-box .realname .real-box .infor input[type='radio'] {
  appearance: none;
  width: 16px;
  height: 16px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#user
  .user-content
  .user-box
  .realname
  .real-box
  .infor
  input[type='radio']::after {
  content: '';
  width: 16px;
  height: 16px;
  background: rgba(0, 122, 114, 0.2);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#user
  .user-content
  .user-box
  .realname
  .real-box
  .infor
  input[type='radio']:checked {
  width: 16px;
  height: 16px;
  background: rgba(0, 122, 114, 0.2);
  border-radius: 50%;
  position: relative;
}
#user
  .user-content
  .user-box
  .realname
  .real-box
  .infor
  input[type='radio']:checked::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #007072;
  box-shadow: 0 0 8px 0 #007072;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#user .user-content .user-box .realname .real-box .infor .select {
  width: 330px;
  height: 36px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 0 10px;
}
#user .user-content .user-box .realname .real-box .infor .select .option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none;
  outline: none;
  border: 0;
}
#user .user-content .user-box .realname .real-box .infor select:focus {
  border: 1px #ddd solid;
  box-shadow: 0 0 15px 1px #dddddd;
}
#user .user-content .user-box .realname .real-box .infor .select .option:hover {
  color: #fff;
  background: rgba(0, 112, 114, 0.1) !important;
}
#user .user-content .user-box .realname .real-box .infor .card {
  display: inline-block;
  vertical-align: top;
}
#user .user-content .user-box .realname .real-box .infor .card .user-card {
  margin: 0 10px;
}
#user .user-content .user-box .realname .real-box .infor .card .user-card img {
  width: 160px;
  height: 104px;
  background: #ffffff;
  box-shadow: 0px 6px 14px 0px rgba(179, 179, 179, 0.3);
  border-radius: 4px;
}
#user .user-content .user-box .realname .real-box .infor .card .user-card span {
  font-size: 14px;
  color: #1473e1;
  display: block;
  text-align: center;
  margin-top: 16px;
}
#user .user-content .user-box .realname .real-box .idphoto {
  margin: 52px;
}
#user .user-content .user-box .realname .real-box .idphoto i {
  margin-right: 10px;
}
#user .user-content .user-box .realname .real-box .idphoto .idcard {
  width: 160px;
  height: 217px;
  background: #efefef;
  border-radius: 4px;
  margin-top: 15px;
  border: 5px solid #efefef;
  box-sizing: content-box;
}
#user
  .user-content
  .user-box
  .realname
  .real-box
  .idphoto
  .idcard
  .update-img
  input {
  display: none;
}
#user
  .user-content
  .user-box
  .realname
  .real-box
  .idphoto
  .idcard
  .update-img
  img {
  cursor: pointer;
  width: 160px;
  height: 217px;
  margin-top: -15px;
}
#user .user-content .user-box .realname .submit {
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #007072;
  color: #fff;
  display: inline-block;
  border-radius: 0px 0px 15px 0px;
  margin-top: 50px;
  margin-right: 150px;
  cursor: pointer;
}
#user .user-content .user-box .realname .submit:hover {
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#user .user-content .user-box .info-box h3 {
  color: #333;
  font-size: 16px;
  line-height: 32px;
  margin-top: 43px;
}
#user .user-content .user-box .info-box .mt100 {
  margin-top: 100px;
}
#user .user-content .user-box .info-box .infor {
  margin-bottom: 53px;
}
#user .user-content .user-box .info-box .infor .red {
  color: red;
}
#user .user-content .user-box .info-box .infor i {
  margin-right: 8px;
}
#user .user-content .user-box .info-box .infor label {
  width: 100px;
  text-align: left;
  font-size: 16px;
  color: #333;
  margin-right: 29px;
  display: inline-block;
}
#user .user-content .user-box .info-box .infor span {
  width: 160px;
  text-align: left;
  font-size: 16px;
  color: #666;
  display: inline-block;
}
#user .user-content .user-box .info-box .infor img {
  width: 160px;
  height: 217px;
  overflow: hidden;
}
#user .user-content .user-box .info-box .infor .cards-img {
  width: 197px;
  height: 127px;
}
#user .user-content .user-box::-webkit-scrollbar {
  width: 6px;
  height: 4px;
}
#user .user-content .user-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
#user .user-content .user-box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}

#userhtml {
  width: 540px;
  height: 290px;
  background: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 99;
  border-top-right-radius: 50px;
  padding: 24px 55px 41px;
  text-align: center;
}
#userhtml h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 32px;
}
#userhtml p {
  font-size: 14px;
  color: #444444;
  text-align: left;
  line-height: 32px;
}
#userhtml .user-btn button {
  width: 140px;
  height: 48px;
  color: #fff;
  text-align: center;
  display: inline-block;
  background: #bcc6cf;
  border-radius: 0px 0px 15px 0px;
  margin-top: 23px;
  cursor: pointer;
}
#userhtml .user-btn button:nth-child(2) {
  margin-left: 80px;
}
#userhtml .user-btn .active {
  background: #007072;
  box-shadow: 0px 8px 16px 0px rgba(0, 112, 114, 0.32);
}

#information {
  background-color: #f7f7f7;
  padding-bottom: 80px;
}
#information .user {
  background-color: #fff;
  text-align: center;
  padding-bottom: 32px;
}
#information .user .colorE21818 {
  color: #e21818;
}
#information .user p {
  font-weight: bold;
  color: #333333;
  padding: 32px 0;
}
#information .user .checkBox {
  border: 1px solid #eeeeee;
  width: 694px;
  margin: 0 auto 23px;
}
#information .user .checkBox .flex {
  display: flex;
  justify-content: start;
  border-bottom: 1px solid #eeeeee;
}
#information .user .checkBox .flex div {
  width: 347px;
  flex: 1;
  text-align: center;
  height: 42px;
  line-height: 42px;
}
#information .user .checkBox .flex div:last-child {
  border-left: 1px solid #eeeeee;
}
#information .user .checkBox .flex .photo {
  height: 170px;
  line-height: 170px;
}
#information .user .checkBox .flex img {
  width: 100px;
  height: 140px;
}
#information .user .checkBox .flex:last-child {
  border-bottom: 0;
}
#information .user .btn {
  display: inline-block;
  width: 170px;
  padding: 10px 0;
  text-align: center;
  line-height: 19px;
  color: #fff;
  background-color: #8c8a8a;
  border-radius: 0px 0px 20px 0px;
  margin-top: 40px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}
#information .user .active {
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#information .user .active:hover {
  background: #028789;
}
#information .user .cus-no {
  cursor: not-allowed;
}

#examexplain {
  background: #f7f7f7;
  padding-bottom: 80px;
}
#examexplain .explain {
  width: 1200px;
  padding: 32px 0 70px;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  text-align: center;
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 744px 245px;
}
#examexplain .explain h1 {
  color: #333;
  font-weight: 600;
  margin: 0px auto 31px;
  font-size: 18px;
  letter-spacing: 2px;
}
#examexplain .explain .explain-wapper {
  width: 1136px;
  height: auto;
  margin: 0 auto;
  text-align: left;
}
#examexplain .explain .explain-wapper p {
  text-indent: 16px;
  line-height: 26px;
  font-size: 16px;
}
#examexplain .explain .explain-wapper .title {
  font-size: 16px;
  font-weight: 800;
  margin-top: 36px;
  line-height: 18px;
  margin-bottom: 20px;
}
#examexplain .explain .explain-btn {
  margin: 40px auto;
  width: 560px;
}
#examexplain .explain .explain-btn .btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #bcc6cf;
  border-radius: 0px 0px 15px 0px;
  display: inline-block;
  color: #fff;
}
#examexplain .explain .explain-btn .cus-no {
  cursor: not-allowed;
}
#examexplain .explain .explain-btn .active {
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}

#veriface {
  background: #f7f7f7;
  padding-bottom: 80px;
}
#veriface .wapper {
  width: 1200px;
  height: 747px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 0px 0px 50px 0px;
  text-align: center;
  padding: 0 32px;
}
#veriface .wapper h1 {
  color: #333;
  font-weight: 600;
  margin: 31px auto;
  font-size: 16px;
}
#veriface .wapper .veriface-wapper .wapper-photo {
  text-align: center;
  width: 50%;
}
#veriface .wapper .veriface-wapper .wapper-photo img {
  width: 229px;
  height: 324px;
}
#veriface .wapper .veriface-wapper .wapper-photo p {
  font-size: 16px;
  color: #444444;
  margin-top: 30px;
}
#veriface .wapper .veriface-wapper .wapper-video {
  width: 50%;
}
#veriface .wapper .veriface-wapper .wapper-video video {
  width: 516px;
  height: 322px;
}
#veriface .wapper .veriface-wapper .wapper-video p {
  font-size: 16px;
  color: #444444;
  margin-top: 30px;
}
#veriface .wapper .accept .accept-btn {
  width: 140px;
  height: 42px;
  line-height: 42px;
  background: #007072;
  border-radius: 0px 0px 15px 0px;
  display: inline-block;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 24px;
}
#veriface .wapper .accept .block input {
  display: none;
}
#veriface .wapper .accept .block label {
  cursor: pointer;
  position: relative;
}
#veriface .wapper .accept .block label::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #c1c8d3;
  position: absolute;
  top: 3px;
  left: -20px;
}
#veriface .wapper .accept .block input:checked + label::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -18px;
  border: 0px solid #fff;
  bottom: 4px;
  background-color: #007072;
  box-shadow: 0px 0px 0px 3px rgba(0, 112, 114, 0.32);
}
#veriface .wapper .text-bottom {
  margin-top: 40px;
  text-align: left;
}
#veriface .wapper .text-bottom p {
  margin-top: 20px;
  line-height: 24px;
}
#veriface .wapper .text-bottom p span {
  color: #666666;
  font-size: 14px;
}
#veriface .wapper .text-bottom p .fl:nth-child(2) {
  width: 75%;
  margin-left: 10px;
}

#privacy h1 {
  padding: 60px 0 30px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

#privacy p {
  font-weight: bold;
  color: #333333;
}

#privacy div {
  line-height: 20px;
  letter-spacing: 2px;
  color: #666666;
}

#privacy .fs16 {
  font-size: 16px;
}

#privacy .indent {
  text-indent: 2em;
}

#privacy .mb10 {
  margin-bottom: 10px;
}

#privacy .mb30 {
  margin-bottom: 30px;
}

#exam {
  background: #f7f7f7;
  padding-top: 60px;
}
#exam .title {
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 120% 14%;
  padding: 47px 40px;
  margin-bottom: 16px;
}
#exam .title h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
#exam .title h3 span {
  display: inline-block;
  border: 1px solid #007072;
  color: #007072;
  padding: 3px 5px;
  font-size: 18px;
}
#exam .title div {
  color: #999999;
  font-size: 18px;
}
#exam .test {
  padding-bottom: 80px;
}
#exam .test .question {
  width: 768px;
  min-height: 640px;
  background: #ffffff;
  border-radius: 0px 0px 0px 30px;
  padding: 40px;
}
#exam .test .question .minh600 {
  min-height: 600px;
}
#exam .test .question .topic {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #444444;
}
#exam .test .question .answer {
  color: #666666;
  font-size: 16px;
}
#exam .test .question .answer div {
  margin-bottom: 25px;
}
#exam .test .question .answer div label {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}
#exam .test .question .answer div input[type='radio'] {
  appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#exam .test .question .answer div input[type='radio']::after {
  content: '';
  width: 18px;
  height: 18px;
  background: rgba(0, 122, 114, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#exam .test .question .answer div input[type='radio']:checked {
  width: 18px;
  height: 18px;
  background: rgba(0, 122, 114, 0.4);
  border-radius: 50%;
  position: relative;
}
#exam .test .question .answer div input[type='radio']:checked::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #007072;
  box-shadow: 0 0 8px 0 #007072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#exam .test .question .answer div input[type='checkBox'] {
  appearance: none;
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#exam .test .question .answer div input[type='checkBox']::after {
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #007072;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
#exam .test .question .answer div input[type='checkBox']:checked {
  width: 17px;
  height: 17px;
  background: rgba(0, 122, 114, 0.4);
  border: 2px solid transparent;
  position: relative;
}
#exam .test .question .answer div input[type='checkBox']:checked::after {
  content: '';
  width: 11px;
  height: 11px;
  background: #007072;
  border: 0;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#exam .test .question .answer .upload-wrapper {
  width: 153px;
  height: 153px;
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #fafafa;
}
#exam .test .question .answer .upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
#exam .test .question .answer .upload-btn div {
  text-align: center;
  margin-bottom: 0;
}
#exam .test .question .answer .upload-btn p {
  margin-top: 10px;
}
#exam .test .question .answer .upload-btn img {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
#exam .test .question .answer .answer-input:hover {
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#exam .test .question .answer .answer-input {
  width: 140px;
  height: 42px;
  line-height: 14px;
  color: #fff;
  background: #007072;
  border-radius: 4px;
  text-align: center;
}
#exam .test .question .answer .answer-input .update-img input {
  display: none;
}
#exam .test .question .answer .answer-input .update-img .update-input {
  cursor: pointer;
  margin-left: 35px;
}
#exam .test .question .answer .answer-input img {
  cursor: pointer;
  width: 160px;
  height: 217px;
  margin-left: 178px;
  margin-top: -24px;
}
#exam .test .question .btn-operate .btn-default {
  background: #f6f6f6;
  border-radius: 6px;
  height: 32px;
  width: 120px;
  color: #d2d2d2;
  margin-bottom: 14px;
}
#exam .test .question .btn-operate .btn-default:hover {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#exam .test .question .btn-operate .btn-default:active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#exam .test .question .btn-operate .btn-default.active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#exam .test .question .btn-operate button + button {
  margin-left: 24px;
}
#exam .test .question .submit-btn {
  width: 140px;
  height: 42px;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  float: right;
  cursor: pointer;
}
#exam .test .card {
  padding: 40px 0 0;
  width: 416px;
  background: #ffffff;
  border-radius: 0px 0px 30px 0px;
  margin-left: 17px;
}
#exam .test .card .sheet-tab {
  padding: 0px 24px 16px;
}
#exam .test .card .sheet-tab li {
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 8px;
  cursor: default;
}
#exam .test .card .sheet-tab .on {
  color: #007072;
  border-bottom: 1px solid #007072;
  font-weight: 700;
}
#exam .test .card .card-top {
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px 30px;
}
#exam .test .card .card-top h3 {
  font-size: #444;
}
#exam .test .card .card-top span {
  color: #666666;
  letter-spacing: 3px;
}
#exam .test .card .card-content {
  padding: 0px 20px;
}
#exam .test .card .card-content .h453 {
  height: 453px;
  overflow-y: auto;
}
#exam .test .card .card-content .h453::-webkit-scrollbar {
  width: 4px;
}
#exam .test .card .card-content .h453::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #007072;
}
#exam .test .card .card-content .h453::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#exam .test .card .card-content .figure-group .finish,
#exam .test .card .card-content .tips-class .finish {
  background-color: #007072;
  color: #ffffff;
  border: 1px solid #007072;
}
#exam .test .card .card-content .figure-group .not-finish,
#exam .test .card .card-content .tips-class .not-finish {
  color: #999999;
  border: 1px solid #999999;
  background-color: #fff;
}
#exam .test .card .card-content .figure-group .being,
#exam .test .card .card-content .tips-class .being {
  background-color: rgba(0, 112, 114, 0.5);
  color: #ffffff;
  border: 1px solid rgba(0, 112, 114, 0.5);
}
#exam .test .card .card-content .figure-group a:hover,
#exam .test .card .card-content .tips-class a:hover {
  background-color: rgba(0, 112, 114, 0.5);
  color: #ffffff;
  border: 1px solid rgba(0, 112, 114, 0.5);
}
#exam .test .card .card-content .type {
  padding: 4px 201px 4px 11px;
  background: url(../img/index/db.png) no-repeat;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
#exam .test .card .card-content .figure-group {
  flex-wrap: wrap;
  margin-bottom: 29px;
}
#exam .test .card .card-content .figure-group a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #999999;
  margin-right: 11px;
  margin-bottom: 10px;
  color: #999999;
}
#exam .test .card .card-content .figure-group a:nth-child(10n) {
  margin-right: 0;
}
#exam .test .card .card-content .tips-class {
  padding: 25px 0;
  align-items: center;
}
#exam .test .card .card-content .tips-class div {
  width: 18px;
  height: 18px;
}
#exam .test .card .card-content .tips-class span {
  margin: 0 40px 0 10px;
}
#exam .test .card .card-content .all-btn {
  width: 368px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  cursor: pointer;
}

#mock-exam {
  background: #f7f7f7;
  padding-top: 40px;
}
#mock-exam .title {
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 120% 14%;
  padding: 47px 40px;
  margin-bottom: 16px;
}
#mock-exam .title h3 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}
#mock-exam .title h3 span {
  display: inline-block;
  border: 1px solid #007072;
  color: #007072;
  padding: 3px 5px;
  font-size: 18px;
  margin-left: 15px;
}
#mock-exam .title div {
  color: #999999;
  font-size: 18px;
}
#mock-exam .test {
  padding-bottom: 40px;
}
#mock-exam .test .question {
  width: 768px;
  min-height: 469px;
  background: #ffffff;
  border-radius: 0px 0px 0px 30px;
  padding: 72px;
}
#mock-exam .test .question .minh600 {
  min-height: 600px;
}
#mock-exam .test .question .topic {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #444444;
}
#mock-exam .test .question .answer {
  color: #666666;
  font-size: 16px;
}
#mock-exam .test .question .answer div {
  margin-bottom: 25px;
}
#mock-exam .test .question .answer div label {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
}
#mock-exam .test .question .answer div input[type='radio'] {
  appearance: none;
  width: 18px;
  height: 18px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#mock-exam .test .question .answer div input[type='radio']::after {
  content: '';
  width: 18px;
  height: 18px;
  background: rgba(0, 122, 114, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
#mock-exam .test .question .answer div input[type='radio']:checked {
  width: 18px;
  height: 18px;
  background: rgba(0, 122, 114, 0.4);
  border-radius: 50%;
  position: relative;
}
#mock-exam .test .question .answer div input[type='radio']:checked::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #007072;
  box-shadow: 0 0 8px 0 #007072;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mock-exam .test .question .answer div input[type='checkBox'] {
  appearance: none;
  width: 17px;
  height: 17px;
  position: relative;
  margin-right: 15px;
  cursor: pointer;
}
#mock-exam .test .question .answer div input[type='checkBox']::after {
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #007072;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
#mock-exam .test .question .answer div input[type='checkBox']:checked {
  width: 17px;
  height: 17px;
  background: rgba(0, 122, 114, 0.4);
  border: 2px solid transparent;
  position: relative;
}
#mock-exam .test .question .answer div input[type='checkBox']:checked::after {
  content: '';
  width: 11px;
  height: 11px;
  background: #007072;
  border: 0;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mock-exam .test .question .answer .upload-wrapper {
  width: 153px;
  height: 153px;
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #fafafa;
}
#mock-exam .test .question .answer .upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
#mock-exam .test .question .answer .upload-btn div {
  text-align: center;
  margin-bottom: 0;
}
#mock-exam .test .question .answer .upload-btn p {
  margin-top: 10px;
}
#mock-exam .test .question .answer .upload-btn img {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
#mock-exam .test .question .answer .answer-input:hover {
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#mock-exam .test .question .answer .answer-input {
  width: 140px;
  height: 42px;
  line-height: 14px;
  color: #fff;
  background: #007072;
  border-radius: 4px;
  text-align: center;
}
#mock-exam .test .question .answer .answer-input .update-img input {
  display: none;
}
#mock-exam .test .question .answer .answer-input .update-img .update-input {
  cursor: pointer;
  margin-left: 35px;
}
#mock-exam .test .question .answer .answer-input img {
  cursor: pointer;
  width: 160px;
  height: 217px;
  margin-left: 178px;
  margin-top: -24px;
}
#mock-exam .test .question .btn-operate .btn-default {
  background: #f6f6f6;
  border-radius: 6px;
  height: 32px;
  width: 120px;
  color: #d2d2d2;
  margin-bottom: 14px;
}
#mock-exam .test .question .btn-operate .btn-default:hover {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#mock-exam .test .question .btn-operate .btn-default:active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#mock-exam .test .question .btn-operate .btn-default.active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#mock-exam .test .question .btn-operate button + button {
  margin-left: 24px;
}
#mock-exam .test .question .submit-btn {
  width: 140px;
  height: 42px;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
#mock-exam .test .card {
  padding: 40px 0 0;
  width: 416px;
  background: #ffffff;
  border-radius: 0px 0px 30px 0px;
  margin-left: 17px;
}
#mock-exam .test .card .sheet-tab {
  padding: 0px 24px 16px;
}
#mock-exam .test .card .sheet-tab li {
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 8px;
  cursor: pointer;
}
#mock-exam .test .card .sheet-tab .on {
  color: #007072;
  border-bottom: 1px solid #007072;
  font-weight: 700;
}
#mock-exam .test .card .card-top {
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px 30px;
}
#mock-exam .test .card .card-top h3 {
  font-size: #444;
}
#mock-exam .test .card .card-top span {
  color: #666666;
  letter-spacing: 3px;
}
#mock-exam .test .card .card-content {
  padding: 0px 20px;
}
#mock-exam .test .card .card-content .h453 {
  height: 453px;
  overflow-y: auto;
}
#mock-exam .test .card .card-content .h453::-webkit-scrollbar {
  width: 4px;
}
#mock-exam .test .card .card-content .h453::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #007072;
}
#mock-exam .test .card .card-content .h453::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#mock-exam .test .card .card-content .figure-group .finish,
#mock-exam .test .card .card-content .tips-class .finish {
  background-color: #007072;
  color: #ffffff;
  border: 1px solid #007072;
}
#mock-exam .test .card .card-content .figure-group .not-finish,
#mock-exam .test .card .card-content .tips-class .not-finish {
  color: #999999;
  border: 1px solid #999999;
  background-color: #fff;
}
#mock-exam .test .card .card-content .figure-group .being,
#mock-exam .test .card .card-content .tips-class .being {
  background-color: rgba(0, 112, 114, 0.5);
  color: #ffffff;
  border: 1px solid rgba(0, 112, 114, 0.5);
}
#mock-exam .test .card .card-content .figure-group a:hover,
#mock-exam .test .card .card-content .tips-class a:hover {
  background-color: rgba(0, 112, 114, 0.5);
  color: #ffffff;
  border: 1px solid rgba(0, 112, 114, 0.5);
}
#mock-exam .test .card .card-content .type {
  padding: 4px 201px 4px 11px;
  background: url(../img/index/db.png) no-repeat;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
#mock-exam .test .card .card-content .figure-group {
  flex-wrap: wrap;
  margin-bottom: 29px;
}
#mock-exam .test .card .card-content .figure-group a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #999999;
  margin-right: 11px;
  margin-bottom: 10px;
  color: #999999;
}
#mock-exam .test .card .card-content .figure-group a:nth-child(10n) {
  margin-right: 0;
}
#mock-exam .test .card .card-content .tips-class {
  padding: 25px 0;
  align-items: center;
}
#mock-exam .test .card .card-content .tips-class div {
  width: 18px;
  height: 18px;
}
#mock-exam .test .card .card-content .tips-class span {
  margin: 0 40px 0 10px;
}
#mock-exam .test .card .card-content .all-btn {
  width: 368px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  cursor: pointer;
}

.state {
  background: #ffffff;
  margin: 50px auto;
  text-align: center;
  display: none;
}
.state img {
  margin-bottom: 55px;
}
.state .is-defeat {
  color: #666666;
  font-size: 16px;
  margin-bottom: 15px;
}
.state .to-user a {
  color: #007072;
  cursor: pointer;
}

#about .content {
  padding: 60px 0px 80px 0px;
}
#about .content h3 {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  margin-bottom: 57px;
}
#about .content span {
  font-size: 18px;
  display: inline-block;
  color: #333333;
  margin-bottom: 25px;
  position: relative;
}
#about .content span .icon {
  position: absolute;
  right: 71px;
  bottom: 0px;
}
#about .content .fc2 {
  color: #a1cb3d;
  margin-bottom: 0;
}
#about .content .fc3 {
  color: #007072;
  margin-bottom: 0;
}
#about .content .fs14 {
  font-size: 14px;
}
#about .content .textAR {
  text-align: right;
}
#about .content .left + .left {
  margin-left: 80px;
}
#about .content .flexC {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .content p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  text-indent: 6px;
  margin-bottom: 15px;
  line-height: 26px;
}
#about .content .textAC {
  text-align: center;
  text-indent: 0;
}
#about .content .textAC.abimg img {
  margin: 0;
}
#about .content .textAC img {
  width: 980px;
  margin: 20px 0;
}
#about .content .abimg {
  width: 100%;
  margin: 40px auto;
}
#about .content .abimg img {
  width: 932px;
  height: 614px;
}

#problem {
  margin-top: 60px;
  margin-bottom: 80px;
}
#problem .container .articl {
  width: 790px;
  min-height: 600px;
  margin-right: 25px;
}
#problem .container .articl .title {
  color: #007072;
  font-size: 18px;
  line-height: 18px;
}
#problem .container .articl .fs22 {
  font-size: 22px;
}
#problem .container .articl .mb32 {
  margin-bottom: 32px;
}
#problem .container .articl .mb10 {
  margin-bottom: 10px;
}
#problem .container .articl .mb20 {
  margin-bottom: 20px;
}
#problem .container .articl .mt36 {
  margin-top: 36px;
}
#problem .container .articl .fc1 {
  color: #007072;
}
#problem .container .articl p {
  text-indent: 32px;
  line-height: 24px;
}
#problem .container .articl .text-danger {
  color: red;
}
#problem .container .articl .table {
  border-right: 1px solid #191919;
  border-bottom: 1px solid #191919;
  border-collapse: collapse;
  margin: 30px auto;
}
#problem .container .articl .table thead tr {
  background-color: rgba(0, 112, 114, 0.2);
  color: #191919;
}
#problem .container .articl .table td,
#problem .container .articl .table th {
  border-left: 1px solid #191919;
  border-top: 1px solid #191919;
  padding: 5px 8px;
  text-align: center;
  line-height: 40px;
  color: #191919;
}
#problem .container .articl .table tr td:nth-child(2n) {
  text-align: left;
  padding: 5px 25px;
}
#problem .container .separator {
  width: 384px;
  position: relative;
}
#problem .container .separator .side-box {
  width: 384px;
  min-height: 328px;
  background: #f7f7f7;
  border-radius: 0px 0px 20px 0px;
  padding: 32px 0;
  position: absolute;
  position: fixed;
  color: #333;
  font-weight: 400px;
}
#problem .container .separator .side-box .mb20 {
  margin-bottom: 20px;
}
#problem .container .separator .side-box .mrl32 {
  padding: 0 20px;
}
#problem .container .separator .side-box .side-nav a {
  display: block;
  padding: 12px 20px;
}
#problem .container .separator .side-box .side-nav a:hover {
  background: #fff;
}
#problem .container .separator .side-box .side-nav .active {
  background: #fff;
  color: #007072;
}

#look {
  background: #f7f7f7;
  padding-top: 32px;
}
#look .title {
  background: #fff url('../img/index/db.png') no-repeat;
  background-position: 120% 14%;
  padding: 47px 40px;
  margin-bottom: 16px;
}
#look .title h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#look .title h3 span.leveExam {
  display: inline-block;
  border: 1px solid #007072;
  line-height: 12px;
  border-radius: 10px;
  color: #007072;
  padding: 3px 5px;
  font-size: 12px;
  font-weight: normal;
  margin: 0 8px;
}
#look .title h3 span.exam_explain {
  color: #999;
  font-size: 14px;
  font-weight: normal;
}
#look .title .exam_table {
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #666;
  border-spacing: 0px;
  width: 100%;
  text-align: center;
}
#look .title .exam_table thead th {
  border-top: 1px solid #ddd;
  padding: 14px 5px;
  font-size: 14px;
  color: #333;
}
#look .title .exam_table tbody td {
  border-top: 1px solid #ddd;
  padding: 14px 5px;
  font-size: 14px;
}
#look .title .exam_table tbody td img {
  width: 100%;
  height: auto;
  max-height: 56px;
}
#look .title div {
  color: #999999;
  font-size: 18px;
}
#look .test {
  padding-bottom: 80px;
}
#look .test .question {
  width: 768px;
  background: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
}
#look .test .question .minh600 {
  min-height: 600px;
}
#look .test .question .topic {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 40px;
  color: #444444;
}
#look .test .question .question_option li {
  margin-bottom: 24px;
  position: relative;
  line-height: 16px;
}
#look .test .question .question_option li:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #999999;
}
#look .test .question .question_option li.active:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background: url('../img/exam/radioCheck.png') no-repeat center center;
  width: 16px;
  height: 16px;
  border: none;
  margin-right: 12px;
}
#look .test .question .answer {
  background: #f8f8f8;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  padding: 24px;
  box-sizing: border-box;
}
#look .test .question .answer div {
  margin-bottom: 25px;
}
#look .test .question .answer div .answer-img {
  width: 120px;
  height: auto;
  max-height: 180px;
  object-fit: contain;
}
#look .test .question .answer .upload-wrapper {
  width: 153px;
  height: 153px;
  border-radius: 6px;
  border: 1px dashed #ddd;
  background-color: #fafafa;
}
#look .test .question .answer .upload-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 14px;
}
#look .test .question .answer .upload-btn div {
  text-align: center;
  margin-bottom: 0;
}
#look .test .question .answer .upload-btn p {
  margin-top: 10px;
}
#look .test .question .answer .upload-btn img {
  max-width: 150px;
  max-height: 150px;
  object-fit: contain;
}
#look .test .question .answer .answer-input:hover {
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
}
#look .test .question .answer .answer-input {
  width: 140px;
  height: 42px;
  line-height: 14px;
  color: #fff;
  background: #007072;
  border-radius: 4px;
  text-align: center;
}
#look .test .question .answer .answer-input .update-img input {
  display: none;
}
#look .test .question .answer .answer-input .update-img .update-input {
  cursor: pointer;
  margin-left: 35px;
}
#look .test .question .answer .answer-input img {
  cursor: pointer;
  width: 160px;
  height: 217px;
  margin-left: 178px;
  margin-top: -24px;
}
#look .test .question .btn-operate .btn-default {
  background: #f6f6f6;
  border-radius: 6px;
  height: 32px;
  width: 120px;
  color: #d2d2d2;
  margin-bottom: 14px;
}
#look .test .question .btn-operate .btn-default:hover {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#look .test .question .btn-operate .btn-default:active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#look .test .question .btn-operate .btn-default.active {
  background: rgba(0, 112, 114, 0.12);
  color: rgba(0, 112, 114, 0.5);
}
#look .test .question .btn-operate button + button {
  margin-left: 24px;
}
#look .test .question .submit-btn {
  width: 140px;
  height: 42px;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  text-align: center;
  line-height: 42px;
  float: right;
  cursor: pointer;
}
#look .test .card {
  padding: 40px 0 0;
  width: 416px;
  background: #ffffff;
  border-radius: 0px 0px 30px 0px;
  margin-left: 17px;
  position: relative;
  top: 0px;
}
#look .test .card.sheet-fixed {
  position: fixed;
}
#look .test .card .sheet-tab {
  padding: 0px 24px 16px;
}
#look .test .card .sheet-tab li {
  display: inline-block;
  margin-right: 16px;
  padding-bottom: 8px;
  cursor: default;
}
#look .test .card .sheet-tab .on {
  color: #007072;
  border-bottom: 1px solid #007072;
  font-weight: 700;
}
#look .test .card .card-top {
  justify-content: space-between;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px 30px;
}
#look .test .card .card-top h3 {
  font-size: #444;
}
#look .test .card .card-top span {
  color: #666666;
  letter-spacing: 3px;
}
#look .test .card .card-content {
  padding: 29px 20px;
}
#look .test .card .card-content .h453 {
  height: 453px;
  overflow-y: auto;
}
#look .test .card .card-content .h453 .classify .type:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 100%;
  background-color: #007072;
  margin-right: 6px;
  vertical-align: middle;
}
#look .test .card .card-content .h453::-webkit-scrollbar {
  width: 4px;
}
#look .test .card .card-content .h453::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #007072;
}
#look .test .card .card-content .h453::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
#look .test .card .card-content .figure-group .no-answer,
#look .test .card .card-content .tips-class .no-answer {
  color: #999999;
  border: 1px solid #999999;
  background-color: #fff;
}
#look .test .card .card-content .figure-group .is-true,
#look .test .card .card-content .tips-class .is-true {
  background-color: #007072;
  color: #ffffff;
  border: 1px solid #007072;
}
#look .test .card .card-content .figure-group .fair,
#look .test .card .card-content .tips-class .fair {
  background-color: #d40d0d;
  color: #fff;
  border: none;
}
#look .test .card .card-content .figure-group .success,
#look .test .card .card-content .tips-class .success {
  background-color: #007072;
  color: #fff;
  border: none;
}
#look .test .card .card-content .figure-group a:hover,
#look .test .card .card-content .tips-class a:hover {
  background-color: rgba(0, 112, 114, 0.5);
  color: #ffffff;
  border: 1px solid rgba(0, 112, 114, 0.5);
}
#look .test .card .card-content .type {
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 112, 114, 0.1) 0%,
    rgba(250, 255, 237, 0) 80%
  );
}
#look .test .card .card-content .figure-group {
  flex-wrap: wrap;
  margin-bottom: 29px;
}
#look .test .card .card-content .figure-group a {
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #999999;
  margin-right: 11px;
  margin-bottom: 10px;
  color: #999999;
}
#look .test .card .card-content .figure-group a.success {
  background-color: #007072;
  color: #fff;
  border: none;
}
#look .test .card .card-content .figure-group a.fair {
  background-color: #d40d0d;
  color: #fff;
  border: none;
}
#look .test .card .card-content .figure-group a:nth-child(10n) {
  margin-right: 0;
}
#look .test .card .card-content .tips-class {
  padding: 25px 0;
  align-items: center;
}
#look .test .card .card-content .tips-class div {
  width: 18px;
  height: 18px;
}
#look .test .card .card-content .tips-class span {
  margin: 0 40px 0 10px;
}
#look .test .card .card-content .all-btn {
  width: 368px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #007072;
  box-shadow: 0px 8px 32px 0px rgba(0, 112, 114, 0.32);
  border-radius: 0px 0px 15px 0px;
  cursor: pointer;
}
.swiper .swiper-slide .img-full {
  width: 100%;
  height: auto;
  object-fit: fill;
}
/* 个人中心调整样式功能 */
#user .user-content .user-main .user-info {
  width: 100%;
  height: 100%;
  display: flex;
  margin-top: 64px;
}
#user .user-content .user-main .user-info .user-info-left {
  width: 360px;
  margin-right: 64px;
}
#user .user-content .user-main .user-info .user-avatar-right {
  width: calc(100% - 424px);
}
#user .user-content .user-main .user-info .user-info-left #user-info-form {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#user .user-content .user-main .user-info .user-info-left .user-text-input {
  margin-bottom: 32px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input[required]
  label.label-title::before,
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-text-input[required]
  label.label-title::before {
  content: '*';
  color: red;
  position: absolute;
  left: -8px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  label.label-title,
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-text-input
  label.label-title {
  /* min-width: 77px; */
  text-align: right;
  color: #333;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  i {
  margin: 0 29px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  input {
  line-height: 20px;
  margin-left: 10px;
  padding: 8px;
  width: 260px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  background-color: transparent;
  border: 1px solid #ddd;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .radio-box {
  width: 260px;
  float: right;
  display: flex;
  margin-left: 10px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .radio-box
  label {
  width: 40px;
  margin-left: 20px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  input[type='radio'] {
  display: none;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .layui-form-radio {
  display: inline-block;
  vertical-align: middle;
  line-height: 19px;
  margin: 0px 10px 0 0px;
  padding-right: 10px;
  cursor: pointer;
  /* font-size: 0; */
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .layui-icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 22px;
  color: #c2c2c2;
  vertical-align: middle;
  display: none;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .layui-icon
  .layui-form-radio
  * {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .layui-unselect.layui-form-radio
  div::before {
  content: '\a0'; /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 13px;
  height: 13px;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #007072;
  text-indent: 0.15em;
  line-height: 1;
  padding: 2px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  input[type='radio']
  + label::before {
  content: '\a0'; /*不换行空格*/
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  width: 13px;
  height: 13px;
  margin-right: 0.4em;
  border-radius: 50%;
  border: 1px solid #007072;
  text-indent: 0.15em;
  line-height: 1;
  padding: 2px;
}

#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .layui-unselect.layui-form-radio.layui-form-radioed
  div::before {
  background-color: #007072;
  background-clip: content-box;
  padding: 2px;
}

#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  input[type='radio'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  input[type='radio'] {
  /* display: inline-block; */
  width: 16px;
  height: 16px;
  border-color: #007072;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .upload-wrapper {
  margin-top: 14px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .upload-wrapper
  .upload-box {
  cursor: pointer;
  width: 90px;
  display: inline-block;
  position: relative;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .upload-wrapper
  .upload-box
  .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('../img/user/mask.png') no-repeat center center;
  background-size: 90px 90px;
  top: 0;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-avatar
  img {
  margin: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: block;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo {
  margin-top: 30px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box {
  width: 164px;
  height: 210px;
  cursor: pointer;
  /* display: inline-block;
                position: absolute;
                z-index: 4;
                width: 100%;
                height: 100%;
                cursor: pointer; */
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box
  .upload-plus {
  width: 100%;
  height: 100%;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box
  .upload-icon {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #efefef;
  position: relative;
  margin-top: 14px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box
  .upload-icon::before {
  content: '';
  display: block;
  width: 32px;
  height: 4px;
  border-radius: 10px;
  background-color: #848484;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box
  img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  margin: 0;
  border-radius: 0;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .upload-box
  .upload-icon::after {
  content: '';
  display: block;
  width: 4px;
  height: 32px;
  border-radius: 10px;
  background-color: #848484;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .tip {
  margin-top: 16px;
  font-size: 14px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  .tip
  .gray {
  color: #999;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  p
  .red {
  color: #d40d0d;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-avatar-right
  .user-photo
  p {
  color: #666;
  margin-top: 5px;
}
#user .user-content .user-box .user-main .bottom-operate {
  text-align: center;
}
#user
  .user-content
  .user-box
  .user-main
  .bottom-operate
  .user-text-btn.default {
  background-color: #fff;
  color: #666;
  border: 1px solid #ddd;
  margin-left: 30px;
}
#user .user-content .user-box .user-main .bottom-operate .user-text-btn.gray {
  /*background-color: #ddd;*/
  /* border: 1px solid #eee; */
}
#user
  .user-content
  .user-box
  .user-main
  .bottom-operate
  .user-text-btn.gray:hover {
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.4);
}
#user
  .user-content
  .user-box
  .user-main
  .bottom-operate
  .user-text-btn.default:hover {
  box-shadow: 0px 10px 20px 0px rgba(102, 102, 102, 0.2);
}
#user .user-content .user-box .user-main .bottom-operate .user-text-btn {
  width: 100px;
  height: 42px;
  line-height: 42px;
  background: #007072;
  border-radius: 0px 0px 15px 0px;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer;
}
/* 个人中心修改密码 */
#user .user-content .user-box .user-main .user-info.edit-paw .user-info-left {
  width: 446px;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .inline-block {
  display: inline-block;
  position: relative;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info
  .user-info-left
  .user-text-input
  .error-tip {
  display: none;
  position: absolute;
  width: 260px;
  right: 0;
  color: red;
  text-align: left;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info.edit-paw
  .user-info-left
  .user-text-input {
  text-align: right;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info.edit-paw
  .user-info-left
  .user-text-input
  .icon-biyanjing,
#user
  .user-content
  .user-box
  .user-main
  .user-info.edit-paw
  .user-info-left
  .user-text-input
  .icon-yanjing {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 8px;
  cursor: pointer;
}
#user
  .user-content
  .user-box
  .user-main
  .user-info.edit-paw
  .user-info-left
  .user-text-input
  .icon-biyanjing:hover,
#user
  .user-content
  .user-box
  .user-main
  .user-info.edit-paw
  .user-info-left
  .user-text-input
  .icon-yanjing:hover {
  color: #007072;
}
#user .user-content .user-box .user-main .user-info.edit-paw .bottom-operate {
  text-align: right;
}
/* 侧边栏 */
.sidebox .sidebar {
  width: 88px;
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
  list-style: none;
  box-shadow: 0px 8px 16px 0px rgba(169, 169, 169, 0.4);
  /* border-radius: 16px 0 0 16px; */
  background: #fff;
}
.sidebox .sidebar li {
  position: relative;
  text-align: center;
  padding: 0 8px;
}
.sidebox .sidebar li a {
  border-top: 1px solid #eee;
  display: block;
  padding: 12px 0;
}
.sidebox .sidebar li :first-child a {
  border-top: none;
}
.sidebox .sidebar .active .iconfont {
  color: #007072;
}
.sidebox .sidebar li:hover a i {
  color: #007072;
}
.sidebox .sidebar li a .iconfont {
  font-size: 24px;
  display: block;
  padding-bottom: 12px;
  color: #ccc;
}
.sidebox .sidebar li a span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.sidebox .sidebar li .sidebarImg {
  position: absolute;
  left: -142px;
  width: 140px;
  height: 140px;
  top: 0;
}
.sidebox .sidebar li div img {
  width: 100%;
  height: 100%;
}
.sidebox .sidebar li div {
  box-shadow: 0px 10px 20px 0 rgba(102, 102, 102, 0.2);
}
.sidebox .sidebar li .sidebarImg2 {
  position: absolute;
  top: -64px;
  left: -135px;
  width: 134px;
  height: 134px;
}
/* 内训课程 */
#team .team-container {
  margin-bottom: 80px;
  background-image: url('../img/team/team-bg-2.png');
  background-repeat: no-repeat;
  background-position: 1225px 411px ;
}
/* #team .team-container .title{
  font-size: 32px;
  color: #333;
  line-height: 1;
  margin-top:74px;
  margin-bottom: 54px;
  text-align: center;
} */
#team .team-container .team-user-top {
  width: 100%;
  background-image: url('../img/team/team-bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  position: relative
}
#team .team-container .team-user-top .a-link {
  position: absolute;
  width: 100%;
  top: 32px;
  color: #fff;
  padding-right: 40px;
  text-align: right;
}
#team .team-container .team-user-top .a-link a {
  color: #fff;
}
#team .team-container .user-info {
  height: 180px;
}
#team .team-container .user-info .left-avatar {
  margin-top: 40px;
  color: #fff;
}
#team .team-container .user-info .left-avatar img {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  object-fit: cover;
  border-radius: 50%;
}
#team .team-container .user-info .left-avatar .user-intro {
  height: 80px;
}
#team .team-container .user-info .left-avatar .user-intro .train-name {
  /* margin-top: 17px; */
}
#team .team-container .user-info .left-avatar .user-intro .user-name {
  color: rgba(255,255,255,0.9);
  margin-top: 14px;
}
#team .team-container .user-info .left-avatar .user-intro .train-main-title {
  color: rgba(255,255,255,0.9);
  margin-top: 14px;
}
#team .team-container .user-info .left-avatar .user-intro .user-name span{
  padding-right: 19px;
}
#team .team-container .user-info .right-course {
  margin-right: 87px;
}
#team .team-container .user-info .right-course .course-item {
  margin-top: 46px;
  margin-right: 24px;
  color: #fff;
  text-align: center;
}
#team .team-container .user-info .right-course .course-item .text {
  margin-top: 10px;
}
#team .team-container .train-course .course-item-content{
  margin-top: 24px;
  flex-wrap: wrap;
}
#team .team-container .train-course .course-item-content .course-item {
  margin-bottom: 32px;
  margin-right: 48px;
  border-radius: 0 0 30px 0;
  width: calc((100% - 144px) / 4);
  box-shadow: 0px 10px 20px 1px rgba(0,112,114,0.1);
  background-color: #fff;
}
#team .team-container .train-course .course-item-content .course-item img {
  width: 100%;
  height: 151px;
  object-fit: contain;
}
#team .team-container .train-course .course-item-content .course-item .course-info {
  padding: 20px 16px;
}
#team .team-container .train-course .course-item-content .course-item .name {
  margin-bottom: 14px;
}
#team .team-container .train-course .course-item-content .course-item .intro {
  color: #707070;
  margin-bottom: 12px;
}
#team .team-container .train-course .course-item-content .course-item .info {
  margin-bottom: 2px;

}
#team .team-container .train-course .course-item-content .course-item .info span + span {
  padding-left: 16px;
}
#team .team-container .train-course .course-item-content .course-item:nth-child(4n) {
  margin-right: 0;
}
#team .team-container .train-course .course-item-content .course-item:hover {
  box-shadow: 0px 10px 26px 1px rgba(0,112,114,0.35);
}

/*  */
#team {
  /* background-color: #f5f5f5; */
}
#team .team-section .top-nav {
  height: 320px;
  background-image: url('../img/team/team-bg-1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#team .team-section .top-nav #header {
  display: flex;
  justify-content: space-between;
}
#team .team-section .top-nav .logo {
  padding-top: 40px;
  padding-left: 40px;
}
#team .team-section .top-nav .left-nav {
  margin-right: 40px;
  padding-top: 40px;
  height: 98px;
  display: flex;
  align-items: center;
  color: #fff;
}
#team .team-section .top-nav .left-nav a {
  color: #fff;
}
#team .team-section .center-section {
  
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
#team .team-section .center-section.intro {
  height: 740px;
}
#team .team-section .center-section .bg-1 {
  width: 611px;
  height: 636px;
  border: 1px solid #d3d3d3;
  border-radius: 611px 0 636px 0;
  top: -20px;
  transform: rotateZ(-2deg);
  position: absolute;
  left: 121px;
  z-index: 1;
}
#team .team-section .center-section .bg-2 {
  width: 611px;
  height: 636px;
  border: 1px solid #d3d3d3;
  border-radius: 611px 0 636px 0;
  top: 172px;
  transform: rotateZ(-2deg);
  position: absolute;
  right: 188px;
  z-index: 1;
}
#team .team-section .center-section .center-section-content > .title {
  font-size: 36px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-top: 80px;
  text-align: center;
}
#team .team-section .center-section .center-section-content > .sub-title {
  font-size: 16px;
  color: #666;
  line-height: 1;
  margin: 24px 0 48px;
  text-align: center;
}
#team .team-section .center-section-content {
  width: 1340px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#team .team-section .center-section-content .flex-box {
  display: flex;
}
#team .team-section .center-section-content .flex-box .left-img {
  position: relative;
  z-index: 4;
}
#team .team-section .center-section-content .flex-box .right-content {
  width: 888px;
  position: relative;
  z-index: 3;
  height: 455px;
  box-shadow: 0 3px 6px -4px #0000001f, 0 6px 10px #00000014, 0 9px 28px 8px #0000000d;;
  background-image: url('../img/team/center-section-1-bg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: -113px;
  padding-left: 113px;
  padding-top: 60px;
  background-color: #fff;
}
#team .team-section .center-section-content .flex-box .right-content .chapter1 {
  margin-left: 60px;
  padding-left: 31px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  padding-right: 70px;
  background-image: url('../img/team/text-bg.png');
  background-repeat: no-repeat;
  background-position: left 2px;
  background-size: 22px 22px;
  margin-bottom: 20px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col{
  width: calc(25% - 44px);
  margin: 20px 22px;
  height: 468px;

}
#team .team-section .center-section.setting .center-section-content .swiper .col .icon {
  text-align: center;
  margin-bottom: 17px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col .title {
  font-size: 22px;
  color: #333;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 14px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col .chapter {
  padding: 0 23px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col .chapter li {
  font-size: 16px;
  color: #333;
  line-height: 26px;
  margin-bottom: 6px;
  padding-left: 15px;
  position: relative;
}
#team .team-section .center-section.setting .center-section-content .swiper .col.green .chapter li::after {
  position: absolute;
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: rgba(30, 163,115, 0.3);
  border-radius: 4px 0 4px 0 ;
  left: 0;
  top: 9px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col.yellow .chapter li::after {
  position: absolute;
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: rgba(253, 196, 85, 0.3);
  border-radius: 4px 0 4px 0 ;
  left: 0;
  top: 9px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col .bottom-dot {
  position: absolute;
  bottom: 32px;
  left: 24px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col .bottom-dot span {
  float: left;
}
#team .team-section .center-section.setting .center-section-content .swiper .col.green .bottom-dot span {
  width: 6px;
  height: 6px;
  /* display: inline-block; */
  border-radius: 50%;
  background-color: #007072;
  opacity: 0.3;
  margin: 0 3px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col.yellow .bottom-dot span {
  width: 6px;
  height: 6px;
  /* display: inline-block; */
  border-radius: 50%;
  background-color: #FFC62A;
  opacity: 0.3;
  margin: 0 3px;
}
#team .team-section .center-section.setting .center-section-content .swiper .col.green {
  background-color: rgba(30, 163,115, 0.08);
}
#team .team-section .center-section.setting .center-section-content .swiper .col.yellow {
  background-color: rgba(253, 196, 85, 0.08);
}
#team .team-section .center-section.advantage {
  margin-top: 80px;
  background-color: #F9FDF1;
  height: 869px;
}

#team .team-section .center-section.advantage .center-section-content .position-box {
  position: relative;
  text-align: center;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-center {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 34px;
  z-index: 2;
  transform: translateX(-50%);
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center {
  text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-top: 9px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter {
  position: absolute;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter:not(.center) {
  display: flex;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter .left-box {
  width: 330px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.right .left-box {
  margin-right: 18px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.left .left-box {
  margin-left: 18px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.right .cricle-dot {
  width: 19px;
  height: 19px;
  background-color: rgba(30, 163,115, 0.1);
  margin-top: 17px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-left: 13px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter .cricle-dot::after{
  content: ' ';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background-color: #007072;
  
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.left .cricle-dot {
  width: 19px;
  height: 19px;
  background-color: rgba(30, 163,115, 0.1);
  margin-top: 17px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin-right: 13px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.center .right-box {
  margin-bottom: 18px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.center .cricle-dot {
  width: 19px;
  height: 19px;
  background-color: rgba(30, 163,115, 0.1);
  margin: 0 auto 18px;
  /* margin-top: 17px; */
  border-radius: 50%;
  /* display: inline-block; */
  position: relative;
  /* margin-right: 13px; */
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter .title {
  font-size: 24px;
  color: #007072;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 600;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter .sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  line-height: 1;
  margin-bottom: 10px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter .content {
  width: 330px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  text-align: left;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.right {
  text-align: right;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.left {
  text-align: left;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.position1 {
  left: -407px;
  top: -9px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.position2 {
  right: -407px;
  top: -9px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.position3 {
  left: -390px;
  top: 183px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.position4 {
  right: -390px;
  top: 183px;
}
#team .team-section .center-section.advantage .center-section-content .position-box .img-bg-center .chapter.position5 {
  bottom: -208px;
  left: 50%;
  margin-left: -165px;
}
#team .team-section .center-section.support {
  background-color: rgba(30, 163,115, 0.08);
}
#team .team-section .center-section.support .swiper-free-mode>.swiper-wrapper {
  transition-timing-function: linear;
  height: 67px
}
#team .team-section .center-section.support .logo-box {
  display: flex;
  margin-bottom: 110px;
}
#team .team-section .center-section.support .logo-box li {
  margin: 0 12px;
}
#team .team-section .center-section.course-content {
  /* height: 612px; */
}
#team .team-section .center-section.course-content .swiper-box .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #007072;
}
#team .team-section .center-section.course-content .swiper-box .swiper .col {
  margin: 20px 12px 35px;
}
#team .team-section .center-section.course-content .center-section-content .btn-primary {
  width: 148px;
  background-color: #007072;
  color: #fff;
  font-size: 14px;
  display: block;
  margin: 8px auto 80px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
}
/* team drawer */
#team .team-container #drawer #side{
  position: fixed;
  /*  */
}
#team .team-container .sider-toggle-period {
  position: fixed;
  top: 68px;
  right: 40px;
  width: 60px;
  height: 104px;
  background-color: #fff;
  z-index: 20;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 0 16px;
  cursor: pointer;
  box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.08);
}
#team .team-container .sider-toggle-period span.iconfont {
  margin-bottom: 14px;
  font-size: 26px;
  color: #666;
}
#team .team-container .sider-toggle-period:hover .iconfont {
  color: #007072;
}
#team .team-container .sider-toggle-period:hover {
  box-shadow: 0px 3px 12px 1px rgba(0,0,0,0.12);
}
#team .team-container .sider-toggle-period span.iconfont + div {
  line-height: 17px;
  font-size: 13px;
  color: #666;
}
#team .team-container #drawer .drawer-title {
  height: 66px;
  line-height: 66px;
  padding: 0 24px;
  display: flex;
  margin-bottom: 8px;
  color: #333;
  justify-content: space-between;
}
#team .team-container #drawer .drawer-title span:first-child {
  font-size: 18px;
  font-weight: 600;
}
#team .team-container #drawer .drawer-title span.iconfont {
  cursor: pointer;
}
#team .team-container #drawer .course-wrapper {
  /* width: 100%; */
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  margin-right: 6px;
}
#team .team-container #drawer .course-wrapper .course-item {
  margin: 0 24px 20px;
  display: flex;
}
#team .team-container #drawer .course-wrapper .course-item .course-image {
  width: 190px;
  height: auto;
  max-height: 115px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 8px 0 0 8px;
}
#team .team-container #drawer .course-wrapper .course-item .right-content {
  width: calc(100% - 200px);
}
#team .team-container #drawer .course-wrapper .course-item .right-content .title{
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  color: #333;
  font-weight: 600;
  text-align: left;
  margin-top: -4px;
}
#team .team-container #drawer .course-wrapper .course-item .right-content .learn-time {
  margin: 14px 0 8px;
  font-size: 14px;
}
#team .team-container #drawer .course-wrapper .course-item .right-content .learn-time span + span {
  padding-left: 12px;
}
#team .team-container #drawer .course-wrapper .course-item .right-content .learn-around {
  font-size: 13px;
  color: #666;
}
#team .team-container #drawer .course-wrapper::-webkit-scrollbar{
  width: 4px;
  height: 4px;
}
#team .team-container #drawer .course-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background: #666;
}
#team .team-container #drawer .course-wrapper::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.6);
  border-radius: 0;
  background: #eee;
}
/* team 团队内训动画 */
#team .team-section .center-section-content .swiper-box {
  position: relative;
  width: 100%;
}
#team .team-section .center-section-content .swiper-box .swiper {
  padding-bottom: 10px;
}
#team .team-section .center-section-content .swiper-box .swiper-button-prev {
  left: -72px;
  right: auto;
  width: 44px;
  height: 44px;
  background: url('../img/team/btn-prev.png');
}
#team .team-section .center-section-content .swiper-box .swiper-button-next {
  right: -72px;
  left: auto;
  width: 44px;
  height: 44px;
  background: url('../img/team/btn-next.png');
}
#team .team-section .center-section-content .swiper-box .col{
  width: calc(25% - 24px);
  height: 207px;
  margin:  20px 12px;
  cursor: pointer;
}
#team .team-section .center-section-content .swiper-box .container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

#team .team-section .center-section-content .swiper-box .front,
#team .team-section .center-section-content .swiper-box .back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 207px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

#team .team-section .center-section-content .swiper-box .back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#596a72 100%);
}

#team .team-section .center-section-content .swiper-box .front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    /* background-color: #000; */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
#team .team-section .center-section-content .swiper-box .container:hover .front,
#team .team-section .center-section-content .swiper-box .container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

#team .team-section .center-section-content .swiper-box .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#team .team-section .center-section-content .swiper-box .inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    font-size: .7em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}
#team .team-section .center-section-content .swiper-box .front .inner {
  -webkit-transform: translateY(0) translateZ(60px) scale(0.94);
  transform: translateY(0) translateZ(60px) scale(0.94);
  height: 52px;
  padding: 0;
  background-color: rgba(0,0,0,0.6);
  bottom:6px;
  border-radius: 0 0 8px 8px;
  top: inherit;
}
#team .team-section .center-section-content .swiper-box .container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#team .team-section .center-section-content .swiper-box .container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#team .team-section .center-section-content .swiper-box .container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#team .team-section .center-section-content .swiper-box .container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#team .team-section .center-section-content .swiper-box .front .inner p{
  font-size: 16px;
  line-height: 52px;
  /* margin-bottom: 20px; */
  position: relative;
}

#team .team-section .center-section-content .swiper-box .front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

#team .team-section .center-section-content .swiper-box .front .inner span{
  color: rgba(255,255,255,0.7);
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}