.elementor-25257 .elementor-element.elementor-element-099101a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-25257 .container{max-width:1360px;}body.elementor-page-25257 .elementor-section.elementor-section-boxed>.elementor-container{max-width:1360px;}/* Start custom CSS for html, class: .elementor-element-42df2be */.bg {
	margin: 0 auto;
	width: 100%;
	min-height: 100vh;
	background: url(https://lsxuanpin.com/wp-content/themes/blonwe/assets/img/visualdisplay/bg2.jpg) no-repeat;
	background-size: cover;
	padding-top: 0rem;
	padding: 0rem 0.2rem;

}

.section {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 30px;
	height: 41vh;
}
.section:first-child {
	margin-bottom: 40px;
}

.column {
	flex: 1;
    border: 25px solid;
    border-image-source: url(https://lsxuanpin.com/wp-content/themes/blonwe/assets/img/visualdisplay/frame.svg);
    border-image-slice: 22;
    position: relative;
	overflow: hidden;
	padding-top: 7px;
}

.inner-column {
	position: relative;
	width: 100%;
}

.column h3{
	font-size: 0.08rem;
	color: white;
	line-height: 1.4em;
	margin-bottom: 20px;
}

/*.conIn{
	display:flex;
	display: -webkit-flex;}*/
.title {
	width: 100%;
    font-size: 0.1rem;
    line-height: 0.35rem;
	color: rgba(14, 253, 255, 1);
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.01rem;
}

.biaoge {
	min-height: 200px;
}

/*左边中间部分排行榜*/
.biaoge_pai {
	width: 100%;
	overflow: hidden;
}

.biaoge_paiIn ul li {
    height: calc(((41vh - 100px) / 11) - 1vh);
    margin-bottom: 1vh;
}

.biaoge_pai ul li .liIn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #fff;
	font-size: 0.05rem;
}

.biaoge_pai ul li .liIn .liIn_left {
	width: 10%;
	position: relative;

}
.biaoge_pai ul li .liIn p.num{
    width: 10%;
    text-align: right;
}

.biaoge_pai ul li .liIn .liIn_line {
	width: 80%;
	height: -webkit-fill-available;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 2000px;
}
.biaoge_pai ul li .liIn .liIn_line .line_lineIn {
	width:var(--fill_width);
	height: 100%;
	position: relative;
}
.biaoge_pai ul li .liIn .liIn_line .line_lineIn .line_fillUp{
    width: 100%;
    background: linear-gradient(90deg, rgba(132, 161, 255, 1) 0%, rgba(0, 255, 255, 1) 100%);
    border-radius: 100px;
    -webkit-animation: widthMove 2s ease-in-out;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@-webkit-keyframes widthMove {
	0% {
		width: 0%;
	}

	100% {
		width: 100%;
	}
}

.column.mid .list{
	height: 100%;
}
.column.mid .list ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    width: 100%;
    height: 80%;
}

.column.mid .list ul li {
	flex: 1 0 33.333%;
}

.column.mid .list ul li .liIn{
	text-align: center;
	color: white;
}

.column.mid .list ul li .liIn .shu{
	color: #00FFFF;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.8em;
}
.column.mid .list ul li .liIn .zi{
	font-size: 16px;
	font-weight: 400;
}
.biaoge_list .biaoge_listIn .ul_list {
	overflow: hidden;
	position: relative;
}

.biaoge_list .biaoge_listIn .ul_listIn {
	-webkit-animation: 14s gundong linear infinite normal;
	animation: 14s gundong linear infinite normal;
	position: relative;
}

@keyframes gundong {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	100% {
		-webkit-transform: translate3d(0, -30vh, 0);
		transform: translate3d(0, -30vh, 0);
	}
}

.biaoge_list ul {
	display: flex;
	display: -webkit-flex;
	width: 100%;
}

.biaoge_list .ul_title {
	background: linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.1));
}

.biaoge_list .ul_con {
	border-bottom: 0.008rem solid rgba(14, 253, 255, 0.5);
}

.biaoge_list ul li {
	width: 20%;
	text-align: center;
	color: #fff;
	font-size: 0.06rem;
	height: 0.2rem;
	line-height: 0.2rem;
	white-space: nowrap;
}/* End custom CSS */