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;
}

.header {
    position: fixed;
    top:0;
    z-index: 9999;
    width: 100%;
    height: .9rem;
    /*border-bottom: 1px solid #ededed;*/
    /*padding: 0 .3rem;*/
    background: #fff;
    /*z-index: 100000;*/
}
.header .winonaLogo {
    display: block;
    width: 2.92rem;
    height: .45rem;
    margin: .3rem auto 0;
}
.header .winonaLogo img{
    width: 2.92rem;
    height: .45rem;
}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fff;
    z-index: 999;
    padding-top: .18rem;
    padding-bottom: .08rem;
}

.footer a {
    display: block;
    /*width: 33.3%;*/
    width: 20%;
    font-size: .2rem;
    line-height: .4rem;
    color: #7e7e7e;
    text-align: center;
    text-decoration: none;
}

.footer a img {
    height: .37rem;
}

.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;
}

.phoneweb_bottom {
    background: #f2f2f2;
    font-size: .18rem;
    line-height: .4rem;
    color: #999;
    padding-top: .18rem;
    padding-bottom: 1.2rem;
    background: #f2f2f2;
    border-bottom: 1px solid #d9d9d9;
    letter-spacing: -.5px;
}

.phoneweb_bottom img:nth-of-type(1) {
    width: .35rem;
    height: .31rem;
}

.phoneweb_bottom img:nth-of-type(2) {
    width: .39rem;
    height: .33rem;
}

.phoneweb_bottom img:nth-of-type(3) {
    width: .2rem;
    height: .2rem;
}

.phoneweb_bottom img {
    vertical-align: middle;
    display: inline-block!important;
}
.phoneweb_bottom .banquan{
    width: 95%;
    margin:0 auto;
    text-align: center;
}


