@charset "UTF-8";
*, ::after, ::before {
    box-sizing: content-box;
}
.page-content-impl-container {
    min-width: 1000px;
    height: auto;
}
.product-content-wrapper-in-product {
    /*height: 100%;*/
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    position: relative;
    margin-top: 32px;
}
.product-content-container-in-product {
    width: 1200px;
    min-width: 1200px;
    /*height: 100%;*/
    margin: auto;
    /*margin-top: 20px;*/
}



/*   product detail page */
.product-page-body {
    background-color: #f2f3f7;
    position: relative;
}
.product-page-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.detail-area, .nav-detail-breadcrumb, .spec-area {
    /*min-width: 1024px;*/
    /*width: 70%;*/
    display: flex;
    flex-direction: row;
    margin: 0 16px 0 32px;
}
.spec-area {
    margin-bottom: 278px;
}
.detail-area {
    border: 1px solid #e6e7eb;
    background-color: #ffffff;
    align-items: flex-start; /* 这一句对接下来的sticky至关重要，默认是strech和父容器一样高了 */

    /*padding-top: 1rem;*/
    /*padding-bottom: 1rem;*/
    box-sizing: border-box;
    position: relative;
}

.nav-detail-breadcrumb .breadcrumb {
    background: transparent;
    color: #666666;
    margin-bottom: 16px;
    letter-spacing: 1px;
    line-height: 14px;
    font-size: 14px;
}
.nav-detail-breadcrumb .breadcrumb .breadcrumb-item {
    color: #999999;
}
.nav-detail-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #666666;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    line-height: 14px;
    font-size: 14px;
}
.nav-detail-breadcrumb .breadcrumb .breadcrumb-item a:hover {
    color: #ff7519;
    background: none;
}

.detail-area:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 390px;
    width: 1px;
    z-index: 1;
    background-color: #e6e7eb;
}

.detail-img-area {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
}

.detail-img-main {
    width: 350px;
    height: 350px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    position: relative;
    /*border: 1px solid red;*/
}

.detail-img-main img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    /*border: 1px solid red;*/
}
.detail-img-magnifier {
    /*display: none;*/
    visibility: hidden;
    position: absolute;
    width: 174px;
    height: 174px;
    background-color: #F0FFFF;
    opacity: 0.5;
    /*z-index: 10;*/
}
.detail-img-large-detail {
    visibility: hidden;
    position: absolute;
    background-color: white;
    width: 500px;
    height: 500px;
    z-index: 10;
    background-repeat: no-repeat;
    overflow: visible;
}
.detail-img-large-detail-img {
    position: absolute;
    top: 50px;
}
.detail-img-thumb-list-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 55px;
}
.thumb-item-sliding {
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 4px;
}
.thumb-item-sliding:hover{
    background-color: #DDDDDD;
}
.detail-img-thumb-list-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 254px;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    margin: 0 3px;
}
.detail-img-thumb-list {
    position: absolute;
    height: 51px;
    display: flex;
    flex-direction: row;
    display: table;
    list-style-type: none;
    border-collapse: collapse;
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}

.detail-img-thumb-list .thumb-item {
    box-sizing: border-box;
    width: 50px;
    height: 48px;
    border: 1px solid #ddd;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    padding: 0 1px 0 2px;
    margin: 1px 0;
    min-width: 50px;
}
.detail-img-thumb-list .thumb-item:hover {
    cursor: pointer;
}

.detail-img-thumb-list .active {
    border: 2px solid #ff7519;
}

.detail-img-thumb-list .thumb-item img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.detail-description-area {
    align-self: stretch;
    width: 100%;
    background-color: #f0f8ff;
    padding: 1rem 0;
}

.detail-description-content {
    display: flex;
    flex-direction: column;
}

.detail-description-content-title {
    color: #333;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 1px;
    padding-left: 1.125rem;
    padding-bottom: 14px;
    border-bottom: 1px solid #dddddd;
}
.detail-description-content-features-1 {
    margin-top: 40px;
    margin-left: 20px;
    font-size: 15px;
    width: 80%;
}
.detail-description-content-params {
    display: flex;
    flex-direction: row;
    /*justify-content: space-evenly;*/
    padding: 1rem 1rem 1rem 1rem;
    background-color: #f0f8ff;
}

.detail-description-content-params-detail {
    display: flex;
    flex-direction: column;
    color: #666666;
    font-size: 0.9rem;
}

.detail-description-content-params-detail div {
    display: flex;
    flex-direction: row;
    padding-top: 3px;
    padding-bottom: 3px;
    justify-content: space-around;
}

.detail-description-content-params-detail span {

}

.param-name {
    width: 7rem;
}

.param-value {
    color: #333333;
    display: inline-block;
    max-width: 10rem;
    width: 10rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: center;
}
.param-name-long {
    width: 9rem;
}
.param-name-long-plus {
    width: 11rem;
}
.param-value-long {
    color: #333333;
    display: inline-block;
    max-width: 16rem;
    width: 16rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-self: center;
}
.param-value-extra-long {
    color: #333333;
    display: inline-block;
    max-width: 26rem;
    width: 26rem;
    align-self: center;
    word-wrap: break-word;
}
.detail-description-content-params > div:nth-child(even) {
    /*border-left: 1px solid #e6e7eb;*/
    padding-left: 1rem;
    margin-left: 1.5rem;
}

.detail-trade-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: stretch;
    padding-top: 1rem;
}

.detail-description-price {
    font-size: 1.3rem;
    padding-left: 1rem;
    margin-right: 3rem;
    color: #333333;
}

.detail-description-price-value {
    color: #ff7519;
    font-weight: 700;
}

.detail-description-price-unit {
    padding-left: 6px;
    font-size: 1.1rem;
    font-weight: 500;
}
input[type=button] {
    outline:none;
  }
  input[type=button]::-moz-focus-inner {
    border: 0;
  }
.detail-description-ask-for-service, .detail-description-buy {
    min-width: 150px;
    height: 40px;
    padding: 0 20px;
    line-height: 32px;
    font-size: 18px;
    border: 1px solid transparent;
    border-radius: 3px;
    vertical-align: baseline;
    font-style: normal;
    cursor: pointer;
}
.detail-description-buy {
    visibility: hidden;
}
.detail-description-ask-for-service {
    background: #ff7519;
    color: #fff;
    margin-right: 16px;
}

.detail-description-ask-for-service svg {
    margin-right: 5px;
}

.detail-description-buy {
    background: #fff0e5;
    color: #ff6a00;
    border-color: #ff7519;
}

.spec-area {
    margin-top: 2rem;
}

.spec-area-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 auto;

}

.spec-area-nav-wrapper {
    position: sticky;
    top: 0;
}

.spec-area-title {
    /*border-bottom: 1px solid lightgray;*/
    /*font-weight: 700;*/
    color: #666666;
    letter-spacing: 2px;
    background-color: #f2f3f7;
}

.spec-area-title .nav-item {
    font-size: 17px;
    font-weight: 500;
}

.tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    background-color: #ffffff;
}

.spec-tab-pane {
    display: flex;
    flex-direction: column;
    /*padding-bottom: 8rem;*/
}

.spec-flag-title {
    font-size: 22px;
    font-weight: bolder;
    color: #ff7519;
    font-family: "Heiti SC";
    padding-top: 3rem;
}

.spec-flag-title hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid #999999;
    margin-right: 4rem;
    margin-top: 8px;
}

.spec-content-block {
    padding-bottom: 3rem;
    padding-left: 2rem;
}

.spec-content-block:nth-child(even) {
    /*background-color: #F9FBFE;*/
}

.spec-feature-wrapper {
    display: flex;
    flex-direction: row;
    padding-right: 10px;
    margin-top: 1rem;
}

.spec-feature-item {
    width: 25%;
    /*height: 10rem;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 0 2px 9px 1px #ebebeb;
    letter-spacing: .05em;
    border-radius: 15px;
    padding: 30px 0;
    margin-top: 10px;
    margin-right: 20px;
    transition: all .3s;
}

.spec-feature-item-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
}

.spec-feature-item-desc {
    font-size: 16px;
    color: #666666;
    width: 80%;
    margin-top: 0.5rem;
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-indent: 2em;
}

.spec-area-title .nav-link {
    color: #ffffff;
    background-color: #ff7519;
    padding: 0.5rem 0.5rem;
    margin-right: 1rem;
}

.spec-area-title .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ff7519;
}
.nav-tabs .nav-link.active, .spec-detail-nav-list li.active{
    font-weight: bolder;
}

.spec-detail-nav-list {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    list-style-type: none;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 1px;
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    background-color: #ffffff;
    margin-bottom: 0;
}

.spec-detail-nav-list li {
    font-size: 16px;
    margin-right: 1rem;
    color: #666666;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom: 3px solid transparent;
}

.spec-detail-nav-list li:hover {
    border-bottom: 2px solid #ff7519;
    font-weight: bold;
    color: #ff7519;
    cursor: pointer;
}
.spec-table-wrapper {
    display: flex;
    flex-direction: row;
    /*justify-content: center;*/
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
}

.spec-table-wrapper table {
    border: 1px solid lightgray;
    margin-top: 0.2rem;
    max-width: 90%;
}

.spec-table-wrapper tr {
    border: 1px solid lightgray;
    background-color: #ffffff;
    /* color: #555555; */
    color: #000000;
}

.spec-table-wrapper td {
    border: 1px solid lightgray;
    text-align: center;
    color: inherit;
    padding: 0.5rem 1rem;
    /*max-width: 600px;*/
}

.spec-table-wrapper th {
    border: 1px solid lightgray;
    width: 6rem;
    text-align: center;
    background: #548dd4;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.highlight-first-row-in-tbody table tbody tr:nth-child(1){
    border: 1px solid lightgray;
    width: 6rem;
    text-align: center;
    background: #548dd4;
    color: #ffffff;
    letter-spacing: 1px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.certificate-table td:nth-child(1){
    width: 120px;
}
.certificate-table td:nth-child(2){
    width: 220px;
}
.emc-style td:nth-child(1){
    font-weight: bold;
    font-size: 32px;
    color: #333333;
}
.spec-table-wrapper th:nth-child(1) {
    width: 7rem;
}

.spec-table-wrapper th p, .spec-table-wrapper td p {
    /*display: inline-block;*/
    margin: 0;
}
.spec-table-wrapper td p {
    line-height: 24px;
}

.spec-table-wrapper tr:nth-child(even) {
    /*background-color: #f4fbff;*/
}


.spec-paragraph {
    color: #000000;
    padding-left: 30px;
    letter-spacing: 1px;
    font-size: 0.9rem;
    font-weight: 440;
    line-height: 1.5;
    max-width: 70%;
}

.spec-paragraph strong {
    color: #548dd4;
}

.spec-paragraph div {
    margin-bottom: 3px;
    letter-spacing: 1px;
    /*font-family: sans-serif;*/
}
.spec-paragraph-content-indent {
    text-indent: 20px;
}

.spec-key-note-before, .spec-key-note-after {
    margin-top: 10px;
}

.spec-area-nav-wrapper > .spec-detail-nav-list {
    display: none;
}

.spec-area-nav-wrapper > .active {
    display: flex;
}

.spec-key-img-1 {
    padding-left: 30px;
}

.spec-key-img-1 img, .spec-area img {
    /*width: 480px;*/
    max-width: 75%;
    height: auto;
}

#spec-flag-circuit .spec-key-img-1 img {
    width: 640px;
    height: auto;
}

.spec-detail-nav-list .attention {
    background-image: url("../images/attention.jpg");
    background-position: 100% 25%;
    background-size: 16px;
    background-repeat: no-repeat;
    padding-right: 20px;
}

.tab-content>.tab-pane {
    display: block;
}

.large-CAD-img-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    display: none;
    z-index: 199;
}
.large-CAD-img-container { /*需要引起用户注意的元素*/
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    z-index: 200;
    height: 100%;
    text-align: center;
    overflow-y: scroll;
}
.large-CAD-img-container img {
    position: relative;
    height: auto;
    width: 80%;
    margin: auto;
    opacity: 1;
    animation-name: scaleShow;
    animation-iteration-count: 1;
    animation-duration: 300ms
}
@keyframes scaleShow {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1.0);
    }
}

#first-level-menu-content-area-三维示意图 img {
    cursor: pointer;
}