@charset "utf-8";
@import url("bootstrap.min.css");
@import url("https://use.fontawesome.com/releases/v5.8.1/css/all.css");
@import url("style.css");
@import url("banner.css");
@import url("jquery.mmenu.all.css");
@import url("jquery.mmenu.toggles.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");

/*Capetown_Signature_Slant_OTF.otf*/
@font-face 
{
    font-family: "Capetown Signature";
    src: url("fonts/Capetown_Signature_Slant_OTF.otf") format("open type");
}
/*DFLiSongMedium-B5.ttf*/
@font-face 
{
    font-family: "DFLiSongMedium-B5";
    src: url("fonts/DFLiSongMedium-B5.ttf") format("true type");
}

/* CSS Document */
body {
    background-color: #fff;
    padding-right: 0px !important;
    font-family: Microsoft JhengHei;
}


/*--------------------------------------------------*/
/* header start */
header #header {

}
header #header > nav {
    background-color: #fff;
    border-end-start-radius: 50px;
}
header #header.home > nav {
    background-color: transparent;
    padding: 0px;
}
header #header > nav .navbar-brand {
    margin: 0;
}
header #header > nav .navbar-brand > img {
    width: 100%;
    max-width: 180px;
    margin: 10px;
}
header #header > nav div.navbar-collapse {
    flex-grow: initial;
}
header #header > nav ul.navbar-nav {

}
header #header > nav ul.navbar-nav > li.nav-item {
    margin: 0 18px;
}
header #header > nav ul.navbar-nav > li.nav-item > a.nav-link {
    font-size: 16px;
    color: #091f33;
    font-family: Microsoft JhengHei;
    padding: 0.5rem 1rem;
    padding: 0.5rem 0rem;
    width: 100px;
    text-align: center;
}
header #header > nav ul.navbar-nav > li.nav-item > a.nav-link > span {
    text-align: center;
}
header #header > nav ul.navbar-nav > li.nav-item > a.nav-link > .en {
    display: none;
}
header #header > nav ul.navbar-nav > li.nav-item.active > a.nav-link > .en,
header #header > nav ul.navbar-nav > li.nav-item:hover > a.nav-link > .en,
header #header > nav ul.navbar-nav > li.nav-item:focus > a.nav-link > .en {
    display: block;
}
header #header > nav ul.navbar-nav > li.nav-item.active > a.nav-link > .zh,
header #header > nav ul.navbar-nav > li.nav-item:hover > a.nav-link > .zh,
header #header > nav ul.navbar-nav > li.nav-item:focus > a.nav-link > .zh {
    display: none;
}
header #header > nav ul.navbar-nav > li.nav-item.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus > .active {
    width: 100px;
    height: 21px;
    position: absolute;
    transform: translateY(-10px);
}
header #header > nav ul.navbar-nav > li.nav-item.about.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.about > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.about > .active {
    background-image: url(../images/nav/about_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.product.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.product > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.product > .active {
    background-image: url(../images/nav/product_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.news.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.news > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.news > .active {
    background-image: url(../images/nav/news_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.recipe.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.recipe > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.recipe > .active {
    background-image: url(../images/nav/recipe_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.faq.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.faq > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.faq > .active{
    background-image: url(../images/nav/faq_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.contact.active > .active,
header #header > nav ul.navbar-nav > li.nav-item:hover.contact > .active,
header #header > nav ul.navbar-nav > li.nav-item:focus.contact > .active {
    background-image: url(../images/nav/contact_active.png);
    background-size: contain;
}
header #header > nav ul.navbar-nav > li.nav-item.active > a.nav-link:after,
header #header > nav ul.navbar-nav > li.nav-item > a.nav-link:hover:after,
header #header > nav ul.navbar-nav > li.nav-item > a.nav-link:active:after {
    content: "";
}
header #header > nav .rightBox {
    margin-right: 4%;
}    
header #header > nav .rightBox > .user {
    margin: auto 5px;
    text-decoration: none;
    background-color: #BCCCD0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: serif;
    padding: 2px 15px;
    border-radius: 100px;
    margin-right: 20px;
    cursor: pointer;
    font-family: Microsoft JhengHei;
}
header #header > nav .rightBox > .user:hover,
header #header > nav .rightBox > .user:focus {
    background-color: #091f33;
}
header #header > nav .rightBox > .cart {
    margin: auto 5px;
    background-color: transparent;
    border: none;
}
header #header > nav .rightBox > .cart > img {
    width: 32px;
}
header #header > nav .rightBox > .cart > .cartcount {
    position: absolute;
    background-color: #bcccd0;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 100%;
    transform: translate(25px, -40px);
}
header #header > nav .rightBox > .cart:hover > .cartcount,
header #header > nav .rightBox > .cart:focus > .cartcount {
    background-color: #091f33;
}

header .container-fluid {
    border-end-start-radius: 50px;
}
header .container-fluid:has(> .navbar-collapse.show) {
    background-color:#fff;
}

@media screen and (max-width: 1300px) {
    header #header > nav .rightBox {
        margin-right: 5px;
    }
    header #header > nav .navbar-brand > img {
        margin-left: 0px;
    }
    header #header > nav .rightBox > .user {
        margin-right: 10px;
    }
    header #header > nav ul.navbar-nav > li.nav-item {
        margin: 0 12px;
    }
}
@media screen and (max-width: 1199px) {
    header #header > nav .rightBox {
        margin-right: 5px;
    }
    header #header > nav .navbar-brand > img {
        margin-left: 0px;
    }
    header #header > nav .rightBox > .user {
        margin-right: 10px;
    }
    header #header > nav ul.navbar-nav > li.nav-item {
        margin: 0 auto;
    }
}
@media screen and (max-width: 991px)
{
    header #header > nav .navbar-brand {
        margin: auto;
        display: block;
    }
    .navbar-toggler {
        float: left;
        position: absolute;
        left: 15px;
        top: 32px;
    }
    header #header > nav .rightBox {
        position: absolute;
        right: 18px;
        top: 34px;
    }
    header .container-fluid {
        padding: 0px;
    }
    header #header > nav ul.navbar-nav {
        /*background-color: #efefef;*/
    }
    header #header > nav ul.navbar-nav > li {
        padding: 10px 5px;
    }
    header #header > nav ul.navbar-nav > li.user > a {
        background-color: #bdcbd0;
        color: #fff !important;
        border-radius: 100px;
    }
    header #header > nav ul.navbar-nav > li.user > a:hover {
        background-color: #091f33;
    }
    header #header > nav div.navbar-collapse {
        height: calc(100vh - 80.14px);
        background-color: #fbfbfb;
        overflow-y: scroll;
    }
    header #header > nav .rightBox > .user {
        display: none;
    }
    header #header > nav ul.navbar-nav > li.nav-item.user {
        display: block;
    }
}
@media screen and (min-width: 992px) {
    header #header > nav ul.navbar-nav > li.nav-item.user {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    header #header > nav .navbar-brand > img {
        max-width: 150px;
        margin: 5px;
    }
    .navbar-toggler {
        top: 24px;
    }
    header #header > nav .rightBox {
        top: 24px;
    }
    header .hanburgerNavBtn > img {
        width: 24px !important;
    }
}


/* header end */
/*--------------------------------------------------*/
/* footer start */
footer.home {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
footer:not(.home) {
    margin-top: 5%;
}
footer .link {
    list-style: none;
    width: fit-content;
    margin: auto;
    padding: 0px;
}
footer .link > li {
    float: left;
    margin: 2px 5px;
}
footer .link > li > a {
    color: #071F33;
    text-decoration: none;
    font-size: 14px;
}
footer .link > li > a:hover,
footer .link > li > a:focus {
    color: #BCCCD0;
}
footer .copyright {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 12px;
    margin: 5px auto 15px;
    color: #BCCCD0;
}
/* footer end */
/*--------------------------------------------------*/
/* decoration start */
.bg_circle {
  width: 80%;
  z-index: -2;
}
.bg_circle > img {
  width: 100%;
}

#fullpage.home {

}
#fullpage.home #section0 {

}
#fullpage.home #section0 > .left {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    width: 90%;
    max-width: 600px;
    max-height: calc(100vh - 110px);
    z-index: 9;
}
#fullpage.home #section0 > .left > .title {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 35px;
    color: #000;
}
#fullpage.home #section0 > .left > .divider {
    height: 5px;
    width: 45px;
    background-color: #707070;
    margin-bottom: 30px;
}
#fullpage.home #section0 > .left > .brief {
    font-size: 22px;
    color: #000;
}
#fullpage.home #section0 > .left > .social {
    list-style: none;
    padding: 0px;
    width: fit-content;
    float: left;
}
#fullpage.home #section0 > .left > .social > li {
    float: left;
    margin-right: 10px;
}
#fullpage.home #section0 > .left > .social >li > a img {
    width: 35px;
    filter: grayscale(1);
}
#fullpage.home #section0 > .left > .social >li > a:hover img,
#fullpage.home #section0 > .left > .social >li > a:focus img {
    filter: grayscale(0);
}
#fullpage.home #section0 > .right {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}
#fullpage.home #section0 > .right > img {
    width: auto;
    height: 90vh;
}

@media screen and (max-width: 767px)
{
    #fullpage.home #section0 > .left > .title {
        font-size: 42px;
        font-weight: bold;
    }
    #fullpage.home #section0 > .left > .brief {
        font-size: 16px;
    }
}

#fullpage.home #section1 {
  
}
#fullpage.home #section1:before {
    content: "";
    height: 40%;
    width: 100%;
    background-color: #E3E3E3;
    position: absolute;
    display: inline-block;
    top: 30%;
    z-index: -1;
}
#fullpage.home #section1 .left {
    height: 100vh;
}
#fullpage.home #section1 .left > img {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0px 30px 30px 0px;
}
#fullpage.home #section1 .right {
    height: 100vh;
}
#fullpage.home #section1 .right .box {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
    transform: translateX(8%);
    max-width: 40%;
}
#fullpage.home #section1 .right .box .title {
    color: #070506;
    font-size: 20px;
}
#fullpage.home #section1 .right .box .brief {
    color: #696969;
    word-break: break-all;
}
#fullpage.home #section1 .right .box .readme {
    font-size: 12px;
    color: #121212;
    text-decoration: none;
}
#fullpage.home #section1 .right .box .readme > img {
    width: 7em;
    position: absolute;
    left: 0;
    transform: translate(-10px, -15px);
}
#fullpage.home #section2 .verticalCentered {
    /*height: 100vh;*/
    margin: auto;
    vertical-align: middle;
}
#fullpage.home #section2 img {
    width: 100%;
    max-width: 900px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 991px)
{
    #fullpage.home #section0 > .left {
        height: fit-content;
        bottom: 6%;
        margin-bottom: 0;
    }
    #fullpage.home #section0 > .right {
        right: 0;
        left: auto;
        top: -60px;
    }
    #fullpage.home #section0 > .right > img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
}
@media screen and (max-width: 767px)
{
    #fullpage.home #section1:before {
        height: 50%;
        top: auto;
        bottom: 10%;
    }
    #fullpage.home #section1 .left > img {
        top: -30%;
        left: 0;
        right: 0;
        border-radius: 30px;
        width: 65%;
    }
    #fullpage.home #section1 .right .box {
        top: 55%;
        bottom: auto;
        max-width: 100%;
        width: 85%;
    }

    #fullpage.home #section0 > .right {
        right: 0;
        left: auto;
        top: -110px;
    }
    #fullpage.home #section0 > .right > img {
        width: 100%;
        height: auto;
        max-width: 500px;
    }
}
@media screen and (max-width: 580px)
{
    #fullpage.home #section0 > .right {
        right: 0;
        left: auto;
        top: -150px;
    }
    #fullpage.home #section0 > .right > img {
        width: 90%;
        height: auto;
        margin: auto;
        display: block;
    }
}
/* decoration end */
/*--------------------------------------------------*/


#home-slider .slides-nav {
  z-index: 99;
  position: fixed;
  right: -5%;
  display: flex;
  align-items: center;
  height: 100%;
  color: #111;
}
@media (min-width: 54em) {
  #home-slider .slides-nav {
    right: 2%;
  }
}
#home-slider .slides-nav__nav {
  position: relative;
  right: 0;
  display: block;
  font-size: 1em;
  transform: rotate(90deg);
  transform-origin: center;
}
#home-slider .slides-nav button {
  position: relative;
  display: inline-block;
  padding: 0.35em;
  margin: 0;
  font-family: "Space Mono", monospace;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  overflow-x: hidden;
  transition: color 0.5s ease;
}
#home-slider .slides-nav button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 0;
  background: #111;
  transition: width 0.4s ease;
}
#home-slider .slides-nav button:hover {
  cursor: pointer;
  color: rgba(17, 17, 17, 0.75);
  transition: color 0.5s ease;
}
#home-slider .slides-nav button:hover:after {
  width: 100%;
  transition: width 0.4s ease;
}
#home-slider .slides-nav button:focus {
  outline: 0;
}
#home-slider .is-sliding .slides-nav {
  pointer-events: none;
}

#home-slider .slides {
  position: relative;
  display: block;
  height: 100vh;
  width: 100%;
  background: #fff;
  transition: background 1s cubic-bezier(0.99, 1, 0.92, 1);
}
#home-slider .is-sliding .slides {
  background: #ededed;
  transition: background 0.3s cubic-bezier(0.99, 1, 0.92, 1);
}

#home-slider .slide {
  z-index: -1;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: z-index 1s ease;
}
#home-slider .slide.is-active {
  z-index: 19;
  transition: z-index 1s ease;
}
#home-slider .slide__content {
  position: relative;
  margin: 0 auto;
  height: 95%;
  width: 95%;
  top: 2.5%;
}
@media (min-width: 54em) {
  #home-slider .slide__content {
    height: 80%;
    width: 80%;
    top: 10%;
  }
}
#home-slider .slide__header {
  z-index: 9;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  overflow-y: hidden;
  transform: translateX(5%);
}
@media (min-width: 54em) {
  #home-slider .slide__header {
    transform: translateX(-5%);
  }
}
#home-slider .slide__title {
  font-family: Montserrat, helvetica;
  font-size: 2.5em;
  font-weight: 700;
  color: #111;
  overflow-y: hidden;
}
@media (min-width: 54em) {
  #home-slider .slide__title {
    font-size: 5em;
  }
}
#home-slider .slide__title .title-line {
  display: block;
  overflow-y: hidden;
}
#home-slider .slide__title .title-line span {
  display: inline-block;
  transform: translate3d(0, 140%, 0);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.8s ease;
}
#home-slider .slide__title .title-line span:nth-child(1) {
  transition-delay: 0.15s;
}
#home-slider .slide__title .title-line span:nth-child(2) {
  transition-delay: 0.3s;
}
#home-slider .is-active .slide__title .title-line span {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}
#home-slider .is-active .slide__title .title-line:nth-of-type(2n) span {
  transition-delay: 0.2s;
}
#home-slider .slide__figure {
  z-index: 7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#home-slider .is-sliding .slide__figure {
  transform: scale(0.8);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
#home-slider .slide__img {
  position: relative;
  display: block;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50%;
  -webkit-backface-visibility: hidden;
  height: 0%;
  width: 100%;
  filter: grayscale(0%);
  transition: height 1s 1.4s cubic-bezier(0.19, 1, 0.22, 1), filter 0.4s 0.1s ease;
}
#home-slider .is-active .slide__img {
    height: 100%;
    opacity: 1;
    transition: height 0.5s 0.3s cubic-bezier(0.77, 0, 0.175, 1), filter 0.4s 0.1s ease;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
#home-slider .is-sliding .slide__img {
  filter: grayscale(100%);
}
#home-slider .slide__title .divide {
    width: 45px;
    height: 4px;
    background-color: #707070;
    margin: 20px 0 40px;
}
#home-slider .slide__title .brief-line {
    font-size: 18px;
}
#home-slider .slide__title .brief-line span {
    transform: translate3d(0, 0%, 0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.1s ease;
}

#content {

}
#content .banner {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
}
#content .banner > img {
    width: 100%;
    opacity: 0.4;
    /*-webkit-mask: url("../images/banner/about_banner.jpg") no-repeat center center;
    mask: url("../images/banner/about_banner.jpg") no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;*/
} 
#content .banner > .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
    display: table;
} 
#content .banner > .cover .box {
    width: fit-content;
    height: fit-content;
    display: table-cell;
    vertical-align: middle;
} 
#content .banner > .cover .box > .page-title-en {
    font-size: 40px;
    font-family: serif;
    font-weight: bold;
    text-align: center;
} 
#content .banner > .cover .box > .page-title {
    font-size: 16px;
    font-family: Microsoft JhengHei;
    text-align: center;
} 

#content .stamp {
    
}
#content .stamp > .box {
    display: block;
    margin: 1.8em auto;
    width: fit-content;
}
#content .stamp > .box .left {
    width: 90px;
    height: 90px;
    background-color: #091f33;
    border-radius: 100%;
    overflow: hidden;
    float: right;
}
#content .stamp > .box .left > img {
    margin: 40px auto;
    transform: rotate(30deg);
    width: 120px;
}
#content .stamp > .box .left > img.about {
    transform: rotate(30deg);
}
#content .stamp > .box .left > img.product {
    transform: rotate(135deg) translate(30px, 15px);
}
#content .stamp > .box .left > img.news {
    transform: rotate(55deg) translate(6px, 10px);
}
#content .stamp > .box .left > img.recipe {
    transform: rotate(144deg) translate(30px, 14px);
}
#content .stamp > .box .left > img.faq {
    transform: rotate(90deg) translate(20px, 15px);
}
#content .stamp > .box .left > img.contact {
    transform: rotate(210deg) translate(28px, -5px);
}
#content .stamp > .box .left > img.member {
    transform: rotate(-15deg) translate(-5px, -50px);
    width: 100px;
}
#content .stamp > .box .right {
    width: 90px;
    height: 90px;
    background-color: #E3E3E3;
    border-radius: 100%;
    overflow: hidden;
    float: right;
    margin-left: -2em;
    margin-top: 1.2em;
}
#content .aboutcontent {
    display: block;
    margin: 30px auto 10px;
}
#content .aboutcontent > .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 30px;
}
#content .aboutcontent > .box > .photo {
    float: left;
    padding: 10px;
    padding-left: 10%;
    display: flex;
    /*flex-direction: column;*/
}
#content .aboutcontent > .box > .photo .left {
    width: 100%;
    border-radius: 30px;
    border-end-end-radius: 0px;
    background-image: url('../images/aboutimg_bg.png');
    background-size: contain;
    height: fit-content;
    margin: auto;
}
#content .aboutcontent > .box > .photo .left > img {
    width: 100%;
    border-radius: 30px;
    border-end-end-radius: 0px;
    transform: translate(-8%, -8%);
}
#content .aboutcontent > .box > .photo .divider:after {
    content: "";
    width: 65px;
    height: 1.5px;
    position: absolute;
    background-color: #093050;
    transform: translate(-50px, 120px);
}
#content .aboutcontent > .box > .text {
    float: left;
    padding: 10px;
    display: flex;
    /*flex-direction: column;*/
}
#content .aboutcontent > .box > .text > div {
    height: fit-content;
    margin: auto;
    padding-left: 10px;
}
#content .aboutcontent > .box > .text .blocktitle_en {
    color: #e6ebe9;
    margin-bottom: 5px;
}
#content .aboutcontent > .box > .text .blocktitle {
    color: #333333;
    font-size: 18px;
}
#content .aboutcontent > .box > .text .blockcontent {
    line-height: 28px;
}
#content .aboutcontent > .box > .text .divider:after {
    content: "";
    width: 65px;
    height: 1.5px;
    position: absolute;
    background-color: #093050;
    transform: translate(0px, 20px);
}
@media screen and (max-width: 767px) {
    #content .stamp > .box .right {
        width: 75px;
        height: 75px;
    }
    #content .stamp > .box .left {
        width: 75px;
        height: 75px;
    }
    #content .aboutcontent > .box > .photo .divider:after {
        transform: translate(-50vw, 80vw) rotate(90deg);
    }
    #content .aboutcontent > .box > .text > div {
        margin-bottom: 30px;
    }
    #content .aboutcontent > .box > .text .divider:after {
        transform: translate(60vw, 20px) rotate(90deg);
        z-index: 1;
    }
}
#content .productcontent {
    margin: 20px auto;
    display: block;
}
#content .productcontent .productList {
    margin: auto;
    display: block;
}
#content .productcontent .productList > .item {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    display: flex;
    cursor: pointer;
    padding: 0px 10px;
    margin-bottom: 20px;
    flex-direction: column;
}
#content .productcontent .productList > .item .pic {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
#content .productcontent .productList > .item .pic > img {
    width: 100%;
}
#content .productcontent .productList > .item .cover {
    padding-top: 22%;
    padding-bottom: 22%;
    margin: auto;
    display: block;
    width: 100%;
    float: left;
    border-radius: 20px;
}
#content .productcontent .productList > .item:hover .cover,
#content .productcontent .productList > .item:focus .cover {
    background-color: rgba(0,0,0,.3);
}
#content .productcontent .productList > .item .cover > img {
    margin: 5px auto;
    display: block;
    width: 45px;
    opacity: 0;
}
#content .productcontent .productList > .item:hover .cover > img,
#content .productcontent .productList > .item:focus .cover > img {
    opacity: 1;
}
#content .productcontent .productList > .item .cover > p {
    text-align: center;
    margin: auto;
    width: fit-content;
    background-color: rgba(255,255,255,.3);
    padding: 2px 10px;
    border-radius: 100px;
    color: #fff;
    opacity: 0;
}
#content .productcontent .productList > .item:hover .cover > p,
#content .productcontent .productList > .item:focus .cover > p {
    opacity: 1;
}
#content .productcontent .productList > .item > .title {
    text-align: center;
    margin: 10px auto 20px;
    font-size: 16px;
}

#productModal {
    
}
#productModal .modal-content {
    border-radius: 10px;
}
#productModal .modal-header {
    border: none;
}
#productModal .modal-header > .modal-title {
    color: #333;
    font-size: 16px;
}
#productModal .modal-header > .btn-close {
    
}
#productModal .modal-body {
    
}
#productModal .modal-body .left {
    float: left;
}
#productModal .modal-body .left > img {
    border-radius: 10px;
}
#productModal .modal-body .right {
    float: left;
    padding: 0px 10px;
}
#productModal .modal-body .right > .title {
    color: #001E33;
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 5px;
}
#productModal .modal-body .right > .brief {
    color: #1E4A69;
}
#productModal .modal-body .right .price {
    color: #1E4A69;
    font-size: 18px;
    font-family: Microsoft JhengHei;
}
#productModal .modal-body .right > .radiobutton {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
#productModal .modal-body .right > .radiobutton > .item {
    float: left;
    margin-right: 8px;
}
#productModal .modal-body .right > .radiobutton > .item > input[type="radio"].btn-check {
    background-color: #4B7A9B;
    color: #fff;
}
#productModal .modal-body .right > .radiobutton > .item > label.btn {
    padding: 2px 8px;
    border: 1px solid #1E4A69;
    background-color: #fff;
    color: #1E4A69;
    border-radius: 4px;
    box-shadow: 1px 1px 5px rgb(0,0,0,.3);
}
#productModal .modal-body .right > .radiobutton > .item > input[type="radio"].btn-check:checked + label.btn {
    background-color: #4B7A9B;
    color: #fff;
}
#productModal .modal-body .tip {
    float: left;
    width: 100%;
    color: #BC401B;
    background-color: #F4E9E6;
    padding: 2px 5px;
    font-size: 13px;
    border-radius: 4px;
    margin: 0 auto;
}
#productModal .modal-body .price .priceradio {
    display: none;
}
#productModal .modal-body .price .priceradio.active {
    display: block;
}
#productModal .modal-footer {
    padding: 0px;
    border-color: #EBEBEB;
    display: inline-block;
}
#productModal .modal-footer > .btn-group {
    margin: 0 auto;
    width: 100%;
}
#productModal .modal-footer > .btn-group >.btn-group:not(:last-child) > .btn,
#productModal .modal-footer > .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-left-radius: 0;
    border-right: 1px solid #EBEBEB;
}
#productModal .modal-footer > .btn-group > .btn-group:not(:first-child) > .btn,
#productModal .modal-footer > .btn-group > .btn:nth-child(n+3),
#productModal .modal-footer > .btn-group > :not(.btn-check) + .btn {
    border-top-right-radius: 0;
}
#productModal .modal-footer > .btn-group > .btn {
    width: 50%;
    padding: 10px;
    color: #001E33;
}
.about_dots {
    width: 120px;
    right: 3%;
}

#content .newscontent {
    margin: 20px auto 40px;
    display: block;
    width: 100%;
    max-width: 1200px;
}
#content .newscontent > .newsList {
    list-style: none;
    padding: 0px;
    max-width: 100%;
    width: fit-content;
    margin: auto;
}
#content .newscontent > .newsList > .item > a {
    
}
#content .newscontent > .newsList > .item .date {
    width: 100px;
    color: #7F8E99;
    float: left;
}
#content .newscontent > .newsList > .item .title {
    color: #001E33;
    width: calc(100% - 100px);
    float: left;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
    height: 1.5em;
    text-overflow: ellipsis;
    line-height: 24px;
}
#content .newscontent .pagination {
    max-width: 1200px;
    width: fit-content;
    margin: 15px auto;
}
#content .newscontent .pagination li {
    text-align: center;
    display: inline-block;
    margin: 2px;
}
#content .newscontent .pagination li.active {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    background-color: #E3E3E3;
}
#content .newscontent .pagination li > a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    color: #001E33;
    display: block;
    text-decoration: none;
}
#content .newscontent .pagination li a:hover {
    background-color: #d8d8d8;
}
#content .newscontent .newsimg {
    
}
#content .newscontent .newsimg > img {
    width: 100%;
}
#content .newscontent .newsInfo {
    margin: 20px auto;
}
#content .newscontent .newsInfo .date {
    color: #bcccd0;
    font-family: system-ui;
    letter-spacing: 0.5px;
    width: 100%;
    float: left;
}
#content .newscontent .newsInfo .title {
    font-size: 22px;
    font-weight: bold;
    color: #091f33;
    width: 100%;
    float: left;
}
#content .newscontent .newsInfo .content {
    margin: 20px auto;
    line-height: 30px;
    font-family: Microsoft JhengHei;
    color: #666;
    width: 100%;
    float: left;
    padding-top: 10px;
}
#content .newscontent .newsInfo .content:before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #bcccd0;
    position: absolute;
    transform: translateY(-15px);
}
#content .newscontent .newsInfo .content img {
    max-width: 100% !important;
    height: auto !important;
}
#content .newscontent .newsInfo .hashtag {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0px;
    margin-top: 5em;
}
#content .newscontent .newsInfo .hashtag > li {
    float: left;
    border: 1px solid #ddd;
    padding: 1px 10px;
    margin-right: 10px;
    box-shadow: 1px 2px 4px #ddd;
    font-size: 14px;
}
#content .newscontent .gobackBtn {
    background-color: #cadbdf;
    border: none;
    width: 100px;
    line-height: 30px;
    padding: 4px;
    border-radius: 100px;
    margin: 4em auto 20px;
    display: block;
    color: #52666a;
    font-weight: bold;
}
#content .newscontent .gobackBtn > img {
    height: 30px;
    transform: rotate(180deg);
}

.imgbox-1-1 {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    background-position: center;
}
.imgbox-4-3 {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    background-position: center;
}

#content .recipecontent {
    margin: 20px auto 40px;
    display: block;
    width: 100%;
    max-width: 1200px;    
}
#content .recipecontent > .recipeList {
    list-style: none;
    padding: 0px;
    max-width: 100%;
    width: 100%;
    margin: 10px auto 20px;
    float: left;
}
#content .recipecontent .pagination {
    max-width: 1200px;
    width: fit-content;
    margin: 15px auto;
}
#content .recipecontent .pagination li {
    text-align: center;
    display: inline-block;
    margin: 2px;
}
#content .recipecontent .pagination li.active {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    background-color: #E3E3E3;
}
#content .recipecontent .pagination li > a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    color: #001E33;
    display: block;
    text-decoration: none;
}
#content .recipecontent .pagination li a:hover {
    background-color: #d8d8d8;
}
#content .recipecontent > .recipeList .item {
    float: left;
    padding: 15px;
    display: block;
    margin: 0 auto 20px;
}
#content .recipecontent > .recipeList .item > .num {
    float: left;
    width: 100%;
}
#content .recipecontent > .recipeList .item > .num  > p {
    color: rgb(90,126,136,0.3);
    font-size: 40px;
    font-family: auto;
    width: calc(100% - 150px);
    float: left;
    line-height: 60px;
    margin: 0 auto;
}
#content .recipecontent > .recipeList .item > .num > .line {
    width: 120px;
    float: right;
    height: 2px;
    background-color: #c6d1d4;
    margin: 30px auto;
}
#content .recipecontent > .recipeList .item > a {
    float: left;
    text-decoration: none;
    width: 100%;
}
#content .recipecontent > .recipeList .item > a .title {
    margin: 0 auto 8px;
    color: #333333;
    font-size: 18px;
}
#content .recipecontent > .recipeList .item > a .brief {
    font-size: 16px;
    margin: 0 auto 10px;
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    color: #787878;
    float: left;
}
#content .recipecontent > .recipeList .item > a .imgbox {
    border-radius: 10px !important;
}
#content .recipecontent > .recipeList .item > a:hover .imgbox:before {
    content: "";
    width: 100%;
    float: left;
    position: absolute;
    padding-top: 75%;
    top: 0;
    background-color: rgba(0,0,0,.6);
    border-radius: 10px;
}
#content .recipecontent .recipeInfo .title {
    font-size: 22px;
    font-weight: bold;
    color: #091f33;
    width: 100%;
    float: left;
}
#content .recipecontent .recipeInfo .content {
    margin: 20px auto;
    line-height: 30px;
    font-family: Microsoft JhengHei;
    color: #666;
    width: 100%;
    float: left;
    padding-top: 10px;
}
#content .recipecontent .recipeInfo .content:before {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #bcccd0;
    position: absolute;
    transform: translateY(-15px);
}
#content .recipecontent .recipeimg > img {
    width: 100%;
}
#content .recipecontent .recipeInfo {
    margin: 20px auto;
}
#content .recipecontent .gobackBtn {
    background-color: #cadbdf;
    border: none;
    width: 100px;
    line-height: 30px;
    padding: 4px;
    border-radius: 100px;
    margin: 4em auto 20px;
    display: block;
    color: #52666a;
    font-weight: bold;
}
#content .recipecontent .gobackBtn > img {
    height: 30px;
    transform: rotate(180deg);
}
#content .faqcontent {
    margin: 20px auto 40px;
    display: block;
    width: 100%;
    max-width: 1200px;
}
#content .faqcontent .accordion {
    
}
#content .faqcontent .accordion > .accordion-item {
    margin-bottom: 20px;
    border: none;
}
#content .faqcontent .accordion > .accordion-item > .accordion-header {
    
}
#content .faqcontent .accordion > .accordion-item > .accordion-header .accordion-button {
    background-color: #EFEFEF;
    color: #001E33;
    font-weight: bold;
    border: none;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
    border-radius: 8px;
    padding: 5px 15px;
}
#content .faqcontent .accordion > .accordion-item > .accordion-header .accordion-button .icon {
    width: 38px;
    margin: 4px;
}
#content .faqcontent .accordion > .accordion-item > .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23808080'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#content .faqcontent .accordion > .accordion-item .accordion-body {
    margin: 10px auto 0;
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
}
#content .faqcontent .faqimg {
    max-width: 80%;
    margin: auto;
    display: block;
}

#content .faqcontent .pagination {
    max-width: 1200px;
    width: fit-content;
    margin: 15px auto;
}
#content .faqcontent .pagination li {
    text-align: center;
    display: inline-block;
    margin: 2px;
}
#content .faqcontent .pagination li.active {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    background-color: #E3E3E3;
}
#content .faqcontent .pagination li > a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    color: #001E33;
    display: block;
    text-decoration: none;
}
#content .faqcontent .pagination li a:hover {
    background-color: #d8d8d8;
}
#content .contactcontent {
    margin: 20px auto 40px;
    display: block;
    width: 100%;
    max-width: 1200px;
}
#content .contactcontent > .contactFrom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background-color: #E3E3E3;
    border-radius: 10px;
}
#content .contactcontent > .contactFrom > .leftBox {
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-self: center;
    vertical-align: center;
}
#content .contactcontent > .contactFrom > .leftBox .box {
    width: 260px;
    justify-content: center;
    align-self: center;
    align-items: center;
    vertical-align: center;
}
#content .contactcontent > .contactFrom > .leftBox .box .item {
    
}
#content .contactcontent > .contactFrom > .leftBox .box .item img {
    height: 30px;
    float: left;
    margin: 0 5px;
}
#content .contactcontent > .contactFrom > .leftBox .box .item p {
    line-height: 30px;
    color: #808080;
}
#content .contactcontent > .contactFrom > .rightBox {
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
}
#content .contactcontent > .contactFrom > .rightBox .form {
    margin: 30px 0 10px;
}
#content .contactcontent > .contactFrom > .rightBox .form .input {
    margin: 10px auto;
    float: left;
    width: 100%;
}
#content .contactcontent > .contactFrom > .rightBox .form .input label {
    color: #888888;
    width: 100px;
    text-align: right;
    padding: 0px 10px;
    float: left;
    line-height: 38px;
}
#content .contactcontent > .contactFrom > .rightBox .form .input input {
    width: calc(100% - 120px);
    float: left;
    padding: 5px;
    border: none;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    line-height: 28px;
}
#content .contactcontent > .contactFrom > .rightBox .form .input select {
    -webkit-appearance: none;
    -moz-appearance: none;
    /*background: transparent;*/
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: calc(100% - 5px);
    background-position-y: 7.5px;
    width: calc(100% - 120px);
    float: left;
    padding: 5px;
    border: none;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    line-height: 28px;
}
#content .contactcontent > .contactFrom > .rightBox .form .input textarea {
    width: calc(100% - 120px);
    float: left;
    padding: 5px;
    border: none;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
    border-radius: 4px;
    line-height: 28px;
    resize: vertical;
}
#content .contactcontent > .contactFrom > .rightBox .form .submitBtn {
    width: calc(100% - 35px);
    background-color: #E3E3E3;
    margin: 20px 17.5px;
    float: left;
    border: none;
    border-radius: 10px;
    color: #888888;
}
#content .contactcontent > .contactFrom > .rightBox .form .submitBtn > img {
    width: 32px;
    margin: 8px;
}

#content .membercontent {
    margin: 20px auto 40px;
    display: block;
    width: 100%;
    max-width: 800px;    
}
#content .membercontent > .formbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background-color: #FAFAFA;
    border-radius: 20px;
    overflow: hidden;
}
#content .membercontent > .formbox > .leftBox {
    display: flex;
    flex-direction: column;
    align-self: center;
    vertical-align: center;
    margin: auto;
}
#content .membercontent > .formbox > .rightBox {
    display: flex;
    flex-direction: column;
    background-color: #FAFAFA;
    border-start-end-radius: 10px;
    border-end-end-radius: 10px;
    align-self: center;
    margin: auto;
}
#content .membercontent > .formbox > .rightBox > .box {
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 15px 20px;
    width: 100%;
}
#content .membercontent > .formbox > .rightBox > .box > p {
    color: #001E33;
    text-align: center;
    font-size: 18px;
    font-weight: 450;
}
#content .membercontent > .formbox > .rightBox > .box > p.brief {
    color: #bfbfbf;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
}
#content .membercontent > .formbox > .rightBox > .box > .form-group {
    margin: 10px auto 15px;
}
#content .membercontent > .formbox > .rightBox > .box > .form-group > label {
    width: 4.5em;
    color: #888888;
}
#content .membercontent > .formbox > .rightBox > .box > .form-group > input {
    width: calc(100% - 5em);
    line-height: 34px;
    border: none;
    box-shadow: 2px 2px 5px rgb(0,0,0,0.15);
    border-radius: 5px;
    padding: 2px 8px;
}
#content .membercontent > .formbox > .rightBox > .box > .form-group > input::-webkit-input-placeholder { /* Edge */
    font-size: 12px;
    color: #bfbfbf;
}

#content .membercontent > .formbox > .rightBox > .box > .form-group > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #bfbfbf;
}

#content .membercontent > .formbox > .rightBox > .box > .form-group > input::placeholder {
    font-size: 12px;
    color: #bfbfbf;
}
#content .membercontent > .formbox > .rightBox > .box > a {
    float: right;
    margin: 0 5px;
    color: #BCCCD0;
    text-decoration: none;
    font-size: 13px;
}
#content .membercontent > .formbox > .rightBox > .box > a:hover,
#content .membercontent > .formbox > .rightBox > .box > a:focus {
    color: #86aab3;
}
#content .membercontent > .formbox > .rightBox > .box > button {
    background-color: #E3E3E3;
    width: 100%;
    color: #888888;
    border: none;
    border-radius: 8px;
    margin: 10px auto;
    box-shadow: 2px 2px 5px rgb(0,0,0,0.15);
    padding-top: 5px;
}
#content .membercontent > .formbox > .rightBox > .box > button:hover,
#content .membercontent > .formbox > .rightBox > .box > button:focus {
    box-shadow: none;
    background-color: #d7d6d6;
}
#content .membercontent > .formbox > .rightBox > .box > button > img {
    width: 40px;
    margin: 2px 5px 0;
}
#content .membercontent > .box > .member_nav {
    padding: 0px;
    width: fit-content;
    margin: 30px auto;
    list-style: none;
    height: 75px;
}
#content .membercontent > .box > .member_nav > li {
    float: left;
    margin: 10px 20px;
    text-align: center;
}
#content .membercontent > .box > .member_nav > li > a {
}
#content .membercontent > .box > .member_nav > li > a.active:before {
    content: "";
    width: 50px;
    height: 50px;
    background-color: #F2F2F2;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    transform: translate(-10px, 0px);
}
#content .membercontent > .box > .member_nav > li > a > img {
    width: 80%;
}
#content .membercontent > .box > .member_nav > li > a > .dark {
    display: none;
}
#content .membercontent > .box > .member_nav > li > a > .light {
    display: inline-block;
}
#content .membercontent > .box > .member_nav > li > a.active > .dark {
    display: inline-block;
}
#content .membercontent > .box > .member_nav > li > a.active > .light {
    display: none;
}
#content .membercontent > .box > .member_nav > li > a:hover > .dark,
#content .membercontent > .box > .member_nav > li > a:focus > .dark {
    display: inline-block;
}
#content .membercontent > .box > .member_nav > li > a:hover > .light,
#content .membercontent > .box > .member_nav > li > a:focus > .light {
    display: none;
}
@media screen and (max-width: 767px) {
    #content .membercontent > .formbox > .leftBox {
        display: none;
    }
    #content .membercontent > .box > .member_nav > li {
        margin: 0px 2px;
    }
    #content .membercontent > .box > .member_nav > li > a > img {
        width: 65%;
    }
}
#content .membercontent > .box > .form {
    
}
#content .membercontent > .box > .form p {
    text-align: center;
    margin: 30px auto 15px;
    font-size: 18px;
    color: #091F33;
}
#content .membercontent > .box > .form p > i {
    transform: scale(0.7) translateX(2px);
}
#content .membercontent > .box > .form p > i.status0 {
    color: #FAA32D;
}
#content .membercontent > .box > .form p > i.status1 {
    color: #71CBE1;
}
#content .membercontent > .box > .form p > i.status2 {
    color: #D84242;
}
#content .membercontent > .box > .form p > i.status3 {
    color: #BCBCBC;
}
#content .membercontent > .box > .form .formbox {
    background-color: #FAFAFA;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    margin: 10px auto;
    padding: 2em 1.2em;
    text-align: center;
}
#content .membercontent > .box > .form .formbox > .form-group {
    margin-bottom: 15px;
}
#content .membercontent > .box > .form .formbox > .form-group > label {
    width: 4.5em;
    float: left;
    line-height: 36px;
}
#content .membercontent > .box > .form .formbox > .form-group > input {
    width: calc(100% - 5em);
    margin-left: 0.5em;
    border: none;
    line-height: 34px;
    padding: 2px 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.2);
}
#content .membercontent > .box > .form .formbox > .form-group > input:disabled {
    background-color: #efefef;
    box-shadow: none;
    cursor: not-allowed;
}
#content .membercontent > .box > .form .formbox button {
    width: 100%;
    border: none;
    margin: 20px auto 10px;
    line-height: 30px;
    border-radius: 8px;
    padding: 4px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.2);
    background-color: #eee;
    color: #888888;
}
#content .membercontent > .box > .form .formbox button:hover,
#content .membercontent > .box > .form .formbox button:focus {
    box-shadow: none;
    background-color: #e3e3e3;
}
#content .membercontent > .box > .form .formbox button > img {
    width: 40px;
    margin: 0px 4px;
}

#content .membercontent > .box > .form > .head {
    line-height: 30px;
}
#content .membercontent > .box > .form > .head span {
    background-color: #3e4f5e;
    color: #fff;
    padding: 2px 15px;
    border-radius: 100px;
}
#content .membercontent > .box > .form > .paymentInfoBox {
    background-color: #bdcbd0;
    border-radius: 15px;
    padding: 5px;
    margin: 15px auto;
}
#content .membercontent > .box > .form > .paymentInfoBox > ul {
    list-style: none;
    padding: 0px;
    width: 90%;
    margin: auto;
}
#content .membercontent > .box > .form > .paymentInfoBox > ul > li {
    
}
#content .membercontent > .box > .form > .paymentInfoBox > ul > li span {
    padding: 0px 8px;
}
#content .membercontent > .box > .form > .paymentInfoBox > ul > li .price {
    font-size: 28px;
    padding: 0px 8px;
    color: #3d4f5e;
}
#content .membercontent > .box > .form > .paymentInfoBox > ul > li .remark {
    text-align: left;
    font-size: 14px;
    background-color: rgba(255,255,255,.4);
    padding: 8px 12px;
    margin-bottom: 30px;
    line-height: 28px;
}
#content .membercontent > .box > .form > .submitBtn {
    margin: 30px auto 10px;
    display: block;
    padding: 8px 20px;
    background-color: #092033;
    color: #fff;
    border: none;
    border-radius: 100px;
    box-shadow: 2px 2px 8px rgb(0,0,0,.3);
}
#content .membercontent > .box > .form > .submitBtn:hover {
    box-shadow: none;
}

#listTable {
    width: 100%;
}
#listTable thead tr {
    border: 10px solid #fff;
}
#listTable thead tr th {
    background-color: #091F33;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
}
#listTable tbody tr {
    border: 10px solid #fff;
}
#listTable tbody tr td {
    background-color: #f5f5f5;
    padding: 12px 5px;
    text-align: center;
    font-size: 14px;
    /*color: #888888;*/
}
#listTable tbody tr:not(.no-hover):hover td {
    background-color: transparent;
    cursor: pointer;
}
#listTable tbody tr td > i {
    transform: scale(0.7);
}
#listTable tbody tr td > i.status0 {
    color: #FAA32D;
}
#listTable tbody tr td > i.status1 {
    color: #71CBE1;
}
#listTable tbody tr td > i.status2 {
    color: #D84242;
}
#listTable tbody tr td > i.status3 {
    color: #BCBCBC;
}
#listTable tbody tr td .itemImg {
    width: 150px;
    float: left;
    border-radius: 10px;
}
#listTable tbody tr td .itemName {
    float: left;
    font-size: 14px !important;
    margin: 40px auto !important;
}
@media screen and (max-width: 767px) {
    #listTable.responsive thead tr th {
        display: none;
    }
    #listTable.responsive tbody tr {
        border-bottom-width: 20px;
    }
    #listTable.responsive tbody tr td:before {
        font-size: 14px;
        content: attr(data-th) "： ";
        font-weight: 700;
        float: left;
    }
    #listTable.responsive tbody tr td {
        width: 100%;
        float: left;
        text-align: left;
        padding: 5px 10px;
    }
    #listTable.responsive tbody tr td:first-child {
        padding-top: 10px;
    }
    #listTable.responsive tbody tr td:last-child {
        padding-bottom: 10px;
    }
    #listTable tbody tr td .itemName {
        margin: 0 !important;
        float: left;
        padding: 0px !important;
        width: fit-content;
    }
    #listTable tbody tr td .itemImg {
        position: absolute;
        right: 10px;
        height: calc(30vw);
        width: auto;
        max-height: 10em;
    }
}

.hr {
    width: calc(100% - 20px);
    height: 1px;
    background-color: #091F33;
    margin: 5px auto;
}
.hr.right-circle{
    text-align: right;
    padding-right: 10px;
}
.hr:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #091F33;
    position: absolute;
    border-radius: 100%;
    transform: translate(0px, -5px);
}
.hr:after {
    display: block;
    clear: both;
    content: "";
}

#content .membercontent .pagination {
    max-width: 1200px;
    width: fit-content;
    margin: 15px auto;
}
#content .membercontent .pagination li {
    text-align: center;
    display: inline-block;
    margin: 2px;
}
#content .membercontent .pagination li.active {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    background-color: #E3E3E3;
}
#content .membercontent .pagination li > a {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 100px;
    color: #001E33;
    display: block;
    text-decoration: none;
}
#content .membercontent .pagination li a:hover {
    background-color: #d8d8d8;
}
#content .membercontent .infobox {
    background-color: #f5f5f5;
    width: 100%;
    border: 10px solid #fff;
    display: inline-block;
}
#content .membercontent .infobox.transparent {
    background-color: transparent;
    border: none;
}
#content .membercontent .infobox > p {
    margin: 10px auto !important;
    font-size: 15px !important;
    text-align: left !important;
    padding: 0px 10px;
}
#content .membercontent .infobox ul {
    list-style: none;
    padding: 0px;
    width: 100%;
    max-width: 300px;
    float: right;
    margin: 10px;
}
#content .membercontent .infobox ul li {
    float: left;
    width: 100%;
}
#content .membercontent .infobox ul li .key {
    font-size: 16px;
    float: left;
    margin: 5px 10px;
    line-height: 24px;
}
#content .membercontent .infobox ul li .value {
    font-size: 14px;
    float: right;
    margin: 5px 10px;
    line-height: 24px;
}
#content .membercontent .infobox ul li .value.text-danger {
    font-size: 18px;
    font-weight: bold;
}
#content .membercontent .infobox ul li input {
    width: calc(100% - 90px);
    line-height: 34px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
    padding: 0px 8px;
}
#content .membercontent .infobox ul li input[type="checkbox"] {
    width: fit-content;
    line-height: 34px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);
    float: left;
    transform: translate(-4px,4px);
}
#content .membercontent .infobox ul li .checkDiv {
    width: calc(100% - 90px);
    min-width: 280px;
    float: right;
}
#content .membercontent .infobox ul li .checkDiv > label {
    width: calc(100% - 20px);
    margin-left: 6px;
    font-size: 13px;
    line-height: 22px;
    color: #092033;
}

#content .membercontent .infobox ul li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    width: calc(100% - 90px);
    line-height: 34px;
    border: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgb(0,0,0,.3);
    padding: 0px 8px;
}

.PlusMinusBtn {
    background-color: #092033;
    color: #fff;
    border: none;
    width: 15px;
    text-align: center;
    height: 15px;
    margin: 2px 5px;
    padding: 0px 2px 3px;
    line-height: 10px;
    border-radius: 100%;
    transform: translateY(-1.5px);
}
.PlusMinusBtn:hover {
    transform: scale(1.25) translate(0px, -1px);
}
.PlusMinusBtn:first-child:hover {
    background-color: #e24242;
}
.PlusMinusBtn:last-child:hover {
    background-color: #9cbfca;
}
.fp-table {
    max-height: 100vh;
    overflow: hidden;
}

.pcshow {
    display: block;
}
.phshow {
    display: none;
}
@media screen and (max-width: 991px) {
    .pcshow {
        display: none;
    }
    .phshow {
        display: block;
    }
}