
/* 會員 for all ---*/

.member_collect {
	display: block;
	margin: 0 auto;
	width: 100%;
	color: #21262a;
	font-size: 16px;
	background-image: url(/images/member/bg-01.jpg);
}

.member_collect h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 800;
}

.member_collect h2 i {
	color: #cb9d00;
	font-size: 5px;
	display: inline-block;
	position: absolute;
	top: 16px;
}

.member_collect .dot_l {
	left: 25px;
}

.member_collect .dot_r {
	right: 25px;
}

.member_collect h3, .member_collect h5 {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.5em;
    height: 27px; /*chiao*/
    overflow: hidden;
}

.member_collect h4 {
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 200;
}
/* 會員 按鈕 ---*/

.member_collect .btn a {
	display: block;
	line-height: 30px;
	text-align: center;
	padding: 5px 14px;
	background-color: #009688;
	color: #fff;
}

.member_collect .btn a:hover {
	background-color: #00796b;
}

.album_tag {
	width: 205px;
	padding: 4px;
	background-color: #fff;
}

.album_tag a {
	display: inline-block;
	padding: 5px 15px;
}

.album_tag .preset {
	color: #fff;
	background-color: #cb9d00;
}

.album_tag .custom {
	background-color: #fff;
}

.album_tag .custom:hover {
	opacity: 0.7;
}

.album_btn a {
	display: inline-block;
	margin: 10px 0 10px 10px;
	padding: 7px 10px;
	color: #21262a;
	background-color: #f9ce3d;
}

.album_btn > a:hover {
	background-color: #cb9d00;
}

.album_btn a i {
	padding: 5px;
}

/* 會員 收藏追蹤 ---*/

.love_icon,
.follow_icon {
	display: block;
	/*font-size: 0.875em;*/
	font-size: 16px;
}

.follow_icon {
	display: none;
	/* 隱藏-03 追蹤功能 先隱藏 */
}

.love_icon span {
	color: #f8196c;
	font-weight: 800;
}

.follow_icon span {
	color: #0abbb5;
	font-weight: 800;
}

.love_icon i,
.follow_icon i {
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-color: #f8196c;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	behavior: url(PIE.htc);
	color: #fff;
	line-height: 25px;
	text-align: center;
}

.follow_icon i {
	background-color: #0abbb5;
}

/* 會員 收藏頁 --------------------------------*/

.member_collect_content,
.member_homedata,
.member_collectlist_inner,
.member_center_chart,
.member_center_recommend_inner {
	display: block;
	position: relative;
	max-width: 1200px;
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: auto;
}

.bg_pic_container {
	position: relative;
	height: 410px;
    overflow: hidden;
	/*
	background-size: cover;
    background-position: 50% 50%;
	background-image: url(/images/bg_pic_1200X410.jpg);
	background-repeat: no-repeat;*/
}
.bg_pic {
    width: 100%;
    display: block;
    position: relative;
}
/*上傳會員收藏大圖*/
#imgFile {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0;
  direction: rtl;
  width: 2em;/*make image file area large enough to click */
  /*height: 2em;*/
  cursor: pointer;
  z-index: 99;
  font-size: 16px;
  padding: 10px 5px;
  vertical-align: middle;
}
/* 會員 個人資料 ---*/

.member_data {
	position: absolute;
	height: auto;
	bottom: 0px;
	left: 50%;
	margin-left: -430px;
	background-color: #f9ce3d;
	width: 860px;
	min-height: 210px;
	font-size: 1em;
    display:none;
}

.member_shared .member_data {
    bottom: auto;
    margin-top:-210px
}

.member_data .photo img {
	position: absolute;
	margin: -45px 0 0 55px;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(PIE.htc);
	border: 5px solid #cb9d00;
}

.member_data .btn {
	display: block;
	position: absolute;
	top: 140px;
	left: 72px;
}

.member_data .btn a {
	width: 100px;
}

.member_data .btn_join {
	display: none;
	/*	隱藏-01  先隱藏加入好友, 暫放分享給好友*/
}

.member_data .data_01 {
	padding: 20px 40px 20px 260px;
}

.member_data .data_01 h3 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: 800;
    height: auto;
}
.member_data .data_01 h4 {
	margin-top: 10px;
}

.member_data .data_01 .notop {
	margin-top: 0px;
    line-height: inherit;
    font-size: inherit;
}

.member_data .data_02 {
	display: block;
	display: none;
	/*		隱藏-02	好友數列 先隱藏 */
	
	position: absolute;
	bottom: -79px;
	width: 100%;
	background-color: #fff;
}

.member_data .data_02 ul {
	text-align: center;
	margin: 0 auto;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3);
	box-sizing: border-box;
	padding: 15px 0;
}

.member_data .data_02 li {
	display: inline-block;
	width: 19%;
	border-left: 1px dotted #999;
}

.member_data .data_02 li:first-child {
	border-left: none;
}

.data_02 span {
	font-size: 1.5625em;
}

.data_02 h2 {
	font-size: 1em;
	color: #cb9d00;
}
/* 會員 HOME DATA ---*/

.member_homedata_inner {
	position: relative;
	margin: 150px auto 60px;
	margin: 100px auto 60px;
	/*	隱藏-02	調整距離 */
	
	width: 860px;
	padding: 8%;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, .3);
	background-color: #fff;
	box-sizing: border-box;
}

.member_homedata_inner:after {
	content: "";
	display: block;
	clear: both;
}

.member_homedata h2,
.member_collectlist_inner h2,
.member_center_chart h2 {
	position: absolute;
	left: 50%;
	margin-left: -115px;
	text-align: center;
	color: #fff;
	font-size: 1.375em;
	padding: 5px 10px;
	width: 230px;
	box-sizing: border-box;
	background-color: #21262a;
	font-weight: 100;
}

.member_homedata h2 {
	top: -22px;
	z-index: 99;
}

.member_collectlist_inner h2 {
	display: block;
	position: relative;
	letter-spacing: 0.2em;
	width: 200px;
	padding-right: 3px;
    margin: 20px auto;
    left: 0;
}

.collect_new h2 {
	box-sizing: border-box;
	color: #21262a;
	background-color: #eaeaea;
	top: -20px;
	padding-right: 0px;
	font-weight: 100;
	text-align: center;
}

.home_data {
	float: left;
}

.home_data li {
	display: inline-block;
	padding: 15px;
	text-align: center;
}

.home_data h4 {
	margin: 5px 0;
}

.home_data li:nth-child(1) h4 {
	color: #0097b0;
}

.home_data li:nth-child(2) h4 {
	color: #e97a00;
}

.home_data li:nth-child(3) h4 {
	color: #e5463e;
}

.home_style {
	float: right;
	width: 300px;
}

.home_style li {
	border-top: 1px dotted #999;
	padding: 15px;
}

.home_style li:nth-child(1) {
	padding-top: 0px;
	border-top: none;
}

.home_style h4,
.home_style h5 {
	display: inline-block;
}

.home_style h5 {
	margin: 0 8px; /*dylan*/
	width: 100px;
	text-align: center;
    overflow:inherit; /*dylan*/
}

.home_style span {
	font-size: 1.875em;
}

.home_style li:nth-child(1) h4,
.home_style li:nth-child(1) h5 {
	color: #337800;
}

.home_style li:nth-child(2) h4,
.home_style li:nth-child(2) h5 {
	color: #009c7c;
}

.home_style li:nth-child(3) h4,
.home_style li:nth-child(3) h5 {
	color: #79439b;
}
/* 會員 收藏展示 ---*/

.album_list {
	display: block;
	position: relative;
	width: auto;
}

.member_collect_list {
	position: relative;
	width: 100%;
	background-color: #eaeaea;
	padding: 60px 0;
}

.member_collectlist_inner {
	width: 100%;
	max-width: 960px;
}

.member_center .album_list_state {
	display: block;
	overflow: hidden;
	margin: auto;
	padding: 14px; /*編輯資料夾的按紐對齊下方資料夾 by chiao*/
}

/*link style by chiao*/
.member_center .member_collectlist_inner a {
    cursor: pointer;
    margin-right: 7px;
}

.album_tag {
	margin: 30px 0 10px 9px;
}

.member_center .album_tag {
	float: left;
	margin: 25px 0 10px 0px;
}

.member_center .album_btn {
	display: block;
	float: right;
	margin: 10px 0 0 0px;
}

.album_list_state:after {
	content: "";
	display: block;
	clear: both;
}
/* 會員 收藏展示 album ---*/
.album {
	width: 100%;
}

	.album > li,.album .swiper-wrapper > div.swiper-slide {
		text-align: center;
		display: inline-block;
		width: 460px;
		margin: 9px;
		padding: 40px;
		box-sizing: border-box;
		background-color: #fff;
	}
.myCollect .album .swiper-wrapper > div.swiper-slide {
	margin: 0;
}

.album .love_icon {
	float: right;
}

.album .follow_icon {
	float: left;
}

.album .love_icon,
.album .follow_icon {
	padding: 15px 0;
}

.album_pic {
	display: block;
	text-align: center;
	clear: both;
	margin: 0 auto;
}

.album_pic li {
	float: left;
	width: 175px;
	height: 120px;
	text-align: center;
	background-color: #eaeaea;
	overflow: hidden;
}

.album_pic li:first-child {
	margin-right: 10px;
	margin-bottom: 10px;
}

.album_pic li:first-child + li {
	margin-left: 10px;
	margin-bottom: 10px;
}

.album_pic li:first-child + li + li {
	margin-right: 10px;
	margin-top: 10px;
}

.album_pic li:first-child + li + li + li {
	margin-left: 10px;
	margin-top: 10px;
}

.album_pic:after {
	content: "";
	clear: both;
	display: block;
}

.album_pic img {
	height: 100%;
	width: auto;
    margin: 0 auto;
}

.album li .wrap {
	position: relative;
	clear: both;
}
.IsFrontend .album div.swiper-slide .wrap {
	position: relative;
	clear: both;
	width: 100%;
}

.wrap:hover .mask,.album div.swiper-slide .wrap:hover .mask {
	opacity: 1;
}

.album li .mask, .album div.swiper-slide .mask{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	background: url(/images/member/black-bg.png) 0 0 repeat;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

	.album li .mask a,.album div.swiper-slide .mask a {
		display: block;
		position: absolute;
		width: 100px;
		height: 30px;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 44%;
		color: #fff;
		border: 1px solid #fff;
		line-height: 30px;
	}

		.album li .mask a:hover,.album div.swiper-slide .mask a:hover {
			background-color: #cb9d00;
			border: 1px solid #cb9d00;
		}
/* 會員 最近新收藏 ---*/

.collect_new {
	display: block;
	position: relative;
	text-align: center;
	margin: 80px auto 0 auto;
}

.collect_new_pic {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	width: 932px;
}

.collect_new_pic div.swiper-slide {
	display: inline-block;
	position: relative;
	text-align: center;
	width: 300px;
	height: 200px;
	background-color: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.collect_new div.swiper-slide img {
	width: auto;
	height: 200px;
	margin: auto;
}

.collect_new div.swiper-slide:hover .mask {
	opacity: 1;
}

.collect_new div.swiper-slide .mask {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	opacity: 0;
	background: url(/images/member/black-bg.png) 0 0 repeat;
	background: rgba(0, 0, 0, .5);
}

	.collect_new div.swiper-slide .mask a {
		display: block;
		position: absolute;
		width: 100px;
		height: 30px;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: 44%;
		color: #fff;
		border: 1px solid #fff;
		line-height: 30px;
	}

		.collect_new div.swiper-slide .mask a:hover {
			background-color: #cb9d00;
			border: 1px solid #cb9d00;
		}
/* 會員 中心頁 --------------------------------*/
/* 會員 中心頁 換封面照片 ---*/

.member_bg_pic_upload {
    display: block;
    display: none\0;
    font-size: 16px;
    width: 2em;
    background-color: rgba(255, 255, 255, .8);
    float: right;
    text-align: center;
    vertical-align: middle;
    padding: 10px 5px;
}

.member_bg_pic_btn {
    display:block;
	position: absolute;
	top: 45px;
	right: 20px;
}

.member_bg_pic_btn span a {
	display: block;
	
	position: relative;
	padding: 10px;
	background: rgba(255, 255, 255, .6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(PIE.htc);
}

.member_bg_pic_btn span a:hover {
	background: rgba(255, 255, 255, .8);
}

.member_bg_pic_btn ul {
	/*display: block;*/
		display: none;
	/* 編輯狀態	*/
	
	position: relative;
    clear: right;
    padding-top: 20px;
}

.member_bg_pic_btn li {
	text-align: right;
	margin-bottom: 25px;
}

.member_bg_pic_btn li i {
	margin-right: 5px;
}

.member_bg_pic_btn li:first-child {
	padding: 5px;
	background: rgba(255, 255, 255, .8);
}

.member_bg_pic_btn li span {
	font-size: 0.875em;
}

.member_bg_pic_btn li a {
	padding: 5px 10px;
	color: #21262a;
	background-color: #f9ce3d;
}
    .member_bg_pic_btn li:first-child a,.member_bg_pic_btn li:first-child a:hover {
        background-color: #fff;
    }

.member_bg_pic_btn li a:hover {
	background-color: #cb9d00;
}
/* 會員 中心頁 個人資料 ---*/

.member_center .member_collect_list {
	position: relative;
	margin: 0 auto 50px;
	max-width: 1024px;
	width: 100%;
}

.member_center .member_data .btn_02 {
	top: 185px;
}

.btn i {
	margin-right: 5px;
}

.member_center .member_data .btn_01 {
	top: 135px;
}

.member_center .member_data {
	min-height: 250px;
	background-color: #fff;
}

.member_center .member_data .data_02 {
	background-color: #f9ce3d;
}

.member_center .data_02 h2 {
	color: #21262a;
}

.member_center .data_01 ul {
	display: block;
	position: relative;
	margin: 20px auto 10px;
	background-color: #eaeaea;
	text-align: left;
}

.member_center .data_01 ul li {
	display: inline-block;
	text-align: center;
	font-size: 0.875em;
	padding: 10px;
}

.member_center .data_01 li h4 {
	display: inline-block;
}

.member_center .data_01 li h6 {
	display: inline-block;
	color: #00796b;
	font-weight: 800;
}

.member_center .data_01 ul li:first-child {
	background-color: #999;
	color: #fff;
}
/* 會員 中心頁 您的收藏 ---*/

.member_center .album h2 span {
	color: #21262a;
}

.member_center .album h2 a i {
	margin-right: 4px;
}

.member_center .album h2 a {
	color: #999;
}

.member_center .album h2 a:hover {
	color: #009688;
}
/* 會員 中心頁 您的喜好分析 ---*/

.member_center_chart_inner,
.member_center_recommend_inner {
	display: block;
	position: relative;
	/*margin: 100px auto 50px;*/
    margin: 100px auto 70px;
	width: 100%;
	height: auto;
}


.member_center_recommend_inner {
	margin-top: 50px;
}

.member_center_recommend h2{
    padding-bottom:50px
}

.member_center_chart_inner {
	/*height: 200px;*/ /*dylan*/
    top:80px; /*dylan*/
    text-align:center; /*dylan*/
	/* 套圖表 */
}

/* dylan add start*/
.member_center_chart_inner .pie_chart{
    display: inline-block; 
    width: 300px; 
    height: 300px;
    padding-bottom:50px;
}

.member_center_chart_inner .chart_date{
    display:block;
    text-align:center; 
    padding-bottom:50px; 
    color:#FF0000;
}
/* dylan add end*/

/* 會員 中心頁 推薦設計案例 ---*/

.member_center_recommend {
	padding: 60px 0 30px 0;
	background-color: #eaeaea;
	z-index: 99;
}


.btn_project_info_show {
	display: inline-block;
	width: 60px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: .875em;
	color: #666;
	border: 1px solid #d1d1d1;
	margin: 0px 6px 10px 6px;
	text-decoration: none;
}

.btn_project_info_show:hover {
	background-color: #00796B;
	color: #fff;
	border: 1px solid #00796B;
}

/* 會員 中心頁 BANNER ---*/

.member_center_recommend_banner {
	display: block;
	position: relative;
	max-width: 960px;
	height: auto;
	margin: auto;
	margin-bottom: 30px;
}

.member_center_recommend_banner img {
	width: 100%;
}

.album .hashtag {
	margin-top: 10px;
	height: 25px;
	overflow: hidden;
	font-size: 0.875em;
	color: #999;
}

/*chiao*/
.album .hashtag .foldertag {
	color: #00796B;
	background-color: #eaeaea;
	font-weight: 800;
	padding: 2px 5px;
	margin-right: 5px;
    display: inline-block;
    right: 0;
    font-size: 0.875em;
}
/* 會員 中心頁 編輯狀態 ------------------------*/

.member_center .mask_bg {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.member_center .mask_bg > span {
	display: block;
	height: 100%;
	border: 1px solid gray;
	background: url(/images/member/black-bg.png) 0 0 repeat;
	background: rgba(0, 0, 0, .4);
}

.member_center .mask_bg span > a {
	display: block;
	position: relative;
	width: 28%;
	padding-top: 28%;
	margin: 18% auto;
	border: 3px dotted #fff;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	behavior: url(PIE.htc);
	z-index: 99;
}

/*.member_center .mask_bg span > a:hover {
	display: block;
	height: auto;
	background-color: #00796b;
}*/

.member_center .mask_bg span a i {
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	margin: auto 0;
	top: 20%;
	font-size: 30px;
}

.member_center .mask_bg span a i span {
	display: block;
	width: 100%;
	font-size: 20px;
	margin-top: 10px;
}

.member_center .editor {
    cursor: pointer;
	/*			display: none;*/
	/* 編輯狀態-開 */
}

.member_center .editor_close, .album li .editor_close {
	display: none;
	/*	編輯狀態-關*/
}

i.fa.fa-pencil-alt.editor {
    background-color: #f9ce3d;
    padding: 3px 7px;
}
/* 會員 收藏頁 手機板 ------------------------*/
@media screen and (max-width: 1024px) {
	.IsFrontend .album {
		width: 450px;
	}

	.collect_new_pic {
		width: 616px;
	}

}

@media screen and (max-width: 860px) {
	.member_homedata_inner {
		width: 100%;
	}
	.home_data {
		float: left;
		width: 55%;
		box-sizing: border-box;
	}
	.home_data ul {
		width: 100%;
		text-align: center;
	}
	.home_style {
		float: right;
		width: 45%;
		padding: 0 5%;
		box-sizing: border-box;
	}
	.home_style li {
		text-align: center;
	}
	.home_style h5 {
		margin: 0 10%;
	}
}

@media screen and (max-width: 768px) {
    .member_shared .member_data {
        bottom: 0;
        margin-top: 0;
    }

	.bx-wrapper .album > div.swiper-slide {
		width: auto;
		/*padding: 20px;*/
	}

    .bx-wrapper .album_pic {
        width: 370px;
    }
    
    .album_pic li:first-child {
	    margin-right: 5px;
	    margin-bottom: 5px;
    }

    .album_pic li:first-child + li {
	    margin-left: 5px;
	    margin-bottom: 5px;
    }

    .album_pic li:first-child + li + li {
	    margin-right: 5px;
	    margin-top: 5px;
    }

    .album_pic li:first-child + li + li + li {
	    margin-left: 5px;
	    margin-top: 5px;
    }

    .member_bg_pic_btn {
        display:none;
    }
/*	.collect_new .btn_arrow_pre, .collect_new .btn_arrow_pre:hover {
		margin-left: -46px;
		left: 0;
	}
	.collect_new .btn_arrow_next, .collect_new .btn_arrow_next:hover {
		margin-right: -46px;
		right: 0;
		left: unset;
		margin-left: 0;
	}*/
}
@media screen and (min-width: 768px) and (max-width: 960px) {
	.home_data,
	.home_style {
		float: none;
		width: 100%;
	}
	.home_style {
		margin-top: 30px;
	}
	/* 會員 個人資料 ---*/
	
	.member_data {
		position: absolute;
		height: auto;
		bottom: 0px;
		left: 0;
		margin-left: 0px;
		width: 100%;
	}
	/* 會員 HOME DATA ---*/
	
	.home_data,
	.home_style {
		width: 80%;
		margin: auto;
		text-align: center;
	}
	.home_style {
		margin-top: 30px;
	}
	/* 會員 收藏展示 ---*/
	
	.member_center .album_tag {
		float: none;
	}
	.member_center .album_btn {
		float: none;
		text-align: center;
	}
	/* 會員 收藏展示 album ---*/
	
	.album_list {
		width: 480px;
		margin: auto;
	}
	.member_center .album > li {
		display: block;
	    margin: 9px;
	}
	.member_collectlist_inner .album_tag {
		margin: 30px auto 10px;
	}
	
	/* 會員 中心頁 ---*/
	
	.member_center .member_collect_list {
		width: 100%;
		margin: 0 auto 50px;
	}
	.member_center .data_01 ul li {
		font-size: 0.8125em;
	}
	/* 會員 中心頁 您的喜好分析 ---*/
	
	.member_center_recommend_inner {
		margin-top: 40px;
	}
    .member_center_recommend h2 {
        padding-bottom: 40px;
    }
	/* 會員 中心頁 推薦設計案例 ---*/
	
	.member_center_recommend {
		padding: 40px 0 10px 0;
	}
	
    .member_bg_pic_btn {
        display:block;
    }
}
/* -------------- 640PX -------------- */

@media screen and (min-width: 640px) and (max-width: 768px) {
	/* 會員 版頭 --------------------------------*/
	
	.mobile_show {
		display: block;
	}
	/*.desktop_show {
		display: none;
	}*/
	/* 會員 收藏頁 --------------------------------*/
	
	.member_collect_content>div {
		display: block;
		min-height: 120px;
	}
	/* 會員 個人資料 ---*/
	
	.member_data {
		position: relative;
		/*top: 100px;*/
		margin-left: 0px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.member_data .data_01 {
		height: auto;
		padding: 80px 0 0 0;
		width: 80%;
		margin: auto;
	}
	.member_data .photo {
		position: absolute;
		width: 100%;
		margin: -45px 0 0 0px;
	}
	.member_data .photo img {
		margin: 0 auto;
		position: relative;
		width: 100px;
		height: 100px;
	}
	.member_data .btn,
	.member_center .member_data .btn {
		position: relative;
		top: 0px;
		left: auto;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
	}
	.member_center .member_data .btn {
		display: inline-block;
		width: 30%;
		padding: 30px;
	}
	.member_data .btn a {
		margin: auto;
	}
	.member_data .data_02 {
		bottom: -73px;
		/*		   bottom: -163px;*/
		/*	隱藏-02	 li 如果加到5個 請打開---*/
	}
	.member_data .data_02 li {
		float: left;
		width: 49%;
	}
	.member_data .data_02 ul:after {
		content: "";
		clear: both;
		display: block;
	}
	/* 會員 HOME DATA ---*/
	
	.member_homedata_inner {
		margin: 75px auto 50px;
		/*	隱藏-02	調整距離 */
	}
	.home_data,
	.home_style {
		float: none;
		width: 100%;
	}
	.home_style {
		margin-top: 30px;
	}
	.member_collectlist_inner h2 {
		top: 0px;
	}
	/* 會員 收藏展示 ---*/
	
	.member_center .album_tag {
		float: none;
	}
	.member_center .album_btn {
		float: none;
		text-align: center;
	}
	/* 會員 收藏展示 album ---*/
	.album_list {
		width: 480px;
		margin: auto;
	}
	.member_center .album > li {
		display: block;
	}
	.member_collectlist_inner .album_tag {
		margin: 30px auto 10px;
	}
	.collect_new {
		/*width: 400px;
		margin: auto;*/
		padding-top: 50px;
	}
	/* 會員 中心頁 ---*/
	
	.member_center .member_collect_list {
		width: 100%;
		margin: 0 auto 50px;
	}
	.member_center .data_01 ul li {
		font-size: 0.8125em;
	}
	/* 會員 中心頁 您的喜好分析 ---*/
	
	.member_center_recommend_inner {
		margin-top: 20px;
	}
    .member_center_recommend h2 {
        padding-bottom: 20px;
    }
	/* 會員 中心頁 推薦設計案例 ---*/
	
	.member_center_recommend {
		padding: 30px 0 10px 0;
	}

}
/* -------------- 480PX -------------- */

@media screen and (min-width: 415px) and (max-width: 639px) {
	/* 會員 版頭 --------------------------------*/
	
	.mobile_show {
		display: block;
	}
	.desktop_show {
		display: none;
	}
	/* 會員 收藏頁 --------------------------------*/
	
	.member_collect_content>div {
		display: block;
		min-height: 120px;
		height: auto;
	}
	/* 會員 收藏展示 ---*/
	
	.member_center .album_tag {
		float: none;
	}
	.member_center .album_btn {
		float: none;
		text-align: center;
	}
	/* 會員 收藏展示 album ---*/
	
	.member_center .album > li {
		margin: 20px auto;
	}
	/* 會員 個人資料 ---*/
	
	.member_data {
		position: relative;
		/*top: 100px;*/
		margin-left: 0px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 0.875em;
	}
	.member_data .data_01 {
		height: auto;
		padding: 80px 0 0 0;
		width: 80%;
		margin: auto;
	}
	.member_data .photo {
		position: absolute;
		width: 100%;
		margin: -45px 0 0 0px;
	}
	.member_data .photo img {
		margin: 0 auto;
		position: relative;
		width: 100px;
		height: 100px;
	}
	.member_data .btn,
	.member_center .member_data .btn {
		position: relative;
		top: 0px;
		left: auto;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
	}
	.member_center .member_data .btn {
		display: inline-block;
		width: 35%;
	}
	.member_data .btn a {
		margin: auto;
	}
	.member_data .data_02 {
		bottom: -73px;
		/*   bottom: -163px;*/
		/*	隱藏-02 li 如果加到5個 請打開---*/
	}
	.member_data .data_02 li {
		float: left;
		width: 49%;
	}
	.member_data .data_02 ul:after {
		content: "";
		clear: both;
		display: block;
	}
	/* 會員 HOME DATA ---*/
	
	.home_data,
	.home_style {
		float: none;
		width: 100%;
	}
	.home_style {
		margin-top: 10px;
	}
	.member_homedata_inner {
		padding: 10% 0%;
		margin: 75px auto 50px;
		/*	隱藏-02	調整距離 */
	}
	.home_style li {
		padding: 10px;
	}
	.member_collectlist_inner h2 {
		top: 0px;
	}
	/* 會員 收藏展示 ---*/
	
	.member_collect_list {
		padding: 40px 0;
	}
	/* 會員 收藏展示 album ---*/

	.album > div.swiper-slide {
		width: 320px;
		padding: 20px;
		text-align: center;
		margin: auto;
	}
	.album_list {
		width: 400px;
		margin: auto;
		text-align: center;
	}
	.member_center .album > div.swiper-slide {
		display: block;
	}
	.album_pic li {
		width: 135px;
		height: 90px;
	}
	.album_list .slidesnav_pre {
		position: absolute;
		left: 0px;
		top: 60%;
	}
	.album_list .slidesnav_next {
		position: absolute;
		right: 0px;
		top: 60%;
	}
	.member_collectlist_inner .album_tag {
		margin: 30px auto 10px;
	}
	.member_center .album_list_state {
		padding: 0px;
	}
	.collect_new {
		/*width: 400px;
		margin: auto;*/
		padding-top: 30px;
	}

	/* 會員 中心頁 ---*/
	
	.member_center .member_collect_list {
		width: 100%;
		margin: 0 auto 50px;
	}
	.member_center .data_01 ul li {
		width: 100%;
		box-sizing: border-box;
	}
	/* 會員 中心頁 您的喜好分析 ---*/
	
	.member_center_recommend_inner {
		margin-top: 20px;
	}
    .member_center_recommend h2 {
        padding-bottom: 20px;
    }
	/* 會員 中心頁 推薦設計案例 ---*/
	
	.member_center_recommend {
		padding: 30px 0 10px 0;
	}
	
	/* 會員 中心頁 編輯狀態 ------------------------*/
	
	.member_center .mask_bg span a i {
		top: 16%;
	}
	.member_center .mask_bg span a i span {
		font-size: 16px;
		margin-top: 5px;
	}
	.IsFrontend .album div.swiper-slide .wrap {
		width: 280px;
	}
}
/* -------------- 320PX -------------- */

@media screen and (max-width: 414px) {
	/* 會員 版頭 --------------------------------*/
	
	.mobile_show {
		display: block;
	}
	.member_header {
		min-width: 120px;
	}
	/* 會員 收藏頁 --------------------------------*/
	
	.member_collect_content>div {
		display: block;
		min-height: 120px;
		height: auto;
	}
	/* 會員 收藏展示 ---*/
	
	.member_center .album_tag {
		float: none;
	}
	.member_center .album_btn {
		float: none;
		text-align: center;
	}
	/* 會員 收藏展示 album ---*/

	.IsFrontend .album, .collect_new_pic {
		width: 320px;
	}
		.IsFrontend .album .swiper-wrapper > div.swiper-slide, .collect_new_pic .swiper-wrapper > div.swiper-slide {
			width: 320px;
		}

/*	.collect_new .btn_arrow_pre, .collect_new .btn_arrow_pre:hover {
		margin-left: 0;
		left: 0;
	}
	.collect_new .btn_arrow_next, .collect_new .btn_arrow_next:hover {
		margin-right: 0;
		right: 0;
		left: unset;
		margin-left: 0;
	}*/

	.member_center .album > li {
		margin: 20px auto;
	}

	/* 會員 個人資料 ---*/

	.member_data {
		position: relative;
		/*top: 100px;*/
		margin-left: 0px;
		left: 0;
		width: 100%;
		text-align: center;
		/*font-size: 0.875em;*/
		font-size: 16px;
	}
	.member_data .data_01 {
		height: auto;
		padding: 80px 0 0 0;
		width: 80%;
		margin: auto;
	}
	.member_data .photo {
		position: absolute;
		width: 100%;
		margin: -45px 0 0 0px;
	}
	.member_data .photo img {
		margin: 0 auto;
		position: relative;
		width: 100px;
		height: 100px;
	}
	.member_data .btn,
	.member_center .member_data .btn {
		position: relative;
		top: 0px;
		left: auto;
		width: 100%;
		margin: 0 auto;
		padding: 20px;
		box-sizing: border-box;
	}
	.member_center .member_data .btn {
		display: inline-block;
		width: 40%;
		padding: 10px 0px 15px 0px;
	}
	.member_data .btn a {
		margin: auto;
	}
	.member_data .data_02 {
		bottom: -73px;
		/*		bottom: -163px;*/
		/*	隱藏-02 li 如果加到5個 請打開---*/
	}
	.member_data .data_02 li {
		float: left;
		width: 49%;
	}
	.member_data .data_02 ul:after {
		content: "";
		clear: both;
		display: block;
	}
	/* 會員 HOME DATA ---*/
	
	.member_collectlist_inner h2 {
		top: 0px;
	}
	.member_homedata_inner {
		padding: 10% 0%;
		margin: 75px auto 50px;
		/* 隱藏-02	調整距離 */
	}
	.home_data li {
		padding: 5px;
	}
	.home_data,
	.home_style {
		float: none;
		width: 100%;
	}
	.home_style {
		margin-top: 20px;
	}
	.home_style li {
		padding: 0px;
	}
	.home_style span {
		font-size: 1.25em;
	}
	.home_style h5 {
		margin: 10px;
		width: 100px;
		text-align: center;
	}
	/* 會員 收藏展示 ---*/
	
	.member_collect_list {
		padding: 40px 0;
	}
	/* 會員 收藏展示 album ---*/
	.album_list {
		text-align: center;
	}
	.album > li, .album_list .album .swiper-wrapper > div.swiper-slide {
		width: 320px;
		padding: 20px;
		text-align: center;
		margin: auto;
	}
	.member_center .album > li {
		display: block;
	}
	.album_pic li {
		width: 135px;
		height: 90px;
	}
	.member_collectlist_inner .album_tag {
		margin: 30px auto 10px;
	}
	.collect_new {
		/*margin: auto;*/
		padding-top: 30px;
	}
		.collect_new .collect_new_pic .swiper-wrapper > div.swiper-slide {
			width: 320px;
			text-align: center;
			margin: auto;
		}
	/* 會員 中心頁 ---*/
	
	.member_center .member_collect_list {
		width: 100%;
		margin: 0 auto 50px;
	}
	.member_center .data_01 ul li {
		width: 100%;
		box-sizing: border-box;
	}
	/* 會員 中心頁 您的喜好分析 ---*/
	
	.member_center_recommend_inner {
		margin-top: 20px;
	}
    .member_center_recommend h2 {
        padding-bottom: 20px;
    }
	/* 會員 中心頁 推薦設計案例 ---*/
	
	.member_center_recommend {
		padding: 30px 0 10px 0;
	}
	
	/* 會員 中心頁 編輯狀態 ------------------------*/
	
	.member_center .mask_bg span a i {
		top: 16%;
	}
	.member_center .mask_bg span a i span {
		font-size: 16px;
		margin-top: 5px;
	}
	.IsFrontend .album div.swiper-slide .wrap {
		width: 280px;
	}
}
