html,body,.body-wrap{
	height: 100%;
}
.moon_kv_modal{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
}
.moon_kv_modal .moon_modal_content{
	width: 70%;
	height: 90%;
    padding:3% 0;
	margin:2% auto;
	background: #001019;
}
.moon_kv_modal .moon_modal_content .kv-close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.moon_kv_content{
	height: 100%;
	overflow-y: scroll;
}
.moon_kv_content .moon_kv_media_title,.moon_kv_content .moon_kv_media_bottom,.moon_kv_content .moon_kv_more_title,.moon_kv_content .moon_kv_bottom{
	text-align: center;
	padding: 20px 0 30px;
}
.moon_kv_content .moon_kv_media_title img,.moon_kv_content .moon_kv_media_bottom img,.moon_kv_content .moon_kv_more_title img,.moon_kv_content .moon_kv_bottom img{
    width: 80%;
}
.moon_media{
	width: 90%;
    margin: 20px 5%;
}
.moon_media a{
	width: 12.66%;
	margin: 0 2%;
	display: inline-block;
}
.moon_media a img{
	width: 100%;
}
#moon_more_live{
	padding: 0 5%;
	text-align: center;
}
.moon_kv_content .moon_kv_more_content{
	display: inline-block;
	width: 48%;
	padding: 0 2%;
	height: 80px;
	margin: 20px 0;
}
.moon_kv_content .moon_kv_more_content img{
	height: 100%;
	width: auto;
	display: inline-block;
}
.moon_kv_content .moon_kv_more_content .moon_text{
	display: inline-block;
    height: 100%;
    color: #fff;
    font-size: 20px;
    vertical-align: top;
    background: url(/static/image/text_bg.png) no-repeat center center;
    background-size: 100% 100%; 
    width: 75%;
}
.moon_kv_content .moon_kv_more_content .moon_text p{
	text-align: left;
	line-height: 38px;
	font-weight: bold;
}
.moon_kv_content .moon_kv_more_content .moon_text p:nth-child(1){
	margin-left: 30px;
}
.moon_kv_content .moon_kv_more_content .moon_text p:nth-child(2){
	margin-left: 30px;
}

.moon-btn-main{
	background: url(/static/image/btn-bg.png) no-repeat;
    height: 36px;
    width: 130px;
    display: inline-block;
    background-size: 100% 100%;
    color: #fff;
    line-height: 35px;
    padding-left: 25px;
    font-size: 14px;
    overflow: hidden;
    position: absolute;
    top: 48.5%;
}
.moon-btn-main:hover{
	background:url(/static/image/btn-bg-hover.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
