/*
P01
catlogue

P01     Catlogue  opposans_chichi modified
P02     Content
P03     Loading Animation
P04     * Editor styles 系统字体级别创建 *bodycopy / h1 / h2 / small / bodycopy a / h1 a / h2 a / small a /
P05     Breakpoints
P06     Thumbnails
P07-1   Site Menu
P07-2   Site Menu
P08     Shop Button
P09     Shop Product Widget
P10     Image Zoom
P11     Quick View
P11-1   Quick View Navigation 
P12     Image Gallery Navigation Arrows 
P13     Wallpaper Backdrop Navigation Arrows 
P14     Feed
P15     Audio Player
P16     Make Eyes follow the Cursor
P17     * Font load
P18     Keyframe animation

P linzi
P chichi
 */

 /*
字体应用步骤：
P17 字体上传加载
P04 指定样式

网页模板中，具体位置使用的字体已根据bodycopy 、H1、H2、Small 设置
建议保持原有级别，更改其下字体即可
 */


/*
P chichi
 */
/*
 * opposans_chichi modified
自定义字体导入，增加字体级别，hover样式
 */



[data-predefined-style="true"] chichifont {
    font-size: 2.1rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    font-family: "OPPOSansRegular", Icons;
    font-style: normal;
    line-height: 1.2;
}

[data-predefined-style="true"] chichifont :hover {
   /* font-size: 2.1rem;
    font-weight: 400;*/
    color: rgba(14, 159, 31, 0.85);
    font-family: "OPPOSansRegular", Icons;
   /* font-style: normal;
    line-height: 1.2;*/
    
}


/*
P02
 */
/*
 * Content
 */


body {
	background-color: transparent;
	color: #000;
}

a:active {
	opacity: 0.7;
}

.page a.active {
	
    font-family: "OPPOSansbold", Icons;

    
    
    
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 2em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 0, 0, 0.3);
	border: 0;
	height: 0.75px;
	display: block;
}

.content img {
	float: none;
	margin-bottom: 0;
}

.gallery_image_caption {
    margin-top: 0.8rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
    font-family: "OPPOSansRegular", Icons;
	font-style: normal;
	line-height: 1.3;
    text-shadow: 1px 1px 3px #000;
	margin-left: -3rem;
    margin-right: -3rem;
    letter-spacing:0.05rem;   
}




/*
P03
 */
/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/*
P04
 */
/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
    font-family: "OPPOSansRegular", Icons;
    font-style: normal;
	line-height:1.8;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 255, 255, 0.85);
	padding-bottom: 0.1em;
	border-bottom: 0em solid rgba(127, 127, 127, 0.2);
	text-decoration: none;
    
    
    
}

[data-predefined-style="true"] bodycopy a:hover {
color: rgba(255, 255, 255, 0.8);
    
    font-weight: inherit;
    font-family: "OpposansRegular", Icons;
    font-style: normal;
   
    
  
    
   
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
   
    
}

[data-predefined-style="true"] h1 {
	font-family: "OPPOSansRegular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2.5rem;
	line-height: 1.2;
	color: rgba(0, 0, 0, 0.85);
        letter-spacing: 0.2rem;
    
}

[data-predefined-style="true"] h1 a {
	color: rgba(0, 0, 0, 0.85);
}

[data-predefined-style="true"] h2 {
	font-family: "OPPOSansRegular", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgba(0, 0, 0, 1);
	font-size:2rem;
	line-height: 1.5;
	}

[data-predefined-style="true"] small {
	display: inline-block;
	/*font-size: 2rem;*/
	line-height: 1.8;
    font-family: "OPPOSansRegular", Icons;
    font-style: normal;
	font-weight: 400;
	color: rgb(4, 4, 4);
	font-size: 1.3rem;
}


[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
	border-bottom-width: 0em;
}

/* P chichi */
[data-predefined-style="true"] small :hover {
   /* font-size: 2.1rem;*/
    /* font-weight: 800;*/
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 18, 247, 1);
    font-family: "OPPOSansRegular", Icons;
    font-style: bold;
}

[data-predefined-style="true"] small a:hover {
   /* font-size: 2.1rem;*/
    /* font-weight: 800;*/
    color: rgba(255, 255, 255, 1);
    background-color: rgba(10, 18, 247, 1);
    font-family: "OPPOSansRegular", Icons;
    font-style: normal;
}



/*
P05
 */
/**
 * Breakpoints
 */

[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_right*/;
	margin-right: 0 /*!content_right*/;
	text-align: left /*!text_left*/;
   
    
}

[data-css-preset] body {
	background-color: rgb(255, 255, 255)/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_right*/;
}

[data-css-preset] .content_padding {
	padding-top: 0.3rem /*!main_margin*/;
	padding-bottom: 0.3rem /*!main_margin*/;
	padding-left: 0.3rem /*!main_margin*/;
	padding-right: 0.3rem /*!main_margin*/;
}

[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}


/*
P06
 */
/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
    
}

[data-css-preset] .thumbnails {
   	background-color: rgb(230, 230, 230)/*!thumbnails_bgcolor*/;
    

}

[data-css-preset] .thumbnails_width {
    width: 65%/*!thumbnails_width*/;

     
}

[data-css-preset] [thumbnails-pad] {
    padding: 2.3rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 1.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -3rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Chrome 19+ & Safari 6+ */
   -webkit-transform: scale(1);
	transform: scale(1);
   overflow: hidden;
   display: block;
  width: 100%;
  height: auto;
    
   
}

.thumbnails .thumb_image :hover{
   
	transform: scale(1.05);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
   filter: none;
   -webkit-filter: grayscale(0);
}


.thumbnails .title {
    margin-top: 1.2rem;
    margin-bottom: .3rem;
    font-size: 1.3rem;
	font-weight: normal;
	color: rgba(0, 0, 0, 0.85);
	font-family: "OpposansRegular",Icons;
	font-style: normal;
	line-height: 1.1;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.2;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}


/*
P07-1
 */
/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(255, 255, 255, 0.85);
    line-height: 2;
    font-size: 28px /*!site_menu_button*/;
    padding: 0px;
    line-height: 1;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 3rem /*!site_menu_button*/;
	right: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	margin: -6px;
    font-size: 50px;
}

#site_menu_button.custom_icon {
	width: 40px;
    height: auto;
}

#site_menu_button.active {
	display: none;
}


/*
P07-2
 */
/**
 * Site Menu
 */

#site_menu {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	background: rgba(0, 57, 173, 1);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	padding: 20px 30px 90px 30px;
	max-width: 400px;
	min-width: 300px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: rgba(255, 255, 255, 1);
}

#site_menu .set-link > a {
	color: rgba(255, 255, 255, 0.75);
	font-weight: regular;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: none;
	color: rgba(255, 255, 255, 0.4);
	line-height: .85em;
	font-size: 45px;
}

body.mobile #site_menu .close {
	display: block;
	font-size: 50px;
	line-height: 1em;
}

#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}


/*
P08
 */
/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(255, 255, 255, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: .5rem /*!shop_button*/;
	right: .5rem /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.5rem;
    padding: 0;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}


/*
P09
 */
/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: inline-block;
}

.shop_product .price {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 3rem;
	line-height: 1;
	color: rgba(255, 255, 255, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0, 0);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 1.4rem;
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}


/*
P10
 */
/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}


/*
P11
 */
/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 20rem /*!quick_view_padding*/;
    padding-bottom: 20rem /*!quick_view_padding*/;
    padding-left: 20rem /*!quick_view_padding*/;
    padding-right: 20rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: initial /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}



/*
P11-1
 */
/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 10px;
}

.quick-view-navigation .right-arrow {
    right: 10px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
    display: none;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 10px;
    right: 10px;
    /* Change height/width together to scale */
    width: 36px;
    height: 36px;
    display: none;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/*
P12
 */
/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 36px;
    width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: #fff;
    stroke-width: 1.5px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}



/*
P13
 */
/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/*
P14
 */
/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}


/*
P15
 */
/*
 * Audio Player
 */

.audio-player {
    max-width: 25rem;
    height: 3rem;
    outline: 0px solid rgba(255, 255, 255, 1);
    color: rgba(0, 0, 0, 1);
    background: rgba(255, 255, 255, 0.1);
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: -10px 1px auto 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0, 0, 0, 0.2);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.75);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0, 0, 0, 0.05);
}

.audio-player .progress {
    background: rgba(0, 0, 0, 0.09);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}


/*
P16
 */
/**
 * Make Eyes follow the Cursor
 * See more at: https://support.cargo.site/Make-Eyes-Follow-the-Cursor
 **/

img[data-caption="#eye"] {
	height: 2.25rem!important;
    width: 2.25rem!important;
}



/*
P17
Font load
 */


 /*
P chichi
 */
@font-face {
    font-family: 'OPPOSansRegular';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/OPPOSansRegular.woff') format('woff');
}

@font-face {
    font-family: 'OPPOSansBold';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/OPPOSansBold.woff') format('woff');
}

@font-face {
    font-family: 'OPPOSansLight';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/OPPOSansLight.woff') format('woff');
}


@font-face {
    font-family: 'OPPOSansHeavy';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/OPPOSansHeavy.woff') format('woff');
}

@font-face {
    font-family: 'OPPOSansMedium';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/OPPOSansMedium.woff') format('woff');
}

@font-face {
    font-family: 'PFSR';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/PFSR.woff') format('woff');
}

@font-face {
    font-family: 'PFSSB';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/PFSSB.woff') format('woff');
}

@font-face {
    font-family: 'PFSUL';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c716192/PFSUL.woff') format('woff');
}

@font-face {
    font-family: 'PFSB';
    font-weight: normal;
    font-style: normal;
    src: url(https://files.cargocollective.com/c716192/PFSB.woff) format('woff');
}


/*
P18
Keyframe animation
 */
.flier {
	pointer-events: none;
}

.flier > * {
/* Adjust animation duration to change the element’s speed */
        animation: fly 100s linear infinite;
        pointer-events: none !important;
	top: 0;
	left: 0;
	transform: translateX(-120%) translateY(-120%) rotateZ(0);
	position: fixed;
	animation-delay: 2s;
	z-index: 999999;
}

 /* Keyframe values control where the element will begin
    and end its trajectory across the screen. Each rule
    represents a path the element follows across the screen. */


@keyframes fly {

	98.001%, 0% {
                display: block;
		transform: translateX(-200%) translateY(100vh) rotateZ(0deg)
	}

	15% {
		transform: translateX(100vw) translateY(-100%) rotateZ(180deg)
	}

	15.001%, 18% {
		transform: translateX(100vw) translateY(-30%) rotateZ(0deg)
	}

	40% {
		transform: translateX(-200%) translateY(3vh) rotateZ(-180deg)
	}

	40.001%, 43% {
		transform: translateX(-200%) translateY(-100%) rotateZ(-180deg)
	}

	65% {
		transform: translateX(100vw) translateY(50vh) rotateZ(0deg)
	}

	65.001%, 68% {
		transform: translateX(20vw) translateY(-200%) rotateZ(180deg)
	}

	95% {
		transform: translateX(10vw) translateY(100vh) rotateZ(0deg)
	}
}

.rotate {
    display: inline-block;
    -webkit-animation: rotate 4s linear infinite;
    animation: rotate 4s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

html {
    cursor: url("https://freight.cargo.site/t/original/i/eb16f6b08a6d8c650f6a6daf7989c64443ae18f0b1308fe44286b0989cfedfea/1.png"), auto !important;
}

a {
    cursor: url("https://freight.cargo.site/t/original/i/87318080148d2553dcd24bcaf7ef3f8e85694ac06cb01f9efb7030a6d362b4fd/2.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/87318080148d2553dcd24bcaf7ef3f8e85694ac06cb01f9efb7030a6d362b4fd/2.png"), auto !important;
}


html {
  scroll-behavior: smooth;
}

.verticalLine {
    background-color: #000;
    height: 100vh;
    margin: 0 auto;
    width: 3px;
}

/*
P linzi
 */
/**
linzi code
*/
/*
[data-predefined-style="true"]  small a:hover {
color: rgba(250, 3, 3, 1);
    font-family: "PFSUL", Icons;
  
   
   
}
[data-predefined-style="true"] c1 {
	font-family: "PFSR", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	line-height: 1.1;
	color: #000;
     letter-spacing: 0.075rem;
        
}


[data-predefined-style="true"] c2 {
	font-family: "Work Sans", Icons;
	font-style: normal;
	font-weight: 700;
	padding: 0;
	margin: 0;
	font-size: 2.6rem;
	line-height: 1.1;
	color: #fff;
        letter-spacing: 0.075rem;
}
 
*/ 

/* 设定容器样式 */
#typing-container {
            position: absolute;
            bottom: 150px;
            width: 100%; /* 设置为 100% 宽度 */
            max-width: 1000px;
            overflow-wrap: break-word;
            text-align: left;
            z-index: 1;
            pointer-events: none;
            padding: 0;
            border-radius: 0;
        }
        .typing-text {
            mix-blend-mode: difference;
            color: #000;
            white-space: pre-wrap; /* 可以尝试 pre, nowrap */
            text-shadow: 2px 2px 4px rgba(60, 60, 60, 0.5);
            display: inline-block;
            transition: opacity 1s ease-out;
            padding:5%;
        }
        .fade-out {
            opacity: 0;
        }