@charset "utf-8";
/* product_detail : basic structure (no third-party resource) */
.wp-product_detail_content { overflow: hidden; position: relative; }
.wp-product_detail_content .detail_pos_link { display: block; height: 0; line-height: 0; overflow: hidden; clear: both; }
.wp-product_detail_content .artdetail_title,
.wp-product_detail_content .artview_info,
.wp-product_detail_content .artview_intro { overflow: hidden; width: 100%; word-break: break-all; }
.wp-product_detail_content .artview_content { overflow: hidden; width: 100%; }
.wp-product_detail_content .artview_detail { overflow: hidden; width: 100%; }
.wp-product_detail_content .artview_detail img { max-width: 100%; height: auto; }
.wp-product_detail_content .Gpic { float: left; }
.wp-product_detail_content .imgloading { background-color: #f5f5f5; overflow: hidden; }
