#ns_Content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 14px;
}

.PrdInfo {
    margin-top: 50px;
}

/*商品小圖靠左 商品大圖 設定 */
.imgSLeft .PrdImgB {
    width: 100%;
    max-width: 455px;
    margin: 0 auto 15px;
    float: right;
}

.imgSLeft .ImgS {
    float: left;
    width: 100%;
    max-width: 80px;
}

/*商品小圖靠右 商品大圖 設定 */
.imgSRight .PrdImgB {
    width: 100%;
    max-width: 455px;
    margin: 0 auto 15px;
    float: left;
}

.imgSRight .ImgS {
    float: right;
    width: 100%;
    max-width: 100px;
}


/*商品小圖下方 商品大圖 設定 */
.imgSBottom .PrdImgB {
    width: 100%;
    max-width: none;
    margin: 0 auto 15px;
    float: none;
}

.imgSBottom .ImgS {
    float: none;
    width: 100%;
    max-width: none;
}
.PrdInfo.imgSBottom .ulPrdImgS {
    display: flex;
}
.PrdInfo.imgSBottom .ulPrdImgS li {
    float: none;
    width: 90px;
    margin: 0 10px;
}
.PrdInfo.imgSBottom .ulPrdImgS li:first-child {
    margin-left: 0;
}
.PrdInfo.imgSBottom .liPrdImgS img {
    margin: 4px 0px 20px;
}







/*商品小圖 設定 */
.PrdInfo .ulPrdImgS li {
    float: left;
    margin-bottom: 10px;
}
.PrdInfo .liPrdImgS img {
    width: 100%;
    border: 0px solid transparent;
    height: 100%;
    object-fit: cover;
}



/*商品標題 設定 */
.PrdInfo .rtPrdTitle {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 33px;
}

/*網路售價 設定 */
.PrdInfo .rtPrdIntro {
    margin: 0 0 45px;
    font-size: 16px;
    line-height: 20px;
}

/*網路售價 設定 */
.PrdInfo .rtPrdDesc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 160%;
    color: #737373;
}


/*價格按鈕包層*/
.PrdInfo .buybox {
    margin-bottom: 20px;
}

.sizeGuide a {
     color: #292a2c
}

.sizeGuide a:hover {
     font-weight: 700;
}

/*“價格” 隱藏 */
.PrdInfo .rtPriceTitle  {
    display: none;
}

/*原價 設定 */
.PrdInfo .rtPrdPriceHint {
    float: left;
    margin-right: 0px;
    line-height: 190%;
    margin-bottom: 15px;
}
.PrdInfo .rtPrdPriceHint .DollarSign {
    color: #292a2c;
    font-size: 13px;
}

/*網路售價 設定 */
.PrdInfo .rtPrdPrice {
    float: left;
    font-size: 16px;
    margin-bottom: 40px;
    
}

.PrdInfo .DollarSign {
    color: #e60012;
    font-size: 18px;
    display: none;
}

/*網路售價數字 設定 */
.PrdInfo .rtPrdPrice .PrdPriceAmt {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.PrdInfo .rtPrdPrice .PrdPriceAmt:before {
    content: '$';
    font-size: 12px;
}

/*“元” 隱藏 */
.PrdInfo .DollarUnit { display: none; }

.PrdInfo .liIconSale {
    display: inline-block;
    width: 42px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.IconSale {
    margin-bottom: 15px;
}


/*數量 設定 */
.PrdInfo .quantity { clear: both; margin-bottom: 20px; }
.PrdInfo .quantity .titPrdQty { margin-right: 5px; }

/*規格選項圖示*/
.optionname {
    display: none;
}



/*購物按鈕 設定 */

/*購物按鈕包層 設定 */
.PrdInfo .PrdBtn {
    font-size: 18px;
    width: 100%;
    float: left;
margin-top: 40px;
}

/* 預設 */
.PrdInfo .SaleBtn1 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 正常 */
.PrdInfo .SaleBtn2 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #b1b1b1;
    border: 1px solid #b1b1b1;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 預購 */
.PrdInfo .SaleBtn3 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 郵購 */
.PrdInfo .SaleBtn4 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 補貨 */
.PrdInfo .SaleBtn5 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 停售 */
.PrdInfo .SaleBtn6 {
    white-space: nowrap;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: #eee;
    width: 100%;
    display: block;
    text-align: center;
}
/* 售完 */
.PrdInfo .SaleBtn7 {
    white-space: nowrap;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: #eee;
    width: 100%;
    display: block;
    text-align: center;
}
/* 競標 */
.PrdInfo .SaleBtn8 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 競標 */
.PrdInfo .SaleBtn9 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 預告 */
.PrdInfo .SaleBtn10 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 下標 */
.PrdInfo .SaleBtn11 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 直購 */
.PrdInfo .SaleBtn12 {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}
/* 結標 */
.PrdInfo .PrdListExtBtn {
    white-space: nowrap;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #222;
    border: 1px solid #222;
    background: transparent;
    width: 100%;
    display: block;
    text-align: center;
}



/*擴充資訊 設定*/
.PrdInfo .expandbox div {
    display: flex;
    line-height: 200%;
    box-sizing: border-box;
    font-size: 12px;
}

/*擴充資訊標題 設定*/
.PrdInfo .expandbox div nobr {
    margin-right: 5px;
    width: 70px;
    display: block;
}

.buybox_choice {
    display: block;
    width: 100%;
    clear: both;
    height: 135px;
}

.buybox_select {
    display: flex;
}

/*立即購買按鈕 隱藏*/
.divCartGo { display: none; }

.expandbox {
    margin: 30px 0 0;
}

.IconHeader {
    font-size: 12px;
    margin-right: 5px;
    width: 70px;
    line-height: 200%;
}

.RelaGroup span {
    display: inline-block;
    width: auto;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #e63631;
    padding: 5px 10px;
}

.PrdInfo .selPrdOptv {
    border: 1px solid #888888;
    overflow: hidden;
    background: #ffffff;
    white-space: nowrap;
    cursor: pointer;
    margin-right: 2px;
display: none;
}

.PrdInfo .selPrdOptv select {
    border: 0px;
    margin-top: 2px;
    padding: 0px;
    height: 14px;
    vertical-align: top;
    font-family: inherit;
}

.PrdInfo .selPrdQty select {
    border: 0px;
    margin-top: 2px;
    padding: 0px;
    height: 14px;
    vertical-align: top;
    font-family: inherit;
}

.rtPrdSpec {
    float: left;
    margin-right: 15px;
}

.PrdInfo .quantity {
    margin-bottom: 20px;
    float: left;
}


/*圖左文右*/
.cLeft .rtLeft { width: 58%; float: left; margin-bottom: 80px; }
.cLeft .rtRight { width: 40%; float: right; margin-bottom: 80px; }

/*圖右文左*/
.cRight .rtLeft { width: 50%; float: right; margin-bottom: 80px; }
.cRight .rtRight { width: 48%; float: left; margin-bottom: 80px; }



.PrdInfo .PrdQty {display:none;}

/*顏色規格選項*/
.PrdInfo .tdPrdOptv {
    max-width: 250px;
}
.PrdInfo .tdPrdOptv .optImg0 {
    border: 0;
    padding: 9px;
}
.PrdInfo .tdPrdOptv .optImg1 {
    padding: 8px;
    border: 1px solid #afafaf;
    border-radius: 100%;
}
.PrdInfo .tdPrdOptt {display:none;}

.wenExtInfo {
    float: right;
    margin-top: 20px;
    font-size: 12px;
    background-color: #F9F8F7;
    padding: 10px;
    line-height: 120%;
}




@media (max-width:950px) {
.imgSLeft .ImgS {
    max-width: 60px !important;
}
.rtLeft > .PrdImgB {
    max-width: calc( 100% - 75px);
}
}




/*手機設定*/
@media (max-width: 700px) {
/*圖左文右*/
.cLeft .rtLeft { width: 100%; float: none; }
.cLeft .rtRight { width: 100%; float: right; }

/*圖右文左*/
.cRight .rtLeft { width: 100%; float: none; }
.cRight .rtRight { width: 100%; float: left; }

.rtLeft > .PrdImgB {
    max-width: 83%;
}
.imgSLeft .PrdImgB img {
    max-width: unset;
}
.imgSLeft .ImgS {
    max-width: 15% !important;
}


.PrdInfo .ulPrdImgS li {
    width: 50px;
    height: 50px;
    overflow: hidden;
}


}
