.position_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.0000rem;
  height: 0.3125rem;
  padding-left: 0.8313rem;
  line-height: 0.3125rem;
  font-size: 0.0875rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.position_info .text_icon {
  margin: 0  0.0625rem;
}
.content {
  height: auto;
  display: flex;
}
.side_menu {
  width: 2.1875rem;
  background: #FFFFFF;
  box-shadow: 0.0125rem 0px 0.0625rem 0px rgba(238, 238, 238, 0.5);
}
.main_content {
  width: 79%;
  padding: 0.3750rem 0.8313rem 0  0.1875rem;
}
.table_select {
  height: 3.5000rem;
  background: #FFFFFF;
  box-shadow: 0px 0.0313rem 0.0938rem 0px rgba(238, 238, 238, 0.1);
  border-radius: 0.0625rem;
}
.table_select_top {
  width: 100%;
  padding: 0.1875rem 0  0.1875rem 0.1250rem;
}
.table_select_title {
  display: inline-block;
  margin-right: 0.3125rem;
  width: 0.9000rem;
  height: 0.2250rem;
  font-size: 0.2250rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #0F45AE;
  line-height: 0.2250rem;
}
.table_select_radio {
  position: relative;
  bottom: 0.0313rem;
  display: inline-block;
}
.select_btn {
  display: inline-block;
  margin-right: 0.1250rem;
  width: 0.5000rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  color: #666666;
  background: rgba(15, 69, 174, 0.05);
  border-radius: 0.0375rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  cursor: pointer;
}
.active_select_btn {
  background: #0F45AE;
  color: #FFFFFF;
}
.table_select_bottom {
  display: flex;
  padding: 0  0.1250rem 0.2125rem;
}
.table_cascader {
  width: 2.5000rem;
  height: 2.6875rem;
  border-radius: 0.0625rem;
  border: 0.0063rem solid #eeeeee;
  position: relative;
}
.table_select_tabs {
  flex: 1;
  height: 2.6875rem;
  margin-left: 0.1875rem;
}
.data_select {
  height: 0.2375rem;
  font-size: 0.1125rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.1125rem;
  width: 3.8563rem;
  border-bottom: 0.0063rem solid #EEEEEE;
}
.data_change {
  margin-top: 0.0750rem;
}
.tabs_lists {
  padding: 0.0938rem 0.0125rem 0.2125rem 0;
}
.tabs_item {
  display: inline-block;
  width: 0.7062rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  margin: 0.0938rem 0.0375rem 0 0;
  background: rgba(15, 69, 174, 0.05);
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #666666;
  text-align: center;
  border-radius: 0.0313rem;
  box-sizing: border-box;
  cursor: pointer;
}
.active_tabs_item {
  color: #FFFFFF;
  background: #0F45AE;
}
.table_main_content {
  background: #FFFFFF;
  margin-top: 0.1250rem;
  box-shadow: 0px 0.0313rem 0.0938rem 0px rgba(238, 238, 238, 0.1);
  border-radius: 0.0625rem;
  padding: 0.1875rem 0.1250rem;
}
.content_title {
  width: 100%;
}
.title_info {
  width: 100%;
  height: 0.1500rem;
  line-height: 0.1500rem;
  display: flex;
  justify-content: space-between;
}
.left_text {
  display: inline-block;
  font-size: 0.1500rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.1500rem;
}
.right_text {
  display: inline-block;
  height: 0.1313rem;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  line-height: 0.1313rem;
  cursor: pointer;
}
.title_date {
  display: inline-block;
  margin-top: 0.1250rem;
  height: 0.1000rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  color: #999999;
  line-height: 0.1000rem;
}
.content_select {
  margin-top: 0.1875rem;
  width: 100%;
  background: #FAFAFA;
  border-radius: 0.0375rem;
}
.select_table_item {
  width: 100%;
  height: 0.3750rem;
  margin: 0  0.1250rem;
  display: flex;
}
.top_item {
  border-bottom: 0.0063rem solid #EEEEEE;
}
.middle_item {
  border-bottom: 0.0063rem solid #EEEEEE;
}
.select_content_title {
  width: 0.4500rem;
  line-height: 0.3750rem;
  text-align: left;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #666666;
}
.select_content {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.select_content_box {
  display: inline-block;
}
.select_content_item:first-child {
  padding: 0.0313rem 0.1125rem 0.0313rem 0;
  color: #0F45AE;
}
.select_content_item {
  padding: 0.0313rem 0.1125rem;
  color: #0F45AE;
  line-height: 0.3750rem;
  cursor: pointer;
}
.active_select_content_item {
  color: #FEAE76 !important;
}
.all_data {
  margin: 0.0625rem 0.2500rem 0 0 ;
  display: inline-block;
  width: 0.5000rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  border-radius: 0.0313rem;
  border: 0.0063rem solid #0F45AE;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  cursor: pointer;
}
.content_intro {
  margin-top: 0.1250rem;
  padding: 0.1250rem;
  width: 100%;
  height: auto;
  font-size: 0.0875rem;
  background: rgba(254, 174, 118, 0.1);
  border-radius: 0.0375rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.0875rem;
}
.expand_info {
  margin-top: 0.0625rem;
  height: 0.0875rem;
  line-height: 0.0875rem;
  display: flex;
  justify-content: space-between;
}
.expend_btn {
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  cursor: pointer;
}
.text_item {
  margin-top: 0.1250rem;
  width: 5.8500rem;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 0.0875rem;
}
.expand_list .text_item:nth-child(n +4 ) {
  display: none;
}
.text_item1 {
  height: 0.2250rem;
  line-height: 0.1125rem;
}
.table_info {
  width: 100%;
  border-collapse: separate!important;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 0.0375rem;
}
.table_info thead tr th {
  text-align: center;
}
.table_info thead tr.top {
  height: 0.3750rem;
  color: #fff;
  background: #0F45AE;
}
.table_info thead tr.top th:first-child {
  border-radius: 0px 0px 0px 0.0375rem;
}
.table_info thead tr.top th:last-child {
  border-radius: 0px 0px 0.0375rem 0px;
}
.table_info thead tr.bottom {
  height: 0.3750rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  background: #FEAE76;
}
.table_info thead tr.bottom th:first-child {
  border-radius: 0px 0px 0px 0.0375rem;
}
.table_info thead tr.bottom th:last-child {
  border-radius: 0px 0px 0.0375rem 0px;
}
.table_date {
  font-weight: 400;
}
.thead_item {
  width: 0.3500rem;
  display: inline-block;
}
.table_info tbody tr {
  height: 0.3750rem;
  line-height: 0.1000rem;
}
.table_info tbody tr td {
  padding: 0.1250rem 0.1875rem 0.1500rem 0;
  text-align: center;
}
.table_info tbody tr:nth-child(2n) {
  background: rgba(15, 69, 174, 0.05);
}
.table_info tbody tr:nth-child(2n) td:first-child {
  border-radius: 0.0375rem 0px 0px 0.0375rem;
}
.table_info tbody tr:nth-child(2n) td:last-child {
  border-radius: 0px 0.0375rem 0.0375rem 0px;
}
.content_table {
  margin-top: 0.1875rem;
  padding-bottom: 0.1313rem;
  border-bottom: 0.0063rem solid #eeeeee;
}
.content_btn {
  margin-top: 0.1313rem;
  display: flex;
  justify-content: flex-end;
}
.content_btn span {
  display: inline-block;
  margin-left: 0.2813rem;
  height: 0.1000rem;
  font-size: 0.1000rem;
  font-family: MicrosoftYaHei;
  color: #0F45AE;
  line-height: 0.1000rem;
  cursor: pointer;
}
.widget-panel table:nth-child(3) {
  display: none;
}
.query_info {
  width: 100%;
  height: 0.7500rem;
  margin-top: 0.1875rem;
}
.item_Title {
  width: auto;
  display: inline-block;
  vertical-align: text-top;
  text-align: right;
  top: 0.0375rem;
  font-size: 0.0875rem;
  font-family: MicrosoftYaHei;
  padding: 0;
  color: #666666;
  font-weight: 400;
}
.form-group {
  margin-bottom: 0.1875rem;
  padding-left: 0px!important;
  margin-right: 0!important;
}
.item_Title_input {
  position: relative;
  display: inline-block;
  right: -0.0375rem;
  width: 1.2875rem;
  padding: 0;
}
.form-control:focus {
  border-color: #ccc !important;
  outline: none!important;
  box-shadow: none!important;
}
.form-control {
  border: 0.0063rem solid #dcdee2;
  box-shadow: unset;
}
.item_select_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.item_select_list .item_select {
  width: 1.8125rem;
}
.query_btn {
  display: inline-block;
  color: #FFFFFF;
  width: 0.6250rem;
  height: 0.2500rem;
  line-height: 0.2500rem;
  text-align: center;
  background: #0F45AE;
  border-radius: 0.0313rem;
  cursor: pointer;
}
.download_btn {
  font-size: 0.0875rem;
  color: #0F45AE;
  line-height: 0.2500rem;
  background: #FFFFFF;
  border: 0.0063rem solid #0F45AE;
  margin-left: 0.1875rem;
}
.last_btn {
  position: relative;
  top: -0.0187rem;
  left: 0.1000rem;
}
.calendar_content {
  width: 100%;
  height: 2.4375rem;
  display: flex;
}
.calendar_content .calendar_detail {
  width: 100%;
  height: 100%;
  padding: 0.1250rem 0px 0  0.1250rem;
  background: #f3f5fb;
}
.calendar_content .text_content {
  padding-right: 0.1875rem;
  height: 2.2813rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.calendar_content .text_content .text_detail_title {
  margin-top: 0.1250rem;
  width: 3.5313rem;
  font-size: 0.1000rem;
  font-weight: 700;
  line-height: 0.0875rem;
  letter-spacing: 0em;
  color: #999999;
}
.calendar_content .text_content .text_content_item {
  margin-bottom: 0.1688rem;
}
.calendar_content .text_content .text_detail_content {
  margin-top: 0.0625rem;
  color: #333333;
  font-size: 0.1000rem;
  font-weight: 400;
  line-height: 0.1000rem;
  letter-spacing: 0em;
}
.calendar_content .text_content .text_detail_content div {
  line-height: 0.1563rem;
}
.calendar_content .text_content::-webkit-scrollbar {
  width: 0.0313rem;
  height: 0.0313rem;
  /**/
}
.calendar_content .text_content::-webkit-scrollbar-track {
  background: #f3f5fb;
  border-radius: 0.0187rem;
}
.calendar_content .text_content::-webkit-scrollbar-thumb {
  background: rgba(3, 37, 92, 0.2);
  border-radius: 0.0625rem;
}
.calendar_content .text_content::-webkit-scrollbar-thumb:hover {
  background: rgba(3, 37, 92, 0.2);
}

/* 日期选择，修复：日期选择组件的头部日期，遮挡[上个月]和[下个月]按键 */
.table_cascader .el-date-editor.el-input,
.table_cascader .el-date-editor.el-input__inner {
  position: absolute;
  width: 1rem;
  left: 1.24rem;
  top: 0.04rem;
  transform: translateX(-50%);
  z-index: 10;
  opacity: 0;
}
.el-calendar-table .el-calendar-day {
  height: 0.2875rem;
}
.el-calendar__header {
  position: relative;
}
.el-calendar-table thead th {
  text-align: center;
}
.el-calendar-table tr td:first-child {
  border: unset;
}
.el-calendar-table td {
  border: unset;
}
.el-calendar__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.1375rem;
  font-weight: 900;
  z-index: 9;
}
.el-calendar__button-group {
  width: 100%;
  position: relative;
}
.el-calendar-table .el-calendar-day {
  display: flex;
  justify-content: center;
  align-items: center;
}
.el-calendar-table td.is-today {
  color: #333333;
}
.el-calendar-table td.is-selected {
  background-color: #0f45ae;
  color: #fff;
  border-radius: 0.0313rem;
}
.el-calendar-table .el-calendar-day:hover {
  cursor: pointer;
  background-color: #0f45ae;
  color: #fff;
  border-radius: 0.0313rem;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
  display: none;
}
.el-button-group {
  width: 100%;
}
.el-button-group > .el-button:last-child {
  position: absolute;
  right: 0;
}
.demonstration {
  margin: 0  0.0313rem 0  0.1250rem;
}
.special_trade_item {
  position: relative;
  top: -0.3937rem;
}
.special_content_car p {
  line-height: 0.1875rem;
}


.budge {
  width: 0.0313rem;
  height: 0.0313rem;
  border: 0.0125rem solid #e6a23c;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -0.0813rem;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=index.css.map */
.calendar_p{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.text_detail_title{
  display: flex;
  align-items: center;
}
#calendar_temp .el-calendar-table .el-calendar-day{
  justify-content: unset;
  position: relative;
}
#calendar_temp .el-calendar-table .el-calendar-day>p{
  display: inline-block;
	width: 100%;
	text-align: center;
}
.point_cont{
  width: 0.32rem;
	position: absolute;
	display: flex;
	justify-content: center;
	right: 10px;
	bottom: 0.022rem;
	left: 0;
}
.point_purple,.point_blue,.point_yellow,.point_red {
  width: 0.022rem;
  height: 0.022rem;
  border-radius: 50px;
  margin: 0.0125rem;
}
.point_purple {
  background-color:#CD6BFC;
}
.point_blue {
  background-color:#1084f1;
}
.point_yellow {
  background-color:#FFC30A;
}
.point_red {
  background-color:#DF0723;
}
.text_detail_mr5{
  margin-right: 0.03rem;
}
.text_detail_content{
  margin-left: 0.0725rem;
}
/* .is-selected .el-calendar-day .point_cont .point_red{
  background-color: #fff;
} */
.table_cascader .el-date-editor .el-input__inner {
  cursor: pointer;
}
.table_cascader{
  overflow: hidden;
}

/* 交易日历 - 历史数据中包含style，字体大小颜色等等，强制改写 */
.text_detail_history span,
.text_detail_history p,
.text_detail_history div,
.text_detail_history small{
  color: #333 !important;
  line-height: 0.1563rem;
  font-size: 0.1rem !important;
  font-weight: 400 !important;
  font-family: Microsoft Yahei !important;
  -webkit-text-size-adjust: none !important;
  letter-spacing: 0em;
  word-break: break-word;
}
.text_detail_history td,
.text_detail_history tr 
{
  border: none!important;
}

.demonstration_result{
  display: flex;
  font-size: 0.142rem;
  font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
  font-weight: bold;
  color: #333333;
  line-height: 0.1500rem;
  width: 100%;
  margin: 0.3rem 0 0.15rem 0;
}


.table_cascader .el-calendar__body .el-calendar-table thead {
	border-bottom: 1px solid #EBEEF5;
}
