﻿html,body{
	height: 100%;
	max-width:7.5rem;
	margin:0 auto;
}
.page{
	height: 100%;
	width:7.5rem;
	background: url(../imgs/ak.png)no-repeat top;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	position: relative;
}
.title{
	position: absolute;
	width: 100%;
	top:12%;

}
.title>h1{
	font-size: 1rem;
	font-weight: 600;
	color:#006fc1;
	text-align: center;
	letter-spacing: 0.12rem;
}
.title>h1:last-child{
	color:#006fc1;
}
.box{
	position: absolute;
	bottom: 10%;
	width:7.1rem;
	background: #FFFFFF;
	border-radius: 0.3rem;
	margin:0 0.2rem;
	padding:0.5rem 0;
}
.box .form-group{
	margin:0.2rem;
}
.box .form-group label{
	display: block;
	margin:0.2rem 0;
	font-size: 0.3rem;
	color:#333333;
}
.box .form-group input,.box .form-group textarea{
	width:100%;
	text-indent: 0.2rem;
	border-radius: 0.1rem;
	border:1px solid #90959b;
	padding:0.15rem 0;
	font-size: 0.28rem;
	letter-spacing: 0.02rem;
	color:#90959b;
}
.box .form-group button{
	 display: block; /* 转换成块级元素 */
	 margin:auto;
	border:none;
	border-radius: 0.6rem;
	background: #006fc1;
	color:#FFFFFF;
	font-size: 0.36rem;
	font-weight: 600;
	letter-spacing: 0.3rem;
	padding:0.2rem 1rem;
	margin-top:0.5rem;
}
.mymodel{
	z-index:9999;
	width:100%; 
	height:100%;
	left:0;
	top:0; 
	position:fixed;
	background:rgba(0,0,0,0.3);
	display: none;
}
.point{
	position:absolute; 
	top:30%;
	left: 50%;
    transform: translateX(-50%);
}
.pop{
	background: #FFFFFF;
	border-radius: 0.2rem;
	width:6rem; 
	z-index:99999;
	text-align: center;
	padding:0.4rem 0;
}
.pop .msg {
	font-size: 0.36rem;
	padding:0.1rem 0.4rem;
}
.pop .msg h2{
	color:#006fc1;
}
.pop .msg p{
	margin-top:0.3rem;
	font-size: 0.3rem;
	line-height: 0.5rem;

}
.pop>.btn{
	margin-top:0.5rem;
	display: flex;
	align-items: center;
	justify-content: center; 
}

.pop>.btn>button{
	align-items: center;
	border:none;
	border-radius: 0.5rem;
	background: #006fc1;
	color:#FFFFFF;
	font-size: 0.3rem;
	font-weight: 600;
	letter-spacing: 0.2rem;
	padding:0.15rem 1rem;
	margin-top:0.2rem;
}

@media only screen and (min-width:750px) {
   .box {
	    bottom: 2%;
	    padding: 0.2rem 0;
	}
	.title{
		top:12%;
	}
	.title>h1{
		font-size: 0.6rem;
	}
	.box .form-group {
	    margin: 0 0.2rem;
	}
	.box .form-group label {
	    margin: 0.1rem 0;
	}
	.box .form-group input, .box .form-group textarea {
	    padding: 0.1rem 0;
	}
	.box .form-group button {
		margin-top: 0.1rem;
	}
}

