/* 头部 */
.headerTop {
    width: 1200px;
    margin: auto;
    height: 90px;
    padding: 28px 0 14px 0;
    box-sizing: border-box;
}

.headerTop span {
    display: block;
}

.headerTop_left_logo {
    width: 100%;
    padding-right: 20px;
    border-right: 1px solid #ccc;
}

.headerTop_left_logo img {
    width: 54px;
    height: 54px;
    margin-right: 15px;
}

.headerTop_left_logo span:nth-child(1) {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    padding: 4px 6px;
    background-color: rgba(238, 238, 238, 0.98);
}

.headerTop_left_logo span:nth-child(2) {
    width: 194px;
    display: inline-block;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #010101;
    text-align: justify;
    text-align-last: justify;
}

.headerTop_center {
    position: relative;
    margin-left: 20px;
}

.headerTop_center span {
    width: 66px;
    display: block;
    margin-right: 60px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #010101;
}

.headerTop_center input {
    width: 280px;
    height: 35px;
    /*line-height: 35px;*/
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding-left: 10px;
    flex: 1;
    box-sizing: border-box;
}

.headerTop_center input::placeholder {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.headerTop_center div {
    position: absolute;
    top: 50%;
    right: 12px;
    padding-left: 12px;
    border-left: 1px solid #ccc;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
}

.headerTop_center div img {
    width: 16px;
    height: 16px;
}

/* 登录显示 */
.headerTop_right div span {
    display: block;
    margin: 0 20px 0 10px;
}

.headerTop_right .loggedMassage span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: block;
    height: 21px;
}

.headerTop_right .loggedMassage .logOutClose, .headerTop_right .loggedMassage .logOutOpen {
    width: 12px;
    height: 7px;
    cursor: pointer;
}

.logged {
    position: relative;
}

.logOutClose {
    display: none;
    transform: rotate(180deg);
}

/* 退出登录 */
.logOut {
    position: absolute;
    bottom: -120px;
    width: 180px;
    height: 111px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 16px 0px 10px 0px;
    box-sizing: border-box;
    display: none;
}

.logOut > span {
    display: block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-left: 16px;
}

.logOut > span:nth-last-of-type(1) {
    padding: 14px 0 10px 16px;
}

.logOut img {
    width: 14px;
    height: 15px;
}

.logOut div {
    width: 100%;
    height: 30px;
    border-top: 1px solid #DDEBFF;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2984FF;
    cursor: pointer;
}

.headerBanner {
    width: 100%;
    height: 480px;
    background: url("../../images/portal/banner.png") no-repeat;
    background-size: 100% 100%;
}

.headerBannerBox {
    width: 1200px;
    margin: auto;
    padding-top: 10px;
    position: relative;
}

.headerBannerBox_tab div {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 24px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    color: #333333;
}

.headerBannerBox_tab div:hover {
    background: #2984FF !important;
    box-shadow: 2px 3px 2px 0px #0751B4;
    color: #fff !important;
}

.headerBannerBox_tab div:hover img {
    display: none;
}

.headerBannerBox_tab div:hover .tabImg {
    display: block;
}

.headerBannerBox_tab div img {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headerBannerBox_tab div span {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;

}

.tabActive {
    background: #2984FF !important;
    box-shadow: 2px 3px 2px 0px #0751B4;
    color: #fff !important;
}

.tabActive .tabImg {
    display: block;
}

.tabImg {
    display: none;
}

.loginBox {
    position: absolute;
    top: 10px;
    right: 0;
    width: 228px;
    height: 288px;
    background: url("../../images/portal/denglu_bg.png") no-repeat;
    background-size: 328px 240px;
    padding-top: 20px;
    box-sizing: border-box;
}

.loginBox span,
.loginBox button {
    display: block;
}

.loginBox span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-bottom: 17px;
}

.loginBox button {
    width: 140px;
}

button {
    margin: auto;
    min-width: 60px;
    font-size: 14px;
    height: 32px;
    border-radius: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 0 15px !important;
    box-sizing: border-box;
}

/* 登录按钮 */
.registerButton {
    background: #CBDCF3;
    color: #2984FF;
}

/* 普通按钮 */
.ordinary {
    background: #DFEEFF;
    color: #2984FF;
}

.register {
    background: #2984FF;
    color: #fff;
    margin: auto;
}

.login {
    background: #2984FF;
    color: #fff;
}

.guide {
    color: #FF8F0A;
    background: #FFEEDF;
    margin: auto;
}

.yellow{
    color: #FF8F0A;
    background: #FFEEDF;
    margin: auto;
}

.look {
    background: #EFF6FF;
    border: 1px solid #2984FF;
    color: #2984FF;
}

.download {
    background: #FFF8EF;
    border: 1px solid #FFA50F;
    color: #FFA50F;
}

.preserve {
    color: #FF8F0A;
    background: #FF8F0A;
    margin: auto;
}

.del {
    color: #FE3839;
    background: #FFE4E4;
}

.headerBannerBox_title {
    margin-top: 50px;
}

.headerBannerBox_title h2 {
    width: 547px;
    font-size: 40px;
    text-align: justify;
    text-align-last: justify;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0px 4px 0px rgba(13, 37, 97, 0.53);
}

.headerBannerBox_title img {
    width: 23px;
    height: 25px;
}

.headerBannerBox_title > div {
    margin: 27px 0px 0 45px;
}

.headerBannerBox_title_tab {
    width: 370px;
    height: 41px;
    background: rgba(247, 251, 255, 0);
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    margin-left: 18px;
}

.headerBannerBox_title_tab span {
    display: block;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    text-align: center;

}

/* 底部 */
footer {
    width: 100%;
    height: 200px;
    background: #243A57;
}

.footer {
    width: 1200px;
    margin: auto;
    padding-top: 20px;
    box-sizing: border-box;
}

.footer_left,
.footer_right {
    float: left;
}

.footer_left {
    margin: 20px 0;
    padding: 20px 40px;
    border-right: 1px solid #ccc;
}

.footer_left img {
    margin-right: 20px;
}

.footer_right {
    padding: 0 60px;
}

.footer_right div {
    margin-bottom: 12px;
}

.footer_right span {
    display: inline-block;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 20px;
}

/* 中间区域 */
.tableTitle {
    padding-bottom: 9px;
    border-bottom: 2px solid #eee;
}

.tableTitle img {
    width: 22px;
    height: 19px;
    margin-right: 17px;
}

h4 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}

.tableTitle span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

/* 表格搜索 */
.tableSearch input {
    width: 200px;
    height: 32px;
    border: 2px solid #EEEEEE;
    border-radius: 4px 0px 0px 4px;
    padding-left: 10px;
    box-sizing: border-box;
}

.tableSearch div {
    width: 48px;
    height: 32px;
    background: #2984FF;
    border-radius: 0px 4px 4px 0px;
    position: relative;
    cursor: pointer;
}

.tableSearch div img {
    width: 16px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* 表格 */
table {
    width: 100%;
    max-height: 578px;
    border-collapse: collapse;
    table-layout: fixed;
    white-space: nowrap;

}

table thead th {
    height: 48px;
    padding: 0 20px;
    text-align: left;
    background: #EFF5FC;
}

table tbody td {
    text-align: left;
    font-size: 14px;
    height: 52px;
    /*line-height: 52px;*/
    padding: 0px 8px 0px 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    border-bottom: 1px solid #EDF3F9;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

table thead th:nth-child(1) {
    width: 70px;
}

table tbody tr:hover {
    background: #F4F8FC;
}

/* 无头部表格 */
.learnMore table {
    border: 1px solid #CADCF6;
}

.learnMore table tr td:nth-child(odd) {
    width: 300px;
    background: #F4F8FC;
    border: 1px solid #D4E4FA;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 600;
}

.learnMore table tr td:nth-child(even) {
    color: #333333;
    white-space: normal;
    font-family: PingFang SC;
    font-size: 14px;
    font-weight: 400;
}

/* 分页 */
.tablePaging {
    margin: 24px 0 30px 0;
}

.tablePaging li {
    margin: 0 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.tablePaging li a {
    display: block;
    width: 28px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 14px;
    text-align: center;
    cursor: pointer;
}

.tablePaging li .prevPage,
.tablePaging li .nextPage {
    width: 60px;
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 14px;
}

.tablePagingActive {
    background: #2984FF !important;
    color: #fff;
}

.tablePaging li a:hover {
    background: #2984FF !important;
    color: #fff;
}

/* 导航 */
.navBarBox {
    position: fixed;
    top: 100px;
    right: 10px;
    width: 80px;

}

.navBar {
    box-shadow: 0px 0px 21px 0px rgba(0, 47, 110, 0.15);
}

.navBar img {
    margin: auto;
}

.navBar span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    margin-top: 10px;
}

.navBar div {
    padding: 16px 10px;
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    color: #2984FF;
    cursor: pointer;
}

.navBar div:hover {
    color: #fff;
    background: #2984FF;
}

.navImg {
    display: none;
}

.navBar div:hover img {
    display: none;
}

.navBar div:hover .navImg {
    display: block;
}

.navOpen {
    display: none;
}

.navClose img {
    transform: rotate(180deg);
}

.navBar .scrollTop {
    display: none;
}

.code {
    width: 100px;
    height: 100px;
    background: url("../../images/portal/ewm.png") no-repeat;
    background-size: 100px 100px;
    position: absolute;
    top: 80px;
    right: 100px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 1s;
    display: none;
    border:3px solid #FFFFFF
}

.codeActive {
    transform: scale(1);
    opacity: 1;
    display: block;
}

/* 筛选框 */
.filterBox {
    width: 100%;
    margin-top: 30px;
    background: #EFF5FC;
}

.filterBox_item span {
    width: 120px;
    background: #E9EFF6;
    display: block;
    font-size: 14px;
    padding: 12px 0;
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.filterBox_item ul {
    padding-left: 20px;
    box-sizing: border-box;
}

.filterBox_item li {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin-right: 34px;
    cursor: pointer;
}

.filterActive {
    color: #2984FF !important;
}

.filterBox_item li:hover {
    color: #2984FF;
}

/* *号样式 */
.required:before {
    content: "*";
    display: inline-block;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF0001;
}

.input-required::after {
    content: "*";
    display: inline-block;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FF0001;
    vertical-align: top;
}

input[disabled],
textarea[disabled] {
    border: none !important;
    background: #fff;
    resize: none;
    padding: inherit;
}

/* 去除滚动条 */
::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
}

/*子项目列表*/
.subproject {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 20px;
    box-sizing: border-box;
}

.subproject div {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

.subproject div span {
    float: left;
    padding: 10px;
    border-radius: 50px;
}

.subproject .hover {
    color: #1c94f4;
    cursor: pointer;
}

.subproject .active {
    background-color: #1c94f4;
    color: #fff;
}

.table-noreson:hover {
    background: inherit;
}

/* layui日历样式 */
.layui-laydate-main {
    width: 370px !important;
}

.layui-laydate-content table thead th:nth-child(1) {
    width: 36px;
}

/* 表单样式 */
input {
    width: 70%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 17px;
    padding-left: 10px;
    box-sizing: border-box;
}

label span {
    display: inline-block;
    width: 120px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

textarea {
    width: 86%;
    height: 70px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    padding: 12px 14px;
    box-sizing: border-box;
    outline: none;
}

/* 备注星号 */
.remarks {
    color: rgba(239, 51, 51, 1);
}
