@charset "UTF-8";
@import url(initialize.css);
/* @import url(index.css); */
@import url(common.css);
@import url(player.css);
@import url(jquery-ui.css);

.vodcon {
	position: absolute;
    bottom: 3px;
	left: 170px;
	z-index: 500;
}

.footer .i1 { margin-right: 15px; }
.footer .i2 { margin: 0 34px 0 18px; *margin-left: 22px; }

body.index h1,
body.index h2 { top: 0; }

body.index .vod {
	left: 0; top: 46px; 
	/* bottom: 42px; */
    box-sizing: border-box;
}
body.index .footer .i3 { margin-left: 16px; }

body.index .txtcolor > .text,
body.index .txtcolor > .index {
	color: #9b7a16 !important;
}

.center-wrap {
	/* position: absolute;
	top: 0;	left: 0;
	width: 1010px; height: 700px;
	overflow: hidden;
	margin: auto; */

	position: absolute;
    top: 0; left: 0;
    right: 0; bottom: 0;
    margin: auto;
    width: 1010px; height: 700px;
	overflow: hidden;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat; 
}

.vod-index {
	position: absolute; 
	left: -298px; top: 46px; bottom: 42px;
	width: 298px;
	background: url(../img/index_bg.png) no-repeat;
	z-index: 990;
	transition: left 400ms;
}
.vod-index-header {
    font-size: 18px;
    color: #6b0f0f;
    text-align: center;
	padding: 10px 0px 8px;
	margin: 15px 0;
    background-color: rgba(0,0,0,0.2);
}
body.index dl[cuk-bookmark] {
	padding: 10px 5px 0px 36px;
	line-height: 20px;

	color: black;
}
body.index dl[cuk-bookmark] > dd {
	margin-bottom: 10px;
}
body.index dl[cuk-bookmark] > dd > .text {
	color: #ab6100;
	background: url(../img/common/dot2.png) no-repeat 0px 6px;
}
.backdrop {
	position: absolute; 
	left: 0px; top: 46px; bottom: 42px;
	width: 100%;
	background-color: rgb(0,0,0);
	opacity: 0;
	display: none;
	z-index: 980;
	transition: opacity 400ms;
}
.menu-open .vod-index { left: 0px; }
.menu-open .backdrop { opacity: 0.8; }

.ft-btn {
	position: absolute;
	bottom: 8px;
	font-size: 15px;
	color: white;
	outline: none;
	z-index: 2;
}
.ft-btn.active,
.ft-btn.active:hover { background-position: 0px -48px;  }
.ft-btn:hover { background-position: 0px -24px;  }
.ft-btn-menu { 
	left: 23px;
	width: 88px; height: 24px;
	background: url(../img/common/index_btn.png) no-repeat;
	background-position: 0px 0px; 
	font-size: 0px;
}

.ft-btn-close { 
	right: 26px;
	width: 94px; height: 24px;
	background-repeat:  no-repeat;
	background-image: url(../img/common/btn_close.png); 
}

div[vod-controller] button[vod-control].vod-control-type-b {
	background-image: url(../img/player/controls_type_b.png); 
	margin: 0;
	height: 21px;
	transform: translateY(1px);
}

.guide_btn {
	border: 1px solid #ffffff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 4px 6px 2px;
    background-color: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 14px;
}

.vodcon-bg {
	position: absolute;
	bottom: 0px; left: 0; right: 0;
	height: 43px;
	background: url(../img/bg_01.jpg) no-repeat bottom left;
	z-index: 1;
}

body.caption-closed .center-wrap {
	height: 655px !important;
}