/*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;
}
html{
    opacity: 0;
}
body,
th,
td,
input,
select,
textarea,
button {
    font-size: 12px;
    line-height: 1;
    font-family: PingFangSC-Regular, sans-serif, "微软雅黑", "黑体", "宋体";
    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;
}
body{
    -webkit-text-size-adjust: 100%!important;
    -moz-text-size-adjust: 100%!important;
    -ms-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
}
.museum_top {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.museum_top img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.museum_name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6.5rem;
    height: auto;
    overflow: hidden;
    font-size: .4rem;
    color: #fff;
   padding: .5rem .5rem .25rem;
    background: linear-gradient(rgba(51, 51, 51, 0), rgba(51, 51, 51, .64));
}
.museum_name em,
.museum_name h2 {
	font-size: .36rem;
    width: 100%;
    overflow: hidden;
    display: block;
    line-height: .4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin:0 auto;
    font-family:-apple-system-font,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}
.museum_name em {
    font-size: .26rem;
    color: #fff;
}
img.museum_icon {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    left: 50%;
    bottom:1.6rem;
    margin-left:-1.1rem;
    box-shadow: 0 0 .06rem #cfcfcf;
    border-radius:50%;
}

.museum_intro {
   padding:0;
}

.museum_intro_item {
    display: block;
    padding: .24rem .3rem .3rem;
    border-bottom: .01rem solid #aeaeae;
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    position: relative;
}

.museum_intro_item span,
.museum_intro_item img,
.museum_intro_item p {
    display: inline-block;
    vertical-align: middle;
}

.museum_intro_item span {
    width: .8rem;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: .48rem auto;
    font-size: .18rem;
    line-height: 1.5;
    padding-top: .6rem;
    height: .3rem;
    text-align: center;
    color: #4f7fed;
    margin: 0 .7rem;
    cursor: pointer;
}

/*.museum_intro_item span.share {
    background-image: url(../img/museum_detail/share_1.png);
}

.museum_intro_item span.link {
    background-image: url(../img/museum_detail/link_1.png);
}

.museum_intro_item span.linkgrey {
    background-image: url(../img/museum_detail/unlink_1.png);
}

.museum_intro_item span.collect {
    background-image: url(../img/museum_detail/uncollect_1.png);
}

.museum_intro_item span.uncollect {
    background-image: url(../img/museum_detail/collect_1.png);
}*/

.museum_intro_item img {
    width: .36rem;
}
.museum_intro_item .call{
	display: inline-block;
	width:1.4rem;
	height:.5rem;
	color:#fff;
	text-align: center;
	line-height: .5rem;
	background:rgb(230,75,78);
	padding-top:0;
	border-radius:1rem;
	margin:0 .25rem 0 0;
	font-size:.26rem;
	float:right;
}
.museum_intro_item .open_menu{
	width: .16rem;
    height: .28rem;
    position: absolute;
    right: .38rem;
    top: 50%;
    margin-top: -.14rem;
}
.museum_intro_item p,.museum_intro_item a {
    display: inline-block;
    width: 5.7rem;
    height: auto;
    line-height: .44rem;
    font-size: .28rem;
    overflow: hidden;
    margin-right: .4rem;
    margin-left: .2rem;
    vertical-align: middle;
}
.museum_intro_item .telephone{
	width:3rem;
}
section {
	padding:0 .3rem 0;
	margin-top:.2rem;
    background-color: #fff;
    font-size: .28rem;
    line-height: 1.5
}

section p {
    margin-bottom: .36rem;
    font-size: .28rem;
    line-height: 1.5;
}

section img {
    width: 100%;
}

section p {
    margin-bottom: .36rem;
}

.museum_exhib{
	width:100%;
	height:auto;
	margin:-.2rem auto;
	margin-bottom:1.5rem;
}
.museum_exhib h2 {
	background-color:#fff;
    font-size: .32rem;
    line-height: .77rem;
    color: #000;
    padding: 0 .3rem 0;
}
.detail_ex,.art_ex{
	background-color:#fff;
	width:auto;
	height:auto;
	padding: 0 .3rem 0;
}
.art_ex{
	margin-bottom:1.5rem;
}
.detail_slide_ex,.art_slide_ex{
	height:auto;
	width:44%;
}
.museum_exhib a {
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    width:100%;
}

.museum_exhib a img {
    display: block;
   	width:100%;
}

.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 h4{
	width:100%;
	font-size: .28rem;
	margin-top:.1rem;
}
.museum_exhib a span {
    display: block;
    float: left;
    padding: 0 .06rem;
    /* height: .32rem; */
    line-height: .32rem;
    font-size: .24rem;
    color: #fff;
}

.museum_exhib .tip {
    font-size: .24rem;
    line-height: .36rem;
}
.swiper-container {
    margin-bottom: .36rem;
}
.closed {
    background-color: #000;
}

.inexhibition {
    background-color: #00a0e9;
}

.opensoon {
    background-color: #b2b2b2;
}

.download {
    display: block;
    width: 6.9rem;
    height: .68rem;
    padding: .15rem .3rem;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    background-color: #fafafa;
    opacity: 0.8;
    font-size: 0;
    line-height: 0;
}

.download img {
    display: inline-block;
    width: .68rem;
    height: .68rem;
    margin-right: .2rem;
    vertical-align: middle;
}

.sign {
    width: 2rem;
    height: auto;
    display: inline-block;
    margin-right: 2.44rem;
    font-size: .2rem;
    line-height: 1.5;
    color: #e60012;
    vertical-align: middle;
}

.sign img {
    display: block;
    width: 1.65rem;
    height: .19rem;
}

.download span {
    display: inline-block;
    vertical-align: middle;
    font-size: .24rem;
    line-height: 1.5;
    background-color: #e60012;
    color: #fff;
    padding: 0 .1rem;
    -moz-border-radius: .04rem;
    -o-border-radius: .04rem;
    -webkit-border-radius: .04rem;
    -ms-border-radius: .04rem;
    border-radius: .04rem;
}
.fixed_tool{
	position: fixed;
	width:100%;
	height:.9rem;
	background:rgb(51,51,51);
	padding:0;
	border:0;
	left:0;
	bottom:0;
	display: flex;
	display: -webkit-flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-around;
	 z-index:10;
}
.fix_item{
	width:33%;
	/*height:.6rem;*/
    margin-top:.15rem;
    position: relative;
    border:none;
}
.fix_border{
	display: none;
}
.fix_item_wrap{
	width:60%;
	/*height:100%;*/
	margin:0 auto;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.fix_item img{
	width:.36rem;
}
.fix_item span{
	width:100%;
	font-size:.18rem;
	height:.24rem;
	line-height: .32rem;
	color:#fff;
	text-align: center;
}
.fix_item:after{
	content: '';
    position: absolute;
    top: 12.5%;
    left: 0;
    border-right: 1px solid #ccc;
    border-color:#ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 75%;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    z-index:-1;
}
.fix_item:last-of-type:after{
	width: 0;
    height: 0;
    border:0;
    display: none;
}
/*.fixed_tool span{
	width:33%;
	height:.8rem;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
    background-position: center top;
    background-size: .5rem auto;
    line-height: 1.4rem;
    font-size:.22rem;;
    text-align: center;
    cursor: pointer;
    position:relative;
    box-sizing: border-box;
    color:#fff;
   
}
.fixed_tool span:after{
	 content: '';
    position: absolute;
    top: 12.5%;
    left: 0;
    border-right: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 200%;
    height: 150%;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.fixed_tool span:last-of-type:after{
	 width: 0;
    height: 0;
    border:0;
}*/
.cut_wrap{
	position:fixed;
	z-index:2;
	width:100%;
	height:3.5rem;
	left:0;
	bottom:0;
	background-image: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 20%);
}
.cut_wrap img{
	width:.25rem;
	display: block;
	margin: .7rem auto;
	margin-bottom:.2rem;
}
.cut_wrap .read_more{
	width:80%;
	margin:0 auto;
	background:rgb(230,75,78);
	text-align: center;
	line-height: .8rem;
	color:#fff;
	font-size:.3rem;
	letter-spacing: 2px;
}
.no-scale-font-size{
    -webkit-text-size-adjust: 100%!important;
    -moz-text-size-adjust: 100%!important;
    -ms-text-size-adjust: 100%!important;
    text-size-adjust: 100%!important;
}