/*网页样式重置reset*/
html {
    font-size: 1em;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
}

body {
    font-size: 0.75em;
    color: #666;
}

label {
    cursor: pointer
}

a:link,
a:visited {
    text-decoration: none
}

input,
button,
select,
textarea {
    outline: none
}

textarea {
    resize: none;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
menu,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block
}

/*html5设置*/

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
table,
input,
button,
select,
textarea,
sub {
    font-size: 1em
}

body,
input,
button,
select,
textarea,
sub {
    font-family: Arial, sans-serif
}

em,
cite,
address,
optgroup {
    font-style: normal
}

kbd,
samp,
code {
    font-family: monospace
}

img,
input,
button,
select,
textarea {
    vertical-align: middle
}

ul,
ol {
    list-style: none
}

img,
fieldset {
    border: 0
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted black
}

table {
    width: 100%;
    border-spacing: 0;
    border: 0
}

table th,
table td {
    border: 0
}

legend,
hr {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

legend,
hr,
caption {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0
}

input,
select,
textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    -o-appearance: button;
    -ms-appearance: button;
    border-radius: 0px;
}

/*全局清除浮动样式*/
.fix {
    display: inline-block;
}

.fix {
    display: block;
}

.fix:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

/*------------------------------------------------------------------------------------------------------------------------------*/

html,
body {
    height: 100%;
    background-color: #FEFEFE;
}

.m-winning {
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* background: url(../images/appUpload.png) no-repeat center top;
    background-size: 100% ; */
}
.m-winning img{
    display: inline-block;
    width: 100%;

}

.bgTwo img{
    display: inline-block;
    width: 100%;
}

.m-winning a {
    width: 61.94%;
    /* height: 5%; */
    display: block;
    position: absolute;
    left: 19.03%;
    top: 22.5%;
}
.m-winning #app_upload2{
    top: 24%;
}
#weixin-tip {
    position: relative;
    top: 0;
    left: 0;
    z-index: 111;
    height: 100%;
    background: url(../images/appHint.png) no-repeat center top;
    background-size: 100% auto;
}

#weixin-tip .close {
    color: #fff;
    font: bold 36px/24px simsun;
    text-shadow: 0 1px 0 #ddd;
    position: absolute;
    top: 2.5%;
    left: 7%;
}

span[id*="cnzz"] {
    display: none;
}