/*======================================================================基礎架構類======================================================================*/

body { font-family: "微軟正黑體";}

/*省略符號*/
.ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}

/*消失*/
.display{display: none;}

/*顏色*/
.orange{color: #f1a100;}

/*寬度*/
.w8{width: 8%;}
.w10{width: 10%;}
.w12{width: 12%;}
.w13{width: 13%;}
.w15{width: 15%;}
.w17{width: 17%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w32{width: 32%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w50{width: 50%;}

/*線*/
.lineTop{border-top: 1px solid #dddddd;}
.lineBottom{border-bottom: 1px solid #dddddd;}


/*項目標題*/
.section .title-region{font-size: 32px;font-weight: 800;letter-spacing: 2px;width: 100%;margin-bottom: 30px;color: #666666;}
.content {margin-top: 116px;min-height: calc(100vh - 303px);}
.section{margin: 100px 0;height: auto;}

/*==============================================消除藍框==============================================*/

:focus {outline: none;}
a:focus{outline: none;}
select:focus{outline: none;}
button:focus{outline: none;}
button.btn:focus,button.btn:active:focus{outline: none;}
.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {outline: none;}
.form-control:focus {outline: none;border-color: #cccccc;box-shadow: none;}
.input-box span:focus {outline: none;}


/*==============================================麵包籤==============================================*/

.breadcrumb {font-size: 16px;padding: 50px 0;margin: 0px;border-radius: 0px;list-style: none;background-color: transparent;}
.breadcrumb a {text-decoration: none;color: #898989;}
.breadcrumb a:hover {color: #f1a100;}
.breadcrumb>.active {color: #f1a100;}


/*==============================================按鈕==============================================*/

.white-btn{background-color: #ffffff;border: solid 1px #f1a100;color: #f1a100;}
.white-btn:hover,.white-btn:active,.white-btn:focus,.white-btn:active:focus{background-color: #f1a100;border: solid 1px #f1a100;color: #ffffff;}

.orange-btn{background-color: #f1a100;border: solid 1px #f1a100;color: #ffffff;}
.orange-btn:hover,.orange-btn:active,.orange-btn:focus,.orange-btn:active:focus{background:linear-gradient(180deg, rgba(226,151,1,1) 0%, rgba(241,161,0,1) 100%);border: solid 1px #f1a100;color: #ffffff;}


/*==============================================浮動側邊欄==============================================*/

menu .floatMenu {position: fixed;bottom: 1.7%;right: 24px;width: 60px;height: auto;padding-left: 0;margin-bottom: 0;list-style: none;z-index: 999;color: #f3f2ee;opacity: 1;}
menu .floatMenu>li {margin-bottom: 10px;height: 60px;line-height: 60px;border-radius: 50%;font-size: 20px;text-align: center;background-color: #999999;box-shadow: 0px 0px 8px 0.5px rgba(0, 0, 0, 0.25);opacity: 0.85;}
menu .floatMenu>li a {width: 100%;height: 100%;border-radius: 50%;text-decoration: none;display: block;color: #ffffff;}
menu .floatMenu>li:hover {opacity: 1;}
menu .floatMenu>li a i{font-size: 40px;line-height: 60px;}
menu .floatMenu>li.goTop{display: none;}
menu .floatMenu>li.messenger{background-color: transparent;box-shadow: none;}

/*messenger*/
menu .floatMenu>li.messenger>a>div{top: calc(78% + 70px) !important;}


/*==============================================footer==============================================*/

footer{width: 100%;height: auto;}

/*收合部分*/
.collapse-title{width: 100%;min-height: 35px;line-height: 35px;font-size: 14px;letter-spacing: 1px;text-align: center;color: #ffffff;background-color: #f1a100;cursor: pointer;}
.collapse-title div{height: 35px;text-align: -webkit-center;}
.collapse-title div p{margin: 0px;width: 100px;height: 35px;line-height: 35px;}
.collapse-title i{font-size: 35px;margin-left: 12px;opacity: 0.5;color: #ffffff;position: absolute;}
.collapse-region{min-height: 50px;width: 100%;padding: 16px 0 0;background-color: #999999;}
.collapse-block {display: flex;justify-content: center;flex-wrap: wrap;}
.collapse-item {padding: 0 20px;border-right: 1px solid #ffffff;margin-bottom: 16px;}
.collapse-item:last-child {border-right: none;}
.collapse-item a{font-size: 16px;letter-spacing: 1px;color: #ffffff;text-decoration: none;}

/*footer部分*/
.footer-region{width: 100%;padding: 20px 0;background-color: #eeeeee;}
.footer-block{height: 70px;display: flex;align-items: center;}

/*footer LOGO*/
.footer-block .logo-box{width: 115px;}
.footer-block .logo-box img{width: 100%;height: auto;}
.contact-region {width: calc(75% - 115px);display: flex;}
.contact-region ul {margin: 0px;list-style: none;padding-left: 40px;font-size: 16px;color: #333333;}
.contact-region li {padding: 4px 0;}
.contact-region li img{margin-right: 15px;transform: translateY(-1px);}

/*QRcode*/
.QR-region{width: 25%;font-size: 16px;color: #333333;display: flex;align-items: center;justify-content: space-between;}
.copyright-block{width: 100%;padding: 20px 0 0;font-size: 16px;text-align: center;color: #999999;}


/*==============================================導航欄==============================================*/

.navbar{height: 70px;margin: 0px;background-color: #ffffff;}
.navbar-default {border-color: #eeeeee;}

/*logo框*/
.navbar .logo-region {width: 150px;height: 70px;padding: 10px 0;float: left;}
.navbar .logo-region img{height: 100%;width: auto;}

/*導航欄項目*/
.navbar-nav{width: calc(100% - 150px);height: 70px;display: flex;align-items: center;justify-content: flex-end;}

/*搜尋按鈕*/
.search-box{width: 35px;}

/*消息按鈕*/
.news-region{width: 35px;margin-left: 20px;position: relative;}
.news-region .num-box{width: 26px;height: 26px;line-height: 25px;font-size: 12px; border-radius: 50%;text-align: center;right: -14px;bottom: 0px;position: absolute;color: #ffffff;background-color: #f1a100;}

/*升級按鈕*/
.upgrade-region .upgrade-btn{width: 120px;height: 40px;font-size: 16px;padding: 0px 12px 0 0;margin-left: 34px;border-radius: 20px;color: #ff5151;background-color: #ffffff;border: 1px solid #ff5151;display: flex;align-items: center;justify-content: space-between;}
.upgrade-region .upgrade-btn .img-box{transform: translateX(9px);}
.upgrade-region .dropdown-menu{margin-left: 34px;}

/*登入按鈕*/
.member-box .member-btn{width: 120px;height: 40px;border-radius: 20px;font-size: 16px;color: #ffffff;background-color: #f1a100;}

/*會員按鈕區塊*/
.member-region{margin-left: 20px;}
.member-box .user-btn{width: 40px;height: 40px;border-radius: 20px;font-size: 16px;color: #ffffff;padding: 5px;background-color: #f1a100;float: left;}
.member-box .user-btn img{width:100%;height: auto;transform: translateY(2px);}

/*會員下拉按鈕*/
.member-box.dropdown .ifbox{margin-left: 10px;color: #999999;float: left;height: 40px;line-height: 40px;}
.member-box.dropdown .ifbox span{margin-left: 20px;color: #333333;}

/*會員下拉*/
.dropdown-menu {min-width: 150px;padding: 5px 0;font-size: 16px;top: 45px;}
.dropdown-menu>li {position: relative;}
.dropdown-menu>li>a {padding: 8px 10px 8px 35px;}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {color: #ffffff;text-decoration: none;background-color: #f1a100;}
.dropdown-menu>li>a:hover::before {content: "●";left: 0px;position: absolute;width: 100%;height: 100%;line-height: 38px;top: 0px;transform: scale(0.6) translateX(-25px);}

/*公告區*/
.notice-region{height: 46px;background-color: #eeeeee;box-shadow: 0 2.5px 5px 0px rgba(0, 0, 64, 0.25);}
.notice-box {font-size: 16px;height: 46px;display: flex;align-items: center;justify-content: center;}
.notice-box a{text-decoration: none;color: #333333;}
.notice-box div{height: 46px;width: 100%;text-align: center;}

/*======================================================================searching======================================================================*/

/*modal底色*/
.modal-backdrop.in {opacity: 0.8;}
#searching .modal-dialog {width: 100%;margin: 160px auto;}

/*搜尋標題*/
#searching .modal-dialog .title-region{font-size: 50px;text-align: center;color: #f1a100;margin-bottom: 30px;}

/*搜尋小題*/
#searching .modal-dialog .sub-box{font-size: 26px;font-weight: initial;text-align: center;color: #ffffff;margin-bottom: 50px;}
#searching form {margin-bottom: 50px;}
#searching .form-group {width: 100%;}
#searching .form-control {height: 70px;width: 100%;font-size: 20px;padding: 24px 32px;border-radius: 3px;}

/*搜尋種類*/
#searching .sort-region{width: 100%;height: auto;}
#searching .sort-region ul {list-style: none;padding: 0px;margin: 0px;display: flex;flex-wrap: wrap;justify-content: end;}
#searching .sort-region li {width: calc(100% / 4 - 35px);height: 70px;line-height: 70px;font-size: 26px;border-radius: 35px;margin-bottom: 30px;text-align: center;background-color: #f3f4f5;opacity: 0.9;cursor: pointer;margin: 0 17.5px 30px;}
#searching .sort-region li:hover{color: #ffffff;background-color: #ff5151;opacity: 1;}
#searching .sort-region li.active {color: #ffffff;background-color: #ff5151;opacity: 1;}

/*modal-footer*/
#searching .modal-footer {border-top: none;padding: 0px;margin-top: 20px;text-align: center;}
#searching .modal-footer button{width: 250px;height: 70px;font-size: 26px;font-weight: bold;border-radius: 35px;margin: 0 15px;text-align: center;background-color: #f3f4f5;}
#searching .modal-footer .cancel-btn{text-align: center;background-color: #ffffff;color: #999999;}
#searching .modal-footer .define-btn{text-align: center;background-color: #f1a100;color: #ffffff;}


/*======================================================================日曆======================================================================*/

#dateModal .modal-header{display: none;}
#dateModal .modal-body {padding: 30px 20px 0;}


/*======================================================================數量======================================================================*/
.num-box {
    width: 100%;
}
.num-box .input-group{
    height: 100%;
}
.num-box .input-group button {
    width: 100%!important;
    border-radius: 0px!important;
    border: solid 1px #dddddd;
    background-color: #ffffff;
    padding: 6px 10px!important;
    color: #999999;
}
.num-box .input-group input.form-control {
    padding: 0px;
}


/*==============================================select設置==============================================*/

/*內置input*/
.select2-search--dropdown {
    display: none;
}

/*select框*/
.select2-container--default .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #ababab;
    line-height: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #cccccc;
}

/*小三角設置*/
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

/*select顏色*/
.select2-results__option--highlighted {
      background-color: #f1a100 !important;
}

/*select懸停顏色*/
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f1a100;
    color: #ffffff;
}

/*日曆下拉*/
.date-box .select2-container--default.select2-container--disabled .select2-selection--single {
    border-radius: 0px;
    background-color: #ffffff;
}
/*==============================================區塊／篩選／Num1==============================================*/

.section.filter.num-1{
    margin: 0px;
}

/*類別遮罩*/
.section.filter.num-1 .sortMask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}
.section.filter.num-1 .sortMask.on{
    display: block;
}

/*商品類別區塊*/
.section.filter.num-1 .sort-region{
    width: 100%;
    height: auto;
    min-height: 50px;
    margin-bottom: 30px;
}

/*商品類別標題*/
.section.filter.num-1 .sort-menu{
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.section.filter.num-1 .sort-menu div:last-child{
    border-right: 1px solid #f1a100;
}
.section.filter.num-1 .sort-menu i{
    font-size: 22px;
    color: #999999;
}
/*類別框*/
.sortTop,.sortSecond,.sortThird,.sortFourth{
    width: calc(100% / 4);
    padding: 0 8px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #f1a100;
    border-right: none;
    color: #333333;
    background-color: #ffffff;
}
/*類別列表*/
.section.filter.num-1 .sort-list{
    position: relative;
    display: flex;
}
.section.filter.num-1 ul.sortTop {
    left: 0px;
}
.section.filter.num-1 ul.sortSecond {
    left: 25%;
}
.section.filter.num-1 ul.sortThird {
    right: 25%;
}
.section.filter.num-1 ul.sortFourth {
    right: 0px;
}
.section.filter.num-1 .sort-list ul {
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    border: 1px solid #f1a100;
    border-top: none;
    z-index: 9;
    position: absolute;
    display: none;
}
.section.filter.num-1 .sort-list li {
    width: 100%;
    padding: 12px 8px;
    text-align: left;
    cursor: pointer;
}
.section.filter.num-1 .sort-list li:hover{
    background-color: #f1a102;
    color: #ffffff;
}

.section.filter.num-1 .sort-menu .active {
    background-color: #f1a100;
    color: #ffffff;
}
.section.filter.num-1 .sort-menu .active i{
    color: #ffffff;
}

/*==============================================區塊／banner／Num1==============================================*/

.section.banner.num-1 {
    margin: 0;
}
.section.banner.num-1 .img-box{
    width: 100%;
    height: auto;
}
.section.banner.num-1 .img-box img{
    width: 100%;
    height: auto;
}

/*==============================================區塊／banner／Num2==============================================*/

.section.banner.num-2 {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.banner.num-2 .img-box {
    width: calc(50% - 15px);
}
.section.banner.num-2 .img-box img{
    width: 100%;
    height: auto;
}

/*==============================================區塊／產品／Num1 (類別頁商品列表)==============================================*/
.section.product.num-1{
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;;
}
/*標題*/
.section.product.num-1 .title-region{
    font-size: 24px;
    margin-left: 30px;
    color: #333333;
    position: relative;
}
.section.product.num-1 .title-region::before{
    position: absolute;
    content: "●";
    font-size: 12px;
    width: 30px;
    height: 100%;
    color: #f39800;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-100%);
}

/*往下看更多*/
.section.product.num-1 .button-region{
    width: 100%;
    font-size: 16px;
    margin: 30px 0 0;
    text-align: center;
}
.section.product.num-1 .button-region button{
    width: 180px;
    height: 40px;
    border-radius: 35px;
}

/*商品標籤*/
.section.product .label-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: auto;
    font-size: 16px;
    background-color: #f1a102;
    color: #ffffff;
    padding: 6px 15px;
    display: none;
}
.section.product .label-box span{
    margin: 0 5px;
}

/*單個商品區*/
.section.product.num-1 .product-block{
    width: calc(100% / 3);
    max-width: 290px;
    padding: 20px;
    height: 600px;
    margin: 0 11px;
    margin-bottom: 20px;
    background-color: #ffffff;
}
.section.product.num-1 .product-block a{
    text-decoration: none;
}

/*商品圖片*/
.section.product.num-1 .product-block>a>.imgBox{
    width: 100%;
    height: 250px;
    position: relative;
    background-image: url(../../../img/empty.jpg);
    background-size: cover;
    background-position: center;
}
.section.product.num-1 .product-block .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*商品名稱*/
.section.product.num-1 .product-block .descBox{
    height: 110px;
    padding: 14px 10px;
    font-size: 16px;
    line-height: 30px;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    background-color: #f3f4f6;
    color: #333333;
}

/*商品按鈕*/
.section.product.num-1 .product-block .button-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.product.num-1 .product-block .button-box button{
    width: calc(100% / 2);
    padding: 6px 12px;
    text-align: -webkit-center;
    background-color: #ffffff;
    border: 1px solid #e9e9e9;
}
.section.product.num-1 .product-block .button-box button .imgBox{
    width: 25px;
}
.section.product.num-1 .product-block .button-box button .imgBox img{
    width: 100%;
    height: auto;
}

/*商品種類列*/
.section.product.num-1 .product-block .type-box{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #999999;
    margin: 15px 0;
}
/*商品售價列*/
.section.product.num-1 .product-block .price-box{
    margin: 15px 0;
    font-size: 16px;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.product.num-1 .product-block .price-box .price-sub{
    text-decoration: line-through;
}
.section.product.num-1 .product-block .price-box span{
    font-size: 20px;
    font-weight: bold;
    color: #ff5151;
}
/*商品輔助列*/
.section.product.num-1 .product-block .sub-box{
    font-size: 16px;
    color: #333333;
    margin: 15px 0;
    display: flex;
    justify-content: space-between;
}
/*商品IF列*/
.section.product.num-1 .product-block .if-box{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 30px;
    line-height: 30px;
}
.section.product.num-1 .product-block .if-box img{
    transform: translateY(-2px);
}

/*一般商品*/
.section.product.num-1 .product-block.common .sub-box{
    display: none;
}

/*線上票券*/
.section.product.num-1 .product-block.tickets .sub-box{
    display: none;
}

/*晚鳥俱樂部*/
.section.product.num-1 .product-block.club .label-box{
    display: block;
}
.section.product.num-1 .product-block.club .price-box{
    justify-content: center;
}
.section.product.num-1 .product-block.club .price-sub{
    display: none;
}

/*旅遊行程*/
.section.product.num-1 .product-block.travel .label-box{
    display: block;
}
.section.product.num-1 .product-block.travel .price-box {
    justify-content: center;
}
.section.product.num-1 .product-block.travel .price-sub{
    display: none;
}


/*==============================================slick按鈕部份==============================================*/
.section.product.num-1 .slick-prev,.section.product.num-1 .slick-next{
    width: 40px;
    height: 80px;
    background: #333333;
    opacity: 0.5;
}
.section.product.num-1 .slick-prev {
    left: 0px;
    z-index: 9;
}
.section.product.num-1 .slick-next {
    right: 0px;
    z-index: 9;
}
.section.product.num-1 .slick-prev:before {
    font-family: FontAwesome;
    content: "\f104";
    font-size: 50px;
    width: 100%;
    height: 100%;
    line-height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.section.product.num-1 .slick-next:before {
    font-family: FontAwesome;
    content: "\f105";
    font-size: 50px;
    width: 100%;
    height: 100%;
    line-height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.section.product.num-1 .slick-prev:hover,
.section.product.num-1 .slick-prev:focus,
.section.product.num-1 .slick-next:hover,
.section.product.num-1 .slick-next:focus{
    background: #333333;
    opacity: 0.8;
}



/*==============================================區塊／類別頁／nNum-1==============================================*/

.section.sort.num-1 {
    width: 100%;
    min-height: 500px;
    margin: 20px 0 50px;
    display: flex;
}
/*麵包籤*/
.section.sort.num-1 .breadcrumb{
    padding: 14px 0;
    margin-bottom: 20px;
}

/*側邊欄*/
.section.sort.num-1 .sidebar-region{
    width: 15%;
    max-width: 270px;
    font-size: 16px;
    height: max-content;
    border: 1px solid #f1a100;
    border-bottom: none;
}
.section.sort.num-1 .sidebar-region ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section.sort.num-1 .sidebar-region ul li {
    padding: 14px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1a100;
}
.section.sort.num-1 .sidebar-region .li-item a {
    text-decoration: none;
    padding: 0 12px;
    color: #f1a100;
}

/*第二層*/
.section.sort.num-1 .sidebar-region ul>li>ul{
    width: 100%;
    display: none;
}

/*li打開*/
.section.sort.num-1 .sidebar-region ul>li.open>ul{
    display: block;
    border-top: 1px solid #f1a100;
}
.section.sort.num-1 .sidebar-region ul>li.open{
    padding: 14px 0 0;
}
.section.sort.num-1 .sidebar-region ul>li.open>a {
    margin-bottom: 14px;
}
.section.sort.num-1 .sidebar-region ul>li.open>ul>li{
    min-height: 50px;
    border-bottom: none;
    background-color: #ffffff;
}
.section.sort.num-1 .sidebar-region ul>li.open>ul>li a{
    color: #333333;
    padding: 0 12px 0 20px;
}

/*active顏色*/
.section.sort.num-1 .sidebar-region ul>li.open.active{
    background-color: #f1a100;
}
.section.sort.num-1 .sidebar-region ul>li.open.active>a {
    color: #ffffff;
}

.section.sort.num-1 .sidebar-region ul>li.open>ul>li.active {
    background-color: #f1a100;
}
.section.sort.num-1 .sidebar-region ul>li.open>ul>li.active a {
    color: #ffffff;
}

/*商品項目區塊*/
.section.sort.num-1 .wrap-region {
    width: calc(85% - 30px);
    margin-left: 30px;
    min-height: 300px;
}


/*======================================================================商品詳細頁面======================================================================*/

/*==============================================商品圖區塊==============================================*/
.prodDetail-region{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
/*推薦人區塊*/
.recommened-region{
    font-size: 16px;
    word-break: break-word;
    width: 100%;
    padding: 0 0 0 25px;
    margin-bottom: 25px;
    color: #333333;
    position: relative;
}
.recommened-region:before{
    font-family: "FontAwesome";
    content: "\f005";
    position: absolute;
    left: 0;
    top: 0.5px;
}
.recommened-region .user_info {
    font-size: 14px;
    margin-left: 10px;
    color: #f1a100;
}

/* 商品大圖 */
.imgSlider{
    width: 400px;
}
.imgSlider .slider-for {
    margin-bottom: 20px;
}
.imgSlider .slider-for div{
    width: 100%;
    height: 100%;
}
.imgSlider .slider-for img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.imgSlider .slick-slide:focus {
  outline: none;
}

/*商品nav小圖*/
.imgSlider .slider-nav .slick-slide {
    margin: 5px;
}
.imgSlider .slider-nav img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.slider-nav {
  cursor: pointer;
}

/*訊息區塊*/
.prodInfo-region .info-region{
    visibility: collapse;
}
/*價錢提示*/
.prodInfo-region .price-box .price-tip{
    display: none;
}
.prodInfo-region .if-region .if-item:nth-child(1) {
     /*display: none; */
}

/*==============================================商品詳細區塊==============================================*/

.prodInfo-region{
    width: calc(100% - 430px);
    margin-left: 30px;
}

/*訊息區塊*/
.prodInfo-region .info-region{
    width: 100%;
    display: flex;
    align-items: flex-end;
    display: none;
}
.prodInfo-region .info-region .info-box{
    width: calc(100% - 140px);
    font-size: 16px;
    color: #999999;
}
.prodInfo-region .info-region button {
    width: 130px;
    height: 34px;
    margin-left: 10px;
    border-radius: 35px;
    text-align: center;
    color: #333333;
}
.prodInfo-region .info-region button i {
    font-size: 18px;
    margin-right: 5px;
    color: #f1a100;
    transform: translateY(1px);
}

.prodInfo-region .info-region button:hover,
.prodInfo-region .info-region button:focus {
    color: #ffffff;
}
.prodInfo-region .info-region button:hover i,
.prodInfo-region .info-region button:focus i {
    color: #ffffff;
}

/*商品名稱*/
.prodInfo-region .title-region{
    font-size: 24px;
    margin: 20px 0;
    color: #333333;
}

/*商品輔助詳細區*/
.prodInfo-region .sub-region{
    font-size: 16px;
    color: #333333;
    padding: 20px 0 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

/*商品注意*/
.prodInfo-region .sub-region .notice-item{
    font-size: 16px;
    margin-bottom: 20px;
    display: -webkit-box;
    color: #f1a100;
}
.prodInfo-region .sub-region .notice-item .text-box {
    width: calc(100% - 35px);
    line-height: 26px;
}
.prodInfo-region .sub-region .notice-item .img-box{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.prodInfo-region .sub-region .notice-item .img-box img{
    width: 100%;
    height: auto;
}

/*商品細項*/
.prodInfo-region .sub-region .sub-item{
    width: 100%;
    display: flex;
    align-items: start;
    margin-bottom: 20px;
}
.prodInfo-region .sub-region .sub-label{
    width: 100px;
}
.prodInfo-region .sub-region .sub-box{
    width: calc(100% - 100px);
}

/*商品價錢*/
.prodInfo-region .price-box{
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: baseline;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.prodInfo-region .price-box span{
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    color: #ff5151;
}
.prodInfo-region .price-box .price-sub{
    font-size: 16px;
    color: #999999;
    text-decoration: line-through;
}

/*價錢提示*/
.prodInfo-region .price-box .price-tip{
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    text-align: right;
    color: #999999;
    display: none;
}
.prodInfo-region .price-box .price-tip span{
    font-size: 16px;
    color: #ff5151;
}

/*選取區塊*/
.prodInfo-region .choose-region {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.prodInfo-region .choose-item {
    width: calc(50% - 10px);
    display: flex;
    align-items: center;
    font-size: 16px;
}
.prodInfo-region .choose-item .choose-label {
    width: 100px;
}
.prodInfo-region .choose-item .choose-box {
    width: calc(100% - 100px);
}

/*下拉*/
.prodInfo-region .choose-item .choose-box .select2-selection--single{
    border-radius: 0px;
}
.prodInfo-region .choose-item .choose-box .select2-container{
    width: 100% !important;
}

/*數量*/
.prodInfo-region .choose-item .num-box{
    height: 100%;
}
.prodInfo-region .choose-item .num-box,.prodInfo-region .choose-item .input-group{
    height: 100%;
}
.prodInfo-region .choose-item .num-box input{
    height: 100%;
    border: solid 1px #dddddd;
}
.prodInfo-region .choose-item .num-box button{
    height: 100%;
    border-radius: 0px;
    border: solid 1px #dddddd;
    background-color: #ffffff;
}

/*IF幣區塊*/
.prodInfo-region .if-region {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.prodInfo-region .if-region .if-item {
    color: #999999;
    width: max-content;
    margin-left: 10px;
}
.prodInfo-region .if-region .if-item:nth-child(1) {
    /*display: none;*/
}
.prodInfo-region .if-region .if-item span {
    margin: 0 5px;
    color: #333333;
}
.prodInfo-region .if-region .if-item a {
    color: #f1a100;
    margin-left: 5px;
    text-decoration: none;
}

/*商品按鈕區塊*/
.prodInfo-region .button-region{
    width: 100%;
    min-height: 50px;
    text-align: right;
}
.prodInfo-region .button-region button{
    width: 50px;
    height: 50px;
    margin-left: 20px;
    padding: 0px;
    border-radius: 50%;
    border: none;
}
/*灰色按鈕*/
.prodInfo-region button.grayBtn{
    background-color: #dddddd;
}
/*白色按鈕*/
.prodInfo-region button.whiteBtn{
   background-color: #ffffff;
   border: 1px solid #f1a100;
}
.prodInfo-region button.whiteBtn img{
    transform: translateY(1px);
}
.prodInfo-region button.grayBtn,.prodInfo-region button.whiteBtn{
    padding: 10px;
}
.prodInfo-region .button-region button img{
    width: 100%;
    height: auto;
}
.prodInfo-region .button-region .orange-btn{
    width: 150px;
    height: 50px;
    font-size: 16px;
    border-radius: 35px;
}
.prodInfo-region .button-region .orange-btn:hover,
.prodInfo-region .button-region .orange-btn:focus{
    border: 1px solid #f1a100;
}

/*======================================================================商品詳細頁nav======================================================================*/

.prodnav-region{height: 46px;background-color: #ffffff;box-shadow: 0 5px 8px 0px rgba(0, 0, 64, 0.35);display: none;}
.prodnav-box {font-size: 16px;height: 46px;}
.prodnav-box ul{list-style: none;width: 100%;height: 100%;padding: 0px;margin: 0px;}
.prodnav-box li{height: 100%;text-align: center;line-height: 46px;float: left;margin:0;width: calc((100% - 150px) / 4);overflow: hidden;max-width: 175px;}
.prodnav-box li.active a{color: #f1a100;}
.prodnav-box li a{text-decoration: none;color: #333333;}
.prodnav-box li a:hover{color: #f1a100;}
.prodnav-box li.buyBtn{width: 150px;height: 100%;background-color: #ff5151;color: #ffffff;border: none;float: right;cursor: pointer;margin:0px;}

/*==============================================商品Tab區塊==============================================*/

/*商品Tab*/
.section.tabs.num-1{margin:30px 0 50px;}
.section.tabs.num-1 .nav-tabs{height: 46px;font-size: 16px;border: none;}
.section.tabs.num-1 .nav-tabs li{width: calc((100% - 150px) / 4);max-width: 175px;height: 100%;border: 1px solid #f1a102;border-right: none;text-align: center;overflow: hidden;}
.section.tabs.num-1 .nav-tabs li:last-child{border-radius: 0 25px 0 0;border-right: 1px solid #f1a102;}
.section.tabs.num-1 .nav-tabs li:first-child{border-radius: 25px 0 0 0;}
.section.tabs.num-1 .nav-tabs>li>a{margin: 0px;padding: 0px;line-height: 44px;color: #f1a102;}

/* .section.tabs.num-1 .nav-tabs.fixMod{width: 100%;height: 46px;top: 116px;font-size: 16px;border: none;position: fixed;background-color: #fff;z-index: 100;}
.section.tabs.num-1 .nav-tabs.fixMod li{border: none;}
.section.tabs.num-1 .nav-tabs.fixMod li.active{color: #ddd;background-color: transparent !important;} */

/*圖文編輯器*/
.section.tabs.num-1 .tab-content{background-color: #fdfdfd;}
.section.tabs.num-1 .tab-content img,
.section.tabs.num-1 .tab-content iframe,
.section.tabs.num-1 .tab-content video,
.section.tabs.num-1 .tab-content table{max-width: 100%;word-break: break-word;}

.section.tabs.num-1 .tab-content .tab-pane{padding: 30px;}

/*tab hover*/
.section.tabs.num-1 .nav-tabs>li.active>a,
.section.tabs.num-1 .nav-tabs>li.active>a:focus,
.section.tabs.num-1 .nav-tabs>li.active>a:hover {height: 100%;margin: 0px;color: #ffffff;background-color: #f1a100;border: none;border-radius: 0px;}

/*tab 頭尾*/
.section.tabs.num-1 .nav-tabs li:last-child.active>a,
.section.tabs.num-1 .nav-tabs li:last-child>a:hover{border-radius: 0 20px 0 0;}
.section.tabs.num-1 .nav-tabs li:first-child.active>a,
.section.tabs.num-1 .nav-tabs li:first-child>a:hover{border-radius: 20px 0 0 0;}

.section.tabs.num-1 .nav-tabs>li>a:focus,
.section.tabs.num-1 .nav-tabs>li>a:hover {height: 100%;color: #ffffff;background-color: #f1a100;border: none;border-radius: 0px;}


/*======================================================================Modal======================================================================*/


/*==============================Modal／01-中尺寸-form、圖文、兩個按鈕==============================*/
.section.modal.num-1{
    margin: 0px;
    padding-right: 0 !important;
}
.section.modal.num-1 .modal-dialog{
    margin: 150px auto;
}
.section.modal.num-1 .modal-header .close {
    display: none;
}
/*modal標頭*/
.section.modal.num-1 .modal-header{
    padding: 40px 0;
    text-align: center;
    border-bottom: none;
}
/*modal標題*/
.section.modal.num-1 .modal-title{
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0px;
    color: #222222;
}
/*modal範圍*/
.section.modal.num-1 .modal-content{
    box-shadow: none;
    padding: 0px;
    border-radius: 30px;
    background-color: #ffffff;
    border: solid 8px #f1a100;
}
/*modal內容*/
.section.modal.num-1 .modal-body {
    padding: 0 95px;
    width: 100%;
    height: auto;
}
/*輔助文字*/
.section.modal.num-1 .modal-body .sub-box{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}
.section.modal.num-1 .modal-body .sub-box span{
    color: #ff5151;
}
/*圖文編輯器*/
.section.modal.num-1 .txt-box{
    font-size: 16px;
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    text-align: center;
}
/*form表*/
.section.modal.num-1 .form-region{
    padding: 0 35px;
    margin: 40px 0;
}
.section.modal.num-1 .form-group{
    margin-bottom: 20px;
}
.section.modal.num-1 .form-region input{
    font-size: 16px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
}
.section.modal.num-1 .form-region button{
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
}
/*modal footer*/
.section.modal.num-1 .modal-footer{
    text-align: center;
    padding: 0 0 40px;
    margin-top: 40px;
    border: none;
}
.section.modal.num-1 .modal-footer button {
    padding: 8px 0;
    width: 150px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 20px;
    margin: 0 20px;
}
/*顯示上傳區塊*/
.section.modal.num-1 .upload-region{
    width: 100%;
}
.section.modal.num-1 .upload-region .sub-box{
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    color: #333333;
}
.section.modal.num-1 .upload-region .sub-box span{
    color: #f1a100;
}
.section.modal.num-1 .upload-region .upload-item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section.modal.num-1 .upload-region .upload-item .upload-box{
    height: 35px;
    width: calc(100% - 100px);
    font-size: 16px;
    font-weight: 800;
    line-height: 35px;
    padding-right: 5px;
    color: #333333;
}
.section.modal.num-1 .upload-region .upload-item button{
    height: 35px;
    width: 100px;
    padding: 6px 10px;
    border-radius: 30px;
}

/*==============================Modal／02-中尺寸-form、圖文、一個按鈕==============================*/
.section.modal.num-2{
    margin: 0px;
}
.section.modal.num-2 .modal-dialog{
    margin: 150px auto;
}
.section.modal.num-2 .modal-header .close {
    display: none;
}
/*modal標頭*/
.section.modal.num-2 .modal-header{
    padding: 40px 0;
    text-align: center;
    border-bottom: none;
}
/*modal標題*/
.section.modal.num-2 .modal-title{
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0px;
    color: #222222;
}
/*modal範圍*/
.section.modal.num-2 .modal-content{
    box-shadow: none;
    padding: 0px;
    border-radius: 30px;
    background-color: #ffffff;
    border: solid 8px #f1a100;
}
/*modal內容*/
.section.modal.num-2 .modal-body {
    padding: 0 95px;
    width: 100%;
    height: auto;
    min-height: 100px;
}
/*輔助文字*/
.section.modal.num-2 .modal-body .sub-box{
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #333333;
}
.section.modal.num-2 .modal-body .sub-box span{
    color: #ff5151;
}
/*圖文編輯器*/
.section.modal.num-2 .txt-box{
    font-size: 16px;
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    text-align: center;
}
/*icon區塊*/
.section.modal.num-2 .modal-body .icon-region{
    width: 100%;
    height: auto;
    padding: 0 10%;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section.modal.num-2 .modal-body .icon-region .icon-box{
    width: 80px;
    height: 80px;
    font-size: 16px;
    line-height: 78px;
    text-align: center;
    border-radius: 50%;
    background-color: #dddddd;
}
.section.modal.num-2 .modal-body .icon-region .icon-box a{
    text-decoration: none;
    color: #333333;
}
/*單顆按鈕*/
.section.modal.num-2 .modal-body .single-btn {
    padding: 0 35px;
    margin-bottom: 20px;
}
.section.modal.num-2 .modal-body .single-btn button{
    width: 100%;
    padding: 8px 0;
    font-size: 16px;
    border-radius: 20px;
}
/*form表*/
.section.modal.num-2 .form-region{
    padding: 0 35px;
    margin: 40px 0;
}
.section.modal.num-2 .form-group{
    margin-bottom: 20px;
}
.section.modal.num-2 .form-region input{
    font-size: 16px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
}
.section.modal.num-2 .form-region button{
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
}
/*modal footer*/
.section.modal.num-2 .modal-footer{
    text-align: center;
    padding: 0 95px 40px;
    border: none;
}
.section.modal.num-2 .modal-footer button {
    padding: 8px 0;
    width: calc(100% - 70px);
    font-size: 16px;
    border-radius: 20px;
}


/*==============================Modal／03-中尺寸-一個按鈕==============================*/
.section.modal.num-3{
    margin: 0px;
}
.section.modal.num-3 .modal-dialog{
    margin: 150px auto;
}
.section.modal.num-3 .modal-header .close {
    display: none;
}
/*modal標頭*/
.section.modal.num-3 .modal-header{
    padding: 40px 0;
    text-align: center;
    border-bottom: none;
}
/*modal標題*/
.section.modal.num-3 .modal-title{
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    margin: 0px;
    color: #222222;
}
/*modal範圍*/
.section.modal.num-3 .modal-content{
    box-shadow: none;
    padding: 0px;
    border-radius: 30px;
    background-color: #ffffff;
    border: solid 8px #f1a100;
}
/*modal內容*/
.section.modal.num-3 .modal-body {
    padding: 0 30px;
    width: 100%;
    height: auto;
}
/*輔助文字*/
.section.modal.num-3 .modal-body .sub-box{
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #333333;
}
.section.modal.num-3 .modal-body .sub-box span{
    color: #ff5151;
}
.section.modal.num-3 .modal-body .sub-box ol{
    padding-left: 25px;
    text-align: left;
}
.section.modal.num-3 .modal-body .sub-box ol li{
    margin-bottom: 12px;
}
/*圖文編輯器*/
.section.modal.num-3 .txt-box{
    font-size: 16px;
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    text-align: center;
}
/*form表*/
.section.modal.num-3 .form-region{
    padding: 0 35px;
    margin: 40px 0;
}
.section.modal.num-3 .form-group{
    margin-bottom: 20px;
}
.section.modal.num-3 .form-region input{
    font-size: 16px;
    height: 40px;
    border-radius: 0px;
    text-align: center;
}
.section.modal.num-3 .form-region button{
    padding: 8px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
}
/*modal footer*/
.section.modal.num-3 .modal-footer{
    text-align: center;
    padding: 0 0 40px;
    margin-top: 40px;
    border: none;
}
.section.modal.num-3 .modal-footer button {
    padding: 8px 0;
    width: 150px;
    max-width: 100%;
    font-size: 16px;
    border-radius: 20px;
    margin: 0 20px;
}
/*顯示上傳區塊*/
.section.modal.num-3 .upload-region{
    width: 100%;
}
.section.modal.num-3 .upload-region .sub-box{
    font-size: 16px;
    text-align: left;
    margin-bottom: 12px;
    color: #333333;
}
.section.modal.num-3 .upload-region .sub-box span{
    color: #f1a100;
}
.section.modal.num-3 .upload-region .upload-item{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.section.modal.num-3 .upload-region .upload-item .upload-box{
    height: 35px;
    width: calc(100% - 100px);
    font-size: 16px;
    font-weight: 800;
    line-height: 35px;
    padding-right: 5px;
    color: #333333;
}
.section.modal.num-3 .upload-region .upload-item button{
    height: 35px;
    width: 100px;
    padding: 6px 10px;
    border-radius: 30px;
}


/*======================================================================會員中心======================================================================*/

.section.member.num-1{
    margin: 0px 0px 50px;
    display: flex;
    align-items: flex-start;
}

/*==============================會員中心-側邊欄==============================*/
.section.member.num-1 .sidebar-region{
    width: 25%;
    max-width: 270px;
    font-size: 16px;
    border: 1px solid #f1a100;
}
.section.member.num-1 .sidebar-region ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.section.member.num-1 .sidebar-region li{
    min-height: 50px;
    padding: 13px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
/*購物車顏色*/
.section.member.num-1 .sidebar-region .shopCar{
    padding: 10px 0 0px;
}
.section.member.num-1 .sidebar-region li.shopCar>a{
    color: #f1a100;
}

/*li框*/
.section.member.num-1 .sidebar-region li.li-item{
    cursor: pointer;
    border-bottom: 1px solid #f1a100;
}
.section.member.num-1 .sidebar-region li.li-item:last-child{
    border-bottom: none;
}
.section.member.num-1 .sidebar-region li.li-item:hover>a{
    color: #f1a100;
    text-decoration: none;
}
.section.member.num-1 .sidebar-region a{
    text-decoration: none;
    display: block;
    color: #333333;
    padding: 0 5px 0 40px;
}

/*第二層ulli*/
.section.member.num-1 .sidebar-region ul>li ul{
    width: 100%;
    margin-top: 13px;
}
.section.member.num-1 .sidebar-region ul>li ul a{
    color: #333333;
    padding-left: 80px;
}
.section.member.num-1 .sidebar-region ul>li ul a:hover{
    color: #f1a100;
}

/*懸停狀態*/
.section.member.num-1 .sidebar-region li.active{
    position: relative;
    background-color: #f1a100;
}
.section.member.num-1 .sidebar-region li.active>a{
    color:#ffffff;
}
.section.member.num-1 .sidebar-region li.active:hover>a{
    color: #ffffff;
}
.section.member.num-1 .sidebar-region li.active:before{
    position: absolute;
    content: "˙";
    font-size: 65px;
    height: 50px;
    left: 0;
    width: 20px;
    line-height: 90px;
    color: #ffffff;
    transform: translateX(-50%);
}

/*==============================會員中心-會員內容==============================*/

.section.member.num-1 .wrap-region{
    width: calc(75% - 30px);
    margin-left: 30px;
    padding: 50px;
    background-color: #f3f4f5;
}
.section.member.num-1 .wrap-region .title-region{
    width: 100%;
    font-size: 24px;
    font-weight: initial;
    text-align: center;
    color: #333333;
    margin-bottom: 30px;
}

/*==============================會員中心標題-注意事項==============================*/

.section.member.num-1 .wrap-region .notice{
    width: 100%;
    font-size: 16px;
    padding: 0 28px;
    text-align: right;
    color: #ff3131;
}

/*==============================會員中心標題-按鈕區塊==============================*/

.section.member.num-1 .wrap-region .titleButton{
    width: 100%;
    font-size: 16px;
    text-align: center;
    color: #ff3131;
}
.section.member.num-1 .wrap-region .titleButton button{
    height: 40px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 30px;
}
.section.member.num-1 .wrap-region .titleButton .sub-region{
    margin-top: 30px;
    font-size: 16px;
    text-align: right;
    color: #333333;
}
.section.member.num-1 .wrap-region .titleButton .sub-region a{
    color: #f39800;
    text-decoration: none;
}

/*==============================會員中心標題-下拉==============================*/

.section.member.num-1 .wrap-region .select-region{
    width: 100%;
    height: 100%;
    text-align: right;
}
.section.member.num-1 .wrap-region .select-region select{
    width: 200px;
    height: 100%;
}
.section.member.num-1 .wrap-region .select-region .select2-container{
    text-align: left;
}
.section.member.num-1 .wrap-region .select-region .select2-container--default .select2-selection--single{
    border-radius: 0px;
}
.section.member.num-1 .wrap-region .select-region .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #333333;
}

/*==============================會員中心標題-訂單標頭==============================*/

.section.member.num-1 .wrap-region .order-region{
    width: 100%;
    height: 90px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 30px;
}
.section.member.num-1 .wrap-region .order-region select{
    width: calc(50% - 10px);
    height: 100%;
}
.section.member.num-1 .wrap-region .order-region .select2-container--default .select2-selection--single{
    border-radius: 0px;
}
.section.member.num-1 .wrap-region .order-region .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #333333;
}
.section.member.num-1 .wrap-region .order-region .input-group{
    width: calc(50% - 10px);
    height: 40px;
}
.section.member.num-1 .wrap-region .order-region .input-group input{
    height: 100%;
    border-radius: 0;
}
.section.member.num-1 .wrap-region .order-region .input-group .input-group-btn{
    width: 100px;
}
.section.member.num-1 .wrap-region .order-region .input-group .input-group-btn button{
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: 1px solid #999999;
    background-color: #999999;
    color: #ffffff;
}
/*==============================會員內容區塊==============================*/

.section.member.num-1 .wrap-block{
    width: 100%;
    margin-top: 20px;
}
.section.member.num-1 .wrap-block .line{
    width: 100%;
    height: 2px;
    background-color: #dddddd;
    border-bottom: 1px solid #eeeeee;
}
.section.member.num-1 .wrap-block.collapseStyle{
    border: 1px solid #d2d6d9;
    background-color: #ffffff;
}
.section.member.num-1 .wrap-block.collapseStyle.gray{
    border: 1px solid #d2d6d9;
    background-color: #dddddd;
}
/*會員內容-小標題*/
.section.member.num-1 .title-item{
    height: 40px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
    color: #333333;
}
/*會員內容-表格標題*/
.section.member.num-1 .wrap-block .wrap-title{
    width: 100%;
    height: 40px;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #ffffff;
    background-color: #f39800;
}
.section.member.num-1 .wrap-block .itemBox{
    padding: 0 5px;
    text-align: center;
}
/*會員內容中item*/
.section.member.num-1 .wrap-block .wrap-item{
    width: 100%;
    font-size: 14px;
    padding: 20px 0;
    margin: 2px 0;
    display: flex;
    align-items: center;
    color: #333333;
    background-color: #ffffff;
}
/*會員內容中按鈕*/
.section.member.num-1 .wrap-block button{
    width: calc(100% - 8px);
    border-radius: 35px;
    padding: 6px 12px;    
}
/*會員內容中文字框*/
.section.member.num-1 .wrap-block .text-box{
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    color: #333333;
    word-break: break-all;
}
.section.member.num-1 .wrap-block .text-box span{
    margin: 0 8px;
    color: #ff5151;
}
/*會員內容中輔助框*/
.section.member.num-1 .wrap-block .sub-box{
    width: 100%;
    font-size: 12px;
    color: #999999;
    display: flex;
    align-items: center;
}
.section.member.num-1 .wrap-block .sub-box span{
    margin: 0 2px;
    color: #ff5151;
}
/*會員內容中-日期顯示*/
.section.member.num-1 .wrap-block .date-box{
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    text-align: left;
    padding: 0;
    background-color: aquamarine;
}
.section.member.num-1 .wrap-block .date-box span{
    height: 100%;
    right: 0px;
    top: 0;
    line-height: 35px;
}

/*會員內容中標籤*/
.section.member.num-1 .wrap-block .tag{
    width: 50px;
    height: 24px;
    margin-left: 10px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid #f1a100;
    color: #333;
}
/*==============================會員內容摺疊==============================*/

.section.member.num-1 .wrap-block.collapseStyle .totalTitle{
    font-size: 16px;
    padding: 15px 15px 0px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.member.num-1 .wrap-block.collapseStyle .totalTitle span{
    font-size: 24px;
    color: #ff5151;
    margin-left: 15px;
}

.section.member.num-1 .wrap-block.collapseStyle .collapse-title{
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #333333;
    background-color: #ffffff;
}
.section.member.num-1 .wrap-block.collapseStyle .collapse-title i{
    color: #f1a100;
    opacity: 1;
}
.section.member.num-1 .wrap-block.collapseStyle .collapse-region{
    padding: 0px;
    background-color: #f3f4f5;
    min-height: auto;
}

/*==============================會員內容摺疊(灰)==============================*/

.section.member.num-1 .wrap-block.collapseStyle.gray .totalTitle{
    font-size: 16px;
    padding: 15px 15px 0px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section.member.num-1 .wrap-block.collapseStyle.gray .collapse-title{
    background-color: #dddddd;
}

.section.member.num-1 .wrap-block.collapseStyle.gray .collapse-region{
    padding: 0px;
    background-color: #f3f4f5;
    min-height: auto;
}
/*注意事項*/
.section.member.num-1 .wrap-block.collapseStyle.gray .notice{
    font-size: 16px;
    padding: 10px 15px;
    text-align: center;
    color: #ff5151;
}
/*標題*/
.section.member.num-1 .wrap-block.collapseStyle.gray .title-region{
    height: 40px;
    width: 250px;
    margin: 0px;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    border-radius: 15px 15px 0 0;
    background-color: #f39800;
}
.section.member.num-1 .wrap-block.collapseStyle.gray .wrap-item{
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #999999;
}
.section.member.num-1 .wrap-block.collapseStyle.gray .wrap-box{
    margin-top: 10px;
}
.section.member.num-1 .wrap-block.collapseStyle.gray .half-box{
    width: 25%;
    padding: 0 12px;
    word-break: break-all;
}
.section.member.num-1 .wrap-block.collapseStyle.gray .half-box:nth-child(even){
    color: #333333;
}


/*==============================會員內容-下拉==============================*/

.section.member.num-1 .wrap-block .select2-container{
    width: 100% !important;
}
.section.member.num-1 .wrap-block .select2-selection__rendered{
    color: #333333;
    padding-left: 0px;
    padding-right: 12px;
}
.section.member.num-1 .wrap-block .select2-container--default .select2-selection--single{
    border-radius: 0px;
    font-size: 12px;
    text-align: left;
    padding: 0 5px;
}

/*dropdown部分*/
.select2-results {
    font-size: 13px;
}
.select2-container--open .select2-dropdown--below {
    border-radius: 0px;
}
.section.member.num-1 .wrap-block .select2-results__option{
    padding: 6px 2px;
}
/*==============================會員內容-icon動作按鈕==============================*/

.section.member.num-1 .news-btn{
    width: 40px;
    display: -webkit-inline-box;
    border: 1px solid #f3f4f5;
    cursor: pointer;
}
.section.member.num-1 .news-btn img{
    width: 100%;
    height: auto;
}

/*==============================會員內容-產品項目==============================*/

.section.member.num-1 .wrap-block .productStyle{
    height: 100%;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
}
/*會員中心產品圖*/
.section.member.num-1 .wrap-block .productStyle .productImg{
    width: 80px;
    height: auto;
    margin-right: 10px;
}
.section.member.num-1 .wrap-block .productStyle .productImg img{
    width: 100%;
    height: auto;
}
/*會員中心產品資訊*/
.section.member.num-1 .wrap-block .productStyle .product-item{
    width: calc(100% - 90px);
    text-align: left;
}
/*會員中心商品名稱*/
.section.member.num-1 .wrap-block .productStyle a{
    color: #333333;
    text-decoration: none;
    line-height: 20px;
    display: block;
}
.section.member.num-1 .wrap-block .productStyle a:hover{
    color: #f39800;
}
/*會員中心商品類型*/
.section.member.num-1 .wrap-block .productStyle .product-sub{
    font-size: 14px;
    color: #f39800;
    margin-bottom: 5px;
}
/*會員中心推薦人*/
.section.member.num-1 .wrap-block .productStyle .recommend-box{
    width: 100%;
    font-size: 14px;
    text-align: left;
    margin: 20px 0 0;
    color: #999999;
}

/*==============================會員內容-金額區塊==============================*/

.section.member.num-1 .wrap-block .total-region{
    width: 100%;
    margin:10px 0;
}
.section.member.num-1 .wrap-block .total-item{
    height: 55px;
    width:  100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999999;
}
.section.member.num-1 .wrap-block .total-label{
    width: calc(100% - 100px);
    padding: 0 12px 0 0;
    padding-left: calc(50% + 12px);
    word-break: break-all;
}
.section.member.num-1 .wrap-block .total-label span{
    color: #ff5151;
}
.section.member.num-1 .wrap-block .total-region .total {
    width: 100px;
    padding: 0 12px;
    text-align: right;
    color: #333333;
}
/*==============================會員內容-優惠區塊==============================*/

.section.member.num-1 .wrap-block .offer-region{
    width: 100%;
    margin:10px 0;
}
.section.member.num-1 .wrap-block .offer-item{
    height: 55px;
    width:  100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #999999;
}
/*優惠券*/
.section.member.num-1 .wrap-block .entity-label{
    width: calc(100px); 
    padding: 0 12px;
}
.section.member.num-1 .wrap-block .entity-sub{
    width: calc(50% - 100px);
    color: #333333;
    padding: 0 12px;
}
.section.member.num-1 .wrap-block .offer-label{
    width: calc(50% - 100px);
    padding: 0 12px;
    word-break: break-all;
}
.section.member.num-1 .wrap-block .offer-label span{
    color: #ff5151;
}
.section.member.num-1 .wrap-block .offer-region .total {
    width: 100px;
    padding: 0 12px;
    text-align: right;
    color: #333333;
}

/*==============================會員內容-應付總金額==============================*/

.section.member.num-1 .wrap-block .totalAmount{
    width: 100%;
    margin:10px 0;
}
.section.member.num-1 .wrap-block .totalAmount-item{
    height: 55px;
    width:  100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: #999999;
}
.section.member.num-1 .wrap-block .totalAmount-label{
    width: calc(100% - 15%);
    padding: 0 12px 0 0;
    padding-left: calc(50% + 12px);
    word-break: break-all;
}
.section.member.num-1 .wrap-block .totalAmount .total {
    width: 15%;
    padding: 0 12px;
    text-align: right;
    color: #333333;
}

/*==============================會員中心-訂購人資訊==============================*/

.section.member.num-1 .wrap-region .buyerInfo{
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #ffffff;
}
.section.member.num-1 .wrap-region .buyerInfo .buy-item{
    height: 55px;
    width: 100%;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333333;
    background-color: #ffffff;
}
.section.member.num-1 .wrap-region .buyerInfo .buy-item .buyHalf{
    width: 25%;
    padding: 0 12px;
    word-break: break-all;
}
.section.member.num-1 .wrap-region .buyerInfo .buy-item .buyHalf50{
    width: 50%;
    padding: 0 12px;
    word-break: break-all;
}
.section.member.num-1 .wrap-region .buyerInfo .buy-item .buyAll{
    width: 75%;
    padding: 0 12px;
    word-break: break-all;
}
.section.member.num-1 .wrap-region .buyerInfo .buy-item .buyHalf50 span{
    color: #ff5151;
}



/*==============================會員內容-按鈕區塊==============================*/

.section.member.num-1 .wrap-block .button-region{
    width: 100%;
    font-size: 16px;
    margin: 40px 0 0;
    text-align: center;
}
.section.member.num-1 .wrap-block .button-region button{
    width: 180px;
    height: 40px;
    border-radius: 35px;
}




/*======================================================================Media======================================================================*/


@media (max-width: 767px) {}

@media (max-width: 480px) {}

@media (max-width: 320px) {}

@media (min-width: 768px) and (max-width: 991px) {

/*======================================================================基礎架構類======================================================================*/
    
    /*項目標題*/
    .section .title-region{font-size: 28px;margin-bottom: 22px;    }

/*==============================================footer/*==============================================

    /*footer LOGO*/
    .footer-block .logo-box {width: 95px;}
    .contact-region {width: calc(75% - 95px);}
    .contact-region ul {font-size: 13px;padding-left: 20px;}
    .contact-region li img {margin-right: 8px;}

    /*收合部分*/
    .collapse-item a {font-size: 14px;}

    /*QRcode*/
    .QR-region {font-size: 12px;}
    .QR-region img {height: 55px;}
    .copyright-block {font-size: 14px;}


/*======================================================================searching======================================================================*/
    
    /*搜尋標題*/  
    #searching .modal-dialog .title-region {margin-bottom: 5px;}

    /*搜尋小題*/
    #searching .form-control {height: 60px;}

    /*搜尋種類*/
    #searching .sort-region li {height: 45px;
    line-height: 45px;
    font-size: 18px;
    border-radius: 22.5px;
    width: calc(100% / 4 - 10px);
    margin: 0 5px 30px;}

    /*modal-footer*/
    #searching .modal-footer button {width: 170px;height: 45px;border-radius: 22.5px;font-size: 18px;}


/*======================================================================數量======================================================================*/
    .num-box .input-group button {
        height: 40px;
        padding: 0px 4px!important;
        font-size: 10px;
    }
    .num-box .input-group input.form-control {
        height: 40px;
        padding: 0px;
    }

/*==============================================區塊／產品／Num1==============================================*/
    
    .section.product.num-1 {
        justify-content: flex-start;
    }

    /*商品標籤*/
    .section.product .label-box {
        font-size: 12px;
    }

    /*單個商品區*/
    .section.product.num-1 .product-block {
        padding: 12px;
        height: 440px;
        margin: 0px;
        margin-bottom: 10px;
    }

    /*往下看更多*/
    .section.product.num-1 .button-region {
        width: 100%;
        margin: 40px 0 0;
        text-align: center;
    }
    .section.product.num-1 .button-region button {
        font-size: 14px;
        height: 35px;
        width: 140px;
        margin-left: 15px;
    }
    /*商品按鈕*/
    .section.product.num-1 .product-block .button-box button .imgBox {
        width: 20px;
    }
    /*商品種類列*/
    .section.product.num-1 .product-block .type-box {
        margin: 10px 0;
        font-size: 12px;
    }
    /*商品圖片*/
    .section.product.num-1 .product-block>a>.imgBox {
        height: 170px;
    }
    /*商品名稱*/
    .section.product.num-1 .product-block .descBox {
        font-size: 14px;
        line-height: 23px;
        height: 84px;
        padding: 10px 8px;
    }
    /*商品售價列*/
    .section.product.num-1 .product-block .price-box{
        margin: 10px 0;
        font-size: 12px;
    }
    .section.product.num-1 .product-block .price-box span {
        font-size: 15px;
    }
    /*商品輔助列*/
    .section.product.num-1 .product-block .sub-box{
        margin: 10px 0;
        font-size: 12px;
    }
    /*商品IF列*/
    .section.product.num-1 .product-block .if-box{
        font-size: 12px;
    }
    .section.product.num-1 .product-block .if-box img {
        transform: translateY(-1.5px) scale(0.6);
    }


    /*==============================================slick按鈕部份==============================================*/
    .section.product.num-1 .slick-prev,.section.product.num-1 .slick-next{
        width: 25px;
        height: 50px;
    }
    .section.product.num-1 .slick-prev:before {
        font-size: 30px;
        line-height: 50px;
    }
    .section.product.num-1 .slick-next:before {
        font-size: 30px;
        line-height: 50px;
    }
    .section.product.num-1 .slick-prev:hover,
    .section.product.num-1 .slick-prev:focus,
    .section.product.num-1 .slick-next:hover,
    .section.product.num-1 .slick-next:focus{
        background: #333333;
        opacity: 0.8;
    }

/*==============================================區塊／篩選／Num1==============================================*/

    .section.filter.num-1 .sort-region{
        min-height: 40px;
    }
    
    /*商品類別標題*/
    .section.filter.num-1 .sort-menu{
        height: 40px;
    }
    .section.filter.num-1 .sort-menu i{
        font-size: 15px;
    }
    /*類別框*/
    .sortTop, .sortSecond, .sortThird, .sortFourth {
        font-size: 12px;
        padding: 0 5px;
    }
    /*類別列表*/
    .section.filter.num-1 .sort-list li {
        padding: 12px 5px;
    }

/*==============================================區塊／banner／Num2==============================================*/
    
    .section.banner.num-2 .img-box {
        width: calc(50% - 6px);
    }


/*==============================================區塊／產品／Num1 (類別頁商品列表)==============================================*/
    /*標題*/
    .section.product.num-1 .title-region{
        font-size: 20px;
    }


/*==============================================區塊／類別頁／nNum-1==============================================*/

    /*麵包籤*/
    .section.sort.num-1 .breadcrumb {
        font-size: 14px;
    }


    /*側邊欄*/
    .section.sort.num-1 .sidebar-region ul {
        font-size: 12px;
    }
    .section.sort.num-1 .sidebar-region .li-item a {
        padding: 0 6px;
    }
    /*li打開*/
    .section.sort.num-1 .sidebar-region ul>li.open>ul>li a {
        padding: 0 10px 0 12px;
    }


/*======================================================================商品詳細頁面======================================================================*/


    /*==============================================商品圖區塊==============================================*/
    
    /* 商品大圖 */
    .imgSlider{
        width: 320px; 
    }

    /*==============================================商品詳細區塊==============================================*/
    
    .prodInfo-region {
        width: calc(100% - 350px);
        margin-left: 20px;
    }

    /*訊息區塊*/
    .prodInfo-region .info-region .info-box{
        width: calc(100% - 110px);
        font-size: 14px;
    }
    .prodInfo-region .info-region button {
        width: 110px;
        font-size: 13px;
    }
    .prodInfo-region .info-region button i {
        font-size: 16px;
        transform: translateY(0.5px);
    }
    
    /*商品名稱*/
    .prodInfo-region .title-region {
        font-size: 18px;
    }
    
    /*商品輔助詳細區*/
    .prodInfo-region .sub-region {
        padding: 15px 0 0;
    }
    
    /*商品注意*/
    .prodInfo-region .sub-region .notice-item {
        font-size: 13px;
        margin-bottom: 15px;
    }
    .prodInfo-region .sub-region .notice-item .img-box {
        width: 22px;
        height: 22px;
    }
    .prodInfo-region .sub-region .notice-item .text-box {
        line-height: 20px;
    }

    /*商品細項*/
    .prodInfo-region .sub-region .sub-item{
        font-size: 13px;
        margin-bottom: 15px;
    }
    .prodInfo-region .sub-region .sub-label {
        width: 65px;
    }
    .prodInfo-region .sub-region .sub-box{
        width: calc(100% - 65px);
    }

    /*商品價錢*/
    .prodInfo-region .price-box{
        padding: 15px 0; 
    }
    .prodInfo-region .price-box span{
        font-size: 22px;
    }
    
    /*價錢提示*/
    .prodInfo-region .price-box .price-tip {
        font-size: 13px;
        margin-top: 8px;
    }

    /*選取區塊*/
    .prodInfo-region .choose-region {
        margin-bottom: 15px;
    }
    .prodInfo-region .choose-item {
        font-size: 13px;
        width: calc(50% - 5px);
    }
    .prodInfo-region .choose-item .choose-label {
        width: 45px;
    }
    .prodInfo-region .choose-item .choose-box {
        width: calc(100% - 45px);
    }
    .prodInfo-region .choose-item .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }
    .prodInfo-region .choose-item .choose-box .select2-selection--single {
        height: 35px;
    }
    
    /*IF幣區塊*/
    .prodInfo-region .if-region{
        flex-wrap: wrap;
        margin-bottom: 15px;
    }
    .prodInfo-region .if-region .if-item {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .prodInfo-region .if-region .if-item img{
        width:20px; 
    }

    /*商品按鈕區塊*/
    .prodInfo-region .button-region{
        min-height: auto;
    }
    .prodInfo-region .button-region button {
        width: 35px;
        height: 35px;
        margin-left: 10px;
    }
    .prodInfo-region button.grayBtn,
    .prodInfo-region button.whiteBtn {
        padding: 5px;
    }
    .prodInfo-region .button-region .orange-btn {
        width: 110px;
        height: 40px;
        font-size: 14px;
        margin-left: 10px;
    }


/*======================================================================商品詳細頁nav======================================================================*/

    /*商品詳細頁nav*/
    .prodnav-region {height: 40px;}   
    .prodnav-box {font-size: 13px;height: 40px;}
    .prodnav-box li {line-height: 40px;max-width: 140px;}
    .prodnav-box button {width: 100px;}


/*==============================================商品Tab區塊==============================================*/
    
    /*商品Tab*/
    .section.tabs.num-1 .nav-tabs {height: 40px;font-size: 13px;}   
    .section.tabs.num-1 .nav-tabs li{max-width: 140px;}    
    .section.tabs.num-1 .nav-tabs>li>a {line-height: 38px;}
    
    /*tab 頭尾*/
    .section.tabs.num-1 .nav-tabs li:last-child {border-radius: 0 15px 0 0;}
    .section.tabs.num-1 .nav-tabs li:first-child {border-radius: 15px 0 0 0;}
    .section.tabs.num-1 .nav-tabs li:last-child.active>a,
    .section.tabs.num-1 .nav-tabs li:last-child>a:hover {border-radius: 0 12px 0 0;}
    .section.tabs.num-1 .nav-tabs li:first-child.active>a,
    .section.tabs.num-1 .nav-tabs li:first-child>a:hover {border-radius: 12px 0 0 0;}


/*======================================================================會員中心======================================================================*/
    
    
    /*==============================會員中心-側邊欄==============================*/

    .section.member.num-1 .sidebar-region {
        font-size: 14px;
    }
    /*li框*/
    .section.member.num-1 .sidebar-region a {
        padding-left: 20px;
    }

    /*第二層ulli*/
    .section.member.num-1 .sidebar-region ul>li ul a {
        padding-left: 35px;
    }

    /*懸停狀態*/
    .section.member.num-1 .sidebar-region li.active:before{
        left: 0px;
        width: 0px;
        transform: translateX(-22px);
    }

    /*==============================會員中心-會員內容==============================*/

    .section.member.num-1 .wrap-region {
        width: calc(75% - 20px);
        margin-left: 20px;
        padding: 25px;
    }
    .section.member.num-1 .wrap-region .title-region {
        font-size: 20px;
    }
    
    /*注意事項*/
    .section.member.num-1 .wrap-region .notice {
        font-size: 14px;
    }

    /*會員內容表格標題*/
    .section.member.num-1 .wrap-block .wrap-title {
        font-size: 13px;
    }
    .section.member.num-1 .wrap-block .itemBox {
        padding: 0 3px;
    }
    /*會員內容item*/
    .section.member.num-1 .wrap-block .wrap-item {
        font-size: 12px;
        padding: 6px 0;
    }

    /*==============================會員中心標題-按鈕區塊==============================*/

    .section.member.num-1 .wrap-region .titleButton button{
        font-size: 14px;
        height: 35px;
        padding: 0 15px;
        margin: 0px 2px;
    }
    .section.member.num-1 .wrap-region .titleButton .sub-region{
        margin-top: 20px;
        font-size: 12px;
    }

    /*==============================會員中心標題-下拉==============================*/
    .section.member.num-1 .wrap-region .select-region .select2-container {
        font-size: 12px;
    }
    .section.member.num-1 .wrap-region .select-region .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }
    .section.member.num-1 .wrap-region .select-region .select2-container--default .select2-selection--single {
        height: 35px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
    }

    /*==============================會員中心標題-訂單標頭==============================*/
    .section.member.num-1 .wrap-region .order-region{
        height: 85px;
    }
    .section.member.num-1 .wrap-region .order-region .select2-container {
        font-size: 12px;
    }
    .section.member.num-1 .wrap-region .order-region .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 35px;
    }
    .section.member.num-1 .wrap-region .order-region .select2-container--default .select2-selection--single {
        height: 35px;
    }
    .section.member.num-1 .wrap-region .order-region .input-group {
        height: 35px;
    }
    .section.member.num-1 .wrap-region .order-region .input-group .input-group-btn{
        width: 60px;
    }
    .section.member.num-1 .wrap-region .order-region .input-group .input-group-btn button{
        font-size: 12px;
    }
    .section.member.num-1 .wrap-region .order-region .input-group input{
        font-size: 12px;
    }

    /*==============================會員內容-icon動作按鈕==============================*/

    .section.member.num-1 .news-btn{
        width: 100%;
    }

    /*==============================會員內容-產品項目==============================*/

    /*會員中心產品圖*/
    .section.member.num-1 .wrap-block .productStyle .productImg{
        width: 45px;
        margin:4px 8px 0 0;
    }
    /*會員中心產品資訊*/
    .section.member.num-1 .wrap-block .productStyle .product-item {
        width: calc(100% - 57px);
    }
    .section.member.num-1 .wrap-block .productStyle .product-sub{
        font-size: 12px;
        color: #f39800;
    }
    /*會員中心商品名稱*/
    .section.member.num-1 .wrap-block .productStyle a{
        line-height: 18px;
    }
    /*會員中心推薦人*/
    .section.member.num-1 .wrap-block .productStyle .recommend-box{
        font-size: 12px;
        margin: 12px 0 0;
    }


    /*==============================會員內容區塊==============================*/

    /*會員內容中文字框*/
    .section.member.num-1 .wrap-block .text-box{
        font-size: 12px;
        margin-bottom: 12px;
    }
    /*會員內容中輔助框*/
    .section.member.num-1 .wrap-block .sub-box{
        flex-wrap: wrap;
        justify-content: center;
    }

    /*會員內容中-日期顯示*/
    .section.member.num-1 .wrap-block .date-box{
        margin-bottom: 12px;
    }

    /*會員內容中標籤*/
    .section.member.num-1 .wrap-block .tag{
        width: 60px;
        margin: 5px 0 0;
    }

    /*==============================會員內容摺疊==============================*/

    .section.member.num-1 .wrap-block.collapseStyle .totalTitle{
        padding: 8px 15px 0px;
        font-size: 12px;
    }
    .section.member.num-1 .wrap-block.collapseStyle .totalTitle span {
        font-size: 18px;
    }
    .section.member.num-1 .wrap-block.collapseStyle .collapse-title{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .section.member.num-1 .wrap-block.collapseStyle .collapse-title i{
        font-size: 28px;
        margin-left: 8px;
        transform: translateY(2.5px);
    }
    .section.member.num-1 .wrap-block.collapseStyle .collapse-region{
        padding: 0px;
        background-color: #f3f4f5;
        min-height: auto;
    }

    /*==============================會員內容摺疊(灰)==============================*/
    .section.member.num-1 .wrap-block.collapseStyle.gray .totalTitle{
        padding: 8px 15px 0px;
        font-size: 12px;
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .totalTitle span {
        font-size: 18px;
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .collapse-title{
        font-size: 12px;
        margin-bottom: 0px;
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .collapse-title i{
        font-size: 28px;
        margin-left: 8px;
        transform: translateY(2.5px);
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .collapse-region{
        padding: 0px;
        background-color: #f3f4f5;
        min-height: auto;
    }

    /*注意事項*/
    .section.member.num-1 .wrap-block.collapseStyle.gray .notice{
        font-size: 12px;
    }
    /*標題*/
    .section.member.num-1 .wrap-block.collapseStyle.gray .title-region{
        height: 30px;
        width: 160px;
        margin: 0px;
        font-size: 12px;
        line-height: 32px;
        border-radius: 10px 10px 0 0;
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .wrap-item {
        height: 45px;
        font-size: 12px;
    }
    .section.member.num-1 .wrap-block.collapseStyle.gray .half-box{
        padding: 0 10px;
    }


    /*==============================會員內容-金額區塊==============================*/
    .section.member.num-1 .wrap-block .total-label {
        font-size: 12px;
        width: calc(100% - 70px);
    }
    .section.member.num-1 .wrap-block .total-item{
        height: 45px;
        font-size: 12px;
    }
    .section.member.num-1 .wrap-block .total-region .total{
        width: 70px;
    }
    /*==============================會員內容-優惠區塊==============================*/

    .section.member.num-1 .wrap-block .offer-item{
        height: 45px;
    }
    /*優惠券*/
    .section.member.num-1 .wrap-block .entity-label{
        font-size: 12px;
        width: calc(70px);
        padding: 0 10px;
    }
    .section.member.num-1 .wrap-block .entity-sub{
        font-size: 12px;
        width: calc(50% - 70px);
        padding: 0 10px;
    }
    .section.member.num-1 .wrap-block .offer-label{
        font-size: 12px;
        width: calc(50% - 70px);
        padding: 0 10px;
    }
    .section.member.num-1 .wrap-block .offer-region .total {
        font-size: 12px;
        width: 70px;
        padding: 0 10px;
    }

    /*==============================會員內容-應付總金額==============================*/

    .section.member.num-1 .wrap-block .totalAmount{
        height: 45px;
    }
    .section.member.num-1 .wrap-block .totalAmount-label{
        font-size: 12px;
        padding: 0 10px 0 0;
        padding-left: calc(50% + 10px);
    }
    .section.member.num-1 .wrap-block .totalAmount .total {
        font-size: 12px;
        padding: 0 10px;
    }

    /*==============================會員中心-訂購人資訊==============================*/

    .section.member.num-1 .wrap-region .buyerInfo{
        font-size: 12px;
    }
    .section.member.num-1 .wrap-region .buyerInfo .buy-item{
        height: 45px;
        font-size: 12px;
    }
    .section.member.num-1 .wrap-region .buyerInfo .buy-item .buyHalf{
        padding: 0 10px;
    }
    .section.member.num-1 .wrap-region .buyerInfo .buy-item .buyAll{
        padding: 0 10px;

    }

    /*==============================會員內容-按鈕區塊==============================*/

    .section.member.num-1 .wrap-block .button-region{
        width: 100%;
        font-size: 14px;
        margin: 40px 0 0;
        text-align: center;
    }
    .section.member.num-1 .wrap-block .button-region button {
        font-size: 14px;
        height: 35px;
        width: 140px;
        margin-left: 15px;
    }


}

@media (min-width: 992px) and (max-width: 1199px) {

/*==============================================searching==============================================*/ 
    #searching .sort-region li {
        height: 60px;
        border-radius: 30px;
        line-height: 60px;
        font-size: 20px;
        width: calc(100% / 4 - 15px);
        margin: 0 7.5px 30px;
    }
    #searching .modal-footer button {
        width: 220px;
        height: 60px;
        border-radius: 30px;
        font-size: 20px;
    }


/*==============================================區塊／產品／Num1==============================================*/
    .section.product.num-1 {
        justify-content: flex-start;
    }
    /*商品標籤*/
    .section.product .label-box {
        font-size: 14px;
    }
    /*單個商品區*/
    .section.product.num-1 .product-block {
        height: 540px;
        margin: 0;
    }
    /*商品圖片*/
    .section.product.num-1 .product-block>a>.imgBox {
        height: 216.33px;
    }
    /*商品種類列*/
    .section.product.num-1 .product-block .type-box {
        margin: 10px 0;
        font-size: 14px;
    }

    /*商品售價列*/
    .section.product.num-1 .product-block .price-box{
        margin: 10px 0;
        font-size: 14px;
    }
    .section.product.num-1 .product-block .price-box span {
        font-size: 17px;
    }
    /*商品輔助列*/
    .section.product.num-1 .product-block .sub-box{
        margin: 10px 0;
        font-size: 14px;
    }
    /*商品IF列*/
    .section.product.num-1 .product-block .if-box{
        font-size: 14px;
    }
    .section.product.num-1 .product-block .if-box img {
        transform: translateY(-1px);
    }


/*======================================================================商品詳細頁面======================================================================*/


    /*==============================================商品詳細區塊==============================================*/

    /*商品名稱*/
    .prodInfo-region .title-region {
        font-size: 20px;
    }
    
    /*商品輔助詳細區*/
    .prodInfo-region .sub-region {
        font-size: 14px;
    }
    
    /*商品注意*/
    .prodInfo-region .sub-region .notice-item {
        font-size: 14px;
        margin-bottom: 15px;
    }

    /*商品細項*/
    .prodInfo-region .sub-region .sub-item{
        margin-bottom: 15px;
    }
    .prodInfo-region .sub-region .sub-label {
        width: 75px;
    }
    .prodInfo-region .sub-region .sub-box{
        width: calc(100% - 75px);
    }

    /*商品價錢*/
    .prodInfo-region .price-box span{
        font-size: 26px;
    }
    
    /*價錢提示*/
    .prodInfo-region .price-box .price-tip {
        font-size: 14px;
        margin-top: 10px;
    }
    
    /*選取區塊*/
    .prodInfo-region .choose-region {
        margin-bottom: 15px;
    }
    .prodInfo-region .choose-item .choose-label {
        width: 75px;
    }
    .prodInfo-region .choose-item .choose-box {
        width: calc(100% - 75px);
    }
    
    /*IF幣區塊*/
    .prodInfo-region .if-region {
        margin-bottom: 15px;
    }

    /*商品按鈕區塊*/
    .prodInfo-region .button-region button {
        margin-left: 12px;
    }



/*======================================================================會員中心======================================================================*/
    
    /*==============================會員中心-側邊欄==============================*/
    
    /*li框*/
    .section.member.num-1 .sidebar-region a {
        padding-left: 35px;
    }

    /*第二層ulli*/
    .section.member.num-1 .sidebar-region ul>li ul a {
        padding-left: 55px;
    }

    /*懸停狀態*/
    .section.member.num-1 .sidebar-region li.active:before{
        left: 0px;
        width: 0px;
        transform: translateX(-12px);
    }


    /*==============================會員中心-會員內容==============================*/

    /*會員內容表格標題*/   
    .section.member.num-1 .wrap-block .itemBox {
        padding: 0 5px;
    }

}

@media (min-width: 1200px)and (max-width: 1400px) {}
