/*init css*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: "微软雅黑", "黑体", "宋体";
    color: #666;
    background-color: #f5f5f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: "couriernew,courier,monospace";
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #666;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.museum_detail {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    background-color: #f2f2f2;
}

.museum_banner {
    width: 100%;
    height: 4.22rem;
    margin: 0 auto;
    border-bottom: .24rem solid #fff;
}

.museum_logo {
    width: 1.5rem;
    height: 1.5rem;
    border: .1rem solid #fff;
    position: absolute;
    top: 3.7rem;
    left: .24rem;
}

.museum_map {
    display: block;
    width: 1.15rem;
    height: .48rem;
    position: absolute;
    top: 3.41rem;
    right: .34rem;
    background: url("../img/museum_detail/map.png") no-repeat center top;
    background-size: 100% auto;
}

.museum_name {
    width: 5.22rem;
    padding-left: 2.04rem;
    padding-right: .24rem;
    background-color: #f2f2f2;
    font-size: .3rem;
    color: #000;
    line-height: 1.8;
    padding-top: .24rem;
    padding-bottom: .24rem;
}

.museum_name p {
    color: #bdbdbd;
    font-size: .23rem;
    height: .42rem;
    width: 5.22rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.museum_info {
    padding: 0.18rem .25rem;
    height: auto;
    overflow: hidden;
    background-color: #fff;
}

.museum_info p {
    font-size: 0;
    line-height: 0;
}

.museum_info p em {
    color: #000000;
    margin-right: .2rem;
}

.museum_info p * {
    display: inline-block;
    vertical-align: top;
    color: #bdbdbd;
    font-size: .26rem;
    line-height: .45rem;
}

.museum_info p span {
    max-width: 6.18rem;
}

.museum_intro {
    font-size: .24rem;
    line-height: 1.5;
    border-right: .25rem solid #fff;
    border-left: .25rem solid #fff;
    border-top: 0.01rem solid #aeaeae;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: .24rem 0;
}

.museum_intro p {
    margin-bottom: 1em;
}

.museum_intro img {
    width: 100%;
}

.museum_btn {
    position: fixed;
    bottom: .34rem;
    z-index: 9;
    height: 1.03rem;
    display: none;
}

.museum_share,
.museum_dislike,
.museum_like {
    display: inline-block;
    width: 1.03rem;
    height: 1.03rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.museum_share {
    background-image: url("../img/museum_detail/share.png");
    left: .32rem;
}

.museum_dislike {
    background-image: url("../img/museum_detail/dislike.png");
    left: 1.5rem;
}

.museum_like {
    background-image: url("../img/museum_detail/like.png");
    left: 1.5rem;
}

.museum_exhib {
    display: none;
    margin: .3rem .2rem;
    padding: 0 .16rem;
    background-color: #fff;
    border-radius: .06rem;
}

.museum_exhib h2 {
    font-size: .26rem;
    line-height: .77rem;
    color: #898989;
    ;
}

.museum_exhib a {
    display: block;
    height: auto;
    overflow: hidden;
    padding: .15rem 0 .15rem 1.3rem;
    border-top: .01rem solid #aeaeae;
    position: relative
}

.museum_exhib a img {
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    position: absolute;
    top: .15rem;
    left: 0;
}

.museum_exhib a h4 {
    font-size: .32rem;
    line-height: 1.5;
    color: #000;
    height: .48rem;
}

.museum_exhib a p {
    color: #bdbdbd;
    height: .36rem;
    font-size: .24rem;
    line-height: 1.5;
}

.museum_exhib a h4,
.museum_exhib a p {
    width: 5.44rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.museum_exhib a span {
    display: block;
    float: left;
    padding: 0 .06rem;
    height: .32rem;
    line-height: .32rem;
    font-size: .24rem;
    color: #fff;
}

.closed {
    background-color: #000;
}

.inexhibition {
    background-color: #00a0e9;
}

.opensoon {
    background-color: #00a0e9;
}

.museum_exhib .tip {
    font-size: .24rem;
    line-height: .77rem;
    color: #898989;
}

.warn {
    display: none;
    padding: .2rem;
    font-size: .24rem;
    line-height: .4rem;
    background-color: rgba(153, 153, 153, .6);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -.5rem;
    margin-top: -.3rem;
    text-align: center;
    width: 1rem;
    border-radius: .16rem;
    color: #fff;
}

p.tips {
    font-size: .24rem;
    line-height: 2;
    padding-bottom: .2rem;
}
