.hoverBar{
	width: 100%;
	height: 60px;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 999;
}
.fixBoxHover{
	display: none;
	position: fixed;
	top: 35%;
	left: 50%;
	margin-left: -290px;
	width:580px;
	height:261px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	z-index: 999;
}
.inner1{
	position: relative;
	text-align: center;
}
.zip_icon{
	display: inline-block;
	top: -59px;
	left: 50%;
	margin-left:-89px ;
	position: absolute;
	background: #fff;
	width: 178px;
	height: 178px;
	border-radius: 50%;
	text-align: center;
}
.zip_icon>img{
	padding-top: 27px;
}
.alignR{
	text-align: right;
}
.closeHover{
	padding: 14px;
	cursor: pointer;
}
.radio{
	position: relative;
	font-size:16px;
	font-weight: bold;
	color:rgba(50,60,50,1);
    z-index: 99999;
	padding-top: 32px;
}
.radio>span{
	margin: 0 15px;
}
.radio>span>img{
	vertical-align: middle;
}
.tip_P{
	font-size:20px;
	color:rgba(137,141,137,1);
	line-height:28px;
	margin-top: 15px;
}
.tip2{
	font-size:21px;
	font-weight:bold;
	color:rgba(50,60,50,1);
	line-height:29px;
	margin-top: 3px;
}
.btn_p{
	padding-top: 15px;
	
}
.btn_p>span{
	display: inline-block;
	width:140px;
	height:44px;
	background:rgba(255,97,123,1);
	border-radius:22px;
	margin: 0 19px;
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:44px;
	cursor: pointer;
}

.fixBoxHover2{
	height: auto;
	display: none;
	position: fixed;
	top: 16%;
	left: 50%;
	margin-left: -300px;
	width:580px;
	background:rgba(255,255,255,1);
	border-radius:10px;
	z-index: 999;
	padding: 25px 40px 10px;
	box-shadow:0px 6px 30px 0px rgba(48,48,74,0.1);
}
.fixBoxHover2 .tit5{
	margin: 0 0 5px;
	font-size:24px;
	font-weight:bold;
	color:rgba(48,48,74,1);
	text-align: center;
	line-height: 24px;
	padding-bottom: 16px;
	border-bottom: 2px solid #ff0225;
}
.fixBoxHover2 .pihao{
	border-top: 1px solid #ff0225;
	font-size:16px;
	font-weight:400;
	color:rgba(48,48,74,1);
	padding: 10px 0 15px;
	line-height: 16px;
	text-align: right;
	margin: 0;
}
.fixBoxHover2 .tit6{
	font-size:18px;
	font-weight:bold;
	color:rgba(48,48,74,1);
	line-height: 18px;
	margin:0 0 15px;
	text-align: center;
}
.cont01 p{
	font-size:16px;
	font-weight:600;
	color:rgba(48,48,74,1);
	line-height:32px;
	margin: 0;
}
.pihao2{
	line-height: 26px!important;
	border-top: 0!important;
	border-bottom: 2px solid #ff0225;
}
.pihao3{
	margin-top: 5px!important;
}
.ljck{
	display: block;
	margin: 0 auto;
	width:380px;
	height:56px;
	background:rgba(245,93,48,1);
	border-radius:28px;
	font-size:20px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:56px;
	text-align: center;
}
.ljck:hover{
	color:rgba(255,255,255,1);
}
.closeHover2{
	float: right;
	margin-top: -27px;
	margin-right: -30px;
	cursor: pointer;
}