/*------------------横屏样式-----------------*/
@media all and (orientation : landscape) {
	/*--------------------index-------------------*/
	
	.warp-pg {
		padding: .2rem;
	}
	.page-info {
		padding-bottom: .2rem;
		overflow: hidden;
	}
	.page-left {
		float: left;
		width: 49%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.page-right {
		float: right;
		width: 49%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.module-port {
		display: none;
	}
	/*.module-box ul.lead-info a.lead-1 {
		background: url('//game.gtimg.cn/images/cqsj/ingame/v2/lead_1_1.png') no-repeat;
		background-size: 100% auto;
	}
	.module-box ul.lead-info a.lead-2 {
		background: url('//game.gtimg.cn/images/cqsj/ingame/v2/lead_1_2.png') no-repeat;
		background-size: 100% auto;
	}*/

	.active-box {

	}
	.active-box .active-info {
		width: 49%;
	}
	
	.around-box .around-info {
		width: 3.84rem;
	}
	.around-box .around-info.active:after {
		content: '';
		position: absolute;
		top: -1px;
		right: -1px;
		width: .76rem;
		height: .76rem;
		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: .58rem;
		height: .58rem;
		border-radius: .29rem;
		overflow: hidden;
	}
	.around-box .around-info .around-con .author-box .info {
		padding: 0 0 0 .68rem;
	}
	.around-box .around-info .around-con .author-box .info .name {
		font-size: .22rem;
		line-height: .3rem;
		color: #fff;
	}
	.around-box .around-info .around-con .author-box .info .date {
		font-size: .18rem;
		line-height: .28rem;
		color: #987356;
	}
	.around-box .around-info .like-box .photo {
		width: .6rem;
		height: .6rem;
		border-radius: .3rem;
		border: 1px solid #24160b;
		overflow: hidden;
		margin-left: -.25rem;
		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: 1.42rem;
		line-height: .6rem;
		height: .6rem;
		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: -10px;
		top: 50%;
		width: 6px;
		height: 6px;
		border: 1px solid #a17b5e;
		border-left: none;
		border-bottom: none;
		margin-top: -3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	/*--------------------order-------------------*/
	.page-nav-box ul li.current a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: .05rem;
		background-color: #c79f59;
		z-index: 10;
	}
	.share-text {
	    left: 12%;
	    bottom: 10px;
	    position: absolute;
	}

}