.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.left_toggle svg {
  width: 100%;
  height: 100%;
}
.leftmenu {
  width: 100%;
  height: 100%;
  transform: translateX(-350px);
  transition: transform 250ms ease-in-out;
}
.left_body {
  background: #FFF4D3;
  margin-left: 350px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 30px 30px 30px 160px;
}
.left_body .top {
  width: 100%;
  padding: 10px 0px 10px 0px;
  border-radius: 8px;
  background: #F18101;
  color: #fff;
  font-size: 18px;
  text-align: right;
}
.left_body .top span {
  margin-right: 20px;
  color: #FFF4DB;
  font-style: italic;
}
.left_body .top img {
  margin-left: 10px;
  margin-right: 20px;
}
.left_body .gallery ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.left_body .gallery li {
  list-style: none;
  width: 242px;
  height: 350px;
  margin: 0px 20px 20px 0px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 3px 15px -3px rgb(0 0 0 / 14%);
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
.left_body .gallery li img {
  width: 100%;
  height: 170px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.left_body .gallery li h2 {
  height: 90px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}
.left_body .gallery li .date {
  font-size: 17px;
  color: #8f8f8f;
}
.left_body .gallery li .date .view {
  width: 40%;
  float: left;
  text-overflow: ellipsis;
}
.left_body .gallery li .date .view img {
  width: 20px;
  height: 13px;
  border: 0px;
  margin-right: 10px;
}
.left_body .gallery li .date .number {
  width: 100%;
}
.left_body .gallery li .date .number img {
  width: 20px;
  height: 16px;
  border: 0px;
  margin-right: 10px;
}







.left_body .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
.left_body .list li {
  list-style: none;
  width: 100%;
  height: 210px;
  margin: 0px 20px 20px 0px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 3px 15px -3px rgb(0 0 0 / 14%);
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
	display: flex;
}
.left_body .list li img {
  width: 200px;
  height: 170px;
  border: 1px solid #ccc;
  cursor: pointer;
	margin-right: 20px;
}

.left_body .list li span{
	width: 33%;
	margin-bottom: 20px;
}
.left_body .list li h2 {
  height: 80px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}
.left_body .list li .info{
	width: 100%;
}
.left_body .list li .info p{
	display: flex;
}
.left_body .list li .date {
  font-size: 17px;
  color: #8f8f8f;
}
.left_body .list li .date .view {
  width: 40%;
  float: left;
  text-overflow: ellipsis;
}
.left_body .list li .date .view img {
  width: 20px;
  height: 13px;
  border: 0px;
  margin-right: 10px;
}
.left_body .list li .date .number {
  width: 100%;
}
.left_body .list li .date .number img {
  width: 20px;
  height: 16px;
  border: 0px;
  margin-right: 10px;
}












.left_panel {
  background-color: #fff;
  color: white;
  position: absolute;
  width: 330px;
  height: 100%;
  overflow-y: scroll;
  top: 0;
  left: 130px;
	border-right: 1px solid #F26832;
}
.left_panel li .ico_bg {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background-color: #fff4d3;
  box-sizing: border-box;
  margin-right: 8px;
}
.left_panel li .all {
  width: 100%;
  height: 33px;
  color: #fff;
  border-radius: 10px;
  background-color: #F26827;
  box-sizing: border-box;
  padding: 7px 20px 0px 20px;
  margin: 0px;
  text-align: right;
  text-decoration: underline;
}
.left_panel li .all .fl {
  float: left;
  text-decoration: none;
}
.left_panel li img {
  width: 24px;
  vertical-align: middle;
}
.left_panel li .number {
  font-weight: bold;
  text-decoration: underline;
  float: right;
}
.left_panel::-webkit-scrollbar {
 /*
	width: 10px;
	*/
}
.left_panel::-webkit-scrollbar-thumb {
  background-color: #ffd09a;
  border-radius: 10px;
  background-clip: padding-box;
}
.left_panel::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
#leftmenuToggle {
  display: none;
}
.left_toggle {
  color: black;
  display: inline-block;
  width: 2em;
  height: 2em;
  background: white;
  border: 1px solid #ccc;
  z-index: 99;
  left: 2em;
  top: 2em;
  cursor: pointer;
  margin-left: 0;
  transition: margin-left 250ms ease-in-out;
}
.main_menu {
  width: 130px;
  background: #EC810A;
  position: absolute;
  text-align: center;
  color: #fff;
  top: 0px;
  left: 0px;
  bottom: 0px;
}
.main_menu .home {
  height: 150px;
  padding-top: 40px;
  color: #fff;
  font-size: 25px;
  border-bottom: 1px solid #ffffff50;
}
.main_menu .home img {
  width: 32px;
  height: 28px;
}
.main_menu .home p {
  margin: 20px 0px;
}
.main_menu .data-time {
  width: 95px;
  margin: 0 auto;
  background: #F26726;
  padding: 7px 10px 6px 10px;
  border-radius: 30px;
  font-weight: bold;
}
.main_menu .data-time p {
  width: 100px;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 12px;
}
.main_menu .data-time p span {
  color: #ffffffb5;
  font-size: 11px;
}
.main_menu .alldata-num {
  padding-top: 5px;
  font-size: 12px;
  color: #fff4d3;
}
.main_menu .alldata-num span {
  font-size: 16px;
  color: #fff;
}
.main_menu .data-source {
  position: relative;
  top: 20px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 13px;
}
.main_menu .data-source p {
  font-size: 10px;
  color: #ffffff69;
  margin-top: 5px;
}
.main_menu .btn {
  width: 130px;
  height: 130px;
  cursor: pointer;
  border-bottom: 1px solid #ffffff50;
  background: #F26726;
}
.main_menu .on {
  background: #F26726;
}
.main_menu .btn:hover {
  background: #F26726;
}
.main_menu .btn:active {
  background: #F26726;
}
.main_menu .btn .title {
  color: #FFF4D5;
  line-height: 140%;
  padding-bottom: 20px;
}
.main_menu .btn p {
  margin: 0px;
}
.main_menu .all_data{
	font-size: 30px;
	padding-top: 20px;
}
.main_menu .btn img {
  padding-top: 30px;
}
.main_menu .data-count {
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
  padding-top: 18px;
}
.pdt55 {
  padding-top: 55px;
}
/*
 *  Menu Toggle Functionality
 */
input[type="checkbox"]:checked + .left_toggle {
  background-color: #ccc;
}
input[type="checkbox"]:checked ~ .leftmenu {
  transform: translateX(0);
}
input[type="checkbox"]:checked ~ .leftmenu {
  position: fixed;
}
input[type="checkbox"]:checked ~ .leftmenu .left_body {
  padding: 30px 380px 30px 140px !important;
  transition: padding 410ms ease-in-out;
}
input[type="checkbox"] ~ .leftmenu .left_body {
  transition: padding 410ms ease-in-out;
}
input[type="checkbox"]:checked ~ .leftmenu .left_body li {
  transition: 410ms ease-in-out;
}
input[type="checkbox"] ~ .leftmenu .left_body li {
  transition: flex 410ms ease-in-out;
}
/* ê²€ìƒ‰ íŒì—… */
.ptg-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 500;
  visibility: visible;
}
.modal_dialog {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.ptg-modal .pop {
  max-width: 600px;
  height: 360px;
  border-radius: 25px;
  background-color: #fff4d3;
  position: relative;
  width: calc(100vw - 30px);
  padding: 15px;
  z-index: 520;
  box-sizing: border-box;
  box-shadow: 0 5px 30px 0 rgb(0 0 0 / 27%);
}
.ptg-modal .pop .title {
  color: #f18101;
  text-align: right;
  margin: 40px 30px 10px 55px;
  float: left;
}
.ptg-modal .pop .title h1 {
  font-size: 25px;
  margin: 0px;
}
.ptg-modal .pop .title h2 {
  font-size: 40px;
  font-weight: bold;
  margin: 0px;
}
.ptg-modal .pop .title h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
}
.ptg-modal .pop .tit_img {
  float: left;
  margin-top: 25px;
}
.ptg-modal .pop .close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.ptg-modal .pop .tit_img img {
  width: 90px;
}
.ptg-modal .pop .content {
  clear: both;
  margin: 0 auto;
}
.ptg-modal .pop .content .search_box {
  width: 85%;
  border-bottom: 1px solid #f181016b;
  margin: 0 auto;
}
.ptg-modal .pop .content .search_box input[type="checkbox"] {
  border: 3px solid #1b52a2;
  appearance: none;
  background: #fff;
  border-radius: 0px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  outline: 0;
}
.ptg-modal .pop .content .search_box input[type="checkbox"]:checked {
  background: #1b52a2;
}
.ptg-modal .pop .content .search_box input[type="checkbox"]:checked::after {
  display: block;
}
.ptg-modal .pop .content .search_box input[type="checkbox"]::after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: '';
  display: none;
  height: 40%;
  left: 40%;
  position: relative;
  top: 20%;
  transform: rotate(45deg);
  width: 15%;
}
.ptg-modal .pop .content .search_box .trade_txt {
  width: 80px;
  height: 21px;
  padding: 6px 10px 4px 10px;
  position: relative;
  top: -7px;
  border-radius: 20px;
  background-color: #1b52a2;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin-left: 10px;
}
.ptg-modal .pop .content .search_box input::placeholder {
  color: #f181016b;
  font-style: italic;
}
.ptg-modal .pop .content .search_box .search_bar {
  width: 85%;
  font-size: 23px;
  font-weight: bold;
  font-style: italic;
  color: #f18101;
  padding: 10px;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
}
.ptg-modal .pop .content .search_box button {
  width: 50px;
  border: 0;
  background-color: transparent;
  box-sizing: border-box;
  position: relative;
  top: 7px;
}
.ptg-modal .trade_info {
  margin-top: 30px;
  text-align: center;
  color: #1b52a2;
}
.ptg-modal .bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 510;
  background: rgba(0, 0, 0, 0.6);
  zoom: 1;
}
.box_num {
  width: 400px;
  display: flex;
  margin: 0 auto;
  padding-top: 40px;
  justify-content: center;
}
.btn_num {
  width: 26px;
  height: 26px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  font-size: 12px;
  margin-right: 6px;
}
.btn_num:hover {
  background-color: #f3f3f3;
}
.btn_num:active {
  background-color: #1b52a2;
  color: #FFF;
  border: 0px;
}
.btn_prev {
  width: 26px;
  height: 26px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  font-size: 12px;
  background-image: url("../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}
.btn_prev:hover {
  background-color: #f3f3f3;
}
.btn_next {
  width: 26px;
  height: 26px;
  border: 1px solid #B1B1B1;
  background-color: #fff;
  font-size: 12px;
  margin-right: 6px;
  background-image: url("../images/perv_next.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 14px;
  transform: rotate(90deg);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.btn_next:hover {
  background-color: #f3f3f3;
}

.top_menu{
	float: left;
	color: #f08101;
	margin: -2px 0px 0px 10px;	
}
.top_menu img{
	margin: 0px 5px 0px 5px!important;
}
.top_menu button{
	width: 100px;
	border: 0px;
	background: #FFF4DB;
	font-size: 14px;
	padding: 5px 15px 4px 10px;
	border-radius: 2px;
	color: #f18101;
	margin-right: 5px;
}
.top_menu .on{
	background: #fff;
}
.top_menu .off{
	opacity: 80%;
}
