@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700&family=Roboto:wght@400;500&display=swap");
/*#0066cc*/
.propro .Img img, .fliterBox .checkbox label:before {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.code {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

.propro .Img img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@-webkit-keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes listShow {
  0% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
@keyframes bounce {
  0%, 10% {
    top: 0;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  80% {
    top: 10px;
    -webkit-transform: scaleX(1) scaleY(1);
            transform: scaleX(1) scaleY(1);
  }
  100% {
    top: 10px;
    -webkit-transform: scaleX(1.05) scaleY(0.9);
            transform: scaleX(1.05) scaleY(0.9);
  }
}
.pageTitleBar .classLink {
  display: none;
}

.mClassLink {
  display: none;
}

@media (max-width: 768px) {
  .mClassLink {
    display: block;
    margin-top: 30px;
  }
  .bannerArea + .menuBreadBar {
    display: none;
  }
  .pageTitleBar .menuBreadBar {
    display: block;
  }
  .pageTitleBar .menuBreadBar .wrap {
    padding: 0;
  }
}
.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.mainArea.ins {
  padding-top: 0 !important;
}
.mainArea.ins .contentBox {
  margin-top: 0 !important;
}
.mainArea.ins .contentBox .btnBox.mb {
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}
.mainArea.ins .productIntro {
  padding-top: 70px;
  position: relative;
}
.mainArea.ins .productIntro:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  content: "";
  background-color: #f8f8f8;
}
.mainArea.ins .productIntro .wrap {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .mainArea.ins .productIntro {
    padding-top: 0;
  }
  .mainArea.ins .productIntro:after {
    display: none;
  }
}
@media (max-width: 1800px) {
  .mainArea.ins .side_share {
    padding-top: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .mainArea.ins .side_share {
    padding-top: 30px !important;
  }
  .mainArea.ins ~ footer {
    padding-bottom: 141px;
  }
}

.menuBreadBar.ins {
  border-top: 1px solid #e6e6e6;
}
.menuBreadBar.ins .bread {
  border-right: 0;
  padding-left: 40px;
  border-left: 1px solid #e0e0e0;
}
.menuBreadBar.ins .btnBox {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.menuBreadBar.ins .btnBox .btn_cis {
  padding-left: 22px;
}
.fliterBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -16px 80px;
}
.fliterBox .item {
  position: relative;
  width: 20%;
  padding: 0 16px;
}
.fliterBox .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: auto;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  z-index: 2;
  pointer-events: none;
}
.fliterBox .selectDropdown {
  position: relative;
}
.fliterBox .selectDropdown.open + .dropdownList {
  display: block;
}
.fliterBox .selectDropdown.open .checkbox {
  -webkit-transition: 2s opacity 2s;
  transition: 2s opacity 2s;
  opacity: 1;
}
.fliterBox .selectDropdown.open .hint:before {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
.fliterBox .selectDropdown .checkbox {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.fliterBox .selectDropdown .hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 64px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 35px 0 20px;
  cursor: pointer;
  position: relative;
}
.fliterBox .selectDropdown .hint:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-image: url(../images/select_arrowDown.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
}
.fliterBox .dropdownList {
  width: calc(100% - 32px);
  margin: auto;
  padding: 25px 20px;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 0;
  overflow-y: auto;
  background: #ffffff;
  display: none;
  z-index: 10;
}
@media (max-width: 1180px) {
  .fliterBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .fliterBox .item {
    width: 33.33%;
    padding: 0 10px;
  }
  .fliterBox .dropdownList {
    width: calc(100% - 20px);
  }
}
@media (max-width: 768px) {
  .fliterBox {
    margin-bottom: 30px;
  }
  .fliterBox .item {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .fliterBox {
    margin-left: 0;
    margin-right: 0;
  }
  .fliterBox .item {
    width: 100%;
    padding: 0;
  }
  .fliterBox .dropdownList {
    width: 100%;
  }
}
.fliterBox .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.fliterBox .frame:last-child {
  margin-bottom: 0;
}
.fliterBox .frame .checkbox {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fliterBox .checkbox {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 20px;
}
.fliterBox .checkbox:last-child {
  margin-bottom: 0;
}
.fliterBox .checkbox input {
  display: none;
}
.fliterBox .checkbox input:checked ~ label:before {
  content: "";
  background-color: #bb1b21;
  border-color: #bb1b21;
}
.fliterBox .checkbox input:checked ~ label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  height: 9px;
  padding: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  text-align: center;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
}
.fliterBox .checkbox label {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fliterBox .checkbox label:before, .fliterBox .checkbox label:after {
  display: inline-block;
  content: "";
}
.fliterBox .checkbox label:before {
  width: 18px;
  height: 18px;
  border-radius: 2px;
  margin-right: 8px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #dfdfdf;
}
.fliterBox .checkbox label:hover::before {
  border-color: #bb1b21;
}

.propro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12.5px 30px;
}
.propro li {
  padding: 12.5px;
  width: 50%;
  /*width: 25%;*/
}
.propro .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  padding: 0 0 10px 0;
  height: 100%;
}
.propro .Img {
  margin: 0 0 10px 0;
}
.propro .Img a {
  display: block;
  line-height: 0;
}
.propro .Img img {
  width: 100%;
  display: block;
  /*height: 300px;
  object-fit: cover;*/
}
.propro .m_title {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  letter-spacing: 0.8px;
}
.propro .Txt {
  position: relative;
  /*padding-top: 10px;*/
  background-color: #ffffff;
  font-family: "Noto Sans TC", "Roboto";
  text-align: center;
}
.propro .Txt .title {
  /*height: 27px;
  margin-bottom: 15px;*/
}
.propro .Txt .title a {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #222;
}
.propro .Txt .title a:hover {
  color: #6e4738;
}
.propro .Txt .original {
  color: #999999;
  text-decoration: line-through;
  margin-right: 15px;
}
@media (max-width: 414px) {
  .propro .Txt .original {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .propro .Txt .original {
    margin-right: 5px;
  }
}
.propro .Txt .price {
  font-size: 18px;
  /*color: rgba(0, 0, 0, 0.7);*/
  color: #c0392b;
  margin-top: 5px;
  font-weight: 500;
}
.propro .Txt .price del {
  font-size: 16px;
  color: rgba(125, 125, 125, 0.5);
}
.propro .Txt .offerInfoText {
  color: #a09673;
  /*padding-top: 5px;*/
}
.propro .btnBox {
  padding-top: 10px;
}
@media (max-width: 1180px) {
  .propro {
    margin: 0 -10px 10px;
  }
  .propro li {
    padding: 20px 10px;
    /*width: 33.33%;*/
  }
  .propro .item {
    padding: 0 0 10px 0;
  }
  .propro .Txt {
    /*padding-top: 10px;*/
  }
  .propro .btnBox {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .propro li {
   /*width: 50%;*/
  }
  .propro .item {
    padding: 0 0 10px 0;
  }
  .propro .Txt {
    /*padding-top: 10px;*/
  }
  .propro .btnBox {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .propro {
    margin: 0;
  }
  .propro li {
    width: 100%;
    padding: 20px 0;
  }
  .propro .Txt .title {
    height: auto;
  }
}

.colorList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.colorList a {
  line-height: 0;
  border-radius: 50%;
  padding: 2px;
  margin: 0 5px 5px;
  border: 1px solid transparent;
}
.colorList a.current, .colorList a:hover {
  border-color: #ababab;
}
.colorList a img {
  border-radius: 50%;
}

.ribbon_new,
.ribbon_hot {
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: 99;
  display: block;
  width: 112px;
  height: 112px;
  text-indent: -9999px;
}

.ribbon_new {
  background: url("../images/ribbon_new.png") no-repeat;
}

.ribbon_hot {
  background: url("../images/ribbon_hot.png") no-repeat;
}

.productIntro {
  /*產品介紹縮圖文字*/
}
.productIntro .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.productIntro .albumBox,
.productIntro .introBox {
  width: 50%;
}
.productIntro .albumBox {
  padding-bottom: 30px;
}
.productIntro .albumBox a {
  display: block;
}
.productIntro .albumBox .imgBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.productIntro .albumBox .imgBox .imgNavList {
  width: 72px;
}
.productIntro .albumBox .imgBox .imgShowList {
  width: calc(100% - 72px);
}
@media (max-width: 1180px) {
  .productIntro .albumBox .imgBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .albumBox .imgBox .imgNavList,
.productIntro .albumBox .imgBox .imgShowList {
    width: 100%;
  }
  .productIntro .albumBox .imgBox .imgNavList {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .productIntro .albumBox .imgBox .imgNavList .slick-list {
    max-width: 80%;
    margin: auto;
  }
  .productIntro .albumBox .imgBox .imgNavList .slick-prev,
.productIntro .albumBox .imgBox .imgNavList .slick-next {
    width: 35px;
    height: 70px;
  }
}
.productIntro .albumBox .illustrating {
  padding-top: 100px;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .productIntro .albumBox .illustrating {
    display: none;
  }
}
.productIntro .albumBox .imgShowList > li:not(:first-child) {
  display: none;
  opacity: 0;
  top: 0;
}
.productIntro .albumBox .imgShowList a {
  padding: 0 20px;
}
.productIntro .albumBox .imgShowList img {
  margin: auto;
  display: block;
}
@media (max-width: 768px) {
  .productIntro .albumBox .imgShowList a {
    padding: 10px 0;
  }
}
.productIntro .albumBox .imgNavList {
  margin: -4.5px 0;
}
.productIntro .albumBox .imgNavList .slick-prev,
.productIntro .albumBox .imgNavList .slick-next {
  width: 35px;
  height: 70px;
  border-radius: 0;
  background-color: transparent;
}
.productIntro .albumBox .imgNavList .slick-prev svg,
.productIntro .albumBox .imgNavList .slick-next svg {
  fill: #000000;
}
.productIntro .albumBox .imgNavList .slick-prev:hover svg,
.productIntro .albumBox .imgNavList .slick-next:hover svg {
  fill: #6e4738;
}
@media (min-width: 1181px) {
  .productIntro .albumBox .imgNavList .slick-prev,
.productIntro .albumBox .imgNavList .slick-next {
    width: 35px;
    height: 70px;
    -webkit-transform: none;
            transform: none;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
  }
  .productIntro .albumBox .imgNavList .slick-prev {
    top: -45px;
  }
  .productIntro .albumBox .imgNavList .slick-next {
    top: auto;
    bottom: -45px;
  }
}
.productIntro .albumBox .imgNavList .slick-current a {
  border-color: #000000;
}
.productIntro .albumBox .imgNavList li {
  padding: 4.5px 0;
}
.productIntro .albumBox .imgNavList li img {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 70px;
  line-height: 0;
}
.productIntro .albumBox .imgNavList li a {
  height: 70px;
  padding: 5px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
}
.productIntro .albumBox .imgNavList li a:hover {
  border-color: #000000;
}
.productIntro .albumBox .imgNavList > li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)) {
  display: none;
  opacity: 0;
  top: 0;
}
@media (max-width: 1180px) {
  .productIntro .albumBox .imgNavList {
    margin: 20px -4.5px 0;
  }
  .productIntro .albumBox .imgNavList li {
    padding: 0 4.5px;
  }
  .productIntro .albumBox .imgNavList > li {
    float: left;
    width: 25%;
  }
  .productIntro .albumBox .imgNavList > li:nth-child(5) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .productIntro .albumBox .imgNavList li a {
    height: 90px;
  }
}
@media (max-width: 480px) {
  .productIntro .albumBox .imgNavList > li {
    width: 33.33%;
  }
  .productIntro .albumBox .imgNavList > li:nth-child(4) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
@media (max-width: 380px) {
  .productIntro .albumBox .imgNavList > li {
    width: 50%;
  }
  .productIntro .albumBox .imgNavList > li:nth-child(3) {
    display: none;
    opacity: 0;
    top: 0;
  }
}
.productIntro .introBox {
  overflow: hidden;
  padding-left: 70px;
  padding-bottom: 50px;
}
.productIntro .introBox .price {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 24px;
}
.productIntro .introBox .price .original {
  color: #999999;
  text-decoration: line-through;
}
.productIntro .introBox .price .offer {
  color: #000000;
  padding-left: 15px;
}
.productIntro .introBox .Txt {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
  margin-top: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .productIntro .introBox .Txt {
    padding-bottom: 20px;
  }
}
.productIntro .introBox .illustrating {
  padding-top: 20px;
  display: none;
}
@media (max-width: 768px) {
  .productIntro .introBox .illustrating {
    display: block;
  }
}
.productIntro .introBox .chooseBox {
  padding: 20px 0;
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productIntro .introBox .chooseBox .title {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  width: 130px;
}
.productIntro .introBox .chooseColor .colorList {
  width: calc(100% - 130px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.productIntro .introBox .chooseColor .colorList a {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .productIntro .introBox .chooseColor {
    position: fixed;
    left: 0;
    bottom: 78px;
    width: 100%;
    padding: 15px 15px;
    background-color: #ffffff;
    border-bottom-color: #e0e0e0;
    z-index: 5;
  }
}
.productIntro .introBox .sizeDownload a {
  width: calc(100% - 130px);
  text-align: right;
}
.productIntro .introBox .description {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.productIntro .introBox .description .item {
  width: 33.33%;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.productIntro .introBox .description .item:nth-child(2) {
  text-align: center;
}
.productIntro .introBox .description .item:nth-child(3) {
  text-align: right;
}
.productIntro .introBox .description .item:nth-child(3):after {
  display: none;
}
.productIntro .introBox .description .item span {
  color: rgba(0, 0, 0, 0.7);
  padding-left: 20px;
  font-weight: 400;
}
.productIntro .introBox .description .item:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 16px;
  background-color: #c6c6c6;
}
@media (max-width: 480px) {
  .productIntro .introBox .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0 30px;
  }
  .productIntro .introBox .description .item {
    width: 100%;
    padding: 10px 0;
  }
  .productIntro .introBox .description .item:nth-child(2), .productIntro .introBox .description .item:nth-child(3) {
    text-align: left;
  }
  .productIntro .introBox .description .item:nth-child(3):after {
    display: block;
  }
  .productIntro .introBox .description .item:after {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
  }
}
.productIntro .introBox .suggest {
  font-size: 0;
}
.productIntro .introBox .suggest a {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 10px;
  color: #2d4564;
  font-size: 14px;
}
.productIntro .introBox .suggest a:hover {
  color: rgba(45, 69, 100, 0.8);
}
.productIntro .introBox .suggest a:hover .qMark {
  border-color: rgba(45, 69, 100, 0.8);
}
.productIntro .introBox .suggest span.qMark {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border: 1px solid #2d4564;
  border-radius: 50%;
  margin-right: 8px;
  background-color: #ffffff;
}
.productIntro .introBox .btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 45px;
  margin: 0 -5px;
}
.productIntro .introBox .btnBox a {
  color: #000000;
  font-size: 16px;
  display: block;
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
  border-radius: 5px;
  border: 1px solid #959595;
  text-align: center;
  padding: 11px 25px;
  background-color: transparent;
  position: relative;
}
@media (min-width: 1025px) {
  .productIntro .introBox .btnBox a {
    max-width: 50%;
  }
}
.productIntro .introBox .btnBox a.current, .productIntro .introBox .btnBox a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.productIntro .introBox .btnBox a.current:before, .productIntro .introBox .btnBox a.current:after, .productIntro .introBox .btnBox a:hover:before, .productIntro .introBox .btnBox a:hover:after {
  opacity: 1;
}
.productIntro .introBox .btnBox a:before, .productIntro .introBox .btnBox a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
}
.productIntro .introBox .btnBox a:before {
  width: 12px;
  height: 2px;
  right: 25px;
}
.productIntro .introBox .btnBox a:after {
  width: 2px;
  height: 12px;
  right: 30px;
}
@media (max-width: 992px) {
  .productIntro .introBox .btnBox a:before {
    right: 15px;
  }
  .productIntro .introBox .btnBox a:after {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .productIntro .introBox .btnBox {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 15px 10px;
    background-color: #ffffff;
    z-index: 5;
  }
  .productIntro .introBox .btnBox a {
    padding: 11px 15px;
  }
  .productIntro .introBox .btnBox a:before, .productIntro .introBox .btnBox a:after {
    display: none;
  }
}
@media (max-width: 1180px) {
  .productIntro .albumBox .imgBox {
    padding-right: 0;
  }
  .productIntro .albumBox .illustrating {
    padding-left: 20px;
    padding-top: 50px;
  }
  .productIntro .introBox {
    padding-left: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .productIntro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productIntro .albumBox,
.productIntro .introBox {
    width: 100%;
  }
  .productIntro .albumBox .imgBox {
    padding-right: 0;
  }
  .productIntro .albumBox .illustrating {
    padding: 50px 0 20px 0;
  }
  .productIntro .introBox {
    padding: 50px 0 50px;
  }
}

.side_album {
  width: 100%;
  margin: 2px -1px 0;
}
.side_album li {
  float: left;
  width: 16.6%;
  padding: 1px;
  overflow: hidden;
}
.side_album img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.side_album a {
  display: block;
}

.code {
  display: block;
}