@charset "UTF-8";

/* ========================================
  Font
========================================*/
@font-face {
	font-family: 'SourceHanSerifCN-Regular';
	src: url('/_upload/tpl/00/dd/221/template221/fonts/SourceHanSerifCN-Regular.ttf') format('truetype');
	font-display: swap;
}
@font-face {
	font-family: 'SourceHanSerifCN-Bold';
	src: url('/_upload/tpl/00/dd/221/template221/fonts/SourceHanSerifCN-Bold.ttf') format('truetype');
	font-display: swap;
}
/* @font-face {
	font-family: 'SourceHanSansCN-Medium';
	src: url('/_upload/tpl/00/dd/221/template221/fonts/SourceHanSansCN-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
} */

/* ========================================
  Support
========================================*/
@supports (-moz-appearance:none) {
	* {
		scrollbar-color: rgba(144, 147, 153, .4) rgba(255, 255, 255, 1);
		scrollbar-width: thin;
	}

	;
}

/* ========================================
  Variable
========================================*/
:root {
	--size: calc(100vw / 19.20);
	--main-color: #860547;
	--scrollbar-size: 0.06rem;
	--radius-size: 0.04rem;
	--gap-size: 0.24rem;
	--giant-size: 0.36rem;
	--huge-size: 0.28rem;
	--large-size: 0.24rem;
	--medium-size: 0.2rem;
	--regular-size: 0.18rem;
	--base-size: 0.16rem;
	--mini-size: 0.14rem;
	--tiny-size: 0.12rem;
	--colossal-size: 0.48rem;
	--mega-size: 0.56rem;
	--wrapper-width: 19.2rem;
	--inner-width: 15.4rem;
	--screen-width: calc(100vw - var(--scrollbar-size));
	--screen-height: 100vh;
	--transition-normal: all .4s ease-in-out;
	--font-normal: 'SourceHanSerifCN-Regular';
	--swiper-pagination-bullet-width: 0.13rem;
	--swiper-pagination-bullet-height: 0.13rem;
	--swiper-pagination-bullet-horizontal-gap: 0.1rem;
	--swiper-pagination-bullet-inactive-color: var(--main-color);
	--swiper-pagination-color: var(--main-color);
}

/* ========================================
  Typography
========================================*/
*,
::after,
::before {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	font-family: var(--font-normal), 'Microsoft YaHei', 'Avenir', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'Noto Sans', 'sans-serif', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	tab-size: 4;
	font-size: var(--size);
	color: #333;
}

body {
	position: relative;
	font-size: 13px;
}

body:before {
	content: '';
	position: fixed;
	top: -0.1rem;
	left: 0;
	width: 100%;
	height: 0.1rem;
	box-shadow: 0 0 0.1rem var(--shadow-color);
	z-index: 50;
}

hr {
	box-sizing: content-box;
	height: 0;
	color: inherit;
	overflow: visible;
}

pre,
code,
kbd,
samp {
	font-family: 'ui-monospace', 'SFMono-Regular', 'Consolas', 'Liberation Mono', 'Menlo', 'monospace';
	font-size: 1em;
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

a {
	cursor: pointer;
	background-color: transparent;
	text-decoration: none;
	color: var(--title-color);
	transition: var(--transition-normal);
}

a:hover {
	color: var(--main-color);
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
	vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	line-height: inherit;
	border: 1px solid currentColor;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

fieldset {
	border: 1px solid currentColor;
	margin: 0 0.02rem;
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

dl,
ol,
ul {
	list-style: none;
	margin: 1em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ol ol,
ol ul,
ul dl,
ul ol,
ul ul {
	margin: 0;
}

table {
	text-indent: 0;
	border-color: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

dialog {
	background-color: inherit;
	border: solid;
	color: inherit;
	display: block;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	left: 0;
	margin: auto;
	padding: 1em;
	position: absolute;
	right: 0;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

dialog:not([open]) {
	display: none;
}

summary {
	display: list-item;
}

template {
	display: none;
}

details,
audio,
video,
canvas,
article,
aside,
figcaption,
figure,
footer,
header,
main,
hgroup,
menu,
nav,
section {
	display: block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

svg:not(:root) {
	overflow: hidden;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

/* ========================================
  Selector
========================================*/
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
	padding: 0.01rem 0.06rem;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: 0.01rem dotted ButtonText;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -0.02rem;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type='color'] {
	background: inherit;
}

[hidden] {
	display: none;
}

/* ========================================
  Pseudo
========================================*/
:focus {
	outline: 0;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

::-moz-focus-inner {
	border: 0;
}

:-moz-focusring {
	outline: 0.01rem dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

:-webkit-autofill {
	box-shadow: 0 0 0 10rem var(--transparent-color) inset;
	-webkit-text-fill-color: var(--transparent-color);
}

::-webkit-scrollbar {
	width: var(--scrollbar-size);
	height: var(--scrollbar-size);
	background-color: var(--transparent-color);
}

::-webkit-scrollbar-track {
	border-radius: 0.1rem;
	box-shadow: inset 0 0 var(--scrollbar-size) rgba(0, 0, 0, 0);
	background-color: var(--transparent-color);
}

::-webkit-scrollbar-thumb {
	border-radius: 0.1rem;
	box-shadow: inset 0 0 var(--scrollbar-size) rgba(0, 0, 0, 0);
	background-color: rgba(144, 147, 153, .4);
	transition: background-color .3s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(144, 147, 153, .6);
}

::-webkit-input-placeholder {
	color: var(--transparent-color);
}

::-moz-placeholder {
	color: var(--transparent-color);
}

::-ms-input-placeholder {
	color: var(--transparent-color);
}

::placeholder {
	color: var(--transparent-color);
}

/* ========================================
  RTL
========================================*/
[dir="rtl"] {
	font-family: 'Tajawal', 'Noto Sans Arabic', 'sans-serif';
}

[dir="rtl"] .wrapper,
[dir="rtl"] .inner {
	text-align: right;
	direction: rtl;
}

[dir="rtl"] a {
	padding-left: 0;
	padding-right: 0.08rem;
}

[dir="rtl"] blockquote {
	margin: 1em 0 1em 2em;
	padding-left: 0;
	padding-right: 1em;
}

[dir="rtl"] pre {
	direction: ltr;
	unicode-bidi: bidi-override;
	text-align: left;
}

/* ========================================
  Animation
========================================*/
@keyframes rotate-first {
	0% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
	}

	100% {
		transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
	}

	;
}

@keyframes rotate-second {
	0% {
		    transform: rotate(0deg);
	}

	100% {
	    transform: rotate(360deg);
	}

	;
}

@keyframes rotate-third {
	0% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
	}

	100% {
		transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
	}

	;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-0.08rem);
	}

	100% {
		transform: translateY(0);
	}
}

/* ========================================
  Definition
========================================*/
.none {
	display: none;
}

.hidden {
	visibility: hidden;
}

.clear {
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	clear: both;
	display: block;
	_display: inline;
}

.clearfix {
	display: block;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
}

.wrapper {
	width: 100%;
	max-width: var(--wrapper-width);
}

.inner {
	width: var(--inner-width);
	margin: 0 auto;
}

.page-overflow {
	overflow: hidden;
	height: 100vh;
}

/* ========================================
  Loader
========================================*/
.sudy-pre-loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* background:linear-gradient(to bottom,#070942,#1b1d40,#242d4e 100%);*/
	 background: -moz-linear-gradient(226.33deg, #353EBE, rgba(134, 5, 71, 1) 100%);
    background: -webkit-linear-gradient(226.33deg, #353EBE, rgba(134, 5, 71, 1) 100%);
    background: -ms-linear-gradient(226.33deg, #353EBE, rgba(134, 5, 71, 1) 100%);
	backdrop-filter: blur(0.15rem);
	overflow: hidden;
	z-index: 9999;
}

.loader-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.loader-spin {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.loader-spin.loader-spin__first {
	left: 0;
	top: 0;
	/* animation: rotate-first 1s linear infinite; */
	/* border-bottom: 0.03rem solid #bc9048; */
	/* box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); */
}

.loader-spin.loader-spin__second {
	right: 0;
	top: 0;
	/* animation: rotate-second 1s linear infinite; */
	/* border-right: 0.03rem solid #c633d5; */
	-webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
	animation: rotate-second 1s linear infinite;
	box-shadow: inset 0 0 63px 1px rgba(255, 255, 255, 0.2);
}
.loader-spin.loader-spin__second:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.loader-spin.loader-spin__third {
	right: 0.05rem;
	bottom: 0;
	/* animation: rotate-third 1s linear infinite; */
	/* border-top: 0.03rem solid #6187fd; */
	background: url(/_upload/tpl/00/dd/221/template221/images/dot.svg) no-repeat center / 58%;
}

/* ========================================
  Switch
========================================*/
.sudy-pre-switch {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	pointer-events: none;
}

.sudy-pre-switch .switch-svg {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100vw;
	transform: translateY(-50%);
}

/* ========================================
  line
========================================*/
.line1,.line1 a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.line2 ,.line2 a{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line3,.line3 a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.line4,.line4 a {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
  .is-animating [data-barba='container'] {
    position: absolute;
    width: 100%;
    overflow: hidden;
   
}
@media screen and (max-width:999px) {
	:root{
	--medium-size: 18px;
	--regular-size: 16px;
	--base-size: 14px;
	--mini-size: 12px;
	}
	.loader-spinner{
    width: 97px;
    height: 97px;
}
}