@charset "utf-8";


.show-page-full{
	top: 0;
	bottom: 0;
	height:100%;
	margin:auto;

}
.show-box-container{
	position:relative;
	margin: auto;
	width: 100%;
	height: 100%;
}

.show-box-content{
	position:absolute;
	margin: auto;
	width: 100%;
	top: 60px;
	bottom: 0;
}

.show-model-content{
	position:absolute;
	width: 100%;
	height: 100%;
	/*z-index: -1;*/
}

/**/
.show-box{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.show-box-top{
	position: absolute;
	overflow:auto;
	margin-top: 0px;
	width: 100%;

}

.show-box-bottom{
	position: absolute;
	bottom: 0;
	/*overflow:auto;*/
	width: 100%;
}

/*会员自制模板 1 */


.show-box-bottom-user-button{
	/*margin:0 auto 60px auto;
	width: 320px;
	height: 60px;
	text-align: center;
	background-color: #FF9900;
	border-radius: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;*/
	margin:0 auto 20px auto;
	width: 320px;
	height: 60px;
	text-align: center;
	color: #fff;
  	border: 0;
  	outline: none;
	cursor: pointer;
	
  	background: #FF6600;
  	border-radius: 30px;
  	box-shadow: 0 5px 0 #FF0000, 0 3px 20px rgba(0,0,0,0.3);
}

.show-box-bottom-user-button p{
	padding-top: 15px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 24px;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	pointer-events:none; 
}

.show-box-bottom-user-button:hover{
  box-shadow: 0 1px 0 #FF0000, 0 3px 8px rgba(0,0,0,0.2);
  position: relative;
  top: 4px;

}


.show-box-bottom-link-arseeu{
	margin: auto;
	width: 80%;
	height: 60px;
	text-align: center;
}

.show-box-bottom-link-arseeu p{
	padding-top: 20px;
	color: #FFFFFF;
}
/*会员自制模板 1 */



/* 顶部*/

.show-box-top-left{
	float: left;
	width: 70%;
}

.show-box-top-right{
	float: right;
	width: 20%;
}

/*按钮修改*/
.show-model-button-modify{
	float: right;
	margin:20px 20px auto auto;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	background-color: #fff;
}
.show-model-button-modify img{
	display: block;
}

.show-model-button-modify:hover{
	background-color:  #EFEFEF;
}

/*按钮修改*/

.show-model-title{
	margin: 20px 20px 10px 20px;
	font-size: 36px;
	color: #333;
}

.show-model-description{
	margin: 0 20px;
	font-size: 16px;
	color: #666;
}

/* 底部*/

.show-box-bottom-left{
	float: left;
	width: 50%;
}

.show-box-bottom-right{
	float: right;
	width: 50%;
}

/* 左侧用户头像链接 */
.show-profile-box{
	float: left;
	margin: 20px 0 20px 20px;
	width: 180px;
	height: 44px;
	border-radius: 22px;
	background-color: #FFF;
}

.show-profile-avatar{
	float: left;
	margin: 2px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: aqua;
	overflow: hidden;
}
.show-profile-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.show-profile-id{
	float: left;
	margin: 12px 10px auto 10px;;
	width: auto;
	font-size: 14px;
}

/* 右侧点赞 评论 分享  0311*/  
.show-model-buttons{
	float: right;
	margin: 22px 22px 22px 0;
}

.show-model-button{
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 22px;
	background-color: #fff;
}

.show-model-button img{
	display: block;
}

.show-model-button:hover{
	background-color:  #EFEFEF;
}

/*311*/

.show-model-button-like{
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 22px;
	background-image: url(../image/button-icon-like.png);
	background-repeat: no-repeat;
	background-color: #fff;
}

.show-model-button-like:hover {
	background-image: url(../image/button-icon-like-white.png);
	background-color: #FF6600;
	
}

.show-model-button-like:hover .button-icon-like-tips{
	display: block;
}

.button-icon-like-tips{
	display: none;
	position: absolute;
	margin: -60px 0 0 -30px;
	width: 100px;
	height: auto;
	background-color: #FFF;
	border-radius: 2px;
	z-index: 555;
}

.button-icon-like-tips-trangle{
	width: 0; 
	height: 0; 
	border-style:solid; 
	border-width:10px; 
	border-color:#FFF transparent transparent transparent; 
	position: fixed; 
	margin-top: 0; 
	margin-left: 40px; 
}



.button-icon-like-tips-text {
	padding: 10px 20px;
	font-size: 12px;
	color: #333;
}


@media screen and ( min-width : 1601px ){
	.show-box-container{
		position:relative;
		width: 1600px;
		margin: auto;
		height: 100%;
	}
	
	.show-box-content{
		position:absolute;
		margin: auto;
		width: 100%;
		top: 120px;
		bottom: 60px;
	}
}

 @media screen and (min-width: 1281px) and (max-width: 1600px){


}

@media screen and (min-width: 1081px) and (max-width: 1280px){


}

@media screen and (min-width: 769px) and (max-width: 1080px){

	 
}

@media screen and (max-width: 768px){
	 .show-box-content{
		position:absolute;
		margin: auto;
		width: 100%;
		top: 0;
		bottom: 0;
		 z-index: 9999;
	}
}