/* common */
body{
	font-family:'Microsoft Yahei';
}
a{
    color: inherit;
}
a:hover {
    text-decoration: none;
    color: initial;
}
ul{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.grey-3{
	color:#333 !important;
}
.grey-6{
	color:#666 !important;
}
.grey-9{
	color:#999 !important;
}
.f16{
	font-size:16px;
}
.f18{
	font-size:18px;
}
.f20{
	font-size:20px;
}
.ta-r{
    text-align: right;
}
.ta-c{
    text-align: center;
}
.ta-l{
    text-align: left;
}
/* commonHeader.jsp start*/
#commonHeader {
    color: white;
    min-width: 700px;
    width: 100%;
    height: 75px;
    background-color: #4a8ad2; 
    background-repeat: no-repeat;
    background-size: 264px 43px; 
    background-position-y: 13px;
    background-position-x: 10px;
    z-index: 10;
}     

#commonHeader .commonHeader-div {
    width: 100%;
    height: 100%;
    /* background: transparent url('../images/header_lace.png') no-repeat; */
    background-size: 285px 49px;
    background-position-y: 13px;
    background-position-x: 357px;
    padding: 19px;
}

/*  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.div_top_logo {
	width: 300px;
	height: 68px;
	margin-left: 100px;
	float: left;
	cursor: pointer;
} 

.operateTop{
    margin-top: 8px;
    margin-left: 40px;
    float: right;
}

.header_btn img {
    width: 28px;
}

#loginOut{
    margin-right: 11px;
}
#loginOut:hover{
	background:#337ab7 !important;
}
#loginOut .icon-tuichu{
	float: left;
    line-height: 17px;
    padding-left: 7px;
    padding-right: 2px;
}
#commonHeader .header_btn a{
    padding-right: 2px;
    text-decoration: none;
    line-height: 16px;
}
#commonHeader .header_btn{
	min-width: 70px;
    cursor: pointer;
    float: right;
    height: 25px;
    text-align: center;
    padding: 4px;
    margin: -5px 5px 0 15px;
}

#commonHeader .header_btn a:hover{
	color:white;
}

#commonHeader .header_btn .glyphicon-share-alt{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE*/
    filter:FlipH;
    padding-left: 5px;
    position: relative;
    top: 1px;
}
#backMain{
     padding: 4px 10px !important;
}
#backMain a{
    position: relative;
    bottom: 2px;
}

/* commonHeader.jsp end*/

/* loading.jsp start*/
#mask {       
    position: fixed;
    top: 0px;
    filter: alpha(opacity=60);
    z-index: 1002;
    left: 0px;
    -moz-opacity: 0.5;
    width: 100%;
    height: 100%;
    background:#fff;
   /*  background: rgba(0,0,0,.5); */
   display: table;
} 
#mask .loadingImg{
    z-index: 1003;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#mask .loadingImg img{
    width: 190px;
    margin: 0 auto;
}
#mask .loadingImg .loadingBg{
	z-index: 1002;
    margin: 0 auto;
    width: 130px;
    position: relative;
    top: -100px;
}
#mask .loadingImg .loadingBg_color{
    z-index: 1002;
    margin: 0 auto;
    position: absolute;
    /* text-align: center; */
    background: #fff;
    width: 130px;
    height: 130px;
    border-radius: 100px;
}
#loadingText{
    display: block;
    width: 400px;
    color: black;
    font-size: 18px;
    margin: 0 auto;
    color: white;
    text-align: center;
}
/* loading.jsp end*/

/* scroll bar start */
::-webkit-scrollbar{  
    width: 6px;  
    background-color: #F0F0F0;  
} 
::-webkit-scrollbar-track{  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);  
    border-radius: 10px;  
    background-color: #FcFcFc;  
} 
::-webkit-scrollbar-thumb  
{  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.1);  
    background-color: #eee;  
}
/* scroll bar end */