/*welcome开始*/
.welcome{
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-top: -3%;
}
.welcome .container{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
}
.welcome .book{
	max-width: 100%;
}
.welcome .welcome-text{
	max-width: 52%;
	padding-top: 2%;
}
.welcome-sub{
	margin-top: 5%;
	background-image: url(../img/sub1.png);
    background-repeat: no-repeat;
    width: 30%;
    background-position: center;
    background-size: 80%;
    padding: 9% 0;
    display: flex;
    justify-content: center;
}
.welcome-sub span{
	color: #fff;
	display: table;	
}
.welcome p{
	color: #939393;
	margin-top: 4%;
	font-size: 0.3rem;
	
}
/*form 开始*/
.form{
	height: 100vh;
	background-image: url(../img/form-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
}
.form .container{
	width: 94%;
	margin: 0 auto;
}
.form .container form{
	padding-top: 38%;
}
.form button{
	color: #fff;
	background-color: #1ba4c6;
	font-size: 0.9rem;
	width: 72%;
	height: 2.6rem;
	display: block;
	border-radius: 0.2rem;
	margin: 0 auto 1rem;
	letter-spacing: 1px;
}
input[type="text"]{
	padding-left: 3%;
	color: #333;
    font-size: 0.85rem;
    display: block;
    width: 72%;
    height: 2.6rem;
    border-radius: 0.2rem;
    margin: 0 auto 1rem;
}
.form-help{
	font-size:0.65rem ;
	color: #fff;
	text-align: center;
	padding-top: 6%;
}
.form-help a{
	padding: 0 0.2rem;
	display: inline-block;
	letter-spacing: 1px;
	font-size:0.65rem ;
	color: #ff0000;
}
/*result 开始*/
.result h3{
	font-size: 1.2rem;
    text-align: center;
    line-height: 3.7rem;
    letter-spacing: 0.5px;
}
.result em{
	color: #ff0000;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 0.1rem;
}
.result table{
	width: 100%;
	border-color: #cdcdcd;
	margin-bottom: 6%;
}
.result table tr th{
	font-size: 0.95rem;
	color: #333;
	font-weight: bold;
}
.result table tr th:nth-child(2){
	width:42% ;
}
.result table tr th,
.result table tr td{
	width: 29%;
	height: 2.6rem;
	text-align: center; 
}
.result table td{
	font-size: 0.85rem;
	color: #747474;
}
.result table tr td em{
	font-weight: bold;
	font-size: 1.05rem;
	letter-spacing: -1px;
}
.result table tr td em:before{
	content: "￥";
	
}
.result-sub{
	display: block;
    align-items: center;
    position: relative;
}
.result-sub a:first-child{
	background-color: #1ba4c6;
    color: #fff;
    display: block;
    width: 45%;
    height: 2.6rem;
    text-align: center;
    line-height: 2.6rem;
    border-radius: 0.3rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0 auto;
}
.result-sub a:last-child{
	position: absolute;
    right: 9%;
    top: 0.75rem;
    font-size: 0.3rem;
    color: #888;
}
/*qcode*/
.Qcode{
	display: none;
	width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-flow: column;
    background-color: rgba(0,0,0,.6);
}
.Qcode img{
	max-width: 80%;
}
.Qcode span{
	font-size: 1.05rem;
    line-height: 2.6rem;
    color: #fff;
    letter-spacing: 2px;
}