.indexlead{
	width: 100%;
	height: 587px;
	background-image: url(../img/guide/background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding-top: 149px;
	box-sizing: border-box;
	text-align: center;
}

.indexlead-title{
	font-weight: normal;
	font-size: 48px;
	color: #FFE9E6;
	margin-bottom: 61px;
}
.indexlead-cont{
	color: #FFE9E6;
	font-size: 21px;
	margin-bottom: 21px;
}



.contentmargin{
	padding: 43px 0;
	box-sizing: border-box;
}
.phone{
	width: 100%;
	height: 790px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	background-image: url(../img/guide/phone.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}
/* .phoneimg{
	width: 1157px;
	display: block;
} */
.phone-tag{
	/* width: 210px; */
	height: 120px;
	color: #A2594D;
	font-size: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* padding-bottom: 25px; */
	padding: 26px 33px 52px 35px;
	box-sizing: border-box;
}
.phone-tag img{
	width: 43px;
	height: 43px;
	margin-right: 13px;
}
.phonetagbg{
	background-image: url(../img/guide/dialog-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.phonetagbgright{
	background-image: url(../img/guide/dialog-2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* padding-bottom: 25px;
	box-sizing: border-box; */
}
.phone-righttag{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.phonetagmargin{
	margin-top: 62px;
}
.phonetagmarginleft{
	margin-left: 23px;
}

.theory{
	width: 100%;
	margin-top: 35px;
}
.lable{
	justify-content: space-between;
}

.theory-content{
	width: 100%;
	font-size: 17px;
	color: #000;
	margin-top: 35px;
	line-height: 26px;
	text-indent: 2em;
}
.theory-content p{
	margin-bottom: 17px;
}
.video{
	width: 100%;
}
.video video{
	width: 100%;
	height: 520px;
	border-radius: 9px;
	object-fit: fill;
}


.guidediv{
	width: 417px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: linear-gradient( 90deg, #A2594D 0%, #A74839 100%);;
	border-radius: 9px;
	margin: 35px auto 0;
	padding: 0 26px;
	box-sizing: border-box;
}
.guidediv img{
	width: 61px;
	margin-right: 4px;
}
.guidediv div{
	display: flex;
	align-items: center;
}
.guidediv-logo{
	color: #FFFAF4;
	font-size: 26px;
}
.guidediv-download{
	border: 1px solid #FFFAF4;
	border-radius: 4px;
	color: #fff;
	font-size: 17px;
	justify-content: center;
	padding: 5px 9px;
	box-sizing: border-box;
}

.qrcode{
	margin: auto;
}
.qrcodeborder{
	border: 1px solid #A2594D;
	width: 140px;
	height: 140px;
	border-radius: 4px;
	margin: 26px auto 0;
}
.qrcodeborder img{
	width: 140px;
	height: 140px;
}
.qrcode-title{
	text-align: center;
	margin-top: 13px;
	font-size: 17px;
	color: #A2594D;
}