body {
	background-color: #F5F5F5;
}

.base-page-padding {
    width:1450px;
    margin:0 auto;
}


/*导航条样式*/

.index-logo {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
}

.index-name {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
	padding: 0 120px 0 15px;
}

.index-name p {
	font-size: 20px;
}

.index-logo-img {
	width: 50px;
	height: 50px;
	margin-right: 60px;
}

.index-user-item {
	position: absolute !important;
	right: 45px;
}

.index-quit-button {
	color: #FF0000 !important;
}


.deal::-webkit-textfield-decoration-container {
}.deal::-webkit-inner-spin-button {
   -webkit-appearance: none;
}
.deal::-webkit-outer-spin-button {
   -webkit-appearance: none;
}
 input[type="number"]{
     -moz-appearance: textfield;
}
/*end*/


/*辅助类*/


/*单行文字超出隐藏*/

.base-fonthide {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/**两行文字超出隐藏*/
.base-fonthide-2 {
	height: 40px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    color: #666;
    margin-bottom: 10px;
    text-overflow: ellipsis;
}
/*路由面包屑*/

.base-router {
	padding:25px 25px 5px 0
}


/*文字居于右边*/

.base-txtright {
	text-align: right;
}

/*文字居中*/
.base-txtcenter {
    text-align:center;
}

/*侧边栏及主题内容*/
.base-side {
	top: 70px;
}

.base-body{
    position:absolute;
	top: 75px !important;
	left: 220px !important;
	z-index: 1 !important;
}

.base-body-padding{
	padding:45px 25px 25px 25px;
}

/*end*/


/*颜色类*/

.base-color-red {
	color: red;
}

.base-color-blue {
	color: #179FFE;
}

.base-color-grey {
	color: #8D8D8D;
}

.base-bg-white {
	background-color: #FFFFFF;
}
.base-readonly-color {
    background-color:#f0f0f0;
}


/*end*/