body{
    margin:0;
    padding:0;
    font-family: "Microsoft YaHei UI";
}
.gx-cf:after{
    content: "";
    display: block;
    clear: both;
}
.gx-login-bg{
    width:100%;
    height:632px;
    min-width: 963px;
    min-height: 632px;
    background: url("../img/loginNew/bg.png") center;
    background-size: cover;
    /*position: absolute;*/
}
.gx-login-con{
    height: 100%;
    width: 460px;
    position: absolute;
    right: 5%;
}
.gx-login-con>div{
    position: relative;
    height: 100%;
}
.gx-logo-con{
    padding-left: 30px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 30px;
}
.gx-bg-img{
    /*width: 1380px;*/
     height: 100%;
    box-sizing: border-box;
    /* padding: 20px 20px 20px 480px; */
    /* position: absolute; */
    /* top: 50%; */
    /* margin-top: -340px; */
    /* left: 50%; */
    /* margin-left: -480px; */
    /* background: url(../img/login/bg_loginbox.png); */
    font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
    /*z-index: 100;*/
    z-index: 10000; /*因为全屏飘窗在这里div里边，所以这里要设置高一些，不然省市政策的文字就会盖住*/
    margin: 0 auto;
    position: relative;
}
.gx-login{
    background: #fff;
    width: 460px;
    height: 490px;
    position: absolute;
    bottom: 15px;
    /*right: 5%;*/
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.gx-login-logo{
    margin-top: 40px;
    margin-left: 30px;
}
.gx-login-line{
    width:600px;
    height:3px;
    border-top: 4px solid #98c3ea;
    border-bottom: 1px solid #98c3ea;
    margin-left: 100px;
    margin-top: 20px;
}
.gx-login-content{
    position: relative;
}
.gx-zxdh-con{
    padding: 10px 30px;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 26px;
}
.gx-zxdh-con>div:first-child{
    padding-left: 24px;
    position: relative;

}
.gx-zxdh-con>div:first-child:before{
    display: block;
    content:'';
    width:18px;
    height:18px;
    background: url("../img/login/icon_mobile.png");
    position: absolute;
    left:0;
    top:4px;
}
.phone-style{
    padding: 0px 8px;
    border-radius: 8px;
    background: rgba(247, 249, 250, 1);
    margin-left: 20px;
}
.gx-remind{
    color: rgba(135, 135, 135, 1);
    font-size: 12px;
    line-height: 22px;
    padding: 0 30px;
}
.gx-note{
    position: absolute;
    top: 40px;
    left: -243px;
    font-size: 18px;
    color: red;
}
.gx-login-content .gx-error-texts{
    /*width:460px;*/
    width: 400px;
    height:40px;
    line-height: 40px;
    font-size: 12px;
    color:#f00;
    text-align: center;
    position: absolute;
    top:-50px;
}
.gx-login-content .gx-login-input{
    width:400px;
    margin:0 auto;
}
.gx-login-content .gx-login-input{
    height:40px;
    line-height: 40px;
    border-bottom: 1px solid #e1e1e1;
    margin-top: 20px;
}
.gx-login-content .gx-first-input{
    margin-top: 50px;
}
.gx-login-content .gx-login-input span{
    float: left;
    width:130px;
    font-size: 16px;
    color:#448aca;
    height:40px;
    line-height: 40px;
}
.gx-login-content .gx-login-input-verification span{
    float: left;
    width:49px;
    font-size: 16px;
    color:#448aca;
    height:40px;
    line-height: 40px;
}
.gx-login-content .gx-login-input input{
    float: right;
    width:260px;
    font-size: 14px;
    color:#333;
    height:34px;
    line-height: 34px;
    text-align: right;
    border:none;
    outline: none;
    font-family:"microsoft yahei",Arial, Helvetica, sans-serif;
}
.gx-login-content .gx-login-input input.gx-input-arial{
    font-family:Arial,"microsoft yahei",Helvetica, sans-serif;
}
.gx-verification{
    float: left;
    margin-left: 20px;
    width:60px;
    height:30px;
    margin-top: 5px;
}
.gx-login-btn{
    display: block;
    width:300px;
    height:50px;
    line-height: 50px;
    background-color:#252b42;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}
.gx-login-btn:hover{
    background-color: #323a58;
    color:#fff;
}
.gx-register-link{
    width:120px;
    height:40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color:#448aca;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;

}
.gx-register-link:hover{
    text-decoration: underline;
    color:#246498;
}
.wjmm-link{
    width: auto;
}
::-moz-placeholder{color:#999;}
::-webkit-input-placeholder{color:#999;}
:-ms-input-placeholder{
    color:#999;
}

/*ע����ʽ*/
.gx-register{
    width: 460px;
    height: 490px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    font-family: "microsoft yahei",Arial, Helvetica, sans-serif;
    display: none;
    background: #fff;
    position: absolute;
    bottom: 15px;

}
.gx-register-title{
    width:100%;
    height:60px;
    line-height: 60px;
    color:#448aca;
    font-size: 20px;
    text-align: center;
}
.gx-register .gx-login-line {
    margin-top:0;
}
.gx-register .gx-login-content .gx-login-input {
    width: 400px;
}
.gx-register .gx-login-content .gx-login-input{
    margin-top:0;
}
.gx-register .gx-login-content .gx-first-input {
    margin-top: 20px;
}
.gx-register .gx-login-content .gx-login-input span {
    width: 60px;
    font-size: 14px;
    margin-right: 20px;
}
.gx-register .gx-login-content .gx-login-input input {
    float: left;
    width: 195px; /*原来是197，但是火狐和ie掉下来了*/
    /*width: 210px;*/
    font-size: 14px;
    text-align: left;
    height:36px;
    line-height: 36px;
    margin-right: 4px;
}
.gx-register .gx-login-content .gx-login-input>p {
    float: left;
    width:116px;
    /*width:103px;*/
    height:36px;
    line-height: 36px;
    box-sizing: border-box;
    color:#eb6877;
    font-size: 12px;
    padding-left: 13px;
    background: url("../img/pic_errortip_03.png");
    margin: 0;
    margin-top: 2px;
    display: none;
}
.gx-register .gx-login-content .gx-register-error>p {
    display: inline-block;
}
.gx-register .gx-three-text{
    letter-spacing: 6px;
}
.gx-register-down{
    text-align: center;
    margin-top: 40px;
    position: relative;
}
.gx-register-btn{
    display: block;
    width:300px;
    height:50px;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background-color: #f39800;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin:0 auto;
}
.gx-register-btn:hover{
    background-color: #faaa26;
    color: #fff;
}
.gx-register-down .gx-register-self-btn{
    font-size:12px;
    font-weight: normal;
    color:#448aca;
    background-color: #fff;
    display: none;
}
.gx-register-down>p{
    height:40px;
    line-height: 40px;
    font-size: 12px;
    color:#999;
}
.gx-login-link{
    display: inline-block;
    width:100px;
    height:20px;
    line-height:20px;
    color:#448aca;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    /*position: absolute;*/
    /*top:0;*/
    /*right:150px;*/
}
.gx-login-link:hover{
    color:#246498;
    text-decoration: underline;
}



/*右侧的经济普查样式*/
.gx-econo-con{
	position:absolute;
	top:0;
	right:-225px;
	z-index:10000;
}
/*下方的电话号码*/
.tel-con{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:150px;
	background-color:rgba(67,130,235,.6);
	z-index: 10002;
}
.tel-con .tel-con-inset{
	width:800px;
	height:150px;
	margin:0 auto;
	box-sizing: border-box;
	padding:30px 0;
	position: relative;
}
.tel-con .tel-bt{
	font-size:16px;
	color:#272636;
	height:30px;
	line-height:30px;
	font-weight:bold;
	text-align: center;
}
.tel-con .tel-phone{
	padding:0 40px;
}
.tel-con .tel-phone li{
	float:left;
	font-family:Arial,"microsoft yahei"Helvetica, sans-serif;
	width:120px;
	text-align: center;
	font-size:14px;
	color:#272636;
	height:30px;
	line-height:30px;
	font-weight:bold;
}
.tel-close{
	display:block;
	width:11px;
	height:11px;
	background: url("../img/btn_bottom_x.png");
	position:absolute;
	top:10px;
	right:20px;
	cursor: pointer;
}


/*注册页面的密码规则提示框*/
.mima-rule-con{
    width:180px;
    height: 186px;
    box-sizing: border-box;
    border:1px solid #f39700;
    background-color: #fdf9c3;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    position: absolute;
    top:50%;
    left: -90px;
    margin-top: -93px;
    padding:15px 5px 5px 5px;
    display: none;
    box-sizing: border-box!important;
}
.mima-rule-con:after{
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: url("../img/login/img_tri.png") no-repeat;
    position: absolute;
    top:50%;
    right:-7px;
    margin-top: -4px;
}
.mima-rule-con .mima-rule-title{
    font-size: 12px;
    font-family: microsoft yahei, SimHei, SimSun, Arial, Helvetica, verdana, sans-serif;
    color:#ec6941;
    line-height: 16px;
    margin-bottom: 20px;
}
.mima-rule-con .mima-rlue-list>li{
    margin-bottom: 10px;
    position: relative;
}
.mima-rule-con .mima-rlue-list>li>i{
    position: absolute;
    top:6px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #3f83e8;
}
.mima-rule-con .mima-rlue-list>li>.mima-rlue-text{
    line-height: 16px;
    font-size: 12px;
    font-family: microsoft yahei, SimHei, SimSun, Arial, Helvetica, verdana, sans-serif;
    color:#3f83e8;
    padding-left: 10px;
}

.gx-register .gx-login-content .gx-register-error .mima-rule-con {
    display: block!important;
}
/*新手指引*/
/*#xszy{*/
/*    position: absolute;*/
/*    bottom: 35px;*/
/*    right: 14%;*/
/*    z-index: 100;*/
/*}*/
.xszy-icon{
    position: absolute;
    bottom: 150px;
    left: -82px;
    cursor: pointer;
}
.ly-icon{
    position: absolute;
    bottom: 80px;
    left: -82px;
    cursor: pointer;

}
#zy1-light,#zy3-light{
    margin: 0 30px;
}
#zy2-light{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
#zy1,#zy3{
    position: absolute;
    top:0px;
    /*right:-240px;*/
    right:432px;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    display: none;
    z-index: 10000;
    text-align: center;
}
#zy2{
    position: absolute;
    /*bottom: -40px;*/
    /*right: -100px;*/
    bottom: 70px;
    right: 382px;
    display: none;
    /*background-color: rgba(0, 0, 0, 0.6);*/
    z-index: 10000;
}



/*登录页面新加的代码*/
.login-info-con{
    width:1380px;
    margin: 0 auto;
}

/*在线留言*/

.online-msg-con{
    display: none;
    min-height: 730px;
    background: url("../img/login/zxly_bj.png");
}
.online-msg{
    width:772px;
    margin:0 auto
}
.online-btn{
    display: inline-block;
    padding: 0px 10px 0 25px;
    border-radius: 20px;
    background: rgba(62, 141, 255, 1);
    height: 30px;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin:30px 0;
    position: relative;
    cursor: pointer;
}
.online-btn:before{
    display: block;
    content:'';
    width:15px;
    height: 11px;
    background: url("../img/login/vector.png");
    position: absolute;
    left:10px;
    top:10px;
}
.online-msg-box{
    width: 790px;
    height: 628px;
    border-radius: 20px;
    border:20px solid #b2ceff;
    box-sizing: border-box;
    background: #fff;

}



/*.tj-hot{*/
/*    top:50% !important;*/

/*}*/
.tj-title{
    background: url('../img/login/piao_jubao.png') !important;
}









































/*头和尾样式*/
.logo-con{
    width:1380px;
    margin:0 auto;
    height: 99px;
    line-height: 99px;
    font-size: 36px;
    color:#2a2a2a;
    font-family: "Microsoft YaHei UI";
}
.logo-con>img{
    margin:13px 13px 0 0;
    float: left;
}


/*2022.10.25footer样式重写 hyk*/
.footer-con{
    width: 100%;
    height: 210px;
    background:#eaecf4 ;
    font-size: 14px;
    color:#2a2a2a;
    line-height: 28px;
    min-width: 1300px;
}
.footer-con a {
    color: #2a2a2a;
    text-decoration: none;
}
.footer-pc{
    width: 870px;
    height: 115px;
    margin: 0 auto;
    padding-top: 50px;
}
.footer-left{
    margin-right: 20px;
}
.zfwzc-img{
    margin-top: 30px;
    margin-left: 5px;
}
.dzjg-img{
    margin-top: 17px;
}
.ghs-img{
    position: relative;
    top: 4px;
}
@media (max-width: 768px) {
    .footer-con {
        width: 100%;
        height: 130px;
        font-size: 14px;
        color: #2a2a2a;
        line-height: 25px;
        min-width: auto;
    }
    .footer-pc{
        width: 100%;
        padding-top: 15px;
    }
    .footer-left{
        display: none;
    }
    .footer-right{
        width: 100%;
        text-align: center;
    }
    .footer-right .pc{
        display: none;
    }
    .footer-right .ghs-wrap{
        display: block;
    }
}










/*banner图开始*/

.banner-con{
    width:100%;
    height: 160px;
}
.banner-con>img{
    width:100%;
    height: 100%;
    transition: all 0.5s;
    cursor: pointer;
}
.banner-con>img:hover{
    transform: scale(1.02);
    overflow: hidden;
}
.con-same-style{
    padding-top: 26px ;
}
.title-same-style{
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color:#2a2a2a;
    text-align: center;
    border-bottom: 2px solid #e4e8f8;
    position: relative;
}
.title-same-style>span{
    display: inline-block;
    padding: 0 30px;
    border-bottom: 2px solid #1890ff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.title-same-style>.title-same-ckgd{
    color: #2a2a2a;
    font-size: 16px;
    padding: 0 5px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.icon-list{
    padding: 0 2px;
}
.icon-list-item{
    width:171px;
    padding-top: 40px;
    cursor: pointer;
}
.qyName{
    height: 68px;
    line-height: 68px;
    text-align: center;
    color:#666;
    font-size: 16px;
    padding: 0 10px;
}
.qyImg-con{
    text-align: center;

}

.qyImg-con>span{
    width:80px;
    height: 80px;
    text-align: center;
    color:#fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    box-shadow: 6px 6px  20px rgba(87, 85, 85, 0.3 ) ;
    font-size: 18px;
    /*display: inline-block;*/

    justify-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
/*.qyImg-con-21>span{
    padding:21px 8px;
}
.qyImg-con-9>span{
    padding:9px 8px;
}*/
.qylogo-con{
    width:80px;
    height: 80px;
    border-radius: 12px;
    margin:0 auto;
    /*padding: 2px 0;*/
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 6px 6px  20px rgba(87, 85, 85, 0.3 ) ;

}
.qylogo-con>img{
    width:80px;
    height: 80px;
}
.carry-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bg1{
    background: #07b5b1;
}
.bg2{
    background: #1a8dff;
}
.bg3{
    background: #5a6fe9;
}
.bg4{
    background: #1bb2cd;
}
.bg5{
    background: #1873f8;
}
.bg6{
    background: #f66d32;
}
.bg7{
    background: #31b48d;
}
.bg8{
    background: #35aeee;
}
/*swiper实现无缝滚动 必须加此样式*/
.swiper-container_2{
    margin:0 auto;
}
.swiper-container_2 .swiper-wrapper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.djfc-list {
    padding: 30px 0;
}

.djfc-list-item{
    padding-bottom: 18px;
    width:315px;
    box-sizing: border-box;
    border-bottom:1px solid #ddd;
    margin-right: 40px;
    cursor: pointer;

}
.djfc-list-item:last-child{
    margin-right: 0;

}
.djfc-img{
    width: 110px;
    height: 80px;
    margin-right: 10px;
}
.djfc-img>img{
    width:100%;
    height: 100%;
}
.djfc-title{
    width: calc(100% - 120px);
    line-height: 28px;
    font-size: 16px;
    color: #444444;
    font-family: "Microsoft YaHei UI";
}
.two-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.djmc{
    height: 56px;
    overflow: hidden;
}
.djfc-time{
    color:#777777;
    line-height: 16px;
    margin-top:8px
}


/*2022.3.9 hyk 新版登录页新闻公告模块样式*/
.new-container{
    width: 1380px;
    height: 355px;
    margin: 30px auto;
}
.index-left{
    width: calc(100% - 580px);
    background-color: #fff;
}
.index-right{
    width: 540px;
    margin-left: 40px;
    background-color: #fff;
}
.title-ul:after{
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    z-index: 999;
    background: #e4e8f8;
    position: relative;
    bottom: 4px;
}
.title-ul li{
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    color:#2a2a2a;
    cursor: pointer;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    font-family:" Microsoft YaHei",sans-serif;
    z-index: 9999;
}
.title-ul li.atv-title{
    color:#1890ff;
    border-bottom: 4px solid #1890ff;
}
.title-ul li.atv-title:after{
    content: url("../img/loginNew/bit.png");
    display: block;
    width: 14px;
    height: 6px;
    position: absolute;
    top:18px;
    right:calc(50% - 7px);
    border-radius: 2px;
    z-index: 9999;
}
.xt-list-box{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.xt-list-ul li{
    width: 100%;
    position: relative;
}
.xt-list-ul li p.xt-list-title{
    width: calc(100% - 100px);
    float: left;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color:#444;
}
.xt-list-ul li p.xt-list-date{
    padding: 0;
    text-align: right;
    width: 100px;
    box-sizing: border-box;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color:#777;
    float: right;
}
.xt-list-ul li:hover{
    cursor: pointer;
}
.xt-list-ul li:hover p.xt-list-title,.xt-list-ul li:hover p.xt-list-date{
    color:#1890ff;
}
.tab-item-con{
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    /*top:0;*/
    /*left:0;*/
    /*z-index: 100;*/
    background-color: #fff;
    overflow: hidden;
    display: none;
}
.tab-top-item{
    /*z-index: 200;*/
    display: block;
}
.tab-content-show{
    /*z-index: 200;*/
    display: block;
}

.tab-con{
    position: relative;
    height: 295px;
    overflow: hidden;
}
.title-ul li.tzgg-title{
    color: #2a2a2a;
    padding-left: 64px;
}
.title-ul li.tzgg-title:after{
    content: "";
}
.title-ul li.tzgg-title:after{
    content: url("../img/loginNew/icon.png");
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top:10px;
    left:12px;
    z-index: 999999;
}
.title-ul li.wjp-title:after{
    content: url("../img/loginNew/icon_wjp.png");

}
.tzgg-list .xt-list-box{
    padding-left: 22px;
    box-sizing: border-box;
    position: relative;
}
.tzgg-list li:after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top:calc(50% - 3px);
    left: 8px;
    background-color: #1890ff;
    border-radius: 50%;
}
.title-ul  li.check-more{
    padding:  0 5px;
}
.title-ul  li.check-more a{
    color: #2a2a2a;
    font-size: 16px;
}
/*2022.3.9 hyk 列表页样式*/
.w-1380{
    width: 1380px;
    margin: 0 auto;
}
.xxhgz-con-cls{
    padding-bottom: 20px;
}
.list-nav-con{
    height: 60px;
    font-family: "Microsoft YaHei" , sans-serif;
    font-size: 16px;
    color: #666;
    line-height: 60px;
    border-bottom: 1px dashed #d2d2d2;
}
.nav-item-groups:first-child .nav-item:before{
    display: inline-block;
    content: url("../img/loginNew/lbv6-zy.png");
    width: 14px;
    height: 14px;
    margin-right: 8px;
}
.list-split-line{
    border-bottom: 1px solid #d2d2d2;
}
.nav-item-groups:last-child{
    color: #1890ff;
}
.nav-item-groups .nav-item{
    cursor: pointer;
}
.nav-item-split{
    margin: 0 8px;
}
.nav-item-groups:last-child .nav-item-split{
    display: none;
}
.middle-container{
    position: relative;
    margin-top: 20px;
}
.list-left-con{
    width: 100%;
    min-height: 720px;
}
.tab-list-ul .xt-list-box{
    border: none;
}
.tab-list-ul li{
    padding-left: 22px;
    box-sizing: border-box;
}
.tab-list-ul li:after{
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top:calc(50% - 3px);
    left: 8px;
    background-color: #1890ff;
    border-radius: 50%;
}
.pagination-cont {
    display: none;
    text-align: center;
    margin-top: 20px;
}
/*2022.3.9 hyk 党建风采列表*/
.dj-list-ul li{
    padding: 0;
    margin-bottom: 10px;
}
.dj-list-ul li:after{
    display: none;
}
.dj-list-ul li:hover .xt-list-date{
    color: #1890ff;
}
.dj-list-ul li:hover .dj-title{
    color: #1890ff;
}
.dj-list-ul li:hover .dj-ly{
    color: #1890ff;
}
.dj-list-ul .xt-list-date{
    color: #777;
    width: 100px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: right;
}
.dj-list-ul .dj-text-div{
    width: calc(100% - 100px);
}
.dj-list-ul .dj-pik{
    width: 80px;
    height: 60px;
    margin-right: 20px;
}
.dj-list-ul .dj-img-con{
    width: calc(100% - 100px);
}
.dj-list-ul .dj-title{
    width: 100%;
    color: #444;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}
.dj-list-ul .dj-ly{
    width: 100%;
    color: #777;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}
.default-img{
    text-align: center;
}
.login-default{
    width: 100%;
    height: 100%;
    text-align: center;
}
.login-default img{
    width: 400px;
    height: 300px;

}
.wjp-logo-icon{
    position: absolute;
    top: 90px;
    right: 14%;
    z-index: 100;
}

.wjp-ewm-con{
    width:272px;
    min-height: 300px;
    background:#fff;
    position: absolute;
    top: 35px;
    right:-5px;
    border-radius: 10px;
    padding: 10px 16px 8px 16px;
    text-align: center;
    box-sizing: border-box;
    /*display: none;*/

}
.wjp-ewm-img-con{
    width:200px;
    height: 200px;
    margin:0 auto;
    border:4px solid #ffbc6e;
    overflow: hidden;
    margin-top: 10px;
}
.wjp-ewm-img-con>img{
    width:100%;
    height: 100%;
}
.wjb-ewm-text{
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    left: 15%;
    color: #2a2a2a;
    font-weight: bold;
}
.yellow-text{
    font-size: 16px;
    color: #ff7b5c;
    line-height: 36px;
    border-bottom:1px solid #dcdcdc;
    padding-left: 22px;
    position: relative;
}
.yellow-text:before{
    display: block;
    content: '';
    width:14px;
    height: 14px;
    background: url("../img/loginNew/icon_saom.png");
    position: absolute;
    top:11px;
    left:8px;

}
.login-title{
    font-size: 20px;
    color:#252b42;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
/*登录覆盖层样式 2023-12-13*/
.wjp-login-box{
    width: 770px;
    height: 490px;
    border-radius: 10px;
    padding: 20px 40px;
    box-sizing: border-box;
    background: url("../img/loginWjp/dl_jianz.png") no-repeat #fff bottom;
    position: absolute;
    top: 15px;
    right: 10%;
    z-index: 9999;
}
.wjpc-title{
    width: 100%;
    text-align: center;
}
.wjp-title-style{
    color: #282828;
    font-size: 24px;
    font-weight: bold;
    height: 52px;
    line-height: 52px;
    padding: 0 30px;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
}
.wjp-title-style:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/loginWjp/qt_bt.png") no-repeat;
    position: absolute;
    top: 16px;
    left: 0;
}
.wjp-title-style:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/loginWjp/qt_bt.png") no-repeat;
    position: absolute;
    top: 16px;
    right: 0;
}
.wjp-line{
    width: 100%;
    height: 5px;
    background-color: #1890ff;
    margin-top: 16px;
}
.login-con{
    padding: 40px 44px 0 44px;
    box-sizing: border-box;
}
.login-card{
    width: 278px;
    height: 298px;
    border-radius: 8px;
    border: 1px solid #98c3ea;
    padding-top: 40px;
    box-sizing: border-box;
    background-color: #fff;
    cursor: pointer;
}
.wjp-logo{
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
}
.logo-sjcj{
    background: url("../img/loginWjp/pt1_logo.png") center no-repeat;
}
.logo-pc{
    background: url("../img/loginWjp/pt2_logo.png") center no-repeat;
}
.wjp-card-title{
    color: #0e3550;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 36px;
}
.wjp-btn{
    width: 100%;
    text-align: center;
}
.wjp-btn-style{
    color: #fff;
    font-size: 14px;
    width: 92px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-weight: bold;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #1890ff;
    display: inline-block;
}
.wjp-btn-style:hover{
    background-color: #0a84f6;
}

/*普查自主填报注册样式开始*/
.zztb-register .gx-login-content .gx-login-input input {
    width: 248px;
    margin: 0;
}
.zztb-register .gx-login-content .gx-login-input span {
    margin-right: 10px;
}
.zztb-register .yzm-input{
    width: calc(100% - 200px) !important;
}
.zztb-register .yzm-btn{
    display: inline-block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #f39800;
    font-size: 14px;
    margin-top: 3px;
    text-align: center;
    border-radius: 4px;
}
.zztb-register .gx-login-content .gx-login-input{
    height: auto;
}
.zztb-register .gx-login-link{
    margin-top: 20px;
}
.zztb-register .error-con{
    width: 400px;
    line-height: 20px;
    margin: 0 auto;
    color: red;
    padding-left: 70px;
    box-sizing: border-box;
}
.zztb-register .yzm-btn-get{
    background: #f3b35c;
    color:#fff;
}
.sjhm-login-style span{
    width: 70px !important;
}
.sjhm-login-style input{
    width: 325px !important;
}
/*普查自主填报注册样式结束*/
.tel-helper-style{
    position: absolute;
    top: 100px;
    left: 40px;
    right: 40px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: Arial;
    font-size: 14px;
}
.tel-helper-style .tel-style {
    color: #333;
    line-height: 22px;
    margin-right: 10px;
}
#gx-login .tel-helper-style{
    position: static;
    padding: 0 20px;
}
/*飘窗样式*/
.hot-con{
    position: absolute;
    top:30%;
    left:40px;
    z-index: 9999;
}
.hot-notice-con{
    width: 320px;
    /*padding: 0 14px;*/
    border-radius: 16px;
    background: rgba(255, 255, 255, 1);
    animation: bounce-up 1.8s linear infinite;
    margin-bottom: 30px;
}
@keyframes bounce-up {
    25% {transform: translateY(10px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(-10px);}
}
.hot-notice-box{
    position: relative;
    padding-top: 42px;
}
.hot-title{
    width: 100%;
    height: 42px;
    line-height:50px;
    box-sizing: border-box;
    background: url('../img/login/hot_notice.png');
    color:#fff;
    position: absolute;
    top: -10px;
    padding-left: 20px;

}
.hot-close{
    display: inline-block;
    width:18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 14px;
    background: url("../img/login/icon_close.png");
    cursor: pointer;

}
.hot-text-con{
    padding: 10px 14px;
}
.hot-info{
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
}
.hot-time{
    font-size: 14px;
    line-height: 26px;
    text-align:right;
}
