
		@-ms-viewport { width:device-width; }
		@media only screen and (min-device-width:800px) { html { overflow:hidden; } }
		html { height:100%; }
		body { height:100%; overflow:hidden; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; background-color:#000000; }
		.layui-layer-content{
			color: #000;
			/*padding: 10px;*/
		}
 
		/*自定义样式*/
		body .more-class{
			background: none;
			overflow: visible;
			box-shadow: none;
		}
		body .more-class .layui-layer-title{

		}
		body .more-class .layui-layer-btn{

		}
		body .more-class .layui-layer-btn a{

		}
		@media screen and (max-width: 380px){
		    body .more-class span.layui-layer-setwin > a{
		    	right: -6px;
		    }
		    body .more-class .layui-layer-content{
		    	transform: scale(0.9, 0.9);
				-ms-transform: scale(0.9, 0.9);	/* IE 9 */
				-webkit-transform: scale(0.9, 0.9);	/* Safari 和 Chrome */
				-o-transform: scale(0.9, 0.9);	/* Opera */
				-moz-transform: scale(0.9, 0.9);	/* Firefox */
		    }
		}
		/*居中搜索框*/
		.mid-title-box{
		/* display: -webkit-box; */
		margin-right: auto;
		margin-left: auto;
		position: absolute;
		/*z-index: 99;*/
		/*max-width: 320px;*/
		/*max-height: 30px;*/
		left: 0;
		right: 0;
		top:0;
		/*top: 0;
		bottom: 0;*/
		/*overflow: hidden;*/
		width: 300px;
		}

		.mid-title{
		/*position: absolute;*/
		text-align: center;
		z-index: 999;
		position: relative;
		/*width: 100%;*/
		color: #fff;
		text-shadow: 1px 2px 2px #000;
		margin-right: 10px;
		vertical-align: middle;
		}

		.mid-search-result{
		list-style: none;
		padding-left: 0;
		margin: 0;
		width: 173px;
		position: fixed;
		display: block;
		z-index: 999;
		}
		.mid-search-result li{
		cursor: pointer;
		padding-left: 4px;
		padding-right: 4px;
		padding-top: 4px;
		padding-bottom: 4px;
		background-color: rgba(255, 255, 255, 0.62);
		transition: background 0.5s;
		-moz-transition: background 0.5s;	/* Firefox 4 */
		-webkit-transition: background 0.5s;	/* Safari 和 Chrome */
		-o-transition: background 0.5s;	/* Opera */

		/*will-change: background;*/
		}
		.mid-search-result li:hover{
		background-color: #eee;
		}
		.vrvideo .layui-layer-setwin .layui-layer-close2 {
    right: -10px;
    top: -10px;
}
	
