@charset "utf-8";
/* CSS Document */



/*----- 會員專區框架 -----*/
.leftArea {
	float: left;
	width: 260px;
	position: initial;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.rightArea {
	width: -webkit-calc(100% - 276px);
	width: -moz-calc(100% - 276px);
	width: calc(100% - 276px);
	float: right;
	min-height: 450px;
	padding: 30px 30px 40px;
	background: #fff;
}

.rightArea h3 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.lineHeight {
	line-height: 32px;
}

.accountBox {
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
}

.member-head {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.member-head i {
	font-size: 48px;
	color: #5392f9;
}

.hello {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	line-height: 28px;
}

.lineTxt {
	font-size: 15px;
	color: #828282;
	margin-top: 2px;
}

.lineTxt i {
	font-size: 22px;
	color: #00bd00;
	margin-right: 7px;
	vertical-align: text-bottom;
}

ul.accountMenu {
	background-color: #fff;
}

ul.accountMenu li a {
	font-size: 16px;
	padding: 14px 22px 13px;
	display: block;
	position: relative;
	border-bottom: 1px solid #eaeaea;
}

ul.accountMenu li a i {
	font-size: 19px;
	color: #7b7b7b;
	margin-right: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.accountMenu li:last-child a {
	border-bottom: none;
}

ul.accountMenu li:hover a,
ul.accountMenu li.active > a {
	color: #fff;
	background-color: #5392f9;
}

ul.accountMenu li:hover a i,
ul.accountMenu li.active > a i {
	color: #fff;
}


.m_submenuList {
	display: none;
}


.radioBox {
	margin-bottom: 5px;
}

label.down {
	top: 8px;
 }



/*----- 訂單紀錄 -----*/
.orderTable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid #ccc;
}

.orderTable th,
.orderTable td {
	line-height: 22px;
	text-align: center;
}

.orderTable th {
	color: #303030;
	font-weight: normal;
	padding: 12px 11px;
	background-color: #f0f0f0;
}

.orderTable td {
	padding: 13px 11px;
	border-bottom: 1px solid #ccc;
}

.orderTable tr:nth-child(2n+1) {
	background-color: #fafafa;
}

.orderTable td.sum p {
	font-size: 13px;
	color: #6d6b6b;
	line-height: 1.5;
}

.minHeight {
	min-height: 400px;
}

.sendBtn {
	display: block;
	font-size: 15px;
	color: #fff;
	padding: 6px 20px 5px;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	background: #f35c59;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.sendBtn:hover,
.sendBtn:focus {
	color: #fff;
	background: #ca1a17;
}

.editBtn {
	float: right;
	width: 145px;
	font-size: 16px;
	padding: 7px 0 6px;
	margin-top: 15px;
}



/*----- 會員登入 -----*/
.loginArea {
	padding: 90px 0;
	height: calc(100vh - 70px);
	position: relative;
	background: url(../images/login-bg.jpg) no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.loginWrap {
	padding: 70px 0;
	background: #fff;
	box-shadow: 0 -1px 7px 2px rgba(192, 226, 230, 0.75);
}

.loginBox {
	width: 50%;
	float: left;
	min-height: 380px;
	padding: 0 9.5%;
	position: relative;
	text-align: center;
}

.loginBox:first-child {
	border-right: 1px solid #777;
	
}

.loginTitle {
	font-size: 22px;
	color: #000;
	font-weight: bold;
	margin-bottom: 30px;
}

.loginTitle img {
	margin-right: 20px;
	vertical-align: middle;
}

.loginTxt {
	color: #4a4a4a;
	margin-bottom: 30px;
	line-height: 1.7;
}

.m-b {
	margin-bottom: 30px;
}

.m-t {
	margin-top: 70px;
}

.forget a {
	color: #000;
}

.forget a:hover {
	color: #ca1a17;
}

.loginBtn {
	width: 100%;
	display: block;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	padding: 10px 0 8px;
	cursor: pointer;
	border: none;
	border-radius: 5px;
	background: #ff9900;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.loginBtn:hover,
.loginBtn:focus {
	color: #fff;
	background: #ce7c00;
}

.joinBtn {
	width: 62%;
	position: absolute;
	bottom: 1px;
	background: #f35c59;
}

.joinBtn:hover,
.joinBtn:focus {
	background: #ca1a17;
}


.forgetWrap {
	width: 580px;
	margin: 0 auto;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}




@media (max-width: 1199px){




}



@media (max-width: 991px){

/*----- 會員專區框架 -----*/
.leftArea {
	width: 100%;
	float: none;
	position: relative;
}

.rightArea {
	width: 100%;
	float: none;
	min-height: 250px;
}

ul.accountMenu {
	display: none;
}



/*----- 下拉子分類選單 -----*/	
.m_submenuList {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.m_submenuHead {
	width: 100%;
	padding: 11px 15px 9px;
	font-size: 16px;
	color: #4f4f4f;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	background: #fff url(../images/pro-down.png) center right no-repeat;
}

.m_submenuBody {
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	backguound: #fff;
	border-top: none;
	box-sizing: border-box;
}

.m_submenuBody a {
	display: block;
	padding: 15px 5px 15px 16px;
	position: relative;
	color: #333;
	background: #fff;
	text-decoration: none;
	border-top: 1px solid #dfdfdf;
}

.m_submenuBody a i {
	font-size: 19px;
	color: #7b7b7b;
	margin-right: 12px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.m_submenuBody a:hover {
	color: #fff;
	background: #5392f9;
	text-decoration: none;
}

.m_submenuBody a:hover i {
	color: #fff;
}

	
}


@media (max-width: 767px){

/*----- 會員登入 -----*/
.loginArea {
	padding: 70px 0;
	height: auto;
}

.loginWrap {
	padding: 40px 10% 50px;
}

.loginBox {
	width: 100%;
	min-height: auto;
	float: none;
	padding: 0;
}

.loginBox:first-child {
	margin-bottom: 30px;
	border-right: none;
}

.loginBox:last-child > h3,
.loginBox:last-child > p {
	display: none;
}

.m-t {
	margin-top: 45px;
}

.joinBtn {
	width: 100%;
	position: relative;
}


.forgetWrap {
	width: 100%;
}


}


@media (max-width: 575px){
.rightArea {
	padding-left: 20px;
	padding-right: 20px;
}


}


