﻿
/*登入*/
.member_ii_box {
    width: 600px;
    border: 1px solid #ddd;
    font-size: 14px;
    background-color: #fff;
    max-width: 100%;
    overflow: hidden;
    color: black;
    margin: 0px auto;

}
.member_ii_box a{	
    color: black;	
}
.member_ii_head{
    width: 100%;
    padding-left: 0;
    border-bottom: 0;
    margin-bottom: 20px;
    list-style: none;
    display: flex;
}
.member_ii_head li {
    width: 50%;
    text-align: center;
}
.member_ii_head li a{
	padding: 20px 0px;
    background-color: #f8f8f8;
    display: block;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
	
}
.member_ii_head li a.active{
	border-bottom: 1px solid #ddd0;;
	 background-color: #fff;
}
.member_ii_head li:first-child a{
	border-right: 1px solid #ddd;
}
.member_ii_box2{
	padding: 0 40px;
    margin-bottom: 30px;
}

.btn-line-login {
    background-color: #00c300;
    padding: 0;
    border: none;
    display: block;
    text-align: left;
}
.btn-line-login img {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
}
.login-btn-label{
	font-weight: 600;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    color: #fff;
    line-height: 1.43;
    width: 100%;
    margin-left: -40px;
}
.member_ii_box2_btn_box{
	display: block;
}
.btn_list{
	    width: 50%;
    padding: 0 3px;
    display: inline-block;
}
.member_ii_btn{
	border-radius: 4px;
	display: flex;
}
.member_ii_box2 hr {
    border-color: #ddd;
    width: calc(100% + 40px);
    margin: 20px 0 20px -20px;
    display: block;
}
.member_ii_box2_title{
	text-align: center;
    margin-bottom: 20px;
	font-weight: 900;
}

.member_ii_box2_input{
 border: 1px solid #ddd;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    outline: none;
    color: #666;
}
.input_small{
	    color: #666;
    font-size: 12px;
    margin-top: 7px;
}
a.login_btn{
	border-radius: 4px;
    font-size: 14px;
	font-weight: 900;
    text-align: center;
    color: white;
    border-color: #343c3e !important;
    background: #343c3e !important;
    padding: 10px 5px;
    display: block;
}
.member_ii_box2_forget{
	text-align: center;
    margin: 20px 0 0;
}
input.login_btn{
	    width: 100%;
	border-radius: 4px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: white;
    border-color: #343c3e !important;
    background: #343c3e !important;
    padding: 10px 5px;
    display: block;
}

/*會員中心*/
.btn-group_box {
	width: 100%;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
	margin-bottom:20px;
}
.btn-group_box a {
    user-select: none;
    transition: .5s all;
    display: block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
}
.btn-group_box .send-btn{
	width: 100px;
    background-color: #f95959;
    color: #fff;
}
.btn-group_box2 {
	width: 100%;
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
}
.btn-group_box2 a {
    user-select: none;
    transition: .5s all;
    display: block;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px;
}
.btn-group_box2 .red-btn{
	width: 100px;
    background-color: #2a94a5;
    color: #fff;
}
.page_top_btn_box {
    display: flex;
    margin: 10px 0px;
}
.page_top_btn_box a{
	margin-right:5px;
}
.confirm_btn {
    padding: 5px 15px;
    background: #03c080;
    color: white;
    border-radius: 5px;
}
.m_content {
    /* margin: 50px auto 10px auto; */
    width: 100%;
    /* max-width: 990px; */
    overflow: hidden;
}
.m_bg {
    margin: 0 auto;
    /* width: 90%; */
    padding: 3%;
    font-size: 16px;
    border-top: 3px solid #82ccd2;
}
.m_data{
	display: flex;
    flex-wrap: wrap;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #cccccc;
}
.m_data .title{
	width: 150px;
    letter-spacing: 3px;
    font-size: 16px;
	color: #c39d50;
	margin: auto;
}
.m_data .data{
	width: calc(100% - 150px);
}
.m_data .data input{
	max-width: 100%;
}
.m_sbt {
    display: inline-block;
    padding: 4px 20px;
    margin: 5px;
    font-size: 14px;
    background: #a2a2a2;
    cursor: pointer;
    letter-spacing: 1px;
    border-radius: 5px;
}
.m_sbt a{
	color:white;
}
.m_title_d {
    margin: 0 auto;
    width: 90%;
    font-size: 18px;
    padding-bottom: 1%;
    color: #99774d;
    margin-top: 40px;
}
/*member4*/
.order_look_btn {
    width: 100px;
	text-align: center;
    background-color: rgb(58 188 193);
    color: #fff;
    border-radius: 5px;
    padding: 3px 0px;
}
.order_look_btn:hover{
	background-color: rgb(22 98 100);
	color:white;
}
.order {
    width: 100%;
    max-width: 990px;
	margin: 30px auto;
}
.order .order_tag {
    text-align: center;
    border-bottom: #bcbcbc solid 1.5px;
    border-top: #bcbcbc solid 1.5px;
}
.order > div {
    display: flex;
    padding: 10px 25px;
    align-items: center;
    flex-wrap: wrap;
	border-bottom: #bcbcbc solid 1.5px;
}
.order > div > div:first-child {
    flex: 1;
}
.order > div > div:nth-child(2), .order > div > div:last-child {
    width: 200px;
    text-align: center;
}
.order .main {
    display: flex;
    align-items: center;
}
.order .main span {
    font-size: 16px;
    color: #bf0052;
    margin-left: 5px;
}
.order > div > div:nth-child(2) span {
    display: none;
}

.order > div > div:nth-child(3) span {
    display: none;
}
@media only screen and (max-width: 650px){
.order{
	border-top: #bcbcbc solid 1.5px
}
.order .order_tag{
    display: none;
}
.order .item:first-child{
	border-top: #bcbcbc solid 1.5px;
}
.order > div > div:nth-child(2), .order > div > div:last-child {
    width: 100%;
    text-align: left;
}	
.order > div > div:nth-child(2) span {
        display: inline;
}

.order > div > div:nth-child(3) span {
    display: display: inline;
}
}
/*上傳圖片*/
#file-input{
	margin:20px 0px;
}
#preview-container{
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}
.preview {
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	margin: 5px;
	float: left;
}
.preview img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.preview button {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}
.updata_form{
	margin-top:20px;
}
.member_form_title{
    margin: 0 auto;
    font-size: 18px;
    padding-bottom: 1%;
    color: #99774d;
    margin-top: 40px;
    border-bottom: 2px solid #99774d;
}
.order_from_row {
    display: flex;
    flex-wrap: wrap;
}
.order_from_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.order_from_list .title {
    width: 190px;
}
.order_from_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.order_from_list.w50 {
    width: calc(100% / 2 - 10px);
}
.order_from_list.w100 {
    width:100%;
}
.order_from_list .text {
    width: calc(100% - 190px);
}

.order_from_list .text input, .order_from_list .text input[type=text], .order_from_list .text select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 0 5px;
    font-size: 14px;
    height: 40px;
}
.w100_input{
	width:100%;
}
.sortable_btn{
    cursor: move;
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 20px;
    background: #dedede8a;
    padding: 5px 15px;
}
/*左欄*/
.member_content_row{
    display: flex;
    flex-wrap: wrap;
}
.member_menu_box{
    width: 250px;	
    border-top: 8px solid #1DA539;	
}
.member_text_box{
    width: calc(100% - 250px);	
    border-top: 8px solid #ececec;	
}
.member_menu_row{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #e9e9e9;	
}
.member_menu_row .ch{
    position: relative;	
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    padding: 20px 0px 0px 15px;
}
.member_menu_row .en{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #433886;
	padding-left:15px;
}
.member_menu_row .link{
    width: 100%;
    padding: 15px;
    color: black;
}
.member_menu_row .link.active, .member_menu_row .link:hover{
    background: #d6d6d6;
}
.member_menu_down_box{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
@media only screen and (max-width: 760px){
	.member_menu_box, .member_text_box{
		width:100%;
	}	
	.member_menu_row .ch:after{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\2b";
		position: absolute;
		top: 26px;
		right: 10%;
		font-size: 22px;
		transition: .3s;
	}
	.member_menu_row .ch.active:after{
		transform: rotate(45deg);
	}
	.member_menu_down_box{
		height: 0px;
		background: #e9e9e9;
		overflow: hidden;
		position: absolute;
		top: 100%;
		z-index: 8;
		transition: all .5s ease;	
	}
	.member_menu_down_box.active{
		height: auto;
	}
}

/*手機簡訊*/
.mobile_group_row{
	display: flex;
}
.mobile_group_row .member_ii_box2_input{
    width: calc(100% - 90px);	
}
.mobile_group_row .mobile_btn{
	width: 90px;
    line-height: 43px;
    background: #343c3e;
    color: white;
    text-align: center;
}