::-webkit-scrollbar {
    height:11px;
    width:11px
}
::-webkit-scrollbar-button {
    height:0;
    width:0
}
::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display:block
}
::-webkit-scrollbar-button:vertical:start:increment,::-webkit-scrollbar-button:vertical:end:decrement {
    display:none
}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal,::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
    border-style:solid;
    border-color:transparent
}
::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal{
    background-clip:padding-box;
    background-color:#fff;
}
::-webkit-scrollbar-thumb {
    -webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    background-clip:padding-box;
    background-color:rgba(0,0,0,.2);
    min-height:28px;
    padding-top:100
}
::-webkit-scrollbar-thumb:hover {
    -webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.25);
    background-color:rgba(0,0,0,.4)
}
::-webkit-scrollbar-thumb:active {
    -webkit-box-shadow:inset 1px 1px 3px rgba(0,0,0,.35);
    background-color:rgba(0,0,0,.5)
}
::-webkit-scrollbar-track:vertical,::-webkit-scrollbar-track:horizontal,::-webkit-scrollbar-thumb:vertical,::-webkit-scrollbar-thumb:horizontal {
    border-width:0;
}
::-webkit-scrollbar-track:hover {
    -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.1);
    background-color:rgba(0,0,0,.05)
}
::-webkit-scrollbar-track:active {
    -webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
    background-color:rgba(0,0,0,.05)
}
.online-kf {
	position:fixed;
	background:#fff;
	padding:0;
	text-align:center;
	line-height:18px;
	font-size:16px;
	border:1px solid #ddd;
	width:34px;
	height:120px;
	right:0;
	top:60%;
	z-index:1000;
}
.online-kf  a {
	color:#666;
}
.online-kf  a:hover {
	text-decoration:none;
}
.online-kf img {
	margin-top:10px;
	margin-bottom:6px;
}
@font-face {
	font-family:'iconfont';
	src:url('uxicon/iconfont.eot'),
	url('uxicon/iconfont.woff') format('woff'),
	url('uxicon/iconfont.ttf') format('truetype'),
	url('uxicon/iconfont.svg#uxiconfont') format('svg');
}
.iconfont{font-family:"iconfont";font-size:16px;font-style:normal;}
body {
	background:url(../img/linen.png);
	font-family:"Microsoft YaHei",Arial,sans-serif;
	color:#666;
}
h1,h2,h3,h4,.modal-title {
	font-family:"Microsoft YaHei",Arial,sans-serif;
}
a {
outline: none;
}
a:focus {
outline: none;
}
.btn{
	border-radius:0;
	border:0;
}
.label {
	border-radius:2px;
}
.modal-content {
	margin-top:20%;
	box-shadow:none;
	border-radius:4px;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f3f9ff;
}
.pagination  li a{
}
.pagination li.active a {
	background:#83BF73;
	border:1px solid #83BF73;
}
.pagination li.active a:hover {
	background:#83BF73;
	border:1px solid #83BF73;
}
#color-stripe{
	background:#7fcde8;
	background:-moz-linear-gradient(left,#b6d99f 0,#b6d99f 50%,#7fcde8 51%,#7fcde8 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#b6d99f),color-stop(50%,#b6d99f),color-stop(51%,#7fcde8),color-stop(100%,#7fcde8));
	background:-webkit-linear-gradient(left,#b6d99f 0,#b6d99f 50%,#7fcde8 51%,#7fcde8 100%);
	background:-o-linear-gradient(left,#b6d99f 0,#b6d99f 50%,#7fcde8 51%,#7fcde8 100%);
	background:-ms-linear-gradient(left,#b6d99f 0,#b6d99f 50%,#7fcde8 51%,#7fcde8 100%);
	background:linear-gradient(to right,#b6d99f 0,#b6d99f 50%,#7fcde8 51%,#7fcde8 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6d99f',endColorstr='#7fcde8',GradientType=1);
	background-position:top center;
	z-index:100;
	position:relative
}
#color-stripe-holder{
	height:3px;
	background:url(../img/color-stripe.gif) repeat-y center top;
	-webkit-background-size:1000px 1px;
	-moz-background-size:1000px 1px;
	background-size:1000px 1px;
}
.navbar {
	border-radius:0;
	background:#fff;
	border:0;
	border-bottom:1px solid #eee;
}
.navbar .dropdown-menu {
	border-radius:0;
}
.navbar .dropdown-menu a:hover {
	background:#6fa6d3;
}
.logo {
	display:block;
	float:left;
	margin-top:10px;
	width:103px;
	height:30px;
	background:url(../img/logo.png) no-repeat;
}
.wide-container {
	min-width:700px;
	max-width:1300px;
}
.sidebar {
	float:left;
	width:200px;
	background:#def7ff;
	border:1px solid #eee;
}
.sidebar .accordion-toggle {
	padding-right:0;
}
.sidebar .accordion-toggle .badge {
	float:right;
	margin-top:2px;
	width:24px;
	background:#aaa;
	text-indent:0;
	border-radius:2px;
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
.img-collapse {
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-top:6px;
}
.img-collapse-plus {
	background:url(../img/plus.png) no-repeat;
}
.img-collapse-minus {
	background:url(../img/minus.png) no-repeat;
}
.sidebar-nav .anchor-nocollapse {
	padding-left:24px;
}
.sidebar-nav li {
	display:block;
	text-indent:20px;
}
.sidebar-nav li a {
	font-size:16px;
	color:#777;
}
.sidebar-nav li a:hover {
	background:#FDFDD6;
}

.sidebar-nav .active{
	background:#FDFDD6;
}
.sidebar-nav .active a {
	border-right:6px solid #80C31E;
	background:#DFF0D8;
}
.sidebar-nav .active-collapse-l1{
	background:#FDFDD6;
}
.sidebar-nav .submenu .submenu .active a{
	font-weight:bold;
	border:0;
	text-align:left;
	border-right:4px solid #80C31E;
	background:#DFF0D8;
	
}
ul.submenu li a {
	font-size:14px;
	background:#fff;
}
ul.submenu li .submenu li a {
	font-size:14px;
	/*text-indent:50px;*/
}
/*.main-body {*/
/*	float:left;*/
/*	margin-left:20px;*/
/*	width:81%;*/
/*	background:#fff;*/
/*	border:1px solid #eee;*/
/*}*/
.main-body {
	float: left;
	width: calc(100% - 200px); /* 剩余宽度，减去悬浮栏宽度 */
	background: #fff;
	border: 1px solid #eee;
}
.main-header {
	height:41px;
	background:#F2FCFF;
	color:#777;
	font-size:16px;
}
.breadcrumb {
	height:41px;
	background:none;
}
.container .jumbotron {
	border-radius:0;
	background:#fff;
}
.jumbotron h3,.jumbotron h4{
	font-family:"Microsoft YaHei",Arial,sans-serif;
}
.footer {
	margin-right:-14px;
	height:40px;
}
.footer .copyright {
	float:right;
	color:#999;
	height:40px;
	line-height:40px;
}
.footer .copyright a {
	color:#999;
}
#index .page-header img {
	margin-top:-8px;
	margin-right:6px;
	margin-left:10px;
	width:40px;height:40px;
}
#index .page-header h3 {
	color:#777;
}
#index #tool_block .col-sm-4 .anchor-card {
	display:block;
	padding:3px 10px;
	background:#F6FCFF;
	width:280px;
	border:1px solid #eee;
	border-radius:4px;
	margin-bottom:26px;
}
#index #tool_block .col-sm-4 h4 {
	font-size:20px;
	color:#555;
}
#index #tool_block .col-sm-4 p {
	 color:#aaa;
}
#index #tool_block .anchor-card:hover {
	text-decoration:none;
	border:1px solid #0193DF;
}
#index .jumbotron {
	color:#fff;
	background:url(../img/bg10.jpg);

}
#index .jumbotron h2{
	text-align:center;
}
#index .jumbotron p {
	text-align:center;
}
#bdsl .tabbable {
	margin-top:15px;
}
#bdsl .nav-tabs li a {
	border-radius:0;
}
#bdsl #tab_sl #ta_sl,#bdsl #tab_rk #ta_rk_kw,#bdsl #tab_rk #ta_rk_url ,#bdsl #tab_slrk #ta_slrk_kw,#bdsl #tab_slrk #ta_slrk_url {
	height:250px;
	margin-bottom:10px;
	border:1px dashed #ccc;
	border-top:none;
	box-shadow:none;
	border-radius:0;
	resize:none;
}
#bdsl #tab_rk #ta_rk_kw,#bdsl #tab_slrk #ta_slrk_kw {
	width:502px;
	border-right:none;
}
#bdsl #tab_rk #ta_rk_url ,#bdsl #tab_slrk #ta_slrk_url {
	width:516px;
	border-left:none;
}
#bdsl .col-lg-12 select {
	border-radius:0;
	box-shadow:none;
	border:1px dashed #ccc;
	width:200px;
}
#bdsl .col-lg-10 select:focus {
	border-color:#ddd;
}
#bdsl .nav-tabs li a {
	border-bottom:1px dashed #ccc;
}
#bdsl .nav-tabs li a:hover {
	border-color:#ccc;
	border-style:dashed;
	background:#f3f9ea;
}
#bdsl .nav-tabs .active a {
	background:#f3f9ea;
	border:1px dashed #ccc;
}
#bdsl .nav-tabs .active a:hover {
	background:#f3f9ea;
}
#bdsl .tab-content .form-group {
	margin-top:4px;
	margin-right:40px;
}
#bdsl .col-lg-12 .panel {
	margin-top:15px;
	border:0;
}
#bdsl .panel {
	box-shadow:none;
}
#bdsl .panel-table {
	border-radius:0;
}
#bdsl #tab_readme .container {
	border:1px dashed #ccc;
	border-top:none;
	margin-bottom:20px;
}
#bdsl #tab_readme .panel-title a {
	font-size:14px;
	font-family:'Microsoft YaHei';
}
#bdsl #tab_readme .panel-group {
	margin-bottom:20px;
}
#bdsl .score-info {
	margin-top:10px;
}
#bdsl #anchor_scoretip {
	color:#339966;
	font-weight:bold;
}
#bdsl .panel-heading-query {
	border-radius:0;
	background:#f2fbe5;
	border-bottom-style:dotted;
}
#bdsl .progress {
	height:3px;
	border-radius:0;
	margin:0;
	padding:0;
	background:#fff;
}
#bdsl .progress .progress-bar {
	border:0;
	box-shadow:none;
}
#bdsl .panel-heading .btn {
	border-radius:2px;
}
#bdsl .panel-heading select {
	width:120px;
	margin-left:10px;
	border-radius:2px;
}
#bdsl .text-ip {
	color:#888;
	font-size:14px;
}
#bdsl .anchor-selectip {
	margin-top:6px;
	margin-left:10px;
}
#bdsl .panel-heading .count-bar {
	color:#666;
	font-size:14px;
	padding-top:3px;
}
#bdsl .panel-heading .count-bar-text {
	padding-left:12px;
}
#bdsl .panel-heading .count-bar-num {
	color:#888;
	padding-left:4px;
	font-weight:bold;
}
#bdsl .panel-heading .count-bar-percent {
	padding-left:6px;
	font-size:18px;
	font-weight:bold;
}
#bdsl .panel-heading .count-percent-sl {
	color:#48a548;
}
#bdsl .panel-heading .count-percent-nosl {
	color:#dd635f;
}
#bdsl .panel-heading .count-percent-homerank {
	color:#2D8ED4;
}
#bdsl table .label {
	font-size:13px;
}
#bdsl table .anchor-sl {
	color:#669966;
}
#bdsl table .anchor-nosl {
	color:#D9534F;
}
#bdsl table .anchor-error {
	color:#777;
}
#bdsl table .anchor-keyword {
	color:#666;
}
#bdsl table .anchor-in10,#bdsl table .anchor-con-in10,#bdsl table .anchor-out10,#bdsl table .anchor-con-out10 {
	display:block;
	padding-top:1px;
	height:14px;
	font-weight:bold;
}
#bdsl table .anchor-in10 {
	color:#ff6262;
}
#bdsl table .anchor-out10 {
	color:#2d8ed4;
}
#bdsl table .anchor-con-in10 {
	color:#ff6262;
}
#bdsl table .anchor-con-out10 {
	color:#2d8ed4;
}
#bdsl table .label-danger {
	background:#e0736f;
}
#bdsl table .label-success {
	background:#77c477;
}
#bdsl table .label-warning {
	background:#f2b560;
}
#bdsl table {
	table-layout:fixed;
}
#bdsl .retryText {
	color:#ec9419;
}
#bdsl .col1,#bdsl .col2,#bdsl .col3,#bdsl .col4,#bdsl .col5 {
	white-space:nowrap;
	overflow: hidden;
	text-overflow:clip;
	nowrap:nowrap;
}
#bdsl #table_sl .col1{
	width:44px;
}
#bdsl #table_sl .col2{
	width:50%;
}
#bdsl #table_sl .col3{
	width:33%;
}
#bdsl #table_sl .col4{
	width:6%;
	text-align:center;
}
#bdsl #table_sl .col5{
	width:9%;
	text-align:center;
}
#bdsl #table_rk .col1{
	width:38px;
}
#bdsl #table_rk .col2{
	width:40%;
	text-align:center;
}
#bdsl #table_rk .col3{
	width:40%;
	text-align:center;
}
#bdsl #table_rk .col4{
	width:14%;
	text-align:center;
}
#bdsl #table_slrk .col1{
	width:38px;
}
#bdsl #table_slrk .col2{
	width:40%;
	text-align:center;
}
#bdsl #table_slrk .col3{
	width:30%;
	text-align:center;
}
#bdsl #table_slrk .col4{
	width:6%;
	text-align:center;
}
#bdsl #table_slrk .col5{
	width:6%;
	text-align:center;
}
#bdsl #table_slrk .col6{
	width:9%;
	text-align:center;
}
#bdsl #btn_query {
	width:100px;
	border-radius:4px;
	margin-bottom:15px;
}
#bdsl .toolbar {
	position:fixed;
	right:130px;
	z-index:1000;
	top:34%;
}
#bdsl .toolbar li {
	display:block;
	width:46px;
	height:46px;
	margin-bottom:6px;
	background:#fff;
}
#bdsl .toolbar li:hover {
	cursor:pointer;
	background:#A5D665;
}
#bdsl .toolbar .disabled span {
	opacity: 0.4;
}
#bdsl .toolbar .disabled:hover {
	background:rgba(255,255,255,0.8);
	cursor:default;
}
#bdsl .toolbar .glyphicon-chevron-up {
	font-size:26px;
	padding-top:5px;
	padding-left:11px;
}
#bdsl .toolbar .glyphicon-retweet {
	font-size:24px;
	padding-top:7px;
	padding-left:11px;
}
#bdsl .toolbar .glyphicon-link {
	font-size:28px;
	padding-top:6px;
	padding-left:9px;
}
#bdsl .toolbar .glyphicon-chevron-down {
	font-size:26px;
	padding-top:8px;
	padding-left:9px;
}
#bd_cxtj .col-lg-12 .panel {
	margin-top:15px;
	border:0;
}
#bd_cxtj .panel-heading {
	border-radius:0;
	background:#f2fbe5;
	border:none;
}
#bd_cxtj .btn-group a{
	color:#666;
}
#bd_cxtj .btn.active {
	cursor:default;
	color:#aaa;
	background-color: #f8f8f8;
	outline: 0;
	-webkit-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.05);
}
#bd_cxtj .pagination {
	margin-top:15px;
}
#bd_cxtj #table_cxtj .col1 {
	width:38px;
}
#bd_cxtj #table_cxtj .col2 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col3 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col4 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col5 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj td.col5 {
	color:#339966;
}
#bd_cxtj #table_cxtj .col6 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col7 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj td.col7 {
	color:#D9534F;
}
#bd_cxtj #table_cxtj .col8 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col9 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj td.col9 {
	color:#9B59B6;
}
#bd_cxtj #table_cxtj .col10 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col11 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj td.col11 {
	color:#3498DB;
}
#bd_cxtj #table_cxtj .col12 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj .col13 {
	width:7%;
	text-align:center;
}
#bd_cxtj #table_cxtj td.col13 {
	color:#888;
}
#bd_cxtj #table_cxtj .col14 {
	width:16%;
	text-align:center;
}
#bd_survey .col-lg-12 .panel {
	color:#666;
	margin-top:15px;
	border-radius:0;
	box-shadow:none;
	border:1px solid #eee;
}
#bd_survey .col-lg-12 .panel-heading {
	color:#666;
	border-bottom:1px solid #eee;
}
#bd_survey .div-chart-1 {
	height: 250px;
	margin:0 auto;
	text-align:center;
}
#bd_survey .loading-chart-1 {
	margin-top:90px;
}
#url .input-taskname {
	margin-top:20px;
	width:400px;
	border-radius:0;
}
#url .input-taskname input,#url .input-taskname span {
	border-radius:0;
}
#url .input-url {
	margin-top:14px;
}
#url .input-url textarea,#url .input-url span  {
	border-radius:0;
}
#url #ta_url {
	width:500px;
	height:200px;
	resize:none;
}
#url .score-info {
	margin-top:24px;
}
#url #anchor_scoretip {
	color:#339966;
	font-weight:bold;
}
#url #tooltip_span {
	color:orange;
	font-weight:bold;
}
#url #btn_submit {
	border-radius:4px;
	margin-right:437px;
	margin-top:14px;
	margin-bottom:15px;
}
#url .score-ava {
	 color:#5db400;
	 font-weight:bold;
}
#url .score-pay {
	font-weight:bold;
	color:#eb9800;
}
#url_jindu .panel {
	border:0;
	border-radius:0;
	margin-top:20px;
}
#url_jindu .panel-heading {
	border-radius:0;
}
#url_jindu td a:hover {
	text-decoration:none;
}
#url_jindu .icon-more {
	font-size:21px;
	color:#3498DB;
	margin-right:10px;
}
#url_jindu .icon-delete {
	font-size:20px;
	color:#7F8C8D;
}
#url_jindu td {
	height:26px;
	line-height:26px;
}
#url_taskinfo .panel {
	margin-top:20px;
	border:0;
	border-radius:0;
}
#url_taskinfo .panel-heading {
	border-radius:0;
	background:#F2FBE5;
}
#url_taskinfo table {
	table-layout:fixed;
}
#url_taskinfo .col1 {
	width:5%;
}
#url_taskinfo .col2 {
	width:65%;
	white-space:nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	nowrap:nowrap;
}
#url_taskinfo .col3 {
	width:15%;
}
#url_taskinfo .col4 {
	width:15%;
}
#bdidx .input-kwd {
	margin-top:20px;
	width:600px;
	border-radius:0;
}
#bdidx .input-kwd input,#bdidx .input-kwd span {
	border-radius:0;
}
#bdidx #ta_idx {
	width:500px;
	height:200px;
	resize:none;
}
#bdidx .col-lg-12 .panel {
	margin-top:15px;
	border:0;
}
#bdidx .panel {
	box-shadow:none;
}
#bdidx .panel-table {
	border-radius:0;
}
#bdidx .score-info {
	margin-top:24px;
}
#bdidx .panel-heading-query {
	border-radius:0;
	background:#f2fbe5;
	border-bottom-style:dotted;
}
#bdidx .progress {
	height:3px;
	border-radius:0;
	margin:0;
	padding:0;
	background:#fff;
}
#bdidx .progress .progress-bar {
	border:0;
	box-shadow:none;
}
#bdidx .panel-heading .btn {
	border-radius:2px;
}
#bdidx .panel-heading select {
	width:120px;
	margin-left:10px;
	border-radius:2px;
}
#bdidx .panel-heading .count-bar {
	color:#666;
	font-size:14px;
	padding-top:3px;
}
#bdidx .panel-heading .count-bar-text {
	padding-left:12px;
}
#bdidx .panel-heading .count-bar-num {
	color:#888;
	padding-left:4px;
	font-weight:bold;
}
#bdidx table .label {
	font-size:13px;
}
#bdidx table .label-danger {
	background:#e0736f;
}
#bdidx table .label-success {
	background:#77c477;
}
#bdidx table .label-warning {
	background:#f2b560;
}
#bdidx .retryText {
	color:#ec9419;
}
#bdidx #btn_query {
	border-radius:4px;
	margin-right:450px;
	margin-top:14px;
	margin-bottom:15px;
	width:100px;
}
#bdidx .toolbar {
	position:fixed;
	right:130px;
	z-index:1000;
	top:34%;
}
#bdidx .toolbar li {
	display:block;
	width:46px;
	height:46px;
	margin-bottom:6px;
	background:#fff;
}
#bdidx .toolbar li:hover {
	cursor:pointer;
	background:#A5D665;
}
#bdidx .toolbar .disabled span {
	opacity: 0.4;
}
#bdidx .toolbar .disabled:hover {
	background:rgba(255,255,255,0.8);
	cursor:default;
}
#bdidx .toolbar .glyphicon-chevron-up {
	font-size:26px;
	padding-top:5px;
	padding-left:11px;
}
#bdidx .toolbar .glyphicon-retweet {
	font-size:24px;
	padding-top:7px;
	padding-left:11px;
}
#bdidx .toolbar .glyphicon-link {
	font-size:28px;
	padding-top:6px;
	padding-left:9px;
}
#bdidx .toolbar .glyphicon-chevron-down {
	font-size:26px;
	padding-top:8px;
	padding-left:9px;
}

#bdidx table .today-idx-all {
	padding-right:10px;
}
#bdidx table .today-idx-pc {
	padding-right:10px;
}
#bdidx table .agv-all {
	padding-right:15px;
}
#bdidx table .yoy-all {
	padding-right:15px;
}
#pay .alert-pay {
	border-radius:0;
	border:0;
	margin-top:20px;
	margin-bottom:-10px;
}
#pay .form-control  {
	box-shadow:none;
}
#pay .form-group-custom {
	margin-top:30px;
}
#pay input[type="radio"] {
	display:none;
}
#pay input[type="text"] {
	display:block;
	margin-top:2px;
	font-size:16px;
	width:200px;
	height:30px;
	border-radius:0;
	border:2px solid #ddd;
	box-shadow:none;
}
#pay input[type="text"]:focus{
	outline:0;
	border-radius:0;
	border:2px solid orange;
	box-shadow:none;
}
#pay button.btn-lg {
	margin-left:194px;
	margin-top:10px;
	margin-bottom:40px;
}
#pay .pay-type {
	display:block;
	margin-top:-8px;
	color:#777;
	font-size:20px;
	text-align:center;
	padding-top:4px;
	border:2px solid #ddd;
	border-radius:2px;
	width:100px;
	height:40px;
}
#pay .pay-type:hover{
	font-weight:bold;
	border:2px solid orange;
	background:#fff8eb;
}
#pay .pay-type-active {
	font-weight:bold;
	border:2px solid orange;
	background:#fff8eb;
}
#pay .pay-amount {
	display:block;
	margin-top:-2px;
	width:60px;
	height:26px;
	color:#777;
	font-size:14px;
	text-align:center;
	border:2px solid #ddd;
	border-radius:2px;
	padding-top:1px;
}
#pay .pay-amount:hover {
	font-weight:bold;
	border:2px solid orange;
	background:#fff8eb;	
}
#pay .pay-amount-active {
	font-weight:bold;
	border:2px solid orange;
	background:#fff8eb;
}
#pay .btn-pay {
	margin-left:195px;
	margin-top:20px;
	margin-bottom:40px;
}
#member .col-lg-12 .panel {
	color:#666;
	margin-top:15px;
	border-radius:0;
	box-shadow:none;
	border:1px solid #eee;
}
#member .col-lg-12 .panel-heading {
	color:#666;
	border-bottom:1px solid #eee;

}
#member dl {
	font-size:16px;
}
#member dt,#member dd {
	padding:6px 0;
}


/*create by zgw**/
.error{color:red;}
.error-span{color:red;line-height:30px;}
.error-text{color:red;line-height:30px;font-size:13px;}

.search-sm{background-color:#FFFFFF; border:1px solid #DDDDDD; height:60px;}
.search-mi{background-color:#FFFFFF; border:1px solid #DDDDDD; height:100px;}
.search-bi{background-color:#FFFFFF; border:1px solid #DDDDDD; height:150px;}
.search-hu{background-color:#FFFFFF; border:1px solid #DDDDDD; height:195px;}
