@charset "UTF-8";

#content{width:100%;min-height:500px;z-index:1;}
.cnt_lay{width:900px;margin:auto;padding-top:110px;}
.cnt_title_1{width:600px;height:50px;line-height:50px;position:relative;top:79px;font-size:25px;font-family:y710;}
.cnt_title_2{width:600px;height:30px;line-height:30px;position:relative;top:79px;font-size:16px;font-family:y710;}
.video_lay{width:900px;;margin:auto;height:506px;margin-top:40px;}
#player{width:900px;height:506px;}
.cnt_video_list_lay{width:770px;;margin:auto;margin-top:70px;border:15px solid #859297;padding:50px 50px 70px 50px;background:#fdfdfd;overflow: hidden;}
.video_list_title_lay{width:770px;height:40px;margin:auto;}
.title_line{width:315px;height:20px;border-bottom:1px solid #859297;}
.video_lay_title{width:140px;height:40px;line-height:40px;font-size:20px;font-family: 'Cinzel', serif;text-align:center;color:#3d4951;}
.video_select_lay{width:770px;height:60px;line-height:60px;margin:auto;text-align:right;}
.video_list{width:770px;height:855px;margin:auto;margin-top:30px;}
.video_item{width:240px;height:260px;margin-left:15px;}
.video_thum{width:240px;height:180px;background-size:100%;}
.video_title{width:240px;height:30px;line-height:30px;text-align:center;font-size:14px;color:#3d4951;}
.under_230{width:900px;;margin:auto;height:230px;margin-top:40px;}


@import url('https://fonts.googleapis.com/css?family=Cinzel');

.m_list {cursor:pointer;}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
	
	.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 280px;
  height: 40px;
  line-height: 25px;
  text-align:center;
}

.select-styled {
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3d4951;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align:center;
}
.select-styled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
  text-align:center;
}
.select-styled:hover {
  background-color: #1b232a;
}
.select-styled:active, .select-styled.active {
  background-color: #1b232a;
}
.select-styled:active:after, .select-styled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #3d4951;
  text-align:center;
}
.select-options li {
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding-left:15px;
  border-top: 1px solid #859297;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-align:center;
}
.select-options li:hover {
  color: #3d4951;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.movie_cf_des_t {
	font-size: 13px;
}

.movie_cf_des_month {
	line-height: 12px;
	font-size: 12px;
}

.movie_cf_list_category_box {
	margin: 10px 0 20px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: right;
	padding-right: 15px;
}

.searchCategory {
	text-align: center;
	font-size: 15px;
	color: #3d4951;
}

.spn_search {
	cursor: pointer;
}

#sound_source_copyright {
	font-size: 14px;
	color: rgb(128, 128, 128);
	margin-top: 10px;
}

.no_movie_msg_box {
	text-align: center;
	font-size: 15px;
	color: rgb(61, 73, 81);
	margin-top: 50px;
}