@font-face {
	font-family: 'u-icon';
	src: url(/css/clientlib-solution-v6/images/solution-v6-u-icon.eot);
	src: url(/css/clientlib-solution-v6/images/solution-v6-u-icon.eot) format('embedded-opentype'),
	url(/css/clientlib-solution-v6/images/solution-v6-u-icon.woff2) format('woff2'),
	url(/css/clientlib-solution-v6/images/solution-v6-u-icon.woff) format('woff'),
	url(/css/clientlib-solution-v6/images/solution-v6-u-icon.ttf) format('truetype'),
	url(/css/clientlib-solution-v6/images/solution-v6-u-icon.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}

.u-icon {
	font-family: 'u-icon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.u-icon-add:before {
	content: "\EA01"
}

.u-icon-cancel:before {
	content: "\EA02"
}

.u-icon-confirm:before {
	content: "\EA03"
}

.u-icon-date:before {
	content: "\EA04"
}

.u-icon-download:before {
	content: "\EA05"
}

.u-icon-edit:before {
	content: "\EA06"
}

.u-icon-heart:before {
	content: "\EA07"
}

.u-icon-help:before {
	content: "\EA08"
}

.u-icon-home:before {
	content: "\EA09"
}

.u-icon-infomation:before {
	content: "\EA0A"
}

.u-icon-menu:before {
	content: "\EA0B"
}

.u-icon-minus:before {
	content: "\EA0C"
}

.u-icon-purchase:before {
	content: "\EA0D"
}

.u-icon-refresh:before {
	content: "\EA0E"
}

.u-icon-search:before {
	content: "\EA0F"
}

.u-icon-star-outline:before {
	content: "\EA10"
}

.u-icon-star:before {
	content: "\EA11"
}

.u-icon-visible:before {
	content: "\EA12"
}

.u-icon-double-down:before {
	content: "\EA13"
}

.u-icon-double-left:before {
	content: "\EA14"
}

.u-icon-double-right:before {
	content: "\EA15"
}

.u-icon-double-up:before {
	content: "\EA16"
}

.u-icon-down:before {
	content: "\EA17"
}

.u-icon-left:before {
	content: "\EA18"
}

.u-icon-more:before {
	content: "\EA19"
}

.u-icon-play:before {
	content: "\EA1A"
}

.u-icon-right:before {
	content: "\EA1B"
}

.u-icon-triangle-down:before {
	content: "\EA1C"
}

.u-icon-up:before {
	content: "\EA1D"
}
.v6-link {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-link:hover {
  text-decoration: underline;
}
.v6-link:active {
  color: #344899;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.v6-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.v6-col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .v6-col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
.v6-col,
[class^=v6-col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 8px;
  padding-right: 8px;
}
.v6-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 4.16666667%;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 4.16666667%;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }
}
.v6-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333333%;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
}
.v6-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
.v6-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666667%;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}
.v6-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20.83333333%;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20.83333333%;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }
}
.v6-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1439px) {
  .v6-col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.v6-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 29.16666667%;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29.16666667%;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }
}
.v6-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333333%;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}
.v6-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
}
.v6-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
}
.v6-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.83333333%;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.83333333%;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }
}
.v6-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 1439px) {
  .v6-col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.v6-col-13 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54.16666667%;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-13 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54.16666667%;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }
}
.v6-col-14 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-14 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
}
.v6-col-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-15 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
}
.v6-col-16 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666667%;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-16 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
}
.v6-col-17 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.83333333%;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-17 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70.83333333%;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }
}
.v6-col-18 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
@media (max-width: 1439px) {
  .v6-col-lg-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-18 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}
.v6-col-19 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 79.16666667%;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-19 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 79.16666667%;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }
}
.v6-col-20 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333333%;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
}
.v6-col-21 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 87.5%;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}
@media (max-width: 1439px) {
  .v6-col-lg-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-21 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }
}
.v6-col-22 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66666667%;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
@media (max-width: 1439px) {
  .v6-col-lg-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-22 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
}
.v6-col-23 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95.83333333%;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}
@media (max-width: 1439px) {
  .v6-col-lg-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-23 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 95.83333333%;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }
}
.v6-col-24 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1439px) {
  .v6-col-lg-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 1279px) {
  .v6-col-md-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 979px) {
  .v6-col-sm-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .v6-col-xs-24 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.v6-section {

  background-color: #ffffff;
}
.v6-section.v6-section-merge-spacing {
  padding-top: 0;
}
.v6-section[data-bg="grey"] {
  background: #fafafa;
}
.v6-section[data-bg="blue"] {
  background-image: linear-gradient(215deg, #1a2f5b 0%, #1a2f5b 62%, #020c20 100%, #05122c 100%);
}
.v6-section[data-bg="transparent"] {
  background-color: transparent;
}
.v6-section-head {
  padding-bottom: 32px;
  font-size: 0;
  text-align: center;
}
.v6-section-title {
  display: inline-block;
  position: relative;
  padding-left: 42px;
  padding-right: 42px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252b3a;
}
.v6-section-title[data-theme="light"] {
  color: #ffffff;
}
.v6-section-title .v6-section-title-ornament-left,
.v6-section-title .v6-section-title-ornament-right {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-size: cover;
}
.v6-section-title .v6-section-title-ornament-left {
  left: 0;
}
.v6-section-title .v6-section-title-ornament-right {
  right: 0;
}
.v6-section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #575d6c;
}
.v6-section-subtitle[data-theme="light"] {
  color: #adb0b8;
}
.v6-section-subtitle em {
  font-style: normal;
  color: #C7000B;
}
.v6-section-subtitle a {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-section-subtitle a:hover {
  text-decoration: underline;
}
.v6-section-subtitle a:active {
  color: #344899;
}
.v6-section-title + .v6-section-subtitle {
  margin-top: 16px;
}
.v6-section-head[data-theme="light"] .v6-section-title,
.v6-section-head[data-theme="light"] .v6-section-subtitle {
  color: #ffffff;
}
.v6-section-head[data-theme="light"] .v6-section-title a,
.v6-section-head[data-theme="light"] .v6-section-subtitle a {
  color: #96adfa;
  cursor: pointer;
  transition: .2s;
}
.v6-section-head[data-theme="light"] .v6-section-title a:hover,
.v6-section-head[data-theme="light"] .v6-section-subtitle a:hover {
  text-decoration: underline;
}
.v6-section-head[data-theme="light"] .v6-section-title a:active,
.v6-section-head[data-theme="light"] .v6-section-subtitle a:active {
  color: #344899;
}
.v6-section-explain {
  margin-top: 32px;
  font-size: 12px;
  line-height: 18px;
  color: #adb0b8;
}
.v6-section-explain a[href] {
  color: #526ecc;
  cursor: pointer;
  transition: .2s;
}
.v6-section-explain a[href]:hover {
  text-decoration: underline;
}
.v6-section-explain a[href]:active {
  color: #344899;
}
@media (max-width: 767px) {
  .v6-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .v6-section-head {
    padding-bottom: 16px;
  }
  .v6-section-title {
    font-size: 18px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .v6-section-title .v6-section-title-ornament-left,
  .v6-section-title .v6-section-title-ornament-right {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .v6-section-subtitle {
    font-size: 12px;
  }
  .v6-section-title + .v6-section-subtitle {
    margin-top: 8px;
  }
  .v6-section-explain {
    margin-top: 16px;
  }
}
.v6-container {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .v6-container {
    max-width: ;
  }
}
@media (max-width: 1279px) {
  .v6-container {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) {
  .v6-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.v6-btn {
  display: inline-block;
  background: transparent;
  border: solid 1px transparent;
  outline: none;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  transition: .2s;
  height: 32px;
  font-size: 12px;
  line-height: 30px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 2px;
}
.v6-btn-small {
  height: 28px;
  font-size: 12px;
  line-height: 26px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px;
}
.v6-btn-large {
  height: 40px;
  font-size: 14px;
  line-height: 38px;
  padding-left: 32px;
  padding-right: 32px;
  border-radius: 2px;
}
@media (max-width: 1439px) {
  .v6-btn-lg-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-lg-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-lg-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 1279px) {
  .v6-btn-md-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-md-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-md-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 979px) {
  .v6-btn-sm-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-sm-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-sm-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
@media (max-width: 767px) {
  .v6-btn-xs-small {
    height: 28px;
    font-size: 12px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 2px;
  }
  .v6-btn-xs-middle {
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
  }
  .v6-btn-xs-large {
    height: 40px;
    font-size: 14px;
    line-height: 38px;
    padding-left: 32px;
    padding-right: 32px;
    border-radius: 2px;
  }
}
.v6-btn-primary {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-primary:hover {
  background-color: #d64a52;
  border-color: #d64a52;
  color: #ffffff;
  box-shadow: 0 8px 6px -4px rgba(246, 111, 106, 0.5);
}
.v6-btn-primary[disabled],
.v6-btn-primary.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
  box-shadow: none;
}
.v6-btn-secondary {
  background-color: #ffffff;
  border-color: #C7000B;
  color: #C7000B;
}
.v6-btn-secondary:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-secondary[disabled],
.v6-btn-secondary.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
}
.v6-btn-dark {
  border-color: #8a8e99;
  color: #575d6c;
}
.v6-btn-dark:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-dark[disabled],
.v6-btn-dark.v6-btn-disabled {
  background-color: #f5f5f6;
  border-color: #dfe1e6;
  color: #dfe1e6;
}
.v6-btn-light {
  border-color: #ffffff;
  color: #ffffff;
}
.v6-btn-light:hover {
  background-color: #C7000B;
  border-color: #C7000B;
  color: #ffffff;
}
.v6-btn-light[disabled],
.v6-btn-light.v6-btn-disabled {
  background-color: #666666;
  border-color: #666666;
  color: #adb0b8;
}
.v6-filter-btn {
  display: inline-block;
  position: relative;
}
.v6-filter-btn input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.v6-filter-btn span {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  border: solid 1px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 30px;
  transition: .2s;
  color: #252b3a;
  border-color: #adb0b8;
}
.v6-filter-btn input:hover + span,
.v6-filter-btn input:checked + span {
  color: #C7000B;
  border-color: #C7000B;
}
.v6-select {
  display: inline-block;
  position: relative;
  min-width: 194px;
  height: 28px;
  padding-right: 28px;
  border: solid 1px #adb0b8;
  border-radius: 2px;
  background: white;
  cursor: pointer;
  transition: .2s;
}
.v6-select:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  opacity: 0;
}
.v6-select:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  vertical-align: middle;
  border: solid 4px transparent;
  border-bottom: none;
  border-top: solid 5px #575d6c;
  margin-top: -2px;
}
.v6-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding-left: 9px;
  padding-right: 0;
  background: transparent;
  font-size: 14px;
  color: #252b3a;
  line-height: 26px;
  cursor: pointer;
}
.v6-select select::-ms-expand {
  display: none;
}
.v6-select-trigger {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 9px;
  padding-right: 28px;
  background: rgba(0, 0, 0, 0);
  font-size: 0;
}
.v6-select-trigger span {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: 27px;
  font-size: 14px;
  line-height: 26px;
  white-space: nowrap;
  color: transparent;
  overflow: hidden;
  opacity: 0;
  transition: .2s;
}
.v6-select-trigger span:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #5e7ce0;
  border-left: solid 1px white;
  border-right: solid 1px white;
  margin-top: -2px;
}
@keyframes select-text-hover-first {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.v6-select-option-list {
  display: none;
  position: absolute;
  z-index: 9;
  top: 100%;
  left: -1px;
  right: -1px;
  max-height: 151px;
  overflow: auto;
  border: solid #5e7ce0;
  border-width: 0 1px 1px 1px;
  border-radius: 0 0 2px 2px;
}
.v6-select-option-list li {
  padding: 4px 9px;
  background: white;
  font-size: 14px;
  line-height: 22px;
  color: #252b3a;
  transition: .2s;
}
.v6-select-option-list li:hover {
  background: #f2f5fc;
  color: #526ecc;
}
.v6-select-option-list li.selected {
  background: #5e7ce0;
  color: #ffffff;
}
.v6-select:not(.open).hover {
  border-color: #575d6c;
}
.v6-select:not(.open).hover .v6-select-trigger span {
  opacity: 1;
}
.v6-select.open {
  border-color: #5e7ce0;
  border-radius: 2px 2px 0 0;
}
.v6-select.open .v6-select-trigger {
  border-bottom: solid 1px #dfe1e6;
}
.v6-select.open .v6-select-option-list {
  display: block;
}
.v6-select-block {
  display: block;
}
.v6-text-title-t1 {
  font-weight: 700;
  font-size: 52px;
  line-height: 65px;
  color: #252b3a;
}
.v6-text-title-t1[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #252b3a;
}
.v6-text-title-t2[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #252b3a;
}
.v6-text-title-t3[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #252b3a;
}
.v6-text-title-t4[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #252b3a;
}
.v6-text-title-t5[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t6 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #252b3a;
}
.v6-text-title-t6[data-theme="light"] {
  color: #ffffff;
}
.v6-text-title-t7 {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.v6-text-title-t7[data-theme="light"] {
  color: #ffffff;
}
.v6-text-subtitle-t1 {
  font-size: 18px;
  line-height: 23px;
  color: #575d6c;
}
.v6-text-subtitle-t1[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-subtitle-t2 {
  font-size: 16px;
  line-height: 20px;
  color: #575d6c;
}
.v6-text-subtitle-t2[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-subtitle-t3 {
  font-size: 14px;
  line-height: 18px;
  color: #575d6c;
}
.v6-text-subtitle-t3[data-theme="light"] {
  color: #adb0b8;
}
.v6-text-body-t1 {
  font-size: 16px;
  line-height: 24px;
  color: #575d6c;
}
.v6-text-body-t1[data-theme="light"] {
  color: #ffffff;
}
.v6-text-body-t2 {
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
}
.v6-text-body-t2[data-theme="light"] {
  color: #ffffff;
}
.text-caption-t1 {
  font-size: 12px;
  line-height: 18px;
  color: #8a8e99;
}
.text-caption-t1[data-theme="blue"] {
  color: #526ecc;
}
.v6-card {
  background-color: #ffffff;
  border: solid 1px #adb0b8;
}
.v6-card.v6-card-xl {
  padding: 56px 40px;
}
.v6-card.v6-card-l {
  padding: 32px 32px;
}
.v6-card.v6-card-m {
  padding: 24px 24px;
}
.v6-card.v6-card-align-left {
  text-align: left;
}
.v6-card.v6-card-align-center {
  text-align: center;
}
.v6-card-bottom {
  padding-top: 24px;
}
.v6-checkbox {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}
.v6-checkbox input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.v6-checkbox input[type="checkbox"] + span {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #8a8e99;
  border-radius: 2px;
  background-color: white;
  transition: .2s;
}
.v6-checkbox input[type="checkbox"] + span i {
  margin: 1px;
  font-size: 12px;
  color: white;
  transform: scale(0);
  transition: .2s;
}
.v6-checkbox input[type="checkbox"]:focus + span,
.v6-checkbox input[type="checkbox"]:hover + span {
  border-color: #5e7ce0;
}
.v6-checkbox input[type="checkbox"]:checked + span {
  border-color: #5e7ce0;
  background-color: #5e7ce0;
}
.v6-checkbox input[type="checkbox"]:checked + span i {
  transform: scale(1);
}
.v6-checkbox input[type="checkbox"]:checked:hover + span {
  border-color: #7693f5;
  background-color: #7693f5;
}
.v6-checkbox input[type="checkbox"]:checked:active + span {
  border-color: #465eb8;
  background-color: #465eb8;
}
.v6-checkbox input[type="checkbox"]:disabled {
  cursor: default;
}
.v6-checkbox input[type="checkbox"]:disabled + span,
.v6-checkbox input[type="checkbox"]:disabled:hover + span {
  border-color: #dfe1e6;
  background-color: #f5f5f6;
}
.v6-checkbox input[type="checkbox"]:disabled + span i,
.v6-checkbox input[type="checkbox"]:disabled:hover + span i {
  color: #dfe1e6;
}
.v6-radio {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
}
.v6-radio input[type="radio"] {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  opacity: 0;
  cursor: pointer;
}
.v6-radio input[type="radio"] + span {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: solid 1px #8a8e99;
  border-radius: 50%;
  background-color: white;
  transition: .2s;
}
.v6-radio input[type="radio"] + span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 4px;
  background-color: #5e7ce0;
  transform: scale(0);
  transition: .2s;
}
.v6-radio input[type="radio"]:focus + span,
.v6-radio input[type="radio"]:hover + span {
  border-color: #5e7ce0;
}
.v6-radio input[type="radio"]:checked + span {
  border-color: #5e7ce0;
}
.v6-radio input[type="radio"]:checked + span:before {
  content: "";
  transform: scale(1);
}
.v6-radio input[type="radio"]:active + span {
  background-color: #5e7ce0;
}
.v6-radio input[type="radio"]:disabled {
  cursor: default;
}
.v6-radio input[type="radio"]:disabled + span {
  border-color: #dfe1e6;
  background-color: #f5f5f6;
}
.v6-radio input[type="radio"]:disabled + span:before {
  content: "";
  background-color: #dfe1e6;
}
.v6-tab {
  border-bottom: solid 1px #dfe1e6;
  font-size: 0;
  text-align: center;
}
.v6-tab ul {
  margin-bottom: -1px;
}
.v6-tab ul[data-cols="2"] li,
.v6-tab ul[data-cols="3"] li,
.v6-tab ul[data-cols="4"] li {
  width: 25%;
}
.v6-tab ul[data-cols="5"] li {
  width: 20%;
}
.v6-tab ul[data-cols="6"] li {
  width: 16.66666667%;
}
.v6-tab ul[data-cols="7"] li {
  width: 14.28571429%;
}
.v6-tab ul[data-cols="8"] li {
  width: 12.5%;
}
.v6-tab li {
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: bottom;
}
.v6-tab a {
  display: inline-block;
  position: relative;
  padding: 18px 8px;
  font-size: 18px;
  line-height: 24px;
  color: #252b3a;
  cursor: pointer;
  transition: .2s;
}
.v6-tab a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #C7000B;
  transition: .2s;
}
.v6-tab a:hover {
  color: #C7000B;
}
.v6-tab li.active a {
  font-weight: 700;
}
.v6-tab li.active a:after {
  width: calc(100% - 16px);
}
.v6-tab-text {
  display: block;
  min-width: 48px;
  max-height: 84px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.v6-tab-wrapper {
  padding-top: 24px;
}
.v6-tab-content:not(.active) {
  display: none;
}
.v6-label {
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  padding-right: 6px;
  background-color: #C7000B;
  border-radius: 2px;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.v6-collapse-container {
  border: solid 1px #adb0b8;
}
.v6-collapse-container + .v6-collapse-container {
  margin-top: -1px;
}
.v6-collapse-trigger {
  display: block;
  position: relative;
  padding: 14px 40px 14px 14px;
  border-bottom: solid 1px #adb0b8;
  margin-bottom: -1px;
  cursor: pointer;
}
.v6-collapse-trigger .u-icon-down {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
  font-size: 12px;
  color: #8a8e99;
  transition: .35s;
}
.v6-collapse-trigger.expended .u-icon-down {
  transform: rotateX(180deg);
}
.v6-collapse-head-text {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #252b3a;
}
.v6-collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
.solution-v6-config {
  display: table;
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.solution-v6-config-main {
  display: table-cell;
  position: relative;
  width: 253px;
  max-width: 253px;
  padding: 24px 24px 142px;
  background-image: url(/css/clientlib-solution-v6/images/solution-v6-solution-v6-config-bg.jpg);
  background-size: cover;
}
.solution-v6-config-main-title {
  max-height: 40px;
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solution-v6-config-main-desc {
  max-height: 72px;
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solution-v6-config-main-sub {
  margin-top: 24px;
}
.solution-v6-config-main-sub:before,
.solution-v6-config-main-sub:after {
  content: " ";
  display: table;
}
.solution-v6-config-main-sub:after {
  clear: both;
}
.solution-v6-config-main-sub > div {
  float: left;
  width: 50%;
}
.solution-v6-config-main-sub-title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-v6-config-main-sub-desc {
  font-size: 12px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-v6-config-main-buy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px;
}
.solution-v6-config-main-buy-price {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-v6-config-main-buy-price em {
  font-style: normal;
  font-size: 22px;
  color: #C7000B;
}
.solution-v6-config-main-buy-desc {
  max-height: 72px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.solution-v6-config-main-btn-wrapper {
  margin-top: 16px;
}
.solution-v6-config-main[data-theme="light"] {
  background: #e9edfa url(/css/clientlib-solution-v6/images/solution-v6-solution-v6-config-light-bg.jpg);
  background-size: cover;
}
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-title,
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-desc,
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-sub-title,
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-sub-desc,
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-buy-price,
.solution-v6-config-main[data-theme="light"] .solution-v6-config-main-buy-desc {
  color: #252b3a;
}
.solution-v6-config-content {
  position: relative;
  display: table-cell;
  padding: 8px 24px 24px;
  vertical-align: top;
  background-color: #ffffff;
}
.solution-v6-config-content.has-foot {
  padding-bottom: 78px;
}
.solution-v6-config-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.solution-v6-config-table > .thead,
.solution-v6-config-table > .tbody,
.solution-v6-config-table > .tfoot {
  display: table-row-group;
}
.solution-v6-config-table > .thead > .tr,
.solution-v6-config-table > .tbody > .tr,
.solution-v6-config-table > .tfoot > .tr {
  display: table-row;
  border-bottom: solid 1px #dfe1e6;
}
.solution-v6-config-table > .thead > .tr > .td,
.solution-v6-config-table > .tbody > .tr > .td,
.solution-v6-config-table > .tfoot > .tr > .td,
.solution-v6-config-table > .thead > .tr .th,
.solution-v6-config-table > .tbody > .tr .th,
.solution-v6-config-table > .tfoot > .tr .th {
  display: table-cell;
  padding: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #252b3a;
}
.solution-v6-config-table > .thead > .tr > .td:first-child,
.solution-v6-config-table > .tbody > .tr > .td:first-child,
.solution-v6-config-table > .tfoot > .tr > .td:first-child,
.solution-v6-config-table > .thead > .tr .th:first-child,
.solution-v6-config-table > .tbody > .tr .th:first-child,
.solution-v6-config-table > .tfoot > .tr .th:first-child {
  padding-left: 16px;
}
.solution-v6-config-table > .thead > .tr > .td:last-child,
.solution-v6-config-table > .tbody > .tr > .td:last-child,
.solution-v6-config-table > .tfoot > .tr > .td:last-child,
.solution-v6-config-table > .thead > .tr .th:last-child,
.solution-v6-config-table > .tbody > .tr .th:last-child,
.solution-v6-config-table > .tfoot > .tr .th:last-child {
  padding-right: 16px;
}
.solution-v6-config-table > .thead > .tr > .td,
.solution-v6-config-table > .thead > .tr .th {
  font-weight: 700;
  padding: 7px;
}
.solution-v6-config-table > .thead > .tr > .td:nth-child(1),
.solution-v6-config-table > .thead > .tr .th:nth-child(1) {
  width: 25%;
}
.solution-v6-config-table > .thead > .tr > .td:nth-child(2),
.solution-v6-config-table > .thead > .tr .th:nth-child(2) {
  width: 50%;
}
.solution-v6-config-table > .thead > .tr > .td:nth-child(3),
.solution-v6-config-table > .thead > .tr .th:nth-child(3),
.solution-v6-config-table > .thead > .tr > .td:nth-child(4),
.solution-v6-config-table > .thead > .tr .th:nth-child(4) {
  width: 12.5%;
}
.solution-v6-config-table > tbody > .tr:first-child > .td,
.solution-v6-config-table > tbody > .tr:first-child .th {
  padding-top: 16px;
}
.solution-v6-config-table > .tfoot > .tr {
  border-bottom: none;
}
.solution-v6-config-table > .tfoot > .tr:first-child > .td,
.solution-v6-config-table > .tfoot > .tr:first-child .th {
  padding-top: 36px;
  padding-bottom: 0;
}
.solution-v6-config-table > .tfoot > .tr:first-child > .td a,
.solution-v6-config-table > .tfoot > .tr:first-child .th a {
  font-weight: 700;
  font-size: 14px;
  color: #C7000B;
}
.solution-v6-config-table > .tfoot > .tr:first-child > .td:nth-child(1),
.solution-v6-config-table > .tfoot > .tr:first-child .th:nth-child(1) {
  width: 25%;
}
.solution-v6-config-table > .tfoot > .tr:first-child > .td:nth-child(2),
.solution-v6-config-table > .tfoot > .tr:first-child .th:nth-child(2) {
  width: 50%;
}
.solution-v6-config-table > .tfoot > .tr:first-child > .td:nth-child(3),
.solution-v6-config-table > .tfoot > .tr:first-child .th:nth-child(3) {
  width: 25%;
}
.solution-v6-config-table + .solution-v6-config-table {
  position: absolute;
  bottom: 24px;
  width: calc(100% - 48px);
}
.solution-v6-config-table + .solution-v6-config-table > .tfoot > .tr > .td:last-child,
.solution-v6-config-table + .solution-v6-config-table > .tfoot > .tr .th:last-child {
  text-align: right;
}
.solution-v6-config-mb-container {
  display: none;
}
@media (max-width: 767px) {
  .solution-v6-config-pc-container {
    display: none;
  }
  .solution-v6-config-mb-container {
    display: block;
    border: solid 1px #dfe1e6;
  }
  .solution-v6-config-mb-container .v6-collapse-trigger {
    padding-top: 16px;
    padding-bottom: 16px;
    border: none;
  }
  .solution-v6-config-mb-container .v6-collapse-trigger:after {
    content: "";
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 0;
    border-bottom: solid 1px #dfe1e6;
  }
  .solution-v6-config-mb-container .v6-collapse-head-text {
    font-size: 18px;
    line-height: 22px;
  }
  .solution-v6-config-mb {
    padding-left: 14px;
    padding-right: 14px;
  }
  .solution-v6-config-mb > div {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .solution-v6-config-mb > div + div {
    border-top: solid 1px #dfe1e6;
  }
  .solution-v6-config-mb-main-desc {
    font-size: 12px;
    line-height: 22px;
    color: #252b3a;
  }
  .solution-v6-config-mb-main-sub {
    display: table;
    margin-top: 8px;
  }
  .solution-v6-config-mb-main-sub > div {
    display: table-row;
  }
  .solution-v6-config-mb-main-sub > div + div {
    margin-top: 8px;
  }
  .solution-v6-config-mb-main-sub-title,
  .solution-v6-config-mb-main-sub-desc {
    display: table-cell;
    font-size: 12px;
    line-height: 22px;
  }
  .solution-v6-config-mb-main-sub-title {
    white-space: nowrap;
    color: #575d6c;
  }
  .solution-v6-config-mb-main-sub-desc {
    padding-left: 16px;
    color: #252b3a;
  }
  .solution-v6-config-mb-table {
    display: flex;
    flex-wrap: wrap;
    margin-top: -16px;
  }
  .solution-v6-config-mb-table-cell {
    width: 50%;
    padding-top: 16px;
  }
  .solution-v6-config-mb-table-cell:nth-child(odd) {
    padding-right: 18px;
  }
  .solution-v6-config-mb-table-cell:nth-child(even) {
    padding-left: 16px;
  }
  .solution-v6-config-mb-table-cell .h {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #575d6c;
  }
  .solution-v6-config-mb-table-cell .h a {
    color: inherit;
  }
  .solution-v6-config-mb-table-cell .p {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #252b3a;
  }
  .solution-v6-config-mb-table-cell a {
    font-style: normal;
    color: #C7000B;
  }
  .solution-v6-config-mb-table-cell p {
    display: inline;
  }
  .solution-v6-config-mb-table-wrapper + .solution-v6-config-mb-table-wrapper .solution-v6-config-mb-table-cell {
    width: 100%;
  }
  .solution-v6-config-mb-buy {
    display: flex;
    flex-wrap: nowrap;
  }
  .solution-v6-config-mb-buy-price {
    width: 100%;
    padding-right: 10px;
    font-size: 12px;
    line-height: 18px;
    color: #575d6c;
  }
  .solution-v6-config-mb-buy-price em {
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    color: #C7000B;
  }
  .solution-v6-config-mb-buy-price p + p {
    margin-top: 4px;
  }
}
.solution-v6-panorama2 .v6-row {
  margin-top: -8px;
  margin-bottom: -8px;
}
.solution-v6-panorama2 .v6-row > div {
  padding: 8px;
}
@media (min-width: 768px) {
  .solution-v6-panorama2 .v6-row[data-cols="2"] > div {
    width: 50%;
  }
  .solution-v6-panorama2 .v6-row[data-cols="3"] > div {
    width: 33.33333333%;
  }
  .solution-v6-panorama2 .v6-row[data-cols="4"] > div {
    width: 25%;
  }
  .solution-v6-panorama2 .v6-row[data-cols="5"] > div {
    width: 20%;
  }
  .solution-v6-panorama2 .v6-row[data-cols="6"] > div {
    width: 16.66666667%;
  }
}
.solution-v6-panorama2-card {
  background-color: white;
  border-radius: 2px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .solution-v6-panorama2-card {
    height: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  }
  .solution-v6-panorama2-card:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
}
.solution-v6-panorama2-card-head {
  display: block;
  position: relative;
  padding: 24px;
  background-image: url(/css/clientlib-solution-v6/images/solution-v6-solution-v6-panorama2-headbg.jpg);
  background-size: cover;
}
.solution-v6-panorama2-card-head .u-icon-right {
  display: none;
}
.solution-v6-panorama2-card-head-icon {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.solution-v6-panorama2-card-head-icon + .solution-v6-panorama2-card-text {
  margin-left: 48px;
}
.solution-v6-panorama2-card-head-title {
  font-size: 0;
  color: #ffffff;
  transition: .2s;
}
.solution-v6-panorama2-card-head-title span {
  display: inline-block;
  max-width: calc(100% - 24px);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-v6-panorama2-card-head-title .u-icon-more {
  font-size: 16px;
  color: inherit;
  margin-left: 8px;
  transition: transform .2s;
}
.solution-v6-panorama2-card-head-title + .solution-v6-panorama2-card-head-desc {
  margin-top: 8px;
}
.solution-v6-panorama2-card-head-desc {
  max-height: 36px;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.solution-v6-panorama2-card-head[data-bg="light"] {
  background-color: #e9edfa;
  background-image: url(/css/clientlib-solution-v6/images/solution-v6-solution-v6-panorama2-headbg-l.jpg);
}
.solution-v6-panorama2-card-head[data-bg="light"] .solution-v6-panorama2-card-head-title {
  color: #252b3a;
}
.solution-v6-panorama2-card-head[data-bg="light"] .solution-v6-panorama2-card-head-desc {
  color: #575d6c;
}
.solution-v6-panorama2-card-head:hover .solution-v6-panorama2-card-head-title .u-icon-more {
  transform: translate(5px, 0);
}
.solution-v6-panorama2-card-content {
  padding: 24px;
}
.solution-v6-panorama2-card-content li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
}
.solution-v6-panorama2-card-content li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  border-top: solid 2px;
  margin-right: 8px;
  transition: transform .2s;
}
.solution-v6-panorama2-card-content li a:hover {
  color: #C7000B;
  transition: .2s;
}
.solution-v6-panorama2-card-content li a:hover:before {
  transform: scaleX(1.33333333);
}
.solution-v6-panorama2-card-content li + li {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .solution-v6-section-panorama2.solution-v6-section-mbnone {
    display: none;
  }
  .solution-v6-panorama2-card-head[data-bg="light"] .u-icon-right {
    color: #252b3a;
  }
  .solution-v6-panorama2 .v6-row > div + div {
    margin-top: -8px;
  }
  .solution-v6-panorama2-card {
    border: solid 1px #dfe1e6;
  }
  .solution-v6-panorama2-card-head {
    padding: 16px 56px 16px 16px;
  }
  .solution-v6-panorama2-card-head .u-icon-right {
    display: inline-block;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    color: #ffffff;
  }
  .solution-v6-panorama2-card-head-icon {
    top: 16px;
    left: 16px;
    margin-top: 0;
  }
  .solution-v6-panorama2-card-head-title span {
    font-size: 14px;
    line-height: 18px;
  }
  .solution-v6-panorama2-card-head-title .u-icon-more {
    display: none;
  }
  .solution-v6-panorama2-card-content {
    padding: 16px;
  }
  .solution-v6-panorama2-card-content li a {
    font-size: 12px;
    line-height: 18px;
  }
}
.solution-v6-section-app.solution-v6-app-grey {
  background: #fafafa;
}
.solution-v6-section-app.solution-v6-app-upload {
  background-position: center;
  background-size: cover;
}
.solution-v6-section-app .solution-v6-app-card-fontWhite .solution-v6-app-card-title,
.solution-v6-section-app .solution-v6-app-card-fontWhite .solution-v6-app-card-desc,
.solution-v6-section-app .solution-v6-app-card-fontWhite .solution-v6-app-cur-price,
.solution-v6-section-app .solution-v6-app-card-fontWhite .solution-v6-app-org-price {
  color: #ffffff;
}
.solution-v6-section-app .v6-row {
  margin: -8px;
}
.solution-v6-section-app .v6-row[data-cols="2"] .solution-v6-app-card {
  width: calc((100% - 33px)/2);
}
.solution-v6-section-app .v6-row[data-cols="3"] .solution-v6-app-card {
  width: calc((100% - 49px)/3);
}
.solution-v6-section-app .v6-row[data-cols="4"] .solution-v6-app-card {
  width: calc((100% - 65px)/4);
}
.solution-v6-app-card {
  margin: 8px;
  position: relative;
  height: 100%;
  padding: 32px;
  text-align: center;
  transition: .2s;
  border-radius: 2px;
  overflow: hidden;
}
.solution-v6-app-card.app-card-link {
  cursor: pointer;
}
.solution-v6-app-card-white {
  background: #ffffff;
  box-shadow: 0px 1px 4px 0px rgba(128, 132, 145, 0.2);
}
@media (min-width: 1023px) {
  .solution-v6-app-card-white:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
}
.solution-v6-app-card-bg {
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.solution-v6-app-card-bg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: -1;
  transition: .2s;
}
@media (min-width: 1023px) {
  .solution-v6-app-card-bg:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .solution-v6-app-card-bg:hover:before {
    opacity: 1;
  }
}
@media (min-width: 1023px) {
  .solution-v6-app-grey .solution-v6-app-card-transp:hover,
  .solution-v6-app-white .solution-v6-app-card-transp:hover {
    background-color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
}
.solution-v6-app-upload .solution-v6-app-card-transp {
  z-index: 1;
}
.solution-v6-app-upload .solution-v6-app-card-transp:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.1);
  opacity: 0;
  z-index: -1;
  transition: .2s;
}
@media (min-width: 1023px) {
  .solution-v6-app-upload .solution-v6-app-card-transp:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  }
  .solution-v6-app-upload .solution-v6-app-card-transp:hover:before {
    opacity: 1;
  }
}
.solution-v6-app-card-img {
  position: relative;
  width: 140px;
  height: 60px;
  margin: 0 auto 26px;
}
.solution-v6-app-card-img img {
  display: block;
  width: 100%;
  transition: opacity .1s;
}
.solution-v6-app-card-img img + img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s;
}
.solution-v6-app-card-title {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #252b3a;
  transition: .2s;
}
@media (min-width: 1023px) {
  .solution-v6-app-card-title span {
    display: inline-block;
  }
}
.solution-v6-app-card-title:before {
  position: absolute;
  content: '';
  width: 32px;
  height: 3px;
  background: #ADB0B8;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s ease-in-out 0s;
}
.solution-v6-app-card-desc {
  font-size: 14px;
  line-height: 22px;
  color: #575d6c;
  margin-top: 35px;
  display: inline-block;
}
.solution-v6-app-card-buy {
  margin-top: 16px;
}
.solution-v6-app-cur-price {
  font-size: 12px;
  line-height: 28px;
}
.solution-v6-app-cur-price em {
  font-style: normal;
  font-size: 24px;
  color: #C7000B;
}
.solution-v6-app-org-price {
  text-decoration: line-through;
  font-size: 12px;
  line-height: 18px;
  color: #575d6c;
}
.solution-v6-app-card-btnwrap {
  margin-top: 8px;
  text-align: center;
  font-size: 0;
}
@media (min-width: 1023px) {
  .solution-v6-app-card:hover .solution-v6-app-card-title:before {
    width: 40px;
    background: #C7000B;
  }
}
.solution-v6-app-card:hover .solution-v6-app-card-img img {
  opacity: 0;
  transition: opacity .1s 0.1s;
}
.solution-v6-app-card:hover .solution-v6-app-card-img img + img {
  opacity: 1;
}
@media (max-width: 768px) {
  .solution-v6-section-app .v6-row {
    margin: 0px;
  }
  .solution-v6-app-upload .solution-v6-app-card {
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    margin-bottom: 1px;
  }
  .solution-v6-app-card {
    width: 100% !important;
    margin: 0;
    padding-top: 24px;
    padding-bottom: 24px;
    border: solid 1px #dfe1e6;
    margin-bottom: -1px;
  }
  .solution-v6-app-card-img {
    margin-bottom: 16px;
  }
  .solution-v6-app-card-img img {
    opacity: 0;
  }
  .solution-v6-app-card-img img + img {
    opacity: 1;
  }
  .solution-v6-app-card-title {
    font-size: 14px;
    line-height: 18px;
  }
  .solution-v6-app-card-desc {
    max-height: 108px;
    font-size: 12px;
    line-height: 18px;
  }
}
.solution-v6-section-framework {
  text-align: center;
}
.solution-v6-section-framework p {
  font-size: 16px;
  line-height: 22px;
  color: #575d6c;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 16px;
}
.solution-v6-section-framework p a {
  color: #526Ecc;
  transition: all .3s;
}
.solution-v6-section-framework p a:hover {
  text-decoration: underline;
}
.solution-v6-section-framework p + .v6-btn-container {
  padding-top: 0;
  padding-bottom: 24px;
}
.solution-v6-section-framework img {
  display: block;
  width: 100%;
}
.solution-v6-section-framework .v6-btn-container {
  padding-top: 24px;
  text-align: center;
}
.solution-v6-section-framework .v6-section-head[data-theme="light"] + .v6-section-body p {
  color: #fff;
}
@media (max-width: 767px) {
  .solution-v6-section-framework p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    max-height: 9999em;
    -webkit-line-clamp: 9999;
  }
  .solution-v6-section-framework .v6-btn-container {
    padding-top: 16px;
  }
  .solution-v6-section-framework p + .v6-btn-container {
    padding-bottom: 16px;
  }
}
.solution-v6-section-service:before,
.solution-v6-section-service:after {
  content: " ";
  display: table;
}
.solution-v6-section-service:after {
  clear: both;
}
.solution-v6-section-service .slide li {
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;
}
.solution-v6-section-service .slide[data-cols="3"] li {
  width: calc((100% - 32px) / 3);
}
.solution-v6-section-service .slide[data-cols="3"] li:nth-child(3n) {
  margin-right: 0;
}
.solution-v6-section-service .slide[data-cols="4"] li {
  width: calc((100% - 48px) / 4);
}
.solution-v6-section-service .slide[data-cols="4"] li:nth-child(4n) {
  margin-right: 0;
}
.solution-v6-section-service .slide li {
  background: #fff;
  border-radius: 2px;
  position: relative;
  transition: all .3s;
  box-shadow: 0px 1px 4px 0px rgba(128, 132, 145, 0.2);
}
.solution-v6-section-service .slide li:hover {
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.solution-v6-section-service .slide .top {
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 24px;
  background-size: cover;
  background-position: center;
}
.solution-v6-section-service .top .service-img {
  font-size: 32px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  color: #fff;
}
.solution-v6-section-service .top .top-tit {
  font-size: 18px;
  line-height: 80px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 60px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.solution-v6-section-service .slide .top.dark .service-img,
.solution-v6-section-service .slide .top.dark .top-tit {
  color: #252b3a;
}
.solution-v6-section-service .content-one {
  padding: 24px 32px;
}
.solution-v6-section-service .content-one .content {
  font-size: 14px;
  color: #575d6c;
  line-height: 22px;
  margin-bottom: 32px;
}
.solution-v6-section-service .content-one .service-bottom {
  text-align: center;
  max-height: 76px;
}
.solution-v6-section-service .content-one .service-bottom .heightFlex {
  line-height: 0;
}
.solution-v6-section-service .content-one .service-bottom .price {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  color: #575D6C;
}
.solution-v6-section-service .content-one .service-bottom .price .price-red {
  font-size: 24px;
  line-height: 28px;
  color: #C7000B;
  display: inline-block;
  float: left;
}
.solution-v6-section-service .content-one .service-bottom .price-del {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  color: #575D6C;
  vertical-align: bottom;
  position: relative;
}
.solution-v6-section-service .content-one .service-bottom .price-del:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  background: #575D6C;
}
.solution-v6-section-service .content-one .service-bottom .v6-btn-container a {
  margin-top: 16px;
}
@media (max-width: 979px) {
  .solution-v6-section-service:before,
  .solution-v6-section-service:after {
    content: " ";
    display: table;
  }
  .solution-v6-section-service:after {
    clear: both;
  }
  .solution-v6-section-service .slide li {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
  }
  .solution-v6-section-service .slide[data-cols="3"] li {
    width: calc((100% - 32px) / 3);
  }
  .solution-v6-section-service .slide[data-cols="3"] li:nth-child(3n) {
    margin-right: 0;
  }
  .solution-v6-section-service .slide[data-cols="4"] li {
    width: calc((100% - 24px) / 2);
  }
  .solution-v6-section-service .slide[data-cols="4"] li:nth-child(4n) {
    margin-right: 16px;
  }
  .solution-v6-section-service .slide[data-cols="4"] li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .solution-v6-section-service.solution-v6-section-mbnone {
    display: none;
  }
  .solution-v6-section-service .slide .top {
    height: 64px;
  }
  .solution-v6-section-service .slide .top .top-tit {
    font-size: 14px;
    line-height: 64px;
  }
  .solution-v6-section-service .slide li {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 16px!important;
  }
  .solution-v6-section-service .content-one {
    padding: 16px 15px;
  }
  .solution-v6-section-service .content-one .content {
    margin-bottom: 16px;
  }
}
.new-solution-v6 .v6-row { margin: 0;}
.new-solution-v6 .v6-row [class^=v6-col-] { padding: 0;}
.new-solution-v6 .v6-row .new-solution-v6-card {
    height: 368px;
    padding: 26px 20px;
    line-height: 22px;
    background-color: #fff;
    background-size: cover;
    /* display: flex; */
    flex-wrap: wrap;
    align-content: center;
}
.new-solution-v6-title {

  color: #252b3a;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.new-solution-v6-title a{ color: #252b3a;} 
.new-solution-v6-title a:hover{ color: #337ab7;} 
.new-solution-v6-detail {
  width: 100%;
/*   max-height: 132px; */
  margin-top: 8px;
  color: #575d6c;
  display: -webkit-box;
/*   -webkit-box-orient: vertical; */
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-align: left;
}
.v6-col-18 .new-solution-v6-detail {
  max-height: 88px;
  -webkit-line-clamp: 4;
}
.new-solution-v6 .v6-row .v6-col-6 .v6-btn {
  margin-top: 56px;
}
[data-theme="dark"] .v6-btn {
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  color: #fff;
}
[data-theme="dark"] .v6-btn:hover {
  background-color: #337ab7;
  border-color: #337ab7;
  color: #fff;
  box-shadow: none;
}
.new-solution-v6 .v6-row .v6-col-18 {
  display: flex;
  flex-wrap: wrap;
}
.new-solution-v6 .v6-row .v6-col-18 .new-solution-v6-card {
  height: 184px;
  padding: 24px;
  overflow: hidden;
  position: relative;
  transition: .5s;
}
.new-solution-v6 .bg-light-blue {
  background-position: center;
  background-image: url(/css/clientlib-solution-v6/images/solution-v6-bg3.jpg);
}
.new-solution-v6 .v6-row .v6-col-18 .more {
  margin-top: 24px;
  transition: .3s;
  width: calc(100% - 48px);
  font-size: 0;
  vertical-align: middle;
}
.new-solution-v6 .v6-row .v6-col-18 .more .more-text {
  display: inline-block;
  max-width: calc(100% - 20px);
}
.new-solution-v6 .v6-row .v6-col-18 .more .more-arrow {
  display: inline-block;
  margin-left: 5px;
  margin-top: -3px;
}
.new-solution-v6 .v6-row .v6-col-18 .more span {
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}
.new-solution-v6 .v6-row .v6-col-18 .more em {
  font-style: normal;
}
.new-solution-v6-title,
.new-solution-v6-detail {
  transition: .3s;
}
@media (min-width: 768px) {
  .new-solution-v6 .v6-row .v6-col-18 .more {
    position: absolute;
    bottom: 10px;

    left: 24px;
  }
  .new-solution-v6 .v6-row .v6-col-18 .more em {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    max-height: 22px;
  }
  .new-solution-v6 .v6-col-18 .new-solution-v6-card:hover .more-hover,
  .new-solution-v6 .v6-col-18 .new-solution-v6-card:hover .more {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.new-solution-v6 .v6-col-18 [class^=v6-col-]:hover .more,
.new-solution-v6 .v6-col-18 .new-solution-v6-card:hover .more {
  opacity: 1;
}
[data-theme="dark"] .new-solution-v6-title,
[data-theme="dark"] .new-solution-v6-detail,
[data-theme="dark"] .more {
  color: #d8d1ff;
}
@media (max-width: 767px) {
  .new-solution-v6 .v6-row {
    box-shadow: none;
  }
  .new-solution-v6 [class^=v6-col-],
  .new-solution-v6 .new-solution-v6-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-solution-v6 .v6-row .new-solution-v6-card {
    display: block;
    height: auto !important;
    padding: 24px !important;
    line-height: 18px;
    background-image: none !important;
    border: 1px solid #dfe1e6;
    border-bottom: none;
    text-align: center;
  }
  .new-solution-v6 .v6-col-18 .new-solution-v6-card:last-child {
    border-bottom: 1px solid #dfe1e6;
  }
  .new-solution-v6-title,
  [data-theme="dark"] .new-solution-v6-title {
    position: relative;
    width: 100%;
    padding-bottom: 18px;
    color: #252b3a;
    font-size: 14px;
  }
  .new-solution-v6-title::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 2px;
    bottom: 0;
    left: calc(50% - 12px);
    background-color: #adb0b8;
  }
  .new-solution-v6-detail,
  [data-theme="dark"] .new-solution-v6-detail {
    margin-top: 16px;
    color: #575d6c;
    font-size: 12px;
  }
  .new-solution-v6 .v6-row .v6-col-6 .v6-btn,
  .new-solution-v6 .v6-row .v6-col-18 .more {
    display: inline-block;
    margin-top: 16px;
    background-color: #C7000B;
    border: solid 1px transparent;
    outline: none;
    color: #fff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: .2s;
    height: 32px;
    font-size: 12px;
    line-height: 30px;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 2px;
    width: auto;
  }
  .new-solution-v6 .v6-row .v6-col-6 .v6-btn .more-text,
  .new-solution-v6 .v6-row .v6-col-18 .more .more-text {
    max-width: 100%;
  }
  .new-solution-v6 .v6-row .v6-col-18 .more .more-arrow {
    display: none;
  }
}

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


.brcc{ background-image: url(/images/erp.jpg);
    background-position: center;
    background-repeat: no-repeat;}