.slider_box {
  position: relative;
  margin: 0 auto;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 665px;
  overflow: hidden;
  visibility: hidden;
}
.slider_img {
  cursor: default;
  position: relative;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 565px;
  overflow: hidden;
}
.slider_Item {
  cursor: default;
}
.jssort01 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 800px;
  height: 100px;
}
.jssora05l, .jssora05r {
  display: block;
  position: absolute;
  cursor: pointer;
  color: #c4c4c4;
  font-weight: 600;
  margin-bottom: 0;
}
.jssora05l {
  top: 40%;
  left: 8px;
}
.jssora05r {
  top: 40%;
  right: 8px;
}
.jssora05l:before {
  font-family: fontawesome;
  content: "\f0a8";
  font-size: 40px;
  vertical-align: middle;
}
.jssora05r:before {
  font-family: fontawesome;
  content: "\f0a9";
  font-size: 40px;
  vertical-align: middle;
}
.jssort01 .p {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  height: 72px;
}
.jssort01 .t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.jssort01 .w {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.jssort01 .c {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 68px;
  height: 68px;
  border: #f0f0f0 2px solid;
  box-sizing: content-box;
  background: url(../WebAPI/t01.png/eee9f6e0-f572-4e18-90d0-c2535056e797) -800px -800px no-repeat;
  _background: none;
}
.jssort01 .pav .c {
  top: 2px;
  _top: 0px;
  left: 2px;
  _left: 0px;
  width: 68px;
  height: 68px;
  border: #f0f0f0 2px solid;
  _border: #f0f0f0 2px solid;
  background-position: 50% 50%;
}
.jssort01 .p:hover .c {
  top: 0px;
  left: 0px;
  width: 70px;
  height: 70px;
  border: #f0f0f0 2px solid;
  background-position: 50% 50%;
}
.jssort01 .p.pdn .c {
  background-position: 50% 50%;
  width: 68px;
  height: 68px;
  border: #f0f0f0 2px solid;
}
* html .jssort01 .c, * html .jssort01 .pdn .c, * html .jssort01 .pav .c { /* ie quirks mode adjust */ width /**/ : 72px;
  height /**/ : 72px;
}
.magnifying-glass-plus {
  position: relative;
  z-index: 89;
  top: 90px;
  /*  left: 20px;*/
  width: 100%;
  max-width: 800px;
}
.magnifying-glass-plus a {
  color: var(--green);
  background: #ffffffcf;
  padding: 14px;
  border-radius: 5px;
}
.magnifying-glass-plus a::before {
  font-family: fontawesome;
  content: "\f00e";
  font-size: 24px;
  color: var(--green);
  margin-right: 0.5rem;
}
.magnifying-glass-plus a:hover, .magnifying-glass-plus a:hover::before {
  color: var(--blue-light);
}
.comments {
  position: absolute;
  z-index: 1;
  left: 30px;
  bottom: 30px;
	padding-left: 30px;
	background: #ffffff6e;
}
.comments a {
  color: var(--green);
/*  background: var(--green);*/
  padding: 14px;
  border-radius: 5px;
	font-size: 15px;
	line-height: 1.5;
    display: block;
}
.comments a::before {
  font-family: fontawesome;
  content: "\f086";
  font-size: 15px;
  color: var(--green);
  margin-right: 5px;
	margin-left: -25px;
}
.comments a:hover, .comments a:hover::before {
  color: var(--blue-light);
}
@media screen and (min-width: 0px) and (max-width: 299px){
	.comments {
        left: unset;
    bottom: -50px;
    width: 100%;
    margin-left: 10px;
}
.comments a::before {
    font-size: 14px;
}
	.comments a {
    font-size: var(--font-remark);
}
}
@media screen and (min-width: 300px) and (max-width: 499px){
	.comments {
        left: unset;
    bottom: -50px;
    width: 90%;
}
.comments a::before {
    font-size: 14px;
}
	.comments a {
    font-size: var(--font-remark);
}
}
@media screen and (min-width: 500px) and (max-width: 769px){
	.comments {
    left: 0;
    bottom: 0;
}
.comments a::before {
    font-size: 14px;
}
}
.app_block-img_box, .System_container.tab_img {
  margin-top: 30px;
}
.System_container.tab_img {
  width: fit-content;
  margin: auto;
  position: relative;
}
.CKT_PCB_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
}
.Working_container.tab_img {
  margin-top: 50px;
}