/*
Author: kenrich
Time:2023-01-03 -- 2023-01-10
/* reset */
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

a {
    transition: all 0.4s ease;
    text-decoration: none !important;
    color: #333;
}

a:hover,
a:focus {
    transition: all 0.4s ease;
    text-decoration: none !important;
    color: #333;
    /* 以下是實現單行截斷的關鍵屬性 */
    white-space: nowrap;
    /* 防止文字換行，強制單行顯示 */
    overflow: hidden;
    /* 隱藏超出容器的文字 */
    text-overflow: ellipsis;
    /* 超出部分顯示省略號 (...) */
}

body {
    color: #333;
    font-family: 'Noto Sans SC', 'WenQuanYi Micro Hei', 'Source Han Sans', sans-serif;
    background: #f4f4f4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Segoe UI', Arial, 'PingFang TC', 'Microsoft JhengHei', sans-serif;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

p {
    font-family: 'Noto Sans SC', 'WenQuanYi Micro Hei', 'Source Han Sans', sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0
}

li {
    list-style-type: none;
}

.action-link {
    cursor: pointer;
}

.action-link:hover {
    text-decoration: underline;
    /* 可選，增加互動效果 */
}

.grecaptcha-badge {
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.feature-list {
    width: 25%;
    float: left;
}

.services-list {
    width: 25%;
    float: left;
    padding: 0 45px;
}

.services {
    margin-bottom: 50px;
}

.index-services {
    background: #eaeaea;
    padding: 60px 0 10px 0;
    margin-top: 20px;
}

.fix-li {
    position: relative;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #999;
}

#swiper-sales,
#swiper-recommend,
#swiper-hot,
#swiper-promote,
#swiper-relate,
#swiper-sort1,
#swiper-sort2,
#swiper-sort3,
#swiper-sort4,
#swiper-sort5,
#swiper-sort6 {
    padding-bottom: 50px;
}

.index-red .swiper-pagination-bullet-active {
    background: #a91f27;
}

.index-green .swiper-pagination-bullet-active {
    background: #bbd482;
}

/* 會員密碼眼睛*/
/* 密碼輸入框包裹容器的樣式 */
.password-wrapper {
    position: relative;
    /* 確保圖標相對於此容器定位 */
}

/* 密碼輸入框的樣式 */
.form-control.pwd {
    padding-right: 40px;
    /* 為圖標預留空間，避免文字與圖標重疊 */
}

/* 切換密碼顯示的圖標樣式 */
.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    /* 從 1.2rem 增大到 1.5rem 或更大 */
    color: #6c757d;
    transition: color 0.2s ease;
    font-weight: bold
}

/* 滑鼠懸停時圖標顏色變化 */
.toggle-password:hover {
    color: #343a40;
    /* Bootstrap 的主要文字顏色，增強反饋 */
}

/* 當圖標被點擊後的可選樣式（如果需要） */
.toggle-password.active {
    color: #007bff;
    /* Bootstrap 的主要藍色，表示激活狀態 */
}

/* 頂部 */
/* .phone-menu-sort a{
    display: block;
    background: url(../images/bgright.png) no-repeat 295px 14px;
    background-size: 16px;
    font-size: 16px;
}
.phone-menu-sort.mm-selected a{
    display: block;
    background: url(../images/bgdown.png) no-repeat 295px 14px!important;
    background-size: 16px!important;
    font-size: 16px;

} */
.phone-submenu {
    padding-top: 100px;
}

.pc-menu {
    width: 100%;
    text-align: center;
    background: #fff;
}

.pc-menu ul {
    display: inline-block;
}

.pc-menu li {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 30px;
}

.pc-menu li a {
    display: block;
}

.pc-menu li.active a,
.pc-menu li:hover a {
    color: #bbd482;
}

header {
    background: #fff;
    padding: 0px 0 10px 0;
}

.nologin {
    margin-left: 30px;
}

.phoneHeader .search {
    margin-left: 10px;
}

.phoneHeader .search .form-control {
    border: 1px solid #bbd481;
    height: 32px;
    line-height: 32px;
    border-radius: 32px 0 0 32px;
    padding: 0 15px;
}

.phoneHeader .search .input-group-addon {
    border: 1px solid #bbd481;
    background: #bbd481;
    color: #fff;
    padding: 5px 13px 5px 7px;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
}

.phoneHeader .search .input-group-addon span {
    font-size: 16px;
}

.phoneHeader .search {
    width: calc(60% - 50px);
    margin-left: 50px;
}

.phoneHeader .nologin {
    margin-left: 0;
    padding-top: 10px;
}

.phoneHeader .nologin span {
    font-size: 20px;
}

.phoneHeader .nologin .slogin-cart {
    margin-left: 10px;
    padding-right: 20px;
    height: 26px;
    position: relative;
    top: 0
}

.phoneHeader .haslogin {
    padding-top: 5px;
}

.phoneHeader .nologin .slogin-cart .barge {
    line-height: 20px;
    line-height: 18px;
}

.logo {
    width: 30%;
    float: left;
}

.search {
    margin-left: 5%;
    width: 40%;
    float: left;
    padding-top: 10px;
}

.slogin {
    width: 25%;
    text-align: right;
    float: left;
    padding-left: 80px;
    padding-top: 16px;
}

.slogin-cart {
    position: relative;
    padding-right: 10px;
    display: block
}

.slogin-cart span {
    font-size: 24px;
}

.slogin-cart .barge {
    position: absolute;
    background: orangered;
    padding: 1px 5px;
    color: #fff;
    right: 0;
    top: 0;
    border-radius: 20px;
    font-size: 12px;
}

.nologin {
    font-size: 16px;
}

.nologin .left {
    height: 30px;
    line-height: 30px;
}

.nologin span {
    font-size: 24px;
}

.haslogin .form-control {
    border: 1px solid #bbd481;
    color: #333;
    border-radius: 44px;
}

.search .form-control {
    border: 1px solid #bbd481;
    height: 44px;
    line-height: 44px;
    border-radius: 44px 0 0 44px;
    padding: 0 22px;
}

.search .input-group-addon {
    border: 1px solid #bbd481;
    background: #bbd481;
    color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 0 44px 44px 0;
    cursor: pointer;
}

.search .input-group-addon span {
    font-size: 20px;
}

.search-bottom {
    margin-top: 5px;
    padding-left: 20px;
}

.search-bottom span {
    color: #999;
    margin-right: 5px;
    cursor: pointer;
}

.search-bottom span.active {
    color: #333;
}

.search-bottom span:hover {
    color: #bbd481;
}

.haslogin button {
    outline: none !important;
    ;
    background: #fff;
    border: 1px solid #bbd481;
    border-radius: 6px !important;
}

.haslogin .input-group-btn {
    width: 150px;
}

.fix-cart {
    position: fixed;
    right: 15px;
    top: 48%;
    display: block;
    width: 60px;
    z-index: 9999 !important;
}

.fix-cart a {
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    margin-bottom: 4px;
    border-radius: 50%;
    color: #fff;
}

.fix-cart .bage {
    position: absolute;
    top: 17px;
    right: 31px;
    background: orangered;
    color: #fff;
    height: 20px;
    line-height: 18px;
    font-size: 14px;
    border-radius: 30px;
    padding: 1px 5px;
    transform: translateY(-50%) translateX(100%);
}

.header-ad {
    background: #bbd482;
    color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}

/* 一級菜單 */
/* .product-menu {
    position: relative;
} */
.sort-all {
    padding: 0px 0;
}

.product-menu-list li.active a,
.product-menu-list li:hover a {
    color: #bbd481;
}

.product-menu-list {
    margin: 0px 20px;
    /* 增加按鈕之間的間距 */
    height: 62px;
    line-height: 62px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400
        /* 增加文字大小 */
}

.product-menu .submenu {
    position: absolute;
    width: 200px;
    /*    padding: 6px 10px; */
    z-index: 99999;
    left: 0;
    top: 61px;
    background-color: rgba(255, 255, 255, 1);
    display: none;
}

.product-menu li:last-child .submenu {
    width: 265px;
}

.product-menu-list:hover {
    color: #e49e99;
}

#nav>li:hover .submenu {
    display: block;
}

/* .submenu h4 {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    text-align: left;
    font-family: 'Noto Sans SC', 'WenQuanYi Micro Hei', 'Source Han Sans', sans-serif;
} */
.submenu a {
    color: #fff !important;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    text-align: left;
    font-family: 'Noto Sans SC', 'WenQuanYi Micro Hei', 'Source Han Sans', sans-serif;
    border-bottom: 1px solid #ccc;
}

.submenu-list {
    margin-left: 0;
    background-color: rgba(0, 0, 0, .5);
    padding: 0;
}

/* .submenu li {
    margin-bottom: 5px;
    margin-right: 0;
    height: 24px !important;
    line-height: 24px !important;
    display: block !important;
} */
.submenu li a {
    color: #fff;
    display: block;
    font-size: 16px !important;
    width: 170px !important;
    height: 40px;
}

.navBar {
    /*    overflow-x: auto;
    white-space: nowrap; */
}

/* 去除底部捲軸 */
.navBar::-webkit-scrollbar {
    display: none;
}

.navBar li {
    display: inline-block;
    position: relative;
}

/* 促銷 */
.index-promote {
    margin: 80px 0 0 0;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
}

.index-promote .Hbody {
    padding: 40px 20px 40px 20px;
}

.goods-list-pic {
    padding: 10px;
    text-align: center;
}

.goods-list-name {
    padding: 5px 10px;
    overflow: hidden;
    /* 隱藏超出容器的文本 */
    white-space: nowrap;
    /* 保持文本在一行內顯示 */
    text-overflow: ellipsis;
    /* 使用省略號表示文本溢出 */
}

.index-red .goods-list-addcart {
    background: #a91f27;
}

.goods-list-price {
    padding: 0px 10px;
    color: #a91f27;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.goods-list {
    border: 1px solid #eee;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
    border-radius: 5px;
}

/* 針對「禁止購買」的價格 */
.no-purchase-price {
    background-color: #ffffff;
    /* 灰色背景 */
    color: #ffffff;
    /* 白色文字 */
    padding: 0px 10px;
    /* 內邊距 */
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

/* 針對「禁止購買」的按鈕 */
.no-purchase-btn {
    background-color: #696969;
    /* 稍微深一點的灰色，與價格區分 */
    color: #ffffff;
    /* 白色文字 */
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}

.goods-list-addcart {
    background: #bbd482;
    color: #fff;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    border-radius: 0 0 5px 5px;
}

.goods-list-pic img {
    height: 200px
}

.goods-list-addcart span {
    margin-right: 5px;
}

/* 廣告 */
.index-ad {
    margin: 80px 0 0 0;
}

/* 本月熱銷排行榜 */
.index-hot {
    margin: 80px 0 0 0;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
}

.index-hot-list-pic {
    position: relative;
}

.index-hot-list-pic img {
    border-radius: 10px;
}

.index-hot .Hbody {
    padding: 40px 20px 20px 20px;
}

.index-hot-list-pic a {
    padding: 5px;
    display: block;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
    border-radius: 8px;
    border: 1px solid #eee
}

.hot-tag1 {
    position: absolute;
    top: 0px;
    right: 5px;
    background: url(../images/s1.png) no-repeat 0px 0px;
    background-size: 18px;
    width: 18px;
    height: 28px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
}

.hot-tag2 {
    position: absolute;
    top: 0px;
    right: 5px;
    background: url(../images/s2.png) no-repeat 0px 0px;
    background-size: 18px;
    width: 18px;
    height: 28px;
    color: #fff;
    text-align: center;
    padding-top: 2px;
    font-size: 12px;
}

.index-hot-list-name {
    text-align: center;
    margin-top: 10px;
}

.index-hot-list-price {
    text-align: center;
    color: #a91f27;
    font-weight: bold;
    font-size: 16px;
}

/* 最新消息 */
.index-news {
    margin: 80px 0;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
}

.Htitle {
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 10px 10px 0 0;
}

.Hbody {
    padding: 20px 20px 20px 20px
}

.index-news-list {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

.index-news-list-left {
    width: calc(100% - 140px);
    line-height: 24px;
    float: left;
}

.index-news-list-right {
    color: #666;
    float: right;
}

.index-news-list-left .left {
    width: 200px;
}

.index-news-list-left .right {
    width: calc(100% - 220px);
}

.look-more {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.look-more a {
    font-size: 16px;
    background: #e49e99;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    display: inline-block;
}

/* 底部 */
.copyright {
    font-size: 18px;
    text-align: center;
    height: 70px;
    line-height: 70px;
}

footer {
    background: #e49e99;
    position: relative;
    margin-top: 100px;
    padding-top: 90px;
    padding-bottom: 40px;
}

.setlogo {
    width: 120px;
    height: 120px;
    padding: 15px;
    background: #f4f4f4;
    border-radius: 60px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: -60px;
    z-index: 9999;
    -moz-box-shadow: 2px 2px 5px #999999;
    -webkit-box-shadow: 2px 2px 5px #999999;
    box-shadow: 2px 2px 5px #999999;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo img {
    height: 30px;
}

.footer-social {
    text-align: center;
    margin-top: 30px;
}

.footer-social img {
    height: 40px;
}

.footer-info {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}

.footer-info span {
    margin: 0 15px;
}

.footer-tel {
    text-align: center;
    color: #fff;
    margin-top: 30px;
    width: 280px;
    margin: 20px auto 0 auto;
}

.footer-tel .left {
    height: 30px;
    line-height: 30px;
    background: url(../images/tel.png) no-repeat 0px 8.5px;
    background-size: 16px;
    padding-left: 20px;
}

.footer-tel .right {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
}

.footer-menu {
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.footer-menu h4 {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu a {
    color: #fff
}

.footer-menu1 {
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.footer-menu1 h4 {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.footer-menu1 li {
    margin-bottom: 5px;
    width: 50%;
    float: left;
}

.footer-menu1 a {
    color: #fff
}

/* 分頁 */
.paginatoin-area {
    margin-top: 50px;
}

.paginatoin-area .pagination-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paginatoin-area .pagination-box li {
    margin-right: 5px;
    display: inline-block;
}

.paginatoin-area .pagination-box li a {
    color: #846450;
    height: 36px;
    width: 36px;
    font-size: 16px;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    line-height: 36px;
    border-radius: 20px;
    font-weight: bold;
}

.paginatoin-area .pagination-box li:hover a.next {
    background: transparent;
    color: #846450;
}

.paginatoin-area .pagination-box li a i {
    font-size: 12px;
    line-height: 36px;
}

.paginatoin-area {
    padding: 0px;
    margin-bottom: 30px;
}

.paginatoin-area .pagination-box li.active a {
    color: #fff;
    background-color: #e29aa7;
    border-radius: 20px;
}

.paginatoin-area .pagination-box li:hover a {
    color: #fff;
    background-color: #e29aa7;
    border-radius: 20px;
}

.paginatoin-area .pagination-box li:hover a.previous {
    background: transparent;
    color: #846450;
}

.paginatoin-area .pagination-box li:hover a.next {
    background: transparent;
    color: #846450;
}

.paginatoin-area .pagination-box li:last-child {
    margin-right: 0;
}

.phone-menu {
    background: #fff;
    padding: 10px 15px;
}

.phone-menu .left img {
    height: 34px;
}

.phone-menu .right {
    padding-top: 5px;
}

.phone-menu .right img {
    height: 25px;
}

.phone-footer-nav {
    position: fixed;
    width: 100%;
    display: block;
    bottom: 0;
    z-index: 999;
    background: #e49e99;
    color: #fff;
    height: 60px;
    -moz-box-shadow: 2px 2px 5px #333;
    -webkit-box-shadow: 2px 2px 5px #333;
    box-shadow: 2px 2px 5px #333;
}

.phone-footer-nav li {
    width: 20%;
    text-align: center;
    float: left;
    font-size: 12px;
    padding-top: 5px;
    height: 60px;
}

.phone-footer-nav li.check {
    background: #fff;
    box-shadow: 0px -4px 4px 0px #e49e99,
        /*上邊陰影  紅色*/
        -0px 0px 0px 0px #e49e99,
        /*左邊陰影  綠色*/
        0px 0px 0px 0px #e49e99,
        /*右邊陰影  藍色*/
        0px 0px 0px 0px #e49e99;
    /*下邊陰影  黃色*/
}

.phone-footer-nav li.check a {
    color: #e49e99;
}

.phone-footer-nav li span {
    display: block;
    font-size: 24px;
}

.phone-footer-nav li a {
    color: #fff;
}

.expanded .side-menu {
    left: 0;
}

.side-menu-close {
    text-align: right;
    padding: 8px 15px;
}

.side-menu-close .iconfont {
    color: #e49e99;
    font-size: 23px;
}

.navset span {
    font-size: 24px;
}

.side-menu-close img {
    height: 24px;
    cursor: pointer;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.side-menu-close:hover img {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.side-menu-list ul li:hover,
.side-menu-list ul>li.active {
    color: #fff;
    background: #494949;
}

.side-menu-list ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 20px;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 1;
}

.side-menu-list ul li {
    position: relative;
    border-top: 1px solid #3e3e3e;
    cursor: pointer;
}

.side-menu-list #sub-menu,
.side-menu-list #sub-menu #third-menu {
    display: none;
}

.side-menu-list li.active>#sub-menu,
.side-menu-list li.active>#third-menu {
    display: block !important;
}

.side-menu-list .submenu-parent #sub-menu {
    background: #1f1f1f;
}

.side-menu-list .submenu-parent #sub-menu a {
    font-size: 14px;
    padding-left: 30px;
}

.side-menu-list .submenu-parent #sub-menu #third-menu a {
    padding-left: 45px;
}

.side-menu-list ul li span {
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 50px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    font-size: 10px;
}

.side-menu {
    width: 100%;
    height: 100%;
    max-width: 285px;
    overflow-y: auto;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transform: all 0.25s ease-in-out;
    left: -285px;
    top: 0
}

.side-menu-list ul>li.active>span {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.expanded {
    overflow: hidden;
}

.sub-menu-list {
    margin-bottom: 10px;
}

.sub-menu-list-title a {
    color: #e49e99 !important;
    font-size: 16px !important;
}

.sub-menu-list-info {
    padding-left: 30px;
}

.sub-menu-list-info p {
    margin-bottom: 0 !important;
}

.sub-menu-list-info p a {
    padding: 8px 15px !important;
}

.success h4 {
    margin-top: 30px;
}

.success {
    padding: 150px 0 180px 0;
    text-align: center;
}

.errorpage {
    padding: 100px 0 120px 0;
}

.error-btn {
    color: #fff;
    background: #e49e99;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #e49e99;
    display: block;
    margin: 30px auto;
}

.search-news {
    margin-top: 50px;
}

.search-news .input-group-addon {
    border: 1px solid #e49e99;
    background: #e49e99;
    color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 0 44px 44px 0;
    cursor: pointer;
}

.search-news .form-control {
    border: 1px solid #e49e99;
    height: 44px;
    line-height: 44px;
    border-radius: 44px 0 0 44px;
    padding: 0 22px;
}

.question {
    margin: 60px auto;
}

.question-list-ask {
    padding: 15px 25px 15px 50px;
    background: #fff url(../images/a1.png) no-repeat 20px 12px;
    background-size: 20px;
    border-radius: 30px;
    font-size: 16px;
    cursor: pointer;
}

.question-list {
    margin-bottom: 20px;
}

.setHtitle {
    text-align: center;
    font-size: 36px;
    margin-bottom: 30px;
}

.question-list.check .question-list-ask {
    color: #fff;
    border-radius: 15px 15px 0 0;
    background: #bbd482 url(../images/a2.png) no-repeat 20px 12px;
    background-size: 20px;
}

.question-list-ask .right {
    padding-top: 7px;
    width: 20px;
}

.question-list-ask .left {
    width: calc(100% - 20px);
}

.question-list .question-list-ask-btn {
    background: url(../images/a3.png) no-repeat;
    width: 20px;
    height: 12px;
    background-size: 20px;
}

.question-list.check .question-list-ask-btn {
    background: url(../images/a4.png) no-repeat;
    width: 20px;
    height: 12px;
    background-size: 20px;
}

.question-list-answer {
    padding: 15px 25px;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
    line-height: 28px;
}

.sitemap-warpper h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.sitemap-warpper p {
    font-size: 16px;
}

.single-news-top {
    padding: 60px 0 10px 0;
    text-align: center;
}

.single-news-top p {
    margin-top: 5px;
    color: #999;
}

.single-news-center img {
    margin-bottom: 30px;
}

.single-news-center p {
    line-height: 28px;
}

.n-line {
    width: 100%;
    height: 1px;
    background: #999;
    margin-bottom: 30px;
    margin-top: 30px;
}

/* 關於我們 */
.about {
    margin: 80px auto;
}

.about-title {
    text-align: center;
    font-size: 36px;
    margin-bottom: 60px;
    color: #bbd482;
    padding-bottom: 20px;
    border-bottom: 2px solid #bbd482;
}

.about-info p {
    line-height: 28px;
}

.about-pic {
    padding: 0 25%;
}

.about-services-list {
    text-align: center;
}

.about-services-list h4 {
    margin-top: 20px;
    font-size: 22px;
    margin-bottom: 3px;
}

.contact-header-list h4 {
    font-size: 14px;
}

.contact-header h3 {
    margin-bottom: 15px;
}

.contact-header {
    border-bottom: 1px solid #bbd482;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contact {
    margin: 80px 0;
}

.contact-header-list {
    color: #fff;
    padding: 20px 15px;
    text-align: center;
    border-radius: 30px;
}

.contact-header-list p {
    margin-top: 10px;
    font-size: 16px;
}

.contact-content {
    margin-top: 80px;
}

.contact-content-info {
    padding-left: 40px;
}

.contact-content-info h3 {
    font-size: 36px;
    margin-bottom: 15px;
}

.contact-content-info h4 {
    color: #bbd482;
    margin-bottom: 20px;
    font-size: 18px;
}

.contact-content-info label {
    color: #333;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.contact-content-info .form-control {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #bbd482;
}

.contact-content-info select.form-control {
    padding: 0px 20px;
    height: 41px
}

.contact-btn {
    color: #fff;
    background: #bbd482;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #bbd482;
    display: block;
    margin: 30px auto;
    border-radius: 30px;
}

.cart-btn {
    color: #fff;
    background: #bbd482;
    width: 160px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    border: 1px solid #bbd482;
    display: block;
    margin: 10px 0 10px 30px;
    border-radius: 30px;
}

.cart-btn:hover {
    color: #fff;
}

.register-set {
    text-align: center;
    font-size: 16px;
    margin-bottom: 60px;
}

.register-set a {
    color: #bbd481;
    text-decoration: underline !important;
}

.register-line {
    position: relative;
    padding: 10px 0;
}

.register-line span {
    width: 100%;
    height: 1px;
    background: #999;
    display: block;
}

.register-line b {
    position: absolute;
    width: 200px;
    background-color: #fff;
    left: 50%;
    margin-left: -100px;
    text-align: center;
    font-weight: 400;
    top: -10px;
    font-size: 16px;
}

.register {
    margin: 80px;
}

.register-logo {
    text-align: center;
}

.register-logo img {
    height: 100px;
}

.rigister-info {
    margin-bottom: 60px;
}

.rigister-info .Hbody {
    padding: 60px 80px;
}

.rigister-info .form-control {
    padding: 20px;
    border-radius: 20px;
}

.rigister-info label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.user-info {
    margin-bottom: 60px;
}

.pay-info3 {
    margin-bottom: 0px;
}

.pay-info3-list {
    margin-top: 20px;
}

.user-info .Hbody {
    padding: 60px 80px;
}

.user-info .form-control {
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
}

.user-info label {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
}

.register-socail {
    text-align: center;
    margin-top: 50px;
}

.register-socail img {
    height: 50px;
    margin: 0 15px;
}

.login-info .Hbody {
    padding: 30px;
}

.login-info img {
    height: 40px;
    margin: 0 15px;
}

.logon-sinfo {
    padding: 0 10px;
}

.register-tips {
    text-align: center;
    padding-top: 30px;
    margin-bottom: 120px;
}

.login-set {
    margin-top: 30px;
}

/* 用戶中心 */
.usercenter {
    background: #fff;
}

.usercenter-left {
    /*    background-color: #e49e99; */
    margin-top: 65px;
    margin-right: 30px;
}

.usercenter-body {
    background: #fff;
}

.usercenter-left ul {
    background-color: #f4f4f4;
    margin-top: 18px;
}

.usercenter-left li a {
    height: 50px;
    line-height: 50px;
    color: #333;
    text-align: center;
    display: block;
    border-top: 1px solid #ddd;
    font-size: 16px;
}

.usercenter-left li.active a {
    background-color: #e49e99;
    color: #fff;
}

.user-sinfo {
    padding-left: 20px;
}

.user-sinfo img {
    height: 60px;
}

.user-sinfo .right {
    height: 60px;
    line-height: 60px;
    float: left;
    margin-left: 10px;
    font-size: 16px;
}

.nav-tabs {
    border-bottom: 1px solid #e49e99
}

.nav-tabs>li a {
    font-size: 16px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: 1px solid #e49e99;
    background: #e49e99;
    color: #fff;
}

.nav-tabs>li.active {
    margin-bottom: -2px;
}

.tab-cwrapper {
    padding: 30px 0;
}

.coupon-list .left {
    width: 100px;
    height: 100px;
    background-color: #bbd482;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.expire .coupon-list .left {
    width: 100px;
    height: 100px;
    background-color: #ccc;
    text-align: center;
    color: #fff;
    padding-top: 15px;
}

.coupon-list .left span {
    font-size: 30px;
}

.coupon-list .left p {
    font-size: 18px;
}

.coupon-list .right {
    width: calc(100% - 100px);
    border: 1px solid #bbd482;
    height: 100px;
}

.coupon-list {
    margin-bottom: 20px;
}

.coupon-list .right {
    padding-left: 20px;
    padding-top: 10px;
}

.coupon-list .right h4 {
    margin-bottom: 5px;
}

.coupon-list .right p {
    margin-bottom: 2px;
    color: #666;
    font-size: 12px;
}

.shop-order-list.state-1 {
    border-color: #999;
    padding: 0 15px;
    margin-bottom: 30px;
}

.shop-order-list.state-1 .shop-order-top {
    border: 1px solid #999;
    padding-top: 20px;
}

.shop-order-list .ting {
    padding-bottom: 20px;
}

.shop-order-list.state-1 .ting h4 {
    color: #333;
    font-weight: 400;
    margin-bottom: 5px;
}

.shop-order-list .ting .info {
    margin-right: 10px;
}

.shop-order-list .ting {
    padding-bottom: 20px;
}

.shop-order-list .price {
    font-size: 18px;
    color: #ff6060;
}

.shop-order-list.state-1 .shop-order-bottom {
    border: 1px solid #999;
    border-top: 0;
    padding: 20px 20px 5px 20px;
}

.media {
    margin-bottom: 15px;
}

.media:first-child {
    margin-top: 0;
}

.shop-order-bottom .media-left {
    float: left;
}

.shop-order-bottom img {
    width: 100px;
}

.shop-order-bottom .media-body {
    float: left;
    overflow: hidden;
    max-width: 160px;
    margin-left: 10px;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.city-selector-set .form-group {
    width: 140px;
    display: inline-block;
    margin-right: 20px;
}

.city-selector-set .form-group .form-control {
    height: 40px;
    line-height: 40px;
    color: #333;
}

.user-info-bottom {
    border-top: 1px solid #bbd482;
    padding-top: 30px;
}

.seline {
    width: 1px;
    margin: 0 auto;
    height: 250px;
    background: #bbd482;
}

.pay-info1 {
    border-top: 1px solid #ccc;
    padding: 30px 0;
}

.pay-info1 h4 {
    margin-bottom: 15px;
    font-size: 16px;
}

.pay-info1 h4 .left {
    width: 150px;
    font-size: 16px;
    font-weight: bold;
}

.pay-info1 h4 .right {
    width: calc(100% - 150px);
}

.pay-info2 {
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.pay-info2-list .left {
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #bbd482;
    font-weight: bold;
}

.pay-info2-list .form-control {
    border: 1px solid #bbd481;
    height: 44px;
    line-height: 44px;
    border-radius: 44px 0 0 44px;
    padding: 0 22px;
}

.pay-info2-list {
    margin-bottom: 15px;
}

.pay-info2-list .input-group-addon {
    border: 1px solid #bbd481;
    background: #bbd481;
    color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 0 44px 44px 0;
    cursor: pointer;
}

.pay-info2-list .center {
    width: 400px;
    float: left;
}

.pay-info2-list .right {
    float: left;
    height: 44px;
    line-height: 44px;
    margin-left: 30px;
}

.pay-info2-list .right span {
    font-size: 26px;
    margin: 0 5px;
    color: orangered;
}

.pay-info2-list .right .form-control {
    border: 1px solid #bbd481;
    height: 44px;
    line-height: 44px;
    border-radius: 44px;
    padding: 0 22px;
}

.pay-info3-list-left {
    float: left;
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}

.pay-info3-list-right {
    width: calc(100% - 140px);
    float: left;
}

.pay-info4-list-left {
    float: left;
    width: 120px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}

.pay-info4-list-right {
    width: 50%;
    float: left;
    padding-top: 12px;
}

.pay-info5 {
    margin-bottom: 40px;
}

.payment-type {
    margin-bottom: 20px;
}

.payment-type li {
    width: 130px;
    float: left;
    margin-right: 15px;
    list-style: none;
}

.payment-type label.active {
    border: 1px solid #bbd482;
    background: #bbd482;
    color: #fff;
}

.payment-type label {
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    font-size: 16px;
}

.payment-type input.labelauty+label {
    padding: 10px 0;
    display: block;
    text-align: center;
    border-radius: 44px;
}

/* 詳情頁 */
.single-product {
    background: #fff;
    padding: 40px 50px;
}

.single-product-info {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid #ccc
}

.single-product-info h4 {
    margin-bottom: 30px;
}

.product-details-content {
    margin-bottom: 30px;
}

.product-details-content h2 {
    margin-bottom: 20px;
}

.product-details-content li {
    margin-bottom: 6px;
    font-size: 16px;
}

.product-details-price {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.product-details-price span {
    margin: 0 5px;
    font-size: 30px;
    color: orangered;
}

.product-details-list {
    margin-bottom: 10px;
}

.product-details-list .left {
    width: 100px;
    font-size: 16px;
}

.product-details-list .right {
    float: left;
    font-size: 16px;
    color: #333;
}

.product-details-list .total-num input {
    width: 60px;
    text-align: center;
    color: #333;
    border: 0;
    outline: none;
    background: none;
    margin: 0 -4px;
    border-top: 1px solid #bbd482;
    border-bottom: 1px solid #bbd482;
    height: 26.5px;
    line-height: 29px;
}

.product-details-list .total-num span.reduc {
    width: 26px;
    display: inline-block;
    text-align: center;
    background: #bbd482;
    color: #fff;
    cursor: pointer;
    border-radius: 26px 0 0 26px;
    height: 26px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-size: 18px;
}

.product-details-list .total-num span.add {
    width: 26px;
    display: inline-block;
    text-align: center;
    background: #bbd482;
    color: #fff;
    cursor: pointer;
    border-radius: 0 26px 26px 0;
    height: 26px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-size: 18px;
}

.product-details-list a {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    background: #9b2d2d;
    color: #fff;
    display: inline-block;
    border-radius: 40px;
    margin-right: 20px;
}

.product-details-list a span {
    margin-right: 5px;
}

/* 購物車 */
.mt-product-table th {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 10px !important;
    font-weight: 400;
    border-bottom: 1px solid #ccc !important;
    vertical-align: middle !important;
    text-align: center;
}

.mt-product-table img {
    width: 106px;
    overflow: hidden;
    padding: 10px 0;
}

.goodsinty .right {
    text-align: left;
    float: left;
    padding-left: 10px;
    margin-top: 30px;
}

.goodsinty h4 {
    margin-bottom: 10px;
}

.goodsinty p {
    margin-bottom: 0;
}

.mt-product-table .product-number {
    font-size: 16px;
    display: block;
    color: #757575;
}

.total-num span {
    width: 26px;
    display: inline-block;
    text-align: center;
    background: #bbd482;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    height: 26px;
    line-height: 23px;
    text-align: center;
    display: inline-block;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    font-size: 18px;
}

.total-num input {
    width: 40px;
    text-align: center;
    color: #bbd482;
    border: 0;
    outline: none;
    background: none;
    margin: 0 2px;
}

.gooddelete span {
    color: orangered;
    font-size: 20px;
}

.hasgoods td {
    text-align: center;
}

.mt-product-table td {
    border-top: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: middle !important;
    text-align: center;
    font-size: 16px;
}

.sec-story {
    padding-top: 200px;
    padding-bottom: 120px;
    background: #fff;
}

.pay-success img {
    width: 100px;
    margin: 30px auto;
}

.pay-success h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.font-size-20 {
    font-size: 20px !important;
}

.red-600 {
    color: orangered;
}

.usercenter-body {
    padding: 80px 0;
}

.usercenter-body-info h3 {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}

.usercenter-body-info h3 span {
    color: orangered;
    font-size: 36px;
    margin: 0 10px;
}

.usercenter-body-info h4 {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

.shop-order-more-body {
    margin-top: 30px;
}

.shop-order-more-body th {
    font-weight: 400;
    text-align: center;
    padding: 10px !important;
    border-bottom-width: 1px !important;
    background: #bbd482;
    color: #fff;
}

.shop-order-more-body td {
    font-weight: 400;
    text-align: center;
    padding: 10px !important;
    vertical-align: middle;
    background: #fff !important;
}

.search-user .form-control {
    border: 1px solid #bbd482;
    height: 44px;
    line-height: 44px;
    border-radius: 44px 0 0 44px;
    padding: 0 22px;
}

.search-user .input-group-addon {
    border: 1px solid #bbd482;
    background: #bbd482;
    color: #fff;
    padding: 6px 20px 6px 15px;
    border-radius: 0 44px 44px 0;
    cursor: pointer;
}

.shop-order-more-body .add {
    color: #a91f27;
}

/* 底部 */
/* 平板 */
@media(max-width: 1025px) {}

/* 手機 */
@media(max-width: 768px) {
    .register-socail a {
        display: block;
        margin-bottom: 10px;
    }

    .haslogin button {
        background: transparent;
        color: #e49e99 !important;
        border: 1px solid #ccc
    }

    .haslogin .input-group-btn {
        width: 130px;
    }

    .slogin {
        width: 100%;
        float: none;
        padding: 0;
        color: #fff;
        margin-left: 0;
    }

    .nologin {
        margin-left: 0;
    }

    .slogin a {
        color: #fff;
    }

    body {
        padding-bottom: 80px;
    }

    .search {
        margin-left: 0%;
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .feature-list {
        width: 50%;
    }

    .feature {
        padding: 0;
    }

    .index-services {
        margin-top: 0;
        padding-top: 20px;
    }

    .services-list {
        padding: 0 5px;
    }

    .services {
        margin-bottom: 10px;
    }

    .index-promote,
    .index-hot,
    .index-news {
        margin-top: 30px;
    }

    .Htitle {
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        border-radius: 10px 10px 0 0;
    }

    .copyright {
        line-height: 24px;
        height: auto;
        font-size: 14px;
        padding: 20px;
    }

    footer {
        margin-top: 0;
        padding-top: 50px;
    }

    .setlogo {
        width: 80px;
        height: 80px;
        padding: 15px;
        background: #f4f4f4;
        border-radius: 40px;
        position: absolute;
        left: 50%;
        margin-left: -40px;
        top: -40px;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-social {
        margin-top: 10px;
    }

    .footer-info {
        margin-top: 10px;
    }

    .index-ad {
        margin-top: 30px;
    }

    .goods-list-pic img {
        height: 120px;
    }

    .index-news-list {
        padding: 5px 0;
    }

    .index-news-list-left {
        width: 100%;
    }

    .index-news-list-left .left {
        width: 60%;
    }

    .index-news-list-left .right {
        width: 100%;
        margin-top: 5px;
    }

    .index-news-list-right {
        width: 100%;
        text-align: left;
    }

    .errorpage {
        padding: 20px 0 20px 0;
    }

    .about {
        margin: 20px 0;
    }

    .errorpage img {
        margin-bottom: 30px;
    }

    .about-services-list p {
        height: 40px;
    }

    .about-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 30px;
        color: #bbd482;
        padding-bottom: 10px;
        border-bottom: 1px solid #bbd482;
    }

    .about-pic {
        margin-bottom: 30px;
    }

    .usercenter-left {
        margin-top: 20px;
        margin-right: 0;
    }

    .usercenter-left li {
        width: calc(50% - 5px);
        display: inline-block;
        border-right: 1px solid #ccc;
    }

    .usercenter-body {
        padding: 30px 0;
    }

    .usercenter-body h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .cart {
        margin-bottom: 30px;
    }

    .contact {
        margin: 20px 0;
    }

    .contact-header-list {
        margin-bottom: 15px;
    }

    .contact-content {
        margin-top: 20px;
    }

    .contact-content-map iframe {
        height: 200px !important;
    }

    .contact-content-info {
        padding-left: 0;
    }

    .coupon-add {
        margin-bottom: 10px;
    }

    .search-news {
        margin-top: 20px;
    }

    .register {
        margin: 20px 0px;
    }

    .rigister-info {
        margin-bottom: 20px;
    }

    .index-news {
        margin-top: 20px !important;
    }

    .nav-tabs>li a {
        font-size: 14px;
        padding: 6px 10px;
    }

    .shop-order-list .ting {
        padding-bottom: 10px;
    }

    .pay-info3-list-right {
        width: 100%;
    }

    .pay-info4-list-right {
        width: 100%;
    }

    .pay-info5 {
        margin-bottom: 0;
    }

    .user-info {
        margin-bottom: 20px;
    }

    .pay-info2-list .center {
        width: 100%;
    }

    .pay-info2-list .right {
        margin-left: 0;
        margin-top: 10px;
    }

    .sec-story {
        padding: 30px 0 90px 0;
    }

    .pay-success h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .psnmc1 {
        padding: 30px 0 !important;
    }

    .question {
        margin: 30px auto;
    }

    .question-list-ask {
        font-size: 14px;
    }

    .setHtitle {
        text-align: center;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .rigister-info .Hbody {
        padding: 20px;
    }

    .single-news-top {
        padding-top: 30px;
    }

    .single-news {
        padding-bottom: 30px;
    }

    .single-product {
        padding: 15px;
    }

    .product-details-content h2 {
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 20px;
    }

    .success {
        padding: 20px 0 50px 0;
    }

    .phone-table h4 {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .phone-table h5 {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .phone-table-list {
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

    .phone-table .product-number {
        margin-left: 10px;
    }

    .phone-table .total-num span {
        width: 18px;
        height: 18px;
        line-height: 14px;
    }

    .footer-info span {
        margin: 0 15px 10px 15px;
        display: block;
    }
}

/* 手機 */
@media(max-width: 480px) {
    .feature {
        padding: 0;
    }
}