.top {
	width: 100%;
	height: 250rem;
	position: sticky;
	top: 0;
	z-index: 999;
	background-color: #fff;
}

.top_banner {
	width: 100%;
	height: 130rem;
	background-size: 100% 100%;
}

.top_back {
	width: 40rem;
	height: 40rem;
	background: url(/images/back_w.png) no-repeat center center;
	background-size: 10.5rem 15.5rem;
}

.top_search {
	width: 25rem;
	height: 25rem;
	border-radius: 50%;
	background: url(/images/ss_w.png) no-repeat center center;
	background-size: 15rem 15rem;
	background-color: rgba(0, 0, 0, 0.3);
}

.top_home {
	width: 40rem;
	height: 40rem;
	background: url(/images/home_w.png) no-repeat center center;
	background-size: 20rem 20rem;
}

.top_avatar {
	width: 74rem;
	height: 74rem;
	border-radius: 50%;
	border: 2rem solid #fff;
	overflow: hidden;
	position: fixed;
	top: 80rem;
	left: 50%;
	transform: translateX(-50%);
}

.top_avatar img {
	width: 100%;
	height: 100%;
}

.top_name {
	width: 100%;
	padding: 0 15rem;
	padding-top: 25rem;
}

.top_name-xh {
	font-size: 18rem;
	font-weight: bold;
	color: #111;
	margin-right: 5rem;
}

.top_name-type img {
	width: 10rem;
	height: 12rem;
	margin-right: 1rem;
}

.top_name-year {
	width: 55rem;
	height: 18rem;
	border-radius: 2rem;
	border: 0.5px solid #FFDAB3;
	background-color: #FFF2E4;
	font-size: 11rem;
	color: #EB7A00;
	text-align: center;
	line-height: 18rem;
	margin-left: 5rem;
}

.top_desc {
	padding: 0 15rem;
	padding-top: 10rem;
}

.top_btns {
	width: 110rem;
	flex-shrink: 0;
}

.top_btn-msg {
	width: 50rem;
	height: 25rem;
	border-radius: 4rem;
	border: 1px solid #2785E3;
	text-align: center;
	line-height: 25rem;
	font-size: 12rem;
	color: #2785E3;
	background-color: #fff;
}

.top_btn-gz {
	width: 50rem;
	height: 25rem;
	border-radius: 4rem;
	border: 1px solid #2785E3;
	text-align: center;
	line-height: 25rem;
	font-size: 12rem;
	color: #fff;
	background-color: #2785E3;
	margin-left: 10rem;
}

.top_btn-gz.active {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #666;
}

.top_addr,
.top_net {
	width: 100%;
	height: 20rem;
	line-height: 20rem;
	font-size: 14rem;
	color: #444;
}

.top_net {
	padding-top: 10rem;
	font-size: 11rem;
	color: #2785E3;
}

.top_addr i {
	width: 16rem;
	height: 16rem;
	background: url(/images/xh_addr.png) no-repeat center center;
	background-size: 16rem 16rem;
	margin-right: 5rem;
}

.top_net i {
	width: 16rem;
	height: 16rem;
	background: url(/images/xh_net.png) no-repeat center center;
	background-size: 16rem 16rem;
	margin-right: 5rem;
}

.top_addr span,
.top_net span {
	width: 200rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.menu {
	width: 100%;
	height: 52rem;
	padding: 0 10rem;
	background-color: #fff;
	border-top: 8rem solid #f5f5f5;
	position: sticky;
	top: 250rem;
	z-index: 999;
	border-bottom: 0.5px solid #ddd;
}

.menu_list {
	width: 100%;
	height: 44rem;
	overflow: auto;
}

.menu_list::-webkit-scrollbar {
	display: none;
}

.menu_item {
	height: 44rem;
	line-height: 44rem;
	font-size: 15rem;
	color: #444;
	padding: 0 15rem;
	flex-shrink: 0;
	position: relative;
}

.menu_item.active {
	color: #2785E3;
}

.menu_item.active::after {
	content: "";
	width: 50%;
	height: 2rem;
	background-color: #2785E3;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.content {
	background-color: #fff;
	font-size: 15rem;
}

.listItem {
	padding: 10rem 15rem;
	border-bottom: 0.5px solid #ddd;
}

.listItem:last-child {
	border-bottom: none;
}

.listTitle {
	font-size: 16rem;
	color: #111;
	line-height: 150%;
}

.listCon {
	padding-top: 10rem;
	display: flex;
	justify-content: start;
	align-items: center;
}

.listCon .time {
	width: 12rem;
	height: 12rem;
	background: url(/images/time.png) no-repeat center center;
	background-size: 12rem 12rem;
	margin-right: 5rem;
}

.listCon .listTime {
	font-size: 12rem;
	color: #999;
	margin-right: 5rem;
}

.listCon img {
	width: 24rem;
	height: 13rem;
}

#imgBox {
	z-index: 9999;
}

#imgBox img {
	max-width: 345rem;
	max-height: 750rem;
}

#imgBox .mask {
	background-color: rgba(0, 0, 0, 0.8);
}

#imgBox .box {
	background-color: transparent;
}

#imgTitle {
	width: 100%;
	font-size: 15rem;
	color: #fff;
	line-height: 180%;
	text-align: center;
}

#imgClose {
	width: 50rem;
	height: 25rem;
	border-radius: 4rem;
	border: 0.5px solid #fff;
	text-align: center;
	line-height: 25rem;
	font-size: 12rem;
	color: #fff;
	margin: 15rem auto;
}

.loading {
	display: flex
}

.loadend,
.nothing {
	display: block;
}

.toapp-liuyan {
	color: #2785E3;
}

#jianjie {
	padding: 15rem;
	font-size: 15rem;
	line-height: 180%;
}

.mov-main {
	width: 100%;
	padding: 15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.mov-item {
	width: calc(50% - 7.5rem);
	overflow: hidden;
	border: solid 0.5px #eee;
	height: 180rem;
	border-radius: 4rem;
	margin-bottom: 15rem;
	flex-shrink: 0;
}

.mov-img {
	width: 100%;
	height: 150rem;
	overflow: hidden;
	position: relative;
}

.mov-img img {
	width: 100%;
	height: 100%;
}

.mov-img i {
	width: 30rem;
	height: 30rem;
	background: url(/images/xh_mov.png) no-repeat center center;
	background-size: 30rem 30rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.mov-item .mov-title {
	font-size: 14rem;
	color: #111;
	line-height: 35rem;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}

.mov-num {
	position: absolute;
	right: 5rem;
	bottom: 5rem;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 0 8rem;
	border-radius: 8rem;
	font-size: 12rem;
	height: 16rem;
	line-height: 16rem;
}