/**
* 作品：mixin.less
* 更新：2017年12月14日
* 简介：1. 一个基于 Less 的样式工具库，封装了常用 mixin，帮助您更轻松地书写 Less 代码。
*       2. 只在调用时才输出代码，减少代码冗余，避免样式污染
*       3. 不自带兼容前缀，减少代码量，而建议采用工具生成，如 postcss、Autoprefixer、less-plugin-autoprefix 等
*       4. 附带 IE 各类 Hack
*/
/*-------------------------------------
├   布局                              ┆
└------------------------------------*/
/*-------------------------------------
├   字体                              ┆
└------------------------------------*/
/*-------------------------------------
├   图像                              ┆
└------------------------------------*/
/*-------------------------------------
├   动效                              ┆
└------------------------------------*/
/*-------------------------------------
├   功能                              ┆
└------------------------------------*/
/*-------------------------------------
├   图形                              ┆
└------------------------------------*/
/*-------------------------------------
├   组件                              ┆
└------------------------------------*/
.main {
  margin-top: 180px;
}
.banner {
  margin-top: -180px;
}
.transaction-banner h1 {
  padding-top: 130px;
  margin-bottom: 60px;
}
.transaction-banner p {
  line-height: 48px;
  margin-bottom: 54px;
}
.transaction-banner p span {
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3c83d7;
}
.transaction-banner .banner-panel {
  height: 100%;
}
.transaction-banner.goods-banner .banner-panel {
  background: url(../../img/transaction/goods-banner.png) no-repeat right 25px;
}
.transaction-banner.deposit-banner {
  height: 720px;
}
.transaction-banner.deposit-banner .banner-panel {
  background: url(../../img/transaction/deposit-banner.png) no-repeat 740px 25px;
}
.transaction-banner.futures-banner .banner-panel {
  background: url(../../img/transaction/X.png) no-repeat 700px 70px;
}
.transaction-banner.exchange-banner .banner-panel {
  background: url(../../img/transaction/exchange-banner.png) no-repeat right 70px;
}
.transaction-banner.exponent-banner .banner-panel {
  background: url(../../img/transaction/exponent-banner.png) no-repeat 680px 20px;
}
.transaction-banner.encrypt-banner .banner-panel {
  background: url(../../img/transaction/encrypt-banner.png) no-repeat 680px 80px;
}
.transaction-banner.stock-banner .banner-panel::after {
  display: block;
  content: '';
  width: 837px;
  height: 494px;
  background: url(../../img/transaction/stock-banner.png) no-repeat 0 0;
  position: absolute;
  right: -200px;
  top: 80px;
}
.deposit-table-section .title {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6eef7;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
}
.deposit-table-section .deposit-table {
  margin-bottom: 80px;
}
.deposit-table-section .deposit-table table {
  width: 100%;
}
.deposit-table-section .deposit-table table tr {
  height: 76px;
  vertical-align: middle;
  text-align: center;
}
.deposit-table-section .deposit-table table tr img {
  width: 25%;
  display: inline-block;
}
.deposit-table-section .deposit-table table tr th {
  background-color: #fcfcfc;
  font-weight: normal;
  color: #a4a4a4;
  width: 25%;
}
.deposit-table-section .deposit-table table tr td {
  color: #5c5b5b;
  border-bottom: 1px solid #eaeaea;
}
.deposit-table-section .deposit-table table tr td div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.deposit-table-section .deposit-table table tr td div img {
  display: inline-block;
  margin: 0 10px;
}
.surroundings-section {
  padding: 100px 0 0;
  background: url(../../img/transaction/surroundings-bg.png) repeat-x center center;
}
.surroundings-section h3 {
  text-align: center;
}
.surroundings-section .surroundings-list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  padding-bottom: 50px;
}
.surroundings-section .surroundings-list dl {
  flex: 0 0 33%;
  height: 370px;
  padding: 0 90px 0 60px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.surroundings-section .surroundings-list dl:nth-child(1) {
  background-image: url(../../img/transaction/surroundings-item1.png);
}
.surroundings-section .surroundings-list dl:nth-child(1) dt {
  color: #9bb5d5;
}
.surroundings-section .surroundings-list dl:nth-child(2) {
  background-image: url(../../img/transaction/surroundings-item2.png);
  color: #FFFFFF;
}
.surroundings-section .surroundings-list dl:nth-child(3) {
  background-image: url(../../img/transaction/surroundings-item3.png);
}
.surroundings-section .surroundings-list dl dt {
  margin-top: 90px;
  font-size: 24px;
  font-family: "PingFangSC-Semibold", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #a79582;
}
.surroundings-section .surroundings-list dl dd {
  line-height: 42px;
  margin-top: 40px;
}
.account-banner {
  height: 720px;
}
.account-banner h1 {
  padding-top: 200px;
  margin-bottom: 10px;
}
.account-banner p {
  line-height: 48px;
  margin-bottom: 70px;
}
.account-banner p span {
  color: #3c83d7;
}
.account-banner .account-banner-panel {
  text-align: right;
  height: 100%;
  background: url(../../img/transaction/account-banner.png) no-repeat left 25px;
  background-size: 769px;
}
.account-banner .banner-btn {
  display: flex;
  justify-content: flex-end;
}
.account-type-section {
  background-color: #eef4f7;
  text-align: center;
  padding-bottom: 100px;
}
.account-type-section h3 {
  padding: 100px 0 65px;
}
.account-type-section .account-th-list {
  display: flex;
  justify-content: space-between;
}
.account-type-section .account-th-list .account-th {
  height: 68px;
  width: 70%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.account-type-section .account-th-list .account-th:first-child {
  border-right: 1px solid #d6dfe4;
}
.account-type-section .account-th-list .account-th:nth-child(2) {
  border-right: 1px solid #e3ecf6;
}
.account-type-section .account-th-list .account-th.account-left-th {
  width: 35%;
  background-color: #eaf2f7;
}
.account-type-section .account-list {
  display: flex;
  justify-content: space-between;
}
.account-type-section .account-list .account-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 35%;
}
.account-type-section .account-list .account-item li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #f3f7f9;
  color: #5c5b5b;
  width: 100%;
  height: 68px;
  border-right: 1px solid #FFFFFF;
}
.account-type-section .account-list .account-item li:nth-child(odd) {
  background-color: #ecf2f6;
}
.account-type-section .account-list .account-item li p {
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.account-type-section .account-list .account-item li:nth-child(5) {
  height: 110px;
}
.account-type-section .account-list .account-item:last-child li {
  border-right: none;
}
.account-type-section .account-list .account-item:hover li {
  background-color: #f7fafc;
}
.account-type-section .account-list .account-item:hover li:nth-child(odd) {
  background-color: #f3f7fa;
}
.account-type-section .account-btn {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.account-type-section .account-btn a {
  width: 100%;
}
.zero-section {
  padding-top: 100px;
}
.zero-section .section2-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zero-section .section2-flex > div {
  width: 50%;
  display: flex;
  justify-content: center;
}
.zero-section .section2-flex .section2-left {
  align-items: center;
}
.zero-section .section2-flex .section2-title span {
  color: #3c83d7;
}
.zero-section .section2-flex .section2-right {
  padding-left: 12px;
  flex-direction: column;
}
.zero-section .section2-flex .section2-right .section2-list {
  margin-top: 50px;
  padding-bottom: 28px;
}
.zero-section .section2-flex .section2-right .section2-list li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.zero-section .section2-flex .section2-right .section2-list li p {
  margin-left: 12px;
}
.zero-section .section2-flex .section2-right .section2-list li p b {
  font-weight: normal;
  color: #3c83d7;
  font-family: "PingFangSC-Medium", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.zero-section .section2-flex .section2-right .section2-list li p span {
  font-size: 28px;
  font-style: italic;
  margin: 0 10px 0 5px;
}
.transaction-banner {
  height: 100%;
  padding-bottom: 60px;
}
.transaction-banner dl dt {
  padding: 200px 0 50px;
  text-align: center;
}
.transaction-banner dl dd {
  color: #5c5b5b;
}
.transaction-banner dl dd p {
  line-height: 40px;
  margin: 0;
}
.goods-odds-section {
  height: 980px;
  background: url(../../img/transaction/odds-bg.png) no-repeat center top;
  background-size: cover;
  text-align: center;
}
.goods-odds-section.jm-section {
  background-image: url(../../img/transaction/jm-bg.png);
}
.goods-odds-section.wh-section {
  background-image: url(../../img/transaction/wh-bg.png);
}
.goods-odds-section.zs-section {
  background-image: url(../../img/transaction/zs-bg.png);
}
.goods-odds-section.qh-section {
  background-image: url(../../img/transaction/qh-bg.png);
}
.goods-odds-section.dz-section {
  background-image: url(../../img/transaction/dz-bg.png);
}
.goods-odds-section.gp-section {
  background-image: url(../../img/transaction/gp-bg.png);
}
.goods-odds-section h3 {
  color: #FFFFFF;
  padding: 100px 0;
}
.goods-odds-section ul {
  padding: 0 166px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.goods-odds-section ul li {
  width: 390px;
  height: 255px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  flex-direction: column;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
  transition: all 0.2s linear;
}
.goods-odds-section ul li:hover {
  box-shadow: 0 10px 30px rgba(32, 32, 32, 0.2);
  transform: translate3d(0, -2px, 0);
}
.goods-odds-section ul li img {
  width: 40px;
  height: 40px;
}
.goods-odds-section ul li p {
  margin-top: 30px;
  line-height: 28px;
}
.goods-odds-section ul li:hover {
  background-color: #FFFFFF;
}
.radius {
  border-radius: 5px;
}
.currency-section {
  text-align: center;
}
.currency-section h3 {
  padding: 100px 0 40px;
}
.currency-section .currency-search {
  display: flex;
  align-items: center;
  justify-content: center;
}
.currency-section .currency-search label {
  color: #5c5b5b;
}
.currency-section .currency-search input {
  display: block;
  width: 100%;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42858;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 3px;
  width: 265px;
  height: 58px;
  line-height: 58px;
  padding: 0 0 0 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #5c5b5b;
  margin-left: 26px;
}
.currency-section .currency-search input:-moz-placeholder {
  font-size: 16px;
  color: #d8d8d8;
  text-align: left;
}
.currency-section .currency-search input:-ms-input-placeholder {
  font-size: 16px;
  color: #d8d8d8;
  text-align: left;
}
.currency-section .currency-search input::-webkit-input-placeholder {
  font-size: 16px;
  color: #d8d8d8;
  text-align: left;
}
.currency-section .tabs-hd {
  display: flex;
  margin-top: 68px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.currency-section .tabs-hd li {
  flex: 1;
  height: 77px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
}
.currency-section .tabs-hd li.cur {
  background-color: #e6eef7;
}
.currency-section .currency-table {
  text-align: center;
  vertical-align: middle;
  padding-bottom: 20px;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.currency-section .currency-table.stock-table {
  height: 500px;
  padding-bottom: 0;
}
.currency-section .currency-table.stock-table table tr:last-child td {
  border-bottom: 1px solid #eaeaea;
}
.currency-section .currency-table.stock-table.stock-table-show {
  height: 100%;
}
.currency-section .currency-table table {
  width: 100%;
}
.currency-section .currency-table table tr:last-child td {
  border-bottom: none;
}
.currency-section .currency-table table th {
  width: 180px;
  height: 76px;
  color: #a4a4a4;
  font-weight: normal;
  background-color: #fcfcfc;
}
.currency-section .currency-table table td {
  text-align: center;
  height: 60px;
  color: #5c5b5b;
  border-bottom: 1px solid #eaeaea;
}
.currency-section .currency-table table td .wrap-icons {
  display: inline-block;
  vertical-align: middle;
}
.currency-section .currency-table table td .wrap-icons img {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
}
.currency-section .currency-table table td .wrap-icons img:last-child {
  left: -15px;
}
.currency-section .currency-table table td a {
  color: #5c5b5b;
}
.currency-section .currency-table table td a:hover {
  color: #3c83d7;
}
.currency-section .more {
  color: #3c83d7;
  height: 76px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.currency-section .more:hover::after {
  background-image: url(../../img/transaction/more-cur.png);
}
.currency-section .more::after {
  content: '';
  display: block;
  background-image: url(../../img/transaction/more.png);
  width: 167px;
  height: 34px;
  left: 50%;
  bottom: -34px;
  cursor: pointer;
  z-index: 66;
  position: absolute;
  transform: translateX(-50%);
}
.product-section {
  text-align: center;
}
.product-section h3 {
  padding: 90px 0 60px;
}
.product-section ul {
  display: flex;
  justify-content: space-between;
}
.product-section ul li a {
  width: 185px;
  height: 185px;
  border: 1px solid #fbf5e6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
}
.product-section ul li a .text {
  color: #a79582;
  margin-top: 10px;
}
.product-section ul li a:hover {
  background-color: #3c83d7;
}
.product-section ul li a:hover .text {
  color: #FFFFFF;
}
.product-section ul li:nth-child(1) .icon {
  background-image: url(../../img/transaction/pd-icon1.svg);
  width: 53px;
  height: 53px;
}
.product-section ul li:nth-child(1):hover .icon {
  background-image: url(../../img/transaction/pd-icon1-cur.svg);
}
.product-section ul li:nth-child(2) .icon {
  background-image: url(../../img/transaction/pd-icon2.svg);
  width: 57px;
  height: 53px;
}
.product-section ul li:nth-child(2):hover .icon {
  background-image: url(../../img/transaction/pd-icon2-cur.svg);
}
.product-section ul li:nth-child(3) .icon {
  background-image: url(../../img/transaction/pd-icon3.svg);
  width: 51px;
  height: 53px;
}
.product-section ul li:nth-child(3):hover .icon {
  background-image: url(../../img/transaction/pd-icon3-cur.svg);
}
.product-section ul li:nth-child(4) .icon {
  background-image: url(../../img/transaction/pd-icon4.svg);
  width: 53px;
  height: 53px;
}
.product-section ul li:nth-child(4):hover .icon {
  background-image: url(../../img/transaction/pd-icon4-cur.svg);
}
.product-section ul li:nth-child(5) .icon {
  background-image: url(../../img/transaction/pd-icon5.svg);
  width: 57px;
  height: 53px;
}
.product-section ul li:nth-child(5):hover .icon {
  background-image: url(../../img/transaction/pd-icon5-cur.svg);
}
.product-section ul li:nth-child(6) .icon {
  background-image: url(../../img/transaction/pd-icon6.svg);
  width: 51px;
  height: 53px;
}
.product-section ul li:nth-child(6):hover .icon {
  background-image: url(../../img/transaction/pd-icon6-cur.svg);
}
.box-shadow {
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.box-shadow2 {
  box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.04);
}
.transaction-section .title {
  text-align: center;
  padding: 60px 0;
}
.transaction-section li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
  align-items: center;
}
.transaction-section li .transaction-img {
  width: 110px;
  padding-right: 10px;
  text-align: center;
}
.transaction-section li .transaction-img img {
  display: inline-block;
}
.transaction-section li .transaction-img.transaction-img1 img {
  width: 25px;
}
.transaction-section li .transaction-img.transaction-img2 img {
  width: 45px;
}
.transaction-section li .transaction-img.transaction-img3 img {
  width: 35px;
}
.transaction-section li p {
  flex: 1;
  color: #5c5b5b;
  line-height: 36px;
}
.transaction-section .transaction-area {
  height: 390px;
  background-color: #f2f5f8;
  text-align: center;
  padding: 0 55px;
}
.transaction-section .transaction-area h3 {
  padding: 60px 0 40px;
}
.transaction-section .transaction-area img {
  display: inline-block;
  width: 57px;
}
.transaction-section .transaction-area p {
  margin-top: 40px;
  line-height: 40px;
  color: #5c5b5b;
  text-align: left;
}
.transaction-section .transaction-info {
  margin-top: 40px;
  padding: 0 55px 90px;
  line-height: 40px;
  word-break: break-all;
  font-size: 16px;
}
.wave-section {
  padding: 60px 0 80px;
}
.wave-section .wave-container {
  display: flex;
  justify-content: space-between;
}
.wave-section .wave-left dl dt {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
.wave-section .wave-left dl dt img {
  width: 85px;
  height: 49px;
  margin-right: 20px;
}
.wave-section .wave-left dl dt p {
  font-size: 60px;
  font-family: "PingFangSC-Semibold", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wave-section .wave-left dl dt p b {
  font-weight: bold;
}
.wave-section .wave-left dl dd {
  font-size: 20px;
}
.wave-section .wave-left dl dd span {
  font-size: 45px;
  color: #c44b4e;
  font-weight: 600;
}
.wave-section .wave-right dt {
  display: flex;
  justify-content: flex-end;
}
.wave-section .wave-right dt .btn {
  width: 302px;
  height: 90px;
  flex-direction: column;
}
.wave-section .wave-right dt .btn span {
  font-size: 22px;
}
.wave-section .wave-right dt .btn b {
  font-size: 33px;
  margin-top: 5px;
}
.wave-section .wave-right dt .btn.red-btn {
  margin-left: 27px;
}
.wave-section .wave-right dd {
  margin-top: 30px;
}
.wave-section .wave-right dd ul {
  display: flex;
  justify-content: space-between;
}
.wave-section .wave-right dd ul li {
  font-size: 20px;
}
.wave-section .wave-right dd ul li span {
  color: #c44b4e;
}
.wave-section .wave-right dd ul li p:last-child {
  margin-top: 10px;
}
.wave-section .wave-right dd ul li:nth-child(2) {
  text-align: center;
}
.wave-section .wave-right dd ul li:nth-child(2) p {
  color: #a7a7a7;
  font-size: 18px;
}
.wave-section .wave-right dd ul li:nth-child(2) p span {
  color: #5c5b5b;
  font-size: 20px;
}
.charts-section h3 {
  height: 61px;
  border-bottom: 1px solid #dcdcdc;
}
.charts-section .charts-tabs {
  margin: 40px 0;
  display: flex;
}
.charts-section .charts-tabs li {
  width: 120px;
  height: 45px;
  border: 1px solid #3c83d7;
  cursor: pointer;
  margin-right: 30px;
  line-height: initial;
  border-radius: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.charts-section .charts-tabs li.cur {
  background-color: #3c83d7;
  color: #FFFFFF;
}
.charts-section .charts-box {
  height: 473px;
}
