html.shmu-m-html {
	font-size: 26.666666667vw; /* 26.666666667 = (100 / 375) * 100，设计稿是375px的，1rem是设计稿上的100px */
}

body.shmu-m-body {
	background-color: #000;
	font-size: 0.14rem;
	color: #ccc;
}

body.shmu-m-body.shmu-m-body-infomation.shmu-m-body-infomation-detail {
	background-color: #333;
}

body.shmu-m-body * {
	outline: none;
}

.shmu-m-hidden-top {
	font-size: 1.42em;
	text-align: center;
}

.shmu-m-top-wrapper {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1000;
}

.headroom.shmu-m-top-wrapper {
	transition: transform 500ms;
}

.headroom.headroom--unpinned.shmu-m-top-wrapper {
	transform: translateY(-100%);
}

.shmu-m-top {
	display: flex;
	align-items: center;
	background-color: #a71930;
}

.luxbar-menu-material-red {
	background-image: linear-gradient(#771525, #a71930);
}

.luxbar-menu-material-red .dropdown ul {
	background-color: transparent;
}

.luxbar-menu-material-red .active,
.luxbar-menu-material-red .luxbar-item:hover {
	background-color: #921327;
}

.luxbar-menu-material-red .luxbar-hamburger {
	padding: 18px 10px;
}

.luxbar-menu-material-red .luxbar-hamburger span,
.luxbar-menu-material-red .luxbar-hamburger span::before,
.luxbar-menu-material-red .luxbar-hamburger span::after {
	width: 20px;
	background-color: #b69164;
}

.luxbar-header {
	position: relative;
	background-color: #fff;
}

.luxbar-item {
	height: auto;
}

.luxbar-item a {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-size: 18px;
	color: #fff;
}

.luxbar-item a:hover {
	color: #b49063;
}

.luxbar-item a .icon {
	width: 0.03rem;
	height: 1.2em;
}

.luxbar-item-hr {
	border-top: 0.01rem solid rgba(255, 255, 255, 0.2);
	margin: 0.05rem 24px;
}

.dropdown {
	position: relative;
	min-height: 0;
}

.dropdown-arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	padding-right: 24px;
	padding-top: 0.5em;
	font-size: 18px;
	text-align: center;
}

.dropdown-arrow i {
	line-height: 1.4em;
}

.dropdown ul, .dropdown:hover ul {
	display: flex;
	flex-wrap: wrap;
	min-width: 0;
	padding-left: 40px;
	padding-right: 20px;
}

.dropdown ul .luxbar-item {
	min-width: 0;
	padding: 5px 10px;
}

.dropdown ul .luxbar-item a {
	font-size: 16px;
}

.luxbar-item.social {
	padding: 0.5em 0;
	font-size: 36px;
	text-align: center;
}

.luxbar-item.social i {
	margin: 0 0.25em;
	font-size: inherit;
}

.shmu-m-logo {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0.8rem;
	transform: translate(-50%, -50%);
}

.shmu-m-logo img {
	width: 100%;
}

.shmu-m-weather1 {
	margin-left: 0.1rem;
	margin-right: 0.05rem;
	color: #b69164;
}

.shmu-m-weather2 {
	margin-left: 0.05rem;
	margin-right: 0.1rem;
	font-size: 0.85em;
	color: #b69164;
}

.shmu-m-top-bar a {
	margin-left: 0.05rem;
	font-size: 1.28em;
	color: #b69164;
}

.shmu-m-top-bar a:first-child {
	margin-left: 0;
}

.shmu-m-top-bar a:hover {
	color: #b69164;
}

.shmu-m-top-menu {
	display: flex;
	align-items: center;
	background-color: #bf9a69;
}

.shmu-m-top-menu .gutter {
	display: none;
}

.shmu-m-top-menu a {
	flex: 1;
	padding: 0.5em 0;
	font-size: 1.28em;
	color: #fff;
	text-align: center;
}

.shmu-m-top-menu.shmu-m-en-top-menu a {
	font-size: 1.07em;
}

.shmu-m-top-menu a:hover,
.shmu-m-body-home .shmu-m-top-menu .home,
.shmu-m-body-display .shmu-m-top-menu .display,
.shmu-m-body-service .shmu-m-top-menu .service,
.shmu-m-body-infomation .shmu-m-top-menu .infomation,
.shmu-m-body-collection .shmu-m-top-menu .collection,
.shmu-m-body-activity .shmu-m-top-menu .activity {
	background-color: #666;
	color: #bf9a69;
}

.shmu-m-panel {
	padding: 0.1rem;
	border: none;
	border-radius: 0;
	margin: 0.1rem;
	background-color: #333;
	color: #fff;
}

.shmu-m-panel-title-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.05rem;
	border-bottom: 0.01rem solid #444;
}

.shmu-m-panel-title {
	padding-left: 0.1rem;
	border-left: 0.05rem solid #a71930;
	font-size: 1.28em;
}

.shmu-m-panel-title-wrapper .more {
	font-size: 1.07em;
}

.shmu-m-panel-title-wrapper .more a {
	color: #999;
}

.shmu-m-panel-title-wrapper .more a:hover {
	color: #fff;
}

.shmu-m-activity-list li {
	margin: 0.1rem 0;
}

.shmu-m-activity-list img {
	width: 100%;
}

.shmu-m-activity-list .activity-name {
	margin: 0.5em 0;
	font-size: 1.14em;
}

.shmu-m-activity-list .activity-date {
	margin: 0.5em 0;
	font-size: 0.85em;
	color: #bf9a69;
}

.shmu-m-activity-list .activity-content {
	max-height: 3em;
	line-height: 1.5em;
	margin: 0.5em 0;
	font-size: 1.07em;
	color: #c9c9c9;
	overflow: hidden;
}

.shmu-m-activity-list .activity-bottom {
	border-bottom: 0.01rem solid #444;
}

.shmu-m-wenzi-list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.75em 0;
	font-size: 1.07em;
}

.shmu-m-wenzi-list .icon-TRUE {
	height: 0.8em;
	margin-bottom: 0.02rem;
}

.shmu-m-wenzi-list .icon-FALSE {
	height: 0.4em;
	margin-bottom: 0.02rem;
}

.shmu-m-wenzi-list a {
	color: #fff;
}

.shmu-m-wenzi-list a:hover {
	color: #b69164;
}

.shmu-m-wenzi-list .issue-date {
	color: #999;
	white-space: nowrap;
}

.shmu-m-tuwen-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 0.1rem;
	margin-top: 0.1rem;
}

.shmu-m-tuwen-list .title {
	padding: 0.75em 0;
	font-size: 1.07em;
	color: #fff;
}

.shmu-m-tuwen-list .title.title-center {
	text-align: center;
}

.shmu-m-tuwen-list .title .jwz {
	height: 1.5em;
}

.shmu-m-tuwen-list .layui-flow-more {
	grid-column: span 2;
}

.shmu-m-slider .shmu-m-slider-item {
	position: relative;
}

.shmu-m-slider .slick-prev,
.shmu-m-slider .slick-next {
	width: 0.2rem;
	height: 0.2rem;
}

.shmu-m-slider .slick-prev:before,
.shmu-m-slider .slick-next:before {
	font-size: 0.2rem;
}

.shmu-m-slider .slick-prev {
	left: 0.05rem;
	z-index: 1;
}

.shmu-m-slider .slick-next {
	right: 0.05rem;
}

.slick-slider.slick-dotted.shmu-m-slider {
	margin-bottom: 0;
}

.shmu-m-slider .slick-dots {
	bottom: 0;
	text-align: right;
}

.shmu-m-slider .slick-dots li {
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.02rem;
	margin-right: 0.02rem;
}

.shmu-m-slider .slick-dots li button {
	width: 0.2rem;
	height: 0.2rem;
	padding: 0;
}

.shmu-m-slider .slick-dots li button:before {
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	font-size: 0.1rem;
}

.shmu-m-tab .shmu-m-tab-title {
	display: flex;
}

.shmu-m-tab .shmu-m-tab-title li {
	flex: 1;
	padding: 0.5em 0;
	border-bottom: 0.01rem solid transparent;
	font-size: 1.28em;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.shmu-m-tab .shmu-m-tab-title li:hover,
.shmu-m-tab .shmu-m-tab-title li.layui-this {
	border-bottom-color: #bf9a69;
	color: #bf9a69;
}

.shmu-m-tab .shmu-m-tab-item {
	display: none;
}

.shmu-m-tab .shmu-m-tab-item.layui-show {
	display: block;
}

.shmu-m-tab.shmu-m-tab-offline-exhibit .shmu-m-tab-title {
	flex-wrap: wrap;
}

.shmu-m-tab.shmu-m-tab-offline-exhibit .shmu-m-tab-title li {
	flex: 0 1 auto;
	width: 0.8rem;
	font-size: 1em;
}

.shmu-m-tab.shmu-m-tab-activity .shmu-m-tab-title {
	flex-wrap: wrap;
}

.shmu-m-tab.shmu-m-tab-activity .shmu-m-tab-title li {
	flex: 0 1 auto;
	padding-left: 0.5em;
	padding-right: 0.5em;
	font-size: 1em;
}

.shmu-m-form .shmu-m-form-item {
	margin-bottom: 0.1rem;
}

.shmu-m-form .shmu-m-form-item:last-child {
	margin-bottom: 0;
}

.shmu-m-form .input {
	width: 100%;
	padding: 0.75em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 0.01rem solid #444;
	background-color: transparent;
	color: inherit;
	box-sizing: border-box;
}

.shmu-m-form .input:hover {
	border-bottom-color: #d2d2d2;
}

.shmu-m-form .btn {
	width: 100%;
	padding: 0.75em 0;
	border: none;
	background-color: #666;
	color: #bb9b6a;
	text-align: center;
	cursor: pointer;
}

.shmu-m-form .btn:hover {
	color: #fff;
}

.shmu-m-form .layui-form-select .layui-input {
	height: auto;
	line-height: normal;
	padding: 0.75em;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 0.01rem solid #444;
	border-radius: 0;
	background-color: transparent;
	color: inherit;
}

.shmu-m-form .layui-form-select dl {
	top: auto;
	max-height: 3rem;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	border-radius: 0;
	margin-top: 0.5em;
	box-shadow: none;
	color: #333;
	z-index: 2000;
}

.shmu-m-form .layui-form-select.layui-form-selectup dl {
	bottom: 0.01rem;
	margin-top: 0;
	margin-bottom: 3em;
}

.shmu-m-form .layui-form-select dl dd {
	line-height: normal;
	padding: 0.75em;
}

.shmu-m-form .layui-form-select dl dd.layui-this {
	background-color: #a71930;
}

.shmu-m-form .layui-form-select dl dd.layui-select-tips {
	padding-left: 0.75em !important;
}

/********** 详情页面样式 **********/

.shmu-detail.shmu-detail-m-service .mobile-hide {
	display: none;
}

.shmu-detail.shmu-detail-m-service p {
	text-indent: 0;
}

.shmu-detail.shmu-detail-m-service .map {
	margin: 0.1rem 0;
}

.shmu-detail.shmu-detail-m-service .map img {
	width: 100%;
}

.shmu-detail.shmu-detail-m-service .map-legend {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 0.1rem;
	padding: 0.1rem;
	margin: 0.1rem 0;
	background-color: #222;
}

.shmu-detail.shmu-detail-m-service.shmu-detail-m-en-service .map-legend {
	grid-template-columns: repeat(2, 1fr);
}

.shmu-detail.shmu-detail-m-service .map-legend a {
	font-size: 0.85em;
	color: #fff;
}

.shmu-detail.shmu-detail-m-service .map-legend a:hover {
	color: #bf9a69;
}

.shmu-detail.shmu-detail-m-service .map-legend a img {
	height: 1.5em;
}

.shmu-detail.shmu-detail-m-service .button {
	display: block;
	height: 0.4rem;
	line-height: 0.4rem;
	background-color: #666;
	font-size: 1.14em;
	color: #bb9b6a;
	text-align: center;
}

.shmu-detail.shmu-detail-m-service .button:hover {
	color: #fff;
}

.shmu-detail.shmu-detail-m-news p,
.shmu-detail.shmu-detail-m-bulletin p {
	color: #e5d4b9;
	text-indent: 0;
	letter-spacing: 1px;
}

.shmu-detail.shmu-detail-m-news .heading,
.shmu-detail.shmu-detail-m-bulletin .heading {
	margin: 0.75em 0;
	font-size: 1.28em;
	color: #e5d4b9;
	text-align: center;
}

.shmu-detail.shmu-detail-m-news .subheading,
.shmu-detail.shmu-detail-m-bulletin .subheading {
	margin: 0.75em 0;
	font-size: 1.07em;
	color: #e5d4b9;
	text-align: center;
}

.shmu-detail.shmu-detail-m-news .issue-date-and-source,
.shmu-detail.shmu-detail-m-bulletin .issue-date-and-source {
	margin: 0.75em 0;
	font-size: 0.85em;
	text-align: center;
}

.shmu-detail.shmu-detail-m-news .attach-list,
.shmu-detail.shmu-detail-m-bulletin .attach-list {
	padding-left: 0;
}

.shmu-detail.shmu-detail-m-news .attach-list li,
.shmu-detail.shmu-detail-m-bulletin .attach-list li {
	list-style: none;
}

.shmu-detail.shmu-detail-m-news .attach-list a:hover,
.shmu-detail.shmu-detail-m-bulletin .attach-list a:hover {
	color: #fff;
	text-decoration: none;
}

.shmu-detail.shmu-detail-m-video p {
	color: #e5d4b9;
	text-indent: 0;
}

.shmu-detail.shmu-detail-m-video .heading {
	margin: 0.75em 0;
	font-size: 1.28em;
	color: #e5d4b9;
	text-align: center;
}

.shmu-detail.shmu-detail-m-video .issue-date {
	margin: 0.75em 0;
	font-size: 0.85em;
	text-align: center;
}

.shmu-detail.shmu-detail-m-antique p {
	text-indent: 0;
}

.shmu-detail.shmu-detail-m-antique .name {
	margin: 0.75em 0;
	font-size: 1.42em;
	color: #bb9b6a;
}

.shmu-detail.shmu-detail-m-antique .name .jwz {
	height: 1.5em;
}

.shmu-detail.shmu-detail-m-antique .catalog p {
	
}

.shmu-detail.shmu-detail-m-gallery p {
	text-indent: 0;
}

.shmu-detail.shmu-detail-m-offline-exhibit p {
	text-indent: 0;
}

.shmu-detail.shmu-detail-m-offline-exhibit .name {
	margin: 0.75em 0;
	font-size: 1.42em;
}

.shmu-detail.shmu-detail-m-offline-exhibit .exhibit-date-range,
.shmu-detail.shmu-detail-m-offline-exhibit .exhibit-place {
	margin: 0.75em 0;
	font-size: 1.07em;
	color: #bb9b6a;
}

.shmu-m-open-info {
	padding: 0.1rem 0;
	background-image: url(../img/m/open-bg.jpg);
	background-size: cover;
	color: #fff;
	text-align: center;
}

.shmu-m-open-info > div {
	margin-bottom: 0.1rem;
}

.shmu-m-open-info > div:last-child {
	margin-bottom: 0;
}

.shmu-m-open-info .div1 {
	margin-bottom: 0.15rem;
}

.shmu-m-open-info .div1 span {
	display: inline-block;
	padding: 0.3em;
	border-bottom: 1px solid #a71930;
	font-size: 1.5em;
	font-weight: bold;
}

.shmu-m-open-info .div2 {
	font-size: 0.85em;
}

.shmu-m-open-info .div3 span {
	display: inline-block;
	padding: 0.3em;
	border-top: 1px solid #b49063;
	border-bottom: 1px solid #b49063;
}

.shmu-m-open-info .div5 a {
	font-size: 1.2em;
	color: #a71930;
	text-decoration: underline;
}

.shmu-m-open-info .div6 a {
	display: inline-block;
	line-height: 2em;
	padding: 0 1em;
	border: 1px solid #b49063;
	border-radius: 1em;
	font-size: 0.85em;
	color: #b49063;
}

.shmu-m-open-info .div6 a:hover {
	background-color: #b49063;
	color: #fff;
}
