/* yui3 reset.css */

html {
    color: #000;
    background: #e3eff6;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font: 12px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}
.r {
    float: right !important;
}
.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

/*顶部*/
.top {
    width: 100%;
    height: 53px;
    color: #fff;
    background: #1E1CBC url('../images/top-bg-new.gif') no-repeat right 0;
    overflow: hidden;
}
.top-right>li {
    float: left;
    height: 30px;
    line-height: 30px;
    border-right: 2px solid #6c7abb;
    padding-right: 24px;
    margin-left: 24px;
    margin-top: 12px;
}
.operation-item {
    border-right: 0 !important;
}
.time {
    font-size: 18px;
}
.date {
    font-size: 12px;
}
.date>p {
    line-height: 21px;
    margin-top: -4px;
}
.top-right>.operation-item {
    width: 190px;
    height: 53px;
    line-height: 53px;
    margin-top: 0;
    padding-right: 0;
}
.operation {
     margin-left: 10px;
}
.btn {
    display: inline-block;
    width: 68px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 18px;
    margin-right: 8px;
    cursor: pointer;
}
.login-success {
    display: none;
}
.login-success>img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    vertical-align: middle;
    margin-top: -39px;
}
.user {
    display: inline-block;
    width: 140px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: text-bottom;
}
.top-right>.btn-logout {
	border-radius:6px;
    display: inline-block;
    width: 52px;
    height: 52px;
    padding-right: 0;
    background: #243995 url('../images/logout-icon.png') no-repeat center;
    margin-top: 0;
    border-right: 0;
    margin-left: 0;
    cursor: pointer;
}

.btn-logout:hover {
    background-color: #f88547;
}

/*重写弹窗样式*/

div.layui-layer-rim {
    border: 0;
    border-radius: 6px;
    overflow: hidden;
}
div.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 55px;
    line-height: 55px;
    border-bottom: 0;
    font-size: 18px;
    color: #fff;
    background-color: #338bff;
}
span.layui-layer-setwin {
    right: 23px;
    top: 18px;
}
.layui-layer-setwin .layui-layer-ico.layui-layer-close1 {
    background-position: 0;
}
.layui-layer-setwin .layui-layer-ico {
    position: relative;
    width: 16px;
    height: 16px;
    margin-left: 10px;
    font-size: 12px;
    background: url('../images/close-icon.png') no-repeat;
}
::-webkit-input-placeholder
/* WebKit browsers */

{
    color: #999;
}

:-moz-placeholder
/* Mozilla Firefox 4 to 18 */

{
    color: #999;
}

::-moz-placeholder
/* Mozilla Firefox 19+ */

{
    color: #999;
}

:-ms-input-placeholder
/* Internet Explorer 10+ */

{
    color: #999;
}

.placeholder
/* Internet Explorer 9- */

{
    color: #999;
}


.mt10 {
    margin-top: 10px;
}