.st0{fill:#EDEDED;}
.st1{fill:#D40000;}
.st2{fill:#C50000;}
.page_intro.tools_top_red{
  height: 220px;
}
.tools_top_red .section_wd{
  padding-left: 0px !important;
  width: 90%;
}
.tools_header{
  background-color: #fff;
}
.tools_top_red .topicpath ul li a,
.tools_top_red .topicpath li::after{
  color: #fff;
}
.tools_top_red{
  background-color: #c50000;
  color: #fff;
}
.tools_top_deco{
  width: 100%;
  height: inherit;    
}
.tools_top_deco svg{
  object-fit: fill;
  width: 100%;
  height: 60px;
}
.tools_title{
  font-size: 40px;
  font-weight: bold;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
.tools .section_wd{
  padding-left: 0px;
  padding-right: 0px;
  width: 90%;
}
.tools .font_red{
  color: #d40000;
}
.tools a.font_red{
  color: #d40000;
  text-decoration: underline;
}
.tools a.font_white{
  color: #fff;
  text-decoration: underline;
}
.tools .search {
  margin-bottom: 20px;
}
.tools .search .search_form {
  justify-content: flex-end;
}

@media screen and (min-width: 1281px){
  .tools .search .search_form{
    display: flex;
    align-items: center;
  }
}
.tools .search button.search_button {
  padding: 0rem 1rem;
  color: #ffffff;
  background-color: #e50101;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: flex;
  align-items: center;
}
.tools .search .search_form_label {
  font-weight: bold;
  margin-right: 4px;

}
.tools .search button.search_button:hover{
  background-color: #d40000;
}
.tools .search .search_form__inner{
  display: flex;
}
.tools .search .search_form__inner .input_box{
  position: relative;
  width: 100%;
}
.tools .search input.search_key {
  height: 30px;
  border: 1px solid #bbbbbb;
  background-color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  width: 100%;
}
.tools .search .input_box input:placeholder-shown + button {
  display: none;
}
.tools .search .input_box button.search_form__clear{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff0;
}
.tools_search_result__data_none {
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.tools_search_result__hit {
  color: #999999;
}
.tools_search_result__hit .all_number{
  margin-right: 4px;
}
.tools_search_result__hit .hit_number {
  margin-left: 4px;
  margin-right: 4px;
}

.tools_section_title{
  padding-top: 24px;
  font-size: 24px;
}
.tools_section_title i.fa,
.tools_section_title img{
  height: 24px;
  vertical-align: middle;
  font-size: 24px;
}
.tools_section_title span{
  padding-left: 18px;
  margin-left: 18px;
  border-left: 1px solid #C0C6C9;
  vertical-align: middle;
}
.tools_card{
  width: 370px;
  height: 480px;
  margin-top: 30px;
  display: inline-grid;
  box-shadow: 0px 2px 6px #ddd;
}
.tools_card_imgbox{
  height:245px;
  background-color: #EDEDED;
  position: relative;
}
.tools_card_imgbox img{
  max-height: 80%;
  width: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.tools_card_txtbox{
  margin: 15px;
  position: relative;
  min-height: 200px;
}
.tools_card_txtbox .card_date{
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 12px;
  color: #888888;
}
.tools_card_txtbox a.font_red{
  font-size: 12px;
}
.tools_card_txtbox .card_title{
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.tools_card_txtbox .btn_parent{
  text-align: center;
  width: 100%;
  position: absolute;
  margin-top: 0px;
  bottom: 0;
  left: 0;
}
.tools_card_txtbox .btn_red{
  width: 100%;
  line-height: 25px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #D40000;
  font-weight: bold;
  margin-bottom: 0;
}
.btn_category{
  text-align: center;
  display: inline-block;
  color: #d40000;
  border: 1px solid #d40000;
  font-size: 14px;
  font-weight: bold;
}
.btn_category:hover{
  background-color: #f6f6f6;
}
.tel_box{
  background-color: #d40000;
  color: #fff;
  width: 100%;
  padding: 45px 60px;
  position: relative;
}
.tel_deco{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  background-image: url(../img/tel_deco.svg);
  background-repeat: no-repeat;
  height: 36px;
  object-fit: fill;
  display: inline-block;
  width: 65px;
  text-align: center;
  vertical-align: middle;
}
.tel_number{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}
.tel_box p{
  margin: 5px 0;
  font-size: 14px;
}
.qr_box{
  color: #fff;
  text-align: right;
  font-size: 12px;
  z-index: 10;
}
.qr_box img{
  margin-bottom: 5px;
  display: block;
  margin-left: auto;
}
.tel_box::after{
  content: '';
  position: absolute;
  background-image: url(../img/dk_red.svg);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  right: 0;
  width: 30%;
  height: 80px;
}
.tools_bg_img{
  background-image:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ),url(../img/printer.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.tools_bg_img span{
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;  
}
.tools_bg_img .tools_bg_rightbox a.font_white .angle_box{
  margin-left: 25px;
}
.tools_bg_rightbox{
  text-align: right;
}
.tools_bg_rightbox a.font_white{
  font-size: 24px;
  font-weight: bold;
  vertical-align: middle;  
}
.tools_bg_rightbox a.font_white:hover{
  color: #d40000;
}
.tools_bg_rightbox a.font_white:hover .angle_box{
  color: #d40000;
  border-color: #d40000;
  transition: all .2s ease-in-out;
}
.angle_box{
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #fff;
}
.tools_layout_left .tools_card{
  width: 275px;
  height: 400px;
}
.tools_layout_left .tools_card_imgbox{
  height: 180px;
}
.tools_layout_left .tools_card_txtbox .card_title{
  font-size: 14px;
}
.tools_layout_left .btn_parent{
  margin-top: 20px;
}
.tools_layout_left .btn_parent a{
  min-width: auto;
}
.tools_nav{
  max-width: 240px;
  margin-left: auto;
  color: #2B2B2B;
}
.tools_nav_title{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
.tools_nav .angle_box{
  display: inline-block;
  vertical-align: baseline;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: 1px solid #2B2B2B;
  float: right;
}
.tools_nav ul{
  padding-left: 0;
  margin-top: 15px;
}
.tools_nav > ul > li > a{
  width: 100%;
  line-height: 48px;
  font-size: 16px;
  border-bottom: 1px solid #C0C6C9;
  padding-left: 15px;
  position: relative;
}
.tools_nav > ul > li > a:hover{
  color: #d40000;
}
.tools_nav > ul > li:first-child > a{
  border-top: 3px solid #D40000;
}
.toggle_sub{
  position: relative;
}
.tools_nav ul .toggle_sub ul{
  display: none;
  margin-top: 0px;
  padding: 15px;
}
.toggleBg{
  background-color: #EDEDED;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.tools_nav ul .toggle_sub ul li a{
  width: 100%;
  line-height: 35px;
}
.tools_nav__search {
  margin-bottom: 40px;
}
.tools_nav__search .search_form_label{
  font-weight: bold;
}
.tools_nav__search input.search_key {
  height: 30px;
  border: 1px solid #bbbbbb;
  background-color: #FFF;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 2rem;
  width: 100%;

}
.tools_nav__search button.search_button:hover{
  background-color: #d40000;
}

.tools_nav__search .input_box {
  position: relative;
  display: flex;
}
.tools_nav__search button.search_button {
  color: #ffffff;
  background-color: #e50101;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  padding: 2px 14px;
  display: flex;
  align-items: center;
}
.tools_nav__search .search_form__inner {
  display: flex;
}
.tools_nav__search .input_box input:placeholder-shown + button {
  display: none;
}
.tools_nav__search .search_form_clear{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff0;
}
@media screen and (max-width: 1281px){
  .tools_nav__search .input_box{
    width: 100%;
  }
}
.toggle_sub > span {
  line-height: 48px;
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.toggle_sub > span{
  width: 50px;
  text-align: center;
}
.toggle_sub > span::after{
  content: '＋';
}
.toggleBg > span::after{
  content: '－' !important;
}
.tools_nav ul .toggle_sub ul.togglesub_show{
  display: block;
}
.tools_nav > ul > li:hover .toggle_open{
  color: #d40000;
  cursor: pointer;
}
.toggle_open:hover{
  background-color: #c0c6c9;
  color: #fff !important;
  transition: all .2s ease ;
  d40000
}
.quick_nav{
  margin-top: 15px;
}
.quick_nav_btn{
  text-align: center;
  width: 100%;
  max-width: 152px;
  display: inline-block;
  line-height: 50px;
  /*padding: 0 15px;*/
  border: 1px solid #d40000;
  color: #d40000;
  cursor: pointer;
}
.quick_nav_btn:nth-child(2n){
  margin: 0 10px;
}
.quick_nav_btn a{
  display:block;
  border-color: #8D0404;
  /*  background-color: #8D0404;*/
  color: #8D0404;
  transition: all .2s ease-in;
}
.quick_nav_btn a:hover{
  border-color: #8D0404;
  background-color: #8D0404;
  color: #fff;
}
.sub_category_hide{
  display: none;
}
.sub_category_show{
  display: block;
}
.toggle_sub > ul > li > a {
  cursor: pointer;
}
@media screen and (min-width: 1161px) and (max-width: 1304px) {
  .tools_card:nth-child(2n+1) {
    margin: 0 20px;
  } 
}
@media screen and (min-width: 1161px) and (max-width: 1281px) {
  .tools.sub_category > .tools_card:nth-child(2n+1) {
    margin: 30px 0px 0px 0px;
  } 
}
@media screen and (min-width: 1282px) and (max-width: 1304px)  {
  .tools.sub_category > .tools_card:nth-child(2n+1) {
    margin: 0px;
  } 
  .tools.sub_category > .tools_card:nth-child(3n) {
    margin: 30px 10px 0 10px;
  }
}
@media screen and (min-width: 1305px) {
  .tools_card:nth-child(3n) {
    margin: 0 20px;
  } 
  .tools_layout_left .tools_card:nth-child(3n) {
    margin: 0 10px;
  }
}
@media screen and (max-width: 1160px) {
  .tools .section_wd,
  .tools_top_red .topicpath,
  .tools_top_red .section_wd{
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }  
  .tools_card{
    margin: 30px 15px 0 15px;
  } 
  .tools_layout_left .tools_card{
    margin: 30px 0px;    
  }
}
@media screen and (max-width: 460px){
  .tools_card{
    width: 92%;
    height: 480px;
  }
  .tools .btn_parent a{
    min-width: 130px;
  }
  .btn_category{
    width: 48%;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .btn_category:nth-child(odd){
    margin-right: 2%;
  }
  .tel_box{
    padding: 40px;
  }
  .tools .tel_number{
    font-size: 30px;
  }
  .qr_box{
    display: block;
  }
  .tools_section_title.txt_center_mb{
    text-align: center;
  }
  .tools_layout_left{
    width: 100%;
    display: block;
  }
  .tools_layout_right{
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 460.1px){
  .tel_deco{
    margin-right: 15px;
  }
}
@media screen and (min-width: 460.1px) and (max-width: 670px){
  .btn_category{
    width: 180px;
    line-height: 50px;
    margin: 10px;
  }
  .tools_layout_left{
    width: 100%;
    display: block;
  }
  .tools_layout_right{
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 669px) {
  .tel_box{
    text-align: center;
  }
  .tel_left{
    display: block;
    text-align: center;
  }
  .tel_right{
    display: block;
    text-align: center;
  }
  .tel_number{
    font-size: 50px;
  }
  .tel_box p {
    margin: 15px 0;
    font-size: 14px;
  }
  .tel_deco,
  .qr_box,
  .qr_box img{
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .qr_box img{
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 10px) and (max-width: 606.98px){
  section .tools_layout_left .tools_card:nth-child(odd) {
    margin: 30px auto !important;
  }
  .tools_layout_left .tools_card{
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
   .tools_layout_left{
    padding-right: 15px;
   }
}
@media screen and (min-width: 607px) and (max-width: 1281px){
  .tools_layout_left .tools_card:nth-child(odd) {
    margin: 0 10px;
  }
}
@media screen and (min-width: 670px){
  .btn_category{
    width: 260px;
    line-height: 50px;
    margin: 10px;
  }
  .tel_left{
    display: inline-block;
    vertical-align: middle;
    width: 77%;
  }
  .tel_right{
    display: inline-block;
    vertical-align: middle;
    width: 22%;
  }
  .tools_bg_leftbox{
    display: inline-block;
    vertical-align: bottom;
    width: 55%;
  }
  .tools_bg_rightbox{
    display: inline-block;
    vertical-align: bottom;
    width: 44%;
  }
  .tools_layout_left{
    width: 75%;
    display: inline-block;
  }
  .tools_layout_right{
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
}

@media screen and (max-width: 760px){
  .tools_bg_img{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tools_section_title span{
    border-left: none;
    padding-left: 10px;
    margin-left: 0px;
  }
  .tools_bg_leftbox{
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .tools_bg_rightbox{
    width: 100%;
    margin-top: 30px;    
  }
  .tools_bg_rightbox a.font_white{
    font-size: 18px;
  }
  .angle_box{
    width: 27px;
    height: 27px;
    line-height: 27px;
  }
}

@media screen and (max-width: 1159.98px){
  .layout_full{
    width: 100%;
  }
  .tools_layout_left{
    padding-left: 15px;
  }
  .tools_layout_right{
    padding-right: 10px;
  }
}
@media screen and (min-width: 1160px) {
    .layout_full{
      width: 90%;
    }
}
@media screen and (max-width: 1281px){
  .tools_layout_left .tools_card{
    width: 47%;
  }
  .tools_layout_left .tools_card:nth-child(odd){
    margin: 30px 10px !important;
  }
  .tools_layout_left .tools_card:nth-child(3n){
    margin: auto;
  }
}

@media screen and (max-width: 810px){
  .tools_layout_left{
    width: 100%;
  }
  .tools_layout_right{
    width: 100%;
  }
  .tools_nav{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .quick_nav_btn:nth-child(n){
    margin: 5px 5px;
  }
}

@media screen and (min-width: 636px) and (max-width: 810px){
  .tools_layout_left .tools_card{
    width: 48%;
  }
}

@media screen and (max-width: 851px) {
  .tools .section_wd .tools_card{
    width: 90%;
    margin: 15px auto;
    display: block;
  }  
}

@media screen and (max-width: 1060px){
  .page_intro.tools_top_red{
    height: fit-content;
  }  
}

@media screen and (max-width: 370px){
 .tools_card .btn_parent a{
  width: 100% !important;
 }
}