﻿body {
}
head,html
{
    overflow: inherit !important;
}
.pc_count {
    display: block;
    overflow: hidden;
}

.pc_top_title {
    display: flex;
    align-items: center;
    color: #1358a3;
    margin-right: 20px;
}
.pc_top_title a:hover
{
   color: white;
}
.pc_top {
    width: 1920px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    position: inherit;
}

.pc_centre {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.strip img {
    display: block;
    width: 100%;
    min-width: 1100px;
    height: 100%;
}
/*右侧悬浮*/
.right_sidebar {
    position: fixed;
    top: 30%;
    right: 20px;
    height: auto;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 10%);
    z-index: 999;
    margin-bottom: 10px;
}

.sidebar_a_div {
    width: 75px;
    height: auto;
    float: left;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%);
}

    .sidebar_a_div span {
        color: black;
        font-size: 14px;
    }

.sidebar_font {
    width: 40px;
    height: auto;
    float: left;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 33%);
}

    .sidebar_font a {
        height: 50px;
        position: relative;
        border-bottom: 1px solid #1358a3;
    }

        .sidebar_font a span {
            position: absolute;
            top: 0;
            right: 41px;
            width: 0;
            height: 50px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            line-height: 50px;
            text-align: center;
            font-size: 16px;
            overflow: hidden;
        }

        .sidebar_font a i {
            height: 50px;
            line-height: 50px;
        }

    .sidebar_font > a:hover > span {
        width: 80px;
        border: 1px solid #f8f9fa;
        transition: all 0.2s ease-out 0s;
    }

.sidebar_a_div a:nth-child(3) span:nth-child(3) {
    position: absolute;
    top: 0;
    right: 76px;
    width: 0;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.sidebar_a_div a:nth-child(3):hover > div {
    display:flex !important;
    position: absolute;
    top: 0;
    right: 100px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding: 10px;
    background-size: 100% 100% !important;
    background: #fff;
    box-shadow: 7px 8px 10px 2px #888888;
    border-radius: 10px;
}

.sidebar_font a:nth-child(3):hover > div
{ 
    padding: 10px;
    border: none;
    top: 0;
    right: 50px;
    position: absolute;
    display: flex !important;
    background-size: 100% 100% !important;
    box-shadow: 7px 8px 10px 2px #888888;
    border-radius: 10px;
}
.sidebar_a_div a:nth-child(4):hover > div {
    display:flex !important;
    position: absolute;
    top: 0;
    right: 100px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    padding: 10px;
    background-size: 100% 100% !important;
    background: #fff;
    box-shadow: 7px 8px 10px 2px #888888;
    border-radius: 10px;
}

.sidebar_font a:nth-child(4):hover > div
{ 
    padding: 10px;
    border: none;
    top: 0;
    right: 50px;
    position: absolute;
    display: flex !important;
    background-size: 100% 100% !important;
    box-shadow: 7px 8px 10px 2px #888888;
    border-radius: 10px;
}
.sidebar_font .putaway {
    height: 50px;
    line-height: 50px;
}

    .sidebar_font .putaway i {
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }

.sidebar_font a:nth-child(3):hover > .cjyd {
    background: url(/Content/image/cjyd_b.png)no-repeat center 0px;
}

.sidebarimg {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 75px;
    font-size: 12px;
    text-align: center;
    float: right;
    background: #fff;
    color: #7b7b7b;
    padding: 15px 0;
}
.sidebar_font .sidebarimg{
    padding: 0;
}
    .sidebarimg i {
        font-size: 20px;
        width: 100%;
    }

    .sidebarimg:hover {
        background: #1358a3;
        color: #fff;
    }
     .sidebarimg:hover span {
        color: #fff;
    }
        .sidebarimg:hover .sidebarimg_sp {
            color: #fff !important;
        }

.sidebar_a_div a:nth-child(2):hover > .cjyd {
    background: url(/Content/image/cjyd_b.png)no-repeat center 0px;
}

.cjyd {
    background: url(/Content/image/cjyd_h.png)no-repeat center 0px;
}

.putaway {
    height: 40px;
    line-height: 40px;
    background: #1358a3;
    width: 100%;
    display: block;
    float: right;
    color: #fff;
    text-align: center;
}

.putaway {
    cursor: pointer;
}
/*顶部功能*/
.pc_top_centre {
    width: 1200px;
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -600px;
    background: #f8f9fa;
    box-shadow: 0 0 16px 0 rgb(0 0 0 / 33%);
    border-radius: 10px;
}

    .pc_top_centre > div {
        width: 396px; /*正式改为400*/
        float: left;
    }

        .pc_top_centre > div:nth-child(1) {
            width: 280px;
            height: 190px;
        }

        .pc_top_centre > div:nth-child(2), .pc_top_centre > div:nth-child(3) {
            padding: 55px 0;
            margin-left: 50px;
            cursor: pointer;
        }

.top_centre_div {
    display: flex;
    align-items: center;
}

    .top_centre_div div:nth-child(1) {
        width: 80px;
        height: 80px;
        float: left;
    }

    .top_centre_div div:nth-child(2) {
        height: 50px;
        line-height: 40px;
        float: left;
        font-size: 20px;
        color: #1358a3;
        margin-left: 25px;
    }

.top_centre_title_f {
    color: #3c3a3a;
    font-size: 16px;
}
/*区域标题*/
.pc_centre_ZoneName {
    width: 1200px;
    margin: 20px auto;
    height: 60px;
    line-height:60px;
    display: flex;
    font-size: 25px;
    align-items: center;
}

.Zonetitle {
    width:100%;
    position: relative;
}

.ZoneName {
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    width: 80%;
    float: left;
}
.ZoneName_gd {
    color: #333333;
    font-size: 16px;
    letter-spacing: 2px;
    width: 10%;
    float: right;
    text-align:right;
}
.ZoneName_yw {
    font-size: 70px;
    color: #3f51b51c;
    font-weight: 700;
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 6;
    white-space: nowrap;
    user-select: none;
}

.pc_centre_ZoneName p {
    letter-spacing: 15px;
    font-size: 30px;
    font-weight: bold;
    color: #1358a3;
    min-width: 170px;
    height: 80px;
    line-height: 80px;
    background-size: 100% auto;
    background-image: url(/Content/image/titlebg2.jpg);
    padding: 0 90px 0 90px;
    text-align: center;
    user-select: none;
}

.wbbx .pc_centre_ZoneName p {
    background-image: url(/Content/image/titlebg.png);
}
/*区域功能*/
.Zone_wxzj {
    padding-bottom: 3%;
}
.Zone_wxzj_img {
    height: 350px;
    width: 23%;
    float: left;
    background: url(/Content/image/wxzj.png);
    background-size: 100% 100% !important;
}
.Zone_wxzj_img_p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.Zone_wxzj_img ul {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 20px;
}

    .Zone_wxzj_img ul a li {
        margin: 15px 0;
        color: #ffffff;
    }

        .Zone_wxzj_img ul a li:hover {
            font-size: 15px;
            font-weight: bold;
        }
    .Zone_wxzj .pc_centre_Zonediv {
        width: 100%;
    float: right;
    padding-bottom: 20px ;
    }

.Zone_bx_div {
    height: 160px;
    background-size: 100% 100% !important;
    transition: transform 0.5s;
}

    .Zone_bx_div:hover {
        transform: translateY(-20px);
    }

    .Zone_bx_div img {
        width: 100%;
        height: 100%;
    }

.Zone_bx_zz {
    width: 100%;
    height: 140px;
    background: rgb(0 0 0 / 38%);
    top: 0;
    position: absolute;
    padding-top: 60px;
}

    .Zone_bx_zz:hover {
        background: #1358a3;
        opacity: 0.95;
        height: 150px;
        padding-top: 50px;
        -webkit-transition: all 0.3s;
    }

        .Zone_bx_zz:hover .Zone_bx_name {
            background: none;
        }

        .Zone_bx_zz:hover .Zone_bx_zzimg {
            display: block !important;
        }

.Zone_bx_name {
    font-size: 20px;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.20);
    border: 1px solid #FFFFFF;
    border-radius: 10px;
}

.Zone_bx_zzimg {
    display: none;
    text-align: center;
    margin-top: 20px;
}

    .Zone_bx_zzimg img {
        width: 50px;
    }

.Zone_bx a {
    display: inline-block;
    width: 23%;
}

.Zone_bx_p {
    height: 40px;
    color: black;
    text-align: center;
    line-height: 40px;
    width: 100%;
    font-size: 20px;
}

.Zone_bx a:nth-child(2), .Zone_bx a:nth-child(3) {
    margin-left: 2% !important;
}

.hide {
    top: 0;
    opacity: 0.5;
}

.Zone_wxzj .pc_centre_Zonediv_ul li {
    padding: 10px 0 10px 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: black;
    background: #f8fafd;
}

    .Zone_wxzj .pc_centre_Zonediv_ul li:hover img {
        position: relative;
        /*animation: swk 1s infinite;*/
        animation-iteration-count: 1;
    }

    .Zone_wxzj .pc_centre_Zonediv_ul li:hover {
        background-color: #ebf3fe;
    color: #0366f1;
    }

@keyframes swk {
    /* åŠ¨ç”»å¼€å§‹çš„ç”»é¢ */
    0% {
        top: 20px;
    }
    /* ç»“æŸ */
    100% {
        top: 0px;
    }
}

.Zone_wxzj .pc_centre_Zonediv_ul > a {
    margin-top: 25px;
    background: #fff;
    display: inline-block;
    width: 32%;
    margin: 2% 1% 0% 0 !important;
}
.Zone_gs {
    height: 80px;
    background: linear-gradient( 270deg,#0065d0,#2a5adb 44.3%,#6bb8f8);
}

    .Zone_gs p:nth-child(1), .Zone_gs p:nth-child(3) {
        width: 80px;
        color: white;
        border: 1px solid #fff;
        height: 1px;
        background-image: none;
        padding: 0;
    }

    .Zone_gs p:nth-child(2) {
        width: auto;
        color: white;
        padding: 0 15px;
        text-align: center;
        background-image: none;
    }

    .Zone_gs .pc_centre_Zonediv_ul li {
        height: 25px;
        line-height: 25px;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #eeeeee;
        justify-content: space-between;
        padding: 15px 20px;
    }

.Zone_gs_ul .pc_centre_Zonediv_li {
    justify-content: space-between;
}

/*通用 centre ul li*/
.pc_centre_Zone {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pc_centre_Zonediv_li
{
    cursor: pointer;
}
.Zone_bmfu .pc_centre_Zonediv_li {
    display: inline-block;
    width: 29%;
    margin-left: 3%;
    cursor: pointer;
}

.pc_centre_Zonediv_ul a:nth-child(3) {
    margin-right: 2%;
}

.Zone_wxzj .pc_centre_Zonediv_ul a:nth-child(1),.Zone_wxzj .pc_centre_Zonediv_ul a:nth-child(2),.Zone_wxzj .pc_centre_Zonediv_ul a:nth-child(3) {
    margin-top:0px !important
}

.pc_centre_Zonedivgd {
    float: right;
    text-align: right;
    width: 100%;
    height: 35px;
    padding-right: 20px;
    color: #0166d1;
    font-size: 16px;
}
/*左logo 右文字*/
.Zonediv_li_img {
    height: 40px;
    max-width: 100%;
    max-height: 100%;
    float: left;
    margin-right: 15px;
}

.Zonediv_li_name {
    font-size: 18px;
    width: 100%;
}
/*公告*/
.gg-div {
    z-index: 998;
    width: 100%;
    height: 84px;
}

.pc_centre_gg {
    cursor: pointer;
    padding: 30px 0;
    color: #1358a3;
    width: 1200px;
    margin: 0 auto;
}

    .pc_centre_gg .Zonetitle {
        display: flex;
        align-items: center;
        width: 94%;
        float: left;
    }

.gg-gd {
    margin-left: 20px;
    font-size: 15px;
    float:right;
}
.Zonetitle i {
    font-size: 20px;
}

.Zonetitle marquee {
    font-size: 18px;
    width: 94%;
    margin: 0 auto;
}
/*认证*/
.Zone_rz_img {
    margin-top: 20px;
    padding-left: 590px;
    height: 294px;
    background: url(/Content/image/yhrz.png)0 0/contain no-repeat;
    border-radius: 4px;
}

.Zone_rz_name {
    height: 85px;
    background: #80b8f5;
    padding-left: 20px;
    width: 550px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
}

.Zone_rz_font {
    height: 80px;
    line-height: 80px;
    background: #80b8f5;
    width: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
}

.Zone_rz_name_div {
    width: 80%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor:pointer;
}

.Zone_rz_title {
    font-size: 20px;
}

.Zone_rz_title_fu {
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*便民服务*/
.Zone_bmfu {
    
    display: block;
    overflow: hidden;
}

    .Zone_bmfu .pc_centre_Zonediv ul > li:nth-child(1), .Zone_bmfu .pc_centre_Zonediv ul > li:nth-child(2), .Zone_bmfu .pc_centre_Zonediv ul > li:nth-child(3) {
        margin-top: 0px !important;
    }

    .Zone_bmfu ul li {
        margin-left: 2%;
        color: #1358a3;
    }

.Zone_bmfw_div {
    height: 90px;
    line-height: 90px;
    font-size: 20px;
    margin: 0 auto;
    color: #1358a3;
}

.active {
    background-color: #ebf3fe;
    color: #0366f1 !important;
}

    .active .Zone_bmfw_div {
        color: #ffffff;
        position: relative;
        /*animation: sks 1s infinite;*/
        animation-iteration-count: 1;
    }

.Zone_bmfw_div i {
    padding: 0px 11px 0px 25px;
    font-size: 25px;
}

.Zone_bmfu_img {
    height: 350px;
    width: 23%;
    float: left;
    background: url(/Content/image/bmfw.png);
    background-size: 100% 100% !important;
}

.Zone_bmfu .pc_centre_Zonediv {
    width: 74%;
    float: right;
    padding: 20px 0;
    background: #eff7fc;
}

.Zone_bmfu .pc_centre_Zonediv_ul {
    width: 100%;
    float: left;
}

    .Zone_bmfu .pc_centre_Zonediv_ul li {
        border-radius: 10px;
        background: #fff;
        margin-top: 2%;
        border: 1px solid #e1dbdb;
    }
    .Zone_bmfu .pc_centre_Zonediv ul li:hover {
       background: #1358a3;
       color:#fff;
    }
    .Zone_bmfw_div:hover
    {
       color:#fff;
    }

.Zone_bmfu_img_p {
    color: #fff;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #fff;
    margin-top: 20px;
    font-size: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.Zone_bmfu_img ul {
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    padding-left: 20px;
}

    .Zone_bmfu_img ul a li {
        margin: 15px 0;
        color: #ffffff;
    }

        .Zone_bmfu_img ul a li:hover {
            font-size: 15px;
            font-weight: bold;
        }

@keyframes sks {
    /* åŠ¨ç”»å¼€å§‹çš„ç”»é¢ */
    0% {
        top: 50px;
    }
    /* ç»“æŸ */
    100% {
        top: 0px;
    }
}

.Zone_bmfu li:hover {
}
/*公示专区*/

.Zone_gstime {
    width:20%;
    height: 55px;
    line-height: 55px;
    padding-right: 20px;
    color: #999999;
    text-align:right;
}

.Zone_gstitle {
    width:80%;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Zone_gs_ul li {
    font-size: 16px;
    display: flex;
    border: none;
    border-bottom: 2px solid #eeeeee;
}

.Zone_gsgd {
    height: 25px;
    line-height: 25px;
    justify-content: space-between;
    padding: 15px 20px;
    text-align: center;
    border: 1px solid #eeeeee;
    background: #fcfcfe;
}

.pc_centre_gsdiv {
    min-height: 200px;
}

.Zone_gsgd {
    cursor: pointer;
}
/*左侧目录*/
#anchor {
    width: 100px;
    position: fixed;
    z-index: 99999;
}

    #anchor.fixie6 {
        position: absolute;
        top: expression(eval(document.documentElement.scrollTop)+150);
    }

    #anchor a {
        font-size: 1rem;
    float: left;
    width: 105px;
    line-height: 16px;
    font-weight: bolder;
    margin-top: 9px;
    cursor: pointer;
    text-align: left;
    padding-left: 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    }

.focus {
    color: red !important;
}

    .focus div {
        padding-right: 20px;
        width: 100px;
        font-weight: bolder;
        background: url(/Content/image/you.png)right center no-repeat;
    }

#anchor {
    display: none;
}
.overflow
        {
            overflow:hidden;
        }


/*表单*/
table.table09 thead tr,.layui-table thead tr {
            background: #f5f7fa !important;
        }
        #mngIndexMid {
            padding-top: 30px;
            background: #eef5f8 !important;
        }

        #divcontent {
            background: #fff;
            width: 96%;
            margin: 0 auto;
            padding-bottom: 60px;
            display: block;
            margin-top: 30px;
            overflow: hidden;
        }

        .X_bssm_div {
            width: 96%;
            margin: 0 auto;
            background: #fff;
            padding: 40px 0;
        }

        .DivTitle {
            text-align: center;
        }

        .DivTitle_Name {
            font-family: 'SourceHanSansCN';
            font-weight: bold;
            position: relative;
            font-size: 30px;
            color: #4178be;
        }

            .DivTitle_Name:before {
                position: absolute;
                width: 92px;
                height: 7px;
                content: '';
                top: 50%;
                left: 0;
                margin-left: -120px;
                background: url(/Content/image/before.png) no-repeat center;
            }

            .DivTitle_Name:after {
                position: absolute;
                width: 92px;
                height: 7px;
                content: '';
                top: 50%;
                right: 0;
                margin-right: -120px;
                background: url(/Content/image/after.png) no-repeat center;
            }

        .X_bssm {
            min-height: 90px;
            margin: 22px 80px 0 80px;
            margin-top: 20px;
            text-indent: 2em;
            background: #f1f7ff;
            line-height: 27px;
            padding: 10px 20px 10px 20px;
            border-radius: 10px;
            display: flex;
            flex-wrap: wrap;
            font-size: 15px;
        }

            .X_bssm > * {
                width: 100%;
            }

        .X_bssm_an {
            height: 43px;
            color: #fff;
            text-align: center;
            line-height: 43px;
            font-size: 15px;
            margin: 30px auto 0;
            transition: all 0.3s;
        }

        .X_bssm_an_button {
            cursor: pointer;
            border-radius: 3px;
            background: #ff9300;
            line-height: 43px;
            margin-left: 2%;
            margin-right: 2%;
            color: #fff;
            width: 180px;
            border: none;
            color:#ffffff !important;
        }

        .X_bssm_ul {
            display: flex;
            justify-content: center;
            overflow: hidden;
            margin: 22px 80px 0 80px;
        }

        .X_bssm_li {
            float: left;
            width: 117px;
            text-align: center;
            font-size: 15px;
            position: relative;
        }

        .X_bssm_ul li + li {
            margin-left: 113px;
        }

            .X_bssm_ul li + li::before {
                position: absolute;
                content: '';
                width: 67px;
                height: 12px;
                background: url(/Content/image/step-arrow.png) no-repeat center;
                left: -90px;
                top: 47px;
            }

        .X_bssm_li > a > img {
            margin-bottom: 10px;
        }

        .X_shzt {
            height: 50px;
            line-height: 50px;
            margin: 22px 80px 0 80px;
            margin-top: 20px;
            text-indent: 2em;
            padding: 0;
            border: 2px solid #deaa0c;
            border-radius: 10px;
            box-sizing: border-box;
            background: rgb(255,251,242);
            font-size: 15px;
        }

            .X_shzt i {
                font-size: 20px;
                color: #deaa0c;
                display: contents;
            }

            .X_shzt span {
                margin-left: 10px;
            }

        .condition {
            width: 96%;
            margin: 0 auto;
            color: #fff;
            font-family: 'SourceHanSansCN';
            padding-bottom: 40px;
            background: #fff;
        }

            .condition h2 {
                height: 50px;
                line-height: 50px;
                background: #4178be;
                padding-left: 16px;
                font-size: 20px;
            }

        .c_housing {
            margin: 33px 0 0 18px;
        }

        .c_housing_row {
            margin: 33px 0 0 18px;
        }

        .row_titl {
            padding-left: 16px;
            color: #333333;
            font-weight: bold;
            border-left: 5px solid #4178be;
        }

        .c_answer {
            display: block;
            overflow: hidden;
            margin: 0 0 0 18px;
        }

        .c_answer_ul {
            margin-left: -20px;
        }

            .c_answer_ul li {
                float: left;
                margin: 20px 0 0 20px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                background: #f7f7f7;
                cursor: pointer;
                min-width: 190px;
                position: relative;
                color: #333;
                border: 1px solid #cbcaca;
            }
        .table_style3
        {
            padding:30px 0;
        }
        .table_style3 td {
            height: 60px;
            line-height: 60px;
            margin-top: 100px;
        }

        .table_style3 tr td:nth-child(odd) {
            text-align: right;
            padding-right: 20px;
        }
        .table_style3 tr td:nth-child(even) {
            border: 1px solid #e6e7e9;
        }
        .table_style3 tr td:nth-child(even) input:nth-child(odd) {
            margin-left: 10px;
            padding-left: 10px;
            width: 90%;
            height: 40px;
            line-height: 40px;
            border: 1px solid #e6e7e9;
            float:left;
        }
        .table_style3 tr td:nth-child(odd) {
            background-color: #f5f7fa;
            height: 40px;
            line-height: 40px;
            padding: 10px;
            border: 1px solid #e6e7e9;
        }
        .layui-table-view .layui-table[lay-size=sm] .layui-table-cell {
            height: 30px !important;
            line-height: 30px!important;
        }
        .tab_common_title2 {
            font-size: 20px;
            height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    font-weight: bold;
    color: black !important;
    border-bottom: 2px black solid !important;
        }
        .layui-table-header span
        {
            font-size:15px !important;
        } 
         .hide {
            display: none;
        }

        .layui-layer {
            display: block;
            overflow: hidden;
        }

        .layui-layer-setwin .layui-layer-close2 {
            right: 0 !important;
            top: 0 !important;
        }

        .Zone_gs_ul a :hover {
            color: #0366f1 !important;
        }

        .Zone_name {
            font-size: 20px;
            color: #fff;
            padding-left: 20px;
            padding-top: 30px;
        }

        .Zone_td {
            padding-top: 20px;
            padding-left: 20px;
            font-size: 16px;
            color: #fff;
        }

        .xt-name {
            top: 80px;
            font-size: 30px;
            color: #ffffff;
            text-align-last: justify;
            text-align: justify;
            text-justify: distribute-all-lines;
            font-weight: bolder;
        }

        .xt-name-yw {
            font-size: 14px;
            color: #ffffff;
            text-align-last: justify;
            text-align: justify;
        }

        .fubiaoti-div {
            position: absolute;
            top: 240px;
            z-index: 999;
        }

        .biaoti {
            position: absolute;
            top: 160px;
            left: 23.2%;
            z-index: 999;
            font-size: 29px;
            color: #fff;
            text-align: center;
            float: left;
            font-family: 华文中宋;
            font-weight: bolder;
        }

        .fubiaoti {
            width: 107px;
    z-index: 999;
    font-size: 20px;
    color: #fff;
    padding: 13px;
    text-align: center;
    float: left;
    margin-left: 16px;
    font-family: system-ui;
    font-weight: bolder;
    background: #33c7f6b5;
    border-radius: 10px;
    margin-top: 48px;
        }
.xz_kbyb
{
    color: #4285f4;
}
.layui-btn {
    background-color: #188aeb !important;
}
.layui-btn-danger {
    background-color: rgb(232, 80, 79) !important;
}

#divcontent input
{
    color: black ;
}
.table_tr_tb
{
    font-weight: bold;
    position: sticky;
    top: -1px;
    z-index: 99;
}
td .layui-select-title
{
    display: block;
    overflow: hidden;
}
.buttonDiv
{
    text-align: center;
    padding: 30px;
}
.btSpan {
    color: red;
}
.xz-Select{
    background-color: #4178be !important;
    color:#ffffff !important;
}
.button
{
    width: auto;
    padding:0 40px;
    height: 40px;
    background: #448AF0;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    border: none;
}
.CnotNull
{
    border-color: red!important;
}
.zz {
    top: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0;
    overflow: auto;
    outline: 0;
    z-index: 2000;
    background-color: rgba(0, 0, 0, 0.45);
}
 .zz_tc {
     z-index: 2000;
     position: fixed;
     overflow: auto;
     outline: 0;
     top: 0;
     width: 100%;
     height: 100vh;
}
 @media (max-width: 1280px) {
  .logo_div {
      width: 40%;
      margin-left: 2%;
  }
}
 @media (min-width: 1280px) {
  .logo_div {
      width: 30%;
      margin-left: 12%;
  }
}
 .layui-table[lay-size=sm] td, .layui-table[lay-size=sm] th
 {
     font-size: 14px !important;
 }
 .layui-table-cell .layui-form-radio{
     padding-top:0 !important;
 }
