/* --------------------------------------------------

              配件及附件 || products_ac.php

-------------------------------------------------- */
#header.productsAc{
    /* background: url(../images/img_products_main_block_bg4-1.png)center top no-repeat, url(../images/img_products_main_block_bg4-2.png)center top -30px no-repeat; */
    background: url(../images/img_header_productsAc.png)center top no-repeat;
    background-color: #f3f4ec;
}

.submenu{
    padding-left: 2vw;
}

.submenu .submenuBtn{
    margin-bottom: 3rem;
}

.submenu .submenuBtn a{
    font-size: 1.25rem;
    min-width: 81px;
    padding: 0.5rem 0;
    transition: color .15s ease-in-out, border .15s ease-in-out;
}

.submenu .submenuBtn a:hover,
.submenu .submenuBtn a:active,
.submenu .submenuBtn a.active{
    color: #068158;
    border-bottom: #068158 1px solid;
}

@media screen and (max-width: 600px) {
    .submenu .submenuBtn {
        width: 100%;
    }
}

.productsAcList{
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
}

.productsAcList .title{
    color: #FFF;
    background-color: #016119;
    font-weight: bolder;
    padding: 0.5rem 1rem;
}

.productsAcList .title h1{
    font-size: 2rem;
    margin: 0;
}

.productsAcList .productsAcName{
    border-top: #016119 5px solid;
    border-bottom: #016119 1px solid;
    color: #016119;
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-weight: bolder;
}

.productsAcList .row.productsAcSpec{
    margin-bottom: 6rem;
    padding: 0 15px;
}

.productsAcList img{
    max-width: 100%;
}

th.productsAcName{
    
}

.productsAcList table{
    width: 100%;
    border: #808080 1px solid;
}

.productsAcList table th,
.productsAcList table td{
    text-align: center;
    border: #808080 1px solid;
    vertical-align: middle;
}

.productsAcList table th{
    background-color: #016119;
    color: #FFF;
    padding: 0.35rem 0;
}

.productsAcList .row.productsAcSpec{
    position: relative;
}

.productsAcList .row.productsAcSpec table tr p span{
    font-family: arial, 微軟正黑體, sans-serif !important;
}
.productsAcList .row.productsAcSpec table tr,  .productsAcList .row.productsAcSpec table th,  .productsAcList .row.productsAcSpec table td{
    width: auto;
    height: auto;
    word-break: normal;
}

.productsAcList .row.productsAcSpec h3 {
    color: #016119;
    font-weight: bolder;
    font-size: 1.05rem;
    margin:0 auto 5px;
    padding: 0;
}
.productsAcList .row.productsAcSpec h5 {
    color: #016119;
    font-weight: bolder;
    font-size: 1rem;
    margin:10px auto;
    padding: 0;
}
.prool, .prool li{
    list-style: decimal !important;
}
.prool{
    padding-left: 15px !important;
    line-height: 1.7;
    margin-top: 5px;
}
.pro_detailtable{
    max-width: 680px;
    font-family: arial, 微軟正黑體, sans-serif !important;
}

@media screen and (min-width: 960px) {
    .lgfloat{
        position: absolute;
        top: 200px;
    }
}


/*表格滾動*/
.phone-info {display: none;margin: 20px 0 10px auto;text-align: left;}
.table01{width:100%;overflow-x: scroll;-webkit-overflow-scrolling: auto;margin-bottom: 0px;overflow-x: auto;padding-bottom: 5px;word-break: break-word;}

@media screen and (max-width: 480px) {
.table01 table{width:600px !important;}
.phone-info {display: block;}
}