body {
zoom:100%;
background: #fff5e8 url(/uploads/image/btvimages/bg_body.jpg) center top repeat-x;
font-size: 14px;
font-family:"微软雅黑",georgia,fantasy;
color: #323232;
margin : 0;
padding: 0;
}
input{border: 1px solid #bbb;}
#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
}
#head_logo{
	margin: 0;
	overflow: hidden;
	padding: 50px 0 50px;
}
#header div .logo {
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 0 0 0 13px;
	text-decoration: none;
}
#header div .logo h1 {
	margin: 0;
	padding: 0;
	width:320px;
	height:100px;
	background:url(/uploads/image/btvimages/logo.png) no-repeat;
	text-indent:-999em;
}
.login_white{ color: #fff;}
#header div span{
	color: #fff;
	display: block;
	float: right;
	font-size:13px;
	letter-spacing: 1px;
	margin: 0;
	padding: 12px 30px 0 0;
}
#header div span b {
font-family:georgia,"宋体";
	display: block;
	font-size: 27px;
	letter-spacing: 2px;
	margin: 0;
	padding: 10px 0 0;
}
#head_menu{
height: 38px;
line-height: 38px;
box-shadow: 1px 1px 3px #999;
/*-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;*/
background: url(/uploads/image/athdimages/nv.png);
}
#header ul {
  display: flex;
  flex-wrap: wrap; /* 允许在小屏幕下换行 */
  justify-content: center; /* 水平居中 */
  gap: 8px; /* 替代 margin，设置菜单项间距 */
}
#header ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header ul li a {
padding: 0 15px;
text-align: center;
height: 38px;
display: block;
line-height: 38px;
color: #fff;
font-size: 16px;

}

#header ul li.selected a {
	background: url(/uploads/image/athdimages/nv_a.png) repeat-x;
	color: #fff;
	font-weight:bold;
}
#company_ad img{width:100%;}

#header ul li a:hover {
color: #fff;
text-decoration: none;
/*background: url(/uploads/image/athdimages/nv_a.png) repeat-x;*/
}
/*
#tp_index a:hover{
-webkit-border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
border-radius: 5px 0 0 0;
}
*/

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  box-sizing: border-box; /* 确保宽度包含 padding */
}

/* 小屏幕（≥768px） */
@media (min-width: 768px) {
  .container {
    max-width: 750px; /* 容器最大宽度 */
  }
}

/* 中等屏幕（≥992px） */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

/* 大屏幕（≥1200px） */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
#body {
	background: #fff;
	clear:both;
	overflow: hidden;
	padding: 0;
	width: 100%;
	margin: 0 auto;
	box-shadow: 1px 1px 3px #aaa;
}
#body h1, #body h2, #body h3 {
	margin: 0;
	padding: 0;
}
#body p {
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#body .header {
	background: #fff;
	margin: 0;
	padding: 40px;
}
#body .header h1 {
	color: #0f7c7c;
	font-family: georgia, serif;
	font-size: 38px;
	font-weight: normal;
	letter-spacing: 2px;
	margin: 0;
	padding: 20px 0;
	text-align: center;
	text-transform: uppercase;
}
#body .header p a {
	color: #000;
}
#body .header p a:hover {
	color: #464646;
}
#body .body {
	background: #03220c;
	margin: 0;
	padding: 45px 40px;
	text-align: center;
}
#body .body h1 {
	color: #ffaf04;
	font-family: "宋体",georgia, serif;
	font-size: 25px;
	font-weight: normal;
	margin: 0;
	padding:20px 0 30px 0px;
	text-align:left;
}
#body .body small {
	color: #fff;
	display: block;
	font-size: 22px;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 730px; 
	
}
#body .body small span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	
	 
}
#body .body small a {
	background: url(/uploads/image/athdimages/interface.png) no-repeat 0 0;
	color: #fff;
	display: block;
	float: right;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	letter-spacing: 0;
	text-decoration: none;
	text-indent: 10px;
	text-transform: capitalize;
	width: 110px;
}
#body .body small a:hover {
	background-position: -135px 0;
}
#body .footer .article {
	background: none;
	border-right: 1px solid #afafaf;
	float: left;
	margin: 0;
	min-height: 880px;
	overflow: hidden;
	padding: 0;
	width: 600px;
}
#body .footer .article div {
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 40px;
	width: auto;
}
#body .footer .article span {
	color: #000;
	display: block;
	font-family: "times new roman", times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#body .footer .article b a:hover {
	color: #464646;
}
#body .footer .article img {
	border: 0px;	
}
#body .footer .article p {
	color: #464646;
}
#body .footer .article p a {
	color: #464646;
	text-decoration: underline;
}
#body .footer .article p a:hover {
	color: #115858;
}
#body .footer .article p a.more {
	text-decoration: none;
}
#body .footer .article ul {
	margin: 0;
	padding: 15px 0 0 10px;
}
#body .footer .article ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 20px 0;	
	line-height:24px;
}
#body .footer .aside {
	float: left;
	margin: 0;
	padding: 0;
	width: 319px;
}
#body .footer .aside div {
	/*border-bottom: 1px solid #9d9d9d;*/
	margin: 0;
	padding: 0 0 20px;
}
#body .footer .aside div a.figure {
	display: block;
	margin: 10px 0 10px 40px;
}
#body .footer .aside div a.figure:hover {
	opacity: 0.8;
}

#body .footer .aside div p {
	padding-left: 40px;
}

#body .footer .article form #fullname, #body .footer .article form #email {
	color: #000;
	border: 1px solid #9d9d9d;
	display: block;
	font-size: 16px;
	height: 42px;
	line-height: 38px;
	margin: 0 0 10px 40px;
	/*text-transform: capitalize;*/
	width: 518px;
	padding-left:10px;
}
#body .footer .article form #subscribe {
	background: url(/uploads/image/athdimages/build_apk_0.gif) no-repeat;
	border: 0;
	color: #6c6c6c;
	
	font-size: 14px;
	height: 40px;
	padding: 0;
	text-indent: -99999px;
	width: 138px;
}

#body .footer .article form #yulan {
	background: url(/uploads/image/athdimages/yulan_0.gif) no-repeat;
	border: 0;
	color: #6c6c6c;
	font-size: 14px;
	margin: 20px 10px 0 338px;
	height: 40px;
	width: 80px;
}

#body .footer .article form #subscribe:hover {
	/*background-position: -135px -70px;*/
	background: url(/uploads/image/athdimages/build_apk_2.gif) no-repeat;
}
#body .footer .article form #yulan:hover {
	/*background-position: -135px -70px;*/
	background: url(/uploads/image/athdimages/yulan_2.gif) no-repeat;
}
#body .article, #body .section {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body .article {
	background: #212121;
	padding: 30px 0 30px 40px;
}
#body .article h2 {
	color: #ffaf04;
	font-family: georgia, serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: 48px;
	margin: 0;
	padding: 0 48px;
	text-align: center;
}
#body .article h2 a {
	color: #ffaf04;
	text-decoration: none;
}
#body .article h2 a:hover {
	color: #c19027;
}
#body .article div {
	float: left;
	margin: 0 40px 0 0;
	padding: 0;
	width: 420px;
}
#body .article div a.figure {
	display: block;
	margin: 25px 0;
	padding: 0;
	opacity: 0.8;
}
#body .article div a.figure:hover {
	opacity: 1;
}
#body .article div img {
	border: 1px solid #4b4b4b;
	display: block;
}
#body .article div span {
	color: #fff;
	display: block;
	font-family: "times new roman", times, serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#body .article div b a:hover {
	color: #c7c7c7;
}
#body .article div p, #body .article div p a {
	color: #c7c7c7;
}
#body .article div p a:hover {
	color: #fff;
}
#body .section {
	margin: 0;
	overflow: hidden;
	padding: 24px 40px 20px;
}
#body .section div {
	margin: 0;
	padding: 0;
}
#body .section .featured {
	border-right: 1px solid #afafaf;
	float: left;
	min-height: 420px;
	overflow: hidden;
	padding-top: 10px;
	width: 460px;
}
#body .section .featured b {
	color: #0e5a5a;
	display: block;
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0 40px 0 0;
	text-transform: uppercase;
}
#body .section .featured b a {
	color: #0e5a5a;
}
#body .section .featured b a:hover {
	color: #009999;
}
#body .section .featured img {
	border: 1px solid #fff;
	float: left;
	margin: 10px 20px 0 0;
}
#body .section .featured p {
	color: #464646;
	padding: 0 40px 0 0;
	text-align: left;
}
#body .section .featured p a {
	color: #464646;
}
#body .section .featured p a:hover {
	color: #000;
}
#body .section .aside {
	float: left;
	width: 419px;
}
#body .section .aside div {
	border-top: 1px solid #afafaf;
	padding: 30px 0 28px 40px;
}
#body .section .aside div:first-child {
	border: none;
	padding-top: 10px;
}
#body .section .aside div h3 {
	color: #0e5a5a;
	font-family: "times new roman", times, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body .section .aside div ul {
	margin: 0;
	padding: 0;
}
#body .section .aside div ul li {
	background: url(/uploads/image/athdimages/bullet.png) no-repeat 0 14px;
	color: #464646;
	list-style: none;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
}
#body .section .aside div ul li a {
	color: #464646;
}
#body .section .aside div ul li a:hover {
	color: #000;
}
#body .section .aside a.figure {
	float: left;
	margin: 10px 20px 0 0;
}
#body .section .aside a.figure:hover {
	opacity: 0.8;
}
#body .section .aside img {
	border: 1px solid #fff;
}
#body .section .aside p {
	color: #464646;
	padding: 0;
	text-align: left;
}
#body .section .aside p a {
	color: #464646;
}
#body .section .aside p a:hover {
	color: #000;
}
#body .footer {
	margin: 0;
	overflow: hidden;
	padding: 30px 0 20px;
}
#body .footer h3 {
	color: #0e5a5a;
	font-size: 30px;
	font-weight: normal;
	margin: 0;
	padding: 17px 0 15px 40px;
	text-transform: uppercase;
	clear:both;
}
#body > .featured {
	margin: 0;
	overflow: hidden;
	padding: 50px 40px 10px;
}
#body > .featured img {
	border: 1px solid #fff;
	display: block;
	float: left;
	margin: 8px 30px 10px 0;
}
#body > .featured b {
	color: #0e5a5a;
	display: block;
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#body > .featured b a {
	color: #0e5a5a;
}
#body > .featured b a:hover {
	color: #009999;
}
#body > .featured p, #body > .featured p a {
	color: #464646;
}
#body > .featured p a:hover {
	color: #115858;
}
#body > ul {
	margin: 0;
	padding: 0 40px 43px;
}
#body > ul li {
	border-top: 1px solid #afafaf;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#body > ul li:first-child {
	border: 0;
}
#body > ul li div {
	border-left: 1px solid #afafaf;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 22px 0 30px 40px;
	width: 520px;
}
#body > ul li div p, #body > ul li div p a, #body > ul li div ul li a {
	color: #464646;
}
#body > ul li div p a:hover, #body > ul li div ul li a:hover {
	color: #115858;
}
#body > ul li div:first-child {
	border: 0;
	padding: 28px 0 10px 0;
	width: 319px;
}
#body > ul li div:first-child h3 {
	color: #0e5a5a;
	font-family: georgia, serif;
	font-size: 48px;
	font-weight: normal;
	padding: 0 30px 5px 0;
	text-align: right;
	text-transform: capitalize;
}
#body > ul li div:first-child h3 a {
	color: #0e5a5a;
	text-decoration: none;
}
#body > ul li div:first-child h3 a:hover {
	color: #009999;
}
#body > ul li div:first-child p {
	padding: 0 30px 0 0;
	text-align: right;
}
#body > ul li div ul {
	margin: 0;
	padding: 0;
}
#body > ul li div ul li {
	background: url(/uploads/image/athdimages/bullet.png) no-repeat 0 14px;
	border: 0;
	color: #464646;
	letter-spacing: 1px;
	line-height: 30px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
}
#body > ul li div img {
	border: 1px solid #fff;
	float: left;
	margin: 10px 18px 10px 0;
}
#body #blog {
	border-right: 1px solid #afafaf;
	float: left;
	margin: 27px 0 30px;
	min-height: 932px;
	padding: 0 40px;
	width: 599px;
}
#body #blog p {
	padding: 15px 0;
}
#body #blog p, #body #blog p a {
	color: #464646;
}
#body #blog p a:hover {
	color: #115858;
}
#body #blog b {
	color: #0e5a5a;
	display: block;
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#body #blog b a {
	color: #0e5a5a;
}
#body #blog b a:hover {
	color: #009999;
}
#body #blog img {
	border: 1px solid #fff;
}
#body #sidebar {
	float: left;
	margin: 27px 0 30px;
	padding: 0;
	width: 240px;
}
#body #sidebar div {
	border-top: 1px solid #afafaf;
	margin: 0;
	padding: 40px 0 40px 40px;
}
#body #sidebar div:first-child {
	border: 0;
	padding: 15px 0 40px 40px;
}
#body #sidebar div h3 {
	color: #464646;
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#body #sidebar div ul {
	margin: 0;
	padding: 0;
}
#body #sidebar div ul li {
	background: url(/uploads/image/athdimages/bullet.png) no-repeat 0 14px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
#body #sidebar div ul li a {
	color: #464646;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#body #sidebar div ul li a:hover {
	text-decoration: underline;
}
#body .content {
	margin: 0;
	min-height: 900px;
	overflow: hidden;
	padding: 40px;
}
#body .content h3 {
	color: #0e5a5a;
	font-family: georgia, serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#body .content p {
	color: #464646;
	padding: 0 0 30px;
}
#body .content p a {
	color: #464646;
}
#body .content p a:hover {
	color: #115858;
}
#body .content img {
	border: 1px solid #fff;
	display: block;
	float: right;
	margin: 5px 0 0 40px;
}
#body .content form {
	margin: 0;
	padding: 0;
}
#body .content form label {
	display: block;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0;
}
#body .content form label span {
	clear: both;
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	text-transform: capitalize;
	width: 108px;
}
#body .content form label input {
	background: #fff;
	border: 1px solid #bbb;
	float: left;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0 5px;
	width: 458px;
}
#body .content form label textarea {
	background: #fff;
	border: 1px solid #bbb;
	float: left;
	font-size: 14px;
	height: 275px;
	overflow: auto;
	padding: 5px;
	width: 458px;
}
#body .content form #send {
	background: url(/uploads/image/athdimages/interface.png) no-repeat 0 -35px;
	border: 0;
	display: block;
	height: 30px;
	margin: 0 0 0 117px;
	text-indent: -99999px;
	width: 130px;
}
#body .content form #send:hover {
	background-position: -135px -35px;
}
#boxscroll {
	width:251px; height:376px; position:absolute; left:25px; top:90px;
	overflow: auto;
	}
#footer {
border-top: 3px solid #04a0cf;
background:#fff;
margin: 0 auto;
margin-bottom:10px;
overflow: hidden;
padding: 15px 0;
width: 100%px;
/*-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
border-radius: 0 0 5px 5px;*/
box-shadow: 1px 1px 3px #aaa;
}
#footer ul {
	float: left;
	margin-left:5px;
	overflow: hidden;
	padding: 0;
}
#footer ul li {
	float: left;
	font-size:12px;
	list-style: none;
	border-right:1px solid #ffffff;
	margin: 0;
	padding: 0;
	color:#ffffff;
	margin-right:6px;
}
#footer ul li a {
	display: block;
	padding:0 5px;
}

#footer p {
	float: right;
	font-size: 12px;
	letter-spacing: 1px;
	margin: 0;
	padding-right:10px;
}
#footer p a{
color: #000;
}

.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% arial, helvetica, sans-serif;
	padding: .5em 1em .55em;
	/*-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);*/
}
.button:hover {
	text-decoration: none;
}
.myradius{
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:active {
	position: relative;
	top: 1px;
}
/*
.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
*/
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#666666', endcolorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#444444', endcolorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#000000', endcolorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#888888', endcolorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#757575', endcolorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#575757', endcolorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#ededed');
}
.white:hover {
	color: #998;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ffffff', endcolorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ededed', endcolorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#faa51a', endcolorstr='#f47a20');
}
.orange:hover {
	color:#fff;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f88e11', endcolorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f47a20', endcolorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#ed1c24', endcolorstr='#aa1317');
}
.red:hover {
	color:#fff;
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#c9151b', endcolorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#aa1317', endcolorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#00adee', endcolorstr='#0078a5');
}
.blue:hover {
	color:#fff;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#0095cc', endcolorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#0078a5', endcolorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f16c7c', endcolorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#cf5d6a', endcolorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#bf404f', endcolorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#7db72f', endcolorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#6b9d28', endcolorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#4e7d0e', endcolorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#feb1d3', endcolorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f4aacb', endcolorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:dximagetransform.microsoft.gradient(startcolorstr='#f171ab', endcolorstr='#feb1d3');
}
#damilink ul li a{
display:block;
float:left;
height:24px;
linke-height:24px;
font-size:13px;
}

#client_apk ul li{
display:block;
float:left;
width:150px;
height:150px;
text-align:center;
margin:10px;
}

#client_book ul{
        width: 100%;
        box-sizing: border-box;
        column-count: 3;
        column-gap:30px;
        padding: 0 20px;
margin-top:20px;		
}

#client_book ul li{
box-sizing: border-box;
        overflow: hidden;
        break-inside: avoid;        
        padding: 6px 0;	
text-align:center;		
}
.myinput{height:25px;line-height:25px; padding-left:5px;}
.progress {
  overflow: hidden;
  height: 22px;
  margin-bottom: 22px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#f5f5f5', endcolorstr='#f9f9f9', gradienttype=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 22px;
  line-height:22px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -ms-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(top, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#149bdf', endcolorstr='#0480be', gradienttype=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -ms-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-success .bar {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:dximagetransform.microsoft.gradient(startcolorstr='#62c462', endcolorstr='#57a957', gradienttype=0);
}
.progress-success.progress-striped .bar {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}