﻿.aconnectSystem {
  width: 100%;
  text-align: right;
  font-size: 20px;
  padding-top: 20px;
}

.aconnectSystem a {
  color: black !important;
}

.aconnectSystem a:hover {
  color: #F29700 !important;
}

.stock_content_bg {
  padding-left: 23px;
}

.ir_stock_box {
  width: 100%;
  padding: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}

.ir_stock_box_2 {
  width: 100%;
  text-align: center;
}

.table_01 {
  width: 100%;
  padding: 0 20px;
}

.table_02 {
  width: auto;
  padding: 0 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.table_03 {
  width: auto;
  padding: 0 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.table_04 {
  width: auto;
  padding: 0 20px;
  border-left: dashed;
  border-left-width: 1px;
  border-left-color: #cfcfcf;
}

.stock_text {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 20px;
  text-transform: none;
  color: black;
}

.stock_text_big {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 22px;
  text-transform: none;
  color: #646565;
  font-weight: bold;
}

.stock_text_green {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 28px;
  text-transform: none;
  color: black;
  font-weight: bold;
}

.stock_text_green_s {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 24px;
  text-transform: none;
  /* color: #009E20; */
}

.stock_text_footer {
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 12px;
  text-transform: none;
  color: #b1b1b2;
  text-align: center;
}

.btn-periodgroup>button {
  background-color: #F29700;
  color: white;
}

.btn-periodgroup>button.active {
  background-color: white;
  color: #F29700;
  font-weight: bold;
}

a:hover {
  text-decoration: none !important;
}

#StockDiv {
  width: 100%;
}

.btn-periodgroup {
  padding: 60px 0;
}

.btn-periodgroup button {
  border: 2px solid #F29700;
  margin: 0 20px;
  padding: 10px;
}

.table_stock_detail {
  margin: 40px 0 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.table_stock_item {
  margin-bottom: 20px;
}

.table_stock_label {
  color: #f29700;
  border-bottom: 2px solid #f29700;
  display: inline-block;
  width: 50%;
  font-size: 16px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.table_stock_value {
  font-size: 18px;
  color: #000;
}

span {
  color: black !important;
}

.stock_text_floating{
  font-family: arial, Microsoft YaHei, SimHei;
  font-size: 26px;
}

.stock_text_floating.up{
  color: #3bca03;
}

.stock_text_floating.down{
  color: #f80404;
}

@media screen and (max-width: 1199px) {

  .btn-periodgroup {
    padding: 20px 0;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
  }

  .btn-periodgroup .btn:first-child {
    margin-left: 0;
  }

  .btn-periodgroup button {
    margin: 0 10px;
  }
}

@media screen and (max-width: 991px) {
  .ir_stock_box{
    padding: 20px 0;
  }
  .table_stock_detail {
    grid-template-columns: repeat(2, 1fr);
  }
  .btn-periodgroup button{
    min-width: 100px;
  }
}

@media screen and (max-width: 414px) {
  .table_stock_detail {
    grid-template-columns: repeat(1, 1fr);
  }
}