/*
Theme Name: manual
Theme URI: 
Author: hsl
Author URI: 
Description: 
Version: 1.0
Tags: 
Text Domain: 
*/

/* initialization default style
 * ------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt,
	var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
	caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
em{
	color:red;
	font-style: normal;
}
img{
	border:0px
}
body {
	padding: @height;
/* 	background-color: @background; */
	font-family: Proxima Nova,Helvetica, Arial,Proxima Nova Light;
	/*font-size: 1.4em;*/
}

a {
	text-decoration: none;
	color: #3da568;
	
/* 	margin-left:14px; */
}

a:hover {
	cursor: pointer;
	color:#222;;
}

@font-face {
	font-family: 'genericons';
	src: url('fonts/Genericons.eot');
	src: url('fonts/Genericons.eot?#iefix') format('embedded-opentype'),
		url('fonts/Genericons.svg#Genericons') format('svg'),
		url('fonts/Genericons.woff') format('woff'),
		url('fonts/LCALLIG.TTF') format('ttf'),
		url('fonts/Genericons.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: lcallig;
	src:url('fonts/LCALLIG.TTF');
}
@font-face{
	font-family: Proxima Nova Light;
	src:url('fonts/ProximaNova-Light.otf');
}
@font-face{
	font-family: Proxima Nova;
	src:url('fonts/ProximaNova-Regular.otf');
}
/* common style
 * ------------------------------------------- */
.clearBoth {
	clear: both;
}
 ::-moz-selection{background:#338efd;}
 ::selection {background:#338efd;}
.body-width {
	margin: 0 auto;
}
/* main index style
 * ------------------------------------------- */
 /* media */
 @media (min-width: 551px) {
 	.download-btn a.down{
		font-size: 20px;
	}
	
	.top:after{
		content: '\f432';
		font-family:'Genericons';
	 	font-size: 60px;
	}
 }
 
 @media (max-width: 610px) {
 	#index-new-add {
 		display: none;
 	}
 	
 	.header-wrap .search {
 		display: none;
 	}
 	#content-id-top_nav {
		display:none;
	}
	#content-id-top {
		display:none;
	}
	.search_after{
		display:none;
	}
 	
 	.breadcrumb a {
 		font-size: 10px;
 	}
 	
 	.download-btn a.down{
		font-size: 12px;
	}
	
	.form_to_page {
		display: none;
	}
	
	.top:after{
	content: '\f432';
	font-family:'Genericons';
	 font-size: 37px;
}
 }
 
 /* navi */
 
 @media (min-width: 1024px) {
 	.breadcrumb {
	background: #F5F5F5;
	margin-top: 15px;
	font-size:13px;
	}
	
	.breadcrumb li {
	display: inline-block;
	position: relative;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	padding: 0 35px;
	background-color: #EDEDED;
	color: #023A49;
	font-size:13px;
}

.breadcrumb li:before, .breadcrumb li:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
}

.breadcrumb li+li {
	margin-left: 1px;
}

.breadcrumb li+li:before {
	left: 0;
	top: 0;
	border-top: 18px solid transparent;
	border-left: 25px solid #fff;
	border-bottom: 18px solid transparent;
}

.breadcrumb li:first-child {
	border-radius: 0;
	padding-left: 10px;
}

.breadcrumb li:last-child {
	border-radius: 0;
	padding: 0;
	width: 0;
	text-indent: -999px;
}

.breadcrumb li:not(:last-child ) {
	padding-right: 0px;
	padding-right: 6px;
}

.breadcrumb li:not(:last-child ):after {
	z-index: 1;
	right: -25px;
	bottom: 0;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 25px solid #EDEDED;
}

.breadcrumb li:hover {
	background-color: #63bb82;
	color:#fff;
}

.breadcrumb li:hover:after {
	border-left-color: #63bb82;
}

.breadcrumb a {
	display:block;
	color:#222;
	max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumb li:hover a{
	color:#fff;
	max-width: 400px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.breadcrumb li:nth-last-child(2) a{
	color:#fff;
}
.breadcrumb li:nth-last-child(2) {
	background-color: #63bb82;
	color:#fff;
}

.breadcrumb li:nth-last-child(2):after {
	border-left-color: #63bb82;
}
 }
 
 @media (max-width: 1023px) {
 	.breadcrumb {
	margin-top: 15px;
	}
	
	.breadcrumb li {
	display: inline-block;
	vertical-align: top;
	height: 36px;
	line-height: 36px;
	padding-right: 15px;
	}

	.breadcrumb li:after {
		content: '>';
		margin-left: 15px;
		font-size: 15px;
	}
	
	.breadcrumb li:nth-last-child(2):after {
		display:none;
	}
	
	
	
	
	.breadcrumb li:last-child {
		display: none;
	}
}
 /* navi */
 
  /**/
 
 @media (max-width: 1024px) {
 	.skiptranslate {
 		display: none;
 	}
 }
 
 /* 1280 */
 @media (min-width: 1280px) {
 	.body-width {
		max-width: 1160px;
	}
	
	.brand-list_img li:nth-child(6n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.search-info {
		font-size: 26px;
	}
	
	.index-logo img {
    	max-width: 370px!important;
    	width:50%!important;
	}
	
	.top{
  		padding: 10px;
	}
	
	.index-search .search-wrap {
     width:45%;
     margin-top: 7px;
	}
	.index-search {
	 height: 12vh;
	}
	.index-logo {
    height: 36vh;
	}
	
.index-wrap {
	height: 48vh;

	}
	
	
	#option_select ul{
	width:100%!important;
	}
	
	.index-search .search-wrap input[type='text']
	{
    height: 56px;
    font-size: 26px;
	}
	
	.brand-list li{
    	width: 30%;
	}
	
	#popular-brand ul li{ 
    	width: 33.3333333333333%;
	}
	
	#single-wrap #content{
		margin-right: 330px;
	}
	
	.down-btn a.down{
		display: block;
		font-size: 20px;
		padding: 13px 0;
	}
	
	#content-id-top{
		width: 319px;
	}
	#content-id-top_nav{
		width: 319px;
	}
	
	.search_on {
		display: none;
	}
	
	.manual-item {
		width: 280px;
	}
 }
 /* 1280 */
 
 /* 1024 */
 @media (min-width: 1025px) and (max-width: 1279px) {
 	.body-width {
		max-width: 965px;
	}
	
	.brand-list_img li:nth-child(5n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.search-info {
		font-size: 26px;
	}
	
	
	.top{
  		padding: 8px;
	}
	
	
	.index-logo img {
    	max-width: 370px!important;
    	width:50%!important;
	}
	
	.index-search {
	 height: 12vh;
	}
	.index-logo {
    height: 36vh;
	}
	
.index-wrap {
	height: 48vh;

	}
	#option_select{
	max-width: 355px!important;
    width:50%!important;
	}
	#option_select ul{
	width:100%!important;
	}
	.index-search .search-wrap input[type='text']
	{
    height: 56px;
    font-size: 26px;
	}
	
	.brand-list li{
    	width: 30%;
	}
	
	#popular-brand ul li{ 
    	width: 33.3333333333333333333%;
	}
	
	#single-wrap #content{
		margin-right: 330px;
	}
	
	#pdf-view {
    	zoom: 0.765;
    	-moz-transform: scale(0.765);
    	transform-origin: left top;
	}
	
	.down-btn a.down{
		display: block;
		font-size: 20px;
		padding: 13px 0;
	}
	
	#content-id-top{
		width: 319px;
	}
	
	.search_on {
		display: none;
	}
	
	.manual-item {
		width: 230px;
	}
 }
 /* 1024 */
 
 /* 768 */
  @media (min-width: 801px) and (max-width: 1024px) {
 	.body-width {
		max-width: 768px;
	}
	
	.brand-list_img li:nth-child(4n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.search-info {
		font-size: 23px;
	}
	
	.index-logo img {
    	max-width: 330px;
	}
	
	.top{
  		padding: 8px;
	}
	
   .index-search .search-wrap {
    width:45%;
	 margin-top: 7px;
	}
	.index-logo img {
    	max-width: 370px!important;
    	width:50%!important;
	}
	
	.index-search {
	 height: 12vh;
	}
	.index-logo {
    height: 36vh;
	}
	
   .index-wrap {
	height: 48vh;

	}
	#option_select{
	width:45%!important;
	}
	#option_select ul{
	width:100%!important;
	}
	.index-search .search-wrap input[type='text']
	{
    height: 56px;
    font-size: 23px;
	}
	
	.brand-list li{
    	width: 30%;
	}
	
	#popular-brand ul li{ 
    	width: 33.33333333333333333%;
	}
	
	#single-wrap #content{
		margin-right: 330px;
	}
	
	.entry-content {
		overflow-x: auto;
    	overflow-y: hidden;
	}
	
	#pdf-view {
    	zoom: 0.527;
    	-moz-transform: scale(0.527);
    	transform-origin: left top;
/*     	height:73vh; */
	}
	.down-btn a.down{
		display: block;
		font-size: 20px;
		padding: 13px 0;
	}
	
	#content-id-top{
		width: 319px;
	}
	
	.search_on {
		display: none;
	}
	
	.manual-item {
		width: 330px;
	}
 }
  /* 768 */
 
  /* 610 */
  @media (min-width: 610px) and (max-width: 800px) {
 	.body-width {
		max-width: 572px;
	}
	.div_404 img {
	width:80%;
	}
	
	.brand-list_img li:nth-child(3n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.search-info {
		font-size: 22px;
	}

	
	.top{
  		padding: 7px;
	}
	
	.index-search .search-wrap {
    width:55%;
	 margin-top: 7px;
	}
	.index-logo img {
    	max-width: 370px!important;
    	width:50%!important;
	}
	
	.index-search {
	 height: 12vh;
	}
	.index-logo {
    height: 36vh;
	}
	
   .index-wrap {
	height: 48vh;

	}
	#option_select{
	width:55%!important;
	}
	#option_select ul{
	width:100%!important;
	}
	.index-search .search-wrap input[type='text']
	{
    height: 56px;
    font-size: 20px;
	}
	
	.brand-list li{
    	width: 30%;
	}
	
	#popular-brand ul li{ 
    	width: 33.333333333333333333%;
	}
	
	.related {
		display: none;
	}
	
	.info {
		display: none;
	}
	
	.down-btn {
		position: fixed;
	}
	
	#pdf-view {
    	zoom: 0.689;
    	-moz-transform: scale(0.689);
    	transform-origin: left top;
	}
	
	.down-btn a.down{
		display: inline;
		font-size: 12px;
		padding: 10px 8px;
		top:110px;
    	right: calc((100% - 572px) / 2);
    	position: fixed;
	}
	
	#content-id-top{
		max-width: 319px;
	}
	
	.search_on {
		display: none;
	}
	
	.manual-item {
		width:230px;
	}
 }
 /* 610 */
 
 @media (min-width: 410px) and (max-width: 609px) {
 	.body-width {
		max-width: 377px;
	}
	.div_404 img {
	width:80%;
	}
	.index-logo img {
    	max-width: 280px;
    	width:60%!important;
    	margin-top: 14px!important;
	}
 .search-info {
    margin-top: 25px!important;
	}
	.brand-list_img li:nth-child(2n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.top{
  		padding: 6px;
	}
	
	.index-search .search-wrap {
    width:75%;
	 margin-top: 12px!important;
	}
	.index-logo img {
    	max-width: 270px!important;
    	width:50%!important;
	}
	
	.index-search {
	 height: 80px!important;
	}
	.index-logo {
    height: 240px!important;
	}
	
   .index-wrap {
	height: 320px!important;

	}
	#option_select{
	width:75%!important;
	}
	#option_select ul{
	width:100%!important;
	}
	.index-search .search-wrap input[type='text']
	{
    height: 56px;
    font-size: 17px;
	}
	
	.brand-list li{
    	width: 50%;
	}
	
	#popular-brand ul li{ 
    	max-width: 100%;
	}
	
	.related {
		display: none;
	}
	
	.info {
		display: none;
	}
	
	#pdf-view {
    	zoom: 0.453;
    	-moz-transform: scale(0.453);
    	transform-origin: left top;
/*     	height:65.3vh; */
	}
	.down-btn a.down{
		display: inline;
		font-size: 12px;
		padding: 10px 8px;
		top: 110px;
    	right: calc((100% - 377px) / 2);
    	position: fixed;
	}
	
	.header-wrap .search {
 		display: none;
 	}
 	
 	.breadcrumb a {
 		font-size: 18px;
 	}
 	
 	.manual-item {
		width:150px;
	}
 }

 @media (max-width: 409px) {
.div_404 img {
	width:80%;
	}
	.brand-list_img li:nth-child(2n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	#infoDiv_vote {
	    max-width: 400px;
	}
	.vote_must {
	    margin: 29% 125px;
	}
	.index-logo{
	height:180px!important;
	}
	.index-search{
	height:60px!important;
	}
	.index-wrap{
	height:240px!important;
	}
	.index-logo img {
    	max-width: 260px;
    	width:50%!important;
    	margin-top: 14px!important;
	}
	.search-info {
    margin-top: 25px!important;
	}
	
	.top{
  		padding: 4px;
	}
	
	.index-search .search-wrap {
    width:85%;
    margin-top: 10px!important;
	}
	#option_select{
	width:85%!important;
	margin-top: 0px!important;
	}
	#option_select ul{
	width:100%!important;
	}
	
	.index-search .search-wrap input[type='text']
	{
    height: 40px;
    font-size: 14.5px;
	}
	
	.index-search .search-wrap input[type='button']
	{
	background-image: url("../images/icon.png");
    border: medium none;
    cursor: pointer;
    font-size: 26px;
    height: 32px;
    margin-left: -57px;
    margin-top: 7px;
    width: 30px;
    background-position: 5px -28px;
    background-color: white;
    height: 32px;
	}
	
	.brand-list_img li:nth-child(2n) {
 		border-right: 1px solid #e0e0de;
  		margin-right: 0px;
	}
	
	.brand-list_img li{
    	max-width: calc(94% / 2);
	}
	
	.all-cat-label {
		font-size: 21px;
	}
	
	.brand-list li{
    	width: 100%;
	}
	
	#popular-brand ul li{ 
    	max-width: 100%;
	}
	
	.related {
		display: none;
	}
	
	.info {
		display: none;
	}
	
	.form_to_page {
		display: none;
	}
	
	.down-btn a.down{
		display: inline;
		font-size: 12px;
		padding: 10px 8px;
		top: 90px;
    	position: fixed;
	}
	
	.breadcrumb {
		display: none;
	}
	
	.logo a img {
		width: 150px;
	}
	
 }
 
 @media (min-width: 390px) and (max-width: 409px) {
 	 .body-width {
		max-width: 350px;
	}
	.div_404 img {
	width:80%;
	}
	#pdf-view {
    	zoom: 0.42;
    	-moz-transform: scale(0.42);
    	transform-origin: left top;
/*     	height:62vh; */
	}
	.search_after {
    margin-left: -47px!important;
    }
	.down-btn a.down{
		right: calc((100% - 350px) / 2);
	}
	
	.manual-item {
		max-width:220px;
	}
 }
 
/*  @media (min-width: 390px) and (max-width: 399px) {	 */
/* 	#pdf-view { */
/*     	transform: scale(0.43); */
/*     	transform-origin: left top; */
/* 	} */
/*  } */
 
 @media (min-width: 370px) and (max-width: 389px) {
 	.body-width {
		max-width: 340px;
	}
	.div_404 img {
	width:80%;
	}
 .search_after {
    margin-left: -47px!important;
    }
	#pdf-view {
/*     	transform: scale(calc(340 * 0.001 + 0.068)); */
    	zoom: 0.408;
    	-moz-transform: scale(0.408);
    	transform-origin: left top;
/*     	height:60.8vh; */
	}
	
	.down-btn a.down{
		right: calc((100% - 340px) / 2);
	}
	
	.manual-item {
		max-width:205px;
	}
 }
 
/*  @media (min-width: 370px) and (max-width: 379px) { */
 	
/* 	#pdf-view { */
/*     	transform: scale(0.41); */
/*     	transform-origin: left top; */
/* 	} */
/*  } */
 
 @media (min-width: 350px) and (max-width: 369px) {
 
 	.body-width {
		max-width: 325px;
	}
	.div_404 img {
	width:80%;
	}
	#pdf-view {
		zoom: 0.391;
    	-moz-transform: scale(0.391);
/*     	transform: scale(calc(325 * 0.001 + 0.066)); */
    	transform-origin: left top;
/*     	height:39.1vh; */
	}
	 .search_after {
    margin-left: -47px!important;
    }
	.down-btn a.down{
		right: calc((100% - 325px) / 2);
	}
	
	.manual-item {
		max-width:190px;
	}
 }


@media (min-width: 330px) and (max-width: 349px) {
	
	.body-width {
		max-width: 305px;
	}
	 .search_after {
    margin-left: -47px!important;
    }
	#pdf-view {
		zoom: 0.367;
    	-moz-transform: scale(0.367);
    	transform-origin: left top;
/*     	height:36.7vh; */
	}
	
	.down-btn a.down{
		right: calc((100% - 305px) / 2);
	}
	
	.manual-item {
		max-width:120px;
	}
 }
 
 @media (max-width: 329px) {
 
 	.body-width {
		max-width: 285px;
	}
	
 	#pdf-view {
 		zoom: 0.343;
    	-moz-transform: scale(0.343);
    	transform-origin: left top;
	}
	
	.down-btn a.down{
		right: calc((100% - 285px) / 2);
	}
	
	.manual-item {
		max-width:100px;
	}
 }
 
 @media (min-width: 410px) {
 	.index-search .search-wrap input[type='button']
	{
	background-image: url("../images/icon.png");
    border: medium none;
    cursor: pointer;
    font-size: 26px;
    height: 32px!important;
    margin-left: -57px;
    margin-top: 7px;
    width: 36px;
    background-position: 0 -28px;
    background-color: white;
	}
	 .search_after {
    margin-left: -47px!important;
    }
	
	.brand-list_img li{
    	max-width: 180px;
	}
	
	.all-cat-label {
		font-size: 30px;
	}
 }
 /* media */
 
#main {
 margin-bottom: 46px;
 
}

.top_nav #header {
	background:url(../images/bg.jpg);
	width: 100%;
	height:68px;
	background-size:100%;
	
}
.div_nav #header {
	background:url(../images/bg.jpg);
	width: 100%;
	height:46px;
	background-size:100%;
	
}

.top_nav .header-wrap {
	height: 68px;
	line-height: 68px;
	font-size:18px;
/* 	background-color: rgba(126, 170, 23, 0.3); */
}
.div_nav .header-wrap {
	height: 46px;
	line-height: 46px;
	font-size:18px;
/* 	background-color: rgba(126, 170, 23, 0.3); */
}

.top_nav .search_on {
	background-size: 40px 56px;
	cursor: pointer;
	width: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../images/search_on_off.png");
	background-position: 2px 10px;
	float: right;
	height: 46px;
	box-sizing: border-box;
	margin-top: 8px;
}

.div_nav  .search_on {
	background-size: 40px 56px;
	cursor: pointer;
	width: 40px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url("../images/search_on_off.png");
	background-position: 2px 10px;
	float: right;
	height: 46px;
	box-sizing: border-box;
}

.top_nav .search_off {
	cursor: pointer;
	width: 21px;
	background-image: url("../images/search_on_off.png");
	background-position: 0px 33px;
	display: none;
	float: right;
	height: 33px;
	margin-top: 14px;
	box-sizing: border-box;
}

.div_nav .search_off {
	cursor: pointer;
	width: 21px;
	background-image: url("../images/search_on_off.png");
	background-position: 0px 33px;
	display: none;
	float: right;
	height: 33px;
	box-sizing: border-box;
}
 .index_brands a,.header-wrap .index_cat a {
	float:left;
	color:#DEF0B0;
	font-size:20px;
	
}
.index_brands a:hover,.header-wrap .index_cat a:hover {
	color:#fff;
	
}
.header-wrap .index_cat{
	margin-left:120px;
}
.header-wrap .logo,
.header-wrap .search {
	float: left;
}

.header-wrap .logo {
	font-size: 28px;
	color: #fff;
	margin-top: 3px;
}

.header-wrap .search {
/* 	margin-top: 8px; */
/* 	margin-left: 10px; */
	position:relative;
	display: inline-flex;
    float: left;
/*     width:30% */
/*     width: 80%; */
}

.header-wrap .search input {
	max-width: 320px;
	width: 100%;
	height: 36px;
	border: 0;
	border-radius: 3px;
	margin-left: 20px;
}

.index-wrap {
/*    background:url(../images/manual-bg.jpg) repeat-y; */
/*    background-position: 0px -46px !important; */
	background-image: url("../images/bg.jpg");
	background-size: 100% 100%;
   height: 370px;
}

.index-logo {
	text-align: center;
	overflow: hidden;
	height: 272px;

/* 	background-position: 0px -46px !important; */
}


.index-logo img {
    margin-top: 5px;
    max-width: 280px;
    width: 100%;
}


.index-search {
/*   	opacity:0.3; */
	
/* 	background-color:#7eaa17; */
/* 	filter:alpha(opacity=30); */
    height: 98px;
    background-color: rgba(126, 170, 23, 0.3);
    background-size: 100% auto;
    margin: 0px auto 0;
    width: 100%;
    text-align: center;
}

.index-search .search-wrap {
	display: inline-block;
    margin-top: 21px;
    text-align: center;
    max-width:570px;
}

.index-search .search-wrap input[type='text'],
.index-search .search-wrap input[type='submit']
{
	float: left;
}

.index-search .search-wrap input[type='text']
	{
	border: 0 none;
    box-shadow: 1px 1px 5px #afafaf inset;
    box-sizing: border-box;
    color: #222222;
    padding-left: 15px;
    padding-right: 65px;
    width: 100%;
    font-family: Proxima Nova Light;
    border-radius: 5px;
}

.search_title{
	float: left;
	font-size: 14px;
	color: #808080;
	margin-top:10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 80%;
}
.search_title>a{
	font-size:18px;
	line-height: 37px;
}
 .search-info {
    color: #fff;;
	text-align: center;
	margin-top: 30px;
}

#index-content {
    margin-top: 10px;
}

.statistics {
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	background-color: #EDEDED;
	border: 1px solid #EAEAEA;
}

.statistics .sum-pdf {
	color: #89b833;
/* 	margin-left: 70px; */
	 margin-left: 296px;
}

.new-add-label {
	height: 90px;
	line-height: 90px;
	font-size: 30px;
}

.all-cat-label {
	height: 90px;
	line-height: 90px;
}

.all-cat-label .title {
	color: #000;
}
.new_brand_image{
	float:left;
}
.new-add-content{
	border: 1px solid #e0e0de;
    display: inline-flex;
    width: 100%;
    box-sizing: border-box;
}
.new_post{
	float:right;
	width: 84.5%;
}
.new_add_brand_post{
	 border-left: 1px solid #e0e0de;
    width: 100%;
    border-collapse:collapse;
}
.new_add_brand_post .manual-type{
	position: relative;
	display: inline-block;
	width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 3px 0px 3px 4px;
	box-sizing: border-box;
	}

.new_brand_img img {
	width:70%;
	display: table-cell;
    margin: auto auto;
    text-align: center;
    vertical-align: middle;
    width: 120px;
    
	
}
.new_brand_img{
	margin: 5vh auto;
/* 	width:3vh; */
    display: table;
    height: 100%;
    text-align: left;
    padding : 0px auto;
}
.new_brand_img a{
/*     display: table-cell; */
}
.new_add_brand_post td{
	border: 0 none;
    padding: 10px;
    text-align: left;
    box-sizing:border-box;
	vertical-align: middle;
	width: 800px;
}
.new_add_brand_post tr:nth-child(odd){
	background-color:#F6F6F6;
}
.new_add_brand_post tr:nth-child(even){
	background-color:#fff;
}
.all-cat-label .more {
	border-radius: 3px;
	float: right;
/* 	background-color: #FFBA37; */
	width: 110px;
	height: 40px;
	line-height: 40px;
	color: #000000;
/* 	text-indent: 13px; */
	font-size: 17px!important;
	margin-top: 25px;
	text-align: center;
}
.all-cat-label .more:hover{
	color:#6abe82;
	text-decoration: underline;
}
#index-all-cat ul.cat-list {
	list-style: none;
	display: inline-block;
}

#index-all-cat ul.cat-list li {
	float: left;
	width: 290px;
	line-height: 30px;
	font-size: 20px;
}

#footer {
/* 	background: rgba(0, 0, 0, 0) url("../images/manual-bg.jpg") repeat-y scroll 0 0; */
	background-color: #6abe82;
}
#footer_404 {
/* 	background: rgba(0, 0, 0, 0) url("../images/manual-bg.jpg") repeat-y scroll 0 0; */
	background-color: #fff;
}
#footer .copyright {
	color: #7b7b7b;
    font-size: 14px;
/*     height: 48px; */
    line-height: 48px;
    overflow: hidden;
}

#footer .copyright span{
    margin-right: 5%;
/*     color: white; */
}
#footer .copyright a{
	color: white;
    margin-left: 0px;
}
#footer .copyright a:hover{
	color: #222;
    margin-left: 0px;
}
#footer_404 .copyright {
	color: #7b7b7b;
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

#footer_404 .copyright span{
    margin-right: 5%;
/*     color: white; */
}
#footer_404 .copyright a{
	color:  #6abe82;
    margin-left: 0px;
}
#footer_404 .copyright a:hover{
	color: #222;
    margin-left: 0px;
}
/* breadcrumb  
 * Do not use eclipse quick format code, CSS: not () pseudo elements can appear error
 * ------------------------------------------ */

/**navigation
*/
.index_brands{
	float: left;
    margin-left: 30px;
}

/* main single style
 * ------------------------------------------- */

.entry-content .pdf-view{
 	width:830px;
/*  	height:1060px; */
 	/*background:url(../images/pdf-page1.png);*/
/* 	border: 1px solid #e0e0e0; */
	box-sizing: border-box;	
/* 	OVERFLOW-Y: auto;  */
/* 	OVERFLOW-X:auto; */
	font-family:arial !important;
	position:relative;
}
.entry-content .pdf-header{
	height:42px;
	line-height:42px;
	background:#E7E7E7;
}
.entry-content .pdf-header .views{
	padding-left:40px;
	position:relative;
}

.entry-content .pdf-header .views:before{
	font-family:'Genericons';
	content: '\f403';
	position: absolute;
	left: 14px;
	color:#444;
}
.pdf-header .go-page{
/* 	float:left; */
	margin-left: 10px;
}

.pdf-header .go-page .box-body img{
		margin-right: 0px;
		margin-top: 10px;
		width: 24px;
}

.box-body {
	    display: inline-block;
}

.pf{
	font-family:arial;
    overflow: visible!important;
}
.pdf-header .go-page input[type="text"]{
	text-align: center;
	color: #656565;
	font-size: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0 5px;
}
 .entry-title {
    font-size: 20px;
    line-height: 46px;
}
.pdf-thumbnail-page{
	position: relative;
	
	background:#F5F5F5;
	padding:0 20px;
	min-height: 50px;
/* 	  margin-bottom: 10px; */
/*      margin-top: 11px; */
/*      padding-bottom: -100px; */
/*     padding-left: 10px; */
/*     padding-top: 20px; */
}


span.owl_prev {
    left: 0;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 42px;
    top: 30%;
    background: rgba(0, 0, 0, 0) url("../images/icon_lf.png") no-repeat scroll 0 0;
    background-position: 0px -96px;
}
span.owl_prev:hover {
    left: 0;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 42px;
    top: 30%;
    background: rgba(0, 0, 0, 0) url("../images/icon_lf.png") no-repeat scroll 0 0;
    background-position: 0px -138px;
}

span.owl_next {
    right: 0;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 42px;
    top: 30%;
    background: rgba(0, 0, 0, 0) url("../images/icon_lf.png") no-repeat scroll 0 0;
    background-position: -24px -138px;
}

span.owl_next:hover {
    right: 0;
    cursor: pointer;
    position: absolute;
    width: 24px;
    height: 42px;
    top: 30%;
    background: rgba(0, 0, 0, 0) url("../images/icon_lf.png") no-repeat scroll 0 0;
    background-position: -24px -96px;
}
.owl_b_page{
	background: #61BA85;
    border-radius: 2px;
    color: #f8f8f8;
    font: bold 11px/13px Arial,sans serif;
    height: 12px;
    padding: 3px 0;
    position: absolute;
    left: 5px;
    text-align: center;
    top: 5px;
    width: 24px;
}
/* span.owl_prev:before { */
/*     content: "\f104";  */
/*     position: absolute; */
/*     left: 0; */
/*     text-indent: 0; */
/* } */

/* span.owl_next:before { */
/*     content: "\f104";  */
/*     position: absolute; */
/*     right: 0; */
/*     text-indent: 0; */
/* } */


.search-thumbnail-page{
	margin-bottom: 20px;
    margin-top: 10px;
}
.search-thumbnail-page span{
	background-color: #63bb82;
    color: white;
    margin-bottom: 10px;
    padding: 10px 14px;
}
.pdf-thumbnail-page span.page_border{
	border: 1px solid #D8D4D4;
	border-radius: 2px;
/* 	margin-right: 5px; */
	background-color: white;
    color: #0E0E0E;
/*     margin-bottom: 10px; */
    margin: 5px;
    padding: 2px 2px;
	display: inline-block;
	min-width: 30px;
	min-height: 30px;
	text-align: center;   
}
.search-thumbnail-page span:hover{
	background-color: #63bb82;
    color: #222222;
}
.pdf-thumbnail-page span:hover.page_border{
	background-color: #63bb82;
    color: white;
}
.search-thumbnail-page .active span{
	background-color: #63bb82;
    color: #222222;
}
.pdf-thumbnail-page .activepb span.page_border{
	background-color: #63bb82;
    color: white;
    
}
.single-title {
    margin-bottom: 10px;
    margin-top: 10px;
}
/* sitebar style
 * ------------------------------------------- */
#sidebar{
	float: right;
	width: 300px;
}
.down-btn a.down{
	z-index: 20;
	text-align: center;
	color: #fff;
	background: #F8462C;
	border: 1px solid #E73C36;
	margin-bottom: 10px;
	border-radius: 2px;
}
.download-btn a.down{
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	background: #F8462C;
	border: 1px solid #E73C36;
	margin-bottom: 10px;
	width:30%;
	border-radius: 2px;
}
.download-btn a.down:hover{
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.down-btn span.info{
	line-height: 40px;
	color: #737373;
}
.download-btn span.info{
	line-height: 40px;
	color: #737373;
}
.related .head-line{
	font-size: 19px;
	line-height: 34px;
}
.related ul.ulist{
	list-style: none;
}
.related ul.ulist li{
	line-height: 24px;
	margin-bottom: 14px;
}
.related ul.ulist li a{
	
}
.related ul.ulist li span{
	font-size: 13px;
	color: #737373;
	display: block;
}
#sidebar .ads{
	height:288px;
	border:1px solid #ccc;
	text-align: center;
	line-height: 288px;
	font-size: 30px;
}
/*Brand style */

#brand-container{
	margin:2px auto;
}
.brand_post{
	margin-bottom:10px;
	margin-top: 30px;
	font-weight: bold;
	 font-size: 20px;
}

.brand_post a {
	display: inline-block;
}

.brand_left{
  	margin-top: 10px;
	
}
.brand_cat_post{
	margin-top : 0px;
/* 	margin-bottom: 10px; */
}

.brand_cat_title {
	line-height: 50px;
	font-size:18px;
}
.brand_cat_title span {
	font-weight:bold;
	font-size:20px
}
.brand_title{
	margin-top:20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
}
.filesList{
	display: inline-block;
	margin-right: 9px;
	/*text-align: center;*/
	padding: 6px;
	margin:1px;
	border:1px solid #f2f2f2;
	width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#459f65;
    font-size:14px;
}

.filesList:hover{
	background-color:#63bb82;
	color:#fff;

}
.brand_cat_list{
	margin-top:20px;
}
.search_result{
/* 	margin-bottom:93px; */
	display: inline-block;
	width:100%;
	margin-bottom:20px;
	
}
.brand_post_tab{
	width:100%;
	/*height:200px;*/
	border: 2px #F6F6F6 solid;
	border-collapse: collapse;
	
}
.brand_post_tab tbody tr td {
	text-align:left;
	border:0px;
	padding:8px;
	width:580px;
	vertical-align: middle;
/* 	text-overflow: ellipsis; */
/* 	overflow: hidden; */
/* 	white-space: nowrap; */
}
.brand_post_tab tbody tr:nth-child(odd){
	background-color:#F6F6F6;
}
.brand_post_tab tbody tr:nth-child(even){
	background-color:#fff;
	
}
.brand_post_tab tbody tr,
.brand_post_tab thead tr
{text-align:left;
	height:30px;
	 
}
.brand_post_tab thead tr th{
	padding: 8px;
    text-overflow: ellipsis;
    width: 50%;
    font-weight: bold;
    text-align: left;
}
.brand_post a{
	background-color: #3da568;
    border-radius: 4px;
    color: white;
    padding: 7px 7px ;
}
/*.... category style....*/
#popular-brand ul{
  border-color:#F6F6F6 #F6F6F6;
    border-image: none;
    border-style: none solid solid ;
    border-width: 0 1px 1px;
    display: inline-block;
    list-style: outside none none;
    max-width: 1158px;
}
#popular-brand ul li{ 
     float: left;
    line-height: 24px;
    margin-bottom: 4px;
    margin-top: -2px;
    padding: 7px;
}


#popular-brand ul li .odd{ 
	background-color:#fff;
}
#popular-brand ul li .even{ 
	background-color:#F6F6F6;
}

#onlyOne  {
/* 	background-color: #D5F3FE; */
	width:100%;
	background-color: #f5f5f5;
    text-align: center;
    display: inline-block;
    line-height: 53px;
    font-size: 18px;
    width: 100%;
/*     word-spacing: 10px; */
}

#onlyTwo{ 
	margin-left: 340px;
}
#onlyTh {
	width: 100%;
    list-style: none;
    display: inline-block;
    border: 1px solid #ccc;
}
ul#onlyTh li {
    float: left;
    width:33%;
}

#onlyTh .odd{
	background-color:#fff;
}
#onlyTh .even{
	background-color:#F6F6F6;
}
/**search index.jsp
*/
#option_select ul{ 
	display: inline-block;
/*     font-size: large; */
    background-color: white;
    list-style: none;
    width:570px;
   
}
#option_select{  
/*  	border-color: -moz-use-text-color #a9a9a9 #a9a9a9; */
    border-image: none;
/*     border-style: none solid solid; */
    border-width: medium 1px 1px;
    box-sizing: border-box;
    margin-left: 0px;
    padding-bottom: 0;
    position: absolute;
    text-align: left;
     width:570px;
     margin-top: 14px;
}

#option_select ul li{  
	
	list-style: none;
    height: 25px;
    font-size: 18px;
    padding-left:10px;
    cursor:pointer;
    padding-bottom: 3px;
    padding-top: 3px;
    line-height:25px;
    
}
#option_select ul li:hover{  
background-color:#f6f6f6;
cursor: pointer;
color: #3da568;

}



.pulldown{
 color:#63bb82;	
 font-size:18px;
/*  box-shadow: 1px -1px 5px #a9a9a9 inset; */
/*  border-radius:4px; */
 
   border-bottom-right-radius: 4px;
   border-bottom-left-radius: 4px;
   vertical-align:middle;
}
#searchTop ul{ 
	background-color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
/*     list-style: outside none none; */
    width: 320px;
   
}
#searchTop{  
   border-color: -moz-use-text-color #7fa82f;
  left: 20px;
    border-width: medium 1px 1px;
/*     box-shadow: 4px 4px 7px -7px #a9a9a9; */
    box-sizing: border-box;
    line-height: -12px;
    margin-left: 0px;
    padding-bottom: 0px;
    position: absolute;
    text-align: left;
    top: 50px;
    width: 325px;
    z-index: 2;
}

#searchTop ul li{  
	 cursor: pointer;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    list-style: outside none none;
    padding-left: 10px;
    margin-top: 7px;
    vertical-align: middle;
    padding:3px 0px 3px 10px;
}
#searchTop ul li:hover{  
	background-color:#f6f6f6;
	cursor: pointer;
	color:#3da568;
    
}



#searchTop_nav ul{ 
	background-color: white;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
/*     list-style: outside none none; */
    width: 320px;
   
}
#searchTop_nav{  
   border-color: -moz-use-text-color #7fa82f;
  left: 20px;
    border-width: medium 1px 1px;
/*     box-shadow: 4px 4px 7px -7px #a9a9a9; */
    box-sizing: border-box;
    line-height: -12px;
    margin-left: 0px;
    padding-bottom: 0px;
    position: absolute;
    text-align: left;
    top: 40px;
    width: 318px;
    z-index: 9999;
}

#searchTop_nav ul li{  
	 cursor: pointer;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    list-style: outside none none;
    padding-left: 10px;
    margin-top: 7px;
    vertical-align: middle;
    padding:3px 0px 3px 10px;
}
#searchTop_nav ul li:hover{  
	background-color:#f6f6f6;
	cursor: pointer;
	color:#3da568;
    
}
.brand_color_set{
	background-color: rgba(126, 170, 23, 0.3);
}

#option_select ul li:hover{  
	background-color:#E5E8F1;
}
.cat-list,
.brand-list{
	list-style: none;
	display: inline-block;
	
}
#popular-brand ul a li:hover{
	background-color:#63bb82;
	color:#fff;
}
#cat-container,#brand-container{
	min-height:650px;
	
}
.brand-list_img{
	list-style: none;
	display: inline-block;
}
.cat-list li {
	float: left;
	width: 290px;
	line-height: 30px;
	font-size: 20px;
}
.brand-list li{
 	/*border: 1px solid #ccc;*/
    display: inline-block;
    float: left;
    margin-bottom: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

.brand-list_img li:nth-child(60) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:nth-child(55) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:nth-child(56) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:nth-child(57) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:nth-child(58) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:nth-child(59) {
    border-bottom: 1px solid #e0e0de;
}
.brand-list_img li:hover {
    border: 1px solid #fbb101!important;
}
.brand-list_img li{
 border-color: #e0e0de;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    float: left;
    height: 142px;
    list-style: outside none none;
    margin-right: 16px;
     margin-bottom: 16px;
     width:100%;
     border-radius: 5px;
/*     width: 30%; */
}

.brand_img_cat{
	 border: 1px solid #e0e0de;
    display: table;
    margin-right: 1%;
}
.brand_img_cat span{
	color: #328acc;
    cursor: default;
    display: table-cell;
    font-family:lcallig;
    font-size: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.brand-list_img li a {
    display: table;
    height: 100%;
    width: 100%;
}
.brand-list_img li a div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.brand-list_img li a img{
	display: table-cell;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 120px;
/* 	height:140px; */
}


/*search page*/

.postList{
	
	width:1160px;
	margin:20px auto;
}

.Tooltip {
	position: absolute;
	/* left: 500px; */
	background: #eeeeee;
	border-radius: 10px;
	padding: 10px 10px 0px 10px;
	height: 28px;
	margin-left: 30px;
	color: grey;
	margin-top: -8px;
	heigh:28px;
}

.Tooltip:before {
    position: absolute;
    left: -29px;
    top: 10px;
    content: '';
    width: 18px;
    border-top: 10px solid transparent;
    border-right: 12px solid #eeeeee;
    border-bottom: 10px solid transparent;
}

.request_nosat{
	line-height: 24px;
}
.result{
	margin-bottom:20px;
	font-family:arial;
	
}
div#pdf-view>div {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}
div#pdf-view{
}
.search{
	color:#63bb82;
}
/*download page*/
 .download-btn .code {  
font-family: Arial;  
font-style: italic;  
color: Red;  
border: 0;  
padding: 2px 3px;  
letter-spacing: 3px;  
font-weight: bolder;  
}  
.unchanged {  
border: 0;  
}  

.download {
	overflow: hidden;
}
.download-btn{
	
	margin-left:14px;
}

.manual-item {
	overflow: hidden;	
	float: left;
}

.brand_post_tab a {
	display: block;
}

.manual-type:nth-child(1)::before {
    content: none;
}
 .manual-type::before {
    background: #aaa none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: -8px;
    position: absolute;
    top: 8px;
    width: 3px;
}
.manual-type {
    position: relative;
    display: inline-block;
/*     width: 280px; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 3px 0px 3px 0px;
    box-sizing: border-box;
}
.manual-type:nth-child(2n) {
/*     margin: 0; */
    padding-left: 10px;
}
#onlyOne a:first-child {
    padding-right: 12px;
    padding-left: 12px;
}
#onlyOne a {
    padding-left: 12px;
    padding-right: 12px;
    float:left;
    
}
#onlyOne a:hover {
    padding-left: 12px;
    padding-right: 12px;
    float:left;
    background-color:#63bb82;
    color:#fff;
    
}

.download_td{
	width:50%;
	color:#5a5b5a;
	font-size:16px;
}

.download_tab td{
	border:1px solid #E7E5E7;
	padding:6px;
	space-padding:0px;
}
.download_tab td:first-child{
 width:50%;
}
.download_tab{
	border-collapse:collapse;
	border:1px solid grey;
	margin-top:20px;
	margin-bottom:10px;
/* 	font-size:22px; */
	width:30%
}
#popular-brand .category_li_odd{
		background-color:#F6F6F6;
}
#popular-brand .category_li_even{
		background-color:#fff;
}

 #onlyOne .active{
    color: #fff;
    background-color: #63bb82;
}

ul .catchoose:before{
    /* background:url(../images/cat.png) no-repeat scroll left center;*/
    content: '';
    border-left: 7px solid transparent;
    border-top: 9px solid #FFB034;
    border-right: 7px solid transparent;
    position: absolute;
    top:0;
    left: calc(50% - 4.5px);
}
ul .catchoose:after{
    content: '';
    border-left: 7px solid transparent;
    border-bottom: 9px solid #FFB034;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: 0;
    left: calc(50% - 4.5px);
}
#p-controller p{
	line-heght:10px;
	margin-bottom:10px;
}
#content-id-top{
	float:left; 
/* 	height: 32px; */
	padding-left: 5px;
	padding-right: 36px;
	font-family: Proxima Nova Light;
	box-sizing: border-box;
	background-color: #ecf3d9;
/* 	margin-top: 18px; */
	 height: 40px;
    margin-top: 14px;
}
#content-id-top_nav{
	float:left; 
/* 	height: 32px; */
	padding-left: 5px;
	padding-right: 36px;
	font-family: Proxima Nova Light;
	box-sizing: border-box;
	background-color: #ecf3d9;
/* 	margin-top: 18px; */
	 height: 32px;
    margin-top: 7px;
}
.search_after{
/*     background: #ffffff none repeat scroll 0 0; */
    float: left;
    height: 26px;
    margin-left: -36px;
    margin-top: 5px;
/*     width: 26px; */
}
.search_after img{
	width:22px;
	height:22px;
/* 	padding:1px; */
	cursor: pointer;
	margin-top:3px;
	margin-left: 5px;
}
.search_after:after{
	content:'';
	background:url(../images/search.png);
	
}

.vote-cat-star{
	cursor:pointer;
}

#post_star>span{
	display: inline-block;
/*     padding-bottom: 14px; */
    vertical-align: middle;
}
.vote-cat-star{
	padding:10px;
}
.info .media_type_pdf{
	padding: 8px 8px;
    background: rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0;
    background-position: -33px 0px;
    background-color: #CE7171;
    /* margin-top: 104px; */
    display: inline-block;
    margin-bottom: -2px;
    margin-right: 3px;
	
}

.top{
  background: #F5AB35  no-repeat center 50%;
  bottom: 2em;
  color: #fff;
  display: none;
  opacity:0.6;
  position: fixed;
  border-radius: 10px;
  right: 2em;
  text-decoration: none;
}
.div_nav{
	top:-1px;
	position: fixed;
	width: 100%;
	z-index:9997;
}
.top:hover{
  opacity:1;
  transition:1s;
}
/**pdf 展示左右翻页
*/ 
#pdf-view .pre_next_btn{
	padding:24px 12px;
/* 	margin-top :200px; */
	z-index:5;
	border: 0px solid;
	position:absolute;
	background:rgba(0, 0, 0, 0) url("../images/icon.png") no-repeat scroll 0 0 ;
	top:calc(50% - 37px);
}
.next-button{
	right:10px;
	background-position: 0px -76px !important;
}
.previous-button{
	left:10px;
	 background-position: -24px -76px !important;
}
.next-button:hover{
	right:10px;
	background-position: 0px -76px !important;
	
}
.previous-button:hover{
	left:10px;
	 background-position: -24px -76px !important;
}
/*vote 动画特效*/
.vote-ok{
/* 	animation:myfirst 2.5s; */
/* 	background: red none repeat scroll 0 0; */
/*     float: left; */
    margin-left: 10px;
    position: relative;
    color:#f1a900;
    top:-5px;
    font-size:22px;
}
.vote-add{
	animation:myfirst 1.2s;
/* 	background: red none repeat scroll 0 0; */
/*     float: left; */
    font-size:22px;
    margin-left: 1px;
    color:#f1a900;
    position: relative;
}
@keyframes myfirst
{
0%   {background: none; left:0px; top:-6px;}
100% {background: none; left:0px; top:-4px;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {background: none; left:0px; top:-6px;}
100% {background: none; left:0px; top:-4px;}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
0%   {background: red; left:0px; top:-6px;}
100% {background: red; left:0px; top:-4px;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {background: red; left:0px; top:-6px;}
100% {background: red; left:0px; top:-4px;}
}
.vote-cat-star{
	padding:12px;
	background:rgba(0, 0, 0, 0) url("../images/stars.png") repeat-x scroll 0 0 ;
}
.star-on{
	 background-position: 0px 0px !important;
}
.star-off{
	 background-position: 24px 0px !important;
}
.star-half{
	 background-position: 48px 0px !important;
}
/*form_to_page*/
.page_togo{
	float:right;
    padding-right: 10px;
}
.form_to_page{
	float:right;
	
	
}

.pdf-header {
	padding: 8px 0;
	background-color: #eee;
}

.pdf-header .go-page input[type="text"] {
    color: #656565;
    font-size: 16px;
    height: 24px;
    line-height: 16px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    width: 33px;
}

#tranDivBack{
	 position: absolute;
	 left: 0px;
	 top: 0px; 
	 width: 100%; 
	 height: 100%; 
	 background-color:#78777a ; 
	 opacity: 0.7;
}

#infoDiv{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	background-color: #fff;
/* 	border:1px solid #0099ff; */
	border-radius:10px;
	
}

#tranDivBack_vote{
	 position: absolute;
	 left: 0px;
	 top: 0px; 
	 width: 100%; 
	 height: 100%; 
	 background-color:#000 ; 
	 opacity: 0.6;
}

#infoDiv_vote{
/* 	position: absolute;  */
    position: relative;
	left: 0px; 
	top: 0px; 
	background-color: #fff;
/* 	border:1px solid #0099ff; */
/* 	border-radius:10px; */
/* 	box-shadow: 2px 1px 2px #ccc; */
/* 	height: 25%; */
/* 	width: 33.33333333333333333333333333333333333333333333%; */
/*     margin: 20% 33.33333333333333333333333333333333333333333333%; */
	z-index: 10001;
	max-width: 436px; 
	height: 289px;
	border: 7px solid #33c597;
	border-radius: 15px 15px 0px 0px;
/* 	margin:16% 38%; */
    margin: 16% auto;
}
.vote_must{
	 margin: 29% 20%;
}
#infoDiv .title{ 
	font-weight: bold;
	font-size: 36px;
    margin-left: 27px;
    margin-top: 8px;
    padding: 25px 2px 2px;
    text-align: left;
    top: 10px;
}
#infoDiv  span{
 	background-color: red;
    color: white;
    cursor: pointer;
    float: right;
    font-size: 16px;
    padding: 6px 9px;
    position: relative;
    right: 5px;
    top: 0;

}



#vote_title {
	width: 100%;
	height: 58px;
	background-color: #33c597;
	color: white;
	font-size: 24px;
	text-align: center;
	line-height: 58px;
	float: top;
}
#vote_shutbutton {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	color: #999999;
	border: 1px #aaaaaa solid;
	margin: -4% 97%
}

#vote_hover {
	color: #999999;
}

#vote_shutbutton:hover {
	background-color: #ddd;
}

#infoDiv_vote .vote_must {
	margin: 20% 34%;
}

#infoDiv_vote #vote_countscore {
	display: block;
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

#infoDiv_vote .vote_score {
	font-size: 24px;
}


#formdl{
	font-size: 20px;
    margin: 10px auto;
    width: 97%;
}

#formdl div{
	
	padding:15px;
}
#formdl div Strong{
	float: left;
    font-weight: bold;
    margin-top: 6px;
    padding: 6px;
    width: 20%;
}
#formdl div input,textarea{
	float: left;
    padding: 8px;
    width: 70%;
    border-radius:2px;
    border: 1px solid #cdcdcd;
}
#formdl div font{
	color: red;
    padding: 8px;
    position: relative;
    top: 10px;
}
 #formdl .submit_cancel_btn{
/*     margin-left: 33%; */
    margin-left: 134px;
    margin-top: 40px;
 }
 #formdl .submit_cancel_btn .bntccanniu{
 	margin:10px auto ;
    padding: 10px;
    width: 156px;
    border-radius:2px;
    font-size:18px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
 
 }
 #formdl .submit_cancel_btn .bntccanniu:hover{

    padding: 10px;
    width: 156px;
    background-color: #E3F3FB;
    border-radius:2px;
    cursor: pointer;
  
 
 }
 #formdl .submit_cancel_btn .bntccanniu:nth-child(2){
  margin-left:20px;
 
 }
 #yellowSlip{
 background:#fdec9e; width:70%;padding:5px;
 }
 #yellowSlip span a{
 color:#FF5900;
 }
 #yellowSlip span a:hover {
	cursor: pointer;
	color:#555;;
}
#yellowSlip #modaltrigger a{
	color:#FF5900;
	text-decoration:underline;
}
 .code_feedback{
 	float: left;
    margin-left: 17px;
    margin-top: 19px;
 }
 
#formdl .code_input{
    border: 1px solid #cdcdcd;
    border-radius: 2px;
    float: left;
    font-size: 20px;
    margin-top: 20px;
    padding: 5px;
    width: 120px;
 }

 #infoDiv{
	 box-shadow: 2px 1px 2px #ccc;
	 height: 561px;
	 left: 590.5px;
	 top: 100px;
	 width: 665px;
	 z-index: 10001;
 }
 .thumbnails{
 	overflow: hidden;
 }
.top_nav  #google_translate_element{
 float:right;
 transform:scale(0.55);
/*   margin-top: -74px; */
 }
  .div_nav #google_translate_element{
 float:right;
 transform:scale(0.55);
  margin-top: -52px;
 }
 .top_nav .header-wrap>div:last-child{
  float:right;
 transform:scale(0.55);
  margin-top: -74px;
 }
 .goog-te-gadget-simple .goog-te-menu-value {
    color: #000;
    font-size: 24px;
}
/*  .goog-te-gadget-simple{ */
/*  height:33.3px; */
/*  } */
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    height: 30px;
    width: 290px;
    border-radius: 10px;
    margin-right:-70px;
}
.goog-te-gadget-simple{
	border-radius: 10px;
    border-width: 0 !importent;
    margin-top: 9px;
    padding-bottom: 0 !importent;
    padding-top: 0 !importent;
    font-size:8pt!importent;
}
.goog-te-gadget-simple .goog-te-menu-value>span:nth-last-child(2){
    display:none;
}    
.goog-te-menu-value span:first-child {
/* 	margin-right: 36px; */
/*     padding-top: 68px; */
    padding-left: 10px;
    color: grey;
    font-size: 26px;
    margin-right: 22px;
}
.goog-te-gadget-simple >img{
/* 	display:none; */
    transform: scale(1.65);
    margin-left: 10px;
}
.goog-te-menu-value{
	vertical-align: middle;
}



/*manualList.jsp wjx 2016/1/20*/

.manual_list{
	clear:both;
	width:70%;
	border: 1px solid #cdcdcd;
 	border-top:0px;
 	
}
#mlist{
	margin-bottom:10px;
}
#mlist  .manual_list:nth-child(1){
	border-top: 1px solid #cdcdcd;
	
}
/*#mlist  .manual_list:nth-last-child(1){
	border-bottom: 1px solid #cdcdcd;	
	
}*/

.manual_list hr{
/* 	border:1px solid #cdcdcd; */
}
.manual_img{
  	margin-top:10px;
  	margin-left:20px;	
  	
  	border:0px;
  	float:left;
  	width:15%;
  	height:80%; 
  	/*border:1px solid green; */		
}
.manual_img img{
	margin-top:5px;
}
.manual_context{	
	float:right;
	width:80%;
	margin:10px;
	margin-left:0px;
	/*border:1px solid red;*/
	vertical-align:middle;
}
.manual_context table{
	width:100%;
}
.manual_context table thead{
	height:30px;
	font-size: 20px;
	color:#3da568;
}
.manual_context table tr{	
	height:30px;
}
.manual_td{
	font-weight: bold;
	width:30%;
}

.post_title{
	margin-top:20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
}
.manual_title{
	font-size: 20px;
	color:#3da568;
	line-height:30px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.other_title{
	margin-bottom:10px;
	margin-top: 30px;
	font-weight: bold;
	 font-size: 20px;
}
.other_list{
	width:70%;
	border: 1px solid #cdcdcd;
	margin-bottom:20px;
}
.other_list table{
	width:100%;
	border-collapse: collapse;
	color:#3da568;
}
.other_list tbody tr td {
	text-align:left;
	border:0px;
	padding:8px;
	vertical-align: middle;
/* 	text-overflow: ellipsis; */
/* 	overflow: hidden; */
/* 	white-space: nowrap; */
}
.other_list tbody tr:nth-child(odd){
	background-color:#F6F6F6;
}
.other_list tbody tr:nth-child(even){
	background-color:#fff;
}
.other_list table tr{
	height:40px;
	height-line:40px;
}

/*------ wjx----- */



/*alert_list*/
#tranDivBack_validate{
	 position: absolute;
	 left: 0px;
	 top: 0px; 
	 width: 100%; 
	 height: 100%; 
	 background-color:#78777a ; 
	 opacity: 0.7;
	 z-index:1000001;
}

#infoDiv_validate{
	position: absolute; 
/* 	left: 0px;  */
margin:200px 200px ;
	min-width: 400px; 
	background-color: #fff;
/* 	border:1px solid #0099ff; */
	border-radius:10px;
	 z-index:1000002;
	
}
.validate_code{
	padding: 100px;
}
.validate_code>div{
	display: table;
	}
#input_alert{
	padding: 4px;
    display: table-cell;
    border-radius: 5px;
    line-height: 30px;
    font-size: 20px;
    width: 130px;
}
.code_alert{
	display: table-cell;
    float: right;
}
.validate_code .bntccanniu{
	padding: 10px 49px;
    margin-top: 20px;
    border-color: none;
    border: whitesmoke;
    cursor: pointer;
    background-color: red;
    border-radius: 4px;
}

 @media (max-width: 600px) {
  #infoDiv_vote {
	    max-width: 400px!important;
	    height: 246px;
	    margin: 20% auto;
	}
	.vote_must {
	    margin: 20% 108px!important;
	}
	#vote_title {
	    width: 100%;
	    height: 43px;
	    background-color: #33c597;
	    color: white;
	    font-size: 17px;
	    text-align: center;
	    line-height: 40px;
	    float: top;
	}
	.post_title {
	font-size: 20px!important;
	}
	.manual_context {
    float: right;
    width: 87%;
    margin: 26px;
    margin-left: 0px;
    /* border: 1px solid red; */
    vertical-align: middle;
    font-size: 14px;
	}
	.manual_title {
    font-size: 16px;
    color: #3da568;
    line-height: 25px;
	}
	.manual_td {
    font-weight: bold;
    width: 40%;
	}
	.manual_list{
	clear:both;
	width:100%!important;
	border: 1px solid #cdcdcd;
 	border-top:0px;
 	
}
}
 @media (max-width: 450px) {
  #infoDiv_vote {
	    max-width: 320px!important;
	    height: 246px;
	    margin: 20% auto;
	}
	.vote_must {
	    margin: 20% 80px!important;
	}
	.post_title {
	font-size: 20px!important;
	}
	.manual_context {
    float: right;
    width: 87%;
    margin: 26px;
    margin-left: 0px;
    /* border: 1px solid red; */
    vertical-align: middle;
    font-size: 14px!important;
	}
	.manual_title {
    font-size: 16px;
    color: #3da568;
    line-height: 25px;
	}
#vote_title {
    width: 100%;
    height: 43px;
    background-color: #33c597;
    color: white;
    font-size: 17px;
    text-align: center;
    line-height: 40px;
    float: top;
}
}


.dots {
	background: rgba(0, 0, 0, 0)
		url("../images/dot.png") repeat-x scroll 9px 0;
	height: 1px;
	left: 0;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 0;
}

.manualList_catalog_number {
	background-color: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 5;
}

.manualList_catalog_a {
	background-color: #ffffff;
	left: 0;
	padding-right: 5px;
	position: absolute;
	top: 0;
	z-index: 5;
}

