

/* 匯入共用產品列表.css */
/* @import url("../style_product/style_product_list.css"); */

/* 匯入共用燈箱.css */
@import url("../../style_popup.css");

/* 匯入共用會員欄位模組.css */
@import url("../style_member/style_member_form.css");

/* 匯入共用產品內頁資訊樣式.css */
/* @import url("../style_product/style_product_information.css"); */


/*========================================================*/
/*-------產品內頁樣式--------*/
/*========================================================*/


.anon-report-popup .prompt_box_area{
    max-width: 35.3125rem; /*565px*/
}
.share .content{
    display: inline-block;
    vertical-align: middle;
}
    .share .list_area{
        margin: 0px -5px;
    }
        .share .list{
            float: left;
            box-sizing: border-box;
            width: 45px;
            padding: 0px 5px;
        }
            .share .list a{
                display: block;
                box-sizing: border-box;
                padding: 7px;
                border-radius: 30px;
                transition: 0.2s ease all;
            }
            /* hover */
            .share .list a:hover{
                opacity: 0.7;
                transition: 0.2s ease all;
            }
            
            /* line */
            .share .list.line a{
                background-color: #00b900;
            }
            
            /* fb */
            .share .list.fb a{
                background-color: #3b5998;
            }
            
            /* link */
            .share .list.link a{
                background-color: #555555;
            }


                .share .list img{
                    width: 100%;
                    height: auto;
                }

/*----- 按鈕 -----*/
.btn_area ,
.btn_area.one{
    /* text-align: center; */
    margin-top: 30px;
}