@charset "UTF-8";


.g-product-detail-head { overflow: hidden; position: relative; min-height: 400px; padding: 20px; border: 1px solid #eee; background: #fff; }
.g-product-detail-photo { overflow: hidden; width: 400px; float: left; position: absolute; left: 20px; top: 20px; }
.g-product-detail-photo .swiper-container,
.g-product-detail-photo .swiper-wrapper,
.g-product-detail-photo .swiper-slide,
.g-product-detail-photo .swiper-slide img { width: 400px; height: 400px; overflow: hidden; }
.g-product-detail-photo .small-box { width: 400px; height: 62px; overflow: hidden; padding: 10px 0; position: absolute; left: 0; bottom: 0; z-index: 1000; background: rgba(0, 0, 0, 0.5); text-align: center; }
.g-product-detail-photo .small-box ul { display: inline-block; }
.g-product-detail-photo .small-box li { width: 72px; height: 62px; display: block; float: left; box-sizing: border-box; padding: 0 5px; overflow: hidden; cursor: pointer; position: relative; }
.g-product-detail-photo .small-box li.active:after { content: ""; width: 62px; height: 62px; box-sizing: border-box; border: 3px solid #108aed; position: absolute; left: 5px; top: 0; display: block; }
.g-product-detail-photo .small-box li img { width: 100%; height: 100%; display: block; }
.g-product-detail-info { box-sizing: border-box; padding-left: 420px; width: 100%; overflow: hidden; }
.g-product-detail-info .title { font-size: 20px; color: #666; line-height: 24px; padding-bottom: 10px; }
.g-product-detail-info dl { line-height: 20px; padding: 5px 0; font-size: 12px; color: #333; }
.g-product-detail-info dt { display: inline-block; color: #999; vertical-align: top; }
.g-product-detail-info dd { display: inline-block; }
.ask-btn { width: 100px; height: 30px; line-height: 30px; background: #108aed; border: 1px solid #0a7ad5; color: #fff; text-align: center; display: inline-block; margin: 20px 20px 0 0; }
.ask-btn:hover { background: #0a7ad5; color: #fff; }
.ask-btn:active { background: #10aced; }
.order-btn { width: 100px; height: 30px; line-height: 30px; background: #ffae00; border: 1px solid #ff7e00; color: #fff; text-align: center; display: inline-block; margin: 20px 20px 0 0; }
.order-btn:hover { background: #ff7e00; color: #fff; }
.order-btn:active { background: #ffae00; }
.download-btn { width: 100px; height: 30px; line-height: 30px; background: #108aed; border: 1px solid #0a7ad5; color: #fff; text-align: center; display: inline-block; margin: 20px 20px 0 0; }
.download-btn:hover { background: #0a7ad5; color: #fff; }
.download-btn:active { background: #10aced; }

.g-product-detail-body { clear: both; overflow: hidden; margin-top: 20px; background: #fff; }
.g-product-detail-body .tabs { height: 40px; line-height: 40px; overflow: hidden; border: 1px solid #eee; background: #f9f9f9; }
.g-product-detail-body .tabs a { width: 120px; text-align: center; display: block; float: left; line-height: 40px; height: 40px; color: #666; border-right: 1px solid #eee; box-sizing: border-box; }
.g-product-detail-body .tabs a:hover { color: #108aed; }
.g-product-detail-body .tabs a.active { color: #108aed; border-bottom: 2px solid #108aed; }
.g-product-detail-body .info { padding: 20px; overflow: hidden; font-size: 14px; clear: #666; line-height: 1.5em; border: 1px solid #eee; margin-top: -1px; }
.g-product-detail-body .info img { display: inline-block; text-align: center; max-width: 100%; height: auto; }


iframe { overflow: hidden; border: none; }