/* 重置浏览器样式 */
.wk_container,
.wk_container *{
	margin: 0;
	padding: 0;
}

.wk_container body{
	font: 14px "microsoft yahei";
	padding-bottom: 82px;
}

.wk_container ul,
.wk_container ol,
.wk_container li{
	list-style: none;
}

.wk_container frameset,
.wk_container frame,
.wk_container iframe,
.wk_container img{
	border: 0;
}

.wk_container select,
.wk_container textarea,
.wk_container input,
.wk_container button,
.wk_container a{
	outline: 0;
}

.wk_container textarea,
.wk_container img{
	vertical-align: middle;
}

.wk_container table{
	border-spacing: 0;
	border-collapse: collapse;
}

.wk_container a{
	text-decoration: none;
	color: inherit;
}

/* 浮动与清除 */
.wk_fl{
	float: left;
}

.wk_fr{
	float: right;
}

.wk_clear{
	clear: both;
}

/* 头部 */
#wk_header{
	height: 105px;
	padding: 0 30px;
	background: #0994dc;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.wk_header_l .wk_h_logo_box{
	color: #ffffff;
}

.wk_h_logo_box .wk_h_logo_text{
	line-height: normal;
	padding-left: 20px;
	vertical-align: middle;
	font-size: 30px;
}

.wk_header_r .wk_header_text{
	font-size: 16px;
	color: #ffffff;
}

#wk_header.style1{
	background: none;
}

#wk_header.style1 .wk_h_logo_box .wk_h_logo_text{
	color: #000000;
}

#wk_header.style1 .wk_header_r .wk_header_text{
	color: #999999;
}

/* 底部 */
#wk_footer{
	width: 100%;
	height: 82px;
	line-height: 82px;
	background: #e5e7ea;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 900;
}

#wk_footer .wk_footer_box{
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}

.wk_footer_box .wk_footer_info{
	line-height: 25px;
	padding-left: 25px;
	display: inline-block;
	vertical-align: middle;
	color: #666666;
}

/* 主体 */
.wk_main{
	padding: 0 30px;
}

/* 名称 */
.wk_name{
	height: 46px;
	line-height: 46px;
	padding: 0 30px;
	background: #0994dc;
	color: #ffffff;
}

/* 表单 */
.wk_form{
	width: 560px;
	margin: 0 auto;
	padding-top: 40px;
	color: #333333;
	position: relative;
}

.wk_form .wk_form_img{
	position: absolute;
	top: 110px;
	right: -138px;
	z-index: 1;
}

.wk_form table{
	width: 100%;
}

.wk_form td{
	padding: 8px 0;
}









/* 菜单 */
.wk_menu{
	border-bottom: 1px solid #eeeeee;
	display: flex;
	display: -webkit-flex;
}

.wk_menu .wk_menu_item{
	height: 46px;
	line-height: 46px;
	margin-bottom: -1px;
	display: block;
	flex: 1;
	-webkit-flex: 1;
	text-align: center;
	color: #000000;
	position: relative;
}

.wk_menu_item:after{
	content: "";
	width: 100%;
	border-bottom: 2px solid #0994dc;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.wk_menu_item.active{
	font-size: 16px;
}

.wk_menu_item.active:after{
	display: block;
}

.wk_menu2{
	border-bottom: 1px solid #dddddd;
	padding: 0 14px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.wk_menu2 .wk_m2_item{
	height: 47px;
	line-height: 47px;
	margin-bottom: -1px;
	padding: 0 20px;
	display: block;
	font-size: 16px;
	color: #666666;
	position: relative;
}

.wk_m2_item:after{
	content: "";
	width: 100%;
	border-bottom: 2px solid #0994dc;
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.wk_m2_item.active:after{
	display: block;
}

/* 搜索 */
.wk_search{
	padding: 16px 24px;
	color: #333333;
}

/* 表格列表 */
.wk_table_list{
	text-align: center;
	color: #333333;
}

.wk_table_list table{
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
}

.wk_table_list th{
	padding: 0;
	background: #eeeeee;
	font-weight: normal;
}

.wk_table_list td{
	padding: 0;
}

.wk_table2_list{
	text-align: center;
	color: #333333;
}

.wk_table2_list table{
	width: 100%;
	
}

.wk_table2_list th,
.wk_table2_list td{
	border: 1px solid #dddddd;
}

.wk_table2_list th{
	background: #eeeeee;
	font-weight: normal;
}

/* 列表 */
.wk_article_item .wk_a_item_box{
	height: 36px;
	padding: 0 44px 0 47px;
	background: url(/mh/images/msg_ico.png) no-repeat 16px center;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.wk_a_item_box:after{
	content: "";
	width: 14px;
	height: 8px;
	margin: auto 0;
	background: url(/mh/images/arrow_b_ico.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	z-index: 1;
}

.wk_article_item:nth-child(odd) .wk_a_item_box{
	background-color: #eeeeee;
}

.wk_article_item:nth-child(even) .wk_a_item_box{
	background-color: #fafafa;
}

.wk_a_item_box .wk_article_title{
	max-width: 70%;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
}

.wk_a_item_box .wk_article_time{
	color: #666666;
}

.wk_article_item .wk_article_c{
	padding: 10px 0 10px 47px;
	display: none;
	color: #333333;
}

.wk_article_c img{
	max-width: 100% !important;
}

.wk_article_item.active .wk_a_item_box:after{
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
}

.wk_article_item.active .wk_article_c{
	display: block;
}


/* 选框 */
.wk_mqe{
	width: 16px;
	height: 16px;
	border: 1px solid #dddddd;
	border-radius: 100px;
	background: none;
	outline: 0;
	appearance: none;
	-webkit-appearance: none;
}

.wk_mqe:checked{
	border: none;
	background: url(/mh/images/hook_ico.png) no-repeat;
}

/* 提示 */
.wk_tip{
	border: 1px solid #f9e8aa;
	border-radius: 2px;
	padding: 4px 20px 5px 30px;
	background: #fef7da url(wsbs/images/smile_ico.png) no-repeat 8px 8px;
	display: none;
	font-size: 14px;
	color: #333333;
	position: relative;
    height:30px;
}

.wk_tip .wk_close_tip{
	width: 8px;
	height: 8px;
	background: url(wsbs/images/cross2_ico.png) no-repeat;
	position: absolute;
	top: 5px;
	right: 14px;
	z-index: 1;
    color:#999;
}

.wk_tip2{
	border: 1px solid #f9e8aa;
	border-radius: 2px;
	padding: 4px 10px 5px 30px;
	background: #fef7da url(/mh/images/e_mark_ico.png) no-repeat 8px 7px;
	display: block;
	color: #333333;
}

/* 分页 */
.wk_pagination{
	height: 36px;
	/*line-height: 36px;*/
	background: #f7f7f7;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	/*text-align: center;*/
	color: #333333;
}

.wk_pagination .wk_ptn_item{
	/*height: 100%;*/
	padding: 0 15px;
	/*display: inline-block;*/
	position: relative;
}

.wk_ptn_item:after{
	content: "";
	height: 100%;
	border-right: 1px solid #cccccc;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.wk_ptn_item:last-child:after{
	display: none;
}

.wk_pagination .wk_ptn_info{
	margin-right: 10px;
	font-size: 16px;
}

.wk_pagination .wk_ptn_backend,
.wk_pagination .wk_ptn_nextend{
	width: 12px;
	height: 11px;
	background: url(/mh/images/arrow_l_a_ico.png) no-repeat;
	display: inline-block;
}

.wk_pagination .wk_ptn_nextend{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.wk_ptn_backend.disabled,
.wk_ptn_nextend.disabled{
	background: url(/mh/images/arrow_l_ico.png) no-repeat;
}

.wk_pagination .wk_ptn_back,
.wk_pagination .wk_ptn_next{
	width: 8px;
	height: 11px;
	background: url(/mh/images/arrow2_l_a_ico.png) no-repeat;
	display: inline-block;
}

.wk_pagination .wk_ptn_back{
	margin-left: 20px;
}

.wk_pagination .wk_ptn_next{
	margin-right: 20px;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.wk_ptn_back.disabled,
.wk_ptn_next.disabled{
	background: url(/mh/images/arrow2_l_ico.png) no-repeat;
}

.wk_pagination .wk_ptn_num{
	margin: 0 15px;
}

.wk_pagination .wk_ptn_rfh{
	width: 19px;
	height: 13px;
	background: url(/mh/images/refresh_ico.png) no-repeat;
	display: inline-block;
}

.wk_pagination2{
	text-align: center;
	color: #333333;
}

.wk_pagination2 .wk_ptn2_num,
.wk_pagination2 .wk_ptn2_btn{
	width: 28px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #d1d3d8;
	border-radius: 2px;
	margin: 0 4px;
	display: inline-block;
	text-align: center;
}

.wk_ptn2_num.active{
	border: none;
	color: #53acf3;
}

.wk_pagination2 .wk_ptn2_back,
.wk_pagination2 .wk_ptn2_next{
	background-image: url(/mh/images/arrow3_l_a_ico.png);
	background-repeat: no-repeat;
	background-position: center;
}

.wk_pagination2 .wk_ptn2_next{
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.wk_ptn2_back.disabled,
.wk_ptn2_next.disabled{
	background-color: #f6f6f6;
	background-image: url(/mh/images/arrow3_l_ico.png);
}


















/* 输入框 */
.wk_user.wk_input{
	padding-right: 28px;
	background: url(/mh/images/user_ico.png) no-repeat 297px center;
}

.wk_pwd.wk_input{
	padding-right: 28px;
	background: url(/mh/images/lock_ico.png) no-repeat 297px center;
}

.wk_pin.wk_input{
	padding-right: 28px;
	background: url(/mh/images/code_ico.png) no-repeat 297px center;
}

.wk_input{
	width: 320px;
	height: 32px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-family: "microsoft yahei";
}

.wk_input2{
	width: 216px;
	height: 32px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-family: "microsoft yahei";
}

.wk_input3{
	width: 224px;
	height: 28px;
	border: 1px solid #e4e4e4;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-family: "microsoft yahei";
}

.wk_input4{
	width: 40px;
	height: 22px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-family: "microsoft yahei";
	text-align: center;
}

.wk_input5{
	width: 42px;
	height: 30px;
	border: 1px solid #d1d3d8;
	border-radius: 2px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 12px;
	font-family: "microsoft yahei";
	text-align: center;
}

.wk_input6{
	width: 304px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333333;
}

.wk_input6[readonly]{
	background: #fafafa;
}

.wk_input7{
	width: 200px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333333;
}

.wk_input8{
	width: 136px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333333;
}

/* 下拉框 */
.wk_select{
	width: 260px;
	height: 32px;
	border: 1px solid #4585eb;
	border-radius: 2px;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.wk_select2{
	width: 50px;
	height: 22px;
	border: 1px solid #cccccc;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333333;
}

.wk_select3{
	width: 76px;
	height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	font-size: 14px;
	font-family: "microsoft yahei";
	color: #333333;
}

/* 按钮 */
.wk_btn1{
	width: 154px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #53acf3;
	border-radius: 5px;
	background: none;
	display: inline-block;
	font-size: 16px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #0994dc !important;
    text-decoration: none;
}

.wk_btn2{
	width: 367px;
	height: 34px;
	line-height: 34px;
	border: none;
	/*border-radius: 5px;*/
	background: #53acf3;
	display: inline-block;
	font-size: 16px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff !important;
    text-decoration: none;
}

.wk_btn3{
	width: 124px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #53acf3;
	border-radius: 5px;
	background: none;
	display: inline-block;
	font-size: 16px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #0994dc !important;
}

.wk_btn4{
	width: 126px;
	height: 36px;
	line-height: 36px;
	border: none;
	border-radius: 5px;
	background: #0994dc;
	display: inline-block;
	font-size: 16px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff !important;
}

.wk_btn5{
	width: 60px;
	height: 28px;
	line-height: 28px;
	border: none;
	border-radius: 4px;
	background: #0994dc;
	display: inline-block;
	font-size: 12px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #ffffff !important;
}

.wk_btn6{
	width: 58px;
	height: 26px;
	line-height: 26px;
	border: 1px solid #d1d3d8;
	border-radius: 2px;
	background: none;
	display: inline-block;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #333333 !important;
}

.wk_btn7{
	width: 94px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #53acf3;
	border-radius: 2px;
	background: none;
	display: inline-block;
	font-size: 14px;
	font-family: "microsoft yahei";
	text-align: center;
	color: #0994dc !important;
}

/* 遮罩 */
.wk_mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

/*弹窗 */
.wk_pop{
	border-radius: 5px;
	box-shadow: 0 0 10px #000000;
	margin: auto;
	background: #ffffff;
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}

.wk_pop .wk_pop_title{
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.wk_pop .wk_close_btn{
	width: 20px;
	height: 23px;
	line-height: 23px;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background: #0994dc url(/mh/images/cross_ico.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 3px;
	z-index: 1;
	
}

.wk_pop .wk_pop_oper{
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	z-index: 1;
}

/* 登录窗 */
#wk_loginpop{
	width: 360px;
	height: 300px;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.wk_login_wrapper .wk_login_wrap{
	display: none;
}

.wk_login_list .wk_lgn_item{
	padding-top: 16px;
}

#wk_ia_login .wk_login_list{
	margin-bottom: 10px;
}

#wk_ca_login .wk_tip{
	margin: 10px 0 5px;
}

#wk_scan_login{
	padding-top: 34px;
	text-align: center;
}

#wk_scan_login .scan_text{
	color: #333333;
}

/* 代理人身份认证弹窗 */
#wk_auth_pop{
	width: 300px;
	height: 220px;
}

#wk_auth_pop .wk_pop_title{
	text-align: center;
}

#wk_auth_pop .wk_auth_main{
	padding: 20px 20px 0;
}

.wk_auth_main .wk_auth_tip{
	margin-bottom: 10px;
	font-size: 12px;
	color: #666666;
}

/* 纳税人弹窗 */
#wk_taxpayer_pop{
	width: 1000px;
	height: 560px;
}

/* 系统消息弹窗 */
#wk_sysinfo_pop{
	width: 600px;
	height: 420px;
}

#wk_sysinfo_pop .wk_sysinfo_main{
	padding: 10px 30px 0;
}

.wk_sysinfo_main .wk_sysinfo_tip{
	font-size: 12px;
	color: #666666;
}

.wk_sysinfo_main .wk_sysinfo_info{
	padding: 0 20px 0 50px;
}

.wk_sysinfo_info .wk_qrcode_info{
	width: 128px;
	float:left;
	text-align: center;
}

.wk_qrcode_info .wk_qrcode_text{
	margin: 0;
	color: #666666;
}

.wk_sysinfo_info .wk_sysinfo_text{
	width: 280px;
    float:right;
	font-size: 14px;
	text-indent: 28px;
	color: #333333;
}

/* 纳税人信息 */
#wk_taxpayer_info{
	width: 200px;
	border-radius: 5px;
	background: #ffffff;
	box-shadow: 0 0 10px #cfcfcf;
	display: none;
	position: fixed;
	top: 100px;
	right: 20px;
	z-index: 9999;
}

#wk_taxpayer_info .wk_tpr_info{
	margin: 0;
	padding: 0;
	padding-top: 10px;
	list-style: none;
}

.wk_tpr_info .wk_tpr_item{
	margin-bottom: 10px;
	padding: 0 20px;
	list-style: none;
	font-size: 12px;
}

.wk_tpr_item .wk_tpr_t,
.wk_tpr_item .wk_tpr_c{
	margin: 0;
}

.wk_tpr_item .wk_tpr_t{
	color: #333333;
}

.wk_tpr_item .wk_tpr_c{
	color: #666666;
}

/* 注册 */
#wk_reg{
	padding-top: 50px;
	text-align: center;
}

#wk_reg .wk_reg_t{
	margin-bottom: 10px;
	font-size: 20px;
	color: #333333;
}

#wk_reg .wk_reg_text{
	color: #ff8939;
}

#wk_reg .wk_reg_list{
	margin-top: 50px;
	display: inline-block;
	text-align: center;
}

.wk_reg_list .wk_reg_item{
	width: 160px;
	height: 180px;
	border-radius: 7px;
	margin: 0 10px;
	display: inline-block;
	text-align: center;
}

.wk_reg_item:hover{
	box-shadow: 0 0 10px #bcbcbc;
}

.wk_reg_item .wk_reg_url{
	height: 100%;
	display: block;
}

.wk_reg_item .wk_reg_ico{
	height: 140px;
	line-height: 140px;
}

.wk_reg_item .wk_reg_n{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0994dc;
}

/* 绑定企业 */
#wk_bind_company .wk_bc_bar{
	padding: 16px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#wk_bind_company .wk_table2_list{
	margin-bottom: 15px;
}

/* 升级说明 */
#wk_up_info .wk_article_list{
	padding: 36px 0;
}

/* 修改密码 */
#wk_edit_pwd .wk_form .wk_form_img{
	top: 48px;
}

/* 个人信息 */
#wk_reginfo_pwd .wk_reginfo_region{
	margin: -4px 0;
}
.wk_reginfo_region li{
	padding: 4px 0;
}