/*yx_ctBanner*/
.yx_ctBanner {
	margin: 0.16rem auto 1rem;
	padding: 0 5%;
	text-align: center;
}

.yx_ctBanner .con {
	border-radius: 0.36rem;
	overflow: hidden;
	box-shadow: rgba(117, 68, 249, 0.1) 0px 0.48rem 1rem 0px;
	height: 85vh;
	max-height: 100vw;
	width: auto;
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
}

.yx_ctBanner .con video {
	width: auto;
	max-width: 100%;
	object-fit: contain;
	height: 85vh;
	max-height: 960px;
	display: block;
	margin: 0;
	padding: 0;
}
@media only screen and (max-width:1024px){
	.yx_ctBanner .con video,.yx_ctBanner .con{
		height: auto !important;
	}
}
/*end*/

/*yx_ctRz*/
.yx_ctRz .ani {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	cursor: pointer;
}

.yx_ctRz .ani img {
	width: auto;
	height: auto;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 80%;
	max-height: 70%;
	transform: translate(-50%, -50%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all 0.6s;
	opacity: 0.2;
}

.yx_ctRz .ani:hover img {
	opacity: 1;
	transform: translate(-50%, -50%) rotateY(360deg);
	filter: grayscale(0%);
}

/*end*/

/*yx_ctNf*/
.yx_ctNf {
	position: relative;
	padding: 1.85rem 0 1rem;
}

.yx_ctNf .zm1 {
	width: 50%;
	top: 0.4rem;
	right: 0;
	pointer-events: none;
	position: absolute;
}

.yx_ctNf .zm1 img {
	width: 100%;
	object-fit: contain;
	max-width: auto;
}

.yx_ctNf .yx_List4>div {
	transition: all 0.6s ease;
	padding: 0.25rem 0.3rem;
	border-radius: 0.36rem;
	cursor: pointer;
}

.yx_ctNf .yx_List4:nth-child(1)>div {
	background: var(--yx_Color1);
}

.yx_ctNf .yx_List4:nth-child(2)>div {
	background: var(--yx_Color2);
}

.yx_ctNf .yx_List4:nth-child(3)>div {
	background: var(--yx_Color3);
}

.yx_ctNf .yx_List4:nth-child(4)>div {
	background: var(--yx_Color4);
}

.yx_ctNf .yx_List4 .img {
	width: 0.8rem;
	max-width: 80px;
}

.yx_ctNf .yx_List4 .img img {
	width: 100%;
	object-fit: contain;
	margin-bottom: 0.7rem;
}

.yx_ctNf .yx_List4 .yx_Tit {
	font-size: 0.3rem;
	color: #fff;
	line-height: 130%;
	font-weight: 400;
	margin-bottom: 0.18rem;
	text-transform: capitalize;
}

.yx_ctNf .yx_List4 .yx_Sum {
	font-size: var(--yx_FS24);
	color: #fff;
	font-weight: 700;
	color: #fff;
	text-transform: capitalize;
}

.yx_ctNf .yx_List4:hover>div {
	animation: swing 0.8s ease-in-out;
	transform-origin: center center;
}

.yx_ctNf .yx_List4:nth-child(1):hover>div {
	box-shadow: rgba(205, 182, 238, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctNf .yx_List4:nth-child(2):hover>div {
	box-shadow: rgba(248, 76, 138, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctNf .yx_List4:nth-child(3):hover>div {
	box-shadow: rgba(52, 191, 189, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctNf .yx_List4:nth-child(4):hover>div {
	box-shadow: rgba(253, 165, 41, 0.45) 0px 0.48rem 1rem 0px;
}

/*end*/
body {
	position: relative;
}

.yx_ctBg {
	position: absolute;
	pointer-events: none;
}

.yx_ctBg img {
	width: 100%;
	object-fit: contain;
}

.yx_ctBg.bg1 {
	top: 1rem;
	left: 0;
	width: 40%;
}

.yx_ctBg.bg3 {
	width: 55%;
	right: 0;
	top: -45%;
}

.yx_ctBg.bg2 {
	width: 40%;
	left: 0;
	top: 40%;
	transform: translateY(-50%);
}

/*yx_ctAbout3*/
.yx_ctAbout3 {
	position: relative;
}

.yx_ctAbout3 .bg4 {
	width: 70%;
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.yx_ctAbout3 .bg4 img {
	width: auto;
	object-fit: contain;
}

.yx_ctAbout3 .yx_Width {
	position: relative;
}

.yx_ctAbout3::before {
	content: '';
	display: block;
	width: 65vw;
	opacity: 0.12;
	height: 48vw;
	border-radius: 50%;
	background: linear-gradient(0deg, var(--yx_Color1), var(--yx_Color3), var(--yx_Color));
	position: absolute;
	left: -18vw;
	filter: blur(0.65rem);
	top: -15vw;
	animation: yx_rotate 10s linear infinite;
	pointer-events: none;

}

.yx_ctAbout3 .yx_CA3Img {
	position: absolute;
}

.yx_ctAbout3 .yx_CA3Con {
	width: 70%;
	margin: 0 auto;
	padding: 1.8rem 0;
	max-width: 1000px;
}

.yx_ctAbout3 .yx_CA3Con .z_index_tit {
	text-align: center;
}

.yx_ctAbout3 .yx_CA3Con .yx_Sum {
	text-align: center;
	font-size: 0.36rem;
	line-height: 160%;
	margin: 0.7rem auto 1.7rem;
}

.yx_ctAbout3 .yx_CA3Con .yx_Sum span.s1 {
	color: var(--yx_Color2);
}

.yx_ctAbout3 .yx_CA3Con .yx_Sum span.s2 {
	color: var(--yx_Color3);
}

.yx_ctAbout3 .yx_CA3Con .yx_Ibtn1 {
	margin: 0 auto;
}

.yx_ctAbout3 .yx_CA3Img {
	transition: all 0.6s;
	cursor: pointer;
}

.yx_ctAbout3 .yx_CA3Img .img {
	border-radius: 0.24rem;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding-bottom: 160%;
	transition: all 0.6s;
}

.yx_ctAbout3 .yx_CA3Img .img img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.yx_ctAbout3 .yx_Img1 {
	position: absolute;
	width: 3rem;
	left: 0;
	top: 0;
	transform: rotate(-10deg);
}

.yx_ctAbout3 .yx_Img2 {
	position: absolute;
	width: 3.6rem;
	top: -5%;
	right: 0;
	transform: rotate(5deg);
}

.yx_ctAbout3 .yx_Img2 .img {
	padding-bottom: 120%;
}

.yx_ctAbout3 .yx_Img3 {
	position: absolute;
	width: 3.5rem;
	bottom: 5%;
	left: 10%;
	transform: rotate(5deg);
}

.yx_ctAbout3 .yx_Img3 .img {
	padding-bottom: 80%;
}

.yx_ctAbout3 .yx_Img4 {
	position: absolute;
	width: 4.2rem;
	bottom: 5%;
	right: 5%;
	transform: rotate(-15deg);
}

.yx_ctAbout3 .yx_Img4 .img {
	padding-bottom: 68%;
}

.yx_ctAbout3 .yx_CA3Img:hover {
	transform: rotate(0);
}

.yx_ctAbout3 .yx_CA3Img:hover .img {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.yx_ctAbout3 .yx_CA3Img:hover img {
	transform: scale(1.1);
}

.yx_Ibtn1 {
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 48px;
	border: 2px solid var(--yx_Color);
	padding: 0.14rem 0.18rem 0.14rem 0.14rem;
	font-size: var(--yx_FS14);
	font-weight: bold;
	transition: all 0.6s;
	position: relative;
}

.yx_Ibtn1:before {
	content: '';
	display: block;
	width: 45px;
	height: 100%;
	position: absolute;
	left: 110%;
	opacity: 0;
	transition: all 0.6s ease;
	background: url("../image/menubtn.png") left center no-repeat;
	background-size: contain;
}

.yx_Ibtn1:hover:before {
	left: 100%;
	opacity: 1;
}

.yx_Ibtn1 em {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--yx_Color);
	margin-left: 0.18rem;
	position: relative;
}

.yx_Ibtn1 em:before {
	content: '';
	display: block;
	width: 320%;
	height: 320%;
	background: rgba(117, 68, 249, 0.16);
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) !important;
	left: 50%;
	filter: blur(1px);
	border-radius: 50%;
	animation: pulse 2s infinite ease-in-out;
}

.yx_Ibtn1:hover {
	color: #fff;
	border-radius: 4px;
	background: var(--yx_Color);
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.yx_Ibtn1:hover em {
	background: #fff;
}

.yx_Ibtn1:hover em:before {
	background: rgba(255, 255, 255, 0.3);

}

.z_index_tit h3 {
	font-size: 0.65rem;
	font-weight: bold !important;
	color: #363636;
}

/*end*/

/*yx_ctAbout4*/
.yx_ctAbout4 {
	position: relative;
	z-index: 9;
}

.yx_ctAbout4 .yx_List4>div {
	transition: all 0.6s ease;
	padding: 0.3rem 0.3rem;
	border-radius: 0.36rem;
	cursor: pointer;
}

.yx_ctAbout4 .yx_List4:nth-child(1)>div {
	background: var(--yx_Color4);
}

.yx_ctAbout4 .yx_List4:nth-child(2)>div {
	background: var(--yx_Color3);
}

.yx_ctAbout4 .yx_List4:nth-child(3)>div {
	background: var(--yx_Color2);
}

.yx_ctAbout4 .yx_List4:nth-child(4)>div {
	background: var(--yx_Color1);
}

.yx_ctAbout4 .yx_List4>div .img {
	width: 0.45rem;
	max-width: 42px;
}

.yx_ctAbout4 .yx_List4>div .img img {
	width: 100%;
	object-fit: contain;
}

.yx_ctAbout4 .yx_List4 .yx_Con {
	text-align: right;
	margin-top: -0.1rem;
}

.yx_ctAbout4 .yx_List4 .yx_Con .yx_Tit {
	font-size: 0.8rem;
	color: #fff;
	font-weight: bold !important;
	color: #fff;
	line-height: 100%;
}

.yx_ctAbout4 .yx_List4 .yx_Con .yx_Tit span {
	font-weight: bold !important;
}

.yx_ctAbout4 .yx_List4 .yx_Con .yx_Sum {
	font-size: var(--yx_FS18);
	color: #fff;
	text-transform: capitalize;
}

.yx_ctAbout4 .yx_List4:hover>div {
	padding: 0.3rem 0.4rem;
	transform: translateY(-0.14rem);
}

.yx_ctAbout4 .yx_List4:nth-child(1):hover>div {
	box-shadow: rgba(253, 165, 41, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctAbout4 .yx_List4:nth-child(2):hover>div {
	box-shadow: rgba(52, 191, 189, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctAbout4 .yx_List4:nth-child(3):hover>div {
	box-shadow: rgba(248, 76, 138, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctAbout4 .yx_List4:nth-child(4):hover>div {
	box-shadow: rgba(205, 182, 238, 0.45) 0px 0.48rem 1rem 0px;
}

.yx_ctAbout4 .yx_Ibtn1 {
	margin-left: auto;
	margin-right: auto;
}

/*end*/

/*yx_ctPartner*/
.newBOX {
	padding: 0.7rem 0 1.2rem;
	background: url(../image/bg5.png) top right no-repeat;
	background-size: contain;
}

.z_index_tit {
	text-align: center;
}

.z_index_tit h4 {
	font-size: var(--yx_FS24);
	color: #363636;
	text-align: center;
	margin-bottom: 0.36rem !important;
}

.newBOX .z_index_tit h4 {
	font-weight: 500 !important;
}

.yx_ctPartner .yx_ctpCon {
	margin-top: 0.6rem;
}

.yx_ctPartner .yx_ctpCon .item {
	width: calc((100% - 1rem)/10);
	margin: 0.16rem 0;
}

.yx_ctPartner .yx_ctpCon .item>div {
	width: 80%;
	height: 0;
	position: relative;
	padding-bottom: 80%;
	border-radius: 50%;
	transition: all 0.6s;
	background: transparent;
	cursor: pointer;
	box-shadow: 0px 14px 14px 0px rgba(0, 0, 0, .05);
}

.yx_ctPartner .yx_ctpCon .item>div:hover {
	background: #fff;
	box-shadow: 0px 14px 0.36rem 0px rgba(0, 0, 0, .05);
}

.yx_ctPartner .yx_ctpCon .item>div img {
	max-width: 75%;
	max-height: 35%;
}

.yx_ctPartner .yx_ctpCon .item>div:hover img {
	transform: translate(-50%, -50%) scale(1.1);
}

.yx_ctPartner .yx_Ibtn1 {
	margin-left: auto;
	margin-right: auto;
}

.yx_CtNews {
	padding-top: 1.5rem;
}

.yx_CtNews .z_index_tit h3 {
	line-height: 120%;
}

.yx_CtNews .z_index_tit {
	margin-bottom: 0.7rem;
}

.yx_CtNews .swiper-container {
	overflow: visible !important;
}

.yx_CtNews .yx_Width {
	width: 70% !important;
	max-width: 1380px !important;
}

.yx_CtNews .item {
	display: block;
	border-radius: 0.14rem;
	background: #fff;
	padding: 0.24rem;
	transition: all 0.6s ease;
}

.yx_CtNews .item:hover {
	box-shadow: rgba(17, 12, 46, 0.1) 0px 48px 100px 0px;
}

.yx_CtNews .item .yx_ImgCover {
	width: 40%;
	border-radius: 0.14rem;
	padding-bottom: 35%;
}

.yx_CtNews .item .yx_Con {
	width: calc(60% - 0.24rem);
	border-radius: 0.14rem;
	padding: 0.3rem 0.42rem;
	background: var(--yx_Color1);
	transition: all 0.6s ease;
}

.yx_CtNews .item .yx_Con .yx_Tit {
	font-size: var(--yx_FS42);
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 140%;
}

.yx_CtNews .item .yx_Con .yx_Sum {
	margin: 0.48rem 0 0.6rem;
	font-size: var(--yx_FS14);
	color: rgba(255, 255, 255, 0.7);
	line-height: 200%;
	-webkit-line-clamp: 3;
}

.yx_CtNews .item .yx_Con .href {
	border-radius: 0.1rem;
	display: inline-block;
	padding: 0.14rem 0.36rem;
	font-size: var(--yx_F14);
	color: #fff;
	transition: all 0.6s;
	border: 1px solid #fff;
}

.yx_CtNews .item:hover .yx_ImgCover img {
	transform: scale(1.1);
}

.yx_CtNews .item:hover .yx_Con {
	background: var(--yx_Color);
}

.yx_CtNews .item:hover .href {
	background: #FFF;
	color: VAR(--yx_Color);
}

.yx_CtNews .controls {
	margin-top: 0.54rem;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.yx_CtNews .controls .prog {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70%;
	overflow: hidden;
	border-radius: 7px;
}

.yx_CtNews .controls .progressbar {
	position: relative;
	height: 6px;
	background: #cccccc;
	border-radius: 7px;
	width: 100%;
}

.yx_CtNews .controls .progressbar .swiper-scrollbar-drag {
	border-radius: 7px;
	background: var(--yx_Color);
}

.yx_CtNews .controls .button {
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.yx_CtNews .controls .button i {
	font-size: var(--yx_FS24);
	cursor: pointer;
	color: #e0d6f5;
	transition: all 0.6s;
}

.yx_CtNews .controls .button i:hover {
	color: var(--yx_Color);
}

/*end*/

/*yx_ctHistory*/
.yx_ctHistory {
	position: relative;
	padding: 1.5rem 0 1.5rem;
}

.yx_ctHistory .swiper-container {
	overflow: visible !important;
}

.yx_ctHistory .swiper-slide {
	pointer-events: none;
}

.yx_ctHistory .swiper-slide-active {
	pointer-events: auto;
}

.yx_ctHistory .zm2 {
	width: 55%;
	position: absolute;
	left: 0;
	top: -8%;
	opacity: 0.5;
	pointer-events: none;
}

.yx_ctHistory .zm2 img {
	width: auto;
	max-width: 100%;
	object-fit: contain;
}

.yx_ctHistory .yx_SBtnBox {
	display: flex;
	margin: 0 0 0 auto;
	justify-content: flex-end;
}

.yx_ctHistory .yx_SBtnBox>div {
	width: 0.7rem;
	max-width: 60px;
	max-height: 60px;
	cursor: pointer;
	height: 0.7rem;
	border-radius: 50%;
	border: 1px solid var(--yx_Color1);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s ease;
	margin-left: 0.3rem;
}

.yx_ctHistory .yx_SBtnBox>div.swiper-button-disabled {
	opacity: 0.2;
}

.yx_ctHistory .yx_SBtnBox>div i {
	font-size: var(--yx_FS24);
	color: var(--yx_Color1);
	transition: all 0.6s ease;
}

.yx_ctHistory .yx_SBtnBox>div:hover {
	background: var(--yx_Color)
}

.yx_ctHistory .yx_SBtnBox>div:hover i {
	color: #fff;
}

.yx_ctHistory .xian {
	position: relative;
	object-fit: contain;
	width: 100%;
}

.yx_ctHistory .yx_HisCon {
	height: 4rem;
	max-height: 350px;
	position: relative;
	opacity: 0;
	transform: translateY(-2rem);
	transition: all 0.6s ease;
}

.yx_ctHistory .swiper-slide-active .yx_HisCon {
	opacity: 1 !important;
	transform: translateY(0) !important;
}

.yx_ctHistory .swiper-slide-active .yx_HisTime {
	transform: translateY(0) !important;
	opacity: 1 !important;
}

.yx_ctHistory .yx_HisCon .yx_List {
	position: absolute;
	pointer-events: none;
	width: 100%;
}

.yx_ctHistory .yx_HisCon .yx_List.yx_Active {
	pointer-events: auto !important;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.6rem 0 0.3rem;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Year {
	font-size: 3rem;
	line-height: 120%;
	text-align: right;
	opacity: 0;
	transform: translateX(0.7rem);
	filter: blur(10px);
	font-weight: 900 !important;
	color: rgba(0, 0, 0, 0.1);
	transition: all 1s ease;
	letter-spacing: -0.2rem;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Tit {
	position: relative;
	display: flex;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Tit em {
	width: 2px;
	height: 3rem;
	position: relative;
	background: linear-gradient(to bottom, var(--yx_Color), transparent);
	display: block;
	transition: all 1s ease;
	transform: translateY(-20px);
	opacity: 0;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Tit em::before {
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	background: var(--yx_Color);
	position: absolute;
}

.yx_ctHistory .yx_HisCon .yx_List .yx_Tit div {
	width: calc(100% - 1rem);
	margin-left: 0.8rem;
	font-size: var(--yx_FS24);
	color: #000;
	font-weight: bold;
	line-height: 160%;
	opacity: 0;
	margin-top: 0.6rem;
	transform: translateY(1rem);
	transition: all 1s ease;
}

.yx_ctHistory .yx_HisCon .yx_List.yx_Active .yx_Tit em {
	transform: translateY(0) !important;
	opacity: 1 !important;
}

.yx_ctHistory .yx_HisCon .yx_List.yx_Active .yx_Tit div {
	transform: translateY(0) !important;
	opacity: 1 !important;
}

.yx_ctHistory .yx_HisCon .yx_List.yx_Active .yx_Year {
	transform: translateX(0) !important;
	opacity: 1 !important;
	filter: blur(0) !important;
}

.yx_ctHistory .yx_HisTime {
	width: 100%;
	position: relative;
	z-index: 9;
	height: 2rem;
	margin-top: 0.5rem;
	max-height: 147px;
	display: flex;
	justify-content: space-between;
	opacity: 0;
	transform: translateY(1rem);
	transition: all 0.6s ease;
}

.yx_ctHistory .yx_HisTime::before {
	content: '';
	display: block;
	width: 100vw;
	height: 2rem;
	position: absolute;
	max-height: 147px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../image/xian.png) center center no-repeat;
}

.yx_ctHistory .yx_HisTime .yx_List {
	position: absolute;
	transition: all 0.6s ease;
}

.yx_ctHistory .yx_HisTime .yx_List .yx_Time {
	font-size: var(--yx_FS16);
	color: #fff;
	width: 0.7rem;
	height: 0.7rem;
	max-width: 56px;
	max-height: 56px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--yx_Color);
	font-weight: bold !important;
	transition: all 0.6s ease;
	cursor: pointer;
}

.yx_ctHistory .yx_HisTime .yx_List .yx_Time::before {
	content: '';
	display: block;
	width: 120%;
	height: 120%;
	top: 50%;
	left: 50%;
	position: absolute;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px dashed var(--yx_Color);
	transition: all 0.6s ease;
}

.yx_ctHistory .yx_HisTime .yx_List:nth-child(1) {
	left: 0;
	top: 76%;
}

.yx_ctHistory .yx_HisTime .yx_List:nth-child(2) {
	left: 24%;
	top: 17%;
}

.yx_ctHistory .yx_HisTime .yx_List:nth-child(3) {
	left: 50%;
	top: 55%;
	transform: translateX(-50%);
}

.yx_ctHistory .yx_HisTime .yx_List:nth-child(4) {
	right: 25%;
	top: 23%;
}

.yx_ctHistory .yx_HisTime .yx_List:nth-child(5) {
	right: 2%;
}

.yx_ctHistory .yx_HisTime .yx_List:hover .yx_Time:before,
.yx_ctHistory .yx_HisTime .yx_List.yx_Active .yx_Time:before {
	transform: scale(0);
}

.yx_ctHistory .yx_HisTime .yx_List:hover .yx_Time,
.yx_ctHistory .yx_HisTime .yx_List.yx_Active .yx_Time {
	transform: scale(2);
	box-shadow: rgba(117, 68, 249, 0.45) 0px 0 0.36rem;
}

/*end*/