@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@media all and (max-width: 768px) {
    select {
        -webkit-appearance: none;
        border-radius: 0;
    }
}

.breadcrumb {
    padding: 2px 0;
}

.breadcrumb>span {
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    color: black;
}

@media all and (max-width: 450px) {
    .breadcrumb>span {
        font-size: 12px;
    }
}

.breadcrumb>span a {
    display: block;
    padding: 0 14px;
    color: #fff;
}

.breadcrumb>span a:hover {
    text-decoration: none;
}

@media all and (max-width: 450px) {
    .breadcrumb>span a {
        padding: 0 10px;
    }
}

.breadcrumb>span::after {
    content: '';
    position: absolute;
    top: 0;
    right: -14px;
    border-left: 15px solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    z-index: 1;
}

.breadcrumb>span:not(:first-child) a {
    padding-left: 20px;
}

.breadcrumb .level1 {
    background-color: #444;
}

.breadcrumb .level1::after {
    border-left-color: #444;
}

.breadcrumb .level1:hover {
    background-color: #3155a4;
}

.breadcrumb .level1:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level2 {
    background-color: #5A5A5A;
}

.breadcrumb .level2::after {
    border-left-color: #5A5A5A;
}

.breadcrumb .level2:hover {
    background-color: #3155a4;
}

.breadcrumb .level2:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level3 {
    background-color: #6E6E6E;
}

.breadcrumb .level3::after {
    border-left-color: #6E6E6E;
}

.breadcrumb .level3:hover {
    background-color: #3155a4;
}

.breadcrumb .level3:hover::after {
    border-left-color: #3155a4;
}

.breadcrumb .level4 {
    background-color: #898989;
}

.breadcrumb .level4::after {
    border-left-color: #898989;
}

.breadcrumb .level4:hover {
    background-color: #3155a4;
}

.breadcrumb .level4:hover::after {
    border-left-color: #3155a4;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* background-color: #fff; */
    z-index: 999;
    filter: alpha(opacity=80) \9;
    /* background-color: rgba(255, 255, 255, 0.9); */
}

header .top-nav {
    height: 39px;
    font-size: 1.2rem;
    line-height: 35px;
    text-align: center;
    filter: alpha(opacity=80) \9;
    z-index: 999;
    padding: 0 20px 0 5px;
    /* IE8 */
    background-color: ;
    /* IE9及其它瀏覽器會執行此行 */
}

@media all and (max-width: 1199px) {
    header .top-nav {
        height: 60px;
        line-height: 30px;
        filter: alpha(opacity=80) \9;
        /* IE8 */
        background-color: rgba(255, 255, 255, 0.5);
        /* IE9及其它瀏覽器會執行此行 */
    }
}

@media all and (max-width: 1199px) {
    header .top-nav {
        padding: 0 0px 0 0px;
    }

    header .top-nav .container {
        padding: 0px;
    }
}

header .top-nav .mobile-title .logo {
    margin-left: 10px;
    width: 100px;
}

@media all and (max-width: 1199px) {
    header .top-nav .mobile-title .logo {
        margin-left: 0px;
        width: 300px;
    }
}

@media all and (max-width: 450px) {
    header .top-nav .mobile-title .logo {
        margin-top: 10px;
        margin-left: 0px;
        width: 250px;
    }
}

header .top-nav .mobile-title .mobile-navs {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    right: 5px;
    white-space: nowrap;
}

header .top-nav .mobile-title .mobile-navs li {
    position: relative;
    float: left;
    padding-top: 0px;
    /* margin-right: 10px; */
    margin-right: 5px;
    width: 36px;
    color: #999;
    text-align: center;
    line-height: 50px;
}

@media all and (max-width: 320px) {
    header .top-nav .mobile-title .mobile-navs li {
        margin-right: 5px;
    }
}

header .top-nav .mobile-title .mobile-navs li i {
    font-size: 2.7rem;
}

header .top-nav .mobile-title .mobile-navs .mobile-cart-button .count {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: -5px;
    color: #fff;
    border: 1px solid #fff;
    background: #FF8000;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

header .top-nav .message-1 {
    float: left;
}

@media all and (max-width: 768px) {
    header .top-nav .message-1 {
        position: absolute;
        left: 99999px;
    }
}

header .top-nav .message-1 .font-size,
header .top-nav .message-1 .join,
header .top-nav .message-1 .contact,
header .top-nav .message-1 .title,
header .top-nav .message-1 .phone-1,
header .top-nav .message-1 .phone-2 {
    display: inline-block;
    margin-right: 15px;
}

header .top-nav .message-1 .font-size i,
header .top-nav .message-1 .join i,
header .top-nav .message-1 .contact i,
header .top-nav .message-1 .title i,
header .top-nav .message-1 .phone-1 i,
header .top-nav .message-1 .phone-2 i {
    margin-right: 5px;
}

@media all and (max-width: 768px) {
    header .top-nav .message-1 .font-size {
        position: fixed;
        visibility: visible;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        padding: 0;
        margin: 0;
        line-height: 50px;
        overflow: hidden;
        background-color: #fff;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-1 .font-size.open {
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-1 .font-size .desc {
        display: none;
    }

}

header .top-nav .message-1 .font-size>div {
    display: inline-block;
}

header .top-nav .message-1 .font-size .desc {
    margin-right: 5px;
}

header .top-nav .message-1 .font-size .small,
header .top-nav .message-1 .font-size .mid,
header .top-nav .message-1 .font-size .large {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    line-height: 16px;
}

@media all and (max-width: 768px) {

    header .top-nav .message-1 .font-size .small,
    header .top-nav .message-1 .font-size .mid,
    header .top-nav .message-1 .font-size .large {
        width: 40px;
        height: 40px;
        margin-top: 5px;
        font-size: 18px;
        line-height: 34px;
    }
}

header .top-nav .message-1 .font-size .small a,
header .top-nav .message-1 .font-size .mid a,
header .top-nav .message-1 .font-size .large a {
    display: block;
    padding: 2px;
}

header .top-nav .message-1 .font-size .small a:hover,
header .top-nav .message-1 .font-size .mid a:hover,
header .top-nav .message-1 .font-size .large a:hover {
    background-color: #ccc;
    color: #000;
    text-decoration: none;
}

@media all and (min-width: 1025px) {
    header .top-nav .message-2 {
        float: right;
    }
}

@media all and (max-width: 400px) {
    header .top-nav .message-2 {
        position: absolute;
        left: 99999px;
    }
}

@media all and (max-width: 400px) {
    header .top-nav .message-2 {
        position: absolute;
        float: inherit;
        left: 99999px;
    }
}

header .top-nav .message-2 .search,
header .top-nav .message-2 .phone-2,
header .top-nav .message-2 .login,
header .top-nav .message-2 .lang,
header .top-nav .message-2 .cart {
    display: inline-block;
    margin-left: 0px;
}

header .top-nav .message-2 .search i,
header .top-nav .message-2 .phone-2 i,
header .top-nav .message-2 .login i,
header .top-nav .message-2 .lang i,
header .top-nav .message-2 .cart i {
    margin-right: 5px;
}

header .top-nav .message-2 .search {
    position: relative;
}

header .top-nav .message-2 .search:hover>div {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

header .top-nav .message-2 .search>div {
    position: absolute;
    visibility: hidden;
    padding: 5px;
    left: -65px;
    background-color: #fff;
    white-space: nowrap;
    z-index: 99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .search>div {
        position: fixed;
        display: block;
        float: inherit;
        visibility: visible;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        padding: 0;
        line-height: 50px;
        overflow: hidden;
        background-color: #fff;
        filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-2 .search>div>input {
        width: 80%;
        padding-top: 25px;
        margin: 0 auto;
        font-size: 18px;
        background: transparent;
    }

    header .top-nav .message-2 .search>div.open {
        height: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-2 .search>div.open>input {
        line-height: initial;
        border-color: #484848;
        color: #fff;
        padding: 0;
    }
}

header .top-nav .message-2 .search>div>input {
    line-height: initial;
    border: 0;
    border-bottom: 1px solid #ccc;
    color: #000;
    outline: none;
}

header .top-nav .message-2 .lang {
    position: relative;
}

header .top-nav .message-2 .lang i {
    margin-left: 5px;
}

header .top-nav .message-2 .lang .langs {
    position: absolute;
    display: none;
    padding: 0;
    margin: 0;
    left: -30px;
    background-color: #fff;
    white-space: nowrap;
    list-style: none;
    z-index: 99;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs {
        position: fixed;
        display: block;
        float: inherit;
        top: 70px;
        left: 0;
        right: 0;
        height: 0;
        line-height: 50px;
        overflow: auto;
        background-color: #fff;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .top-nav .message-2 .lang .langs.open {
        height: auto;
        background-color: rgba(0, 0, 0, 0.8);
    }

    header .top-nav .message-2 .lang .langs.open>li a {
        color: #fff;
    }
}

header .top-nav .message-2 .lang .langs li {
    overflow: hidden;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs li {
        float: inherit;
        display: block;
        padding-left: 20px;
    }

    header .top-nav .message-2 .lang .langs li:hover {
        background-color: initial;
    }
}

header .top-nav .message-2 .lang .langs li a {
    display: block;
    padding: 4px 30px;
    color: #585858;
}

header .top-nav .message-2 .lang .langs li a:hover {
    background-color: #f7f7f7;
}

@media all and (max-width: 768px) {
    header .top-nav .message-2 .lang .langs li a {
        padding: 0 15px;
    }
}

header .top-nav .message-2 .cart {
    position: relative;
    width: 35px;
    height: 35px;
}

header .top-nav .message-2 .cart:hover .popup-cart {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

header .top-nav .message-2 .cart .count {
    position: absolute;
    width: 20px;
    bottom: 4px;
    right: -5px;
    color: #fff;
    border: 0px solid #fff;
    background: #D3C4B4;
    line-height: 20px;
    text-align: center;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

header .top-nav a {
    color: black;
    padding-right: 10px;
}

header .top-nav a:hover {
    text-decoration: none;
    color: black;
}

@media all and (max-width: 1199px) {
    header .main-nav {
        padding: 0;
    }
}

header .main-nav .logo {
    position: absolute;
    height: 130px;
    float: left;
    width: 300px;
    left: 0px;
    text-align: center;
    margin-left: 210px;
    padding-top: 5px;
    padding-bottom: 39px;
}

@media all and (max-width: 1024px) {
    header .main-nav .logo {
        margin-left: 0px;
        width: 250px;
    }
}

@media all and (max-width: 1199px) {
    header .main-nav .logo {
        margin-left: 20px;
    }
}

@media all and (max-width: 1199px) and (orientation: landscape) {
    header .main-nav .logo {
        display: none;
    }
}

@media all and (max-width: 1199px) {
    header .main-nav .logo {
        float: inherit;
        width: auto;
        display: none;
    }
}

header .main-nav .menu {
    float: right;
    padding: 0;
    padding-top: 15px;
    margin: 0;
    height: 88px;
    list-style: none;
    margin-right: 20px;
}

header .main-nav .menu::after {
    content: '';
    display: block;
    clear: both;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu {
        position: absolute;
        float: inherit;
        top: 60px;
        left: 0;
        right: 0;
        height: 0;
        padding-top: 0;
        overflow: auto;
        background-color: #fff;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        -moz-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        -webkit-box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0px 4px 5px 0 rgba(0, 0, 0, 0.14);
    }

    header .main-nav .menu.open {
        height: 400px;
        background-color: rgba(0, 0, 0, 0.8);
        max-width: 100%;
    }

    header .main-nav .menu.open>li a {
        color: white;
    }
}

@media all and (max-width: 768px) {
    header .main-nav .menu {
        top: 70px;
    }
}

header .main-nav .menu>li {
    position: relative;
    float: left;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li {
        float: inherit;
        display: block;
        padding-left: 20px;
    }

    header .main-nav .menu>li:hover {
        background-color: rgba(0, 0, 0, 0.38);
    }
}

header .main-nav .menu>li>a {
    display: block;
    padding: 15px 15px 30px 15px;
    font-size: 17px;
    color: black;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

header .main-nav .menu>li>a:hover {
    color: #23527c;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li>a {
        padding: 0 15px;
    }

    header .main-nav .menu>li>a:hover {
        color: #fff;
    }
}

header .main-nav .menu>li>a .scollapse {
    display: none;
    width: 20px;
    visibility: hidden;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li>a .scollapse {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media all and (max-width: 1024px) {
    .pds span.scollapse {
        display: inline-block;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li>a .scollapse.in {
        visibility: visible;
    }
}

@media all and (min-width: 1199px) {
    header .main-nav .menu>li:hover .list {
        display: block;
    }
}

header .main-nav .menu>li .list {
    position: absolute;
    display: none;
    min-width: 200px;
    padding: 20px 5px;
    margin: 0;
    background-color: #fff;
    border-top: 3px solid;
    white-space: nowrap;
    list-style: none;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .main-nav .menu>li .shopp {
    position: absolute;
    display: none;
    min-width: 500px;
    max-width: 100%;
    padding: 20px 5px;
    margin: 0;
    background-color: #fff;
    border-top: 3px solid;
    white-space: nowrap;
    list-style: none;
    margin-left: -150px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li .shopp {
        position: absolute;
        display: none;
        min-width: 200px;
        max-width: 100%;
        padding: 20px 5px;
        margin: 0;
        background-color: #fff;
        border-top: 3px solid;
        white-space: nowrap;
        list-style: none;
        -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
}

header .main-nav .menu>li .list.list-multi-item {
    width: 440px;
    max-width: 100%;
}

header .main-nav .menu>li .list.list-multi-item li a {
    padding: 10px;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li .list {
        position: relative;
        top: 0;
        background: initial;
        color: #fff;
        padding: 0 15px;
        border-top: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

header .main-nav .menu>li .list li {
    overflow: hidden;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li .list li {
        padding: 5px 0 5px 55px;
    }
}

header .main-nav .menu>li .list li a {
    display: block;
    padding: 10px 20px;
    min-width: 86px;
    color: #8c8c8c;
    text-decoration: none;
    max-width: 100%;
}

header .main-nav .menu>li .list li a:hover {
    color: #23527c;
    background-color: #f7f7f7;
}

@media all and (max-width: 1199px) {
    header .main-nav .menu>li .list li a {
        padding: 10px;
        color: #fff;
    }

    header .main-nav .menu>li .list li a:hover {
        color: inherit;
        background-color: inherit;
    }
}

.popup-cart {
    position: absolute;
    visibility: hidden;
    top: 35px;
    right: 0;
    width: 425px;
    padding: 20px 10px;
    font-size: 14px;
    background-color: #fff;
    line-height: initial;
    z-index: 99;
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.44);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-transition: visibility 0.3s linear, opacity 0.3s linear;
    -o-transition: visibility 0.3s linear, opacity 0.3s linear;
    -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
    transition: visibility 0.3s linear, opacity 0.3s linear;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.popup-cart>.title {
    padding: 10px 15px;
    font-size: 14px;
    text-align: left;
    background-color: #f4f4f4;
    color: #999;
}

.popup-cart .content {
    color: #000;
    text-align: left;
}

.popup-cart .content a {
    color: #000;
    text-decoration: none;
}

.popup-cart .content .list {
    max-height: 302px;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    list-style: none;
    color: #58595b;
}

.popup-cart .content .list li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popup-cart .content .list li .image {
    float: left;
    width: 120px;
    height: 120px;
    margin-right: 10px;
    margin-left: 30px;
}

.popup-cart .content .list li .image>img {
    display: block;
    max-width: 120px;
    max-height: 120px;
    margin: 0 auto;
}

.popup-cart .content .list li .name {
    padding-left: 130px;
}

.popup-cart .content .list li .info {
    padding-top: 50px;
    padding-right: 10px;
    line-height: 24px;
}

.popup-cart .content .list li .info .priceCount {
    float: left;
}

.popup-cart .content .list li .info .total {
    float: right;
}

.popup-cart .content .list li .info .svalue {
    font-weight: 700;
}

.popup-cart .content .list li .remove {
    position: absolute;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 10px;
    left: 0px;
    font-weight: 700;
    z-index: 99;
    color: #c00;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.popup-cart .content .details {
    padding: 5px 0;
    color: #58595b;
}

.popup-cart .content .details .title {
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
}

.popup-cart .content .details .subtotal {
    padding: 0 10px;
    background-color: #f4f4f4;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.popup-cart .content .details .subtotal .slabel {
    float: left;
    padding: 6px 15px;
    font-weight: bold;
}

.popup-cart .content .details .subtotal .svalue {
    float: right;
    padding: 6px 15px;
    font-weight: 700;
}

.popup-cart .content .checkout {
    display: block;
    width: 100%;
    padding: 10px 16px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #3155a4;
    color: #fff;
    background-color: #3155a4;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.popup-cart .content .checkout:hover {
    color: #3155a4;
    border-color: #3155a4;
    background: rgba(0, 0, 0, 0.05);
}

.section-product-info {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media all and (max-width: 450px) {
    .section-product-info {
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.section-product-info .container {
    padding: 0 15px;
}

.section-product-info .product {
    text-align: center;
}

.section-product-info .product:hover {
    font-weight: 600;
}

@media all and (max-width: 450px) {
    .section-product-info .product {
        margin-bottom: 30px;
    }

    /* .section-product-info .product:nth-child(3n) {
    clear: left;
  } */
}

.section-product-info .product>a {
    text-decoration: none;
}

.section-product-info .product .image {
    margin-bottom: 10px;
    overflow: hidden;
    height: 210px;
    background-color: rgba(255, 255, 255, 1);
}

@media all and (max-width: 450px) {
    .section-product-info .product .image {
        height: 170px;
    }
}

.section-product-info .product .image>img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-transition: -moz-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.section-product-info .product .image>img:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

@media all and (max-width: 450px) {
    .section-product-info .product .image>img {
        width: auto;
        height: auto;
        max-width: 170px;
        max-height: 170px;
    }
}

@media all and (max-width: 375px) {
    .section-product-info .product .image>img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }
}

.section-product-info .product .info .name {
    color: #585858;
}

.section-main-content .content {
    float: left;
    width: 850px;
}

@media all and (max-width: 768px) {
    .section-main-content .content {
        float: inherit;
        width: auto;
    }
}

@media all and (max-width: 768px) {
    .section-main-content .content {
        float: inherit;
        width: auto;
    }
}

.section-main-content .content .ad {
    margin-bottom: 30px;
}

.section-main-content .content .ad .owl-dots {
    position: relative;
    top: -35px;
}

.section-main-content .content .news-header {
    padding-top: 2px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #efefef;
}

.section-main-content .content .news-header>div {
    background: linear-gradient(to bottom, #f3f3f3, rgba(239, 239, 239, 0.1));
}

.section-main-content .content .news-header .news-label {
    position: relative;
    float: left;
    margin-left: 25px;
}

.section-main-content .content .news-header .news-label::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    margin-right: 0px;
    vertical-align: middle;
}

.fa-angle-double-down {
    color: #33e8d7;
    font-size: 20px;
}

.section-main-content .content .news-header .news-label .text {
    display: inline-block;
    padding: 20px 0;
    font-weight: 600;
    color: #898989;
    font-size: 18px;
}

.section-main-content .content .news-header .more-link {
    float: right;
    margin-right: 25px;
}

.section-main-content .content .news-header .more-link .text {
    padding: 20px 0;
    font-size: 1rem;
}

.section-main-content .content .news-header .more-link .text a {
    color: #999;
    font-weight: 600;
    font-size: 14px;
}

.section-main-content .content .news-header .more-link .text a i {
    color: #33e8d7;
    margin-right: 5px;
}

.section-main-content .content .news .table {
    display: table;
    width: 100%;
    max-width: 100%;
}

.section-main-content .content .news .table .tbody {
    display: table-row-group;
}

.section-main-content .content .news .table .tr {
    display: table-row;
    max-width: 100%;
}

.section-main-content .content .news .table .td {
    display: table-cell;
    padding: 10px 10px 10px 5px;
    border-bottom: 1px dashed #e2e2e2;
    max-width: 100%;
}

.section-main-content .content .news .table .td:hover {
    background: #f3f3f3;
}

.section-main-content .content .news .table .td>a {
    padding-left: 25px;
    text-decoration: none;
    color: #1A2731;
    background: url(../images/arrow.png) no-repeat 5px 6px;
    background-size: 8px 8px;
    max-width: 100%;
}

.section-main-content .content .news .table .td>a:hover {
    color: #23527c;
}

.section-main-content .content .news .table .td .date {
    margin-right: 10px;
    color: #999;
    font-size: 1.3rem;
    display: inline-block;
    font-size: 14px;
}

.section-main-content .content .news .table .td .title {
    font-size: 15px;
    letter-spacing: 1.5px;
    max-width: 100%;
    padding-left: 25px;
    font-weight: 600;
    color: #898989;
}

@media all and (max-width: 768px) {
    .section-main-content .content .news .table .td .title {
        text-align: left;
        max-width: 100%;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .section-main-content .content .news .table .td .title {
        float: inherit;
        width: auto;
        max-width: 100%;
    }
}

.section-main-content .ads {
    float: right;
    width: 300px;
}

@media all and (max-width: 1024px) {
    .section-main-content .ads {
        float: inherit;
        width: auto;
    }
}

.section-main-content .ads .ad {
    margin-bottom: 30px;
    text-align: center;
}

@media all and (max-width: 1024px) {
    .section-main-content .ads .ad {
        float: left;
        width: 50%;
        padding: 5%;
    }
}

@media all and (max-width: 450px) {
    .section-main-content .ads .ad {
        float: inherit;
        width: 300px;
        height: 300px;
        margin: 0 auto;
    }
}

.section-main-content .ads .ad .owl-dots {
    position: relative;
    top: -35px;
}

.section-main-content .ads .ad>img {
    margin-bottom: 30px;
}

.section-news .container {
    padding: 0 0px;
}

.section-news .sidebar.open {
    left: 0;
}

@media all and (max-width: 768px) {
    .section-news .sidebar.open .mobile-sidebar-button {
        top: 0;
    }
}

@media all and (max-width: 768px) {
    .section-news .sidebar {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        top: 70px;
        bottom: 0;
        left: -200px;
        width: 200px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;
    }
}

.section-news .sidebar .mobile-sidebar-button {
    display: none;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

@media all and (max-width: 768px) {
    .section-news .sidebar .mobile-sidebar-button {
        position: absolute;
        top: 70px;
        right: -36px;
        display: block;
        width: 36px;
        height: 36px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        line-height: 36px;
        background: rgba(0, 0, 0, 0.8);
    }
}

.section-news .sidebar>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul {
        margin: 0 -15px;
    }
}

.section-news .sidebar>ul li.active a {
    color: #000;
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul li.active a {
        color: #fff;
    }
}

@media all and (max-width: 450px) {
    .section-news .sidebar>ul li {
        padding: 0 15px;
    }

    .section-news .sidebar>ul li.active {
        background: rgba(0, 0, 0, 0.63);
    }
}

.section-news .sidebar>ul li a {
    display: block;
    padding: 10px 0 10px 100px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #828282;
    letter-spacing: 2px;
    text-decoration: none;
}

.section-news .sidebar>ul li a:hover {
    background-color: #f7f7f7;
}

@media all and (max-width: 768px) {
    .section-news .sidebar>ul li a {
        padding: 10px 0 10px 30px;
    }
}

@media all and (max-width: 768px) {
    .section-news .sidebar>ul li a {
        padding: 10px;
        color: #fff;
    }

    .section-news .sidebar>ul li a:hover {
        background-color: initial;
    }
}

.section-news .content .new {
    margin-bottom: 30px;
}

.section-news .content .new:nth-child(odd) {
    clear: left;
}

.section-news .content .new>a {
    text-decoration: none;
    color: inherit;
}

.section-news .content .new .image {
    margin-bottom: 15px;
    text-align: left;
}

@media all and (max-width: 768px) {
    .section-news .content .new .image {
        text-align: left;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .section-news .content .new .image {
        text-align: left;
    }
}

@media all and (max-width: 450px) {
    .section-news .content .new .image {
        text-align: left;
    }
}

.section-news .content .new .image>img {
    width: 300px;
    height: 200px;
}

@media all and (max-width: 768px) {
    .section-news .content .new .image>img {
        max-width: 100%;
        height: auto;
    }
}

.section-news .content .new .infos {
    margin-bottom: 5px;
}

@media all and (max-width: 768px) {
    .section-news .content .new .infos {
        width: auto;
        margin: 0 auto;
    }
}

.section-news .content .new .infos .title {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-news .content .new .infos .date {
    margin-bottom: 5px;
    font-size: 1.6rem;
    color: #858585;
}

.section-news .content .new .infos .desc {
    margin-bottom: 15px;
}

.section-news .content .new2 {
    margin-bottom: 30px;
}

.section-news .content .new2>a {
    text-decoration: none;
    color: inherit;
}

.section-news .content .new2 .image {
    margin-bottom: 15px;
    text-align: left;
}

@media all and (max-width: 768px) {
    .section-news .content .new2 .image {
        text-align: left;
    }
}

@media all and (max-width: 768px) and (orientation: landscape) {
    .section-news .content .new2 .image {
        text-align: left;
    }
}

@media all and (max-width: 450px) {
    .section-news .content .new2 .image {
        text-align: left;
    }
}

.section-news .content .new2 .image>img {
    width: 300px;
    height: 200px;
}

@media all and (max-width: 768px) {
    .section-news .content .new2 .image>img {
        max-width: 100%;
        height: auto;
    }
}

.section-news .content .new2 .infos {
    margin-bottom: 5px;
}

@media all and (max-width: 768px) {
    .section-news .content .new2 .infos {
        width: auto;
        margin: 0 auto;
    }
}

.section-news .content .new2 .infos .title2 {
    background: url(../images/folder.png) no-repeat;
    background-size: contain;
    margin-bottom: 5px;
    height: 100px;
    line-height: 170px;
    color: #989898;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-news .content .new2 .infos .title {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.section-news .content .new2 .infos .date {
    margin-bottom: 15px;
    font-size: 1.6rem;
    color: #858585;
}

.section-news .content .new2 .infos .desc {
    margin-bottom: 15px;
}

.section-news .pagination {
    display: block;
    text-align: center;
}

@media all and (max-width: 768px) {
    .section-news .pagination {
        font-size: 2rem;
    }
}

@media all and (max-width: 768px) {
    .section-news .pagination {
        font-size: 1rem;
    }
}

.section-news .pagination a {
    text-decoration: none;
    color: #4a4a4a;
}

.section-news .pagination .first,
.section-news .pagination .last,
.section-news .pagination .prev,
.section-news .pagination .next,
.section-news .pagination .pageinate,
.section-news .pagination .pageinate>a {
    display: inline-block;
}

.section-news .pagination .first,
.section-news .pagination .prev,
.section-news .pagination .next,
.section-news .pagination .last,
.section-news .pagination .pageinate>a {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 32px;
}

.section-news .pagination .first:hover,
.section-news .pagination .prev:hover,
.section-news .pagination .next:hover,
.section-news .pagination .last:hover,
.section-news .pagination .pageinate>a:hover {
    background-color: #f3f3f3;
}

.section-news .pagination .pageinate {
    margin: 0 5px;
}

.section-news .pagination .pageinate a {
    display: inline-block;
    margin-right: 5px;
}

.section-news .pagination .pageinate a.active {
    pointer-events: none;
    cursor: default;
    color: red;
    border: 0;
}

@media all and (max-width: 768px) {
    .section-news-view .container {
        padding: 0 15px;
    }
}

.section-news-view .container .title>div {
    padding-bottom: 20px;
    font-size: 2.5rem;
    font-weight: 600;
    color: #656565;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

@media all and (max-width: 450px) {
    .section-news-view .container .title>div {
        font-size: 2rem;
    }
}

.section-news-view .container .content {
    padding: 20px 0;
}

@media all and (max-width: 768px) {
    .section-product .container {
        padding: 0 5px;
    }
}

.section-product .container .sidebar.open {
    left: 0;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar.open .mobile-sidebar-button {
        top: 0;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        top: 120px;
        bottom: 0;
        left: -380px;
        width: 380px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;
    }
}

@media all and (max-width: 400px) {
    .section-product .container .sidebar {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 99;
        top: 70px;
        bottom: 0;
        left: -280px;
        width: 280px;
        -moz-transition: left 0.2s linear;
        -o-transition: left 0.2s linear;
        -webkit-transition: left 0.2s linear;
        transition: left 0.2s linear;
    }
}

.section-product .container .sidebar .mobile-sidebar-button {
    display: none;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -webkit-transition: top 0.2s linear;
    transition: top 0.2s linear;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .mobile-sidebar-button {
        position: absolute;
        top: 70px;
        right: -36px;
        display: block;
        width: 36px;
        height: 36px;
        color: #fff;
        font-size: 2rem;
        text-align: center;
        line-height: 36px;
        background: rgba(0, 0, 0, 0.8);
    }
}

.section-product .container .sidebar .content {
    padding: 15px;
    background-color: #f5f5f5;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .content {
        margin: 0px;
        padding: 0;
        background-color: initial;
    }
}

.section-product .container .sidebar .title {
    height: 36px;
    padding-left: 15px;
    line-height: 36px;
    /* background-color: #3155a4; */
    background-color: #D3C4B4;
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .title {
        width: auto;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .title {
        padding: 0 15px;
    }
}

.section-product .container .sidebar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.section-product .container .sidebar ul li a {
    display: block;
    padding: 0px;
    color: #585858;
    letter-spacing: 2px;
    text-decoration: none;
}

@media all and (min-width: 1025px) {
    .section-product .container .sidebar ul li a {
        display: block;
        padding: 10px 15px 10px 15px;
        color: #585858;
        letter-spacing: 2px;
        text-decoration: none;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar ul li a {
        color: #fff;
    }
}

.section-product .container .sidebar .level1 li,
.section-product .container .sidebar .level2 li,
.section-product .container .sidebar .level3 li {
    position: relative;
}

.section-product .container .sidebar .level1 {
    border: 1px solid #e0e0e0;
    border-top-width: 0;
    background-color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1 {
        border: 0;
        background-color: initial;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1 {
        height: 500px;
        overflow: auto;
    }
}

@media all and (max-width: 400px) {
    .section-product .container .sidebar .level1 {
        height: 350px;
        overflow: auto;
    }
}

.section-product .container .sidebar .level1>li:hover>a {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}

.section-product .container .sidebar .level1>li:hover .level2 {
    visibility: visible;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level1>li {
        padding: 0;
    }
}

.section-product .container .sidebar .level2 {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 186px;
    white-space: nowrap;
    min-width: 210px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2 {
        position: initial;
        visibility: visible;
        display: none;
        min-width: initial;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2 {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.section-product .container .sidebar .level2>li:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2>li:hover {
        background-color: initial;
    }
}

.section-product .container .sidebar .level2>li:hover .level3 {
    visibility: visible;
}

.section-product .container .sidebar .level2>li>a {
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level2>li>a {
        padding-left: 20px;
    }
}

.section-product .container .sidebar .level3 {
    position: absolute;
    visibility: hidden;
    top: 0;
    left: 210px;
    white-space: nowrap;
    min-width: 210px;
    background-color: rgba(0, 0, 0, 0.51);
    z-index: 99;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3 {
        position: initial;
        visibility: visible;
        display: none;
        min-width: initial;
    }
}

.section-product .container .sidebar .level3>li {
    background-color: rgba(0, 0, 0, 0.46);
}

.section-product .container .sidebar .level3>li:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.section-product .container .sidebar .level3>li>a {
    color: #fff;
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        padding-left: 45px;
    }
}

@media all and (min-width: 1025px) {
    li.pds a span.scollapse {
        display: none;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        margin: 0;
    }
}

@media all and (max-width: 1024px) {
    .section-product .container .sidebar .level3>li>a {
        padding-left: 30px;
    }
}

.section-product .container .product-item {
    position: relative;
    box-shadow: 0 1px 2px rgba(71, 73, 72, .2);
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.section-product .container .product-item .image {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    height: 255px;
}

@media all and (max-width: 768px) {
    .section-product .container .product-item .image {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        height: 230px;
    }
}

@media all and (max-width: 450px) {
    .section-product .container .product-item .image {
        position: relative;
        text-align: center;
        margin-bottom: 1px;
        height: 165px;
    }
}

.section-product .container .product-item .image:hover a {
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=65);
    opacity: 0.65;
}

.section-product .container .product-item .image a {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    visibility: hidden;
    background: #000 url(../images/overlay-plus.png) center center no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-product .container .product-item .info {
    position: relative;
    display: inline-block;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 450px) {
    .section-product .container .product-item .info {
        width: 100%;
        text-align: center;
    }
}

@media all and (max-width: 320px) {
    .section-product .container .product-item .info {
        font-size: 13px;
    }
}

.section-product .container .product-item .name,
.section-product .container .product-item .price,
.section-product .container .product-item .point {
    margin-bottom: 5px;
}


/* .section-product .container .product-item .name {
  max-width: 170px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #585858;
} */

.section-product .container .product-item .name {
    max-width: 170px;
    height: 40px;
    overflow: hidden;
    color: #585858;
}

.section-product .container .product-item .price,
.section-product .container .product-item .point {
    width: 160px;
    margin: 0 auto;
}

.section-product .container .product-item .price .slabel,
.section-product .container .product-item .price .svalue,
.section-product .container .product-item .point .slabel,
.section-product .container .product-item .point .svalue {
    display: inline-block;
}

.section-product .container .product-item .price {
    color: red;
}

.section-product .container .product-item .point {
    color: #000;
}

.section-product .container .product-item .addCart {
    display: block;
    width: 140px;
    padding: 5px 0;
    margin: 10px auto 0;
    text-align: center;
    border: 2px solid #3155a4;
    color: #fff;
    background-color: #3155a4;
    letter-spacing: 2px;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.section-product .container .product-item .addCart:hover {
    color: #3155a4;
    border-color: #3155a4;
    background: rgba(0, 0, 0, 0.05);
}

.section-product .pagination {
    display: block;
    text-align: center;
}

@media all and (max-width: 768px) {
    .section-product .pagination {
        font-size: 2rem;
    }
}

@media all and (max-width: 768px) {
    .section-product .pagination {
        font-size: 1rem;
    }
}

.section-product .pagination a {
    text-decoration: none;
    color: #4a4a4a;
}

.section-product .pagination .first,
.section-product .pagination .last,
.section-product .pagination .prev,
.section-product .pagination .next,
.section-product .pagination .pageinate,
.section-product .pagination .pageinate>a {
    display: inline-block;
}

.section-product .pagination .first,
.section-product .pagination .prev,
.section-product .pagination .next,
.section-product .pagination .last,
.section-product .pagination .pageinate>a {
    border: 1px solid #ccc;
    padding: 5px;
    min-width: 32px;
}

.section-product .pagination .first:hover,
.section-product .pagination .prev:hover,
.section-product .pagination .next:hover,
.section-product .pagination .last:hover,
.section-product .pagination .pageinate>a:hover {
    background-color: #f3f3f3;
}

.section-product .pagination .pageinate {
    margin: 0 3px;
}

.section-product .pagination .pageinate a {
    display: inline-block;
    margin-right: 5px;
}

.section-product .pagination .pageinate a.active {
    pointer-events: none;
    cursor: default;
    color: red;
    border: 0;
}

.section-product-view .container {
    padding: 0 15px;
}

.section-product-view .container .image-col .image-owl-carousel {
    margin-bottom: 10px;
}

.section-product-view .container .image-col .image-owl-carousel img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 450px;
}

.section-product-view .container .image-col .image-thumbnail {
    margin-bottom: 30px;
    padding: 0 50px;
}

@media all and (max-width: 768px) {
    .section-product-view .container .image-col .image-thumbnail {
        margin-bottom: 30px;
        padding: 0 0px;
    }
}

.section-product-view .container .image-col .image-thumbnail img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 99;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev,
.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next {
    position: absolute;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    background: #c7c7c7;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev:hover,
.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next:hover {
    background: #000;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-prev {
    left: 0;
}

.section-product-view .container .image-col .image-thumbnail .owl-nav .owl-next {
    right: 0;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col {
        padding: 0 5px;
    }
}

@media all and (max-width: 320px) {
    .section-product-view .container .detail-col {
        padding: 0px;
    }
}

.section-product-view .container .detail-col .title {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8a8a8a;
}

.section-product-view .container .detail-col .info {
    margin-bottom: 20px;
}

.section-product-view .container .detail-col .info .product-no>div,
.section-product-view .container .detail-col .info .price>div,
.section-product-view .container .detail-col .info .member-price>div,
.section-product-view .container .detail-col .info .integral>div,
.section-product-view .container .detail-col .info .count>div {
    height: 50px;
    line-height: 50px;
}

.section-product-view .container .detail-col .info .member-price {
    color: red;
}

.section-product-view .container .detail-col .info .count .component {
    display: inline-block;
    margin-right: 20px;
    padding-top: 9px;
    vertical-align: middle;
    text-align: center;
}

.section-product-view .container .detail-col .info .count .component .minus,
.section-product-view .container .detail-col .info .count .component .plus {
    border: 1px solid #ccc;
    width: 28px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.section-product-view .container .detail-col .info .count .component .minus:hover,
.section-product-view .container .detail-col .info .count .component .plus:hover {
    background-color: #e9e9e9;
}

.section-product-view .container .detail-col .info .count .component .minus,
.section-product-view .container .detail-col .info .count .component input,
.section-product-view .container .detail-col .info .count .component .plus {
    float: left;
    height: 28px;
    vertical-align: top;
    line-height: 28px;
}

.section-product-view .container .detail-col .info .count .component .plus {
    border-left-width: 0;
}

.section-product-view .container .detail-col .info .count .component .minus {
    border-right-width: 0;
}

.section-product-view .container .detail-col .info .count .component input {
    width: 150px;
    max-width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col .info .count .component input {
        width: 100px;
        max-width: 100%;
        text-align: center;
        border: 1px solid #ccc;
        -webkit-appearance: none;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.section-product-view .container .detail-col .info .slabel {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 600;
    color: #484848;
}

.section-product-view .container .detail-col .info .slabelqty {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 1.5rem;
    font-weight: 600;
    color: #484848;
}

.section-product-view .container .detail-col .info .svalue {
    display: inline-block;
    vertical-align: middle;
}

.section-product-view .container .detail-col .info .add-Cart {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    margin-top: 10px;
    letter-spacing: 2px;
    width: 330px;
    max-width: 100%;
    background: #998074;
    border-color: #998074;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid transparent
}

.section-product-view .container .detail-col .info .add-Cart:hover {
    background: transparent;
    border: 2px solid #998074;
    color: #998074;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col .info .add-Cart {
        display: block;
        margin: 20px auto 0;
        background: #998074;
        border-color: #998074;
        color: #fff;
        text-align: center;
        width: 100%;
    }
}

.section-product-view .container .detail-col .info .add-Cart2 {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 600;
    color: #FFF;
    border: 2px solid #B8CEE6;
    letter-spacing: 6px;
    background: #B8CEE6;
    text-decoration: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 200px;
    height: 43px;
}

.section-product-view .container .detail-col .info .add-Cart2 img {
    margin-top: -2px;
    width: 15px;
    margin-right: 5px;
}

.section-product-view .container .detail-col .info .add-Cart img {
    margin-top: -2px;
    width: 15px;
    margin-right: 5px;
}

.section-product-view .container .detail-col .info .add-Cart2:hover {
    background: transparent;
    border-color: #B8CEE6;
    color: #B8CEE6;
}

@media all and (max-width: 450px) {
    .section-product-view .container .detail-col .info .add-Cart2 {
        display: block;
        margin: 20px auto 0;
        background: #B8CEE6;
        border-color: #B8CEE6;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 0px;
    }
}

.section-product-view .container .detail-col .info .add-Cart i {
    margin-right: 5px;
}

.section-product-view .container .detail-col .detail .nav-tabs>li {
    margin-bottom: 0px;
}

.section-product-view .container .detail-col .detail .nav-tabs>li.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #998074;
}

.section-product-view .container .detail-col .detail .nav-tabs>li a {
    color: #868686;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.section-product-view .container .detail-col .detail .nav-tabs>li a:hover {
    color: #337ab7;
    background: #f7f7f7;
}

.section-product-view .container .detail-col .detail .content {
    padding: 15px 0;
    line-height: 24px;
}

.cart-flow-1 .container {
    padding: 0 15px;
}

.cart-flow-1 .container .step {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart-flow-1 .container .step>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cart-flow-1 .container .step>ul::after {
    content: '';
    display: block;
    clear: both;
}

.cart-flow-1 .container .step>ul li {
    position: relative;
    float: left;
    width: 33.33%;
    height: 100px;
    line-height: 100px;
    z-index: 1;
}

.cart-flow-1 .container .step>ul li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 28px;
    height: 28px;
    border: 3px solid #ED145B;
    background-color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cart-flow-1 .container .step>ul li:not(:last-child)::after {
    position: absolute;
    content: '';
    top: 13px;
    left: 50%;
    width: 100%;
    height: 3px;
    background-color: #ed145b;
    z-index: -1;
}

.cart-flow-1 .container .step>ul li.active::before,
.cart-flow-1 .container .step>ul li.done::before {
    background-color: #ED145B;
    border: 3px solid #ccc;
}

.cart-flow-1 .container .step>ul li.done::after {
    background-color: #ED145B;
    z-index: 1;
}

.cart-flow-1 .container .step>ul li .text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #7b7b7b;
    padding-top: 40px;
    line-height: 20px;
}

.cart-flow-1 .container .content {
    color: #6E6E6E;
    text-align: left;
    font-size: 14px;
    letter-spacing: 2px;
}

.cart-flow-1 .container .content .paid_title {
    background: #F3F2F2;
    width: 100%;
    padding: 5px 0px 5px 10px;
    color: #58595b;
    font-size: 15px;
    letter-spacing: 2px;
}

.test {
    text-align: center;
}

.cart-flow-1 .container .content a {
    color: #000;
    text-decoration: none;
}

.cart-flow-1 .container .content .block:nth-last-child(n+4) {
    margin-bottom: 60px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block:nth-last-child(n+4) {
        margin-bottom: 40px;
    }
}

.cart-flow-1 .container .content .block>.title {
    margin-bottom: 10px;
    font-size: 15px;
    color: dimgrey;
    border-bottom: 1px solid #e4e4e4;
}

.cart-flow-1 .container .content .block .store {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    background-color: #008000;
    color: #fff;
    letter-spacing: 1px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.cart-flow-1 .container .content .block .store:hover {
    background-color: #00b300;
}

.cart-flow-1 .container .content .block .current .slabel {
    display: inline-block;
    margin-right: 10px;
}

.cart-flow-1 .container .content .block .current .svalue {
    display: inline-block;
}

.cart-flow-1 .container .content .block .current .svalue>span {
    margin-right: 5px;
    color: blue;
}

.cart-flow-1 .container .content .block .card-number,
.cart-flow-1 .container .content .block .card-holder,
.cart-flow-1 .container .content .block .card-other {
    position: relative;
    margin-top: 30px;
}

.cart-flow-1 .container .content .block .card-number {
    width: 400px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-number {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-number::before {
    content: 'CARD NUMBER';
    position: absolute;
    top: -18px;
    left: -5px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-number._2::before {
    left: -7px;
}

.cart-flow-1 .container .content .block .card-number>.row {
    margin: 0 -10px;
}

.cart-flow-1 .container .content .block .card-number>.row>div {
    padding: 0 10px;
}

.cart-flow-1 .container .content .block .card-number .number {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-number .number {
        margin-right: 0;
    }
}

.cart-flow-1 .container .content .block .card-holder {
    width: 400px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-holder {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-holder::before {
    content: 'CARD HOLDER';
    position: absolute;
    top: -18px;
    left: -5px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-holder._2::before {
    left: -7px;
}

.cart-flow-1 .container .content .block .card-other {
    width: 400px;
}

.cart-flow-1 .container .content .block .card-other._2 {
    display: inline-block;
    width: auto;
}

.cart-flow-1 .container .content .block .card-other._2 .card-expire-date::before {
    left: -9px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .block .card-other {
        width: auto;
    }
}

.cart-flow-1 .container .content .block .card-other .card-expire-date {
    position: relative;
    float: left;
    min-width: 100px;
}

.cart-flow-1 .container .content .block .card-other .card-expire-date::before {
    content: 'EXPIRATION DATE';
    position: absolute;
    top: -18px;
    left: -7px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-other .card-expire-date select {
    display: inline-block;
    width: 80px;
    margin-right: 15px;
}

.cart-flow-1 .container .content .block .card-other .card-ccv {
    position: relative;
    float: right;
}

.cart-flow-1 .container .content .block .card-other .card-ccv::before {
    content: 'CCV';
    position: absolute;
    top: -18px;
    left: -2px;
    font-size: 12px;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}

.cart-flow-1 .container .content .block .card-other .card-ccv .ccv {
    width: 80px;
}

.cart-flow-1 .container .content .list {
    padding: 5px;
    margin: 0;
    margin-top: 5px;
    list-style: none;
}

.cart-flow-1 .container .content .list li {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li {
        padding-bottom: 10px;
    }
}

.cart-flow-1 .container .content .list li .image {
    float: left;
    width: 160px;
    height: 160px;
    margin-right: 10px;
    margin-left: 30px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .image {
        width: 35%;
        margin: 0;
        margin-right: 10px;
        height: 200px;
    }
}

.cart-flow-1 .container .content .list li .image>a>img {
    display: block;
    max-width: 160px;
    max-height: 160px;
    margin: 0 auto;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .image>a>img {
        max-width: initial;
        max-height: initial;
        width: 100%;
    }
}

.cart-flow-1 .container .content .list li .name {
    padding-left: 130px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .name {
        padding-left: 0;
        text-align: left;
    }
}

.cart-flow-1 .container .content .list li .name a {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 3px;
    color: #8a8a8a;
}

.cart-flow-1 .container .content .list li .info {
    padding-top: 10px;
    padding-right: 10px;
    line-height: 18px;
    font-size: 16px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info {
        font-size: 1.5rem;
    }
}

@media all and (max-width: 320px) {
    .cart-flow-1 .container .content .list li .info {
        font-size: 1.2rem;
    }
}

.cart-flow-1 .container .content .list li .info .item-info .price,
.cart-flow-1 .container .content .list li .info .total-info .price {
    margin-bottom: 10px;
}

.cart-flow-1 .container .content .list li .info .item-info .point,
.cart-flow-1 .container .content .list li .info .total-info .point {
    margin-bottom: 10px;
}

.cart-flow-1 .container .content .list li .info .item-info {
    float: left;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .item-info {
        float: initial;
        font-size: 14px;
    }

    .cart-flow-1 .container .content .list li .info .item-info .price {
        float: left;
    }

    .cart-flow-1 .container .content .list li .info .item-info .price .slabel,
    .cart-flow-1 .container .content .list li .info .item-info .price .svalue {
        display: inline-block;
    }

    .cart-flow-1 .container .content .list li .info .item-info .point {
        float: right;
    }

    .cart-flow-1 .container .content .list li .info .item-info .point .slabel,
    .cart-flow-1 .container .content .list li .info .item-info .point .svalue {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .total-info {
    float: right;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .total-info {
        float: initial;
        font-size: 14px;
    }

    .cart-flow-1 .container .content .list li .info .total-info .price {
        float: left;
    }

    .cart-flow-1 .container .content .list li .info .total-info .price .slabel,
    .cart-flow-1 .container .content .list li .info .total-info .price .svalue {
        display: inline-block;
    }

    .cart-flow-1 .container .content .list li .info .total-info .point {
        float: right;
    }

    .cart-flow-1 .container .content .list li .info .total-info .point .slabel,
    .cart-flow-1 .container .content .list li .info .total-info .point .svalue {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .svalue {
    font-weight: 700;
    margin-top: 5px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count-info {
        float: left;
        font-size: 14px;
    }
}

.cart-flow-1 .container .content .list li .info .count-info .text {
    display: none;
    vertical-align: middle;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count-info .text {
        display: inline-block;
    }
}

.cart-flow-1 .container .content .list li .info .count {
    position: absolute;
    bottom: 45px;
    left: 60%;
    z-index: 99;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media all and (max-width: 768px) {
    .cart-flow-1 .container .content .list li .info .count {
        left: 65%;
    }
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .info .count {
        position: initial;
        display: inline-block;
        vertical-align: middle;
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.cart-flow-1 .container .content .list li .info .count .component {
    display: inline-block;
    text-align: center;
}

.cart-flow-1 .container .content .list li .info .count .component .minus,
.cart-flow-1 .container .content .list li .info .count .component .plus {
    width: 28px;
    cursor: pointer;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .list li .info .count .component .minus:hover,
.cart-flow-1 .container .content .list li .info .count .component .plus:hover {
    background-color: #e9e9e9;
}

@media all and (max-width: 320px) {

    .cart-flow-1 .container .content .list li .info .count .component .minus,
    .cart-flow-1 .container .content .list li .info .count .component .plus {
        width: 24px;
    }
}

.cart-flow-1 .container .content .list li .info .count .component .minus,
.cart-flow-1 .container .content .list li .info .count .component input,
.cart-flow-1 .container .content .list li .info .count .component .plus {
    position: relative;
    float: left;
    height: 28px;
    vertical-align: top;
    line-height: 28px;
    border: 1px solid #ccc;
}

@media all and (max-width: 320px) {

    .cart-flow-1 .container .content .list li .info .count .component .minus,
    .cart-flow-1 .container .content .list li .info .count .component input,
    .cart-flow-1 .container .content .list li .info .count .component .plus {
        height: 24px;
        line-height: 24px;
    }
}

.cart-flow-1 .container .content .list li .info .count .component .plus {
    border-left-width: 0;
}

.cart-flow-1 .container .content .list li .info .count .component .minus {
    border-right-width: 0;
}

.cart-flow-1 .container .content .list li .info .count .component input {
    width: 60px;
    text-align: center;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media all and (max-width: 320px) {
    .cart-flow-1 .container .content .list li .info .count .component input {
        width: 50px;
    }
}

.cart-flow-1 .container .content .list li .remove {
    position: absolute;
    height: 1em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    top: 0px;
    left: -10px;
    font-weight: 700;
    z-index: 99;
    color: #c00;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .list li .remove {
        top: 130px;
        left: initial;
        right: 5px;
    }
}

.cart-flow-1 .container .content .details {
    float: right;
    width: 240px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .details {
        float: initial;
        width: auto;
    }
}

.cart-flow-1 .container .content .details .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
}

.cart-flow-1 .container .content .details .subtotal,
.cart-flow-1 .container .content .details .total-info {
    background-color: #e6e6e6;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}

.cart-flow-1 .container .content .details .subtotal .slabel,
.cart-flow-1 .container .content .details .total-info .slabel {
    float: left;
    padding: 6px 15px;
}

.cart-flow-1 .container .content .details .subtotal .svalue,
.cart-flow-1 .container .content .details .total-info .svalue {
    float: right;
    padding: 6px 15px;
}

.cart-flow-1 .container .content .details .subtotal {
    border-bottom: 1px solid #dadada;
}

.cart-flow-1 .container .content .checkout {
    display: inline;
    width: 250px;
    margin: 0 auto;
    padding: 10px 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #3155a4;
    color: #fff;
    background-color: #3155a4;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout:hover {
    color: #3155a4;
    border-color: #3155a4;
    background: rgba(0, 0, 0, 0.05);
}

.cart-flow-1 .container .content .mobile-control {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 99;
}

.cart-flow-1 .container .content .mobile-control .totalPoint,
.cart-flow-1 .container .content .mobile-control .next {
    float: left;
    width: 50%;
    color: #fff;
    background-color: #3155a4;
}

.cart-flow-1 .container .content .mobile-control .totalPoint {
    background-color: #fff;
    color: #3155a4;
    border: 1px solid #3155a4;
}

.cart-flow-1 .container .content .mobile-control .totalPoint .slabel,
.cart-flow-1 .container .content .mobile-control .totalPoint .svalue {
    display: inline-block;
    font-weight: 600;
}

.cart-flow-1 .container .content .mobile-control .totalPoint .slabel {
    margin-right: 5px;
}

.cart-flow-1 .container .content .checkout2 {
    display: inline;
    width: 250px;
    margin: 30px;
    padding: 10px 16px;
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #c9302c;
    color: #fff;
    background-color: #c9302c;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout3 {
    display: inline;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 10px 10px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #FE5825;
    color: #fff;
    background-color: #FE5825;
    letter-spacing: 2px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.cart-flow-1 .container .content .checkout img {
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}

.cart-flow-1 .container .content .checkout2 img {
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}

.cart-flow-1 .container .content .checkout3 img {
    width: 20px;
    margin-top: -5px;
    margin-right: 5px;
}


.cart-flow-1 .container .content .checkout2:hover {
    color: #c9302c;
    border-color: #c9302c;
    background: rgba(0, 0, 0, 0.05);
}

.cart-flow-1 .container .content .checkout3:hover {
    color: #FE5825;
    border-color: #FE5825;
    background: #fff;
}

.cart-flow-1 .container .content .complete {
    text-align: center;
    padding: 50px 0 60px;
}

@media all and (max-width: 450px) {
    .cart-flow-1 .container .content .complete {
        padding-top: 0;
    }
}

.cart-flow-1 .container .content .complete .sn {
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ED145B;
}

@media all and (max-width: 768px) {
    .section-albums .container {
        padding: 0 15px;
    }
}

.section-albums .image-wrp {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    -moz-box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
    box-shadow: rgba(0, 0, 0, 0.32941) 0px 1px 3px 0px;
}

.section-albums .image-wrp>a {
    text-decoration: none;
    color: #000;
}

.section-albums .image-wrp .image {
    position: relative;
    overflow: hidden;
}

.section-albums .image-wrp .image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.section-albums .image-wrp .image:hover::after {
    filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}

.section-albums .image-wrp .image>img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.section-albums .text {
    padding: 15px 0;
    text-align: center;
    line-height: 30px;
}

.section-album-view {
    /* clear fix */
    /* ---- .grid-item ---- */
}

.section-album-view .grid:after {
    content: '';
    display: block;
    clear: both;
}

.section-album-view .grid-sizer,
.section-album-view .grid-item {
    width: 33.333%;
}

@media all and (max-width: 768px) {

    .section-album-view .grid-sizer,
    .section-album-view .grid-item {
        width: 50%;
    }
}

.section-album-view .grid-item {
    float: left;
}

.section-album-view .grid-item img {
    display: block;
    width: 100%;
}

@media all and (max-width: 768px) {
    .section-video .container {
        padding: 0 15px;
    }
}

.section-video .content {
    margin-bottom: 30px;
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.18);
}

.section-video .title {
    position: relative;
}

.section-video .title::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 80px;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.section-video .title img {
    margin-right: 10px;
}

.section-video .title .text {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 2px;
}

.section-video .video {
    padding: 10px;
    text-align: center;
    background-color: #999999;
    background: #999999;
    background: -moz-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, black));
    background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -o-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: radial-gradient(ellipse at center, #999999 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000', GradientType=1);
}

.section-video .video iframe {
    width: 100%;
    height: 180px;
}

.section-video .infos {
    padding: 10px 20px;
    text-align: center;
}

.section-video .infos .ititle {
    font-size: 1.6rem;
    font-weight: 600;
}

@media all and (max-width: 768px) {
    .section-video-view .container {
        padding: 0 15px;
    }
}

.section-video-view .title {
    position: relative;
}

.section-video-view .title::after {
    content: '';
    position: absolute;
    bottom: 20px;
    left: 80px;
    right: 0;
    height: 1px;
    background-color: #e0e0e0;
    z-index: -1;
}

.section-video-view .title img {
    margin-right: 10px;
}

.section-video-view .title .text {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #585858;
    letter-spacing: 2px;
}

.section-video-view .video {
    height: 680px;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #999999;
    background: #999999;
    background: -moz-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #999999), color-stop(100%, black));
    background: -webkit-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -o-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: -ms-radial-gradient(center, ellipse cover, #999999 0%, black 100%);
    background: radial-gradient(ellipse at center, #999999 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#000000', GradientType=1);
}

@media all and (max-width: 768px) {
    .section-video-view .video {
        height: 630px;
    }
}

@media all and (max-width: 768px) {
    .section-video-view .video {
        height: auto;
    }
}

.section-video-view .video iframe {
    width: 100%;
    height: 100%;
}

.section-form {
    margin-bottom: 30px;
}

.section-form .container {
    padding: 0 15px;
}

.section-form .contact-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-form .contact-header .title {
    font-size: 2rem;
    color: #ce8a2d;
}

.section-form .contact-header .desc {
    padding: 30px 0;
    font-size: 1.4rem;
}

.section-form form {
    border-bottom: 1px solid #dedede;
}

.section-form form label {
    color: #585858;
    letter-spacing: 3px;
    font-family: Microsoft JhengHei;
}

.section-form form input {
    width: 100%;
}

@media all and (max-width: 768px) {
    .section-form form input {
        width: 100%;
    }
}

.section-form form [type=submit] {
    outline: none;
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 15px;
}

.section-form form .CAPTCHA {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}

@media all and (max-width: 320px) {
    .section-form form .CAPTCHA {
        width: 80px;
    }
}

.section-form form .captcha_img {
    width: 110px;
    height: 38px;
}

.section-infos {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-infos .container {
    padding: 0 15px;
}

.section-infos .text-infos .desc {
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.section-infos .text-infos .infos p {
    margin-bottom: 20px;
}

.section-infos .text-infos .infos p strong {
    display: block;
    font-size: 1.6rem;
}

.section-infos .map-infos iframe {
    width: 100%;
    height: 300px;
    border: 0;
}

.section-branch {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-branch .container {
    padding: 0 15px;
}

.section-branch .branch .content {
    margin-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.section-branch .branch .content p {
    margin-bottom: 20px;
}

.section-branch .branch .content p strong {
    display: block;
    font-size: 1.6rem;
}

.section-other .container {
    padding: 0 15px;
}

.section-other .text {
    float: left;
    width: 700px;
    padding-top: 16px;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .section-other .text {
        width: 400px;
    }
}

@media all and (max-width: 768px) {
    .section-other .text {
        padding-top: 0;
        float: inherit;
        width: auto;
    }
}

.section-other .more {
    float: right;
    padding: 15px 60px;
    margin-right: 20px;
    background-color: #9c9c9c;
    border-color: #848484;
}

.section-other .more:hover {
    background-color: #8f8f8f;
    border-color: #777777;
}

@media all and (max-width: 768px) {
    .section-other .more {
        float: inherit;
        display: block;
        margin: 0 auto;
    }
}

.section-register .container {
    padding: 0 15px;
    letter-spacing: 3px;
    font-family: Microsoft JhengHei;
}

.section-register .container fieldset {
    padding: .35em 1.625em .75em;
    margin-bottom: 25px;
    -moz-box-shadow: #ccc 0px 1px 3px 0px;
    -webkit-box-shadow: #ccc 0px 1px 3px 0px;
    box-shadow: #ccc 0px 1px 3px 0px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

@media all and (max-width: 768px) {
    .section-register .container fieldset {
        min-height: inherit;
    }
}

.section-register .container legend {
    position: relative;
    display: inline-block;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    margin-left: -12px;
    font-weight: 600;
    border: 0;
    background: #fff;
}

.section-register .container .member-group,
.section-register .container .bank-group {
    min-height: 350px;
}

.section-register .container .level-group {
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}

@media all and (max-width: 450px) {
    .section-register .container .level-group {
        display: block;
        margin-right: 0;
        padding-top: 0;
    }
}

.section-register .container .level-group label {
    margin-right: 10px;
    width: 80px;
}

.section-register .container .level-group select {
    display: inline-block;
    width: 310px;
}

@media all and (max-width: 768px) {
    .section-register .container .level-group select {
        width: 120px;
    }
}

@media all and (max-width: 450px) {
    .section-register .container .level-group select {
        width: 100%;
    }
}

.section-register .container .product-group {
    display: inline-block;
    width: 50%;
    max-width: 100%;
}

.section-register .container .product-group label {
    margin-right: 10px;
    width: 90px;
    vertical-align: top;
    margin-top: 5px;
}

.section-register .container .product {
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid #e1e1e1;
}

.section-register .container .product .value {
    display: inline-block;
    width: 10%;
    padding-left: 5px;
}

.section-register .container .product .price {
    display: inline-block;
    width: 15%;
    text-align: right;
}

.section-register .container .product .name {
    display: inline-block;
    width: 55%;
    text-align: left;
}

.section-register .container .product .name2 {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.section-register .container .product .labels {
    padding: 5px 0;
    border: 1px solid #ccc;
}

.section-register .container .product .image {
    display: inline-block;
    width: 10%;
    text-align: center;
}

.section-register .container .product .integral {
    display: inline-block;
    width: 15%;
    text-align: right;
}

@media all and (max-width: 768px) {
    .section-register .container .product-group {
        display: inline-block;
        width: 100%;
        max-width: 100%;
    }

    .section-register .container .product .price {
        display: inline-block;
        width: 20%;
        text-align: right;
    }

    .section-register .container .product .name {
        display: inline-block;
        width: 35%;
        text-align: left;
    }

    .section-register .container .product .image {
        display: inline-block;
        width: 15%;
        text-align: center;
    }

    .section-register .container .product .integral {
        display: inline-block;
        width: 20%;
        text-align: right;
    }
}

.section-register .container .product .details {
    padding: 5px 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.section-register .container .product .details2 {
    padding: 5px 0 0 20%;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

@media all and (max-width: 320px) {
    .section-register .container .product .details .image {
        display: none;
    }
}

.section-register .container .product .details .image>img {
    width: 24px;
    height: 24px;
}

.section-register .container .product .details .name [type=radio] {
    margin-right: 5px;
    width: 15px;
    height: 15px;
    border-radius: 10px;
}

.section-register .container .require::after {
    content: '★';
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: red;
}

.section-register .container .address-city,
.section-register .container .address-area,
.section-register .container .add1,
.section-register .container .address-line_kind {
    display: inline-block;
    margin-right: 20px;
}

.section-register .container .address-city,
.section-register .container .receipt-city {
    width: 120px;
    margin-bottom: 20px;
}

.section-register .container .address-line_kind {
    width: 120px;
}

.section-register .container .address-area,
.section-register .container .receipt-area {
    width: 150px;
    margin-bottom: 20px;
}

.section-register .container .add1 {
    width: 500px;
    margin-right: 0;
}

@media all and (max-width: 768px) {
    .section-register .container .add1 {
        display: block;
        width: 100%;
    }
}

.section-register .container .CAPTCHA {
    display: inline-block;
    margin-right: 5px;
    width: 120px;
}

@media all and (max-width: 320px) {
    .section-register .container .CAPTCHA {
        width: 80px;
    }
}

.section-register .container .captcha_img {
    width: 110px;
    height: 38px;
}

.section-register .container .highlight {
    display: inline-block;
    margin-bottom: 5px;
    color: red;
}

.section-register .container [type=submit] {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
}

footer {
    background-color: #f5f5f5;
}

@media all and (max-width: 768px) {
    footer {
        text-align: center;
    }
}

footer .container {
    padding: 30px 15px 0;
}

@media all and (max-width: 768px) {
    footer .container {
        padding: 30px 15px 0 30px;
    }
}

@media all and (max-width: 768px) {
    footer .container {
        padding: 30px 15px 0;
    }
}

@media all and (max-width: 768px) {
    footer .navigation {
        margin-bottom: 30px;
    }
}

footer .navigation .title {
    margin-bottom: 20px;
    font-size: 3.5rem;
}

footer .navigation ul {
    display: inline-block;
    padding: 0;
    list-style: none;
}

@media all and (max-width: 768px) {
    footer .navigation ul {
        display: inherit;
        float: left;
        width: 50%;
    }
}

footer .navigation ul li {
    padding: 10px 60px 10px 0;
}

@media all and (max-width: 768px) {
    footer .navigation ul li {
        padding: 10px 0;
    }
}

footer .navigation ul li a {
    display: block;
    font-size: 1.5rem;
    color: #717171;
}

footer .infos {
    padding-left: 0px;
}

@media all and (max-width: 768px) {
    footer .infos {
        padding-left: 0;
    }
}

@media all and (max-width: 768px) {
    footer .infos {
        padding-left: 15px;
        padding-right: 15px;
    }
}

footer .infos .logo {
    margin-bottom: 30px;
}

footer .infos .tel,
footer .infos .mail,
footer .infos .address {
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    color: #717171;
}

@media all and (max-width: 768px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        text-align: left;
        padding-left: 40px;
    }
}

@media all and (max-width: 375px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        text-align: left;
        padding-left: 20px;
    }
}

@media all and (max-width: 320px) {

    footer .infos .tel,
    footer .infos .mail,
    footer .infos .address {
        padding-left: 0;
    }
}

footer .infos .tel>i,
footer .infos .mail>i,
footer .infos .address>i {
    width: 36px;
    height: 36px;
    margin-right: 0px;
    font-size: 2.5rem;
    text-align: center;
    line-height: 36px;
    color: #903aaa;
    text-align: center;
}

@media all and (max-width: 320px) {

    footer .infos .tel>i,
    footer .infos .mail>i,
    footer .infos .address>i {
        margin-right: 10px;
    }
}

footer .copyright {
    margin-top: 10px;
    border-top: 1px solid #ccc;
}

footer .copyright .text {
    padding: 10px 0;
    font-size: 1rem;
    color: #888;
    letter-spacing: 1px;
    text-align: center;
}

footer .copyright .text2 {
    padding-bottom: 5px;
    font-size: 1rem;
    color: #ccc;
    letter-spacing: 1px;
    text-align: center;
}

* {
    box-sizing: border-box;
    font-family: Microsoft JhengHei;
}

html,
body {
    margin: 0;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
    background-color: #FCF9F0;
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

a {
    cursor: pointer;
}


/* 滿版改這邊 100% */

.container {
    width: 100%;
    padding: 0;
}

@media all and (max-width: 1024px) {
    .container {
        width: auto;
    }
}


/* 滿版改這邊 100% */

.body {
    padding-top: 125px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: FCF9F0;
}

.index_body {
    /* padding-top: 125px; */
    padding-top: 0px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 100%;
    background-color: white;
}

.body2 {
    padding-top: 125px;
    padding-bottom: 20px;
    width: 1200px;
    max-width: 100%;
    background-color: #FCF9F0;
}

.body4 {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 1200px;
    max-width: 100%;
    background-color: white;
}

.body3 {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 1300px;
    max-width: 100%;
    background-color: white;
}


/* 滿版改這邊 加這段 */

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

@media all and (max-width: 768px) {
    .body {
        width: auto;
        padding: 0;
        padding-top: 150px;
    }

    .index_body {
        width: auto;
        padding: 0;
        padding-top: 150px;
    }
}

@media all and (max-width: 768px) {
    .body {
        padding-top: 72px;
        min-height: 450px;
    }

    .index_body {
        padding-top: 72px;
    }
}

.indexbody {
    margin-top: -25px;
}

#swipebox-slider .slide {
    padding: 50px;
}

.centerCenter {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.sendbtn {
    display: block;
    width: 200px;
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 20px;
}

.loginForm {
    background: #fff;
    max-width: 95%;
    width: 400px;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.3);
    height: 400px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    border-radius: 10px;
}

.loginForm form {
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 16px;
    line-height: 25px;
    border-radius: 3px;
}

.loginForm form div.title {
    background: #078FC9;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px;
    margin-bottom: 35px;
}

.loginForm form div.footer {
    background: #078FC9;
    color: #fff;
    font-size: 10px;
    text-align: center;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.loginForm form div.footer a {
    color: #fff;
    font-size: 10px;
}

.loginForm form>div {
    padding: 0px;
}

.loginForm form>div.info {
    margin: 10px;
}

.loginForm form>div.info2 {
    text-align: center;
}

.loginForm form>div.for_info2 {
    text-align: center;
}

.loginForm form>div img.icon {
    width: 40px;
    height: auto;
}

.loginForm form>div span {
    text-align: center;
}

.loginForm form>div input.info_txt {
    width: 250px;
    height: 40px;
}

.loginForm .word {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.loginForm .word2 {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.loginForm form>div input.VC {
    width: 120px;
    height: 40px;
}

.loginForm input {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 25px;
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 8px;
}

@media (max-width: 420px) {
    .loginForm form>div img.icon {
        width: 30px;
        height: auto;
    }

    .loginForm form>div input.info_txt {
        min-width: 150px;
        max-width: 220px;
        height: 30px;
    }

    .loginForm form>div input.VC {
        width: 120px;
        height: 40px;
    }

    .loginForm form>div.info img.info_img {
        width: 90px;
        height: 40px;
    }

    .loginForm .word {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }

    .loginForm .word2 {
        display: inline-block;
        vertical-align: top;
        width: 50px;
    }
}

.loginForm button {
    margin: 10px 0 0 10px;
    width: 200px;
    height: 35px;
    font-size: 18px;
    background: #078FC9;
    color: #ffffff;
    border-radius: 6px;
    vertical-align: text-bottom;
}

.loginForm p {
    text-align: center;
    padding-right: 30px;
    font-size: 12px;
}

.loginForm a {
    border-bottom: 1px dashed #666;
    margin-left: 10px;
}

.loginForm .VerifyCode {
    padding: 5px 0px 0 168px;
    display: block;
}

.section-register .container .mbpwd {
    display: inline-block;
    margin-right: 5px;
    width: 47%;
}

header .cart a li {
    font-size: 18px;
    color: black;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

header .cart a li span {
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: #FF8000;
}

.cart-flow-1 .container .content .complete .row h3 {
    padding: 5px;
    border-bottom: 1px solid #FF8000;
    color: #FF8000;
}

.cart-flow-1 .container .content .complete .row p {
    text-align: left;
    padding-left: 20px;
}

.modal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
    border-radius: 10px;
}

.modal-footer {
    border-top: 0px solid #e5e5e5;
    padding: 15px;
    text-align: right;
}

.loginForm .for_info2 button {
    margin: 10px 0 0 10px;
    width: 200px;
    height: 35px;
    font-size: 18px;
    background: #d43f3a;
    color: #ffffff;
    border-radius: 6px;
    vertical-align: text-bottom;
}

.loginForm form div.for_title {
    background: #d43f3a;
    color: #fff;
    font-size: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    padding: 15px;
    margin-bottom: 35px;
}

.login_logo {
    font-size: 18px;
    width: 40px;
    color: #078fc9;
    border: 1px solid #078fc9;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.login_logo2 {
    font-size: 18px;
    width: 40px;
    color: #69CBCC;
    border: 1px solid #69CBCC;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.login_logo3 {
    font-size: 18px;
    width: 40px;
    color: #DC5096;
    border: 1px solid #DC5096;
    padding: 10px;
    border-radius: 100%;
    padding-top: 11px;
}

.loginbody {
    /* 	 	border-radius:20px;
	 padding:30px 0 30px 0;

background: #eeeeee; 
background: -moz-radial-gradient(center, ellipse cover,  #eeeeee 59%, #cccccc 98%, #cccccc 100%); 
background: -webkit-radial-gradient(center, ellipse cover,  #eeeeee 59%,#cccccc 98%,#cccccc 100%); 
background: radial-gradient(ellipse at center,  #eeeeee 59%,#cccccc 98%,#cccccc 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=1 ); 
 */
}

.message-2 {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.display {
    display: none;
}

#agree_check {
    margin-right: 10px;
}

.green {
    font-weight: bold;
    color: #933e85;
    font-size: 2rem;
}

a:hover .btn_1 {
    background: #a369a8;
    color: #FFF;
}

a .btn_1 {
    position: relative;
    width: 140px;
    display: block;
    text-align: center;
    margin: 20px 0 0 0;
    float: right;
    padding: 12px 0;
    background: rgba(241, 216, 237, 0.6);
    border: 1px solid #a369a8;
    background: #e3cbe4;
    color: #a369a8;
    padding: 10px 20px;
    border-radius: 30px;
}

.index_box {
    float: left;
    width: 100%;
    vertical-align: top;
    padding: 4em 0 0 0;
}

.box_f {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    vertical-align: top;
}

.index_bg1 {
    padding: 0 0 2em 0;
    background: #f0eff2;
    background: -moz-linear-gradient(-45deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    background: -webkit-linear-gradient(-45deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    background: linear-gradient(135deg, #f0eff2 0%, #f3f3f3 78%, #f0eff2 78%, #ededed 79%, #f0eff2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f0eff2', endColorstr='#f0eff2', GradientType=1);
}

.carousel-caption {
    text-align: left;
    max-width: 500px;
    max-height: 300px;
    overflow: hidden;
    padding: 2em;
    top: 18%;
    left: 15%;
    /*  background: rgba(6, 6, 6, 0.5); */
    text-shadow: 2px 2px 5px rgba(255, 255, 255, .8);
}

.carousel-caption p {
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
    color: #933e85;
    margin: 14px 0 0 0;
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
}

.carousel-caption h2 {
    font-size: 4.2rem;
    color: #FFF;
    margin: 0 0 0 0;
    padding: 0 0 4px 0;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    font-weight: bold;
}

.section-product .row,
.section-albums .row,
.section-video .row {
    margin-right: 0px;
    margin-left: 0px;
}

@media all and (max-width: 450px) {
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }

    .index_bg1 {
        padding: 0 10px 0 10px;
    }
}

.index_bg2 {
    /*  background: url(../img/bg.jpg) repeat; */
    background-attachment: scroll;
    background-attachment: fixed;
    padding: 6em 0 3em 0;
    overflow: hidden;
}

.product {
    margin-bottom: 80px;
}

@media all and (max-width: 450px) {
    .product {
        margin-bottom: 0px;
    }

    .index_bg2 {
        /*  background: url(../img/bg.jpg) repeat; */
        background-attachment: scroll;
        background-attachment: fixed;
        padding: 0em 0 0px 0;
        overflow: hidden;
    }
}

.iframe {
    margin-bottom: 10px;
}


/*去除左右按鈕的陰影*/

.carousel-control {
    background-image: none !important;
    filter: none !important;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.item>a {
    display: block;
    height: 100%;
}


/*至底選單*/

.index_bg3 {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    line-height: 0px;
    text-align: center;
    /* background-color: #B92800; */
    z-index: 999;
    width: 100%;
}

.index_bg4 {
    margin-top: 5px;
    position: fixed;
}


/* //會影響廣告 
.next{
  margin-top: 40px;
  color: #23527c;
  width:auto;
} */

.fot_a {
    float: left;
    width: 16%;
}

.fot {
    padding: 5px;
    width: 100%;
    height: 100%;
    position: fixed;
    border-top: 1px solid #ccc;
    /* background-image: url('../img/mobile_footer.png'); */
    background: #D3C4B4;
    background-size: contain;
}

.fot_cart {
    padding: 5px;
    height: 100%;
    border: 1px solid #fff;
    background-image: url('../img/mobile_footer.png');
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    font-size: 16px;
    cursor: pointer;
}

.fot_title_cart {
    font-size: 17px;
    line-height: 40px;
    width: 100%;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 5px;
    vertical-align: middle;
    height: 100%;

}

.fot_title_cart img {
    width: 17px;
    margin-right: 5px;
}

.fot_title {
    font-size: 10px;
    line-height: 0px;
    width: 100%;
    color: #ffffff;
    padding-bottom: 8px;
    margin-bottom: 3px;
}

.fot_img {
    line-height: 10px;
    padding: 0px;
    color: #ffffff;
}

.fot a {
    padding-right: 1px;
    padding-left: 1px;
    padding-top: 8px;
}

.mobile-navs .count {
    position: absolute;
    margin-left: -10px;
    margin-top: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 11px;
    background: #D3C4B4;
    border: 0px solid #fff;
    padding-left: 1px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.fot_a .count {
    position: absolute;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-size: 13px;
    background: #FF8000;
    border: 1px solid #fff;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.search_btn {
    padding: 2px 8px 2px 8px;
}

.app_str {
    margin-top: 5px;
    padding: 5px;
    font-size: 20px;
    color: #868686;
    font-weight: 600;
    letter-spacing: 2px;
}

.app_img {
    max-width: 100%;
    width: 500px;
    height: auto;
    max-height: 303px;
    cursor: pointer;
}

.fot_a img {
    height: 25px;
}

.mobile-lang-button2 img {
    height: 25px;
}

.mobile-lang-button img {
    height: 25px;
}

.mobile-qrcode-button img {
    height: 25px;
}

#search_txt {
    margin-top: 2px;
}

.sopc {
    color: #305A56;
}

.ssom {
    margin-bottom: 10px;
}


/*新footerCSS*/

.footer_top {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    max-width: 100%;
}

.footer_area {
    font-family: Microsoft JhengHei;
    text-align: center;
    font-size: 14px;
    padding-left: 2px;
    padding-right: 2px;
    font-weight: 600;
    color: #585858;
    max-width: 150px;
}

.footer_border-left {
    border-left: 2px #585858 solid;
}

.footer_border-right {
    border-right: 2px #585858 solid;
}

@media all and (max-width: 1100px) {
    .footer_area {
        font-size: 14px;
    }
}

@media all and (max-width: 1020px) {
    .footer_area {
        font-size: 14px;
    }
}

@media all and (max-width: 970px) {
    .footer_area {
        font-size: 14px;
        padding-right: 1px;
    }
}

@media all and (max-width: 500px) {
    .footer_area {
        max-width: 100%;
    }
}

.footer_img_area {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0);
}

@media all and (max-width: 500px) {
    .footer_img_area {
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        background: rgba(255, 255, 255, 0);
    }
}

.footer_info {
    font-family: Microsoft JhengHei;
    padding-top: 20px;
    margin-top: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #585858;
}

@media all and (max-width: 500px) {
    .footer_info {
        font-family: Microsoft JhengHei;
        padding-top: 0px;
        margin-top: 0px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        padding-left: 10px;
        color: #585858;
    }

    .footer_info div {
        padding-left: 30px;
    }
}

.footer_info div {
    font-family: Microsoft JhengHei;
    font-size: 14px;
    letter-spacing: 2px;
    color: #585858;
}

@media all and (max-width: 500px) {
    .footer_info {
        padding-left: 0px;
    }
}

.footer_info div.title {
    font-family: Microsoft JhengHei;
    font-size: 16px;
    letter-spacing: 2px;
}

.footer_area_slogan {
    text-align: center;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    font-size: 10px;
    font-family: Microsoft JhengHei;
    font-weight: bold;
}

@media all and (max-width: 1024px) {
    .footer_area_slogan {
        padding-bottom: 0px;
        margin-bottom: 80px;
    }
}

.mobile_footer_area_slogan {
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: left;
}

.footer_bottom {
    margin-top: 50px;
}

.mobile_footer_font {
    line-height: 50px;
    text-align: center;
}

.mobile_footer_img {
    margin-top: 20px;
    margin-bottom: 30px;
}

.mobile_footer_info {
    padding-top: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

@media all and (max-width: 768px) {
    .footer_info div.title {
        font-size: 15px;
    }

    .footer_info div {
        font-size: 13px;
    }

    .footer_area_slogan {
        font-size: 9px;
    }
}

.footer_img_area img {
    margin: 0 auto;
}

.gototop {
    position: fixed;
    z-index: 90;
    right: 30px;
    bottom: 80px;
    display: none;
    width: 50px;
    height: 50px;
    color: #fff;
    background: rgba(100, 200, 255, .3);
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.5s;
    text-align: center;
    cursor: pointer;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gototop span{
	top:17px;
}


/*新footerCSS*/

.tips {
    display: none;
    position: fixed;
    bottom: 50%;
    left: 50%;
    min-width: 200px;
    max-width: 700px;
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.tips-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.tips-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.tips-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.tips-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.city_css {
    margin-bottom: 10px;
}


/*20200512_登入畫面*/

.ad_bg {
    margin-top: -8px;
    background-size: cover;
    padding-top: 7%;
    height: 650px;
    background-position: center;
}

.login_bg {
    padding-bottom: 0px;
    margin-bottom: -70px;
}

.login_block {
    width: 33%;
    /* height: 73%; */
    height: 85%;
    background-size: 100% 100%;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
    background-image: url('../img/login_block.png');
    margin-left: 62%;
}

.btn_title {
    width: 60%;
    margin: auto;
    display: block;
    margin-top: 25px;
}

.log_input_block {
    margin: auto;
    display: block;
    margin-top: 25px;
}

.log_input {
    height: 50px;
    margin: auto;
    display: block;
    width: 80%;
    padding-left: 3%;
    border-radius: 50px;
}

.log_pass {
    padding-right: 12%;
    outline: none;
}

.log_input_vc {
    height: 50px;
    margin: auto;
    display: block;
    width: 30%;
    padding-left: 3%;
    float: left;
    margin-left: 10%;
    border-radius: 50px;
}

.vc_img {
    height: 50px;
    width: 30%;
    padding: 5px 10px 5px 10px;
}

.vc_img2 {
    height: 50px;
    width: 30%;
    padding: 5px 10px 5px 10px;
}

.login_btn {
    width: 60%;
    margin: auto;
    display: block;
    background-color: #C30D23;
    color: #FFF;
    border-radius: 30px;
    font-weight: bold;
}

.close_eyes {
    position: absolute;
    top: 40%;
    right: 14%;
    z-index: 99999999999999;
    cursor: pointer;
}

.no_padding {
    padding: 0;
}

.login_a {
    font-weight: bold;
    font-size: 17px;
}

@media all and (max-width: 1300px) {
    .ad_bg {
        /* height: 550px; */
        height: 630px;
    }

    .login_block {
        height: 65%;
    }

    .log_input {
        height: 30px;
    }

    .log_input_vc {
        height: 30px;
    }

    .vc_img {
        height: 30px;
        width: 20%;
    }

    .vc_img2 {
        height: 30px;
        width: 20%;
    }

    .btn_title {
        width: 55%;
    }
}

@media all and (max-width: 1000px) {
    .ad_bg {
        /* height: 600px; */
        height: 650px;
    }

    .login_bg {
        margin-bottom: -90px;
    }

    .login_a {
        font-size: 14px;
    }
}

@media all and (max-width: 768px) {
    .login_bg {
        margin-bottom: -145px;
        background-position: left;
    }

    .vc_img {
        width: 30%;
        padding: 2px 5px 2px 5px;
    }

    .vc_img2 {
        width: 30%;
        padding: 2px 5px 2px 5px;
    }

    .login_block {
        width: 45%;
        height: 73%;
        background-size: 100% 100%;
        -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
        filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.7));
        background-image: url('../img/login_block.png');
        margin: 0 auto;
    }
}

@media all and (max-width: 767px) {
    .login_block {
        margin-left: 0%;
        background-image: none;
        -webkit-filter: none;
        filter: none;
        margin: auto;
        width: 100%
    }

    .login_bg {
        margin-bottom: 0px;
    }

    .ad_bg {
        padding-top: 0%;
    }

    .log_input {
        height: 40px;
    }

    .log_input_vc {
        height: 40px;
    }

    .vc_img {
        height: 40px;
        width: 23%;
    }

    .vc_img2 {
        height: 40px;
        width: 23%;
    }

    .login_a {
        font-size: 17px;
    }
}

@media all and (max-width: 767px) {
    .login_bg {
        margin-bottom: -60px;
        background-image: url();
    }
}

@media all and (max-width: 376px) {
    .login_bg {
        margin-bottom: -100px;
        background-image: url();
    }
}


/*20200512_登入畫面*/


/*20200702更改畫面*/

@media all and (min-width: 100px) {
    .marqee {
        height: 5em;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #87272C;
        padding-top: 20px;
        padding-bottom: 20px;
        border-left-width: 0px;
        border-right-width: 0px;
        font-size: 14px;
    }

    /*跑馬燈*/
    .marqee>ul {
        padding-left: 0;
        display: flex;
        flex-direction: row;
        list-style-type: none;
        animation: marqee 20s linear infinite;
        position: absolute;
    }

    .marqee>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 25px;
    }

    .marqee>ul>a {
        white-space: nowrap;
        font-weight: bold;
        /* color: #9F7E5D; */
        color: #72272C;
        font-size: 18px;
        margin-bottom: 50px;
        text-decoration: none;
        padding-right: 300px;
    }

    @keyframes marqee {
        0% {
            left: 100%;
            transform: translatex(0%);
        }

        100% {
            left: 0;
            transform: translatex(-100%);
        }
    }

    .marqee2 {
        height: 5em;
        overflow: hidden;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #87272C;
        padding-top: 22px;
        padding-bottom: 25px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 20px;
    }

    /*日期*/
    .marqee2>ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        animation: marqee 25s linear infinite;
        position: absolute;
    }

    .marqee2>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 50px;
        color: #87272C;
        float: right;
    }

    @keyframes marqee2 {
        0% {
            TOP: 100%;
            transform: translateY(0%);
        }

        100% {
            TOP: 0;
            transform: translateY(-100%);
        }
    }

    #news0 {
        padding-right: 0px;
        border-style: solid;
        border-color: #87272C;
        height: 5em;
        overflow: hidden;
        border-right-width: 0px;
        border-top-width: 2.4px;
        border-bottom-width: 2.4px;
    }

    #news0 img {
        padding-top: 20px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
    }

    #news1 {
        padding-left: 0px;
        padding-right: 0px;
        border-color: #87272C;
        border-style: solid;
        height: 5em;
        border-width: 2.4px;
        overflow: hidden;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    #news1 p {
        font-size: 18px;
        color: #87272C;
        padding-top: 20px;
        float: left;
        padding-left: 5px;
    }

    #news2 {
        padding-left: 0px;
        padding-right: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-width: 2.4px;
        height: 5em;
        overflow: hidden;
        max-width: 75%;
    }

    #news3 {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        height: 5em;
        margin: auto;
        border-left-width: 0px;
        border-right-width: 0px;
        border-width: 2.4px;
        overflow: hidden;
    }

    #news4 {
        padding-left: 0px;
        padding-right: 0px;
        border-style: solid;
        border-color: #87272C;
        height: 5em;
        overflow: hidden;
        border-width: 2.4px;
        border-left-width: 0px;
    }

    #news4 img {
        /* padding-top:22px;
    padding-bottom: 15px; */
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        margin: auto;
        padding-right: 8px;
    }

    #BP1 {
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .item {
        position: relative;
    }

    .item1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item0 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item2 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 40px;
    }

    .item3 {
        position: absolute;
        left: 1;
        right: 0;
        top: 1;
        bottom: 0;
        margin-bottom: 20px;
        margin-right: 40px;
    }

    .BP2 {
        height: auto;
        margin-bottom: 40px;
    }

    .BP2 img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    .SP1 {
        height: auto;
        margin-bottom: 20px;
    }

    .SP1 p {
        text-align: center;
        color: #9F7E5D;
    }

    .SP1 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .SP2 {
        height: auto;
        margin-bottom: 20px;
    }

    .SP2 p {
        text-align: center;
        color: #9F7E5D;
    }

    .SP2 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .SP3 {
        height: auto;
        margin-bottom: 20px;
    }

    .SP3 p {
        text-align: center;
        color: #9F7E5D;
    }

    .SP3 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .SP4 {
        height: auto;
        margin-bottom: 20px;
    }

    .SP4 p {
        text-align: center;
        color: #9F7E5D;
    }

    .SP4 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .frame {}

    .Bestseller {
        height: auto;
        margin-bottom: 20px;
    }

    #Bestsellerleft {}

    #Bestsellercenter {}

    #Bestsellerright {}

    .Bestseller .product {
        width: 100%;
        height: auto;
    }

    .Agarwood {
        height: 600px;
        margin-top: 30px;
        margin-bottom: 20px;
        background-color: #69CBCC;
    }

    .neww {
        height: 80px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .neww h1 {
        font-size: 25px;
        text-align: center;
        position: relative;
        color: #87272C;
    }

    .neww h1::before {
        content: ' ';
        display: block;
        width: 8px;
        height: 70px;
        background-color: #87272C;
        position: absolute;
        margin-right: 50px;
        font-weight: 4px;
    }

    .neww p {
        text-align: center;
        color: #87272C;
    }

    .neww span {
        font-size: 15px;
        float: right;
        margin-top: 20px;
        margin-right: 2px;
        color: #87272C;
    }

    .newup span {
        text-align: center;
    }

    .newup span::after {
        content: ' ';
        display: block;
        width: 70px;
        background-color: #87272C;
        height: 2px;
        font-weight: 1px;
    }

    .desciption {
        height: auto;
        margin-bottom: 20px;
    }

    .mobile_not_padding {
        height: auto;
        text-align: center;
    }

    .desciption img {
        width: auto;
        height: auto;
        max-height: 220px;
    }

    .replenish_img {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .replenish_imgINDEX {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .commodity {
        height: auto;
    }

    .commodity h1 {
        font-size: 12px;
        color: #87272C;
        text-align: center;
        font-weight: bold;
    }

    .commodity p {
        font-size: 21px;
        color: #87272C;
        text-align: center;
        font-weight: bold;
    }

    .More {
        height: 40px;
        margin-bottom: 35px;
    }

    .More h1 {
        color: #C496AD;
        padding-bottom: 5px;
    }

    .More h1::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
    }

    #five {
        margin-bottom: 20px;
    }

    .five {
        width: 100%;
        /* height:250px; */
    }

    .EliteList {
        width: 80%;
        height: 400px;
        margin-top: 150px;
    }

    .three {
        width: 80%;
        height: auto;
        display: block;
        margin: auto;
        /* padding-top:100px;  */
    }

    #threeframe {
        margin-top: 200px;
    }

    .goodman {
        height: auto;
        margin-bottom: 20px;
    }

    .goodmanpicture {
        height: auto;
        max-height: 165px;
    }

    .goodmanword {
        height: auto;
        min-width: 200px;
    }

    .goodmanbutton {
        height: auto;
        margin-bottom: 20px;
        min-width: 200px;
    }

    .goodman h1 {
        text-align: center;
        font-weight: bold;
    }

    .goodman p {
        font-size: 15px;
        margin-bottom: 40px;
        color: #603813
    }

    .goodman button {
        display: block;
        margin: auto;
        background-image: linear-gradient(to bottom right, #fda095, red);
        border-radius: 50px;
        height: 40px;
        width: 50%;
        color: white;
        font-weight: bold;
        font-size: 18px;
    }

    .cks {
        height: auto;
        margin-top: 20px;
    }

    .cks img {
        width: 100%;
        height: auto;
    }

    .cks h1 {
        color: #C496AD;
    }

    .cks h1::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
    }

    .aboutbigframe {
        background-color: #F1F2EF;
        height: auto;
    }

    .aboutframe {
        margin-bottom: 0px;
    }

    .about {
        height: auto;
    }

    .about img {
        width: 100%;
        height: auto;
    }

    .aboutus {
        height: auto;
        min-height: 100px;
        margin-bottom: 20px;
    }

    .aboutus p {
        color: #9F7E5D;
        font-weight: bold;
        font-size: 15px;
    }

    .aboutus .big {
        font-weight: bold;
    }

    .aboutus .small {
        font-size: 8px;
        padding-left: 10px;
        font-weight: bold;
    }

    .us {
        font-size: 8px;
    }

    /* .aboutus p::before{
  content:' ';
  display: block;
  width: 60%;
  height: 2px;
  background-color: black;
  margin-bottom:15px ;

} */
    .last {
        height: auto;
        margin-top: 20px
    }

    .last img {
        width: 100%;
        height: auto;
    }

    .HOT {
        height: auto;
        margin-top: 20px;
    }

    .HOT img {
        width: 60%;
        height: 40px;
        display: block;
        margin: auto;
    }

    .end {
        height: auto;
        margin-top: 0px;
    }

    .end img {
        width: auto;
        height: 100%;
    }

    h1 {
        text-align: center;
    }
}

@media all (max-width: 768px) {
    .marqee {
        height: 5em;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #72272C;
        padding-top: 15px;
        padding-bottom: 25px;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    /*跑馬燈*/
    .marqee>ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        animation: marqee 25s linear infinite;
        position: absolute;
    }

    .marqee>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 25px;
    }

    .marqee>ul>a {
        white-space: nowrap;
        font-weight: bold;
        color: #72272C;
        font-size: 18px;
        margin-bottom: 50px;
        text-decoration: none;
    }

    @keyframes marqee {
        0% {
            top: 100%;
            transform: translatey(0%);
        }

        100% {
            top: 0;
            transform: translatey(-100%);
        }
    }

    .marqee2 {
        height: 5em;
        overflow: hidden;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #72272C;
        padding-top: 20px;
        padding-bottom: 25px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 10px;
    }

    /*日期*/
    .marqee2>ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        animation: marqee 25s linear infinite;
        position: absolute;
    }

    .marqee2>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 50px;
        color: #72272C;
        float: right;
    }

    @keyframes marqee2 {
        0% {
            TOP: 100%;
            transform: translateY(0%);
        }

        100% {
            TOP: 0;
            transform: translateY(-100%);
        }
    }

    #news0 {
        padding-right: 0px;
        border-style: solid;
        border-color: #72272C;
        height: 5em;
        overflow: hidden;
        border-right-width: 0px;
        border-top-width: 2.4px;
        border-bottom-width: 2.4px;
    }

    #news0 img {
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
    }

    #news1 {
        padding-left: 0px;
        padding-right: 0px;
        border-color: #72272C;
        border-style: solid;
        height: 5em;
        border-width: 2.4px;
        overflow: hidden;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    #news1 p {
        font-size: 18px;
        color: #72272C;
        padding-top: 15px;
        float: left;
    }

    #news2 {
        padding-left: 0px;
        padding-right: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        border-width: 2.4px;
        height: 5em;
        overflow: hidden;
    }

    #news3 {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        height: 5em;
        margin: auto;
        border-left-width: 0px;
        border-right-width: 0px;
        border-width: 2.4px;
        overflow: hidden;
    }

    #news4 {
        padding-left: 0px;
        padding-right: 0px;
        border-style: solid;
        border-color: #72272C;
        height: 5em;
        overflow: hidden;
        border-width: 2.4px;
        border-left-width: 0px;
    }

    #news4 img {
        padding-top: 18px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
    }

    #BP1 {
        height: auto;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .item {
        position: relative;
    }

    .item1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item0 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item2 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-left: 40px;
    }

    .item3 {
        position: absolute;
        left: 1;
        right: 0;
        top: 1;
        bottom: 0;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .BP2 {
        height: auto;
        margin-bottom: 20px;
        padding-left: 0px;
    }

    .BP2 img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    /*  
  .SP1{
    height:auto;
    margin-bottom:10px;
  }
  .SP1 p{
    text-align: center;
    color: #9F7E5D;;
  }
  .SP1 img{
    width:100%;
    height:auto;
    padding-left:50px;
    padding-right: 50px;
  } */
    .SP2 {
        height: auto;
        margin-bottom: 10px;
    }

    .SP2 p {
        text-align: center;
        color: #9F7E5D;
        ;
    }

    .SP2 img {
        width: 100%;
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .SP3 {
        height: auto;
        margin-bottom: 10px;
    }

    .SP3 p {
        text-align: center;
        color: #9F7E5D;
        ;
    }

    .SP3 img {
        width: 100%;
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .SP4 {
        height: auto;
        margin-bottom: 10px;
    }

    .SP4 p {
        text-align: center;
        color: #9F7E5D;
        ;
    }

    .SP4 img {
        width: 100%;
        height: auto;
        padding-left: 50px;
        padding-right: 50px;
    }

    .frame {
        padding-left: 0px;
        padding-right: 0px;
    }

    .Bestseller {
        height: auto;
        margin-bottom: 20px;
    }

    #Bestsellerleft {}

    #Bestsellercenter {}

    #Bestsellerright {}

    .Bestseller .product {
        width: 100%;
        height: auto;
    }

    .Agarwood {
        height: 600px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .neww {
        height: 80px;
        margin-bottom: 10px;
    }

    .neww h1 {
        font-size: 25px;
        text-align: center;
        position: relative;
        color: #87272C;
    }

    .neww h1::before {
        content: ' ';
        display: block;
        width: 8px;
        height: 70px;
        background-color: #a37462;
        position: absolute;
        margin-right: 50px;
        font-weight: 4px;
    }

    .neww p {
        text-align: center;
        color: #87272C;
    }

    .neww span {
        font-size: 18px;
        float: center;
        margin-top: 20px;
        margin-right: 65px;
        color: #87272C;
    }

    .newup span {
        text-align: center;
    }

    .newup span::after {
        content: ' ';
        display: block;
        width: 88px;
        background-color: #87272C;
        height: 2px;
        font-weight: 1px;
    }

    .desciption {
        height: auto;
        margin-bottom: 10px;
    }

    .desciption img {
        width: auto;
        height: auto;
        max-height: 220px;
    }

    .replenish_img {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .replenish_imgINDEX {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        max-height: 100%;
    }

    .commodity {
        height: auto;
    }

    .commodity h1 {
        font-size: 15px;
        color: #a37462;
        text-align: center;
        font-weight: bold;
    }

    .commodity p {
        font-size: 21px;
        color: #a37462;
        text-align: center;
        font-weight: bold;
    }

    .More {
        height: 40px;
        margin-bottom: 35px;
    }

    .More h1 {
        color: #C496AD;
        padding-bottom: 5px;
    }

    .More h1::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
    }

    #five {
        margin-bottom: 20px;
    }

    .five {
        width: 100%;
        height: auto;
    }

    .EliteList {
        width: 70%;
        height: auto;
        margin-top: 400px;
        margin-left: 100px;
    }

    .three {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
        /*  padding-top:50px;  */
    }

    #threeframe {
        margin-top: 100px;
        margin-bottom: 10px;
    }

    .goodman {
        height: auto;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .goodmanpicture {
        width: 100%;
        height: auto;
        min-height: 100px;
    }

    .goodmanword {
        height: auto;
        min-height: 180px;
    }

    .goodmanbutton {
        height: auto;
        margin-bottom: 10px;
    }

    .goodman h1 {
        text-align: center;
        font-weight: bold;
    }

    .goodman p {
        font-size: 15px;
        margin-bottom: 20px;
        color: #603813
    }

    .goodman button {
        display: block;
        margin: auto;
        background-image: linear-gradient(to bottom right, #fda095, red);
        border-radius: 50px;
        height: 40px;
        width: 50%;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

    .cks {
        height: auto;
        padding-top: 5px;
    }

    .cks img {
        width: 100%;
        height: auto;
    }

    .cks h1 {
        color: #C496AD;
    }

    .cks h1::after {
        content: ' ';
        display: block;
        width: 100%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
    }

    .aboutbigframe {
        background-color: #F1F2EF;
        height: auto;
    }

    .aboutframe {
        margin-bottom: 0px;
    }

    .about {
        height: auto;
    }

    .about img {
        width: 100%;
        height: auto;
    }

    .aboutus {
        height: auto;
        min-height: 140px;
    }

    .aboutus p {
        color: #9F7E5D;
        font-weight: bold;
        font-size: 15px;
    }

    .aboutus .big {
        font-weight: bold;
    }

    .aboutus .small {
        font-size: 8px;
        padding-left: 10px;
        font-weight: bold;
    }

    .us {
        font-size: 8px;
    }

    .aboutus p::before {
        content: ' ';
        display: block;
        width: 70%;
        height: 2px;
        background-color: black;
        margin-bottom: 15px;
    }

    .last {
        height: auto;
        margin-top: 20px
    }

    .last img {
        width: 100%;
        height: auto;
    }

    .HOT {
        height: auto;
        margin-top: 20px;
    }

    .HOT img {
        width: 100%;
        height: auto;
        display: block;
        margin: auto;
    }

    .end {
        height: auto;
        margin-top: 0px;
    }

    .end img {
        width: 100%;
        height: auto;
    }

    h1 {
        text-align: center;
    }
}

@media all and (min-width: 768px) {
    .marqee {
        height: 5em;
        margin: 0 auto;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #72272C;
        padding-top: 15px;
        padding-bottom: 25px;
        border-left-width: 0px;
        border-right-width: 0px;
        /* text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;  */
    }

    /*跑馬燈*/
    .marqee>ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        animation: marqee 25s linear infinite;
        position: absolute;
    }

    .marqee>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 25px;
    }

    .marqee>ul>a {
        white-space: nowrap;
        font-weight: bold;
        color: #72272C;
        font-size: 18px;
        margin-bottom: 50px;
        text-decoration: none;
        float: left;
    }

    @keyframes marqee {
        0% {
            TOP: 100%;
            transform: translateY(0%);
        }

        100% {
            TOP: 0;
            transform: translateY(-100%);
        }
    }

    .marqee2 {
        height: 5em;
        overflow: hidden;
        position: relative;
        border-width: 2.4px;
        border-style: solid;
        border-color: #72272C;
        padding-top: 25px;
        padding-bottom: 25px;
        border-left-width: 0px;
        border-right-width: 0px;
        padding-left: 30px;
    }

    /*日期*/
    .marqee2>ul {
        padding-left: 0;
        display: flex;
        flex-direction: column;
        list-style-type: none;
        animation: marqee 25s linear infinite;
        position: absolute;
    }

    .marqee2>ul>li {
        white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 50px;
        color: #72272C;
        float: right;
    }

    @keyframes marqee2 {
        0% {
            TOP: 100%;
            transform: translateY(0%);
        }

        100% {
            TOP: 0;
            transform: translateY(-100%);
        }
    }

    #news0 {
        padding-right: 0px;
        border-style: solid;
        border-color: #72272C;
        height: 5em;
        overflow: hidden;
        border-right-width: 0px;
        border-top-width: 2.4px;
        border-bottom-width: 2.4px;
    }

    #news0 img {
        padding-top: 15px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
    }

    #news1 {
        padding-left: 0px;
        padding-right: 0px;
        border-color: #72272C;
        border-style: solid;
        height: 5em;
        border-width: 2.4px;
        overflow: hidden;
        border-left-width: 0px;
        border-right-width: 0px;
    }

    #news1 p {
        font-size: 18px;
        color: #72272C;
        padding-top: 15px;
        float: left;
        font-weight: bold;
    }

    #news2 {
        padding-left: 0px;
        padding-right: 0px;
        border-left-width: 0px;
        border-right-width: 0px;
        height: 5em;
        overflow: hidden;
    }

    #news3 {
        padding-left: 0px;
        padding-right: 0px;
        display: block;
        height: 5em;
        margin: auto;
        border-left-width: 0px;
        border-right-width: 0px;
        border-width: 2.4px;
        overflow: hidden;
    }

    #news4 {
        padding-left: 0px;
        padding-right: 0px;
        border-style: solid;
        border-color: #72272C;
        height: 5em;
        overflow: hidden;
        border-width: 2.4px;
        border-left-width: 0px;
    }

    #news4 img {
        padding-top: 20px;
        padding-bottom: 15px;
        display: block;
        margin: auto;
        padding-right: 0px;
    }

    #BP1 {
        height: auto;
        padding-top: 17px;
        padding-bottom: 17px;
        padding-right: 260px;
        padding-left: 260px;
    }

    .BP2 {
        height: auto;
        margin-bottom: 40px;
        padding-left: 260px;
    }

    .BP2 img {
        width: 100%;
        height: auto;
        padding: 0;
    }

    /*  .SP1{
    height:50px;
    margin-top:30px;
    margin-bottom:40px;
  }
  .SP1 p{
    text-align: center;
    color: #9F7E5D;
    padding-right: 140px;
  }
  .SP1 img{
    width:100%;
    height:auto;
    padding-left:25px;
    padding-right:165px;
  } */
    .SP2 {
        height: auto;
        margin-bottom: 40px;
    }

    .SP2 p {
        text-align: center;
        color: #9F7E5D;
        ;
        padding-right: 140px;
    }

    .SP2 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 165px;
    }

    .SP3 {
        height: auto;
        margin-bottom: 40px;
    }

    .SP3 p {
        text-align: center;
        color: #9F7E5D;
        padding-right: 140px;
    }

    .SP3 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 165px;
    }

    .SP4 {
        height: auto;
        margin-bottom: 40px;
    }

    .SP4 p {
        text-align: center;
        color: #9F7E5D;
        padding-right: 140px;
    }

    .SP4 img {
        width: 100%;
        height: auto;
        padding-left: 25px;
        padding-right: 165px;
    }

    .frame {
        padding-right: 260px;
        padding-left: 260px;
    }

    .Bestseller {
        height: auto;
        margin-bottom: 40px;
    }

    #Bestsellerleft {
        padding-right: 29px;
    }

    #Bestsellercenter {
        padding-right: 29px;
        padding-left: 29px;
    }

    #Bestsellerright {
        padding-left: 29px;
    }

    .Bestseller .product {
        width: 100%;
        height: auto;
    }

    .Agarwood {
        height: auto;
        margin-top: 30px;
    }

    .Agarwood img {
        width: 100%;
        height: auto;
    }

    .neww {
        height: 113px;
        margin-bottom: 0px;
    }

    .neww h1 {
        font-size: 25px;
        text-align: center;
        position: relative;
        color: #87272C;
        font-weight: bold;
        font-family: Microsoft JhengHei;
    }

    .neww h1::before {
        content: ' ';
        display: block;
        width: 6px;
        height: 70px;
        background-color: #87272C;
        position: absolute;
        left: 5px;
        font-weight: 4px;
    }

    .neww p {
        text-align: center;
        color: #87272C;
    }

    .neww span {
        font-size: 16px;
        float: right;
        margin-top: 40px;
        margin-right: 28.5px;
        color: #87272C;
    }

    .newup span::after {
        content: ' ';
        display: block;
        width: auto;
        background-color: #87272C;
        height: 4px;
        font-weight: 1px;
    }

    .desciption {
        height: auto;
        margin-bottom: 20px;
        padding-left: 0%;
        padding-right: 0%;
    }

    .mobile_not_padding {
        height: auto;
        text-align: center;
    }

    .desciption img {
        width: auto;
        height: auto;
        max-height: 220px;
    }

    .replenish_img {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        /* max-height:220px; */
    }

    .replenish_imgINDEX {
        position: absolute;
        left: 0px;
        width: 100%;
        height: auto;
        /* max-height:220px; */
    }

    .commodity {
        height: auto;
    }

    .commodity h1 {
        font-size: 13.5px;
        color: #72272C;
        text-align: center;
        font-weight: bold;
    }

    .commodity p {
        font-size: 21px;
        color: #a37462;
        text-align: center;
        font-weight: bold;
    }

    .More {
        height: 40px;
        margin-bottom: 35px;
    }

    .More h1 {
        color: #C496AD;
        padding-bottom: 5px;
    }

    .More h1::after {
        content: ' ';
        display: block;
        width: 50%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
        max-width: 560px;
    }

    #five {
        margin-bottom: 20px;
        padding-left: 0;
        padding-right: 0;
    }

    .five {
        width: 100%;
        /* height:1000px; */
    }

    .EliteList {
        width: 60%;
        height: auto;
        margin-top: 800px;
    }

    .three {
        width: 85%;
        height: auto;
        display: block;
        margin: auto;
        /* padding-top:100px;  */
    }

    #threeframe {
        margin-top: 0px;
    }

    .goodman {
        height: 450px;
        margin-bottom: 0px;
    }

    .goodmanpicture {
        height: auto;
        max-height: 165px;
    }

    .goodmanword {
        height: auto;
        min-height: 250px;
    }

    .goodman h1 {
        text-align: center;
        font-weight: bold;
    }

    .goodman p {
        font-size: 15px;
        margin-bottom: 40px;
        color: #603813
    }

    .goodmanbutton {
        height: auto;
        margin-bottom: 10px;
        min-height: 200px;
        color: cadetblue;
    }

    .goodman button {
        display: block;
        margin: auto;
        background-image: linear-gradient(to bottom right, #fda095, red);
        border-radius: 50px;
        height: 40px;
        width: 55%;
        color: white;
        font-weight: bold;
        font-size: 20px;
    }

    .cks {
        height: auto;
        margin-top: 60px;
    }

    .cks img {
        width: 100%;
        height: auto;
    }

    .cks h1 {
        color: #C496AD;
    }

    .cks h1::after {
        content: ' ';
        display: block;
        width: 15%;
        height: 4px;
        margin: auto;
        background-color: #C496AD;
    }

    .aboutbigframe {
        background-color: #F1F2EF;
        height: auto;
        padding-right: 15%;
        padding-left: 15%;
    }

    .aboutframe {
        margin-bottom: 0px;
    }

    .about {
        height: auto;
    }

    .about img {
        width: 100%;
        height: auto;
    }

    .aboutus {
        height: auto;
        min-height: 120px;
    }

    .aboutus p {
        color: #9F7E5D;
        font-weight: bold;
        font-size: 15px;
    }

    .aboutus .big {
        font-weight: bold;
    }

    .aboutus .small {
        font-size: 8px;
        padding-left: 10px;
        font-weight: bold;
    }

    .us {
        font-size: 8px;
    }

    /* .aboutus p::before{
    content:' ';
    display: block;
    width: 60%;
    height: 2px;
    background-color: black;
    margin-bottom:15px ;
  
  } */
    .last {
        height: auto;
        margin-top: 20px
    }

    .last img {
        width: 100%;
        height: auto;
    }

    .HOT {
        height: auto;
        margin-top: 20px;
    }

    .HOT img {
        width: 40%;
        height: auto;
        display: block;
        margin: auto;
    }

    .end {
        height: auto;
        max-height: 100%;
        margin-top: 0px;
    }

    .end img {
        width: 100%;
        height: auto;
        max-height: 218px;
    }

    h1 {
        text-align: center;
    }

    .item {
        position: relative;
    }

    .item1 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-left: 23px;
    }

    .item0 {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .item2 {
        position: absolute;
        top: 2;
        bottom: -1;
        left: 0;
        right: 0;
        margin-left: 280px;
    }

    .item3 {
        position: absolute;
        left: 1;
        right: 0;
        top: 1;
        bottom: 0;
        margin-bottom: 50px;
        margin-right: 25px;
    }

    #spacing {
        padding-left: 0;
        padding-right: 0;
    }
}


/*20200714_調整CSS*/


/*新聞與新品上市調整*/

.hidden_href {
    text-decoration: none !important;
}

.top_body {
    padding-bottom: 0px;
}

.news_area {
    /* padding-left:260px; */
    padding-left: 15%;
    margin-bottom: 30px;
}

.news_box {
    margin-bottom: 30px;
    margin-top: 30px;
}

#news0 {
    max-height: 64px;
}

#news1 {
    max-height: 64px;
}

#news2 {
    max-height: 64px;
}

#news3 {
    max-height: 64px;
}

#news4 {
    max-height: 64px;
}

.marqee {
    max-height: 64px;
}

.marqee2 {
    max-height: 64px;
}

.not_padding {
    padding: 0;
}

.news_area_4_pic_area {
    padding-right: 7%;
    margin-top: 30px;
}

.news_area_4_pic_font {
    color: #72272C;
    font-weight: bold;
    font-family: Microsoft JhengHei;
}

.news_bottom_img {
    background-image: url('../img/news_left_button.png');
    background-size: cover;
    width: 75px;
    height: 75px;
    margin: auto;
}

.news_on_img {
    position: relative;
    top: 25%;
    width: 45%;
}

@media all and (max-width: 1000px) {
    .news_area_4_pic_area {
        padding-right: 4%;
    }
}

.news_area_4_pic_control {
    text-align: center;
}

@media all and (max-width: 1100px) {
    #news1 p {
        font-size: 18px;
        padding-top: 20px;
    }

    .marqee2>ul>li {
        font-size: 13px;
    }
}

@media all and (max-width: 1000px) {
    .marqee2 {
        padding-left: 15px;
    }

    .news_area {
        padding-left: 10%;
    }

    .news_bottom_img {
        width: 50px;
        height: 50px;
    }

    .news_area_4_pic_font {
        font-size: 12px;
    }

    .news_on_img {
        position: relative;
        top: 23%;
        width: 45%;
        left: 0;
        right: 0;
    }

    .news_area_4_pic_control {
        padding-left: 0px;
    }

    .news_area_4_pic_area {
        padding-left: 0px;
    }
}

@media all and (max-width: 900px) {
    .news_font {
        font-size: 15px;
    }

    #news1 p {
        font-size: 16px;
    }

    .marqee2 {
        padding-left: 5px;
    }
}

@media all and (max-width: 767px) {
    .marqee {
        border-width: 0px;
    }

    .marqee2 {
        border-width: 0px;
    }

    #news4 {
        border-width: 0px;
        padding: 0;
    }

    #news4 img {
        padding-right: 0px;
        margin-top: -1%;
    }

    #news2 {
        max-width: 90%;
    }
}

.frame {
    padding-left: 15%;
    padding-right: 15%;
    margin-bottom: 10px;
}

.frame_view {
    padding-left: 0%;
    padding-right: 0%;
    margin-bottom: 0px;
}

.frame2 {
    padding-left: 15%;
    padding-right: 15%;
}

.Bestseller {
    margin: auto;
    display: block;
}

.hot_prod_area1 {
    padding-right: 4%;
    padding-left: 0%;
}

.hot_prod_area2 {
    padding-left: 2%;
    padding-right: 2%;
}

.hot_prod_area3 {
    padding-left: 4%;
    padding-right: 0%;
}

.hot_tag1 {
    position: absolute;
    z-index: 99;
    top: -2%;
    left: -2%;
    max-width: 120px;
}

.hot_tag2 {
    position: absolute;
    z-index: 99;
    top: -2%;
    left: 6%;
    max-width: 120px;
}

.hot_tag3 {
    position: absolute;
    z-index: 99;
    top: -2%;
    left: 13%;
    max-width: 120px;
}

.mb_hot_title {
    display: block;
    margin: auto;
    width: inherit;
}

@media all and (max-width: 1400px) {
    .hot_tag1 {
        width: 37%;
    }

    .hot_tag2 {
        width: 37%;
    }

    .hot_tag3 {
        width: 37%;
    }
}

@media all and (max-width: 767px) {
    .hot_prod_area1 {
        padding-right: 0%;
        padding-left: 0%;
    }

    .hot_prod_area2 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .hot_prod_area3 {
        padding-left: 0%;
        padding-right: 0%;
    }

    .hot_tag2 {
        left: -2%;
    }

    .hot_tag3 {
        left: -2%;
    }
}

@media all and (max-width: 767px) {
    .hot_prod_area1 {
        margin-bottom: 10%;
    }

    .hot_prod_area2 {
        margin-bottom: 10%;
    }

    .hot_prod_area3 {
        margin-bottom: 10%;
    }

    .frame {
        padding-left: 0%;
        padding-right: 0%;
        margin-bottom: 0px;
    }

    .hot_prod_title_area {
        /* background-color:#87272C; */
        text-align: center;
        color: #FFF;
        margin: auto;
        font-weight: bold;
        font-family: Microsoft JhengHei;
        font-size: 16px;
        position: absolute;
        top: 20%;
        left: 43%;
    }
}

@media all and (max-width: 450px) {
    .hot_prod_title_area {
        top: 15%;
        left: 42%;
    }
}

@media all and (max-width: 400px) {
    .hot_prod_title_area {
        top: 8%;
        left: 41.5%;
    }
}

@media all and (max-width: 380px) {
    .hot_prod_title_area {
        left: 41%;
    }
}


/*超過字變成...*/

.over_font {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media all and (max-width: 1300px) {
    .over_font {
        width: 85%;
    }
}

@media all and (max-width: 900px) {
    .over_font {
        width: 75%;
    }
}

@media all and (max-width: 767px) {
    .over_font {
        width: 100%;
    }
}


/*超過字變成...*/


/*新聞與新品上市調整*/


/*首頁廣告5*/

#spacing {
    margin-top: 40px;
}

@media all and (max-width: 767px) {
    #spacing {
        margin-top: 0px;
    }
}


/*首頁廣告5*/


/*手機板新品swiper*/

.left_right_swiper {
    background-size: 15px !important;
}

@media all and (max-width: 900px) {
    .left_right_swiper {
        top: 45% !important;
    }
}

@media all and (max-width: 769px) {
    .left_right_swiper {
        top: 57% !important;
    }
}

@media all and (max-width: 767px) {
    .left_right_swiper {
        top: 28% !important;
        background-size: 12px !important;
    }
}


/*手機板新品swiper*/


/*三角形*/

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #87272C transparent transparent transparent;
    padding: 0;
}

.triangle_area {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}


/*三角形*/


/*swiper新的左右*/

.tra_title_left {
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #4D4D4D transparent transparent;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 40% !important;
    z-index: 99 !important;
    left: 3% !important;
}

.tra_title_right {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #4D4D4D;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 40% !important;
    z-index: 99 !important;
    left: 93% !important;
}


/*swiper新的左右*/

.go_down {
    margin-bottom: 20px;
}


/*八個產品*/

.products_8_font_area {
    height: 40px;
    margin-bottom: 0px;
}

.products_8_font {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.neww_font1 {
    text-align: left !important;
    padding-left: 15%;
}

.neww_font2 {
    font-size: 13px;
}

.prod_all_area {
    padding: 0;
}

.More {
    margin: auto;
    height: 50px;
}

.More h1::after {
    background-color: #a37462;
}

.More h1 {
    color: #a37462;
}

.more_font {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
    height: 50px;
}

#five {
    margin-top: 20px;
}

.prod_number {
    margin: 0px;
}

.dont_show {
    display: none;
}

.titile_control {
    width: auto !important;
}

.love_btn {
    width: 23% !important;
}

.go_btn {
    width: 23% !important;
}

.price_area1 {
    margin-top: 10px;
    margin-bottom: 3px;
}

.botton_area1 {
    text-align: end;
    margin-top: 5px;
}

.price_area2 {
    margin-top: 3px;
    margin-bottom: 20px;
}

.prod_font1 {
    font-size: 12px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    position: absolute;
    top: 13%;
    left: 13%;
    color: #FFF;
}

.prod_font2 {
    font-weight: bold;
    font-family: Microsoft JhengHei;
    position: absolute;
    top: 12%;
    left: 48%;
    color: #98272C;
}

.botton_area2 {
    /* margin-top:-1%; */
    margin-top: 0px;
    image-rendering: -webkit-optimize-contrast;
}

.title_arrow_left {
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #4D4D4D transparent transparent;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 60% !important;
    z-index: 99 !important;
    left: 3% !important;
}

.title_arrow_right {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #4D4D4D;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 60% !important;
    z-index: 99 !important;
    left: 97% !important;
}

@media all and (max-width: 1400px) {
    .neww span {
        font-size: 18px;
        margin-right: 30px;
    }

    .neww h1 {
        font-size: 25px;
    }
}

@media all and (max-width: 1200px) {
    .neww span {
        font-size: 16px;
        margin-right: 20px;
    }

    .neww h1 {
        font-size: 25px;
    }

    .frame {
        padding-left: 12%;
        padding-right: 12%;
    }

    .prod_font1 {
        font-size: 13px;
    }

    .prod_font2 {
        font-size: 13px;
    }

    .title_arrow_left {
        top: 57% !important;
    }

    .title_arrow_right {
        top: 57% !important;
    }
}

@media all and (max-width: 1100px) {
    .prod_font1 {
        font-size: 12px;
    }

    .prod_font2 {
        font-size: 12px;
    }
}

@media all and (max-width: 1050px) {
    .prod_font1 {
        font-size: 15px;
    }

    .prod_font2 {
        font-size: 15px;
    }
}

@media all and (max-width: 1030px) {
    .neww span {
        font-size: 14px;
        margin-right: 10px;
    }

    .neww h1 {
        font-size: 20px;
    }

    .newup span::after {
        width: 70px;
    }
}

@media all and (max-width: 1000px) {
    .frame {
        padding-left: 10%;
        padding-right: 10%;
    }

    .frame2 {
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media all and (max-width: 875px) {
    .prod_font1 {
        font-size: 14px;
    }

    .prod_font2 {
        font-size: 14px;
    }

    .prod_shop {
        top: 10%;
        font-size: 14px !important;
    }

    .prod_shop2 {
        top: 10%;
        font-size: 14px !important;
        left: 49%;
    }
}

@media all and (max-width: 800px) {
    .prod_font1 {
        font-size: 13px;
    }

    .prod_font2 {
        font-size: 13px;
    }
}

@media all and (max-width: 770px) {
    .neww h1::before {
        content: ' ';
        display: block;
        width: 6px;
        height: 55px;
        background-color: #87272C;
        position: absolute;
        left: 5px;
    }

    .neww span {
        margin-top: 35px;
    }

    .newup span::after {
        height: 3px;
    }

    .title_arrow_left {
        display: none !important;
    }

    .title_arrow_right {
        display: none !important;
    }
}

@media all and (max-width: 769px) {
    .prod_font1 {
        font-size: 12px;
    }

    .prod_font2 {
        font-size: 12px;
    }
}

@media all and (max-width: 767px) {
    .frame {
        padding-left: 0%;
        padding-right: 0%;
    }

    .frame2 {
        padding-left: 0%;
        padding-right: 0%;
        margin: auto;
        display: block ruby;
    }

    .neww_title_font {
        color: #87272C;
        display: inline-block;
        /* margin-right:20px; */
        /* width: 18%; */
    }

    .neww_title_mb {
        text-align: center;
        height: 40px;
        color: #87272C;
        font-size: 17px;
        padding: 0;
    }

    .neww_title_choice {
        border-bottom: 3px #87272C solid;
    }

    .products_8_area {
        padding-left: 3%;
        padding-right: 3%;
    }

    .more_mobile {
        margin: auto;
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        border-top: 5px #a37462 solid;
    }

    .more_triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #a37462 transparent transparent transparent;
        padding: 0;
        position: relative;
        left: 48%;
    }

    .more_mobile_font {
        color: #a37462;
        font-size: 30px;
        font-weight: bold;
        font-family: Microsoft JhengHei;
        margin-top: -15px;
    }

    .desciption {
        margin-bottom: 10px;
    }

    .five {
        height: auto;
    }

    #five {
        margin-top: 0px;
    }

    .ad_mb_sw4 {
        width: 100%;
    }

    .prod_font1 {
        font-size: 14px;
    }

    .prod_font2 {
        font-size: 14px;
    }
}

@media all and (max-width: 451px) {
    .neww_title_mb {
        font-size: 14px;
    }

    .products_8_font {
        margin-top: 10px;
    }

    .desciption {
        margin-top: 10px;
        padding-left: 2%;
        padding-right: 2%;
    }

    .prod_all_area {
        box-shadow: 0;
    }

    .mobile_not_padding {
        padding: 0;
        text-align: center;
    }

    .prod_font1 {
        font-size: 13px;
        left: 13%;
    }

    .prod_font2 {
        font-size: 13px;
        left: 47%;
    }

    .botton_area2 {
        margin-top: 0%;
    }

    .prod_shop {
        top: 11%;
    }

    .prod_shop2 {
        top: 11%;
    }
}

@media all and (max-width: 420px) {
    .prod_font1 {
        height: 100%;
        margin: 0 auto;
        font-size: 12px;
        line-height: 17px;
    }

    .prod_font2 {
        font-size: 12px;
    }
}

@media all and (max-width: 395px) {
    .prod_font1 {
        -webkit-transform: scale(0.8);
        left: 11%;
    }

    .prod_font2 {
        -webkit-transform: scale(0.8);
        left: 45%;
    }

    .price_area1 {
        margin-bottom: -3px;
    }
}

.not_item {
    text-align: center;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 41%;
    top: 42%;
    font-size: 14px;
}

@media all and (max-width: 1500px) {
    .not_item {
        text-align: center;
        color: #000;
        font-weight: bold;
        position: absolute;
        left: 39%;
        top: 39%;
        font-size: 17px;
    }
}

@media all and (max-width: 1023px) {
    .not_item {
        text-align: center;
        color: #000;
        font-weight: bold;
        position: absolute;
        left: 38%;
        top: 30%;
        font-size: 17px;
    }
}

@media all and (max-width: 901px) {
    .not_item {
        font-size: 16px;
    }
}

@media all and (max-width: 801px) {
    .not_item {
        font-size: 15px;
    }
}

@media all and (max-width: 766px) {
    .not_item {
        font-size: 21px;
    }
}

@media all and (max-width: 650px) {
    .not_item {
        font-size: 18px;
    }
}

@media all and (max-width: 550px) {
    .not_item {
        font-size: 17px;
    }
}

@media all and (max-width: 500px) {
    .not_item {
        font-size: 16px;
    }
}

@media all and (max-width: 450px) {
    .not_item {
        font-size: 15px;
        left: 38%;
        /*375 OK*/
        top: 38%;
        /*375 OK*/
    }
}

@media all and (max-width: 390px) {
    .not_item {
        font-size: 15px;
        left: 38%;
        /*375 OK*/
        top: 35%;
        /*375 OK*/
    }
}

@media all and (max-width: 421px) {
    .not_item {
        font-size: 14px;
    }
}

@media all and (max-width: 385px) {
    .not_item {
        font-size: 13px;
    }
}


/*八個產品*/


/*菁英榜*/

.good_man_people {
    margin: auto;
    display: table;
    margin-top: -10%;
    margin-bottom: -10%;
}

.three_people {
    max-width: 165px;
}

.goodmanpicture {
    min-height: 165px;
}

.badge_img {
    position: absolute;
    right: 30%;
    bottom: -10px;
    z-index: 999;
}

.goodman p {
    margin-bottom: 0px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
}

.goodmanword {
    min-height: 250px;
}

.goodmanbutton {
    min-height: 150px;
    margin-bottom: 0px;
}

.tra_left {
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #4D4D4D transparent transparent;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 25% !important;
    z-index: 99 !important;
    left: 3% !important;
}

.tra_right {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #4D4D4D;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 25% !important;
    z-index: 99 !important;
    left: 93% !important;
}

.good_limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
}

@media all and (max-width: 1300px) {
    .badge_img {
        right: 20%;
        z-index: 999;
    }
}

@media all and (max-width: 1200px) {
    .goodman h1 {
        font-size: 30px;
    }

    .good_man_people {
        margin-top: -15%;
    }
}

@media all and (max-width: 1050px) {
    .goodman h1 {
        font-size: 27px;
    }

    .goodman p {
        font-size: 15px;
    }
}

@media all and (max-width: 1000px) {
    .good_man_people {
        margin-top: -15%;
    }
}

@media all and (max-width: 875px) {
    .goodman h1 {
        font-size: 25px;
    }

    .goodman p {
        font-size: 15px;
    }

    .goodmanword {
        min-height: 180px;
    }

    .badge_img {
        right: 12%;
        z-index: 999;
    }
}

@media all and (max-width: 769px) {
    .good_man_people {
        margin-top: -17%;
    }
}

@media all and (max-width: 767px) {
    .EliteList {
        margin: auto;
        margin-top: 55%;
        width: 80%;
        height: auto;
    }

    #five {
        padding: 0px;
        margin-bottom: 10px;
    }

    .badge_img {
        width: 10% !important;
        right: 33%;
        bottom: 50%;
        z-index: 999;
    }

    .goodmanword {
        min-height: 180px;
    }

    .goodman {
        margin-top: 30px;
    }

    .left_tr {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 20px 10px 0;
        border-color: transparent #4D4D4D transparent transparent;
        position: absolute;
        top: 40%;
        z-index: 99;
        left: 0%;
    }

    .right_tr {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 20px;
        border-color: transparent transparent transparent #4D4D4D;
        position: absolute;
        top: 40%;
        z-index: 99;
        right: 0%;
    }

    .good_man_people {
        margin-top: -17%;
    }
}

@media all and (max-width: 420px) {
    .three {
        /* padding-top: 50px; */
    }
}

@media all and (min-width: 1024px) {
    .goodmanword {
        min-height: 200px;
    }

    .goodman {
        height: 500px;
        margin-bottom: 0px;
    }
}


/*菁英榜*/


/*首頁廣告6*/

.cks {
    margin-top: -50px;
}


/*首頁廣告6*/


/*關於CKS*/

.about_cks {
    text-align: center;
    /* background-color:#F1F2EF; */
    padding-top: 20px;
    padding-bottom: 20px;
}

.about_cks_font {
    font-size: 40px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    color: #603813;
    border-bottom-style: solid;
    border-bottom-color: #603813;
}

.about_limit {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 10px;
}

.aboutus p {
    margin: 0 !important;
}

@media all and (max-width: 768px) {
    .about_area {
        padding-top: 20px;
    }

    .aboutbigframe {
        padding-left: 10%;
        padding-right: 10%;
    }
}


/*關於CKS*/


/*關於HOT*/

.HOT {
    text-align: center;
}

.HOT_font {
    color: #2d2926;
    font-size: 5.5rem;
    font-family: Cormorant, Noto Sans KR, sans-serif;
    font-weight: 300;
    text-align: center;
}

@media all and (max-width: 768px) {
    .HOT_font {
        font-size: 3.5rem;
    }
}


/*關於HOT*/


/*底部廣告*/

.bottom_area {
    margin-bottom: 0px;
}

@media all and (max-width: 768px) {
    .bottom_area_down {
        margin-bottom: -50px;
    }
}


/*底部廣告*/


/*購物網站*/

.products_box_inside {
    box-shadow: 0 0px 0px rgba(71, 73, 72, .2) !important;
}

.products_box_area {
    padding-left: 1%;
    padding-right: 1%;
    border: 1px solid #F2F2F2;
    padding: 5px 0 10px 0;
    height: auto;
}

.products_shop_font_font {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
    color: #a37462;
    text-align: center;
    font-weight: bold;
    height: 45px;
}

.price_shop_area1 {
    margin-top: 5px;
    margin-bottom: 3px;
}

.price_shop_area2 {
    margin-top: 3px;
    margin-bottom: 20px;
}

@media all and (max-width: 768px) {
    .products_box_area {
        height: auto;
    }
}

@media all and (max-width: 460px) {
    .products_box_area {
        height: auto;
    }
}

@media all and (max-width: 450px) {
    .price_shop_area1 {
        margin-top: 5px;
    }

    .products_box_area {
        height: auto;
    }
}

@media all and (max-width: 390px) {
    .price_shop_area1 {
        margin-bottom: -3px;
    }
}

.btn_buy_control {
    width: 100%;
}

.products_ad2 {
    margin-top: 10%;
    border-style: solid;
    border-color: gray;
    border-width: 2px;
    padding-top: 5%;
    padding-bottom: 5%;
    padding-left: 0%;
    padding-right: 0%;
}

.products_ad2_img_area {
    margin: auto;
    display: block;
    text-align: center;
}

.products_ad2_font1 {
    color: #000;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    font-size: 25px;
}

.products_ad2_font2 {
    color: gray;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    font-size: 25px;
}

.products_ad2_font3 {
    color: #000;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    font-size: 25px;
}

.products_ad2_control1 {
    text-align: center;
    line-height: 40px;
}

.products_ad2_control2 {
    text-align: center;
    line-height: 40px;
}

.products_ad2_control3 {
    text-align: center;
    line-height: 40px;
    padding-top: 7%;
}

.products_ad1 {
    margin-top: 8px;
    margin-bottom: 1px;
}

.products_search_input {
    border-color: #717171;
    outline: none;
    border-radius: 100px;
    width: 85%;
    height: 35px;
    margin: auto;
    display: block;
    padding-left: 5%;
    padding-right: 17%;
}

.products_search_area {
    margin-bottom: 3%;
    /* padding-bottom: 3%; */
}

.search_btn_img {
    position: absolute;
    top: 20px;
    width: 25px;
    right: 17%;
    /* z-index:99; */
}

.mobile_menu_bar {
    /* border-bottom:2px;
	border-bottom-color:#A9A9A9;
	border-bottom-style:solid; */
}

.sort_show {
    display: none;
}

.sort_prod {
    color: #000;
    background-color: #E2E1E0;
    width: 70%;
    position: absolute;
    z-index: 99;
    opacity: 0.8;
}

.sort_area_all {
    list-style-type: none;
}

.sort_area {
    height: 30px;
    margin-top: 12px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    font-size: 20px;
}

.sort_a {
    color: #000;
    text-decoration: none;
}

.sort_a:active {
    color: #000;
}

.sort_a:hover {
    color: #000;
}

@media (max-width: 1024px) {
    .section-product .container .sidebar {
        top: 420px;
    }

    .section-product .container .sidebar .level1 {
        height: 265px;
    }
}

@media (max-width: 767px) {
    .section-product .container .sidebar {
        top: 300px;
    }

    .section-product .container .sidebar .level1 {
        height: 265px;
    }
}

.prod_not_item {
    text-align: center;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 40%;
    top: 40%;
    /*PC OK*/
    font-size: 16px;
}

.prod_not_item2 {
    text-align: center;
    color: #000;
    font-weight: bold;
    position: absolute;
    left: 42%;
    top: 41%;
    /*PC OK*/
    font-size: 16px;
}

@media all and (max-width: 1300px) {
    .prod_not_item {
        left: 41%;
    }
}

@media all and (max-width: 1200px) {
    .prod_not_item {
        left: 40%;
    }

    .prod_not_item2 {
        left: 41.5%;
    }
}

@media all and (max-width: 1100px) {
    .prod_not_item {
        font-size: 15px;
    }
}

@media all and (max-width: 1024px) {
    .prod_not_item {
        top: 35%;
    }
}

@media all and (max-width: 975px) {
    .prod_not_item {
        left: 43.5%;
    }
}

@media all and (max-width: 901px) {
    .prod_not_item {
        left: 43%;
        top: 40%;
    }
}

@media all and (max-width: 801px) {
    .prod_not_item {
        left: 41%;
    }

    .prod_not_item2 {
        left: 42%;
    }
}

@media all and (max-width: 769px) {
    .prod_not_item {
        font-size: 14px;
        top: 40%;
    }
}

@media all and (max-width: 767px) {
    .prod_not_item {
        top: 38%;
        left: 44%;
    }

    .prod_not_item2 {
        top: 40%;
        left: 45%;
    }
}

@media all and (max-width: 700px) {
    .prod_not_item {
        left: 43.5%;
    }
}

@media all and (max-width: 600px) {
    .prod_not_item {
        left: 41%;
    }
}

@media all and (max-width: 501px) {
    .prod_not_item {
        left: 39%;
        top: 36%;
    }
}

@media all and (max-width: 451px) {
    .prod_not_item {
        left: 41.5%;
    }
}

@media all and (max-width: 421px) {
    .prod_not_item {
        left: 38%;
    }

    .prod_not_item2 {
        left: 40%;
        top: 37%;
        font-size: 14px;
    }
}

@media all and (max-width: 386px) {
    .prod_not_item {
        left: 37%;
    }
}

@media all and (max-width: 380px) {
    .prod_not_item {
        left: 37%;
    }
}

@media all and (max-width: 376px) {
    .prod_not_item {
        left: 37%;
    }

    .prod_not_item2 {
        left: 38.5%;
    }
}


/*購物網站*/

@media all and (max-width: 992px) {
    .search_btn_img {
        position: absolute;
        top: 8%;
        width: 25px;
        right: 11%;
    }

    .products_search_input {
        border-width: 1px;
        padding-right: 7%;
        padding-left: 3%;
        width: 75%;
    }

    .prod_menu_sort {
        width: 6%;
        float: left;
        margin-left: 2%;
    }

    .stop_show {
        display: none !important;
    }
}

@media all and (max-width: 768px) {
    .swiper-pagination-bullet-active {
        background: #7D272C !important;
    }
}

@media all and (max-width: 767px) {
    .search_btn_img {
        right: 8%;
        top: 10%;
    }

    .products_search_input {
        padding-right: 12%;
        width: 80%;
    }

    .prod_menu_sort {
        width: 9%;
        float: left;
        margin-left: 2%;
        margin-top: 1%;
    }
}


/* .news_flow{
	display : inline-block;
	overflow: hidden; 
	white-space: nowrap;
	text-overflow: ellipsis;	
} */


/*最新消息區塊含底圖與右側四個圖片*/


/*20200714_調整CSS*/

.form-control {
    border-radius: 50px;
}

.btn {
    border-radius: 50px;
}

#get_up2 {
    margin-bottom: 10px;
}

@media all and (max-width: 768px) {

    #get_up1,
    #get_up2 {
        margin-top: 10px;
    }
}

textarea.form-control {
    padding: 20px;
}

form [type=file] {
    outline: none;
    max-width: 100%
}

form [type=select] {
    outline: none;
    background-color: rgba(255, 255, 255, 0);
}

form [type=text] {
    outline: none;
}


/*20200909_調整header*/

.show_bar_control {
    float: right;
}

.new_logo_control {
    margin-left: 60px;
    padding-top: 8px;
    height: 55px;
    padding-bottom: 0px;
}

.new_menu {
    padding-top: 0px !important;
    height: 60px !important;
}

@media all and (min-width: 1199px) {
    .hide_header {
        display: none !important;
    }
}

@media all and (max-width: 1199px) {
    .show_bar_control {
        float: left;
    }

    .new_menu {
        display: none !important;
    }
}


/*20200909_調整header*/

.parallax-window {
    height: 600px;
    background: transparent;
}

.parallax-window1 {
    height: 600px;
    background: transparent;
}

@media all and (max-width: 768px) {
    .parallax-window {
        height: 300px;
        background: transparent;
    }

    .parallax-window1 {
        height: 300px;
        background: transparent;
    }
}

@media all and (max-width: 450px) {
    .parallax-window {
        height: 150px;
        background: transparent;
    }

    .parallax-window1 {
        height: 150px;
        background: transparent;
    }
}

.replenish_img2 {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 250px;
}

@media all and (min-width: 667px) {

    .replenish_img2 {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 200px;
    }
}

@media all and (min-width: 768px) {

    .replenish_img2 {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 250px;
    }
}

@media all and (max-width: 450px) {
    .replenish_img2 {
        max-width: 100%;
        max-height: 165px;
    }
}

.imgINDEX {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

@media all and (max-width: 450px) {
    .imgINDEX {
        max-width: 100%;
        max-height: 100%;
    }
}

.max_index_img {
    max-height: 300px;
    height: auto;
    width: auto;
    max-width: 100%;
}

@media all and (min-width: 320px) {
    .ad_block {
        min-height: 185px;
    }
}

@media all and (min-width: 768px) {
    .ad_block {
        min-height: 380px;
    }
}

@media all and (min-width: 1024px) {
    .ad_block {
        min-height: 505px;
    }
}

@media all and (min-width: 1200px) {
    .ad_block {
        min-height: 750px;
    }
}


/* 公告滚动 */

.notice-swiper {
    position: relative;
    height: 100%;
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    border: 0px solid #72272C;
    background-color: #fff;
}

.notice-swiper .swiper-container {
    width: 100%;
    height: 40px;
}

.notice-swiper .swiper-slide {
    height: 20px;
    line-height: 20px;
}

.notice-swiper .swiper-slide a {
    padding-left: 15px;
    font-weight: bold;
    color: #72272C;
    font-size: 18px;
}

.notice-swiper .swiper-slide .swiper-font {
    font-size: 14px;
    float: right;
    padding-right: 0px;
    color: #72272C;
}

.notice-swiper .swiper-pagination {
    position: absolute;
}

.notice-swiper .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 3px 0;
    display: block;
}

.notice-swiper .swiper-button-next,
.notice-swiper .swiper-button-prev {
    position: absolute;
    left: auto;
    right: 0;
    top: -22px;
    margin: 0;
    width: 16px;
    height: 16px;
    background-size: 16px 10px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.notice-swiper .swiper-button-prev {
    margin-right: 20px;
}

@media all and (max-width: 768px) {
    .notice-swiper .swiper-slide a {
        padding-left: 0px;
        font-weight: bold;
        color: #72272C;
        font-size: 18px;
    }

    .notice-swiper .swiper-slide .swiper-font {
        font-size: 14px;
        float: right;
        padding-right: 25px;
        color: #72272C;
    }
}

.pricepv {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.pricepv2 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.botton_area3 {
    padding-left: 5px;
}

/*我的最愛*/
.love_color {
    background: #E9967A !important;
    border-color: #E9967A !important;
}

.love_color:hover {
    background: transparent !important;
    border: 2px solid #E9967A !important;
    color: #E9967A !important;
}

.heart_area {
    width: 32px;
    float: inline-end;
}

/* mike0313 */
.line_area {
    width: 32px;
    float: inline-start;
    border-radius: 4px;
    margin-left: 2px;
    cursor: pointer;
}

.line_area:hover {
    opacity: 0.5;
}

/* mike0313 */
.heart_area2 {
    width: 20px;
    position: absolute;
    top: 100%;
    right: 2%;
    z-index: 10;
    cursor: pointer;
}

@media all and (max-width: 600px) {
    .heart_area2 {
        top: 100%;
    }
}

.change_img {
    position: absolute;
    z-index: 99;
    bottom: 0%;
    max-width: 30px;
    margin-left: -30px;
}

.change_img2 {
    position: absolute;
    z-index: 99;
    bottom: 5%;
    max-width: 30px;
    margin-left: -25px;
}

.change_img3 {
    position: absolute;
    z-index: 99;
    bottom: 20%;
    max-width: 30px;
    margin-left: -25px;
}

/*我的最愛*/
/*生日禁止*/
.readonly2 {
    background-color: #eee;
    cursor: auto !important;
    opacity: 1;
}

.readonly2:hover {
    cursor: auto !important;
    background-color: #eee;
    opacity: 1;
}

/*生日禁止*/


@media all and (min-width: 768px) {
    .prod_view {
        width: 100%;
        height: 100%;
        background-color: white;
        position: fixed;
        z-index: 999;
        overflow: auto;
        margin: 0%;
        padding-top: 10px;
        /* border:solid 3px; */
        top: 0px;
    }

    .newbt {
        height: 50px;
    }

    .newbt button {
        margin: 5px;
        font-size: 50px;
        position: fixed;
        z-index: 9999;
        right: 3%;
    }
}

@media all and (min-width: 1024px) {
    .prod_view {
        width: 98%;
        height: 98%;
        margin: 0 auto;
        background-color: white;
        position: fixed;
        z-index: 999;
        overflow: auto;
        margin: 1% 0% 0% 1%;
        padding-top: 10px;
        /* border:solid 3px; */
        top: 0px;
    }

    .newbt {
        height: 50px;
    }

    .newbt button {
        margin: 5px;
        font-size: 50px;
        position: fixed;
        z-index: 9999;
        right: 3%;
    }
}

.outer {
    width: 100%;
    margin: 0 auto;
    z-index: 998;
    background-color: rgba(184, 184, 184, 0.5);
}

@media all and (max-width: 768px) {
    .prod_view {
        width: 100%;
        height: 100%;
        background-color: white;
        position: fixed;
        z-index: 999;
        overflow: auto;
        padding: 0%;
        margin: 0%;
        top: 0px;
    }

    .newbt {
        height: 70px;
    }

    .newbt button {
        margin: 5px;
        font-size: 50px;
        position: fixed;
        z-index: 9999;
        right: 3%;
    }
}

@media all and (max-width: 450px) {
    .prod_view {
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-color: white;
        position: fixed;
        z-index: 999;
        overflow: auto;
        padding: 0%;
        margin: 0%;
        top: 0px;
    }

    .newbt {
        height: 70px;
    }

    .newbt button {
        margin: 5px;
        font-size: 50px;
        position: fixed;
        z-index: 9999;
        right: 3%;
    }
}

.parentDisable {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    z-index: 999;
    height: 100%;
    width: 100%;
}

.cart_ticket:hover {
    background-color: #FBB67F;
    color: black !important;


}

.cart_ticket {
    cursor: pointer;
    box-shadow: 0.125rem 0.125rem 0.3125rem rgb(0 0 0 / 7%);
    margin-bottom: 20px;

}

.terms-container {
    height: 60vh;
    overflow-y: scroll;
    border: 1px solid #ccc;
    padding: 10px;
    letter-spacing: 5px;
}

.agree_check_DIV {
    text-align: center;
    margin-top: 20px;
}

#scrollButton {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;

    padding: 0px 5px;
    cursor: pointer;
    border: none;
    background-color: #5bc0de;
    color: white;
    border-radius: 5px;
    height: 26px;
    letter-spacing: 1px;
}

#scrollButton:hover {
    background-color: #0069d9;
}

.component {
    display: flex;
    align-items: center;
}

.component .minus,
.component .plus {
    width: 32px;
    /* 設定寬度 */
    height: 32px;
    /* 設定高度 */
    background-color: #fff;
    display: flex;
    /* 這是關鍵 */
    align-items: center;
    /* 垂直置中 */
    justify-content: center;
    /* 水平置中 */
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
    /* 控制圖示大小 */
}

.marquee-container {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #000, #000);
    /* 背景顏色 (漸變) */
}

/* 跑馬燈內容設定 */
.marquee-content {
    white-space: nowrap;
    position: absolute;
    left: -100%;
    /* 從容器的左邊開始 */
    line-height: 50px;
    /* 使文字垂直居中 */
    font-size: 20px;
    font-weight: bold;
    color: white;
    animation: marquee 20s linear infinite;
    /* 這裡可以調整跑馬燈的速度 (5s) */
}

/* 跑馬燈動畫 */
@keyframes marquee {
    from {
        left: 100%;
        /* 從容器的左邊開始 */
    }

    to {
        left: -100%;
        /* 最終位置在容器的右側 */
    }
}

/* 設置 swiper 容器的高度 */
.swiper-container_prod {
    height: 530px;
    /* 根據需要設置 */
    overflow: hidden;
    /* 隱藏超出範圍的部分 */
}

@media all and (max-width: 1024px) {
    .swiper-container_prod {
        height: 570px;
    }
}

@media all and (max-width: 768px) {
    .swiper-container_prod {
        height: 480px;
    }
}

@media all and (max-width: 430px) {
     .swiper-container_prod {
        height: 420px;
    }
}

@media all and (max-width: 390px) {
     .swiper-container_prod {
        height: 400px;
    }
}

@media all and (max-width: 450px) {
    .price_shop_area1 {
        margin-top: 5px;
    }

    .products_box_area {
        height: auto;
    }
}

@media all and (max-width: 390px) {
    .price_shop_area1 {
        margin-bottom: -3px;
    }
}


/* 控制圖片的最大高度和顯示方式 */
.swiper-slide img {
    max-height: 100%;
    width: auto;
    object-fit: cover;
    /* 保持圖片比例並裁剪 */
}

/* 控制 swiper-slide 內部的內容 */
.swiper-slide .prod_all_area {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* 保持內容均勻分佈 */
}

.swiper-slide .commodity {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 可以設置一個合理的圖片高度，避免超出 */
.prod_all_area img {
    max-height: 200px;
    /* 根據需要調整 */
    object-fit: cover;
}

.col-2-4 {
    width: 20%;
    float: left;
    padding: 0 5px;
    /* 模仿 Bootstrap 的 gutter */
    box-sizing: border-box;
}

.expandable-list {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.expandable-list.expanded {
    max-height: 5000px;
}

/* 底部遮罩效果 - 使用 RGBA 淡出背景色 */
.expandable-list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, rgba(252, 249, 239, 1), rgba(252, 249, 239, 0));
    pointer-events: none;
    transition: opacity 0.3s;
    z-index: 2;
}

.expandable-list.expanded::after {
    opacity: 0;
}

/* 按鈕樣式 */
.toggle-btn {
    display: block;
    margin: 20px auto 60px;
    padding: 12px 30px;
    font-size: 14px;
    background-color: #FCF9EF;
    color: #333;
    border: 1px solid #999;
    border-radius: 3px;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.toggle-btn:hover {
    background-color: #f5f5f5;
    color: #000;
    border-color: #666;
}

.tra_left2 {
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #4D4D4D transparent transparent;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 45% !important;
    z-index: 99 !important;
    left: 3% !important;
}

.tra_right2 {
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #4D4D4D;
    background-image: unset !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    top: 45% !important;
    z-index: 99 !important;
    left: 93% !important;
}

.swiper-container_video {
    height: auto;
    /* 根據需要設置 */
}

@media all and (max-width: 768px) {
    .tra_right2 {
        top: 25% !important;
    }

    .tra_left2 {
        top: 25% !important;
    }

    .swiper-container_video {
        height: 200px;
        /* 根據需要設置 */
    }
}


.top-bar {
    background: #FCF9F0;
    color: white;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
}

.dinto-header {
    background: #FCF9F0;
    padding: 10px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    height: 60px;
}

.logo img {
    height: 60px;
    width: auto;
    display: block;
}

.menu>ul {
    display: flex;
    list-style: none;
    gap: 24px;
    margin: 0;
    padding: 0;
    font-family: Georgia;
    font-size: 16px;
}

.menu ul ul {
    display: block;
    /* ✅ 清掉 dropdown 內的 flex */
    gap: 0;
    /* ✅ 清掉 gap 避免空隙 */
}

.menu ul li {
    position: relative;
}

.menu ul li a {
    text-decoration: none;
    color: #534741;
    position: relative;
    font-weight: 900;
}

.menu ul li a.active::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: black;
}

.dropdown-menu {
    display: none !important;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 180px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    padding: 10px 0;
    white-space: nowrap;
}

.menu li.dropdown:hover .dropdown-menu {
    display: flex !important;
    flex-direction: column;
}

.dropdown-menu li {
    padding: 0;
    /* 清空 li padding */
}

.dropdown-menu li a {
    display: block;
    padding: 6px 20px;
    text-decoration: none;
    color: black;
}

.dropdown-menu li:hover {
    background-color: #f4f4f4;
}

.icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.icons a {
    color: black;
    position: relative;
}

.icons i {
    font-size: 20px;
}

.icons .count {
    position: absolute;
    top: -8px;
    right: -10px;
    background: #D3C4B4;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
}

/* ========== RESPONSIVE ========== */
@media screen and (max-width: 768px) {

    .menu,
    .menu ul {
        display: none !important;
    }

    .logo img {
        height: 45px;
    }

    .logo img {
        height: 45px;
    }
}