@charset "UTF-8";

#photo { overflow: hidden; width: 600px; height: 498px; margin: 20px auto;}
#photo .swiper-container,
#photo .swiper-wrapper,
#photo .swiper-slide,
#photo .swiper-slide img { width: 600px; height: 498px; overflow: hidden; }
#photo .pagination { position: absolute; z-index: 20; bottom: 0; width: 100%; text-align: center; }
#photo .swiper-pagination-switch { display: inline-block; width: 8px; height: 8px; border-radius: 8px; background: #fff; margin: 0 5px; opacity: 0.8; border: 1px solid #fff; cursor: pointer; }
#photo .swiper-active-switch { background: #c60001; }

.g-product-detail-info { box-sizing: border-box; padding: 0 20px; overflow: hidden; }
.g-product-detail-info .title { font-size: 25px; color: #333; line-height: 30px; padding-bottom: 10px; }
.g-product-detail-info dl { width: 100%; overflow: hidden; float: left; line-height: 30px; padding: 5px 0; font-size: 18px; color: #333; }
.g-product-detail-info dt { display: inline-block; color: #999; vertical-align: top; }
.g-product-detail-info dd { display: inline-block; }
.btn-box { text-align: center; padding: 20px 0; clear: both;}
.ask-btn { font-size: 18px; width: 150px; height: 40px; line-height: 40px; background: #108aed; border: 1px solid #0a7ad5; color: #fff; text-align: center; display: inline-block; margin: 0 10px; }
.ask-btn:hover { background: #0a7ad5; color: #fff; }
.ask-btn:active { background: #10aced; }
.order-btn { font-size: 18px;  width: 150px; height: 40px; line-height: 40px; background: #ffae00; border: 1px solid #ff7e00; color: #fff; text-align: center; display: inline-block; margin: 0 10px; }
.order-btn:hover { background: #ff7e00; color: #fff; }
.order-btn:active { background: #ffae00; }

.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 { font-size:20px; 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: 18px; color: #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; }