body{
	font-size:14px;
}

/*按钮*/
.click-hover:hover {
    background-color: #EDEDED;
}

/*按钮触发下拉菜单*/
.select-btn .select-panel {
    display: none;
    position: absolute;
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0);
    padding: 6px;
    min-width: calc(100% - 14px);
    background: white;
    border-radius: 3px;
    border: 1px solid #efefef;
    box-shadow: 0 0 2px 0 #eee;
}

.select-btn:hover .select-panel {
    display: block;
}

.select-btn .select-panel > .select-item {
    color: #666;
    /* font-size: 15px; */
    text-align: center;
    padding: 3px 0;
}

a {
    text-decoration: none;
}

.qr-title {
    color: #5494cd;
    text-align: center;
    line-height: 15px;
    height: 15px;
    margin-top: 10px;
}

/*---------------------------------------------*/
/* app_base */
#app {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.fill-panel {
    width: 100%;
    min-width: 1270px;
}

.base-panel {
    width: 1200px;
    margin: 0 auto;
}

.captcha {
    border: 1px solid #34cccc;
    background: url("/captcha") 0 0 no-repeat;
    width: 115px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    vertical-align: middle;
}

.browse-error {
    color: red;
}

.browse-sure {
    color: #3598dc;
}

/*btn*/
.table-btn {
    display: inline-block;
    padding: 6px 12px;
    margin: 6px 4px;
    border-radius: 14px;
    cursor: pointer;
    line-height: 11px;
    /* font-size: 12px; */
}

.table-btn:not(.un-hover):hover {
    background: #eee;
}

.table-btn + .table-btn {
    margin-left: 5px;
}

.table-btn.btn-blue {
    color: white;
    background: #428bca;
    border: 1px solid #428bca;
}

.table-btn.btn-blue:not(.un-hover):hover {
    background: #1c70a9;
}

.table-btn.btn-orange {
    color: white;
    background: #fb8542;
    border: 1px solid #fb8542;
}

.table-btn.btn-orange:not(.un-hover):hover {
    background: #cc5b1a;
}

.table-btn.btn-green {
    color: white;
    background: #5fb750;
    border: 1px solid #5fb750;
}

.table-btn.btn-green:not(.un-hover):hover {
    background: #61ad54;
}

.table-btn.btn-red {
    color: white;
    background: #ff3c3c;
    border: 1px solid #ff3c3c;
}

.table-btn.btn-red:not(.un-hover):hover {
    background: #e94148;
}

/**/
.table-btn.btn-blue-plain {
    color: #399add;
    border: 1px solid #399add;
}

.table-btn.btn-blue-plain:not(.un-hover):hover {
    background: #eee;
}

.table-btn[disabled] {
    color: white;
    background: #999;
    border: 1px solid #999;
    cursor: not-allowed;
}

.table-btn[disabled]:hover {
    background: #999;
    border: 1px solid #999;
}

.form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    background: white;
    border: 1px solid #666;
    /* font-size: 15px; */
    outline-style: none;
}

.form-btn img {
    margin-right: 6px;
    height: 18px;
}

.form-btn:hover {
    background: #eee;
}

.form-btn.btn-blue {
    color: white;
    background: #428bca;
    border: 1px solid #428bca;
}

.form-btn.btn-blue:hover {
    background: #1c70a9;
}

.form-btn.btn-grey {
    color: white;
    background: #b8b8b8;
    border: 1px solid #b8b8b8;
}

.form-btn.btn-grey:hover {
    background: #999999;
}

.form-btn.btn-orange {
    color: white;
    background: #fb8542;
    border: 1px solid #fb8542;
}

.form-btn.btn-orange:hover {
    background: #cc5b1a;
}

.form-btn.btn-green {
    color: white;
    background: #5fb750;
    border: 1px solid #5fb750;
}

.form-btn.btn-green:hover {
    background: #61ad54;
}

.form-btn.btn-red {
    color: white;
    background: #ff3c3c;
    border: 1px solid #ff3c3c;
}

.form-btn.btn-red:hover {
    background: #e94148;
}

.form-btn[disabled] {
    color: white;
    background: #999;
    border: 1px solid #999;
    cursor: not-allowed;
}

.form-btn[disabled]:hover {
    background: #999;
    border: 1px solid #999;
}

/*---------------------------------------------*/
/*logo栏*/
#base-logo {
    position: relative;
    z-index: 20;
}

#base-logo--panel {
    display: flex;
    align-items: center;
    height: 60px;
}

.base-logo--item {
    display: flex;
    align-items: center;
    height: 30px;
    cursor: pointer;
    padding: 0 5px 0 0;
    position: relative;
}

.base-logo--left-item {
    flex-grow: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.base-logo--left-item .base-logo--item + .base-logo--item {
    margin-left: 40px;
}

.base-logo--left-item .base-logo--item.select-area {
    margin-left: 70px;
}

.base-logo--right-item {
    height: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.base-logo--right-item .base-logo--item + .base-logo--item {
    margin-left: 30px;
}

/*logo栏的按钮图标*/
.base-logo--item > .head-icon {
    height: 16px;
    margin: 0 5px;
}

/*地区选择*/
.select-area > .item-text {
    color: #555555;
    /* font-size: 16px; */
    font-weight: 500;
}

.select-area > .fa.fa-caret-down {
    color: #555555;
    margin: 0 0 0 5px;
}

.select-area .select-panel {
    width: 390px;
}

.select-area .select-panel > .select-item {
    float: left;
    width: 124px;
    padding: 3px;
}

.select-area .select-panel > .select-item.selected {
    background: #3598dc;
    color: white;
}

/*用户登录*/
.base-login-btn > .item-text {
    color: #3397dc;
    /* font-size: 16px; */
    font-weight: 500;
}

.base-login-btn > .fa.fa-caret-down {
    color: #3397dc;
    margin: 0 0 0 5px;
}

/*二维码*/
.base-phone-login-btn > .item-text {
    color: #3397dc;
    /* font-size: 16px; */
    font-weight: 500;
}

#qr-main img {
    width: 260px;
}

#phone-qr-img {
    width: 240px;
}

/*审批登录*/
.base-home-login-btn > .item-text {
    color: #3397dc;
    /* font-size: 16px; */
    font-weight: 500;
}

/*---------------------------------------------*/
/*base-app-banner*/
#base-app-banner {
    position: relative;
    z-index: 10;
    height: 100px;
}

/*转跳链接栏 base-app*/
#base-app {
    position: absolute;
    left: 0;
    top: 0;
    background: #0f599f;
    z-index: 11;
}

#base-app--panel {
    height: 100px;
}

.base-app-item {
    height: 100%;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    color: transparent;
}

.base-app-item:hover {
    background: #1d6eb5;
}

.base-app-item.selected {
    background: #1d6eb5;
}

.base-app-item + .base-app-item {
    border-left: 2px solid #2266a7;
}

.base-app-item > .app-item-title {
    color: white;
    /* font-size: 16px; */
}

.base-app--left {
    float: left;
    height: 100%;
}

.base-app--left .base-app-item {
    float: left;
    width: 95px;
}

.base-app--left .base-app-item > .app-item-img {
    height: 32px;
    margin: 19px 0 5px 0;
    vertical-align:baseline;
}

.base-app--right {
    float: right;
    height: 100%;
}

.base-app--right .base-app-item {
    float: left;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.base-app--right .base-app-item + .base-app-item {
    border-width: 0;
}

.base-app--right .base-app-item > .app-item-img {
    height: 15px;
    margin: 0 10px;
}

/*---------------------------------------------*/
/*顶部横幅 base-banner */
#base-banner {
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
}

#base-banner-img {
    position: absolute;
    min-width: 1920px;
    width: 100%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

#base-banner-panel {
    height: 380px;
    position: relative;
}

#banner-title {
    position: absolute;
    top: 180px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 415px;
}

/*---------------------------------------------*/
/*主体栏 base-content */
#base-content {
    padding: 20px 0;
    flex-grow: 1;
    background: url('../images/app-base/main-bg.png') 0 -400px no-repeat;
    background-size: 100% calc(100% + 600px);
    display: flex;
    flex-direction: column;
}

#base-content--panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.base-content--main {
    padding: 20px 40px;
    background: white;
    box-shadow: 0 0 5px 0 #e2e2e2;
}

.base-content--main + .base-content--main {
    margin-top: 20px;
}

.content-title-panel {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #a1cfef;
}

.content-title-left {
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.content-title-right {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
}

.content-title-logo {
    width: 20px;
    margin-right: 10px;
}

.content-title {
    color: #0f599f;
    font-size: 21px;
    margin-right: 10px;
    font-weight: 900;
    line-height: 21px;
}

.content-title-memo {
    color: #9c9c9c;
    /* font-size: 15px; */
    line-height: 15px;
}

.content-title-more {
    display: flex;
    align-items: center;
    color: #9c9c9c;
    font-size: 13px;
    line-height: 13px;
}

.content-title-more .fa {
    color: #9c9c9c;
    line-height: 10px;
    margin-left: 3px;
    height: 10px;
}

.content-title-more:hover {
    text-decoration: underline;
}

/*switch - 切换适用对象/类型模块*/
.switch-batch-panel {
    display: flex;
    height: 90px;
}

.switch-batch-panel {
    margin-top: 15px;
}

.switch-title {
    position: relative;
    width: 30px;
    font-size: 14px;
    padding: 15px;
    color: white;
    background: #3598dc;
    flex-shrink: 0;
}

.switch-title::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 9px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #3598dc;
}

.switch-items {
    flex-grow: 1;
    margin-left: 20px;
    display: flex;
}

.switch-item {
    flex-grow: 1;
    width: 0;
    height: 90px;
    background: #eff1f6;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
}

.switch-item-img {
    height: 32px;
    margin-top: 16px;
}

.switch-item-title {
    font-size: 14px;
    margin-top: 3px;
    color: #666;
}

.switch-item:hover {
    background: #e0e0e0;
}

.switch-item.selected {
    background: #e0e0e0;;
}

.switch-object .switch-item-img {
    height: 28px;
    margin-top: 19px;
}

.switch-object .switch-item-title {
    margin-top: 5px;
}

.switch-type .switch-title {
    padding: 15px 23px;
    width: 15px;
    line-height: 15px;
}

/*申报大厅*/
#apply-table {
    margin-top: 15px;
}

#apply-table .base-table-body .item-main {
    padding: 0 0 0 30px;
}

.item-apply {
    flex-grow: 1;
    width: 0;
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.item-apply .item-position {
    width: 10px;
    margin-right: 5px;
}

.item-apply .apply-area {
    color: #3598dc;
    margin-right: 10px;
    flex-shrink: 0;
}

.apply-time {
    padding-left: 30px;
    font-size: 13px;
}

.surplus-item {
    justify-content: center;
}

.surplus-item .surplus-time {
    border-radius: 4px;
    border: 1px solid #f31627;
    color: #f31627;
    padding: 3px 10px;
    width: 55px;
    text-align: center;
    line-height: 15px;
    margin-left: 30px;
}

.btn-item {
    justify-content: center;
}

.base-table-head-panel .browse-item {
    margin-right: 20px;
}

.base-table-head-panel .browse-item img {
    margin-left: 10px;
}

.base-table-body-panel .browse-item .browse-number {
    width: 100%;
    text-align: center;
}

/*奖补公示*/
#publicity-table {
    margin-top: 15px;
}

#publicity-table .item-main {
    margin-left: 30px;
}

.pub-time {
    margin-left: 30px;
    font-size: 13px;
}

.reward-item .item-main {
    flex-grow: 1;
    font-size: 13px;
    text-align: right;
    margin-right: 23px;
    margin-left: 20px;
}

#publicity-table .btn-item {
    margin-left: 5px;
}

/*通用搜索栏*/
.base-search-panel {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 8px;
}

.base-search-input {
    flex-grow: 1;
    width: 220px;
    height: 38px;
    outline-style: none;
    padding: 0 15px;
    font-size: 16px;
    border: 1px solid #e2e2e2;
    margin-right: -1px;
    border-radius: 8px 0 0 8px;
}

.base-search-btn {
    color: white;
    width: 90px;
    height: 40px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: linear-gradient(0deg, #ff8344, #fd9a5b);
    border-radius: 0 8px 8px 0;
}

.base-search-btn .fa-search {
    margin-right: 5px;
    color: white;
}

.base-search-btn:hover {
    background: linear-gradient(0deg, #e18b5f, #e59d71);
}

input::-webkit-input-placeholder {
    color: #bdbdbd;
}

input:-moz-placeholder {
    color: #bdbdbd;
}

input::-moz-placeholder {
    color: #bdbdbd;
}

input:-ms-input-placeholder {
    color: #bdbdbd;
}

/*dataTable*/
.base-dataTable-panel {
    margin-top: 15px;
}

.dataTable-item {
    font-size: 14px;
    padding-left: 30px;
}

.link-item-child {
    display: flex;
}

.link-item-child a {
    color: #3598dc;
    /*text-decoration: underline;*/
    font-size: 14px;
    margin-left: 30px;
}

.link-item-child a:hover {
    color: #3598dc;
}

.time-item .dataTable-item {
    padding-left: 40px;
}

.base-dataTable-panel .base-table-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.base-dataTable-panel .base-table-img {
    max-width: 20px;
    max-height: 16px;
    margin-right: 8px;
    margin-left: 30px;
}

.base-dataTable-panel .base-table-title {
    color: #7e7e7e;
    font-size: 15px;
    font-weight: bold;
}

/*base-tips*/
.base-tips-title {
    color: rgb(255, 118, 58);
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
}

.base-tips-panel img {
    height: 40px;
}

.base-tips-main {
    padding: 15px 0 0 0;
    text-indent: 30px;
    line-height: 20px;
}

.base-tips-red {
    color: #ff4949;
}

/*申报通知 - 政策文件*/
.read-main-panel * {
    font-size: 16px !important;
    font-family: initial !important;
}

.read-main-panel p {
    line-height: 30px !important;
}

.read-main-panel a {
    color: #56baf4 !important;
    text-decoration: underline;
}

.read-main-panel a:hover {
    color: #3598dc !important;
}

.read-main-panel > table {
    width: 100% !important;
}

.read-main-panel img {
    display: none !important;
}

/*---------------------------------------------*/
/*底部 base-foot*/
#base-foot {
    background: #0f599f;
}

#base-foot--panel {
}

.base-foot--link-panel {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 25px;
}

.base-foot--link-item {
    display: flex;
    align-items: center;
    width: 190px;
    height: 60px;
    /*border: 1px solid #88a8c8;*/
    background: #1a6cb1;
    padding: 0 10px;
    cursor: pointer;
    border-radius: 4px;

}

.other-link-logo {
    height: 40px;
    /*margin-right: 10px;*/
}

.base-foot--link-item:nth-child(3) .other-link-logo {
    border-radius: 7px;
}

.other-link-title {
    font-size: 14px;
    flex-grow: 1;
    color: white;
    text-align: center;
}

.base-foot--info-panel {
    margin: 0 20px;
    padding: 25px 0;
    border-top: 2px solid #2266a7;
}

.base-foot--info-row {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.base-foot--info-row + .base-foot--info-row {
    margin-top: 15px;
}

.base-foot--info-item {
    line-height: 14px;
    font-size: 14px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.base-foot--info-item + .base-foot--info-item {
    padding-left: 7px;
    margin-left: 7px;
}

a.base-foot--info-item + a.base-foot--info-item {
    border-left: 2px solid white;
}

a.base-foot--info-item:hover {
    text-decoration: underline;
}

#qq-talk-btn {
    height: 22px;
    margin-left: 7px;
}

/* 浮动按钮 */
.baseFixBox{
	position:fixed;
	right:30px;
	bottom:10px;
	z-index:99;
}
.contact-btn {
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    background: #EFF1F6;
    box-shadow: 0 0 6px 0 #00000040;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.contact-btn img {
    width: 24px;
    height: 24px;
    margin-bottom: 5px;
}

.clearfix{zoom:1}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.baseOld{
	font-size:24px!important;
	line-height:inherit!important;
}
.baseOld #base-app--panel,
.baseOld #base-app-banner,
.baseOld .base-app--right,
.baseOld .base-app--left,
.baseOld .base-app-item{
	height:auto;
}
.baseOld .base-app--left .base-app-item{
	width:130px;
}
.baseOld .base-app--right .base-app-item{
	margin:20px 0;
}
.baseOld .base-app-item > .app-item-title{
	font-size:26px;
}
.baseOld #base-app{
	position:relative;
}
.baseOld #banner-title{
	width:600px;
	top:80px;
}
.baseOld .base-search-panel{
	top:200px;
}
.baseOld .base-search-panel2 .base-search-input2,
.baseOld .base-search-input{
	width:650px;
	height:80px;
	font-size:28px;
}
.baseOld .base-search-panel2 .base-search-btn2,
.baseOld .base-search-btn{
	width:150px;
	height:82px;
	font-size:28px;
}

.baseOld .base-foot--link-item{
	width:auto;
}
.baseOld .base-foot--info-item,
.baseOld .other-link-title{
	font-size:inherit;
	line-height:inherit;
}
.baseOld .base-foot--info-item + .base-foot--info-item{
	padding-left: 34px;
	margin-left: 34px;
}



.baseOld .content-title{
	font-size:34px;
}
.baseOld .content-title-more{
	font-size:28px;
}
.baseOld .switch-batch-panel{
	height:auto;
}
.baseOld .switch-title{
	width:100px;
	font-size:inherit;
	line-height:inherit;
}
.baseOld .switch-item{
	height:auto;
	width:auto;
}
.baseOld .switch-item-title{
	width:auto;
	font-size:inherit;
}

.baseOld .base-table-head{
	height:auto;
}
.baseOld .base-dataTable-panel .dataTables_wrapper table.dataTable tbody tr td.reward-item,
.baseOld .base-dataTable-panel .base-table-title,
.baseOld .base-table-head .base-table-title{
	font-size:24px;
	height:auto;
}
.baseOld .link-panel p .dg-btn,
.baseOld .link-item-child a,
.baseOld .base-dataTable-panel .dataTables_wrapper .bottom .dataTables_paginate .paginate_button,
.baseOld .base-table-page-btn,
.baseOld .pub-time,
.baseOld .dataTable-item,
.baseOld .apply-time,
.baseOld .base-table-row{
	font-size:inherit;
	height:auto;
}
.baseOld .base-tips-main,
.baseOld .content-login-info,
.baseOld .table-btn{
	line-height:inherit;
}

.baseOld .select2-container .select2-choice > .select2-chosen,
.baseOld #select-workflow,
.baseOld #search-all,
.baseOld #search-company-input{
	font-size:24px;
}

.baseOld table{
	font-size:inherit;
}
