html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}

html,
body {
    width: 100%;
    font-size: .2rem;
    font-family: '微软雅黑';
    background-color: #33225f;
}

.container {
    width: 7.5rem;
    height: 20.87rem;
    margin: 0 auto;
    background: url('//png.pookcdn.net/puic-net/mobile/ddz/ks/bg.jpg')no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.header {
    width: 7.5rem;
    height: 1.98rem;
    background-color: #2f9cd4;
    padding-top: .2rem;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.header span {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    width: 1.67rem;
    height: 1.61rem;
    background: url('//png.pookcdn.net/puic-net/mobile/ddz/ks/logo.png')no-repeat;
    background-size: 100% 100%;
    margin-left: .2rem;
}

.header_text {
    width: 2.6rem;
    height: 1.41rem;
    background: url('//png.pookcdn.net/puic-net/mobile/ddz/ks/header_text.png')no-repeat;
    background-size: 100% 100%;
    margin-left: .2rem;
}

.header_btn1 {
    display: block;
    width: 2.48rem;
    height: .8rem;
    background: url('//png.pookcdn.net/puic-net/mobile/ddz/ks/btn1.png')no-repeat;
    background-size: 100% 100%;
}

.header_btn2 {
    display: block;
    width: 2.48rem;
    height: .8rem;
    background: url('//png.pookcdn.net/puic-net/mobile/ddz/ks/btn2.png')no-repeat;
    background-size: 100% 100%;
}

.nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 8.1rem;
}

.nav img {
    height: 1.92rem;
}

.wrapper {
    width: 7.5rem;
    height: 5.5rem;
    overflow: hidden;
    margin-top: 2rem;
}

.content {
    margin: 0;
    padding: 0;
    padding-left: .3rem;
    width: 17rem;
    overflow: hidden;
}

.content li {
    float: left;
    width: 2.86rem;
    list-style: none;
    margin-left: .1rem;
}

.content li img {
    display: block;
    width: 100%;
}

.footer {
    position: absolute;
    bottom: .3rem;
    left: .3rem;
    width: 6.8rem;
}

.footer p {
    text-align: center;
    color: #fff;
    margin-top: .05rem;
    font-size: .16rem;
}

.address {
    margin-top: .3rem !important;
}

.mobile_erweima {
    position: fixed;
    right: .1rem;
    top: 30%;
    z-index: 100000;
}

@media(min-width:1650px) {
    .mobile_erweima {
        position: fixed;
        right: 1.5rem;
        top: 30%;
        z-index: 100000;
    }
}

@media(max-width:750px) {
    .mobile_erweima {
        display: none;
    }
}