html, body {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 0 !important;
}
a {
    color: #231f20;

}
a:focus{
    color: #ecc4c0;
    outline: none;
}

input {
    outline: none;
}

video {
    outline: none;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.modal-dialog {
    width: 300px;
}

.maxWidth1440 {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}

.tc-wrapper {
    position: relative;
    margin: 0 auto;
    /* max-width:1440px; */
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.navbar.navbar-static-top {
    position: fixed;
    top: 0;
    transition: height 1s;
}

/* .navbar.navbar-static-top .container.visible-sm.visible-xs{
    display: none !important;
}  */

.navbar {
    width: 100%;
    min-height: unset;
}

.navbar .navbar-wrap.maxWidth1440 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: top 1s;
}

.navbar.active {
    height: 30px;
}

.navbar .navbar-header {
    width: 80%;
    margin: 0 auto;
    float: none;
}

.navbar .navbar-header .navbar-brand {
    float: none;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.navbar .navbar-header .navbar-brand > img {
    margin: 0 auto;
}

nav.navbar {
    border-bottom: 1px solid #000;
}

.headerGroup {
    height: 20px;
    margin-top: 20px;
}

.headerGroup div {
    display: inline-block;
    height: 100%;
}

.headerGroup div img {
    height: 100%;
    width: auto;
    vertical-align: top;
}

.headerGroup .groupLeft {
    float: left;
}

.headerGroup .groupRight {
    float: right;
}
.headerGroup .groupRight li:hover{
    transform: scale(1.2);
}

.headerGroup .groupLeft li, .headerGroup .groupRight li {
    height: 100%;
    width: fit-content;
    width: -moz-fit-content;
    float: left;
    margin-right: 30px;
    transition:transform .1s;
}

.headerGroup .groupLeft li form {
    display: inline;
}

.headerGroup .groupLeft li .search {
    /* border-bottom: 1px solid #000;
    padding-bottom: 3px; */
}

.headerGroup .groupLeft li input, .headerGroup .groupRight li input {
    background: transparent;
    vertical-align: middle;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}

.headerGroup .groupLeft li input.searchInputImg {
    width: 20px;
    margin-left: -5px;
    border-bottom: 1px solid #000;
    /* padding-bottom: 5px; */
}

#navbar-container > .container.visible-sm.visible-xs {
    display: none !important;
}

#navbar #menu-main-menu {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    padding-top: 15px;
    float: unset;
    margin: 0 auto;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.23px;
    text-align: center;
    color: #231f20;
    display: flex;
    justify-content: center;
}

#navbar #menu-main-menu.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 11px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 5.23px;
    text-align: center;
    color: #231f20;
    border-bottom: 2px solid transparent;
}

#navbar #menu-main-menu.navbar-nav > li {
    position: relative;
    padding: 0;
}

#navbar #menu-main-menu.navbar-nav > li > a:hover, #navbar #menu-main-menu.navbar-nav > li > a.menuHover {
    color: #ECC4C0;
    border-bottom: 3px solid #ECC4C0;
}

#navbar #menu-main-menu > .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 100vw;
    max-width: 1440px;
    /* padding-left: 0 !important; */
    list-style-type: none;
    /* border-top: 1px solid #231f20; */
    margin: 0;
    padding: 10px 0 20px;
}

#navbar #menu-main-menu .sub-menu.showMenu {
    display: block;
}

#navbar #menu-main-menu .sub-menu .menuContent {
    width: 80%;
    margin: 0 auto;
}

#navbar #menu-main-menu .sub-menu .menuContent .subItem > .title {
    width: 20%;
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 2px;
    text-align: right;
    color: #231f20;
}

#navbar #menu-main-menu .sub-menu .menuContent .subItem > .listContent {
    margin-top: -20px;
    width: 80%;
    margin-left: 23%;
    text-align: left;
    font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #231f20;
}

#navbar #menu-main-menu .sub-menu .menuContent .subItem > .listContent .title {
    font-weight: bold;
    padding-bottom: 20px;
}

#navbar #menu-main-menu .sub-menu .menuContent .subItem > .listContent ul {
    margin-left: 30px;
}

#navbar #menu-main-menu .sub-menu .menuContent .subItem > .listContent ul li {
    padding-bottom: 10px;
}

#navbar #menu-main-menu .sub-menu li:hover, #navbar #menu-main-menu .sub-menu li a:hover {
    color: #ECC4C0;
    cursor: pointer;
}

#navbar #menu-main-menu > li .sub-menu .menuContent .subItem > .listContent .list li .sub-menu {
    position: unset;
    margin-top: 20px;
}

#navbar #menu-main-menu > li .sub-menu .menuContent .subItem > .listContent .list > li {
    padding-bottom: 20px;
}

#navbar #menu-main-menu > li .sub-menu .menuContent .subItem > .listContent .list > li > a {

    font-weight: bold;
}
#menu-main-menu>li.menu-item:hover>a{
    color: #ECC4C0;
    border-bottom: 2px solid #ECC4C0;
}

#navbar #menu-main-menu.navbar-nav > li.menu-item:hover .sub-menu{
    display: block;
    
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu {
    width: 100vw;
    position: absolute;
    display: none;
    background: #fff;
    /* padding: 0 10%; */
    padding: 20px 0 40px;
    max-height: calc(100vh - 166px);
    overflow: scroll;
    -ms-overflow-style:none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #231f20;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li {
    width: 25%;
    float: left;
}
#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li>a{
    font-weight: bold;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li .title {
    width: 20%;
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: 2px;
    text-align: right;
    color: #231f20;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu {
    margin-top: -20px;
    width: 80%;
    margin-left: 23%;
    text-align: left;
    font-family: OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    color: #231f20;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > a {
    font-weight: bold;
    padding-bottom: 20px;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > .sub-menu {
    margin-left: 5%;
    margin-top: 20px;
}

#navbar #menu-main-menu.navbar-nav > li .sub-menu .menu-item-has-children .sub-menu li {
    margin-bottom: 20px;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > .sub-menu > li {
    /* padding-bottom: 20px; */
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a {
    position: relative;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a:after {
    content: '';
    position: absolute;
    left: -35px;
    width: 25px;
    height: 2px;
    background-color: rgb(236, 196, 192);
    top: 7px;
    display: none;
}

#navbar #menu-main-menu.navbar-nav > li > .sub-menu > li > .sub-menu > li > .sub-menu > li a:hover:after {
    display: block;
}

#navbar #menu-main-menu.navbar-nav > li .sub-menu .menu-item-has-children .sub-menu {
    display: block;
}

#navbar #menu-main-menu.navbar-nav > li .sub-menu .menuImg {
    width: 80%;
}

#navbar #menu-main-menu.navbar-nav > li .sub-menu .menuImg > img {
    width: 100%;
}

#navbar #menu-main-menu.navbar-nav > li .sub-menu .menuImg .btnText {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;
    float:left;
    margin-top:12px;
}
#navbar #menu-main-menu.navbar-nav > li .sub-menu .menuImg .btnText .text_link_arrow{
    line-height: 26px;
    text-align: center;
    padding-left: 1px;
}
#navbar #menu-main-menu.navbar-nav > li .sub-menu .menuImg .btnText img {
    display: inline-block;
    width: 8%;
    vertical-align: text-bottom;
    margin-left: 5px;
}


.navbar .navbar-header.navbar-header-sm {
    padding: 10px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.navbar .navbar-header.navbar-header-sm form{
    line-height: 30px;
}

.navbar .navbar-header.navbar-header-sm > div {
    display: inline-block;
    /* height: 80%; */
    height: 50%;
    width: auto;
    height: 24px;
    width: 24px;
}

.navbar .navbar-header.navbar-header-sm > div img {
    height: 100%;
    width: auto;
}

.navbar .navbar-header-sm .leftMenu {
    float: left;
}

.navbar .navbar-header.navbar-header-sm > div.leftMenu img {
    vertical-align: baseline;
}

.navbar .navbar-header.navbar-header-sm > div.logo {
    height: 90%;
    width: auto;
}

.navbar .navbar-header.navbar-header-sm > div.logo .navbar-brand {

    vertical-align: baseline;
}

.navbar .navbar-header-sm .rightSearch {
    float: right;
}

.navbar .navbar-header-sm .navbar-brand {
    height: 100%;
}
.navbar .visible-sm .navbar-main-wrap{
    display: none;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top:0px;
    width:100%;
    height:100vh;
    background-color: rgba(0, 0, 0, 0.3);
}

.navbar .visible-sm .navbar-main {
    /* padding: 10px 100px 20px 35px; */
    width: fit-content;
    width: -moz-fit-content;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
    max-height: 100vh;
    overflow: scroll;
    width: 40%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -ms-overflow-style: none;
}

.navbar .visible-sm .navbar-main .mainMenu {
    width: 80%;
    margin-left: 10%;
}

.navbar .visible-sm .navbar-main .mainMenu > li {
    width: 70%;
    border-bottom: 1px solid #ECC4C0;
}

.navbar .visible-sm .navbar-main .mainMenu > li:last-child {
    border-bottom: none;
}

.navbar .visible-sm .navbar-main .close {
    height: 70px;
    font-size: 50px;
    line-height: 70px;
    margin-left: 10%;
}

.navbar .visible-sm .navbar-main .mainMenu > li > a {
    padding: 10px 20px 0 10px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3.92px;
    text-align: center;
    color: #231f20;
    display: block;
    line-height: 40px;
}

.navbar .visible-sm .navbar-main .mainMenu > li:last-child > a {
    padding-bottom: 0;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu {
    padding: 0 20px 10px 10px;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu .title,.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu .othertitle {
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 28px;
    letter-spacing: 3.92px;
    text-align: center;
    color: #231f20;
}
.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu .othertitle{
    opacity: 1;
}
.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu .othertitle:hover{
    color: #ecc4c0;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    text-align: center;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.77px;
    color: #231f20;
    margin-top: 10px;
    margin-left: 10px;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu .sub-menu {
    margin-left: 30px;
    margin-top: 5px;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu .sub-menu a {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: 0.77px;
    color: #231f20;
    position: relative;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu .sub-menu a:hover:after {

    display: block;
}

.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu .sub-menu a:after {
    content: '';
    position: absolute;
    left: -35px;
    width: 25px;
    height: 2px;
    background-color: rgb(236, 196, 192);
    top: 7px;
    display: none;
}
.navbar .visible-sm .navbar-main .mainMenu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu>li{
    margin-bottom: 15px;
}

.navbar .visible-sm .navbar-main .mainMenu a:hover {
    color: #ECC4C0 !important;
}

.navbar .visible-sm .navbar-main .mainMenu .sub-menu .subItem > .title {
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: 1.6px;
    color: #231f20;
    padding: 5px 0;
}

.navbar .visible-sm .navbar-main .mainMenu li .iconList {
    width: 150%;
    margin-left: -10%;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}

.navbar .visible-sm .navbar-main .mainMenu li .iconList div {
    width: 25%;
    display: inline-block;
}

.navbar .visible-sm .navbar-main .mainMenu li .iconList div img {
    width: 40%;
}

.phoneBottomNav {
    position: fixed;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 5;
    background: #fff;
}

.phoneBottomNav .bottomNavContent .item {
    text-align: center;
    background: #fff;
    padding: 10px;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    text-align: center;
    /* color: #ffffff; */
}

.phoneBottomNav .bottomNavContent .item>div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    margin: 0 auto 3px;

}

.phoneBottomNav .bottomNavContent .item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.phoneBottomNav .bottomNavContent .item.bgblack {
    background: #000;
}
.phoneBottomNav .bottomNavContent .item.bgblack>span{
    color:#fff;
}

.navbar .container.visible-xs .navbar-header-sm .searchContent {
    display: none;
    width: 100%;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    
}
.navbar .container.visible-xs .navbar-header-sm .searchContent .searchContentContainer{
    padding: 10px 40px 50px;

    background-color: #fff;
}
.navbar .container.visible-xs .navbar-header-sm .searchContent .rightClose {
    text-align: right;
    font-size: 50px;
}

.navbar .container.visible-xs .navbar-header-sm .searchContent .title {
    font-weight: bold;
    font-size: 20px;
}

.navbar .container.visible-xs .navbar-header-sm .searchContent .input input {
    height: 100%;
    width: 50%;
    border-bottom: 1px solid rgb(236, 196, 192);;
}
.navbar .container.visible-xs .navbar-header-sm .searchContent .input input:first-child{
    height: 30px;
    line-height: 30px;;
    width:160px;
    border-radius: 0;
}
.navbar .container.visible-xs .navbar-header-sm .searchContent .input input:first-child::placeholder{
  font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.3);
}

.navbar .container.visible-xs .navbar-header-sm .searchContent .input input.searchInputImg {
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 0 ;
    /* padding-bottom: 3px; */
    width: 20px;
    vertical-align: -5px;
    margin-left: -30px;
}

.navbar .container.visible-xs .navbar-header-sm .searchContent .input img {
    height: 30px;
}

.toTop {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 11%;
    z-index: 55;
}

.toTop img {
    width: 100%;
}


.swiper-slide .bgImg img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.font35 {
    font-size: 35px;
}

.font14 {
    font-size: 14px;
}

.fontBold {
    font-weight: bold;
}

.tc-header {
    position: unset;
}

.navbar {
    margin-bottom: 0;
}

.line {
    border: 3px solid #ecc4c0;
    background: #ecc4c0;
}

.preline {
    white-space: pre-line;
}

.tc_home_banner .swiper-container-horizontal > .swiper-pagination-bullets, .tc_home_banner .swiper-pagination-custom, .swiper-pagination-fraction {
    width: auto;
    left: 2.5%;
    bottom: 20px;
}
.tc_home_banner .swiper-container .swiper-slide a{
    width: 100%;
}
.tc_home_banner .swiper-container-horizontal > .tc_home_banner .swiper-pagination-bullets .swiper-pagination-bullet {
    vertical-align: middle;
}

.swiper-pagination {
    text-align: left;
}

.tc_home_banner :root {
    --swiper-theme-color: #fff;
}

.tc_home_banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.tc_home_banner .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}

.tc_home_banner .tc_home_banner .swiper-container {
    height: 100%;
}

.bannerContainer {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannerContainer .bgImg {
    /* height: 570px; */
    width: 100%;
    max-width: 2095px;
    overflow: hidden;
    margin: 0 auto;
    /* background-size: cover !important; */
    position: relative;
}

.swiper-slide .bannerContainer .bgImg > img, .bannerContainer .bgImg .bannerContent .button {
    transition: all .5s linear;
}

 .bannerContainer .bgImg.show > img {
    transform: scale(1.1);
}

.bannerContainer .bgImg.show .bannerContent .button {
    transform: scale(1.1);
}

.bannerContainer .bgImg .bannerContent .button div.btna {
    transition: background .5s linear;
}

.bannerContainer .bgImg:hover .bannerContent .button div.btna, .bannerContainer .bgImg.show .bannerContent .button div.btna{
    background: rgba(255, 255, 255, .3);

}

.bannerContainer .bgImg .bannerImg {
    height: 100%;
    width: auto;
    display: block;
}

.bannerContainer .bgImg .bannerContent {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.bannerContainer .bgImg .bannerContent div {
    color: #fff;
}

.bannerContainer .bgImg .bannerContent .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
}

.bannerContainer .bgImg .bannerContent .description {
    white-space: pre-line;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 1.5px;
    text-align: center;
    color: #ffffff;
}

.bannerContainer .bgImg .bannerContent .button {
    margin: 40px auto;
    width: fit-content;
    width: -moz-fit-content;
}

.bannerContainer .bgImg .bannerContent .button div.btna {
    letter-spacing: 2.27px;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 10px 45px;
    font-size: 15px;
}

.bannerContainer .bgImg .bannerContent .line {
    width: 100%;
    margin-top: 14px;
    border-width: 2px;
}

.bannerContainer .bgImg .bannerContent.button_right {
    color: #000;
    width: 50%;
    margin-left: 20%;
}

.bannerContainer .bgImg .bannerContent.button_right .title {
    color: #000;
}

.bannerContainer .bgImg .bannerContent.button_right .description {
    color: #000;
}

.bannerContainer .bgImg .bannerContent.button_right .button div.btna {
    color: #000;
    border: none;
    font-size: 18px;
    letter-spacing: 15px;
    background: transparent;
}

.bannerContainer .bgImg .bannerContent.button_right .button div.btna img {
    width: 20px;
}

.bannerContainer .bgImg .bannerContent.button_right .line {
    display: none;
}

.hotProducts {
    margin: 0;
    padding: 0 0 50px;
    overflow: hidden;
}

.hotProducts .tc-block-blog .title {
    margin: 60px auto 30px;
    display: flex;
    justify-content: center;
}

.hotProducts .tc-block-blog .title .titleText {
    padding-bottom: 10px;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #231f20;
}

.hotProducts .tc-block-blog .title .line {
    border: 3px solid #ecc4c0;
}

.tc-block-blog {
    background: unset;
}

.tc-block-blog .title {
    text-align: center;
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: 1.25px;
    color: #231f20;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.tc-block-blog .swiper-slide .swiper-slide-item-pic {
    width: 90%;
    margin: 0 auto;
}

.tc-block-blog .swiper-slide .swiper-slide-item-pic > img {
    width: 100%;
}

.tc-block-blog .swiper-slide .swiper-slide-item-title > h5 {
    color: #000;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
}

.tc-block-blog .swiper-slide .swiper-slide-item-title > h5:hover {
    text-decoration-line: underline !important;
}

.blogContent {
    width: 100%;
    position: relative;
}

.blogContainer {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    scrollbar-width: none;
}

.blogContainer .swiper-slide .swiper-slide-item-pic {
    transition: transform .3s;
    transform-origin: bottom;
}

.blogContainer .swiper-slide:hover .swiper-slide-item-pic {
    transform: scale(1.05);
}

.section3Container .prodlist .animated .swiper-slide-item-pic{
    transition: transform .3s;
    transform-origin: bottom;
}

.section3Container .prodlist .animated:hover .swiper-slide-item-pic {
    transform: scale(1.08);
}

.section3Container .prodlist .animated .swiper-slide-item-title:hover h5{
    text-decoration-line: underline !important;
}

.hotProducts .swiper-slide {
    background: transparent;
}

.animated.duration1 {
    animation-delay: .1s;
}

.animated.duration2 {
    animation-delay: .2s;
}

.animated.duration3 {
    animation-delay: .3s;
}

.animated.duration4 {
    animation-delay: .4s;
}

.tc-block-blog .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
}

.tc-block-blog .swiper-button-next, .tc-block-blog .swiper-button-prev {
    /* width: fit-content; */
    position: absolute;
    padding: 0;

}

.tc-block-blog .swiper-button-next div img, .tc-block-blog .swiper-button-prev div img {
    width: 100%;
}

.tc-block-blog .swiper-button-next {
    right: 0;
}

.tc-block-blog .swiper-button-next > div {
    transition: transform .3s;
}

.tc-block-blog .swiper-button-next:hover > div {
    transform: translate(8px, 0);
}

.tc-block-blog .swiper-button-common {
    top: 50%;
    transform: translate(0, -50%);
    overflow: hidden;
}

.tc-block-blog .swiper-button-prev > div {
    transition: transform .3s;
}

.tc-block-blog .swiper-button-prev:hover > div {
    transform: translate(-8px, 0);
}

.tc-block-blog .swiper-button-prev {
    left: 0;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}

.tc-block-blog .swiper-button-next, .tc-block-blog .swiper-button-prev {
    outline: none;
}

.tc-block-blog .swiper-slide a {
    width: 100%;
}

/* swiper-container-share */
.section-share .title {
    text-align: center;
}

.section-share .shareContent {
    width: 80%;
    margin: 0 auto;
}

.section-share .swiper-container-share {
    position: relative;
}

.section-share .swiper-container-vertical > .swiper-wrapper {
    flex-direction: unset;
}

.section-share .label {
    padding: 0;
}

.section-share .thumbnail-promo-box {
    width: 95%;
}

.section-share .swiper-container-vertical > .swiper-pagination-bullets {
    top: 50px;
    right: -10px;
}

#home .activity {
    width: 100%;
    padding: 0;
    text-align: center;
    /* background: #trans; */
}

#home .activity .activeItem.hidden-xs {
    background: #ecc4c0;
    padding: 35px;
}

#home .activity .activeItem .itemList {
    display: block;
    margin-bottom: 1px;
    background: #ecc4c0;
    padding: 20px;
}
#home .activity .activeItem.hidden-xs a{
    vertical-align: text-bottom;
}
#home .activity .activeItem .itemList a img {
    height: 20px;
    width: auto;
    margin-right: 7px;
}

#home .activity .activeItem .itemList .title {
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
}

#home .activity .activeItem div {
    display: inline-block;
}

#home .activity .activeItem div.maxWidth1440 {
    transition: all .5s linear;
    cursor: pointer;
    /* margin-top: 0; */
}

#home .activity .activeItem div.maxWidth1440.show {
    margin-top: 8px;
}

#home .activity .activeItem .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    vertical-align: bottom;
}

#home .activity .activeItem .desc {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #ffffff;
    vertical-align: bottom;
}

#home .activity .activeItem .rightline {
    /* width: 3px; */
    border: 1px solid #fff;
    height: 20px;
    margin: 0 5px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    #home .activity .activeItem .rightline {
        vertical-align: middle;
    }
}
@supports (-ms-ime-align: auto) {
    /* IE Edge CSS styles go here */
    #home .activity .activeItem .rightline {
        vertical-align: middle;
    }
}

#home .activity .activeItem .link {
    margin-left: 100px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4.53px;
    text-align: right;
    color: #ffffff;
    padding: 5px 10px;
    border-bottom: 2px solid #fff;
}


#home .home-section3 {
    text-align: center;
}

#home .home-section3 {
    background: url('/wp-content/uploads/2020/04/jurlique-landscapes-0189-copy.jpg') no-repeat;
    background-size: 100% auto;
    padding: 80px 80px 40px;
}

#home .home-section3 .content {
    height: auto;
    width: 90%;
    margin: 0 auto;
    background: #fff;
}

#home .home-section3 .content .title {
    padding-top: 100px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 10px;
}

#home .home-section3 .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
}

#home .home-section3 .button {
    width: fit-content;
    margin: 0 auto;
    width: -moz-fit-content;
    display: flex;
    justify-content: center;
}

#home .home-section3 .link {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 23.38px;
    /* text-indent: 23.38px; */
    color: #231f20;
    margin-top: 30px;
    padding-bottom: 5px;
}

#home .home-section3 .button .line {
    width: 100%;
    position: relative;
}

#home .home-section3 .button:hover .line {
    animation: line 1s alternate linear infinite;
}

@keyframes line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

#home .home-section3 .button .link img {
    width: 25px;
    margin-left: -25px;
}

#home .home-section3 .prodlist {
    width: 90%;
    margin: 50px auto;
    /* overflow: hidden; */
}

#home .home-section3 .prodlist .swiper-slide a, #home .home-section3 .prodlist a img {
    width: 100%;
}

#home .home-section3 .prodlist .hidden-xs {
    width: 80%;
    margin: 0 auto;
}

#home .home-section3 .prodlist .swiper-slide-item-title {
    margin: 20px 0;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #231f20;
}

#home .home-section4 {
    width: 100%;
    margin-bottom: 120px;
}

#home .home-section4 .container {
    width: 72%;
    margin: 0 auto;
    position: relative;
}

#home .home-section4 .container .leftImg {
    width: 60%;
}

#home .home-section4 .container .leftImg img {
    width: 100%;
    height: auto;
}

#home .home-section4 .container .line {
    width: 6%;
    position: absolute;
    top: 5%;
    left: -2.5%;
    border-width: 2px;
}

#home .home-section4 .container .rightText {
    width: 40%;
    position: absolute;
    bottom: 5%;
    left: 52%;
    background-color: #f8f6ed;
    padding: 90px 20px 70px;
    text-align: center;
}

#home .home-section4 .container .rightText .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}

#home .home-section4 .container .rightText .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
    margin-top: 10px;
}

#home .home-section4 .container .rightText .button {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 23.38px;
    text-align: center;
    color: #231f20;
    margin-top: 100px;
}

#home .home-section4 .container .rightText .button img {
    width: 30px;
    margin-left: -30px;
}

#home .home-section5 .bg {
    width: 100vw;
    height: 145px;
    background-color: #f8f6ed;
    margin-top: -90px;
}

#home .home-section5 .shareContainer {
    margin: 0 0 40px;
    text-align: center;
    position: relative;
}

#home .home-section5 .shareContainer .swiper-container-share {
    width: 72%;
    margin: 0 auto;
    overflow: hidden;
}

#home .home-section5 .shareContainer .titleText {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}

#home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper {
    margin-top: 30px;
}

#home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper a {
    width: 100%;
}

#home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper a img {
    width: 100%;
}

#home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper .swiper-slide {
    background: transparent;
    transition: transform .3s;
    transform-origin: bottom;
}

/* #home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper .swiper-slide:hover {
    transform: scale(1.05);
} */



#home .home-section5 .shareContainer .swiper-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(0, -50%);
}

/* .swiper-pagination-bullet */
#home .home-section5 .shareContainer .swiper-pagination-bullet {
    /* display: block; */
    margin-right: 5px;
    background: #ecc4c0;
}

#home .home-section5 .shareContainer .line {
    position: absolute;
    width: 150px;
    border-top: 3px solid #ECC4C0;
    bottom: -20px;
    right: 15%;
}

.footer {
    position: relative;
    background: url('/wp-content/themes/jurlique-new/images/footer.jpg') no-repeat;
    background-size: cover;
}

.footer .footer-content {
    text-align: left;
}

.footer .qr-code {
    padding-top: 25px;
}

.footer .footer-content .searchStore {
    padding: 0;
}

.footer .footer-content img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.footer .footer-content p > a > img {
    width: 100%;
    height: auto;
    margin-bottom: -10px;
}

.footer .footer-content p {
    font-size: 18px;
    color: #a9a9a9;
    text-align: center;
    padding-bottom: 15px;
}

.footer .footer-content p strong {
    color: #5C5C5C;
    display: block;
    font-size: 20px;
}

.footer .footer-nav h4 {
    font-size: 20px;
    line-height: 3;
    font-weight: 300;
    color: #5c5c5c;
}

.footer .footer-nav ul {
    list-style-type: none;
    padding: 0;
}

.footer a {
    font-size: 15px;
    line-height: 2;
    color: #333;
    font-weight: 300;
}

.footer a:hover {
    color: #1fa217;
}

.footer .fa {
    margin-left: -25px;
    margin-right: 5px;
    color: #fff;
}

.footer .container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 70px 0 40px;
}

.footer .bg {
    width: 100%;
    min-height: 30px;
    background: #ecc4c0;
}

.footer .row {
    margin-left: 10%;
}

.footer .footer-content.row {
    margin-left: 0;
}

.footer .footer-nav > ul > li > a, .footer .footer-nav > ul > li > a .colle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 21px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f8f6ed;
    position: relative;
}

.footer .footer-nav > ul > li > a .colle {
    display: inline-block;
}

.footer .footer-nav > ul > li > a img {
    width: 20px;
    position: absolute;
    margin-left: 15px;
    top: 50%;
    left: 100%;
    transition: all .5s;
    transform: rotate(180deg) translate(0, 50%);
}

.footer .footer-nav > ul > li > a .colle.active img {
    transition: all .5s;
    transform: rotate(0deg) translate(0, -50%);
}

.footer .footer-nav .sub-menu li {
    margin-top: 30px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.footer .footer-nav .sub-menu li span{
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    cursor: pointer;
}

.footer .footer-nav .sub-menu a {
    font-size: 13px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.93px;
    color: #ffffff;
}

.footer .footer-content .searchStore .title a{
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #f8f6ed;
    margin-bottom: 25px;
}

.footer .footer-content .searchStore input {
    background: transparent;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-text-fill-color: #fff;
    padding: 0 0 3px;
}

.footer .otherContainer {
    margin-top: 30px;
    padding: 0;
}

.footer .otherContainer li {
    width: 28%;
    padding: 12% 0 16% 0;
    height: 0;
    /* background: #fff; */
    display: inline-block;
    margin-right: 2%;
    text-align: center;
    vertical-align: baseline;
}

.footer .otherContainer li:hover img{
    transform: scale(1.2);
}



.footer .otherContainer li img {
    transition: transform .1s;
    width: 50%;
    cursor: pointer;
}
.footer .otherContainer li img.xhs{
    width: 60%;
}

.footer .copyright {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 8px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.67px;
    text-align: center;
    color: #231f20;
    padding: 10px;
    white-space: pre-line;
}
.footer .copyright a{
    font-size: inherit;
}
.footer .copyright a:hover{
    color: inherit;
}

.footer .searchInputImg {
    width: 20px;
    vertical-align: bottom;
    margin-left: -10px;
}

/* videoSlide */
#videoSlider{
    background-repeat: no-repeat;
    background-position: center;
}
#videoSlider .videoSlider {
    width: 80%;
    margin: 60px auto 0;
    position: relative;
}

#videoSlider .swiper-container-videoSlide {
    overflow: hidden;
}

#videoSlider .swiper-container-videoSlide .leftVideo {
    height: 100%;
    padding: 0;
}

.leftVideo .vjs-poster{
    background-size: cover;
}
.leftVideo .vjs-control-bar{
    display: none !important;
}

#videoSlider .swiper-container-videoSlide .leftVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}

#videoSlider .swiper-container-videoSlide .leftVideo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    outline: none;
}

#videoSlider .swiper-container-videoSlide .rightText {

    text-align: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#videoSlider .swiper-container-videoSlide .rightText .content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 40px 8%;
    max-height: 100%;
    overflow: scroll;
    -ms-overflow-style: none;
}

#videoSlider .swiper-container-videoSlide .rightText .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #231f20;
    margin-bottom: 10px;
}

#videoSlider .swiper-container-videoSlide .rightText .subtitle {
    font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 50px;
}

#videoSlider .swiper-container-videoSlide .rightText .description {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
}

#videoSlider .swiper-container-videoSlide .rightText .btnMore {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 13px;
    color: #231f20;
    margin-top: 20px;
}


#videoSlider .swiper-container-videoSlide .rightText .btnMore img {
    width: 24px;
}

#videoSlider .swiper-container-vertical > .swiper-pagination-bullets {
    left: -4%;
    bottom: 50%;
    /* top: unset; */
    /* transform: unset; */
    transform: translate(0,-50%);
    width: fit-content;
    height: fit-content;
    height:-moz-fit-content;
    width: -moz-fit-content;
    width: 20px;
}

#videoSlider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

#videoSlider .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px auto;
    background: #fff;
    opacity: 1;
    outline: none;
}

#videoSlider .videoSlider.visible-xs .swiper-container-videoSlide2 {
    overflow: hidden;
}

#videoSlider .videoSlider.visible-xs .swiper-slide {
    display: block;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .leftVideo video {
    width: 100%;
    min-height: 370px;
    outline: none;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .rightText {
    padding: 40px 20px;
    text-align: left;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .subtitle {
    font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #231f20;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .description {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 1.5px;
    color: #231f20;
    margin-top: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: pre-line;
}

#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .btnMore {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 9.18px;
    color: #231f20;
    margin-top: 15px;
}
#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .btnMore a{
    font-weight: bold;
}
#videoSlider .videoSlider.visible-xs .swiper-slide .rightText .btnMore img {
    width: 18px;
}

#videoSlider .videoSlider.visible-xs .swiper-pagination {
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

#videoSlider .videoSlider.visible-xs .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    margin-right: 8px;
    vertical-align: middle;
    outline: none;
}

.content-container {
    padding-top: 20px;
}

.pathNavigation {
    background: #f8f6ed;
}

/*Product-faq*/
/* #faq .pathNavigation{
    background: #f8f6ed;
} */
.tc-product-faq {
    margin: 50px 0;
}

.tc-product-faq > div {
    margin: 0 auto;
    max-width: 940px;
    text-align: center;
}

.tc-product-faq h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    font-size: 30px;
    color: #00673E;
    background: url(img/icon2.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
}

.tc-product-faq h3:before {
    position: absolute;
    top: 22px;
    left: -240px;
    content: '';
    display: block;
    width: 210px;
    height: 2px;
    background: #006C67;
}

.tc-product-faq h3:after {
    position: absolute;
    top: 22px;
    right: -240px;
    content: '';
    display: block;
    width: 210px;
    height: 2px;
    background: #006C67;
}

.tc-product-faq-list {
    text-align: left;
    margin-bottom: 15px;
    background: #f8f6ed;
    padding: 0 7% 0 5%;
    position: relative;
}

.tc-product-faq-list a {
    display: block;
    padding: 40px 0;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #231f20;
}

.tc-product-faq-list a span {
    font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 27px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.38px;
    text-align: right;
    color: #231f20;
    margin-right: 8px;
}

.tc-product-faq-list .panel-collapse span {
    font-family: Avenir, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 27px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 3.38px;
    text-align: right;
    color: #231f20;
    float: left;
}

.tc-product-faq-list .angleBtn {
    display: block;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #231f20;
    position: absolute;
    bottom: 35px;
    right: 4%;
}

.tc-product-faq-list .angleBtn > i {
    display: block;
    margin: 0 5px 0 0;
    width: 20px;
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.tc-product-faq-list .angleBtn > i.fa-angle-down {
    display: none;
}

.tc-product-faq-list a.collapsed ~ .angleBtn i.fa-angle-up {
    display: none;
}

.tc-product-faq-list a.collapsed ~ .angleBtn i.fa-angle-down {
    display: block;
}

.panel-collapse.collapse {
    /* padding-bottom: 40px; */
}

.tc-product-faq-list p {
    margin: 0 5px 0 45px; /*carrie change 0 5 30 45 to 0 5 15 45*/
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
    padding-bottom: 40px;
}


/* #recognize */
#recognize {
    padding: 80px 0;
    background: url('/wp-content/themes/jurlique-new/images/replace.png') no-repeat;
    background-size: cover !important;
    background-position: center !important;
}

#recognize .section1 .content {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#recognize .section1 .content .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}

#recognize .section1 .content .subtitle {
    white-space: pre-line;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
    margin-top: 30px;
}


/* farm */
#farm .content ,#product-list .bottomContent{
    width: 100%;
}

#farm .content .contentItem ,#product-list .bottomContent .contentItem{
    /* width: 100%; */
    padding: 80px 0;
    background: url('/wp-content/themes/jurlique-new/images/replace.png') no-repeat;
    background-size: cover !important;
    background-position: center bottom !important;
    min-height: 70vh;
}
#farm .content .textContent{
    /* min-height: 75vh; */
    position: relative;
}
#farm .content .textContent .textContentContent{
    /* position: absolute; */
    /* top: 50%; */
    /* left: 0; */
    /* transform: translate(0, -50%); */
    padding: 50px 8%;
    max-height: 100%;
    overflow: scroll;
    -ms-overflow-style:none;
}
#farm .content .textContent ,#product-list .bottomContent .textContent{
    background: #fff;
    /* padding: 90px; */
    float: unset;
}

#farm .content .textContent .title ,#product-list .bottomContent .textContent .title{
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#farm .content .textContent .subtitle ,#product-list .bottomContent .textContent .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #000000;
    margin-top: 10px;
}

#farm .content .textContent .description,#product-list .bottomContent .textContent .description  {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
    margin-top: 20px;
}


#product-list .bottomContent .textContent{
    padding: 90px;
}



/* #story */
#story {
    width: 100%;
}

#story .swiper-container-autoheight {
    display: block;
    overflow: hidden;
}

#story .swiper-slide {
    display: block;
    overflow: scroll;
    -ms-overflow-style:none;
    /* padding-right: 12px; */
}

#story .top {
    padding: 80px 0;
    background: url('/wp-content/themes/jurlique-new/images/replace.png') no-repeat;
    /*background-size: cover !important;*/
    background-position:20% bottom !important;
}

#story .top .textContent {
    background: #fff;
    padding: 50px;
    float: unset;
    text-align: left;
}

#story .top .textContent .redTitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #ecc4c0;
}

#story .top .textContent .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
}

#story .top .textContent .subtitle {
    font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #7a7a7a;
    margin-top: 5px;
}

#story .top .textContent .description {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    margin-top: 15px;
    white-space: pre-line;
}

#story .top .textContent .tips {
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #231f20;
    margin-top: 10px;
    margin-bottom: 20px;
}

#story .top .textContent .button {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    margin-top: 20px;
}
#story .top .textContent a.button{
    letter-spacing: 13px;
}

#story .top .textContent .button i.active{
    transform: rotate(90deg);
}
#story .top .textContent .button i{
    transform: rotate(0deg);
    transition: transform .3s;
    display:inline-block;

}
#story .top .textContent .button i img{
    width: 100%;
}

#story .more {
    padding-top: 0;
    padding-bottom: 0;
    background: url('/wp-content/themes/jurlique-new/images/replace.png') no-repeat;
    /*background-size: cover !important;*/
    background-position:20% top !important;
    text-align: left;
    height: 0;
    overflow: hidden;
    transition: all .3s;
    box-sizing: content-box;
}

#story .more .moreContent {
    padding: 0 90px;
    float: unset;
}

#story .slide-item {
    transition: transform .3s;
}

#story .more .moreContent .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
}

#story .more .moreContent .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
}

#story .more .moreContent .price {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #888888;
    margin-top: 30px;
}

#story .more .moreContent .link {
    text-align: center;
    height: 50px;
    background: #000;
    line-height: 45px;
    margin-top: 15px;
    float: none;
}

#story .more .moreContent .link a {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 4.53px;
    text-align: center;
    color: #ffffff;
    width: 100%;
    display: block;
}

#story .more .moreContent .tips {
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #231f20;
    margin-top: 50px;
    padding-bottom: 20px;
}

#story .swiper-container-story {
    position: relative;
}

#story .swiper-pagination {
    left:50%;
    top: 40px;
    transform: unset;
    right: 14%;
    height: fit-content;
    height: -moz-fit-content;
}

#story .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
}
#story .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
}

#story .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px auto;
    background: #fff;
    opacity: 1;
}
#story .ingredient{
    margin-top: 80px;
}

.ingredient {
    text-align: center;
    margin-top: 0px;
}

.ingredient .item {
    float: unset;
}

.ingredient .item .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #231f20;
}

.ingredient .item .subtitle {
    white-space: pre-line;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
}

.ingredient .item {
    margin-top: 30px;
}

.ingredient .item .imgContent {
    margin: 25px 40px 55px 0;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.ingredient .item .img {
    float: unset;
    display: inline-block;
    width: 100%;
}

.ingredient .item .img .imgGroup:hover{
    transform: scale(1.05);
}


.ingredient .item .img .imgGroup, #story .swiper-slide .imgGroup {
    position: relative;
    transition: transform .3s;
    transform-origin: bottom;
}



.ingredient .item .img .imgGroup .imgName, #story .swiper-slide .imgGroup .imgName,#zcDetail .swiper-slide .imgGroup .imgName {
    position: absolute;
    bottom: 10px;
    left: 10%;
    width:80%;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3.93px;
    text-align: left;
    color: #ffffff;
}

.ingredient .item .img img {
    margin-top: 15px;
    width: 100%;
    height: auto;
}

.swiper-slide .imgGroup img {
    width: 100%;
    height: auto;
}

.ingredient .item .showMore {
    /* display: none; */
    margin: 30px 0 20px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #231f20;
}

.ingredient .item .hideMore {
    display: none;
    margin: 30px 0 20px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #231f20;
}


/* xiaohongshu */
.xhsContent, .zcContent {
    width: 100%;
    padding: 50px;
    background: #f8f6ed;
}

#xiaohongshu .imgSlider, #zcDetail .imgSlider {
    float: unset;
    padding: 0;
}

#xiaohongshu .swiper-container-imgSlider, #zcDetail .swiper-container-imgSlider {
    overflow: hidden;
    padding: 0;
}

#xiaohongshu .swiper-container-imgSlider .swiper-slide, #zcDetail .swiper-container-imgSlider .swiper-slide {
    display: block;
}

#xiaohongshu .swiper-container-imgSlider .img, #zcDetail .swiper-container-imgSlider .img {
    width: 100%;
    height: 100%;

}

#xiaohongshu .swiper-container-imgSlider .img img, #zcDetail .swiper-container-imgSlider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#xiaohongshu .xhsContent .textContent, #zcDetail .zcContent .textContent {
    padding: 0;
    background: #fff;
    overflow: scroll;
    -ms-overflow-style:none;
}
#xiaohongshu .xhsContent .textContent .top {
    padding-top:63px;

}

#xiaohongshu .xhsContent .textContent .top div, #zcDetail .zcContent .textContent .top div {
    display: inline-block;
    vertical-align: middle;
}

#xiaohongshu .xhsContent .textContent .top .avatar, #zcDetail .zcContent .textContent .top .avatar {
    width: 20%;
    line-height: 0;
}

#xiaohongshu .xhsContent .textContent .top .avatar img, #zcDetail .zcContent .textContent .top .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#xiaohongshu .xhsContent .textContent .name, #zcDetail .zcContent .textContent .name {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    color: #231f20;
    margin-left: 20px;
}


#xiaohongshu .xhsContent .textContent .title, #zcDetail .zcContent .textContent .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    color: #231f20;
}

#xiaohongshu .xhsContent .textContent .content, #zcDetail .zcContent .textContent .content {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: #231f20;
    white-space: normal;
    padding-left:0;
    padding-right:0;
    padding-bottom: 20px;
}
#xiaohongshu .xhsContent .textContent .content .content{
    white-space: pre-line;
}

#xiaohongshu .swiper-container-imgSlider .swiper-pagination, #zcDetail .swiper-container-imgSlider .swiper-pagination {
    text-align: center;
    bottom: 30px;
}

#xiaohongshu .swiper-container-imgSlider .swiper-pagination-bullet-active, #zcDetail .swiper-container-imgSlider .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

#xiaohongshu .swiper-container-imgSlider .swiper-pagination-bullets .swiper-pagination-bullet, #zcDetail .swiper-container-imgSlider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background: #fff;
    opacity: 1;
}

#xiaohongshu .hotProducts, #zcDetail .hotProducts {
    padding-top: 10px;
}

#xiaohongshu .hotProducts .tc-block-blog .title, #zcDetail .hotProducts .tc-block-blog .title {
    margin-top: 0;
}

#xiaohongshu .hotProducts .title .titleText, #zcDetail .hotProducts .title .titleText {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #231f20;
}

#xiaohongshu .hotProducts .line, #zcDetail .hotProducts .line {
    display: none;
}
#zcDetail .hotProducts{
    margin-top: 20px;
}
#zcDetail .zcContent .textContent {
    padding: 0px;
    background: rgb(255, 255, 255);
    overflow: scroll;
    -ms-overflow-style:none;
}

#zcDetail .zcContent .textContent .name {
    margin-left: 0;
    margin-top: 70px;
}

#zcDetail .zcContent .textContent .subtitle {
    /* margin-top: -20px; */
    font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #7a7a7a;
}

#zcDetail .zcContent .textContent .top{
    margin-top: 26px;
    margin-bottom: 40px;
    height: 45px;
    line-height: 45px;
}

#zcDetail .zcContent .textContent .top .avatar {
    width: 40px;
    line-height: 20px;
    margin-right: 10px;
}


#zcDetail .zcContent .textContent .contents{
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    color: rgb(35, 31, 32);
    white-space: pre-line;
}


#face .pathNavigation {
    /* height: 300px; */
    padding-bottom: 30px;
    background: #f8f6ed;
    padding-bottom: 80px;
}

#face .facelist {
    margin-top: -80px;
    margin-bottom: 40px;
}

#face .faceListContent .item {
    margin-bottom: 40px;
    position: relative;
}

#face .faceListContent .item .imgName {
    position: absolute;
    bottom: 20px;
    left: 15%;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 3.93px;
    color: #ffffff;
}

#face .faceListContent .item img {
    width: 100%;
    height: auto;
}

#face #videoSlider {
    background: url('/wp-content/themes/jurlique-new/images/facebg.jpg');
    background-size: cover;
    padding: 60px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
}

#face #videoSlider .videoSlider {
    margin-bottom: 60px;
}
#face .hotProducts{
    position: relative;
}
#face .hotProducts .faceHotproductLine{
    display: block;
    position: absolute;
    top: -13px;
    left: 50%;
    width: 2px;
    height: 46px;
    background: #f8f6ed;
}
.hotProducts {
    padding-top: 10px;
}
.hotProducts .faceHotproductLine{
    display: none;
}

/* search */
#search .section1 {
    width: 100%;
    height: 230px;
    background: #f8f6ed;
    text-align: center;
    position: relative;
}

#search .section1 .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#search .section1 .content .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
}

#search .section1 .content .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
}

.searchContainer {
    padding: 40px 0;
}

.searchContainer .searchContent .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 30px;
}

.searchContainer .searchContent .wordList .word {
    width: 200px;
    height: 40px;
    background: #f8f6ed;
    margin-bottom: 30px;
    border-radius: 40px;
    line-height: 40px;
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #231f20;
    text-align: center;
}
#not_found{
    text-align: center;
}
#not_found .searchContainer .searchContent .wordList .word{
    margin:0 auto 30px;
    width:100%;
    max-width: 200px;
}

#not_found .not_found_top .not_found_bgd{
    position: relative;
}
#not_found .not_found_top .not_found_bgd>img{
    width: 100%;
    height: auto;
}

#not_found .not_found_top .no_found_content{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#not_found .not_found_top .no_found_content .title{
    height: 32px;
  font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 2.5px;
  text-align: center;
  color: rgb(255, 255, 255);
}


#not_found .not_found_top .no_found_content .to_home{
    margin: 66px auto 0;
    padding: 14px 28px;
    display: inline-block;
    background-color: rgb(236, 196, 192);
    max-width:262px;
}

#not_found .not_found_top .no_found_content .button i{
    display: inline-block;
    max-width:22px;
    max-height:22px;
    vertical-align: middle;
    margin-right:10px
}
#not_found .not_found_top .no_found_content .button i img{
    max-width: 100%;
    max-height: 100%;
}
#not_found .not_found_top .no_found_content .button span{
    vertical-align: middle;
    margin-top: 10%;
    font-family: NotoSansHans;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.searchContainer .searchContent .wordList .word:hover{
    background: #ecc4c0;
    color: #fff;
}


#search .hotProducts .tc-block-blog .title .line {
    display: none;
}

/* starProducts */
#starProducts .top {
    padding-top: 70px;
    padding-bottom: 50px;
    background: url('/wp-content/themes/jurlique-new/images/starbg.jpg');
    background-size: cover !important;
    background-position: center !important;
}
#starProducts .top .content{
    width: 90%;
    margin: 0 auto;
}
#starProducts .top .content .title {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 34px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #231f20;
    margin-bottom: 20px;
}

#starProducts .top .content .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    text-align: center;
    color: #231f20;
    white-space: pre-line;
}

#starProducts #star-swiper-container1 {
    height: 100%;
    overflow: hidden;
    position: relative;
}

#starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide {
    /* height: 100vh; */
    display: block;
    overflow: scroll;
    -ms-overflow-style:none;
}

#starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .leftImg, #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent {
    /* height: 100%; */
    padding: 0;
}

#starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* height: 100%;
    object-fit: cover; */
}
#starProducts .content .textContent {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    text-align: left;
    width: 100%;
    height: fit-content;
    height: -moz-fit-content;
    
}

#starProducts .content .textContent .subtitle {
    font-family: PingFangSC;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #231f20;
}

#starProducts .content .textContent .title {
    font-family: PingFangSC;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 10px;
}

#starProducts .content .textContent .description {
    font-family: PingFangSC;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
}

#starProducts .content .textContent .price {
    font-family: NotoSansHans;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #888888;
    margin: 20px 0 20px;
}

#starProducts .content .textContent .link {
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    float: unset;
}

#starProducts .content .textContent .link a {
    font-family: NotoSansHans;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4.53px;
    color: #ffffff;
}

#starProducts .content .leftImg {
    background-position: right;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

#starProducts .content .rightContent {
    position: relative;
    background-image: url('/wp-content/themes/jurlique-new/images/starright2.png');
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

#starProducts .content .text {
    width: 50%;
    height: 100vh;
    margin-left: 50%;
    position: relative;
}

#starProducts .content.hidden-xs .textContent {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0, -50%);
    text-align: left;
    width: 80%;
    height: fit-content;
    height: -moz-fit-content;
}
#starProducts .content.visible-xs .textContent{
    text-align: left;
    width: 80%;
    margin: 0 auto;
    height: fit-content;
    height: -moz-fit-content;
    padding: 60px 0;
}
#starProducts .content.visible-xs .rightContent{
    height: fit-content;
    height: -moz-fit-content;
}

#starProducts .content .textContent .subtitle {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #231f20;
}

#starProducts .content .textContent .title {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #231f20;
    margin-bottom: 10px;
    margin-top: 5px;
}

#starProducts .content .textContent .description {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: 2px;
    color: #231f20;
    white-space: pre-line;
}

#starProducts .content .textContent .price {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 4px;
    color: #888888;
    margin: 20px 0 25px;
}

#starProducts .content .textContent .link {
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    float: unset;
    max-width: 270px;
}

#starProducts .content .textContent .link a {
    font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 4.53px;
    color: #ffffff;
    width: 100%;
    display: block;
}

#starProducts .content .tips {
    opacity: 0.3;
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.5px;
    color: #231f20;
    position: absolute;
    bottom: 20px;
    left: 15%;
    white-space: pre-line;
    text-align: left;
}

#starProducts .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

#starProducts .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px auto;
    background: #fff;
    opacity: 1;
}

#starProducts .content .indicator {
    position: fixed;
    top: 70%;
    left: 95%;
}

#starProducts .content .indicator span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: block;
    margin-bottom: 10px;
}

#starProducts .content .indicator span.current {
    width: 13px;
    height: 13px;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px)  and (max-width: 992px) {
    .bannerContainer .bgImg {
        height: 60vh;
        width: auto;
        overflow: hidden;
    }

    .swiper-slide .bgImg > img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

     .bannerContainer .bgImg.show > img {
        transform: translate(-50%, 0) scale(1.1);
    }

    #home .activity .activeItem .link {
        margin-left: 0;
    }

    .tc-block-blog .swiper-button-next, .tc-block-blog .swiper-button-prev {
        margin-left: -8%;
        margin-right: -8%
    }
    .tc-block-blog .swiper-button-prev:hover > div{
        transform: translate(-10%, 0);
    }
    .tc-block-blog .swiper-button-next:hover > div{
        transform: translate(10%, 0);
    }
    #home .home-section3 {
        background-size: auto 70%;
    }
    #home .home-section4 {
        margin-bottom: 60px;
    }
    #home .home-section4 .container .leftImg {
        width: 90%;
    }

    #home .home-section4 .container .rightText {
        width: 70%;
        left: 35%;
    }

    #home .home-section4 .container .line {
        width: 10%;
    }

    #home .home-section5 .bg {
        height: 115px;
    }

    #home .home-section5 .shareContainer .swiper-pagination {
        top: unset;
        bottom: -40px;
        left: 0;
        right: unset;
        width: 100%;
        text-align: center;
    }

    #home .home-section5 .shareContainer .swiper-pagination-bullet {
        display: inline-block;
    }

    #home .home-section5 .shareContainer .line {
        /* bottom: -52px; */
        right: 15.5%;
    }

    #home .home-section5 .shareContainer .swiper-pagination-bullet {
        margin-right: 5px;
    }

    .tc_home_banner .swiper-container-horizontal > .swiper-pagination-bullets, .tc_home_banner .swiper-pagination-custom, .swiper-pagination-fraction {
        text-align: center;
    }

    .footer .footer-content .searchStore {
        text-align: left;
        padding: 0;
    }

    .footer .otherContainer {
        margin-top: 30px;
    }

    .footer .otherContainer li {
        background: transparent;
        padding: 20px 0;
    }
    .footer .otherContainer li img {
        width: 30%;
    }
    .footer .otherContainer li img.xhs{
        width: 35%;
    }
    #recognize .swiper-container-videoSlide .rightText .title {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #231f20;
    }

    #recognize .swiper-container-videoSlide .rightText .subtitle {
        font-family: AvenirNext, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.67;
        letter-spacing: normal;
        color: #231f20;
    }

    #recognize .swiper-container-videoSlide .rightText .description {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.5px;
        color: #231f20;
    }

    #recognize .swiper-container-videoSlide .rightText .btnMore {
        font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 9.18px;
        color: #231f20;
    }

    #farm .content .textContent,#product-list .bottomContent .textContent{
        /* padding: 50px 30px; */
    }

    #farm .content .textContent .title,#product-list .bottomContent .textContent .title {
        font-size: 18px;
    }

    #farm .content .textContent .subtitle,#product-list .bottomContent .textContent .subtitle {
        font-size: 12px;
    }

    #farm .content .textContent .description,#product-list .bottomContent .textContent  .description{
        font-size: 12px;
        line-height: 2;
        letter-spacing: 1.5px;
    }

    #product-list .bottomContent .textContent{
        padding: 50px 30px;
    }
    #story .top .textContent {
        padding: 40px;
    }

    #story .top .textContent .redTitle {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.46px;
    }

    #story .top .textContent .title {
        font-size: 18px;
        font-weight: 600;
    }

    #story .top .textContent .subtitle {
        font-size: 12px;
        line-height: 1.67;
        color: #7a7a7a;
    }

    #story .top .textContent .description {
        font-size: 12px;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 1.5px;
    }

    #story .top .textContent .tips {
        font-size: 10px;
        letter-spacing: 1.25px;
    }

    #story .top .textContent .button {
        font-size: 12px;
        letter-spacing: 3px;
        text-align: center;
    }

    #story .more .moreContent .title {
        font-size: 18px;
        font-weight: 600;
    }

    #story .more .moreContent .subtitle {
        font-size: 12px;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 1.5px;
    }

    #story .more .moreContent .price {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #888888;
    }

    #story .more .moreContent .link {
        height: 38px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 3.63px;
        line-height: 38px;
    }

    #story .swiper-pagination {
        top: 90px;
        transform: unset;
        right: 21%;
    }
    #face .pathNavigation{
        padding-bottom: 50px;
    }
    #face .facelist {
        margin-top: -50px;
        margin-bottom: 30px;
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .textContent .subtitle {
        font-family: PingFangSC-Semibold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        line-height: 16px;
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .textContent .title {
        font-family: PingFangSC-Semibold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 18px;
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .textContent .description {
        font-family: PingFangSC-Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 12px;
        letter-spacing: 1.5px;
        line-height: 24px;
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .textContent .price {
        font-size: 12px;
        letter-spacing: 3px;
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .tips {
        font-family: PingFangSC-Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 8px;
        letter-spacing: 1px;
    }

    #xiaohongshu .hotProducts .title .titleText, #zcDetail .hotProducts .title .titleText {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.08px;
        text-align: center;
        color: #231f20;
    }
    #starProducts .content .leftImg, #starProducts .content .rightContent{
        width: 100%;
        float: unset;
        height: auto;
    }
    #starProducts .content .leftImg img{
        width: 100%;
    }
    #starProducts .content .textContent{
        position: unset;
        top: 0;
        transform: unset;
    }

    #xiaohongshu .xhsContent .textContent .top .avatar {
        line-height: unset;
        
    }

    #zcDetail .zcContent .textContent .name {
        margin-top: 20px;
    }


    #zcDetail .zcContent .textContent .top .avatar {
        width: 30px;
        line-height: 26px;
    }

    #zcDetail .zcContent .textContent .contents {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 14px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: normal;
        color: #231f20;
    }
    #zcDetail .zcContent .textContent .subtitle{
        font-size: 14px;
    }
    #xiaohongshu .xhsContent .textContent .top{
        padding-top:31px;
    }
    #xiaohongshu .xhsContent .textContent .title, #zcDetail .zcContent .textContent .title{
        font-size:14px;
    }
    #zcDetail .zcContent .textContent .top{
        margin-bottom:20px;
    }
    #recognize .section1 .content .title{
        font-size: 25px;
    }
    #recognize .section1 .content .subtitle{
        font-size: 12px;
        letter-spacing: 1.5px;
        line-height: 24px;
    }
}

@media (min-width: 992px) {
    #home .home-section3 .prodlist .hidden-xs {
        width: 100%;
    }
}

/*手机端尺寸*/
@media (max-width: 767px) {
    .navbar .navbar-header.navbar-header-sm{
        height: 40px;
        line-height: 40px;
        padding: 8px 0;
    }
    .navbar .visible-sm .navbar-main-wrap{
        top: 39px;
    }
    .navbar .navbar-header.navbar-header-sm > div{
        width: 24px;
        height: 24px;
    }
    .navbar .navbar-header.navbar-header-sm > div.logo {
        width: 63px;
        height: 23px;
    }
    .navbar .navbar-header.navbar-header-sm > div.logo .navbar-brand{
        vertical-align: baseline;
    }
    
    .blogContainer {
        width: 90%;
    }
    #zcDetail .zcContent .textContent .contents {
        font-size: 16px;
        padding-bottom:20px;
    }
    .bannerContainer .bgImg {
        height: 60vh;
        width: auto;
        overflow: hidden;
    }

    .swiper-slide .bgImg > img {
        height: 100%;
        width: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

     .bannerContainer .bgImg.show > img {
        transform: translate(-50%, 0) scale(1.1);
    }

    body {
        margin-bottom: 60px !important;
    }

    .navbar .visible-sm .navbar-main {
        width: 100%;
        /* top: 69px; */
        border-top: 1px solid #000;
        /* padding: 10px 20% 20px 20%; */
    }

    .navbar .container.visible-xs .navbar-header-sm .searchContent {
        height: calc(100vh - 60px);
    }

    .navbar .visible-sm .navbar-main .mainMenu > li {
        margin: 0 auto;
    }

    .navbar .visible-sm .navbar-main .mainMenu li .iconList {
        margin-left: -20%;
        margin-bottom: 18px;
    }

    .navbar .visible-sm .navbar-main .mainMenu li .iconList div img {
        width: 30%;
    }
    #xiaohongshu .hotProducts{
        padding-top:32px;
    }
    .hotProducts{
        overflow: unset;
    }
    .hotProducts .tc-block-blog .title {
        margin-top: 30px;
    }

    .tc-block-blog .swiper-button-prev {
        bottom: -70px;
        top: unset;
        left: -13%;
    }

    .tc-block-blog .swiper-button-next:hover > div {
        transform: translate(5%, 0);
    }

    .tc-block-blog .swiper-button-prev:hover > div {
        transform: translate(-5%, 0);
    }

    .tc-block-blog .swiper-button-next {
        bottom: -70px;
        top: unset;
        right: -13%;
    }

    .bannerContainer .bgImg .bannerContent .title {
        font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 27px;
        font-weight: bold;
        text-align: center;
        color: #ffffff;
    }

    .bannerContainer .bgImg .bannerContent .description {
        white-space: pre-line;
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1px;
    }

    .bannerContainer .bgImg .bannerContent .button {
        margin: 40px auto;
        width: fit-content;
        width: -moz-fit-content;
    }

    .bannerContainer .bgImg .bannerContent .button a {
        letter-spacing: 1px;
        font-weight: bold;
        border: 1px solid #fff;
        font-size: 16px;
        padding: 10px 45px;
    }

    .bannerContainer .bgImg .bannerContent.button_right {
        width: 70%;
        margin-left: 15%;
    }

    .bannerContainer .bgImg .bannerContent.button_right .button a {
        font-size: 16px;
        letter-spacing: 10px;
    }

    .bannerContainer .bgImg .bannerContent.button_right .button a img {
        width: 18px;
    }


    #home .home-section3 {
        background-size: auto 70%;
        padding: 80px 20px 0;
    }
    #home .home-section3 .section3Container {
        padding: 40px 0 0;
    }

    #home .home-section3 .content .title {
        padding-top: 30px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.08px;
        text-align: center;
    }

    #home .home-section3 .link {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 16.51px;
    }

    #home .home-section3 .button .link img {
        width: 18px;
        margin-left: -18px;
    }

    #home .home-section4 {
        margin-bottom: 40px;
    }
    #home .home-section4 .container {
        width: 100%;
        padding: 0;
    }

    #home .home-section4 .container .line {
        display: none;
    }

    #home .home-section4 .container .rightText {
        right: 0;
        left: unset;
        width: 70%;
        bottom: 0;
        padding: 40px 10px 40px;
        height: 100%;

    }

    #home .home-section4 .container .rightText .content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
    }

    #home .home-section4 .container .rightText .title {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.08px;
        text-align: left;
    }

    #home .home-section4 .container .rightText .subtitle {
        font-size: 12px;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 1.5px;
        text-align: left;
    }

    #home .home-section4 .container .rightText .button {
        margin-top: 30px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 16.51px;
        text-align: left;
    }

    #home .home-section4 .container .rightText .button img {
        width: 20px;
        margin-left: -20px;
    }

    #home .home-section5 .bg {
        margin-top: -100px;
    }
    #home .home-section5 .shareContainer .swiper-container-share{
        overflow: unset;
        width: 93%;
    }
    #home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper {
        margin-top: 20px;
    }

    #home .home-section5 .shareContainer .swiper-container-share .swiper-wrapper .swiper-slide {
        padding-left: 0;
    }

    #home .home-section5 .shareContainer .titleText {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.08px;
        text-align: center;
    }

    #home .home-section5 .shareContainer {
        margin: 40px 0 20px;
    }

    .tc_home_banner .swiper-container-horizontal > .swiper-pagination-bullets, .tc_home_banner .swiper-pagination-custom, .swiper-pagination-fraction {
        text-align: center;
    }
    .bannerContainer .bgImg .bannerContent.button_right .button div.btna{
        font-size:16px;
        padding: 10px 15px;
    }
    .bannerContainer .bgImg .bannerContent .button div.btna{
        font-size:16px;
        padding: 10px 25px;
    }
    .bannerContainer .bgImg .bannerContent{
        width: 70%;
    }
    .footer .row {
        text-align: center;
        margin: 0;
    }

    .footer .otherContainer {
        margin-top: 0;
    }

    .footer .otherContainer li {
        background: transparent;
        padding: 20px 0;
    }
    .footer .otherContainer li img {
        width: 30%;
    }
    .footer .otherContainer li img.xhs{
        width: 35%;
    }
    #farm .content .textContent,#product-list .bottomContent .textContent{
        /* padding: 50px 20px; */
    }

    #farm .content .textContent .title,#product-list .bottomContent .textContent .title {
        font-size: 18px;
    }

    #farm .content .textContent .subtitle,#product-list .bottomContent .textContent .subtitle {
        font-size: 16px;
    }

    #farm .content .textContent .description,#product-list .bottomContent .textContent  .description{
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1.5px;
    }
    #product-list .bottomContent .textContent{
        padding: 50px 20px;
    }
    #story .swiper-pagination {
        top: 20px;
        left: 50%;
        right: unset;
        transform: translate(-50%, 0);
        width: auto;
    }
    #story .ingredient{
        margin-top: 40px;
    }
    .ingredient .item{
        margin-top: 40px;
    }
    .ingredient .item:last-child{
        margin-bottom: 52px;
    }
    .ingredient .item .imgContent{
        overflow: unset;
        margin-bottom: 0;
    }
    .ingredient .item .imgContent .swiper-slide{
        padding-left: 6px;
        padding-right: 6px;
    }
    .ingredient .item .title {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.88px;
        text-align: center;
        color: #231f20;
    }

    .ingredient .item .subtitle {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.5px;
        text-align: center;
        color: #231f20;
    }
    #face .pathNavigation{
        padding-bottom: 40px;
    }
    #face .facelist {
        margin-top: -40px;
        margin-bottom: 20px;
    }
    #face .facelist .faceListContent{
        padding: 0;
    }
    #face .faceListContent .item{
        padding: 0 8px;
        margin-bottom: 10px;
    }
    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent {
        /* height: fit-content; */
    }

    #starProducts #star-swiper-container1 .swiper-wrapper .swiper-slide .rightContent .textContent {
        left: 10%;
    }

    #starProducts .content .leftImg, #starProducts .content .rightContent {
        background-position: center;
        width: 100%;
        padding: 0;
        height: fit-content;
        height: -moz-fit-content;
        float: unset;
    }
    /* #starProducts .swiper-container-autoheight .swiper-wrapper{
        height: fit-content;
    } */
    #starProducts .content .leftImg img{
        width: 100%;
        
    }
    #starProducts .top{
        padding-top: 45px;
        padding-bottom: 40px;
    }
    #starProducts .content .textContent{
        left: 10%;
    }
    #starProducts .top .content .subtitle{
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1.5px;
        text-align: center;
        color: #231f20;
    }
    #starProducts .top .content .title{
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        color: #231f20;
    }
    #starProducts .content .textContent .description{
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        letter-spacing: 1.5px;
        color: #231f20;
    }
    #starProducts .content .textContent .price{
        font-family: NotoSansHans;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 3px;
        color: #888888;
    }
    #starProducts .content .textContent .title{
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
    }
    #starProducts .content .textContent .subtitle{
        font-size: 16px;
        font-weight: 600;
        line-height: 1.33;
        color: #231f20;
    }
    #starProducts .content .textContent{
        position: unset;
        transform: unset;
    }


    #xiaohongshu .hotProducts .title .titleText, #zcDetail .hotProducts .title .titleText {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 2.08px;
        text-align: center;
        color: #231f20;
    }

    
    #xiaohongshu .xhsContent .textContent .name, #zcDetail .zcContent .textContent .top  .name {
        margin-left: 10px;
    flex: 7;
    line-height: 30px;
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 1.88px;
        color: #231f20;
    }

    #xiaohongshu .xhsContent .textContent .top div, #zcDetail .zcContent .textContent .top .avatar{
        flex: 2;
        display: flex;
        line-height: unset;
        float: unset;
        line-height:normal;
    }
    #zcDetail .zcContent .textContent .name {
        margin-top: 20px;
    }

    #xiaohongshu .xhsContent .textContent .top, #zcDetail .zcContent .textContent .top {
        /* padding-top:29px; */
        font-size:16px;
        display: flex;
        height:auto;
        margin-bottom: 20px;
    }

    #xiaohongshu .xhsContent .textContent .title, #zcDetail .zcContent .textContent .title {
        flex:7;
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 15px;
        font-weight: 600;
        line-height: 1.87;
        color: #231f20;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    #xiaohongshu .xhsContent .textContent .content, #zcDetail .zcContent .textContent .content {
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        font-weight: 300;
        line-height: 2;
        color: #231f20;
    }

    #xiaohongshu .xhsContent .textContent .top .avatar {
        line-height: normal;
        flex:2;
    }
    #xiaohongshu .xhsContent .textContent .top .name {
        line-height: unset;
        flex:7;
    }

    #story .top {
        background-size: cover !important;
        background-position: left !important;
        padding-top: 0;
        padding-bottom: 0;
    }

    #story .top-mobile-1{
        padding: 90px 0 60px;
        background-position: left bottom;
        background-size: cover;
    }
    /* #story .top-mobile-2 {
    } */
    #story .top-mobile-2 img{
        margin-top:-1px;
        width: 100%;
    }

    #story .top .top-mobile-image img {
        width: 100%;
        position: relative;
        min-height: 90vh;
    }

    #story .top .textContent {
        padding: 38px 24px;
        /* position: absolute; */
        /*left: 50%;*/
        /* top: 120px; */
        /*transform: translate(-50%);*/

    }

    #story .top .textContent .button {
        text-align: center;
        font-size: 16px;
    }

    #story .top .textContent .redTitle {
        font-size: 16px;
    }

    #story .top .textContent .title {
        font-size: 18px;
        margin-top:10px
    }

    #story .top .textContent .subtitle {
        font-size: 16px;
        margin-top:10px
    }

    #story .top .textContent .description {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 1.5px;
    }

    #story .top {
        background-size: auto !important;
        background-position: -155px bottom !important;
    }

    #story .bottom {
        position: relative;
    }

    #story .bottom .more-mobile-image img{
        width: 100%;
    }
    #story .bottom .moreContent {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
    }
    #story .bottom .moreContent .title{
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 18px;
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: rgb(35, 31, 32);
        text-align: left;
    }
    #story .bottom .moreContent .subtitle{
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 2;
        letter-spacing: 1.5px;
        color: rgb(35, 31, 32);
        text-align: left;
        margin-top:13px;
    }
    #story .bottom .moreContent .price{
        font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3px;
        color: rgb(136, 136, 136);
        text-align: left;
        margin-top:27px;
        margin-bottom:21px;
    }
    #story .bottom .moreContent .link{
        width:100%;
        background-color: rgb(35, 31, 32);
        height:38px;
        line-height: 38px;
        padding:0;
        margin-bottom:40px;

    }
    #story .bottom .moreContent .link  a{
        font-family: NotoSansHans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.63px;
        text-align: center;
        color: rgb(255, 255, 255);
        display: block;
        height:38px;
        line-height: 38px;

    }
    #story .bottom .moreContent .tips{
        opacity: 0.3;
        font-family: PingFangSC, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: 1.25px;
        color: rgb(35, 31, 32);
        text-align: left;
    }
    .ingredient .item .img .imgGroup .imgName, #story .swiper-slide .imgGroup .imgName,#zcDetail .swiper-slide .imgGroup .imgName{
        left: 5%;
        bottom: 5px;
        width: 90%;
        font-size: 14px;
        letter-spacing: 1.93px;
    }
    #recognize{
        padding: 20px 0 83px;
    }
    #recognize .section1 .content{
        width: 85%;
    }
    .navbar .container.visible-xs .navbar-header-sm .searchContent{
        background-color: #fff;
    }
    .modal.in .modal-dialog{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #recognize .section1 .content .title{
        font-size: 20px;
    }
    #recognize .section1 .content .subtitle{
        font-size: 16px;
        letter-spacing: 1.5px;
        line-height: 24px;
    }
    #videoSlider .videoSlider{
        margin-top: 40px;
    }
    .tc-product-faq-list p{
        font-size: 16px;
    }
    #product-list .bottomContent .contentItem{
        /* width: 100%; */
        background-position: left bottom !important;
    }
    #search .searchContainer .searchContent.col-xs-offset-2{
        width: fit-content;
        width: -moz-fit-content;
        float: unset;
        margin: 0 auto;
    }
    .searchContainer .searchContent .title{
        text-align: center;
    }
    .navbar .visible-sm .navbar-main .mainMenu li .iconList{
        margin-top: 8px;
        margin-left: -25%;
    }
    .navbar .visible-sm .navbar-main .mainMenu li .iconList div{
        text-align: center;
    }
    #face .faceListContent .item .imgName{
        font-size: 14px;
    }
    
}

@media (min-width: 1440px) {
    #home .home-section5 .bg {
        margin-left: calc((100vw - 1440px) / 2 * -1);
    }
}
/* 默认模板 */
#defaultpage{
    width: 90%;
    margin: 0 auto;
    white-space: pre-line;
}
