*{margin:0;padding:0;}
body,html{
    position: fixed;
    width:100%;
    height:100%;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent;
	background: url(../img/index/bg.png) no-repeat;
    background-size: 100% auto;
}
body{
	font-size: .3rem;
	line-height: .5rem;
	color: #000;
	opacity: 0;
	transition: opacity .3s ease-in-out;
	font-family: arial,'黑体';
}
.gray{  /*grayscale(val):val值越大灰度就越深*/
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.container{
	position: relative;
	height: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.height130{
	height: 1.1rem;
}
img{
    display: block;
	width:100%;
}
a, button, input, img,select {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a {
	color: #000;
    text-decoration: none;
}
a:hover {
	color: #000;
    text-decoration: none;
}
.hide{
    display: none!important;
}
input{
    -webkit-appearance: none;
    outline: none;
}
/*禁止滑动*/
.notScroll  {
    overflow: hidden;
}
input{
	border: none;
	background:none;
	outline: none;
	font-family: arial,'黑体';
}
select{
	opacity: 0;
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	font-family: arial,'黑体';
}
textarea{
	border: none;
	background: none;
	outline: none;
	width:100%;
	min-width:100%;
	max-width:100%;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	font-family: arial,'黑体';
}
/*header样式*/
header{
	position: fixed;
	width:100%;
	height: 1.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99;
	left: 0;
	top:0;
}
header>span{
	display: block;
	position: absolute;
	width:100%;
	height: 100%;
	z-index: -1;
	left: 0;
	top: 0;
	transition: all .1s;
}
header>div{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .right{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-right: .4rem;
}
.btn_menu{
	display: block;
	width:.44rem;
	height: .44rem;
	background: url(../img/index/menu.png) no-repeat;
	background-size: 100% 100%;
}
.btn_search{
	display: block;
	width:.44rem;
	height: .44rem;
	background: url(../img/index/search.png) no-repeat;
	background-size: 100% 100%;
	margin-right: .53rem;
}
.btn_return{
	display: block;
	width:.19rem;
	height: .33rem;
	background: url(../img/public/arrow_left_blue.png) no-repeat;
	background-size: 100% 100%;
	margin-left: .35rem;
}
.logo{
	width:2rem;
	transform: translateY(.1rem);
}
.menu_wrap{
	position: fixed;
	width:100%;
	height: 100%;
	top:0;
	z-index: 9999;
	transition: all .3s;
}
.menu_bg{
	width:3.48rem;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	transition: all .3s .1s;
}
.menu_wrap::before{
	content: '';
	width: 4.02rem;
	position: absolute;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	left: 3.48rem;
	top:0;
	transition: all .3s;
	backdrop-filter: blur(.2rem);
	-webkit-backdrop-filter: blur(.2rem);
	z-index: -1;
}
.menu_box{
	width: 4.02rem;
	position: absolute;
	height: 100%;
	left: 3.48rem;
	top:0;
	transition: all .3s;
}
.menu_box .btn_close{
	position: absolute;
	display: block;
	width:.32rem;
	height: .32rem;
	background: url(../img/index/close.png) no-repeat;
	background-size: 100% 100%;
	top:.48rem;
	right:.45rem;
}
.menu_list{
	padding-top:1.06rem;
	width:2.7rem;
	margin: 0 auto;
}
.menu_list p{
	height: 1rem;
	line-height: 1rem;
	font-size: .28rem;
	position: relative;
}
.menu_list p::after{
	content: '';
	position: absolute;
	display: block;
	width:100%;
	height:1px;
	background-color: #707070;
	bottom: 0;
}
.menu_wrap.close{
	visibility: hidden;
}
.menu_wrap.close .menu_bg{
	transition: all .3s;
	opacity: 0;
}
.menu_wrap.close .menu_box,.menu_wrap.close::before{
	transition: all .3s .1s;
	transform: translateX(100%);
}

.download_wrap{
	position: fixed;
	width:100%;
	height: 100%;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,.5);
	pointer-events: initial;
	transition: all .3s ease-in-out;
	z-index: 999;
}
.download_wrap.close{
	opacity: 0;
	pointer-events: none;
}
.download_list{
	position: absolute;
	width:100%;
	left: 0;
	bottom:0;
	background-color: #fff;
	border-radius: 0 .4rem 0 0;
	padding: .65rem .3rem .58rem;
	box-sizing: border-box;
	text-align: center;
	transition: all .3s ease-in-out;
}
.download_wrap.close .download_list{
	transform: translateY(100%);
}
.download_list>div>div{
	height: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.download_list>div>div::after{
	content: '';
	position: absolute;
	display: block;
	width:100%;
	height:1px;
	background-color: rgba(0,0,0,.5);
	bottom: 0;
}
.download_list>div>div:last-child::after{
	display: none;
}
.close_download{
	position: absolute;
	width:.2rem;
	height: .2rem;
	right:.3rem;
	top:.3rem;
	background: url(../img/public/close.png) no-repeat;
	background-size: 100% 100%;
}


.email_wrap,.success_wrap,.share_wrap,.ios_pdf_wrap{
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	top:0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	transition: all .3s ease-in-out;
	pointer-events: initial;
	z-index: 999;
}
.email_wrap.close,.success_wrap.close,.share_wrap.close,.ios_pdf_wrap.close{
	opacity: 0;
	pointer-events: none;
}
.close_email{
	width:.64rem;
	height: .64rem;
	background: url(../img/public/close2.png) no-repeat;
	background-size: 100% 100%;
	margin-top: .34rem;
}
.email_box,.ios_pdf_box{
	width:6rem;
	background-color: rgba(255,255,255,.9);
	/* border: 1px solid #707070; */
	border-radius: .4rem;
	box-sizing: border-box;
	padding: .4rem;
}
.email_box>p{
	font-size: .28rem;
	line-height: .38rem;
}
.email_wrap .input_wrap{
	display: flex;
	justify-content: center;
	align-items: center;
	height: .88rem;
	border-radius: .44rem;
	background: #FFFFFF;
	font-size: .32rem;
	margin: .2rem 0 .1rem;
}
.email_wrap .input_wrap img{
	width:.42rem;
}
.email_wrap input{
	width:1.5rem;
	margin:0 .2rem;
	font-size: .32rem;
}
.email_wrap .btn_submit,.ios_pdf_wrap .btn_submit{
	height: .88rem;
	border-radius: .44rem;
	border: 1px solid #0A5491;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0A5491;
	font-size: .32rem;
	font-weight: bold;
	margin-top: .2rem;
}
.email_wrap input#email1{
	width:3.5rem;
}
.success_box,.share_box{
	width:4.3rem;
	background-color: rgba(255,255,255,.9);
	border: 1px solid #707070;
	border-radius: .4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: .6rem;
	padding-top: .6rem;
}
.success_box p,.share_box p,.ios_pdf_box>p{
	font-size: .28rem;
	color: #0A5491;
	padding-top: .36rem;
	font-weight: bold;
}
.success_box img{
	width:1.93rem;
}
.share_box img,.ios_pdf_box img{
	width:1.29rem;
}
sup{
	font-weight: normal;
	font-size: .3rem;
}
.email_tip{
	font-size: .24rem;
	text-align: center;
	padding-bottom: 1px;
	color: #FF0000;
}
.ios_pdf_box{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.ios_pdf_box p{
	text-align: center;
	white-space: nowrap;
}
.ios_pdf_wrap .btn_submit{
	width: 5.2rem;
}