/*特殊字体*/
@font-face {
    font-family: 'wiosn_ls';
    src: url('/themes/webfonts/f002.ttf');
    src: local('☺'), url('/themes/webfonts/f002.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'wiosn_jh';
    src: url('/themes/webfonts/f001.ttf');
    src: local('☺'), url('/themes/webfonts/f001.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*默认元素修正*/
img{
	display: block;
	user-select: none;
}
/*通用导航*/
._wiosn-header{
	position: fixed;
	top: 0;left: 0;right: 0;
	z-index: 99999999999;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, .7);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}
._wiosn-header:before{
	display: block;
	content: " ";
	position: absolute;
	left: 0;right: 0;bottom: 0;top: 0;
	z-index: -1;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}
._wiosn-header-tips{
	background-color: rgba(0, 0, 0, .2);
}
._wiosn-header-tips ._wiosn_wrapper{
	display: flex;
}
._wiosn-sib-h3{
	margin: 15px 0;
	line-height: 30px;
	font-size: 14px;
}
._wiosn-header-tips ._wiosn-header-seo,._wiosn-header-tips ._wiosn-header-call{
	display: block;flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 40px;
	color: #fff;
}
._wiosn-header-tips ._wiosn-header-call{
	text-align: right;
}
._wiosn-header-navs{
	display: flex;
}
/* 导航标志 */
._wiosn-header-logo{
	padding: 0;
	transition: all 0.5s;
	width: 100%;
    height: 60px;
    overflow: hidden;
}
._wiosn-header-h1{
	transition: all 0.5s;
	color: #fff;
	background-image:linear-gradient(0deg, #fff, #fff, #f1f1f1,#e3a204);
	background-position: 0 0.5em;
    background-clip:text;
    -webkit-background-clip:text;
    text-fill-color:transparent; 
    -webkit-text-fill-color:transparent;
    font-weight:500;
    height: 60px;line-height: 60px;
    font-family: "wiosn_jh","楷体";
    transition: all .25s cubic-bezier(.23,1,.32,1) 0s;
}
._wiosn-header-h1a{
    display: block;
    height: 60px;line-height: 50px;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    background-size:contain;
    background-repeat: no-repeat;
}
._wiosn-header-h1:hover,._wiosn-header-h1:focus{
	background-position: 0 0;
	color: #e3a204;
}
/* 导航HoldOn模式 */
._wiosn-header-hold{
	background-color: rgba(0, 0, 0, .8);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
._wiosn-header-hold ._wiosn-header-tips{
	background-color: rgba(255, 255, 255, .08);
}
/* PC导航菜单 */
._wiosn-header-nav{
	line-height: 60px;
	height: 60px;
	color: #fff;
	display: flex;
	flex: 1;
	list-style: none;
	flex-direction:row;
	justify-content: flex-end;
}
._wiosn-header-nav-items,._wiosn-header-nav-a,._wiosn-header-sub-a,._wiosn-header-title{
	display: block;
	position: relative;
	min-width: 120px;
	transition: all 0.5s;
	text-align: center;
}
._wiosn-header-sub-a{
	color: #fff;
}
._wiosn-header-sub{
	background-color: rgba(0, 0, 0, .3);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	box-shadow: 0 5px 8px rgba(0, 0, 0, .3);
	border-top: 0 solid #e3a204;
	position: relative;
	margin-top: -3px;
	border-radius: 0 0 8px 8px;
	transition: all 0.5s;
	opacity: 0;
	transform-origin: top center;
	transform: scaleY(0);
}
._wiosn-header-nav-a,._wiosn-header-title{
	color: #fff;
	background-image:linear-gradient(0deg, #fff, #fff, #f1f1f1,#e3a204);
	background-position: 1em 1em;
    background-clip:text;
    -webkit-background-clip:text;
    text-fill-color:transparent; 
    -webkit-text-fill-color:transparent;
    cursor:pointer;
}
.-nav-active ._wiosn-header-nav-a,.-nav-active ._wiosn-header-title,._wiosn-header-hover ._wiosn-header-nav-a,._wiosn-header-hover ._wiosn-header-title{
	background-color: rgba(255,255,255,.08);
	background-position: 1em 0.1em;
	color: #e3a204;
}
.-nav-active:before{
	display: block;
	content: " ";
	width: calc(100% - 2rem);
	height: 1px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .3);
	position: absolute;
	left: 1rem;
	opacity: 1;
	bottom: -1px;
}
._wiosn-header-nav-a:before,._wiosn-header-sub-a:before,._wiosn-header-title:before{
	display: block;
	content: " ";
	width: 0;
	height: 4px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, .13);
	position: absolute;
	transition: all 0.5s;
	left: 50%;
	opacity: 1;
	bottom: 5px;
}
._wiosn-header-sub-a:before{
	height: 1px;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .13);
}
._wiosn-header-hover ._wiosn-header-nav-a:before,._wiosn-header-hover ._wiosn-header-title:before{
	width: calc(100% - 2rem);
	background-color: rgba(255, 255, 255, .3);
	left: 1rem;
}
._wiosn-header-sub-a:hover:before{
	width: 4rem;
	background-color: rgba(255, 255, 255, .8);
	left: 50%;
	margin-left: -2rem;
}
._wiosn-header-hover ._wiosn-header-sub{
	opacity: 1;
	transform: scaleY(1);
}
/**
 * 纵向三层
 */
._wiosn-header-call .el-icon-phone-outline{
    font-size: 54px;
}
._wiosn-header-call-box{
    margin: 15px 0;
}
._wiosn-header-call-text{
    position: relative;
    padding-top: 20px; 
    color: #3A6;
}
._wiosn-header-call-em{
    position:  absolute;
    top: 10px;
    color: #000;
}
._wiosn-header-call-icon{
    padding: 15px;
    color: #3A6;
}
/* 移动导航 */
._wiosn-header-mobile{
    position: fixed;height: 60px;
    left: 0;top:0;right: 0;
    background-color: #fff;
}
._wiosn-mobile-lines{
	background-color: rgba(0, 0, 0, 0);
	width: 45px;
	height: 45px;
	transition: all 0.5s;
	position: fixed;
	top: 5px;
	right: 15px;
	border-radius: 3px;
	padding: 10px;
	box-sizing: border-box;
}
._wiosn-mobile-line{
	background: rgba(255, 255, 255, 1);
	display: block;
	height: 2px;
	border-radius: 3px;
	z-index: 99999999999;
	transform: rotate(0);
	position: absolute;
	width: 25px;
	top: 23px;left: 10px;
	transform-origin: center center;
	transition: all 0.5s ease;
}
._wiosn-mobile-line:first-child{
	top: 15px;
}
._wiosn-mobile-line:nth-child(2){
	
}
._wiosn-mobile-line:nth-child(3){
	
}
._wiosn-mobile-line:last-child{
	top: 31px;
}
._wiosn-mobile-nav{
	position: relative;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, .6);
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    padding: 15px;
    overflow: auto;
    height: 100%;
}
._wiosn-mobile-nav ._wiosn-header-nav-items{
	margin: 6px 0;
	line-height: 30px;
	padding-left: 2em;
	text-align: left;
}
._wiosn-mobile-show{
	position: fixed;
	z-index: 9999999999;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	overflow: auto;
	transition: all 0.5s;
}
._wiosn-lines-closed ._wiosn-mobile-line{
	opacity: 0;
}
._wiosn-lines-closed ._wiosn-mobile-line:first-child{
	opacity: 0;
}
._wiosn-lines-closed ._wiosn-mobile-line:nth-child(2){
	transform: rotate(45deg);
	opacity: 1;
}
._wiosn-lines-closed ._wiosn-mobile-line:nth-child(3){
	transform: rotate(-45deg);
	opacity: 1;
}
._wiosn-lines-closed ._wiosn-mobile-line:last-child{
	opacity: 0;
}
@keyframes closeam01{
	0%{
		top: 15px;
		width: 0;
		opacity: 1;
		transform: scaleX(0);
	}
	100%{
		top: 15px;
		width: 25px;
		opacity: 1;
		transform: scaleX(1);
	}
}
@keyframes closeam02{
	0%{
		top: 23px;
		width: 0;
		opacity: 1;
		transform: scaleX(0);
	}
	100%{
		top: 23px;
		width: 25px;
		left:10px;
		opacity: 1;
		transform: scaleX(1);
	}
}
@keyframes closeam03{
	0%{
		top: 31px;
		width: 0;
		opacity: 1;
		transform: scaleX(0);
	}
	100%{
		top: 31px;
		width: 25px;
		opacity: 1;
		transform: scaleX(1);
	}
}
@keyframes openam01{
	0%{
		top: 15px;
	}
	50%{
		top: 23px;
	}
	100%{
		transform: rotate(-45deg);
	}
}
@keyframes openam02{
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0;
	}
}
@keyframes openam03{
	0%{
		top: 31px;
	}
	50%{
		top: 23px;
	}
	100%{
		transform: rotate(45deg);
	}
}
._wiosn-mobile-show .-nav-active::before {
  height: calc(100% - 10px);
  background-color: rgba(255, 255, 255, .6);
  width: 0;
  bottom: 0;
  left: 0;
}
._wiosn-mobile-hidden{
	position: fixed;
	z-index: 9999999999;
	left: 100%;
	right: 0;
	top: 60px;
	bottom: 0;
	color: #fff;
	transition: all 0.5s;
}
._wiosn-mobile-sub{
	padding-left: .5em;
}
._wiosn-mobile-sub-items{
	list-style-type: circle;
	list-style-position: inside;
}
._wiosn-mobile-title,._wiosn-mobile-nav-a{
	background-position: 1em .1em;
}
._wiosn-mobile-title,._wiosn-mobile-nav-a,._wiosn-mobile-sub-a{
	color: #fff;
	background-image:linear-gradient(0deg, #fff, #fff, #f1f1f1,#e3a204);
	background-position: 1em 1em;
    background-clip:text;
    -webkit-background-clip:text;
    text-fill-color:transparent; 
    -webkit-text-fill-color:transparent;
    cursor:pointer;
}
._wiosn-mobile-title:before,._wiosn-mobile-nav ._wiosn-header-nav-items::before{
	display: block;
	content: " ";
	width: 5px;
	height: 1em;
	border-radius: 5px;
	background-color: rgba(0, 0, 0, .5);
	position: absolute;
	transition: all 0.5s;
	left: 1em;
	opacity: 1;
	top: 5px;
}

/* 底部导航 */
._footer-container{
	display: inline-block;
	width: 100%;
}
._footer-container a{
	color: #67C23A;
	transition: all 0.5s;
}
._footer-container a:hover,._footer-container a:focus{
	text-decoration: none;
	color: #f1f1f1;
}
._footer-logo{
	max-height: 70px;
}
._footer-link{
	display: inline-block;
	position: relative;
	width: 100%;
}
._footer-link:before{
	position: absolute;
	display: block;
	content: " ";
	height: 1px ;width: 100%;
	bottom: -15px;
	left: 0;
	background-color: rgba(255, 255, 255, .05);
}
._footer-link:after{
	position: absolute;
	display: block;
	content: " ";
	height: 1px ;width: 100%;
	bottom: -14px;
	background-color: rgba(0, 0, 0, .8);
}
._footer-links{
	flex: 1;
}
._footer-link-a{
	float: left;
	width: 16.6%;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
._footer-box{
	display: inline-block;
	width: 100%;
}
._copyright{
	display: inline-block;
	width: 100%;
	position: relative;
}
._copyright:before{
	position: absolute;
	display: block;
	content: " ";
	height: 1px ;width: 100%;
	top: -14px;
	background-color: rgba(255, 255, 255, .05);
}
._copyright:after{
	position: absolute;
	display: block;
	content: " ";
	height: 1px ;width: 100%;
	top: -15px;
	background-color: rgba(0, 0, 0, .8);
}
._copyright-tec{
	flex: 1;
}
._footer-ghbox,._footer-qrbox{
	display: inline-block;
	clear: both;
}
._footer-qr,._footer-gh{
	display: block;
	margin: 15px auto;
	background-color: #333;
	border-radius: 8px;
	min-width: 100px;
	max-width: 128px;
	box-shadow: 0 0 3px rgba(0, 0, 0, .8);
}
._footer-gh{
	margin: 15px 0;
	padding: 5px;
}
._footer-contact-label{
	display: block;
	color: #666;
}
._footer-contact-content{
	display: block;
	color: #999;
}
._footer-title{
	color: #fff;
	font-weight: 500;
	margin-bottom: 1.5em;
}
._footer-nav-items{
	display: flex;
}
._footer-nav-item{
	flex: 1;
}
._footer-nav-item-ul{
	margin: 0;
}
._footer-nav-item-li{
	line-height: 30px;
}
/* 单页 */
._banner{
    min-height: 380px;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}
._banner img{
    width: 100%;
    height: auto;
    display: block;
}
._banner:before{
    display: block;
    content: " ";
    position: absolute;
    left: 0;right: 0;
    top: 0;bottom: 0;
    backdrop-filter: blur(3px) brightness(80%) contrast(100%);
    -webkit-backdrop-filter: blur(3px) brightness(80%) contrast(100%);
}
._banner-wrapper{
    position: absolute;
    padding: 15px;
}
._banner-wrapper:before{
    display: block;
    content: " ";
    position: absolute;
    border-radius:100%;
    left: 0;right: 0;
    top: 0;bottom: 0;
    backdrop-filter: blur(0) brightness(100%) contrast(100%);
    -webkit-backdrop-filter: blur(0) brightness(100%) contrast(100%);
}
._banner-title{
    color: #fff;
    font-weight: 500;
    font-family: "wiosn_jh","楷体";
    position: relative;
    display: block;
    overflow: hidden;
    height: 1.5em;
    margin: 0 auto;
    text-align: center;
    z-index: 5;
}
._banner-intro{
    color: #f1f1f1;
    text-align: center;line-height: 40px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 5;
}
._location{
    padding: 12px 0;
    position: absolute;
    display: block!important;
    bottom: 0;left: 0;right: 0;
}
._location,._location a{
    color: #fff;
}
._location:before{
    display: block;
    content: " ";
    position: absolute;
    left: 0;right: 0;
    top: 0;bottom: 0;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px) brightness(100%) contrast(100%);
    -webkit-backdrop-filter: blur(8px) brightness(100%) contrast(100%);
}
._location ._wiosn_wrapper{
    position: relative;
    z-index: 5;
}
._list-container,._wiosn-article,._wiosn-static{
	display: flex;
}
._wiosn-list-main,._wiosn-article-main,._wiosn-static-main{
	flex: 1;
}
._wiosn-list-sib,._wiosn-article-sib,._wiosn-static-sib{
	min-width: 320px;
}
._static-box,._article-box{
    margin-bottom: 35px;
    color: #aaa;
}
._static-title,._article-title{
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: 400;
    color: #f1f1f1;
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
._static-desc,._article-desc{
    margin: 35px 0;
    min-height: 340px;
    color: #999;
}
._article-desc *,._static-desc *{
    /*font-size: 12pt;*/
}
._article-desc p,._static-desc p{
    /*text-indent: 2em;
    margin-bottom: 1.5em;*/
}
._article-time{
	line-height: 2.8;
	color: #606266;
}
._list-main{
	margin: 35px 0;
    min-height: 340px;
}
._wiosn-list-imgbox-item{
    float: left; width: 33%;
    min-height: 300px;
}
._wiosn-list-txtbox-item{
    min-height: 240px;
}
._wiosn-list-imgbox-a{
    display: block;
    margin: 8px 5px;transition: all .32s ease;
    background-color: #333;
}
._wiosn-list-imgbox-a:hover{
    background: #F4CE58;
    color: #000;
}
._wiosn-list-imgbox-bgs{
    height: 220px;
    position: relative;
    overflow: hidden;
}
._wiosn-list-imgbox-bgs .imgs_{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    transition: all .32s ease;
}
._wiosn-list-imgbox-a:hover .imgs_{
    transform: scale(1.2);
}
._wiosn-list-imgbox-title{
    font-weight: 200;
    color: #f1f1f1;
}
._wiosn-list-imgbox-intro{
    color: #ccc;
}
._wiosn-list-imgbox-times{
    text-align: right;
    display: block;margin-top: 5px;
    color: #aaa;
}
._wiosn-list-imgbox-a:hover ._wiosn-list-imgbox-title,._wiosn-list-imgbox-a:hover ._wiosn-list-imgbox-intro,._wiosn-list-imgbox-a:hover ._wiosn-list-imgbox-times{
    color: #000;
}
._wiosn-list-imgbox-tbx{
    padding: 15px 15px 15px 20px;
}
._wiosn-list-imgbox{
	margin: 35px 0;
    min-height: 340px;
	overflow: hidden;
}
._wiosn-list-txtbox{
	overflow: hidden;
    min-height: 240px;
}
._wiosn-list-txtbox-title{
    font-weight: 200;
    color: #f1f1f1;
}
._wiosn-list-txtbox-intro{
    color: #ccc;
    min-height: 170px;
}
._wiosn-list-txtbox-times{
    text-align: right;
    display: block;margin-top: 5px;
    color: #aaa;
}
._wiosn-list-txtbox .l-box,._wiosn-list-txtbox .t-box-bottom{
	display: flex;
}
._wiosn-list-txtbox .t-box{
	margin: 1em;
}
._wiosn-list-txtbox .t-box-right{
	margin:0 1em;
	flex: 1;
}
._wiosn-list-txtbox ._wiosn-list-txtbox-bgs{
	width: 340px;
	height: 240px;
    position: relative;
	overflow: hidden;
}
._wiosn-list-txtbox .t-box-bottom ._wiosn-list-txtbox-bgs{
	width: 240px;
	height: 150px;
    position: relative;
	overflow: hidden;
}
._wiosn-list-txtbox .t-box-bottom ._wiosn-list-txtbox-intro{
    color: #ccc;
    min-height: 120px;
}
._wiosn-list-txtbox .t-box-top._wiosn-list-txtbox-title{
    margin: 5px 0;
}
._wiosn-list-txtbox-a{
    display: inline-block;
	width: 100%;
	margin: 15px 0;
    transition: all .32s ease;
    background-color: #333;
}
._wiosn-list-txtbox-a:hover{
    background: #444;
}
._wiosn-list-txtbox-bgs .imgs_{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    transition: all .32s ease;
}
._wiosn-list-txtbox-a:hover .imgs_{
    transform: scale(1.2);
}
._wiosn-list-txtbox-a:hover ._wiosn-list-txtbox-title,._wiosn-list-txtbox-a:hover ._wiosn-list-txtbox-intro,._wiosn-list-txtbox-a:hover ._wiosn-list-txtbox-times{
    
}
._wiosn-list-txtbox-empty,._wiosn-list-imgbox-empty{
	text-align: center;
	line-height: 240px;
	background-color: #333;
}
/*  */
._wiosn-static-subclass{
	padding: 0;
	text-align: center;
}
._wiosn-static-subclass-ul{
	display: inline-block;
	margin: 15px auto;
}
._wiosn-static-subclass-li{
	display: inline-block;
}
._wiosn-static-subclass-a{
	display: block;
	line-height: 30px;
	background-color: #111;
	padding: 0 25px;
	min-width: 4rem;
	color: #999;
	border-radius: 15px;
}
._wiosn-list-subclass{
	text-align: center;
}
._wiosn-list-subclass-ul{
	display: inline-block;
	margin: 15px auto;
}
._wiosn-list-subclass-li{
	display: inline-block;
}
._wiosn-list-subclass-a{
	display: inline-block;
	position: relative;
	line-height: 26px;
	padding: 2px 5px;
}
._wiosn-subclass-active ._wiosn-static-subclass-a{
	background-color: #67C23A;
	color: #fff;
}
._wiosn-list-subclass-tabs ._wiosn-subclass-active ._wiosn-list-subclass-a:after{
	display: block;
	content: " ";
	height: 1px;
	width: calc(100% - 14px);
	position: absolute;
	bottom: 0;left: 7px;background-color: #67C23A;
}
/* 其他杂项 */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/* 分页 */
._wiosn-pageinfo-box{
	display: inline-block;
	width: 100%;
	line-height: 26px;
	text-align: center;
}
._wiosn-pageinfo-items{
	display: inline-block;
	margin: 0 auto;
}
._wiosn-pageinfo-item{
	display: inline-block;
	user-select: none;
	min-width: 3em;
	padding: 2px .8em;
	margin: 0 3px;
	height: 30px;
	border-radius: 3px;
	background-color: rgba(74, 74, 74, .8);
	transition: all .32s ease;
	box-shadow: 3px 3px 0 rgba(0, 0, 0, .15);
	color:#fff;
	transform: translateX(0);
	transform: translateY(0);
}
._wiosn-pageinfo-disabled{
	background-color: rgba(74, 74, 74, .3);
	box-shadow: none;
	color:#999!important;
	transition: none;
}
._wiosn-pageinfo-active{
	background-color: rgba(74, 74, 74, .1);
	box-shadow: none;
}
._wiosn-pageinfo-item:hover,._wiosn-pageinfo-item:focus{
	border-radius: 5px;
	background-color: rgba(74, 74, 74, 1);
	box-shadow: 5x 5px 0 rgba(0, 0, 0, .3);
	transform: translateX(-2px);
	transform: translateY(-2px);
}
._wiosn-pageinfo-disabled:hover,._wiosn-pageinfo-disabled:focus{
	border-radius: 3px;
	background-color: rgba(74, 74, 74, .3);
	box-shadow: none;
	transform: translateX(0);
	transform: translateY(0);
}

/*响应式布局-1280px xl*/
@media screen and (max-width:1280px) {

}
@media screen and (max-width:1024px) {

}
/*响应式布局-960px lg*/
@media screen and (max-width:960px) {

}
@media screen and (max-width:800px) {

}
/*响应式布局-768px md*/
@media screen and (max-width:768px) {
	._wiosn-header-logo{
		padding-left: 15px;
		margin-right: 75px;
	}
	._footer-container ._wiosn_wrapper{
		margin: 15px;
	}
	._footer-nav-items{
		display: none;
	}
	._footer-about,._footer-nav,._footer-contact{
		margin:15px 0!important;
	}
	._footer-ghbox{
		display: block!important;
	}
	._footer-gh{
		margin: 15px auto!important;
	}
	._static-container,._article-box,._list-container{
        margin:0 15px;
    }
    ._wiosn-list-txtbox .l-box,._wiosn-list-txtbox .t-box-bottom{
		display: block;
	}
	._wiosn-list-txtbox .t-box{
		margin: 0;
	}
	._wiosn-list-txtbox-bgs{
		width: 100% !important;
		min-height: 160px;
	    position: relative;
		overflow: hidden;
	}
	._wiosn-list-txtbox .t-box-right{
		margin:1em;
	}
	._wiosn-list-txtbox-intro{
	    color: #ccc;
	    min-height: 2em!important;
	}
	._wiosn-list-txtbox .t-box-top._wiosn-list-txtbox-title{
	    margin: 0;
	    padding: 0 15px;
	}
	._wiosn-list-subclass-tabs{
		text-align: center;
		overflow-x: scroll;
		white-space: nowrap;
		overflow-y: hidden;
		scrollbar-color: rgba(255, 0, 0, 0.8) rgba(0, 0, 0, 0.1);
	}
	._wiosn-list-subclass-ul{
		white-space: nowrap;
	}
}
@media screen and (max-width:720px) {

}
/*响应式布局-640px sm*/
@media screen and (max-width:640px) {

}
@media screen and (max-width:480px) {

}
/*响应式布局-430px xs*/
@media screen and (max-width:430px) {
	
}
@media screen and (max-width:360px) {

}
/*响应式布局-320px mi*/
@media screen and (max-width:320px) {

}
/*高宽比例限定*/
@media screen and (min-aspect-ratio: 9/16) {
    /*如果宽高比小于9:16的话，显示这个内容*/
}

@media screen and (max-aspect-ratio: 9/16) {
    /*如果宽高比大于9:16的话，显示这个内容*/
}

@media screen and (aspect-ratio: 9/16) {
    /*如果宽高比是9:16的话，显示这个内容*/
}