@import '../css/forex/question-collapse.scss';
@import '../css/forex/demo-tab.scss';
@import '../css/forex/self-table.scss';
 // 历史原因该文件不能移动位置
html{
  font-family: 'PingFang HK';
}
img, video {
  max-width: none;
}
//每个模块的首页
.index-section1{
  background: #F2F4F6;
}

.fs-24{
  font-size: 24px;
}
.fs-32{
  font-size: 32px;
}
.fs-14{
  font-size: 14px;
}
.fs-12{
  font-size: 12px;
}
//  desc通用颜色
.desc-color{
  color: #141e30;
}
.desc-gray-color{
  color: #575c65;
}


//问题
.text-gray-question {
  font-size: 14px;
  color: #575c65;
  margin: 8px 0;
  line-height: 20px;
}
//免责声明
.text-gray-tip {
  font-size: 14px;
  color: #575c65;
  line-height: 20px;
}

.link-small-text{
  font-size: 12px;
  color: #2038D3;
  font-weight: 300;
}
.link-middle-text{
  font-size: 18px;
  color: #2038D3;
  font-weight: 300;
  text-decoration: underline;
}

//  按钮的样式 如/trading/instruments/index-cfds/
.gray-btn{
  background: #e6e6e6;
  border-radius: 65px;
  color: #000;
  font-weight:300;
}
.blue-btn{
  background: #2465f1;
  border-color: #2465f1;
  border-radius: 65px;
  color: #fff;
}
.gray-large-btn {
  padding: 32px 66px;
  @extend .gray-btn;
}

.gray-middle-btn {
  padding: 24px 32px;
  @extend .gray-btn;
}

.blue-large-btn {
  padding: 32px 54px;
  @extend .blue-btn;
}
.blue-middle-btn {
  padding: 22px 40px;
  @extend .blue-btn;
}
.blue-small-btn {
  padding: 16px 20px;
  @extend .blue-btn;
}

.white-middle-link-btn {
  padding: 22px 40px;
  background: #fff;
  border-color: #2465f1;
  border-radius: 50px;
  color: #2465f1;
}

.white-small-btn {
  padding: 20px 24px;
  background: #E6E6E6;
  border-color: #E6E6E6;
  border-radius: 50px;
  color: #000;
}


// https://pepperstone.com/zh/trading/instruments/share-cfds/
.tab-card-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d8dee1;
  height: 68px;
  padding: 0 60px 0 24px;
  color: #252525;
}

// 常用样式
.blue-border {
  box-shadow: 0px 2px 8px 10px rgba(0, 0, 0, 0.05);
  padding: 36px 32px;
  border-top: 4px solid #2465f1;
}


