<style>
/* �典�� */
main {
    width: 100%;
    max-width: 720px;
    padding: 2rem;
    margin: 0 auto;
}
.toggle-el {
padding: 2rem;
height: 240px;
background: white;
transition: all 0.2s ease;
opacity: 1;
margin-top: 1rem;
overflow: hidden;
}

.dh-information-bar{
    /*display: none;*/
}

.margin-header{
    margin-top: 118px!important;
}

.dh-navbar.uk-active{
    top: 38px!important;
}

.ctl-content-group-serial .dh-button {
    border-radius: 87px;
}

.dh-form-quantity-plus::before{
    width: 4px;
}

.dh-form-quantity-dash::after, .dh-form-quantity-plus::after{
    height: 4px;
}

input[type=checkbox].hide-input:checked + .toggle-el {
height: 0;
opacity: 0;
padding-top: 0;
padding-bottom: 0;
}

input.hide-input {
position: absolute;
left: -999em;
}

label.toggle {
text-align: center;
display: inline-block;
cursor: pointer;
padding: 0.5em 1em;
font-size: 1rem;
color: #242424;
background: #b5b5b5;
border-radius: 3px;
user-select: none;
}

h3{
    color: #ff8674;
    margin-left: 3px;
    padding-bottom: 10px;
}
h3 span{
    font-weight: 500;
    font-size: 16px;
    color: #6F7274;
}
.fixRightHistory {
    z-index: 11;
    position: fixed;
    bottom: 180px;
    right: 0;
    cursor: pointer;
}
.circleHis {
    background: #efbc92;
    width: 45px;
    height: 45px;
    font-size: 1.4rem;
}
.circleFBHis, .circleHis {
    text-align: center;
    box-shadow: 2px 2px 6px rgba(0,0,0,.4);
    margin-right: 18px;
    padding-top: 1px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}
/* dHSHOP */
.carousel-section{
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

.carousel-section::-webkit-scrollbar {
    width: 10px;
}

.carousel-section::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.carousel-section::-webkit-scrollbar-track-piece {
    background: transparent;
}

.carousel-section::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(212 212 212);
    border: 1px solid white;
}

.carousel-section::-webkit-scrollbar-track {
    background-color: rgb(241 241 241);
    border-radius: 20px;
}

.carousel-slide{
    width: 45%;
}

.section-title{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.section-title h3{
    float: left;
    color: #ff8674;
    font-size: 28px;
}

.section-title div{
    font-weight: 500;
    font-size: 18px;
    color: #6F7274;
    margin: 7px auto;
}

/*����笔�折�*/
.wp-block-quote {
    margin: 10px 0 !important;
    padding: 30px !important;
    text-align: left;
    quotes: none;
    box-sizing: border-box;
    font-weight: 400;
    position: relative;
    border-left: 0 !important;
    background: #f4f7f6;
    border-radius: 20px;
}
.wp-block-quote {
    border-left: 0.25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em;
}
.wp-block-quote:before {
    content: "";
    background-image: url(//blog.dhconcept.com/wp-content/themes/blog-prime/assets/icons/icon-quote-top.svg);
    width: 30px;
    height: 31px;
    position: absolute;
    top: 5px;
    left: 20px;
    padding: 0;
    background-color: transparent;
    margin: 0 auto;
}
/* 擐㚚�蝭拚�詨膥 */
.dh-filter-tag-bar{
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}
.dh-filter-tag-bar::-webkit-scrollbar {
    width: 10px;
}

.dh-filter-tag-bar::-webkit-scrollbar-button {
    background: transparent;
    border-radius: 4px;
}

.dh-filter-tag-bar::-webkit-scrollbar-track-piece {
    background: transparent;
}

.dh-filter-tag-bar::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(212 212 212);
    border: 1px solid white;
}

.dh-filter-tag-bar::-webkit-scrollbar-track {
    background-color: rgb(241 241 241);
    border-radius: 20px;
}
/* ������ */
.fb-comments.fb_iframe_widget.fb_iframe_widget_fluid_desktop,#itemComments,#itemCommentsDetail{
    display: none;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.carousel-sheild {
    display: flex;
}

.card-text {
    font-weight: bolder;
    margin: 100px 0 60px 0px;
    padding: 0 10px;
    height: 50px;
}

.card-text-title {
    color: #4A4A4A;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 24px;
    margin-bottom: 0;
    font-weight: 700;
}

.card-text-des ,.card-text-des, .style-list .card-text-des a{
    font-size: 16px;
    font-weight: 400;
    color: #6F7274;
    text-overflow: ellipsis;
    white-space: initial;
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 4px;
    min-height: 70px;
}

.card-film {
    box-shadow: 0px 0px 10px 0px #c1c1c1;
    margin: 5px;
    border-radius: 17px;
    width: 30%;
}

.more_btn {
    position: absolute;
    right: 0px;
    top: 58px;
}

.style-list-btn {
    background: #fff;
    border: 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 32px;
    width: 117px;
    height: 38px;
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-align: center;
    padding-top: 5px;
    color: #000;
}

.product-section .carousel-slide{
    display: inline-block;
    vertical-align: top;
    max-width: 540px;
    height: 400px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    border-radius: 17px;
    margin:0 10px;
    margin-bottom:10px;
    background-size: cover;
}

.combinesection .style-list {
    float: initial;
}

.combinesection .carousel-sheild{
    display: block;
}

.style-list {
    position: relative;
    /* width: calc(100%/3 - 20px); */
    width: calc(100%/3.5);
    border-radius: 17px;
    /* box-shadow: 0px 0px 60px -10px #c1c1c1; */
    /* float: left; */
    margin: 0px 10px;
    display: inline-block;
}

.style-list img {
    width: 100%;
    border-radius: 17px;
}

.style-list-combine img{
    width:100%;
    border-radius: 20px;
}

.style-list.style-list-combine {
    display: inline-block;
    width: 45%;
}

.style-list-combine div{
    width: calc(100% - 0%);
    float: left;
    padding: 0% 0;
}

.style-list-combine a.style-list-btn{
    /* right: 40px; */
    bottom: 50px;
    background: #ff8674;
    color: white;
}


.row {
    display: inline-block;
}

.style-list a {
    top: 82%;
    right: -10px;
    color:#4A4A4A;
    max-width: 100px;
}

.carousel-consult {
    float: left;
    flex: 4;
}

.carousel-consult-store img{
    width: 90%;
    max-width: 242px;
    margin: 10px;
    box-shadow: 0px 0px 40px -20px #000;
}

.carousel-social-btn {
    flex: 1;
    margin-left: 20px;
}
/* .carousel-social-btn {
    display: flex;
    border-radius: 21px;
    flex: none;
    box-shadow: 0px 2px 14px rgb(74 74 74 / 22%);
    padding: 22px;
    margin: 0 16px;
} */
.carousel-social-btn-i{

}
.carousel-social-btn-i img{
    background: #ff8674;
    padding: 7px 8px 0px ;
    border-radius: 50%;
}
.carousel-slide-consult .carousel-social-btn-t h3{
    font-size: 20px;
}
.carousel-social-btn-a{
    transform: scale3d(1, 2.5, 2);
}
.carousel-social-btn-i,.carousel-social-btn-a,.carousel-slide-consult .carousel-social-btn-t h3{
    color: #ff8674;
}
.carousel-social-btn-i,.carousel-social-btn-t,.carousel-social-btn-a{
    align-self: center;
    margin: 0 5px;
}

.carousel-slide .card-text-title{
    font-weight: 700;
    font-size: 32px;
    color: #1D1D1D;
    text-shadow: 0px 2px 14px rgba(74, 74, 74, 0.22);
}

.carousel-slide .card-text-des{
    font-weight: 400;
    font-size: 20px;
    color: #4A4A4A;
    text-shadow: 0px 2px 14px rgba(74, 74, 74, 0.22);
}

.carousel-slide label{
    margin: 0 30px;
    box-shadow: 0px 2px 14px rgba(74, 74, 74, 0.22);
}

.carousel-slide-consult-btn{
    width: 100%;
    display: flex;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.carousel-slide-consult {
    display: inline-block;
    vertical-align: top;
}

.carousel-slide-consult h2{
    margin: 0;
/*    font-size: 28px;*/
/*    color: #ff8674;*/
/*    font-weight: 700;*/
    font-size: 33px;
    color: #efac92;
    font-weight: 600;
    line-height: 1.24;
    padding: 10px 0px 20px 0px;
}

.carousel-slide-consult h2 span{
    color:#ffdebc;
    font-size: 1.2rem;
}
.carousel-slide-consult h2 span.font-dh,.carousel-slide-consult h2 span.font-shop{
    color: #efac92;
    font-size: 33px;
    letter-spacing: 0;
}

.carousel-slide-consult h3{
    text-align: left;
    margin: 0px;
/*    font-weight: 400;*/
/*    color: #6F7274;*/
/*    font-size: 24px;*/
    color: #000;
    margin-bottom: 10px;
    font-weight: 300;
}

/*.carousel-slide-consult:nth-child(2) {
    width: 34%;
}*/

/*.carousel-slide-consult:nth-child(0) {
    width: 65%;
}*/

/*.carousel-slide-consult:nth-child(1) {
    width: 65%;
    max-height: 381px;
}*/
.carousel-slide-consult:nth-child(1) {
    width: 100%;
    max-height: 381px;
    padding: 50px 0%;
    position: relative;
}

.carousel-slide.carousel-slide-consult:after {
    content: '';
    border: 1px solid #eaeaea;
    width: 20%;
    margin: 0 40%;
    position: absolute;
    bottom: -1px;
}



@media only screen and (min-width: 768px) {
    .visible-xs{
        display: none!important;
    }
}
@media only screen and (max-width: 850px) and (min-width: 768px) {
    .carousel-social-btn {
        margin: 10px 0;
        padding: 0px;
        width: calc(50% - 24px);
        float: left;
    }
    .carousel-slide-consult-btn{
        width: 100%;
        display: block;
        float: left;
        margin: 0;
    }
    .carousel-consult{
        display: block;
        flex: 1;
        width: 100%;
    }
    .carousel-slide-consult:nth-child(1) {
        padding: 0 20px;
        width: calc(100% - 40px);
        max-height: initial;
    }
    .section-title{
        width: calc(100% - 20px);
        margin: 10px;
        margin-top: 50px;
    }
}
/* 蝝娍�𧢲��踎 */
@media only screen and (max-width: 600px) {
    .carousel-social-btn{
        margin: 0px 10%;
        margin-top: -10px;
        padding: 0px;
        float: left;
        width: 80%;
    }

}

@media only screen and (max-width: 1400px) {
    .hidden-l-bar{
        display: none!important;
    }
    .visible-s-bar{
        display: block;
    }
    .carousel-section-icon .item{
        width: 11%;
    }

    .carousel-slide.carousel-slide-consult:after {
        width: initial;
        margin: initial;
    }
}
@media only screen and (min-width: 1400px) {
    .hidden-s-bar{
        display: none!important;
    }
    .visible-l-bar{
        display: flex!important;
    }
}
/* ��𧢲��踎 */
@media only screen and (max-width: 768px) {
    ul.uk-nav.uk-nav-primary.uk-nav-center.uk-margin-auto-vertical {
        margin: 20px auto!important;
    }
    .hidden-xs{
        display: none!important;
    }
    .visible-xs{
        display: block;
    }
    .section-title{
        width: calc(100% - 20px);
        margin: 10px;
        margin-top: 50px;
        padding-left: 15px;
        margin-right: 0px;
    }
    .carousel-section{
        margin-left: 20px;
    }

    .carousel-section-icon .item{
        width: 20%;
    }
    .section-title h3{
        float: initial;
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 20px;
        margin-left: 0px;
    }
    .section-title div{
        font-size: 17px;
    }
    .more_btn{
        right: 10px;
        top: 83px;
    }
    .carousel-slide,.carousel-slide-consult:nth-child(2){
        width: 59%;
    }
    .carousel-slide-consult:nth-child(1){
        width: calc(100% - 40px);
        max-height: initial;
    }
    .carousel-slide label {
        display: block;
        width: 29%;
        margin: 20px 27%;
        font-size: 16px;
    }
    .carousel-slide-consult-btn{
        width: 100%;
        display: block;
        float: left;
        margin: 0;
    }
    
    .carousel-slide-consult h2{
/*        font-size: 1.4rem;*/
/*        font-weight: 400;*/
        letter-spacing: 2px;
        padding: 10px 0px 20px 0px;
    }

    .carousel-slide-consult h3{
        font-size: 1.1rem;
        white-space: break-spaces;
        text-align: center;
    }
    
    .carousel-slide-consult h3 span{
        font-size: 0.9rem;
    }

    .card-film{
        width: 45%;
    }
    .card-text{
        height: 70px;
        margin: 40px 0 30px 0px;
    }
    .card-text-title{
        font-size: 1.3rem;
        white-space: break-spaces;
        padding-bottom: 0;
        margin-top: 12px;
        /* min-height: 60px; */
    }
    .promotion-section .carousel-slide{
        margin: 0 10px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
        border-radius: 17px;
        margin-bottom: 10px;
    }
    .product-section .carousel-slide{
        height: 260px;
    }

    .product-section .carousel-slide .card-text-title{
        font-size: 18px;
    }

    .product-section .carousel-slide .card-text-des{
        font-size: 14px;
        padding-top: 20px;
    }

    .combinesection .card-text-title{
        min-height: 60px;
    }
    .card-text-des{
        font-size: 1.1rem;
    }
    .card-text-des, .card-text-des, .style-list .card-text-des a{
        min-height:100px;
    }
    .carousel-sheild{
        display: block;
    }
    .style-list {
        /* width: calc(100%/2 - 20px); */
        width: calc(100% - 34%);
        margin: 0px 8px;
    }
    .carousel-consult{
        display: block;
        flex: 1;
        width: 100%;
        text-align: center;
    }
    .carousel-slide-consult:nth-child(1){
        /* max-height: 351px; */
        padding: 0 20px;
    }
    .carousel-social-btn{
        margin: 0px 25%;
        /* padding: 12px; */
        float: left;
        width: 50%;
    }
    .carousel-consult-store img{
        max-width: 210px;
    }
    .style-list.style-list-combine{
        /* width: 84%; */
        width: calc(100% - 34%);
    }
    .style-list-combine div{
        /* width: calc(96%); */
        width: calc(100%);
    }
    .style-list-combine a.style-list-btn{
        right: 10px;
        bottom: 0px;
        background: #ff8674;
        color: white;
    }
    .style-list-combine .card-text-des {
        margin: 0px 0 0px;
    }
    .style-list-combine img{
        width:100%;
    }
}    

/*摨𠰴��*/
.visible-xs img {
    width: 100%;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.carousel-section .style-list {
    box-shadow: initial;
}

.carousel-section {
    margin-left: 0px;
}

/*body {  font-family: Arial, sans-serif;  background: url(http://www.shukatsu-note.com/wp-content/uploads/2014/12/computer-564136_1280.jpg) no-repeat;  background-size: cover;  height: 100vh;}*/
.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    display: flex;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
    align-self: center;
}

.popup .close {
    position: absolute;
    top: 20px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.popup .close:hover {
    color: #ff8674;
}

.popup .content {
    max-height: 30%;
    overflow: auto;
}

.popup .content ul {
    float: left;
}

@media screen and (max-width: 1180px) {
    .popup {
        width: 65%;
    }
}

@media screen and (max-width: 700px) {
    .box {
        width: 70%;
    }

    .popup {
        width: 90%;
        margin: 20px auto;
        height: 600px;
    }

    .content h2 {
        font-size: calc(18px * var(--font-size-paragraph, 1));
    }

    .content li {
        font-size: calc(18px * var(--font-size-paragraph, 1));
    }

    .popup .content {
        max-height: 100%;
    }
}

@media only screen and (max-width: 576px){
    .carousel-section-icon .item{
        width: 26%;
    }
    .uk-offcanvas-bar{
        padding: 20px 0px
    }
    #navbar-list .uk-offcanvas-bar .drawerLi a{
        padding: 0px;
    }
}
</style>
