body,
div,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
    font-style: normal;
}

ol,
ul,
li {
    list-style: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

img {
    border: 0;
    vertical-align: middle;
}

body {
    color: #000000;
    background: #000;
    text-align: center;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

:focus {
    outline: none;
}

html {
    font-family: "微软雅黑";
}

.top {
    line-height: 0.45rem;
    height: 0.45rem;
    background-color: #000000;
}

.glyphicon {
    color: #fff;
    font-size: 0.16rem;
}

#dLabel {
    background: none;
    border: none;
    outline: none;
    color: #fff;
}

.btn-group {
    width: 2rem;
}

.img {
    position: relative;
}

.img .title {
    background: linear-gradient(to bottom, rgb(250, 248, 248, 0.3), rgb(31, 31, 30, 0.1));
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-bottom: 0;
    padding: 0 3px;
    line-height: 0.3rem;
    font-size: 0.14rem;
}

.img img {
    max-width: 100%;
	height:100%;
	width:100%;
	max-height:0.9rem;
}

.footer {
    padding-top: 0.3rem;
}

.footer p {
    color: #fff
}


.p-5 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
}

@media (max-width:768px) {
    html {
        font-size: calc(25.216vw)
    }
}


@media (min-width:768px) {
    html {
        font-size: 100px
    }
}