@charset "utf-8";
/*首頁HEAD 搜尋*/
.search_bar {
    position: absolute;
    top: 10px;
    right: 10px;
}
.search {
    border: 1px #8a7a7a solid;
    /* background: #000; */
    /* border-radius: 0px 0px 10px 10px; */
    width: 165px;
    z-index: 1000;
    padding: unset;
}
.search > input {
    width: 130px;
    border: none;
    /* padding: 5px; */
    color: rgb(0, 0, 0);
}
.search > .search_submit {
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: 3px;
    left: 139px;
}
.search > .search_submit::before {
    content: '';
    position: absolute;
    top: 3px;
    right: calc(50% - 5px);
    width: 9px;
    height: 8px;
    border-radius: 50%;
    background: #efefef;
    border: 3px #a3a3a3 solid;
}
.search > .search_submit::after {
    content: '';
    position: absolute;
    bottom: 2px;
    right: 0px;
    width: 8px;
    height: 2px;
    background: #9fa09f;
    transform: rotate(45deg);
}
.search_list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    margin-top: 30px;
    font-size: 18px;
}
.search_list > span {
    display: inline-block;
    font-weight: 600;
    padding: 0px 5px;
}
@media screen and (max-width: 1100px) {
    .search_bar {
        margin: unset;
    }
    .search {
        top: 3px;
        right: unset;
    }
}
@media screen and (max-width: 768px) {
    .search {
        margin: auto;
        width: 90%;
        right: unset;
    }
    .search_bar2 {
        display: block;
        margin: auto;
        padding: 1em;
        width: 100%;
    }
    .search > .search_submit {
        left: unset;
        right: 0.6em;
        top: 2px;
    }
    .search > .search_submit::before {
        width: 14px;
        height: 12px;
        background-image: linear-gradient(to right, #d4d4d4, #fff 40%);
    }
    .search > .search_submit::after {
        bottom: -4px;
        right: -1px;
        width: 13px;
        height: 4px;
    }
    .search_bar2 > form {
        width: 72%;
        background-color: white;
    }
}
@media screen and (max-width: 1200px) {
    .search_bar {
    }
    .search {
        border: 1px #8a7a7a solid;
        /* background: #000; */
        /* border-radius: 0px 0px 10px 10px; */
        width: 165px;
        z-index: 1000;
        padding: unset;
    }
    .search > input {
        width: 130px;
        border: none;
        /* padding: 5px; */
        color: rgb(0, 0, 0);
    }
    .search > .search_submit {
        width: 20px;
        height: 20px;
        position: absolute;
        cursor: pointer;
        top: 3px;
        left: 139px;
    }
    .search > .search_submit::before {
        content: '';
        position: absolute;
        top: 3px;
        right: calc(50% - 5px);
        width: 9px;
        height: 8px;
        border-radius: 50%;
        background: #efefef;
        border: 3px #a3a3a3 solid;
    }
    .search > .search_submit::after {
        content: '';
        position: absolute;
        bottom: 2px;
        right: 0px;
        width: 8px;
        height: 2px;
        background: #9fa09f;
        transform: rotate(45deg);
    }
    .search_list {
        display: flex;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: flex-start;
        margin-top: 30px;
        font-size: 18px;
    }
    .search_list > span {
        display: inline-block;
        font-weight: 600;
        padding: 0px 5px;
    }
}
/* CSS Document */
.p_red {
    color: red;
}
* {
    box-sizing: border-box;
}
.pure-g [class*='pure-u'] {
    font-family: '微軟正黑體';
}
body {
    margin: 0;
}
#container {
    width: 100%;
    margin: 0 auto;
}
/*header*/
/* header {
	z-index: 999;
} */
.head {
    text-align: center;
    margin-bottom: 20px;
}
.logo {
    text-align: center;
    margin: 0;
    padding-top: 20px;
}
.logo a {
    display: inline-block;
}
.logo img {
    max-width: 100%;
    margin-bottom: -4px;
    max-width: 230px;
}
.login {
    position: absolute;
    top: 40px;
    right: 52px;
}
.login a {
    text-decoration: none;
    font-family: '微軟正黑體';
    font-weight: bold;
    color: #272822;
}
.login a:hover {
    color: #9fa0a0;
}
.productClickHistory {
    position: fixed;
    top: 50%;
    bottom: 50%;
    right: 0;
    width: auto;
}
.productClickHistory ul {
    background-color: #7b7b7b;
    border: 1px solid #7b7b7b;
}
.productClickHistory li {
    list-style: none;
}
.productClickHistory img {
    width: 100px;
    height: 100px;
}
:root {
    --main_green: #069844;
    --sub_green: #006b0d;
    --main_orange: #ed660f;
}
/*Banner*/
#banner {
    position: relative;
    overflow: hidden;
    z-index: 99;
    padding-top: 88px;
}
#banner .img {
    white-space: nowrap;
    position: absolute;
}
#banner .img img {
    vertical-align: top;
}
#banner_control {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
    z-index: 100;
}
#banner_control img {
    width: 12px;
    margin: 5px;
}
#banner #banner_control span {
    cursor: pointer;
    padding: 0 3px;
}
#banner #banner_control span img:nth-child(2) {
    display: none;
}
#banner #banner_control span img:nth-child(1) {
    display: inline-block;
}
#banner #banner_control span:active img:nth-child(1),
#banner #banner_control span.now img:nth-child(1) {
    display: none;
}
#banner #banner_control span:active img:nth-child(2),
#banner #banner_control span.now img:nth-child(2) {
    display: inline-block;
}
@media screen and (min-width: 500px) {
    #banner_control img {
        width: 12px;
        margin: 5px;
    }
}
/*Banner End*/
/*menu*/
ul.menu {
    margin: 10px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    list-style-type: none;
    z-index: 200;
}
.menu_btn {
    padding: 0.2em 0.4em;
    display: inline-block;
    vertical-align: top;
}
.menu_btn a {
    text-decoration: none;
    padding: 1.3em 1.8em;
    display: block;
    font-size: 1.3em;
    font-family: '微軟正黑體';
    text-align: center;
    background: gray;
    color: #fff;
}
.menu_btn a:hover {
    background: #4b4b4b;
    color: white;
}
.subBtn {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    z-index: 999;
    display: none;
}
.subBtn a {
    display: inline-block;
    cursor: pointer;
    background: #d6d6d6;
    color: #000409;
}
.menu_btn:hover .subBtn {
    display: block;
}
/*news*/
.news_box {
    margin: 1% 4%;
}
.news {
    padding: 2% 0 2% 0;
    border-bottom: solid 1px #cecece;
    text-decoration: none;
}
.news_pic {
    background: #878787;
}
.news_pic img {
    width: 100%;
}
.news_pic p {
    margin: 0;
    background: #878787;
    text-align: center;
    color: white;
}
.news_pic,
.news_pic p {
    vertical-align: middle;
}
.news_pic a {
    text-decoration: none;
}
.news_text {
    padding-left: 1%;
    box-sizing: border-box;
}
.news_text p {
    color: #cecece;
}
.news_text a {
    text-decoration: none;
}
.news_title {
    color: #878787;
    font-size: 2em;
}
.news_title span {
    color: #878787;
    margin: 0 15px;
}
.news:hover {
    background: #e6e6e6;
}
.news_text:hover .news_title {
    color: #4b4b4b;
}
.news_text:hover .news_title span {
    color: #4b4b4b;
}
/*product*/
.product {
    margin: 5% 4%;
}
.product_title {
    margin-bottom: 20px;
}
.product_title h3 {
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-size: 3.5em;
    color: #4b4b4b;
    font-weight: 500;
}
.product_box {
    margin: 2% 0%;
}
.product_content {
    text-align: center;
    text-decoration: none;
    list-style: none;
    text-decoration: none;
    padding: 12px 0 0 0;
    margin-bottom: 2%;
    border-bottom: solid 1px #cecece;
}
.product_content img {
    width: 95%;
}
.product_content:hover {
    background: #e6e6e6;
}
.pro_name {
    color: #4b4b4b;
    font-size: 2em;
    padding: 3% 0;
}
.pro_text {
    padding: 3% 0;
    font-size: 0.8em;
    color: #7b7b7b;
}
/*more*/
.more a {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: 0.2em;
    text-decoration: none;
    color: #878787;
}
.more {
    text-align: right;
    margin: 30px 0;
}
.more a:hover {
    background: #9fa0a0;
    color: white;
    padding: 6px;
    border-radius: 4px;
}
/*top*/
.top-btn {
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: column;
    right: 20px;
    bottom: 150px;
    cursor: pointer;
    z-index: 999;
    margin-bottom: 20px;
}
.top-btn img {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
}
@media (max-width: 500px) {
    .top-btn {
        right: 5px;
    }
    .top-btn img {
        width: 35px;
        height: 35px;
    }
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 115px;
    cursor: pointer;
    z-index: 99;
}
#gotop img {
    width: 55px;
    height: auto;
}
@media (max-width: 500px) {
    #gotop {
        right: 5px;
    }
    #gotop img {
        width: 35px;
        height: 35px;
    }
}
/*cart*/
.cart_run {
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 999;
}
.cart_box {
    display: inline-block;
    position: relative;
}
.cart_num {
    position: absolute;
    top: 45px;
    right: 0;
    display: inline-block;
    width: 1.8em;
    padding: 0.4em 0;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background-color: #eb2332;
}
/*內頁標題*/
.title {
    text-align: left;
}
.title p {
    margin: 0;
    font-size: 3.5em;
    color: #4b4b4b;
}
/*水平線*/
hr {
    height: 1px;
    width: 100%;
    margin: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}
/*按鈕*/
.member_button {
    background: #e36e9e;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto 20px;
    text-decoration: none;
    display: block;
    padding: 0.5em;
    border: none;
    transition: all 0.5s;
    max-width: 350px;
}
.member_button:hover {
    background: #ffc318;
}
a.btn {
    background: #4b4b4b;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    font-family: '微軟正黑體';
    text-align: center;
    display: block;
    line-height: 2em;
}
a.btn:hover {
    /* background: #da4e40; */
}
a.btn_fb {
    background: #1d438e;
    color: #fff;
    width: 300px;
    margin: 1em auto;
    text-decoration: none;
    font-size: 1.5em;
    display: block;
    line-height: 2em;
}
a.btn_fb:hover {
    background: #13213b;
}
/* 卷軸
::-webkit-scrollbar {
	width: 17px;
	background: #fff;
}
::-webkit-scrollbar-thumb {
	width: 13px;
	background-color: #454545;
	border-radius: 6px;
} */
/*返回*/
.back {
    text-align: center;
    width: 100%;
    margin: 20px 0;
}
.back a {
    color: #4b4b4b;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-decoration: none;
    padding: 1%;
}
.back a:hover {
    color: #fff;
    background: #878787;
    border-radius: 4px;
}
/*footer*/
.footer_out {
    background: #4b4b4b;
    padding: 30px 0;
    font-family: '微軟正黑體';
}
.footer_out p {
    margin: 0;
    color: #9fa0a0;
    font-family: '微軟正黑體';
}
.footer_out a {
    text-decoration: none;
    color: #9fa0a0;
}
/*sec_1*/
.footer_sec1 {
    padding-left: 4%;
    box-sizing: border-box;
}
.footer_logopic {
    font-size: 3.5em;
    color: #9fa0a0;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.footer_menu {
    margin-bottom: 20px;
}
.footer_menu div {
    display: inline-block;
    font-size: 1.8em;
}
.footer_menu div::after {
    content: ' |';
    color: #9fa0a0;
}
.footer_menu div:last-child::after {
    content: '';
}
.footer_menu a {
    display: inline-block;
    text-decoration: none;
    letter-spacing: 1px;
    color: #9fa0a0;
}
.footer_menu a:hover {
    color: white;
}
/*sec_2*/
.footer_sec2 {
    text-align: right;
}
.link img {
    display: inline-block;
    margin-right: 4%;
    width: 18%;
    max-width: 65px;
}
.footer a:hover {
    color: #ff3333;
}
/*頁碼*/
.page {
    text-align: center;
    margin: 40px 10px;
    font-size: 12px;
}
.page ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page ul li {
    display: inline-block;
}
.page ul li a {
    display: block;
    text-decoration: none;
    color: var(--main_orange);
    padding: 7px 10px;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
}
.page ul li .select,
.pagenumber a:hover {
    color: #fff;
    padding: 7px 10px;
    margin: 15px;
    background: var(--main_orange);
    border-radius: 50%;
}
/* 影片RWD */
@media screen and (max-width: 1920px) {
    iframe {
        width: 42%;
        height: 314px;
    }
}
@media screen and (max-width: 1024px) {
    iframe {
        width: 60%;
        height: 314px;
    }
}
@media screen and (max-width: 768px) {
    iframe {
        width: 100%;
        height: 314px;
    }
}
/* new css */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    background: url(../images/website_image/images/all_bg.webp) center center;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    font-family: '微軟正黑體';
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    text-decoration: none;
    color: black;
    display: inline-block;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}
/* all-header */
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: var(--main_green);
}
.all-header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: var(--main_green);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 15px;
}
.all-header .all-header-logo {
    width: 250px;
}
.all-header .all-header-logo img {
    width: 100%;
}
.all-header .all-header-list {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    background: #fff;
    color: #fff;
    border: none;
    outline: none;
}
@media screen and (max-width: 1024px) {
    .all-header .all-header-list {
        max-height: 80vh;
        overflow: auto;
    }
}
.all-header .all-header-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transition: ease-in-out 0.6s;
}
.all-header .all-header-login {
    display: flex;
    justify-content: center;
}
.all-header .member i {
    display: none;
}
.all-header .all-header-item {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    position: relative;
    color: #6d6d6d;
    padding: 15px 0;
}
.all-header .all-header-str {
    width: 155px;
    margin: 0 auto;
    display: inline-block;
    height: 2.5em;
    overflow: hidden;
    font-weight: bold;
    font-size: 20px;
}
.all-header .btn-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 155px;
    color: #6d6d6d;
}
.all-header .btn-ch {
    position: absolute;
    top: 11px;
    left: 40px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: ease-in-out 0.2s;
}
.all-header .btn-en {
    position: absolute;
    width: 100%;
    top: 11px;
    left: 200px;
    right: 0;
    text-align: center;
    transition: ease-in-out 0.3s;
}
.all-header .all-header-str .btn-ch > img {
    padding-right: 5px;
    max-width: 40px;
}
.all-header .all-header-down {
    position: absolute;
    top: 26px;
    right: 15%;
}
.all-header .sub-list {
    width: 100%;
    display: none;
    padding: 20px 0px;
}
.all-header .sub-item {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.all-header .sub-item a {
    padding: 15px 0;
    color: #6d6d6d;
}
.all-header .sub-item:hover {
    background: var(--main_orange);
    color: #fff;
}
.all-header .rotate {
    transform: rotate(180deg);
}
.all-header .hamburger-icon-01 .menu {
    display: block;
    position: relative;
    width: 2em;
    height: 1.3em;
    font-size: 22px;
    cursor: pointer;
}
.all-header .hamburger-icon-01 .menu .item {
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: var(--sub_green);
    border-radius: 2.5px;
}
@media screen and (max-width: 1024px) {
    .all-header .all-header-item {
        border-bottom: 1px solid #6d6d6d;
    }
    .all-header .sub-list {
        border-top: 1px solid #6d6d6d;
        margin-top: 20px;
    }
    .all-header .btn-ch {
        left: 0;
    }
    .all-header .sub-item:hover > a {
        color: #000;
    }
}
@media screen and (max-width: 500px) {
    .all-header {
        padding: 15px 20px;
    }
    .all-header .all-header-logo {
        width: 200px;
    }
}
.all-header .hamburger-icon-01 .menu .item:nth-child(1) {
    top: 0;
}
.all-header .hamburger-icon-01 .menu .item:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.all-header .hamburger-icon-01 .menu .item:nth-child(3) {
    bottom: 0;
}
.all-header .hamburger-icon-01 .menu-1 .item {
    transition: all 0.25s;
}
.all-header .hamburger-icon-01 .menu-1.open .item:nth-child(1) {
    top: 42%;
    transform: rotate(45deg);
}
.all-header .hamburger-icon-01 .menu-1.open .item:nth-child(2) {
    opacity: 0;
    margin-left: 100%;
}
.all-header .hamburger-icon-01 .menu-1.open .item:nth-child(3) {
    bottom: 42%;
    transform: rotate(-45deg);
}
@media (min-width: 1025px) {
    .all-header {
        padding: 0 15px 0;
    }
    .all-header .all-header-list {
        display: flex;
        position: static;
        width: 90%;
        background: transparent;
    }
    .all-header .all-header-item:hover {
        background: var(--sub_green);
    }
    .all-header .all-header-item:hover .btn-ch {
        left: -200px;
        color: #fff;
    }
    .all-header .all-header-item:hover .btn-en {
        left: 0px;
        color: #fff;
    }
    .all-header .all-header-item .btn-ch {
        color: #fff;
        width: 120px;
    }
    .all-header .all-header-item:hover .sub-list {
        top: 100%;
        background: var(--sub_green);
    }
    .all-header .all-header-item:hover .sub-list a {
        color: #fff;
    }
    .all-header .all-header-str {
        /* width: 110px; */
        height: 78px;
    }
    .all-header .hamburger-icon-01 {
        display: none;
    }
    .all-header .all-header-down {
        display: none;
    }
    .all-header .sub-list {
        display: block;
        position: absolute;
        top: -1000%;
        left: 0px;
        transition: all 0.3s;
        padding: 0;
    }
    .all-header .all-header-str {
        /* width: 105px; */
        height: 78px;
    }
    .all-header .btn-ch {
        top: 34px;
        left: 20px;
    }
    .all-header .btn-en {
        top: 34px;
    }
    .all-header .member-item:hover {
        background: #fff;
    }
    .all-header .member {
        background: #ff8f94;
        color: #fff;
        padding: 10px 10px;
        border-radius: 999px;
        top: 23px;
        left: 0px;
    }
    .all-header .member:hover {
        background: #ffc318;
    }
    .all-header .member::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 60px;
        transform: rotate(30deg);
        background: rgba(255, 255, 255, 0.5);
        left: -40px;
        transition: 0.4s;
    }
    .all-header .btn-content:hover .member::before {
        left: 120px;
    }
    .all-header .member i {
        color: #fff;
        display: inline-block;
        margin: 0 5px 0 0;
    }
    .all-header .member p {
        color: #fff;
    }
    .all-header .member-item:hover .member {
        left: 0;
    }
}
@media (min-width: 1276px) {
    .all-header .all-header-list {
        width: 70%;
    }
    .all-header .btn-content {
        width: 140px;
    }
}
@media (min-width: 1300px) {
    .all-header .all-header-logo {
        margin-left: 5%;
    }
    .all-header .all-header-str {
        width: 150px;
        height: 78px;
    }
}
/* all-header end */
/* all-footer */
.all-footer {
    background: linear-gradient(to right, #ee1226 0%, #ed660f 50%, #ee1226 100%);
    color: #fff;
}
.all-footer .flex {
    max-width: 1200px;
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.all-footer .flex > .pic_box {
    width: 20%;
    text-align: center;
}
.all-footer .flex > .pic_box > img {
    max-height: 200px;
}
.all-footer .all-footer-community {
}
.all-footer .all-footer-community-icon {
    width: 50px;
    height: 50px;
    margin: 0 0 20px 0;
}
.all-footer .all-footer-community-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.all-footer .all-footer-connection {
    margin-top: 20px;
}
.all-footer .all-footer-connection-icon {
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
}
.all-footer .all-footer-connection-pic {
    margin: 0 15px 0 0;
}
.all-footer-connection-pic > img {
    filter: invert(1) brightness(100);
}
.all-footer .all-footer-connection-str {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.all-footer .all-footer-design {
    padding: 30px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #606060;
    background-color: #ead8cc;
    text-align: center;
}
.copyright {
    text-align: center;
    padding: 0.5em;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.copyright a {
    color: #fff;
}
@media (max-width: 768px) {
    .copyright {
        font-size: 12px;
    }
}
@media (max-width: 500px) {
    .all-footer .flex {
        width: 85%;
    }
}
/* all-footer end */
/* nes-ICON */
.news_new {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    right: -10px;
    background: var(--main_orange);
    border-radius: 50%;
    z-index: 3;
}
.news_new p {
    color: #fff;
    line-height: 60px;
    margin-left: 10px;
}
/*index-news*/
.index-news .index-news-bg {
    /* background: url('../images/website_image/loveHouse/bg.webp') no-repeat fixed center/cover; */
    max-width: 100%;
    width: 100%;
    height: auto;
}
.index-news .container {
    padding: 10vh 0;
}
.index-news .index-news-title {
    text-align: center;
    color: var(--sub_green);
    margin: 0 0 50px 0;
}
.index-news .index-news-title-h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
}
.index-news .index-news-title-str {
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.index-news .index-news-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 20px 0;
    transition: 0.5s;
    box-shadow: 0px 0px 0px #ccc;
}
.index-news .index-news-item:hover {
    box-shadow: 1px 1px 10px #ccc;
}
.index-news .index-news-pic {
    width: 150px;
    height: 150px;
    margin: 0 0 20px 0;
}
.index-news .index-news-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.index-news .index-news-txt {
    width: 100%;
    padding: 2em 4em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: ease-in-out 0.4s;
}
.index-news .index-news-txt:hover {
    background: #fff;
}
.index-news .index-news-txt-data {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.index-news .index-news-txt-data > span {
    background: var(--sub_green);
    padding: 5px 1em;
    display: inline-block;
    border-radius: 0.5em;
    color: #fff;
}
.index-news .index-news-txt-title {
    color: #606060;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.index-news .index-news-txt-str {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.index-news .index-news-btn {
    display: flex;
    justify-content: center;
}
.index-news .index-news-btn a {
    padding: 22px 105px;
    margin: 20px 0 0 0;
    color: #ffffff;
    background: var(--main_orange);
    border-radius: 999px;
    transition: all 0.5s;
}
.index-news .index-news-btn a:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1024px) {
    .index-news .index-news-item {
        box-shadow: 1px 1px 10px #ccc;
    }
    .index-news .index-news-txt {
        padding: 20px;
    }
}
@media (max-width: 768px) {
    .all-footer .flex > .pic_box {
        display: none;
    }
}
@media (min-width: 767px) {
    .index-news .index-news-item {
        justify-content: space-between;
        align-items: center;
    }
    .index-news .index-news-pic {
        margin: 0 0 0 0;
    }
    .index-news .index-news-txt {
        width: 100%;
        border-radius: 999px;
    }
}
/* index-news end */
/* index-about*/
.index-about-h2-en,
.index-about-h2-ch {
    color: var(--sub_green);
    text-align: center;
}
.index-about-h2-en {
    padding: 0 0 0 5px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.index-about-h2-ch {
    margin: 0 0 20px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.index-about-str {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #606060;
}
.index-about-content {
    position: relative;
    z-index: 10;
    width: 95%;
    max-width: 700px;
    background: rgb(255 255 255 / 80%);
    padding: 2em;
    padding-right: 4em;
    border-radius: 1em;
}
.index-about-content::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 0%);
    width: 150px;
    height: 200px;
    background: url(../images/website_image/images/footer_pic.webp) center center no-repeat;
    background-size: contain;
}
@media (max-width: 768px) {
    .index-about-content {
        padding-right: 2em;
    }
    .index-about-content::after {
        content: unset;
    }
}
@media (min-width: 500px) {
    .index-about-h2-ch {
        margin: 0 0 50px;
    }
}
@media (min-width: 999px) {
    .index-about-h2-en,
    .index-about-h2-ch {
        text-align: center;
    }
}
.home_about {
    position: relative;
    padding: 5vh 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.home_about::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 350px;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/website_image/images/about_bg.webp) top center no-repeat;
    background-size: cover;
}
/* index-about end*/
/* page-about */
.page-about .page-about-map {
    background: url('../images/website_image/loveHouse/3799327.webp') no-repeat fixed center/cover;
    padding: 35px 30px;
}
.page-about .page-about-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-about .page-about-area p {
    margin: 0 0 5px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}
.page-about .page-about-area h2 {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.page-about .page-about-txt {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.page-about .page-about-map-pic {
    width: 50%;
    max-width: 400px;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .page-about .page-about-map {
        display: flex;
        justify-content: center;
    }
    .page-about .page-about-content {
        width: 40%;
        margin-left: auto;
    }
    .page-about .page-about-map-pic {
        width: 60%;
    }
}
.page-about .page-about-section .wrap {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 15px;
}
.page-about .page-about-section .page-about-section-pic {
    margin: -20px 0 20px 0;
    width: 100%;
}
.page-about .page-about-section .page-about-section-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-about .page-about-section .page-about-section-h2-en,
.page-about .page-about-section .page-about-section-h2-ch {
    color: #e36e9e;
    text-align: center;
}
.page-about .page-about-section .page-about-section-h2-en {
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.page-about .page-about-section .page-about-section-h2-ch {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
}
.page-about .page-about-section .page-about-section-str {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #606060;
}
@media (min-width: 950px) {
    .page-about .page-about-section .wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0;
    }
    .page-about .page-about-section .page-about-section-pic {
        margin: -50px 0 0 0;
        max-width: 600px;
    }
    .page-about .page-about-section .page-about-section-content {
        width: 50%;
    }
    .page-about .page-about-section .page-about-section-h2-en,
    .page-about .page-about-section .page-about-section-h2-ch {
        text-align: left;
    }
}
.page-about .page-about-team {
    background: url('../images/website_image/loveHouse/bg03.webp') no-repeat fixed center/cover;
}
.page-about .page-about-team-Introduction {
    color: #fff;
    padding: 55px 30px;
}
.page-about .section {
    margin: 0 0 80px;
}
.page-about .section span {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin: 5px 0;
}
.page-about .section h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 5px 0;
}
.page-about .section p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin: 5px 0;
}
.page-about .page-about-team-Introduction-pic {
    max-width: 600;
}
.page-about .page-about-icons {
    background: #ff9394;
    padding: 12vh 0;
}
.page-about .page-about-icons-title {
    text-align: center;
    margin: 0 0 50px;
    color: #fff;
}
.page-about .page-about-icons-title p {
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 32px;
    font-weight: 400;
}
.page-about .page-about-icons-title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.page-about .page-about-icons-pic {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 999px;
}
.page-about .pics {
    margin: 0 7px 25px;
}
.page-about .pics p {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.page-about .page-about-icons-imgs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
}
.page-about .pic-01 {
    background: #fff url('../images/website_image/loveHouse/icon-person01.webp') no-repeat center/80%;
}
.page-about .pic-02 {
    background: #fff url('../images/website_image/loveHouse/icon-person02.webp') no-repeat center / 80%;
}
.page-about .pic-03 {
    background: #fff url('../images/website_image/loveHouse/icon-person03.webp') no-repeat center/80%;
}
.page-about .pic-04 {
    background: #fff url('../images/website_image/loveHouse/icon-person04.webp') no-repeat center/80%;
}
.page-about .pic-05 {
    background: #fff url('../images/website_image/loveHouse/icon-person05.webp') no-repeat center/80%;
}
@media (min-width: 370px) {
    .page-about .page-about-icons-pic {
        margin: 5px 3px;
    }
}
@media (min-width: 500px) {
    .page-about .page-about-icons-pic {
        margin: 20px;
    }
}
@media (min-width: 768px) {
    .page-about .page-about-icons-pic {
        width: 150px;
        height: 150px;
    }
    .page-about .page-about-icons-pic {
        margin: 0px;
    }
}
@media (min-width: 980px) {
    .page-about .page-about-team .wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10vh;
    }
    .page-about .page-about-team-Introduction {
        width: 50%;
        margin-left: auto;
    }
    .page-about .page-about-team-pic {
        max-width: 600px;
        width: 50%;
    }
    .page-about .page-about-icons-pic {
        margin: 10px;
    }
}
@media (min-width: 1500px) {
    .page-about .section span {
        font-size: 24px;
        line-height: 28px;
        font-weight: 600;
    }
    .page-about .section h2 {
        font-size: 42px;
        line-height: 48px;
        font-weight: 700;
        margin: 15px 0;
    }
    .page-about .section p {
        font-size: 16px;
        line-height: 22px;
        font-weight: 400;
        width: 600px;
    }
}
/* page-about end */
/* index-product */
.index-product .index-product-menu {
    padding: 20px 0;
    background: var(--sub_green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.index-product .index-product-title {
    position: relative;
    color: #fff;
}
.index-product .index-product-title p {
    padding: 0 0 0 5px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.index-product .index-product-title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.index-product .down {
    position: absolute;
    top: 18px;
    right: -50px;
    font-size: 40px;
    color: #fff;
}
.index-product .rotate {
    transform: rotate(180deg);
}
.index-product .index-product-list {
    margin: 20px 0 0 0;
    display: none;
}
.index-product .index-product-menu-item {
    margin: 0 0 20px 0;
    border-left: 5px solid #fff;
}
.index-product .index-product-menu-item-str {
    padding: 10px 0 10px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: ease-in-out 0.4s;
}
.index-product .index-product-menu-item-str:hover {
    color: #ffc318;
}
.index-product .inmenu {
    display: none;
}
.index-product .inmenu-item {
    margin: 15px 0 0 0;
}
.index-product .inmenu-str {
    margin: 5px 0 5px 15px;
}
.index-product .index-product-good {
    display: none;
    margin: 40px 0;
    align-self: flex-start;
    width: 90%;
}
.index-product .index-product-good img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    display: none;
}
.index-product .index-product-item {
    width: 90%;
    margin: 15px auto;
    padding: 20px 0;
    display: block;
    background: #fff;
}
.index-product .index-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.4s;
}
.index-product .index-product-str {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #5d5d5d;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #fffeef;
    box-shadow: 0 2px 7px #7d7d7d;
    padding: 0.5em 0;
    border-radius: 0.5em;
    border-bottom: 5px #d6e156 solid;
    transition: 0.3s;
}
.index-product a:hover .index-product-str {
    border-bottom: 0px #d6e156 solid;
    margin-top: 5px;
}
.index-product .index-product-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0;
}
.index-product .index-product-btn a {
    transition: all 0.5s;
    padding: 22px 105px;
    color: #fff;
    background: var(--main_orange);
    border-radius: 45px;
}
.index-product .index-product-btn a:hover {
    opacity: 0.8;
}
@media (min-width: 520px) {
    .index-product .index-product-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: flex-start;
        align-content: flex-start;
    }
    .index-product .index-product-item {
        width: 45%;
    }
}
@media (min-width: 810px) {
    .index-product .index-product-item {
        width: 30.33333%;
    }
}
.index-product {
    background: #f2f7d9;
}
@media (min-width: 1024px) {
    .index-product {
        display: flex;
    }
    .index-product .index-product-menu {
        width: 400px;
        padding: 80px 0 0;
    }
    .index-product .index-product-title {
        margin: 0 0 20px 0;
    }
    .index-product .down {
        display: none;
    }
    .index-product .index-product-products {
        padding: 90px 80px;
        width: 100%;
        max-width: 1366px;
        margin: 0 auto;
    }
    .index-product .index-product-list {
        display: block;
    }
    .index-product .index-product-good {
        display: block;
    }
    .index-product .index-product-item {
        width: 50%;
    }
}
@media (min-width: 1315px) {
    .index-product .index-product-item {
        width: 32%;
        margin: 0.5%;
    }
}
/* index-product end*/
/* page-product */
.productListTitle {
    text-align: center;
    color: #5d5d5d;
    margin-top: 5vh;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.page-product .page-product-menu {
    padding: 20px 0;
    background: var(--sub_green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.page-product .page-product-title {
    position: relative;
    color: #fff;
}
.page-product .page-product-title p {
    padding: 0 0 0 5px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.page-product .page-product-title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.page-product .down {
    position: absolute;
    top: 18px;
    right: -50px;
    font-size: 40px;
    color: #fff;
}
.page-product .fa-chevron-down {
    font-size: 20px;
    line-height: 50px;
}
.page-product .rotate {
    transform: rotate(180deg);
}
.page-product .page-product-list {
    margin: 20px 0 0 0;
    display: none;
}
.page-product .page-product-menu-item {
    margin: 0 0 20px 0;
    border-left: 5px solid #fff;
}
.page-product .page-product-menu-item-str {
    padding: 10px 0 10px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    transition: ease-in-out 0.4s;
}
.page-product .page-product-menu-item-str:hover {
    color: #ffc318;
}
.page-product .inmenu {
    display: none;
}
.page-product .inmenu-item {
    margin: 15px 0 0 0;
}
.page-product .inmenu-str {
    margin: 5px 0 5px 15px;
}
.page-product .page-product-good {
    display: none;
    margin: 40px 0;
    align-self: flex-start;
    width: 90%;
}
.page-product .page-product-good img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    display: none;
}
.page-product .all-product {
    background: #f2f7d9;
    padding: 1px;
    margin: 0 auto;
}
.page-product .page-product-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f2f7d9;
    padding: 5vh;
}
.page-product .page-product-item {
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
    background: #fff;
}
.page-product .page-product-pic {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    /* overflow: hidden; */
    border: 5px solid #fff;
    border-radius: 999px;
}
@media (min-width: 1024px) {
    .page-product .page-product-item:hover .page-product-pic img {
        transform: scale(1.1, 1.1);
    }
}
.page-product .page-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out 0.4s;
}
.page-product .page-product-str {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400;
    color: #5d5d5d;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    background: #fffeef;
    box-shadow: 0 2px 7px #7d7d7d;
    padding: 0.5em 0;
    border-radius: 0.5em;
    border-bottom: 5px #d6e156 solid;
    transition: 0.3s;
}
.page-product .page-product-item:hover .page-product-str {
    border-bottom: 0px #d6e156 solid;
    margin-top: 5px;
}
.page-product .page-product-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px 0 60px 0;
}
.page-product .page-product-btn a {
    transition: all 0.5s;
    padding: 22px 105px;
    color: #fff;
    background: #e36e9e;
    border-radius: 45px;
}
.page-product .page-product-btn a:hover {
    background: #ffc318;
}
@media (min-width: 500px) {
    .page-product .page-product-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /* padding: 6vh 3%; */
    }
}
@media (min-width: 1024px) {
    .page-product {
        display: flex;
        background: #ffc1c0;
    }
    .page-product .page-product-menu {
        width: 300px;
        padding: 80px 0;
    }
    .page-product .page-product-title {
        margin: 0 0 20px 0;
    }
    .page-product .down {
        display: none;
    }
    .page-product .page-product-products {
        /* padding: 90px 80px; */
        width: 100%;
        max-width: 1188px;
        margin: 0 auto;
    }
    .page-product .page-product-list {
        display: block;
    }
    .page-product .page-product-good {
        display: block;
    }
    .page-product .page-product-pic {
        width: 250px;
        height: 250px;
    }
    .page-product .all-product {
        width: calc(100% - 300px);
    }
}
.page-product .page-product-item {
    width: 31%;
    margin: 1%;
}
@media (max-width: 1366px) {
    .page-product .page-product-item {
        width: 48%;
    }
    .page-product .page-product-str {
        font-size: 16px;
    }
}
@media (max-width: 1024px) {
    .page-product .page-product-item {
        width: 31%;
    }
    .search_bar {
        top: 123px;
        right: 0px;
        width: 100%;
    }
    .search {
        top: 0;
        right: 0px;
        width: 100%;
    }
    .search > input {
        width: 100%;
    }
    .search > .search_submit {
        left: 95%;
    }
    .all-header .all-header-list {
        top: 146px;
    }
}
@media (max-width: 767px) {
    .productListTitle {
        display: none;
    }
    .page-product .page-product-item {
        width: 48%;
    }
    .page-product .page-product-products {
        padding: 2vh 0;
    }
}
@media (max-width: 500px) {
    .search_bar {
        top: 88px;
    }
    .page-product .page-product-item {
        width: 80%;
    }
    .all-header .all-header-list {
        top: 111px;
    }
}
/* page-product end*/
/* Inside_page-product */
.Inside_page-product-products .bread {
    width: 90%;
    max-width: 1024px;
    margin: 0 auto;
    position: relative;
    padding-left: 3em;
}
.Inside_page-product-products .bread::after {
    content: '';
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: 1em;
    transform: translate(0%, -50%);
    background: url(../images/website_image/images/pin.webp) center center no-repeat;
    background-size: contain;
}
.Inside_page-product {
    background: #f2f7d9;
}
.Inside_page-product .Inside_page-product-menu {
    padding: 20px 0;
    background: var(--sub_green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.Inside_page-product .Inside_page-product-title {
    position: relative;
    color: #fff;
}
.Inside_page-product .Inside_page-product-title .fa-chevron-down {
    font-size: 20px;
    line-height: 50px;
}
.Inside_page-product .Inside_page-product-title p {
    padding: 0 0 0 5px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.Inside_page-product .Inside_page-product-title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.Inside_page-product .down {
    position: absolute;
    top: 18px;
    right: -50px;
    font-size: 40px;
    color: #fff;
}
.Inside_page-product .rotate {
    transform: rotate(180deg);
}
.Inside_page-product .Inside_page-product-list {
    margin: 20px 0 0 0;
    display: none;
}
.Inside_page-product .Inside_page-product-menu-item {
    margin: 25px 0;
    border-left: 5px solid #fff;
}
.Inside_page-product .Inside_page-product-menu-item-str {
    padding: 10px 0 10px 20px;
    color: #fff;
}
.Inside_page-product .Inside_page-product-menu-item-str:hover {
    color: var(--main_orange);
}
.Inside_page-product-menu-item-str a {
    padding-left: 20px;
}
.Inside_page-product .inmenu {
    display: none;
}
.Inside_page-product .inmenu-item {
    margin: 15px 0 0 0;
}
.Inside_page-product .inmenu-str {
    margin: 5px 0 5px 15px;
}
.Inside_page-product .Inside_page-product-good {
    display: none;
    margin: 40px 0;
    align-self: flex-start;
    width: 90%;
}
.Inside_page-product .Inside_page-product-good img {
    /* width: 100%;
    height: 100%;
    object-fit: cover; */
    display: none;
}
.Inside_page-product .Inside_page-product-products {
    padding: 40px 0;
    width: 100%;
}
.Inside_page-product .Inside_page-product-allPic {
    width: 300px;
    margin: 0 auto;
}
.Inside_page-product .Inside_page-product-bigPic {
    margin: 0 auto 10px;
    width: 300px;
    height: 300px;
    cursor: pointer;
}
.Inside_page-product .Inside_page-product-bigPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Inside_page-product .Inside_page-product-allSmallPic {
    display: flex;
    flex-wrap: wrap;
}
.Inside_page-product .Inside_page-product-smallPic {
    width: 55px;
    height: 55px;
    margin: 0 0 10px 0;
}
.Inside_page-product .Inside_page-product-smallPic:not(:nth-of-type(5n)) {
    margin: 0 6px 10px 0;
}
.Inside_page-product .Inside_page-product-smallPic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Inside_page-product .Inside_page-product-introduction-t {
    width: 90%;
    margin: 0 auto;
    border: 1px solid var(--sub_green);
    padding: 0 2em;
    border-radius: 1em;
}
.Inside_page-product .Inside_page-product-introduction-t h2 {
    margin: 20px 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    text-align: left;
}
.Inside_page-product .Inside_page-product-introduction-t p {
    margin: 0 0 1.5em;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.Inside_page-product .Inside_page-product-Content {
    background: #fff;
    padding: 5vh 6vw;
    border-radius: 45px;
    width: 90%;
    max-width: 1024px;
    margin: 50px auto;
}
.Inside_page-product .Inside_page-product-Content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #8a8a8a;
}
.Inside_page-product .Inside_page-product-btn {
    display: flex;
    justify-content: space-between;
    width: 90%;
    max-width: 1024px;
    margin: 40px auto 0 auto;
    position: relative;
}
.Inside_page-product .Inside_page-product-btn .pBtn {
    position: relative;
}
.Inside_page-product .Inside_page-product-btn a:nth-child(3) {
    text-align: right;
}
.Inside_page-product .Inside_page-product-btn a:nth-child(1)::after {
    content: '上一個產品';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, -150%);
    font-weight: 600;
}
.Inside_page-product .Inside_page-product-btn a:nth-child(3)::after {
    content: '下一個產品';
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0%, -150%);
    font-weight: 600;
}
.Inside_page-product .Inside_page-product-btn a:nth-child(2) {
    color: #fff;
    transition: all 0.5s;
    background: var(--main_orange);
    padding: 0.5em 1em;
    border-radius: 0.4em;
}
.Inside_page-product .Inside_page-product-btn a:hover {
    opacity: 0.8;
}
@media (min-width: 768px) {
    .Inside_page-product .Inside_page-product-introduction {
        display: flex;
        width: 90%;
        max-width: 1024px;
        margin: 50px auto;
    }
    .Inside_page-product .Inside_page-product-allPic {
        margin-right: 50px;
    }
    .Inside_page-product .Inside_page-product-introduction-t {
        /* margin: 50px 0 0 0; */
    }
}
@media (min-width: 1025px) {
    .Inside_page-product {
        display: flex;
    }
    .Inside_page-product .Inside_page-product-menu {
        width: 300px;
        padding: 80px 0 0;
    }
    .Inside_page-product .Inside_page-product-title {
        margin: 0 0 20px 0;
    }
    .Inside_page-product .down {
        display: none;
    }
    .Inside_page-product .Inside_page-product-list {
        display: block;
    }
    .Inside_page-product .Inside_page-product-good {
        display: block;
    }
    .Inside_page-product .Inside_page-product-products {
        width: calc(100% - 300px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}
@media (max-width: 768px) {
    .Inside_page-product-products .bread {
        margin-bottom: 40px;
    }
    .Inside_page-product .Inside_page-product-introduction-t h2 {
        font-size: 24px;
    }
    .Inside_page-product .Inside_page-product-introduction-t p {
        margin: 0px 0 1.5em;
    }
    .Inside_page-product .Inside_page-product-btn {
        margin: 10vh auto;
    }
    .Inside_page-product .Inside_page-product-btn .pBtn {
        width: 50%;
    }
    .Inside_page-product .Inside_page-product-btn a:nth-child(2) {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 180%);
    }
}
@media (max-width: 500px) {
    .Inside_page-product-products .bread {
        width: 95%;
        padding-left: 2em;
    }
    .Inside_page-product-products .bread::after {
        left: 0.5em;
    }
}
/* Inside_page-product end */
/* page-news */
.page-news .page-news-bg {
    /* background: url('../images/website_image/loveHouse/bg.webp') no-repeat fixed center/cover; */
    max-width: 100%;
    width: 100%;
    height: auto;
}
.page-news .container {
    padding: 5vh 0px 1px;
}
.page-news .page-news-title {
    text-align: center;
    color: var(--sub_green);
    margin: 0 0 50px 0;
}
.page-news .page-news-title-h2 {
    margin: 20px 0 0 0;
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
}
.page-news .page-news-title-str {
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
}
.page-news .page-news-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px 0 40px 0;
    position: relative;
}
.page-news .page-news-pic {
    width: 150px;
    height: 150px;
    margin: 0 0 20px 0;
}
.page-news .page-news-pic img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.page-news .page-news-txt {
    width: 100%;
    padding: 2em 4em;
    background: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.4s;
    position: relative;
}
.page-news .page-news-txt:hover {
    background: #fff;
}
.page-news-item:hover {
    box-shadow: 1px 1px 10px #ccc;
}
.page-news .page-news-txt-data {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.page-news-txt-data > span {
    background: var(--sub_green);
    padding: 5px 1em;
    display: inline-block;
    border-radius: 0.5em;
    color: #fff;
}
.page-news .page-news-txt-title {
    color: #606060;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.page-news .page-news-txt-str {
    color: #8a8a8a;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.page-news .page-news-btn {
    display: flex;
    justify-content: center;
}
.page-news .page-news-btn a {
    padding: 20px 100px;
    margin: 20px 0 0 0;
    color: #ffffff;
    background: #e36e9e;
    border-radius: 999px;
}
.page-news .page-news-btn a:hover {
    background: #f36ca4;
}
@media (min-width: 767px) {
    .page-news .page-news-item {
        justify-content: space-between;
        align-items: center;
    }
    .page-news .page-news-pic {
        margin: 0 0 0 0;
    }
    .page-news .page-news-txt {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .page-news .page-news-item {
        box-shadow: 1px 1px 10px #ccc;
    }
}
@media (max-width: 768px) {
    .page-news .page-news-txt {
        padding: 20px;
    }
}
/*page-news end  */
/* Inside_page-news */
.Inside_page-news .Inside_page-news-bg {
    padding: 5vh 0;
    /* background: url('../images/website_image/loveHouse/bg.webp') no-repeat fixed center/cover; */
}
.Inside_page-news .Inside_page-news-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.Inside_page-news .Inside_page-news-pic {
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.Inside_page-news .Inside_page-news-pic img {
    border-radius: 45px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Inside_page-news .Inside_page-news-title {
    width: 100%;
    margin: 20px auto;
    text-align: left;
    padding-left: 2em;
    border-left: 5px solid var(--sub_green);
    color: var(--sub_green);
}
.Inside_page-news .Inside_page-news-data {
    font-size: 16;
    line-height: 18px;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.Inside_page-news .Inside_page-news-h2 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
}
.Inside_page-news .Inside_page-news-content {
    padding: 50px 30px;
    border-radius: 1em;
    background: rgba(255, 255, 255, 0.5);
    color: #8a8a8a;
    border: 1px solid var(--sub_green);
}
.Inside_page-news .Inside_page-news-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
.Inside_page-news .Inside_page-news-txt {
    color: #606060;
}
.Inside_page-news .Inside_page-news-btn {
    display: flex;
    justify-content: center;
}
.Inside_page-news .Inside_page-news-btn a {
    padding: 20px 100px;
    margin: 55px 0 0 0;
    color: #ffffff;
    background: var(--main_orange);
    border-radius: 999px;
    transition: all 0.5s;
}
.Inside_page-news .Inside_page-news-btn a:hover {
    opacity: 0.8;
}
.Inside_page-news .Inside_page-news a:hover {
    background: var(--sub_green);
}
@media (min-width: 768px) {
    .Inside_page-news .Inside_page-news-title {
        width: calc(95% - 250px);
        margin: 0;
        text-align: left;
    }
    .Inside_page-news .Inside_page-news-data {
        font-size: 25px;
        line-height: 28px;
        font-weight: 400;
    }
    .Inside_page-news .Inside_page-news-h2 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 600;
    }
    .Inside_page-news .Inside_page-news-content {
        margin: 20px 0 0 0;
        padding: 70px 60px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
    }
}
/* Inside_page-news end */
/* toll */
.toll {
    padding: 80px 0;
    background: url(../images/website_image/loveHouse/toll-bg.webp) no-repeat fixed right/cover;
    text-align: center;
}
.toll .toll-title {
    text-align: left;
    margin: 0 auto 40px;
    width: 150px;
    color: #fff;
}
.toll .toll-title-p {
    font-size: 24px;
    line-height: 35px;
    font-weight: 400;
}
.toll .toll-title-h2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 600;
}
.toll .toll-title-str {
    margin: 0 0 20px 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color: #606060;
}
.toll .toll-total {
    margin: 0 0 50px 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.toll .toll-total-span {
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}
.toll .toll-total-p {
    font-size: 32px;
    line-height: 28px;
    font-weight: 400;
    color: #e66c9f;
}
.toll .toll-items {
    width: 100%;
    margin: 0 auto;
}
.toll .toll-item {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 300px;
    border-radius: 45px;
}
.toll .weekdays {
    background: #fff;
    margin: 0 auto 20px;
}
.toll .weekdays h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #606060;
}
.toll .weekdays p {
    color: #e66c9f;
    font-size: 28px;
    line-height: 1.8;
    font-weight: 400;
}
.toll .holiday {
    background: #e66c9f;
    color: #fff;
}
.toll .holiday h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}
.toll .holiday p {
    font-size: 28px;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
}
.toll .price_box {
    width: 90%;
    max-width: 600px;
    background: #ffffff;
    padding: 20px;
    margin: 50px auto;
}
.toll .price_title {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
    background: #e66c9f;
}
.toll .price_item,
.toll .price_item_hide {
    width: 30%;
}
.toll .price_item h3,
.toll .price_item_hide h3 {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}
.toll .detail_box {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px #555555 solid;
}
.toll .detail_item {
    position: relative;
    width: 35%;
    padding: 20px;
}
.toll .item_fa {
    display: flex;
    justify-content: center;
    align-items: center;
}
.toll .item_fa p {
    color: #5d5d5d;
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
}
.toll .item_fa i {
    position: absolute;
    display: none;
    right: 20px;
}
.toll .deg {
    transform: rotate(180deg);
}
.toll .detail_money {
    display: flex;
    justify-content: space-around;
    width: 65%;
    padding: 10px;
}
.toll .detail_money p {
    font-size: 23px;
    line-height: 28px;
    font-weight: 600;
    color: #5d5d5d;
}
@media (max-width: 500px) {
    .toll .price_item_hide {
        display: none;
    }
    .toll .detail_box {
        flex-direction: column;
    }
    .toll .detail_item {
        width: 100%;
    }
    .toll .item_fa i {
        display: block;
    }
    .toll .detail_money {
        display: none;
        flex-direction: column;
        width: 100%;
    }
    .toll .detail_money p {
        padding: 10px;
    }
    .toll .detail_money p:nth-child(1)::before {
        content: '平日:';
        margin-right: 10px;
    }
    .toll .detail_money p:nth-child(2)::before {
        content: '假日:';
        margin-right: 10px;
    }
}
@media (min-width: 520px) {
    .toll .toll-items {
        width: 80%;
        display: flex;
        justify-content: center;
    }
    .toll .weekdays,
    .toll .holiday {
        margin: 0;
    }
    .toll .weekdays {
        margin: 0 20px 0 0;
    }
}
.toll .price_item.price_title {
    width: 100%;
}
.toll .info {
    padding: 20px 0px;
    line-height: 30px;
    font-size: 20px;
}
.toll .info .info_box {
    padding: 10px 0px;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}
.toll .info .info_box .info_mark {
    width: 30px;
    height: 30px;
    text-align: center;
    background: #ff9394;
    color: #ffffff;
    border-radius: 50px;
    margin-right: 20px;
}
.toll .info .info_box .info_text {
    width: calc(100% - 50px);
}
.toll .info_text_final {
    color: #e66c9f;
    font-weight: 600;
    padding: 10px 0px;
    font-size: 22px;
}
@media screen and (max-width: 500px) {
    .toll .price_item.price_title h3 {
        font-size: 22px;
    }
    .toll .info {
        padding: 15px 0px;
        line-height: 25px;
        font-size: 16px;
    }
    .toll .info .info_box .info_mark {
        width: 25px;
        height: 25px;
        margin-right: 10px;
    }
    .toll .info .info_box .info_text {
        width: calc(100% - 35px);
    }
    .toll .info_text_final {
        font-size: 20px;
        line-height: 30px;
    }
}
/* toll  end */
/* toll_sue_add */
#tab-demo {
    width: 100%;
    height: auto;
    max-width: 600px;
    margin: 50px auto;
}
#tab-demo > ul {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
}
.tab-title {
    list-style: none;
}
#tab-demo > ul > li {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    font-family: '微軟正黑體';
    margin: 0 -1px -1px 0;
    border: 1px solid #6060605e;
    height: 50px;
    line-height: 50px;
    background: #f1ebeb;
    padding: 0 15px;
    list-style: none;
    box-sizing: border-box;
}
#tab-demo > ul > li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    letter-spacing: 2px;
}
#tab-demo > ul > li.active {
    border-bottom: 1px solid #fff;
    background: #fff;
}
#tab-demo > .tab-inner {
    clear: both;
    color: #000;
    border: 1px #6060605e solid;
}
.tab-inner {
    background: #fff;
}
#tab-demo .price_box {
    width: 100%;
    margin: 20px auto;
}
/* connection */
.connection .map {
    position: relative;
    z-index: 30;
    width: 100vw;
    height: 300px !important;
}
.connection .bg {
    color: #fff;
    background: #ffc1c0;
}
.connection .content {
    width: 100%;
    padding: 20px 10px;
}
.connection .title {
    width: 160px;
    margin: 0 auto 15px;
}
.connection .title p {
    padding: 0 0 0 5px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.connection .title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.connection .data {
    padding: 10px;
    background: #ff9394;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.connection .pic {
    width: 200px;
    margin: 15px auto 0;
}
.connection .str {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.connection .str img {
    margin: 0 10px 0 0;
}
@media (min-width: 375px) {
    .connection .content {
        padding: 20px 20px;
    }
}
@media (min-width: 980px) {
    .connection {
        display: flex;
        justify-content: space-between;
    }
    .connection .bg {
        padding: 0 0 20px;
        display: flex;
        align-items: stretch;
    }
    .connection .map {
        width: 60%;
        height: auto !important;
    }
    .connection .bg {
        width: 40%;
        padding: 10vh 0;
    }
    .connection .content {
        position: relative;
        z-index: 99;
        margin: 0 0 0 -100px;
    }
    .connection .data {
        padding: 40px 0;
    }
}
/* connection  end*/
/* 線上估價 */
.onlineValuation {
    /* padding: 0 0 20px; */
    background: #007ec8;
    color: #fff;
}
/* page-about */
.onlineValuation .page-about-map {
    background: url('../images/website_image/loveHouse/3799327.webp') no-repeat fixed center/cover;
    padding: 35px 20px;
}
.onlineValuation .page-about-content {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.onlineValuation .page-about-area p {
    margin: 0 0 5px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}
.onlineValuation .page-about-area h2 {
    margin: 0 0 20px 0;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.onlineValuation .page-about-txt {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}
.onlineValuation .page-about-map-pic {
    max-width: 50%;
    margin: 0 auto;
}
@media (min-width: 1024px) {
    .onlineValuation .page-about-map {
        display: flex;
        justify-content: center;
    }
    .onlineValuation .page-about-content {
        width: 40%;
        margin-left: auto;
    }
    .onlineValuation .page-about-map-pic {
        width: 400px;
    }
}
/* page-about end*/
.onlineValuation .wrap {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    padding: 8vh 0;
}
.onlineValuation .title {
    margin: 20px 0;
}
.onlineValuation .title p {
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}
.onlineValuation .title h2 {
    font-size: 50px;
    line-height: 42px;
    font-weight: bold;
}
.onlineValuation .item {
    margin: 0 0 10px 0;
}
.onlineValuation .item input,
.onlineValuation .item select,
.onlineValuation .item textarea {
    background: rgba(255, 255, 255, 0.4);
    border: none;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
}
.onlineValuation .item input {
    width: 100%;
}
.onlineValuation .item input::placeholder {
    color: #000;
}
.onlineValuation .item select {
    width: 100%;
}
.onlineValuation .item textarea {
    width: 100%;
}
.onlineValuation .item img {
    width: 100%;
}
.onlineValuation .btns {
    display: flex;
    justify-content: space-around;
    margin: 40px auto;
}
.onlineValuation .btn {
    padding: 10px 30px;
    border-radius: 999px;
    color: #fff;
    border: none;
    outline: none;
}
.onlineValuation .Clear {
    background: #ffc318;
    transition: all 0.5s;
}
.onlineValuation .Clear:hover {
    background: #ff8f94;
}
.onlineValuation .submit {
    transition: all 0.5s;
    background: #e36e9e;
    width: auto;
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}
.onlineValuation .submit:hover {
    background: #ff8f94;
}
@media (min-width: 375px) {
    .onlineValuation .title {
        margin: 35px 0;
    }
}
@media (min-width: 463px) {
    .onlineValuation .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .onlineValuation .item span {
        width: 165px;
        margin: 0;
    }
    .onlineValuation .item input,
    .onlineValuation .item select,
    .onlineValuation .item textarea {
        width: calc(100% - 200px);
    }
    .onlineValuation .item .verification {
        width: calc(100% - 200px);
    }
    .onlineValuation .item .verification label {
        width: 100%;
    }
    .onlineValuation .item .verification img {
        width: 100%;
        height: 60px;
    }
    .onlineValuation .item .verification input {
        width: 100%;
    }
    .onlineValuation .btn {
        padding: 10px 60px;
    }
}
@media (min-width: 700px) {
    .onlineValuation .item .verification label {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .onlineValuation .item .verification img {
        width: 160px;
    }
    .onlineValuation .item .verification input {
        width: calc(95% - 160px);
    }
}
/* 線上估價 end */
/* 人才招募 */
.recruiting {
    padding: 20px 0;
    /* background: #e1e5e4; */
}
.recruiting .content {
    width: 95%;
    margin: 0 auto;
}
.recruiting .title {
    color: var(--sub_green);
    margin: 0 0 20px;
}
.recruiting .title p {
    padding: 0 0 0 5px;
    font-size: 24px;
    line-height: 25px;
    font-weight: 400;
    margin: 0 0 0 10px;
    color: #606060;
}
.recruiting .title h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
}
.recruiting .txt {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin: 10px 0;
    color: #606060;
}
.recruiting .item {
    margin: 0 0 10px 0;
}
.recruiting .item span {
    margin-bottom: 5px;
    display: inline-block;
    color: #6d6d6d;
}
.recruiting .item input {
    outline: none;
    background: #e2e2e2;
    border: 1px solid #ccc;
    border-radius: 0.4em;
    height: 2em;
    box-shadow: none;
}
.recruiting .item input[type='text'] {
    width: 100%;
}
.recruiting .item textarea {
    width: 100%;
    height: 100px;
    outline: none;
    box-shadow: none;
    border-radius: 0.4em;
    background: #e2e2e2;
    border: 1px solid #ccc;
}
.recruiting .item .sex {
    display: flex;
}
.recruiting .item .sex label + label {
    padding-left: 25px;
}
.recruiting .item .sex label input {
    margin: 0 5px 0 0;
}
.recruiting .item .verification img {
    width: 100%;
    max-width: 160px;
}
.recruiting .item .experience {
    display: flex;
}
.recruiting .item .experience label + label {
    padding-left: 25px;
}
.recruiting .item .experience label input {
    margin: 0 5px 0 0;
}
.recruiting .btns {
    width: 100%;
}
.recruiting .btn {
    padding: 10px 30px;
    color: #fff;
    border: none;
    outline: none;
    height: 60px;
    max-width: 250px;
    width: 100%;
    margin: 10px 0 10px auto;
    display: block;
    background: linear-gradient(to bottom, #b5f30b 0%, #629012 100%);
}
.recruiting .Clear {
    /* background: #ffc318; */
}
.recruiting .submit {
    font-size: 16px;
    border-bottom: 5px #3e680a solid;
}
.recruiting .submit:hover {
    margin: 15px 0 10px auto;
    border-bottom: 0px #3e680a solid;
}
@media (min-width: 463px) {
    .recruiting .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .recruiting .item span {
        width: 90px;
        margin: 0 20px 0 0;
    }
    .recruiting .item input[type='text'] {
        width: calc(100% - 110px);
    }
    .recruiting .item textarea {
        width: calc(100% - 110px);
    }
    .recruiting .verification {
        width: calc(100% - 110px);
    }
    .recruiting .btns {
        display: flex;
    }
    .recruiting .btn {
        width: 48%;
    }
}
@media (min-width: 1024px) {
    .recruiting {
        padding: 20px 0 0;
    }
    .recruiting .btn {
        border-radius: 0.4em;
        color: #fff;
        outline: none;
        height: auto;
        max-width: 150px;
    }
    .recruiting .title {
        padding: 20px 0 0 30px;
    }
    .recruiting .txt {
        padding: 0 0 0 40px;
    }
}
@media (min-width: 1360px) {
    .recruiting .title {
        padding: 0 0 0 30px;
        text-align: center;
    }
    .recruiting .txt {
        padding: 0 0 0 40px;
        margin: 45px 0 0 10px;
    }
}
@media (min-width: 1400px) {
    .recruiting .txt {
        padding: 0 0 0 40px;
        margin: 50px 0 0 10px;
    }
}
@media (min-width: 1600px) {
    .recruiting .title {
        margin: 45px 0 0 10px;
        text-align: center;
    }
    .recruiting .txt {
        padding: 0 0 0 40px;
        margin: 55px 0 0 10px;
    }
}
@media (min-width: 1800px) {
    .recruiting .title {
        padding: 80px 0 0 30px;
    }
}
@media (min-width: 1900px) {
    .recruiting .title {
        padding: 80px 0 0 30px;
    }
}
.recruiting .title {
    padding: 20px 0;
    text-align: center;
}
.trans_flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1366px;
    margin: 5vh auto;
}
.trans_flex > .iframe_box {
    width: 45%;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
.trans_flex > .iframe_box > iframe {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.trans_flex > form {
    width: 50%;
}
.recruiting .verification label {
    width: 100%;
    display: flex;
    align-items: center;
}
.recruiting .item .verification img {
    width: 120px;
    height: 40px;
    margin-right: 15px;
}
.recruiting .item .verification input {
    width: calc(100% - 135px);
}
@media (max-width: 768px) {
    .trans_flex {
        margin: 2vh auto;
    }
    .trans_flex > .iframe_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .trans_flex > form {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .recruiting .submit {
        margin: 2em auto 0 auto;
        max-width: 150px;
        height: auto;
    }
}
/* 人才招莫 end */
/* member-login 會員登入 */
.member-login {
    padding: 0 0 20px 0;
}
.member-login .wrap {
    max-width: 900px;
    width: 90%;
    margin: 80px auto 40px auto;
}
.member-login .title {
    text-align: center;
    font-size: 24px;
    line-height: 26px;
    font-weight: 700;
    margin: 40px 0;
    color: #667784;
    padding: 0 20px;
}
.member-login .item input {
    border-radius: 0;
    box-shadow: none;
}
.member-login .item {
    margin: 0 0 20px;
}
.member-login .item img {
    width: 100%;
}
.member-login .item label {
    color: #6d6d6d;
}
.member-login .lostPassword {
    text-align: center;
    display: inline-block;
    margin: 20px auto;
    font-size: 12px;
}
.member-login .item p {
    color: #6d6d6d;
}
.member-login .lostPassword:hover {
    background: #ffc318;
}
.member-login .mid {
    display: flex;
    justify-content: center;
}
.google_button {
    background: #ea4335;
}
.fb_button {
    background: #3b5998;
    line-height: 22px;
}
.divider {
    position: relative;
    margin: 20px 0;
}
.divider .line {
    height: 1px;
    background: #ccc;
}
.divider p {
    position: absolute;
    top: -8px;
    left: 40%;
    z-index: 10;
    background: #fff;
    width: 60px;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}
.member-login .member-new input {
    border-radius: 0;
    height: 32px;
    line-height: 16px;
}
@media (min-width: 463px) {
    .member-login .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .member-login .item label {
        width: 150px;
    }
    .member-login .item p {
        width: 150px;
    }
    .member-login .item input {
        width: calc(100% - 150px);
    }
    .member-login .verification {
        display: flex;
        width: calc(100% - 150px);
        height: 40px;
    }
    .member-login .item .verification p {
        width: 40%;
    }
    .member-login .item .verification img {
        width: 40%;
        margin: 0 0 0 20px;
        height: 65px;
    }
    .member-login .member-new {
        display: flex;
        justify-content: center;
        margin-top: 50px;
    }
    .member-login .member-new .member-new-btn {
        height: 37px;
        width: 48%;
        margin: 0 10px 20px;
        line-height: 22px;
    }
    .member-login .member-new input {
        height: 37px;
        line-height: 16px;
    }
    .member-login .Community {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .member-login .Community a {
        display: inline-block;
        height: 37px;
        margin: 0 0 20px 0;
    }
    .member-login .Community .pure-u-1-1 {
        width: 50%;
        max-width: 350px;
        display: flex;
        justify-content: center;
        margin: 0 10px;
    }
    .divider p {
        left: 47%;
    }
}
@media (min-width: 700px) {
    .member-login .title {
        margin: 40px 0 90px 0;
    }
}
/* member-login 會員登入 end */
/* 忘記密碼 */
.forget__bg {
    background-color: #f5f5f5;
    margin: -20px 0 0;
    padding: 60px 0;
}
.forget_password {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    color: #5d5d5d;
}
.forget_password .title {
    text-align: center;
    font-size: 36px;
    line-height: 40%;
    font-weight: bold;
    margin: 40px 0;
}
.forget_password form {
    background: #fff;
    padding: 10px;
}
.forget_password .login_box {
    width: 100%;
}
.forget_password .login_box label {
    text-align: center;
    margin: 20px 0;
}
.forget_password .login_box input {
    margin: 0 0 20px 0;
}
.forget_password .login_box input[type='submit'] {
    margin: 0 auto;
}
@media (min-width: 414px) {
    .forget_password form {
        padding: 20px 40px;
    }
}
/* 忘記密碼 end*/
/* 註冊 registered */
.registered-bg {
    background-color: #f5f5f5;
}
.registered {
    padding: 20px 0;
    max-width: 1024px;
    margin: 0 auto;
    width: 90%;
    color: #8a8a8a;
}
.registered .mid {
    display: flex;
    justify-content: center;
}
.registered .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
    color: #606060;
}
.registered .data {
    background: #fff;
    padding: 5vh 3vw;
}
.registered .data .item {
    margin: 0 0 5px 0;
}
.registered .data .item label {
    display: block;
}
.registered .data .item input[type='text'] {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    border-color: #ccc;
    border: 1px #ccc solid;
    background-color: #fff;
}
.registered .data .item input[type='password'] {
    width: 100%;
    margin: 10px 0;
    height: 40px;
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    border-color: #ccc;
    border: 1px #ccc solid;
}
.registered .data .item input[type='radio'] {
    margin: 10px 0;
}
.registered .data .item .sex-item {
    display: flex;
    margin: 15px auto;
    text-align: center;
}
.registered .data .item .sex-item .man {
    margin-right: 40px;
}
.registered .verification {
    display: flex;
    align-items: center;
}
.registered .member_address select {
    border-radius: 0;
    box-shadow: none;
    border-width: 1px;
    border-color: #ccc;
    border: 1px #ccc solid;
}
.registered .item .sex-item input[type='radio'] {
    margin: 0 10px 0 0;
}
.registered .txt {
    background: #fff;
    padding: 5vh 3vw;
}
.registered .txt h2 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #606060;
}
.registered .txt p {
    height: 200px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: gray;
    padding: 20px;
    margin: 40px auto;
    overflow-y: scroll;
}
.registered .txt .btn {
    display: block;
    padding: 15px 0;
    margin: 10px 0 0;
    text-align: center;
    width: 100%;
    background: #e36e9e;
    border: none;
    outline: none;
    color: #fff;
}
.registered .txt .btn:hover {
    background: #ffc318;
}
.registered .address-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.registered .address-item .city {
    width: 100%;
    height: 40px;
    margin: 10px 0;
}
.registered .address-item .town {
    width: 100%;
    height: 40px;
    margin: 10px 0;
}
.registered .member_address .address-item .zip {
    width: 100% !important;
}
.registered .txt .policy {
    margin-right: 10px;
}
@media (min-width: 400px) {
    .registered .address-item .city {
        width: 30.3333%;
    }
    .registered .address-item .town {
        width: 30.3333%;
    }
    .registered .member_address .address-item .zip {
        width: 30.3333% !important;
    }
}
@media (min-width: 470px) {
    .registered .txt p {
        padding: 40px;
    }
}
@media (min-width: 800px) {
    .registered form {
        display: flex;
        justify-content: space-between;
    }
    .registered .data {
        width: 48%;
    }
    .registered .txt {
        width: 48%;
    }
}
/* 註冊 registered  end*/
/* 通用會員 list*/
.member_menu-title {
    max-width: 700px;
    margin: 0 auto;
    width: 90%;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #606060;
}
.member_menu-title h2 {
    text-align: center;
    font-size: 38px;
    line-height: 40px;
    font-weight: bold;
    color: #8a8a8a;
}
.member_menu {
    max-width: 700px;
    width: 90%;
    margin: 20px auto;
}
.member_menu a {
    text-align: center;
    width: 100%;
    padding: 20px 0;
    color: #606060;
}
.member_menu .logout {
    width: 100%;
}
.member_menu .logout a {
    width: 100%;
    text-align: center;
}
@media (min-width: 650px) {
    .member_menu {
        display: flex;
    }
}
/* 通用會員 list end*/
/* 會員 公告 */
.bg-member-index {
    background: #f5f5f5;
    padding: 45px 0;
}
.announcement {
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.announcement .content {
    overflow-y: scroll;
    width: 100%;
    height: 400px;
    padding: 4vw 3vh;
    background: #fff;
}
.announcement .str {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
}
@media (min-width: 768px) {
    .announcement .content {
        padding: 4vw 8vh;
    }
}
/* 會員 公告 end*/
/* 會員預約紀錄 Start*/
.reserve_recode {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    /* max-width: 1000px; */
    width: 100%;
    text-align: center;
}
.reserve_title {
    width: 100%;
    display: flex;
    padding: 20px;
}
.reserve_title > div {
    width: 100%;
}
.reserve_text {
    width: 100%;
    display: flex;
    padding: 20px;
}
.reserve_text > div {
    width: 100%;
}
@media screen and (max-width: 1024px) {
    .reserve_title {
        display: none;
    }
    .reserve_text {
        flex-direction: column;
        text-align: left;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
        border-bottom: 2px solid gray;
        padding-left: 10%;
    }
    .reserve_text > div {
        padding: 15px;
        display: flex;
    }
    .reserve_text > div:nth-child(1) {
    }
    .reserve_text > div:nth-child(1)::before {
        content: '預約時間';
        margin-right: 10px;
    }
    .reserve_text > div:nth-child(2)::before {
        content: '預約服務';
        margin-right: 10px;
    }
    .reserve_text > div:nth-child(3)::before {
        content: '預約價格';
        margin-right: 10px;
    }
    .reserve_text > div:nth-child(4)::before {
        content: '服務人員性別';
        margin-right: 10px;
    }
    .reserve_text > div:nth-child(5)::before {
        content: '服務人員姓名';
        margin-right: 10px;
    }
    .reserve_text > div:nth-child(6)::before {
        content: '狀態';
        margin-right: 10px;
    }
    .reserve_text > div::before {
        position: relative;
        border: 1px solid black;
        padding: 5px;
        box-sizing: border-box;
        display: inline-block;
        width: 120px;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    .reserve_text {
        padding-left: 10px;
    }
}
/* .adv-tables,.editable-table{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    width: 1000px;
    text-align: center;
}
.table-striped{
    width: 100%;
}
.table-striped tr{
    line-height: 40px;
} */
/* 會員預約紀錄 end*/
/* 修改密碼 */
.bg-updatePassword {
    background: #f5f5f5;
    padding: 60px 0;
}
.updatePassword {
    background: #fff;
    width: 90%;
    max-width: 700px;
    margin: 0 auto;
}
.updatePassword form {
    padding: 2vw 2vh;
    margin: 40px auto;
}
.updatePassword .item {
    margin: 0 0 20px 0;
}
.updatePassword .item label {
    color: #606060;
}
.updatePassword .item input {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
    margin-right: auto;
}
.updatePassword .item .space {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.updatePassword .item .space span {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 2px;
    top: -28px;
}
@media (min-width: 650px) {
    .updatePassword .item {
        display: flex;
    }
    .updatePassword .item label {
        width: 150px;
    }
    .updatePassword form {
        padding: 2vw 8vh;
        margin: 40px auto;
    }
    .updatePassword .item .space span {
        right: -36px;
        top: 7px;
    }
}
/* 修改密碼 end*/
/* 會員資料修改 */
.bg-update_member {
    background: #f5f5f5;
    padding: 45px 0;
}
.update_member {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}
.update_member form {
    background: #fff;
    padding: 2vw 3vh;
    margin: 40px auto;
}
.update_member .item label {
    display: block;
}
.update_member .item input[type='text'] {
    width: 100%;
    border-radius: 0px;
    box-shadow: none;
}
.update_member .item .space {
    margin: 10px 0;
}
.update_member .item .address-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.update_member .item .sex-item {
    display: flex;
    margin: 10px 0;
}
.update_member .item .sex-item input[type='radio'] {
    margin: 0 10px 0 0;
}
.update_member .item .sex-item .man {
    margin: 0 25px 0 10px;
}
.update_member .item .address .city {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 0px;
    box-shadow: none;
}
.update_member .item .address .town {
    width: 100%;
    margin: 0 0 10px 0;
    border-radius: 0px;
    box-shadow: none;
}
.update_member .item .address .zip {
    width: 100%;
    height: 36px;
    border-radius: 0px;
    box-shadow: none;
}
.update_member .btns {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-around;
    margin: 30px auto;
}
.update_member .btn {
    width: 100%;
    text-align: center;
    border: none;
    padding: 10px 0;
    margin: 10px 0;
    color: #fff;
    max-width: 350px;
}
.update_member .btn-update {
    background: #e36e9e;
}
.update_member .btn-submit {
    background: #ffc318;
}
@media (min-width: 450px) {
    .update_member .btn {
        width: 45%;
    }
}
@media (min-width: 500px) {
    .update_member .item {
        display: flex;
        align-items: center;
    }
    .update_member .item label {
        width: 120px;
    }
    .update_member .item .space {
        width: calc(100% - 120px);
    }
    .update_member .item .address {
        width: calc(100% - 100px);
    }
    .update_member .item .address-data {
        width: 100%;
    }
    .update_member .item .exclusive {
        width: 101px;
    }
    .update_member .item .address .city {
        width: 30%;
        margin: 0 0 10px 0;
    }
    .update_member .item .address .town {
        width: 30%;
        margin: 0 0 10px 0;
    }
    .update_member .item .address .zip {
        width: 30%;
        height: 36px;
    }
    .update_member form {
        background: #fff;
        padding: 2vw 8vh;
        margin: 40px auto;
    }
}
/* 會員資料修改 end*/
/* reserve */
.reserve {
    position: relative;
    width: 100%;
    display: block;
}
.reserve_info {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0px;
}
.reserve_info > .img {
    line-height: 0;
    width: 40%;
    margin-right: 5%;
}
.reserve_info > .info {
    color: #3f322a;
    width: 55%;
}
.reserve_info > .info > p {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.reserve_info > .info > p > img {
    width: 35px;
    margin-right: 10px;
}
.reserve_info > .info > p > span {
    width: calc(100% - 45px);
}
form {
    position: relative;
    display: block;
    width: 100%;
}
.step1 {
    background: #f0f0f0;
    margin: 0px auto;
    position: relative;
}
.step1 > .title {
    margin-bottom: 50px;
}
.step1 .reservestyle {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 60%;
    margin: 0px auto;
}
.step1 .reservestyle > span {
    width: 180px;
    margin-top: 5px;
    padding-right: 10px;
    text-align: right;
}
.step1 .reservestyle > input,
.step1 .reservestyle > textarea,
.step1 .reservestyle > div,
.step1 .reservestyle > label,
.step1 .reservestyle > select {
    width: calc(100% - 180px);
}
.step1 .reservestyle > label {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.step1 .reservestyle > label > img {
    width: 130px;
    margin-top: 5px;
    margin-right: 10px;
}
.step1 .reservestyle > label > input {
    width: calc(100% - 140px);
}
.step1 .reservestyle > div {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
}
.step1 .reservestyle > div > select,
.step1 .reservestyle > select {
    font-size: 17.5px;
    padding: 5px;
    cursor: pointer;
}
.step1 .reservestyle > div > select,
.step1 .reservestyle > div > input {
    /* width: 33%; */
    width: 49.5%;
}
.step1 .reservestyle > div > select:nth-child(2) {
    margin-left: 1%;
    /* margin-right: 1%; */
}
.step1 .reservestyle > div > label {
    width: 100px;
}
/* step2 */
.step2 {
    position: relative;
    display: block;
    width: 100%;
    background: #f7ede1;
}
.step2 #calendar {
    padding: 30px 0px;
}
.step2 .calendar > .week > .week_number > .calendar_btn {
    display: none;
}
.step2 .calendar > .week > .week_number.has_value.check_calendar {
    background: #e56d9e;
}
.step2 .calendar > .week > .week_number.has_value.check_calendar::after {
    content: none;
}
.step2 > .calendarbox {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.step2 > .calendarbox > .date {
    width: 250px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 2%;
}
.step2 > .calendarbox > .date > span {
    width: 90px;
    margin-top: 5px;
}
.step2 > .calendarbox > .date > input {
    width: calc(100% - 90px);
    text-align: center;
}
.step2 > .calendarbox > .btn {
    width: 60px;
    margin-right: 5%;
    margin: 20px 2%;
}
.step2 > .calendarbox > .btn > span {
    width: 100%;
    display: block;
    text-align: center;
    padding: 2px 10px;
    background: #b51818;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
}
.step2 > .calendarbox > .hour {
    width: 240px;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 20px 2%;
}
.step2 > .calendarbox > .period {
    margin: 0px;
}
.step2 > .calendarbox > .hour > span {
    width: 90px;
    margin-top: 5px;
}
.step2 > .calendarbox > .hour > select {
    width: calc(100% - 90px);
    padding: 5px 10px;
    cursor: pointer;
}
.step2 > .calendarbox > .total {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin: 20px 2%;
}
.step2 > .btn,
.step1 .btn {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 50px 0px;
}
/* .reset_btn {
    border: none;
    background: none;
    line-height: 30px;
    padding: 5px 50px;
    background: #c88d6c;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.submit_btn {
    padding: 5px 50px;
    background: #c88d6c;
    color: #fff;
    background: linear-gradient(to right, #ffce61, #f8c037);
    border-radius: 50px;
    margin-left: 20px;
    cursor: pointer;
    display: inline-block;
    line-height: 30px;
} */
@media screen and (max-width: 768px) {
    .reserve_info > .img {
        width: 60%;
        margin: 50px 0px;
    }
    .reserve_info > .info {
        margin: 50px 0px;
        width: 80%;
        text-align: center;
    }
    .reserve_info > .info > p {
        justify-content: center;
    }
    .reserve_info > .info > p > span {
        width: auto;
    }
    .step1 .reservestyle {
        width: 100%;
    }
    .step2 > .calendarbox > .date {
        width: calc(80% - 100px);
        margin: 20px 0px;
    }
    .step2 > .calendarbox > .btn {
        margin: 20px;
    }
    .step2 > .calendarbox {
        justify-content: center;
    }
    .step2 > .calendarbox > .hour {
        width: 80%;
        margin: 20px 0px;
    }
    .step2 > .calendarbox > .total {
        width: 80%;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 500px) {
    .reserve_info {
        margin: 30px 0px;
    }
    .reserve_info > .img {
        width: 100%;
        margin: 30px 0px;
    }
    .reserve_info > .info {
        width: 100%;
        margin: 30px 0px;
        text-align: left;
    }
    .reserve_info > .info > p {
        justify-content: flex-start;
    }
    .step1 .reservestyle {
        justify-content: flex-start;
    }
    .step1 .reservestyle > input,
    .step1 .reservestyle > textarea,
    .step1 .reservestyle > div,
    .step1 .reservestyle > label,
    .step1 .reservestyle > select {
        width: 100%;
    }
    .step1 .reservestyle > span {
        text-align: left;
    }
    .step2 #calendar {
        padding: 10px 0px;
    }
    .step2 > .calendarbox > .date {
        width: calc(100% - 100px);
    }
    .step2 > .calendarbox > .date > span {
        width: 100%;
    }
    .step2 > .calendarbox > .date > input {
        width: 100%;
    }
    .step2 > .calendarbox > .btn {
        margin: 30px 20px 0px;
    }
    .step2 > .calendarbox > .hour {
        width: 100%;
    }
    .step2 > .calendarbox > .hour > span {
        width: 100%;
    }
    .step2 > .calendarbox > .hour > select {
        width: 100%;
    }
    .reset_btn {
        padding: 5px 35px;
    }
    .submit_btn {
        padding: 5px 35px;
        margin-left: 10px;
    }
    .step2 > .calendarbox > .total {
        width: 100%;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.pagination > li {
    padding: 0 10px 20px;
}
/* title */
.step2 .title,
.step1 .title,
.reserve .title {
    position: relative;
    display: block;
    margin: 10px 0px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.step2 .title > span,
.step1 .title > span,
.reserve .title > span {
    color: #3f322a;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}
.step2 .title::after,
.step1 .title::after,
.reserve .title::after {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 15px;
    bottom: -5px;
    background: #f7eedf;
}
/* title  end*/
.about-content {
    position: relative;
    z-index: 10;
    width: 95%;
    max-width: 1024px;
    background: rgb(255 255 255 / 80%);
    padding: 2em;
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.about-content > .pic_box {
    width: 35%;
    margin-right: 5%;
}
.about-content > .txt_box {
    width: 60%;
}
.about-content .index-about-h2-en,
.index-about-h2-ch {
    text-align: center;
}
@media screen and (max-width: 768px) {
    .about-content {
        padding: 20px;
    }
    .about-content > .pic_box {
        display: none;
    }
    .about-content > .txt_box {
        width: 100%;
    }
}
#case {
    padding: 5vh;
    width: 100%;
    margin: 0 auto;
    max-width: 1366px;
}
#case > .case_content {
    /* padding-left: 50px; */
}
#case section {
    margin: 4em auto;
    line-height: 1.8;
    letter-spacing: normal;
}
#case section > h2 {
    font-size: 24px;
    margin-top: 25px;
    color: var(--sub_green);
    position: relative;
    text-indent: 1em;
}
#case section > h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, -15%);
    width: 50px;
    height: 50px;
    background: url(../images/website_image/images/sign.webp) center center no-repeat;
    background-size: contain;
}
#case .case_title > .index-about-h2-en,
#case .case_title > .index-about-h2-ch {
    text-align: center;
}
.case_pic > div {
    margin: 30px auto;
}
@media screen and (max-width: 768px) {
    #case {
        padding: 3vh;
    }
}
