@charset "UTF-8";

/** variables **/
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4000742 */
  src: url("/font/font_4000742_byc0elyye7o.woff2") format("woff2"), url("/font/font_4000742_byc0elyye7o.woff") format("woff"), url("/font/font_4000742_byc0elyye7o.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 1.6rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

html {
  font-size: 62.5%;
}

body {
  background-color: #F8F9FA;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", "微软雅黑", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #292929;
}

[v-cloak] {
  display: none;
}

a {
  transition: all .3s ease-in-out 0s;
}

img {
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

figure {
  padding: 0;
  margin: 0;
}

.scroll {
  height: 38rem;
  overflow-y: auto;
}

.scroll::-webkit-scrollbar {
  height: .6rem;
  width: .6rem;
  background-color: rgba(112, 112, 112, 0.01);
  border-radius: .3rem;
}

.scroll::-webkit-scrollbar-track {
  background-color: rgba(112, 112, 112, 0.01);
  border-radius: .3rem;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: .3rem;
  background-color: rgba(112, 112, 112, 0.5);
}

.text-primary {
  color: #AA1F24 !important;
}

.bg-primary {
  background-color: #AA1F24 !important;
}

.bg-primary-subtle {
  background-color: rgba(170, 31, 36, 0.1) !important;
}

.border-primary {
  border-color: #AA1F24 !important;
}

.text-secondary {
  color: #E09B01 !important;
}

.bg-secondary {
  background-color: #E09B01 !important;
}

.bg-secondary-subtle {
  background-color: rgba(224, 155, 1, 0.1) !important;
}

.border-secondary {
  border-color: #E09B01 !important;
}

.text-dark {
  color: #292929 !important;
}

.bg-dark {
  background-color: #292929 !important;
}

.bg-dark-subtle {
  background-color: rgba(41, 41, 41, 0.1) !important;
}

.border-dark {
  border-color: #292929 !important;
}

.text-gray {
  color: #707070 !important;
}

.bg-gray {
  background-color: #707070 !important;
}

.bg-gray-subtle {
  background-color: rgba(112, 112, 112, 0.1) !important;
}

.border-gray {
  border-color: #707070 !important;
}

.text-light {
  color: #F8F9FA !important;
}

.bg-light {
  background-color: #F8F9FA !important;
}

.bg-light-subtle {
  background-color: rgba(248, 249, 250, 0.1) !important;
}

.border-light {
  border-color: #F8F9FA !important;
}

.text-white {
  color: #FFFFFF !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-white-subtle {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.border-white {
  border-color: #FFFFFF !important;
}

.text-success {
  color: #00C08F !important;
}

.bg-success {
  background-color: #00C08F !important;
}

.bg-success-subtle {
  background-color: rgba(0, 192, 143, 0.1) !important;
}

.border-success {
  border-color: #00C08F !important;
}

.text-danger {
  color: #F85858 !important;
}

.bg-danger {
  background-color: #F85858 !important;
}

.bg-danger-subtle {
  background-color: rgba(248, 88, 88, 0.1) !important;
}

.border-danger {
  border-color: #F85858 !important;
}

.text-warning {
  color: #EBAE4A !important;
}

.bg-warning {
  background-color: #EBAE4A !important;
}

.bg-warning-subtle {
  background-color: rgba(235, 174, 74, 0.1) !important;
}

.border-warning {
  border-color: #EBAE4A !important;
}

.text-info {
  color: #3EC6FF !important;
}

.bg-info {
  background-color: #3EC6FF !important;
}

.bg-info-subtle {
  background-color: rgba(62, 198, 255, 0.1) !important;
}

.border-info {
  border-color: #3EC6FF !important;
}

.h-25 {
  height: 25%;
}

.w-25 {
  width: 25%;
}

.h-50 {
  height: 50%;
}

.w-50 {
  width: 50%;
}

.h-75 {
  height: 75%;
}

.w-75 {
  width: 75%;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.h-auto {
  height: auto;
}

.w-auto {
  width: auto;
}

a {
  text-decoration: none;
  color: #292929;
}

a:hover {
  color: #d5272d;
}

.font-w-lighter {
  font-weight: lighter;
}

.font-w-normal {
  font-weight: normal;
}

.font-w-bold {
  font-weight: bold;
}

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

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

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

h1,
.h1 {
  font-size: 2.8rem;
}

h2,
.h2 {
  font-size: 2.4rem;
}

h3,
.h3 {
  font-size: 2.2rem;
}

h4,
.h4 {
  font-size: 2rem;
}

h5,
.h5 {
  font-size: 1.8rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

.size-16 {
  height: 1.6rem;
  width: 1.6rem;
}

.l-h-16 {
  line-height: 1.6rem !important;
}

.size-24 {
  height: 2.4rem;
  width: 2.4rem;
}

.l-h-24 {
  line-height: 2.4rem !important;
}

.size-32 {
  height: 3.2rem;
  width: 3.2rem;
}

.l-h-32 {
  line-height: 3.2rem !important;
}

.size-48 {
  height: 4.8rem;
  width: 4.8rem;
}

.l-h-48 {
  line-height: 4.8rem !important;
}

.size-64 {
  height: 6.4rem;
  width: 6.4rem;
}

.l-h-64 {
  line-height: 6.4rem !important;
}

.size-72 {
  height: 7.2rem;
  width: 7.2rem;
}

.l-h-72 {
  line-height: 7.2rem !important;
}

.size-96 {
  height: 9.6rem;
  width: 9.6rem;
}

.l-h-96 {
  line-height: 9.6rem !important;
}

.size-128 {
  height: 12.8rem;
  width: 12.8rem;
}

.l-h-128 {
  line-height: 12.8rem !important;
}

.iconfont.i-16 {
  font-size: 1.6rem !important;
}

.iconfont.i-24 {
  font-size: 2.4rem !important;
}

.iconfont.i-32 {
  font-size: 3.2rem !important;
}

.iconfont.i-48 {
  font-size: 4.8rem !important;
}

.iconfont.i-64 {
  font-size: 6.4rem !important;
}

.iconfont.i-72 {
  font-size: 7.2rem !important;
}

.iconfont.i-96 {
  font-size: 9.6rem !important;
}

.iconfont.i-128 {
  font-size: 12.8rem !important;
}

hr,
.hr {
  border: none;
  border-bottom: 0.1rem #DDDDDD solid;
  margin: 0.8rem 0;
}

.hr-dashed {
  border-bottom-style: dashed;
}

.border {
  border: 0.1rem solid #DDDDDD;
}

.border-w-1 {
  border-width: 0.1rem !important;
}

.border-w-2 {
  border-width: 0.2rem !important;
}

.border-w-4 {
  border-width: 0.4rem !important;
}

.border-w-6 {
  border-width: 0.6rem !important;
}

.border-top {
  border-top: 0.1rem solid #DDDDDD;
}

.border-end {
  border-right: 0.1rem solid #DDDDDD;
}

.border-bottom {
  border-bottom: 0.1rem solid #DDDDDD;
}

.border-start {
  border-left: 0.1rem solid #DDDDDD;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.d-inline {
  display: inline !important;
}

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

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.8rem !important;
}

.m-2 {
  margin: 1.2rem !important;
}

.m-3 {
  margin: 2.4rem !important;
}

.m-4 {
  margin: 3.6rem !important;
}

.m-5 {
  margin: 4.8rem !important;
}

.m-a {
  margin: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.8rem !important;
}

.mt-2 {
  margin-top: 1.2rem !important;
}

.mt-3 {
  margin-top: 2.4rem !important;
}

.mt-4 {
  margin-top: 3.6rem !important;
}

.mt-5 {
  margin-top: 4.8rem !important;
}

.mt-a {
  margin-top: auto !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 0.8rem !important;
}

.mr-2 {
  margin-right: 1.2rem !important;
}

.mr-3 {
  margin-right: 2.4rem !important;
}

.mr-4 {
  margin-right: 3.6rem !important;
}

.mr-5 {
  margin-right: 4.8rem !important;
}

.mr-a {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.8rem !important;
}

.mb-2 {
  margin-bottom: 1.2rem !important;
}

.mb-3 {
  margin-bottom: 2.4rem !important;
}

.mb-4 {
  margin-bottom: 3.6rem !important;
}

.mb-5 {
  margin-bottom: 4.8rem !important;
}

.mb-a {
  margin-bottom: auto !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 0.8rem !important;
}

.ml-2 {
  margin-left: 1.2rem !important;
}

.ml-3 {
  margin-left: 2.4rem !important;
}

.ml-4 {
  margin-left: 3.6rem !important;
}

.ml-5 {
  margin-left: 4.8rem !important;
}

.ml-a {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 0.8rem !important;
}

.p-2 {
  padding: 1.2rem !important;
}

.p-3 {
  padding: 2.4rem !important;
}

.p-4 {
  padding: 3.6rem !important;
}

.p-5 {
  padding: 4.8rem !important;
}

.p-a {
  padding: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.8rem !important;
}

.pt-2 {
  padding-top: 1.2rem !important;
}

.pt-3 {
  padding-top: 2.4rem !important;
}

.pt-4 {
  padding-top: 3.6rem !important;
}

.pt-5 {
  padding-top: 4.8rem !important;
}

.pt-a {
  padding-top: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pr-1 {
  padding-right: 0.8rem !important;
}

.pr-2 {
  padding-right: 1.2rem !important;
}

.pr-3 {
  padding-right: 2.4rem !important;
}

.pr-4 {
  padding-right: 3.6rem !important;
}

.pr-5 {
  padding-right: 4.8rem !important;
}

.pr-a {
  padding-right: auto !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.8rem !important;
}

.pb-2 {
  padding-bottom: 1.2rem !important;
}

.pb-3 {
  padding-bottom: 2.4rem !important;
}

.pb-4 {
  padding-bottom: 3.6rem !important;
}

.pb-5 {
  padding-bottom: 4.8rem !important;
}

.pb-a {
  padding-bottom: auto !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-1 {
  padding-left: 0.8rem !important;
}

.pl-2 {
  padding-left: 1.2rem !important;
}

.pl-3 {
  padding-left: 2.4rem !important;
}

.pl-4 {
  padding-left: 3.6rem !important;
}

.pl-5 {
  padding-left: 4.8rem !important;
}

.pl-a {
  padding-left: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mx-1 {
  margin-right: 0.8rem !important;
  margin-left: 0.8rem !important;
}

.my-1 {
  margin-top: 0.8rem !important;
  margin-bottom: 0.8rem !important;
}

.px-1 {
  padding-right: 0.8rem !important;
  padding-left: 0.8rem !important;
}

.py-1 {
  padding-top: 0.8rem !important;
  padding-bottom: 0.8rem !important;
}

.mx-2 {
  margin-right: 1.2rem !important;
  margin-left: 1.2rem !important;
}

.my-2 {
  margin-top: 1.2rem !important;
  margin-bottom: 1.2rem !important;
}

.px-2 {
  padding-right: 1.2rem !important;
  padding-left: 1.2rem !important;
}

.py-2 {
  padding-top: 1.2rem !important;
  padding-bottom: 1.2rem !important;
}

.mx-3 {
  margin-right: 2.4rem !important;
  margin-left: 2.4rem !important;
}

.my-3 {
  margin-top: 2.4rem !important;
  margin-bottom: 2.4rem !important;
}

.px-3 {
  padding-right: 2.4rem !important;
  padding-left: 2.4rem !important;
}

.py-3 {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
}

.mx-4 {
  margin-right: 3.6rem !important;
  margin-left: 3.6rem !important;
}

.my-4 {
  margin-top: 3.6rem !important;
  margin-bottom: 3.6rem !important;
}

.px-4 {
  padding-right: 3.6rem !important;
  padding-left: 3.6rem !important;
}

.py-4 {
  padding-top: 3.6rem !important;
  padding-bottom: 3.6rem !important;
}

.mx-5 {
  margin-right: 4.8rem !important;
  margin-left: 4.8rem !important;
}

.my-5 {
  margin-top: 4.8rem !important;
  margin-bottom: 4.8rem !important;
}

.px-5 {
  padding-right: 4.8rem !important;
  padding-left: 4.8rem !important;
}

.py-5 {
  padding-top: 4.8rem !important;
  padding-bottom: 4.8rem !important;
}

.mx-a {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.px-a {
  padding-right: auto !important;
  padding-left: auto !important;
}

.py-a {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

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

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

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

.justify-content-end {
  justify-content: flex-end;
}

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

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

.justify-content-around {
  justify-content: space-around;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

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

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

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

.align-self-end {
  align-self: flex-end;
}

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

.shrink-0 {
  flex-shrink: 0 !important;
}

.order-0 {
  order: 0 !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.shrink-1 {
  flex-shrink: 1 !important;
}

.order-1 {
  order: 1 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.row {
  position: relative;
  margin-right: -1.2rem;
  margin-left: -1.2rem;
}

.col {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

.col-1 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-1 {
    width: 8.3333333333%;
  }
}

.col-2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-2 {
    width: 16.6666666667%;
  }
}

.col-3 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-3 {
    width: 25%;
  }
}

.col-4 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-4 {
    width: 33.3333333333%;
  }
}

.col-5 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-5 {
    width: 41.6666666667%;
  }
}

.col-6 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-6 {
    width: 50%;
  }
}

.col-7 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-7 {
    width: 58.3333333333%;
  }
}

.col-8 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-8 {
    width: 66.6666666667%;
  }
}

.col-9 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-9 {
    width: 75%;
  }
}

.col-10 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-10 {
    width: 83.3333333333%;
  }
}

.col-11 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-11 {
    width: 91.6666666667%;
  }
}

.col-12 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .col-12 {
    width: 100%;
  }
}

.lattice {
  display: flex;
}

.lattice .cell {
  background-color: #FFFFFF;
  border: solid #DDDDDD 0.1rem;
  border-right-width: 0.05rem;
  border-left-width: 0.05rem;
}

.lattice .cell:first-child {
  border-left-width: 0.1rem;
}

.lattice .cell:last-child {
  border-right-width: 0.1rem;
}

.lattice .cell.cell-hover:hover {
  background-color: #F8F9FA;
}

.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 114rem;
  padding: 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0;
  }
}

.p-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sidebar {
  width: 26rem;
}

.sidebar .sidebar-inner {
  padding: 1.2rem;
}

.ratio-16-9 {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.ratio-9-16 {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.text-vertical-lr {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  cursor: pointer;
}

.breadcrumb {
  list-style: none;
  padding-left: 0;
  font-size: 1.4rem;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li:not(:last-child)::after {
  content: ' / ';
  color: #DDDDDD;
}

.table {
  width: 100%;
  border-collapse: collapse;
  color: #292929;
}

.table th,
.table td {
  padding: 0.8rem 1.2rem;
}

.table a {
  text-decoration: underline;
  color: #AA1F24;
}

.table th {
  text-align: left;
  border-bottom: 0.2rem #DDDDDD solid;
}

.table td {
  border-bottom: 0.1rem #DDDDDD solid;
}

.table.table-bordered {
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.5rem;
}

.table.table-bordered th,
.table.table-bordered td:not(:first-child) {
  border-left: 0.1rem solid #DDDDDD;
}

.table.table-striped thead tr {
  background-color: #F8F9FA;
}

.table.table-striped tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.table.table-striped tbody tr:nth-child(even) {
  background-color: #F8F9FA;
}

.table.table-hover tbody tr:hover {
  background-color: rgba(170, 31, 36, 0.1);
}

.table.table-nowrap th,
.table.table-nowrap td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table.border-primary th,
.table.border-primary td {
  border-color: #AA1F24 !important;
}

.table.border-secondary th,
.table.border-secondary td {
  border-color: #E09B01 !important;
}

.table.border-dark th,
.table.border-dark td {
  border-color: #292929 !important;
}

.table.border-gray th,
.table.border-gray td {
  border-color: #707070 !important;
}

.table.border-light th,
.table.border-light td {
  border-color: #F8F9FA !important;
}

.table.border-white th,
.table.border-white td {
  border-color: #FFFFFF !important;
}

.table.border-success th,
.table.border-success td {
  border-color: #00C08F !important;
}

.table.border-danger th,
.table.border-danger td {
  border-color: #F85858 !important;
}

.table.border-warning th,
.table.border-warning td {
  border-color: #EBAE4A !important;
}

.table.border-info th,
.table.border-info td {
  border-color: #3EC6FF !important;
}

.table-wrap {
  position: relative;
  overflow-x: auto;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
  outline: none;
  background-color: #FFFFFF;
  border: 0.1rem solid #DDDDDD;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  transition: all .3s ease-in-out 0s;
  height: 3.6rem;
  padding: 0 1.2rem;
}

.form-input:not(:disabled):focus {
  border-color: #AA1F24;
  box-shadow: 0 0 0 0.2rem rgba(170, 31, 36, 0.3);
}

.form-input:disabled {
  background-color: #F8F9FA;
}

.form-input:invalid {
  padding-right: 3.6rem;
}

textarea.form-input {
  padding: 1.2rem;
  min-height: 7.2rem;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzcwNzA3MCIgZD0iTTgyNi4yMTggNTg3LjQxMkgxOTcuNzgyTDUxMiA5NjQuNDc0bDMxNC4yMTgtMzc3LjA2MnpNMTk3Ljc4MiA0MzYuNTg4aDYyOC40MzZMNTEyIDU5LjUyNiAxOTcuNzgyIDQzNi41ODh6Ii8+PC9zdmc+");
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-position: center right 1rem;
  padding-right: 0.6rem;
}

.form-item-label {
  display: inline-block;
  line-height: 3.6rem;
}

.form-item-control {
  position: relative;
}

.form-item {
  position: relative;
}

.form-item.is-required .form-item-label::before {
  content: '\e6bf';
  font-family: 'iconfont';
  color: #F85858;
  display: inline-block;
}

.form-item.is-success .form-input {
  border-color: #00C08F;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iIzAwQzA4RiIgZD0iTTUxMiA0Mi41MTRjMjU5LjI5NCAwIDQ2OS40ODYgMjEwLjE5MiA0NjkuNDg2IDQ2OS40ODZTNzcxLjI5NCA5ODEuNDg2IDUxMiA5ODEuNDg2IDQyLjUxNCA3NzEuMjk0IDQyLjUxNCA1MTIgMjUyLjcwNiA0Mi41MTQgNTEyIDQyLjUxNHptMCA4Mi44NWMtMjEzLjUzMyAwLTM4Ni42MzUgMTczLjEwMy0zODYuNjM1IDM4Ni42MzZTMjk4LjQ2NyA4OTguNjM1IDUxMiA4OTguNjM1IDg5OC42MzUgNzI1LjUzMyA4OTguNjM1IDUxMiA3MjUuNTMzIDEyNS4zNjUgNTEyIDEyNS4zNjV6bTIxOC44MzYgMTY0LjQ1OSA1OS40MzEgNTcuNzE5LTM1MS44OTMgMzYyLjExMkwyNjEuMjM5IDUyNS44OWw1OS42NTMtNTcuNDk4IDExNy43MyAxMjIuMTIyIDI5Mi4yMTQtMzAwLjY5MnoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.6rem;
}

.form-item.is-success .form-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 192, 143, 0.3);
}

.form-item.is-success .valid-feedback {
  color: #00C08F;
}

.form-item.is-error .form-input {
  border-color: #F85858;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEwMjQgMTAyNCI+PHBhdGggZmlsbD0iI0Y4NTg1OCIgZD0iTTUxMiA0Mi41MTRjMjU5LjI5NCAwIDQ2OS40ODYgMjEwLjE5MiA0NjkuNDg2IDQ2OS40ODZTNzcxLjI5NCA5ODEuNDg2IDUxMiA5ODEuNDg2IDQyLjUxNCA3NzEuMjk0IDQyLjUxNCA1MTIgMjUyLjcwNiA0Mi41MTQgNTEyIDQyLjUxNHptMCA4Mi44NWMtMjEzLjUzMyAwLTM4Ni42MzUgMTczLjEwMy0zODYuNjM1IDM4Ni42MzZTMjk4LjQ2NyA4OTguNjM1IDUxMiA4OTguNjM1IDg5OC42MzUgNzI1LjUzMyA4OTguNjM1IDUxMiA3MjUuNTMzIDEyNS4zNjUgNTEyIDEyNS4zNjV6bTQxLjQyNSAzMDMuNzg2Vjc2MC41NWgtODIuODVWNDI5LjE1aDgyLjg1em0wLTEzOC4wODV2ODIuODVoLTgyLjg1di04Mi44NWg4Mi44NXoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  background-size: 1.6rem;
}

.form-item.is-error .form-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 88, 88, 0.3);
}

.form-item.is-error .valid-feedback {
  color: #F85858;
}

.check {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  height: 1.6rem;
  width: 1.6rem;
  border: 0.1rem solid #DDDDDD;
  vertical-align: middle;
  margin-top: -4px;
}

.check:disabled {
  opacity: .5;
  cursor: no-drop;
}

.check:checked {
  background-color: #AA1F24;
  border-color: #AA1F24;
}

.check[type=checkbox] {
  border-radius: 0.5rem;
}

.check[type=radio] {
  border-radius: 50%;
}

.check:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M448 865.3L63.5 535.7l66.2-77.2 304.5 260.9 446.7-560.7 79.6 63.4z' fill='%23ffffff' /%3E%3C/svg%3E");
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
}

.check:checked[type=radio] {
  background-color: white;
  border-color: #AA1F24;
  border-width: 0.5rem;
}

.switch {
  position: absolute;
  opacity: 0;
}

.switch+ins {
  position: relative;
  top: 0;
  display: inline-block;
  height: 1.8rem;
  width: 3.6rem;
  border-radius: 0.9rem;
  background-color: #DDDDDD;
  box-shadow: 0 0 0 0.4rem #DDDDDD;
  text-decoration: none;
  vertical-align: middle;
  margin: 0.4rem;
  margin-top: 0;
  transition: all .3s ease-in-out 0s;
}

.switch+ins::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border-radius: 50%;
  height: 1.8rem;
  width: 1.8rem;
  transition: all .3s ease-in-out 0s;
}

.switch:checked+ins {
  border-color: #00C08F;
  background-color: #00C08F;
  box-shadow: 0 0 0 0.4rem #00C08F;
}

.switch:checked+ins::before {
  left: 1.8rem;
}

.switch:checked:disabled+ins {
  cursor: no-drop;
  opacity: .5;
}

.switch:disabled+ins {
  cursor: no-drop;
  opacity: .5;
}

.btn,
.btn-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  cursor: pointer;
  background-color: transparent;
  border: 0.1rem solid transparent;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  transition: all .3s ease-in-out 0s;
}

.btn {
  height: 3.6rem;
  padding: 0 1.2rem;
}

.btn.bg-primary:hover {
  background-color: #d5272d !important;
}

.btn.bg-primary:active {
  background-color: #941b1f !important;
}

.btn.border-primary {
  border-color: #AA1F24;
  color: #AA1F24;
}

.btn.border-primary:hover {
  background-color: rgba(170, 31, 36, 0.125) !important;
}

.btn.border-primary:active {
  background-color: rgba(170, 31, 36, 0.25) !important;
}

.btn.bg-secondary:hover {
  background-color: #feb616 !important;
}

.btn.bg-secondary:active {
  background-color: #c78901 !important;
}

.btn.border-secondary {
  border-color: #E09B01;
  color: #E09B01;
}

.btn.border-secondary:hover {
  background-color: rgba(224, 155, 1, 0.125) !important;
}

.btn.border-secondary:active {
  background-color: rgba(224, 155, 1, 0.25) !important;
}

.btn.bg-dark:hover {
  background-color: #434343 !important;
}

.btn.bg-dark:active {
  background-color: #1c1c1c !important;
}

.btn.border-dark {
  border-color: #292929;
  color: #292929;
}

.btn.border-dark:hover {
  background-color: rgba(41, 41, 41, 0.125) !important;
}

.btn.border-dark:active {
  background-color: rgba(41, 41, 41, 0.25) !important;
}

.btn.bg-gray:hover {
  background-color: #8a8a8a !important;
}

.btn.bg-gray:active {
  background-color: #636363 !important;
}

.btn.border-gray {
  border-color: #707070;
  color: #707070;
}

.btn.border-gray:hover {
  background-color: rgba(112, 112, 112, 0.125) !important;
}

.btn.border-gray:active {
  background-color: rgba(112, 112, 112, 0.25) !important;
}

.btn.bg-light:hover {
  background-color: white !important;
}

.btn.bg-light:active {
  background-color: #e9ecef !important;
}

.btn.border-light {
  border-color: #F8F9FA;
  color: #F8F9FA;
}

.btn.border-light:hover {
  background-color: rgba(248, 249, 250, 0.125) !important;
}

.btn.border-light:active {
  background-color: rgba(248, 249, 250, 0.25) !important;
}

.btn.bg-white:hover {
  background-color: white !important;
}

.btn.bg-white:active {
  background-color: #f2f2f2 !important;
}

.btn.border-white {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.btn.border-white:hover {
  background-color: rgba(255, 255, 255, 0.125) !important;
}

.btn.border-white:active {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.btn.bg-success:hover {
  background-color: #00f3b5 !important;
}

.btn.bg-success:active {
  background-color: #00a77c !important;
}

.btn.border-success {
  border-color: #00C08F;
  color: #00C08F;
}

.btn.border-success:hover {
  background-color: rgba(0, 192, 143, 0.125) !important;
}

.btn.border-success:active {
  background-color: rgba(0, 192, 143, 0.25) !important;
}

.btn.bg-danger:hover {
  background-color: #fa8989 !important;
}

.btn.bg-danger:active {
  background-color: #f74040 !important;
}

.btn.border-danger {
  border-color: #F85858;
  color: #F85858;
}

.btn.border-danger:hover {
  background-color: rgba(248, 88, 88, 0.125) !important;
}

.btn.border-danger:active {
  background-color: rgba(248, 88, 88, 0.25) !important;
}

.btn.bg-warning:hover {
  background-color: #f0c378 !important;
}

.btn.bg-warning:active {
  background-color: #e8a433 !important;
}

.btn.border-warning {
  border-color: #EBAE4A;
  color: #EBAE4A;
}

.btn.border-warning:hover {
  background-color: rgba(235, 174, 74, 0.125) !important;
}

.btn.border-warning:active {
  background-color: rgba(235, 174, 74, 0.25) !important;
}

.btn.bg-info:hover {
  background-color: #71d5ff !important;
}

.btn.bg-info:active {
  background-color: #25beff !important;
}

.btn.border-info {
  border-color: #3EC6FF;
  color: #3EC6FF;
}

.btn.border-info:hover {
  background-color: rgba(62, 198, 255, 0.125) !important;
}

.btn.border-info:active {
  background-color: rgba(62, 198, 255, 0.25) !important;
}

.btn:disabled {
  opacity: .5;
  pointer-events: none;
}

.btn-pill {
  border-radius: 1.8rem;
}

.btn-icon {
  border: none;
}

.btn-icon.btn-icon-light {
  background-color: #F8F9FA;
  color: #AA1F24;
}

.btn-icon.btn-icon-light:hover {
  background-color: #00C08F;
  color: #FFFFFF;
}

.navbar {
  position: relative;
}

.navbar-brand {
  position: relative;
  font-size: 2.4rem;
  padding-left: 4rem;
  margin-right: 6rem;
}

.navbar-brand::before {
  content: '';
  position: absolute;
  left: 0;
  height: 3.2rem;
  width: 3.2rem;
  background-size: cover;
  background-image: url(/image/vue/logo.svg);
}

.navbar-nav {
  list-style: none;
  padding-left: 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .navbar-nav {
    display: block;
  }
}

.navbar-nav .nav-item {
  display: inline-block;
}

.navbar-nav .nav-link {
  position: relative;
  padding: 0.8rem 1.2rem;
  line-height: 6rem;
}

.navbar-nav .nav-link::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 1.2rem;
  left: 1.2rem;
  height: 0;
  background-color: #AA1F24;
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.navbar-nav .nav-link.active {
  color: #AA1F24;
}

.navbar-nav .nav-link.active::before {
  height: .3rem;
  opacity: 1;
}

.navbar-nav .nav-link.dropdown-toggle {
  padding-right: 2.4rem;
}

.navbar-nav .nav-link.dropdown-toggle::after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0.6rem;
  top: 50%;
  margin-top: -0.8rem;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z' fill='dark'/></svg>");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  transition: all .3s ease-in-out 0s;
}

.navbar-nav .nav-item:hover .nav-link::before {
  height: .1rem;
  opacity: .5;
}

.navbar-nav .nav-item:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}

.nav {
  list-style: none;
  padding-left: 0;
}

.nav .nav-item {
  display: inline-block;
}

.nav .nav-link {
  position: relative;
  padding: 0.8rem 1.2rem;
}

.dropdown-menu {
  position: absolute;
  z-index: 9;
  top: 6rem;
  background-color: #FFFFFF;
  padding: 1.2rem 0;
  box-shadow: 0 0.3rem 3rem rgba(41, 41, 41, 0.25);
}

.dropdown-menu .menu-link {
  display: block;
  padding: 0.6rem 2.4rem;
  white-space: nowrap;
}

.dropdown-menu .menu-link:hover {
  background-color: rgba(170, 31, 36, 0.1);
}

.nav-pills {
  background-color: rgba(0, 192, 143, 0.2);
  line-height: 3rem;
}

.nav-pills,
.nav-pills .nav-item {
  height: 3rem;
  border-radius: 1.5rem;
}

.nav-pills .nav-item {
  padding: 0 1.2rem;
  cursor: pointer;
}

.nav-pills .nav-item.active {
  background-color: #00C08F;
  color: #FFFFFF;
  cursor: default;
}

.mobile-nav-toggle {
  position: relative;
  height: 3rem;
  width: 3rem;
  border: 0.1rem #DDDDDD solid;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  color: #707070;
  cursor: pointer;
}

.mobile-nav-toggle::before {
  content: '\e6ac';
  font-family: 'iconfont';
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .mobile-nav-toggle {
    display: none;
  }
}

.mobile-nav {
  position: absolute;
  z-index: 9;
  right: 0;
  left: 0;
  top: 6rem;
  background-color: #FFFFFF;
  padding: 2.4rem;
  display: grid;
  grid-auto-flow: row dense;
  grid-gap: 2.4rem;
  grid-template-columns: repeat(3, 1fr);
  transform: translateY(-150%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.mobile-nav.on {
  transform: translateY(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .mobile-nav {
    display: none;
  }
}


.mobile-nav-link {
  display: block;
  padding: 0.4rem 0;
}

.header {
  z-index: 99;
  background-color: #FFFFFF;
  box-shadow: 0 0.3rem 0.9rem rgba(41, 41, 41, 0.05);
}

.user-toolbar {
  height: 6rem;
}

.footer {
  background-color: #292929;
}

.footer a {
  color: #fff;
}

.avatar:hover {
  transform: rotate(5deg);
}

.avatar-group {
  position: relative;
}

.avatar-group .avatar {
  position: relative;
  display: block;
  float: left;
}

.avatar-group .avatar:not(:first-child) {
  margin-left: -1.2rem;
}

.section {
  position: relative;
}

.section.bg-media {
  background-repeat: no-repeat;
  background-size: cover;
}

.section.bg-media::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 41, 41, 0.75);
}

.section.bg-fixed {
  background-attachment: fixed;
}

.section .container {
  z-index: 1;
}

.bg-video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}

.archive {
  position: relative;
  z-index: 1;
  margin-top: -8rem;
}

.archive .aside {
  display: none;
  width: 24rem;
  box-shadow: 0.3rem 0 0.9rem rgba(41, 41, 41, 0.05);
}

@media screen and (min-width: 768px) {
  .archive .aside {
    display: block;
  }
}

.archive .aside .aside-menu-link {
  position: relative;
  display: block;
  padding: 0.8rem 2.4rem;
}

.archive .aside .aside-menu-link:hover {
  background-color: rgba(170, 31, 36, 0.1);
}

.archive .aside .aside-menu-link.active {
  color: #AA1F24;
  font-weight: bold;
}

.archive .aside .aside-menu-link.active::after {
  content: '\e85a';
  font-family: 'iconfont';
  position: absolute;
  right: 2.4rem;
}

.archives-header,
.aside-header {
  position: relative;
  height: 8rem;
}

.aside-header {
  line-height: 8rem;
}

.aside-header::before {
  content: attr(data-ename);
  position: absolute;
  left: 2.4rem;
  color: #FFFFFF;
  opacity: .125;
  font-size: 6rem;
  font-weight: bold;
}

.article {
  position: relative;
  z-index: 1;
  margin-top: -12rem;
}

.article-header {
  height: 12rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.reading {
  margin: 0 auto;
  max-width: 80rem;
}

.reading {
  line-height: 1.8;
  text-indent: 2em;
}

.reading h1,
.reading h2,
.reading h3,
.reading h4,
.reading h5,
.reading h6,
.reading div,
.reading table,
.reading ul,
.reading ol,
.reading dl,
.reading p,
.reading img,
.reading pre,
.reading code,
.reading form,
.reading figure {
  margin-bottom: 1.2rem;
}

.reading figure,
.reading img,
.reading div {
  text-indent: 0;
}

.reading img {
  max-width: 100%;
}


.card {
  position: relative;
  display: block;
}

.card .card-header,
.card .card-body {
  position: relative;
  padding: 2.4rem;
}

.card .card-header {
  border-top-right-radius: 0.5rem;
  border-top-left-radius: 0.5rem;
}

.card .card-header .card-title {
  position: relative;
  padding-left: 1.6rem;
  color: #AA1F24;
  font-size: 2rem;
}

.card .card-header .card-title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  display: block;
  height: 2rem;
  width: 0.6rem;
  background-color: #AA1F24;
  border-radius: .2rem;
}

.card .card-header .more {
  position: relative;
  padding-right: 2rem;
}

.card .card-header .more::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 1.6rem;
  width: 1.6rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjEyIj48cGF0aCBmaWxsPSIjMWI4MjZkIiBkPSJNNy40NjcgNS42YS41LjUgMCAwIDEgMCAuOEwuOCAxMS40QS41LjUgMCAwIDEgMCAxMVYxQS41LjUgMCAwIDEgLjguNloiLz48L3N2Zz4=);
  background-position: center;
  background-repeat: no-repeat;
}

.card .card-header+.card-body {
  padding-top: 0;
}

.card .card-header.border-bottom {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.card .card-header.border-bottom+.card-body {
  padding-top: 2.4rem;
}

.card .card-waistline {
  padding: 0.8rem 2.4rem;
  margin-right: -2.4rem;
  margin-left: -2.4rem;
}

.card.card-border {
  border: solid 0.1rem #DDDDDD;
}

.card.card-shadow {
  box-shadow: 0 0.3rem 0.9rem rgba(41, 41, 41, 0.05);
}

.card-grap-grid {
  margin-right: -1.2rem;
  margin-left: -1.2rem;
  display: flex;
}

.card-grap-grid .card {
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  flex-grow: 1;
}

.ladder .alpha {
  padding: 1.2rem 2.4rem;
  text-align: center;
}

.ladder .alpha:first-child {
  border-bottom-left-radius: 0.5rem;
  color: #FFFFFF;
}

.ladder .alpha:last-child {
  border-bottom-right-radius: 0.5rem;
}

.list-unstyled,
.list-unstyled li,
.list-inline,
.list-inline li {
  position: relative;
}

.list-unstyled,
.list-inline {
  list-style: none;
  padding-left: 0;
}

.list-unstyled li>ul {
  padding-left: 2em;
}

.list-inline {
  position: relative;
  margin: -.5rem;
}

.list-inline .list-inline-item {
  display: inline-block;
  padding: .5rem;
}

.badge {
  border-radius: 0.5rem;
  padding: 1rem;
  display: inline-block;
  line-height: 1;
}

.slide-fade-enter-active {
  transition: all .3s ease;
}

.slide-fade-leave-active {
  transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to {
  transform: translateY(2.4rem);
  opacity: 0;
}

.swiper-imax,
.swiper-imax .swiper-slide {
  position: relative;
}

.swiper-imax .swiper-slide {
  overflow: hidden;
}

.swiper-imax-media {
  z-index: 0;
}

@media screen and (min-width: 1200px) {
  .swiper-imax-media {
    height: 80vh;
  }
}

.swiper-imax-inner {
  position: absolute;
  right: 0;
  left: 0;
}

.swiper-imax-inner {
  z-index: 1;
  bottom: 0;
  color: #FFFFFF;
  background: linear-gradient(0, rgba(41, 41, 41, 0.75), transparent);
}

.swiper {
  --swiper-theme-color: #AA1F24;
  --swiper-navigation-color: rgba(0, 0, 0, .5);
  --swiper-navigation-size: 3.2rem;
  --swiper-pagination-color: #FFFFFF;
  /* 两种都可以 */
}

.banner {
  position: relative;
  overflow: hidden;
}

.banner.banner-archive {
  height: 24rem;
  padding-bottom: 8rem;
}

.banner.banner-article {
  height: 16rem;
  padding-bottom: 12rem;
}

.banner::after {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 41, 41, 0.5);
}

.banner .banner-media {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .banner .banner-media {
    height: auto;
    width: 100%;
  }
}

.banner .banner-inner {
  position: relative;
  z-index: 1;
}

.news-grid {
  display: grid;
  grid-auto-flow: row dense;
  grid-gap: 2.4rem;
}

.news-grid .news-grid-item {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .news-grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }

  .news-grid-5 .news-grid-item:nth-of-type(1) {
    grid-column-start: span 2;
    grid-row-start: span 2;
  }
}

.news-figure {
  position: relative;
  overflow: hidden;
}

.news-figure figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(41, 41, 41, 0.5);
}

.news-item {
  position: relative;
  border-bottom: #AA1F24 solid 0.4rem;
}

.news-item::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
  background: url(/image/vue/logo_outline.svg) no-repeat top left;
  background-size: cover;
  opacity: 0.125;
  transition: all .3s ease-in-out 0s;
}

.news-item:hover::before {
  opacity: 0;
}

.placard {
  position: relative;
  overflow: hidden;
  background-color: #F8F9FA;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 44rem;
}

.placard .placard-media,
.placard .placard-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .3s ease-in-out 0s;
}

.placard .placard-media {
  z-index: 0;
  height: 100%;
}

.placard .placard-inner {
  background-color: rgba(41, 41, 41, 0.5);
  color: #FFFFFF;
}

.placard:hover .placard-media {
  transform: scale(1.1);
}

.readmore {
  position: relative;
  color: #AA1F24;
}

.readmore::after {
  content: '\e761';
  font-family: 'iconfont';
  padding-left: 1.2rem;
}

.readmore-vertical::after {
  content: '\e750';
  padding-top: 1.2rem;
}

.card-support {
  overflow: hidden;
}

.card-support .iconfont.i-96 {
  position: absolute;
  top: -10%;
  right: -5%;
  opacity: .125;
}

.card-download {
  background-color: #F8F9FA;
}

.card-download.win_7 {
  color: #04B4F2;
}

.card-download.win_7:hover {
  background-color: #04B4F2;
}

.card-download.win_10 {
  color: #0078D8;
}

.card-download.win_10:hover {
  background-color: #0078D8;
}

.card-download.android {
  color: #3DDC84;
}

.card-download.android:hover {
  background-color: #3DDC84;
}

.card-download.ios {
  color: #1D1D1F;
}

.card-download.ios:hover {
  background-color: #1D1D1F;
}

.card-download:hover {
  color: #FFFFFF;
}

/*# sourceMappingURL=style.css.map */