* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	background: #fff;
	padding-bottom: 90px;
}

.banner {
	width: 100%;
}
.bannerpc{
	width: 100%;
	display: none;
}
.app{
	display: block;
	max-width: 1200px;
	margin:0px auto;
}

.title,.titlepc {
	height: 62px;
	margin-left: 10px;
	padding-top: 20px;
}
.titlepc{
	display: none;
}

.txts {
	width: calc(100% - 40px);
	margin: 0px 20px;
	background: #f4f4ff;
	color: #6f7070;
	padding: 10px 4px;
	line-height: 22px;
}

.txts>p {
	margin-top: 10px;
}

.txts>p:nth-child(1) {
	margin: 0px;
}

.title1 {
	position: relative;
	padding-bottom: 10px;
}

.title1-t {
	padding-left: 20px;
	font-size: 18px;
	color: #000000;
	position: relative;
	display: inline-block;
	z-index: 1;
	padding-right: 34px;
}

.title1-t::before,
.title1-t::after {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background: #fff;
	z-index: -2;
}

.title1-t::after {
	width: calc(100% - 34px);
	height: 6px;
	bottom: 3px;
	background: linear-gradient(-90deg, #e4e4ff 1%, #bebff7 50%, #9899ef 100%);
	z-index: -1;
}

.title1-br1,
.title1-br2 {
	position: absolute;
	right: 10px;
	width: 2px;
	height: 90px;
	background: #9091ea;
	z-index: -1;
}

.title1-br2 {
	width: 100%;
	height: 2px;
	top: 10px;
	right: 0px;
}

.title2 {
	color: #b11a10;
	padding: 10px 20px 4px 20px;
}

.sub {
	color: #6f7070;
	font-size: 12px;
	padding: 0px 20px;
}

.m-img {
	width: calc(100% - 30px);
	margin-left: 15px;
	margin: 10px 15px 10px 15px;
}

.title3,.title3pc {
	width: 80%;
	margin: 0px auto;
	display: block;
	margin-bottom: 20px;
}
.title3pc{
	display: none;
	width: 30%;
}

.sub1 {
	font-size: 12px;
	text-align: center;
	color: #6f7070;
	padding: 0px 20px;
	margin-bottom: 20px;
}

.video {
	width: 100%;
	padding: 20px 15px;
}

.sub2,
.sub3 {
	text-align: center;
	font-size: 14px;
	color: #000;
	line-height: 28px;
}

.sub2 {
	color: #666;
	font-size: 12px;
}

.qr {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0px auto;
	margin-bottom: 20px;
}

.downdocx {
	margin-bottom: 10px;
}

.downdocx {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	background: #fff;
	box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	padding: 0px 10px;
	width: calc(100% - 20px);
	max-width: 400px;
	right: 10px;
	z-index: 100;
}

.downdocx>img {
	width: 30px;
	margin: 10px 20px;
}

.downdocx>p>span {
	color: #999;
	font-size: 12px;
}

.relation {
	padding: 0px 20px;
	text-align: center;
	color: #666;
	font-size: 12px;
}


@media screen and (min-width: 768px) {
	.banner{
		display: none;
	}
	.bannerpc{
		display: block;
	}
	
	.title{
		display: none;
	}
	.titlepc{
		display: block;
	}
	.title3{
		display: none;
	}
	.title3pc{
		display: block;
	}
}