/*------------------竖屏样式-----------------*/
@media all and (orientation : portrait) {
	
	/*--------------------index-------------------*/
	.warp-pg {
		padding: .2rem;
		overflow-y: auto !important;
	}
	.page-info {
		padding-bottom: .2rem;
		overflow: hidden;
	}
	.active-box {
		
	}
	.active-info {
		width: 3.45rem;
	}
	
	.around-box .around-info {
		width: 3.45rem;
	}
	.around-box .around-info.active:after {
		content: '';
		position: absolute;
		top: -1px;
		right: -1px;
		width: .6rem;
		height: .6rem;
		background: url('//game.gtimg.cn/images/cqsj/ingame/v2/around_tag_1.png') no-repeat;
		background-size: 100% 100%;
		z-index: 10;
	}
	.around-box .around-info .around-con .author-box .photo {
		width: .7rem;
		height: .7rem;
		border-radius: .35rem;
		overflow: hidden;
	}
	.around-box .around-info .around-con .author-box .info {
		padding: 0 0 0 .8rem;
	}
	.around-box .around-info .around-con .author-box .info .name {
		font-size: .22rem;
		line-height: .4rem;
		color: #fff;
	}
	.around-box .around-info .around-con .author-box .info .date {
		font-size: .18rem;
		line-height: .3rem;
		color: #987356;
	}
	.around-box .around-info .like-box .photo {
		width: .42rem;
		height: .42rem;
		border-radius: .21rem;
		border: 1px solid #24160b;
		overflow: hidden;
		margin-left: -.16rem;
		box-sizing: border-box;
	}
	.around-box .around-info .like-box .photo:first-child {
		margin: 0;
	}
	.around-box .around-info .like-box .like-text {
		padding-left: 1rem;
		line-height: .42rem;
		height: .42rem;
		font-size: .2rem;
		color: #a17b5d;
	}
	.around-box .around-info .like-box .like-text .word {
		position: relative;
	}
	.around-box .around-info .like-box .like-text .word:before {
		content: '';
		position: absolute;
		right: -6px;
		top: 50%;
		width: 4px;
		height: 4px;
		border: 1px solid #a17b5e;
		border-left: none;
		border-bottom: none;
		margin-top: -2px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.module-box {

	}
	.module-box ul {
		overflow: hidden;
	}
	.module-box ul.project-info {
		margin-bottom: .15rem;
	}
	.module-box ul.project-info li {
		width: 3.45rem;
	}
	.module-box ul.project-info li:first-child {
		float: left;
	}
	.module-box ul.project-info li:nth-child(2) {
		float: right;
	}
	.module-box ul.lead-info a {
		width: 100%;
		display: block;
		font-size: 0;
	}
	.module-land {
		display: none;
	}


	/*--------------------order-------------------*/
	.page-nav-box ul li.current a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: .03rem;
		background-color: #c79f59;
		z-index: 10;
	}
	.share-text {
	    left: 12%;
	    top: 50%;
	    position: fixed;
	}
}