@charset "utf-8";

/* 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;
}


/*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 (max-width: 768px) {
    #banner{
        height: auto !important;
    }
    div#banner-container{
        padding-top: 65% !important;
    }
}
@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 img {
        width: 44px;
        height: 44px;
    }
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 115px;
    cursor: pointer;
    z-index: 99;
}

#gotop img {
    width: 44px;
    height: auto;
}

@media (min-width: 500px) {
    #gotop img {
        width: 55px;
    }
}


/*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 .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: #e66c9f;
    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: #e66c9f;
    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;
}

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 */

.all-header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 999;
    padding: 25px 15px;
}

.all-header .all-header-logo {
    width: 200px;
}

.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;
}

.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: 147px;
    margin: 0 auto;
    display: inline-block;
    height: 37px;
    overflow: hidden;
}

.all-header .btn-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 130px;
    color: #6d6d6d;
}

.all-header .btn-ch {
    position: absolute;
    top: 11px;
    left: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    transition: ease-in-out 0.2s;
    white-space: nowrap;
}

.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-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 .5s;
}

.all-header .sub-item a {
    padding: 15px 5px;
    color: #6d6d6d;
    text-align: center;
}

.all-header .sub-item:hover {
    background: #ffc318;
    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: #e36e9e;
    border-radius: 2.5px;
}

.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: #fff;
    }
    .all-header .all-header-item:hover {
        background: #e56d9e;
    }
    .all-header .all-header-item:hover .btn-ch {
        left: -200px;
        color: #fff;
    }
    .all-header .all-header-item:hover .btn-en {
        left: 8px;
        color: #fff;
    }
    .all-header .all-header-item .btn-ch {
        color: #5d5d5d;
    }
    .all-header .all-header-item:hover .btn-en {
        left: -8px;
    }
    .all-header .all-header-item:hover .sub-list {
        top: 100%;
        background: #e56d9e;
    }
    .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: -384px;
        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 .all-header-list .all-header-item:nth-child(9) .btn-ch {
        left: 0px;
    }
    .all-header .all-header-list .all-header-item:nth-child(9):hover .btn-ch {
        left: -200px;
    }
    .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: 10%;
    }
    .all-header .all-header-str {
        width: 120px;
        height: 78px;
    }
    .all-header .all-header-list .all-header-item:nth-child(7) .all-header-str {
        width: 135px;
    }
    .all-header .all-header-list .all-header-item:nth-child(7) .btn-ch {
        left: 10px;
    }
    .all-header .all-header-list .all-header-item:nth-child(7):hover .btn-en {
        left: -180px;
    }
    .all-header .all-header-list .all-header-item:nth-child(1) .btn-en {
        top: 15px;
    }
}


/* all-header end */


/* all-footer */

.all-footer {
    padding: 40px 0 0;
    background: #eee4db;
}

.all-footer .all-footer-community {
    max-width: 1200px;
    width: 75%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.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 {
    max-width: 1200px;
    width: 75%;
    margin: 0 auto;
}

.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 .all-footer-connection-str {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #606060;
}

.all-footer .all-footer-design {
    padding: 30px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    color: #606060;
    background-color: #ead8cc;
    text-align: center;
}

@media (min-width: 390px) {
    .all-footer .all-footer-community {
        width: 70%;
    }
}

@media (min-width: 414px) {
    .all-footer .all-footer-connection {
        width: 70%;
    }
}

@media (min-width: 590px) {
    .all-footer .all-footer-community {
        width: 40%;
    }
}

@media (min-width: 660px) {
    .all-footer .all-footer-connection {
        display: flex;
        flex-wrap: wrap;
        width: 80%;
    }
    .all-footer .all-footer-connection-icon {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .all-footer .all-footer-connection {
        width: 65%;
    }
}

@media (min-width: 850px) {
    .all-footer .all-footer-community {
        width: 30%;
    }
}

@media (min-width: 1024px) {
    .all-footer .all-footer-connection-icon {
        width: 25%;
        justify-content: center;
    }
}

@media (min-width: 1300px) {
    .all-footer .all-footer-community {
        width: 15%;
    }
}


/* all-footer end */


/* nes-ICON */

.news_new {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    top: -10px;
    right: 0;
    background: #e36e9e;
    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: #ffffff;
    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;
}

.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: 25px 40px;
    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 {
    color: #e36e9e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.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: #e36e9e;
    border-radius: 999px;
    transition: all .5s;
}

.index-news .index-news-btn a:hover {
    background: #ffc318;
}

@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 {
        padding: 20px 81px 30px;
        width: calc(98% - 150px);
        border-radius: 999px;
    }
}


/* index-news end */


/* index-about*/

.index-about .wrap {
    max-width: 1500px;
    width: 90%;
    margin: 0 auto;
}

.index-about .index-about-pic {
    margin: -20px 0 20px 0;
    width: 100%;
}

.index-about .index-about-pic img {
    width: 100%;
    height: 100%;
}

.index-about-h2-en,
.index-about-h2-ch {
    color: #e36e9e;
    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 {
    padding: 0 0 40px;
}

@media (min-width: 500px) {
    .index-about .wrap {
        width: 80%;
    }
    .index-about-h2-ch {
        margin: 0 0 50px;
    }
    .index-about-h2-en {
        margin-top: 80px;
    }
    .index-about-content {
        padding: 0 0 80px;
    }
}

@media (min-width: 999px) {
    .index-about .wrap {
        display: flex;
        justify-content: space-between;
    }
    .index-about .index-about-pic {
        margin: -50px 0 0 0;
        max-width: 600px;
        width: 100%;
    }
    .index-about .index-about-content {
        width: 50%;
        margin: 0 0 0 20px;
    }
    .index-about-h2-en,
    .index-about-h2-ch {
        text-align: left;
    }
}

.home_about {}

.home_about .wrap {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
}

.home_about iframe {
    height: 650px !important;
    padding: 80px 0px 80px;
    width: 400px;
}

@media screen and (max-width: 999px) {
    .home_about .wrap {
        flex-wrap: wrap;
    }
    .home_about iframe {
        height: 550px !important;
        padding: 0px 0px 80px;
        width: unset;
        text-align: center;
    }
    .home_about .index-about-content {
        order: -1;
    }
}

@media screen and (max-width: 500px) {
    .home_about .index-about-content {
        padding: 60px 0 40px;
    }
}


/* 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.png") no-repeat center/80%;
}

.page-about .pic-02 {
    background: #fff url("../images/website_image/loveHouse/icon-person02.png") no-repeat center /80%;
}

.page-about .pic-03 {
    background: #fff url("../images/website_image/loveHouse/icon-person03.png") no-repeat center/80%;
}

.page-about .pic-04 {
    background: #fff url("../images/website_image/loveHouse/icon-person04.png") no-repeat center/80%;
}

.page-about .pic-05 {
    background: #fff url("../images/website_image/loveHouse/icon-person05.png") no-repeat center/80%;
}
.page-about .pic-06 {
    background: #fff url("../images/website_image/loveHouse/icon-person06.png") no-repeat center/80%;
}.page-about .pic-07 {
    background: #fff url("../images/website_image/loveHouse/icon-person07.png") no-repeat center/80%;
}.page-about .pic-08 {
    background: #fff url("../images/website_image/loveHouse/icon-person08.png") 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: #ff9394;
    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;
}

.index-product .index-product-products {
    background: #ffc1c0;
}

.index-product .index-product-item {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}

.index-product .index-product-pic {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    overflow: hidden;
    border: 5px solid #fff;
    border-radius: 999px;
}

@media (min-width: 1024px) {
    .index-product .index-product-pic:hover img {
        transform: scale(1.1, 1.1);
    }
}

.index-product .index-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .4s;
}

.index-product .index-product-str {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #fff;
    text-align: center;
}

.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 .5s;
    padding: 22px 105px;
    color: #fff;
    background: #e36e9e;
    border-radius: 45px;
}

.index-product .index-product-btn a:hover {
    background: #ffc318;
}

@media (min-width: 520px) {
    .index-product .index-product-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 20px 3%;
    }
    .index-product .index-product-item {
        width: 45%;
    }
}

@media (min-width: 810px) {
    .index-product .index-product-item {
        width: 30.33333%;
    }
}

@media (min-width: 1024px) {
    .index-product {
        display: flex;
        background: #ffc1c0;
    }
    .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: 33.33333%;
    }
}


/* index-product end*/


/* page-product */

.page-product .page-product-menu {
    padding: 20px 0;
    background: #ff9394;
    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;
}

.page-product .all-product {
    background: #ffc1c0;
    padding: 1px;
    margin: 0 auto;
}

.page-product .page-product-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #ffc1c0;
    padding: 5vh 0;
}

.page-product .page-product-item {
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
}

.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-pic:hover img {
        transform: scale(1.1, 1.1);
    }
}

.page-product .page-product-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: ease-in-out .4s;
}

.page-product .page-product-str {
    line-height: 20px;
    font-weight: 400;
    margin: 10px 0 0 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.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 .5s;
    padding: 22px 105px;
    color: #fff;
    background: #e36e9e;
    border-radius: 45px;
}

.page-product .page-product-btn a:hover {
    background: #ffc318;
}

@media (min-width: 350px) {
    .page-product .page-product-pic {
        width: 150px;
        height: 150px;
    }
}

@media (min-width: 400px) {
    .page-product .page-product-item {
        width: 170px;
    }
    .page-product .page-product-pic {
        width: 170px;
        height: 170px;
    }
}

@media (min-width: 500px) {
    .page-product .page-product-products {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 6vh 3%;
    }
    .page-product .page-product-item {
        width: 220px;
    }
    .page-product .page-product-pic {
        width: 220px;
        height: 220px;
    }
}

@media (min-width: 810px) {
    .page-product .page-product-item {
        width: 30.33333%;
    }
    .page-product .page-product-str {
        font-size: 16px;
    }
}

@media (min-width: 1024px) {
    .page-product {
        display: flex;
        background: #ffc1c0;
    }
    .page-product .page-product-menu {
        width: 300px;
        padding: 80px 0 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-item {
        width: 50%;
    }
    .page-product .page-product-pic {
        width: 250px;
        height: 250px;
    }
    .page-product .all-product {
        width: calc(100% - 300px);
    }
}

@media (min-width: 1315px) {
    .page-product .page-product-item {
        width: 33.33333%;
    }
}


/* page-product end*/


/* Inside_page-product */

.Inside_page-product {
    background: #ffc1c0;
}

.Inside_page-product .Inside_page-product-menu {
    padding: 20px 0;
    background: #ff9394;
    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-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;
}

.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;
}

.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;
    color: #fff;
}

.Inside_page-product .Inside_page-product-introduction-t h2 {
    margin: 20px 0;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
}

.Inside_page-product .Inside_page-product-introduction-t p {
    margin: 0 0 40px;
    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 .storagebox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    border-top: 1px dashed #ccc;
    padding: 40px 0;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div{
    width: 50%;
    text-align: center;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div:nth-child(odd){
    padding-right: 5px;
    position: relative;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div:nth-child(even){
    padding-left: 5px;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div:nth-child(odd)::before{
    position: absolute;
    content: "VS";
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background-color: #ff9394;
    border-radius: 50%;
    border: 5px solid #fff;
    top: 50%;
    right: -30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div p{
    font-size: 18px;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div p strong {
    background: #e36e9e;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    border-radius: 20px;
    padding: 2px 18px;
    margin: 0 0 15px;
}
.Inside_page-product .Inside_page-product-Content .storagebox > div:nth-child(odd) p strong {
    background: #8a8a8a; 
}
.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 {
    margin: 40px 0 0;
    display: flex;
    justify-content: center;
}

.Inside_page-product .Inside_page-product-btn a {
    padding: 22px 105px;
    color: #fff;
    background: #e36e9e;
    border-radius: 999px;
    transition: all .5s;
}

.Inside_page-product .Inside_page-product-btn a:hover {
    background: #ffc318;
}

@media (min-width: 620px) {
    .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% - 25%);
    }
}


/* 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: #ffffff;
    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: 25px 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 45px;
    transition: ease-in-out 0.4s;
    position: relative;
}

.page-news .page-news-txt:hover {
    background: #fff;
}

.page-news .page-news-txt-data {
    color: #e36e9e;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.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 {
        padding: 10px 81px 30px 81px;
        width: calc(98% - 150px);
        border-radius: 999px;
    }
}


/*page-news end  */


/* Inside_page-news */

.Inside_page-news .Inside_page-news-bg {
    padding: 10vh 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: 80%;
    margin: 20px auto;
    color: #ffffff;
    text-align: center;
}

.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: 45px;
    background: rgba(255, 255, 255, 0.5);
    color: #8a8a8a;
}

.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: #e36e9e;
    border-radius: 999px;
    transition: all .5s;
}

.Inside_page-news .Inside_page-news-btn a:hover {
    background: #ffc318;
}

.Inside_page-news .Inside_page-news a:hover {
    background: #f36ca4;
}

@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-qr {
    width: 100%;
    max-width: 508px;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px 0;
}

.toll .toll-qr ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.toll .toll-qr ul li {
    width: 50%;
}

.toll .toll-qr ul li:nth-child(1),
.toll .toll-qr ul li:nth-child(2) {
    margin-bottom: 20px;
}

.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: 1200px;
    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: 14%;
}

.toll .price_item,
.toll .price_item_hide:first-child {
    width: 23%;
}

.toll .price_item,
.toll .price_item_hide:last-child {
    width: 35%;
}

.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;
    flex-wrap: wrap;
    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: 100%;
    padding: 10px;
}

.toll .detail_money>div {
    width: 14%;
}

.toll .detail_money>div:first-child {
    width: 23%;
}

.toll .detail_money>div:last-child {
    width: 35%;
}

.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>div {
    width: 100%;
}
.toll .detail_money>div:first-child {
    width: 100%;
}
.toll .detail_money>div:last-child {
    width: 100%;
}
    .toll .detail_money p {
        padding: 10px;
    }
    .toll .detail_money div:last-child {
        border-bottom: 1px solid #e66c9f;
    }
    .toll .detail_money:nth-child(-n+3) div:nth-child(2) p::before {
        content: "平日:";
        margin-right: 10px;
    }
    .toll .detail_money:nth-child(-n+3) div:nth-child(3) p::before {
        content: "假日:";
        margin-right: 10px;
    }
    .toll .detail_money:nth-child(-n+3) div:nth-child(4) p::before {
        content: "單位:";
        margin-right: 10px;
    }
    .toll .detail_money:nth-child(-n+3) div:nth-child(5) p::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: 1200px;
    margin: 50px auto;
}

#tab-demo>ul {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}

.tab-title {
    list-style: none;
}

#tab-demo>ul>li {
    width: 24%;
    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, .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 .5s;
}

.onlineValuation .Clear:hover {
    background: #ff8f94;
}

.onlineValuation .submit {
    transition: all .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 {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

.recruiting .title {
    color: #606060;
    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;
    border: none;
    box-shadow: none;
    border-radius: 0;
}

.recruiting .item input[type="text"] {
    width: 100%;
}

.recruiting .item textarea {
    width: 100%;
    height: 100px;
    outline: none;
    border: none;
    box-shadow: none;
    border-radius: none;
}

.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%;
}

.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;
    border-radius: 999px;
    color: #fff;
    border: none;
    outline: none;
    height: 60px;
    max-width: 250px;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.recruiting .Clear {
    background: #ffc318;
}

.recruiting .submit {
    background: #e36e9e;
    font-size: 16px;
}

@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 .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);
    }
    .recruiting .btns {
        display: flex;
    }
    .recruiting .btn {
        width: 48%;
    }
}

@media (min-width: 1024px) {
    .recruiting {
        padding: 20px 0 0;
        height: 95vh;
        background: url("../images/website_image/loveHouse/3799465.jpg") no-repeat center/cover;
    }
    .recruiting .content {
        max-width: 400px;
    }
    .recruiting .item input[type="text"] {
        height: 25px;
    }
    .recruiting .item textarea {
        height: 50px;
    }
    .recruiting .btn {
        border-radius: 999px;
        color: #fff;
        border: none;
        outline: none;
        height: auto;
        max-width: 150px;
    }
    .recruiting form {
        margin-top: 85px;
    }
    .recruiting .title {
        padding: 20px 0 0 30px;
    }
    .recruiting .txt {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1360px) {
    .recruiting .content {
        max-width: 500px;
    }
    .recruiting form {
        margin-top: 65px;
    }
    .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 .content {
        max-width: 500px;
    }
    .recruiting form {
        margin-top: 55px;
    }
    .recruiting .title {
        padding: 20px 0 0 30px;
        text-align: center;
    }
    .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;
    }
}


/* 人才招莫 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*/