* {
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: pan-y;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td,
em,
button,
blockquote {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th,
ul,
ol {
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
}

em,
b {
  font-style: normal;
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i {
  font-style: normal;
}

button,
input,
select,
textarea {
  outline: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  outline: none;
}

a:focus {
  outline: none;
}

.hide {
  display: none;
}

.show {
  display: block;
}
html,
body {
  background: #fff;
  font-size: .2rem;
  font-family: 'Noto Sans', Arial, Helvetica, sans-serif;
  color: #000;
}

.hint{position:fixed;left:0;right: 0; top:50%;width:50%;background: rgba(0,0,0,0.6);margin: 0 auto;-webkit-transform: translateY(-50%); z-index: 99999999;text-align: center;padding:5px 10px;border-radius: 10px;color:#fff;font-size: 0.32rem;box-sizing: border-box;
	-webkit-animation: moveIn 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s both;
}
.moveIn{-webkit-animation: moveIn 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s both;}
.moveOut{
  pointer-events:none;
  -webkit-animation: moveOut 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0s both;
}
@-webkit-keyframes moveIn {
	from{-webkit-transform:scale(1.2);opacity:0;}
	to{-webkit-transform:none;opacity:1;}
}

@-webkit-keyframes moveOut {
	from{-webkit-transform:scale(1);opacity:1;}
 	to{-webkit-transform:scale(1.2);opacity:0;}
}
/* 主页样式 */
.wrapper{
	width: 100vw;
	/* height: 100vh; */
	min-height:100vh;
	/* overflow: auto; */
	position: relative;
  
  /* overflow: auto; */
}

.page3{
  width: 100vw;
  height: 100vh;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.page3 img{
  width: 100%;
}
.page1{
  position: relative;
  width: 100vw;
  height: 100vh;
  padding-top: 0.3rem;
  padding-bottom: 1.3rem;
  background: url(../images/2.jpg) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  overflow: auto;
}
.content{
  width: 7.08rem;
  margin: 0 auto;
}
.content img{
  width: 100%;
}
.contract{
  display: flex;
 justify-content: center;
 margin: 0.1rem 0;

}
.contractBox{
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  margin: 0 auto;
  color: #666666;
}
.contractBox .selectBox{
  position: relative;
  margin-right: 0.1rem;
}
.contractBox .selectBox input{
  opacity: 0;
  position: relative  ;
  z-index: 2;
}
.contractBox .selected{
  width: 0.24rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.contractBox .selected.active{
  display: block;
}
.contract a{
  color: #4885FA;
}
.foot{
  width: 100%;
  height: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  display: flex;
}
.foot1{
  width: 3.9rem;
  font-size: 0.28rem;
  color: #C94B80;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot2{
  width: 3.6rem;
  height: 100%;
  background-color: #FF4E4E;
  font-size: 0.36rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot2 i{
  font-size: 0.24rem;
}


.page2{
  width: 100vw;
  height: 100vh;
  background-color: #fefefe;
}
.question{
  padding-left: 0.4rem;
  margin-top: 0.5rem;
}
.page2 h3{
  font-size: 0.32rem;
  font-weight: bold;

}
.answerItem{
  display: flex;
  padding: 0 0.4rem;
  margin-top: 0.3rem;

}
.answerItem .item{
  width: 3rem;
  display: flex;
  align-items: center;
  font-size: 0.32rem;
}
.answerItem .item .itemSelect{
  position: relative;
  width: 0.24rem;
  height: 0.24rem;
  margin-right: 0.1rem;
}
.answerItem .item .itemSelect input{
  position: relative;
  z-index: 2;
  opacity: 0;
}
.answerItem .item .itemSelect img{
  width: 0.24rem;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.answerItem .item .itemSelect .active{
  display: block;
}
.tips{
  color: #FF6600;
  font-size: 0.28rem;
  margin-top: 0.3rem;
}
.profession,.phone{
  width: 6.3rem;
  border: none;
  font-size: 0.32rem;
  height: 0.8rem;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
  padding-bottom: 0.2rem;
  box-sizing: border-box;
}
.order{
  padding: 0.4rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: 0.4rem;
  border-top: 1px solid #efefef;
}
.orderD{
  display: flex;
  align-items: center;
  margin-top: 0.4rem;

}
.orderImg img{
  width: 1.76rem;
}
.orderText{
  width: 4.4rem;
  margin-left: 0.4rem;
}
.orderText div{
  color: #606266;
  font-size: 0.28rem;
}
.payBtn{
  width: 100%;
  height: 1.4rem;
  padding:0 0.56rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;

}
.payNum{
  font-size: 0.48rem;
  color: #FF4E4E;
}
.payNum i{
  font-size: 0.24rem;
}
.payOrder{
  width: 2.2rem;
  height: 0.8rem;
  color: #fff;
  font-size: 0.32rem;
  border-radius: 0.35rem;
  background-color: #FF4E4E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loadingPop{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	left: 0;
    top: 0;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    right: 0;
    bottom: 0;
    margin: auto;
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;}
@-webkit-keyframes share{
0%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(359deg);}
}
.shareloading{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.shareloading img{
	width:1rem;
	-webkit-animation: share 1s linear 0s infinite;
	-moz-animation:  share 1s linear 0s infinite;	/* Firefox */
	-webkit-animation:  share 1s linear 0s infinite; 	/* Safari 和 Chrome */
	-o-animation:  share 1s linear 0s infinite;
}