
#progressbar
{
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 1007;
    height: 550px;
    background: rgba(0,0,0,0.3);
	
}
#progressbar .border
{
    width: 100px;
    height: 6px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -6px;
    background: #515151;
}
#progressbar .bar
{
background-color: #73c944;
width: 50%;
height: 6px;
overflow: hidden;
}
#progressbar .desc
{
text-align: center;
font-size: 12px;
line-height: 24px;
}


.ggskin.ggskin_container{
	width: 100% !important;
	height: 1px !important;
	left: 0 !important;
	top: 12% !important;
	
}
.ggskin.ggskin_image{
	margin: auto;  
	position: relative !important;  
	top: 0% !important; 
	left: 0 !important; 
	bottom: 0; 
	right: 0;  
}

.ggskin.ggskin_image img{
	width: 100%;
	height: 100%;
}



/*点击全屏按钮*/

#showFull{
	width: 70px;
	height: 55px;
	background: url(../fullScreen.png) no-repeat;
	background-size: contain;
	position: fixed;
	right: 1.5%;
	bottom: 3%;
	cursor: pointer;
	z-index: 9999;
}


/*旋转按钮*/

.imgone{
	width: 0.1%;
	min-width: 40px;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding-top: 40px;
	background: url(../img/zhuti.png) no-repeat;
	background-size: 100% 100%;
}
.imgone:hover{
	transform: scale(1.1);
}
.imgone_1{
	width: 0.1%;
	min-width: 40px;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 0;
	padding-top: 40px;
	background: url(../img/futi.png) no-repeat;
	background-size: 100% 100%;
	animation: xuan 2s linear infinite;
}
@keyframes xuan{
	0%{
		transform: rotate(360deg);
	}
	100%{
		transform: rotate(0deg);
	}
}


iframe{
	position: absolute;
	top: 0;
	z-index: 10000;
	display: none;
}



/*动画*/
.xiaobai{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
	display: block;
	
}

.closeBtn{
	width: 30px;
	height: 30px;
	background: url(../img/close.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 10001;
	left: 66%;
	top: 5%;
	display: none;
	cursor: pointer;
}
video {
    left: 50.02% !important;
    width: 102px !important;
}