.member-option {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    margin-bottom: 40px;
}

.member-option>a {
    position: relative;
    font-family: PingFangTC;
    font-size: 16px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
    padding: 10px 35px;
    padding-bottom: 10px;
    font-weight: 600;
}

.member-option>a::after {
    content: "";
    position: absolute;
    transition: 0.5s;
    width: 0;
    height: 3px;
    background-color: #235789;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.member-option>a:hover,
.member-option>a.active {
    color: #235789;
    z-index: 5;
    box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.3);
}

.member-option>a:hover::after,
.member-option>a.active::after {
    width: 100%;
}

.member-option a img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    opacity: 0.7;
    transition: 0.5s;
}

.member-option > a:hover img,
.member-option > a.active img {
    opacity: 1;
}

.member-bg {
    /* background-image: url("/images/background.png"); */
    background-repeat: no-repeat;
    background-size: cover;
}

.member-content {
    width: 100%;
    /* box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); */
    /* background-color: rgba(32, 87, 137, 0.6); */
    padding: 20px 95px;
}

.member-name{
    font-weight: 600;
    font-size: 36px;
}

.gray-circle{
    margin-left: 10px;
    padding: 3px 10px;
    background: #838383;
    color: #fff;
    font-size: 14px;
}

.member-qua {
    /* width: 100%; */
    /* border-bottom: solid 1px #ffffff; */
    display: flex;
    /* padding-bottom: 25px; */
    align-items: center;
}

.member-qua-position{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.member-qua>div,
.member-qua>div>div {
    display: flex;
}

.member-qua>div {
    margin-left: 45px;
}

.member-qua>div>div {
    margin: 0 35px;
}

.member-qua>div>div>div {
    width: 19px;
    height: 19px;
    border: solid 1px #235789;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.member-qua>div>div>div>div {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}

.member-qua>div>div>div>div.pass {
    background-color: #e60012;
}

.member-main-text {
    font-family: PingFangTC;
    font-size: 18px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.member-sub-text {
    display: inline-block;
    height: auto;
    min-height: 22px;
    font-family: PingFangTC;
    font-size: 16px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 22px;
    letter-spacing: normal;
    color: #333333;
    white-space:nowrap;

}

.gray-text {
    color: #838383;
    font-size: 14px;
}

.member-edit-title {
    margin: 25px 0;
}

.member-detail-field-1,
.member-detail-field-2,
.member-detail-field-2-1,
.member-detail-field-2-2,
.member-detail-field-3,
.member-detail-field-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.member-detail-field-1>div {
    width: 100%;
}

.member-detail-field-2>div {
    width: 50%;
}

.member-detail-field-2>div:nth-child(1) {
    margin-right: 5px;
}

.member-detail-field-2>div:nth-child(2) {
    margin-left: 5px;
}

.member-detail-field-1>div>span,
.member-detail-field-2>div>span,
.member-detail-field-2-1>div>span,
.member-detail-field-2-2>div>span,
.member-detail-field-3>div>span,
.member-detail-field-4>div>span {
    display: block;
    margin-bottom: 15px;
}

.member-detail-field-1>div>input,
.member-detail-field-1>div>select,
.member-detail-field-2>div>input,
.member-detail-field-2>div>select,
.member-detail-field-2-1>div>input,
.member-detail-field-2-1>div>select,
.member-detail-field-2-2>div>input,
.member-detail-field-2-2>div>select,
.member-detail-field-3>div>input,
.member-detail-field-3>div>select {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #b4b4b4;
    background-color: #ffffff;
    font-family: PingFangTC;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    padding-left: 20px;
    padding-right: 35px;
}

.member-detail-field-1>div>div,
.member-detail-field-2>div>div {
    display: flex;
}

.member-detail-field-1>div>div>input[type="text"],
.member-detail-field-2>div>div>input[type="text"] {
    width: 81.5%;
    height: 50px;
    border-radius: 4px;
    border: solid 1px #b4b4b4;
    background-color: #ffffff;
    font-family: PingFangTC;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    /* color: #333333; */
    padding-left: 20px;
    padding-right: 35px;
}

.member-detail-field-2>div>div>input[type="text"] {
    width: 78%;
}

.member-detail-field-1>div>div>input[type="button"],
.member-detail-field-2>div>div>input[type="button"] {
    width: 18.5%;
    height: 50px;
    border: none;
    border-radius: 4px;
    background-color: #e60012;
    font-family: PingFangTC;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    margin-left: 20px;
}

.member-detail-field-2>div>div>input[type="button"] {
    width: 22%;
}

.member-detail-field-2-1>div:nth-child(1) {
    width: calc((100% - 20px)/3);
    margin-right: 5px;
}

.member-detail-field-2-1>div:nth-child(2) {
    width: calc((100% - 20px)/3*2 + 10px);
    margin-left: 5px;
}

.member-detail-field-2-2>div:nth-child(1) {
    width: calc((100% - 20px)/4*3);
    margin-right: 5px;
}

.member-detail-field-2-2>div:nth-child(2) {
    width: calc((100% - 20px)/4 + 10px);
    margin-left: 5px;
}

.member-detail-field-3>div {
    width: calc(100%/3) !important;
}

.member-detail-field-3>div:nth-child(2) {
    margin: 0 10px;
}

.member-detail-field-4>div {
    width: calc(100%/4);
}

.member-img-m {
    margin: 0 25px !important;
}

.member-img-ml {
    margin-left: 15px !important;
    margin-right: 7.5px !important;
}

.member-img-mr {
    margin-left: 7.5px !important;
    margin-right: 15px !important;
}

.member-detail-field-3>div>div,
.member-detail-field-4>div>div:not(.wrap-three) {
    width: 100%;
    padding-bottom: 56.25%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #235789;
    background-color: #ffffff;
    position: relative;
}

.member-detail-field-3>div>div>img,
.member-detail-field-4>div>div>img {
    position: absolute;
    width: 50px;
    height: 46px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.selfie-box{
    width: 300px !important;
    height: 300px !important;
    position: relative;
}

.selfie-box img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.memeber-save-btn {
    width: 345px;
    height: 48px;
    border-radius: 4px;
    background-color: #e60012;
    font-family: PingFangTC;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border: none;
    margin-top: 50px;
    margin-bottom: 100px;
}

.memeber-save-btn:hover {
    position: relative;
    top: -3px;
    left: -3px;
}

.select-type-1 {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url('/images/select-arrow-d.png');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 20px bottom 15px;
}

.point-detail-div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 55px;
    background-color: #f7f7f7;
}

.point-detail-div>div {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-detail-div>div>span {
    font-family: PingFangTC;
    font-size: 16px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #e60012;
}

.point-record-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    background-color: #f7f7f7;
}

.point-record-title>div,
.point-record>div {
    width: calc(100%/3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.point-record-title>div>span {
    font-family: PingFangTC;
    font-size: 16px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #235789;
}

.point-record {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    border-bottom: 1px solid #ffffff;
}

.point-record>div>span {
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
}

.order-item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 10px 0 rgba(35,87,137,0.2);
    border-radius: 10px;
    margin-bottom: 20px;
}

.order-item>div {
    width: 100%;
}

.order-item>div:nth-child(2) {
    transition: 0.7s;
    max-height: 0;
    overflow: hidden;
}

.order-item>div.unfold {
    max-height: 5000px;
    transition: all 0.7s linear;
}

/* .member-content .order-item:nth-of-type(odd) {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.1);
}

.member-content .order-item:nth-of-type(even) {
    background-color: #fff;
} */

.orderlist-click{
    transition: all 0.7s linear;
    border-radius: 10px 10px 0 0;
}

.orderlist-click.unfold {
    background: #235789 url('/images/orderlist-bg.png') no-repeat;
    background-size: cover; /* ← 這裡才是放 cover 的地方 */
}

.orderlist-click.unfold span{
    color: #fff;
}

.orderlist-click.unfold .color-red{
    color: yellow !important;
}

.orderlist-click.unfold svg path{
    fill: #fff;
}

.wrap-table {
    padding: 20px 40px 20px 40px;
    background-color: #fff;
}

.slide {
    background: #fff;
    /* background: rgb(229,250,255); */
    padding: 20px 40px 20px 40px;
    border-radius: 0 0 10px 10px;
}


.order-number {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-number>span {
    display: block;
    min-height: 25px;
    font-family: PingFangTC;
    font-size: 18px;
    /* font-weight: bold; */
    font-stretch: normal;
    font-style: normal;
    line-height: 25px;
    letter-spacing: normal;
    color: #000000;
}

.order-number>span>span {
    color: #e60012;
}

.order-number>img {
    width: 20px;
    height: 10px;
    transition: 0.3s;
    transform: rotate(180deg);
    cursor: pointer;
}

.order-number>img.unfold {
    transform: rotate(0deg);
}

.order-number svg {
    width: 25px;
    height: 25px;
}

.order-number svg path {
    fill: #235789;
}

.order-detail-top,
.order-detail-down {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.order-detail-top>div,
.order-detail-down>div {
    width: 50%;
}

.order-detail-top>div>span {
    display: block;
    height: 20px;
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #ffffff;
    margin-top: 15px;
}

.order-detail-top>div>span>span {
    color: #333333;
}

.order-detail-top .order-label{
    color: #606a78;
    font-size: 16px;
    margin-bottom: 10px;
}

.order-detail-top .order-value{
    margin-right: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.order-detail-down>div>span {
    display: block;
    height: 20px;
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #838383;
    margin-top: 15px;
}

.order-detail-down>div>span>span {
    color: #333333;
}

.preview-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.member-img-upload {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 6;
}

.outfit {
    width: 50%;
    margin-bottom: 15px;
}

.outfit>div:nth-child(1) {
    width: 120px;
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333333;
}

.outfit>div:nth-child(2) {
    flex: 1;
}

.outfit>div:nth-child(2)>span {
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #838383;
}

.outfit>div:nth-child(2)>span:nth-child(1) {
    padding-right: 7px;
}

.outfit>div:nth-child(2)>span:nth-child(3) {
    padding-left: 7px;
}

.outfit>div:nth-child(2)>div {
    flex: 1;
    border-bottom: 1px dashed #979797;
    border-width: 2px;
    height: 80%;
}

.order-btn {
    width: 200px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px #c1292e;
    background-color: #e60012;
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    outline: none;
    margin: 0px 35px;
}

.o-d-p {
    margin: 0 45px;
}

.o-d-p>span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-family: PingFangTC;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #333333;
}

.o-d-p>span>span {
    font-family: PingFangTC;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
}

@media screen and (max-width:1150px) {
    .member-option {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:1000px) {
    .member-content {
        padding: 20px 40px;
    }
}

@media screen and (max-width:768px) {
    .o-d-p {
        margin: 0 30px;
    }

    .order-btn {
        margin: 0 15px;
    }
}

@media screen and (max-width:750px) {
    .member-qua>div>div {
        margin: 0 20px;
    }

    .member-qua>div>div>div {
        margin-right: 15px;
    }

    .member-qua>div {
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {

    .order-detail-top>div,
    .order-detail-down>div {
        width: 100%;
    }

    .outfit {
        width: 100%;
    }

    .outfit>div:nth-child(2)>span:nth-child(3) {
        padding-right: 0 !important;
    }

    .order-item>div {
        padding: 0px;
    }

    .order-item>div:nth-child(2) {
    }

    .order-item>div.unfold {
        max-height: 10000px;
    }

    .wrap-table {
        padding: 20px 15px 20px 15px;
        background-color: #fff;
    }

    .slide {
        padding: 20px 15px 0px 15px;
    }

    .o-d-p {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .order-btn {
        margin-bottom: 10px;
    }

    .order-btn-div {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width:600px) {
    .member-content {
        padding: 20px;
    }

    .member-option>a {
        margin: 0 9px;
        font-size: 14px;
    }

    .member-qua {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .member-qua>span {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .member-qua>div>div {
        white-space: wrap;
        margin: 0 10px;
    }

    .member-qua>div>div:nth-child(1) {
        margin-left: 0px;
    }

    .member-qua>div>div>div {
        margin-right: 5px;
    }

    .member-detail-field-1,
    .member-detail-field-2,
    .member-detail-field-2-1,
    .member-detail-field-2-2,
    .member-detail-field-3,
    .member-detail-field-4 {
        flex-wrap: wrap;
    }

    .member-detail-field-2>div,
    .member-detail-field-3>div,
    .member-detail-field-4>div,
    .member-detail-field-2-1>div:nth-child(1),
    .member-detail-field-2-1>div:nth-child(2),
    .member-detail-field-2-2>div:nth-child(1),
    .member-detail-field-2-2>div:nth-child(2) {
        width: 100%;
    }

    .member-detail-field-2>div:nth-child(1) {
        margin-right: 0;
    }

    .member-detail-field-2>div:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }

    .member-detail-field-3>div:nth-child(2) {
        margin: 0;
    }

    .span-none {
        height: 0;
    }

    .member-detail-field-2-1>div:nth-child(1),
    .member-detail-field-2-2>div:nth-child(1) {
        margin-right: 0;
    }

    .member-detail-field-2-1>div:nth-child(2),
    .member-detail-field-2-2>div:nth-child(2) {
        margin-left: 0;
    }

    .member-img-m,
    .member-img-ml {
        margin: 20px 0 !important;
    }

    .member-img-mr {
        margin: 0 0 20px 0 !important;
    }

    .member-main-text {
        font-size: 16px;
    }

    .member-sub-text {
        font-size: 14px;
    }

    .order-number>span {
        font-size: 16px;
    }

    .member-detail-field-1>div>div>input[type="text"],
    .member-detail-field-2>div>div>input[type="text"] {
        width: 75%;
        padding-right: 10px;
    }

    .member-detail-field-1>div>div>input[type="button"],
    .member-detail-field-2>div>div>input[type="button"] {
        width: 25%;
        margin-left: 10px;
    }
}
