@charset "utf-8";

#tape .wrap {
  width: 93.5%;
  max-width: 960px;
}

#tape li {
  list-style: none;
}

#tape .mainvisual-area {
  background: url(/img/tape/mv.jpg) no-repeat center;
  background-size: cover;
}

#tape .mainvisual-area .common-title .main {
  width: 185px;
  max-width: 185px;
}

#tape .mainvisual-area .common-title .sub {
  margin-bottom: 4px;
}

#tape .cel {
  box-sizing: border-box;
  padding: 55px 9.58% 60px;
  margin-bottom: 80px;
  background: #1A1A1A;
}

#tape .cel > .wrap {
  width: 100%;
}

#tape .sections {
  position: relative;
  min-height: 304px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}

#tape .sections:last-child {
  margin-bottom: 0;
}

#tape .sections .title {
  width: 65%;
  padding: 7px 0 7px 20px;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 1.46;
  border-left: 6px solid #D60D18;
}

#tape .sections .inner {
  font-size: 0;
}

#tape .sections .item-list {
  display: inline-block;
  vertical-align: middle;
  width: 61%;
  max-width: 473px;
}

#tape .sections .item-list li {
  margin-bottom: 28px;
}

#tape .sections .item-list li:last-child {
  margin-bottom: 0;
}

#tape .sections .item-list li a {
  position: relative;
  display: inline-block;
  padding-left: 22px;
  line-height: 1;
}

#tape .sections .item-list li a:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  margin-top: -6px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FF0000;
  border-bottom: 3px solid #FF0000;
  transform: rotate(-45deg);
}

#tape .sections .item-list li img,
#tape .sections .item-list li span {
  display: inline-block;
  vertical-align: middle;
}

#tape .sections .item-list li span {
  font-size: 16px;
  font-weight: bold;
  color: #ccc;
}

#tape .sections .item-list .e-series img {
  width: 133px;
}
#tape .sections .item-list .p-series img,
#tape .sections .item-list .s-series img,
#tape .sections .item-list .d-series img,
#tape .sections .item-list .g-series img {
  width: 136px;
}
#tape .sections .item-list .le-tape img,
#tape .sections .item-list .ld-tape img,
#tape .sections .item-list .lc-tape img {
  width: 114px;
}
#tape .sections .item-list .b-series img {
  width: 131px;
}

#tape .sections .image {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44%;
  max-width: 335px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}

#tape .sections .image.sp {
  display: none;
}

/* --------------------------------------------------
 * tape-detail
*/
#tape.tape-detail .detail,
#tape.tape-detail .spec,
#tape.tape-detail .step,
#tape.tape-detail .contrast,
#tape.tape-detail .correspondence,
#tape.tape-detail .useful,
#tape.tape-detail .features {
  margin-bottom: 60px;
}

#tape.tape-detail .detail .title {
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.4;
  border-left: 4px solid #D60D18;
}

#tape.tape-detail .detail .title .category {
  display: block;
  padding-top: 5px;
  font-size: 16px;
  font-weight: normal;
}

#tape.tape-detail .detail .title img,
#tape.tape-detail .detail .title .sub {
  display: inline-block;
  vertical-align: middle;
}

#tape.tape-detail .detail .inner {
  font-size: 0;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}

#tape.tape-detail .detail .image {
  display: inline-block;
  vertical-align: top;
  width: 49.61%;
  max-width: 385px;
  margin-right: 5.15%;
}

#tape.tape-detail .detail .text {
  display: inline-block;
  vertical-align: top;
  width: 45.24%;
  font-size: 13px;
  line-height: 1.84;
  color: #eee;
}

#tape.tape-detail .spec .title,
#tape.tape-detail .types .title,
#tape.tape-detail .step .title,
#tape.tape-detail .patent .title,
#tape.tape-detail .contrast .title,
#tape.tape-detail .correspondence .title,
#tape.tape-detail .useful .title,
#tape.tape-detail .features .title {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 2;
  border-left: 4px solid #D60D18;
}

#tape.tape-detail .spec .inner-title {
  padding: 13px 20px 12px;
  margin-bottom: 20px;
  font-size: 14px;
  background: #2B2B2B;
}

#tape.tape-detail .spec .inner-title span {
  font-weight: normal;
}

#tape.tape-detail .spec .inner-title sup{
      vertical-align: super;
      font-size: smaller;
}

#tape.tape-detail .correspondence p sup{
      vertical-align: super;
  font-weight: normal;
      font-size: smaller;
}

#tape.tape-detail .spec ul {
  font-size: 0;
  margin-bottom: 20px;
}

#tape.tape-detail .spec li {
  display: inline-block;
  vertical-align: top;
  width: 30.92%;
  max-width: 240px;
  min-height: 58px;
  margin-right: 3.35%;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

#tape.tape-detail .spec li:nth-child(3n) {
  margin-right: 0;
}

#tape.tape-detail .spec li span {
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  padding: 5px 0;
  font-size: 13px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}

#tape.tape-detail .spec.links li a{
  position: relative;
  display: block;
}

#tape.tape-detail .spec.links li span::after{
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px 13px 0 0;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  border-radius: 1px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 10px;
}

/*
#tape.tape-detail.lang-cn .spec li span::after{
  content: "";
  width: 0;
  height: 0;
  border: none;
}
*/

#tape.tape-detail .types {
  font-size: 0;
}

#tape.tape-detail .types > li {
  display: inline-block;
  vertical-align: top;
  width: 47.68%;
  max-width: 370px;
}

#tape.tape-detail .types > li:first-child {
  margin-right: 4.64%;
}

#tape.tape-detail .types .lead {
  font-size: 14px;
  line-height: 1.7;
  color: #eee;
}

#tape.tape-detail .types .text {
  font-size: 13px;
  line-height: 1.84;
}

#tape.tape-detail .step .zoom-btn {
  display: none !important;
}

#tape.tape-detail .patent .arrow-link {
  font-size: 14px;
  text-decoration: underline;
  color: #eee;
}

#tape.tape-detail .patent .arrow-link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px 13px 0 0;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  border-radius: 1px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#tape.tape-detail .contrast table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#tape.tape-detail .contrast table thead th {
  padding: 15px 10px;
  border: 1px solid #bbb;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background: #2b2b2b;
  word-break: break-word;
  word-wrap: break-word;
}

#tape.tape-detail .contrast table tbody th {
  padding: 15px 10px;
  border: 1px solid #bbb;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  background: #999999;
}

#tape.tape-detail .contrast table tbody td {
  padding: 15px 10px;
  border: 1px solid #bbb;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1;
  color: #222222;
  text-align: center;
  vertical-align: middle;
  background: #CCCCCC;
}

/* --------------------------------------------------
 * tape-detail e-series
*/
#tape.e-series .detail .title img {
  width: 165px;
}

/* --------------------------------------------------
 * tape-detail p-series
*/
#tape.p-series .spec {
  margin-bottom: 0;
}

#tape.p-series .detail .title img {
  width: 166px;
}

#tape.tape-detail .detail .text li {
  margin-bottom: 25px;
}

#tape.tape-detail .detail .text li:last-child {
  margin-bottom: 0;
}

/* --------------------------------------------------
 * tape-detail s-series
*/
#tape.s-series .detail {
  margin-bottom: 0;
}

#tape.s-series .detail .title img {
  width: 166px;
}

/* --------------------------------------------------
 * tape-detail d-series
*/

#tape.tape-detail .detail .text p {
  margin-bottom: 25px;
}

#tape.d-series .detail .title img {
  width: 165px;
}

/* --------------------------------------------------
 * tape-detail g-series
*/
#tape.g-series .detail .title img {
  width: 165px;
}

/* --------------------------------------------------
 * tape-detail le-series
*/
#tape.le-series .detail .title img {
  width: 144px;
}

#tape.le-series .useful .inner {
  font-size: 0;
}

#tape.le-series .useful .inner .figure {
  display: inline-block;
  width: 49.93515%;
  max-width: 385px;
  margin-right: 5.18807%;
  vertical-align: top;
}

#tape.le-series .useful .inner .desc {
  display: inline-block;
  width: 44.74708%;
  max-width: 345px;
  vertical-align: top;
  color: #eee;
}

#tape.le-series .useful .inner .desc li {
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: normal;
  line-height: 24px;
}

#tape.le-series .useful .inner .desc li:last-child {
  margin-bottom: 0;
}

#tape.le-series .useful:last-of-type {
  margin-bottom: 0;
}

#tape.le-series .contrast table thead th:first-child {
  width: 343px;
}

/* --------------------------------------------------
 * tape-detail ld-series
*/
#tape.ld-series .detail .title img {
  width: 144px;
}

/* --------------------------------------------------
 * tape-detail coating
*/
#tape.coating .detail .title img {
  width: 144px;
}

/* --------------------------------------------------
 * tape-detail clean
*/
#tape.clean .detail .title img {
  width: 144px;
}

#tape.clean .contrast table thead th {
  padding: 7px 10px;
}

/* --------------------------------------------------
 * tape-detail modal
*/
#tape.tape-detail .img-modal {
  display: none;
}

/* --------------------------------------------------
 * tape-detail patent
*/
#tape.patent .mainvisual-area {
  background-image: url(/img/tape/mv_patent.jpg);
}

#tape.patent .mainvisual-area .common-title .main {
  width: 573px;
  max-width: 573px;
}

#tape.patent .contrast .update {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 13px;
  text-align: right;
  color: #fff;
}

#tape.patent .contrast table thead th:first-child {
  width: 172px;
}

#tape.patent .contrast table tbody th {
  width: 172px;
}

#tape.patent .contrast table tbody td {
  padding: 20px 37px;
  text-align: left;
  line-height: 23px;
  word-wrap: break-word;
  word-break: break-all;
}

#tape.patent .contrast table tbody td.pattern1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  height: 1200px;
}

#tape.patent .contrast table tbody td.pattern1 span {
  display: inline-block;
  width: 22%;
}

#tape.patent .contrast table tbody td.pattern2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  height: 300px;
}

#tape.patent .contrast table tbody td.pattern2 span {
  display: inline-block;
  width: 29%;
}

#tape.patent .contrast table tbody td.pattern3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    flex-direction: column;
  height: 200px;
}

#tape.patent .contrast table tbody td.pattern3 span {
  display: inline-block;
  width: 24%;
}

#tape.patent .contrast table tbody td.pattern4 span {
  display: inline-block;
  margin-right: 39px;
  vertical-align: top;
}


  /*  add201911  */
#tape.tape-detail .contrast table {
  border-spacing: 0;
  background: #bbb;
}
#tape .contrast table thead {
  display: none;
}
#tape .contrast table.mds thead {
  display: block;
  background: #2b2b2b;
}
#tape .contrast table.mds thead th:nth-child(1) {
  width : 22.16%;
  min-width: 172px;
}
#tape .contrast table.mds thead th:nth-child(2) {
  width : 100%;
  width : calc(100% - 22.16%);
}
#tape .contrast table tbody {
  border-spacing: 0;
  border-collapse: collapse;
}
#tape .contrast table thead th {
  box-sizing: border-box;
}
#tape .contrast table tbody th {
  box-sizing: border-box;
}
#tape .contrast table tbody td {
  box-sizing: border-box;
}
#tape.tape-detail .contrast table tbody td {
  box-sizing: border-box;
}
#tape.tape-detail .contrast .countryBtn {
  display: none;
}
#tape.tape-detail .contrast .spNumberMds {
  display: none;
}
#tape.tape-detail .contrast .ac-target {
  display: block;
}

#tape.tape-detail .correspondence{
  margin-bottom: 0;
}

#tape.tape-detail .correspondence li {
  display: inline-block;
  width: 47.68%;
  max-width: 370px;
  /* height: 60px; */
  vertical-align: top;
}

#tape.tape-detail .correspondence ul {
  font-size: 0;
  margin-bottom: 20px;
}

#tape.tape-detail .correspondence li:nth-child(odd) {
  margin-right: 4.64%;
}

#tape.tape-detail .correspondence li:nth-child(n+3) {
  margin-top: 20px;
}

#tape.tape-detail .correspondence li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.3;
  text-align: center;
}

#tape.tape-detail .correspondence li a span:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 4px 13px 0 0;
  border-top: 3px solid #FF0000;
  border-right: 3px solid #FF0000;
  border-radius: 1px;
  vertical-align: middle;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

#tape.tape-detail .correspondence p{
  text-align: center;
}

/* add 2023.3 --- for link with thumbnail */
#tape.tape-detail .correspondence li { position: relative; }
#tape.tape-detail .correspondence li a {
  padding: 1.6em 0;
  flex-wrap: wrap;
}
#tape.tape-detail .correspondence li .thumbnail {
  width: 80%;
  margin: -1.6em auto 0;
}
#tape.tape-detail .correspondence li .thumbnail + span {
  margin-top: -30px;
}



/* =============== sp =============== */
@media screen and (max-width: 768px) {
  #tape .wrap {
    width: 89.33333%;
    max-width: 89.33333%;
  }

  #tape .mainvisual-area {
    background: url(/img/tape/mv_sp.jpg) no-repeat center;
    background-size: cover;
  }

  #tape .mainvisual-area .common-title .main {
    width: 2.45rem;
    max-width: 100%;
  }

  #tape .mainvisual-area .common-title .sub {
    margin-bottom: 0.25rem;
  }

  #tape .cel {
    padding: 0.4rem 0.4rem 1rem;
    margin-bottom: 0.76rem;
  }

  #tape .cel > .wrap {
    max-width: 100%;
  }

  #tape .sections {
    margin-bottom: 1rem;
  }

  #tape .sections .title {
    width: 100%;
    padding: 0.1rem 0 0.1rem 0.4rem;
    margin-bottom: 0.3rem;
    font-size: 0.4rem;
    line-height: 1.46;
    border-left: 0.09rem solid #D60D18;
  }

  #tape .sections .item-list {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #tape .sections .item-list li {
    margin-bottom: 0.48rem;
  }

  #tape .sections .item-list li a {
    padding-left: 0.4rem;
  }

  #tape .sections .item-list li a:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    margin-top: 0.1rem;
    width: 0.16rem;
    height: 0.16rem;
    border-right: 0.05rem solid #FF0000;
    border-bottom: 0.05rem solid #FF0000;
    transform: rotate(-45deg);
  }

  #tape .sections .item-list li span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.28rem;
    line-height: 1.5;
    text-indent: -0.5em;
  }

  #tape .sections .item-list .e-series img {
    width: 2.33rem;
  }
  #tape .sections .item-list .p-series img,
  #tape .sections .item-list .s-series img {
    width: 2.39rem;
  }
  #tape .sections .item-list .d-series img,
  #tape .sections .item-list .g-series img {
    width: 2.27rem;
  }
  #tape .sections .item-list .le-tape img,
  #tape .sections .item-list .ld-tape img {
    width: 2.12rem;
  }
  #tape .sections .item-list .lc-tape img {
    width: 2.06rem;
  }
  #tape .sections .item-list .b-series img {
    width: 2.47rem;
  }

  #tape .sections .image {
    position: static;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.41rem;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    z-index: 0;
  }

  #tape .sections .image.sp {
    display: block;
  }

  #tape .sections .image img {
    width: 100%;
  }

  /* --------------------------------------------------
  * tape-detail
  */
  #tape.tape-detail .detail,
  #tape.tape-detail .spec,
  #tape.tape-detail .step,
  #tape.tape-detail .contras,
  #tape.tape-detail .correspondence,
  #tape.tape-detail .useful,
  #tape.tape-detail .features {
    margin-bottom: 1rem;
  }

  #tape.tape-detail .detail .inner {
      font-size: 0;
      display: block;
  }

  #tape.tape-detail .detail .title {
    padding-left: 0.4rem;
    margin-bottom: 0.6rem;
    font-size: 0.28rem;
    line-height: 1.4;
    border-left: 0.09rem solid #D60D18;
  }

  #tape.tape-detail .detail .title .category {
    padding-top: 0.1rem;
    margin-bottom: 0.22rem;
    font-size: 0.26rem;
  }

  #tape.tape-detail .detail .title .sub {
    margin-top: 0.27rem;
  }

  #tape.tape-detail .detail .image {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.6rem;
  }

  #tape.tape-detail .detail .image img {
    width: 100%;
  }

  #tape.tape-detail .detail .text {
    display: block;
    width: 100%;
    font-size: 0.28rem;
    line-height: 1.74;
  }

  #tape.tape-detail .spec .title,
  #tape.tape-detail .types .title,
  #tape.tape-detail .step .title,
  #tape.tape-detail .patent .title,
  #tape.tape-detail .correspondence .title,
  #tape.tape-detail .contrast .title,
  #tape.tape-detail .useful .title,
  #tape.tape-detail .features .title  {
    padding: 0.1rem 0 0.1rem 0.3rem;
    margin-bottom: 0.6rem;
    font-size: 0.4rem;
    line-height: 1.46;
    border-left: 0.09rem solid #D60D18;
  }

  #tape.tape-detail .spec .inner-title {
    padding: 0.28rem 0.32rem 0.27rem;
    margin-bottom: 0.6rem;
    font-size: 0.32rem;
    line-height: 1.8;
  }

  #tape.tape-detail .spec ul {
    margin-bottom: 1rem;
  }

  #tape.tape-detail .spec li {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }

  #tape.tape-detail .spec li:last-child {
    margin-bottom: 0.85rem;
  }

  #tape.tape-detail .spec .inner:last-child li:last-child {
    margin-bottom: 0;
  }

  #tape.tape-detail .spec li span {
    height: auto;
    min-height: 0;
    padding: 0.28rem 0.1rem;
    font-size: 0.28rem;
    text-align: center;
  }

  #tape.tape-detail .types > li {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }

  #tape.tape-detail .types > li:first-child {
    margin-right: 0;
  }

  #tape.tape-detail .types > li:last-child {
    margin-bottom: 0;
  }

  #tape.tape-detail .types ol li {
    margin-bottom: 0.6rem;
  }

  #tape.tape-detail .types ol li:last-child {
    margin-bottom: 0;
  }

  #tape.tape-detail .types .lead {
    font-size: 0.28rem;
  }

  #tape.tape-detail .types .text {
    font-size: 0.28rem;
    line-height: 1.7;
  }

  #tape.tape-detail .correspondence li {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 0.4rem;
  }

  #tape.tape-detail .correspondence li:first-child {
    margin-right: 0;
  }

  #tape.tape-detail .correspondence li:last-child {
    margin-bottom: 0;
  }

  #tape.tape-detail .correspondence li:nth-child(3) {
    margin-top: 0;
  }

  #tape.tape-detail .correspondence li a {
    position: relative;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.33rem 0.4rem 0.33rem 0.6rem;
    font-size: 0.28rem;
    line-height: 1.3;
    text-align: left;
  }

  #tape.tape-detail .correspondence li a span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0.12rem;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: auto 0;
    border-top: 0.06rem solid #FF0000;
    border-right: 0.06rem solid #FF0000;
  }

  /* add 2023.3 --- for link with thumbnail */
  #tape.tape-detail .correspondence li {}
  #tape.tape-detail .correspondence li a {}
  #tape.tape-detail .correspondence li .thumbnail {
    width: 90%;
  }
  #tape.tape-detail .correspondence li .thumbnail + span:before {
    top: 82%;
  }



  #tape.tape-detail .step .zoom-btn {
    display: block !important;
    width: 3rem;
    height: 0.7rem;
    margin: 0.64rem auto 0;
    border: 1px solid #ccc;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
    line-height: 0.68rem;
    text-align: center;
    cursor: pointer;
  }

  #tape.tape-detail .step .zoom-btn span {
    position: relative;
    display: inline-block;
    padding-left: 0.35rem;
  }

  #tape.tape-detail .step .zoom-btn span:before, #tape.tape-detail .step .zoom-btn span:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 0.22rem;
    height: 0.06rem;
    border-radius: 1px;
    background: #fff;
  }

  #tape.tape-detail .step .zoom-btn span:before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #tape.tape-detail .step .zoom-btn span:after {
    top: 50%;
    left: 0;
    -webkit-transform: rotate(90deg) translateX(-14%);
    transform: rotate(90deg) translateX(-14%);
  }

  #tape.tape-detail .patent .arrow-link {
    font-size: 0.28rem;
  }

  #tape.tape-detail .patent .arrow-link:before {
    content: "";
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0.08rem 0.3rem 0 0;
    border-top: 0.06rem solid #FF0000;
    border-right: 0.06rem solid #FF0000;
  }

  #tape.tape-detail .contrast table {
    display: table;
    table-layout: auto;
  }

  #tape.tape-detail .contrast table thead th {
    padding: 0.32rem 0.17rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }

  #tape.tape-detail .contrast table tbody th {
    padding: 0.29rem 0.2rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }

  #tape.tape-detail .contrast table tbody td {
    padding: 0.32rem 0.2rem;
    font-size: 0.32rem;
    line-height: 1.25;
  }

  /* --------------------------------------------------
  * tape-detail e-series
  */
  #tape.e-series .detail .title img {
    width: 3.72rem;
  }

  /* --------------------------------------------------
  * tape-detail p-series
  */
  #tape.p-series .detail .title img {
    width: 3.72rem;
  }

  #tape.p-series .spec,
  #tape.tape-detail .spec ul {
    margin-bottom: 0;
  }

  #tape.tape-detail .detail .text li {
    margin-bottom: 0.4rem;
  }

  /* --------------------------------------------------
  * tape-detail s-series
  */
  #tape.s-series .detail {
    margin-bottom: 0;
  }

  #tape.s-series .detail .title img {
    width: 3.72rem;
  }

  /* --------------------------------------------------
  * tape-detail d-series
  */
  #tape.d-series .detail .title img {
    width: 3.72rem;
  }

  #tape.tape-detail .detail .text p {
    margin-bottom: 0.4rem;
  }

  /* --------------------------------------------------
   * tape-detail le-series
  */
  #tape.le-series .detail .title img {
    width: 3.11rem;
  }

  #tape.le-series .contrast table .other-type {
    width: 2rem;
    color: #fff;
    background: #2b2b2b;
  }

  #tape.le-series .useful .inner .figure {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5rem;
  }

  #tape.le-series .useful .inner .desc {
    display: block;
    width: 100%;
    max-width: 100%;
  }

  #tape.le-series .useful .inner .desc li {
    margin-bottom: 0.48rem;
    font-size: 0.28rem;
    line-height: 1.714;
  }

  #tape.le-series .contrast table thead th {
    width: 100%;
  }

  /* --------------------------------------------------
   * tape-detail ld-series
  */
  #tape.ld-series .detail .title img {
    width: 3.11rem;
  }

  /* --------------------------------------------------
   * tape-detail coating
  */
  #tape.coating .detail .title img {
    width: 3.19rem;
  }

  /* --------------------------------------------------
  * tape-detail clean
  */
  #tape.clean .detail .title img {
    width: 3.38rem;
  }

  #tape.clean .contrast table tbody th {
    width: 2rem;
    padding: 0.29rem 0.1rem;
    font-weight: bold;
    color: #fff;
    background: #2b2b2b;
  }

  #tape.clean .contrast table tbody td {
    width: 3.2rem;
  }

  /* --------------------------------------------------
  * tape-detail modal
  */
  #tape.tape-detail .img-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  #tape.tape-detail .img-modal .modal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #tape.tape-detail .img-modal .modal-contents {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93.3%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  #tape.tape-detail .img-modal .modal-close {
    position: absolute;
    top: -0.7rem;
    right: 0;
    cursor: pointer;
    z-index: 20;
  }

  #tape.tape-detail .img-modal .modal-close:before {
    content: "×";
    font-size: 0.5rem;
    font-weight: bold;
    color: #fff;
  }

  /* --------------------------------------------------
  * tape-detail patent
  */
  #tape.patent .mainvisual-area {
    background-image: url(/img/tape/mv_patent_sp.jpg);
  }

  #tape.patent .mainvisual-area .common-title .main {
    width: 4.66rem;
    max-width: 100%;
  }

  #tape.patent .cel {
    padding: 0.84rem 0.4rem;
  }

  #tape.patent .contrast table thead th:first-child {
    width: 1.84rem;
  }

  #tape.patent .contrast table tbody th {
    width: 1.84rem;
    vertical-align: top;
  }

  #tape.patent .contrast table tbody td {
    padding: 0.29rem 0.3rem;
    font-size: 0.18rem;
    line-height: 1.714;
  }

  #tape.patent .contrast table tbody td.pattern1 span {
    width: 30%;
  }

  #tape.patent .contrast table tbody td.pattern1 span:nth-child(odd) {
    margin-right: 0rem;
  }

  #tape.patent .contrast table tbody td.pattern2 span {
    width: 50%;
  }

  #tape.patent .contrast table tbody td.pattern3 span {
    width: 70%;
  }

  #tape.patent .contrast table tbody td.pattern4 span {
    margin-right: 0.22rem;
  }



  /*  add201911  */

  #tape.patent .contrast table thead th:first-child {
    display: none !important;
  }
  #tape.patent .contrast table tbody th {
    display: none !important;
  }
  #tape.tape-detail .contrast table {
    border-spacing: 0;
    background: #bbb;
  }
  #tape .contrast table thead {
    display: none;
  }
  #tape .contrast table.mds thead {
    display: none;
  }
  #tape .contrast table tbody {
    border-spacing: 0;
    border-collapse: collapse;
  }
  #tape .contrast table thead th {
    box-sizing: border-box;
  }
  #tape .contrast table tbody th {
    box-sizing: border-box;
  }
  #tape .contrast table tbody td {
    box-sizing: border-box;
  }
  #tape.tape-detail .contrast table tbody td {
    box-sizing: border-box;
  }
  #tape.tape-detail .contrast .ac-target {
    display: none;
    padding: 0.46rem 0 0.92rem;
  }
  #tape.tape-detail .contrast .ac-trigger {
    position: relative;
    cursor: pointer;
  }
  #tape.tape-detail .contrast .countryBtn {
    display: block;
    padding: 0.28rem 0.2rem;
    border: 1px solid #bbb;
    font-weight: bold;
    font-size: 0.32rem;
    color: #222;
    text-align: center;
    background: #999999;
  }
  #tape.tape-detail .contrast .ac-trigger:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0.38rem;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    margin: -0.12rem 0.2rem 0 0;
    border-bottom: 0.06rem solid #FF0000;
    border-right: 0.06rem solid #FF0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #tape.tape-detail .contrast .ac-trigger.opened:after {
    margin-top: -0.03rem;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  #tape.tape-detail .contrast .spNumberMds {
    display: block;
    padding: 0.32rem 0.17rem 0.32rem 0.32rem;
    border: 1px solid #bbb;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 1.25;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    background: #2b2b2b;
    word-break: break-word;
    word-wrap: break-word;
  }
  #tape.patent .contrast table tbody td.wfix span {
    width: 40%;
  }
}
