li,span,button,div,input,a,label,i {font-family: "Microsoft Yahei";}

select{
    padding-left: 10px;
    border: solid 1px #000;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 14px;
    background: url("../images/select_arrow.png") no-repeat scroll right center transparent;
    cursor: pointer;
}

select::-ms-expand { display: none; }

.mini {
    height: 13px;
    font-size: 11px !important;
    line-height: 13px;
    padding: 4px 10px;
}

.admin-head {

}

.container {
    width: 1120px !important;
    margin-left: auto;
    margin-right: auto;
}

.mini-title {
    font-size: 14px !important;
}

.img-head {
    width: 40px;
    hight: 40px;
    border-radius: 50%;
    margin-top: 5px;
}

.admin-name {
    margin-top: 10px;
}

/*菜单栏的CLASS*/
.menu-div {
    cursor: pointer;
    width: 260px;
    float: left;
}

.hover-icon {
    display: none;
}

.menu-first-div {
    border-radius: 3px;
    border: dashed 1px #87a3b8;
    width: 200px;
    height: 82px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    padding: 15px;
}

.menu-second-div {
    margin: 0 auto;
}

.menu-second-div-border {
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    border-right: solid 1px #e4e4e4;
}

.menu-second-div-border-bottom {
    border: solid 1px #e4e4e4;
}

.menu-second-main {
    height: 72px;
    font-size: 16px;
    color: #333333;
    padding: 27.5px 0px 0px 52px;
}

.menu-second-sub {
    height: 68px;
    font-size: 14px;
    color: #666666;
    padding: 26px 0px 0px 52px;
}

.menu-second-content {
    margin-left: 20px;
    margin-top: -5px;
}

.amend{
    overflow: hidden;
}

.menu-btn-hover {
    border-left: solid 3px #1d90f6;
}

.menu-btn-check {
    border-left: solid 3px #1c8ff5;
    background-color: #fdfdfd;
    color: #1d8cf5;

}

.editor-div {
    margin-top: 24px;
    margin-left: 30px;
}

.form-default {
    border: solid 1px #d9d9d9;
    border-radius: 3px;
}

.button_size_style {
    display: inline-block;
    outline: none;
    height: 30px;
    width: 96px;
    text-align: center;
    border-radius: 36px;
    font-size: 14px;
    margin-left: 30px;
}

a:link, a:visited, a:hover {
    text-decoration: none; /*超链接无下划线*/
}

/*
设置宽度使用的CLASS
*/
.span12 {
    width: 750px;
    line-height: 25px;
    max-width: 750px;
}

.span11 {
    width: 650px;
    line-height: 25px;
    max-width: 750px;
}

.span10 {
    width: 500px;
    line-height: 25px;
}

.span2 {
    width: 70px;
    line-height: 25px;
    display: inline-block;
    text-align: right;
}

.span1 {
    width: 28px;
}

.cover-icon {
    height: 30px;
    width: 120px;
    margin-left: 30px;
    margin-top: 45px;
    font-size: 17px;
    font-weight: bold;
}

#show_img {
    width: 180px;
    height: 120px;
    background-color: #e8e8e8;
    margin-left: 72px;
    margin-top: -25px;
    cursor: pointer;
    overflow: hidden;
}

/*文章分类*/
.tag-span {
    width: 116px;
    text-align: center;
    border: solid 1px #e4e4e4;
    display: inline-block;
    border-radius: 3px;
    margin-top: 5px;
    cursor: pointer;
    line-height: 30px;
    margin-left: 18px;
    margin-top: 10px;
}

.tag-span-hover {
    background-color: #00a0e9;
    color: #FFFFFF;
}

.tag-div-add {
    width: 113.5px;
    text-align: center;
    border: dashed 1px #2793f5;
    display: inline-block;
    border-radius: 3px;
    margin-top: 5px;
    color: #2793f5;
    cursor: pointer;
}

.tag-list-tr {
    line-height: 40px;
    padding-left: 10px;
}

.tag-update-tr{
    padding-left: 0px;
}

.tag-list-tr:hover {
    background: #eeeef1;
}

.tag-list-td {
    cursor: pointer;
    float: right;
    /*width: 40px;*/
    margin-left: 5px;
}

.tag-list-td-info {
    color: #666666;
    font-size: 12px;
    /*width: 50px;*/
}

.tag-list-td-left {
    cursor: pointer;
    color: #3995fa;
    min-width: 50px;
    display: inline-block;
    margin-left: 20px;
}

.tag-move-icon {
    display: none;
}

/*背景图全屏自动缩放div样式*/
/*使用方法<div id='bg_image_full_auto_zoom'><img src=''/></div>*/
#bg_image_full_auto_zoom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*背景图全屏自动缩放div中image样式*/
#bg_image_full_auto_zoom img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.clear_fix {
    clear: both;
}

/*button 颜色样式组合：背景色及其字体颜色*/
/*边框蓝色 底色白色  文字蓝色*/
.btn_enable_color_style_1 {
    background: #FFFFFF;
    color: #1e8ff7;
    border: 1px solid #1e8ff7;
    cursor: pointer;
}

/*无边框 底色蓝色  文字白色*/
.btn_enable_color_style_2 {
    border: none;
    background: #1e8ff7;
    color: #FFFFFF;
    cursor: pointer;
}
/*边框灰色 底色白色  文字灰色*/
.btn_enable_color_style_3 {
    background-color: #ffffff;
    color: #666666;
    border: solid 1px #aaaaaa;
}


/*button 鼠标滑过颜色*/
/*无边框 底色蓝色  文字白色*/
.btn_enable_color_style_1:hover {
    background: #1487f1;
    color: #FFFFFF;
    /*border: none;*/
}
/*无边框 底色蓝色  文字白色*/
.btn_enable_color_style_2:hover {
    background: #1487f1;
    color: #FFFFFF;
    border: none;
}

.btn_enable_color_style_3:hover{
    background: #1487f1;
    color: #FFFFFF;
    border: none;
}

/*button禁止点击 颜色样式：置灰*/
/*无边框 底色灰色 文字白色*/
.btn_disable_color_style_1 {
    background: #d7d7d7;
    color: #ffffff;
    border: none;
}



/*禁止鼠标滑过事件*/
.disable-hover {
    pointer-events: none;
}



