* {
	margin: 0;
	padding: 0;
}

.img-wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.imgxx {
	width: 100%;
	height: 100%;
	obj-fit:contain;
}

.img-play-right-enter-active,
.img-play-right-leave-active,
.img-play-left-enter-active,
.img-play-left-leave-active {
	transition: all .3s;
}

.img-play-right-enter,
.img-play-left-leave-to {
	transform: translateX(100%);
}

.img-play-right-enter-to,
.img-play-left-leave {
	transform: translateX(0);
}

.img-play-right-leave,
.img-play-left-enter-to {
	transform: translateX(0);
}

.img-play-right-leave-to,
.img-play-left-enter {
	transform: translateX(-100%);
}

.posspotbtn {
	display: flex;
	position: absolute;
	bottom: 0;
	width: 100%;
	justify-content: center;
}

.spotbtn {
	width: 15px;
	margin: 10px 10px 30px 10px;
	height: 15px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .2);
	color: white;
	text-align: center;
	cursor: pointer;
}

.imgcur {
	position: relative;
}

.titie1 {
	font-size: 28px;
	font-weight: bold;
}

.titie2 {
	margin-top: 20px;
	font-size: 26px;
	font-weight: bold;
}

.titie3 {
	margin-top: 20px;
	font-size: 20px;
	font-weight: bold;
}

.title4 {
	margin-top: 20px;
	line-height: 2;
	padding: 0 50px 0 0;
	text-align: center;
	text-align: justify;
}

.title5 {
	margin-top: 20px;
}

.magtitle {
	position: absolute;
	padding-left: 10%;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
}

.bottom {
	width: 180px;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	color: #ffffff;
	margin: auto;
	text-align: center;
	border-radius: 80px;
	font-size: 14px;
}

.tities {
	padding-top: 5px;
	border-top: 2px solid #4272B4;
	font-weight: bold;
	width: fit-content;
	width: -webkit-fit-content;
	width: -moz-fit-content;
}
