@charset "UTF-8";
* {
    /* border: 1px solid #000 !important; */
}

body {
    -webkit-text-size-adjust: 100%;
    margin: 0 auto;
    width: 100%;
    overflow-x: hidden;
    background-color: #f8f8f8 !important;
    font-family: Microsoft JhengHei, sans-serif;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #b59339;
}

.tip,
.templeteRow {
    display: none;
}

.tip {
    display: inline-block;
}

.tip a {
    color: #b59339;
}

input[type=checkbox]:not(old),
input[type=radio]:not(old) {
    width: 28px;
    margin: 0;
    padding: 0;
    opacity: 0;
    background-color: white;
    position: absolute;
}

input[type=radio]:not(old)+label {
    display: inline-block;
    padding-left: 28px;
    background: url("../images/shop/op.png") no-repeat;
    background-position: 1px 5px;
    line-height: 28px;
}

input[type=radio]:not(old):checked+label {
    background: url("../images/shop/op_check.png") no-repeat;
    background-position: 1px 5px;
}

input[type=checkbox]:not(old)+label {
    display: inline-block;
    padding-left: 28px;
    background: url("../images/member/ch.jpg") no-repeat;
    background-position: 1px 5px;
    line-height: 28px;
}

input[type=checkbox]:not(old):checked+label {
    background: url("../images/member/ch_check.jpg") no-repeat;
    background-position: 1px 5px;
}

body.white {
    background-color: white;
}

input,
textarea {
    font-family: Microsoft JhengHei, Myriad Pro, Myriad, Aria, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
    background-color: white;
}

.clear::after {
    content: '';
    display: block;
    clear: both;
}

.border_style {
    background-color: white;
    border: 1px solid #cecece;
    border-radius: 10px;
    box-shadow: 2px 2px 21px rgba(0, 0, 0, 0.09);
}

.select_box {
    display: block;
    background-image: url("../images/shop/select.png");
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: 97%;
    height: 37px;
    background-color: white;
}

.select_box select {
    font-size: 16px;
    color: gray;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 20px;
    background-color: transparent;
    border: 1px solid gainsboro;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#shop_show {
    position: relative;
    width: 100%;
}


/* shop member 主要大容器 */

.shop_contain .order_manage .table_order .field .line .t1 {
    text-align: left;
    line-height: 17px;
    letter-spacing: 1px;
}

.shop_contain .order_manage .table_order .field .line .td {
    padding: 17px 5px;
}

.shop_contain .bonus_box {
    padding: 60px 30px;
    position: relative;
}

.shop_contain .bonus_box .top_info {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.shop_contain .bonus_box .top_info .title {
    position: relative;
    font-size: 16px;
    float: left;
    font-weight: bold;
}

.shop_contain .bonus_box .top_info .memo {
    position: relative;
    font-size: 14px;
    color: #767676;
    float: left;
    margin-left: 65px;
}

.shop_contain .bonus_box .top_info .point {
    position: relative;
    float: right;
    font-size: 45px;
    top: -14px;
    font-family: Myriad Pro, Microsoft JhengHei, Myriad, Aria, sans-serif;
}

.shop_contain .bonus_box .top_info .point::after {
    content: '點';
    font-size: 16px;
    font-weight: bold;
    margin-left: 9px;
}

.shop_contain .bonus_box .bonus_list .table_order .t1 {
    width: 12%;
}

.shop_contain .bonus_box .bonus_list .table_order .t2 {
    width: 63%;
}

.shop_contain .bonus_box .bonus_list .table_order .t3 {
    width: 25%;
}

.shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
    flex-wrap: wrap;
    text-align: left;
    padding-left: 30px;
}

.shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 span {
    width: 100%;
    display: block;
}


/* // */


/* 帳號列表區塊 */

.acoount_block {
    position: relative;
    width: 100%;
}

.acoount_block .account_box {
    position: relative;
    padding: 45px;
    display: block;
    min-height: 275px;
    margin-bottom: 12px;
}

.acoount_block .account_box:after {
    content: '';
    display: block;
    clear: both;
}

.acoount_block .account_box .title {
    position: relative;
    font-size: 16px;
    border-top: 2px solid black;
    width: 33%;
    padding-top: 8px;
    letter-spacing: 1px;
    float: left;
}

.acoount_block .account_box .title .tip {
    color: #595757;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}

.acoount_block .account_box .num {
    position: absolute;
    font-family: Myriad Pro, sans-serif;
    font-size: 48px;
    font-weight: bold;
    color: #cdcdcd;
    top: 150px;
    left: 40px;
}

.acoount_block .account_box .field_box {
    position: relative;
    float: right;
    width: 51%;
    font-size: 13px;
}

.acoount_block .account_box .field_box.error {
    margin-bottom: 20px;
}

.acoount_block .account_box .field_box.error .tip {
    display: block;
    position: absolute;
    bottom: -2px;
    padding-left: 0;
}

.acoount_block .account_box .field_box .read {
    margin-bottom: 20px;
}

.acoount_block .account_box .field_box .memo {
    display: block;
}

.acoount_block .account_box .field_box .text_summary {
    font-size: 15px;
    color: #595757;
    line-height: 21px;
}

.acoount_block .account_box .field_box .text_summary ul {
    list-style: disc;
    padding-left: 25px;
}

.acoount_block .account_box .field_box .text_summary ul li {
    padding-left: 10px;
    margin-bottom: 20px;
}

.acoount_block .account_box .field_box .line {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    line-height: 37px;
    font-size: 15px;
    flex-wrap: wrap;
}

.acoount_block .account_box:nth-child(3) .field_box .line:nth-child(4){
    display: none;
}
.acoount_block .account_box .field_box .line.error {
    margin-bottom: 40px;
}

.acoount_block .account_box .field_box .line.error .tip,
.acoount_block .account_box .field_box .line.error .templeteRow {
    display: block;
    position: absolute;
    bottom: -28px;
}

.acoount_block .account_box.login_box .field_box .line {
    flex-wrap: wrap;
}

.acoount_block .account_box .field_box .line.code img {
    position: absolute;
    right: 0;
    z-index: 5;
}

.acoount_block .account_box .field_box .line.code .inputbox {
    width: calc(100% - 205px);
}

.acoount_block .account_box .field_box .line .tip,
.acoount_block .account_box .field_box .tip {
    position: relative;
    color: #b59339;
    padding-left: 90px;
    width: 100%;
    line-height: 25px;
    font-size: 12px;
}

.acoount_block .account_box .field_box .line .select_box {
    width: 100%;
}

.acoount_block .account_box .field_box .line label {
    position: relative;
    width: 90px;
    min-width: 90px;
}

.acoount_block .account_box .field_box .line .inputbox {
    position: relative;
    width: 100%;
    border: 1px solid gainsboro;
    padding: 6px 10px;
    height: 37px;
    outline: 0;
    font-size: 14px;
    color: gray;
}

.acoount_block .account_box .field_box .line .inputbox.disabled {
    border: 0;
    background-color: transparent;
}

.acoount_block .account_box .field_box .line .birth {
    display: flex;
    width: 100%;
}

.acoount_block .account_box .field_box .line .birth .year_select {
    width: 32%;
    margin-right: 3%;
}

.acoount_block .account_box .field_box .line .birth .mounth_select {
    width: 32%;
    margin-right: 3%;
}

.acoount_block .account_box .field_box .line .birth .day_select {
    width: 32%;
}

.acoount_block .account_box .field_box .line .birth .select_box {
    background-position: 90%;
}

.acoount_block .account_box .field_box .line .birth .select_box select {
    padding-right: 30px;
}

.acoount_block .account_box .field_box .line .addr_edit {
    position: relative;
    width: 100%;
}

.acoount_block .account_box .field_box .line .addr_edit .add_addr {
    position: relative;
    border-bottom: 1px solid black;
    padding: 5px 0;
}

.acoount_block .account_box .field_box .line .addr_edit .add_addr .add {
    position: relative;
    background-image: url("../images/member/add.png");
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left;
    cursor: pointer;
}

.acoount_block .account_box .field_box .line .addr_edit .add_addr .add span {
    color: #b59339;
    margin-left: 6px;
    letter-spacing: 1px;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block {
    position: relative;
    font-size: 12px;
    color: #727272;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .option {
    position: relative;
    display: flex;
    padding-top: 8px;
    border-bottom: 1px solid #4a4a4a;
    padding-bottom: 8px;
    padding-right: 45px;
    padding-left: 0;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .option input {
    height: 30px;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .option label {
    width: 100%;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .edit_button {
    position: absolute;
    right: 0;
    top: 2px;
    z-index: 10;
    color: #b59339;
    cursor: pointer;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box {
    position: relative;
    padding-top: 12px;
    border-bottom: 1px solid black;
    padding-bottom: 12px;
    display: none;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box::after {
    content: '';
    display: block;
    clear: both;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .city_select {
    position: relative;
    width: 49%;
    float: left;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .area_select {
    position: relative;
    float: right;
    width: 49%;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .inputbox {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .confirm {
    position: relative;
    float: left;
    background-color: #1d1d1d;
    color: white;
    width: 100px;
    margin-right: 10px;
    margin-left: auto;
}

.acoount_block .account_box .field_box .line .addr_edit .addr_block .addr_box .del {
    position: relative;
    float: left;
    background-color: #d84b4b;
    color: white;
    width: 100px;
    border-color: #d84b4b;
    margin-left: auto;
}

.acoount_block.returns_block .account_box.has_tip .num {
    top: 193px;
}

.acoount_block.returns_block .account_box .field_box {
    width: 60%;
}

.acoount_block.returns_block .table_order .title {
    width: 100%;
    padding-top: 0;
    font-size: 13px;
    float: none;
}

.acoount_block.returns_block .table_order .title .t1 {
    width: 19%;
}

.acoount_block.returns_block .table_order .title .t2 {
    width: 43%;
}

.acoount_block.returns_block .table_order .title .t3 {
    width: 38%;
}

.acoount_block.returns_block .table_order .field {
    position: relative;
}

.acoount_block.returns_block .table_order .field .line {
    position: relative;
    margin-bottom: 0;
}

.acoount_block.returns_block .table_order .field .line .td {
    position: relative;
    display: block;
    padding: 10px 10px 10px 17px;
    text-align: left;
    line-height: 21px;
    color: #767676;
}

.acoount_block.returns_block .table_order .field .line .t1 {
    width: 19%;
}

.acoount_block.returns_block .table_order .field .line .t2 {
    width: 43%;
}

.acoount_block.returns_block .table_order .field .line .t3 {
    width: 38%;
}

.acoount_block.returns_block .table_order .field .line .light {
    color: #b59339;
}


/* // */

.button_box.step_button {
    margin: 35px auto;
    display: flex;
    justify-content: center;
}

.button_box.step_button .link_button {
    background-color: #72795F;
    border-color: #72795F;
    word-spacing: 0px;
    color: white;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}

.button_box.step_button .back {
    border-color: #000;
    background-color: #000;
}


/* 商品追蹤欄 */

.trace_list {
    position: relative;
    font-size: 13px;
    display: block;
}

.trace_list.buy_list .title {
    display: flex;
}

.trace_list.buy_list .line:last-child {
    border-bottom: 0;
}

.trace_list.buy_list .line:last-child .td {
    padding-bottom: 0;
}

.trace_list.buy_list .line .t1 img {
    width: 100%;
}

.trace_list.buy_list .line .td.t5 {
    color: black;
    font-size: 13px;
}

.trace_list.buy_list .line .td.t3 {
    line-height: 17px;
    flex-wrap: wrap;
    align-content: center;
}

.trace_list.buy_list .line .td.t3 .new_price {
    display: block;
    width: 100%;
    color: black;
}

.trace_list.buy_list .line .td.t3 .old_price {
    display: block;
    text-decoration: line-through;
    width: 100%;
    opacity: .8;
}

.trace_list .link_button {
    height: 35px;
    width: 114px;
    line-height: 35px;
    border-color: #cecece;
}

.trace_list.more::after {
    content: '';
    background-image: url("../images/member/more.png");
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -40px;
}

.trace_list .title {
    position: relative;
    display: flex;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    font-size: 14px;
}

.trace_list .title .th {
    position: relative;
    font-weight: bold;
    text-align: center;
}

.trace_list .title .t1,
.trace_list .title .t2 {
    justify-content: left;
    text-align: left;
}

.trace_list .line {
    position: relative;
    display: flex;
    color: #767676;
    border-bottom: 1px solid #e2e2e2;
}

.trace_list .line .td {
    position: relative;
    text-align: center;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.trace_list .line .td a {
    color: black;
    font-size: 15px;
}
/* .trace_list .line .td a.promotion_link {
    color: #808080;
    font-size: 12px;
    line-height: 19px;
    display: block;
} */
.trace_list .line .td a small {
    color: #808080;
    font-size: 12px;
    line-height: 19px;
    display: block;
}

.trace_list .line .t1,
.trace_list .line .t2 {
    justify-content: left;
    text-align: left;
    padding-right: 15px;
}

.trace_list .line .t5 {
    font-size: 16px;
    color: #bdbdbd;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.trace_list .t1 {
    position: relative;
    width: 15%;
}

.trace_list .t2 {
    position: relative;
    width: 32%;
    font-size: 15px;
}

.trace_list .t3 {
    position: relative;
    width: 20%;
    font-size: 15px;
}

.trace_list .t4 {
    position: relative;
    width: 20%;
    font-size: 15px;
}

.trace_list .t5 {
    position: relative;
    width: 13%;
    font-size: 15px;
}


/* // */


/* shop member 大容器 */

.shop_contain {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
    padding-bottom: 50px;
    margin-bottom: 25px;
}

.shop_contain .head_box {
    position: relative;
    margin-bottom: 50px;
    display: block;
}

.shop_contain .head_box h2 {
    position: relative;
    font-size: 24px;
    display: block;
    margin-bottom: 20px;
    font-weight: 900;
    padding: 0 45px;
    width: 50%;
}

.shop_contain .head_box .select_link {
    display: none;
}

.shop_contain .head_box .sub_link {
    position: relative;
    border-top: 2px solid #303030;
    font-size: 18px;
    display: flex;
    text-align: center;
    height: 64px;
    align-items: center;
    border-bottom: 1px solid #adadad;
}

.shop_contain .head_box .sub_link .link {
    position: relative;
    width: 100%;
    height: 64px;
    line-height: 64px;
    cursor: pointer;
    color: black;
}

.shop_contain .head_box .sub_link .link:last-child:before {
    display: none;
}

.shop_contain .head_box .sub_link .link:before {
    content: '';
    background-color: #d4d4d4;
    position: absolute;
    right: 0;
    width: 1px;
    height: 25px;
    top: 19px;
}

.shop_contain .head_box .sub_link .link:after {
    content: '';
    background-color: #303030;
    width: 0;
    position: absolute;
    left: 50%;
    height: 2px;
    bottom: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.shop_contain .head_box .sub_link .link.active:after {
    left: 0;
    width: 100%;
}

.shop_contain .link_button {
    text-align: center;
    font-size: 16px;
    display: block;
    color: #1d1d1d;
    border: 1px solid #1d1d1d;
    border-radius: 3px;
    height: 45px;
    line-height: 42px;
    cursor: pointer;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    width: 145px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.shop_contain.member_edit .link_button:hover{
    background-color: #b59339;
    color: white;
    border-color: #b59339;
}
.shop_contain .link_button.none {
    opacity: 0.25;
    cursor: auto;
}

.shop_contain .shop_block {
    position: relative;
}

.shop_contain .shop_block:after {
    content: '';
    display: block;
    clear: both;
}

.shop_contain .shop_block .head_title {
    position: relative;
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}

.shop_contain .shop_block .member_login {
    position: relative;
    width: 255px;
    height: 540px;
    TEXT-ALIGN: center;
    float: left;
}

.shop_contain .shop_block .member_login .icon {
    position: relative;
    font-size: 80px;
    color: #a2a2a2;
    margin-top: 75px;
    margin-bottom: 70px;
}

.shop_contain .shop_block .member_login .info {
    position: relative;
    display: block;
    border-bottom: 1px solid #cecece;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 35px;
}

.shop_contain .shop_block .member_login .info .name {
    position: relative;
    font-size: 15px;
    display: block;
    margin-bottom: 2px;
}

.shop_contain .shop_block .member_login .info .mail {
    position: relative;
    font-size: 14px;
    color: #767676;
    display: block;
}

.shop_contain .shop_block .member_login .edit_link {
    position: relative;
    margin: 0 auto;
}

.shop_contain .shop_block .member_login .logout {
    position: relative;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: #1d1d1d;
    color: white;
}

.shop_contain .shop_block .member_neworder {
    position: relative;
    float: right;
    width: 930px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 45px;
}

.shop_contain .shop_block .member_neworder .more_order {
    background-color: #1d1d1d;
    color: white;
    float: right;
    margin-top: 21px;
}

.shop_contain .shop_block .shop_list {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 20px;
    padding: 45px;
    margin-top: 12px;
    box-sizing: border-box;
}

.shop_contain .shop_block .shop_list .more_order {
    background-color: #1d1d1d;
    color: white;
    float: right;
    margin-top: 21px;
}

.shop_contain .shop_block .shop_list .headname {
    position: relative;
    margin-bottom: 60px;
}

.shop_contain .shop_block .shop_list .headname .title {
    font-size: 16px;
    display: inline-block;
    margin-right: 12px;
}

.shop_contain .shop_block .shop_list .headname .tip {
    font-size: 14px;
    color: #595757;
    display: inline-block;
}

.shop_contain .coup_list .table_order {
    position: relative;
}

.shop_contain .coup_list .table_order .field .line .t4,
.shop_contain .coup_list .table_order .field .line .t3 {
    flex-wrap: wrap;
}

.shop_contain .coup_list .table_order .field .line .t4 span,
.shop_contain .coup_list .table_order .field .line .t3 span {
    display: block;
    width: 100%;
}

.shop_contain .coup_list .table_order .field .line .td {
    padding: 14px 10px;
    line-height: 20px;
}

.shop_contain .coup_search {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.shop_contain .coup_search .title {
    position: relative;
    float: left;
    font-size: 16px;
}

.shop_contain .coup_search .select_box {
    float: right;
    width: 160px;
    background-position: 91%;
}

.shop_contain .coup_search .select_box select {
    font-size: 14px;
}

.shop_contain .table_order {
    position: relative;
    font-size: 13px;
    display: block;
}

.shop_contain .table_order.more::after {
    content: '';
    background-image: url("../images/member/more.png");
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: bottom;
    background-repeat: no-repeat;
    left: 50%;
    bottom: -40px;
    margin-left: -20px;
}

.shop_contain .table_order .title {
    position: relative;
    display: flex;
    color: black;
    width: 100%;
    border-top: 2px solid black;
    border-bottom: 1px solid black;
    line-height: 45px;
    font-size: 15px;
}

.shop_contain .table_order .title .th {
    position: relative;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #d9d9d9;
}

.shop_contain .table_order .title .th:last-child {
    border-right: 0;
}

.shop_contain .table_order .field {
    position: relative;
}

.shop_contain .table_order .field .line {
    position: relative;
    display: flex;
    color: #767676;
    border-bottom: 1px solid black;
}

.shop_contain .table_order .field .line:nth-child(even) {
    background-color: white;
}

.shop_contain .table_order .field .line .td {
    position: relative;
    text-align: center;
    padding: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d9d9d9;
}

.shop_contain .table_order .field .line .td a {
    color: #b59339;
    border-bottom: 1px solid #b59339;
    line-height: 17px;
}

.shop_contain .table_order .field .line .td:last-child {
    border-right: 0;
}

.shop_contain .table_order .t1 {
    position: relative;
    width: 17%;
    font-size: 15px;
}

.shop_contain .table_order .t2 {
    position: relative;
    width: 25%;
    font-size: 15px;
}

.shop_contain .table_order .t3 {
    position: relative;
    width: 17%;
    font-size: 15px;
}

.shop_contain .table_order .t4 {
    position: relative;
    width: 17%;
    font-size: 15px;
}

.shop_contain .table_order .t5 {
    position: relative;
    width: 34%;
    font-size: 15px;
}

.shop_contain .table_order .t6 {
    position: relative;
    width: 17%;
    font-size: 15px;
}

.shop_contain .table_order .t7 {
    position: relative;
    width: 17%;
}


/*// */

.featherlight-inner {
    display: block !important;
}

.featherlight .featherlight-content {
    padding: 0;
    background-color: transparent;
    overflow-y: hidden;
}

.featherlight .featherlight-close-icon {
    position: absolute;
    background-color: #ededed;
    width: 52px;
    height: 52px;
    right: 10px;
    top: 10px;
    border-radius: 2px;
    font-size: 30px;
    color: #bdbdbd;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 10;
    border: none;
    outline: none;
}

.price {
    font-size: 15px;
    color: black;
    font-weight: 400;
}

.price:before {
    content: 'NT$ ';
}


.acad01-template-01 {
    top: 0 !important;
}

.countdown {
    /* display: none !important; */
}


/* RWD */

@media (max-width: 1152px) and (min-width:1152px) {
    .shop_contain .shop_block .member_neworder {
        width: 875px;
    }
}

@media only screen and (min-width: 1025px) {
    .shop_contain .shop_block .member_login .edit_link:hover,
    .shop_contain .shop_block .member_login .logout:hover,
    .shop_contain .shop_block .member_neworder .more_order:hover,
    .shop_contain .shop_block .shop_list .more_order:hover,
    .shop_contain .shop_block .trace_list .link_button.buyit:hover,
    #login_from .box .block .button_box .link_button:hover,
    .order_manage .order_search .date_zone .link_button:hover,
    .order_manage .order_now .info .line .field .button:hover,
    .jump_box_style .box .block .button_box input:hover {
        background-color: #b59339;
        color: white;
        border-color: #b59339;
    }
    .shop_contain .shop_block .trace_list .line .t5.del:hover,
    .shop_step .trace_list .line .del:hover {
        color: #d91e1e;
    }
    .featherlight-close-icon:hover {
        background-color: gray;
        color: white;
    }
    .button_box.step_button .link_button:hover {
        word-spacing: 5px;
    }
    #login_from .box .block .forgot_link:hover:before {
        width: 100%;
    }
    .featherlight .featherlight-close-icon:hover {
        background-color: gray;
        color: white;
    }
}

@media only screen and (max-width: 1024px) {
    .shop_contain {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }
    .shop_contain .shop_block .member_login {
        width: 100%;
        height: 132px;
    }
    .shop_contain .shop_block .member_neworder {
        width: 100%;
        padding: 25px;
        margin-top: 15px;
    }
    .shop_contain .shop_block .shop_list {
        padding: 25px;
    }
    .shop_contain .link_button {
        width: calc(100% - 40px);
    }
    .shop_contain .shop_block .member_neworder .more_order,
    .shop_contain .shop_block .shop_list .more_order {
        width: 150px;
    }
    .shop_contain .shop_block .member_login .icon {
        position: relative;
        font-size: 80px;
        color: #a2a2a2;
        margin-top: 27px;
        margin-bottom: 19px;
        width: 70px;
        float: left;
        margin-left: 25px;
    }
    .shop_contain .shop_block .member_login .icon img {
        width: 80%;
    }
    .shop_contain .shop_block .member_login .info {
        float: left;
        border: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: 40px;
        width: 30%;
    }
    .shop_contain .shop_block .member_login .edit_link {
        float: right;
        width: 40%;
        margin-right: 20px;
        margin-top: 14px;
    }
    .shop_contain .shop_block .member_login .logout {
        float: right;
        width: 40%;
        margin-right: 20px;
        margin-top: 10px;
    }
    .shop_contain .head_box h2 {
        padding: 0 25px;
        left: -20px;
    }
    .acoount_block .account_box {
        padding: 25px;
    }
    .acoount_block .account_box .title {
        width: 20%;
    }
    .acoount_block .account_box .field_box {
        width: 73%;
    }
    .acoount_block .account_box .num {
        top: 128px;
        left: 21px;
    }
    .acoount_block.returns_block .account_box .field_box {
        width: 73%;
    }
    .shop_contain .bonus_box .top_info .memo {
        margin-left: 30px;
    }
    .shop_contain .bonus_box {
        padding: 70px 25px;
    }
    .shop_contain .bonus_box .top_info {
        margin-top: 10px;
        height: 35px;
    }
    .shop_contain .bonus_box .top_info .point {
        font-size: 36px;
        top: -72px;
    }
    .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
        padding-left: 20px;
    }
    .shop_contain .bonus_box .bonus_list .table_order .t1 {
        width: 15%;
    }
}

@media only screen and (max-width: 600px) {
    .shop_contain .table_order .field .line:nth-child(even) {
        background-color: transparent;
    }
    .shop_contain .shop_block .shop_list .headname {
        margin-bottom: 35px;
    }
    .shop_contain .head_box .sub_link {
        display: none;
    }
    .shop_contain .head_box .select_link {
        display: block;
        background-image: url("../images/member/select.png");
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: 97%;
        background-color: white;
    }
    .shop_contain .head_box .select_link select {
        width: 100%;
        height: 30px;
        font-size: 15px;
        padding-left: 7px;
        padding-right: 50px;
        background-color: transparent;
        border-color: #9e9e9e;
    }
    .shop_contain .shop_block .member_login .info {
        margin-top: 20px;
        width: calc(100% - 108px);
    }
    .shop_contain .shop_block .member_login .edit_link {
        float: left;
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-top: 0;
    }
    .shop_contain .shop_block .member_login .logout {
        width: calc(100% - 50px);
        margin-left: 25px;
        margin-right: 0;
        float: left;
    }
    .shop_contain .shop_block .member_login {
        height: 245px;
    }
    .shop_contain .table_order .title,
    .shop_contain .shop_block .trace_list .title {
        display: none;
    }
    .shop_contain .table_order .field .line,
    .shop_contain .shop_block .trace_list .line {
        display: block;
        border: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 20px;
    }
    .shop_contain .table_order .t1:before {
        content: '訂單日期';
    }
    .shop_contain .table_order .t2:before {
        content: '訂單編號';
    }
    .shop_contain .table_order .t3:before {
        content: '收件人';
    }
    .shop_contain .table_order .t4:before {
        content: '金額';
    }
    .shop_contain .table_order .t5:before {
        content: '付款方式';
    }
    .shop_contain .table_order .t6:before {
        content: '訂單狀態';
    }
    .shop_contain .table_order .t7:before {
        content: '付款狀態';
    }
    .shop_contain .table_order .field .line .td,
    .shop_contain .shop_block .trace_list .line .td {
        width: 100%;
        display: flex;
        border: 0;
        font-size: 14px;
        justify-content: left;
        padding: 8px 0;
        background-color: white;
        padding-left: 4px;
    }
    .shop_contain .table_order .field .line .td:nth-child(even) {
        background-color: #f6f6f6;
    }
    .shop_contain .table_order .field .line .td:before,
    .shop_contain .shop_block .trace_list .t3:before,
    .shop_contain .shop_block .trace_list .t5:before,
    .shop_contain .shop_block .trace_list .del:before,
    .trace_list.buy_list .line .td:before,
    .shop_step .trace_list .line .t4:before {
        width: 80px;
        text-align: left;
        color: black;
        padding-left: 0;
        min-width: 80px;
    }
    .shop_contain .shop_block .member_neworder {
        padding: 20px;
    }
    .shop_contain .shop_block .member_login .icon {
        margin-left: 20px;
    }
    .shop_contain .shop_block .head_title {
        margin-bottom: 18px;
    }
    .shop_contain .shop_block .member_neworder .more_order,
    .shop_contain .shop_block .shop_list .more_order {
        width: 100%;
    }
    .shop_contain .table_order.more::after,
    .shop_contain .shop_block .trace_list.more::after {
        display: none;
    }
    .shop_contain .shop_block .trace_list .line .t1 {
        width: 65px;
        float: left;
        padding-left: 0;
        margin-right: 10px;
    }
    .shop_contain .shop_block .trace_list .line .t2 {
        width: calc(100% - 75px);
        float: left;
    }
    .shop_contain .shop_block .trace_list .t3:before {
        content: '商品金額';
    }
    .shop_contain .shop_block .trace_list .t5:before {
        content: '刪除';
    }
    .shop_contain .shop_block .trace_list .link_button {
        width: 100%;
    }
    .acoount_block .account_box .title {
        width: 100px;
    }
    .acoount_block .account_box .field_box {
        width: 100%;
        margin-top: 40px;
    }
    .acoount_block .account_box .num {
        position: absolute;
        font-size: 33px;
        right: 19px;
        top: 28px;
        left: auto;
    }
    .acoount_block .account_box .field_box .line.code .inputbox {
        width: 100%;
    }
    .acoount_block .account_box .field_box .line {
        display: block;
    }
    .acoount_block .account_box .field_box .line .link_button {
        margin-left: 0;
        width: 100%;
    }
    .acoount_block .account_box .field_box .line .inputbox.disabled {
        padding-left: 0;
    }
    .acoount_block .account_box .field_box .line.code img {
        position: relative;
        right: 0;
        float: none;
        display: inline-block;
        margin-right: 0;
        margin-left: auto;
        margin-top: 8px;
    }
    .acoount_block .account_box .field_box .line .tip,
    .acoount_block .account_box .field_box .line.error .tip,
    .acoount_block .account_box .field_box .line.error .templeteRow {
        position: relative;
        color: #b59339;
        top: 0;
        left: 0;
        bottom: auto;
        padding-left: 0;
    }
    .acoount_block .account_box .field_box .line.error {
        margin-bottom: 0;
    }
    .trace_list.buy_list .line {
        display: block;
        border: 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 20px;
        line-height: 20px;
    }
    .trace_list.buy_list .line .td {
        width: 100%;
        display: flex;
        border: 0;
        font-size: 14px;
        justify-content: left;
        padding: 8px 0;
        background-color: white;
        padding-left: 0;
    }
    .trace_list.buy_list .line .t1 {
        width: 65px;
        float: left;
        padding-left: 0;
        margin-right: 10px;
    }
    .trace_list.buy_list .line .t2 {
        width: calc(100% - 75px);
        float: left;
    }
    .trace_list.buy_list .line .td.t3 {
        flex-wrap: nowrap;
        text-align: left;
    }
    .trace_list.buy_list .line .t3:before {
        content: '商品金額';
    }
    .trace_list.buy_list .line .t4:before {
        content: '商品數量';
    }
    .trace_list.buy_list .line .t5:before {
        content: '小計';
    }
    .trace_list.buy_list .title {
        display: none;
    }
    .trace_list.buy_list .line .link_button {
        width: 100%;
    }
    .trace_list.buy_list .line:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .trace_list.buy_list .line .td.t3 .old_price {
        font-size: 12px;
    }
    .featherlight-close-icon {
        width: 40px;
        height: 40px;
        font-size: 23px;
    }
    .acoount_block .account_box .field_box .line .birth .select_box select {
        padding-right: 10px;
    }
    .acoount_block.returns_block .account_box .field_box {
        width: 100%;
    }
    .acoount_block .account_box .title .tip {
        width: 65vw;
    }
    .acoount_block.returns_block .account_box.has_tip .num {
        top: 28px;
    }
    .acoount_block .account_box .field_box .text_summary ul li {
        padding-left: 5px;
    }
    .acoount_block.returns_block .table_order .field .line:last-child {
        border-bottom: 0;
    }
    .acoount_block.returns_block .table_order .field .line {
        border-color: black;
    }
    .acoount_block.returns_block .table_order .field .line .td {
        width: 100%;
        padding-left: 160px;
        padding-right: 8px;
    }
    .acoount_block.returns_block .table_order .field .line .t1 {
        width: 100%;
    }
    .acoount_block.returns_block .table_order .field .line .t1:before {
        content: '訂單狀態';
        text-align: left;
        width: 136px;
        margin-right: 30px;
        padding-left: 0;
        position: absolute;
        left: 10px;
    }
    .acoount_block.returns_block .table_order .field .line .t2 {
        width: 100%;
    }
    .acoount_block.returns_block .table_order .field .line .t2:before {
        content: '可否執行取消或退貨';
        text-align: left;
        width: 136px;
        margin-right: 30px;
        padding-left: 0;
        position: absolute;
        left: 10px;
    }
    .acoount_block.returns_block .table_order .field .line .t3 {
        width: 100%;
    }
    .acoount_block.returns_block .table_order .field .line .t3:before {
        content: '說明';
        text-align: left;
        width: 136px;
        margin-right: 30px;
        padding-left: 0;
        position: absolute;
        left: 10px;
    }
    .shop_contain .coup_list .table_order .field .line .td {
        padding: 10px 2px;
    }
    .shop_contain .coup_list .table_order .field .line .td br {
        display: none;
    }
    .shop_contain .coup_list .table_order .field .line .td span {
        padding-left: 10px;
        width: auto;
        display: inline-block;
    }
    .shop_contain .coup_list .table_order .field .line:nth-child(even),
    .shop_contain .coup_list .table_order .field .line {
        background-color: transparent;
    }
    .shop_contain .shop_block .trace_list .line:last-child {
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .shop_contain .bonus_box {
        padding: 60px 15px;
    }
    .shop_contain .bonus_box .top_info .memo {
        margin-left: 30px;
        width: calc(100% - 97px);
    }
    .shop_contain .bonus_box .top_info .point {
        font-size: 30px;
        top: -86px;
    }
    .shop_contain .bonus_box .top_info {
        margin-top: 10px;
        height: 60px;
        border-bottom: 1px solid #757575;
        line-height: 22px;
    }
    .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 {
        padding: 10px 2px;
        display: block;
    }
    .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2::after {
        content: '';
        display: block;
        clear: both;
    }
    .shop_contain .bonus_box .bonus_list .table_order .field .line .td.t2 span {
        width: calc(100% - 70px);
        display: block;
        float: right;
    }
}

@media only screen and (max-width: 400px) {
    .acoount_block.returns_block .table_order .field .line .td {
        padding-left: 118px;
    }
    .acoount_block.returns_block .table_order .field .line .t1:before,
    .acoount_block.returns_block .table_order .field .line .t2:before,
    .acoount_block.returns_block .table_order .field .line .t3:before {
        width: 95px;
    }
    .acoount_block.returns_block .table_order .field .line .t2 {
        min-height: 62px;
    }
}

.loginWrap {
    position: relative;
    margin: 0 auto;
}

#login_from .box .block .line .inputbox {
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.code_img {
    margin-top: 5px;
    font-size: 0;
    line-height: 1;
    display: flex;
    align-items: center;
}

.page_content {
    margin-bottom: 25px;
    margin-top: calc(var(--height-nav-md) + 50px);
}

.acoount_block .account_box .field_box .line .tip,
.acoount_block .account_box .field_box .tip {
    padding: 0;
}

@media only screen and (max-width: 650px) {
    .acoount_block .account_box .field_box .line label {
        display: block;
    }
}

@media (max-width: 500px) {
    .food01-template-01 .lang .link {
        padding: 0 10px;
    }
}


/* 各類內頁頁首 */

