.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: url('/uploads/allimg/news/new_bg.jpg') ;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 4% 8%;
}
.new_top_tit h1{
    color: #FFF;
    font-family: Montserrat;
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 12vw;
    cursor: pointer;
}
.new_top_tit h2{
    color: #FFF;
    font-size: 1.2vw;
    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: Montserrat;
    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.2vw;
    font-style: normal;
    font-weight: 800;
    line-height: 2vw; /* 136.364% */
    text-transform: uppercase;
}
.new_info h1:hover{
    cursor: pointer;
}
.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;
}
.all_b{
    width: 50%;
    margin-left: 15%;
}
.all_b h1{
    color: #fff;
    text-transform: uppercase;
    align-self: start;
    font: 400 4vw/170% Montserrat, sans-serif;
}
.all_b h2{
    color: #fff;
    text-transform: lowercase;
    align-self: start;
    font: 500 1.5vw Inter, sans-serif;
}
#ajax_news{
    overflow: hidden;
    margin-bottom: 5%;
}
.story{
    overflow: hidden;width: 150%;
     position: relative;
    margin-top: 3%;
  }
  .z_img_left{
    width: 100%;
  }
  .z_img_left .x1,.z_img_right .x1 {
    margin-left: 0.8%;
    margin-top: 1%;
  
    color: var(--color-dark);
    text-transform: uppercase;
    display: block;
    transform-origin: left center;
    transition: opacity 0.2s ease-in-out 0s;
    animation: loopCursorNormal 10s linear;
    animation-iteration-count: infinite;
    width: 15%;
    overflow: hidden;
    position: relative;
  }
  .z_img_left .x1 h1{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.8vw;
    width: 75%;
    position: absolute;
    left: 5%;
    bottom: 10%;
    word-wrap: break-word;
  }
  .z_img_left .x1 .more_img{
    position:absolute;
    bottom: 5%;
    right: 5%;
    width: 25%;
  }
  .z_img_left .x1:hover,.z_img_right .x1:hover{
    cursor: pointer;
  }
  .story img{
    width: 100%;
  }
  .story.two{
    margin-top: 2%;
  }
  .z_img_right .x1 {
    margin-left: 0.5%;
    white-space: nowrap;
    color: var(--color-dark);
    text-transform: uppercase;
    display: block;
    transform-origin: left center;
    transition: opacity 0.2s ease-in-out 0s;
    animation: loopCursorNormal_r 35s linear;
    animation-iteration-count: infinite;
  }
  @keyframes loopCursorNormal { 
    0% { transform: translateX(0%); }
    100% {transform: translateX(-200%); } 
  }
  @keyframes loopCursorNormal_r { 
    0% { transform: translateX(-100%); }
    100% {transform: translateX(0%); } 
  }