html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    /*font-weight: normal;*/
    font-style: normal;
}

body {
    line-height: 1;
    font-size: 0.28rem;
}

:focus {
    outline: none;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

ul,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    -webkit-appearance: none;
}

html,
body {
    /* font-family: 'Microsoft Yahei', '\65B0\5B8B\4F53', '\5B8B\4F53', Verdana; */
}

.clearFix {
    /* zoom: 1; */
}

.clearFix:after {
    content: "";
    clear: both;
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

[v-cloak] {
    display: none;
}
/* https://m.winona.cn/img/ */
.header {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: .9rem;
    top:0;
    /*border-bottom: 1px solid #ededed;*/
    /*padding: 0 .3rem;*/
    background: #fff;
    /*z-index: 100000;*/
}

.header i {
    margin-top: .3rem;
}
.header .navIcon{
    width: .49rem;
    height: .40rem;
    background-repeat:no-repeat;
    background-position: center; 
    background-size: contain;
}

.header .icon1 {
    background-image: url(http://m.winona.cn/img/nav_homeIcon.png);
    margin-left: .2rem;
}

.header .icon2 {
    background-image: url(http://m.winona.cn/img/nav_searchIcon.png);
    margin-left: .2rem;
}

.header .icon3 {
    width: 2.92rem;
    height: .45rem;
    background: url(https://m.winona.cn/img/icon3.png) no-repeat center;
    background-size: contain;
    margin-left: 0.94rem;
}

.header .icon4 {
    background-image: url(https://m.winona.cn/img/nav_kefuIcon2.png);
    margin-right: .2rem;
}

.ask {
    position: fixed;
    left: .5rem;
    top: 6rem;
    width: 1.2rem;
    z-index: 100;
}
.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 50;
    padding-top: .18rem;
    padding-bottom: .1rem;
}
.footer a {
    display: block;
    width: 20%;
    /*width: 33.3%;*/
    font-size: .2rem;
    line-height: .4rem;
    color: #7e7e7e;
    text-align: center;  
    text-decoration: none;
}
.footer a img {
    height: .47rem;
    display: block;
    margin: 0 auto;
}
.footer .footerInfo {
    color: #D6000F
}

.headerNav {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
}

.headerNav .left {
    width: 50%;
    height: 100%;
    background: #fff;
    /*z-index: 99999999999;*/
}

.headerNav .right {
    width: 50%;
    height: 100%;
    /*z-index: 999999999;*/
    background: rgba(0, 0, 0, .4);
}

.headerNav .commonCss {
    padding: 0 .6rem;
    height: 1.02rem;
    font-size: .3rem;
    line-height: 1.02rem;
    color: #333;
}

.headerNav .indexStyle {
    margin-top: .78rem;
}

.commonCss .icon {
    width: .41rem;
    margin-right: .33rem;
    margin-top: .3rem;
}

.commonCss .spread {
    width: .15rem;
    margin-top: .38rem;
}

.hide {
    display: none;
}

.clearFix {
    clear: both;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[v-cloak] {
    display: none;
}




/* .wbox {position: relative;display: inline-block;}
.wbox section{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.wbox-flex {width: 50%;float: left;position: relative;}
#overflow-scroll img {width: 100%;}
 */
