* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #1b2531;
	font-family: "微软雅黑";
	font-size: 14px;
	overflow-y:hidden;
	overflow-x:auto;
	min-width: 1330px;
}

a {
    text-decoration: none;
}

a:hover,
a:active,
a:visited,
a:link {
    text-decoration: underline;
    color:#ffffff;
}

input,button,select{
	outline: none;
}

input::-webkit-input-placeholder {
	/* placeholder颜色  */
	color: #fcfcfc;
 }

.table{
	font-size: 12px;
	border-radius:3px;
	border: 1px solid #343d4e;
}

.table tbody tr td {
    vertical-align: middle;
    height: 40px;
    white-space: nowrap;
    border: 1px solid #343d4e;
}

.table thead tr th{
	text-align: center;
	vertical-align: middle;
    height: 40px;
    border: 1px solid #343d4e;
}

.table tbody tr:hover {
    background-color: #343d4e;
    color: #fcfcfc;
}

.btn {
    vertical-align: top;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.nav-tabs {
    border-bottom: 1px solid #283142;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fcfcfc;
    cursor: default;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    border-bottom-color: transparent;
}
a:hover, a:active, a:visited, a:link {
	text-decoration: none;
    color: #fcfcfc;
}

.nav-tabs>li>a:hover{
	background-color: #337ab7;
	border-color: #337ab7;
}

.modal{
    margin-top: 10px;
}

.font-light {
	color: #fcfcfc;
}

.font-gray {
	color: #dadada;
}

.font-dark {
	color: #7f8fa6;
}

.font-blue {
	color: #337ab7;
}

.font-light-blue {
	color: #5bc0de;
}

.font-red{
	color: #d9534f;
}

.font-orange{
	color: #f0ad4e;
}

.font-green{
	color: #5cb85c;
}


.bg-light-gray{
	background-color: #343d4e;
}

.bg-gray {
	background-color: #283142;
}

.bg-blue {
	background-color: #337ab7;
}

.bg-red{
	background-color: #d9534f;
}

.bg-orange{
	background-color: #f0ad4e;
}

.bg-green{
	background-color: #5cb85c;
}

.bg-purple{
	background-color: #8d76e2;
}

.bg-white{
	background-color: #fcfcfc;
}

.ws-text{
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius:3px;
	border:1px solid #343d4e;
	background-color: #343d4e;
	color: #fcfcfc;
}

.ws-text::-webkit-input-placeholder{
	color: #6B788F;
}
.ws-text::-moz-placeholder{
	color: #6B788F;
}
.ws-text:-moz-placeholder{
	color: #6B788F;
}
.ws-text:-ms-input-placeholder{
	color: #6B788F;
}

.ws-select{

	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius:3px;
	border:1px solid #343d4e;
	background-color: #343d4e;
	color: #fcfcfc;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: center;
}

.ws-panel{
	background-color: #283142;
	padding:24px 24px;
	border-radius:3px;
	border:1px solid #283142;
}

.ws-panel-bottom{
	margin-bottom: 24px;
}

.ws-panel-bg{
	margin-right: 24px;
	margin-top:24px;
	margin-left: 24px;
}

.line {
	background-color: #343d4e;
	height: 1px;
	width: 275px;
}
.btn-line {
	background-color: #343d4e;
	height: 1px;
	width: 118px;
}

.line-80{
	width: 80%;
	margin: 0 auto;
	background-color: #343d4e;
	height: 1px;
}

.line-90{
	width: 90%;
	margin: 0 auto;
	background-color: #343d4e;
	height: 1px;
}

.line-100{
	width: 100%;
	margin: 0 auto;
	background-color: #343d4e;
	height: 1px;
}

.float-block{

}


::-webkit-scrollbar {

    width: 12px;
    height: 12px;
    background-color: #343d4e;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7f8fa6;
}

.scoll{
	overflow-x: hidden;
	overflow-y: auto;
}

.no-scoll{
	overflow: hidden;
}

.text{
	width: 275px;
	height: 35px;
	line-height: 35px;
	padding: 10px 10px;
	border: 1px solid #343d4e;
	border-radius:3px ;
	background-color: #283142;
}

.text::-webkit-input-placeholder{
	color: #6B788F;
}
.text::-moz-placeholder{
	color: #6B788F;
}
.text:-moz-placeholder{
	color: #6B788F;
}
.text:-ms-input-placeholder{
	color: #6B788F;
}

.text-input{
	width: 275px;
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #6B788F;
	border-radius:3px ;
	background-color: #283142;
	outline: none;
}

.text-input::-webkit-input-placeholder{
	color: #6B788F;
}
.text-input::-moz-placeholder{
	color: #6B788F;
}
.text-input:-moz-placeholder{
	color: #6B788F;
}
.text-input:-ms-input-placeholder{
	color: #6B788F;
}

.text-select{
	padding-left: 10px;
	padding-right: 10px;
	width: 275px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #6B788F;
	border-radius:3px ;
	background-color: #283142;
	position: relative;
	margin-left: 4px;
}

.text-select-title{
	float: left;
	margin-top: 6px;
}
.text-select-div-spn{
	float: left;
	margin-left: 5px;
}
.text-select-div-icon{
	float: right;
	margin-right: 10px;
}

.div-btn-menu-box{
	width: 118px;
	font-size: 14px;
	background-color: #283142;
	position: absolute;
	right: 0px;
	top: 100%;
	z-index: 200;
	display: none;
	border: 1px solid #343d4e;
}

.div-btn-menu-item{
	width: 100%;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	position: relative;
}

.div-btn-menu-item:hover {
	background-color: #343d4e;
}

.div-btn-menu-item-name {
	margin-left: 15px;
}

.select-area-items-box {
	width: 275px;
	font-size: 14px;
	background-color: #283142;
	position: absolute;
	left: -1px;
	top: 100%;
	z-index: 300;
	display: none;
	border: 1px solid #6B788F;
	margin-bottom: 20px;
}

.select-area-item-box {
	width: 100%;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	position: relative;
}

.select-area-item-box:hover {
	background-color: #343d4e;
}

.select-area-item-select{
	width: 2px;
	height: 100%;
	background-color: #337ab7;
	position: absolute;
	left:0;
	top:0;
}


.select-area-item-name {
	margin-left: 15px;
}

.text-areatext{
	width: 275px;
	height: 100px;
	padding: 10px;
	border-radius:3px ;
	border: 1px solid #6B788F;
	background-color: #283142;
	outline: none;
	margin-left: 4px;
}

.clearfix-div:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
}
.clearfix-div{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.btn-tag{
    min-width: 90px;
    margin-right: 10px;
}

.text-select_no_click{
	padding-left: 10px;
	padding-right: 10px;
	width: 275px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #6B788F;
	border-radius:3px ;
	background-color: #283142;
	position: relative;
	margin-left: 4px;
}

.bold-number {
	font-weight: 800; /* 加粗效果 */
	color: #5cb85c;   /* 搭配颜色增强突出性 */
}