/*@charset "UTF-8";*/
* {
	margin:0; 
	padding:0;
}
/*Helvetica,Verdana,Arial*/
html,body {
	font-family: "微软雅黑",sans-serif;
	color: #333;
	font-size: 100%;
	
	background: #f7f7f7;
	/*-webkit-user-select: none;
	-ms-user-select: none;*/
}
@-moz-document url-prefix(){
	html,body{
		font-size: 16px;
	}
}
a,a:hover, a:visited {
	text-decoration:none;
	color: #333;
}
a.blue {
	text-decoration: underline;
	color: blue;
}
a:focus{
	outline: none;
}
input, select, textarea, button {
	vertical-align:middle;
}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
img {
	border:0;
	display: block;
}
ul, li {
	list-style:none;
}
p{
	line-height: 2;
}
table{
	border-collapse:collapse;
}
input, textarea,select {
	cursor: pointer;
    border: 0px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    border-radius: 0;
    color: #070707;
    background: none;
}
::-webkit-input-placeholder { color:#999 !important; }
input:-moz-placeholder { color:#999 !important; }
select {
    border: solid 0px #fff;
    outline: 0;
    background: none;
    color: #070707;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.clear{
    clear: both;
}
.hide{
	display: none!important;
}
.show{
	display: block!important;
}
b{
	font-weight: normal;
}

/*///////////*/

.containers{
	/*margin-top: 80px;*/
	width: 100%;
	height: 100%;
	display: none;
}
.citybg{
	filter:alpha(opacity=70);
}
/* PC端  */
/* pc  header */

/*body{
	height: 3000px;
}*/
.data-seo{
    display: none;
}
.xz_pc img{
	display: block;
	border:none;
}
.xz_mobile img{
	display: none;
	border:none;
}
#header{
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index: 100;
	/*background: #fff;*/
	/*border-bottom: 1px solid #ddd;*/
	/*box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,.2);*/
	height: 64px;
	height: 4rem;
	/*opacity: 0.9;
	filter:alpha(opacity=90);*/
}
#header .headers{
	/*position: relative;
	z-index: 1;*/
}
#header .fff{
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

#header .shadow{
	position: absolute;
    height: 15px;
    height: 0.9375rem;
    width: 100%;
    background:transparent url(../images/shadow.png) repeat;
    bottom: -15px;
    bottom: -0.9375rem;
    z-index: 5;
   
}
.width-con{
	width: 1000px;
	width: 62.5rem;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.headers .ico-nav{
	display: none;
}
.headers .logo{
	float:left;
	margin: 13px 0 12px 0;
	margin: 0.8125rem 0 0.75rem 0;
}

.headers .logo a{
	display: block;
	width: 101px;
	width: 6.3rem;
	height: 39px;
	height: 2.4375rem;
}
.headers .logo a img{
	display: block;
	width: 101px;
	width: 6.3rem;
	height: 39px;
	height: 2.4375rem;
	border:none;
}
.headers .head-nav{
	margin-left:17px;
	margin-left: 1.0625rem;
}
.headers .head-nav,
.headers .login{
	float:left;
	height:100%;
	line-height: 64px;
	line-height: 4rem;
	font-size: 16px;
	font-size: 1rem;
}
.headers .login{
	float: right;
}
.headers .head-nav .xz-nav,
.headers .login .xz-nav{
	float:left;
	height: 100%;
	border: 1px solid transparent;
	border-top:none;
	box-sizing: border-box;
	margin: 0 7px;
	margin: 0 0.4375rem;
}
.headers .head-nav a,
.headers .login a{
	display: block;
	line-height: 34px;
	line-height: 2.125rem;
	height: 34px;
	height: 2.125rem;
	text-align: center;
	padding: 0 17px;
	padding: 0 1.0625rem;
	margin: 15px 0;
	margin: 0.9375rem 0;
	position: relative;
	color: #4a4a4a;
}
.headers .head-nav .child,
.headers .login .child{
	height: auto;
}
.headers .login .child .xz-user{
	background: url(../images/user.png) no-repeat 2px center;
	text-indent: 28px;
	text-indent: 1.75rem;
	/*padding-left:15px;*/
}
.headers .head-nav .child a,
.headers .login .child a{
	padding: 0 5px;
	padding: 0 0.3125rem;
	min-width: 95px;
	min-width: 5.9375rem;
    height: auto;
   /* background: #fff;*/
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
}
.headers .head-nav a span,
.headers .login a span{
	display: block;
}

.headers .head-nav a span.bar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	height: 0.0625rem;
	background: #f05a23;
	z-index: 6;
}
.headers .head-nav span.nav-child,
.headers .login span.nav-child{
	display: block;
	width: 100%;
	position: relative;
    z-index: 6;
}
span.nav-child .navWhiteBg{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.95;
	filter: alpha(opacity=95);
}
.headers .head-nav  span.nav-child a,
.headers .login span.nav-child a{
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 28px;
	line-height: 1.75rem;
	cursor: pointer;
	font-size: 14px;
	font-size: 0.875rem;
}
.headers .head-nav .childnone a:hover{
	color: #f05a23;
}
.headers .head-nav .childnone a:hover span.bar{
	transition: width 0.3s ease;
	-webkit-transition: width 0.3s ease;
	width:100%;
}
.headers .head-nav .child:hover,
.headers .login .child:hover{
	border-left-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.headers .head-nav .child:hover  .nav-child,
.headers .login .child:hover  .nav-child{
	display: block!important;
	padding: 0px 0 16px 0;
	padding: 0 0 1rem 0;
	/*margin-top: 15px;
	margin-top: 0.9375rem;*/
}
.headers .head-nav .child  .nav-child a:hover,
.headers .login .child  .nav-child a:hover{
	color: #f05a23;
}

.mo-header{
	display: none;
}
.blackBg{
	display: none;
}

/* pc  banner */



#body{
	padding-top: 64px;
	padding-top: 4rem;
	width: 100%;
	/*margin-bottom: 30px;
	margin-bottom: 1.875rem;*/
}
.in-banner{
	width: 100%;
	height: auto;
}
.swiper-container {
    width: 100%;
    height: 580px;
    height: 36.25rem;
    overflow: hidden;
	position:relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    background: #f8f8f8;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-position: center center;
	background-repeat: no-repeat;
}
.swiper-pagination-bullet{
	background: url(../images/swiper_ch.png) center center no-repeat;
	opacity: 1;
	filter: alpha(opacity=100);
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
}
.swiper-pagination-bullet-active{
	background: url(../images/swiper_c.png) center center no-repeat;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction{
	bottom: 30px;
	bottom: 1.875rem;
}

.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	left: 0;
	bottom: 30px;
	bottom: 1.875rem;
	top:inherit;
	width: 100%;
	text-align:center;
	height: 12px;
	height: 0.75rem;
}
.swiper-pagination-switch {
	display: inline-block;
	background: url(../images/pg1.png);
	opacity: 0.5;
	filter: alpha(opacity=50);
	width: 12px;
	width: 0.75rem;
	height: 12px;
	height: 0.75rem;
	margin-right: 14px;
	margin-right: 0.875rem;
	border-radius: 50%;
}
.swiper-visible-switch {
	background: url(../images/pg2.png);
	opacity: 1;
	filter: alpha(opacity=100);
}
.swiper-active-switch {
	background: url(../images/pg2.png);
	opacity: 1;
	filter: alpha(opacity=100);
}
.button-prev,
.button-next{
	position: absolute;
	top:50%;
	margin-top: -40px;
	margin-top: -2.5rem;
	width: 40px;
	width: 2.5rem;
	height: 80px;
	height: 5rem;
	opacity: 0;
	filter:alpha(opacity=0);
	border-radius: 8%;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.button-prev{
	left: 10px;
	left: 0.625rem;
	background: #000 url(../images/leftBtn.png) center no-repeat;
}
.button-next{
	right: 10px;
	right: 0.625rem;
	background: #000 url(../images/rightBtn.png) center no-repeat;
}
.in-banner:hover .button-prev,
.in-banner:hover .button-next{
	opacity: 0.4;
	filter:alpha(opacity=40);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
/* pc aLink */
#aLink{
	width: 70%;
	margin: 50px 15% 0px;
	margin: 3.125rem 15% 0rem;
}
.aLink div.part{
	/* float: left; */
	width: 33%;
	text-align: center;
	margin: 0 auto;
}
.aLink div.part .w140{
	width: 140px;
	width: 8.75rem;
	height: 100%;
	margin: 0 auto;
}
.aLink div.part .w140 a img{
	margin: 0 auto;
}
.aLink div.part .imgBg{
	display: block;
	width: 140px;
	width: 8.75rem;
	height: 140px;
	height: 8.75rem;
	margin: 0 auto;
	border: 1px solid #f2f2f2;
	border-radius: 24px;
	background: #f2f2f2;
	box-sizing:border-box;
}
.aLink div.part .w140:hover .imgBg{
	box-shadow: 0px 0px 10px 3px #f2f2f2;
	-webkit-box-shadow: 0px 0px 10px 3px #f2f2f2;
	background: #fff;
}
.aLink div.part span{
	display: block;
	line-height: 32px;
	line-height: 2rem;
	padding:24px 0 14px 0;
	padding:1.5rem 0 0.875rem 0;
	font-size: 18px;
	font-size: 1.125rem;
	color: #9b9b9b;
}
.aLink div.part .w140:hover span{
	color:#f05a23;
}
/* pc footer */
#footer{
	text-align: center;
	width: 100%;
	padding: 4px 0 20px 0;
	padding: 0.25rem 0 1.25rem 0;
    border-top: 1px solid #e7e7e7;
    color: #bbb;
    font-size: 14px;
    font-size: 0.875rem;
    box-sizing: border-box;
    margin-top: 28px;
    margin-top: 1.75rem;
}

/* pc floatBox */
#fl_menu{
	position:fixed;
	bottom: 5%;
	right: 16px;
	right: 1rem;
	z-index:50;
	height: 100px;
	overflow: hidden;
}
.kf{
	width:40px;
	width: 2.5rem;
	font-size: 16px;
	font-size: 1rem;
	color:#fff;
	text-align: center;
	/*border-radius:8%;*/
}
.kf_t,.kf_m,.kf_b{
	width: 40px;
	width: 2.5rem;
	height: 40px;
	height: 2.5rem;
	margin-bottom:10px;
	margin-bottom: 0.625rem;
}
.kf_b{
	display: none;
}
.kf_t a,
.kf_m a,
.kf_b a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.kf_t a span,
.kf_m a span,
.kf_b a span{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	
	background: #000;
	opacity: 0.2;
	filter:alpha(opacity=20);
}



.kf_t a span i,
.kf_m a span i,
.kf_b a span i{
	display: block;
	width: 100%;
	height: 100%;
	background:url(../images/icon1.png) no-repeat center;
}
.kf_m a span i{
	/*padding: 8px;*/
	background:url(../images/icon2.png) no-repeat center;

}
.kf_b a span i{
	/*padding: 12px 7px;*/
	background:url(../images/icon3.png) no-repeat center;

}

.kf_t a p,
.kf_m a p,
.kf_b a p{   
	line-height: 16px;
	line-height: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 4px 0;
    padding: 0.25rem 0;
    display: none;
    background-color: #f05a23;
}
/* pc  inbanner */
#inbanner{
	z-index: 5;
	/*min-height: 200px;*/
}
.inBanner{
	height: 200px;
	height: 12.5rem;
	width: 100%;
}
.inBanner .leftText{
	position: absolute;
	left: 30px;
	left: 1.875rem;
	top: 50px;
	top: 3.125rem;
	color: #fff;
	/* width: 275px;
	width: 17.1875rem; */
    height: 75px;
    height: 4.6875rem;
    background-repeat: no-repeat;
    background-size: contain;
}
.inBanner .leftText.intro{
	background-image: url(../images/intro_text.png);
}
.inBanner .leftText.personal{
	background-image: url(../images/personal_text.png);
}
.inBanner .leftText.enterprise{
	background-image: url(../images/enterprise_text.png);
}
.inBanner .leftText.center{
	background-image: url(../images/center_text.png);
}
.inBanner .leftText .keyC{
	font-size: 36px;
	font-size: 2.25rem;
	font-weight: 100;
	line-height: 48px;
	line-height: 3rem;
}
.inBanner .leftText .keyE{
	font-weight: 100;
	font-size: 24px;
	font-size: 1.35rem;
}
.inBanner .rightBg{
    height: 200px;
    height: 12.5rem;
    background-repeat: no-repeat;
    background-position: 0% 80%;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}


/* pc leftNav */

.leftNav{
	width: 260px;
	width: 16.25rem;
	float: left;
	background-color: #f1f1f1;
	/*height: 500px;*/
	padding: 70px 0 24px 0;
	padding: 4.375rem 0 1.5rem 0 ;
	box-sizing: border-box;
	position: relative;
	top: 0;
}
.leftNav .leftMenu{
	height: 34px;
	height: 2.125rem;
	line-height: 34px;
	line-height: 2.125rem;
	padding-left: 30px;
	padding-left: 1.875rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.leftNav .leftMenu span.l-icon{
	float:left;
	width: 32px;
	width: 2rem;
	height: 34px;
	height: 2.125rem;
	background-size: contain;
	background-repeat: no-repeat;

}
.leftNav .leftMenu a.l-text{
	float: left;
	padding-left: 24px;
	padding-left: 1.5rem;
	font-size: 16px;
	font-size: 1rem;
	color: #4a4a4a;
}


@media screen and (min-width: 1000px) {

	.leftNav .leftMenu.active{
		background: url(../images/active.png) no-repeat right;
	}
	/*公司介绍*/
	.leftNav .leftMenu span.l-icon.aboutus{
		background-image: url(../images/aboutus_link_icon.png);
		background-image: url(../images/x1_image/aboutus_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.joinus{
		background-image: url(../images/joinus_link_icon.png);
		background-image: url(../images/x1_image/joinus_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.news{
		background-image: url(../images/news_link_icon.png);
		background-image: url(../images/x1_image/news_link_icon.png)\9;
	}

	.leftNav .leftMenu span.l-icon.information{
		background-image: url(../images/information.svg);
		background-image: url(../images/information.svg)\9;
	}

	.leftNav .leftMenu span.l-icon.dynamics{
		background-image: url(../images/dynamics_link.png);
		background-image: url(../images/x1_image/dynamics_link_icon.png)\9;
	}

	.leftNav .leftMenu span.l-icon.contact{
		background-image: url(../images/contact_link_icon.png);
		background-image: url(../images/x1_image/contact_link_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.aboutus,
	.leftNav .leftMenu:hover span.l-icon.aboutus{
		background-image: url(../images/aboutus_active_icon.png);
		background-image: url(../images/x1_image/aboutus_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.joinus,
	.leftNav .leftMenu:hover span.l-icon.joinus{
		background-image: url(../images/joinus_active_icon.png);
		background-image: url(../images/x1_image/joinus_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.news,
	.leftNav .leftMenu:hover span.l-icon.news{
		background-image: url(../images/news_active_icon.png);
		background-image: url(../images/x1_image/news_active_icon.png)\9;
	}

	.leftNav .leftMenu.active span.l-icon.information,
	.leftNav .leftMenu:hover span.l-icon.information{
		background-image: url(../images/information_active.svg);
		background-image: url(../images/information_active.svg)\9;
	}

	.leftNav .leftMenu.active span.l-icon.dynamics,
	.leftNav .leftMenu:hover span.l-icon.dynamics{
		background-image: url(../images/dynamics_active_icon.png);
		background-image: url(../images/x1_image/dynamics_active_icon.png)\9;
	}

	.leftNav .leftMenu.active span.l-icon.contact,
	.leftNav .leftMenu:hover span.l-icon.contact{
		background-image: url(../images/contact_active_icon.png);
		background-image: url(../images/x1_image/contact_active_icon.png)\9;
	}

	/*个人征信*/
	.leftNav .leftMenu span.l-icon.credit{
		background-image: url(../images/risk_link_icon.png);
		background-image: url(../images/x1_image/risk_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.fraud{
		background-image: url(../images/anti_link_icon.png);
		background-image: url(../images/x1_image/anti_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.tech{
		background-image: url(../images/hTel_link_icon.png);
		background-image: url(../images/x1_image/hTel_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.o2{
		background-image: url(../images/o2s_link_icon.png);
		background-image: url(../images/x1_image/o2s_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.consult{
		background-image: url(../images/contService_link_icon.png);
		background-image: url(../images/x1_image/contService_link_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.credit,
	.leftNav .leftMenu:hover span.l-icon.credit{
		background-image: url(../images/risk_active_icon.png);
		background-image: url(../images/x1_image/risk_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.fraud,
	.leftNav .leftMenu:hover span.l-icon.fraud{
		background-image: url(../images/anti_active_icon.png);
		background-image: url(../images/x1_image/anti_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.tech,
	.leftNav .leftMenu:hover span.l-icon.tech{
		background-image: url(../images/hTel_active_icon.png);
		background-image: url(../images/x1_image/hTel_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.o2,
	.leftNav .leftMenu:hover span.l-icon.o2{
		background-image: url(../images/o2s_active_icon.png);
		background-image: url(../images/x1_image/o2s_active_icon.png)\9
	}
	.leftNav .leftMenu.active span.l-icon.consult,
	.leftNav .leftMenu:hover span.l-icon.consult{
		background-image: url(../images/contService_active_icon.png);
		background-image: url(../images/x1_image/contService_active_icon.png)\9;
	}


	/* 企业征信 */
	.leftNav .leftMenu span.l-icon.file{
		background-image: url(../images/file_link_icon.png);
		background-image: url(../images/x1_image/file_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.alert{
		background-image: url(../images/alert_link_icon.png);
		background-image: url(../images/x1_image/alert_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.evaluate{
		background-image: url(../images/evaluate_link_icon.png);
		background-image: url(../images/x1_image/evaluate_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.relation{
		background-image: url(../images/relation_link_icon.png);
		background-image: url(../images/x1_image/relation_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.creditReport{
		background-image: url(../images/workbench_link_icon.png);
		background-image: url(../images/x1_image/workbench_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.crossECommerce{
		background-image: url(../images/dynamics_link.png);
		background-image: url(../images/x1_image/dynamics_link_icon.png)\9;
	}

	.leftNav .leftMenu.active span.l-icon.file,
	.leftNav .leftMenu:hover span.l-icon.file{
		background-image: url(../images/file_active_icon.png);
		background-image: url(../images/x1_image/file_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.alert,
	.leftNav .leftMenu:hover span.l-icon.alert{
		background-image: url(../images/alert_active_icon.png);
		background-image: url(../images/x1_image/alert_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.evaluate,
	.leftNav .leftMenu:hover span.l-icon.evaluate{
		background-image: url(../images/evaluate_active_icon.png);
		background-image: url(../images/x1_image/evaluate_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.relation,
	.leftNav .leftMenu:hover span.l-icon.relation{
		background-image: url(../images/relation_active_icon.png);
		background-image: url(../images/x1_image/relation_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.creditReport,
	.leftNav .leftMenu:hover span.l-icon.creditReport{
		background-image: url(../images/workbench_acitve_icon.png);
		background-image: url(../images/x1_image/workbench_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.crossECommerce,
	.leftNav .leftMenu:hover span.l-icon.crossECommerce{
		background-image: url(../images/dynamics_active_icon.png);
		background-image: url(../images/x1_image/dynamics_active_icon.png)\9;
	}

	/* 信用互联 */
	.leftNav .leftMenu span.l-icon.blacklist{
		background-image: url(../images/blacklist_link_icon.png);
		background-image: url(../images/x1_image/blacklist_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.check{
		background-image: url(../images/check_link_icon.png);
		background-image: url(../images/x1_image/check_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.objection{
		background-image: url(../images/objection_link_icon.png);
		background-image: url(../images/x1_image/objection_link_icon.png)\9;
	}
	.leftNav .leftMenu span.l-icon.report{
		background-image: url(../images/report_link_icon.png);
		background-image: url(../images/x1_image/report_link_icon.png)\9;
	}

	.leftNav .leftMenu.active span.l-icon.blacklist,
	.leftNav .leftMenu:hover span.l-icon.blacklist{
		background-image: url(../images/blacklist_active_icon.png);
		background-image: url(../images/x1_image/blacklist_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.check,
	.leftNav .leftMenu:hover span.l-icon.check{
		background-image: url(../images/check_active_icon.png);
		background-image: url(../images/x1_image/check_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.objection,
	.leftNav .leftMenu:hover span.l-icon.objection{
		background-image: url(../images/objection_active_icon.png);
		background-image: url(../images/x1_image/objection_active_icon.png)\9;
	}
	.leftNav .leftMenu.active span.l-icon.report,
	.leftNav .leftMenu:hover span.l-icon.report{
		background-image: url(../images/report_active_icon.png);
		background-image: url(../images/x1_image/report_active_icon.png)\9;
	}


	.kf_t a:hover span,
	.kf_m a:hover span{
		opacity: 0;
		filter:alpha(opacity=0);
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
	}
	.kf_t a:hover p,
	.kf_m a:hover p{
		display: block;
	}
	
	#leftNav{
		display: block!important;
	}

}
/**/
.leftNav .leftMenu.active a.l-text,
.leftNav .leftMenu:hover a.l-text{
	color:#f05a23;
}

/* pc main */

#mainContent{
	position: relative;
    float: right;
    width: 710px;
    width: 44.375rem;
	box-sizing: border-box;
	padding: 20px 30px;
	padding: 1.25rem 1.875rem;
    background-color: #fff;
    z-index: 0;
    min-height: 390px;
}

#mainContent .title{
	line-height: 44px;
	line-height: 2.75rem;
	font-size: 22px;
	font-size: 1.375rem;
	color:#4a4a4a;
	padding-bottom: 10px;
	padding-bottom: 0.625rem;
	border-bottom: 1px solid #f2f2f2;
}

.productContent{
	padding: 70px 40px 50px 40px;
	padding: 4.375rem 2.5rem 3.125rem 2.5rem;
}
.productContent .imgLogo{
	float: left;
	/*width: 300px;
	width: 18.75rem;
	height: 286px;
	height: 17.875rem;*/
	background-repeat: no-repeat;
}

.productContent .imgLogo img{
	width: 254px;
	width: 15.875rem;
}
.productContent .imgLogo.fraud img{
	width: 295px;
	width: 18.4375rem;
}


/*个人征信
.productContent .imgLogo.credit{
	background-image: url(../images/credit_banner.png);
}
.productContent .imgLogo.fraud{
	background-image: url(../images/anti_banner.png);
}
.productContent .imgLogo.tech{
	background-image: url(../images/hTel_banner.png);
}
.productContent .imgLogo.o2{
	background-image: url(../images/o2s_banner.png);
}
.productContent .imgLogo.consult{
	background-image: url(../images/contService_banner.png);
}
企业征信
.productContent .imgLogo.file{
	background-image: url(../images/file_banner.png);
}
.productContent .imgLogo.alert{
	background-image: url(../images/alert_banner.png);
}
.productContent .imgLogo.evaluate{
	background-image: url(../images/evaluate_banner.png);
}
.productContent .imgLogo.relation{
	background-image: url(../images/relation_banner.png);
}
*/
.productContent .description{
	float: right;
	line-height: 28px;
	line-height: 1.75rem;
	width: 224px;
	width: 14rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	text-align: justify;
}

.blacklist .des,
.check .des,
.objection .des,
.report .des,
.check .ewmBg .tip{
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}
.blacklist table{
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	color: #4a4a4a;
}
.blacklist table td{
	text-align: center;
}
.blacklist .tit tr{
	line-height: 50px;
	line-height: 3.125rem;
	background-color: #f1f1f1;
}
.blacklist #colee{
	height: 252px;
	height: 15.75rem;
	overflow: hidden;
}
.blacklist #colee tr{
	line-height: 36px;
	line-height: 2.25rem;
	height: 36px;
	height: 2.25rem;
}

.check .tit,
.objection .tit,
.report .tit{
	color: #4a4a4a;
	line-height: 50px;
	line-height: 3.125rem;
	background-color: #f1f1f1;
	text-align: center;
}
.check .ewmBg{
	margin-top: 50px;
	margin-top: 3.125rem;
	padding-top: 12px;
	padding-top: 0.75rem;
	background: url(../images/ewm_bg.png) center 0  no-repeat;
}
.check .ewmBg .ewm{
	width: 160px;
	height: 160px;
	width: 10rem;
	height: 10rem;
	margin: 0 auto;
	background-image: url(../images/ewm.png);
	background-size: contain;
}
.check .ewmBg .tip{
	margin-top: 38px;
	margin-top: 2.375rem;
	margin-bottom: 0;
	text-align: center;
}


/*异议提交*/
.formInfo {
	padding-top: 40px;
	padding-top: 2.5rem;
	position: relative;
}
.errorTip{
	width: 65%;
	position: absolute;
	left: 80px;
	left: 5rem;
	bottom: -16px;
	bottom: -1rem;
    font-size: 12px;
    box-sizing:border-box;
    color: #cc0000;
    display: none;
}
.formInfo .cusPhone{
	position: absolute;
	bottom: 8px;
	bottom: 0.5rem;
	right: 32px;
	right: 2rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
}
.formInfo label{
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	line-height: 40px;
	line-height: 2.5rem;
	display: inline-block;
	width: 80px;
	width: 5rem;
	text-align: center;
	vertical-align: top;
}
.input{
	position: relative;
}
.formInfo .input,
.formInfo .textarea{
	float:left;
	width: 50%;
	margin-bottom: 36px;
	margin-bottom: 2.25rem;
	position: relative;
}
.formInfo .textarea{
	width: 100%;
}
.cityInput{
	color: #070707;
	font-size: 12px;
	cursor: pointer;
}
.input input,
.select select,
.cityInput{
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	line-height: 2.5rem;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	border-radius: 0.25rem;
	width: 65%;
	padding: 0 8px;
	padding: 0 0.5rem;
	box-sizing: border-box;
}

.formInfo .textarea textarea{
	line-height: 24px;
	line-height: 1.5rem;
	height: 138px;
	height: 8.625rem;
	padding: 8px;
	padding: 0.5rem;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	border-radius: 0.25rem;
	resize:none;
	width: 82.5%;
	box-sizing:border-box;
	font-size: 12px;
	font-size: 0.75rem;
}

.input input:hover,
.input input:hover,
.textarea textarea:hover,
.cityInput:hover{
	border-color: #4a90e2!important;
}
.formInfo .input input.errBorder,
.contact .contactInfo .input input.errBorder,
.report .reportPart .input input.errBorder,
.contact .contactInfo .textarea textarea.errBorder,
.formInfo .textarea textarea.errBorder,
.report .reportPart .textarea textarea.errBorder,
.cityInput.errBorder{
	border-color: #cc0000!important;
}
.formInfo .textarea .errorTip{
	width: 45%;
}
.submitBtn{
	width: 100%;
	text-align: center;
	margin: 32px 0;
	margin: 2rem 0;
}
.submitBtn input[type=button]{
	width: 160px;
	width: 10rem;
	height: 40px;
	height: 2.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #fff;
	background-color: #ea5405;
	border-radius: 32px;
	border-radius: 2rem;
}
.submitBtn input[type=button]:hover{
	background-color: #d24b04;
}
.submitBtn input[type=button].disabled,
.submitBtn input[type=button][disabled]{
	background-color: #f5aa82;
}
.aboutus .tit{
	line-height: 36px;
	line-height: 2.25rem;
	height: 36px;
	height: 2.25rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	margin-top: 14px;
	margin-top: 0.875rem;
	font-size: 18px;
	font-size: 1.125rem;
	color:#f05a23;
}
.aboutus .tit.marginTop{
	margin-top: 0;
}
.aboutus ul li,
.aboutus .mainText{
	font-size: 14px;
	font-size: 0.875rem;
	color:#7e7e7e;
	line-height: 28px;
	line-height: 1.75rem;
}
.aboutus ul{
	padding-left: 16px;
	padding-left: 1rem;
}
.aboutus ul li{
	list-style: disc;
}

.joinus .position,
.contact .tit{
	line-height: 36px;
	line-height: 2.25rem;
	height: 36px;
	height: 2.25rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	font-size: 18px;
	font-size: 1.125rem;
	color: #f05a23;
}
.joinus .station a{
	line-height: 28px;
	line-height: 1.75rem;
	font-size: 14px;
	font-size: 0.875rem;
	color:#7e7e7e;
	display: inline-block;
	margin-right: 56px;
	margin-right: 3.5rem;
}
.joinus .station a:hover{
	color:#f05a23;
}
.joinus .station{
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

.contact .tip{
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	line-height: 28px;
	line-height: 1.75rem;
}

.contact .contactInfo{
	width: 60%;
	margin: 20px auto 0;
	margin: 1.25rem auto 0;
}
.contact .contactInfo .input,
.contact .contactInfo .textarea{
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	position: relative;
}
.contact .contactInfo .textarea label,
.contact .contactInfo .input label{

	width: 76px;
	width: 4.75rem;
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	height: 2.5rem;
	font-size: 14px;
	font-size: 0.875rem;
	margin-right: 12px;
	margin-right: 0.75rem;
	color: #7e7e7e;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}
.contact .contactInfo .input input{
	width: 75%;
	line-height: 40px;
	line-height: 2.5rem;
	padding-left: 8px;
	padding-left: 0.5rem;
	box-sizing:border-box;
	height: 40px;
	height: 2.5rem;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	border-radius: 0.25rem;
	font-size: 12px;
	font-size: 0.75rem;
}
.contact .contactInfo .input.vailCode input{
	width: 40%;
}
.contact .contactInfo .input.vailCode img,
.formInfo .input.vailCode img,
.reportPart .input.vailCode img{
	display: inline-block;
	margin-left: 16px;
	margin-left: 1rem;   
	margin-top: 4px;
	margin-top: 0.25rem; 
	height:32px;
	height: 2rem;
	vertical-align: middle;
    /*text-align: right;*/
}

.contact .contactInfo .textarea textarea{
	width: 75%;
	line-height: 20px;
	line-height: 1.25rem;
	padding: 8px;
	padding: 0.5rem;
	box-sizing:border-box;
	height: auto;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	border-radius: 0.25rem;
	resize:none;
	font-size: 12px;
	font-size: 0.75rem;
}
.contact .contactInfo .submitBtn .tip{
	margin-top: 20px;
	margin-top: 1.25rem;
}
.contact .contactInfo .submitBtn{
	margin: 60px 0 50px 0;
	margin: 3.75rem 0 3.125rem 0;
}
.contact .contactInfo .errorTip{
	position: absolute;
	left: 88px;
	left: 5.5rem;
	bottom: -16px;
	bottom: -1rem;
	font-size: 12px;
	font-size: 0.75rem;
	color: #cc0000;
	display: block;
}


/*　弹窗样式　*/
.alertBox{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.alertBox .alertBg{
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	width: 100%;
	height: 100%;
}

.alertBox .alertBoxContent{
	position: absolute;
	width: 50%;
	left: 50%;
	top: 30%;
	margin-left: -25%;
	background: #fff;
	z-index: 991;
}
.alertBox .alertBoxContent .submitBtn{
	margin: 24px 0 32px 0;
	margin: 1.5rem 0 2rem 0;
}
.alertBox .alertBoxContent .titName{
	font-size: 14px;
	font-size: 0.875rem;
	color: #4a4a4a;
	line-height: 50px;
	line-height: 3.125rem;
	height: 50px;
	height: 3.125rem;
	padding-left: 20px;
	padding-left: 1.25rem;
	background: #f6f6f6;
	border-bottom: 1px solid #d4d4d4;
}
.alertBox .alertBoxContent .titName .close{
	float: right;
	width: 36px;
	height: 50px;
	width: 2.25rem;
	height: 3.125rem;
	background: url(../images/close.png) center no-repeat;
}
.alertBox .alertBoxContent .mainText{
	padding: 20px 30px 0 30px;
	padding: 1.25rem 1.875rem 0 1.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	line-height: 28px;
	line-height: 1.75rem;
	text-align: center;
	/*font-weight: bold;*/
}
.news .newsList{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}
.news .newsList .newsTitle{
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 36px;
	line-height: 2.25rem;
	color:#4a4a4a;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
	display: block;
	font-weight: bold;
}
.news .newsList .newsTitle:hover{
	color:#f05a23;
}
.news .newsList .newsDes{
	line-height: 28px;
	line-height: 1.75rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	/*height:56px;
	height: 3.5rem;*/
	overflow:hidden;
}

.news .newsList .newsDate{
	font-size: 12px;
	font-size: 0.75rem;
	color: #d4d4d4;
	margin-bottom: 14px;
	margin-bottom: 0.875rem;
}

/*分页*/

.pageindex{
	position: relative;
	height: 42px;
	margin-top: 50px;
	line-height: 40px;
	line-height: 2.5rem;
}
.pagination{
	position:absolute;
	top:0;
	right:120px;
}
.pageTotal{
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	text-align: right;
}
.pagination li{
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	margin-left: -1px;
	text-align:center;
	border: 1px solid #f2f2f2;
}
.pagination li.prev,
.pagination li.next{
	width: 100px;
}
.pagination li a{
	display:block;
	cursor:pointer;
}
.pagination li.active a,
.pagination li a:hover{
	color: #ea5404;
}


/*失信举报*/

.report .reportPart{
	margin:32px 0 10px 0;
	margin:2rem 0 0.625rem 0;
}
.report .reportPart label{
	float: left;
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	height: 2.5rem;
	width: 25%;
	text-align: right;
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
}
.report .reportPart.radios label{
	line-height: 28px;
	line-height: 1.75rem;
	height: 28px;
	height: 1.75rem;
}

.report .reportPart .reportType{
	float: left;
	width: 75%;
	padding-left: 16px;
	padding-left: 1rem;
	box-sizing:border-box;
}
.report .reportPart .reportType .w50{
	float: left;
	width: 50%;
	line-height: 28px;
	line-height: 1.75rem;
	font-size: 14px;
	font-size: 0.875rem;
	color: #4a4a4a;
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
}
.report .reportPart .reportType .w50 span{
	display: inline-block;
}
.report .reportPart .reportType .w50 span.checkBox{
	background-image: url(../images/unchecked.png);
	background-image: url(../images/x1_image/unchecked.png)\9;
	background-repeat: no-repeat;
	width: 14px;
	width: 0.875rem;
	height: 14px;
	height: 0.875rem;
	vertical-align: -2px;
	margin-right: 8px;
	margin-right: 0.5rem;
	cursor: pointer;
	background-size: contain;
}
.report .reportPart .reportType .w50 span.checkBox.active{
	background-image: url(../images/checked.png);
	background-image: url(../images/x1_image/checked.png)\9;
}

.report .reportTypeA,
.report .reportTypeB{
	display: none;
}
.report .otherType{	
	display: none;
}
.report .otherType label,
.report .location label,
.report .date label,
.report .upload label{
	line-height: 40px;
	line-height: 2.5rem;
	height: 40px;
	height: 2.5rem;
}

.report .input,
.report .select{
	float: left;
	width: 55%;
	padding-left: 16px;
	padding-left: 1rem;
	box-sizing:border-box;
	position: relative;
}
.report .tips{
	font-size: 12px;
	font-size: 0.75rem;
	color: #bdbdbd;
}
.report .location .select .errorTip{
	left: 16px;
	left: 1rem;
}
.report .input input,
.cityInput{
	width: 100%;
	display: block;
}
.report .location .select select{
	width: 100%;
	background: url(../images/m_down_1.png) no-repeat 96% center;
}
.report .otherType .input .errorTip{
	left: 16px;
	left: 1rem;
}
.report .laydate-icon{
    background-position-x : 97%;
}

.report .input .upParts input[type=file]{
	width: 32%;
	position: relative;
	font-size: 100px;
	opacity: 0;
	filter:alpha(opacity=0);
}
.report .input .upParts .two{
	margin:0 2%;
}
.report .input .upParts span{
	width: 110px;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	box-sizing:border-box;
	position: absolute;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
    color: #7e7e7e;
}
.star{
	color: #ff0000;
}
.fileup-box{
	width: 33%;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
    vertical-align: top;
    display: inline-block;
}
.fileup-box .filt-btn{
	margin: 0 auto;
	width: 90%;
    height: 40px;
    border: 1px solid #f2f2f2;
}
.fileup-box span{
	font-size: 12px;
	color: #333;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.fileup-box input[type=file]{
	/*line-height: 100px;*/
	opacity: 0;
	filter:alpha(opacity=0);
	position: absolute;
	width: 100%;
	height: 40px;
	left: 0;
	top: 0;
}
.news-detail{
}
.news-title{
	font-size: 18px;
	line-height: 36px;
	color: #4a4a4a;
	font-weight: bold;
}
.news-content{
	width: 100%;
}
.news-content img{
	margin: 50px auto;
	max-width: 100%;
	display: none;
}
.news-content,
.news-content p{
	line-height: 28px;
	color: #7e7e7e;
	font-size: 14px;
	margin: 12.8px 0;
	margin: 0.8rem 0;
	text-indent: 2em;
}
.news-content, .news-content p a{
	color: #3b97f5;
	word-break: break-all;
}
.hide{
	display: none;
}
.errorTips{
	width: 100%;
	position: absolute;
	left: 16px;
	left: 1rem;
	bottom: -16px;
	bottom: -1rem;
    font-size: 12px;
    box-sizing:border-box;
    color: #cc0000;
}
.positionName{
	font-size: 22px;
	font-size: 1.375rem;
	color: #4a4a4a;
	line-height: 44px;
	line-height: 2.75rem;
	height: 44px;
	height: 2.75rem;
}
.positionName span{
	color:#7e7e7e;
	font-size: 14px;
    font-size: 0.875rem;
	/*padding-left: 24px;
    padding-left: 1.5rem;*/
    margin-left: 40px;
    margin-left: 2.5rem;
}
.positionName span i{
	width: 16px;
	height: 16px;
	width: 1rem;
	height: 1rem;
	display: inline-block;
	margin-right: 16px;
	margin-right: 1rem;
	vertical-align: -2px;
	background-repeat: no-repeat;
	background-size: contain;
}
.positionName span.location i{
	background-image: url(../images/location.png);
	background-image: url(../images/x1_image/location.png)\9;
}
.positionName span.level{
	margin-left: 24px;
    margin-left: 1.5rem;
}
.positionName span.level i{
    background-image: url(../images/level.png); 
    background-image: url(../images/x1_image/level.png)\9; 
}
.positionName b{
	font-style: normal;
}
.positionPart{
	margin: 14px 0;
	margin: 0.875rem 0;
}
.positionPart .positionTit{
	font-size: 18px;
	font-size: 1.125rem;
	color: #f05a23;
	line-height: 36px;
	line-height: 2.25rem;
	height: 36px;
	height: 2.25rem;
	margin-bottom: 4px;
	margin-bottom: 0.25rem;
}
.positionDetail {
	padding-left: 20px;
	padding-left: 1.25rem;
}
.positionDetail li{
	font-size: 14px;
	font-size: 0.875rem;
	color: #7e7e7e;
	line-height: 28px;
	line-height: 1.75rem;
	list-style: disc;
}
.swiper-slide img{
	display: block;
}/*xz*/



/* 信用报告 */
.clist{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.type_detail {
	width: 48%;
	flex-shrink: 0;
	display: flex;
	border: 1px solid #E5E6EB;
	margin-right: 25px;
	padding-right: 10px;
	box-sizing: border-box;
	cursor: pointer;
}

.type_detail:active{
	border-color: #FF6600;
	background: rgba(254, 249, 245, 1);
}

.type_detail:last-child {
	margin-right: 0;
}

.type_detail .imgdev {
	display: flex;
	align-items: center;
	width: 35% !important;
	height: 140px;
}
.type_detail .imgdev .img{
	width: 100%;
}
.type_detail .right_intro {
	width: 65%;
	margin-left: 5px;
	text-align: left;
}
.type_detail .right_intro div:first-child {
	font-size: 14px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 5px;
}
.type_detail .right_intro div:nth-child(2) {
	font-size: 12px;
	color: #00000072;
	height: 65px;
}
.type_detail .right_intro .showpdf a {
	font-size: 12px;
	color: #3B55EB;
}


/* 公示信息 */
.informations{
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
	border-bottom: 1px solid rgba(0,0,0,.2);
	margin-bottom: 10px;
}
.informations div{
	font-size: 12px;
	color: rgba(0,0,0,.5);
	margin-top:10px;
}


.icontent  {
	text-align: center;
	margin-top: 20px;
}

.icontent #closebtn{
	display: none;
}

.icontent  .time{
	text-align: right;
	padding: 10px 0;
	font-size: 12px;
	color: rgba(0,0,0,.5);

}

.icontent .iArticle h3{
	margin: 35px 0;
}

.icontent .iArticle h4{
	margin: 35px auto;
	width: 300px;
	
}

.icontent .iArticle .bgblue{
	margin: 35px 0 15px;
}

.icontent .iArticle h2{
	margin-top: 20px;
}

.icontent .iArticle p{
	text-align: left;
	text-indent: 2em;
	font-size: 14px;
}
.icontent .iArticle p.fourIndent{
	text-indent: 4em;
}

.icontent .iArticle p span{
	font-weight: bold;
}


.icontent .footbtn{
	margin-top: 50px;
	text-align: center;
}
.icontent .footbtn .btn{
	padding: 10px 20px;
	border-radius: 5px;
	border: none;
	color: #fff;
	background: #ffaa2e;
}

.icontent .zxxffour{
	width: 40.375rem;
}