.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.layui-layer-shade {
  opacity: 0.7 !important;
}

.fill {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-fill {
  height: 100%;
  flex-direction: column;
}

.column-fill,
.column-fill > :nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.column-fill > :nth-child(n) {
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.row-box {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column,
.row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

.column {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.between,
.space-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-scrollbar {
  overflow-x: hidden;
}

.mini-scrollbar::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.mini-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

.mini-scrollbar:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

.mini-scrollbar:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

.ellipsis {
  display: inline-block;
  white-space: nowrap;
  max-width: 13rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-ellipsis {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.button-default {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.button-default div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-default-flex div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex div {
  -webkit-box-flex: 0.3;
  -ms-flex: 0.3;
  flex: 0.3;
}

.minor-button {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.minor-button div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.minor-button div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.minor-button div {
  background: #da9528;
}

.minor-button div:hover {
  background: #df9a2d;
}

.primary-button {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.primary-button div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.primary-button div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.touch-active:active {
  background: #eee;
}

.active-soft {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-soft:hover {
  -webkit-filter: brightness(1.2) saturate(110%) contrast(110%);
  filter: brightness(1.2) saturate(110%) contrast(110%);
}

.button-default-double {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.button-default-double div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-double div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-double div {
  width: 35%;
  margin: 1rem 11.5%;
  margin-bottom: 3rem;
}

.button-default-double .button-ripple {
  font-size: 1.6rem;
  padding: 1rem 0;
}

.button-default-double div:last-child {
  color: #bbb;
}

.button-default-double div:last-child:hover {
  color: #999;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.mathauto {
  text-transform: math-auto;
}

.loading-container {
  z-index: 1501;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
}

.spinner {
  stroke: #484746;
  fill: #484746;
}

.spinner svg {
  width: 2.8rem;
  height: 2.8rem;
  stroke: #fff;
  fill: hsla(0, 0%, 100%, 0.445);
}

.spinner-ios-small,
.spinner-ios {
  stroke: #69717d;
}

.loading {
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
}

.tips {
  font-size: 1.4rem;
  line-height: 1.4rem;
}

* {
  font-size: 1.6rem;
  max-width: 100%;
  -webkit-tap-highlight-color: transparent;
}

body,
html {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  display: block;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto,
    PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
}

input,
select,
textarea {
  border: none;
  outline: none;
  -webkit-appearance: none;
  resize: none;
}

a {
  text-decoration: none;
}

#app {
  font-family: Arial, Microsoft YaHei, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
  overflow: hidden;
  height: 100%;
  overflow-x: hidden;
}

#app::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

#app::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

#app:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

#app:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

#nav {
  padding: 3rem;
}

#nav a {
  font-weight: 700;
  color: #2c3e50;
}

#nav a.router-link-exact-active {
  color: #42b983;
}

.fade-enter-active,
.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fade-in-enter-active {
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.fade-in-enter {
  opacity: 0;
}

.mask {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  background: hsla(0, 0%, 43.9%, 0.7);
}

.ramp-in {
  -webkit-animation: ramp 0.8s ease-in-out;
  animation: ramp 0.8s ease-in-out;
}

.ramp-out {
  -webkit-animation: rampOut 0.8s ease-in-out;
  animation: rampOut 0.8s ease-in-out;
}

@keyframes ramp {
  0% {
    background: hsla(0, 0%, 43.9%, 0);
  }

  to {
    background: hsla(0, 0%, 43.9%, 0.7);
  }
}

@-webkit-keyframes ramp {
  0% {
    background: hsla(0, 0%, 43.9%, 0);
  }

  to {
    background: hsla(0, 0%, 43.9%, 0.7);
  }
}

@keyframes rampOut {
  0% {
    background: #fff;
  }

  to {
    background: hsla(0, 0%, 100%, 0);
  }
}

@-webkit-keyframes rampOut {
  0% {
    background: #fff;
  }

  to {
    background: hsla(0, 0%, 100%, 0);
  }
}

.fade-leave-active {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.fade-leave-to {
  opacity: 0;
}

.fade-soft-enter-active,
.fade-soft-leave-active {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fade-soft-enter,
.fade-soft-leave-to {
  opacity: 0;
}

.page-fade-leave-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-fade-enter,
.page-fade-leave-to {
  opacity: 0;
  -webkit-transform: translateY(0.2rem);
  transform: translateY(0.2rem);
}

.full-screen-box {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85.5rem;
  height: 80rem;
  z-index: 30;
}

.full-screen-box .close svg {
  position: relative;
  left: 35rem;
  fill: #fff;
}

.full-screen-box .close svg:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #ff4242;
}

.full-screen-box > div {
  overflow: hidden;
}

.full-screen-box .l-side {
  background: #ffd161;
  border-right: 0.4rem solid #ffab1d;
}

.full-screen-box .r-side {
  background: #ffd161;
  width: 1.5rem;
  border-left: 0.4rem solid #ffab1d;
}

.full-screen-box .full-screen-box-title {
  letter-spacing: 0.5rem;
  color: #f29901;
  font-size: 3.4rem;
  font-weight: bolder;
  background: #ffd161;
  padding: 2rem 1rem;
}

.full-screen-box .contnet {
  font-size: 2.2rem;
  line-height: 3.6rem;
  color: #797164;
  background: #fff;
  padding: 4rem;
  letter-spacing: 0.3rem;
  text-align: left;
}

.modal-mode {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 20;
  width: 192rem;
  height: 108rem;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.title-bg {
  width: 194rem;
  height: 5.5rem;
  margin: auto;
  margin-top: 4.2rem;
  background-repeat: no-repeat;
}

.title-text {
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  position: relative;
  bottom: 2.2rem;
  right: 2rem;
  text-shadow: 2rem 0 1.5rem #0f3a89, -0.2rem 0 0.5rem #0f3a89, 0 0.2rem 0.5rem #0f3a89,
    0 -0.2rem 0.5rem #0f3a89;
}

.active-color {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-color:hover {
  -webkit-filter: brightness(1.4) saturate(110%) contrast(110%);
  filter: brightness(1.4) saturate(110%) contrast(110%);
}

.active-color:hover div {
  color: #008ff6 !important;
}

.active-bg,
.active-color:hover div {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-bg {
  cursor: pointer;
}

.active-bg:hover {
  background: #0f3a89;
  -webkit-filter: brightness(1.2) saturate(110%) contrast(110%);
  filter: brightness(1.2) saturate(110%) contrast(110%);
}

.cursor {
  width: 47.8%;
  height: 29.8rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cursor:hover {
  -webkit-filter: brightness(1.2) saturate(110%) contrast(110%);
  filter: brightness(1.2) saturate(110%) contrast(110%);
}

.containerbox {
  padding: 9rem 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.containerbox::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.containerbox::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

.containerbox:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

.containerbox:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

.w1280,
.w1440 {
  width: 144rem;
  margin: 0 auto;
}

#app .viewmore {
  font-size: 1.5rem;
  height: 4.4rem;
  width: 14rem;
  text-align: center;
  line-height: 4.4rem;
  cursor: pointer;
}

#app .viewmore,
#app .viewmore .icon {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#app .viewmore .icon {
  opacity: 0;
  width: 0;
  vertical-align: sub;
  margin-left: 0;
}

#app .viewmore .icon svg {
  fill: #fff;
}

#app .viewmore:hover {
  color: #fff;
  background: var(--color);
  border: 0.1rem solid var(--color);
}

#app .viewmore:hover .icon {
  margin-left: 0.5rem;
  width: 2rem;
  opacity: 1;
}

#app .van-checkbox[aria-checked='true'] .van-checkbox__label {
  color: var(--color) !important;
}

#app .bluebox .viewmore:hover {
  background: #004098;
  border: 0.1rem solid #004098;
}

#app .bluebox .van-checkbox[aria-checked='true'] .van-checkbox__label {
  color: #004098 !important;
}

.toppassword {
  text-align: left;
  padding: 3rem 5rem;
}

.toppassword .label {
  margin-bottom: 1rem;
}

.toppassword input {
  height: 3.8rem;
  border: 0.1rem solid #ccc;
  font-size: 1.6rem;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toppassword button {
  border: none;
  font-size: 1.6rem;
  background: var(--color);
  color: #fff;
  padding: 0 2rem;
}

.el-notification {
  z-index: 2002 !important;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.containerbox1 {
  margin-top: 7rem;
}

.containerbox1 .title {
  font-size: 3.2rem;
  color: #222;
  font-weight: 700;
  line-height: 4.2rem;
  text-transform: uppercase;
}

.containerbox1 .title > h2 {
  font-size: inherit;
  font-weight: inherit;
}

.containerbox1 .line {
  width: 4.8rem;
  height: 0.3rem;
  background-color: var(--color);
  display: block;
  margin: 2rem auto;
}

.containerbox1 .sub {
  font-size: 1.5rem;
  color: #555;
  line-height: 2.6rem;
  max-width: 87.5rem;
}

.containerbox1 > .sub {
  margin: 0 auto;
}

.sub {
  color: grey;
  line-height: 2.6rem;
}

.sub,
.sub * {
  font-size: 1.5rem;
}

.empty,
.viewmore {
  text-transform: capitalize;
}

.en .containerbox1 .sub,
.en .sub {
  font-size: 1.6rem;
}

.en .sub {
  line-height: 2.6rem;
}

#app .en .viewmore,
.en .sub * {
  font-size: 1.6rem;
}

.select {
  border: 0.1rem solid #e8e8e8;
  background: #fff;
  margin-bottom: 3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.select .label {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 9;
  margin-right: 2rem;
  padding-left: 1.2rem;
}

.el-select {
  width: 100%;
  z-index: 2;
}

.el-select .el-input__inner {
  border: none;
  color: #323233;
  font-size: 1.6rem;
  height: auto;
  line-height: 1.5;
  padding: 1.5rem 1.2rem;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
}

.el-select .el-select__caret {
  color: #969799;
  font-size: 1.6rem;
}

.el-select-dropdown {
  overflow: hidden;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap {
  overflow-x: hidden;
  overflow: hidden;
  overflow-y: auto;
  margin: 0 !important;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap .el-select-dropdown__item {
  text-transform: capitalize;
}

.el-select-dropdown .el-scrollbar .el-scrollbar__wrap .el-select-dropdown__item.selected {
  color: var(--color);
}

#app .wapblock,
.el-select-dropdown .el-scrollbar .el-scrollbar__bar {
  display: none;
}

.el-select-dropdown {
  z-index: 2100 !important;
}

.van-toast {
  line-height: 1.5;
}

.van-toast .van-toast__text {
  font-size: 1.8rem;
}

.van-field {
  border: 0.1rem solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fafafa;
  margin-bottom: 3rem;
  padding: 1.5rem 1.2rem !important;
}

.van-field .van-field__label {
  color: #666;
  margin-right: 2rem;
  width: auto;
}

.van-field.van-cell--required:before,
.van-field:after {
  display: none;
}

.van-field.van-cell--required .van-field__label span {
  position: relative;
  display: block;
}

.van-field.van-cell--required .van-field__label span:before {
  position: absolute;
  color: var(--color);
  font-size: 1.4rem;
  content: '*';
  left: 100%;
  margin-left: 0.5rem;
  top: 0;
  line-height: normal;
}

.van-field .van-field__error-message {
  position: absolute;
  top: 100%;
  margin-top: 1.5rem;
  line-height: 2;
}

button {
  cursor: pointer;
}

.empty {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.8rem;
  display: block;
  width: 100%;
  color: grey;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table td,
table th {
  border: 0.1rem solid #dcdfe6;
}

table td {
  line-height: 1.5;
}

body .van-dialog {
  border-radius: initial;
}

@media screen and (max-width: 1440px) {
  .w1280 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2% 0;
  }
}

@media screen and (max-width: 768px) {
  .toppassword {
    padding: 1rem 2rem;
  }

  .toppassword .label {
    font-size: 1.4rem;
  }

  .toppassword input {
    height: 3rem;
    font-size: 1.4rem;
  }

  .toppassword button {
    font-size: 1.4rem;
    padding: 0 1rem;
    white-space: nowrap;
  }

  .containerbox {
    padding: 6.8rem 0 0;
  }

  .containerbox::-webkit-scrollbar {
    display: none !important;
  }

  .containerbox .content {
    min-height: 45%;
  }

  .w1280 {
    padding: 0 3%;
  }

  #app .waphide {
    display: none !important;
  }

  #app .wapblock {
    display: block;
  }

  #app .viewmore {
    font-size: 1.6rem;
    line-height: 2;
    height: auto;
    width: 12rem;
    cursor: pointer;
  }

  #app .viewmore .icon {
    display: none;
  }

  .containerbox1 {
    margin-top: 2rem;
  }

  .containerbox1 .title {
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: 400;
  }

  .containerbox1 .line {
    margin: 1rem auto;
  }

  .containerbox1 .sub {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  .sub,
  .sub * {
    font-size: 1.4rem;
  }

  .mini-scrollbar::-webkit-scrollbar {
    display: none !important;
  }

  .van-toast {
    line-height: 1.5;
  }

  .empty,
  .van-toast .van-toast__text {
    font-size: 1.6rem;
  }

  .empty {
    margin: 1.5rem 0;
    padding: 0;
  }

  body .van-dialog {
    border-radius: 1.6rem;
  }

  .van-field {
    height: auto;
    padding: 1rem !important;
    margin-bottom: 1.5rem;
  }

  .van-field * {
    font-size: 1.4rem;
  }

  .van-field .van-field__error-message {
    display: none;
  }

  .en .containerbox1 .sub,
  .en .sub {
    font-size: 1.4rem;
  }
}

.nav-android {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  z-index: 999;
}

.nav-android div {
  width: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 0.1rem solid #e4e4e4;
  background: #f7f7f7;
}

.nav-android div svg {
  cursor: pointer;
  color: #181818;
}

.nav-android div svg.disable {
  color: #a3a3a3;
}

.commonbottom {
  width: 100%;
  height: auto;
  color: #fff;
  background: #2e2e2e;
  overflow: hidden;
  text-align: left;
  margin-top: 6rem;
}

.commonbottom .top {
  padding: 5rem 0;
  margin: 0;
}

.commonbottom .top .left .logo {
  display: block;
  height: 4rem;
  margin-bottom: 2rem;
  margin-top: -1rem;
}

.commonbottom .top .left > div {
  display: block;
  color: #fff;
}

.commonbottom .top .left .tel {
  font-size: 2.4rem;
  line-height: 3rem;
}

.commonbottom .top .left .email {
  font-size: 1.6rem;
  line-height: 3rem;
}

.commonbottom .top .left .share {
  margin-top: 2.4rem;
}

.commonbottom .top .left .share img {
  width: 2.4rem;
  height: auto;
  margin-right: 1.5rem;
  cursor: pointer;
}

.commonbottom .top .left .share img:hover {
  opacity: 0.8;
}

.commonbottom .top .nav {
  margin: 0 auto;
  padding: 0;
}

.commonbottom .top .nav .item {
  margin-left: 6rem;
  text-transform: uppercase;
}

.commonbottom .top .nav .item:first-child {
  margin-left: 0;
}

.commonbottom .top .nav .item .name {
  font-size: 1.8rem;
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.commonbottom .top .nav .item .name:after {
  content: '';
  width: 2.4rem;
  height: 0.1rem;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.commonbottom .top .nav .item .child .item {
  color: #aaa;
  font-size: 1.4rem;
  margin-left: 0;
  line-height: 2;
  cursor: pointer;
}

.commonbottom .top .nav .item .child .item:hover {
  color: #fff;
}

.commonbottom .top .right {
  text-align: center;
}

.commonbottom .top .right img {
  width: 12.6rem;
}

.commonbottom .top .right p {
  color: #aaa;
  font-size: 1.4rem;
  line-height: 3rem;
  margin: 0;
  text-align: center;
}

.commonbottom .copyright {
  height: 7rem;
  line-height: 7rem;
  overflow: hidden;
  border-top: 0.1rem solid hsla(0, 0%, 100%, 0.05);
  color: #acacac;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commonbottom .copyright > div {
  font-size: 1.4rem;
}

.commonbottom .copyright a {
  color: #acacac;
}

.commonbottom .copyright a:hover {
  color: #e60012;
}

.commonbottom .copyright .cookie {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0.5rem 0;
  cursor: pointer;
  margin-left: 1rem;
}

.commonbottom .copyright .cookie:hover {
  color: #e60012;
}

.en .commonbottom .top .nav .item {
  margin-left: 4rem;
}

.en .commonbottom .top .nav .item:first-child {
  margin-left: 0;
}

.en .commonbottom .top .nav .item .name {
  font-weight: 700;
  font-size: 1.6rem;
}

.en .commonbottom .top .nav .item .child .item {
  font-size: 1.6rem;
  text-transform: capitalize;
}

.en .commonbottom .copyright > div,
.en .commonbottom .top .right p {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .commonbottom {
    margin-top: 2rem;
  }

  .commonbottom .top {
    padding: 2rem 0;
  }

  .commonbottom .top .left .logo {
    height: auto;
    margin-bottom: 1rem;
    margin-top: 0;
  }

  .commonbottom .top .left .tel {
    font-size: 1.6rem;
    line-height: 2;
  }

  .commonbottom .top .left .email {
    font-size: 1.4rem;
    line-height: 2;
  }

  .commonbottom .top .left .share {
    margin-top: 1rem;
  }

  .commonbottom .top .left .share img {
    width: 2.4rem;
    height: auto;
    margin-right: 1.5rem;
  }

  .commonbottom .top .right {
    text-align: center;
    margin-left: auto;
  }

  .commonbottom .top .right img {
    width: 8rem;
    margin: 0 auto;
  }

  .commonbottom .nav {
    display: none;
  }

  .commonbottom .copyright {
    height: auto;
    line-height: 1.5;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1rem 0;
  }

  .commonbottom .copyright div {
    font-size: 1.2rem;
  }

  .en .commonbottom .top .right p {
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.4rem;
  }

  .en .commonbottom .copyright > div,
  .en .commonbottom .top .right p {
    font-size: 1.4rem;
  }
}

.commonnav {
  width: 100%;
  height: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commonnav .img {
  position: relative;
  height: 100%;
}

.commonnav .img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.6)),
    to(transparent)
  );
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent);
}

.commonnav .navbanner {
  position: relative;
}

.commonnav .navbanner img {
  display: block;
  width: 100%;
}

.commonnav .navbanner .text {
  position: absolute;
  font-weight: 700;
  font-size: 4rem;
  color: #fff;
  line-height: 5.2rem;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: justify;
}

.commonnav .navbanner .text div {
  font-size: 4rem;
  position: relative;
  text-transform: uppercase;
}

.commonnav .navbanner .text div>h1 {
  font-size: 4rem;
  position: relative;
}

.commonnav .navbanner .text .sub {
  margin-top: 2rem;
  color: #fff;
}

.commonnav .navbanner .text .sub div {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  margin-top: 1.5rem;
  max-width: 50%;
  margin: 0;
  padding: 0;
}

.commonnav .navbanner .text .sub:after,
.commonnav .navbanner .text .sub div:after {
  display: none;
}

.commonnav .navbanner .text1 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 400;
}

.commonnav .navbanner .text1 div {
  font-size: 3.2rem;
}

.commonnav .navbanner .text1 .sub div {
  max-width: 100%;
  font-size: 4.8rem;
  line-height: 6.3rem;
  font-weight: 700;
}

.commonnav .nav {
  background: #f8f8f8;
  padding: 2rem 0;
}

.commonnav .nav .item {
  font-size: 1.4rem;
  line-height: 2rem;
  color: grey;
}

.commonnav .nav .item span {
  font-size: 1.4rem;
  margin: 0 0.5rem;
  text-transform: capitalize;
}

.commonnav .point {
  cursor: pointer;
}

.en .commonnav .navbanner .text div {
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 1440px) {
  .commonnav .navbanner .text div:after {
    left: 2%;
  }
}

@media screen and (max-width: 768px) {
  .commonnav .navbanner {
    height: 15rem;
  }

  .commonnav .navbanner img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .commonnav .navbanner .text {
    line-height: 1.5;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .commonnav .navbanner .text div {
    font-size: 2rem;
    padding-bottom: 1rem;
  }

  .commonnav .navbanner .text div:after {
    content: '';
    width: 5rem;
    height: 0.2rem;
  }

  .commonnav .navbanner .text .sub {
    margin-top: 1.5rem;
  }

  .commonnav .navbanner .text .sub div {
    max-width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .commonnav .nav {
    padding: 1rem 0;
  }

  .commonnav .nav .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .commonnav .nav .item span {
    white-space: nowrap;
  }
}

.commontop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  z-index: 99;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.commontop > h1 {
  display: none;
}

.commontop > div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.commontop .bg {
  background: #fff;
  position: relative;
  padding: 2.1rem 0;
  z-index: 9;
}

.commontop .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commontop .row .logo {
  width: 23.5rem;
  cursor: pointer;
}

.commontop .row .logo img {
  display: block;
  width: 235px;
}

.commontop .nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.commontop .nav .item {
  position: relative;
  margin: 0 3rem;
  font-size: 1.6rem;
  line-height: 2rem;
  cursor: pointer;
  text-transform: uppercase;
}

.commontop .nav .item .name {
  display: block;
  font-size: 1.6rem;
  padding: 1rem 0;
  position: relative;
  color: inherit;
}

.commontop .nav .item .name:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.2rem;
  width: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #e60012;
}

.commontop .nav .item .child {
  position: absolute;
  top: 100%;
  left: -1.5rem;
  background: #fff;
  padding-bottom: 0.5rem;
  padding-top: 2rem;
  text-align: left;
  width: auto;
  display: none;
  max-width: none;
  width: 18rem;
}

.commontop .nav .item .child .shadow {
  padding: 0.5rem 0;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
}

.commontop .nav .item .child .item {
  margin: 0;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

.commontop .nav .item .child .item,
.commontop .nav .item .child .item .name {
  white-space: nowrap;
  font-size: 1.4rem;
}

.commontop .nav .item .child .item .name:after {
  display: none;
}

.commontop .nav .item .child .item:hover {
  padding-left: 2rem;
  color: #fff;
  background-color: #e60012;
}

.commontop .nav .item:hover .name {
  color: #e60012;
}

.commontop .nav .item:hover .name:after {
  width: 100%;
}

.commontop .nav .item:hover .child,
.commontop .nav .item:hover .prochild {
  display: block;
}

.commontop .nav .item.navactive .name {
  color: #e60012;
}

.commontop .nav .item.navactive .name:after {
  width: 100%;
}

.commontop .nav .item.proitem {
  position: static;
}

.commontop .nav .item .prochild {
  position: absolute;
  top: 9rem;
  left: 0;
  background: #fff;
  text-align: left;
  width: 100%;
  display: none;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #fafafa;
  margin-top: -2.5rem;
}
.commontop .nav .item .prochild::before {
  content: '';
  width: calc((100% - 144rem) / 2 + 26rem);
  left: 0;
  height: 100%;
  top: 2.5rem;
  background: url(../imgs/img1.png) no-repeat right bottom;
  position: absolute;
}
.commontop .nav .item .prochild::after {
  content: '';
  width: calc((100% - 144rem) / 2);
  right: 0;
  top: 2.5rem;
  position: absolute;
  height: 100%;
  background: #fff;
}
.commontop .nav .item .prochild .boxshadow {
  overflow: hidden;
  display: block;
  height: 2rem;
  position: absolute;
  top: 2.5rem;
  width: 100%;
  z-index: 2;
}

.commontop .nav .item .prochild .boxshadow:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.1rem 0.8rem rgba(0, 0, 0, 0.5);
  display: block;
}

.commontop .nav .item .prochild .w1280 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
}

.commontop .nav .item .prochild .w1280 .left .item {
  padding: 0 !important;
  position: static;
  margin: 0;
  margin-bottom: 1rem;
  width: 26rem;
}

.commontop .nav .item .prochild .w1280 .left .item .name {
  color: #333;
  padding: 2.2rem 0 2.2rem 2.2rem;
  width: 100%;
  font-size: 1.6rem;
  display: flex;
  position: relative;
  align-items: center;
}
.commontop .nav .item .prochild .w1280 .left .item .name .img {
  width: 2.2rem;
  margin-left: 5.4rem;
  margin-right: 2rem;
}
.commontop .nav .item .prochild .w1280 .left .item .name:after {
  display: none;
}

.commontop .nav .item .prochild .w1280 .left .item.active .name {
  background: #fff;
}
.commontop .nav .item .prochild .w1280 .left .item.active .name::before {
  content: '';
  width: 0.4rem;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #e40b20;
}
.commontop .nav .item .prochild .w1280 .left .item.active.blue .name::before {
  background: #004098;
}
.commontop .nav .item .prochild .w1280 .left .item:nth-child(3).active .name {
  /* background: #004098; */
}
.commontop .nav .item .prochild .w1280 .left {
  padding: 7.5rem 0 2rem;
  min-height: 57rem;
}
.commontop .nav .item .prochild .w1280 .childbox {
  background: #fff;
  max-width: none;
  min-width: 108rem;
  flex: 1;
  padding: 9.5rem 0 4rem;
}
.commontop .nav .item .prochild .w1280 .childbox .scroll {
  max-height: 50rem;
  overflow: auto;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.5rem;
  padding: 0 4rem;
}

.commontop .nav .item .prochild .w1280 .childbox .scroll::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.commontop .nav .item .prochild .w1280 .childbox .scroll::-webkit-scrollbar-track-piece {
  background-color: #f9f9f9;
  -webkit-border-radius: 6px;
}
.commontop .nav .item .prochild .w1280 .childbox .scroll::-webkit-scrollbar-thumb:vertical {
  height: 2px;
  background-color: #eaeaea;
  -webkit-border-radius: 6px;
}
.commontop .nav .item .prochild .w1280 .childbox .scroll::-webkit-scrollbar-thumb:horizontal {
  width: 4px;
  background-color: #eaeaea;
  -webkit-border-radius: 6px;
}

.commontop .nav .item .prochild .w1280 .childbox .item {
  white-space: nowrap;
  display: flex;
  color: #666;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.commontop .nav .item .prochild .w1280 .childbox .item:hover .img {
  color: #e40b20;
}
.commontop .nav .item .prochild .w1280 .childbox .blue .item:hover .img {
  color: #004098;
}

.commontop .nav .item .prochild .w1280 .childbox .item,
.commontop .nav .item .prochild .w1280 .childbox .item .img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commontop .nav .item .prochild .w1280 .childbox .item .img {
  display: block;
  border: 0.1rem solid #f4f4f4;
  /* width: 24rem; */
  width: 100%;
  height: 20.8rem;
  padding: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #666666;
  white-space: normal;
  text-align: center;
}

.commontop .nav .item .prochild .w1280 .childbox .item .img img {
  display: block;
  margin: auto;
  max-height: calc(100% - 4rem);
}

.commontop .nav .item .prochild .w1280 .childbox .item:hover {
  background: transparent;
  color: var(--color);
}

.commontop .nav .item .prochild .w1280 .bluebox .item:hover {
  color: #004098;
}

.commontop .right {
  color: #666;
}

.commontop .right .icon:hover {
  fill: #E60012;
}

.commontop .right > .icon:first-child {
  margin-left: 0;
}

.commontop .right > div {
  font-size: 0;
  height: 2rem;
  margin-left: 2rem;
  text-transform: uppercase;
  cursor: pointer;
}

.commontop .right > div .icon {
  margin-right: 0.5rem;
  color: #666;
  vertical-align: bottom;
}

.commontop .right > div .icon svg {
  fill: #666;
}

.commontop .right > div span {
  font-size: 1.2rem;
  line-height: 2rem;
}

.commontop .right > div:hover {
  color: #e60012;
}

.commontop .right > div:hover svg {
  fill: #e60012;
}

.commontop .searchbox {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 50%;
  width: 100%;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  visibility: hidden;
  /* overflow: hidden; */
}

.commontop .searchbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.commontop .searchbox .input {
  width: 50%;
}
.commontop .searchbox .input input {
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem;
  border: none;
  margin: 5.4rem 0;
  border-radius: initial !important;
}

.commontop .searchbox .layui-input {
  border: none;
  text-align: center;
}
div.layui-form-select dl dd {
  text-align: left;
  padding: 0 2rem;
}
div.layui-form-select dl dd.layui-this {
  background: transparent;
  color: var(--color);
  font-weight: bold;
}
.commontop .searchbox .select {
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: 5.4rem 0;
  height: 5.2rem;
  line-height: 5.2rem;
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  margin-right: 2rem;
}

.commontop .searchbox button {
  background-color: var(--color);
  border: none;
  color: #fff;
  height: 5.2rem;
  line-height: 5.2rem;
  margin-left: 2rem;
  padding: 0 3rem;
  cursor: pointer;
}
.layui-icon {
  font-size: inherit !important;
}
.commontop .searchbox.active {
  top: 100%;
  opacity: 1;
  height: auto;
  visibility: visible;
}

.commontop .searchbox .el-select {
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: none;
  margin: 5.4rem 0;
  height: 5.2rem;
  line-height: 5.2rem;
  width: 12rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  margin-right: 2rem;
}

.commontop .searchbox .el-select input {
  margin: 0 !important;
  padding: 0;
  height: auto;
  line-height: normal;
}

.commontop .searchbox .el-select .el-input__suffix {
  margin-top: -0.2rem;
}

.commontop .wapright {
  margin-left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.commontop .wapright div .icon {
  vertical-align: middle;
}
.commontop .wapright .mobile-btn {
  margin-left: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}
.commontop .wapright .nav {
  font-size: 2.5rem;
  padding: 0;
  height: 2.5rem;
  margin-left: 1rem;
}

.commontop .wapnav {
  background: #fff;
  position: absolute;
  width: 100%;
  top: 100%;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
  overflow: hidden;
  border-top: 0.1rem solid #ccc;
  text-align: left;
  font-size: 1.6rem;
  line-height: 2;
  padding: 0;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.commontop .wapnav .item .name {
  padding: 1rem 1.5rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.commontop .wapnav .item .van-icon {
  float: right;
}

.commontop .wapnav .child,
.commontop .wapnav .childbox {
  background: #f7f8fa;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 100%;
}
.commontop .wapnav .childbox .item {
  display: block;
}
.commontop .wapnav .child .item,
.commontop .wapnav .childbox .item {
  padding: 0.5rem 2.5rem;
}

.commontop .wapnav .child.active,
.commontop .wapnav .childbox.active {
  max-height: 100vh;
}

.commontop .wapnav.active {
  top: 100%;
  opacity: 1;
  height: calc(100vh - 6.8rem);
}

.commontop .wapnav .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0;
  border-top: 0.1rem solid #eee;
}

.commontop .wapnav .bottom > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  padding: 0.5rem 0;
  line-height: 3;
  font-size: 1.6rem;
}

.commontop .wapnav .bottom > div:first-child {
  border-right: 0.1rem solid #eee;
}

.commontop .wapnav .bottom > div .icon {
  margin-right: 1rem;
}

.commontop .wapnav .probox > .item .name {
  padding: 0;
}

.commontop .wapnav .childbox .item {
  padding: 0.5rem 1rem;
}

.commontop .wechatbox {
  position: fixed;
  z-index: 999;
  right: 0;
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  bottom: 45%;
  background: transparent;
  border-top-left-radius: 5.6rem;
  border-bottom-left-radius: 5.6rem;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0.3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.commontop .wechatbox .icon {
  background: #E60012;
  padding: 1.5rem;
  width: auto;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.3rem;
}

.commontop .wechatbox .icon svg {
  width: 3.5rem;
  height: 3.5rem;
  display: block;
}

.commontop .wechatbox .text {
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.commontop .wechatbox .text .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #fff;
}

.commontop .wechatbox .text .sub {
  font-size: 1.3rem;
  line-height: 2.2rem;
  color: #fff;
}

.commontop .wechatbox:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #E60012;
  padding-right: 1.5rem;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.commontop .wechatbox:hover .icon {
  background: #fff;
}

.commontop .wechatbox:hover .icon path,
.commontop .wechatbox:hover .icon svg {
  fill: #E60012;
}

.commontop .wechatbox:hover .text {
  opacity: 1;
}

.en .commontop .nav .item .prochild .w1280 .left .item .name {
  line-height: 1.5;
}

.en .commontop .nav .item .child {
  width: auto;
}

.en .commontop .wechatbox .text .title {
  text-transform: capitalize;
  font-weight: 700;
}

.en .commontop .nav .item .name {
  font-weight: 700;
}

.en .commontop .nav .item .child .item,
.en .commontop .nav .item .prochild .w1280 .childbox .item .img,
.en .commontop .nav .item .prochild .w1280 .left .item .name {
  font-size: 1.6rem;
  text-transform: capitalize;
  font-weight: 400;
}
.layui-input,
.layui-select,
.layui-textarea {
  border: none;
}
@media screen and (max-width: 1280px) {
  .commontop .nav .item .prochild .w1280 .childbox {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
:root {
  --color: #e60012;
}
@media screen and (max-width: 768px) {
  .commontop .bg {
    padding: 1.5rem 0;
  }

  .commontop .wapright {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .commontop .row .logo img {
    /* width: 80%; */
  }

  .commontop .searchbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .commontop .searchbox .select {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: none;
    width: 8rem;
    height: 3.5rem;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-right: 0.1rem solid #eee;
  }
  .commontop .searchbox .layui-input {
    font-size: 1.4rem;
  }
  .commontop .layui-form-select dl {
    width: 17rem;
    top: 3.5rem;
  }

  .commontop .layui-form-select dl dd,
  .commontop .layui-form-select dl dt {
    font-size: 1.4rem;
    padding: 0 1rem;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 3.4rem;
    line-height: 3.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
  }
  .commontop .searchbox .input input {
    margin: 1.5rem 0;
    height: auto;
    line-height: 2.5;
    font-size: 1.4rem;
    padding: 0 1rem;
  }

  .commontop .searchbox button {
    height: auto;
    line-height: 2.5;
    font-size: 1.4rem;
    margin: 0;
    position: relative;
  }

  .commontop .searchbox .el-select {
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: none;
    width: 8rem;
    height: 3.5rem;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #fff;
    border-right: 0.1rem solid #eee;
  }

  .commontop .searchbox .el-select > .el-input {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .commontop .searchbox .el-select input {
    margin: 0 !important;
    padding: 0;
    height: auto;
    line-height: normal;
  }

  .commontop .searchbox .el-select .el-input__suffix {
    margin-top: 0;
    line-height: normal;
  }

  .commontop .wechatbox {
    padding: 0;
    bottom: 10%;
    -webkit-transform: initial;
    transform: none;
  }

  .commontop .wechatbox .icon {
    padding: 1rem;
  }

  .commontop .wechatbox .icon svg {
    width: 3rem;
    height: 3rem;
  }

  .commontop .wechatbox .text {
    display: none;
  }

  .commontop .wechatbox:hover {
    background: transparent;
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.popup-area {
  position: absolute;
  width: 100%;
  -webkit-transition: max-height 0.8s, opacity 0.5s;
  transition: max-height 0.8s, opacity 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0.6, 0.2, 1);
}

.popup-area .popup-box {
  overflow-x: hidden;
  background: #fff;
  padding: 1rem;
  -webkit-box-shadow: 0 1rem 1.2rem #ddd;
  box-shadow: 0 1rem 1.2rem #ddd;
  margin-bottom: 2rem;
}

.popup-area .popup-box::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
  background: transparent;
}

.popup-area .popup-box::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

.popup-area .popup-box:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

.popup-area .popup-box:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

.popup-area .popup-box .title {
  margin: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-area .popup-box .title .title-label {
  font-size: 1.6rem;
  font-weight: bolder;
  letter-spacing: 0.1rem;
}

.popup-area .policy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.popup-area .policy-list > div {
  margin: 0.5rem;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  font-size: 1.5rem;
  padding: 0.5rem;
  border-radius: 0.6rem;
  color: #666;
  border: 0.1rem solid #ececec;
  margin-bottom: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.popup-area .policy-list > div.active {
  color: #127aff;
  border: 0.1rem solid #127aff;
}

.slide-down {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}

.slide-up {
  max-height: 0;
  opacity: 0.5;
  -webkit-transition: max-height 0.3s, opacity 0.4s;
  transition: max-height 0.3s, opacity 0.4s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  overflow: hidden;
}

.van-checkbox .van-checkbox__label {
  font-size: 1.6rem;
}

.van-checkbox[aria-checked='true'] .van-checkbox__label {
  color: #0070ff;
}

.uni-input-placeholder {
  color: #fff !important;
  font-weight: 400;
}

.noData {
  padding-top: 20%;
  font-size: 1.6rem;
  color: #ccc;
}

.button-default-double {
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 5rem;
}

.button-default-double div {
  width: 90%;
  margin: 1rem 5%;
  bottom: 2rem;
  background: #0070ff;
}

.button-default-double div:hover {
  background: #0090ff;
}

.button-default-double div {
  width: 45%;
  margin: 1rem 0.7rem;
  margin-bottom: 0;
}

.button-default-double div:last-child {
  color: #333;
  background: #edeff6;
}

.button-default-double div:last-child:hover {
  background: #eff1f8;
}

.mobile-fade-enter-active,
.mobile-fade-leave-active {
  position: absolute;
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.mobile-fade-enter,
.mobile-fade-leave-to {
  opacity: 0;
}

.foot-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fafafa;
  padding: 0.3rem 0;
  border-top: 0.1rem solid #eee;
}

.foot-nav .tool-bar > div {
  float: left;
  width: 25%;
  cursor: pointer;
  padding-bottom: 0.7rem;
}

.foot-nav .tool-bar .active svg {
  fill: #549e73;
}

.foot-nav .tool-bar .active span {
  color: #549e73;
}

.foot-nav .tool-bar svg {
  padding: 0.6rem 0;
  display: block;
  height: 2.5rem;
  fill: #999;
}

.foot-nav .tool-bar span,
.foot-nav .tool-bar svg {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: auto;
}

.foot-nav .tool-bar span {
  color: #999;
  float: left;
  width: 100%;
  font-size: 1.2rem;
  padding-bottom: 0.3rem;
}

.foot-nav .nav-android div {
  width: 25%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 0.1rem solid #e4e4e4;
  background: #f7f7f7;
}

.foot-nav .nav-android div svg {
  cursor: pointer;
  color: #181818;
}

.foot-nav .nav-android div svg.disable {
  color: #a3a3a3;
}

.win-box {
  border-radius: 0.2rem;
  border: 0.1rem solid #1d47a0;
  -webkit-box-shadow: 0 0.1rem 3rem 1.3rem inset #0e2f6a;
  box-shadow: inset 0 0.1rem 3rem 1.3rem #0e2f6a;
  margin-bottom: 2rem;
}

.win-box.mini {
  background: #0b2153;
  -webkit-box-shadow: 0 0.1rem 1.9rem 0.9rem inset #0c2459;
  box-shadow: inset 0 0.1rem 1.9rem 0.9rem #0c2459;
  border: 0.1rem solid #143882;
  color: #fff;
  padding: 1rem;
  width: 26%;
}

.win-box.mini .sub {
  font-size: 1.6rem;
  position: relative;
  bottom: 0.1rem;
}

.win-box.mini .num {
  font-size: 2rem;
  position: relative;
  top: 0.3rem;
}

.win-box.mini .num span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #f8b62d;
}

.win-box .title {
  font-size: 2.2rem;
  font-weight: 500;
}

.win-box .offset {
  right: 2rem;
}

.win-box .big {
  position: relative;
  top: 1.4rem;
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}

h3[data-v-a87ea5ee] {
  margin: 4rem 0 0;
}

ul[data-v-a87ea5ee] {
  list-style-type: none;
  padding: 0;
}

li[data-v-a87ea5ee] {
  display: inline-block;
  margin: 0 1rem;
}

a[data-v-a87ea5ee] {
  color: #42b983;
}

.icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.margin-top[data-v-e88ae10c] {
  margin-top: 23%;
  background: transparent;
}

.loadEffect[data-v-e88ae10c] {
  top: 40%;
  width: 10rem;
  height: 10rem;
  position: relative;
  margin: 0 auto;
  background: transparent;
}

.loadEffect span[data-v-e88ae10c] {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e2e2e2;
  position: absolute;
  -webkit-animation: load-data-v-e88ae10c 1.04s ease infinite;
}

@-webkit-keyframes load-data-v-e88ae10c {
  0% {
    -webkit-transform: scale(1.2);
    -webkit-transition: scale(1.2);
    transition: scale(1.2);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.3);
    -webkit-transition: scale(0.3);
    transition: scale(0.3);
    opacity: 0.5;
  }
}

.loadEffect span[data-v-e88ae10c]:first-child {
  left: 0;
  top: 50%;
  margin-top: -1rem;
  -webkit-animation-delay: 0.13s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(2) {
  left: 1.4rem;
  top: 1.4rem;
  -webkit-animation-delay: 0.26s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -1rem;
  -webkit-animation-delay: 0.39s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(4) {
  top: 1.4rem;
  right: 1.4rem;
  -webkit-animation-delay: 0.52s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -1rem;
  -webkit-animation-delay: 0.65s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(6) {
  right: 1.4rem;
  bottom: 1.4rem;
  -webkit-animation-delay: 0.78s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -1rem;
  -webkit-animation-delay: 0.91s;
}

.loadEffect span[data-v-e88ae10c]:nth-child(8) {
  bottom: 1.4rem;
  left: 1.4rem;
  -webkit-animation-delay: 1.04s;
}

.maps {
  overflow: hidden;
}

.maps,
.maps #allmap {
  height: 100%;
  width: 100%;
}

.maps #allmap {
  margin: 0 auto;
  position: relative;
}

.maps #allmap .BMap_Marker > div,
.maps #allmap img {
  max-width: none;
}

.maps #allmap .BMap_Marker .BMapLabel {
  max-width: none;
  position: relative;
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem #ccc;
  box-shadow: 0.2rem 0.2rem 0.2rem #ccc;
}

.maps #allmap .BMap_Marker .BMapLabel:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 0.2rem -0.2rem 0.2rem #ccc;
  box-shadow: 0.2rem -0.2rem 0.2rem #ccc;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
}

.nav-top .nav-top-area {
  position: absolute;
  padding: 1rem 0;
  letter-spacing: 0.1rem;
  width: 100%;
  background: #fff;
  color: #303030;
  font-weight: bolder;
  z-index: 10;
  height: 2.4rem;
  border-bottom: 0.1rem solid #f8f8f8;
}

.nav-top .nav-top-area.sp {
  z-index: 0;
}

.nav-top .nav-top-area .back-icon {
  cursor: pointer;
  float: left;
  width: 2.3rem;
  height: 2.3rem;
  fill: #303030;
  padding-left: 2rem;
}

.nav-top .nav-top-area .left-off {
  position: relative;
  right: 2.15rem;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.fill {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-fill {
  height: 100%;
  flex-direction: column;
}

.column-fill,
.column-fill > :nth-child(n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
}

.column-fill > :nth-child(n) {
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.row-box {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.column,
.row-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

.column {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.between,
.space-around {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-scrollbar {
  overflow-x: hidden;
}

.mini-scrollbar::-webkit-scrollbar {
  width: 0.6rem;
  height: 0.6rem;
}

.mini-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 0.4rem;
}

.mini-scrollbar:hover::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 53%, 0.4);
}

.mini-scrollbar:hover::-webkit-scrollbar-track {
  background: hsla(0, 0%, 53%, 0.1);
}

.ellipsis {
  display: inline-block;
  white-space: nowrap;
  max-width: 13rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-ellipsis {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.button-default {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.button-default div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-default-flex div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-flex div {
  -webkit-box-flex: 0.3;
  -ms-flex: 0.3;
  flex: 0.3;
}

.minor-button {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.minor-button div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.minor-button div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.minor-button div {
  background: #da9528;
}

.minor-button div:hover {
  background: #df9a2d;
}

.primary-button {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.primary-button div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.primary-button div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.touch-active:active {
  background: #eee;
}

.active-soft {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.active-soft:hover {
  -webkit-filter: brightness(1.2) saturate(110%) contrast(110%);
  filter: brightness(1.2) saturate(110%) contrast(110%);
}

.button-default-double {
  border-radius: 0.8rem;
  font-size: 1.6rem;
  max-width: 70rem;
  margin: auto 1rem;
}

.button-default-double div {
  height: 100%;
  width: 100%;
  float: left;
  padding: 1.2rem 0;
  color: #fff;
  border-radius: 0.5rem;
  background: #2684fe;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 600;
  letter-spacing: 0.1rem;
  cursor: pointer;
  -webkit-box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1),
    0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14), 0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.3rem 0.1rem -0.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.14),
    0 0.1rem 0.5rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-double div:hover {
  background: #4a98ff;
  -webkit-box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1),
    0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04), 0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0.2rem 0.4rem -0.1rem rgba(0, 0, 0, 0.1), 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.04),
    0 0.1rem 1rem 0 rgba(0, 0, 0, 0.02);
}

.button-default-double div {
  width: 35%;
  margin: 1rem 11.5%;
  margin-bottom: 3rem;
}

.button-default-double .button-ripple {
  font-size: 1.6rem;
  padding: 1rem 0;
}

.button-default-double div:last-child {
  color: #bbb;
}

.button-default-double div:last-child:hover {
  color: #999;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.mathauto {
  text-transform: math-auto;
}

.button-ripple {
  background: transparent;
  border: none;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    color 0.2s cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1),
    background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    -webkit-box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.button-ripple:hover {
  background-color: hsla(0, 0%, 62%, 0.2);
}

.__cov-ripple {
  display: block;
  position: absolute;
  background: rgba(209, 229, 255, 0.66);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  width: 0.1rem;
  height: 0.1rem;
}

.__cov-ripple.animate {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}

@-webkit-keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}

@keyframes ripple {
  to {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
