/* BASIC css start */
select#MS_select_brand_list {
    border: 0;
    outline: 0;
    background: url(/design/retteb/images/select_bg3.png) white right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    /* padding: 0 11px 0 15px; */
    /* color: #262626; */
    /* font-size: 14px; */
    cursor: pointer;
    color: #666666;
    text-transform: capitalize;
    vertical-align: top;
    line-height: 70px;
    font-weight: 300;
    font-size: 13px;
    width: 83px;
    height: 70px;
}
select#MS_select_brand_list:hover { 
}
select#MS_select_brand_list::-ms-expand {
 display:none;
} 
.loc-navi a.gobtn {
    background: #0b0b0d;
    color: #fff;
    width: 50px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-top: 23px;
    border-radius: 4px;
    margin-left: 2px;
}
.brandtable {}

.brandtable table {}

.brandtable table td {
    vertical-align: top;
    padding: 15px;
}

.brandtable table td img {
    width: 100%;
}

#contentWrap {width: 1480px;padding-bottom:160px;}

.prd-class-hd {
    width: 1450px;
    margin: 0 auto;
}

.brandtable table td a {
    -webkit-transition: all .3s ease;
    -khtml-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease;
    display: block;
}

.brandtable table td a:hover {box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 20%); opacity:0.9;}




ul.brand_list {
    width: 1450px;
    margin: 0 auto;
    font-size: 0;
    border-bottom: 2px solid #888888;
    padding-bottom: 28px;
    margin-bottom: 35px;
}

ul.brand_list li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

ul.brand_list li a {
    color: #888;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -khtml-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

ul.brand_list li a.on {
    color: #0b0b0d;
    font-weight: 700;
}

ul.brand_list li:first-child {
    padding-left: 0;
}

ul.brand_list li:after {content: "";width: 1px;height: 16px;display: block;position: absolute;top: 4px;left: 0;background:#ccc;}
ul.brand_list li:first-child:after {
    display: none;
}

ul.brand_list li a:hover {
    color: #0b0b0d;
    /* font-weight: 700; */
}
.brand_content{display:none;}
.brandtable {
    margin-top: 50px;
}
/* BASIC css end */

