﻿body {
    visibility: hidden;
}

.view, .views {
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    z-index: 5000;
}

.color-deeporange {
    color: #ff5722;
}

.color-dark {
    color: #303030;
}

.background-color-deeporange {
    background-color: #ff5722;
}

.background-color-dark {
    background-color: #303030;
}

.theme-deeporange {
    background-color: #ff5722;
}

.card-header-pic-mobile .card-header {
    height: 60vw;
    background-size: cover;
    background-position: top;
}

.card-header-pic-desktop .card-header {
    height: 400px;
    background-size: cover;
    background-position: top;
}

.audio-playing {
    width: 15px;
    visibility: hidden;
}

.audio-play {
    font-size: 32px;
}

.video-play {
    font-size: 32px;
}

.photo-view {
    font-size: 32px;
}

.table {
    width: 100%;
    height: 44px;
}

.td-medio {
    width: 30px;
}

.duration {
    color: gray;
    font-size: 14px;
}

.td-playing {
    width: 15px;
}

.td-play {
    width: 32px;
    padding: 0px;
    text-align: center;
}

.td-main-navbar-space {
    width: 50px;
    text-align: center;
    padding: 0px;
}

.td-main-navbar-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.td-navbar-space {
    width: 50px;
    text-align: center;
    padding: 0px;
}

.td-navbar-title {
    text-align: center;
    font-weight: bold;
}

.close {
    width: 50px;
    text-align: center;
    padding: 0px;
}

.buy {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.contact {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.copyright {
    width: 100px;
    text-align: center;
    color: gray;
    font-size: 14px;
}

.beian {
    width: 100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.beian-url {
    line-height: 30px;
    color: gray;
    font-size: 12px;
    text-decoration: underline;
}
