.td-page-container {
  width: 100%;
  height: 1640px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden;
}
/* .td-page-container::-webkit-scrollbar {
  display: none;
} */
.td-page-header {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2), 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12);
  z-index: 99999;
  background-color: #fff;
}
.td-page-header .td-page-header-container {
  padding: 0 152px;
  box-sizing: border-box;
  margin: 0 auto;
  height: 60px;
}
.td-header-logo-wrap {
  width: 156px;
  height: 28px;
  float: left;
  margin-top: 16px;
}
.td-header-list {
  float: right;
}
.td-header-list li {
  float: left;
  padding: 0 14px;
  cursor: pointer;
  height: 100%;
  line-height: 60px;
}
.td-header-list li a {
  text-decoration: none;
  color: #282828FF;
  font-size: 10px;
}
.td-page-content {
  margin-top: 60px;
}
.td-content-banner, .td-content-account, .td-content-market {
  margin: 40px auto;
  width: 100%;
  position: relative;
};
.td-content-banner .td-banner-left-image, .td-account-left-image {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.td-banner-right-image {
  width: 475px;
}
.right-image {
  position: absolute;
  right: 0;  
  top: 0;
}
.td-banner-container {
  box-sizing: border-box;
  padding-top: 90px;
}
.td-banner-container, .td-account-container {
  width: 80%;
  position: absolute;
  left: 150px;
  top: 0;
}
.td-hr {
  width: 34px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #D19732FF;
  outline: none;
  border: none;
  float: left;
}
.td-all-title {
  font-size: 40px;
  font-family:'Roboto-Black';
  line-height: 45px;
}
.td-title {
  color: #282828FF;
  font-weight: 700;
}
.td-subtitle {
  color:#D19732FF ;
  font-size: 30px;
}
.td-banner-hr {
  background-color: #282828FF;
  width: 45px;
}
.td-banner-icon-list {
  margin-top: 50px;
}
.td-banner-icon-list li {
  float: left;
  width: 50px;
  height: 50px;
  margin: 28px;
}
.td-banner-icon-list li:nth-child(1) {
  margin-left: 0;
}
.td-account-right-image {
  width: 180px;
}
.td-account-img {
  width: 100%;
  height: 368px;
  position: absolute;
  right: 0px;
  top: 0;
}
.td-market-left-image {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.td-market-right-image {
  width: 200px;
}
.td-market-container {
  position: absolute;
  width: 80%;
  left: 150px;
}
.td-market-list ul {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 44px;
}
.td-market-list ul li {
  flex: 1;
  float: left;
  text-align: center;
}
.li-container {
  display: inline-block;
  width: 136px;
  height: 178px;
  box-sizing: border-box;
  box-shadow: 0px 0px 8px #000;
  background-color: #D19732FF;
  border-radius: 10px;
}
.li-container img {
  /* width: 100%; */
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.li-container h4 {
  color: #fff;
  font-size: 14px;
  line-height: 15px;
  padding-left: 10px;
}
.li-container p {
  color: #fff;
  font-size: 8px;
  padding: 10px;
  word-wrap: break-word;
}
.td-content-company {
  /* margin: 0 auto; */
  position: relative;
  top: 360px;
  width: 100%;
  height: 340px;
}
.td-company-container {
  width: 80%;
  position: absolute;
  top: 0%;
  left: 150px;
  background-color: #282828FF;
  height: 100%;
}
.td-company-left-image {
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.td-company-right-image {
  width: 250px;
}
.company-tit {
  position: absolute;
  top: 37px;
  color: #fff;
}
.td-company-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.td-company-list ul {
  width: 544px;
  position: absolute;
  top: 110px;
}
.td-company-list ul li {
  width: 125px;
  height: 45px;
  float: left;
  margin: 8px 28px;
}
.td-page-footer {
  position: relative;
  width: 100%;
  height: 120px;
  top: 280px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #F7F7F7FF;
  font-size: 12px;
  font-family: 'SourceHanSansSC-Regular';
}
.td-page-footer-container {
  text-align: center;
}
.td-page-footer-container p {
  line-height: 15px;
}
.image-wrap img {
  width: 100%;
}
.left-image {
  width: 150px;
  top: 0;
  left: 0;
}
.td-header-connectus a{
  background-color: #D19732FF;
  padding: 6px 16px;
  border-radius: 12px;
  color: #fff !important;
  box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}