@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

body {
    background: #F7F6F4;
    overflow-x: auto;
}

a {
    text-decoration: none;color: #1890ff;
}
.pb0{
    padding-bottom: 0px!important;
}


.bbindexmainwrapper {
  width: 1400px;
   margin: auto;
   background: #F7F6F4;
}

.bbindexmainwrapper .maincontainer {
    display: flex;width: 1400px;
    flex-direction: row;    align-items: flex-end;
}

.bbindexmainwrapper .maincontainer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menuside {
  width: auto;
  background: #ffffff;
  height: auto;
  margin-right: 12px;
  width: 228px;

}

.functionside {
    display: flex;
    width: 1200px;
    flex-direction: column;
    flex-wrap: wrap;
}

.functionside .tophotkeyword {
   height: auto;
   margin-bottom: -6px;
   overflow: hidden;
   max-width: 1200px;
}

.functionside .tophotkeyword ul {
    display: flex;
    flex-wrap: nowrap;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.functionside .tophotkeyword ul li {
    display: flex;
    margin-right: 12px;
}

.functionside .tophotkeyword ul li a {
    border-radius: 60px;    word-break: keep-all;
    white-space: nowrap;
    border: 1px solid #8C8C8C;
    color: #505050;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 3px 8px;transition: 0.2s;
}
.functionside .tophotkeyword ul li a:hover{
    background: #ffca35;
    color: #000;
}
.functionside .tophotkeyword ul li.hotname a {
	background: #ffca35ff;
}
.functionside .tophotkeyword ul li.hotname a:hover{
	background: #fff;border-color:#5a68ff; color: #5a68ff;
}
.functionside .rowblockside {
    display: flex;margin-top: 12px;
    flex-direction: row;
    justify-content: space-between;
}

.functionside .rowblockside .topslider{
    flex-basis:890px;width: 890px;
    overflow: hidden;
}
.functionside .rowblockside .topslider .mainslider {
    width: 100%;
    background: #000;position: relative;
    height: auto;
}

.functionside .rowblockside .topslider .mainslider ul {
    line-height: 1;
    margin: 0;
    padding: 0;
}

.functionside .rowblockside .topslider .mainslider ul li {
    line-height: 1;
    margin: 0;
    padding: 0;
    height: 384px;
}

.functionside .rowblockside .topslider .mainslider .swiper-slide img {
    width: 890px;
    height: 384px;

}
.functionside .rowblockside .topslider .mainslider .leftarrow,
.functionside .rowblockside .topslider .mainslider .rightarrow {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #a0a0a0;
    opacity: 0.8;background: #fff;
}
.functionside .rowblockside .topslider .mainslider .leftarrow:hover,
.functionside .rowblockside .topslider .mainslider .rightarrow:hover{
    border: 2px solid #f3c867;
    opacity: 1;
}
.functionside .rowblockside .topslider .mainslider .leftarrow i,
.functionside .rowblockside .topslider .mainslider .rightarrow i{
   font-size: 30px;
   color: #f0bb41;
}
.functionside .rowblockside .topslider .mainslider .leftarrow.swiper-button-disabled,
.functionside .rowblockside .topslider .mainslider .rightarrow.swiper-button-disabled{
    opacity: 1;
}

.functionside .rowblockside .topslider .mainslider .leftarrow {
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.functionside .rowblockside .topslider .mainslider .leftarrow i{
    left: -2px;
    position: relative;
}
.functionside .rowblockside .topslider .mainslider .rightarrow {
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.functionside .rowblockside .topslider .mainslider .rightarrow i{
    right: -2px;
    position: relative;
}
.functionside .rowblockside .topslider .quickentry-wrapper {
    width: 100%;

}

.functionside .rowblockside .topslider .quickentry-wrapper .quickentry {
    display: flex;height: 128px;
    flex-direction: row;
}

.functionside .rowblockside .topslider .quickentry-wrapper .quickentry li {
    margin-right: 12px;
    display: flex;flex: 1;
    height: auto;background: #fff;
}

.functionside .rowblockside .topslider .quickentry-wrapper .quickentry li:last-child {
    margin-right: 0px;
}

.functionside .rowblockside .topslider .quickentry-wrapper .quickentry li img {
    width: 288px;
    height: 128px;
    /*object-fit: cover;*/
}

.functionside .rowblockside .rightfunarea {
   flex-basis:298px;width: 298px;
    margin-left: 12px;
    display: flex;height: auto;
    flex-direction: column;height: 128px;
}

.functionside .rowblockside .rightfunarea .rightfunarea-1 {
    height: 186px; margin-bottom: 12px;
}

.functionside .rowblockside .rightfunarea .rightfunarea-1 img {
    width: 298px;
    height: 186px;
}

.functionside .rowblockside .rightfunarea .rightfunarea-2 {
    height: 186px;


}

.functionside .rowblockside .rightfunarea .rightfunarea-2 img {
    width: 298px;
       height: 186px;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper {
        display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;height: 100%;
    width: 100%;margin-top: 6px;
    justify-content: space-between;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction li {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    flex-basis: auto;
    width: 32%;
    color: #333;
    text-align: center;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    justify-content: center;
    padding: 10px 0px;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction li a {
    display: flex;
    color: inherit;
    display: flex;
    flex-direction: column;text-decoration: none;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction li span {
    margin-top: 6px;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction li:hover img{
    filter: brightness(0) saturate(100%) invert(56%) sepia(28%) saturate(5978%) hue-rotate(348deg) brightness(100%) contrast(103%);
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .rightfunction li img {
    width: 35px;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(0%) sepia(17%) saturate(7448%) hue-rotate(156deg) brightness(92%) contrast(97%);
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news {
    display: flex;
    background: #ffffff;
    width: auto;
    justify-content: space-between;
    padding:9px 0px;
    align-items: center;
}

.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent {
    font-family: Verdana;
    font-size:16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;   width: 100%;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul{
    display: flex;

    justify-content: space-evenly;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li{
    display: inline-flex;
    align-items: center;
    position: relative;
    width: 100px;
    justify-content: center;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li:after{
    position: absolute;
    height: 100%;
    width: 1px;
    background: #333;
    content: '';
    right: 0;

}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li:last-child:after{
    display: none;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li img{
    height: 20px;margin-right: 3px;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li a:hover{
    color: #1890FF;

}
.functionside .rowblockside .rightfunarea .rightfunction-wrapper .news .newcontent ul li a:hover img{
    filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(493%) hue-rotate(168deg) brightness(98%) contrast(109%);
}
.functionside .whyusarea {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 12px;
}

.functionside .whyusarea .promise {
    background: #ffffff;
    display: flex;

    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}


.functionside .whyusarea .promise .whyustitle {
    color: #000;
    text-align: center;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 125.3%;
    /* 35.084px */
    letter-spacing: 1.4px;
   padding-left: 10px;
    padding-right: 10px;
    flex-basis: auto;
    position: relative;
}

.functionside .whyusarea .promise .whyustitle:after {
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/index/symbol.svg);
    background-repeat: no-repeat; background-position: center center;
    content: '';
    right: 0px;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0px;
}

.functionside .whyusarea .promise ul.promiselist {
    display: flex;
    flex:1;
    justify-content: space-evenly;
}

.functionside .whyusarea .promise ul.promiselist li {
    color: #333;
    text-align: center;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    font-style: normal;
    font-weight:bolder;
    line-height: normal;
    letter-spacing: 0.8px;
    display: flex;position: relative;
    flex-direction: column;
    padding-top: 11px;
    padding-bottom: 11px;
}
.functionside .whyusarea .promise:first-child {
    margin-right: 12px;flex: 1;cursor: pointer;
}
.functionside .whyusarea .promise:nth-child(2){
    flex-basis: 40%;
}
.functionside .whyusarea .promise:first-child ul.promiselist li{
   display: flex;
   flex-direction: row;
   align-items: center;
   color: #000;
   text-align: center;
    font-family: "Noto Sans TC", "微軟正黑體";
   font-size: 22px;
   font-style: normal;
   font-weight: 400;
   line-height: 120%; /* 26.4px */
}
.functionside .whyusarea .promise:first-child ul.promiselist li:last-child:after{
    content: '詳情 >';
    position: absolute;
    right: 0px;
    bottom: -24px;
    font-size: 16px;
    color: #1890FF;
    text-decoration: underline;
}
.functionside .whyusarea .promise:first-child ul.promiselist li img{
    width: 40px;margin-right: 8px;
}
.functionside .whyusarea .promise ul.promiselist li a{
   display: flex;
   color: #000;
   flex-direction: column;
   transition: 0.2s;
}
.functionside .whyusarea .promise ul.promiselist li a:hover{
    transform: scale(1.1);
}
.functionside .whyusarea .promise ul.promiselist li img{
    margin: 5px auto;
    width: 70px;
}
.sectioncontainer {
    min-width: 1400px;
    margin: auto;
    background: #ffffff;height:auto;
    margin-top:12px;
    padding-top: 18px;
    padding-bottom: 12px;
}

.sectioncontainer.nopadding {
    padding: 0px;
}

.sectioncontainer h2 {
    color: #000;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.2px;
}

.sectioncontainer h3.cattitle {
    color: #000000;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 24px;
    transition: 0.3s;
}
.sectioncontainer h3.cattitle a{
    color: inherit;
}
.sectioncontainer h3.cattitle a:hover{
    text-decoration: underline;
}
.sectioncontainer .interest-wrapper ul
 {
   list-style: none;
   padding: 0;
   margin: 0;
   line-height: 1;
   display: flex;
   height: auto;
}

.sectioncontainer .interest-wrapper {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
}

.sectioncontainer .interest-wrapper .interestslidercontainer {
    position: relative;
    padding-left: 0px;
    padding-right: 20px;
    margin-right: 35px;
    margin-left: 24px;
}

.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow,
.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow {
   position: absolute;
   z-index: 5;
   display: flex;
   width: 30px;
   align-items: center;
   justify-content: center;
   background: #fff;
   height: 30px;
   border-radius: 100px;
   border: 1px solid #a0a0a0;
   opacity: 0.8;
   top: 55px;
}
.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow:hover,
.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow:hover {
   border: 1px solid #f0bb41;

}
.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow.swiper-button-disabled,
.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow.swiper-button-disabled {
    opacity: 0.2;
    cursor: default;
}
.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow.swiper-button-disabled:hover,
.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow.swiper-button-disabled:hover {
    opacity: 0.2;
    border: 1px solid #a0a0a0;
}
.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow {
    left: 15px;

    margin: auto;
    cursor: pointer;
}

.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow {
    right: -25px;

    margin: auto;
    cursor: pointer;
}
.sectioncontainer .interest-wrapper .interestslidercontainer .leftarrow i ,
.sectioncontainer .interest-wrapper .interestslidercontainer .rightarrow i{
    font-size: 30px;
    color: #f0bb41;
}
.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li {
    display: flex;justify-content: start;
    flex-direction: column;width: 135.22px;height: 245px;
}
.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li:hover p{

    color: #1890ff;text-decoration: underline;
}
.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .imgbox {
    height: 155px;
    width: 100%;
}

.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .title {
    color: #666;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .nowprice {
    color: #000;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    margin-right: auto;
}

.sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .nowprice span {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    margin-left: 3px;
    font-style: normal;
    font-weight: 700;
}

.sectioncontainer .interest-wrapper .interestslidercontainer.memberopen ul.interestslider li .imagebox {
    position: relative;
    width: 100%;height: 180px;
}

.sectioncontainer .interest-wrapper .interestslidercontainer.memberopen ul.interestslider li .imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectioncontainer .interest-wrapper .interestslidercontainer.memberopen ul.interestslider li .imagebox:after {
    background: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/image/index/blackgradient.svg);
    content: '';
    height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    background-position: bottom;
    background-repeat: repeat-x;
}

.sectioncontainer .interest-wrapper .interestslidercontainer.memberopen ul.interestslider li .imagebox .title {
    color: #FFF;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 12px;
    text-align: left;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0px;
    position: absolute;
    bottom: 4px;
    z-index: 5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px 8px;
}

.sectioncontainer .interest-wrapper .interestslidercontainer.memberopen ul.interestslider li .openarticle {
    color: #666;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 140%;
    /* 19.6px */
    letter-spacing: 0px;
    margin: 5px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sectioncontainer .category-wrapper ul{
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: flex; justify-content:start;word-break: keep-all;overflow: auto;
}
.sectioncontainer .category-wrapper ul li {
    background: #ffffff;

}
.sectioncontainer .category-wrapper ul li.active{
  background: #000;
}
.sectioncontainer .category-wrapper ul li.hover {
    background: #E7E7E7;
}

.sectioncontainer .category-wrapper ul li a {
    color: #ffffff;
    text-decoration: none;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 1.1em;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    padding: 10px 0px;
    width: 107px;
    justify-content: center;
}
.sectioncontainer .category-wrapper ul li a.active{
   color: #10239E;
}
.sectioncontainer .category-wrapper ul li a.inactive{
    background: #000000;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#anime_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#anime_mkt"] , .sectioncontainer.catbox#anime_mkt h3.cattitle.active {
    color: #10239E;
}
.sectioncontainer.catbox#anime_mkt.active{
    box-shadow: inset 0px 0px 4px #10239E;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#watch_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#watch_mkt"] , .sectioncontainer.catbox#watch_mkt h3.cattitle.active {
    color: #391085;
}
.sectioncontainer.catbox#watch_mkt.active{
    box-shadow: inset 0px 0px 4px #391085;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#camping_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#camping_mkt"] , .sectioncontainer.catbox#camping_mkt h3.cattitle.active {
    color: #006D75;
}
.sectioncontainer.catbox#camping_mkt.active{
    box-shadow: inset 0px 0px 4px #006D75;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#fishing_tackle_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#fishing_tackle_mkt"] , .sectioncontainer.catbox#fishing_tackle_mkt h3.cattitle.active {
    color: #5B8C00;
}
.sectioncontainer.catbox#fishing_tackle_mkt.active{
    box-shadow: inset 0px 0px 4px #5B8C00;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#railway_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#railway_mkt"] , .sectioncontainer.catbox#railway_mkt h3.cattitle.active {
    color: #0958D9;
}
.sectioncontainer.catbox#railway_mkt.active{
    box-shadow: inset 0px 0px 4px #0958D9;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#audio_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#audio_mkt"] , .sectioncontainer.catbox#audio_mkt h3.cattitle.active {
    color: #876800;
}
.sectioncontainer.catbox#audio_mkt.active{
    box-shadow: inset 0px 0px 4px #876800;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#car_moto_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#car_moto_mkt"] , .sectioncontainer.catbox#car_moto_mkt h3.cattitle.active {
    color: #AD2102;
}
.sectioncontainer.catbox#car_moto_mkt.active{
    box-shadow: inset 0px 0px 4px #AD2102;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#teaset_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#teaset_mkt"] , .sectioncontainer.catbox#teaset_mkt h3.cattitle.active {
    color: #9e3104;
}
.sectioncontainer.catbox#teaset_mkt.active{
    box-shadow: inset 0px 0px 4px #9e3104;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#luxury_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#luxury_mkt"] , .sectioncontainer.catbox#luxury_mkt h3.cattitle.active {
    color: #D46B08;
}
.sectioncontainer.catbox#luxury_mkt.active{
    box-shadow: inset 0px 0px 4px #D46B08;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#carema_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#carema_mkt"] , .sectioncontainer.catbox#carema_mkt h3.cattitle.active {
    color: #874D00;
}
.sectioncontainer.catbox#carema_mkt.active{
    box-shadow: inset 0px 0px 4px #874D00;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#clothing_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#clothing_mkt"] , .sectioncontainer.catbox#clothing_mkt h3.cattitle.active {
    color: #F759AB;
}
.sectioncontainer.catbox#clothing_mkt.active{
    box-shadow: inset 0px 0px 4px #F759AB;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#musical_instruments_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#musical_instruments_mkt"] , .sectioncontainer.catbox#musical_instruments_mkt h3.cattitle.active {
    color: #A8071A;
}
.sectioncontainer.catbox#musical_instruments_mkt.active{
    box-shadow: inset 0px 0px 4px #A8071A;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#golf_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#golf_mkt"] , .sectioncontainer.catbox#golf_mkt h3.cattitle.active {
    color: #02c7a3;
}
.sectioncontainer.catbox#golf_mkt.active{
    box-shadow: inset 0px 0px 4px #02c7a3;
}
.sectioncontainer .category-wrapper ul li a.inactive[href="#sport_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#sport_mkt"] , .sectioncontainer.catbox#sport_mkt h3.cattitle.active {
    color: #90EE90;
}
.sectioncontainer.catbox#sport_mkt.active{
    box-shadow: inset 0px 0px 4px #90EE90;
}
/*懷舊珍藏b2532b */
.sectioncontainer .category-wrapper ul li a.inactive[href="#retro_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#retro_mkt"] , .sectioncontainer.catbox#retro_mkt h3.cattitle.active {
    color: #b2532b;
}
.sectioncontainer.catbox#retro_mkt.active{
    box-shadow: inset 0px 0px 4px #b2532b;
}
/*寶可夢卡ffd801  */
.sectioncontainer .category-wrapper ul li a.inactive[href="#pokemon_mkt"]:hover , .sectioncontainer .category-wrapper ul li a.active[href="#pokemon_mkt"] , .sectioncontainer.catbox#pokemon_mkt h3.cattitle.active {
    color: #ffd801;
}
.sectioncontainer.catbox#pokemon_mkt.active{
    box-shadow: inset 0px 0px 4px #ffd801;
}
.sectioncontainer.catbox#anime_mkt h3.cattitle{

}

.sectioncontainer .cat-container {
    display: flex;
    flex-direction: row;
    padding-left: 24px;
}

.sectioncontainer .cat-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: flex;
}

.sectioncontainer .cat-container .catsliderbox .toparrow,
.sectioncontainer .cat-container .catsliderbox .bottomarrow {
    height: 40px;
    width: 170px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.sectioncontainer .cat-container .catsliderbox .toparrow img,
.sectioncontainer .cat-container .catsliderbox .bottomarrow img {
    width: 20px;
    height: 20px;
}

.sectioncontainer .cat-container .catsliderbox .toparrow {
    align-items: center;cursor: pointer;
}
.sectioncontainer .cat-container .catsliderbox .toparrow.swiper-button-disabled{
    cursor: auto;
}
.sectioncontainer .cat-container .catsliderbox .toparrow.swiper-button-disabled .arrowbox:hover{
   border: 1px solid #a0a0a0;
}
.sectioncontainer .cat-container .catsliderbox .bottomarrow {
    align-items:center;cursor: pointer;
}
.sectioncontainer .cat-container .catsliderbox .bottomarrow.swiper-button-disabled {
    cursor: auto;
}

.sectioncontainer .cat-container .catsliderbox .bottomarrow.swiper-button-disabled .arrowbox:hover {
    border: 1px solid #a0a0a0;
}


.sectioncontainer .cat-container .catsliderbox .catslider-wrapper {
    width: 170px;
    position: relative;
    padding-right: 26px;
}

.sectioncontainer .cat-container .catsliderbox .catslider-wrapper ul.catslider li {
    background: #F7F6F4;
    color: #434343;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;height: 38.4px;
}

.sectioncontainer .cat-container .catsliderbox .catslider-wrapper ul.catslider li:hover {
    background: #a8a8a8;
    color: #ffffff;
}

.sectioncontainer .cat-container .catsliderbox .catslider-wrapper ul.catslider li.active {
    background: #434343;
    color: #ffffff;
}

.sectioncontainer .cat-container .catcover {
   width: 211px;
   height: 272px;
   position: relative;
}
.sectioncontainer .cat-container .catcover:hover img{

}
.sectioncontainer .cat-container .catcover a.catbtn {
   /* border-radius: 18px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    padding: 0px 12px;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 200%;
    align-items: center;*/
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #FFF;
    padding: 0px 12px;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 19px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 200%;
    align-items: center;
    left: 0;
    right: 0;
    width: 90px;
    margin: auto;
    top: auto;
    bottom: 25px;
    justify-content: center;
}

.sectioncontainer .cat-container .catcover a.catbtn img {
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.sectioncontainer .cat-container .catcover img {
    width: 211px;
    height: auto;
}

.sectioncontainer .cat-container .catlistslider-wrapper {
   width: 100%;
   overflow: hidden;
   padding-left: 20px;
   padding-right: 15px;
   margin-right: 5px;
}

.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer {
    position: relative;
}



.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow,
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow {
   position: absolute;
   z-index: 5;
   display: flex;
   width: 30px;
   align-items: center;
   justify-content: center;
   background: #fff;
   height: 30px;
   border-radius: 100px;
   border: 1px solid #a0a0a0;
   opacity: 0.8;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow.swiper-button-disabled,
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow.swiper-button-disabled{
    cursor: default;
    opacity: 0.2;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow.swiper-button-disabled:hover,
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow.swiper-button-disabled:hover{
    border: 1px solid #a0a0a0;
    opacity: 0.2;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow i {
    position: relative;
    left: -1px;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow i{
    position: relative;
    right: -1px;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow i ,
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow i{
    font-size: 30px;
    color: #f0bb41;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow {
    left:-15px;
    top: -60px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .leftarrow:hover{
   opacity: 1;
    border: 1px solid #f0bb41;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow {
    right:-15px;
    top: -60px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer .rightarrow:hover{
   opacity: 1;
    border: 1px solid #f0bb41;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li {
    display: flex;width: 177.8px;margin-right: 20px;
    flex-direction: column;transition: 0.1s;justify-content: start;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li > a{
    display: block;    width: 100%;
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li:hover{
    transform: scale(1.03);
}
.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li .imgbox {
    width: 100%;
    height: 204px;
}

.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li .imgbox img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li .title {
    color: #666;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li .nowprice {
    color: #000;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0px;
    display: flex;
    justify-content: start;
    align-items: baseline;
    margin-right: auto;
}

.sectioncontainer .cat-container .catlistslider-wrapper .catlistslidercontainer ul.catlistslider li .nowprice span {
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    margin-left: 3px;
    font-style: normal;
    font-weight: 700;
}

.sectioncontainer .blog-wrapper {
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}

.sectioncontainer .blog-wrapper .article {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 50%;
    margin-bottom: 16px;
}

.sectioncontainer .blog-wrapper .article .articleimg {
    flex-basis: 55%;
    margin-right: 12px;
    height: 190px;
}

.sectioncontainer .blog-wrapper .article .articleimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sectioncontainer .blog-wrapper .article .articlecontentwrapper {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: start;
    margin-right: 12px;
}

.sectioncontainer .blog-wrapper .article .articlecontentwrapper .article-title {
    color: #000;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 140%;
    /* 22.4px */
}
.sectioncontainer .blog-wrapper .article .articlecontentwrapper .article-title a{
    color: #000;
}
.sectioncontainer .blog-wrapper .article .articlecontentwrapper .article-title a:hover{
    text-decoration: underline;color: #1890ff;
}
.sectioncontainer .blog-wrapper .article .articlecontentwrapper .article-content-box .article-content {
    color: #666;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sectioncontainer .bidprocess-wrapper {
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.sectioncontainer .bidprocess-wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-family: "Noto Sans TC", "微軟正黑體";
    justify-content: center;
    margin-top: 12px;
}

.sectioncontainer .bidprocess-wrapper ul li {
    text-align: center;
    margin: 0 1%;
    margin-bottom: 0px;
    transition: .3s;
    position: relative;
    color: #fff;
    width: 15%;
}

.sectioncontainer .bidprocess-wrapper ul li:last-child:after {
    display: none;
}

.sectioncontainer .bidprocess-wrapper ul li a {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: "Noto Sans TC", "微軟正黑體";
}

.sectioncontainer .bidprocess-wrapper ul li h3 {
    font-family: "Noto Sans TC", "微軟正黑體";
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 6px;
    position: relative;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 7px;
}

.sectioncontainer .bidprocess-wrapper ul li p {
    color: #FFF;
    text-align: center;
    font-family: "Noto Sans TC", "微軟正黑體";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 6px;
}

.sectioncontainer .bidprocess-wrapper ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 80px;
    margin: auto;
    background-image: url(https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/2023bid_0201airtransport150/images/arrow.png?version=1);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    right: -30px;
}
.sectioncontainer.fluid{
    width: 100%;
}
.sectioncontainer .quicklink-wrapper{
    display: flex;
    padding-left: 24px;
    padding-right: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top:0px;

    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #ececec;
    justify-content: center;margin-bottom: 20px;
}
.sectioncontainer .quicklink-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-top: 0px;
    padding-bottom: 10px;
    justify-content: center;
}
.sectioncontainer .quicklink-wrapper ul li{
    width: 200px;
    margin: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style: none;
    padding-top: 10px;
}
.sectioncontainer .quicklink-wrapper ul li a{
     color: #888888;text-decoration: none;
}
.sectioncontainer .quicklink-wrapper ul li a:hover{
    text-decoration: underline;
        color: #1890ff;
}

.sectioncontainer .quicklink-wrapper h2{
    margin-bottom: 7px;padding-left: 5px;text-align: left;
}
.sectioncontainer .quicklink-wrapper ul li ul{
   margin: 0;
   padding: 0;
   border: 0;
   margin-bottom: 15px;
   display: flex;
   flex-direction: column;
}
.sectioncontainer .quicklink-wrapper ul li ul li{
   display: flex;
   flex-wrap: wrap;padding-top: 0;
   flex-direction: row;border:0px;
   position: relative;
   margin-bottom: 3px; font-family: "Noto Sans TC", "微軟正黑體";
   width: auto;
   font-size: 16px;
   padding-right: 5px;
   padding-left: 5px;
}

.sectioncontainer .catlist-wrapper{
   display: flex;
   padding-left: 24px;
   padding-right: 24px;
   flex-direction: row;
   flex-wrap: wrap;
   margin-top: 25px;

   margin-left: auto;
   margin-right: auto;
}
.sectioncontainer .catlist-wrapper ul{
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding-top: 10px;
   padding-bottom: 10px;justify-content: center;
}
.sectioncontainer .catlist-wrapper ul > li{
    width: 230px;
    margin: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ececec;
    padding-top: 10px;
}
.sectioncontainer .catlist-wrapper ul > li:hover{
    background: #fff7e7;
}
.sectioncontainer .catlist-wrapper ul li h3.catname{
   margin-bottom: 7px;padding-left: 5px;
}
.sectioncontainer .catlist-wrapper ul li ul{
   margin: 0;
   padding: 0;justify-content: start;
   border: 0;
   margin-bottom: 15px;
}
.sectioncontainer .catlist-wrapper ul li ul li{
   display: flex;
   flex-wrap: wrap;padding-top: 0;
   flex-direction: row;border:0px;
   position: relative;
   margin-bottom: 3px; font-family: "Noto Sans TC", "微軟正黑體";
   width: auto;
   font-size: 12px;
   padding-right: 5px;
   padding-left: 5px;
}
.sectioncontainer .catlist-wrapper ul li ul li:after{
    position: absolute;
    content: '';
    width: 1px;
    background: #d4d4d4;
    height: 100%;
    right: 0;
}
.sectioncontainer .catlist-wrapper ul li ul li:last-child:after{
    display: none;
}
.sectioncontainer .catlist-wrapper ul li a{
    color: #888888;text-decoration: none;
}
.sectioncontainer .catlist-wrapper ul li a:hover{
    color: #000;font-weight: 400;
}
.sticky {
   position: sticky;
   z-index: 20;
   top: 0px;
   margin-top: 20px;
}

.catslidercontainer {
    width: 170px;
    height: 216px;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 13px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-disabled {
    opacity: 0.2;
}

.swiper-button-lock {
    opacity: 0.2;
}
/*暫放*/
#header_marquee_top{

}
.topnav{
  min-width: 1400px!important;
}
.channel_menu li a{
    padding: 8px 24px;
}
.New-search {
    min-width: 1400px;margin: auto;background:#FF2651;
}
.header-wrapper{
   margin: auto;
   min-width: 1400px;
   height: 70px;background: #fff;
   width: 100%;
   display: flex;
   justify-content: center;
}
.searchkeyword-container{
    display: none;
}

.New-shopping-cart-Quantity{
    float: none;
}
.topnavwrapper{
    min-width: 1400px;
}


.fancybox__thumbs {
    --f-thumb-width: 160px!important;
    --f-thumb-height: 95px!important;
}
.arrowbox{
    width: 28px;
    height: 28px;
    border: 1px solid #a0a0a0;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.arrowbox i{
    font-size: 30px;color: #f0bb41;
}
.arrowbox:hover{
    border:1px solid #f0bb41;
}
.custom-scrollbar::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #f5f5f5;display: none;
}

.custom-scrollbar::-webkit-scrollbar {
    height: 12px;
    background-color: #7c7c7c;display: none;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #727272;display: none;
}

.sectioncontainer .category-wrapper .srcol_nav_wrapper {
    overflow: unset;
}
.MktNav.sectioncontainer .category-wrapper{
    width: calc(100% - 48px);
}

.MktNav.sectioncontainer {
    align-items: center;
    background: #f7f6f4;
    justify-content: center;
}
.MktNavBtn {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    position: absolute;
    cursor: pointer;
    font-size: 30px;
    border-radius: 100px;
    border: 1px solid #a0a0a0;
    color: #f0bb41;
    top: 5px;
}
.MktNavBtn:hover{
    border: 1px solid #f0bb41;
}
.leftarrow .MktNavBtn{

}
.rightarrow .MktNavBtn{

}
.MktNavBtn.fa-caret-left {
    left: 0;
}

.MktNavBtn.fa-caret-right {
    right: 0;
}
#sbn {
    width: 550px;
    display: flex;
    align-items: center;
}

@media all and (min-width: 2000px) {

}

@media all and (min-width: 1600px) and (max-width: 1999.98px) {

}

@media all and (min-width: 1440px) and (max-width: 1599.98px) {

}

@media all and (max-width: 1439.98px){
    .bbindexmainwrapper .maincontainer{
            align-items: start;

    }
    .bbindexmainwrapper {
        min-width: 1180px;
        max-width: 1180px;
        width: 100%;
        margin: auto;
    }

    .sectioncontainer {
        min-width: 1180px;
        max-width: 1180px;
        width: 100%;
        margin: auto;
    }
    #sbn{
      width: auto;max-width: 350px;
    }
    .channeltopheader .topheaderwrapper .leftarea .searchareafun .search-btn{
        width: 100px;
    }
    .channeltopheader .topheaderwrapper .rightarea{
      margin-left: 0px;
    }
    .functionside .tophotkeyword{
        height: auto;
        margin-bottom: -10px;
        margin-top: 15px;
    }
    .functionside .tophotkeyword ul{
      flex-wrap: wrap;
      overflow: auto;
      padding-bottom: 0px;
    }
    .functionside .tophotkeyword ul li{
        display: flex;
        margin-right: 12px;
        margin-bottom: 10px;
    }
    .bbindexmainwrapper .maincontainer{
        width: 100%;
    }
    .functionside{
        width: 980px;flex-wrap: nowrap;
    }
    .menuside{
        width: 208px;
    }
    .functionside .rowblockside .rightfunarea{
        flex-basis: 338px;
        height: auto;
    }
    .functionside .rowblockside .topslider{
        flex-basis:100%;
        width:720px;
    }
    .functionside .rowblockside .topslider .mainslider .swiper-slide img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .functionside .rowblockside .rightfunarea .rightfunarea-1{
       height: 100%;
    }
    .functionside .rowblockside .rightfunarea .rightfunarea-1 img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .functionside .rowblockside .rightfunarea .rightfunarea-2{
        height: 100%;
    }
    .functionside .rowblockside .rightfunarea .rightfunarea-2 img{
       width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .functionside .rowblockside .topslider .mainslider ul li{
        height: 100%;
    }
    .functionside .rowblockside .topslider .quickentry-wrapper .quickentry{
        height: 100%;
    }
    .functionside .rowblockside .topslider .quickentry-wrapper .quickentry li img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    /*購物保證*/
    .functionside .rowblockside .rightfunarea .rightfunction-wrapper .news{
        padding: 15px 0px;
    }
    .functionside .whyusarea .promise:first-child ul.promiselist li{
        flex-direction: column;font-size: 16px;
    }
    .functionside .whyusarea .promise:first-child ul.promiselist li img{
        margin: 8px auto;
    }
    .functionside .whyusarea .promise ul.promiselist li img{
        width: 60px;
        margin: 8px auto;
    }
    .functionside .whyusarea .promise ul.promiselist span br{
        display: none;
    }
    .functionside .whyusarea .promise .whyustitle{
        font-size: 22px;
    }
    .functionside .whyusarea .promise{
     padding-top: 5px;
     padding-bottom: 5px;
    }
    .functionside .whyusarea .promise:first-child ul.promiselist li:last-child:after{
        right: 0px;
        bottom: -10px;
        font-size: 14px;
        white-space: nowrap;
    }
    .functionside .whyusarea .promise .whyustitle:after{

    }
    .functionside .whyusarea .promise:nth-child(2){
            flex-basis: 45%;
    }
    /*您可能也感興趣*/
    .sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li{
        height: auto;
    }
    .sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .title{
            -webkit-line-clamp: 2;
    }
    .sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .nowprice{
        flex-direction: column;
    }
    .sectioncontainer .interest-wrapper .interestslidercontainer ul.interestslider li .imgbox{
        height: 100px;
    }
    /*行銷館*/
    .sectioncontainer .cat-container .catcover img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}