/* Code tidied up by ScrapBook */

* {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 20px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    outline: 0px none;
    -moz-text-size-adjust: none;
}

body {
    font-size: 0.8rem;
    color: rgb(51, 51, 51);
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
    width: 100%;
    overflow-x: hidden;
    -moz-user-select: none;
    -moz-text-size-adjust: none;
    padding: 4.4rem 0px 0px;
}

a {
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.c {
    clear: both;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
    content: ".";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

img {
    border: medium none;
    vertical-align: middle;
}

input,
select,
textarea {
    font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

textarea {
    overflow: auto;
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: 0px none;
}

.wp {
    width: 100%;
    max-width: 32rem;
    margin: 0px auto;
    overflow: hidden;
}

.header {
    width: 32rem;
    height: 4.4rem;
    overflow: hidden;
    position: fixed;
    left: auto;
    right: auto;
    top: 0px;
    padding: 0px 0.1rem;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgb(221, 221, 221);
}

.header .logo {
    float: left;
    height: 4.4rem;
    width: auto;
    margin: 0rem 0px;
}

.header .an {
    float: right;
    height: 4.4rem;
    width: auto;
    margin: 0rem 0rem 0.0rem 0.0rem;
}

.pic {
    overflow: hidden;
}

.copy {
    overflow: hidden;
    text-align: center;
    font-size: 0.6rem;
    padding: 0px 5px 2rem;
}

.anniu {
    overflow: hidden;
    text-align: center;
    background: rgb(243, 243, 243) none repeat scroll 0% 0%;
    border-bottom: 0.5rem solid rgb(255, 255, 255);
    padding: 0px 0px 1rem;
}

.anniu img {
    height: 4.3rem;
    width: auto;
    margin: 0px 1rem;
}

.addDwonBox {
    width: 100%;
    min-height: 6.54rem;
    background: rgba(255, 255, 255, 0.77);
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 2;
}

.addDwonBox .text {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.addDwonBox .cont {
    margin-left: 1.4rem;
}

.addDwonBox p strong {
    display: block;
    color: #282828;
    font-size: 1.6rem;
}

.addDwonBox p span {
    display: block;
    font-size: 1.2rem;
    color: #4a4a4a;
}

.addDwonBox .button {
    margin-right: 0.8rem;
}

.addDwonBox button {
    display: block;
    width: 10rem;
    height: 4rem;
    background-color: #ff0000;
    border-radius: 0.5rem;
    border: none;
    font-size: 1.4rem;
    color: #fff;
}

.addDwonBox img {
    width: 6rem;
    height: 6rem;
}