@import "global.css";
@import "product_global.css";
@import "../img/techSpec/icomoon/style.css";
@import "../lib/ov-icomoon/style.css";

.banner {
  text-align: center;
  background: linear-gradient(180deg, #DBEBFF 4.42%, rgba(255, 255, 255, 0.00) 100%)
}

.banner h1 {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  color: #000;
  margin-top: 100px
}

.specs h3 {
  font-size: 36px;
  color: #4B4C4C;
  margin-bottom: 30px;
  font-weight: bold;
}

.specs h3::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin-top: 30px
}

.specs .requirement {
  background-color: #fff;
  text-align: center;
  padding: 50px 0
}

.specs .requirement h3::after {
  margin: 30px auto 0
}

.specs .requirement .box_table {
  border: 1.5px solid #efefef
}

.specs .requirement ul {
  text-align: left;
}

.specs .requirement li {
  padding: 15px 30px;
  border-bottom: 1.5px solid #efefef
}

.specs .requirement li:last-child {
  border: none
}

.specs .requirement span.l_head {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 16px;
  color: #4B4C4C;
  line-height: 33px;
  font-weight: bold
}

.specs .requirement span.l_head em {
  display: inline-block;
  width: 44px;
  font-size: 33px;
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 30px;
  text-align: center;
}

.specs .requirement span.l_head em::before {
  width: 33px;
}

.specs .requirement span.l_body {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  font-size: 16px;
  color: #4B4C4C;
}

.specs .input_format h3::after {
  margin: 30px auto 0
}

.specs .input_format {
  padding: 50px 0;
  background-color: #EFEDED;
  text-align: center
}

.specs .input_format li {
  text-align: left;
  margin-bottom: 20px
}

.specs .input_format li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: top;
  background-color: #4b4c4c;
  border-radius: 120px;
  margin-top: 8px
}

.specs .input_format span {
  font-size: 16px;
  line-height: 25px;
  width: 90%;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  color: #606060
}

.specs .output_format {
  padding: 50px 0;
  text-align: center;
  background-color: #fff
}

.specs .output_format h3::after {
  margin: 30px auto 0
}

/*.specs .output_format img{
  width:125px;
  height:105px;
  margin-bottom:30px
}*/
.specs .output_format em {
  display: inline-block;
  width: 125px;
  height: 105px;
  margin-bottom: 30px;
  font-size: 105px;
}

.specs .output_format span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: bold;
  margin: 0 20px;
  color: #606060
}

.specs .update_history {
  padding: 50px 0;
  background-color: #EFEDED;
  text-align: center
}

.specs .update_history h3::after {
  margin: 30px auto 0
}

.specs .update_history .switch_area .switch {
  width: 280px;
  height: 40px;
  margin: auto;
  position: relative;
  border: 1px solid;
}

.specs .update_history .switch_area .switch.single {
  width: 139px
}

.specs .update_history .switch_area .switch span.ver {
  width: 135px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  position: absolute;
  top: 1px;
  z-index: 100
}

.specs .update_history .switch_area .switch span.ver.active {
  color: #EFEDED;
  z-index: 10000
}

.specs .update_history .switch_area .switch span.win {
  left: 1px
}

.specs .update_history .switch_area .switch span.mac {
  right: 1px
}

.specs .update_history .switch_area .switch span.slider {
  position: absolute;
  width: 130px;
  height: 36px;
  top: 1px;
  left: 1px;
  display: inline-block;
  transition: 0.3s;
  z-index: 1000
}

.specs .update_history .switch_area .switch span.slider.left {
  left: 147px
}

.specs .update_history .history_tree {
  text-align: left;
  margin-left: 80px;
  margin-top: 50px;
  display: none
}

.specs .update_history .history_tree.show {
  display: block
}

.specs .update_history .history_tree .spec_update_block::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.specs .update_history .history_tree .spec_update_block .update_version {
  width: 101px;
  text-align: right;
  float: left;
  margin-top: 16px;
  position: relative;
}

.specs .update_history .history_tree .spec_update_block:nth-child(1) .update_version::before {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-image: url("../img/techSpec/arrow_up.png");
  background-size: 11px;
  position: absolute;
  top: -20px;
  right: -36px
}

.specs .update_history .history_tree .spec_update_block .update_version p.version {
  font-size: 18px;
  color: #484a4a
}

.specs .update_history .history_tree .spec_update_block .update_version p.time {
  font-size: 14px;
  color: #666
}

.specs .update_history .history_tree .spec_update_block .update_version::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1e5775;
  position: absolute;
  right: -35px;
  top: 16px;
}

.specs .update_history .history_tree .spec_update_block ul {
  width: 85%;
  margin-left: 30px;
  float: left;
  border-left: 1px solid #1e5775;
  padding-left: 30px;
  padding-bottom: 25px;
  padding-top: 13px;
  position: relative
}

.specs .update_history .history_tree .spec_update_block ul li {
  font-size: 14px;
  line-height: 26px;
  color: #484a4a
}

.specs .update_history .history_tree.win .spec_update_block:last-child ul::after,
.specs .update_history .history_tree.mac .spec_update_block:last-child ul::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  background-image: url("../img/techSpec/arrow_up.png");
  background-size: 11px;
  position: absolute;
  visibility: visible;
  clear: none;
  left: -6px;
  bottom: 0px;
}

.specs .update_history .history_tree.win .spec_update_block:last-child ul,
.specs .update_history .history_tree.mac .spec_update_block:last-child ul {
  padding-bottom: 0
}

@media screen and (max-width:1025px) {
  .specs .input_format span {
    width: 90%
  }

  .specs .update_history .history_tree {
    margin-left: 0
  }
}

@media screen and (max-width:769px) {
  .banner {
    height: auto;
    padding: 40px 0
  }

  .banner h1 {
    font-size: 24px;
    line-height: 40px;
    margin-top: 0
  }

  .specs h3 {
    font-size: 24px;
  }

  .specs .requirement .box_table {
    border-left: none;
    border-right: none
  }

  .specs .requirement li {
    padding: 15px 0
  }

  .specs .requirement span.l_head {
    width: 100%;
    margin: 5px auto;
  }

  .specs .requirement span.l_body {
    width: 100%;
    margin: 5px auto;
  }

  .specs .output_format span {
    margin: 0 25px
  }

  .specs .update_history .history_tree .spec_update_block ul {
    width: 500px
  }
}

@media screen and (max-width:500px) {
  .specs .update_history .history_tree .spec_update_block .update_version {
    width: 20%
  }

  .specs .update_history .history_tree .spec_update_block ul {
    width: 70%
  }
}

@media screen and (max-width:320px) {
  .specs .output_format span {
    margin: 0 15px
  }

  .specs .update_history .history_tree .spec_update_block ul {
    width: 60%
  }
}

.specs h2 {
  font-size: 36px;
  color: #4B4C4C;
  margin-bottom: 30px;
  font-weight: bold;
}

.specs h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 5px;
  margin-top: 30px
}

.specs .requirement table {
  border: 1px solid #EFEFEF;
  border-bottom: unset;
  width: 100%;
  border-collapse: collapse;
}

.specs .requirement table td,
.specs .requirement table th {
  padding: 15px 0 15px 47px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  box-sizing: border-box;
  color: #4B4C4C;
}

.specs .requirement table tr {
  border-bottom: 1px solid #EFEFEF;
}

.specs .requirement table td:first-child,
.specs .requirement table th:first-child {
  width: 316px;
  padding-left: 82px;
  box-sizing: border-box;
  border-right: 1px solid #EFEFEF;
}

@media (max-width: 996px) {
  .specs .requirement table {
    width: 100%;
  }

  .specs .requirement table td,
  .specs .requirement table th {
    padding: 10px 0 10px 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .specs .requirement table td:first-child,
  .specs .requirement table th:first-child {
    width: 155px;
    padding-left: 20px;
  }
}