.in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    height: auto;
    box-sizing: border-box;
}

.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
}

/* head-start */

.head {
    position: relative;
    width: 100%;
}

.header {
    margin: 40px 0 30px 0;
}

.title {
    position: relative;
    font-size: 28px;
    font-weight: bolder;
    letter-spacing: 2px;
    color: #333;
}

.title::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 44px;
    background: #d9d9d9;
}

.provice {
    margin-left: 25px;
    font-size: 18px;
    font-weight: 700;
    font-family: PingFang SC, PingFang SC-700;
    line-height: 70px;
    color: #666;
}

.select_region,
.changeOld {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    margin-left: 11px;
    padding: 5px 25px 5px 15px;
    border: 1px solid #0176ff;
    border-radius: 2px;
    margin-top: 20px;
}

.changeOld {
    background: #f79600;
    border: 0px;
    padding: 5px 10px;
    font-size: 16px;
}

.select_region span {
    font-size: 13px;
    font-weight: 400;
    color: #0176ff;
}

.select_region::after {
    content: "";
    position: absolute;
    right: 6px;
    top: 43%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #0176ff;
}

.region_box {
    position: absolute;
    width: 953px;
    background: #fff;
    z-index: 999;
    border-radius: 5px;
    top: 90px;
    left: 100px;
    box-shadow: 0px 6px 30px rgba(82, 145, 192, 0.1);
}

.region_box_head {
    padding: 22px 30px 0px 30px;
    font-size: 22px;
    font-weight: bolder;
    color: #333;
}

.region_box_inner {
    min-height: 255px;
    padding: 25px 30px 10px 30px;
}

.cityname li {
    float: left;
    width: 173px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #666;
    text-align: left;
    margin-right: 5px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
    font-size: 14px;
}

.cityname li:hover,
.cityname li.active {
    background: #f5faff;
    color: #0176ff;
}

.cityname li:nth-child(5n) {
    margin-right: 0px;
}

.region_current {
    margin: 0px 30px 25px 30px;
    border-top: 1px solid #e8e8e8;
    color: #666;
}

.region_current .fl {
    margin-top: 25px;
}

.region_current .cancel {
    font-size: 18px;
    color: #666;
    cursor: pointer;
    width: 72px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin-right: 10px;
    background: #fff;
}

.region_current .cancel:hover {
    background: #e6f1ff7a;
    border: 1px solid #1a68c2;
    color: #1a68c2;
}

.region_current .confirm {
    font-size: 18px;
    cursor: pointer;
    width: 72px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 5px;
    background: #0176ff;
    border: 1px solid #0176ff;
    color: #fff;
}

.region_current .confirm:hover {
    background: #fff;
    border: 1px solid #0176ff;
    color: #0176ff;
}

.userInfo ul li {
    position: relative;
    /* margin-top: 26px; */
    line-height: 1.5;
    color: #666;
    padding-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
    float: left;
}

.userInfo ul li a:hover {
    color: #0176ff;
}

.userInfo ul li:not(:first-child)::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #d9d9d9;
}

.nav_inner {
    position: relative;
}

.nav_inner li {
    float: left;
    font-weight: 700;
    height: 58px;
    line-height: 58px;
    font-size: 20px;
    margin-right: 50px;
    color: #d9d9d9;
}

.nav_inner > ul > li > a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    color: #666;
}

.nav_inner > ul > li > a:hover {
    color: #0176ff;
}

.nav_inner > ul > .active > a {
    font-weight: bolder;
    border-bottom: 2px solid #0176ff;
}

.nav_inner .active a {
    color: #0176ff;
}

.nav_inner li.bmfw .bmfw_nav {
    position: absolute;
    top: 58px;
    left: 0;
    width: 1210px;
    min-height: 360px;
    font-size: 18px;
    color: #333;
    background: #fff;
    padding: 10px 30px;
    z-index: 999;
    box-shadow: 0px 5px 15px 14px rgba(201, 215, 243, 0.25);
}

.nav_inner li.bmfw .bmfw_nav .bmfw_nav_inner ul li,
.nav_inner li.bmfw .bmfw_nav .bmfw_nav_inner ul li a {
    float: left;
    width: 175px;
    padding: 0 10px;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    text-align: left;
    margin-right: 20px;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav_inner li.bmfw .bmfw_nav .bmfw_nav_inner ul li:nth-child(6n) {
    margin-right: 0px;
}

.nav_inner li.bmfw .bmfw_nav .bmfw_nav_inner ul li a:hover {
    background: #f5faff;
    color: #0176ff;
}

.sub_search {
    position: relative;
    margin-top: 12px;
}

.sub_keyword {
    width: 300px;
    height: 40px;
    padding: 5px 0px 5px 35px;
    background: url(../images/subpages/ico_srh.png) no-repeat 10px center;
    border: 1px solid #bcbfc4;
    border-radius: 4px;
}

.sub_search_btn {
    position: absolute;
    right: 0px;
    width: 80px;
    height: 40px;
    background: #0176ff;
    border-radius: 0px 4px 4px 0px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

/* banner */

.banner {
    position: relative;
    width: 100%;
    height: 180px;
}

.banner220 {
    position: relative;
    width: 100%;
    height: 220px;
}

.banner .container,
.banner220 .container {
    position: relative;
    height: 100%;
}

.gr_banner {
    background: url(../images/subpages/banner_grbs.png) center center / cover
        no-repeat;
}

.gr_banner2 {
    background: url(../images/subpages/banner_grbs2.png) center center / cover
        no-repeat;
}

.gr_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_grbs.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.fr_banner {
    background: url(../images/subpages/banner_frbs.png) center center / cover
        no-repeat;
}

.fr_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_frbs.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.jy_banner {
    background: url(../images/subpages/banner_jycx180.png) center center / cover
        no-repeat;
}

.jy_banner220 {
    background: url(../images/subpages/banner_jycx220.png) center center / cover
        no-repeat;
}

.jy_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_jycx.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.jy_banner220 .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_jycx.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 30%;
    left: 0px;
}

.jlhd_banner {
    background: url(../images/subpages/banner_jlhd220.png) center center / cover
        no-repeat;
}

.jlhd_banner.banner220 .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_jlhh.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 32%;
    left: 0px;
}

.jlhd_banner.banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_jlhh.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.tzgg_banner {
    background: url(../images/subpages/banner_ggtz.png) center center / cover
        no-repeat;
}

.tzgg_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_tzgg.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.cyfw_banner {
    background: url(../images/subpages/banner_cyfw.png) center center / cover
        no-repeat;
}

.cyfw_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_cyfw.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.ggtz_banner {
    background: url(../images/subpages/banner_ggtz.png) center center / cover
        no-repeat;
}

.ggtz_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_ggtz.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.jszc_banner {
    background: url(../images/subpages/banner_jszc.png) center center / cover
        no-repeat;
}

.jszc_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_jszc.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.zwfw_banner {
    background: url(../images/subpages/banner_zwfw.png) center center / cover
        no-repeat;
}

.zwfw_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_zwfw.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.grzx_banner {
    background: url(../images/subpages/banner_grzx.png) center center / cover
        no-repeat;
}

.grzx_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_grzx.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.bmfw_banner {
    background: url(../images/subpages/banner_zwsx.png) center center / cover
        no-repeat;
}

.bmfw_banner .bm_title,
.dssx_banner .bm_title {
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 36px;
    color: #fff;
}

.bjcx_banner {
    background: url(../images/subpages/banner_bjcx.png) center center / cover
        no-repeat;
}

.bjcx_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_bjcx.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.zwsx_banner {
    background: url(../images/subpages/banner_zwsx.png) center center / cover
        no-repeat;
}

.zwsx_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_zwsx.png) left center no-repeat;
    width: 220px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.cxjg_banner {
    background: url(../images/subpages/banner_cxjg.png) center center / cover
        no-repeat;
}

.jc_banner {
    background: url(../images/subpages/banner_ythjc.png) center center / cover
        no-repeat;
}

.jc_banner .container::after {
    position: absolute;
    content: "";
    background: url(../images/subpages/col_ythjc.png) left center no-repeat;
    width: 300px;
    height: 46px;
    top: 40%;
    left: 0px;
}

.dssx_banner {
    background: url(../images/subpages/banner_dssx.png) center center / cover
        no-repeat;
}

/* banner */

/* main */

.main {
    padding: 20px 0;
    box-sizing: border-box;
    background: #f7f9fb;
}

/* 个人/法人办事 */

.hot_service {
    padding: 30px;
    background: #fff;
}

.hot_service_head {
    font-size: 24px;
    font-weight: bolder;
    color: #333;
}

.hot_service_head .fr {
    line-height: 37px;
    font-weight: normal;
    font-size: 14px;
    color: #666;
}

.hot_service_head .fr:hover {
    color: #0176ff;
}

.hot_service_content {
    margin-top: 10px;
}

/* .hot_service_content ul li {
    float: left;
    width: 362px;
    line-height: 60px;
    margin-right: 24px;
    margin-top: 20px;
    border: 1px solid #deeeff;
    border-radius: 4px;
} */

.hot_service_content ul li {
    float: left;
    display: flex;
    align-items: center;
    background: #f6fafe;
    border: 1px solid #deeeff;
    border-radius: 4px;
    margin-right: 24px;
    margin-top: 20px;
    align-items: center;
}

.grfw_service ul li:nth-child(3n) {
    margin-right: 0px;
}

/* .hot_service_content ul li a {
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-size: 16px;
    background: url(../images/hot_bg.png) right bottom / contain no-repeat
        #f6fafe;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */
.hot_service_content ul li a {
    line-height: 60px;
    width: 362px;
    height: 100%;
    background: url(../images/hot_bg.png) right bottom no-repeat;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-size: contain;
    font-size: 16px;
}
.hot_service_content ul li a img {
    padding-left: 50px;
    padding-right: 12px;
    margin-bottom: 5px;
}
.hot_service_content ul li a .text {
    margin-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_service_content ul li a:hover {
    color: #0076ff;
    background: #e4efff;
}

.classify {
    margin-top: 24px;
    margin-bottom: 12px;
    padding: 20px 30px;
    background: url(../images/sg_hot.png) right bottom no-repeat #fff;
}

.classify_tab_list {
    margin-bottom: 10px;
    border-bottom: 1px solid #cbddff;
}

.classify_tab_list ul li {
    position: relative;
    cursor: pointer;
    float: left;
    color: #666;
    font-size: 24px;
    line-height: 60px;
    margin-right: 35px;
}

.classify_tab_list ul li.current {
    font-weight: bolder;
    color: #0176ff;
    border-bottom: 3px solid #0176ff;
}

.classify .classify_tab_con .content_classify ul li {
    float: left;
    margin-top: 12px;
    margin-right: 24px;
}

.classify .classify_tab_con .content_classify ul li:nth-child(6n) {
    margin-right: 0px;
}

.classify .classify_tab_con .content_classify ul li a {
    display: inline-block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: #f6fafe;
    border: 1px solid #deeeff;
    border-radius: 4px;
    text-align: center;
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.classify .classify_tab_con .content_classify ul li a:hover {
    background: #e4efff;
    color: #0076ff;
}

.classify_info li:nth-child(12) ~ li {
    display: none;
}

.unfold_fold {
    position: relative;
    cursor: pointer;
    margin-top: 30px;
    text-align: center;
    color: #0176ff;
    font-size: 16px;
}

.unfold_fold[hasopen="false"]::after {
    content: "";
    position: absolute;
    border: solid #0176ff;
    left: calc(53% + 8px);
    top: 6px;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.unfold_fold[hasopen="true"]::after {
    content: "";
    position: absolute;
    border: solid #0176ff;
    left: calc(53% + 8px);
    top: 10px;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/* th-grbs */

.gr_banner2 .line1 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.gr_banner2 .line2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.gr_banner2 .line3 a:first-child {
    width: 128px;
}

.gr_banner2 .line3 a:last-child {
    width: 96px;
}

.gr_banner2 .time_limit {
    display: flex;
    justify-content: space-between;
    width: 361px;
    height: 100px;
    padding: 22px 40px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.time_limit p {
    margin-bottom: 5px;
    text-align: center;
}

.time_limit p:first-child {
    font-size: 20px;
    font-weight: bold;
}

.time_limit .time {
    position: relative;
    display: inline-block;
}

.time_limit .time:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 56px;
    background: #fff;
}

.bszn_tab_table {
    overflow-x: auto;
}

.bszn-tab .layui-tab-title li {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
    line-height: 69px;
    text-align: center;
    cursor: pointer;
    width: 240px;
    height: 69px;
    background: #eef0f4;
    border: 1px solid #bdc4ce;
    font-size: 20px;
    border-right: 0px;
}

.bszn-tab .layui-tab-title li:last-child {
    border-right: 1px solid #bdc4ce;
}

.bszn-tab .layui-tab-title .layui-this:first-child {
    border-left: 0px;
}

.bszn-tab .layui-tab-title .layui-this:last-child {
    border-right: 0px;
}

.bszn-tab .layui-tab-title .layui-this {
    background: #ffffff;
    border: 0px;
    border-top: 3px solid #0176ff;
    color: #0176ff;
}

.bszn-tab .layui-tab-title {
    height: 69px;
}

.bszn-tab .layui-tab-title .layui-this:after {
    border: 0px;
    height: 69px;
    border-bottom-color: transparent;
}

.bszn-tab .layui-tab-content {
    padding: 30px;
    line-height: 26px;
    min-height: 260px;
}

.bszn-tab .layui-tab-item {
    max-width: 1140px;
}

/* 个人/法人办事 */

/* 部门服务 */

.layui-tab {
    position: relative;
}

.bmfw .layui-tab-title1 li:nth-child(9) ~ li {
    display: none;
}

.more {
    position: absolute;
    cursor: pointer;
    right: 205px;
    bottom: 23px;
    color: #0176ff;
    font-size: 16px;
}

.more[hasopen="true"]::after {
    content: "";
    position: absolute;
    border: solid #0176ff;
    left: calc(53% + 38px);
    top: 10px;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.more[hasopen="false"]::after {
    content: "";
    position: absolute;
    border: solid #0176ff;
    left: calc(53% + 38px);
    top: 6px;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

/* 部门服务 */

.item_box .item_in {
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid rgba(184, 215, 255, 0.7);
    padding: 0 30px;
    font-size: 18px;
}

.item_box .item_in .item_head {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 96px;
    justify-content: space-between;
    padding-left: 15px;
    font-weight: bold;
}

.item_box .item_in .item_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 24px;
    background: #4589ff;
}

.item_box .item_in .item_head .unfold {
    border: solid #999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.item_box .item_in .item_head .fold {
    border: solid #999;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.item_box .item_in .item_con .item_detail {
    padding: 24px 30px;
    margin-bottom: 20px;
    background: #f6fafe;
    border: 1px solid #deeeff;
    border-radius: 4px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item_box .item_in .item_con .item_detail .s_item_title {
    max-width: 800px;
}

.item_box .item_in .item_con .item_detail:last-child {
    margin-bottom: 40px;
}

.item_box .item_in .item_con .item_detail .s_item_btn button {
    padding: 0 20px;
    line-height: 34px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 12px;
}

.item_box .item_in .item_con .item_detail .s_item_btn .zxbl {
    background: #0176ff;
    color: #fff;
}

.item_box .item_in .item_con .item_detail .s_item_btn .bszn {
    border: 1px solid #0176ff;
    color: #0176ff;
    background: none;
}

.item_box .item_in .item_con .item_detail .s_item_btn .sc {
    line-height: 34px;
    border: 1px solid #0176ff;
    border-radius: 4px;
    color: #0176ff;
    background: none;
}

.item_box .item_in .item_con .item_detail .s_item_btn .not_allowed {
    cursor: not-allowed !important;
    background: rgba(1, 118, 255, 0.4) !important;
}

.item_box .item_in .item_con .item_detail .s_item_btn .zxbl:hover {
    background: #015ecc;
    color: #fff;
}

.item_box .item_in .item_con .item_detail .s_item_btn .bszn:hover,
.item_box .item_in .item_con .item_detail .s_item_btn .sc:hover {
    background: #0176ff;
    color: #fff;
}

.page {
    padding: 45px 0px 25px 0px;
    display: flex;
    height: 35px;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

#pageFavo {
    position: absolute;
    top: 20px;
    right: 40px;
}

#pageFavo .layui-laypage a,
#pageFavo .layui-laypage span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50% !important;
    border: 0px;
    background: #f3f5f9;
    padding: 0px;
}

#pageFavo .layui-laypage a:not(.layui-disabled):hover span {
    background: #0176ff;
    border: 0px;
    color: #fff;
}

#pageFavo .layui-disabled,
#pageFavo .layui-disabled:hover {
    border: 0px !important;
    opacity: 0.5;
    cursor: not-allowed !important;
}

/* 办事列表 */

.tb_list {
    padding: 0 35px;
}

.tb_list .ydxz td {
    vertical-align: baseline;
    padding: 6px 10px 15px 10px;
}

.tb_list .ydxz td:nth-child(2) {
    padding-top: 0px;
    vertical-align: middle;
}

.tb_list .ydxz td p {
    line-height: 28px;
}

.tb_list .ydxz td input[type="checkbox"] {
    width: 18px;
    height: 18px;
    border: 2px solid #d9d9d9;
}

.file-list {
    margin-top: 15px;
}

.el-button--primary {
    border: 1px solid #0176ff;
    background: #fff;
    color: #0176ff;
}

.el-button--primary:focus,
.el-button--primary:hover {
    background: #0176ff;
    border-color: #0176ff;
    color: #fff;
}

.upload-section {
    position: relative;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 30px;
    border-radius: 4px;
    transition: all 0.3s;
}

.upload-section h3 {
    margin-top: 0;
    color: #333;
    margin-bottom: 15px;
}

.upload-section.error {
    border-color: #ff2626;
    animation: shake 0.5s;
}

@keyframes shake {
    0%,
    100% {
        transform: translateX(0);
    }

    20%,
    60% {
        transform: translateX(-5px);
    }

    40%,
    80% {
        transform: translateX(5px);
    }
}

.upload-demo.is-required::before {
    content: "*";
    color: #ff2626;
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 22px;
}

.error-message {
    color: #ff2626;
    font-size: 13px;
    margin-top: 8px;
    display: flex;
    align-items: center;
}

.error-message i {
    margin-right: 5px;
}

.wx-tips {
    width: 100%;
    background: #f9fafc;
    padding: 20px 30px;
}

.wx-tips .tips-title {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.wx-tips .content p {
    line-height: 28px;
}

/* 办事列表 */

/* 教育查询 */

.jycx_fr,
.tzgg_fr {
    display: flex;
    height: 100%;
    justify-content: end;
    /* align-items: center; */
}

.jycx_search {
    display: flex;
    /* margin-top: 72px; */
    align-items: center;
}

.jycx_keyword,
.ttgz_keyword {
    padding-left: 25px;
    width: 270px;
    height: 42px;
    background: rgba(255, 255, 255, 0.2);
    border: 0px;
    border-radius: 4px;
    color: #fff;
    backdrop-filter: blur(15px);
}

.select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
}

.jycx_keyword::placeholder,
.ttgz_keyword::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jycx_keyword::-webkit-input-placeholder,
.ttgz_keyword::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jycx_keyword::-moz-placeholder,
.ttgz_keyword::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jycx_keyword::-moz-placeholder,
.ttgz_keyword::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jycx_keyword::-ms-input-placeholder,
.ttgz_keyword::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.jycx_keyword:focus,
.ttgz_keyword:focus {
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.jycx_bm {
    position: relative;
    margin-left: 10px;
    text-align: center;
}

.jycx_search_btn .search_btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    width: 109px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    color: #fff;
}

.jycx_search_btn .search_btn:hover {
    background: #ffffff;
    color: #0176ff;
}

.jycx_search_btn .search_btn:active {
    background: #c0deff;
    color: rgba(1, 118, 255, 0.7);
}

.jycx_tab_list {
    position: absolute;
    top: -85px;
    z-index: 998;
}

.jycx_tab_list ul li {
    float: left;
    font-size: 20px;
    width: 280px;
    height: 58px;
    line-height: 58px;
    margin-right: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    color: #fff;
    font-weight: bold;
}

.jycx_tab_list ul li.current {
    background: #ffffff;
    color: #2377d9;
}

.jycx_service {
    margin-top: 7px;
    padding: 24px;
    background: #fff;
}

.jycx_service .mdcx:not(:last-child) {
    margin-bottom: 70px;
}

.jycx_service .mdcx:last-child {
    margin-bottom: 20px;
}

.jycx_service_head {
    font-size: 24px;
    font-weight: bolder;
    color: #333333;
}

.jycx_service_content {
    margin-top: 15px;
}

.jycx_service_content ul li {
    float: left;
    margin-right: 24px;
    margin-top: 20px;
}

.jycx_service_content ul li:nth-child(3n) {
    margin-right: 0px;
}

.jycx_service_content ul li a {
    display: flex;
    align-items: center;
    width: 368px;
    height: 82px;
    padding-right: 25px;
    background: url(../images/hot_bg.png) right bottom no-repeat #f6fafe;
    border: 1px solid #deeeff;
    border-radius: 4px;
    background-size: contain;
    font-size: 16px;
}

.jycx_service_content ul li a img {
    padding-left: 35px;
    padding-right: 12px;
}

.jycx_service_content ul li a:hover {
    background: #e4efff;
    color: #0176ff;
}

/* th-jycx */

.th_tips {
    display: flex;
    width: 580px;
    margin: auto;
    padding: 14px 20px;
    background: #e6f7ff;
    border: 1px solid #91d5ff;
    border-radius: 3px;
    color: #0176ff;
}

.th_tips .tips_ico i {
    color: #0176ff;
    font-weight: bolder;
    font-size: 18px !important;
    margin-right: 16px;
}

.jycx_table {
    margin-top: 45px;
}

.jycx_table th,
.jycx_table td {
    padding: 14.5px 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 教育查询 */

/* 交流互动 */

.jlhd_nav {
    white-space: nowrap;
    background: #fff;
}

.jlhd_nav a {
    display: inline-block;
    width: 300px;
    height: 104px;
    line-height: 104px;
    text-align: center;
    background: #ffffff;
    box-shadow: 5px 8px 15px -5px #eee;
    font-weight: bold;
    color: #666;
    font-size: 18px;
}

.jlhd_nav a img {
    margin-right: 13px;
    transition: transform 0.5s ease;
}

.jlhd_nav a:hover {
    color: #0176ff;
}

.jlhd_nav a:hover img {
    transform: scale(1.1);
    transform-origin: center;
}

.question_box {
    width: 588px;
    height: 390px;
    padding: 0 30px;
    background: linear-gradient(180deg, #f5f6ff, #ffffff 30%);
    border: 1.5px solid #ffffff;
}

.question_head {
    line-height: 80px;
    border-bottom: 1px solid #cbddff;
}

.question_head .fl {
    font-size: 20px;
    font-weight: bolder;
}

.question_head img {
    margin-right: 10px;
    margin-top: -2px;
}

.question_head .fr a {
    font-size: 14px;
    color: #666;
}

.question_head .fr a:hover {
    color: #0176ff;
}

.question_con {
    margin-top: 20px;
}

.question_con ul li {
    position: relative;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
}

.question_con ul li a {
    color: #333;
    width: 85%;
    height: 52px;
    line-height: 52px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.question_con ul li span {
    position: absolute;
    border: solid #bdc4ce;
    right: 10px;
    top: 40%;
    border-width: 0 2px 2px 0px;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.question_con ul li:hover a {
    color: #0176ff;
}

/* th-page-jlhd */

.location {
    line-height: 60px;
    color: #b3b5b9;
}

.location a {
    color: #b3b5b9;
}

.location a:last-child {
    color: #333;
}

.jlhd_th_page {
    padding: 20px 30px;
}

.jlhd_th_page .jlhd_hd {
    position: relative;
    text-align: center;
    padding: 45px 0px;
}

.jlhd_th_page .jlhd_hd .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 34px;
    background: #ecf5ff;
    border: 1px solid #a4cbff;
    border-radius: 4px;
    display: inline-block;
    line-height: 34px;
    color: #0176ff;
    font-size: 12px;
}

.jlhd_th_page .jlhd_hd .back img {
    margin-top: -3px;
    margin-right: 5px;
}

.jlhd_th_page .jlhd_in {
    display: flex;
    justify-content: center;
}

.cont_list_hd {
    padding-top: 25px;
    padding-bottom: 15px;
}

.th_page .th_cont_list .th_cont_list_title {
    display: flex;
    justify-content: space-between;
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    font-weight: normal;
    background: #f9fafc;
    border: 1px solid #eeeeee;
}

.success-icon {
    background-image: url(../images/subpages/success_ico.png);
    width: 280px;
    height: 292px;
    background-size: cover;
}

.qs {
    margin-bottom: 60px;
}

.reply {
    margin-bottom: 100px;
}

.detail-container h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-top: 22px;
}

.detail-container .cont_head .data,
.detail-container .cont_head .source {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.detail-container .fun {
    padding: 16px 0;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.detail-container .fun .source {
    margin-right: 15px;
}

.detail-container .cont_head .source {
    margin-right: 35px;
}

.detail-container .des {
    line-height: 36px;
    font-size: 14px;
    color: #333;
}

/* 交流互动 */

/* 常用服务 */

.zwfw {
    padding: 0px;
    background: #fff;
}

.zwfw_service {
    padding: 30px 0px 0px 0px;
}

.zwfw_service ul li {
    width: 282px;
    line-height: 82px;
}

.zwfw_service ul li a {
    display: list-item;
    text-align: center;
    line-height: 82px;
    font-size: 16px;
    padding: 0 40px;
}

.zwfw_service ul li:nth-child(4n) {
    margin-right: 0px;
}

/* 政务服务 */

.zwfw .hot_service_head {
    color: #0176ff;
}

/* 公告通知 */

.ggtz .container {
    display: flex;
    justify-content: space-between;
}

.table a {
    display: flex;
    align-items: center;
    padding-left: 35px;
    width: 315px;
    height: 94px;
    line-height: 94px;
    background: #ffffff;
    font-size: 18px;
    color: #333;
    border-bottom: 1px solid #dddddd;
}

.table a img {
    margin-right: 18px;
}

.table a .hover {
    display: none;
}

.table a.active .hover {
    display: block;
}

.table a.active .normal {
    display: none;
}

.table a:last-child {
    border-bottom: 0px;
}

.table a.active {
    background: rgba(208, 228, 255, 0.5);
    border-left: 3px solid #0176ff;
    color: #0176ff;
}

.table a:hover {
    color: #0176ff;
}

.table a:hover .normal {
    display: none;
}

.table a:hover .hover {
    display: block;
}

.tableCon {
    width: 866px;
    background: #fff;
    padding: 30px 46px;
}

.cont_head,
.category-title {
    position: relative;
    font-size: 24px;
    line-height: 60px;
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #cbddff;
}

.category-section {
    margin-bottom: 20px;
}

.category-title {
    font-size: 20px;
    margin-bottom: 5px;
}

/* .cont_head span {
    height: 41px;
    line-height: 41px;
    display: inline-block;
    border-bottom: 2px solid #4589ff;
} */
.cont_head span::after,
.category-title .category-title-left::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100px;
    height: 5px;
    background: #4589ff;
}

.category-title-left {
    display: inline-block;
    position: relative;
}

.category-title .category-title-left::after {
    width: 100%;
}

.category-title .view-more {
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.no-results-in-category,
.no-results {
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont_list ul li {
    display: flex;
    justify-content: space-between;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}

.cont_list ul li a {
    color: #333;
    width: 525px;
    height: 48px;
    line-height: 48px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}

.cont_list ul li .source {
    width: 150px;
    text-align: left;
}

.cont_list ul li .data {
    width: 100px;
    text-align: left;
    font-size: 14px;
    color: #999;
}

.cont_list ul li:hover a,
.cont_list ul li:hover span {
    color: #0176ff;
}

.cont_list button {
    width: 88px;
    line-height: 34px;
    border-radius: 4px;
    margin-right: 10px;
    background: #0176ff;
    color: #fff;
    border-radius: 4px;
}

.cont_list button:hover {
    background: #015ecc;
    color: #fff;
}

.footer {
    border-top: 2px solid #dbdbdb;
}

/* 部门服务 */

.bmfw .layui-tab {
    display: inline-flex;
}

.bmfw .filter_label {
    white-space: nowrap;
}

.bmfw .layui-tab-title {
    height: auto;
    border: 0px;
    overflow: hidden;
    white-space: normal;
}

.bmfw .layui-tab-title li {
    float: left;
    line-height: 28px;
    font-size: 16px;
    width: 12em;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 15px;
}

.bmfw .layui-tab-title li span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 18px;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bmfw .layui-tab-title .layui-this span {
    color: #0176ff;
    padding: 0 18px;
    line-height: 28px;
    background: #f6fafe;
    border-radius: 4px;
}

.bmfw .layui-tab-title .layui-this:after {
    height: 26px;
    border: 0px;
}

.contentList {
    min-height: 650px;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}

.contentList > ul {
    flex: 1;
}

.contentList .list-item {
    min-height: 90px;
    border-bottom: 1px solid #eeeeee;
    border-radius: 4px;
    font-size: 16px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contentList .list-item.show {
    visibility: visible;
}

.contentList .list-item.hide {
    visibility: hidden;
}

.contentList .list-item .s_item_title {
    flex: 1;
    line-height: 28px;
    min-width: 0;
    overflow: hidden;
}

.contentList .list-item:hover .s_item_title {
    color: #0176ff;
}

.contentList .highlight {
    color: #0176ff;
}

.contentList .list-item .s_item_btn {
    float: right;
    display: flex;
}

.contentList .list-item .s_item_btn .show {
    display: block;
}

.contentList .list-item .s_item_btn .hide {
    display: none;
}

.contentList .result-title {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.contentList #result-item .no-results {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot-search {
    display: flex;
    align-items: center;
}

.hot-search span {
    margin-right: 10px;
    font-size: 18px;
    color: #fff;
}

/* .keyword ul li {
    float: left;
    margin-right: 10px;
} */

.hot-tags a {
    display: inline-block;
    margin-right: 10px;
    color: #fff;
    border-radius: 7px;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.3);
}

.hot-tags a:hover {
    opacity: 0.8;
}

.hot_con {
    margin-top: 20px;
}

.hot_con a {
    position: relative;
    display: block;
    color: #333;
    width: 280px;
    height: 32px;
    line-height: 32px;
    padding-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot_con a:hover {
    color: #0176ff;
}

.hot_con a::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 45%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
}

/* 一体化集成 */

.hot_service_content.fwfl ul li {
    width: 212px;
    height: 62px;
    background: #f6fafe;
    border: 1px solid #deeeff;
    border-radius: 4px;
    padding-left: 36px;
    margin-right: 20px;
    font-size: 16px;
}

.hot_service_content.fwfl ul li:hover,
.hot_service_content.fwfl ul li:active,
.hot_service_content.fwfl ul li.current {
    background: #e4efff;
}

.hot_service_content.fwfl ul li img {
    margin-right: 6px;
}

.hot_service_content.fwfl ul li:nth-child(5n) {
    margin-right: 0px;
}

.ythjc .hot_service {
    min-height: 515px;
}

.ythjc .hot_service_content ul li {
    width: 556px;
    margin-right: 26px;
}

.ythjc .hot_service_content ul li:nth-child(2n) {
    margin-right: 0px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.ythjc .tab_inner .hot_service {
    animation: fadeIn 0.5s ease;
}

/* 个人中心 */

.first_group.grzx {
    display: flex;
    justify-content: space-between;
}

.left_info {
    display: flex;
    justify-content: space-evenly;
    padding: 30px 0 0 10px;
    width: 350px;
    height: 148px;
    background: linear-gradient(180deg, #cae3ff, #f8fafe 100%);
}

.btn_white {
    display: inline-block;
    width: 94px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 12px;
    background: #ffffff;
    border-radius: 4px;
}

.btn_white:hover {
    background: #0176ff;
    color: #fff;
}

.info_name {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

.info_time {
    margin-bottom: 12px;
    font-size: 12px;
    color: #666;
}

.message_center {
    flex: 1;
    padding: 25px 30px 0px 30px;
    background: #fff;
}

.message_title {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.message_title h2 {
    font-size: 24px;
    font-weight: bold;
}

.message_title a {
    /* font-size: 14px; */
    color: #666;
}

.message_title a:hover {
    color: #0176ff;
}

.massage_content a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.massage_content .content {
    display: inline-block;
    width: 660px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.massage_content a:hover {
    cursor: pointer;
    color: #0176ff;
}

.grzx .layui-tab-title {
    height: auto;
    border: 0px;
}

.grzx .layui-tab-title li {
    position: relative;
    width: 190px;
    height: 160px;
    background: #ffffff;
    display: grid;
    float: left;
    align-content: center;
    justify-content: center;
}

.grzx .layui-tab-title li img {
    width: 64px;
    height: 64px;
}

.grzx .layui-tab-title li.layui-this {
    box-shadow: 0px 6px 12px 0px rgba(211, 230, 251, 0.6);
}

.grzx .layui-tab-title li:not(:last-child) {
    margin-right: 12px;
}

.grzx .layui-tab-title .layui-this:after {
    box-sizing: content-box;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 160px;
    left: 45%;
    padding: 0;
    border-top: 8px solid #fff;
    border-bottom: 10px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: "";
    z-index: 10;
}

.th_cont_list .jycx_service_content ul li {
    margin: 0px 16px 25px 0;
}

.th_cont_list .jycx_service_content ul li a {
    position: relative;
}

.th_cont_list .jycx_service_content ul li:nth-child(3n) {
    margin-right: 0;
}

.th_cont_list .jycx_service_content ul li .cancel {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 95px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    color: #0176ff;
    background: #ffffff;
    border-radius: 4px;
}

.th_cont_list .jycx_service_content ul li .cancel .layui-icon {
    font-size: 14px;
    font-weight: bold;
}

.layui-table-cell .zp {
    position: relative;
    margin-left: 18px;
}

.layui-table-cell .zp::before {
    content: "";
    position: absolute;
    left: -11px;
    top: 1px;
    width: 1px;
    height: 14px;
    background: #ccc;
}

.step-container {
    display: grid;
}

.step-main {
    display: flex;
    justify-content: space-between;
    width: 550px;
    margin: 30px auto 10px;
    position: relative;
}

.bszn_table .layui-row:not(:last-child) {
    margin-bottom: 30px;
}

.bszn_table .layui-col-md6 a {
    display: block;
    margin-top: 18px;
    width: 285px;
    line-height: 26px;
    text-align: center;
    background: #f6fafe;
    border-radius: 4px;
    font-size: 12px;
    color: #606266;
}

/* 步骤条 */

.step-item {
    text-align: center;
    position: relative;
    z-index: 1;
    width: 95px;
}

.step-icon,
.step-icon1,
.step-icon2,
.step-icon3 {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
}

.step-text,
.step-time {
    display: block;
    margin-top: 5px;
    color: #999;
    font-size: 12px;
}

.reject-reason {
    display: none;
    color: #ff2626;
    font-size: 12px;
    margin-top: 3px;
    text-align: center;
}

.step-line-wrapper {
    position: absolute;
    top: 15px;
    left: 0;
    width: 90%;
    height: 2px;
    z-index: 0;
}

.step-line-front,
.step-line-back {
    position: absolute;
    top: 0;
    height: 100%;
    width: 36%;
}

.step-line-front {
    left: 72px;
}

.step-line-back {
    right: 20px;
}

/* 状态 - 步骤项 */

.step-item.done .step-icon2 {
    background-color: #0176ff;
    color: #fff;
}

.step-item.done .step-icon,
.step-item.done .step-icon1,
.step-item.done .step-icon3 {
    display: none;
}

.step-item.done .step-text {
    color: #333;
}

.step-item.processing .step-icon,
.step-item.processing .step-icon2,
.step-item.processing .step-icon3 {
    display: none;
}

.step-item.processing .step-icon1 {
    background-color: #0176ff;
    color: #fff;
}

.step-item.processing .step-text {
    color: #333;
}

.step-item.reject .step-icon3 {
    background-color: #bcbfc4;
    color: #fff;
}

.step-item.reject .step-icon,
.step-item.reject .step-icon1,
.step-item.reject .step-icon2 {
    display: none;
}

.step-item.reject .step-text {
    font-size: 14px;
    color: #333;
}

.step-item.pending .step-icon {
    background-color: transparent;
    border: 1px solid #bcbfc4;
    color: #999;
}

.step-item.pending .step-icon1,
.step-item.pending .step-icon2,
.step-item.pending .step-icon3 {
    display: none;
}

.step-item.pending .step-text {
    color: #999;
}

/* 状态 - 线条 */

.step-line-front.done,
.step-line-back.done {
    background-color: #0176ff;
}

.step-line-front.processing {
    background-color: #0176ff;
}

.step-line-back.processing {
    background-color: #e0e0e0;
}

.step-line-front.reject {
    background-color: #bcbfc4;
}

.step-line-back.reject {
    background-color: #bcbfc4;
}

.step-line-front.pending,
.step-line-back.pending {
    background-color: #e0e0e0;
}

.tb_title {
    position: relative;
    font-size: 18px;
    font-weight: bolder;
    padding: 0 32px;
    height: 44px;
    line-height: 44px;
    background: #f9fafc;
}

.tb_title:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 9px;
    width: 3px;
    height: 24px;
    background: #4589ff;
}

/* form表单样式修改 */

.layui-form-label {
    position: relative;
    box-sizing: content-box;
    font-size: 16px;
    padding: 6px 15px !important;
    white-space: nowrap;
}

.layui-form-label:before {
    content: "*";
    color: #f56c6c;
    margin-right: 4px;
}

.layui-input,
.layui-select,
.layui-textarea {
    font-size: 16px;
    height: 32px;
    border-radius: 4px;
}

.layui-form-select dl dd.layui-this {
    background-color: #edf6ff !important;
    color: #0176ff;
}

.layui-form-select dl dd:hover {
    background-color: #edf6ff;
}

.layui-input-disabled {
    border: 1px solid #d9d9d9;
    background-color: #f2f2f2 !important;
    color: #999 !important;
    cursor: not-allowed;
}

.layui-radio-disabled:hover {
    border: 0px !important;
}

.layui-badge-rim,
.layui-border,
.layui-colla-content,
.layui-colla-item,
.layui-collapse,
.layui-elem-field,
.layui-form-pane .layui-form-item[pane],
.layui-form-pane .layui-form-label,
.layui-input,
.layui-layedit,
.layui-layedit-tool,
.layui-panel,
.layui-quote-nm,
.layui-select,
.layui-tab-bar,
.layui-tab-card,
.layui-tab-title,
.layui-tab-title .layui-this:after,
.layui-textarea {
    border-color: #d9d9d9;
}

/* 两列*/

.layui-flex {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.layui-flex span {
    white-space: nowrap;
    margin-right: 10px;
}

.layui-flex:last-child {
    margin-right: 0px;
}

.layui-form-item2 {
    display: flex;
}

.layui-inline2,
.layui-grid {
    display: grid;
    margin-right: 60px !important;
}

.layui-inline2:last-child,
.layui-grid:last-child {
    margin-right: 0px !important;
}

.layui-inline2 .layui-form-label,
.layui-grid .layui-form-label,
.layui-row-space10 .layui-form-label {
    padding-left: 0px !important;
    text-align: left;
}

.layui-row-space10 {
    margin-top: 30px;
    display: grid;
    padding: 0 60px;
}

.layui-col-space10 {
    margin-top: 30px;
    display: flex;
    padding: 0 60px;
}

.layui-inline2 .layui-input-inline {
    width: 360px;
    margin-right: 0px;
}

.layui-textarea {
    min-height: 200px;
}

.layui-input::-webkit-input-placeholder,
.layui-select::-webkit-input-placeholder,
.layui-textarea::-webkit-input-placeholder {
    font-size: 14px;
    color: #c0c4cc;
}

.layui-table-view {
    border-left: 0px !important;
    border-right: 0px !important;
}

.layui-form-radio:hover *,
.layui-form-radioed,
.layui-form-radioed > i {
    color: #0176ff;
}

.layui-form-radio {
    line-height: 28px;
    margin-left: 20px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 0;
}

.layui-form-radio > i {
    font-size: 18px;
}

.layui-table {
    table-layout: fixed;
}

.layui-table td,
.layui-table th {
    cursor: pointer;
}

/* .layui-table th:first-child {
    border-left: 1px solid #eee;
}

.layui-table th:last-child {
    border-right: 1px solid #eee;
} */
.search-tabs .layui-tab-title {
    border-bottom: 1px solid #cbddff;
    padding: 0 30pt;
    height: 54px;
}

.search-tabs .layui-tab-title li {
    color: #666;
    line-height: 54px;
    font-size: 16px;
    min-width: auto;
    padding: 0px;
    margin-right: 30pt;
}

.search-tabs .layui-tab-brief > .layui-tab-title .layui-this {
    font-weight: bolder;
    color: #0176ff;
}

.search-tabs .layui-this:after {
    border-bottom: 3px solid #0176ff !important;
    height: 53px !important;
}

/* 图标 */

@font-face {
    font-family: "iconfont";
    src: url("../ifont/iconfont.ttf?t=1757492733977") format("truetype");
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 14px;
    margin-right: 5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 个人 */

@font-face {
    font-family: "iconfont_grbs";
    src: url("../ifont_grbs/iconfont.woff2?t=1753665885150") format("woff2"),
        url("../ifont_grbs/iconfont.woff?t=1753665885150") format("woff"),
        url("../ifont_grbs/iconfont.ttf?t=1753665885150") format("truetype");
}

.iconfont_grbs {
    font-family: "iconfont_grbs" !important;
    font-size: 34px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 法人 */

@font-face {
    font-family: "iconfont_frbs";
    src: url("../ifont_frbs/iconfont.woff2?t=1753665885150") format("woff2"),
        url("../ifont_frbs/iconfont.woff?t=1753665885150") format("woff"),
        url("../ifont_frbs/iconfont.ttf?t=1753665885150") format("truetype");
}

.iconfont_frbs {
    font-family: "iconfont_frbs" !important;
    font-size: 34px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 用户登录 */

.user-dropdown {
    position: relative;
    display: inline-block;
}

#loginButton {
    background: #fff;
    color: #666;
    border: none;
    cursor: pointer;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 0px;
    padding: 0;
    background-color: white;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    display: none;
    /* 默认隐藏 */
    min-width: 120px;
    list-style: none;
    z-index: 2;
}

.dropdown-menu li {
    width: 120px;
    padding: 0px !important;
    margin: 0px !important;
}

.dropdown-menu li::before {
    width: 0px !important;
}

.dropdown-menu li a {
    display: block;
    font-size: 14px;
    padding: 13px 24px;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
}

.dropdown-menu li a:hover {
    background-color: #edf6ff;
    color: #0176ff;
}

/* 显示下拉菜单的状态 */

.show {
    display: block;
}

.user-dropdown:hover,
.user-dropdown:hover .dropdown-menu,
.dropdown-menu:hover {
    display: block;
}

/* detail-table */

.bszn_table {
    margin: 30px 0;
}

.bszn_table td {
    padding: 14.5px 14px;
}

.bszn_table td:nth-child(odd) {
    background: #f9fafc;
}

/* list-table */
.layui-table-header {
    border-width: 0px 1px 1px 1px;
    overflow: hidden;
}

.layui-table td,
.layui-table th {
    cursor: pointer;
    padding: 11.5px 0 !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-color: #eeeeee;
    color: #333;
}

.jycx_table td,
.jycx_table th,
.bszn_table td,
.bszn_tab_table th,
.bszn_tab_table td {
    border: 1px solid #eee;
    cursor: pointer;
    vertical-align: text-top;
}

.bszn_tab_table th,
.bszn_tab_table td,
.jycx_table th,
.jycx_table td {
    padding: 11.5px 14px;
}

.layui-table thead tr {
    background: #f9fafc;
}

.layui-table td:last-child a {
    color: #0176ff;
}

.layui-table td .status {
    display: inline-block;
    width: 52px;
    height: 22px;
    border-radius: 2px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}

.layui-table td .status.ed {
    color: #52c41a;
    background: #f6ffed;
    border: 1px solid #b7eb8f;
}

.layui-table td .status.un {
    color: #fa8c16;
    background: #fff7e6;
    border: 1px solid #ffd591;
}

.layui-table td .status.not {
    color: #ff4d4f;
    background: #fff1f0;
    border: 1px solid #ffccc7;
}

.layui-table-grid-down {
    display: none;
}

.layui-table-main tbody tr:hover,
.layui-table tbody tr:hover {
    background-color: #edf6ff !important;
}

.layui-table-main tbody tr:hover .layui-table-cell,
.layui-table-main tbody tr:hover a,
.layui-table tbody tr:hover td {
    color: #0176ff;
}

.layui-table-link {
    color: #0176ff;
    background: transparent;
}

.layui-table-link:hover {
    color: rgba(1, 118, 255, 0.8);
    background: transparent;
}

.layui-table-link:active {
    color: #1369cf;
    background: transparent;
}

/* status-ico */

.status-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.success-icon {
    margin-bottom: 25px;
    background-image: url(../images/subpages/success_ico.png);
    width: 280px;
    height: 292px;
    background-size: cover;
}

/* 当前网络异常 */

.status-bar .erro_network {
    background-image: url(../images/erro/erro_network.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

/* 当前服务器异常 */

/* .status-bar .erro_server {
    margin-bottom: 25px;
    background-image: url(../images/erro/erro_server.png);
    width: 160px;
    height: 160px;
    background-size: cover;
} */

/*当前内容已被删除  */

.status-bar .erro_delete {
    background-image: url(../images/erro/erro_delete.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

/* 当前搜索无结果 */

.status-bar .erro_search {
    background-image: url(../images/erro/erro_search.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

/* 暂无权限查看 */

.status-bar .erro_permission {
    background-image: url(../images/erro/erro_permission.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

/* 暂无内容 */

.status-bar .erro_null {
    background-image: url(../images/erro/erro_null.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

/* 暂无消息 */

.status-bar .erro_messgae {
    background-image: url(../images/erro/erro_message.png);
    width: 250px;
    height: 180px;
    background-size: cover;
}

.status-bar .status-tips {
    margin-bottom: 30px;
    color: #999;
}

/* 按钮 */

.layui-btn {
    border-radius: 4px;
}

.layui-btn-primary {
    border: 1px solid #0176ff;
    color: #0176ff;
}

.layui-btn-primary:hover,
.layui-btn-primary-light:hover {
    background: #0176fc;
    border-color: #0176fc;
    color: #fff;
    opacity: unset;
}

.layui-btn-primary:active,
.layui-btn-primary-light:active {
    background: #016ae6;
    color: #fff;
    opacity: unset;
}

.layui-btn-normal {
    background: #0176ff;
    border-radius: 4px;
    text-align: center;
    padding: 0 14px;
}

.layui-btn-normal:active {
    background: #015ecc;
    color: #fff;
    opacity: unset;
}

.layui-btn-primary-light {
    background: #ecf5ff;
    border: 1px solid #a4cbff;
    color: #0176ff;
}

.layui-btn-return {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 0 14px;
    color: #666666;
}

.layui-btn-return:hover {
    color: #666;
}

.layui-btn-return:active {
    border-color: #0176ff;
    color: #0176ff;
    opacity: unset;
}

.layui-btn-h32 {
    height: 32px !important;
    line-height: 32px !important;
    border-radius: 4px;
}

.layui-btn-h34 {
    height: 34px !important;
    line-height: 34px !important;
    border-radius: 4px;
}

.layui-btn-h40 {
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 4px;
}

.layui-btn-h42 {
    height: 42px !important;
    line-height: 42px !important;
    border-radius: 4px;
}

/* 适老模式 */

.oldModel {
    font-size: 28px !important;
}

.oldModel * {
    font-size: inherit !important;
}

.oldModel .in,
.oldModel .container {
    width: 1260px;
}
/* head */
.oldModel .userInfo {
    width: 100%;
    margin-top: 20px;
}

.oldModel .changeOld {
    margin-top: 0px;
}
.oldModel .select_region {
    margin-top: 10px;
}
/* 导航 */
.oldModel .nav_inner > ul > li {
    margin-right: 24px;
}
/* 通用详情 */
.oldModel .detail-container .des {
    line-height: 64px;
}
/* 个人、法人办事 */
.oldModel .classify .classify_tab_con .content_classify .classify_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.oldModel .classify .classify_tab_con .content_classify ul li a {
    width: 270px;
    height: 64px;
    line-height: 64px;
}
.oldModel .classify .classify_tab_con .content_classify ul li:nth-child(6n) {
    margin-right: 24px;
}

.oldModel .item_box .item_in .item_con .item_detail .s_item_title {
    max-width: 600px;
}
.oldModel .time_limit .time:not(:last-child)::after {
    right: -4px;
}
/* 部门服务等 */
.oldModel .contentList .list-item .s_item_title {
    line-height: 42px;
}
/* 交流互动 */
.oldModel .jlhd_nav {
    display: flex;
}
.oldModel .jlhd_nav a:not(:last-child) {
    flex: 1;
    margin-right: 10px;
}
.oldModel .teacher_banner img {
    width: 100%;
}
.oldModel .question_box {
    width: 100%;
    margin-bottom: 20px;
}

.oldModel .layui-input-block {
    margin-left: 200px;
    width: auto !important;
}

.oldModel .layui-table-cell {
    height: 56px;
    line-height: 56px;
}

.oldModel .layui-table td,
.oldModel .layui-table th {
    padding: 23px 0 !important;
    line-height: 28px;
}

.oldModel .layui-form-label,
.oldModel .layui-input,
.oldModel .layui-btn {
    width: auto !important;
}

.oldModel .question_con ul li a,
.oldModel .layui-input,
.oldModel .layui-select,
.oldModel .layui-textarea,
.oldModel .layui-btn-h40,
.oldModel .hot_con a,
.oldModel .layui-btn-h32 {
    height: 64px !important;
    line-height: 64px !important;
}

.oldModel .layui-laypage input {
    width: 60px !important;
    height: 36px !important;
    line-height: 36px !important;
}

.oldModel .layui-table td .status,
.oldModel .th_cont_list .jycx_service_content ul li .cancel,
.oldModel .time_limit,
.oldModel .layui-btn {
    height: auto;
    width: auto;
    line-height: normal;
}

/* 教育查询 */
.oldModel .jycx_service_content ul li a {
    width: 550px;
    height: 100px;
}

.oldModel .jycx_service_content ul li:nth-child(3n) {
    margin-right: 24px;
}

.oldModel .th_tips {
    width: 80%;
}

.oldModel .layui-btn-h34 {
    height: 64px !important;
    line-height: 64px !important;
}

.oldModel .hot_service_content.fwfl ul li {
    width: 360px;
}

.oldModel .hot_service_content.fwfl ul li:nth-child(3n) {
    margin-right: 0px;
}

.oldModel .hot_service_content.fwfl ul li:nth-child(5n) {
    margin-right: 20px;
}

.oldModel .grzx .layui-tab-title {
    display: flex;
}

.oldModel .grzx .layui-tab-title li {
    flex: 1;
}

.oldModel .first_group.grzx {
    display: block;
}

.oldModel .left_info,
.oldModel .message_center {
    width: auto;
    height: auto;
    padding: 10px;
    justify-content: left;
}

.oldModel .avatar {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.oldModel .massage_content .content {
    margin-left: 10px;
    flex: 1;
}

.oldModel .layui-tab {
    padding-bottom: 35px;
    margin-bottom: 20px;
}
.oldModel .more {
    right: 50%;
    bottom: 0px;
}
.oldModel .more[hasopen="false"]::after,
.oldModel .more[hasopen="true"]::after {
    left: calc(80% + 38px);
    top: 15px;
}
.oldModel .unfold_fold[hasopen="false"]::after,
.oldModel .unfold_fold[hasopen="true"]::after {
    left: calc(56% + 8px);
    top: 16px;
}

.oldModel input::placeholder {
    font-size: 28px !important;
}
.oldModel .side-nav {
    width: 120px;
    top: calc(20% + 50px);
}
.oldModel .side-nav .robot {
    margin-left: 0px;
}
.oldModel .quick_link ul li a .name {
    font-size: 26px;
}
.oldModel .quick_link ul li a {
    padding: 15px 0px 15px;
}
.oldModel .ggtz_banner .layui-inline {
    width: 450px !important;
}
.oldModel .ggtz_banner .layui-inline .layui-input-inline {
    width: 200px !important;
}
.oldModel .ggtz_banner .layui-inline .layui-icon-date {
    top: 7px !important;
    left: 5px !important;
}
.oldModel .ggtz_banner input {
    height: 42px !important;
    line-height: 42px !important;
}
.oldModel .dropdown-menu {
    width: 190px;
    left: 0;
}
/* footer */
.oldModel .friendly_link a {
    height: auto;
    width: auto;
    padding: 5px 15px;
}
