@charset "utf-8";

/* CSS Document */
.warp {
	padding-bottom: 1rem;
	min-height: 100vh;
	background-image: -webkit-linear-gradient(90deg, rgb(103, 204, 255), rgb(153, 102, 255));
}

.header {
	width: 100%;
	height: 4.4rem;
	background: url(../images/1.png) no-repeat center;
	background-size: cover;
	padding-top: 0.4rem;
}

.header>h4 {
	text-align: center;
	font-size: 0.8rem;
	color: #FFFFFF;
	letter-spacing: 0.4em;
}

.title {
	text-align: center;
	position: relative;
	height: 0.2rem;
	line-height: 0.2rem;
	width: 4.6rem;
	margin: 0.3rem auto;
	font-size: 0.28rem;
	color: #FFFFFF;
	font-weight: bold;
}

.title:after,
.title:before {
	content: "";
	position: absolute;
	top: 50%;
	background: #FFFFFF;
	height: 1px;
	width: 20%;
}

.title:after {
	left: 0;
}

.title:before {
	right: 0;
}

.for {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.4rem;
}

.for_list>li {
	margin-bottom: 0.08rem;
}

.for_list label {
	display: block;
	font-size: 0.28rem;
	color: rgb(75, 75, 75);
	line-height: 0.55rem;
}

.for_list label:after {
	font-size: 0.4rem;
	content: '*';
	color: #f56766;
	position: relative;
	top: 0.1rem;
	left: 0.1rem;
}
.for .home-icon{display:inline-flex;padding:0.2rem;}
.for .home-icon img {
		width: 3rem;
		height: 3.3rem;
	}

#checkedLevel {
	width: 100%;
	height: 0.68rem;
	background-color: #FFFFFF;
	border-radius: 0.08rem;
}

.checkedLevel {
	width: 100%;
	height: 0.68rem;
	background-color: #FFFFFF;
	border-radius: 0.08rem;
}

.cancle_ico {
	display: none;
	line-height: 0.32rem;
	font-size: 0.12rem;
	color: #fff;
	background: #f67171;
	border-radius: 0.08rem;
	padding: 0.04rem 0.1rem;
	margin-left: 0.08rem;
}

.sp {
	display: inline-block;
}

.for_list input {
	border-radius: 0.08rem;
	font-size: 0.24rem;
	width: 100%;
	height: 0.68rem;
	padding: 0 0.1rem;
	background-color: #fff
}

.for_btn {
	background-color: rgb(0, 196, 205);
	display: block;
	color: #fff;
	min-height: 0.68rem;
	line-height: 0.68rem;
	word-break: break-all;
	margin-top: 0.4rem;
	text-align: center;
	border-radius: 0.08rem;
	font-size: 0.28rem;
}

.bottom_text {
	font-size: 0.24rem;
	text-align: center;
	color: rgb(119, 119, 119);
	margin-top: 0.2rem;
}

.bottom_text a {
	color: rgb(42, 103, 255);
}

.tk_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	top: 0;
	left: 0;
}

.tk {
	width: 5rem;
	padding: 0.6rem 0.4rem 0.2rem 0.4rem;
	background-color: #FFFFFF;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 0.08rem;
}
.tk_text{
	width: 100%;
	height: 4.6rem;
	overflow-y: scroll;
	padding-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.tk_text h4{
	text-align: center;
	font-size: 0.28rem;
	margin-bottom: 0.4rem;
}
.tk_text p{
	line-height: 0.4rem;
	font-size: 0.28rem;
}
.tk_text h5{
	margin: 0.2rem 0;
	font-size: 0.28rem;
	font-weight: bold;
}
.ovfHiden {
	overflow: hidden;
	height: 100%;
}
.btn3{
	display: block;
	width: 3rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.28rem;
	text-align: center;
	background-color: #007AFF;
	margin: 0.2rem auto;
	color: #FFFFFF;
	border-radius: 0.08rem;
}
