html {
	background:url(../images/bg2.jpg) top left no-repeat;
}
body, input, select, textarea {
	font-size: 12px;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #828282;
	/*text-sh_adow: white 1px 1px 0;*/
	outline: none;
}
input::-moz-focus-inner{border:0;}

a {
	cursor: pointer;
	outline:none; 
	color:#3366CC;
	blr:expression(this.onFocus=this.blur()); /*chrome*/
	text-decoration: none;
}
iframe {
	display:none;
}
img {
	border:0px;
}
ul, li {
	list-style: none;
	margin:0px;
	padding:0px;
}
._c:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
}
pre, code {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a.button, a.button2 {
	width:93px;
	height:20px;
	padding:5px 0px;
	border:0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	background:url(../images/but.gif) no-repeat -3px -34px;
	font-family: Arial;
	color:#73889B;
	display:inline-block;
	line-height: 20px;
}
a.button:hover {
	background:url(../images/but.gif) no-repeat -3px -2px;
}
a.button2 {
	width:63px;
	color:#6D7A92;
	font-weight:normal;
	background:url(../images/but2.gif) no-repeat -3px -34px;
}
a.button2:hover {
	background:url(../images/but2.gif) no-repeat -3px -2px;
}
.input {
	width:500px;
	font-size:16px;
	padding: 5px;
	margin: 0px;
	height:58px;
	background: white url(../images/bg-textbox.gif) top center repeat-x;
	color: #555;
	border: 1px solid #CCC;
	outline: 0;
	font-size:14px;
	outline:none;
	overflow:auto;
	font-family: Arial;
}
.button {
	background-color: #AE9BC4;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	border: solid 1px #736592;
	letter-spacing: 1px;
	padding: 0px 22px;
	*padding: 2px 12px;
	height: 33px;
	text-sh_adow: none;
	margin:3px 0px;
	cursor: pointer;
	display:inline-block;
	blr:expression(this.onFocus=this.blur());
}
.button:hover {
	background-color: #B6A5C9;
}
 /* Firefox */
select:-moz-focusring {
    color: transparent;
    text-sh_adow: 0 0 0 #000;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
 /* IE6/7 */
button.button, input.button {
	filter:chroma(color=#000000);
}
input {
	outline: none; 
}
/*******2014-3-26*********/
/*** Form ******/
#form .name {
	display:inline-block;
	width:50px;
	text-align:left;
	height:20px;
}
#register_form .name, #forgotten_password_form .name, #change_pass_form .name{
	width:60px;
}
#form .value label {
	display:inline-block;
	margin-right:5px;
	font-size:12px;
	color:#889697;
	height:20px;
}
#form .value label b {
        color:#FF0000;
		_font-size:9px;
}
#content #form p {
	margin:12px 0px;
}
#form select {
	color:#7C7C7C;
	padding:4px;
	margin: 0 13px 0 0px;
}
#form textarea {
	margin: 0 13px 0 0px;
	border:1px solid #BFBFBF;
	color:#7C7C7C;
	padding:4px;
	border-radius: 3px;
}

#form select option {
	padding:2px 4px;
}

#notice_info {
	background:rgb(255, 252, 250);
	padding:10px;
	margin:15px 0px;
	width:690px;
	border:1px solid rgb(235, 235, 235);
	border-radius: 5px;
	display:inline-block;
}
#notice_info p{
	height:20px;
	margin-left:3px;
}
#notice_info div{
	margin:5px 0px;
}
.notice, .success, .warning {
	width:520px;
	background:url(../images/notice.gif) top right no-repeat rgb(255, 255, 245);
	font-size:12px;
	padding:18px;
	border:1px solid rgb(252, 234, 218);
	line-height:18px;
	margin-bottom:25px;
	margin-right:20px;
	border-radius:8px;
	color:#7B898E;
}
.success {
	background:url(../images/right.gif) top right no-repeat #F9FFF4;
	border:1px solid #D1F1BA;
}
.warning {
	background:url(../images/warning.gif) top right no-repeat #FFFDFB;
	border:1px solid #FFD9CA;
}
.notice font {
	margin-right:20px;
	margin-top:10px;
}
.notice .t,  .success .t , .warning .t{
	font-size:14px;
}
.input_new, .input_new2, .input_pass_new {
    background-image: url("../images/bg_input.gif");
    background-repeat: no-repeat;
    border: 0 none;
    display: inline;
    font-size: 12px;
    height: 18px;
    margin: 0;
    padding: 5px;
    width: 254px;
    margin-right:5px;
	color:#7C7C7C;
}
.input_pass_new {
	font-size:12px;
}
.input_new2 {
    background-image: url("../images/bg_input2.gif");
    height: 17px;
    width: 84px;
}

.error, .red {
	color: #F60;
}
.ico {
    display: inline-block;
    height: 16px;
    line-height: 9000px;
    margin-left: 10px;
    overflow: hidden;
    vertical-align: middle;
    width: 16px;
}
.ico_error {
    background: url(../images/ico2.gif) repeat scroll -5px -6px transparent;
}
.menu_select_time {
	display: inline-block;
	text-align: center;
	margin: 0px;
	background: rgb(250, 250, 250);
	padding: 0px 5px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 3px;
	color:#969696;
}


/***********************************/
#top {
    border-bottom: 2px solid #d9d9d9;
    background: #f0f2f5;
    margin-bottom: 18px;
    width:100%;
}
#top_name {
    font-size: 12px;
    padding: 8px 20px;
    border-right: 1px solid #cdcdcd;
    display: inline-block;
    margin: 0px;
    color: #9b9b9b;
    font-weight: bold;
}
#top a {
    padding: 8px 12px;
    display: inline-block;
    border-right: 1px solid #cdcdcd;
    background: #ffffff;
    margin: 0px;
    transition: background 0.8s;
    background-image: linear-gradient(180deg, #ffffff 49%,#f8f8f8 81%);
}
#top a:hover {
    background: #f4f4f4;
}
#top font {
    color: #999797;
    margin-left: 4px;
}
#top b {
    color: #ffffff;
    margin-right: 3px;
    background: #18bd82;
    font-size: 14px;
    border-radius: 3px;
    padding: 1px 5px 1px 4px;
}
#header {
	height: 155px;
	text-align: left;
	width:1024px;
	margin:10px auto;
	position: relative;
	z-index: 1000;
}
#header #account {
    position: absolute;
	top: 10px;
	right: 0px;
}
#header #account a{
	font-size:12px;
	color: #7d819e;
	background: #f6f5f8;
	padding:10px 15px;
	float:left;
	height: 14px;
	overflow: hidden;
}
#header #account a#https{
	border-left:1px solid #fff;
	background:#F0F2F5;
	padding:10px 10px;
}
#header #account a#https img{
	opacity: 0.5;
	filter: alpha(opacity=50);
	margin-top:-3px;
}
#header #account a#https:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#header #account a#register {
	background: #f6f5f8;
	color: #8d90ad;
}
#header #account a#register:hover{
	background:#F9F5FA;
}
#header #account a#login{
	border-left:1px solid #fff;
	background:#F1EEF2;
}
#header #account a#login:hover{
	background:#F5F1F5;
}

#header a.logo {
    background: url(/View/images/amh_logo.gif) no-repeat 8px -1px;
    background-size: 190px;
    overflow: hidden;
    display: inline-block;
    width: 431px;
    margin-left: -25px;
    height: 83px;
    margin-top: 0px;
    padding: 0px;
    position: relative;
}
#header a.logo b {
    margin-left: 51px;
    margin-top: 27px;
    background: url(/View/images/amh_logo_star.gif) no-repeat 0px 0px;
    width: 21px;
    height: 21px;
    background-size: 21px;
    opacity: 1;
    animation-play-state: paused;
    display: inline-block;
}
#header a.logo i {
    float: right;
    width: 49px;
    background: #fcf1f1;
    margin-top: 8px;
    font-size: 13px;
    margin-right: 197px;
    border: 1px solid #cda2a2;
    border-radius: 3px;
    color: #a27272;
    transform: skew(-10deg) scale(0.85) translateX(-10%);
    font-style: normal;
    text-align: center;
    background-image: linear-gradient(90deg, #f6baba -45%,#ffffff 100%);
    animation-play-state: paused;
}
#header a.logo:hover b{
    animation-name: amh_logo;
    animation-duration: 2.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
} 
#header a.logo_i b {
    animation-name: amh_logo3;
    animation-duration: 2.6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-play-state: running;
}
@keyframes amh_logo{ 
    56% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 51px; margin-top: 27px; filter:blur(0px);  }
    60% { transform: rotate(360deg); width: 33px; height: 33px; background-size: 33px; margin-left: 46px; margin-top: 20px; filter:blur(1.6px); }
    68% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 51px; margin-top: 27px; filter:blur(0px);   }
}
@keyframes amh_logo3{ 
    56% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 51px; margin-top: 27px; filter:blur(0px);  }
    60% { transform: rotate(360deg); width: 33px; height: 33px; background-size: 33px; margin-left: 46px; margin-top: 20px; filter:blur(1.6px); }
    68% { transform: rotate(360deg); width: 21px; height: 21px; background-size: 21px; margin-left: 51px; margin-top: 27px; filter:blur(0px);   }
}
#header_body .navigation_top a.logo:hover i{
    animation-name: amh_logo_name;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: alternate;
}
@keyframes amh_logo_name{ 
    0% { background-image: linear-gradient(90deg, #f6baba -45%,#ffffff 100%); }
    20% { background-image: linear-gradient(70deg, #f6baba -45%,#ffffff 100%); }
    40% { background-image: linear-gradient(50deg, #f6baba -45%,#ffffff 100%); }
    60% { background-image: linear-gradient(30deg, #f6baba -45%,#ffffff 100%); }
    80% { background-image: linear-gradient(10deg, #f6baba -45%,#ffffff 100%); }
    100% { background-image: linear-gradient(0deg, #f6baba -45%,#ffffff 100%); }
}


#header #amh {
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    display: inline-block;
    width: 266px;
    position: absolute;
    left: 172px;
    bottom: 24px;
}
#header #amh span {
    font-size: 25px;
    display: block;
    margin-top: 0px;
    left: 189px;
    font-style: italic;
    color: #b6b6b6;
}
#header #amh #amh_love_you {
    animation: 25s normal infinite running love;
}
#header #amh .amh {
    font-size: 22px;
    color: #c3c3c3;
}
#header #amh .love {
    font-size: 20px;
    color: #c5c5c5;
}
#header #amh .you {
    font-size: 19.5px;
    color: #cdcdcd;
}
#header #amh font {
     margin-left: 1px;
}
@keyframes love {
    0% {
        margin-top: 0px;
    }
    25% {
        margin-top: 0px;
    }
    28% {
        margin-top: -26px;
    }
    55% {
        margin-top: -26px;
    }
    58% {
        margin-top: -52px;
    }
    75% {
        margin-top: -52px;
    }
    78% {
        margin-top: -78px;
    }
    96% {
        margin-top: -78px;
    }
}

/*********************************/
#navigation {
	text-align: left;
	margin: 10px 0px;
}
#navigation a {
	margin: 5px 0px;
	padding: 15px 18px;
	font-size: 14px;
	color: #979BB6;
	float:left;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
#navigation a#amh_index {
	background: #e9e9f2;
	border-left:1px solid #fff;
}
#navigation a#amh_index:hover {
	background: #E3E3EE;
}
#navigation a#amh_news {
}
#navigation a#amh_news:hover {
}
#navigation a#amh_install {
	padding: 15px 14px;
	background: #eeeef5;
}
#amh_install font {
	display:inline-block;
	background: #FF909A;
	margin-left: 5px;
	color: #fff;
	padding: 0px 3px;
	font-size: 12px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 3px;
}
#navigation a#amh_install:hover {
	background: #F1EEF2;
}
#navigation a#amh_demo {
	background: #f6f5f8;
}
#navigation a#amh_demo:hover {
	background: #F4F1F5;
}
#navigation a#amh_price {
	background: #f9f8f9;
}
#amh_price font {
	display: inline-block;
    background: #9288c7;
    margin-left: 5px;
    color: #fff;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    border-radius: 3px;
}
#navigation a#amh_price:hover {
	background: #F9F7F9;
}
#navigation a#amh_doc {
	background: #fdfbfa;
}
#navigation a#amh_bbs {
	background: #FCFCFC;
	border-right:1px solid #fff;
}
#navigation a#amh_sell {
	padding:15px 12px;
}
#amh_ssl font, #amh_sell font {
	display:inline-block;
	background: #63CBA2;
	margin-left: 5px;
	color: #fff;
	padding: 0px 2px;
	font-size: 12px;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#amh_sell:hover font {
	opacity: 1;
	filter: alpha(opacity=100);
}
#navigation a {
	position: relative;
	_overflow-x: hidden;
}
#navigation a i{
	display:block;
	position:absolute;
	border-bottom:2px solid #E0DEE9;
	bottom:-2px;
	transition:width 260ms, left 260ms, right 260ms;
	-moz-transition:width 260ms, left 260ms, right 260ms;
	-webkit-transition:width 260ms, left 260ms, right 260ms;
	-o-transition:width 260ms, left 260ms, right 260ms;
}
#navigation a {
	transition:background 260ms, color 260ms;
	-moz-transition:background 260ms, color 260ms;
	-webkit-transition:background 260ms, color 260ms;
	-o-transition:background 260ms, color 260ms;
}
#navigation a:hover {
	color:#7C82A3;
}

#navigation a.left i {
	left:0;
	width:0%;
}
#navigation a.left:hover i {
	left:0;
	width:100%;
}

#navigation a.right i {
	right:0%;
	width:0;
}
#navigation a.right:hover i {
	right:0%;
	width:100%;
}

#navigation a#amh_module {
	padding:8px 12px 0px 12px;
}
#navigation a#amh_module span{
    font-size: 12px;
    line-height: 22px;
    color: #BBBBBB;
}
#amh_module font {
	display:inline-block;
	background: #AC96CB;
	margin-left: 5px;
	color: #fff;
	padding: 0px 3px;
	font-size: 13px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	border-radius: 3px;
}
#amh_module:hover font {
	opacity: 1;
	filter: alpha(opacity=100);
}
#amh_bbs font {
	display:inline-block;
    background: #2bb26a;
    color: #fff;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 5px;
    margin-left: 4px;
    margin-top: 2px;
    float: right;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
#amh_bbs:hover font {
	opacity: 1;
	filter: alpha(opacity=100);
}
.new_n {
    background: #2bb26a;
    color: #fff;
    padding: 0px 4px;
    font-size: 12px;
    border-radius: 5px;
}
.new_n {
	animation-name: new_msg;
	animation-duration: 1.3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 2;
	animation-play-state: running;
} 
@keyframes new_msg{ 
	1% { opacity: 0.8;  }
    55% { opacity: 0.2;  }
    85% { opacity: 1;  }
}
#header_search {
	float:right;
	position: absolute;
	right:00px;
	top: 120px;
	margin-top:0px;
}
#header_search a {
	color: #7C7C7C;
}
#header_search img{
	margin:0px 0px 3px 0px;
}
#header_search form {
	margin:0px;
	position: relative;
}
#search_input {
	border:1px solid #c9c9c9;
	width:180px;
	padding:6px;
}
#header_search #search_submit {
	border: 0px;background: url(../images/search.gif) no-repeat top right;
	height:30px;
	width:30px;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}

/*********************************************************************/
#content {
	width:1000px;
	margin:20px auto;
	color:#65737E;
	position: relative;
	/*margin-top: -90px;*/
}
#content #content_title{
	height:70px;
}
#content .left{
	float: left;
	margin-right:10px;
}
#content .right{
	float: left;
	color:#B4B4B4
}

#content h1{
	color: #928F9E;
	font-size:30px;
	font-weight:normal;
	margin: 12px 0px 5px 0px;
}
#content p{
	margin:7px 15px;
	font-size:12px;
}
#content p i{
	font-size: 22px;
	color: #B0BCC6;
	margin-right: 5px;
}
#content_left {
	float:left;
	width: 880px;
	line-height: 23px;
	padding-top:5px;
	margin-bottom:35px;
}
#content_left p.title, #content_left div.title{
	font-size: 16px;
	margin-top: 20px;
	margin-left: 5px;
}
#content_left p.title em, #content_left div.title em{
	font-size:10px;
}
#content p {
	margin: 7px 15px;
	font-size: 12px;
	line-height:21px;
}
#content_left.FeedbackList p {
	margin:0px;
}
#content_left.FeedbackList pre {
	margin:3px;
}
#content_left.FeedbackList pre.Reply {
	background:#FFFEF0;
	border:1px solid #DDDDDD;
	padding:5px;
	border-radius: 10px;
}
#content_left.FeedbackList div.Reply {
	margin:5px 0px 20px 20px;
	width:550px;
}
.red {
	color:red;
}


#content_right {
	float:right;
}



#bbs {
	color:#6D8394;
	width:1000px;
	margin:50px auto;
	text-align:left;
	font-size:14px;
	padding:5px 40px;
	line-height:26px;
}
#bbs .title{
	font-size:22px;
	font-weight:normal;
	margin-bottom:5px;
	display:block;
	color: #8E8496;
}
#bbs #last_post {
	font-size: 12px;
	width: 66%;
	margin: 0px 30px 0px 20px;
	background:  url(/bbs/static/image/common/icon_quote_s.gif) no-repeat 20px 6px;
	padding: 10px 60px;
}
#bbs #last_post b{
	font-weight:normal;
	font-size:18px;
}
#bbs i{
	color:green;
	margin-left:10px;
	font-size:12px;
}


#right_navigation {
	background:#FDFDFD;
    width:229px;
	font-size:12px;
	display:none;
}
#right_navigation div{
	background: url(../images/right_navigations.gif) #fff repeat bottom left;
}
#right_navigation a{
	margin:0px;
	padding:6px 0px 6px 5px;
	height:auto;
	_height:28px;
	border-bottom:1px solid #FDFDFD;
	color: #6588A5;
	display:block;
	width:225px;
	text-decoration:none;
}
#right_navigation a em{
	color:#BBBDCC;
	font-size:10px;
}
#right_navigation a:hover {
	background: url(../images/right_navigation.gif) repeat top left;
}
#right_navigation a:hover b{
	color:#53748E;
}
#right_navigation a:hover i{
	filter:alpha(opacity=100);
	opacity: 1;
}
#right_navigation a i {
	filter:alpha(opacity=70);
	opacity: 0.7;
	margin-right:5px;
}
#right_navigation a i, #right_navigation a b{
	width:25px;
	display:inline-block;
	float:left;
	height:25px;
}
#right_navigation a b {
	width:auto;
	margin:5px 0px 0px 8px;
	font-weight:normal;
	float:left;
	height:auto;
}
#right_navigation a.link {
	display: inline;
	line-height: 25px;
	border: 0px;
	margin-left: 7px;
}
#right_navigation a.link:hover {
	background:none;
}
#right_navigation a.link_head {
	background: url("../images/right_navigation.gif") repeat top left;
	font-size: 14px;
	height: 22px;
	cursor: default;
	line-height: 28px;
}

.download i{
	background:url(../images/ico.gif) no-repeat -2317px -8px;
	margin-top:5px;
}
.news i{
	background:url(../images/ico.gif) no-repeat -181px -8px;
}
.doc i{
	background:url(../images/ico.gif) no-repeat -2149px -8px;
}
.website i{
	background:url(../images/ico.gif) no-repeat -1933px -8px;
}
.feedback i{
	background:url(../images/ico.gif) no-repeat -2245px -8px;
}
.plug i{
	background:url(../images/ico.gif) no-repeat -2898px -8px;
}
.templet i{
	background:url(../images/ico.gif) no-repeat -302px -8px;
}



#footer {
	height:200px;
	border-top: 1px solid #f5f5f5;
	background: #f9f9f9;
}
#footer_item_list {
	width:1000px;
	margin:0px auto;
	padding:20px 0px;
	/*background: url(../images/logo_ico.gif) no-repeat right top #f9f9f9;*/
}
#footer_item_list .link {
	float:left;
	margin-right:80px;
}
#footer_item_list .link li{
	line-height:25px;
}
#footer_item_list .link .title{
	color: #666;
	font-size:14px;
}


#footer_bottom {
	background:#f5f5f5;
	border-top: 1px solid #eee;
	font-size: 11px;
	text-align:center;
	margin:0px auto;
	padding:10px 0px;
	color: #A2A2A2;
}
a#account_but {
	bottom:135px;
	right:30px;
	position: fixed;
	_position:absolute; 
	_top:expression(documentElement.scrollTop+documentElement.clientHeight - this.offsetHeight-135);
}
a#account_but img{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
a#account_but:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/**** STable ******/
#STable {
	font-size:12px;
	width:98%;
	background:rgb(238, 238, 238);
}
#STable th{ 
	border-bottom: 3px solid rgb(200, 208, 213);
	padding:3px 0px;
	border-bottom:0px;
	font-weight:normal;
	background:url(../images/table_th.gif) repeat top left;
	font-size:12px;
	text-align:center;
}
#STable td{ 
	padding:3px 0px;
	text-align:center;
	/*font-size:11px;*/
	line-height:19px;
	height:30px;
}
#STable td.font_small{ 
	font-size:12px;
}
#STable tr{
	background:#FFFFFF;
}
#STable tr.row{ 
	background:#FCFCFC;
}
#STable font.i {
	color:#B3B3B3;
}

/**** Account ******/
#account_right {
	width:auto;
	float:left;
	margin-left:50px;
}
#account_right a{
	color: #3284AB;
}
#account_right a.px {
	font-size:22px;
	margin:5px;
	font-style:italic;
}
#account_right font.px2{
	font-size:18px;
	color:#868686;
	margin:3px;
	font-style:italic;
}
font.price{
	font-size: 22px;
	color:#FF6600;
}
font.price2{
	font-size: 18px;
	color: rgb(236, 158, 96);
}
/* page_list **********/
#page_list {
	width:900px;
	margin:10px 0px;
	text-align:left;
	font-size:12px;
}
#page_list a:hover {
    background: #fff;
}
#page_list a#page_now {
    background: #ecf4f6;
    border: 1px solid #8A99A2;
}
#page_list a {
    padding: 2px 8px;
    margin: 1px 3px;
    border-radius: 3px;
    border: 1px solid #b6b6b6;
    background: #fafafa;
}

/* dev_list *************/

#dev_list {
	height:160px;
	margin-top:30px;
}
#dev_list a {
	display:inline-block;
	border:1px solid #E4E4E4;
	width:220px;
	padding:5px;
	text-align:center;
	margin-right:20px;
	border-left:3px solid #E0DFE2;
	background: #FAFBFC;
	color:#8B99B6;
}
#dev_list a:hover{
	background: #fff;
	border-left:3px solid #E8E3EC;
}
#dev_list a h2{
	margin:0px;
	padding:0px;
	font-size: 18px;
}

#dev_list a p{
	color:#95AAAE;
	margin:0px;
}

/* tab_show *************/
#tab_show {
	margin:35px 0px 10px;
}
#tab_show ul {
	width:98%;
	height:50px;
	border-bottom:1px solid #C9C0C6;
	padding:0px;
	height: 38px;
	padding-left:20px;
	overflow: hidden;
}
#tab_show ul li{
	padding: 7px 15px;
	_padding-top: 9px;
	float:left;
	border:1px solid #C9C0C6;
	border-bottom:0px;
	margin-right:8px;
	background: #EEE6E8;
	display:inline-block;
	cursor: pointer;
	font-size:14px;
	margin-top: 1px;
	overflow: hidden;
}
#tab_show ul li.active{
	background: #FCF7F8;
}
#tab_show ul li span{
	font-size:12px;
	color:#fff;
	padding:0px 5px;
	display:inline-block;
	margin-left:20px;
	background:#ADBBCC;
}
#tab_show font.code {
	background: #FFF9F9;
	border: 1px solid #D1D1D1;
	display: inline-block;
	padding: 5px;
}
input.code {
	background: #FFF9F9;
	border: 1px solid #D1D1D1;
	display: inline-block;
	padding: 8px;
	width:535px;
}
#tab_show .show_item {
	display:none;
}

/* amh_panel *********************/
#amh_feature {
    font-size: 17px;
    color: #573f3f;
    height: 94px;
}
#amh_feature h1 {font-size: 27px;margin-bottom: 27px;color: #89869f;font-weight: bold;}
#amh_feature h1 span {font-size: 15px;border-radius: 24px;padding: 7px 9px;background: #f4f4f7;color: #783185;border: 1px solid #d09e9e;vertical-align: 5px;margin-left: 4px;font-weight: normal;background-image: linear-gradient(334deg, #fffcfc 49%,#ffeffc 81%);box-sh_adow: 0px 0px 0px 3px #ead8e2;}
#amh_feature i {
    font-style: normal;
    font-weight: bold;
    font-size: 43px;
    margin: 0px 4px 0px 7px;
    vertical-align: -7px;
    color: #d0708e;
    font-family: "Helvetica Neue";
}

#amh_panel {
    margin: 35px 0px 0px -3px;
    width: 1014px;
}

#amh_panel .amh_item{
    margin: 0px 0px 44px 0px;
    background: #ffffff;
    background-image: linear-gradient( 90deg, #fbf7f6 -6%,#ffffff 78%);
    width: 463px;
    padding: 1px 14px 12px;
    float: left;
    height: 227px;
    border: 1px solid #d8d8d8;
    border-left: 1px solid #a68e8e;
    border-radius: 17px;
}
#amh_panel h2{
    padding-left:55px;
    background: url(/View/images/amh_li.gif) no-repeat;
    background-size: 176px;
    padding-top: 12px;
    height: 28px;
    width: 200px;
    color: #6e6e6e;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 10px;
}
#amh_panel p{
    font-size: 13px;
    margin: 10px 0px -4px 13px;
}
#amh_panel .font{
    font-size:12px;
    color: #979797;
}
#amh_panel .amh_01 h2{background-position: -66px -62px;}
#amh_panel .amh_02 h2{background-position: -65px -114px;}
#amh_panel .amh_03 h2{background-position: -65px -229px;}
#amh_panel .amh_04 h2{background-position: -70px -164px;}
#amh_panel .amh_05 h2{background-position: -65px -290px;}
#amh_panel .amh_06 h2{background-position: -65px -348px;}
#amh_panel .amh_07 h2{background-position: -65px -396px;}
#amh_panel .amh_08 h2{background-position: -65px -456px;}
#amh_panel .amh_01, #amh_panel .amh_03, #amh_panel .amh_05, #amh_panel .amh_07 {
	margin-right: 28px;
}
