<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
  background-color:#657B86;
  /*padding:50px 0;*/
  text-align:center;
}
.banner h1{
  font-size:36px;
  line-height:50px;
  font-weight:bold;
  color:#fff;
  margin-top:50px;
  margin-bottom:50px;
}

.specs{}
.specs h3{
  font-size:36px;
  color:#4B4C4C;
  margin-bottom:30px;
  font-weight:bold;
}
.specs h3::after{
  content:"";
  display:block;
  width:50px;
  height:5px;
  /*background-color:#657b86;*/
  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 img{
  width:33px;
  height:33px;
  margin-right:30px
}*/
.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
  /*padding:10px 20px*/
}
.specs .output_format em{
   display:none;
}

.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.ver.active {
    background-color: #657B86;
}
.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: 95px;
	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{
	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%
	}
	/* .specs .update_history .switch_area a{
		margin:0 10px
	} */
}

@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 .update_history .switch_area a{
		width:120px;
		margin:0 10px
	} */
}
.support-device .right{
    padding-left:30px;
}
.support-device .right .everything {
    list-style:none;
    background: #f2f2f2;
    text-align: left;
    margin: 30px 0 0;
    font-size: 14px;
    padding-left: 15px;
}
.support-device .right .everything li {
    list-style-type: none;
    display: inline-block;
    width: 138px;
    padding: 35px 0 0;
    text-align: center;
    line-height: 24px;
    margin-bottom:6px;
}
.support-device .right .everything li img {
    margin-bottom: 10px;
}</pre></body></html>