@charset "UTF-8";
/* CSS Document */

/*-----header-----*/
.navDiv{padding: 0 0 0 74px;}
.navDiv li a{
	font-size: 16px;
	line-height: 70px;
	color: #333;
	padding: 0 20px;
}
.navDiv li a.active, .navDiv li a:hover{color: #df2d32;font-weight: bold;}
.photodiv:hover{color: #df2d32;font-weight: bold;}
.r-top{overflow: hidden;padding: 22px 80px 0 0;}
.t-name{line-height: 25px;}
.t-name label{color: #004584;}
.t-btn{width: 25px;height: 25px;}
.mngBtn{background: url(../images/bg/bgIcon.png) no-repeat left center;margin-left: 20px;}
.exitBtn{background: url(../images/bg/exitIcon.png) no-repeat left center;margin-left: 20px;}
.mngBtn:hover{background: url(../images/bg/bgIcon-hover.png) no-repeat left center;}
.exitBtn:hover{background: url(../images/bg/exitIcon-hover.png) no-repeat left center;}

/*-----------main------------*/
.container{
	width: 83%;
	margin:20px auto;
	height:-moz-calc(100% - 40px);
	height:-webkit-calc(100% - 40px);
	height: calc(100% - 40px);
}
.titDiv{overflow: hidden;}
.titDiv h2{
	font-size: 18px;
	line-height: 18px;
    padding: 14px 0 0 18px;
}
.m-content{
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .23);
	overflow: hidden;
	margin-top: 12px;
	height:-moz-calc(100% - 50px);
	height:-webkit-calc(100% - 50px);
	height: calc(100% - 50px);
}
.playBox{
	padding: 46px 0 22px 32px;
	height:-moz-calc(100% - 68px);
	height:-webkit-calc(100% - 68px);
	height: calc(100% - 68px);
}
.appBoxplay{
	overflow: hidden;
	height:-moz-calc(100% - 20px);
	height:-webkit-calc(100% - 20px);
	height: calc(100% - 20px);
}
.appListBox{padding: 0 0 38px 0;width: 126px;}
.appListBox a{display: block;text-align: center;}
.appListBox a img{
	width: 64px;
    height: 64px;
    margin: auto;
    border-radius: 12px;
}
.appListBox a img:hover{box-shadow: 0 0 6px rgba(223, 45, 50, .5);}
.apptxt{padding-top: 18px;}
.apptxt:hover{color: #df2d32;}
.smalltitUl{text-align: center;}
.smalltitle ul li{
	width: 16px;
    height: 16px;
    background: #dadada;
    border-radius: 50%;
	display: inline-block;
}
.smalltitle ul li.thistitle{background: #df2d32;}








