﻿@charset "utf-8";
/* 你自己的样式 */
.contenspan .disabled{padding:5px 9px;border:1px solid #DDDADA;border-radius: 3px;}
.contenspan .current{background:#5a98de;color: white;padding: 6px 10px;margin-right:5px;border-radius: 3px;-webkit-box-shadow: 0 1px 3px rgba(0, 150, 150, 0.5);-moz-box-shadow: 0 1px 3px rgba(0, 150, 150, 0.5);}
.contenspan span{margin-right:5px;font-style: normal;font-size: 12px;}
.contenspan span a{ padding:5px 9px;border: 1px solid #DDDADA; border-radius: 3px;-webkit-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);-moz-box-shadow: 0 1px 3px rgba(100, 100, 100, 0.2);}
.contenspan span a:hover {border: 1px solid #009688;-webkit-box-shadow: 0 1px 3px rgba(0, 150, 150, 0.5);-moz-box-shadow: 0 1px 3px rgba(0, 150, 150, 0.5);text-decoration: none; color:#333;}
.contenspan select{height: 23px; border-radius: 3px;border: 1px solid #DDDADA;}
.ButServer{ text-decoration: none; margin-left: 5px; }
.ButServer:hover { text-decoration: none;}
.TionBut{margin-right:20px;}
.fl {float: left;}
.Hui-aside .menu_dropdown li .LanOn{color: #148cf1;background-color: #fafafa;}
.lis_tr{background-color: #f9f9f9;}
#Hui-userbar .url{margin-right:20px;}
.breadcrumb a,.breadcrumb input{ margin-right:20px;}
#PnlAddTop { width: 100%; bottom: 0px; background-color: #f5f5f5; }
#elevator_item {
	width: 40px;
    height: 100px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}
#elevator_item.off {
	opacity: 0;
	visibility: hidden
}
#elevator {
	display: block;
	width: 40px;
    height: 50px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-bottom: 10px
}
#elevator:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator:active {
	background-color: rgba(0,0,0,.75)
}
.imga img {
    max-height:200px;
    max-width:200px;
    
}

  .SearchSearch {
    position:relative;
    /* height: 200px; */
    }
    .Searchdivfloat {
    position:absolute;
    background-color: white;
    z-index: 999;
    width: 100%;
    border: 1px solid #cecece;
    padding: 10px 5px 0px 5px;
    display:none;
    box-shadow: 0px 0px 10px -2px #cecece;
    }
    .Searchdivfloat li{margin-bottom: 10px;cursor: pointer;}
      .Searchdivfloat li:hover{color: #5A98DE;}
      .SearchSearchclose {
   cursor: pointer;
    color: #5A98DE;
    right: 0px;
    top: 2px;
    position: absolute;
    background-color: white;
    overflow: hidden;
    width: 30px;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    }