.business {
	position: relative;
}

.business .text-left {
	text-align: left !important;
}

.business .screen-1 {
	margin: 0 6vw;
	padding-top: 4vw;
	min-height: 300px;
	background-image: url(http://statics.topsrx.com/static/img/web/y-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center 5vw;
	padding-bottom: 16vw;
}

.business .screen-1>img {
	width: 100%;
	margin: 4vw auto;
	display: block;
}

.business .screen-1 .left {
	width: 40vw;
}

.business .t1 {
	color: #000;
	font-size: 2vw;
	font-weight: 700;
	font-family: 'MiSansVF';
	text-align: center;
}

.business .screen-1 .p1 {
	display: flex;
	margin-top: 3vw;
}

.business .screen-1 .p1 span:nth-child(1) {
	width: 1.4vw;
	height: 1.4vw;
	border-radius: 0.4vw;
	background: #F96138;
	margin-right: 0.6vw;
}

.business .screen-1 .p1 span:nth-child(2) {
	flex: 1;
}

.business .screen-1 .p1 span:nth-child(2),
.business .screen-1 .p1 span:nth-child(4) {
	color: #000;
	font-size: 1.2vw;
}

.business .screen-1 .p1 span:nth-child(3) {
	width: 1.4vw;
	height: 1.4vw;
	border-radius: 0.4vw;
	background: #F63636;
	margin-right: 0.6vw;
}

.business .screen-1 .xl {
	position: relative;
	margin-top: 3vw;
}

.business .screen-1 .xl>img {
	z-index: 10;
	width: 0;
	position: absolute;
	left: 3vw;
	bottom: 5vw;
}

.business .screen-1 .xl>img.active {
	width: 25vw;
	transition: 1.2s;
}

.business .screen-1 .xl .line p {
	color: #A493BF;
	font-size: 0.93vw;
	font-weight: 630;
	font-family: 'MiSansVF';
	padding-top: 1.14vw;
}

.business .screen-1 .xl .line p::after {
	content: ' ';
	display: block;
	background-repeat: repeat-x;
	height: 1px;
	background-size: 4px 1px;
	background-image: linear-gradient(to right, #A493BF 0%, #A493BF 50%, transparent 0%);
	margin-left: 2vw;
}

.business .screen-1 .xl .num {
	display: flex;
	align-items: flex-end;
	position: absolute;
	left: 3vw;
	right: 0;
	bottom: 0;
}

.business .screen-1 .xl .num p {
	color: #F96138;
	text-align: center;
	font-size: 0.93vw;
	font-style: normal;
	font-weight: 380;
	line-height: normal;
	width: 2vw;
	position: relative;
	margin-right: 0.4vw;
	min-height: 30px;
	transition: .3s ease-out;
}

.business .screen-1 .xl .num p:nth-child(2n) {
	margin-right: 1.9vw;
}

.business .screen-1 .xl .num p:last-child {
	margin-right: 0;
}

.business .screen-1 .xl .num p::after {
	content: ' ';
	border-radius: 4px;
	background: #F96138;
	position: absolute;
	top: 1.6vw;
	bottom: 0;
	left: 0;
	right: 0;
}

.business .screen-1 .xl .num p:nth-child(2n)::after {
	background: #F63636;
}

.business .screen-1 .bottom {
	display: flex;
	justify-content: space-between;
	color: #000;
	text-align: center;
	font-size: 0.93vw;
	font-weight: 500;
	padding: 1vw 2.6vw 0 4vw;

}

.business .screen-1 .bottom p {
	font-family: MiSansVF;
}

.business .screen-1 .right {
	width: 32.29vw;
	min-height: 36.7vw;
	font-size: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.business .screen-1 .right>img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transform: rotate(-30deg);
	transition: .5s;
}

.business .screen-1 .right .t2 {
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	font-size: 2vw;
	font-weight: 700;
	font-family: 'MiSansVF';
}

.business .screen-1 .right .box {
	width: 88%;
}

.business .screen-1 .right .box img {
	width: 100%;
}

.business .screen-1 .left .tips {
	margin-top: 2.5vw;
	color: #000;
	font-size: 1.25vw;
	font-weight: 330;
}

.business .screen-1 .left .tips p {
	margin-top: 0.3vw;
}

.business .screen-1 .left .tips b {
	font-family: "MiSansVf";
}

.business .screen-1 .left .tips i {
	font-weight: bold;
	color: #F63636;
	font-size: 2.08vw;
	font-family: "MiSansVf";
	font-style: normal;
	margin: 0 2px;
}

.business .screen-2 {
	margin: 0 6vw;
	justify-content: space-between;
	padding-top: 4vw;
	min-height: 300px;
	border-top: 1px dashed #9F83B0;
	margin-top: -12vw;
}

.business .screen-2 .box {
	display: flex;
	/* align-items: center; */
	margin-top: 7.2vw;
}

.business .screen-2 .box .left {
	text-align: center;
}

.business .screen-2 .box .left img {
	width: 46.78vw;
	margin-top: 4.56vw;
	margin-right: 2vw;
}

.business .screen-2 .box .right {
	position: relative;
	margin-left: 2vw;
}

.business .screen-2 .box .right .tips .item>div {
	flex: 1;
	border-radius: 0vw 3.88vw 3.88vw 0vw;
	background: #D2BBDA;
	padding: 0 1vw;
	height: 6.61vw;
	display: flex;
	align-items: center;
}

.business .screen-2 .box .right .tips .item .bg-2 {
	background: #9672AB;
}

.business .screen-2 .box .right .tips .item .bg-3 {
	background: #6D4778;
}

.business .screen-2 .box .right .tips .item .bg-4 {
	background: #641F51;
}

.business .screen-2 .box .right .tips .item:hover {
	mix-blend-mode: multiply;
	cursor: pointer;
}

.business .screen-2 .box .title {
	height: 13vw;
}

.business .screen-2 .style-words {
	font-size: 7.8vw;
	position: absolute;
	left: -3vw;
	top: -4vw;
	z-index: 1;
}

.business .screen-2 .style-words:nth-child(2) {
	top: 4vw;
	left: 2vw;
}

.business .screen-2 .style-words:nth-child(1) {
	z-index: 10;
}


.business .screen-2 .box .right .tips {
	position: relative;
}

.business .screen-2 .box .right .tips .item {
	display: flex;
	align-items: center;
	border-radius: 3.9vw;
	padding: 0 1vw 0 2vw;
	margin-bottom: 1vw;
	opacity: 0;
}

.business .screen-2 .box .right .tips .active:nth-child(2) {
	transition-delay: .3s;
}

.business .screen-2 .box .right .tips .active:nth-child(3) {
	transition-delay: .6s;
}

.business .screen-2 .box .right .tips .active:nth-child(4) {
	transition-delay: .9s;
}

.business .screen-2 .box .right img {
	width: 3vw;
	margin-right: 1vw;
}

.business .screen-2 .box .right .p-t1 {
	color: #fff;
	font-family: 'MiSansVF';
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 700;
	line-height: 1.8;
}


.business .screen-2 .box .right .p-t2 {
	color: #fff;
	font-size: .83vw;
	line-height: 1.6;
}


.business .screen-2 .box .right .p-t1 b {
	color: #fff;
}

.business .screen-2 .p-t {
	padding-left: 13vw;
	position: relative;
	bottom: 3vw;
}

.business .screen-2 .p-t p {
	color: #000;
	font-family: 'MiSansVF';
	font-size: 2vw;
	font-weight: 200;
	position: relative;
	z-index: 100;
	margin-top: 1vw;
}

.business .screen-2 .p-t p:last-child {
	color: #F96138;
	font-family: 'MiSansVF';
	font-size: 1.25vw;
	font-weight: 700;
}

.business .screen-3 {
	padding: 4vw 2vw 0 6vw;
	min-height: 300px;
}

.business .screen-3 .flex {
	display: flex;
	align-items: flex-end;
}

.business .screen-3 .p-t {
	padding-left: 1vw;
}

.business .screen-3 .p-t p {
	color: #000;
	font-family: 'MiSansVF';
	font-size: 2vw;
	font-weight: 200;
	position: relative;
	z-index: 100;
}

.business .screen-3 .p-t p:last-child {
	color: #6B4970;
	font-family: 'MiSansVF';
	font-size: 1.25vw;
	font-weight: 700;
	margin-top: 0.5vw;
	line-height: 1.3;
	white-space: pre-line;
}

.business .screen-3 .style-words span,
.business .screen-10 .style-words span {
	-webkit-text-stroke: 1px #601D4E;
}

.business .screen-3 .style-words::before,
.business .screen-10 .style-words::before {
	color: #601D4E;
}

.business .screen-3 .left {
	width: 50%;
	margin-top: 6vw;
	text-align: center;

}

.business .screen-3 .left .t1 {
	margin-left: -0.1vw;
}

.business .screen-3 .left .list {
	display: flex;
	margin-top: 2vw;
	flex-wrap: wrap;
	padding: 1.1vw;
	justify-content: center;
}


.business .screen-3 .left .item {
	width: 14.58vw;
	height: 14.58vw;
	border-radius: 1000px;
	background: #E3DBF2;
	margin: -0.8vw;
	cursor: pointer;
	mix-blend-mode: multiply;
	transition: .3s;
}

.business .screen-3 .left .item:nth-child(2n-1) {
	width: 14.58vw;
	height: 14.58vw;
	border-radius: 1000px;
	background: #A493BF;
	margin: -0.8vw;
	cursor: pointer;
	mix-blend-mode: multiply;
	transition: .3s;
}

.business .screen-3 .left .item:nth-child(2n-1) b {
	color: #fff;
}

.business .screen-3 .left .item:nth-child(2n-1) p {
	color: #fff;
}

.business .screen-3 .left .item:hover {
	z-index: 100;
	transform: scale(1.2) !important;
	position: relative;
}

.business .screen-3 .left .item:nth-child(2n) {
	background: rgb(227 219 242);
}

.business .screen-3 .left .item img {
	width: 3vw;
	margin-top: 2vw;
}

.business .screen-3 .left .item b {
	color: #421054;
	font-family: 'MiSansVF';
	font-size: 1.25vw;
	font-weight: 700;
	line-height: 3;
	display: block;
}

.business .screen-3 .left .item p {
	color: #6B4970;
	text-align: center;
	font-size: .73vw;
	line-height: 1.4;
	display: block;
	white-space: pre-line;
}

.business .screen-3 .right {
	text-align: center;
	flex: 1;
}

.business .screen-3 .right .list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2vw;
	justify-content: center;
}

.business .screen-3 .right .item {
	border-radius: 1.5vw;
	background: #EB603A;
	width: 8vw;
	height: 13.8vw;
	margin: 0.1vw;
	cursor: pointer;
	opacity: 0;
}

.business .screen-3 .right .active:nth-child(2n) {
	background: #F97474;
}

.business .screen-3 .right .active:nth-child(2) {
	transition-delay: .1s;
}

.business .screen-3 .right .active:nth-child(3) {
	transition-delay: .2s;
}

.business .screen-3 .right .active:nth-child(4) {
	transition-delay: .3s;
}

.business .screen-3 .right .active:nth-child(5) {
	transition-delay: .4s;
}

.business .screen-3 .right .active:nth-child(6) {
	transition-delay: .5s;
}

.business .screen-3 .right .active:nth-child(7) {
	transition-delay: .6s;
}

.business .screen-3 .right .active:nth-child(8) {
	transition-delay: .7s;
}

.business .screen-3 .right .active:nth-child(9) {
	transition-delay: .8s;
}

.business .screen-3 .right .active:nth-child(10) {
	transition-delay: .9s;
}

.business .screen-3 .right .item:hover {
	mix-blend-mode: multiply;
}

.business .screen-3 .right .item img {
	height: 2.9vw;
	width: auto;
	margin-top: 4vw;
}

.business .screen-3 .right .item b {
	display: block;
	color: #FFF;
	font-family: 'MiSansVF';
	font-size: 1.2vw;
	margin-top: 2vw;
}

.business .screen-3 .right .item span {
	color: #FFF;
	font-size: 1vw;
	line-height: 1.3;
	white-space: pre-line;
	display: block;
}

.business .screen-4 {
	padding: 0 8vw;
}


.business .screen-4 .t1 {
	white-space: pre-line;
}


.business .screen-4 .item {
	margin-top: 1vw;
	border-radius: 1vw;
	background: #F96138;
	color: #000;
	font-size: .73vw;
	line-height: 1.3;
	width: 34.2vw;
	height: 6.51vw;
	padding: 0 2vw;
	display: flex;
	align-items: center;
	opacity: 0;
}

.business .screen-4 .left .item-2 {
	background: #FF8463;
}

.business .screen-4 .left .item-3 {
	background: #FFA58C;
}

.business .screen-4 .left .item-4 {
	background: #FFDBD2;
}

.business .screen-4 .left .item-2.active {
	transition-delay: .3s;
}

.business .screen-4 .left .item-3.active {
	transition-delay: .6s;
}

.business .screen-4 .left .item-4.active {
	transition-delay: .9s;
}

.business .screen-4 .right .item-1 {
	background: #96689C;
}

.business .screen-4 .right .item-2 {
	background: #AD91BF;
}

.business .screen-4 .right .item-3 {
	background: #E1D9EB;
}

.business .screen-4 .right .item-2.active {
	transition-delay: .3s;
}

.business .screen-4 .right .item-3.active {
	transition-delay: .6s;
}

.business .screen-4 .flex {
	margin-top: 4vw;
	justify-content: space-between;
}

.business .screen-4 .line {
	width: 1px;
	background-color: #A493BF;
}

.screen-4 .style-words::after {
	transition-duration: 1s;
}

.business .screen-5 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8vw;
}

.business .screen-5 img:nth-child(1) {
	width: 10.9vw;
}

.business .screen-5 img:nth-child(2) {
	width: 15.6vw;
	margin-right: 4vw;
}

.business .screen-5 img:nth-child(3) {
	border-radius: 1000px;
	width: 13vw;
	margin: 0 1vw;
	cursor: pointer;
}

.business .screen-5 img:nth-child(3).hover {
	animation: ani 1.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.business .screen-5 img:nth-child(4) {
	border-radius: 1000px;
	width: 13vw;
	margin: 0 1vw;
	cursor: pointer;
}

.business .screen-5 img:nth-child(4).hover {
	animation: ani1 1.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}

.business .screen-5 img:nth-child(5) {
	border-radius: 1000px;
	width: 13vw;
	margin-right: 4vw;
	margin: 0 1vw;
	cursor: pointer;
}

.business .screen-5 img:nth-child(5).hover {
	animation: ani2 1.5s;
	animation-timing-function: linear;
	animation-fill-mode: forwards;
}


@keyframes ani {
	0% {
		box-shadow: 0 0 0 0 rgb(225 152 185 / 30%), 0 0 0 0 rgb(225 152 185 / 10%);
	}

	14% {
		box-shadow: 0 0 0 2vw rgb(225 152 185 / 30%), 0 0 0 2vw rgb(225 152 185 / 10%);
	}

	28%,
	100% {
		box-shadow: 0 0 0 2vw rgb(225 152 185 / 30%), 0 0 0 4vw rgb(225 152 185 / 10%);
	}
}

@keyframes ani1 {

	0%,
	28% {
		box-shadow: 0 0 0 0 rgb(235 167 155 / 30%), 0 0 0 0 rgb(235 167 155 / 10%);
	}

	42% {
		box-shadow: 0 0 0 2vw rgb(235 167 155 / 30%), 0 0 0 2vw rgb(235 167 155 / 10%);
	}

	56%,
	100% {
		box-shadow: 0 0 0 2vw rgb(235 167 155 / 30%), 0 0 0 4vw rgb(235 167 155 / 10%);
	}
}

@keyframes ani2 {

	0%,
	56% {
		box-shadow: 0 0 0 0 rgb(225 152 185 / 30%), 0 0 0 0 rgb(225 152 185 / 10%);
	}

	70% {
		box-shadow: 0 0 0 2vw rgb(225 152 185 / 30%), 0 0 0 2vw rgb(225 152 185 / 10%);
	}

	84%,
	100% {
		box-shadow: 0 0 0 2vw rgb(225 152 185 / 30%), 0 0 0 4vw rgb(225 152 185 / 10%);
	}
}

.business .screen-6 {
	margin: -10vw 4vw 0;
	text-align: center;
}

.business .screen-6>img {
	margin-bottom: 1vw;
	width: 92%;
}

.business .screen-6 .flex-center-between img {
	width: 29.4vw;
	opacity: 0;
}

.business .screen-6 .t1 {
	margin: 4vw 0 2vw;
}

.business .screen-6 .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0;
}

.business .screen-6 .list .item {
	margin-top: 1vw;
	border-radius: 1vw;
	background: #F97474;
	color: #fff;
	font-size: .73vw;
	line-height: 1.3;
	width: 34.2vw;
	height: 6.51vw;
	padding: 0 2vw;
	display: flex;
	align-items: center;
	text-align: left;
	margin: 1vw;
}

.business .screen-6 .list .item:nth-child(2),
.business .screen-6 .list .item:nth-child(3) {
	background: #F96138;
}


.business .screen-7 {
	margin: 4vw 6vw 0;
}


.business .screen-7>img {
	height: 32.5vw;
    position: relative;
    top: -8vw;
}

.business .screen-7 .right {
	flex: 1;
	margin-left: 4vw;
}

.business .screen-7 .right img {
	width: 10vw;
	margin: 0 0.5vw;
}

.business .line-1 {
	margin: 4vw 6vw 0;
	height: 0;
	border-bottom: 1px dashed #6B4970;
	position: relative;
	top: -6vw;
}
.business .screen-7 .right .flex>div:first-child {
	width: 38vw;
}
.business .screen-7 .right .flex  {
	display: flex;
	justify-content: center;
	margin-top: 4vw;
	align-items: start;
}



.business .screen-7 .words {
	color: #6B4970;
	font-family: "MiSansVF";
	font-size: 1.25vw;
	text-indent: 2em;
	line-height: 1.4;
}

.screen-8 {
	margin: 4vw 3vw;
}

.screen-8 .flex {
	justify-content: space-between;
	margin-top: 2vw;
}

.screen-8 .words {
	width: 41.96vw;
	height: 15.6vw;
	border-radius: 1.56vw;
	background: #EB603A;
	color: #FFF;
	font-size: 0.93vw;
	line-height: 1.5;
	padding: 1.5vw 2vw 0;
}

.screen-8 img {
	width: 5.625vw;
	height: 7.604vw;
	margin: 0 0.5vw;
}

.business .screen-8 .pic {
	flex: 1;
	flex-wrap: wrap;
	justify-content: center;
}

.business .screen-8 .bottom .pic {
	flex-wrap: wrap-reverse;
}

.business .screen-8 .bottom .pic img {
	margin: 0 .1vw;
}

.business .screen-8 .bottom .words {
	background: #6B4970;
}

.business .screen-8 .bottom .words {
	background: #6B4970;
}

.business .screen-8 .bottom .style-words span {
	-webkit-text-stroke: 1px #6B4970;
}

.business .screen-8 .bottom .style-words::before {
	color: #6B4970;
}

.screen-9 {
	margin: 6vw 4vw 0;
}

.business .screen-9 .t1 {
	text-align: center;
}

.business .screen-9 .left {
	width: 36.04vw;
}

.business .screen-9 .flex {
	flex-wrap: wrap;
}

.business .screen-9 .left img {
	width: 17.29vw;
	height: 12.65vw;
	margin: 0.3vw 0.2vw;
}

.business .screen-9 .right {
	width: 35.88vw;
}

.business .screen-9 .right {
	flex-wrap: wrap;
}

.business .screen-9 .right>img {
	height: 10.05vw;
}

.business .screen-9 .right .flex>img {
	width: 17.29vw;
	height: 11.14vw;
}

.business .screen-9 .style-words {
	width: 7.812vw;
}

.business .screen-9 .right-1 img {
	width: 17.34vw;
	height: 12.65vw;
	margin: 0.3vw 0.2vw;
}

.business .screen-9 .right-1 img:nth-child(3),
.business .screen-9 .right-1 img:nth-child(4) {
	width: 17.34vw;
	height: 14.32vw;
	margin: 0.3vw 0.2vw;
}

.business .screen-9 .right-1 .flex {
	justify-content: center;
}

.business .screen-9 .left-1 {
	width: 60.5%;
	padding-right: 8vw;
	padding-left: 2vw;
}

.business .screen-9 .left-1 .flex.first {
	border-top: 1px solid #F96138;
}


.business .screen-9 .left-1 .flex {
	height: 7.03vw;
	align-items: center;
	border-bottom: 1px solid #F96138;
}


.business .screen-9 .right-1 {
	flex: 1;
}

.business .screen-9 .left-1 .flex p {
	color: #000;
	text-align: center;
	font-size: 1.04vw;
	line-height: 1.56vw;
	white-space: pre-line;
	width: 10vw;
	border-right: 1px solid #F96138;
	height: 5.52vw;
	padding-top: 1.5vw;
	margin-right: 4vw;
}
.business .screen-9 .left-1 .flex p b {
	font-family: MiSansVF;
}

.business .screen-9 .left-1>div:nth-child(2) img {
	width: 28.22vw;

}

.business .screen-9 .left-1>div:nth-child(3) img {
	width: 27.02vw;

}

.business .screen-9 .left-1>div:nth-child(4) img {
	width: 22.32vw;

}

.business .screen-9 .left-1>div:nth-child(5) img {
	width: 26.32vw;

}

.business .screen-10 {
	margin: 4vw;
	padding-bottom: 4vw;
	border-bottom: 1px dashed #6B4970;
}

.business .screen-10 .t1 {
	text-align: center;
}

.business .screen-10 .top {
	width: 15.63vw;
	align-items: center;
}

.business .screen-10 .middle {
	margin: 0 2vw;
}

.business .screen-10 .middle .s1 img {
	width: 6.97vw;
	height: 7.81vw;
}

.business .screen-10 .middle .s2 img {
	width: 10.78vw;
	height: 10.78vw;
	margin-left: -1.5vw;
}

.business .screen-10 .right .first {
	border-top: 1px solid #F96138;
}

.business .screen-10 .right .flex {
	padding: 5px 0;
	align-items: center;
	border-bottom: 1px solid #F96138;
	padding: 1.5vw 0;
}

.business .screen-10 .right .flex p {
	color: #000;
	text-align: center;
	font-size: 1vw;
	line-height: 1.3;
	white-space: pre-line;
	width: 8vw;
}

.business .screen-10 .right .flex .word {
	white-space: pre-line;
	text-align: center;
	flex: 1;
	font-size: .73vw;
	line-height: .94vw;
}

.business .screen-10 .right .flex .img-1 {
	width: 29.48vw;
	height: 6.56vw;
}

.business .screen-10 .right .flex .img-2 {
	width: 30.47vw;
	height: 4.32vw;
}

.business .screen-7,
.business .screen-8,
.business .screen-9,
.business .screen-10 {
	opacity: 0;
}


.business>div .big-title p:nth-child(1),
.business>div .big-title p:nth-child(7) {
	background: #ECE5F5;
}

.business>div .big-title p:nth-child(2),
.business>div .big-title p:nth-child(6) {
	background: #E5DBEB;
}

.business>div .big-title p:nth-child(3),
.business>div .big-title p:nth-child(5) {
	background: #C3ABD3;
}




.screen-8 .aidcwords {
	width: 41.96vw;
	height: 22.6vw;
	border-radius: 1.56vw;
	background: #EB603A;
	color: #FFF;
	font-size: 0.93vw;
	line-height: 1.5;
	padding: 1.5vw 2vw 0;
	margin-right:-1.2vw;
}

.aidc-ml6 {
	margin-left: 6vw;
	margin-top:4vw;
}

.screen-8_img_aidc {
	margin-top:4vw;
}

.screen-8_img_aidc img{
	width: 18.625vw;
	height: 12.625vw;
	margin: 0 0.5vw;
}

.business .screen-9 {
	text-align: center;
}

.business .screen-9>img {
	margin-bottom: 1vw;
	width: 92%;
}

.screen-9-words {
	text-align: left;
	margin-left: 3.5vw;
	margin-bottom:3vw;
	color: #6B4970;
    font-family: "MiSansVF";
    font-size: 1.25vw;
    font-weight:bold;
    line-height: 1.4;
}