﻿@charset "utf-8";

html, body {
    width: 100%;
    min-height: 100%;
}

body {
    background: #f8f8f8;
}
.layui-table tr th, .layui-table td {
    text-align:center;
}

.header {
    height: 100px;
    line-height: 100px;
    background: #fff;
}

.header .title {
    font-weight: 700;
    font-size: 30px;
    color: #1457a0;
}

.header .sign-out {
    background: transparent;
    float: right;
    margin-top:20px;
}
.header .sign-out .layui-nav-bar {
    display:none;
}
.header .layui-nav .layui-this:after {
    background: #fff;
}
.header .sign-out .item {
    color: #666;
    font-size: 12px;
}

.header .sign-out .icon-sing {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.header .sign-out .icon-sing img {
    max-width: 100%;
    max-height: 100%;
}

.header .sign-out .item:hover {
    color: #999;
}

.content {
    margin-top: 20px;
    overflow: hidden;
}

.left-nav {
    background: #fff;
}

.heae-upload {
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    padding: 40px 0;
}

.heae-upload .portrait {
    position: relative;
    width: 100px;
    height: 100px;
    border: 1px solid #9e9e9e;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
}

.heae-upload .portrait .file-upload {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.heae-upload .portrait .file-upload .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    position: relative;
    cursor: pointer;
}

.heae-upload .portrait .upload-img {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.heae-upload .portrait .default {
    width: 28px;
    height: 28px;
    display: block;
    margin: 20px auto 10px;
}

.heae-upload .portrait .txt {
    color: #999;
    font-size: 14px;
}

.heae-upload .name {
    font-size: 18px;
    color: #333;
}

.heae-upload .heae-admin {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(left, #5dc2d0, #008cd6);
    background: -moz-linear-gradient(left, #5dc2d0, #008cd6);
    background: -ms-linear-gradient(left, #5dc2d0, #008cd6);
    background: -o-linear-gradient(left, #5dc2d0, #008cd6);
    background: linear-gradient(left, #5dc2d0, #008cd6);
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
    cursor: text;
}

.left-nav #nav li {
    border-bottom: 1px solid #e5e5e5;
    height: 57px;
    line-height: 57px;
}

.left-nav #nav li:last-child {
    border-bottom: 0;
}

.left-nav #nav li a {
    text-align: center;
    font-size: 14px;
    display: block;
}

.left-nav #nav li a.active {
    background: #048ed6;
    color: #fff;
}

.page-content {
    background: #fff;
    padding: 20px;
}

.page-content .text {
    font-size: 16px;
}

.page-content-title {
    position: relative;
}

.page-content-title:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: '';
    width: 84%;
    border-bottom: 1px solid #e3e5e8;
}

.page-content-title-user:after {
    width: 80%;
}

.page-content .form-sub {
    margin-top: 20px;
}

.page-content .phone {
    display: inline-block;
    margin-left: 0;
    width: 182px;
    margin-right: 9px;
}

.division {
    border-top: 1px solid #d2d2d2;
    margin: 30px 0;
}

.userInfo {
    font-size: 16px;
    color: #333;
    padding: 40px 0 20px 0;
    position: relative;
}

.userId {
    background: #fafafa;
    padding: 40px 40px 20px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    position: relative;
    height: 125px;
}

.userId .pic {
    width: 142px;
    height: 90px;
}

.userId img {
    width: 100%;
    height: 100%;
}

.userId-btn {
    background: #e19f20;
    width: 122px;
    height: 26px;
    display: inline-block;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 12px;
    margin-top: 35px;
}

.userId-btn:hover {
    color: #fff;
}

.userId-file {
    position: absolute;
    bottom: 22px;
    left: 51px;
    width: 122px;
    opacity: 0;
}

.userId .id_ok {
    position: absolute;
    bottom: 24px;
    left: 86px;
    width: 40px;
    height: 40px;
    display: none;
}


/* 底部 */
.footer {
    background: #333;
    padding: 30px;
    margin-top: 50px;
}
.footer .com {
    color:#fff;
    font-size:14px;
}
.footer .com .icon {
    margin-bottom:10px;
}
.footer .com p {
    line-height: 28px;
}

.footer .copyright {
    padding: 30px 0 20px;
    margin-top:30px;
    border-top: 1px solid #585050;
    color:#fff;
}
    .footer .copyright a {
        color: #fff;
    }

.train-btn {
    background: -webkit-linear-gradient(left, #5dc2d0, #008cd6) #008cd6;
    background: -moz-linear-gradient(left, #5dc2d0, #008cd6) #008cd6;
    background: -ms-linear-gradient(left, #5dc2d0, #008cd6) #008cd6;
    background: -o-linear-gradient(left, #5dc2d0, #008cd6) #008cd6;
    background: linear-gradient(left, #5dc2d0, #008cd6) #008cd6;
}

.train-clor {
    color: #5FB878;
}

.train-6a {
    background: #6aa51d;
}

.train-d5 {
    background: #d52626;
}

.layui-input-w300 {
    width: 300px;
}

.page-content-title-security:after {
    width: 92%;
}
/* 弹出层 */
.layer-photos {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    z-index: 10;
    visibility: hidden;
}

.layer-photos .content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    width: 550px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -75px 0 0 -150px;
}

.layer-photos-title {
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #b6b6b6;
}

.layer-photos .cole {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.layer-photos .cole img {
    max-width: 100%;
    max-height: 100%;
}

.login {
    width: 100%;
    height: 550px;
    padding: 0;
}

.login .login-bg {
    width: 100%;
    height: 550px;
    background: url(../Images/login_bg.jpg) no-repeat center center;
    background-size: cover;
}

.login .content {
    width: 314px;
    background: #fff;
    padding: 20px;
    float: right;
    margin-top: 75px;
}

.login .content h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
    padding: 0 20px 20px;
    border-bottom: 2px solid #2495e5;
}

.login .content .box {
    padding: 30px 0;
}

.login .item .layui-input {
    padding-left: 10px;
    margin-left: 38px;
    width: 280px;
}

.login .layui-img {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 0;
    top: 0;
    background: #dfdad4;
    padding: 0;
    text-align: center;
}

.login .layui-img img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 7px;
}

.layui-codeMe {
    width: 200px;
    display: inline-block;
    vertical-align: top;
}

.code_num {
    display: inline-block;
    width: 110px;
    overflow: hidden;
    height: 38px;
    background: #f9faf8;
}

.code_num img {
    max-width: 100%;
    max-height: 100%;
}

.login-footer {
    padding: 70px 0;
}

.login-footer .copyright {
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.retrieve_pws {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 560px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -280px;
}

.retrieve_pws_title {
    font-size: 24px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding: 20px 0;
    margin-bottom: 34px;
}
.page-content-title-apply::after {
    width:86%;
}
.page-content-title-project::after {
    width: 92%;
}

#messageControlPassword .userInfo .tisp {
    color: #b53b3b;
    font-size:12px;
}



