body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
legend,
li,
ol,
p,
ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("./pc_bg_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}


.hth-bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("./h5_bg_img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: -1;
}


.diversion {
	margin: auto
}

.navigator {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	height: 80px;
	background-color: #001029;
	z-index: 1
}

.navigator .navigator-btn {
	float: right;
	position: relative;
	display: block;
	width: 226px;
	line-height: 1;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bolder;

}

.navigator::after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden
}

.diversion-title {
	margin-top: 70px;
	/* margin-bottom: 80px; */
	font-size: 55px;
	background: linear-gradient(to right, #fbd1c6, #a36d5b);
	text-shadow: 3px -3px 0px #ff4981, 1px -1px 0px #fbd1c6;
	-webkit-background-clip: text;
	/* -webkit-text-stroke: 0.5px #3f5075; */
	color: transparent;
	text-align: center;
	line-height: 1;
	font-weight: bolder;
}

.linr {
	margin: 40px auto 40px;
	background-size: 100% 100%
}

.liner {
	margin: 30px auto 0px;
	width: 400px;
	height: 150px;
	background: url("./boblogo.png") no-repeat;
	background-size: 100% 100%
}

/* .ld-qr {
	margin: 5px auto 5px;
	width: 150px;
	height: 150px;
	background: url("/static/img/ld_qr.png") no-repeat;
	background-size: 100% 100%
} */
.liner-wb {
	margin: 40px auto 40px;
	width: 300px;
	height: 62px;
	background: url("") no-repeat;
	background-size: 100% 100%
}

.diversion-btn {
	position: relative;
	display: block;
	width: 300px;
	line-height: 1;
	border-radius: 10px;
	font-size: 19px;
	font-weight: 600;
	color: #3f5075;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.diversion-btn.type1 {
	margin: 50px auto 18px;
	padding: 19px 0 19px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background: linear-gradient(to right, #d49179, #f9eae4);
	border: 2px solid #ccd7e6;
	background-image: linear-gradient(180deg, #fff 8%, #fbd1c6 64%, #e5c1b5 95%);
}

.diversion-btn.type2 {
	margin: 0 auto 18px;
	padding: 17px 0 17px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background-image: -webkit-linear-gradient(top, #fff 15%, #d5e0eb 67%, #f2f8fc 95%);
	/* background: linear-gradient(to right,#f9f8f8,#d7d5d4); */
	border: 2px solid #ccd7e6;

}
.diversion-btn.type3 {
	margin: 0 auto 18px;
	padding: 19px 0 19px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background: linear-gradient(to right, #e7c897, #ebbf78);
	background-image: linear-gradient(180deg, #fff 8%, #fbd1c6 64%, #e5c1b5 95%);
	border: 2px solid #ccd7e6;
}

.diversion-btn.type4 {
	margin: 0 auto 18px;
	padding: 17px 0 17px 64px;
	background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
	background-image: -webkit-linear-gradient(top, #fff 15%, #d5e0eb 67%, #f2f8fc 95%);
	/* background: linear-gradient(to right,#f9f8f8,#d7d5d4); */
	border: 2px solid #ccd7e6;

}
.photo1 {
    margin: 0 auto;
	width: 1728px;
	height: 100%;
	display: block;
}
.photo {
    margin: 0 auto;
	width: 100%;
	height: 100%;
}
.diversion-btn::before {
	position: absolute;
	content: "";
	left: 35px;
	top: 18px;
	width: 20px;
	height: 20px;
	background: url("./icon01.png") no-repeat;
	background-size: 100% 100%
}

.diversion-tipss {
	margin-bottom: 100px;
	height: 20px;
	font-size: 15px;
	color: #050505;
	text-align: center;
	line-height: 1;

}

@media only screen and (max-width:768px) {
	.diversion {
		width: 92%
	}

	.pc {
		display: none
	}

	.h5 {
		display: block
	}

	.bg {
		background-image: url("/static/image/bj.jpg");
	}

	.navigator {
		height: 60px
	}

	.navigator .navigator-logo {
		display: none
	}

	.navigator .navigator-btn {
		width: 135px;
		line-height: 1;
		border-radius: 15px;
		font-size: 12px
	}

	.navigator .navigator-btn.type1 {
		float: left;
		margin: 13px 15px 0 0;
		padding: 11px 0;
		background: -webkit-gradient(linear, left top, right top, from(#fcfbfb), to(#fdfcfc));
		background: linear-gradient(right, from(#ca846d), to(#e7baab)); text-align: center
	}

	.navigator .navigator-btn.type2 {
		float: right;
		margin: 13px auto 0;
		padding: 10px 0;
		border: 1px solid #fff;
		text-align: center
	}

	.navigator .navigator-btn::before {
		display: none
	}

	.logo {
		margin-top: 0px;
		width: 65px;
		height: 15px
	}

	.diversion-title {
		margin-top: 30px;
		font-size: 25px;
		line-height: 45px;
		text-shadow: 1px -1px 0px #ff4981, 1px -1px 0px #fbd1c6;

	}

	.liner {
	    text-align:center;
		margin: 25px auto 10px;
		width: 100%;
		height: 130px;
	}

	.diversion-btn {
		width: 240px;
		border-radius: 12px;
		font-size: 16px
	}

	.diversion-btn.type1 {
		margin: 20px auto 18px;
		padding: 14px 0 14px 43px
	}

	.diversion-btn.type2 {
		margin: 0 auto 17px;
		padding: 13px 0 13px 43px;
		border: 2px solid #ccd7e6;
	}

	.diversion-btn.type3 {
		margin: 0 auto 17px;
		padding: 13px 0 13px 43px;
		border: 2px solid #ccd7e6;
	}
	.diversion-btn.type4 {
		margin: 0 auto 30px;
		padding: 13px 0 13px 43px;
		border: 2px solid #ccd7e6;
	}
	.diversion-btn::before {
		position: absolute;
		content: "";
		left: 22px;
		top: 14px;
		width: 15px;
		height: 15px;
	}

	.diversion-tips {
		padding: 0 10px;
		line-height: 40px;
		margin-bottom: 22px;
		font-size: 30px;
	}

	.title {
		font-size: 24px;
		line-height: 40px
	}

	.footer {
		display: none;
	}
}

.pc {
	margin: 40px auto 10px;
}

@media only screen and (min-width:768px) {
	.pc {
		display: block
	}

	.h5 {
		display: none
	}

	.hth-bg{
		display: none;
	}
}

@media only screen and (min-width:415px) and (max-width:768px) {
	.diversion {
		width: 92%
	}

	._3mZVSYl2DbUxlegGeogC3L,
	.k4Zg_k-yqsyVtMfE-f_fN {
		width: 92%
	}

	.diversion-title {
		margin-top: 250px
	}

	.bg {
		height: 1500px
	}

	.diversion-tips {
		margin-bottom: 610px
	}

	._3mZVSYl2DbUxlegGeogC3L {
		height: 500px
	}

	.k4Zg_k-yqsyVtMfE-f_fN p {
		margin-top: -260px
	}
}

@media only screen and (min-width:769px) and (max-width:1024px) {

	._3mZVSYl2DbUxlegGeogC3L,
	.k4Zg_k-yqsyVtMfE-f_fN {
		width: 92%
	}

	.diversion-title {
		margin-top: 450px
	}

	.bg {
		height: 1500px
	}

	.diversion-tips {
		margin-bottom: 610px
	}

	._3mZVSYl2DbUxlegGeogC3L {
		height: 500px
	}

	.k4Zg_k-yqsyVtMfE-f_fN p {
		margin-top: -260px
	}
}

@media only screen and (min-width:1025px) and (max-width:1366px) {

	._3mZVSYl2DbUxlegGeogC3L,
	.k4Zg_k-yqsyVtMfE-f_fN {
		width: 92%
	}

	.diversion-title {
		margin: 40px auto 20px;
	}

	.bg {
		height: 1500px
	}

	.diversion-tips {
		margin-bottom: 610px
	}

	._3mZVSYl2DbUxlegGeogC3L {
		height: 500px
	}

	.k4Zg_k-yqsyVtMfE-f_fN p {
		margin-top: -260px
	}
}
