.fixed-top {
    background: #000000 !important ;
}
#pc-header .navbar{
	background: rgba(0, 0, 0, 0.01);
}
.header-top{
	background-color: #000000 !important;
	color: #fff;
}
.header-top .warning{
	color: #fff !important;
}

.new_top_tit{
    background: #1F1F1F;
    padding: 3% 8%;
}
.new_top_tit h1{
    color: #FFF;
    font-family: Aku;
    font-size: 12vw;
    font-style: normal;
    font-weight: 400;
    line-height: 12vw;
    cursor: pointer;
}
.new_top_tit h2{
    color: #FFF;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
.by_new{
    margin: 5% auto;
}
.by_new .x12{
    margin-bottom: 3%;
}
.by_new_tit{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.by_new_tit h1{
    color: #FFF;
    font-family: Aku;
    font-size: 4vw;
    font-style: normal;
    font-weight: 400;
    line-height: 6vw; /* 89.091% */
    text-transform: uppercase;
}
.by_new_tit h2{
    color: #FFF;
    font-family: Inter;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
}
.by_new_info{
    padding: 0% 8%;
}
.new_info{
    width: 80%;
    padding-bottom: 5%;
    border-bottom: 1px  solid #414141;
    margin-top: 10%;
}
.new_info h1{
    color: #FFF;
    font-family: Inter;
    font-size: 1.5vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2.5vw; /* 136.364% */
    text-transform: uppercase;
}
.new_info h2{
    color: #FFF;
    font-family: Inter;
    font-size: 1.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: lowercase;
}

.c-home-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease;
    height: 12vw;
    width: 100%;
    overflow: hidden;
    
}
.c-home-button::before {
    position: absolute;
    content: "";
    background-color: #383730;
    width: 150%;
    padding-top: 150%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    transition: transform .4s ease-out;
}
.c-home-button span {
    font-size: 2vw;
    font-weight: bold;
    line-height: 1;
    font-family: Inter;
    position: relative;
    border-bottom: 5px solid currentColor;
    color: #fff;
    text-transform: uppercase;
   padding-bottom: 5px;
}

.c-home-button span::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    height: 5px;
    width: 100%;
    background-color: currentColor;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform .3s ease .2s;
}
.c-home-button::before {
    background-color: #fff
}

@media(hover: hover),(-ms-high-contrast: none) {
    .c-home-button:hover {
        color:#000
    }

    .c-home-button:hover span {
        border-color: rgba(0,0,0,0);
        color: #000;
        cursor: pointer;
    }

    .c-home-button:hover span::after {
        transform: scaleX(1)
    }

    .c-home-button:hover::before {
        transform: translate(-50%, -50%) scale(1)
    }

    .l-root-container.is-background-gray .c-home-button:hover {
        color: #000
    }
}

#tj .x4 a{
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
#tj img{
	width: 90%;
}
#tj h1{
	padding-top: 5%;
	
	width: 80%;
	font-size: 1vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFEFE;
	line-height: 1.5vw;
}
.tj_img{
	width: 100%;
	position: relative;
	width: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tj_zz{
	position: absolute;
	height: 100%;
	width: 0;
	/* transition: all 0.3s ease-in-out; */
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}
#tj .x4 a:hover h1{
	text-decoration:underline
}

.tj_img:hover .tj_zz{
	width: 100% !important; opacity: 1;
}
.tj_img:hover .tj_more{
	max-width: 15vw !important;
	width: 10vw;
}
.tj_more{
	/* display: none; */
	/* width: 10vw; */
	max-width: 0;
	overflow: hidden;
	height: 2.5vw;
	background: #DEDFDC;
	border-radius: 8px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-in-out;
}
.tj_more img{
	width: 17% !important;
}
.tj_more span{
	padding-left: 5%;
	font-size: 0.9vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #010101;
}
.by_time{
	width: 4.5vw;
	height: 15vw;
	border-radius: 5vw;
	background: #282828;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;transition:transform 0.5s cubic-bezier(.68,-0.55,.27,1.55);
}
.by_time h1{
	font-size: 1.3vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	position: relative;
	z-index: 88;
	transform: rotate(90deg);
	width: 15vw;
	text-align: center;
}
.by_time.active,.by_num.active {
	background: linear-gradient(169deg, #B113FF, #FF05E1, #FF6D00, #DEFF2A, #84FFA8);
	color: #000000;
}
.by_time.active{
	transform: translateY(-10%);
}
.by_num.active{
	transform: translateY(-70%);
}
.by_num{
	width: 4.5vw;
	height: 19vw;
	border-radius: 5vw;
	background: #282828;
	display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	color: #FFFFFF;
	position: absolute;
	top: 35%;transition:transform 0.5s cubic-bezier(.68,-0.55,.27,1.55);
	left: 50%;
}
#sort{
	position: relative;
    
	padding-left: 8%;
   
}
.by_num h1{
	font-size: 1.3vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	position: relative;
	z-index: 88;
	transform: rotate(90deg);
	width: 15vw;
	text-align: center;
}
.tit_time{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.tit_time h1{
	font-size: 1.1vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFEFE;
	padding-left: 5%;
    padding-right: 11%;
}
.tit_time img{
	width: 5%;
}
.tit_img{
	position: relative;
	padding-top: 5%;
}
#other{
	margin-bottom: 7%;
	padding-bottom: 2%;
	border-bottom:  2px solid #FFFFFF;
    border-width: 80%;
}
.other:last-child {
    border-bottom:  0 solid #FFFFFF !important;
}
#con_info{
	padding: 5%;padding-right: 11%;
}
#con_info h3{
	font-size: 1.5vw;
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	color: #FFFEFE;
	line-height: 2vw;
}
#seo{
	display: block;
	padding-top: 5%;
	font-size: 0.8vw;
	font-family: HarmonyOS Sans SC;
	font-weight: 500;
	color: #FFFEFE;
	line-height: 1.5vw;
}