@charset "utf-8";
/* CSS Document */
#menu_button{ display:block;}
.content_box {
	max-width: 640px;
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.Poster_pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.common_top{ position:fixed; top:0px; left:0px; width:0px;
 height:390px; background:rgba(0,0,0,0.9); z-index:888;
 /*background:rgba(12,42,40,0.95)*/
 }
.common_top .common_menu {
	position:relative;
	width:100%;
	top:56px;
	left:0px;
	
}
.common_menu li.firsr_child:after {
	content: " ";
	display: block;
	width: 15px;
	height: 15px;
	background:url(../../images/home1.png) no-repeat;
	position: absolute;
	left: 29px;
	top: 5px;
}
.common_top .common_menu .add_box{ 
  /*position:absolute;
  bottom:0px;
  left:0;
  width:100%;
  height:192px;
  background:rgba(22,3,57,1.0);
  z-index:-1;*/
  display:none;
  }
.common_top .common_menu>ul {
	width:100%;
	margin: 0 auto;
	padding:0;
	box-sizing: border-box;
	z-index:5;
}
.common_top .common_menu>ul>li{
	width:100%;
	text-align: left;
	line-height:30px;
	height:30px;
	overflow:hidden;
	text-indent:20px;
}
.common_top .common_menu>ul>li>a {
	display: block;
	color: #BC9F7A;
	text-decoration: none;
	font-size:14px;
	box-sizing: border-box;
}
.common_top .common_menu>ul>li>a#focus {
	color:#f00;
}
.common_top .common_menu>ul>li>a:hover{color:#f00;}
#menu_button {
    position: absolute;
   	top:20px;
   	left:20px;
}
#menu_button #hamburger:hover {
    cursor: pointer;
	background:#e5c26f;
}
#hamburger {
	border-radius: 5px;
    /*padding-top: .15em;*/
    width:30px;
    height:30px;
    /*padding: 6px;*/
   /*background:rgba(229,194,111,0.6);*/
   position:relative;
}
#menu_button span {
    /*display: block;*/
    background-color: #fff;
    width:100%;
    height: 2px;
    border-radius: 1px;
  	margin:4px 0;
	display:none;
}
#menu_button img{ position:absolute;
width:100%;
height:auto;
display:block;
left:0px;
top:0px;
}
#menu_button .zk_box{ display:block;}
#menu_button .sq_box{ display:none;}

.menu_list {
    position: absolute;
    left: 130px;
    top: 25px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.menu_list img {
    width: 100%;
}
.iconb {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
}
.nav_menu .nav01 {
    clear: both;
    padding: 15px 0;
    width: 100%;
}
.nav_menu .nav01 li {
    position: relative;
    clear: both;
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-indent: 30px;
}
.nav_menu .nav01 li.firsr_child {
    text-indent: 54px!important;
}
.nav_menu_dbox {
    position: fixed;
    top: 0px;
    left: -120px;
    width: 120px;
    height: 360px;
    background: rgba(0,0,0,0.8);
}
.nav01 li a {
    color: #BC9F7A;
    font-size: 14px;
    /* display: block; */
    position: relative;
}
.nav01 li.firsr_child {
    text-indent: 54px!important;
}
.nav01 li.firsr_child:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: url(../../images/home1.png) no-repeat;
    position: absolute;
    left: 29px;
    top: 5px;
}
.nav01 li {
    position: relative;
    clear: both;
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-indent: 30px;
}
li.active a {
    color: #f00!important;
}
.nav01 {
    clear: both;
    padding: 15px 0;
    width: 100%;
}
.iconb {
    width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
}
.iconb img {
    width: 100%;
}
.vote_box{ position:fixed; right:20px; top:6px; display:none; z-index:1999999;}
.vote_box .join{ 
font-size:12px; padding:4px 10px; border: 2px solid #fff;
border-image: linear-gradient(to left,#b78c25,#f3df52) 2; display:block; color:#000; border-radius:10px; background:#f9d4ba;}
.vote_box .join:hover{ text-decoration:none!important;}	