*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html,body{
	min-width: 1000px;
}
body{
	display: flex;
    flex-direction: column;
	min-height: 100vh;
	padding-bottom: 60px;
	position: relative;
}

/*版心大小*/
.warp{
	width: 1000px;
	margin: auto;
}
/*头部*/
.header{
    width: 100%;
    height: 186px;
    background: url(../img/head.jpg) no-repeat center;
	margin: 0 auto;
}
.top{
	padding: 8px 0;
	font-size: 12px;
    background: #4662c3;;
}
.top span{
	color: #d8d7d7;
}
.top span a{
	color: #fff;
}
/*提示*/
.tip-warning{
    background: #eaf4f9;
    border-color: #0582c6;
    color: #333;
    padding: 5px 10px;
    text-align: justify;
    border: 1px solid #0582c6;
    line-height: 22px;
    font-size: 12px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 20px;
    box-sizing: border-box;
}

/*图标列表*/
.T-list{
	margin: 0  auto;
	margin-top: 20px;
}
.T-list .list-item{
	float: left;
    width: 30%;
    margin: 2.2% 0;
    margin-right: 4.8%;
    height: 160px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    padding-top: 25px;
    box-shadow: 0 0 9px #ddd;
    border-radius: 8px;
    position: relative;
}
.T-list .list-item:nth-child(1),
.T-list .list-item:nth-child(4){
	margin-left: 0;
}
.T-list .list-item:nth-child(3n){
	margin-right: 0;
}
.T-list .list-item i{
	display: block;
	width: 64px;
	height: 64px;
	margin: auto;
	background: url(/site_theme/vlab/expblue2/img/Ticon-1-02ad5c5d8ef71da40acfdd3c7c9b57cb.png) no-repeat center;
	margin-bottom: 15px;
}
.T-list .list-item i.icon-2{background: url(/site_theme/vlab/expblue2/img/Ticon-2-afb9270cf88a15efba1436249f696268.png) no-repeat center;}
.T-list .list-item i.icon-3{background: url(/site_theme/vlab/expblue2/img/Ticon-3-5a5332addb2d54ad67fa9c86abb8144e.png) no-repeat center;}
.T-list .list-item i.icon-4{background: url(/site_theme/vlab/expblue2/img/Ticon-4-b0adf5cf53206d979670c3722489d9fe.png) no-repeat center;}
.T-list .list-item i.icon-5{background: url(/site_theme/vlab/expblue2/img/Ticon-5-cfededeb2da0aa06666a00eb35bf66eb.png) no-repeat center;}
.T-list .list-item i.icon-6{background: url(/site_theme/vlab/expblue2/img/Ticon-6-e9cff068afcbe48020c8e46d78453214.png) no-repeat center;}


/*弹窗*/
.T-model{
	position: absolute;
	left:-99999px;
	top:-99999px;
	z-index: 1050;
	width: 100%;
	height: 100%;
}
.backBlock{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 100;
	background: #000;
	opacity: 0.35;
	width: 100%;
	height: 100%;
	display: none;
}
.T-model .warp{
	margin-top: 50px;
	background: #fff;
	width: 1300px;
	height: 730px;
	position: relative;
    overflow: hidden;
}
.T-model .warp .menu{
    width: 200px;
    background-color: #f7f7f7;
	float: left;
	height: 100%;
	padding-top: 30px;
}
.T-model .warp .menu ul li{
    width: 160px;
    height: 42px;
    line-height: 42px;
    color: #666;
    background-color: #eee;
    border-radius: 21px;
    border: 1px solid #e4e4e4;
	box-sizing: border-box;
	margin: 15px auto;
	text-align: center;
	cursor: pointer;
}
.T-model .warp .menu ul li:hover,
.T-model .warp .menu ul li.active{
	background: #4976e8;
	color: #fff;
}
.T-model .warp .article{
	margin-left: 200px;
	height: 100%;
	overflow-y: auto;
}
.T-model .warp .article ul{
	width: 100%;
	height: 100%;
}
.T-model .warp .article ul li{
	width: 100%;
	height: 100%;
}
.global-unity-hide {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.global-unity-show {
    position: static;
}
 .t-video{
	width: 900px;
	height: 730px;
    margin: 0px auto;
    padding: 50px 0px;
}
.T-model .warp .article ul li .t-profile{
	padding: 50px;
	font-family: "微软雅黑";
}
.T-model .warp .article ul li .t-profile h1{
	font-size: 26px;
	margin-bottom: 25px;
	color: #4976e8;
}
.T-model .warp .article ul li .t-profile p{
	font-size: 16px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
.T-model .warp .article ul li .t-profile .detail-info b{
	 float: left;
	 line-height: 2;
	 width: 80px;
	 color: #666;
}
.T-model .warp .article ul li .t-profile .detail-info p{
	margin-left: 80px;
}
.T-model .warp .t-close{
    background: #eee;
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #666;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}
/*footer*/
.footer{
    padding: 15px 0;
	background: #4662c3;
    position: absolute;
    bottom: 0;
    width: 100%;
}
footer p {
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
	color: #fff;
	text-align: center;
}
footer p span,
footer p a,
footer p span a{
	color: #fff !important;
}

.uploadFile {
	width:970px;
    margin: 0 auto 30px;
	line-height:30px;
	
}
.uploadReportFile {
    display: block;
    position: relative;
    float: left;
    margin-left: 15px;
    width: 100px;
    height: 30px;
    background: #0582c6;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 5px;
    color: #fff !important;
}
.uploadReportFile input{
	position:absolute;
	opacity:0;
	left:0;
	top:0;
	font-size:30px;
}

.fileName {
	width:220px;
	height:30px;
	display:block;
	font-size:13px;
	color:#999;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.btn-success {
	display: block;
    width: 100px;
    height: 30px;
    background: #0582c6;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    border-radius: 5px;
    color: #fff !important;
    border:1px solid #0582c6;
    margin-left:10px;
}
.unity-box{

}
.unity-box .unity-player{
	height: 680px !important;
    margin: 50px auto 0;
    width: 1024px;
    display: block;
}
.unity-box .form-label-left{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 55px;
    margin-top: 10px;
}
#soureNum{
	float:right;
	padding: 0 15px 9px 10px;
    background:url(/site_theme/img/underLine-245a5a1a1891cde7ed5498b74a9fc89b.png) center bottom no-repeat;
}

#soureNum b {
	display:inline-block;
	width:26px;
	height:35px;
    background:url(/site_theme/img/num-e525fb040d065db842441ba36f4c2485.png) center bottom no-repeat;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
    
    position: absolute;
    top: -10px;
    right: -10px;
}
.badge  a{
	color: #fff;
}

.bg-blue {
    background: #3498DB !important;
    border: 1px solid #3498DB !important;
    color: #fff;
}
.bg-red {
    background: #E74C3C !important;
    border: 1px solid #E74C3C !important;
    color: #fff;
}
.bg-green {
    background: #1ABB9C !important;
    border: 1px solid #1ABB9C !important;
    color: #fff;
}
.bg-orange{
    background: #f78115 !important;
    border: 1px solid #f78115 !important;
    color: #fff;
}
.soure-order-box{
    position: absolute;
    left: 15px;
    top: 15px;
}
.soure-order{
	float:right;	
}

.sequenceBox{
	margin-top:3px;
    margin-left: 20px;
    height: 35px;
    padding: 0 10px;
    font-size:14px;
    line-height:35px;
}
.sequenceBox span{
 	background: #4976e8;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding-left: 10px;
    
	
}
.sequenceBox .copy-btn{
	float: left;
    color: #333 !important;
    width: 40px;
    height: 25px;
    line-height: 25px;
   
    background: #e0e0e0;
    border: none;
    margin-left: 2px;
    border-radius: 0;
}
.hideSequence{
	width: 65px;
	color: #fff;
    display: block;
    float: left;
    padding-right: 15px;
    height: 25px;
    background: #4976e8;
    line-height: 25px;
    
    outline:none;
    border:0;
}

.taolun-img {
    padding-top: 6px;
    display: block;
    padding-bottom: 10px;
    border-bottom:1px solid #fff;
    
}


.taolun-img img{
    display: block;
    width: 48px;
    height: 48px;
    margin: 1.5px auto;
}

.taolun-box{
	position: fixed;
    right: 15px;
    top: 50%;
    width: 70px;
    background: #4662c3;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius:5px;
}

.return-index{
	display:none;	
}

.files-list {
    margin-top: 40px;
    height: 545px;
    overflow-y: auto;
}

.T-model .warp .article ul li .file-item {
    padding: 5px 8px;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 28px;
    margin-bottom: 15px;
}
.T-model .warp .article ul li .file-item a{
    float: right;
    margin-right: 5px;
    color: #417cf1;
    font-size: 14px;
}
.T-model .warp .article ul li .file-item p{
    margin: 0;
    float: left;
    padding-left: 10px;
    color: #333;
    font-size: 14px;
    width: calc(100% - 75px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.T-model .warp .article ul li .file-item img{
    float: left;
    width: 28px;
}