
h1,
h2,
h3,
h4,
h5,
a,
em {
	font-style: normal;
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: normal;
}

ul,
li {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none
}

input {
	outline: none;
}

.content_box {
	width: 1140px;
	margin: auto;
}




/*注释*/

.tip_c {
	width: 1140px;
	/*margin: 20px 0px 0px 0px;
*/
	padding: 20px 16px 0px 16px;
}

.tip_c p {
	position: static;
	color: #FE6550;
	left: 0px;
	top: 0px;
	width: 1140px;
	line-height: 24px;
	border-radius: 8px;
	opacity: 1;
	padding-left: 0px 16px;
}


/*人脸核验*/

.person_box {
	margin-top: 10px;
	width: 1180px;
}

.person_list {
	width: 1190px;
}

.blue_li {
	float: left;
	position: relative;
	width: 360px;
	height: 160px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(27, 129, 254, 0.2);
	border: solid 1px #dfefff;
	background: url(../Image/blue-bg.jpg) #fff no-repeat bottom left;
	padding: 16px 30px 18px 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 14px;
}

.person_list .blue_li2 {
	margin-right: 0 !important;
}

.person_list li .li_left_menu {
	display: flex;
	flex-direction: column;
	padding: 0px;
	gap: 10px;
	flex-grow: 1;
}

.tip_person {
	background-image: url(../Image/srf_t.png);
	background-size: 78px;
	position: absolute;
	top: -1px;
	left: 0;
	width: 78px;
	height: 57px;

}

.tip_person_z {
	background: url(../Image/zrf_t.png);
}

.tip_person_dyr {
	background: url(../Image/dyr.png);
}

.tip_person_dyqr {
	background: url(../Image/dyqr.png);
}

.person_list .tip_person1 {
	background-image: url(../Image/tip_mf1.png);
}

.person_list .tip_person2 {
	background-image: url(../Image/tip_dyqr.png);
}

.person_list li .li_left_menu li span {
	font-size: 15px;
	width: 126px;
	float: left;
	text-align: right;
	padding-right: 22px;
	min-height: 42px;
	line-height: 42px;
}

.person_name {
	font-size: 18px;
	font-weight: normal;
	width: 190px;
	display: flex;
	float: left;
	line-height: 24px;
	font-weight: bold;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 32px;
	text-overflow: ellipsis;
	align-items: center;
}

.person_id {
	font-weight: normal;
	width: 190px;
	float: left;
	line-height: 24px;
	color: #666666;
}

.person_list li .li_right_result {
	width: 100px;
	float: right;
	right: 24px;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.li_right_result .yqr-img {
	width: 100px;
	height: 100px;
	border: 1px solid #DCDCDC;
	margin-bottom: 6px;
}

.fz_text img {
	width: 14px;
	height: 14px;
}

.fz_text span {
	color: #1B81FE;
	font-size: 14px;
}

.li_right_result .qrcode {
	margin: 0;
	width: 100px;
	height: 100px;
}

.li_right_result .qrcode Image {
	width: 90px;
	height: 90px;
}

.li_right_result .btn {
	font-size: 14px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	margin-top: 4px;
}


/**纳税申报按钮**/
.ns_btn {
	width: 160px;
	height: 52px;
	opacity: 1;
	background: #1B81FE;
	border-radius: 8px;
	float: left;
	position: relative;
	margin-left: 20px;
}
.ns_btn:hover{
	background-color: #499AFE;
}
.ns_btn:hover a{
	text-decoration: none;
}
.ns_btn:active{
	background-color: #1667CB;
}
.ns_btn .ns-icon {
	width: 28px;
	height: 28px;
	width: 28px;
	height: 28px;
	z-index: 99;
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 16px;
	z-index: 2;
	left: 26px;
	background: url(../Image/nssb.svg) no-repeat right;
}

.ns_btn a {
	color: #FFFFFF;
	position: absolute;
	left: 62px;
	top: 13px;
	font-size: 18px;
}

.tip_c .p-left {
	width: 464px;
	float: left;
	padding: 0;
	line-height: 24px;
	height: 52px;
}

.tab-small {
	width: 700px;
	margin: auto;
}

.bot-tip {
	width: 100%;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
	color: #666666;
}


/*申请成功*/

.suc_box {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0px 0px 0px;
	gap: 30px;
	margin: 0 auto;
}

.suc_btop {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 12px;
}

.suc_btop img {
	width: 64px;
	height: 64px;
}

.suc_btop h2 {
	width: 100%;
	text-align: center;
	line-height: 28px;
	font-size: 20px;
	color: #24B276;
	font-weight: bold;
}

.suc-binfo {
	width: 100%;
	position: static;
	left: 0px;
	top: 0px;
	opacity: 1;
}
.suc-binfo li{
	line-height: 24px;
	margin-bottom: 8px;
}

.suc-binfo span {
	color: #666666;
	line-height: 24px;
	font-size: 16px;
}

.suc-binfo a {
	color: #181818;
	line-height: 24px;
	font-size: 16px;
}


/**过户信息**/

.gh_info {
	width: 1124px;
	padding-left: 16px;
	display: flex;
    flex-direction: column;
    gap: 12px;
}

.gh_info li {
	height: 36px;
	display: flex;
	flex-direction: row;
	padding: 0px;
	gap: 10px;
	width: 100%;
}

.gh_info .list_box {
	width: 50%;
	height: 36px;
	float: left;
}

.list_box span {
	color: #666666;
	line-height: 100%;
	width: 120px;
	white-space: nowrap;
	float: left;
	height: 36px;
	line-height: 36px;
	text-align: right;
}

.list_box em {
	height: 36px;
	line-height: 36px;
}

.list_box .red_star {
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FE6550;
}

/*转让方*/
.zrf_box{
	display: flex;
	flex-direction: column;
	gap:12px;
	width: 1144px;
    margin-left: 16px;
}
/*灰色表格*/

.g_box_info {
	width: 100%;
}

.g_tit {
	background: #F5F5F5;
	box-sizing: border-box;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DCDCDC;
	position: static;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 40px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px 10px;
	gap: 8px;
}

.g_tit img {
	width: 16px;
	height: 16px;
}

.g_tit h3 {
	color: #181818;
	font-size: 16px;
	line-height: 40px;
	font-weight: 600;
}

.cho_person {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 0px;
	gap: 30px;
	margin-left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cho_person li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.cho_person input {
	margin-right: 6px;
	margin-top: 0px;
}

.cho_person span {
	line-height: 36px;
}

.tab_info {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 12px 0px;
	gap: 12px;
	background: #FFFFFF;
	box-sizing: border-box;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #DCDCDC;
}

.g_info_ul {
	display: flex;
	flex-direction: row;
	padding: 0px;
	gap: 10px;
	width: 100%;
}
.list_box{ position: relative;}
.list_box p {
	line-height: 36px;
	color: #181818;
	float: left;
	width: 240px;
}
.list_box i{ font-size: 16px; position: absolute; right: 30px;top: 10px; font-family: arial;}
.gy_box {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0px;
	align-self: stretch;
}

.cho_person2 {
	margin-left: 0;
}

.s_tit {
	line-height: 36px;
}
.cho_person3 span{text-align: left;}

/*联办过户*/
.info_box{ 	width: 1144px;
	padding-left: 16px;
	    display: flex;
    flex-direction: column;
    gap: 12px;
	}
.c_list {
	width: 1144px;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 30px;
	height: 32px;
}

.c_list input {
	margin-right: 6px;
	margin-top: 2px;
}

.c_list li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.c_list span {
	line-height: 16px;
}
.lbgh_list{ width:1144px; height: 36px;display: flex;
flex-direction: row;
align-items: center;}
.lbgh_list img{width: 18px; height: 18px; position: absolute;}

/*问询事项笔录*/
.wx-box{
	width: 100%;
	float: left;
	background: url(../Image/wx.png) #f5f5f5 10px center no-repeat;
	background-size: 16px;
	height: 40px;
	line-height: 40px;
	text-indent: 34px;
	margin-top: 12px;
}
.wx-list{
	margin-top: 12px;
	float: left;
	width: 100%;
}
.wx-list .wx-title{
	width: 100%;
	line-height: 24px;
	margin-bottom: 8px;
}
.wx-title span{
	margin-left: 4px;
}
.wx-content{
	float: left;
	margin-left: 24px;
}
.wx-content .wx-li{
	display: flex;
    align-items: center;
	float: left;
	width: 142px;
}
.wx-li span{
	line-height: 36px;
}
.wx-li input[type="radio"]{
	margin-top: 0px;
	margin-right: 6px;
}

