/*首页*/
.ts-wrap{ min-width: 320px; max-width: 750px; margin: 0 auto;}
/*top*/

.topWrap ul li{
	display: inline-block;
	width: 19%;
	text-align: center;
	font-size: 1.2793em;
}
.topWrap ul li a{
	display: block;
	color: #fff;

}
.topWrap ul li:hover a,
.topWrap ul li.cur a{
	color: #e70000;
	border-bottom:2px solid #e70000;
}





.footer{
	width: 100%;
	height: 100%;
	
	padding:1.53518em 0 ;
	background: #f5f5f5;
	
	text-align: center;
}
.footer p{
	font-size:1.02em;
	color: #848484;
	line-height: 1.5em;
}


/*fix-bottom*/
.ts-bottom-fix {
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
}

.ts-bottom-fix .ts-inner-wrap {
background-color: rgba(0, 0, 0, 0.4);


	height: 4.8em;
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
}

.ts-bottom-fix ul {
	position: relative;
	height: 100%;
}

.ts-bottom-fix ul li {
	float: left;
	text-align: center;
	font-size: 1.125em;
	width: 25%;
	height: 100%;
}

.ts-bottom-fix ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.ts-bottom-fix ul li i {
	display: block;
}

.ts-bottom-fix ul li.normal {
	margin: 0em auto;
	width: 25%;
}

.ts-bottom-fix ul li.normal i {
	width: 2em;
	height: 2em;
	margin:0.5em auto 0.2em;
	position: relative;
	font-style: normal;
}

.ts-bottom-fix ul li.normal i b {
	display: block;
	width: 1em;
	height: 1em;
	text-align: center;
	line-height: 1em;
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	background: #ff4400;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: -0.2em;
	right: -0.3em;
}

.ts-bottom-fix ul li.normal i.ind {
	background: url(../1img/foot_icon1.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal i.show {
	background: url(../1img/foot_icon2.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal i.con {
	background: url(../1img/foot_icon3.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal i.shop {
	background: url(../1img/foot_icon4.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal span {
	color: #646872;
	font-style: normal;
}

.ts-bottom-fix ul li.normal a.cur span,
.ts-bottom-fix ul li.normal a:hover span {
	color: #e30a10;
}

.ts-bottom-fix ul li.normal a.cur i.ind,
.ts-bottom-fix ul li.normal a:hover i.ind {
	background: url(../1img/foot_hicon1.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal a.cur i.show,
.ts-bottom-fix ul li.normal a:hover i.show {
	background: url(../1img/foot_hicon2.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal a.cur i.con,
.ts-bottom-fix ul li.normal a:hover i.con {
	background: url(../1img/foot_hicon3.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal a.cur i.shop,
.ts-bottom-fix ul li.normal a:hover i.shop {
	background: url(../1img/foot_hicon4.png) center center no-repeat;
	background-size: 1.9em auto;
}

.ts-bottom-fix ul li.normal:hover{
	background: #212121;
}

/*大php-asp.net开发*/
@media screen and (min-width: 769px) {

.topWrap{z-index: 9999;
	width: 96%;
	height: 4.0703em;
	padding: 0 2%;
	margin: 0 auto;
	overflow: hidden;
	line-height:3.9703em;
	position: relative;
	

}


.app{left:35%;width: 30%;
    height: 100%;
    position: absolute; 
    top:0px; 
    bottom: 0px; 
    overflow: hidden;}
#player{width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center;
    z-index: 100;background:#000;  
}
}

/*小屏幕*/
@media screen and (max-width: 768px) {
.topWrap{z-index: 9999;
	width: 96%;
	height: 5.0703em;
	padding: 0 2%;
	margin: 0 auto;
	overflow: hidden;
	line-height:4.9703em;
	position:absolute;}
	
.app{
    width: 100%; 
    height:100%; 
    position: absolute; 
    top:0px; 
    right:0px; 
    bottom: 0px; 
    left:0px; 
    overflow: hidden;
}
#player{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center center;
    z-index: 100;
}	
	
	
	
}

