::-webkit-scrollbar {
    width : 8px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background   : #c1c1c1;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:hover{
    background: #6a6a6a;
    cursor: pointer;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    background   :#f1f1f1;
    cursor: pointer;
}
.clearfix::after{
    content: '';
    display: table;
    clear: both;
}
.dz_title{
    padding-top: 20px;
    padding-bottom: 10px;
}
.dz_centerList{
    padding-bottom: 8px;
}
.dz_title .dz_logo{
    width: 400px;
    float: left;
}
.dz_title .dz_logo img{
    width: 100%;
}
.dz_title .dz_btn{
    float: right;
    font-size: 14px;
    padding: 6px 16px;
    color: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    background: linear-gradient(109deg, #0C73FF 0%, #0B67E5 100%);
}
.dz_login_info{
    float: right;
    font-size: 14px;
}
.dz_login_info .line{
    display: inline-block;
    margin: 0 5px;
    height: 20px;
    width: 1px;
    background-color: #878787;
}
.user-info {
    display: inline-block;
    position: relative;
}
.user-info:hover .user-hover-box{
    display: block;
}
.user-hover-item.info{
    padding: 2px 10px;
    font-size: 16px;
    color: #0B67E5;
}
.user-hover-line{
    width: 100%;
    height: .5px;
    background-color: #cdcbcb;
    margin: 5px 0;
}
.user-hover-item{
    padding: 5px 10px;
    cursor: pointer;
}
.user-hover-item:hover{
    background-color: #0B67E5;
    border-radius: 3px;
}
.info:hover{
    background-color: transparent;
}
.user-hover-item:hover a{
    color: #FFFFFF;
}
.user-info span{
    border-radius: 4px;
    padding: 4px 16px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: #2867ff;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}
.user-hover-box{
    position: absolute;
    background: #fff;
    min-width: 150px;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    padding: 12px;
    color: #606266;
    top: 29px;
    line-height: 1.4;
    text-align: justify;
    font-size: 14px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    word-break: break-all;
    z-index: 99999;
    display: none;
}
.popper__arrow{
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
}
.back-btn{
    display: inline-block;
    border-radius: 4px;
    padding: 4px 16px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}
.dz_header{
    background-color: rgba(255, 255, 255, 0.8);
    min-width: 1240px;
}
.dz_header ul{
    display: flex;
    align-items: center;
}
.qrCode{
    display: inline-block;
    margin-top: 10px;
    width: 100px;
    height: 120px;
    text-align: center;
    color: #FFFFFF;
}
.qrCode img{
    width: 100px;
    height: 100px;
}
.qrCode span{
    display: block;
    margin-top: 5px;
}
.newsList{
    padding: 5px;
    display: inline-block;
    height: 110px;
    width: 380px;
    color: #FFFFFF;
    vertical-align: bottom;
    background-color: rgba(0,0,0,.3);
}
.newsList .swiper-container {
    width: 100%;
    height: 100%;
}
.newsList .swiper-slide {
    font-size: 14px;
}
.newsList .swiper-slide .item{
    margin: 2px 0;
}
.dz_header ul li{
    padding: 8px 0;
    color: #818496;
    margin:0 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.dz_header ul li:first-child{
    margin-left: 0;
}
.dz_header ul li:last-child{
    margin-right: 0;
}
.dz_header ul li::after {
    content: "";
    width: 0;
    height: 2px;
    background: #0B67E5;
    position: absolute;
    bottom: -3px;
    left: 50%;
    transition: all 0.5s;
}
.dz_header ul li:hover::after {
    left: 0;
    width: 100%;
}
.dz_header ul li a {
    color: #818496;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.dz_header ul li.active::after{
    content: "";
    width: 100%;
    height: 2px;
    background: #0B67E5;
    position: absolute;
    bottom: -3px;
    left: 0;
    transition: all 0.5s;
}
.dz_header ul li.active:hover::after{
    left: 0;
    width: 0;
}
.dz_header ul li.active a{
    color: #0B67E5;
}
.dz_header ul li:hover{
    color: #0B67E5;
}
.dz_header ul li:hover a{
    color: #0B67E5;
}
.dz_banner{
    width: 100%;
    min-width: 1240px;
    background-image: url("/static/image/app_banner.png");
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.dz_banner_mark{
    position: absolute;
    top: 62px;
    left: 0;
    width: 100%;
    height: 400px;
    min-width: 1240px;
}

.dz_banner_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    min-width: 1240px;
    z-index: 1;
    padding: 20px 0;
}
.dz-banner-body{
    margin: 20px auto;
    width: 700px;
}
.dz-banner-img{
    width: 630px;
    margin:0 auto 20px auto;
}
.dz-banner-search{
    width: 100%;
    padding: 8px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border: 1px solid #ECEEF1;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.dz-banner-input{
    display: inline-block;
    margin-left: 10px;
    width: calc(100% - 140px);
    vertical-align: middle;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 8px 10px;
}
.dz-banner-input .input-text{
    width: calc(100% - 45px);
    margin-left:10px;
    padding: 2px 0;
    font-size: 16px;
    border: none;
    outline: none;
    appearance: none;
}
.search-img{
    width: 25px;
}
.dz-banner-btn{
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    width: 104px;
    padding: 10px 24px;
    background: linear-gradient(113deg, #0C73FF -1%, #0B67E5 100%);
    box-sizing: border-box;
    border: 1px solid #ECEEF1;
    vertical-align: middle;
    border-radius: 8px;
    cursor: pointer;
}
.dz-banner-btn span{
    margin-right: 2px;
}
.dz-banner-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
}
.dz_form{
    margin-top: 7px;
    width: 370px;
    height: 330px;
    color: #FFFFFF;
    background-color: rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.dz_form_item{
    width: calc(100% - 40px);
    margin: 0 40px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dz_form_item img{
    width: 80px;
    margin-left: 10px;
    height: 34px;
}
#sendSMS {
    width: 103px;
    margin-left: 5px;
    padding: 6px 5px;
    background-color: #4f90e9;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    font-size: 16px;
    height: 34px;
}
.dz_form_item button{
    width: 330px;
    font-size: 16px;
    background-color: #4f90e9;
    color: #FFFFFF;
    border: none;
    padding: 8px 0;
    cursor: pointer;
}
.dz_form_title{
   font-size: 30px;
    font-weight: bold;
}
.dz_form_item span{
    display: inline-block;
    width: 85px;
    font-size: 18px;
    text-align: right;
}
.dz_form_item input{
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    padding: 8px 5px;
    margin-left: 5px;
    border: none;
    outline: none;
    appearance: none;
    width: 229px;
}
.dz_search{
    position: relative;
    z-index: 1;
    width: 500px;
    padding: 10px 0 0 30px;
}
.dz_search_body{
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.dz_search_input{
    width: 380px;
    padding: 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
}
.dz_search_input .icon-dzsousuo{
    font-size: 18px;
    font-weight: bold;
}
.dz_search_input input{
    width: calc(100% - 50px);
    padding: 5px 10px;
    border-radius: 0;
    font-size: 16px;
    border: none;
    appearance: none;
    outline: none;
}
.search_btn{
    padding: 11px 25px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
    color: #FFFFFF;
    background-color: #4f90e9;
    cursor: pointer;
}
.dz_userInfo{
    padding: 20px;
}

.dz_body{
    background-image: url("/static/image/Newsbg.png");
    min-height: 100px;
    padding: 20px 0;
}

.dz_body_left{
    width: 46%;
    margin-right: 4%;
    vertical-align: top;
    display: inline-block;
}
.dz_body_right{
    width: 49%;
    vertical-align: top;
    display: inline-block;
}
.dz_body_left_item_title{
    padding-top: 10px;
    font-size: 22px;
    margin-top: 0px;
    border-bottom: 2px solid #6289c7;
    padding-bottom: 4px;
    margin-bottom: 10px;
    color: #6289c7;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.dz_name {
    display: flex;
    align-items: flex-end;
}
.dz_name i{
    font-size: 22px;
}
.dz_name span{
    margin: 0 5px;
}
.dz_name label{
    font-size: 16px;
}
.dz_more{
 font-size: 14px;
}

.dz_body_left_item_body{
    margin: 8px 0;
}
.dz_item_info{
    padding: 10px;
    background-color: #FFFFFF;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 238px);
}
.dz_item_info li{
    padding: 8px 0;
}
.dz_item_info li a{
    display: block;
    transition: all 0.3s;
    color: #333;
    text-decoration: none;
}
.dz_item_info li a:hover{
    color: #4f90e9;
}
.dz-notice-statistics{
    display: inline-block;
    margin-left: 20px;
    width: 340px;
    background-image: url("/static/image/fwl-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 10px;
    border-radius: 8px;
    background-color: #EAF3FE;
    box-sizing: border-box;
    height: 175px;
}
.dz-title{
    color: #21252E;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.dz-body-item{
    display: inline-block;
    margin: 0 5px;
    padding:10px 20px;
    width: calc(50% - 12px);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    text-align: center;
}
.dz-body-item .num{
    font-size: 30px;
    color: #0E71FF;
}
.dz-body-item .text{
    font-size: 16px;
    line-height: 1;
}
.eye-icon{
    width: 25px;
}
.dz_content{
    color: #21252E;
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
    white-space: nowrap;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dz_time{
    color: #818496;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
}
.dz_time span{
     vertical-align: sub;
}
.dz-rl{
    width: 20px;
    vertical-align: middle;
}
.dz-notice-list{
    width: calc(100% - 400px);
    padding: 20px;
    border-radius: 8px;
    background-color: #EAF3FE;
    float: left;
}
.dz-notice-img{
    display: inline-block;
    width: 150px;
}
.dz_notice_more{
    display: inline-block;
    margin-left: 8px;
    padding: 18px;
    height: 135px;
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 26px;
    color: #1677FE;
    cursor: pointer;
}

.li_item .li_content{
    margin-top: 5px;
    color: #999999;
    text-indent: 2em;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.li_file{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    font-size: 12px;
    margin-left: 2em;
}
.li_file a{
    width: 93%;
}
.file_name{
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.dz_guide{
    padding: 10px 0;
    background-color: #f1f2f3;
}
.dz_guide_title{
    padding-top: 20px;
    font-size: 22px;
    margin-top: 0px;
    border-bottom: 2px solid #6289c7;
    padding-bottom: 4px;
    margin-bottom: 10px;
    color: #6289c7;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dz_guide_title i{
    font-size: 22px;
    margin-right: 10px;
}
.lblSelect{
    font-size: 16px;
}
select.selectPointOfInterest{
    width: 224px;
    height: 40px;
    line-height: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 4px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #94c1e7;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: SimHei;
    font-size: 16px;
    font-weight: 500;
    color: RGBA(102,102,102,0.7);
    cursor: pointer;
    outline: none;
}
.dz_guide_search_item{
    margin-right: 20px;
}
.dz_guide_search{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.dz_guide_search span{
    font-size: 16px;
}
.dz_guide_body{
    margin-top: 10px;
    box-shadow: 1px 1px 10px #999999;
}
.dz_guide_body_title{
    width: 100%;
    background-color: #eae8e8;
    display: flex;
    align-items: center;
}
.dz_guide_item{
    line-height: 60px;
    font-size: 14px;
    padding: 0px 20px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}
.dz_guide_item_name{
    width: 975px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 14px;
}
.dz_guide_item_count{
    width: 100px;
    background-color: #f1f2f3;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}
.more_list{
    padding-left: 10px;
    display: none;
}
.dz_guide_item_count{
    cursor: pointer;
}
.more_list .dz_guide_item_name{
    width: 965px;
}
.dz_guide_action{
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #448AF0;
    margin-right: 15px;
    font-size: 12px;
    color: #448AF0;
    text-align: center;
    cursor: pointer;
}
.dz_guide_action:hover {
    background: #448AF0;
    color: #FFFFFF;
}
.dz_guide_more {
    width: 80px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #448AF0;
    margin-right: 15px;
    font-size: 12px;
    color: #448AF0;
    text-align: center;
    cursor: pointer;
}

.dz_guide_more:hover {
    background: #448AF0;
    color: #FFFFFF;
}
.title_1{
    width: 75%;
    line-height: 40px;
    font-size: 16px;
    padding: 10px 20px;
}
.title_2{
    width: 25%;
    line-height: 40px;
    font-size: 16px;
    padding: 10px 20px;
}

.footer{
    padding: 20px 0;
    background-color: #000000;
    display: flex;
    min-width: 1240px;
    align-items: center;
    justify-content: center;
}
.footer a{
    margin: 0 10px;
    font-size: 14px;
    color: #FFFFFF;
}

.dz-policy-body{
    width: 100%;
    margin-top: 20px;
    padding: 12px;
    border-radius: 8px;
    box-sizing: border-box;
    background: linear-gradient(180deg, #1A7AFF 0%, #D9E9FF 100%);
}
.dz-policy-title .dz-title{
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 10px;
}
.policyDocument-index{
    width: 32px;
    height: 32px;
}
.dz-policy-more{
    float: right;
    vertical-align: middle;
    padding: 6px 12px;
    border-radius: 4px;
    background: #F0F4FA;
    color: #1677FE;
    font-size: 14px;
    cursor: pointer;
}
.row-icon{
    width: 14px;
    margin-left: 5px;
}
.dz-policy-content{
    background: #F0F4FA;
    padding: 16px 16px 4px 16px;
    border-radius: 8px;
}
.dz-policy-content-item{
    float: left;
    padding: 12px 8px;
    background-color: #FFFFFF;
    margin-right: 12px;
    margin-bottom: 12px;
    border-radius: 4px;
    width: calc(100% / 4 - 25px);
}
.dz-policy-content-item:nth-child(4n){
    margin-right: 0;
}

.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.dz-item-title{
    margin-bottom: 5px;
    color: #21252E;
}
.dz-item-tag{
    margin-bottom: 5px;
}
.dz-item-tag span{
    padding: 3px 8px;
    gap: 10px;
    background: rgba(255, 115, 0, 0.1);
    font-size: 12px;
    border-radius: 4px;
    color: #F26D00;
}
.dz-item-time{
    font-size: 12px;
    color: #818496;
    margin-bottom: 5px;
}
.item-box{
    margin-top: 10px;
}
.item-box-btn{
    border-radius: 4px;
    opacity: 1;
    align-items: center;
    padding: 4px 8px;
    background: rgba(13, 107, 242, 0.05);
    box-sizing: border-box;
    border: 1px solid #0D6BF2;
    width: calc(60% - 9px);
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.item-look-more{
    border-radius: 4px;
    opacity: 1;
    align-items: center;
    padding: 4px 8px;
    background: #0D6BF2;
    box-sizing: border-box;
    border: 1px solid #0D6BF2;
    width: 40%;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.item-look-more:hover{
    color: #FFFFFF;!important;
}
.box-btn-img{
    width: 14px;
}
.dz-entrance{
    padding: 20px 0;
    background-image: url("/static/image/hy-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dz-info-flex{
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.dz-info-item-bg{
    width: 0;
    flex: 1;
}
.dz-info-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dz-info-title .dz-title{
    margin-bottom: 0;
}
.dz-info-body{
    padding: 16px;
    border-radius: 8px;
    width: 100%;
    background-color: #F5F7FA;
    box-sizing: border-box;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dz-info-item{
    background-color: #FFFFFF;
    border-radius: 4px;
    padding: 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dz-info-item-left{
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.dz-item-title{
    font-size: 16px;
    color: #21252E;
}
.dz-item-time{
    color: #818496;
    font-size: 12px;
}
.dz-info-item .dz-item-tag span{
    border: 1px solid #E00000;
    background: rgba(224, 0, 0, 0.05);
}
.dz-info-item-btn{
    color: #0D6BF2;
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 14px;
    box-sizing: border-box;
    border: 1px solid #0D6BF2;
}
.dz-info-item-size{
    width: 500px;
}

.complaint-item{
    padding: 12px;
    background-color: #FFFFFF;
    border-radius: 4px;
}

