* {
    margin: 0;
    padding: 0;
}
html {
    position: relative;
}

body {
    background-color: #f2f2f2;
    font-family: "Microsoft Yahei", Arial;
    font-size: 14px;
}

.clearBoth:before,
.clearBoth:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.preview-image,
.preview-image1 {
    display: none;
}


/*头部*/

.jz-header {
    height: 60px;
    background-color: #0f345c;
    position: relative;
    padding: 0 20px;
}

.jz-header .jz-title {
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0px;
    padding-left: 20px;
    box-sizing: border-box;
}

.jz-header h1 {
    padding-top: 21px;
    padding-left: 20px;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    /*background: url("../images/logoHeader.png") no-repeat 0 22px;*/
    letter-spacing: 2px;
}
.jz-header h1 img{

}
.jz-header h1 p {
    letter-spacing: 8px;
}

.jz-header ul.nav-list {
    /*width: 720px;*/
    width: auto;
}


/*导航*/

.jz-header .layui-nav {
    background-color: transparent;
    padding: 0;
}

.jz-header .layui-nav.nav-list {
    position: absolute;
    top: 0;
    display: inline-block;
    font-size: 16px;
    right: 150px;
    left: auto;
}




/* 去除导航条间距 */
.jz-header .layui-nav .layui-nav-item a {
    padding: 0px;
}

.jz-header .layui-nav.personal-center {
    position: absolute;
    right: 20px;
}

.layui-nav.personal-center li>a {
    /*line-height: 114px;*/
    padding: 0 26px;
}

.layui-nav-more {
    margin-left: 6px;
}

.personal-center .layui-nav-child {
    top: 60px;
}

.jz-header .layui-nav * {
    font-size: 14px;
}

.jz-header .layui-nav i {
    position: relative;
    top: 10px;
    font-size: 22px;
}

.jz-header .item-device i {
    font-size: 32px;
}

.jz-header .layui-nav h4 {
    position: relative;
    top: 6px;
}

.layui-nav .layui-nav-item {
    height: 60px;
    width: 56px;
    position: relative;
    margin: 0 10px;
    padding-right: 0px;
}

.layui-nav .jz-last-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.layui-nav .layui-nav-item a {
    width: 100%;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
}

.layui-nav .layui-nav-child,
.layui-nav .layui-nav-child dd.layui-this a,
.layui-nav-child dd.layui-this {
    background-color: #0f345c;
}

.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #FF8265;
}

.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
    background: -webkit-linear-gradient(top,#009afb,#3654ef);
}

.jz-header .layui-breadcrumb {
    position: absolute;
    top: 0;
    right: 30px;
    line-height: 60px;
}

.jz-header .layui-breadcrumb a {
    color: #fff !important;
}

.jz-header .layui-breadcrumb>* {
    font-size: 13px;
}


/*修改密码弹窗*/

.jz-update {
    width: 600px;
}

.layui-layer {
    /*width: 50%!important;*/
    font-size: 14px;
}

.layui-layer h3 {
    text-align: center;
    color: #A09810;
    font-size: 16px;
    line-height: 32px;
}

.layui-layer .jz-pwd {
    margin-left: 20px;
    height: 40px;
    line-height: 40px;
    margin-top: 12px;
}

.layui-layer .jz-pwd span {
    display: inline-block;
    width: 100px;
}

.layui-layer .jz-pwd i {
    color: #FF0000;
}

.layui-layer .jz-pwd input {
    height: 36px;
    line-height: 36px;
    width: 280px;
}

.layui-layer .jz-tips {
    color: #ccc;
    margin-left: 20px;
    line-height: 38px;
}

.layui-layer button {
    margin-left: 120px;
    margin-bottom: 20px;
}


/*密码修改*/

.password-form-zone {
    text-align: center;
    margin-top: 20px;
}

.password-form-zone .layui-form-item {
    display: flex;
    margin-bottom: 5px;
    justify-content: center;
    align-items: center;
}

.password-form-zone .form-btns {
    margin-top: 10px;
}

.password-form-zone .form-btns span {
    margin-bottom: 20px;
}


/* footer */

.footer {
    margin-top: 20px;
    background-color: #333;
    width: 100%;
}

.footer .footer-details {
    padding-top: 14px;
    padding-left: 70px;
    width: 1200px;
    margin: 0 auto 12px;
}

.footer .footer-details>div {
    float: left;
}

.footer-details .list-item {
    margin-right: 110px;
}

.footer-details .footer-phone {
    margin-right: 130px;
}

.footer-details .footer-code {
    margin-right: 140px;
}

.footer-details .list-item h3 {
    font-size: 16px;
    line-height: 42px;
    color: #fff;
}

.footer-details .list-item p {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
}

.footer-details .footer-phone p,
.footer-details .footer-zip p {
    font-size: 18px;
}

.footer-code .code-img {
    float: left;
}

.footer-code .code-detail {
    float: left;
    margin-left: 30px;
}

.footer-code .code-detail h3 {
    padding-top: 22px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #fff;
}

.footer-code .code-detail p {
    padding-top: 8px;
    font-size: 16px;
    text-align: center;
    color: #3d98fd;
}

.footer-copyright {
    line-height: 44px;
    border-top: 1px solid #5c5c5c;
    text-align: center;
    color: #d0d0d0;
}

.fa-mobile {
    font-size: 32px !important;
}

.icon-padding {
    padding-right: 5px;
}

.message-info {
    position: absolute;
    right: 85px;
    top: 8px;
}

.message-bell {
    color: white;
    font-size: 24px;
    line-height: 50px;
    vertical-align: text-bottom;
}

.message-bell:hover {
    color: white;
}

.message-count {
    font-size: 12px;
    color: #fff;
    background: #FFB800;
    border-radius: 5px;
    padding: 2px 5px;
    display: inline-block;
    margin-top: 15px;
    line-height: 16px;
    vertical-align: top;
    text-align: center;
}

.message-info:hover .message-detail {
    display: block;
}

.message-detail {
    display: none;
    z-index: 500;
    position: absolute;
    border: 1px solid #ddd;
    left: -100px;
    background-color: #eaedf1;
}

.message-detail .layui-tab-content {
    background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
}

.message-detail .layui-this {
    background-color: #fff;
}

.message-detail .layui-tab {
    margin: 0 !important;
    padding: 5px;
}

.message-detail-count {
    margin-top: 10px;
}

.message-readed {
    background-color: #009688;
}

.triangele-zone {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #eaedf1;
    top: -6px;
    position: absolute;
    left: 50%;
}

.message-info-item {
    display: inline-block;
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #00c1de;
    border-bottom: 1px solid #ddd;
}

.message-date {
    font-size: 12px;
    color: #000;
}

.btn-icon {
    margin: 0 3px;
}
.layui-layer-setwin .layui-layer-close {
    background: url(../images/map/close.png) no-repeat;
    background-position: 0!important;
}