@charset "utf-8";
.bread-nav{ background-color:#fad110;margin-top: -5px;line-height: 2.5;}

.product-section{background-image:url(../images/detail-bg.png);background-repeat: no-repeat;background-size: 100% auto;}
.product-section .product-info{ background-color:#fff}
.product-section .product-info .album{ display:flex;align-items: stretch;margin-top: 2px;}
.product-section .product-info .album .thumb .thumb-item{border: 1px solid #e2e2e2; margin:1px; cursor:pointer}
.product-section .product-info .info-line:not(:last-child){ position:relative; }
.product-section .product-info .info-line:not(:last-child):after{ 
    position: relative;    width: 100%;content: '';display: block;
    border-bottom: 1px solid #e1e1e1;height: 0.8rem;margin-bottom: 0.75rem;
}
.product-section .product-info .info-line{}
.product-section .product-info .info-line .p1{ font-size:1.75rem; font-weight:bold;line-height: 1;margin: 0 0 1px 0;}
.product-section .product-info .info-line .p2{ font-size:1.125rem; font-weight:bold;line-height: 1;margin: 0 0 1px 0;}
.product-section .product-info .info-line .p1-des,.product-section .product-info .info-line .p2-des{ font-size:0;}
.product-section .product-info .info-line .p1-des span{display: inline-block;margin-right: 1rem; font-size:1rem}
.product-section .product-info .info-line .p2-des span{display: inline-block; width:50%; font-size:1rem;vertical-align: top;margin: 0.325rem 0;
    line-height: 1;}
@media (max-width:768px){
    .product-section .product-info .info-line .p2-des span{width:100%;}
}
.product-section .product-info .info-line .applications { display:inline-block; text-align:center; border:1px solid #e1e1e1; border: 1px solid #e1e1e1;margin: 0.25rem 0;}


.product-section .product-info .left{ max-width: 460px;padding: 15px;}
.product-section .product-info .right{ max-width: calc(100% - 460px);padding-right: 15px;padding-top: 15px;}
@media (max-width:768px){
    .product-section .product-info .left{ max-width: 100%;padding: 15px;}
    .product-section .product-info .right{ max-width: 100%;padding: 15px;}
}
.product-section .inquire a{ color: #fff; }
.product-section .inquire a:hover{text-decoration:none }

.price-table{margin: 1rem 0;}
.price-table .table-nav{ border-bottom:5px solid #2591d1;line-height: 2.5rem;margin-bottom: 1px;padding-left: 0;}
.price-table .table-nav::after{ display:block;content:''; clear: both;}
.price-table .table-nav li{ display:block; float:left;padding: 0 0.5rem; font-size:1.5rem; font-weight:bold; cursor:pointer}
.price-table .table-nav li > div{background-color: #eee;padding: 0 0.5rem;}
.price-table .table-nav li.active{ background-color: #2591d1; font-size:1.75rem; color:#fff}
.price-table .table-nav li.active > div { background-color: #2591d1;}
.price-table .table-nav li.help{font-size: 1rem;float: right;background-color: #2591d1;color: #fff;border-radius: 1rem;line-height: 1.25;margin-top: 1rem;}
.price-table .table-nav li.help a{color: #fff; }
.price-table .table-nav li.help a:hover{text-decoration:none }
.price-table .table-con .buy{display:flex }
.price-table .table-con td{ text-align:center; font-size:0.875rem}
.price-table .table-con .priceth{vertical-align: middle; text-align:center;font-size:0.875rem;background-color: #dddddd;}
.price-table .table-con .buy .buy-icon{ color:#fff;border-radius:50%;text-align: center;margin:0 1px;width: 28px;height: 28px;}
.price-table .table-con .buy .buy-icon img{ padding: 2px;}
.price-table .table-con .add-to-w-list{ background-image: url("/analog/images/btn-add-towatchlist.jpg");color: #fff;font-weight: bold;border: none;border-radius: 0.245rem;}
.price-table .table td, .price-table .table th{ padding: 0.125rem}
.price-table .table-bordered td, .price-table .table-bordered th{border: 1px solid #cccccc;}
.fqas{padding: 1rem 0;}
.fqas h3{ font-size:1.25rem; cursor:pointer}
.fqas h3 .fa{ font-size:1rem; margin-right:0.5rem}
.fqas .answer{ background-color:#ccc;border-radius: 1rem;padding: 1rem; display:none}

.slid-product{ display:flex; justify-content: space-between}
.slid-product .slid-product-in{ width:18%;display: block;}
.slid-product .slid-product-in:hover{ background-color: #ccc;}
.slid-product .slid-product-in .product-name{font-size:0.75rem; margin:0.65625rem 0;text-align: center;}
.slid-product .img-col{border:1px solid #efefef; position:relative;padding: 0.75rem;}
.slid-product .img-col .new{position:absolute; top:0; font-size:0.875rem; color:#fff; background-color:#2591d1; font-weight:bold; padding:0 0.25rem;right:0; }
.slid-product .img-col .hot{position:absolute; top:0; font-size:0.875rem; color:#fff; background-color:#e10b0b; font-weight:bold; padding:0 0.25rem;right:0; }
.owl-nav svg{width: 1rem;height: 2rem}
.owl-prev, .owl-next{position: absolute; background-color:#e7e9eb;top: calc( 50% - 1rem);}
.owl-prev{ left: -0.5rem}
.owl-next{ right: -0.5rem}

