header img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

body,
html {
    max-width: 640px;
    margin: 0 auto;
}

main {
    border-left: 0.2rem solid #0053fa;
    border-right: 0.2rem solid #0053fa;
    border-bottom: 0.2rem solid #0053fa;
    background: #000000;
}

main section {
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}

main section:last-child {
    border-bottom: 0;
}

main section .award-img {
    width: 50%;
    display: block;
    margin: 0.6rem auto 0.6rem;
}

main section .banner {
    height: 4.85rem;
}

main section .play {
    position: absolute;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.96rem;
    margin: 0 auto;
    background: url(http://www.nbd.com.cn/corp/20200402Mvideo/img/final/play.png) no-repeat;
    background-size: 100% 100%;
}

main section a {
    text-decoration: none;
    position: relative;
}

main section a .banner {
    width: 100%;
}

main section .title {
    color: #fff;
    font-size: 0.4rem;
    font-weight: bold;
    margin: 0.3rem 0;
}

main section .text {
    color: #fff;
    font-size: 0.36rem;
}

footer {
    background: #fff;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    position: relative;
}

footer .footer {
    display: block;
    margin: 0.5rem auto;
    width: 90%;
}

footer .wx {
    display: block;
    margin: 0.5rem auto 0.8rem;
    width: 40%;
}

.dwlogo {
    position: absolute;
    width: 3.4rem !important;
    bottom: 8.2rem;
    left: 1rem;
    z-index: 100;
    /* border: 1px solid rgb(250, 250, 250); */
}