html{font-family:"微软雅黑",Arial,sans-serif}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,button,textarea,p,th,td{padding:0;margin:0;font-family:Microsoft YaHei,sans-serif,Arial}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
a{text-decoration:none;color:#000;outline:none}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
input,button {margin: 0;vertical-align: middle;outline: none;}
i,em {font-style: normal;}
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}
input,button,textarea,select{*font-size:100%}
a{-webkit-transition:all 0.5s linear;-moz-transition:all 0.5s linear;-ms-transition:all 0.5s linear;-o-transition:all 0.5s linear}
a{text-decoration: none;-webkit-tap-highlight-color:transparent;}
a:hover{
    text-decoration: none;
    cursor: pointer;
}
::before,
::after{
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color:transparent;/*清除点击高亮效果*/
}
[v-cloak] {
  display: none;
}
/*登录*/
.login-shadow{
	width: 100%;
	height: 120%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	background: rgba(0,0,0,.5);
}
.fast-login, .other-login, .login-yzm{
	width: 3.15rem;
	height: auto;
	box-sizing: border-box;
	padding: 0 .15rem .45rem;
	background: #FCFCFC;
	border-radius: .1rem;
	margin: 25% auto 0;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.login-shadow .close-login{
	position: absolute;
	top: .1rem;
	right: 0;
	width: .5rem;
	height: .5rem;
}
.login-shadow .close-login img{
	width: .2rem;
	height: .2rem;
	vertical-align: top;
	margin-top: .15rem;
}
.login-shadow .back-login{
	position: absolute;
	top: .1rem;
	left: 0;
	width: .5rem;
	height: .5rem;
}
.login-shadow .back-login img{
	width: .2rem;
	height: .2rem;
	vertical-align: top;
	margin-top: .15rem;
}
.login-shadow .login-title{
	display: block;
	margin-top: .24rem;
	font-size: .17rem;
	color: #4A4A4A;
	text-align: left;
} 
.login-shadow .telephone{
	font-size: .15rem;
	color:#9B9B9B;
	/*background:#FFFFFF;*/
	width:2rem;
	height:99%;
	float:left;
	/*-webkit-appearance: none;*/
    border: 0;
    vertical-align: top;
    outline: none;
	
	
}
.login-shadow .getyzm{
	width:.8rem;
	height:.28rem;
	background: #DDDDDD;
    border-radius: 4px;
    font-size:.12rem;
    color:#FFFFFF;
    line-height:.3rem;
    position:absolute;
    right:.15rem;
    top:.11rem;
}
.login-shadow .jg{
	clear:both;
}
.login-shadow .listyzm{
	width:2.75rem;
	height:.5rem;
	border: 1px solid #E4E3E3;
	position:relative;
    border-radius:0.08rem;
	margin-top:.2rem;
	/*padding-left:.16rem;*/
	position:relative;
	margin-left:0.05rem;
}
.login-shadow .listyzm img{
	width:.16rem;
	height:.16rem;
	right:1.11rem;
	top:.17rem;
	position:absolute;
	display:none;
}
.login-shadow .close-logins{
	width:2.75rem;
	height:.5rem;
	border: 1px solid #E4E3E3;
	position:relative;
	border-radius:0.08rem;
	margin-top:.31rem;
	/*padding-left:.16rem;*/
	overflow:hidden;
	margin-left:0.05rem;
	
}
.login-shadow .close-logins img{
	width:.16rem;
	height:.16rem;
	position:absolute;
	right:.13rem;
	top:.17rem;
	display:none;
	
}
.login-shadow .input-yzm{
	font-size: .15rem;
	width:2rem;
	height:99%;
	color:#9B9B9B;
	-webkit-appearance: none;
    border: 0;
    vertical-align: top;
    outline: none;
	float:left;
	margin-left:0.01rem;
	
}
.login-shadow .other{
	width: 30%;
	float: left;
	display: block;
	text-align: right;
	font-size: .13rem;
	margin-top:.1rem;
    color: #2DBF77;
}
.login-shadow .submit-login{
	width:2.75rem;
	height: .4rem;
	line-height: .4rem;
	background: #DDDDDD;
	border-radius: 4px;
	font-size: .16rem;
	color: #FFFFFF;
	margin: .3rem auto 0;
	margin-top:.5rem;
}
.login-shadow .green-bg{
	background: #2DBF77;
}
.login-shadow .otherList{
	width: 100%;
	border-top: .02rem solid #DDDDDD;
	padding-top: .45rem;
	margin-top: .45rem;
}
.login-shadow .otherList img{
	width: .4rem;
	height: .4rem;
	margin: 0 .2rem;
}
/*验证码*/
.login-yzm-item{
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	margin-top: .45rem;
	background: #FFFFFF;
	border: 1px solid #E4E3E3;
	box-sizing: border-box;
	overflow: hidden;
}
.login-yzm-item .write-yzm{
	width: 65%;
	height: .48rem;
	position: relative;
	float: left;
	overflow: hidden;
}
.login-yzm-item .write-yzm span{
	float: left;
	width: 25%;
	height: .48rem;
	border-right: 1px solid #E4E3E3;
	box-sizing: border-box;
}
.login-yzm-item .write-yzm .input-yzm{
	position: absolute !important;;
	top: 0 !important;;
	left: 0 !important;;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: rgba(0,0,0,0);
	z-index: 20;
	height: .48rem !important;
	letter-spacing: .38rem;
	font-size: .18rem;
	padding-left: .22rem !important;
}
.login-yzm-item .get-yam{
	width: 35%;
	float: right;
	overflow: hidden;
	font-size: .12rem;
	color: #09091A;
}
.yzm-error{
	float: left;
	/*line-height: .4rem;*/
	font-size: .13rem;
	color: #FF4545;
	margin-top: -.02rem;
	margin-left: .05rem;
}

/*底部弹出选择列表*/
.select-shadow{
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10;
}
.select-box{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 20;
}
.select-bottom-list{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 30;
	width: 100%;
	height: auto;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #FFFFFF;
	overflow: hidden;
}
/*显示*/
.animation{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10;
	animation:mymove 0.2s;
	-webkit-animation:mymove 0.2s;
	animation-fill-mode:forwards;
}
/*隐藏*/
.animation1{
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 10;
	animation:mymove1 0.2s;
	-webkit-animation:mymove1 0.2s;
	animation-fill-mode:forwards;
}
.Photograph{
	margin-top: 136% !important; 
}
.select-bottom-list li{
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	font-size: .18rem;
	color: #4A4A4A;
}
.select-bottom-del{
	width: 100%;
	padding: 0 .15rem;
	box-sizing: border-box;
	overflow: hidden;
	background: #FFFFFF;
	margin-top: .1rem;
}
.select-bottom-del li{
	width: 100%;
	height: .5rem;
	line-height: .5rem;
	border-bottom: 1px solid #DDDDDD;
	text-align: center;
	font-size: .18rem;
	color: #4A4A4A;
}
@keyframes mymove{
	from{top:100%;}
	to{top:0%;}
}
@keyframes mymove1{
	from{top:0%;}
	to{top:100%;}
}
/* ios弹性 */
.mui-ios .mui-content.rebounce-box{
  padding-top: 0;
  width: 100%;
	/* top: 64px; */
	top: 42px;
  left: 0;
  bottom: 0;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.mui-ios .mui-content.no-header {
  top: 0;
}
/*iphone X*/
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
	.mui-bar-tab {
		padding-bottom:34px;
	}
}
/*iphone Xs Max*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:3) {
    .mui-bar-tab {
        padding-bottom:34px;
    }
}
/*iphone XR*/
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio:2) {
    .mui-bar-tab {
        padding-bottom:34px;
    }
}

.mask_loginsucc{
	display: none;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .5)
}
.mask_loginsucc .contentbox{
	width: 3.2rem;
	margin: 1.5rem auto;
	background-color: white;
	border-radius: 10px;
	overflow: hidden;
}
.mask_loginsucc .contentbox .bg{
	width: 100%;
	height: 1.35rem;
	background: url("../../static/img/loginsuccess.png") no-repeat top center;
	background-size: 100% auto;
}
.mask_loginsucc .contentbox .rztext{
	padding: .3rem 0;
	color: #323232;
	text-align: center;
	font-size: .16rem;
	line-height: .25rem;
}
.mask_loginsucc .contentbox .btns{
	height: .55rem;
	font-size: 0;
	line-height: .55rem;
	font-size: .16rem;
}
.mask_loginsucc .contentbox .btns .btn{
	float: left;
	width: 50%;
	height: 100%;
	text-align: center;
}
.mask_loginsucc .contentbox .btns .btnclose{
	border-top: 1px solid #efefef;
	color: #bcbbbc;
}
.mask_loginsucc .contentbox .btns .btngo{
	 color: white;
	background-color: #28b76c;
 }

.loading-bgtip {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999999;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;
	display: flex;
	justify-content: center;
	align-items: center;
}