@charset 'utf-8';

html {font-size: 100px;
      background: rgba(43,43,71,1);
    }

	*{
		font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
		box-sizing: border-box;
		color: #fff;
		padding: 0;
		margin: 0;
	}

	h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,table,caption,th,td,div,p,a,span,input,textarea,small,strong,b,i{
		font-size: 16px;
	}
	
	main{display: block;}

	body{
/*		min-width: 960px;
		max-width: 1440px;
		height: auto;
		overflow-x: hidden;
		margin: 0 auto;*/
	}

	a{
		text-decoration: none;
		-webkit-tap-highlight-color:transparent;/**去掉a链接点击底色**/
	}

	ul li{
		list-style: none;
	}
	
	img{
		width: 100%;
		vertical-align: middle;
	}

	input{
		border: none;
		background: none;
		display: block;
		padding: 0 0.1rem;
	}

	input:focus,textarea:focus{
		outline:none;
	}

	input::-webkit-input-placeholder{
		color: #999;
	}

	textarea::-webkit-input-placeholder{
		color: #333;
	}

	input[type='file']{
		visibility: hidden;
	}

	.clearfix:after{
		display: block;
		visibility: hidden;
		clear:both;
		height: 0;
		content: ""
	}

	.tip{
		top:50%;
		height: 10rem;
	}		
	.main_img{
		width: 3rem;
		height: 2.5rem;
		margin: 0.05rem auto;
	}
	.tip p{
		font-size: 0.3rem;
		color: #c0c0c0;
		text-align: center;
	}

.video-js .vjs-big-play-button{
    font-size: 2.5em ! important;
    line-height: 2.3em ! important;
    height: 2.5em ! important;
    width: 2.5em ! important;
    -webkit-border-radius: 2.5em;
    -moz-border-radius: 2.5em;
    border-radius: 2.5em ! important;
    background-color: #73859f ! important;
    background-color: rgba(115,133,159,.5) ! important;
    border-width: 0.15em ! important;
    margin-top: -1.25em ! important;
    margin-left: -1.75em ! important;
}
/* 中间的播放箭头 */
.vjs-big-play-button .vjs-icon-placeholder {
    font-size: 1.63em ! important;
}
/* 加载圆圈 */
.vjs-loading-spinner {
    font-size: 2.5em ! important;
    width: 2em ! important;
    height: 2em ! important;
    border-radius: 1em ! important;
    margin-top: -1em ! important;
    margin-left: -1.5em ! important;
}