html, body, div, input, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body,.f-container{
  width: 100%;
  margin-bottom: 50px;
  background-color: #f7f7f7;
}
.f-container p{
  margin: 35px;
  text-align: center;
  font-size: 25px;
  color: 333;
}
.f-container .f-table{
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.f-container .f-table table{
  border: 0 solid;
  background-color: #fff;
  border-collapse: collapse;
  width: 100%;
}
.f-container .f-table table tr{
  padding: 10px 0;
}
.f-container .f-table table tr th{
  width: 400px;
  line-height: 45px;
  font-size: 18px;
  color: #666;
}
.f-container .f-table table tr td{
  border: 0 solid;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
.f-container .f-table .column-show{
  width: 65px;
  padding: 0 62px 0 35px;
  line-height: 17px;
  font-weight: bold;
}
.f-container .f-table .left-show{
  text-align: left;
  text-indent: 200px;
}
.f-container .f-table .version{
  background-color: #fbfbfc;
}
.f-container .f-table .p-free{
  background-color: #eaecf0;
}
.f-container .f-table .c-free{
  background-color: #ce8c4c;
  color: #fff;
}
.f-container .f-table table tr td:nth-last-child(2){
  background-color: #f9fafc;
}
.f-container .f-table table tr td:nth-last-child(1){
  background-color: #f6eee8;
}
.f-container .f-table .show-line{
  border-bottom: 1px solid #eee;
}
.f-container .f-table .top{
  padding-top: 13px;
}
.f-container .f-table .bottom{
  padding-bottom: 13px;
}
.f-container .f-table .bottom2{
  padding-bottom: 30px;
}
.f-container .mark{
  position: absolute;
  right: -28px;
  top: -38px;
}
.footer-info{
  position: absolute;
  right: 0;
  margin-top: 30px;
  color: #666;
  font-size: 14px;
}
.f-container .f-table .yes{
  background: url(../images/newtce/img/yes.png) 192px 10px no-repeat;
}

a{
  text-decoration: none;
  color: #fff;
}
a:visited {
  text-decoration: none;
}
.software-container{
  width: 1200px;
  margin: 0 auto;
  height:600px;
}
.software-container > h3{
  font-size: 32px;
  color: #314a82;
  text-align: center;
  padding: 50px 0 30px;
}
.view-con{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view-con > a{
  background: url(../images/newtce/img/product-video.png) no-repeat center;
  width: 250px;
  height: 160px;
  border: 1px solid #378bf7;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 20px;
}
.view-con > a > h5{
  font-size: 14px;
  color: #000000;
  padding-top: 25px;
}
.view-con > a > h4{
  font-size: 15px;
  color: #000000;
  font-weight: bolder;
  margin-top: 5px;
}
.view-con::after {
  width: 250px;
  content: '';
}
.view-con > a:hover{
  transform: translateY(-5px);
  box-shadow: -2px -2px 20px #ddd, 2px 2px 20px #ddd;
}
@media screen and (max-width: 1024px){
  .f-container .f-table .column-show {
    width: 25px;
    vertical-align: middle;
  }
	.f-container .f-table,.f-container .f-table table{
		width:100%;
	}
	.f-container .f-table table tr th{
		width:auto;
		font-size: 12px;
	}
	.f-container .f-table .yes{
	  background: url(../images/newtce/img/yes_1.png) center no-repeat;
	}
	.f-container .f-table .column-show{
		padding:0 10px;
  }
  .f-container .mark {
    display: none;
  }
	.software-container{
		width:90%;
		height:auto;
	}
	.view-con > a{
		width:calc(50% - 8px);
		background-size: cover;
	}

  .f-container .f-table .left-show{
    text-indent: 80px;
  }
	
}