@charset "utf-8";
* html, * html body {
	background-image: url(about:blank);
	background-attachment: fixed;
}
.fixed-top {
	position: fixed;
	z-index: 9999;
	top: 0
}
* html .fixed-top {
	position: absolute;
	bottom: auto;
 top:expression(eval(document.documentElement.scrollTop));
}
* html {
	overflow-x: hidden
}
/**
 * header
 */
#header {
	width: 100%;
	background-color: #3C96EE;
	background-image: -moz-linear-gradient(#3C96EE, #196DBF);
	background-image: -ms-linear-gradient(#3C96EE, #196DBF);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3C96EE), color-stop(100%, #196DBF));
	background-image: -webkit-linear-gradient(#3C96EE, #196DBF);
	background-image: -o-linear-gradient(#3C96EE, #196DBF);
	background-image: linear-gradient(#3C96EE, #196DBF);
	-pie-background: linear-gradient(#3C96EE, #196DBF);
	box-shadow: 0 2px 2px rgba(0,0,0,.15);
}
.ie7 #header {
	left: -2px;
	top: -2px;
}
.ie6 #header {
	left: 0;
	width: 100%;
}
#nav {
	background: none;
	border-radius: 0;
	box-shadow: none
}
.ie #nav {
	-pie-background: none !important
}
.logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 40px;
	z-index: 15;
	background: url(../images/logo-white.png) no-repeat 10px center;
	text-indent: -9999px;
}
#nav .sub-nav {
	font-size: 0;
	padding-left: 150px;
}
#nav .sub-nav li {
	display: inline-block;
 *display: inline;
 *zoom:1;
	position: relative;
}
#nav .sub-nav li a {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	width: 88px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .35)
}
.ie7 #nav .sub-nav .menu-item, .ie6 #nav .sub-nav .menu-item {
	display: block;
	float: left
}
#nav .sub-nav li a:hover {
	text-decoration: none;
	background: rgb(75,150,220);
	background: rgba(255,255,255,.15);
}
#nav .sub-nav .menu-item .sub-menu {
	top: -9999px;
	opacity: 0;
	position: absolute;
	z-index: 2;
	background: rgba(25, 109, 191,.95);
	-pie-background: rgba(25, 109, 191,.95);
	box-shadow: 0 5px 5px rgba(0,0,0,.1);
	border-radius: 0 0 3px 3px;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
	-o-transition: opacity .5s ease;
	transition: opacity .5s ease;
	width: 88px;
}
#nav .sub-nav .hover {
	background: rgba(25, 109, 191,.95);
	-pie-background: rgba(25, 109, 191,.95);
}
#nav .sub-nav .hover .sub-menu {
	left: 0;
	top: 40px;
	opacity: 1;
}
#nav .sub-nav .sub-menu li {
	display: block;
	padding: 0
}
#nav .sub-nav .sub-menu li a {
	display: block;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
}
#nav .sub-nav .sub-menu li a:hover, #nav .sub-nav .hover a:hover {
	background: #3C96EE;
	color: #fff;
	text-decoration: none;
}
.top-nav li {
	font-size: 12px;
	height: 20px;
	padding: 10px;
	position: relative;
	z-index: 18;
	line-height: 20px;
}
.top-nav li a, .top-nav li a:visited {
	color: #FFF
}
.top-nav .hover, .top-nav .menu-item .sub-menu {
	background: rgba(25, 109, 191,.95);
	-pie-background: rgba(25, 109, 191,.95);
}
.top-nav .sub-menu {
	width: 80px;
}
.top-nav .hover .sub-menu {
	top: 40px;
}
.top-nav .sub-menu li {
	height: auto
}
.top-nav .sub-menu li a {
	display: block;
	padding: 5px 10px;
	height: 20px;
}
.content {
	padding-top: 40px;
}
/**
 * left
 */
#left {
}
.widget {
	border-right: 1px solid #eee;
	background: #fdfdfd;
	box-shadow: 3px 0 3px rgba(0,0,0,.02)
}
.app-list {
}
.app-list li {
	position: relative;
	margin-bottom: 1px;
}
.app-list .app {
	display: block;
	padding: 5px 45px 5px 1px;
	color: #333;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
}
.app-list .current, .app-list .app:hover {
	background-color: #ededed;
	text-decoration: none;
}
.app-list .current {
	font-weight: 700;
}
.app-list .act {
	position: absolute;
	white-space: nowrap;
	right: 20px;
	top: 0;
	line-height: 24px;
	height: 24px;
	color: #69768C;
}
.app-list .app-icon {
	margin: 0 8px;
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: -4px;
	background: url(../images/app-icon.png) no-repeat 0 0;
}
.app-list li:hover .app-icon {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.app-list .ico-shop {
	background-position: 0 -16px;
}
.app-list .ico-trade {
	background-position: 0 -32px;
}
.app-list .ico-answer {
	background-position: 0 -48px;
}
.app-list .ico-msg {
	background-position: 0 -64px;
}
.app-list .ico-favorite {
	background-position: 0 -80px;
}
.app-list .ico-wallet {
	background-position: 0 -96px;
}
.app-list .ico-friend {
	background-position: 0 -112px;
}
.app-list .ico-blog {
	background-position: 0 -128px;
}
.app-list .ico-setup {
	background-position: 0 -144px;
}
.app-list .unread {
	border-radius: 3px;
	background-color: #cb4437;
	border: 1px solid #ffffff;
	color: #fff;
	min-width: 22px;
	text-decoration: none;
	text-align: center;
	height: 22px;
	margin: 1px 0;
	line-height: 22px;
	-webkit-animation: wing-anim 1s;
	-moz-animation: wing-anim 1s;
	-ms-animation: wing-anim 1s;
	-o-animation: wing-anim 1s;
	animation: wing-anim 1s;
}
@-moz-keyframes wing-anim {
 0% {
line-height:0;
opacity:0;
}
 100% {
line-height:22px;
opacity:1
}
}
@-webkit-keyframes wing-anim {
 0% {
line-height:0;
opacity:0;
}
 100% {
line-height:22px;
opacity:1
}
}
@-o-keyframes wing-anim {
 0% {
line-height:0;
opacity:0;
}
 100% {
line-height:22px;
opacity:1
}
}
@-ms-keyframes wing-anim {
 0% {
line-height:0;
opacity:0;
}
 100% {
line-height:22px;
opacity:1
}
}
@keyframes wing-anim {
 0% {
line-height:0;
opacity:0;
}
 100% {
line-height:22px;
opacity:1
}
}
/**
 * right
 */
#right {
}
.tabs {
	padding-left: 10px;
}
.table {
	width: 100%;
	font-size: 12px;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}
.table tbody tr {
	background: #FFF
}
.table tbody td {
	line-height: 25px;
	text-align: left;
	padding: 3px 10px;
	color: #666;
	border-bottom: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}
.table thead th {
	line-height: 30px;
	padding: 0 10px;
	color: #444;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	-webkit-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1.0);
	-moz-box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1.0);
	box-shadow: inset 0px 1px 0 rgba(255, 255, 255, 1.0);
	background: #f3f3f3;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fafafa), to(#f3f3f3));
	background: -moz-linear-gradient(top, #fafafa, #f3f3f3);
	background: -ms-linear-gradient(top, #fafafa, #f3f3f3);
}
.table tfoot td {
	line-height: 19px;
	padding: 7px 8px;
	background: #fafafa;
	border-top: 1px solid #e1e1e1;
	color: #777777;
	font-weight: 700;
}
.table thead .hover {
	background: #eaeaea;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.table thead .visited {
	background: #eaeaea;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.table tbody tr.hover td, .table tbody tr:hover td {
	border-bottom: 1px solid #d5e5f4;
	border-top: 1px solid #d5e5f4;
	background-color: #eaf2fa;
}
.table .date {
	font-size: 10px;
	color: #999;
}
.table .unread a {
	font-weight: 700;
	color: #4190e3;
}
.table .read a {
	font-weight: 100;
	color: #666;
}
.enquiry {
	padding: 10px;
	border: 1px solid #e0e0e0;
	color: #666;
	background-color: #f1f1f1;
	background-image: -webkit-gradient(radial, 100 36, 0, 100 -40, 120, from(#fafafa), to(#f1f1f1));
	border-bottom: 1px solid #666;
	border-color: #e5e5e5;
	border-radius: 3px 3px 0 0;
	position: relative;
	z-index: 0;
}
.enquiry2 {
	border-top: 0 none;
	border-radius: 0;
	background: #fafafa
}
.enquiry .text {
	display: inline-block;
	height: 27px;
 +height: 25px;
	line-height: 25px\9;
	margin: 0;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	vertical-align: middle;
	width: 100px;
}
.enquiry input.big {
	width: 120px;
}
.enquiry .text:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-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);
}
.enquiry .text:focus {
	outline: none;
	border: 1px solid #4d90fe;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}
.enquiry input[disabled=disabled] {
	border: 1px solid #e5e5e5;
	background: #f1f1f1;
}
.enquiry input[disabled=disabled]:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.enquiry input[readonly=readonly] {
	border: 1px solid #d9d9d9;
}
.enquiry input[readonly=readonly]:hover, input[readonly=readonly]:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.enquiry input.form-error {
	border: 1px solid #dd4b39;
}
.enquiry select {
	border: 1px solid #e1e1e1;
	padding: 3px;
	outline: none;
	border-radius: 3px;
	vertical-align: middle;
	margin: 0;
}
.enquiry p {
	margin-top: 5px;
}
.enquiry p:first-child {
	margin-top: 0;
}
.filter {
	font-size: 0;
}
.filter a {
	font-size: 12px;
	border-radius: 0
}
.filter a.selected, .filter a:hover {
	position: relative;
	z-index: 1;
}
.filter a:first-child {
	border-radius: 3px 0 0 3px;
}
.filter a:last-child {
	border-radius: 0 3px 3px 0
}
/**
* pagination
*/
.pagination {
	height: 36px;
	margin: 20px 0;
}
.pagination ul {
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05)
}
.pagination li {
	display: inline
}
.pagination a {
	float: left;
	padding: 0 14px;
	color: #333;
	background: #fff;
	line-height: 34px;
	text-decoration: none;
	border: 1px solid #ddd;
	margin-right: 5px;
	border-radius: 15px 15px 15px 0;
}
.pagination a:hover, .pagination .current a {
	background-color: #f5f5f5;
	color: #3C96EE;
	border-color: #3C96EE;
}
.pagination .current a {
	color: #999;
	cursor: default
}
.pagination .disabled span, .pagination .disabled a, .pagination .disabled a:hover {
	color: #999;
	cursor: default;
	background-color: #fff;
	border-color: #ddd;
}
/**/

/*支付表格*/
.pay-area {
}
.pay-box {
	background-color: #fff;
	padding: 20px;
}
.pay-box-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.pay-box-title .btn-link {
	border-left: 1px solid #eee;
	padding-left: 20px;
	margin-left: 20px;
}
.pay-table dl {
	padding: 0 0 15px 0;
	zoom: 1;
}
.pay-table dl:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}
.pay-table dt {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 90px;
	line-height: 34px;
	padding-right: 10px;
	text-align: right;
}
.pay-table dd {
	float: left;
	width: 627px;
}
.pay-table .ico-war {
	right: 642px;
}
.pay-table .popup-hint {
	right: 632px;
}
.pay-table .ipt-label {
	margin: 5px 30px 4px 0;
	position: relative;
}
.pay-table .ipt-label label, .pay-table .ipt-label input {
	cursor: pointer;
}
.pay-table .ipt-label label {
	font-size: 14px;
}
.pay-table .ipt-label input {
	width: 13px;
}
.pay-table .select-item {
	background-color: #4B88DC;
	background-image: url("../images/button_bg.png?v=1");
	background-repeat: repeat-x;
	background-position: 0 -99px;
	border: 1px solid #C5C5C5;
	border-radius: 2px;
	color: #333;
	cursor: pointer;
	float: left;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin: 2px 10px 0 0;
	min-width: 50px;
	text-decoration: none;
	text-align: center;
	padding: 0 10px;
	position: relative;
}
.pay-table .select-item:hover {
	color: #666;
	border-color: #A7A7A7;
	background-position: 0 -132px;
}
.pay-table .select-item .arrow, .pay-table .bank-list .arrow {
	background: url("../images/pay_icon.gif?v=3") 0 -20px;
	height: 20px;
	width: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}
.pay-table .select-active, .pay-table .select-active:hover {
	background-color: #ffeee2;
	background-image: none;
	border-color: #f60;
	box-shadow: inset 0 0 6px #f60;
	color: #f60;
}
.pay-table .select-active .arrow {
	display: block;
}
.pay-table .exp-item {
	padding: 0 10px 0 25px;
}
.pay-table .exp-item .exp {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 26px;
	padding: 1px 0;
	line-height: 12px;
	text-align: center;
	white-space: normal;
	word-wrap: break-word;
	font-size: 12px;
	font-style: normal;
	color: #FFF;
	background: #FF6337;
}
.pay-table .select-item-other {
	color: #666;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin-top: 2px;
}
.pay-table .select-item-other .text {
	padding: 7px 9px;
	margin: 0 5px;
	width: 50px;
	vertical-align: middle;
}
.bank-list {
    /*width: 682px;*/
    *padding-bottom: 15px;
}
.bank-list li {
	border: 1px solid #ddd;
	cursor: pointer;
	color: #6a6a6a;
	font-size: 14px;
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 1px;
	width: 136px;
	position: relative;
	margin: 0 -1px -1px 0;
}
.bank-list li input, .bank-list li label, .bank-list li .ico {
	float: left;
	cursor: pointer;
}
.bank-list li input {
	margin: 9px 5px 0 10px;
	width: 13px;
}
.bank-list .ico {
	background-image: url(../images/bank_ico.png);
	height: 18px;
	line-height: 12;
	overflow: hidden;
	width: 18px;
	margin: 7px 5px 3px 3px;
}
.icbc {
	background-position: 0 0;
}
.ico_cmb {
	background-position: -18px 0
}
.ico_ccb {
	background-position: -36px 0
}
.ico_abc {
	background-position: -54px 0
}
.ico_boc {
	background-position: -72px 0
}
.ico_spdb {
	background-position: -54px -18px
}
.ico_sdb {
	background-position: -108px -18px
}
.ico_cib {
	background-position: 0 -18px
}
.ico_bob {
	background-position: -126px -18px
}
.ico_ceb {
	background-position: -90px 0
}
.ico_comm {
	background-position: -36px -18px
}
.ico_cmbc {
	background-position: -90px -18px
}
.ico_citic {
	background-position: -126px 0
}
.ico_gdb {
	background-position: -72px -18px
}
.ico_pab {
	background-position: 0 -36px
}
.ico_post {
	background-position: -18px -18px
}
.ico_union {
	background-position: -27px -36px;
	width: 27px!important;
}
.ico_jsb {
	background-position: -54px -36px
}
.ico_srcb {
	background-position: -72px -37px
}
.ico_nbcb {
	background-position: -90px -36px
}
.ico_njcb {
	background-position: -108px -36px
}
.ico_hkb {
	background-position: -126px -36px
}
.ico_bosh {
	background-position: 0 -54px
}
.ico_hx {
	background-position: -18px -54px
}
.ico_hzb {
	background-position: -36px -54px
}
.ico_hkbea {
	background-position: -54px -54px
}
.ico_ordos {
	background-position: -72px -54px
}
.ico_cbhb {
	background-position: -108px -54px
}
.ico_jzb {
	background-position: -90px -54px
}
.ico_gdrcu {
	background-position: 0 -73px
}
.ico_nccb {
	background-position: -18px -73px
}
.ico_glccb {
	background-position: -36px -73px
}
.ico_bsb {
	background-position: -54px -73px
}
.ico_ynrcc {
	background-position: -72px -73px
}
.ico_gzcb {
	background-position: -90px -73px
}
.ico_cqrcb {
	background-position: -108px -73px
}
.ico_zjcb {
	background-position: -126px -73px
}
.bank-list .ico_cmcc, .bank-list .ico_unicom, .bank-list .ico_telecom {
	background-image: url(../images/bank_ico_mobile.png);
}
.ico_unicom {
	background-position: 0 -18px;
}
.ico_telecom {
	background-position: 0 -36px;
}
.bank-list .ico-large {
	float: left;
	height: 30px;
	width: 90px;
	margin: 1px;
}
.bank-list li label b {
	display: none;
}
.bank-list-recom li {
	width: 108px;
	margin-right: 10px;
}
.bank-list-recom li .ico-large {
	width: 70px;
}
.bank-list .check {
	background-image: url("../images/pay_icon.gif?v=3");
	background-position: 0 -20px;
	display: inline-block;
	height: 20px;
	width: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
}
.bank-list li:hover, .bank-list .focus {
	border: 2px solid #f60;
	padding: 0;
	z-index: 2;
}
.bank-list .focus .check {
	display: block;
}
.pay-table .bank-list .bank_other {
	font-size: 12px;
	line-height: 15px;
	margin-top: 7px;
}
.pay-table .webpay li input {
	margin-top: 15px;
}
.pay-table .show-all {
	float: left;
	height: 35px;
	width: 100%;
	margin: 0;
}
.pay-table .show-all p {
	height: 10px;
	border-bottom: 1px solid #eee;
	text-align: center;
	_border: 0;
}
.pay-table .show-all a {
	display: inline-block;
	background-color: #fff;
	padding: 0 10px;
}
.pay-table .show-all i {
	background-image: url("../images/pay_icon.gif");
	background-position: 0 -40px;
	display: inline-block;
	height: 5px;
	width: 12px;
	margin-left: 5px;
	overflow: hidden;
	vertical-align: middle;
}
.pay-table .show-all .close i {
	background-position: 0 -45px;
}
.pay-table .bank-list .paypal-desc {
	color: #f63;
	font-size: 12px;
	position: absolute;
	top: 2px;
	right: 10px;
}
.pay-total {
	background-color: #ffd9c0;
	border: 1px solid #ffac74;
	padding: 3px;
	width: 300px;
}
.pay-total .pay-total-box {
	background-color: #fff;
	color: #666;
	font-size: 12px;
	line-height: 24px;
	padding: 5px 10px;
}
.pay-total .money {
	color: #f60;
	font-size: 24px;
}
.pay-total .present {
	background-color: #f60;
	color: #fff;
	display: inline-block;
	line-height: 17px;
	margin-right: 5px;
	padding: 0 3px;
}
.pay-total em {
	color: #f60;
}
.pay-table .pay_btn {
	border-radius: 5px;
	background: #ff6600;
	background: -webkit-linear-gradient(top, #ff9a57, #ff6600);
	background: -moz-linear-gradient(top, #ff9a57, #ff6600);
	background: -ms-linear-gradient(top, #ff9a57, #ff6600);
	background: -o-linear-gradient(top, #ff9a57, #ff6600);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFff9a57', endColorstr='#FFff6600');
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
	width: 100px;
	border: 1px solid #f60;
}
.pay-table .pay_btn:hover {
	background: #ff4200;
	background: -webkit-linear-gradient(top, #fe954f, #ff4200);
	background: -moz-linear-gradient(top, #fe954f, #ff4200);
	background: -ms-linear-gradient(top, #fe954f, #ff4200);
	background: -o-linear-gradient(top, #fe954f, #ff4200);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfe954f', endColorstr='#FFff4200');
}
.pay-table .pay_btn:active {
	background: #ff4200;
	background: -webkit-linear-gradient(top, #ff6600, #ff4200);
	background: -moz-linear-gradient(top, #ff6600, #ff4200);
	background: -ms-linear-gradient(top, #ff6600, #ff4200);
	background: -o-linear-gradient(top, #ff6600, #ff4200);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFff6600', endColorstr='#FFff4200');
}
.pay-table .agreement {
	font-size: 14px;
	clear: both;
	padding: 10px 0;
}
.pay-table .agreement input, .pay-table .agreement label, .pay-table .agreement a {
	display: inline-block;
	vertical-align: middle;
}
.pay-account {
	font-size: 14px;
	float: left;
	height: 34px;
	line-height: 27px;
	margin-right: 30px;
}
.pay-account strong {
	color: #F60;
	font-size: 24px;
	margin-right: 5px;
	font-weight: 700
}
.pay-account .present {
	background-color: #f60;
	color: #fff;
	display: inline-block;
	line-height: 17px;
	margin-right: 5px;
	padding: 0 3px;
}
.pay-title {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.pay-in {
	color: #53a000;
	font-weight: bold;
}
.pay-out {
	color: #f37800;
	font-weight: bold;
}
/**
 * friend
 */
.friend li .avatar {
	display: inline-block;
	height: 150px;
	overflow: hidden;
	position: absolute;
	width: 170px;
}
.friend li .avatar img {
	float: left;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	position: relative;
	top: -10px;
	left: 0;
}
.friend li:hover .avatar img {
	height: 190px;
	left: -10px;
	top: -20px;
	width: 190px;
}
.friend li .avatar a:after {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	background: rgba(0,0,0,0);
	content: '';
	height: 170px;
	left: 0;
	position: absolute;
	top: 0;
	width: 170px;
	z-index: 0;
}
.friend li:hover .avatar a:after {
	background: rgba(0,0,0,.2);
}
.friend li:hover .meta .name a {
	color: #3C96EE;
}
.friend li {
	display: inline-block;
 *display: inline;
 *zoom:1;
	height: 300px;
	margin-left: 16px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	width: 170px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-bottom-width: 2px;
	border-top-width: 0;
}
.friend li .meta {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: white;
	display: inline-block;
	height: 101px;
	overflow: hidden;
	position: absolute;
	top: 150px;
	width: 100%;
}
.friend li .btn {
	bottom: 0;
	display: inline-block;
	left: 0;
	line-height: 29px;
	padding-bottom: 10px;
	padding-top: 10px;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 0;
}
.friend li .btn .g-button {
	max-width: 232px;
	width: 140px;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
.friend li .name {
	display: block;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: 8px 14px 0 14px;
	overflow: hidden;
}
.friend li .name a {
	-webkit-transition: color .6s ease-in-out;
	transition: color .6s ease-in-out;
	color: #404040;
}
.friend li .des {
	color: #737373;
	display: block;
	font-size: 12px;
	line-height: 16px;
	margin: 8px 14px 0 14px;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**
 *blog
 */
.edui-default * {
	border-radius: 0 !important;
}
.edui-default .edui-editor-toolbarbox {
	line-height: 1;
}
.blog-title {
	background: #fafafa;
	border: 1px solid #d4d4d4;
	border-bottom: 0 none;
	border-radius: 5px 5px 0 0;
}
.blog-title input {
	font-size: 16px;
	font-weight: 700;
	border: 0 none;
	background: #fafafa;
	padding: 10px;
	width: 758px;
}
.blog-title input:focus {
	outline: 3px solid rgba(0,153,255,.3);
	background: #fff;
}
.blog-category {
	background: #fafafa;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #d4d4d4;
	border-top: 0 none;
}
.blog-submit .g-button {
	width: 100px;
	height: 36px;
	line-height: 36px;
}
.form dt {
	padding-right: 20px;
}
.form .small {
	width: 85px;
}
/**
 * avatar
 */
.avatar-crop {
	background: #fafafa;
	border: 1px solid #d4d4d4;
	width: 300px;
	height: 300px;
}
.avatar-crop img {
	max-width: 300px;
}
.avatar-big {
	width: 150px;
}
.avatar-mid {
	width: 50px;
}
.avatar-small {
	width: 36px;
}
.user .avatar img {
	position: relative;
	z-index: 1;
}
/**
 * bind
 */
.bind dl {
	float: left;
	width: 33%;
	text-align: center;
	padding: 10px 0;
}
.bind dl .bind-name {
	font-weight: 700;
	font-size: 14px;
	padding: 5px 0;
}
.bind dl dt {
	border-radius: 5px;
	position: relative;
	z-index: 0
}
.bind dl dt img {
	border-radius: 5px;
}
.bind dl dt:after {
	background: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.0) 50%);
	background: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0) 50%);
	background: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0) 50%);
	background: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.0) 50%);
	background: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.0) 50%);
	content: '';
	width: 80px;
	height: 80px;
	position: absolute;
	top: 0;
	left: auto;
	margin-left: -80px;
	z-index: 1;
	border-radius: 5px;
}
/**
 *certified
 */
.chose-certification {
	text-align: center;
	padding: 100px 0;
}
.chose-certification .g-button {
	width: 150px;
	height: 50px;
	border-radius: 0;
	line-height: 50px;
	font-size: 16px;
}
.chose-certification .certif-c {
	border-radius: 0 3px 3px 0;
}
.chose-certification .certif-p {
	border-radius: 3px 0 0 3px;
}
.chose-certification .certif-p {
	background: #ff6600;
	background: -webkit-linear-gradient(top, #ff9a57, #ff6600);
	background: -moz-linear-gradient(top, #ff9a57, #ff6600);
	background: -ms-linear-gradient(top, #ff9a57, #ff6600);
	background: -o-linear-gradient(top, #ff9a57, #ff6600);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFff9a57', endColorstr='#FFff6600');
	color: #fff;
	border: 1px solid #f60;
}
.chose-certification .certif-p:hover {
	background: #ff4200;
	background: -webkit-linear-gradient(top, #fe954f, #ff4200);
	background: -moz-linear-gradient(top, #fe954f, #ff4200);
	background: -ms-linear-gradient(top, #fe954f, #ff4200);
	background: -o-linear-gradient(top, #fe954f, #ff4200);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFfe954f', endColorstr='#FFff4200');
}
.chose-certification .certif-p:active {
	background: #ff4200;
	background: -webkit-linear-gradient(top, #ff6600, #ff4200);
	background: -moz-linear-gradient(top, #ff6600, #ff4200);
	background: -ms-linear-gradient(top, #ff6600, #ff4200);
	background: -o-linear-gradient(top, #ff6600, #ff4200);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFff6600', endColorstr='#FFff4200');
}
.chose-certification .certified {
	filter: alpha(opacity=40);
	opacity: .4;
	cursor: text
}
/**
 * dinge
 */
.dinge .form {
	border: 1px solid #fff;
}
.dinge .part {
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 15px 0 0;
	margin-bottom: 10px;
}
.dinge .form dd {
	width: 600px;
}
.dinge .part .children {
	background: #f8f8f8;
	border: 1px solid #eee;
	padding: 5px 0;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #fff;
	margin-top: 5px;
}
.dinge .form dd dl {
	padding-bottom: 0;
}
.dinge .form dd dt {
	width: 43px;
}
.dinge .form dd dd {
	width: 530px;
}
.dinge .form dd label {
	width: 60px;
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: middle
}
.dinge .form dd label input {
	vertical-align: -2px;
}
.dinge .part .g-button {
	width: 60px;
}
.dinge .chosed {
	background: #FEFDED;
	border: 1px solid #E8CCA1;
	border-radius: 3px;
	padding: 5px 10px;
}
.dinge .price {
	font-size: 25px;
	font-weight: 700
}
#footer {
	box-shadow: inset 0 5px 5px rgba(0,0,0,.03)
}
/**
 *blog-list
 */
.blog-list dl {
	height: 25px;
	padding: 6px;
}
.blog-list dl:nth-child(even) {
	background: #fafafa
}
.blog-list dl:nth-child(odd) {
	background: #FFF
}
.blog-list .title {
	max-width: 680px;
	_width: 680px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: text-bottom;
	font-size: 14px;
	display: block;
}
.blog-list .fr {
	color: #9b9b9b
}
/**
 *article
 */
.article .blog_title h4 {
	text-align: center;
	font-size: 22px;
	font-weight: 700
}
.article .blog_meta {
	padding: 5px 0;
	text-align: center;
}
.article .blog_content {
	font-size: 14px;
	padding:0 10px;
}
.article .blog_content p {
	margin: 1em 0;
}
.article .blog_content ul {
	display: block;
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}
.article .blog_content ol {
	display: block;
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: decimal;
}
