﻿.content .wft1 {
  background-image: url(../img/01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left ul {
  list-style: none;
  width: 100%;
}

.left ul li {
  float: left;
}

.right ul {
  list-style: none;
  width: 100%;
}

.right ul,
.right li {
  float: right;
}

.content .sectorA {
  width: 1200px;
  margin: auto;
}

.content .sector {
  width: 100%;
  /* margin:auto; */
  margin: 40px 0;
  clear: both;
}

.Stock {
  width: 533px;
  height: 434px;
  background-image: url(../img/Stock.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Bond {
  width: 533px;
  height: 434px;
  background-image: url(../img/bond.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Commodity {
  width: 520px;
  height: 434px;
  background-image: url(../img/commodity.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.FX {
  width: 539px;
  height: 446px;
  background-image: url(../img/fx.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Fund {
  width: 533px;
  height: 446px;
  background-image: url(../img/fund.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Index {
  width: 533px;
  height: 446px;
  background-image: url(../img/index.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.PMS {
  width: 530px;
  height: 452px;
  background-image: url(../img/PMS.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.EDB {
  width: 533px;
  height: 446px;
  background-image: url(../img/EDB.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.News {
  width: 533px;
  height: 446px;
  background-image: url(../img/News.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.Excel {
  width: 533px;
  height: 459px;
  background-image: url(../img/excel.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ClientAPI {
  width: 530px;
  height: 462px;
  background-image: url(../img/ClientAPI.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.app {
  width: 533px;
  height: 446px;
  background-image: url(../img/app.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ClientAPI-content {
  display: block;
  cursor: pointer;
}

.ClientAPI-content:hover .content-font span {
  color: #dc3023 !important;
}

._3C {
  width: 533px;
  height: 459px;
  background-image: url(../img/3C.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.download-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 64px 0;
  background-color: #f3f3f3;
}

.download-container .aHref {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 126px;
  border: 1.2px solid #000000;
  border-radius: 10px;
}

.download-container .aHref:not(:first-child) {
  margin-left: 16px;
}

.download-container .aHref img {
  width: 78px;
  height: 78px;
}

.download-container .aHref > div {
  font-size: 28px;
  line-height: 36px;
  color: #333;
  width: 138px;
  margin-left: 8px;
  font-weight: bold;
}

.download-container .aHref .version-date {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
}

.download-container .aHref:last-child {
  cursor: default;
}

.download-container .aHref:last-child > div {
  margin: 0 16px;
}

.download-container .aHref:last-child img:last-child {
  width: 80px;
  height: 80px;
}

#download-linux {
  cursor: default;
  position: relative;
}
#download-linux:hover .hover-load {
  display: block;
}

#download-linux .hover-load {
  display: none;
  padding: 16px 0;
  position: absolute;
  top: 124px;
  right: 0;
  width: 400px;
}

#download-linux .linux-content {
  padding: 20px 0px 16px 8px;
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1), 0 2px 3px -2px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 4px;
  transition: all 1s;
}

#download-linux .linux-content::after {
  content: " ";
  position: absolute;
  display: block;
  top: 8px;
  right: 10%;
  width: 0px;
  height: 0px;
  border-width: 8px;
  border-color: transparent;
  border-style: solid;

  border-top-width: 0px;
  border-bottom-color: #ffffff;
}

#download-linux .linux-content .head-bar {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #666666;
}

#download-linux .linux-content .system {
  flex: 0 0 40%;
  text-align: center;
}

#download-linux .linux-content .system .update-time {
  color: #999999;
  font-size: 12px;
  padding-top: 2px;
}


#download-linux .linux-content .chip {
  flex: 0 0 60%;
  text-align: center;
}

#download-linux .linux-content .linux-item {
  display: flex;
  align-items: center;
}

#download-linux .linux-content .linux-item .load-item {
  display: inline-block;
  width: 90px;
  margin-bottom: 8px;
  color: #0596b3;
}
#download-linux .linux-content .aLink{
  color: #0596b3;
}
#download-linux .linux-content .linux-item .aLink:nth-child(n + 2) {
  margin-bottom: 0;
}

#download-linux .linux-content .linux-item .aLink:hover {
  color: #00aec7;
}

#download-linux .linux-content .linux-item .aLink:active {
  color: #05809e;
}

#download-linux .linux-content .divider-line {
  width: 93%;
  height: 1px;
  background-color: #ecedee;
  margin: 12px 12px;
}

#download-linux .wftLinuxManual{
  font-size: 14px;
  text-align: center;
}

#download-linux .wftLinuxManual .des{
  color: #666666;
}
