* {
	padding: 0;
	margin: 0;
}

.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	background-size: 100% 100%;
	box-sizing: border-box;
	background-image: url('../images/back.png');
	padding-bottom: 2rem;
}


.only {
	position: relative;
}

.batn {
	width: 60%;
	margin: -.35rem auto .65rem;
	animation: ifs .8s infinite;
}

.batn img {
	width: 100%;
}

@keyframes ifs {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(.9);
	}

	100% {
		transform: scale(1);
	}
}

.kf {
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 9999;
}

.kf img {
	width: 1.5rem;
}

.logo {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 1000;
}

.head {
	width: 100%;
	position: relative;
}

.head .baks {
	width: 100%;
}

.kato {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	flex-direction: column;
}

.kato1 {
	width: 4.6rem;
}

.kato2 {
	width: 4.6rem;
	position: absolute;
	bottom: -0.9rem;
}

.boreder {
	width: calc(100% - 1.5rem);
	margin: auto;
	position: relative;
	top: -.8rem;
}

.card1 {
	width: 100%;
}

.boreder-box {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: .17rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo2 {
	width: 1.5rem;
}

.info {
	width: calc(100% - 1.7rem);
	height: 1.5rem;
}

.text_1 {
	font-size: .4rem;
	color: red;
	font-weight: bold;
	line-height: 1;
}

.text_2 {
	font-size: .4rem;
	color: #000;
	font-weight: bold;
	line-height: 1;
	margin-top: .08rem;
}

.text_2 span {
	line-height: 1;
	font-size: .55rem;
	color: red;
	margin: 0 .1rem;
}

.text_3 {
	font-size: .28rem;
	color: #d90beb;
	font-weight: bold;
	line-height: 1;
	margin-top: .14rem;
}

.linksss {
	width: calc(100% - 1rem);
	margin: auto;
	position: relative;
}

.ltitle {
	width: 76%;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -40%);
}

.lback {
	width: 100%;
}

.listCon {
	width: 100%;
	box-sizing: border-box;
	padding: .25rem;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: .6rem;
	box-sizing: border-box;
}

.listCon p {
	font-size: .2rem;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}

.litem {
	margin-bottom: .12rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.litem:last-child {
	margin-bottom: 0;
}

.litem .ps {
	width: 15%;
	height: .5rem;
	line-height: .5rem;
	border: 1px solid #e23137;
	border-radius: .1rem;
	background-color: #9b0b14;
	display: flex;

	align-items: center;
	justify-content: center;
}

.litem .ps span {
	font-size: .23rem;
	color: #fff;
	font-weight: normal;
}

.litem .left {
	width: 5%;
	margin: 0 5px;
}

.litem .url {
	width: 60%;
	height: .5rem;
	border: 1px solid #e23137;
	border-radius: .1rem;
	background-color: #9b0b14;
	line-height: .5rem;
	font-size: .23rem;
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: normal;
}

.litem .btn {
	display: block;
	text-decoration: none;
	width: 25%;
	height: .5rem;
	background: url('../images/btn.png');
	background-size: 100% 100%;
	border-radius: .1rem;
	text-align: center;
	line-height: .5rem;
	font-size: .25rem;
	color: #88091a;
	margin-left: .1rem;
	cursor: pointer;
	box-sizing: border-box;
}


.banner{
	width: calc(100% - 1rem);
	display: block;
	margin:.3rem auto 0;
}

.foot{
	position:fixed;
	bottom: 0;
	width:100%;
	max-width: 750px;
	padding: .25rem;
	box-sizing: border-box;
	z-index: 999;
	background:url('../images/backfoot.png');
	background-size: 100% 100%;
	display: flex;
	align-items: center;
}

.ftic{
	width: 1.2rem;
	height: 1.2rem;
}
.ftic img{
	width: 100%;
	height: 100%;
}
.fiw{
	width: 4rem;
	height: 1rem;
	margin-left: .15rem;
}
.fiw img{
	width: 100%;
	height: 100%;
}
.downn{
	width: 2rem;
	margin-left: .3rem;
}
.downn img{
	width: 100%;
}