﻿@charset "UTF-8";

/*顶部*/
.top {
    background-color: #545454;
    height: 40px;
    color: #fff;
    width: 100%;
}

.top a {
    line-height: 40px;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 5px;
}

.topMenu {
    height: 100px;
}

.topMenu .logo {
    width: 209px;
    height: 60px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    background: url("../Image/logo.png") no-repeat left center;
    float: left;
    cursor: auto;
}

.topMenu .banner {
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 16px;
}

.topMenu a {
    height: 50px;
    display: inline-block;
    text-decoration: none !important;
    color: #7b7b7b;
    padding-left: 25px;
    line-height: 50px;
    font-size: 16px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.topMenu a.zxw {
    background: url("../Image/nav_13.png") no-repeat left center;
}

.topMenu a.zxw.checked {
    background: url("../Image/nav_13r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.help {
    background: url("../Image/nav_14.png") no-repeat left center;
}

.topMenu a.help.checked {
    background: url("../Image/nav_14r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.advise {
    background: url("../Image/nav_15.png") no-repeat left center;
}

.topMenu a.advise.checked {
    background: url("../Image/nav_15r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

.topMenu a.logout {
    background: url("../Image/nav_16.png") no-repeat left center;
}

.topMenu a.logout.checked {
    background: url("../Image/nav_16r.png") no-repeat left center;
    color: #f25852;
    border-bottom: 3px solid #f25852;
}

/*页脚*/
.footer {
    padding: 20px 0px 20px 0px;
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
}

.footer a {
    background-color: #7b7b7b;
    display: inline-block;
    padding: 0px 15px 0px 15px;
    color: #fff !important;
    line-height: 20px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #0e90d2 !important;
}

.footer a.clear {
    background-color: transparent;
    display: inline-block;
    color: #999 !important;
    line-height: 20px;
    text-decoration: none;
    padding: 0px 5px;
}

.footer a.clear:hover {
    color: #999 !important;
    background-color: transparent !important;
}

/*浮动工具*/
.quickTool {
    border-radius: 3px;
    position: fixed;
    width: 60px;
    min-height: 30px;
    top: 30%;
    right: 10%;
    border: solid 1px #8cc63e;
    background: #fff;
}

.quickTool a {
    display: block;
    width: 40px;
    border-bottom: solid 1px #8cc63e;
    margin: 5px;
    padding: 5px;
}

.faceIcons {
    display: block;
    width: 100%;
    min-height: 1px;
    border-radius: 3px;
    box-shadow: 1px 1px 5px #888888;
    position: absolute;
    background-color: #fff;
}

.faceIcons .iconType {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
    padding: 0px 5px;
}

.faceIcons .iconType .iconSelect {
    height: 24px;
    line-height: 24px;
    display: inline-block;
    background-color: silver;
    color: #fff;
    text-decoration: none;
    padding: 0px 10px;
    border-radius: 10px;
}

.faceIcons .iconType .iconSelect.checked {
    background-color: #5a98de;
}

.faceIcons .iconItem {
    text-align: left;
    min-height: 1px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.faceIcons .iconItem a {
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
    margin: 0px 5px 10px 5px;
    vertical-align: top;
}

.faceIcons .iconItem a img {
    width: 24px;
    height: 24px;
    object-fit: scale-down;
}


.ImageUpload {
    position: absolute;
    right: 85px;
    top: -7px;
    font-size: 15px;
    width: 210px;
    height: 170px;
    border-radius: 3px;
    box-shadow: #ccc 0px 0px 8px;
    background-color: #fff;
    z-index: 99;
}

.ImageUpload a {
    text-decoration: none;
}

.ImageUpload .iconType {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #e0e0e0;
    text-align: left;
}

.imageItem {
    width: 100%;
    min-height: 1px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: left;
}

.imageItem a.upLoadBtn {
    width: 54px;
    height: 54px;
    line-height: 50px;
    display: inline-block;
    border-radius: 8px;
    border: 2px dotted #999;
    margin-right: 8px;
    margin-bottom: 5px;
    text-align: center;
    box-sizing: border-box;
    vertical-align: middle;
}

.imageItem .iitem {
    width: 54px;
    height: 54px;
    line-height: 50px;
    display: inline-block;
    border-radius: 8px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.imageItem .iitem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imageItem .iitem i {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: red;
    color: #fff;
    display: inline-block;
    line-height: 12px;
    border-radius: 50%;
    font-size: 13px;
    padding: 1px;
    cursor: pointer;
}

.attachments {
    text-align: left;
}

.attachments a {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin-right: 5px;
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
}

.attachments img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}