.product_switch, .product_switch ol, .model-title, .blue-print ul, .component-pic ul, .cable-pic ul {
  display: -webkit-flex;
  display: inline-flex;
  display: flex;
}
.blue-print.ad-quintuple ul, .blue-print.quintuple ul {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blue-print.ad-quintuple ul, .blue-print.double ul {
  -webkit-justify-content: center;
  justify-content: center;
}
.product_switch, .cable-pic ul {
  -webkit-justify-content: center;
  justify-content: center;
}
.product_switch a {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.product_switch a, .product_switch i {
  display: block;
}
.product_switch a {
  border-bottom: 2px solid #666;
  height: 2.6em;
  line-height: 2.4em;
  padding: 0 1.5em;
}
.product_switch a {
  color: #00a9e0;
}
.product_switch a:hover {
  color: #6cf;
}
.product_switch li.curr a {
  border: 2px solid #666;
  border-bottom-color: rgba(0, 0, 0, 0);
  color: #666;
  line-height: 2.6em;
  padding: 0 1em
}
.product_switch i {
  border-bottom: 2px solid #666;
}
.product_switch i {
  -webkit-flex-grow: 2;
  flex-grow: 2;
}
.hides {
  display: none;
}
/*
.model-row .blue-print, .model-row .model-table {
	display: none;
}
.model-row.active .blue-print, .model-row.active .model-table {
	display: inherit;
}
*/
.model-row {
  margin-bottom: 0.75em;
}
.mrc {
  height: auto;
  width: 100%;
}
.model-title, .blue-print, .blue-print li *, .component-pic, .component-pic li *, .cable-pic li * {
  width: 100%;
}
.model-title, .model-title * {
  cursor: pointer;
}
.model-title {
  transition: all 300ms ease 0s;
}
.model-title {
  background: #f3f3f3;
  border-bottom: 0px solid #000;
}
.model-title b, .model-title i {
  font-size: 1.2em;
}
.model-title b {
  color: #000;
  flex-grow: 0;
  font-weight: normal;
  padding-left: 1em;
}
.model-title i, .model-title svg {
  display: block;
}
.model-title i {
  flex-shrink: 0;
  height: 3em;
  padding: 0.8em;
  width: 3em;
}
.model-title svg {
  fill: #666;
  height: 1.4em;
  width: 1.4em;
}
.model-row.active .model-title {
  background: #1f2a44;
}
.model-title:hover {
  background: #ccc;
  border-bottom: 0px solid #000;
}
.model-title:hover b {
  color: #1f2a44;
}
.model-row.active .model-title b {
  color: #fff;
}
.model-title:hover svg {
  fill: #1f2a44;
}
.model-row.active .model-title svg {
  fill: #fff;
  transform: rotate(180deg);
}
.blue-print {
  margin-top: 3em;
}
.blue-print ul {
  margin-left: -1em;
}
.blue-print li {
  box-sizing: border-box;
  margin-left: 1em;
}
.component-pic ul {
  margin-left: 0em;
}
.component-pic li {
  width: 50%;
}
.cable-pic {
  margin-top: 1.5em;
}
.blue-print.double li {
  width: 25%;
}
.blue-print.triplex li, .blue-print.quintuple li {
  width: 33.3331%;
}
.blue-print.quadplex li {
  width: 25%;
}
.blue-print li *, .component-pic li *, .cable-pic li * {
  display: block;
}
.blue-print li a {
  /* border: 2px solid #000; */
}
.blue-print li a:hover {
  /* border: 2px solid #6cf; */
}
.blue-print li i, .component-pic li i, .cable-pic li i {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 0;
  position: relative;
  width: 100%;
}
.component-pic li:nth-child(1) i {}
.component-pic li:nth-child(2) i {}
.blue-print li i {
  padding-bottom: 100%;
}
.component-pic li i {
  background-size: cover;
  padding-bottom: 40%;
}
.cable-pic li i {
  background-size: contain;
  padding-bottom: 24%;
}
.blue-print li .bp-expand, .blue-print li .bp-expand:after, .blue-print li .bp-expand:before, .component-pic li .cp-expand, .component-pic li .cp-expand:after, .component-pic li .cp-expand:before, .cable-pic li .cp-expand, .cable-pic li .cp-expand:after, .cable-pic li .cp-expand:before {
  position: absolute;
}
.blue-print li:hover .bp-expand, .component-pic li:hover .cp-expand, .cable-pic li:hover .cp-expand, .cable-pic li:hover .cp-expand {
  background: #fff;
  border-radius: 50%;
  bottom: 12px;
  box-shadow: 0 0 10px #aaa;
  height: 54px;
  right: 12px;
  width: 54px;
}
.blue-print li:hover .bp-expand:after, .blue-print li:hover .bp-expand:before, .component-pic li:hover .cp-expand:after, .component-pic li:hover .cp-expand:before, .cable-pic li:hover .cp-expand:after, .cable-pic li:hover .cp-expand:before {
  background: #17b;
  border-radius: 4px;
  content: " ";
  left: 50%;
  top: 50%;
}
.blue-print li .bp-expand:after, .component-pic li:hover .cp-expand:after, .cable-pic li .cp-expand:after {
  height: 4px;
  margin: -2px 0 0 -15px;
  width: 30px;
}
.blue-print li .bp-expand:before, .component-pic li:hover .cp-expand:before, .cable-pic li .cp-expand:before {
  height: 30px;
  margin: -15px 0 0 -2px;
  width: 4px;
}
/* ----- */
.blue-print.ad-quintuple ul, .blue-print.quintuple ul, .blue-print.micro-single ul, .blue-print.micro-double ul, .blue-print.micro-triple ul {
  -webkit-justify-content: center;
  justify-content: center;
}
.blue-print.ad-quintuple li, .blue-print.quintuple li, .blue-print.micro-triple li {
  margin: 0 2em 2em 2em;
  width: calc(33.3331% - 4em);
}
.blue-print.ad-quintuple li i, .blue-print.quintuple li i, .blue-print.micro-single li i, .blue-print.micro-double li i, .blue-print.micro-triple li i {
  padding-bottom: 56%;
}
.blue-print.ad-quintuple li p, .blue-print.quintuple li p, .blue-print.micro-single li p, .blue-print.micro-double li p, .blue-print.micro-triple li p {
  padding-top: 1em;
  text-align: center;
}
.blue-print.micro-single li {
  margin: 1em 2em 2em 2em;
  width: calc(62% - 4em);
}
.blue-print.micro-double li {
  margin: 1em 2em 2em 2em;
  width: calc(50% - 4em);
}
/* ----- component-data-table ----- */
.component-data-table {
  width: 100%;
}
@media screen and (max-width: 1239px) {
  .mHide, .component-data-table ol {
    display: none !important;
  }
  .product_switch a {
    font-size: 100%;
  }
  /* ===== product_category ===== */
  .product_category {
    position: relative;
  }
  .product_category i:first-child {
    background: #1f2a44;
    color: #fff;
    display: block;
    font-size: 20px;
    font-style: normal;
    line-height: 40px;
    padding: 10px 20px;
  }
  .product_category i:last-child, .product_category i:last-child:after, .product_category i:last-child:before {
    position: absolute;
  }
  .product_category i:last-child {
    background: rgba(255, 255, 255, 0.05);
    height: 60px;
    right: 0;
    top: 0;
    width: 60px;
  }
  .product_category i:last-child:after, .product_category i:last-child:before {
    background: rgba(255, 255, 255, 0.9);
    content: '';
    left: 50%;
    top: 50%;
  }
  .product_category i:last-child:after {
    height: 20px;
    margin: -10px 0 0 -1px;
    width: 2px;
  }
  .product_category i:last-child:before {
    height: 2px;
    margin: -1px 0 0 -10px;
    width: 20px;
  }
  .product_category.active i:last-child:after, .product_category.active i:last-child:before {
    transform: rotate(135deg);
  }
  /*  */
  .product_category a {
    display: block;
    line-height: 40px;
    padding: 10px 20px;
  }
  .product_category p a {
    background: #39d;
    color: #fff;
  }
  .product_category p a {
    font-size: 20px;
  }
  .product_category ol, .product_category ul {
    display: none;
  }
  .product_category ul a {
    background: #6cf;
    color: #fff;
  }

  /** ===== prod-spec-tab ===== **/
  .prod-spec-tab {display:flex;justify-content:center;}
  .prod-spec-tab li {width:calc( 50% - 6px );}
  .prod-spec-tab li:not(:first-child) {margin-left:12px;}
  .prod-spec-tab li a {background:#eee;color:#000;display:block;font-size:18px;;line-height:48px;text-align:center;transition: all 400ms ease 0s;}


  .prod-spec-tab li.active a {background:#1f2a44;color:#fff;}
  .prod-spec-tab li a:hover {background:#6cf;color:#fff;}


  .prod-spec-main {padding-top:60px;position:relative;width:100%;z-index:500;}

  /* ===== product_category ===== */
  .model-title {
    -webkit-align-items: center;
    align-items: center;
  }
  .model-title {
    padding: 0.5em 0;
  }
  .model-title b {
    line-height: 1.4;
  }
  .component-pic {
    margin-top: 1.5em;
  }
  
  .component-data-table ul {
    border-top: 2px solid #333;
    margin-top: 1.5em;
  }
  .component-data-table li {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 1.0em 0;
  }
  .component-data-table li:before {
    color: #989898;
  }
  .component-data-table li * {
    line-height: 1em;
  }
  /* ----- */
  
  /* ----- cable-pic ----- */
  .cable-pic li, .cable-pic li * {
    width: 100%;
  }
  /* ----- prod-pic ----- */
  .prod-pic i {
    background-position: 50% 50%;
    background-size: contain;
    display: block;
    padding-bottom: 67%;
    width: 100%;
  }

  .test-intro-pic, .test-intro-pic li {width:100%;}
  .test-intro-pic {background:#fff;margin-top:10px;padding:10px 0;}
  .test-intro-pic li:not(:first-child) {padding-top:10px;}
  .test-intro-pic li img {display:block;max-width:100%;}

  /* ----- end-1239 ----- */
}
@media screen and (min-width: 1240px) {
  .product_category, .product_category ol {
    width: 100%;
  }
  .product_category {background:rgba(255,255,255,0.24);}
  .product_category ol, .component-data-table {
    display: -webkit-flex;
    display: inline-flex;
    display: flex;
  }
  .product_category {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product_category li.pcm {
    width: 18%;
  }
  .product_category li.pcm-2, .product_category li.pcm-3 {
    width: 21%;
  }
  .product_category li.pcm-5 {
    width: 23%;
  }
  .product_category li {
    position: relative;
  }
  .product_category a {
    display: block;
  }
  .product_category li p a {
    /* color: #00a9e0; */
    color: #000;
    font-size: 20px;
    line-height: 60px;
    padding: 2px;
    position: relative;
    text-align: center;
    transition: color 300ms ease 0s;
    width: 100%;
  }
  .product_category li p a:hover {background:rgba(255,255,255,0.8);}
  .product_category li p a:after {
    background: #666;
    bottom: 0;
    content: " ";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .product_category a:hover {
    color: #39d;
  }
  .product_category li.curr p a {
    background: rgba(252, 252, 252, 0.38);
    border: 2px solid #666;
    border-bottom: 0;
    color: #333 !important;
    padding: 0 0 2px 0;
  }
  .product_category li.curr p a:after {
    background: none;
  }
  .l-content-header {
    position: relative;
    z-index: 10;
  }
  .l-prod-intro, .product_category li {
    position: relative;
    z-index: 16;
  }
  .product_category li ul {
    background: rgba(252, 252, 252, 0.9);
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    left: 0;
    opacity: 0;
    padding-bottom: 5px;
    position: absolute;
    top: 74px;
    transition: all 300ms ease 0s;
    visibility: hidden;
    width: 100%;
  }
  .product_category li.curr ul {
    opacity: 1;
    top: 64px;
    visibility: visible;
  }
  .product_category ul li {
    padding-top: 0;
    width: 100%;
  }
  .product_category ul li.tail-arrow {
    background: #bbb;
    height: 1px;
    margin-top: 15px;
    position: relative;
  }
  .product_category ul li.tail-arrow:after, .product_category ul li.tail-arrow:before {
    content: " ";
    height: 0;
    position: absolute;
    top: -3px;
    width: 0;
  }
  .product_category ul li.tail-arrow:after {
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 3px;
    border-right-color: rgba(0, 0, 0, 0);
    border-right-style: solid;
    border-right-width: 0px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: #000;
    border-left-style: solid;
    border-left-width: 18px;
    right: 0;
  }
  .product_category ul li.tail-arrow:before {
    border-top-color: rgba(0, 0, 0, 0);
    border-top-style: solid;
    border-top-width: 3px;
    border-right-color: #000;
    border-right-style: solid;
    border-right-width: 18px;
    border-bottom-color: rgba(0, 0, 0, 0);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-left-color: rgba(0, 0, 0, 0);
    border-left-style: solid;
    border-left-width: 0px;
    right: 0;
  }
  .product_category ul li.tail-arrow:before {
    left: 0;
  }
  .product_category ul li a {
    line-height: 18px;
    padding: 12px 20px;
  }
  .product_category ul li a:link, .product_category ul li a:visited {
    color: #333;
  }
  .product_category ul li a:hover, .product_category ul li a:active {
    background: #6cf;
    color: #fff;
  }
  .product_category ul li.active a:link, .product_category ul li.active a:visited {
    background: #005db0;
    color: #fff;
  }

  /** ===== prod-spec-tab ===== **/
  .prod-spec-tab {display:flex;justify-content:center;}
  .prod-spec-tab li a {background:#eee;color:#000;display:block;font-size:18px;;line-height:48px;padding:0 96px;transition: all 400ms ease 0s;}
  .prod-spec-tab li:not(:first-child) {margin-left:12px;}

  .prod-spec-tab li.active a {background:#1f2a44;color:#fff;}
  .prod-spec-tab li a:hover {background:#6cf;color:#fff;}


  .prod-spec-main {padding-top:60px;position:relative;width:100%;z-index:500;}



  /* ----- product_switch ----- */
  .product_switch a {
    font-size: 150%;
  }
  .model-title {
    position: relative;
  }
  .model-title b {
    line-height: 3em;
  }
  .model-title i {
    padding: 0.8em 0;
    position: absolute;
    top: 0;
    width: 30px;
  }
  /* ----- 1 ----- */
  .model-title.i-left-1-a-1 i {
    left: 340px;
  }
  .model-title.i-left-1-a-2 i {
    left: 650px;
  }
  .model-title.i-left-1-a-3 i {
    left: 970px;
  }
  .model-title.i-left-1-a-4 i {
    left: 650px;
  }
  .model-title.i-left-1-a-5 i {
    left: 340px;
  }
  .model-title.i-left-1-a-6 i {
    left: 650px;
  }
  .indent-1-a-1 b {}
  .indent-1-a-2 b {
    padding-left: 345px;
  }
  .indent-1-a-3 b {
    padding-left: 655px;
  }
  .indent-1-a-4 b {
    padding-left: 345px;
  }
  .indent-1-a-5 b {}
  .indent-1-a-6 b {
    padding-left: 345px;
  }
  .model-title.i-left-1-b-1 i {
    left: 115px;
  }
  .model-title.i-left-1-b-2 i {
    left: 235px;
  }
  .model-title.i-left-1-b-3 i {
    left: 355px;
  }
  .indent-1-b-1 b {}
  .indent-1-b-2 b {
    padding-left: 120px;
  }
  .indent-1-b-3 b {
    padding-left: 240px;
  }
  .model-title.i-left-1-c-1 i {
    left: 285px;
  }
  .model-title.i-left-1-c-2 i {
    left: 525px;
  }
  .model-title.i-left-1-c-3 i {
    left: 785px;
  }
  .indent-1-c-1 b {}
  .indent-1-c-2 b {
    padding-left: 290px;
  }
  .indent-1-c-3 b {
    padding-left: 530px;
  }
  .model-title.i-left-1-d-1 i {
    left: 145px;
  }
  .model-title.i-left-1-d-2 i {
    left: 285px;
  }
  .model-title.i-left-1-d-3 i {
    left: 420px;
  }
  .indent-1-d-1 b {}
  .indent-1-d-2 b {
    padding-left: 150px;
  }
  .indent-1-d-3 b {
    padding-left: 290px;
  }
  /* ----- 2 ----- */
  .model-title.i-left-2-1 i {
    left: 260px;
  }
  .model-title.i-left-2-2 i {
    left: 520px;
  }
  .model-title.i-left-2-3 i {
    left: 800px;
  }
  .model-title.i-left-2-4 i {
    left: 1040px;
  }
  .model-title.i-left-2-5 i {
    left: 770px;
  }
  .model-title.i-left-2-6 i {
    left: 565px;
  }
  .model-title.i-left-2-7 i {
    left: 360px;
  }
  .indent-2-1 b {}
  .indent-2-2 b {
    padding-left: 270px;
  }
  .indent-2-3 b {
    padding-left: 530px;
  }
  .indent-2-4 b {
    padding-left: 810px;
  }
  .indent-2-5 b {
    padding-left: 530px;
  }
  .indent-2-6 b {
    padding-left: 270px;
  }
  .indent-2-7 b {}
  /* ----- 3 ----- */
  .model-title.i-left-3-1 i {
    left: 350px;
  }
  .model-title.i-left-3-2 i {
    left: 710px;
  }
  .model-title.i-left-3-3 i {
    left: 1080px;
  }
  .model-title.i-left-3-4 i {
    left: 710px;
  }
  .model-title.i-left-3-5 i {
    left: 350px;
  }
  .model-title.i-left-3-6 i {
    left: 710px;
  }
  .model-title.i-left-3-7 i {
    left: 1080px;
  }
  .model-title.i-left-3-8 i {
    left: 710px;
  }
  .indent-3-1 b {
  }
  .indent-3-2 b {
    padding-left: 360px;
  }
  .indent-3-3 b {
    padding-left: 720px;
  }
  .indent-3-4 b {
    padding-left: 360px;
  }
  .indent-3-5 b {}
  .indent-3-6 b {
    padding-left: 360px;
  }
  .indent-3-7 b {}
  .indent-3-8 b {
    padding-left: 720px;
  }
  .indent-3-9 b {
    padding-left: 360px;
  }
  /* ----- 4 ----- */
  .model-title.i-left-4-1 i {
    left: 300px;
  }
  .model-title.i-left-4-2 i {
    left: 600px;
  }
  .model-title.i-left-4-3 i {
    left: 900px;
  }
  .model-title.i-left-4-4 i {
    left: 1150px;
  }
  .model-title.i-left-4-5 i {
    left: 900px;
  }
  .model-title.i-left-4-6 i {
    left: 600px;
  }
  .model-title.i-left-4-7 i {
    left: 300px;
  }
  .model-title.i-left-4-8 i {
    left: 600px;
  }
  .indent-4-2 b {
    padding-left: 310px;
  }
  .indent-4-3 b {
    padding-left: 610px;
  }
  .indent-4-4 b {
    padding-left: 910px;
  }
  .indent-4-5 b {
    padding-left: 610px;
  }
  .indent-4-6 b {
    padding-left: 310px;
  }
  .indent-4-7 b {}
  .indent-4-8 b {
    padding-left: 310px;
  }
  .indent-4-9 b {
    padding-left: 610px;
  }
  /* ----- 5-a ----- */
  .model-title.i-left-5-a-1 i, .model-title.i-left-5-b-1 i {
    left: 180px;
  }
  .model-title.i-left-5-a-2 i, .model-title.i-left-5-b-2 i {
    left: 340px;
  }
  .model-title.i-left-5-a-3 i, .model-title.i-left-5-b-3 i {
    left: 500px;
  }
  .model-title.i-left-5-a-4 i, .model-title.i-left-5-b-4 i {
    left: 660px;
  }
  .model-title.i-left-5-a-5 i, .model-title.i-left-5-b-5 i {
    left: 820px;
  }
  .model-title.i-left-5-a-6 i, .model-title.i-left-5-b-6 i {
    left: 980px;
  }
  .model-title.i-left-5-a-7 i {
    left: 1120px;
  }
  .model-title.i-left-5-b-7 i {
    left: 945px;
  }
  .model-title.i-left-5-e-7 i {
    left: 1036px;
  }
  .model-title.i-left-5-f-7 i {
    left: 1100px;
  }
  .indent-5-a-1 b, .indent-5-b-1 b {}
  .indent-5-a-2 b, .indent-5-b-2 b {
    padding-left: 165px;
  }
  .indent-5-a-3 b, .indent-5-b-3 b {
    padding-left: 325px;
  }
  .indent-5-a-4 b, .indent-5-b-4 b {
    padding-left: 485px;
  }
  .indent-5-a-5 b, .indent-5-b-5 b {
    padding-left: 645px;
  }
  .indent-5-a-6 b, .indent-5-b-6 b {
    padding-left: 805px;
  }
  .indent-5-a-7 b {
    padding-left: 965px;
  }
  /* ----- table ----- */
  .model-table table tbody tr td:last-child {
    text-align: center;
    padding-right: 0
  }
  .model-table {
    padding-bottom: calc(1.5vw + 21px);
  }
  .model-table tr, .model-table th, .model-table td, .component-data-table li {
    /* width: 160px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
  .model-table th, .model-table td, .component-data-table li {
    -webkit-align-items: center;
    align-items: center;
  }
  .model-table th, .model-table td, .component-data-table ul li {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .model-table th, .model-table td {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .model-table td {
    white-space: pre-wrap;
    word-break: break-all;
  }
  .model-table table thead tr th {
    line-height: 1;
    padding: 6px 6px 6px 6px;
    text-align:center;
    vertical-align: middle;
  }
  /* ----- component-data-table ----- */
  .component-data-table {
    border-top: 2px solid #333;
    margin-top: 1.5em;
  }
  .component-data-table ol {
    width: 300px;
  }
  
  .component-data-table ul {-webkit-flex-grow:1;flex-grow:1;}
  
  .component-data-table.component-data-3 ul {
    width: 450px;
  }
  .component-data-table.component-data-4 ul {
    width: 300px;
  }
  .component-data-table.component-data-5 ul {
    width: 225px;
  }
  .component-data-table.component-data-7 ul {
    width: 150px;
  }
  .component-data-table ul:nth-child(2n) {
    background: #f5f5f5;
  }
  .component-data-table li, .component-data-table li * {
    line-height: 42px;
  }
  .component-data-table li {
    border-bottom: 1px solid #ccc;
    height: 43px;
  }
  .component-data-table ol li {
    border-right: 1px solid #ccc;
    text-indent: 2em;
    white-space: nowrap;
  }
  .component-data-table ul li {}
  /* ----- */
  .table-cable-9 th, .table-cable-9 td {
    width: 142px;
  }
  .table-cable-9 th:nth-child(6), .table-cable-9 td:nth-child(6) {
    width: 184px;
  }
  .table-cable-9 th:nth-child(8), .table-cable-9 td:nth-child(8) {
    width: 100px;
  }
  /* ----- */
  .table-micro-6 th, .table-micro-6 td {
    width: 240px;
  }
  .table-micro-7 th, .table-micro-7 td {
    width: 160px;
  }
  .table-micro-8 th, .table-micro-8 td {
    width: 160px;
  }
  .table-micro-9 th, .table-micro-9 td {
    width: 137px;
  }
  .table-micro-10 th, .table-micro-10 td {
    width: 100px;
  }
  .table-micro-10 th:nth-child(1), .table-micro-10 td:nth-child(1) {
    width: 80px !important;
  }
  .table-microwave th:nth-child(2), .table-microwave td:nth-child(2) {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    width: auto;
  }
  /* ----- */
  .table-coaxial th, .table-coaxial td {
    width: 160px;
  }
  .table-coaxial th:nth-child(4), .table-coaxial td:nth-child(4), .table-coaxial th:nth-child(7), .table-coaxial td:nth-child(7) {
    width: 120px;
  }
  .table-coaxial th:nth-child(5), .table-coaxial td:nth-child(5), .table-coaxial th:nth-child(6), .table-coaxial td:nth-child(6) {
    width: 200px;
  }
  .model-table th:first-child, .model-table th:last-child, .model-table td:first-child, .model-table td:last-child {
    width: 100px;
  }

  .table-coaxial tbody td:nth-child(5), .table-coaxial tbody td:nth-child(6) {justify-content: flex-start;text-indent:2em !important;}

  .model-table th {
    position: relative;
  }
  .model-table th:after {
    bottom: 0;
    content: " ";
    height: 60%;
    left: 0;
    position: absolute;
    width: 0;
  }
  .table-coaxial th:not(:first-child):after, .table-connector th:not(:first-child):after, .table-microwave th:not(:first-child):after, .table-antenna th:not(:first-child):after, .table-wave th:not(:first-child):after, .table-coaxial-components th:not(:first-child):after, .table-test th:not(:first-child):after, .table-test-components th:not(:first-child):after {
    border-left: 2px solid #000;
  }
  .table-coaxial th:not(:first-child), .table-coaxial td:not(:first-child), .table-connector th:not(:first-child), .table-connector td:not(:first-child) {
    /* padding-left: 1.5em; */
  }
  /* ===== prod-pic ===== */
  .prod-pic {
    box-sizing: content-box;
    padding: 2em 1.5em 1.5em 3em;
  }
  .prod-pic a, .prod-pic i {
    background-position: 50% 50%;
    background-size: cover;
    display: block;
    height: 240px;
    transition: all 300ms ease 0s;
    width: 240px;
  }
  .prod-pic a:link, .prod-pic a:visited {
    /* border: 3px solid #fff; */
  }
  .prod-pic a:hover, .prod-pic a:active {
    /* border: 3px solid #fff; */
  }
  .prod-info {
    padding-top: 4.2rem;
  }
  /* ----- blue-print ----- */
  .blue-print {
    margin-top: 1.5em;
  }
  .blue-print.border-middle li {
    position: relative;
  }
  .blue-print.border-middle li:not(:first-child):before {
    border-left: 1px dashed #888;
    content: " ";
    height: 70%;
    left: -1em;
    position: absolute;
    top: 15%;
    width: 0;
  }
  .component-pic {
    margin-top: 1.5em;
  }
  .component-pic li {
    width: 50%;
  }
  /* ----- cable-pic ----- */
  .cable-pic li {
    width: 900px;
  }


  .test-intro-pic, .test-intro-pic li {display:flex;}
  .test-intro-pic {background:#fff;margin-top:40px;padding:20px 0;}
  .test-intro-pic li {justify-content:center;}
  .intro-pic-2 li {width:50%;}

  .test-intro-pic li img {display:block;max-width:100%;}
  .intro-pic-a li img {height:396px;}
  .intro-pic-b li {width:100%;}
  .intro-pic-b li img {height:396px;}
  /* ----- end-1240 ----- */
}
