@charset "utf-8";
body {
	font-family:"ArseeuFont";
	font-size:12px;
	background-color: #F3F3F3;
}



#header{

	margin: 0 auto;
	width: 100%;
	background-color: #222;
	color: #ccc;
}

/* 菜单置顶 */
.top{
	position: fixed;
	top: 0;
	z-index: 5;
}


/*  首页各个标题 */
.title_big_box{
	margin: auto;
	width: 100%;
}
.title_big{
	text-align: center;
	padding-top: 50px;
	font-size: 32px;
}
.title_big_description{
	text-align: center;
	padding: 10px 0 30px 0;
	font-size: 14px;
	color: #666;
}

/*  登录后用户的下拉菜单 */
.dropdown {
  position: relative;
  display: inline-block;
	
	margin-left: 10px;
	float: right;
	text-align: right;
	width: 150px;
	font-size: 14px;
}

.dropdown:hover {

	background-color: #EFEFEF;
}
.dropdown:hover .login_area{
	color: #333;
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFF;
	margin-top: 22px;
	margin-left: -60px;
  min-width: 150px;
	height: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 0;
	border-radius:0 0 10px 10px;
	z-index: 5;
}


.dropdown-content ul li{
  	color: #666;
	padding:12px 0 12px 0;
	text-align: left;
}

.dropdown-content ul li:hover{
  	color: #FFF;
	padding:12px 0 12px 0;
	text-align: left;
	background-color: #4ca0f1;
	cursor: pointer;
}



.dropdown-content ul a{
	padding-left: 40px;
}

.line_nav{
	background-color: #EFEFEF;
	margin:  12px auto;
	height: 1px;
}


.dropdown:hover .dropdown-content {
	display: block;
}



/* Categories 下来菜单*/

.cate-dropdown {
  position: relative;
  display: inline-block;
	
	float: left;
	margin: auto;
	padding: 22px 20px;
	width: auto;
	font-size: 12px;
}

.cate-dropdown:hover{
	position: relative;
  	display: inline-block;
	
	float: left;
	margin: auto;
	padding: 22px 20px;
	width: auto;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
}

.cate-dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	margin-top: 22px;
	margin-left: -250px;
	min-width: 800px;
	height: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 0px;
	border-radius:0 0 10px 10px;
	z-index: 3;
}

/*  3月3日 */
.cate-dropdown-content a:link {color: #CCC; text-decoration:none;} 
.cate-dropdown-content a:visited {color:#CCC;text-decoration:none;} 
.cate-dropdown-content a:hover {color: #1f88ee; text-decoration:overline; cursor: pointer;}
/*  3月3日 */

.cate-dropdown-content ul{
  	color: #666;
	float: left;
	width: 25%;
	padding:15px 0 15px 0;
	text-align: left;
}

.cate-dropdown-content ul a{
	padding-left: 60px;
}

.cate-dropdown:hover .cate-dropdown-content {
	display: block;
}

.cate-dropdown-content ul.space10{
	padding: 0;
	height: 20px;
	width: 100%;
}

/*  */


/*   */
#profile_menu{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);
}

#profile_area{
	width: 100%;
	height: 360px;
	margin: 140px auto 0 auto;
	background-image: url(../image/background_pic_001.png);
}


#menu_mobile{
		display: none;
		margin: auto;
		width: 100%;
		/*height: 80px;*/
		background-color: aqua;
	}
.mobile-menu-list-box{
	display: none;
}

.menu{
	margin: auto;
	width: 100%;
	height: 60px;
	}

.menu_left{
	float: left;
	width: 65%;
}
.menu_right{
	float: right;
	width: 35%;
}

.path{
	font-size: 14px;
	margin-left: 30px;
}

#content{
	margin: 0 auto;
	width: 100%;
/*	background-color:aqua;*/
}

#container {
		position:relative;
		width: 100%;
		margin: 120px auto;
	}
	/*** 底部 ***/
 #footer{
	margin: auto;
	width: 100%;
	height:60px;
}
.showbox{
	width: 100%;
	height: 100%;
}
 @media screen and ( min-width : 1601px ){
	#container {
		position:relative;
		width: 1600px;
		margin: 60px auto;
	}
	 
	.menu{
		margin: auto;
		width: 1600px;
		height: 60px;
	}
	 
	 .featured_users{
		margin: auto;
		width: 1600px;
		height: 360px;

	 }
	 .user_drop_down_menu{
	display: inline;
	position: absolute;
	z-index: 999;
	top: 60px;
	right: 500px;
	margin: auto;
	width: 200px;
	height: 300px;
	background-color: #FF0004;
}
}

 @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){
	#header{
		display: none;
	}
	
	#nav{
		display: none;
	}
	
	#menu_mobile{
		display: block;
		position: fixed;
		margin: auto;
		width: 100%;
		height: 60px;
		background-color: #FFF;
		z-index: 99;
	}
	
	.moblie-menu-list-icon{
		float: left;
		margin: 10px;
		width: 40px;
		height: 40px;
	}
	
	.mobile-arseeu-logo{
		margin: auto;
		width: 60px;
		height: 60px;
		background-image: url(../image/mobile_logo.png);
	}
	
	.mobile-register-button{
		float: right;
		padding: 22px 22px;
		color: #FF6600;
		font-size: 12px;
		cursor: pointer;
	}
	.mobile-register-button:hover{

		color: #FFFF00;

	}
	
	.mobile-menu-list-box-login{
		display: none;
		position: fixed;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 100%;
		background: #111;
	}
	
	.mobile-menu-list-box{
		display: none;
		position: fixed;
		margin: auto;
		top: 0;
		bottom: 0;
		width: 100%;
		background: #111;
		
	}
	.mobile-menu-list-box ul{
		overflow: auto;

		/*background-color: #111;*/
		margin: auto auto 30px auto;
	}
	
	.mobile-menu-top{
		width: 100%;
		height: 60px;
		/*background-color: #CCC;*/
	}
	.moblie-menu-back-button{
		float: left;
		margin: 10px;
		width: 40px;
		height: 40px;
		cursor: pointer;

	}
	
	.moblie-menu-list-button li{
		float: none;
		margin: auto;
		text-align: center;
		padding: 20px;
		font-size: 20px;
		color: #FFF;

	}
	
	.mobile-menu-profile-avatar{
		margin: auto;
		width: 60px;
		height: 60px;
		background-image: url(../image/avatar_none.png);
		background-repeat: no-repeat;
		border-radius: 60px;
	}
	
	.mobile-menu-profile-avatar:hover{
		border-radius: 5px;
	}
	
	.mobile-menu-profile-username{
		margin: auto;
		text-align: center;
		padding: 10px;
		font-size: 14px;
		color: #FFF;
	}
	.mobile-menu-profile-status{
		margin: auto;
		text-align: center;
		font-size: 12px;
		color: #999;
	}
	
	.moblie-menu-tools-button {
		width: 80%;

	}
	
	.moblie-menu-tools-button li{
		float: left;
		width: 25%;
		text-align: center;
		color: #666;
		opacity: 0.6;
	}
	.moblie-menu-tools-button li:hover{
		opacity: 1;
		cursor: pointer;
	}
	
	#top_area{
	display: none;
	margin: auto;
	width: 100%;
	height: 60px;
	background-color: #222;
	}
	
	#container {
		position:relative;
		width: 100%;
		margin: auto;
		top: 100px;
	}
	 

	
}


/*** Menu ***/
.logo_customer{
	float: left;
	margin: 10px;
	padding: 0px;
}
.logo_customer img{
	display: block;
}


.menulist{
	float: left;
	margin: auto;
	padding: 22px 20px;
	width: auto;
	font-size: 12px;
	
}


.menulist:hover a{
	color: #FFF;
	cursor:pointer;
}

.menulist_arr{
	margin-left: 5px;
	width: auto;
	
}
.searching_bar{
	float: left;
	margin-top: 12px;
	margin-left: 10px;
	padding:0 10px;
	width: 40%;
	height: 36px;
	border: 0px;
	outline: none;
	background-color: #333;
	color: #666;
	font-size: 12px;
}

.search-button{
	margin: 18px -29px 0 -29px;
    color: #808080;
	width: 24px;
    height: 24px;
    display: inline-block;
	background-image:url(../image/search_button.png);
	background-repeat: no-repeat;
	opacity:0.3;
}

.searching_bar:hover{
	background-color: #393939;
}

.search-button:hover{
	opacity:0.8;
}





.sign-in{
	float: right;
	text-align: right;
	padding: 22px 10px 22px 0;
	width: auto;
	font-size: 12px;
	color: #ccc;
}
/*  3月3日 */
.sign-in a:link {color: #CCC; text-decoration:none;} 
.sign-in a:visited {color:#CCC;text-decoration:none;} 
.sign-in a:hover {color: #FFF; text-decoration:none;}
/*  3月3日 */

/*  3月3日 */
.login_area{
	float: right;
	text-align: right;
	padding: 22px 10px 22px 0;
	width: 80px;
	font-size: 12px;
	color: #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.login_area img{
	padding-left: 5px;
}

/*  3月3日 */


.login_area_avatar{
	float: left;
	padding: 10px 10px;
	width: 40px;
	height: 40px;
}

.login_area_avatar img{
	display: block;
}



/*	.product_user_warpper{
		float: left;
		margin-top: 1px;
		width: 100%;
		height: 60px;
		background-color: #FCFCFC;
	}
	.product_description{
		float: left;
		width: 100%;
		height: 60px;
		background-color: #FCFCFC;
	}*/

.product_description{
	float: left;
		margin-top: 1px;
		width: 100%;
		height: 60px;
		background-color: #FCFCFC;
}

.product_description_premium{
	float: left;
		margin-top: 1px;
		width: 100%;
		height: 60px;
		background-color: #FCFCFC;
}
.product_des_user_premium{
		float: left;
		margin: 15px -10px 15px 10px;
		width: 30px;
		height: 30px;
		background-color: #FF6600;
		border-radius: 15px;
		}
.product_des_user_name_premium{
		display: none;
		}
.product_des_user{
	float: left;
	margin: 15px -10px 15px 10px;
	width: 30px;
	height: 30px;
	background-color: #FF6600;
	border-radius: 15px;
	/*background-image: url(../image/avatar_user.png)*/
}

.product_title_premium{
		float: left;
		width: 60%;
		height: 100%;
		font-size: 0.9rem;
		color: #666;
		text-overflow: ellipsis;
	 }
	 .product_title_premium p{
		display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	text-overflow: ellipsis;
	 }
	.product_title{
		float: left;
		width: 60%;
		height: 100%;
		font-size: 0.9rem;
		color: #666;
		text-overflow: ellipsis;
		/*background-color: aqua;*/
		
	}
.product_title p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	padding: 0 20px;
	text-overflow: ellipsis;
	}

.box-icon-views-value{
	float: right;
	padding: 22px 20px 0 0px;
	font-size: 12px;
	color: #CCC;
}
.box-icon-views{
	float: right;
	width: 24px;
	height: 60px;
	background-image: url(../image/box_icon_views.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #ff6600;*/
	opacity: 0.2;
}

.box-icon-likes-value{
	float: right;
	padding: 22px 10px 0 0px;
	font-size: 12px;
	color: #CCC;
}
.box-icon-likes{
	float: right;
	width: 24px;
	height: 60px;
	background-image: url(../image/box_icon_likes.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #ff6600;*/
	opacity: 0.2;
}

.box-icon-likes:hover{
	background-image: url(../image/box_icon_likes_red.png);
	opacity: 1;
	cursor: pointer;
}

.modify-product{
	float: right;
	width: 60px;
	height: 60px;
	background-image: url(../image/icon_modify.png);
	background-repeat: no-repeat;
	background-position: center;
	/*background-color: #ff6600;*/
	opacity: 0.3
}
.modify-product:hover{

	opacity: 1
}

.modify-product:hover .modify-product_wrapper{
	display: block;
}

.modify-product_wrapper{
	display: none;
	position: absolute;
	margin: -140px 0 0 -90px;
	padding: 10px 0;
	width: 140px;
	/*height: 200px;*/
	background-color: #FFF;
	border: 1px solid #EEE;
	border-radius: 5px;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.1);
}

.modify-product_wrapper ul{
	width: auto;
	text-align: center;
	padding: 13px;
	font-size: 12px;
	color: #999;
	/*background-color: aliceblue;*/
}
.modify-product_wrapper ul:hover{
	color: #666;
	background-color: #F1F1F1;
	cursor: pointer;
}



/*	.product_des{
		float: left;
		margin: 0 20px auto 20px;
		width: 100% -30px;
		font-size: 0.9rem;

		color: #999999;
		word-wrap:normal;
		overflow: hidden;
		text-overflow: ellipsis;
		
	}*/




 @media screen and ( min-width : 1601px ){
	/*** PRODUCT ***/

	 .product_box_premium{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:30px;
		margin-left: 20px;
		list-style-type:none;
		width:-webkit-calc(32% - 10px);

	}
	.product_show_premium{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 480px;
		background-color: #FFF;
	}
	 
	.product_box{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:30px;
		margin-left: 20px;
		list-style-type:none;
		width:-webkit-calc(32% - 10px);

	}
	.product_show{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 480px;
		background-color: #FFF;
	}
	 
	 

}

 @media screen and (min-width: 1281px) and (max-width: 1600px){
	/*** PRODUCT ***/

	 .product_box_premium{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:30px;
		margin-left: 20px;
		list-style-type:none;
		width:-webkit-calc(32% - 15px);

	}
	.product_show_premium{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 420px;
		background-color: #FFF;
	}
	 
	.product_box{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:30px;
		margin-left: 20px;
		list-style-type:none;
		width:-webkit-calc(32% - 15px);

	}
	.product_show{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 420px;
		background-color: #FFF;
	}

}

 @media screen and (min-width: 1081px) and (max-width: 1280px){
	/*** PRODUCT ***/
	 
	 .product_box_premium{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:20px;
		margin-left: 15px;
		list-style-type:none;
		width:-webkit-calc(32% - 10px);

	}
	.product_show_premium{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 300px;
		background-color: #FFF;
	}
	 

	.product_box{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:20px;
		margin-left: 15px;
		list-style-type:none;
		width:-webkit-calc(32% - 10px);

	}
	.product_show{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 300px;
		background-color: #FFF;
	}

}

 @media screen and (min-width: 769px) and (max-width: 1080px){
	/*** PRODUCT ***/

	 .product_box_premium{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:15px;
		margin-left: 15px;
		list-style-type:none;
		width:-webkit-calc(48% - 5px);

	}
	.product_show_premium{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 300px;
		background-color: #FFF;
	}
	 
	.product_box{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:15px;
		margin-left: 15px;
		list-style-type:none;
		width:-webkit-calc(48% - 5px);
		/*overflow: hidden；*/

	}
	.product_show{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 300px;
		background-color: #FFF;
	}

}
 @media screen and (max-width: 768px){
	/*** PRODUCT ***/

	.product_box_premium{
		overflow:hidden; 
		padding: 0;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		list-style-type:none;
		width:100%-20px;

	}
	.product_show_premium{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 440px;
		background-color: #FFF;
	}
	 
	 .product_des_user_premium{
		float: left;
		margin: 20px -10px 10px 20px;
		width: 40px;
		height: 40px;
		background-color: #FF6600;
		border-radius: 20px;
		}
	 .product_des_user_name_premium{
		 display:block;
		float: left;
		width: calc(100% - 60px);
		font-size: 1.1rem;
		color: #333;
		}
	 
	  .product_des_user_name_premium p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	padding: 10px 20px 0 20px;
	text-overflow: ellipsis;
	}
	 
	 .product_description_premium{
		float: left;
			margin-top: 1px;
			width: 100%;
			height: auto;
			background-color: #FCFCFC;
	}
	 .product_title_premium{
		 display: inline-block;
		 padding-bottom: 20px;
		width: 100%;
		height: auto;
		font-size: 0.9rem;
		color: #666;
		/*text-overflow: ellipsis;*/
		/* background-color: #FF6600;*/
	 }
	 .product_title_premium p{
		display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: auto;
	padding: 0 20px;
	text-overflow: ellipsis;
	 }
	 
	 
	 .product_title{
		float: none;
		width: 100%;
		height: 100%;
		font-size: 0.9rem;
		color: #666;
		text-overflow: ellipsis;
		/*background-color: aqua;*/
		
	}
	 
.product_box{
		display: inline-block;
		overflow:hidden; 
		padding: 0;
		margin-bottom:10px;
		margin-left: 10px;
		margin-right: 0px;
		list-style-type:none;
	width:-webkit-calc(50% - 20px);
		/*width:-webkit-calc(47% - 10px);*/
		/*overflow: hidden；*/

	}
	.product_show{
		position: relative;
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 200px;
		background-color: #FFF;
	}
	 
	 .product_description{
	float: left;
		margin-top: 1px;
		width: 100%;
		height: 50px;
		background-color: #FCFCFC;
}
.product_des_user{
	display: none;
}
	 
	.product_title{
		float: left;
		width: 100%;
		height: 100%;
		font-size: 0.9rem;
		color: #666;
		text-overflow: ellipsis;
		/*background-color: aqua;*/
		
	}
.product_title p{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 50px;
	padding: 0 15px;
	text-overflow: ellipsis;
	}
/*	 .product_des{
		display: none;
		margin: 1px 20px auto 20px;
		width: 100% -30px;
		font-size: 0.9rem;

		color: #999999;
		word-wrap:normal;
		overflow: hidden;
		text-overflow: ellipsis;
	}*/


}
/* @media screen and (max-width: 768px){

	.product_box{
		overflow:hidden; 
		padding: 0;
		margin-bottom: 10px;
		margin-left: 10px;
		margin-right: 10px;
		list-style-type:none;
		width:100%-10px;

	}
	.product_show{
		overflow:hidden;
		margin: auto;
		width: 100%;
		height: 440px;
		background-color: #FFF;
	}

}*/



/*** FOOTER ***/
.line{
	margin-top: 40px;
	width: 100%;
	height: 1px;
	background-color: #E9E9E9;
}
.copyright{
	margin: 40px 20px 10px 10px;
	color: #999999;
}



/* 3月3日 */
/*  Loading */
.loading-center-absolute {
	position: relative;
	width: 100%;
	height: 480px;
}
.loading-object{
	position:absolute;
	left:50%;
	top:50%;
	width: 80px;
	height: 80px;
	background-color: #36cafc;
	/*background-image: url(../image/loading_image.png);*/
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-left: -40px;
	margin-top:-40px;
}

@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}

/* 3月3日 */