@charset "utf-8";

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
h1,
h2,
h3,
h4,
h5,
p,
div,
ol,
ul,
input,
button {
	margin: 0;
	padding: 0
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333333;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: PingFangSC-Regular, Helvetica, "Droid Sans", Arial, sans-serif;
}

ol,
ul {
	list-style: none
}

a {
	color: #333333;
	text-decoration: none;
}

input,
button,
select,
textarea {
	border: 0;
	border-radius: 0;
	background: transparent;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

button {
	outline: none
}

.view {
	position: absolute;
	width: 750px;
	height: 100%;
	overflow: hidden;
	left: 50%;
	margin-left: -375px;
}

.page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0%;
	top: 0;
	transition: 0.3s;
	background-color: #ecf4fb;
}

.page_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}

.scrollview {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.full {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.ipt_list {
	position: relative;
	width: 690px;
	margin: 40px auto;
	overflow: hidden;
}

.ipt_list p {
	font-size: 28px;
}

.ipt_list p span {
	color: #ff0000;
}

.ipt_list input {
	width: 100%;
	height: 80px;
	font-size: 24px;
	margin-top: 20px;
	padding-left: 30px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #969696;
}

.ipt_list .item {
	margin-top: 20px;
	overflow: hidden;
}

.ipt_list .item span {
	display: block;
	width: 214px;
	height: 80px;
	float: left;
	color: #969696;
	font-size: 24px;
	margin-left: 20px;
	line-height: 80px;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid #969696;
}

.ipt_list .item .itm_list{
	margin-left: 20px;
	float: left;
}

.ipt_list .item .itm_list:nth-child(3n+1),
.ipt_list .item span:nth-child(3n+1) {
	margin-left: 0;
}

.ipt_list .item span.active,
.ipt_list .item label.active {
	color: #008aff;
	border: 1px solid #008aff;
	background-color: #e7f2fd;
}

.ipt_list .item span.gary {
	background-color: #d2d2d2;
	border: 1px solid #969696;
}
.ipt_list .item label {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	padding-top: 18px;
	margin-bottom: 20px;
	margin-right: 20px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #969696;
}

.ipt_list .item label b,
.ipt_list .item label samp {
	display: block;
	font-size: 24px;
	margin: 5px auto;
	text-align: center;
}

.ipt_list .item label img {
	position: absolute;
	top: 8px;
	right: 8px;
	opacity: 0;
}
.ipt_list .item label.active img {
	opacity: 1;
}

.ipt_list h2{
	font-size: 32px;
	color: #008aff;
	line-height: 60px;
}
.ipt_list .home_txt{
	margin-top: 10px;
	font-size: 24px;
	line-height: 40px;
}
.ipt_list .home_btn{
	position: absolute;
	width: 140px;
	height: 59px;
	color: #fff;
	top: 0;
	right: 0;
	font-size: 24px;
	line-height: 59px;
	text-align: center;
	border-radius: 3px;
	background-color: #008aff;
}

.ipt_list .home_btn a{
	color: #fff;
}


.ipt_btn {
	width: 690px;
	height: 90px;
	color: #fff;
	font-size: 24px;
	line-height: 90px;
	text-align: center;
	border-radius: 10px;
	margin: 120px auto auto;
	background-color: #008aff;
}

.page_rgba {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.page_rgba .alt_box {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	width: 540px;
	height: 263px;
	border-radius: 20px;
	background-color: #fff;
}

.page_rgba .alt_box .t {
	height: 178px;
	padding-top: 50px;
	box-sizing: border-box;
}

.page_rgba .alt_box .t p {
	text-align: center;
	font-size: 28px;
	line-height: 50px;
}

.page_rgba .alt_box .b {
	height: 86px;
	color: #008aff;
	font-size: 28px;
	line-height: 86px;
	text-align: center;
	border-top: 1px solid #969696;
}
.page_rgba .alt_box2 .b {
	height: 86px;
	border-top: 1px solid #969696;
}
.page_rgba .alt_box2 .b p {
	width: 49%;
	float: left;
	color: #008aff;
	font-size: 28px;
	line-height: 86px;
	text-align: center;
}

.page_rgba .alt_box2 .b p:last-child {
	border-left: 1px solid #969696;
}

.ydlb_list{
	position: relative;
	width: 690px;
	height: 180px;
	padding: 30px;
	margin: 36px auto;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
}

.ydlb_list .l{
	font-size: 32px;
}
.ydlb_list .l p{
	margin: 10px auto;
}
.ydlb_list .l p b{
	vertical-align: middle;
	display: inline-block;
	vertical-align: middle;
}
.ydlb_list .l p span{
	color: #666666;
	vertical-align: middle;
	display: inline-block;
}


.ydlb_list .l ps img{
	display: inline-block;
	vertical-align: middle;
}
.ydlb_list .r{
	position: absolute;
	width: 111px;
	height: 34px;
	top: 0;
	right: 0;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	text-align: center;
	background-color: #12b506;
	border-radius: 0 20px 0 20px;
}
.ydlb_list .f{
	position: absolute;
	width: 147px;
	height: 70px;
	top: 58px;
	right: 30px;
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	text-align: center;
	border-radius: 10px;
	background-color: #008aff;
}
.gary{
	background: gray;
}