* {
	margin: 0;
	padding: 0;
}

b,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
	font-weight: 400;
}

body {
	font-size: 0.26rem;
	line-height: 1;
	-webkit-user-select: none;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
}

::-webkit-scrollbar {
	width: 0;
	height: 0;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	outline: 0;
}

img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
}

body,
html {
	width: 100%;
	height: 100%;
}

html {
	background-image: url(../image/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/*  */
@-webkit-keyframes shake {
	10% {
		transform: rotate(15deg);
	}

	20% {
		transform: rotate(-10deg);
	}

	30% {
		transform: rotate(5deg);
	}

	40% {
		transform: rotate(-5deg);
	}

	50%,
	100% {
		transform: rotate(0deg);
	}
}

@keyframes zoom80 {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale3d(.8, .8, .8);
	}
}

@keyframes zoom90 {

	0%,
	100% {
		transform: scale(1.15);
	}

	50% {
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoom95 {

	0%,
	100% {
		transform: scale(1.05);
	}

	50% {
		transform: scale3d(.95, .95, .95);
	}
}

@keyframes floating {
	0% {
		transform: translateX(0);
	}

	20% {
		transform: translateX(-30px);
	}

	40% {
		transform: translateX(15px);
	}

	60% {
		transform: translateX(-10px);
	}

	100% {
		transform: translateX(0);
	}
}


@keyframes bzoom {

	0%,
	100% {
		transform: scale(0.95);
	}

	50% {
		transform: scale(1.05);
	}
}

.bzoom {
	-webkit-animation: bzoom 2s infinite;
	animation: bzoom 2s infinite;
}

.zoom80 {
	-webkit-animation: zoom80 1.5s linear infinite;
	animation: zoom80 1.5s linear infinite;
}

.zoom90 {
	-webkit-animation: zoom90 1.5s linear infinite;
	animation: zoom90 1.5s linear infinite;
}

.zoom95 {
	-webkit-animation: zoom95 1s linear infinite;
	animation: zoom95 1s linear infinite;
}

.shake {
	display: inline-block;
	animation: shake 1s 0.15s linear infinite;
	-moz-animation: shake 1s 0.15s linear infinite;
	-webkit-animation: shake 1s 0.15s linear infinite;
	-o-animation: shake 1s 0.15s linear infinite;
}

.floating {
	animation: floating 1.5s ease-in-out infinite;
	-moz-animation: floating 1.5s ease-in-out infinite;
	-webkit-animation: floating 1.5s ease-in-out infinite;
	-o-animation: floating 1.5s ease-in-out infinite;
}

/*  */
.mobile-wrap {
	position: relative;
	min-height: 100vh;
	width: 100%;
	float: left;
	padding-bottom: 1.2rem;
	overflow-x: hidden;
	background: #fed9db;
    background: url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
}

/*  */
.header {
    width: 100%;
    height: 1.3rem;
    max-width: 750px;
    padding: .15rem .16rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    z-index: 99;
    background: url(../images/h_bg.jpg) no-repeat;
    background-size: 100% 100%;
    gap: 0.5rem;
}

.header .logo img {
	height: 100%;
}

/*  */
.main {
	margin: 1.3rem 0 0.7rem 0;
	text-align: center;
}

/*  */
.banner {}

/*  */
.notice {
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    height: .78rem;
    margin: auto 0 auto 0;
    display: flex;
    background-color: #fff;
}

.notice_left {
    background: url(../images/notice.png) no-repeat center center;
    background-size: .48rem .37rem;
    padding-left: .8rem;
}

.notice_right {
	overflow: hidden;
	float: right;
	flex: 1;
}

.notice_right marquee {
	font-size: .24rem;
	line-height: .78rem;
	height: .78rem;
    color: #303030;
}

/*  */
.lines {
	margin: 0.3rem 0.3rem;
}

.lines .conts .list {
	display: flex;
	flex-direction: column;
}

.lines .conts .list .item {
	margin: 0.12rem 0;
	display: flex;
	flex-direction: row;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	color: #000;
    gap: 0.15rem;
}

/* .lines .conts .list .item .text {
	display: flex;
	justify-content: space-between;
	margin: auto 0.1rem auto 0rem;
	background-color: #ffffff;
	border: solid 2px #fc588c;
	border-radius: 0.1rem;
    flex: 1;
}

.lines .conts .list .item .ms {
	width: 1.66rem;
	color: #fff;
	background-image: linear-gradient(90deg, 
		rgba(232, 0, 231, 1) 0%, 
		#f90055 100%), 
	linear-gradient(
		#bdbdf7, 
		#bdbdf7);
}

.lines .conts .list .item .txts {
    flex: 1;
} */


.lines .conts .list .item .text {
	display: flex;
	justify-content: space-between;
	flex: 1;
	gap: 0.1rem;
}
.lines .conts .list .item .ms {
	width: 1.66rem;
	color: #000;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.02px #f90055;
}

.lines .conts .list .item .txts {
	flex: 1;
	color: #000;
	background-color: #ffffff;
	border-radius: 0.1rem;
	border: solid 0.02px #f90055;
}

.lines .conts .list .item .btns {
	display: flex;
	justify-content: center;
	align-items: center;
}

.lines .conts .list .item .btns a {
	width: 1.7rem;
	height: 0.8rem;
	background: url(../images/daed5.png) left no-repeat;
	background-size: contain;
    border-radius: 0.1rem;
}

.kf {
	text-align: center;
    margin: 0 1.5rem;
}


.testing1 {
	margin: 0.4rem 0.28rem 0.4rem;
    padding: 0 .4rem .4rem .4rem;
	box-shadow: 0px 10px 0px 0px #ea01d6;
	border-radius: 0.3rem;
	border: solid 4px #ea01d6;
	background-color: #fff;
}

.testing1 .title {
	text-align: center;
	margin: auto;
}

.testing1 .margin_25 {
	margin: 0 0.25rem;
}

.testing1 .margin-t-2 img {
	margin-top: -2px;
    margin-bottom: 0.2rem;
    width: 4.5rem;
}

.testing1 .list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: flex-start;
	align-items: flex-start;
}

.testing1 .list li {
	width: 25%;
	list-style-type: none;
}

.testing1 .list li a {
	margin: 0.18rem 0.25rem 0.05rem 0.25rem;
	display: block;
	color: #000;
	font-size: 0.28rem;
	text-align: center;
	box-sizing: border-box;
}

.testing1 .list li a img {
	border-radius: 0.16rem;
}

.fix-down {
	width: 7.5rem;
	position: fixed;
	left: 50%;
	margin-left: -3.75rem;
	z-index: 99;
	bottom: 0
}

.fix-down img {
	width: 100%;
	margin-bottom: -1px
}