/************公用***************/


* {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	-webkit-font-smoothing: antialiased;
}

html {
	scroll-behavior: smooth;
}

body,
p,
ul,
ol,
dl,
dd,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ul,
ol,
th,
td,
button,
input,
fieldset,
legend,
textarea,
option {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	cursor: pointer
}

li {
	list-style: none
}

img {
	cursor: pointer;
}

.clear {
	clear: both;
}

.float-l {
	float: left;
}

.float-r {
	float: right
}

.fl {
	float: left;
}

.fr {
	float: right
}

.margin {
	margin: 0 !important;
	padding: 0 !important;
}


.d-none {
	display: none;
}


.side {
	position: fixed;
	width: 66px;
	height: 275px;
	right: 0;
	top: 350px;
	z-index: 100;
	display: none;
}

.side ul li {
	width: 66px;
	height: 66px;
	float: left;
	position: relative;
	border-bottom: 1px solid #fff;
}

.side ul li .sidebox {
	position: absolute;
	width: 66px;
	height: 66px;
	top: 0;
	right: 0;
	transition: all 0.3s;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	color: #fff;
	font: 14px/66px "微软雅黑";
	overflow: hidden;
}

.side ul li .sidetop {
	width: 66px;
	height: 66px;
	line-height: 66px;
	display: inline-block;
	background: #000;
	opacity: 0.8;
	filter: Alpha(opacity=80);
	transition: all 0.3s;
}

.side ul li .sidetop:hover {
	background: #df1c4e;
	opacity: 1;
	filter: Alpha(opacity=100);
}

.side ul li img {
	float: left;
}





/*****************************************************************中间弹窗******************************************************************************/

.pop-bg {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99;
	display: none;
}

.pop-up {
	width: 482px;
	height: 382px;
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	z-index: 999;
}
.close{
	width: 26px;
	height: 26px;
	position: relative;
	top: 15px;
	left: 460px;
}
.pop-img {
	width: 482px;
	height: 211px;
}

.pop-bt {
	width: 482px;
	height: 171px;
	background-image: url(../images/pop-bg.png);
	background-size: 100% 100%;

}

.pop-title1 {
	width: 350px;
	height: 25px;
	font-size: 25px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	padding-top: 30px;
	margin-left: 33px;
}

.pop-title2 {
	width: 350px;
	height: 18px;
	font-size: 17px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #727272;
	line-height: 18px;
	padding-top: 10px;
	margin-left: 33px;
}

.pop-btn {
	width: 200px;
	height: 40px;
	margin-left: 260px;
	margin-top: 30px;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
}

.pop-btn dt {
	width: 93px;
	height: 41px;
	background: #F1F3F2;
	border-radius: 8px;
	float: left;
	color: #000000;

}

.pop-btn dd {
	width: 93px;
	height: 41px;
	background: #D60F4B;
	border-radius: 8px;
	float: right;
	color: #ffffff;
}
