/**********************index*************************/

.warp {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
a.more {
	display: block;
	font-size: .22rem;
	color: #ccc6bf;
	text-decoration: underline;
	text-align: center;
}
.page-title {
	font-size: .28rem;
	font-weight: normal;
	color: #c79f59;
	height: .65rem;
	line-height: .65rem;
	position: relative;
}
.page-title.title-1 {
	padding-left: .24rem;
}
.page-title.title-2 {
	padding-left: .56rem;
	background: url('//game.gtimg.cn/images/cqsj/ingame/v2/around_icon.png') no-repeat left center;
	background-size: auto 60%;
}

.page-title.title-1:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: .28rem;
	background-color: #c79f59;
	margin-top: -.14rem;
}
.page-title .more {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: .23rem;
}
.page-title .more:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0
}
.page-list-box {
    padding-bottom: .2rem;
    background-color: #231e1d;
    box-sizing: border-box;
    padding: 0 .1rem;
}
.page-list-box li {
	height: .7rem;
	line-height: .7rem;
	box-sizing: border-box;
	border-bottom: 1px solid #323232;
	padding: 0 .8rem 0 .64rem;
	position: relative;
}
.page-list-box li:last-child {
	border-bottom: none;
}
.page-list-box li .info {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: .26rem;
	color: #aaaaaa;
	display: block;
}
.page-list-box li .state {
	position: absolute;
	top: 50%;
	left: 0;
	width: .54rem;
	height: .4rem;
	line-height: .36rem;
	margin-top: -.2rem;
	border: 1px solid #c2a87e;
	border-radius: .05rem;
	box-sizing: border-box;
	font-size: .2rem;
	color: #c2a87e;
	text-align: center;
	overflow: hidden;
}
.page-list-box li .date {
	position: absolute;
	top: 0;
	right: .08rem;
	font-size: .22rem;
	color: #4f4f4f;
}
.page-list-box li.sp-1 .info {
	color: #bc090c;
}
.page-list-box li.sp-1 .state {
	border: 1px solid #b00813;
	color: #c7050c;
}

.around-box {
	overflow: hidden;
	position: relative;
}
.around-box .around-info {
	box-sizing: border-box;
	background-color: #311f10;
	border: 1px solid #5d300c;
	border-radius: .05rem;
	overflow: hidden;
	position: relative;
}
.around-box .around-info .around-con {
	padding: .2rem .15rem;
}
.around-box .around-info .around-con .author-box {
	overflow: hidden;
}
.around-box .around-info .around-con .around-text {
	font-size: .25rem;
	color: #fff;
	line-height: .35rem;
	margin-top: .1rem;
}
.around-box .around-info .around-con .around-item {
	display: flex;
	display: -webkit-flex;
	margin-top: .1rem;
}
.around-box .around-info .around-con .around-item .info {
	width: 1.1rem;
	margin-right: .1rem;
}
.around-box .around-info .around-con .around-item .info:last-child {
	margin: 0;
}
.around-box .around-info .like-box {
	padding: .1rem .12rem;
	background-color: #24160b;
	overflow: hidden;
}

.module-box {

}
.module-box ul {
	overflow: hidden;
}
.module-box ul.project-info li {
	width: 100%;
	padding-bottom: .17rem;
}
.module-box ul.lead-info {
	display: flex;
	display: -webkit-flex;
}
.module-box ul.lead-info li {
	flex-grow: 1;
	-webkit-flex-grow: 1;
	margin-right: .1rem;
}
.module-box ul.lead-info li:last-child {
	margin: 0;
}
.module-box ul.lead-info a {
	width: 100%;
	display: block;
	font-size: 0;
}
.video-list-box {
	display: flex;
	display: -webkit-flex;
}
.video-list-box .video-info {
	width: 50%;
	margin-right: .15rem;
	position: relative;
}
.video-list-box .video-info:last-child {
	margin: 0;
}
.video-list-box .video-info .dianbo-img-wrap {
	position: relative;
}
.video-list-box .video-info .dianbo-img-wrap .dianbo-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: .6rem;
	height: .6rem;
	margin: -.3rem 0 0 -.3rem;
	background: url('//game.gtimg.cn/images/cqsj/ingame/v2/video_open.png') no-repeat;
	background-size: 100% auto;
	z-index: 10;
}
.video-list-box .video-info .vid-tit {
	line-height: .6rem;
	height: .6rem;
	font-size: .24rem;
	color: #b8b2b0;
}
.video-list-box .video-info .vid-author {
	height: .4rem;
    line-height: .4rem;
    position: relative;
    font-size: .24rem;
    color: #786855;
    padding-left: .05rem;
    padding-right: .84rem;
    box-sizing: border-box;
}
.video-list-box .video-info .vid-author .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #4f4f4f;
}

.w-video {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 900;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.w-video .videoBox {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.w-video .videoBox .close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  background-image: url(//game.gtimg.cn/images/cqsj/ingame/video/popClose.png);
  background-size: cover;
  z-index: 10;
}

.w-video.show {
  visibility: visible;
  opacity: 1;
}