html, body {
    color: #FFFFFF;
    background-color: #000000;
}

.dw-content {
    position: relative;
    max-width: 1680px;
    margin: .8rem auto 0 auto;
    padding: 0 10%;
}

.dw-title {
    position: relative;
    margin: 2rem 0;
    font-family: 'dw-bold';
    font-size: 1.5rem;
    text-align: center;
}

.dw-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 10%;
    font-family: 'dw-bold';
    text-align: center;
    overflow: hidden;
    z-index: 8;
}

.dw-nav > .dw-mask-filter {
    border-radius: 0;
}

.dw-nav > .content {
    max-width: 1680px;
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    z-index: 2;
}

.dw-nav > .content > .media > img {
    width: 8rem;
}

.dw-nav > .content > .tab > .item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    margin: 0 .2rem;
    font-size: .75rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.dw-nav > .content > .tab > .item.action:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 3px solid #07C160;
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, 0));
}

.dw-nav > .content > .tab > .item:hover {
    color: #07C160;
}

.dw-nav > .content > .btn {
    display: none;
    font-family: 'dw-light';
    font-size: .6rem;
}

.dw-foot {
    position: relative;
    padding: 1rem 15%;
    font-size: .7rem;
    color: #FFFFFF;
    background: -webkit-linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(31, 31, 31, .72) 16%, rgba(31, 31, 31, .72) 85%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(31, 31, 31, .72) 16%, rgba(31, 31, 31, .72) 85%, rgba(0, 0, 0, 0) 100%);
    z-index: 7;
}

.dw-foot > .msg > .item > .media,
.dw-foot > .msg > .item > .logo {
    margin: 0 1rem 0 0;
    padding: 1rem 0;
}

.dw-foot > .msg > .item > .logo > img {
    width: 20rem;
}

.dw-foot > .msg > .item > .media > img {
    width: 10rem;
}

.dw-foot > .msg {
    margin: 1rem 0;
}

.dw-foot > .msg > .item > .media > div {
    margin-top: .5rem;
    text-align: center;
}


.dw-foot > .msg > .item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.dw-foot > .msg > .item > div,
.dw-foot > .tips > div {
    margin-bottom: 1rem;
}

.dw-foot > .tips {
    line-height: 1.5rem;
    margin-top: 1rem;
    padding: 1rem 0 0 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.dw-foot > .tips > small {
    display: block;
}

.border-r {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.border-b {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.dw-foot-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.dw-footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    padding: .4rem 0 .2rem 0;
    color: #FFFFFF;
    background-color: transparent;
    overflow: hidden;
    z-index: 9;
}

.dw-footer-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    text-align: center;
    z-index: 9;
}

.dw-footer-media {
    position: relative;
    font-size: 1.2rem;
}

.dw-footer-media img {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 auto;
}

.dw-footer-label {
    font-size: .5rem;
    line-height: 1.2;
}

.duration-3 {
    -webkit-animation-duration: .3s;
    -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s;
}

.duration-5 {
    -webkit-animation-duration: .5s;
    -moz-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s;
}

.duration-7 {
    -webkit-animation-duration: .7s;
    -moz-animation-duration: .7s;
    -o-animation-duration: .7s;
    animation-duration: .7s;
}

.duration-9 {
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.duration-11 {
    -webkit-animation-duration: 1.1s;
    -moz-animation-duration: 1.1s;
    -o-animation-duration: 1.1s;
    animation-duration: 1.1s;

}

@media only screen and (max-width: 768px) {
    .dw-content {
        margin-bottom: 3rem;
        padding: 0 .8rem 1px .8rem;
    }

    .dw-title {
        margin: 1rem 0;
        font-size: 1rem;
    }

    .dw-foot {
        display: none;
    }

    .dw-nav {
        padding: 0 .8rem;
    }

    .dw-nav > .content > .tab {
        display: none;
    }

    .dw-nav > .content > .btn {
        display: block;
    }

    .dw-nav > .content > .media > img {
        width: 5rem;
    }
}

@media only screen and (min-width: 769px) {
    .dw-foot-mobile {
        display: none !important;
    }
}