/*reset*/
html,
body {
	/* height: 100vh; */
}
menu{
	padding: 0;
	margin: 0;
}
body {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	font-size: 0.28rem;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

input {
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
	font-size: 0.28rem;
	margin-bottom: 0.3rem;
	/* color: rgba(255, 255, 255, 0.8); */
}

a {
	color: #fff;
	text-decoration: none;
}

.ashtext{
	font-size: 0.25rem;
	color: #999 !important;
}

.zhezhao {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/bgzz.png) center center;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.page {}

.head {
	background: #fe761b;
	height: 1rem;
	width: 100%;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #fff;
	font-size: 18px;
}

.iconImg {
	width: 0.44rem;
	height: 0.44rem;
	margin-left: 0.05rem;
}

/* 上部内容 */
/* 上部内容 */
.logoBox {
	margin: 1.2rem 0 0.3rem 0.2rem;
	display: flex;
	justify-content: space-between;
}

.logoBox .logo {
	width: 1.5rem;
	height: 1.5rem;
	background: #818181;
	border-radius: 0.2rem;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.logoBox .center {
	margin-left: 0.2rem;
	/* display: flex;
 flex-direction: column;
 justify-content: space-between; */
}

.logoBox .center .centerTop {
	display: flex;
}

.centerTop .theme {
	font-size: 0.3rem;
}

.centerTop .official {
	height: 0.3rem;
	line-height: 0.3rem;
	margin-left: 1rem;
	font-size: 0.2rem;
	color: #f17202;
	border: #f17202 solid 1px;
	border-radius: 0.05rem;
	padding: 0rem 0.1rem;
}

.centerCenter {
	display: flex;
}

.centerCenter .star {
	width: 1.85rem;
	height: 0.35rem;
	flex: 0 0 auto;
	margin-right: 0.2rem;
}

.down {
	margin-top: 0.3rem;
	width: 0.7rem;
	height: 0.7rem;
	flex: 0 0 auto;
}

/* 切换 */

#nav {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	/*左右居中*/
	/* background-color: pink; */
	padding: 0;
	font-size: 14px;
}

li {
	float: left;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 0.6rem;
	border: 0.02rem solid #ccc;
	list-style-type: none;
}

.content {
	clear: both;
	position: relative;
}
.username{
	font-size: 0.3rem;
}

.comment{
	display: flex;
	background: #fff;
	padding: 0.2rem;
	border-bottom:  #efefef 1px solid;
}

.sex{
	font-size: 0.1rem;
	height: 0.25rem;
	display: flex;
	align-items: center;
	padding: 0.03rem 0.1rem;
	color: #fff;
	margin-right: 0.2rem;
	border-radius: 0.05rem;
}

.sex1{
	background: #fd7ca7;
}
.sex2{
	background: #2cbbef;
}
.sexbox{
	display: flex;
	align-items: center;
}
.sex1 img{
	width: 0.16rem;
	height: 0.25rem;
	margin-right: 0.05rem;
}
.sex2 img{
	width: 0.19rem;
	height: 0.25rem;
	margin-right: 0.05rem;
}
.avatar{
	flex: 0 0 auto;
	height: 0.8rem;
	width: 0.8rem;
	border-radius: 50%;
	margin-right: 0.2rem;
}

.content div {
	width: 100%;
	height: 370px;
	position: absolute;
	display: none;
}
.content .current {
	display: block !important;
}
.content .current div{
	display: block !important;
}

.tab {
	width: 100%;
	border-top: #efefef 1px solid;
}

.tab .choose {
	color: #f17202;
	border-bottom: #f17202 2px solid;
}

.tabBox {
	margin: 0;
	display: flex;
}

.tabBox li {
	margin-right: 0.5rem;
	padding: 0 0.3rem;
	width: auto;
	font-size: 0.32rem;
	border: 0;
	height: 0.8rem;
	line-height: 0.8rem;
	/* width: 2rem; */
}
.current{
	background: #ffffff;
}


/* 详情图 */
#picture {
	overflow-x: scroll;
	white-space: nowrap;
	width: calc(100% - 0.4rem);
	/* height: calc(5rem + 0.6rem); */
	padding: 0.3rem 0.2rem;
	background: #f4f4f4;
}

#picture img {
	color: #000;
	/* height: 5rem; */
	width: 3rem;
	display: inline-block;
}
#detail{
	padding: 0 0.3rem;
	background: #f4f4f4;
}
#detail p{
	color: #000;
}
#detail .theme{
	margin: 0;
	/* margin-top: 0.2rem; */
	padding: 0.1rem 0;
	font-size: 0.3rem;
	border-top: #efefef solid 1px;
	border-bottom: #efefef solid 1px;
}
#detail .detailText{
	padding-bottom: 1rem;
} 



.bottom {
	position: fixed;
	bottom: 0;
	background: rgb(237, 237, 237);
	height: 1rem;
	width: 100%;
}

.bottom_btn {
	height: 0.7rem;
	width: 70%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.15rem auto;
	color: #fff;
	font-size: 18px;
	background: #f17202;
	border-radius: 0.5rem;
}

.black_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 100;
}

.enlargeContainer {
	display: none;
}

.enlargePreviewImg {
	/*这里我设置的是：预览后放大的图片相对于整个页面定位*/
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	/*宽度设置为页面宽度的70%，高度自适应*/
	width: 70%;
	z-index: 200;
}

/*关闭预览*/
.close {
	position: fixed;
	top: 0.4rem;
	right: 0.4rem;
	width: 0.5rem;
	height: 0.5rem;
	cursor: pointer;
	z-index: 200;
}
