﻿.ipt01{position: relative;top: -2px;}
.afterLoginBox {
    z-index: 1000;
    right: -40px;
    background: #fff;
    border: 1px solid #ddd;
    line-height: normal;
}
.white{color: white !important;}
.inlineblock{display: inline-block;}
.zztj{position: relative;top: 5px;left: 50px;}
#_zx_bd ul li a{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
/* 扫码登录 */
.login_l {
    border-radius: 40px;
    background-color: #fff;
    position: fixed;
    top: 80px;
    right: 50px;
    display: block;
    height: 340px;
    width:300px;
}
.login_ma{
    display: flex;
    justify-content: center;
}
.login_ma > p:first-child{
    width:150px;
    border-radius: 40px 0 0 0;
    background-color: #fff;
}
.login_ma > p{
    margin:0;
    padding:0;
}
.login_ma > p:last-child{
    width:150px;
    border-radius: 0 40px 0 0;
    background-color: #EFF2F5;
}
.login_ma span.active1 {
    border-top: 5px #f0830e solid;
    font-size: 20px;
    color: #3169d4;
    font-weight: bold;
    line-height: 55px;
    margin-left: 25px;
    border-radius: 6px 0 0 0;
}

.login_ma span.active2 {
    background: url(../images/index/yzmdl_bg.png) no-repeat center;
    font-size: 20px;
    color: #666666;
    height: 55px;
    cursor: pointer;
    background-size: contain;
    border-radius: 0px 40px 0 0;
}

.login_ma span {
    display: block;
    width: 125px;
    float: left;
    height: 50px;
    line-height: 55px;
    text-align: center;
}
.login_mb{
    margin-top:20px;
}
.layui-tab-title{
    text-align: center;
    font-size:14px;
}
.layui-tab-title .active1,
.layui-tab-title .active2
{
    cursor: pointer;
}
.layui-tab-title .active1{
    color:#3169d4;
}
.layui-tab-item .p-title{
    color:#3169d4;
    text-align: center;
}
.layui-tab-item .p-img{
    text-align: center;
    margin:15px 0;
}
.layui-tab-item .p-img img,
.layui-tab-item .p-img .qrcode
{
    width:120px;
    height: 120px;
    margin: 0 auto;
}
.layui-tab-item .p-txt{
    text-align: center;
}
/* #wxQrCodeId{
    width: 207px;
    height: 270px;
    background: #f1f4fe;
    padding: 35px 25px;
    border-radius: 20px;
    box-sizing: border-box;
} */
#wxQrCodeId iframe {
    width: 207px;
    height: 270px;
}
.layui-inline, img {
    vertical-align: initial;
}

/*授权已过期*/
#wxGQ{
    text-align: center;
}
#wxGQ .layui-card-header{padding-top: 10px;border-bottom: none;}
#wxGQ .layui-card-body{padding-top: 0px;text-align: left;padding: 10px 50px;}
#wxGQ a{color: #127ce8;}
#wxGQ .layui-card{box-shadow:none;}

/*调查问卷*/
#navBar {
    bottom: 586px;
    position: fixed;
    right: 30px;
    /* background-color: #fff; */
    z-index: 101;
    display: none;
}
/* .navBar {
    width: 88px;
    height: 158px;
    padding: 30px 0 0 0;
    box-sizing: border-box;
    color: #115FAE;
    text-align: center;
    border: 1px solid #ededed;
    display: block;
} */

@media screen and (min-width: 1330px) and (max-width: 1540px){
    #navBar{
        right: 0px;
    }
}
/* 停业补助飘窗 */
#sk-tybz{
	display: none;
	cursor: pointer;
	width: 260px;
	height: 100px;
	position: fixed;
	left: 0;
	top: 350px;
}
#sk-xcx{
	display: none;
	cursor: pointer;
	width: 260px;
	height: 100px;
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 1;
}
.icon-right-close{
	position: absolute;
	top: -5px;
	left: -5px;
	font-size: 18px !important;
	color: #ccc;
}