.bg-white {
  background-color: #fff;
}
.marketBox {
  margin: 0 30px 20px 30px;
  padding: 30px;
}
.directory .category{
  margin-bottom: 0;
  padding-bottom: 0;
}
.marketBox .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.marketBox .title .t1 {
  font-size: 25px;
}
.marketBox .title .t2 {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 16px;
}
.marketBox .title .t2 span {
  margin-right: 10px;
}
.marketBox .title .t2 input {
  height: 40px;
  border: 1px solid #dcdee2;
  margin-right: 10px;
  padding: 0 10px;
}
.marketBox .title .t2 input.month-input {
  width: 10em;
}
.marketBox .title .t2 select {
  height: 40px;
  border: 1px solid #dcdee2;
  margin-right: 10px;
  background: #fff;
  /* padding: 0 10px; */
}
.marketBox .title .search {
  width: 40px;
  height: 40px;
  background-image: linear-gradient(to right, #f4b022, #ee7a1b);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.directory .category .breadcrumb {
  width: 100%;
}
.marketBox .menus {
  display: flex;
  margin-top: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.marketBox .menus .item {
  background-color: #f2f2f2;
  margin-right: 16px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 9px;
  cursor: pointer;
}
.marketBox .menus span {
  margin-right: 16px;
  color: #666666;
  /* cursor: pointer; */
}
.marketBox .menus .active {
  background-image: linear-gradient(to right, #f4b022, #ee7a1b);
  color: #fff;
}
.marketBox .content {
  display: flex;
}
.marketBox .content .left {
  flex: 1;
}
.marketBox .content .left .price {
  display: flex;
  margin-top: 45px;
  align-items: center;
  font-size: 16px;
}

.marketBox .content .left .price.qoute_future {
  flex-wrap: wrap;
}

.marketBox .content .left .price .item {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
}
.marketBox .content .left .price.qoute_future .item {
  width: calc(100% / 4);
}

.marketBox .content .left .price .key {
  padding: 10px 20px;
  min-width: 6em;
  background-color: #f2f2f2;
  margin-right: 10px;
}

.marketBox .content .left .price .key.style2 {
  background-color: transparent;
  padding: 5px 20px;
  font-weight: bold;
}
.marketBox .content .right {
  width: 480px;
  margin-left: 10px;
  border: 1px solid #dcdee2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  height: 100vh;
  overflow-y: scroll;
}
.red {
  color: #eb3434;
}
.green {
  color: #00a900;
}
#charts {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #dcdee2;
  margin-top: 20px;
}
.t_toptext {
  margin-bottom: 10px;
}
.orange_theme .t_name {
  color: #fa7600 !important;
  font-size: 18px;
}
.orange_theme .table.table-bg thead th {
  text-align: center;
}
.table td {
  text-align: center;
}
.table tr:nth-child(2n) {
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .marketBox .title .t2 input {
    padding: 0;
  }
  .directory .category {
    margin-bottom: 10px;
    padding: 10px;
  }
  .marketBox {
    margin: 10px;
    padding: 10px;
  }
  .marketBox .title .t1 {
    font-size: 16px;
  }
  .marketBox .content {
    flex-direction: column;
  }
  .marketBox .title {
    flex-direction: column;
  }
  .marketBox .title .t2 {
    margin-top: 10px;
  }
  .marketBox .content .right {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .marketBox .title .t2 {
    font-size: 14px;
    /* flex-wrap: wrap; */
  }
  .marketBox .title .t2 span {
    white-space: nowrap;
    margin-right: 0;
  }
  .marketBox .title .t2 input {
    height: 20px;
  }
  .marketBox .title .t2 select {
    height: 20px;
    margin-right: 0;
  }
  .marketBox .title .search {
    width: 20px;
    height: 20px;
    margin-right: 0;
    /* padding: 5px; */
    box-sizing: border-box;
  }
  .marketBox .title .search img {
    width: 10px !important;
  }
  .marketBox .menus .item{
    font-size: 12px;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .marketBox .menus span{
    margin-top: 10px;
  }
  .marketBox .content .left .price{
    margin-top: 10px;
  }
  .marketBox .content .left .price .key{
    padding: 5px 10px;
    font-size: 12px;
  }
  .marketBox .content .left .price{
    flex-wrap: wrap;
  }
  .marketBox .content .left .price .item{
    width: 50%;
    margin-bottom: 10px;
    flex: auto;
  }
  #charts{
    height: 500px;
    margin-top: 0;
  }
  .marketBox .content .right{
    padding: 10px;
  }
}
