* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	/* font-family: Microsoft YaHei,Source Han,PingFangSC,sans-serif; */
	/* ios刘海屏兼容 */
	/*padding-bottom: constant(safe-area-inset-bottom);*/ 
	/*padding-bottom: env(safe-area-inset-bottom);*/
    /*overflow:hidden;*/
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	/* color: #000000; */
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	display: block;
}

img {
	width: 100%;
	display: block;
}
li{
	list-style: none;
}

input {
	border: none;
	outline: none;
}
.hsection{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.ufo{
	flex: 1;
	overflow-y: auto;
}

.swiper-pagination{
	display: flex;
	justify-content: center;
}
.my-bullet{
	display: block;
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	margin: 0 6px;
	transition: width 0.4s; 
	border-radius: 5px;
}
.my-bullet-active{
	width: 0.3rem;
	height: 6px;
}

.table_list{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	padding: 0.2rem;
	position: sticky;
	top: -2px;
	z-index: 99;
	background-color: #ffffff;
}
.table_list a{
	color: #000000;
	font-size: 0.3rem;
	flex: 1;
	text-align: center;
}
.lis_di{
	width: 1px;
	height: 0.23rem;
	background: #011338;
}

.center{
background: #032D72;
/* padding-top: 0.2rem; */
overflow: hidden;
background: url(../image/pack25.png) no-repeat;
background-size: 100% 100%;
}
.center_ti{
	width: 3.3rem;
	padding: 0.6rem 0;
	margin: 0 auto;
}
.name_lis{
	width: 100%;
	padding-left: 0.3rem;
	position: relative;
}
.name_io{
	color: #ffffff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.name_img{
	width: 2.7rem;
	border-radius: 0.2rem;
}
.name_img img{
	border-radius: 0.2rem;
}
.name_top{
	font-size: 0.3rem;
	padding: 0.14rem 0 0.1rem;
}
.name_bot{
	font-size: 0.24rem;
}

.center_tis{
	width: 3rem;
	padding: 0.6rem 0;
	margin: 0 auto;
}
.tis_cen{
	margin: 0 0.3rem;
	background-color: #ffffff;
	border-radius: 0.1rem;
	padding: 0 0.15rem;
}
a.tis_lis{
	display: flex;
	/* align-items: center; */
	justify-content: center;
	padding: 0.25rem 0;
	border-bottom: 2px solid #DCDCDC;
	color: #000000;
}
.tis_cen .tis_lis:last-child{
	border: none;
}
.lisimg{
	width: 1.8rem;
	height: 1.2rem;
	margin-right: 0.26rem;
}
.lisre{
	flex: 1;
    font-size: 0.26rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 0.4rem;
}
.retime{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0.24rem;
	color: #949494;
}

.center_vio{
	width: 3.6rem;
	padding: 0.6rem 0;
	margin: 0 auto;
}
.vio_lis{
	margin: 0 0.3rem;
}
.vio_st{
	border-radius: 0.2rem;
	overflow: hidden;
	margin-bottom: 0.5rem;
}
.stop{
	height: 2.7rem;
	position: relative;
}
.stop img{
	height: 100%;
}
.szhe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sbot{
	font-size: 0.28rem;
	color: #000000;
	padding: 0.24rem 0.35rem 0.34rem;
	background-color: #ffffff;
}
.sbot_text{
	font-size: 0.24rem;
	color: #8D8D8D;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.32rem;
}

.foot{
	display: flex;
	align-items: center;
	background-color: #00122F;
	height: 1.22rem;
}
.fooimg{
	width: 0.4rem;
	margin-bottom: 2px;
}
a.foole{
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0.28rem;
	color: #B9B9B9;
	padding: 0.3rem 0 0.2rem;
}
a.foo_tex{
	color: #ffffff;
}

.tops{
	width: 0.64rem;
	position: fixed;
	bottom: 2rem;
    right: 0.3rem;
    z-index: 999;
    display:none;
}
.topsi{
	width: 0.64rem;
	position: fixed;
	bottom: 3rem;
	right: 0.3rem;
	z-index: 999;
}

.down_img{
	display: flex;
	    justify-content: flex-end;
	    padding-right: 20px;
	    position: absolute;
    top: 1rem;
    right: -0.4rem;
    width:0.4rem;
}
#vs{
	width: 90%;
}

.jia{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 0.3rem;
	color: #ffffff;
	text-align: center;
	padding: 0 0 0.1rem;
}

.much{
    color: #4870d3;
    font-size: 0.3rem;
    font-family: "宋体";
    padding: 0.3rem 0 0.2rem;
    text-align: center;
}
#video-container{
    height:4.2rem;
    font-size:0.32rem;
}
.vcp-player{
    height:100%!important;
}
.vcp-player video{
    width:100%!important;
    height:100%!important;
}