@charset "utf-8";

/* CSS Document */

#container {
    width: 721px;
    height: auto;
    margin: auto;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    text-justify: inter-ideograph;
    color: #4C4C4C;
    line-height: 23px;
}


/*-照片列表-----------------------------------------*/

#list {
    width: 100%;
    height: 100%;
    float: left;
}

#list a {
    color: #FFFFFF;
    TEXT-DECORATION: none;
    -webkit-transition: color 120ms linear;
    -moz-transition: color 120ms linear;
    -o-transition: color 120ms linear;
    transition: color 120ms linear;
}

#list a:hover {
    COLOR: #FFF;
    TEXT-DECORATION: none;
}

#list .photobox {
    height: 343px;
    width: 168px;
    margin: 0px 5px 5px 5px;
    float: left;
    background-image: url(../wrapper/products/bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#list .photo {
    height: 130px;
    width: 130px;
    margin: auto;
    margin-top: 15px;
}


/*圖片覆蓋***************************/

#list .cover {
    width: 160px;
    height: 150px;
    /*需扣掉64px高度*/
    text-align: center;
    font-size: 12px;
    top: 4px;
    left: 3px;
    filter: alpha(opacity=0);
    /*IE,透明度50%*/
    -moz-opacity: 0;
    /*Firefox,透明度50%*/
    opacity: 0;
    /*其他浏览器,透明度50%*/
    position: absolute;
}

#list .photo:hover .cover {
    width: 160px;
    height: 150px;
    /*需扣掉64px高度*/
    filter: alpha(opacity=100);
    /*IE,透明度50%*/
    -moz-opacity: 1;
    /*Firefox,透明度50%*/
    opacity: 1;
    /*其他浏览器,透明度50%*/
}


/*圖片覆蓋***************************/

#list .frame_info {
    width: 140px;
    height: 155px;
    margin: auto;
    margin-top: 22px;
    padding: 5px;
    box-sizing: border-box;
    background-image: url(../wrapper/products/caption_bg.jpg);
}

#list .photobox:hover .frame_info {
    background-image: url(../wrapper/products/caption_bg-.jpg);
}

#list .caption {
    width: 140px;
    height: auto;
    margin: auto;
    text-align: center;
    line-height: 30px;
}

#list .price {
    width: 140px;
    height: auto;
    margin: auto;
    text-align: center;
    color: #F6E041;
    font-weight: bold;
    line-height: 25px;
}

#list .quantity {
    width: 140px;
    height: auto;
    margin: auto;
    text-align: center;
    color: #FFFFBF;
    line-height: 25px;
}

#list .specification {
    text-align: center;
    margin: 7px 0 5px 0;
    width: 100%;
    overflow: hidden;
}

#list .specification .form_use2{
    width: 100%;
}

#list .add {
    width: 140px;
    height: 38px;
    text-align: center;
}




/************************************************************/


/***最新消息內頁*********************************************************/

#list2 {
    width: 100%;
    height: auto;
    min-height: 300px;
    margin: 0 auto;
    font-family: Arial, "Times New Roman", Times, serif;
}


/**********************************************************/

#list2 .photo_nav {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 10px;
}

#list2 .photo_big {
    width: 396px;
    height: 376px;
    float: left;
    padding-top: 20px;
    text-align: center;
    background-image: url(photo_bg2.jpg);
}

#list2 .btn {
    width: 40px;
    height: 50px;
    text-align: center;
    padding: 30px 0 0 0;
    float: left;
}

#list2 .photo_small img {
    border: 2px solid #DBDBDB;
}


/**********************************************************/


/**********************************************************/

#list2 .info_area {
    width: 303px;
    height: auto;
    float: right;
}

#list2 .caption {
    width: 100%;
    height: auto;
    padding: 10px 0 10px 10px;
    font-size: 24px;
    color: #40311C;
    letter-spacing: 1px;
    width: calc(100% - 10px);
    background-image: url(line.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#list2 .model {
    width: 100%;
    height: auto;
    width: calc(100% - 20px);
    padding: 10px 0px 10px 20px;
}

#list2 .model span {
    color: #B1A68F;
}

#list2 .price {
    width: 100%;
    height: auto;
    margin-top: 10px;
    width: 100%;
    padding: 10px 0px 10px 0px;
    background-color: #FFC;
}

#list2 .price_frame {
    width: 250px;
    height: auto;
    float: left;
}

#list2 .price_1 {
    width: 100px;
    height: 30px;
    float: left;
}

#list2 .price_1 del {
    color: #B1A68F;
}

#list2 .price_2 {
    width: 130px;
    height: 30px;
    padding-right: 20px;
    float: left;
    text-align: right;
    color: #F92C7F;
}

#list2 .price_2 del {
    color: #715922;
}

#list2 .buy {
    width: 100%;
    height: auto;
    padding: 10px 0px 10px 0px;
}

#list2 .sub_tilte {
    width: 100%;
    height: auto;
    margin: 20px 0;
    float: left;
}

#list2 .txt {
    width: 100%;
    height: auto;
    letter-spacing: 1px;
    margin: 10px 0;
    padding-bottom: 10px;
}

#list2 .bottom {
    width: 100%;
    height: auto;
}