*{
    padding:0;
    margin:0;
}
html{
    height:100%;
    background: #ececec;
}
body {
    min-height:100%;
    background: #fff;
    font-family:-apple-system,"Helvetica Neue",Helvetica,sans-serif;
}
textarea{
    scrollbar-base-color:transparent;
}
input[type="number"]{-moz-appearance:textfield;}
ul {
    list-style-type: disc;
}
a {
    font-style: normal;
    text-decoration: none;
    -webkit-touch-callout: none;
}
input, textarea {
    font-family:-apple-system,"Helvetica Neue",Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
}
ol li, ul li {
    margin:0;
    padding:0;
}
h1, h2, h3 {
    font-size: inherit;
    -webkit-margin-after: 0;
}
.lf{
    float:left;
}
.rt{
    float:right;
}

* {padding:0;margin:0;box-sizing: border-box;letter-spacing: 1px;-webkit-tap-highlight-color:rgba(255,255,255,0);}
html, body {position: relative;max-width: 750px;margin: auto;/* background-color: #F6F6F6; */font-family: "FZBIAOYSJW";}
img,div{display: block;-webkit-tap-highlight-color:transparent}
::-webkit-scrollbar{width: 0;height: 0;background-color: rgba(255,255,255,0);}
a{text-decoration: none;color: #4e4e4e;}
.hide{display: none;}
@font-face {
	font-family: "FZBIAOYSJW";
	src: url("/static/css/FZBIAOYSJW.TTF");
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-variant-east-asian: normal;
	font-weight: normal;
	font-stretch: normal;
}

.lead-app{width: 100%;background-color: #EFEFEF;padding: 0 2%;text-align:center;z-index: 6;
    height: 15vw;display: flex;align-items: center;justify-content: space-around;box-sizing: border-box;position: relative;}
.lead-app img{display: inline-block;vertical-align: middle;margin: 0 0.3%;}
.lead-app .lead-logo{width: 10%;border-radius: 10px;}
	.lead-app .lead-text{width: 28%;}
	.lead-app .lead-btn{width: 15%;}
	.lead-app .lead-close{width: 10%;}
.open_app{position: absolute;top: 0;left: 0; width: 100%;height: 100%;display: none;overflow: hidden;}
	.open_app_wx,.open_app_tem{width: 100%;height: 100%;display: block;}
	.lead-app .open_app { width: 82%;}