﻿ .frame
{
    position: relative;
    overflow: hidden;
    width: 390px; /* (li 的寬度 + li 的邊框寬度 * 2 ) * 一次要顯示的數量 + li 的右邊界 * (一次要顯示的數量 - 1) */
    height: 66px;
}
.frame *
{
    margin: 0;
    padding: 0;
}
.frame ul, .carousel li
{
    list-style: none;
}
.frame ul
{
    width: 99999px;
    position: absolute;
}
.frame li { float: left; position: relative; min-width:98px;  }
.frame img { min-width:50px; max-width:88px;}
.divimgBig { width:100%; text-align:center; margin-bottom:10px }
.imgBigList { min-width:300px; max-width:550px; height:413px }
.imgBig { min-width:230px; max-width:420px; height:315px }
.aa { width:100%; border: 1px solid #e5e5e5; border-bottom:none;  }
.aa th{ width:90px; text-align:right; border-bottom: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; line-height:25px; background-color:#f8f4d9;  font-weight:normal; }
.aa td{ border-bottom: 1px solid #e5e5e5; padding-left:5px; }

.border_btn {
    color: #4d4d4d;
    font-weight: 400;
    text-align: center;
    border: 1px solid #b3b3b3;
    padding: 8px;
    margin: 16px 0;
    font-size: 15px;
    border-radius: 5px; 
    display: block;
}
.border_btn:hover{
    opacity: 0.7;
    cursor: pointer;
}
.border_btn span {
    vertical-align: middle;
}
.border_btn .icon {
    font-size: 27px;
    margin-right: 3px;
}