﻿body{zoom: 1;}
.select-custom{margin: 0;}
.select-custom .select-custom-list > li img{margin-right: 10px;}
.size-choice-select {width: 90px;}
.size-choice-select .select_tit,
.size-choice-select .select-custom-list > li{
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
}
.size-choice-select .select-custom-list{
  padding: 0;
  top: 28px;
}
.size-choice-select .select_tit::after{
  width: 16px;
  height: 16px;
}
.con-wrap.turning-iso-wrap .table-type01 tbody tr td .flex-box, .con-wrap.turning-parting-wrap .table-type01 tbody tr td .flex-box {display: flex; align-items: center; justify-content:center; gap:10px;}
.con-wrap.turning-iso-wrap .table-type01 tbody tr td .flex-box{flex-direction: column;}
.con-wrap.turning-iso-wrap .table-type01 tbody tr td .flex-box img{max-width: 112px;}
.con-wrap.turning-iso-wrap .table-type01 tbody tr td .flex-box span, .con-wrap.turning-parting-wrap .table-type01 tbody tr td .flex-box span {font-size: 21px !important; font-weight: bold; white-space: nowrap;}
.con-wrap.turning-iso-wrap .result-product-list > ul > li > img {
  max-width: 45%;
}

/* ------------------- str-milling ------------------- */
.result-cont {
  display: flex; 
  justify-content: center;
  width: calc(100% - 40px);
  /* max-width: 1620px; */
  margin: 324px auto 0;
}
.result-cont.con-box .result-inner {margin: 0 auto;}
.result-inner{
    /* position: sticky; */
  /* top: 0; */
  width: calc(100% - 130px);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.result-item-list{
  width: calc(60% - 10px);
  flex: 1;
  margin-right: 20px;
}
.turning-parting-wrap .result-item-list > .result-product-list > ul {
  max-height: 550px;
  overflow: auto;
  padding-bottom: 12px;
}
.turning-parting-wrap .result-item-list > .result-product-list > ul::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.turning-parting-wrap .result-item-list > .result-product-list > ul::-webkit-scrollbar-thumb {
  background: #aaa;
}
.turning-parting-wrap .result-item-list > .result-product-list > ul::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.result-mainTit{
  font-size: 1.85vw;
  font-weight: bold;
  font-family: 'Play', sans-serif; 
  margin-bottom: 6px;
}
.result-item-list-tableWrap {
  max-height: 550px;
  overflow: auto;
  padding-bottom: 12px;
}

.result-item-list-tableWrap::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.result-item-list-tableWrap::-webkit-scrollbar-thumb {
  background: #aaa;
}

.result-item-list-tableWrap::-webkit-scrollbar-track {
  background: #E6E6E6;
}
.result-item-list-tableWrap > li{display: none;}
.result-item-list-tableWrap > li.active{display: block;}
.result-table{
  width: 100%;
  font-size: 0.85vw;
}
.result-table.table-type01 th, .result-table.table-type01 th span{
  font-weight: bold;
  white-space: nowrap;
}
.result-table.table-type01 td{
  padding: 5px 10px;
  font-size: 14px;
  white-space: nowrap;
}
.result-table.table-type01 td *{
  font-size: 14px;
  color: #656565;
  white-space: nowrap;
}
.result-table.table-type01 .first{border-left: none;}
.result-table.table-type01 .last{border-right: none;}
.result-item-option{
  width: calc(40% - 10px);
  /* margin-top: 16px; */
}
.result-item-option .mandatory-tit > span{color: #ED1C24;}
.result-item-option .mandatory-tit {
  font-weight: 600;
  text-align: right;
}
.result-item-optionWrap{width: 100%;}
.result-item-option-controls{
  display: flex;
  align-items: flex-end;
}
.result-item-option-controls li{
  width: 50%;
  height: 28px;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: 'Play',sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.result-item-option-controls li.active{
  font-size: 16px;
  height: 36px;
  background: #ED1C24;
}
.result-item-option-controls li.active span{font-size: 20px;}
.result-item-option-cont{
  width: 100%;
  background: #F4F4F4;
}
.option-cont{
  width: 100%;
  display: none;
  padding: 12px 10px;
}
.option-cont.active{display: block;}
.option-cont form > ul > li:not(:first-child, .tools-btn){margin-top: 10px;}
.option-cont .select-custom .select_tit{height: 32px;padding: 4px 40px 4px 12px;}
.option-cont .select-custom .select_tit + .select-custom-list{top: 32px;}
.option-cont .select-custom .select_tit + .select-custom-list > li{height: 32px;padding: 4px 12px;}
.option-mainTit{
  font-weight: 600;
  margin-bottom: 5px;
}
.option-mainTit.essential{
  padding-left: 15px;
  position: relative;
}
.option-mainTit.essential::after{
  display: block;
  content: '*';
  color: #ED1C24;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.solid-tool-option, .indexable-tool-option{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sales-area-controls li, .shank-type-controls li{width: calc(100% / 4 - 5px);}
.condition-area-controls li, .indexable-tool-option li{
  width: calc(100% / 3 - 5px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.solid-tool-option li, .indexable-tool-option li{
  background: #fff;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
.solid-tool-option li.active, .indexable-tool-option li.active{
  background: #ED1C24;
  color: #fff;
  font-weight: 500;
}
.shape-list{
  gap: 4px;
  display: flex;
  justify-content: space-between;
}
.shape-list > li{width: 50%;}
.option-sub-tit{
  font-weight: 600;
  margin: 5px;
}
.tools-btn{
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools-btn button{
  margin: 0 10px;
  width: 140px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 30px;
  transition: .35s;
  font-weight: 600;
  color: #fff;
}
.tools-btn button:hover{
  background: #ED1C24;
}
.tools-btn img{
  width: 24px;
  height: 24px;
}
/* ------------------ select ------------------ */
select{width: 90px;border-color: #eee;}
.size-essential-num{
  display: flex;
  align-items: center;
  width: 100%;
}
.size-essential-num label{/*width: 50%;*/width: 180px;}
.size-essential-num input{width: 90px;height: 28px;border: 1px solid #eee;}
/* ------------------ //select ------------------ */
.size-option{
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.milling-wrap .option-cont-indexable-tools .size-option{flex-direction: column;}
.milling-wrap .option-cont-indexable-tools .size-option-right, .milling-wrap .option-cont-indexable-tools .size-option-right img{width: 100%;}
.li_Dimension{
  width: 100%;
  display: flex;
  align-items: center;
}
.li_Dimension:not(:first-child){margin-top: 5px;}
.turning-iso-wrap .select-custom-tit, .turning-parting-wrap .select-custom-tit{width: auto;}
.turning-iso-wrap .li_Dimension, .turning-parting-wrap .li_Dimension{justify-content: space-between;}
.milling-wrap .result-item-option .size-option-left_bottom .li_Dimension3 .select-custom-tit {
	font-size: 12px;
}
/* ------------ select-box-custom ------------ */
.select-custom-tit{
  font-weight: 600;
  display: block;
  width: 50%;
}
.select-custom-tit.size-essential{
  display: block;
  font-weight: bold;
  padding-left: 10px;
  position: relative;
}
.select-custom-tit.size-essential::after{
  display: block;
  content: '*';
  color: #ED1C24;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.select-customWrap .select-custom{width: 90px;min-width: 90px;}
.select-customWrap .select-custom-list .select-tit{
  width: 100%;
  height: 28px;
}
.result-item-option-cont .select-customWrap .select-custom .select-custom-list {
  left: auto;
  right: 0;
}
.select-customWrap .select-custom .select-custom-list ul{
  width: 100%;
  max-height: 196px;
  top: 28px;
}
.select-customWrap .select-custom .select-custom-list ul li{height: 28px;}
.select-customWrap .select-custom .select-custom-list{
  min-width: 100%;
  width: max-content;
  max-width: 310px;
}
.select-customWrap-list{display: flex;align-items: center;}
.select-customWrap .select-custom .select-custom-list .select-tit::after{
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  right: 5px;
}
/* ------------ //select-box-custom ------------ */
.size-option-left_bottom{width: 100%;}
.size-option-left_bottom .select-custom-tit{max-width: 180px;min-width: 180px;}
.size-option-left_bottom .select-custom .select_tit{padding: 2px 4px;height: 28px;}
.size-option-left_bottom .select-custom .select_tit::after{right: 4px;}
.size-option-left_bottom .select-custom .select_tit +.select-custom-list{top: 28px;}
.size-option-left_bottom .select-custom .select_tit + .select-custom-list > li{padding: 5px;}
.size-option-left{
  /* width: 100%; */
  display: flex;
  justify-content: space-between;
}
.size-option-left-select{width: calc(92% - 11px);}
.size-option-left-select .select-custom-tit{max-width: 180px;min-width: 180px;}
.size-option-right{width: calc(20% - 11px);}
.size-option-right .size-img img{
  display: none;
  width: 100%;
}
.size-option-right .size-img img.active{display: block;}
.size-option-left_top{
  display: flex;
  align-items: center;
}
.size-wrap{
  margin-left: 10px;
  display: flex;
}
.milling-wrap .select-custom .select-custom-list ul li a img{width: 72px;}
/* ------------------ radio ------------------ */
.radio-group:not(:first-child){margin-left: 20px;}
.radio-group [type="radio"]:checked,
.radio-group [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-group [type="radio"]:checked + label, .radio-group [type="radio"]:not(:checked) + label{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  font-size: 14px;
  color: #000;
}
.radio-group [type="radio"]:not(:checked) + label{color: #656565;}
.radio-group [type="radio"]:checked + label:before,
.radio-group [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border:2px solid #ddd;
  border-radius: 100%;
  background: #fff;
}
.radio-group [type="radio"]:checked + label:before {
  border:2px solid #ED1C24;
  border-radius: 100%;
}
.radio-group [type="radio"]:checked + label:after,
.radio-group [type="radio"]:not(:checked) + label:after {
  content: '';
  width:9px;
  height:9px;
  background: #ED1C24;
  position: absolute;
  top:5px;
  left:5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.radio-group [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-group [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* ------------------ //radio ------------------ */
.filter-btn, .close-btn{
  border-radius: 30px;
  padding: 10px 0;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  display: none;
}
.filter-btn{background: #ED1C24;}
.close-btn{background: #000;}
.filter-btn img{vertical-align: bottom;}
.result-item-option .result-mainTit{display: none;}
/* ------------------ selectBox custom ------------------ */
.app-select .select-tit img, .app-select .select-custom .select-custom-list ul li a img{width: 45px;}
.indexable-app-select .select-tit img, .indexable-app-select .select-custom .select-custom-list ul li a img{width: 45px;}
.shape-select .select-tit img, .shape-select .select-custom .select-custom-list ul li a img{width: 24px;}
/* ------------------ //selectBox custom ------------------ */

@media (max-width: 1000px){
  .result-item-list, .result-item-option{width: 100%;}
  .result-item-option {max-width: 100%;}
  .result-mainTit{font-size: 18px;}
  .result-mainTit img{vertical-align: bottom;}
  .result-inner, .filter-btn, .close-btn, .result-item-option .result-mainTit{display: block;}
  .result-item-optionWrap{margin-top: 10px;}
  .option-mainTit, .option-sub-tit{font-size: 14px;}
  .option-sub-tit{
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  .milling-wrap .result-item-list, .milling-wrap .result-item-list-table{padding-bottom: 30px;}
  .milling-wrap .result-item-list, .milling-wrap .result-item-option{
    width: 100%;
    margin: 24px auto 0;
    display: none;
  }
  .result-item-list.active, .result-item-option.active{display: block;}
  .result-item-list-tableWrap{
    margin-top: 10px;
    max-height: 100%;
  }
  .result-item-option.active{
    display: block;
    padding-bottom: 30px;
  }
  .result-table{width: 100%;}
  .result-table{
    white-space:nowrap;
    border-collapse:collapse;
  }
  .li_Dimension label{font-size: 12px;}
  .solid-tool-option li, .select-option .select .option-list .option .option-tit,
  .indexable-tool-option li, .result-item-option-controls li span, .size-essential-num label{font-size: 12px;}
  .shank-select .text img, .shank-select .option img{width: 40px;}
  .result-item-option-controls li.active span{font-size: 14px;}
  .result-item-option-controls li span{font-size: 12px;}
  .sales-area-controls , .shank-type-controls {flex-wrap: wrap;}
  .shank-type-controls li{width: calc(100% / 2 - 2px);}
  .shank-type-controls li:nth-child(n + 3){margin-top: 4px;}
  .select-option .option-tit{
    margin-left: 5px;
    font-size: 12px;
  }
  .select-option .text{height: 27px;}
  .select-customWrap .select-custom.select_60{width: 60px;}
  .select-customWrap .select-custom.select_80{width: 80px;}
  .select-customWrap .select-custom.select_120{width: 120px;}
  .select-customWrap .select-custom{width: 52px;}
  .select-customWrap .select-custom *{font-size: 12px;}
  .select-customWrap .select-custom .select-custom-list .select-tit::after{
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
  }
}
@media (max-width: 786px){
  .result-item-option-controls li.active{font-size: 14px;}
  .result-item-option-controls li {font-size: 12px;}
  .select-custom .select_tit, .select-custom-list > li{height: 44px;}
  .size-choice-select{width: 48px;}
  .size-choice-select .select_tit{height: 32px;}
  .size-choice-select .select-custom-list{top: 32px;}
  .select-custom .select-custom-list>li{height: 32px;}
  .shape-list > li{width: calc(50% - 2px);}
  .select-custom-tit, .size-essential-num label {font-size: 12px;width: 45%;margin-right: 4px;}
  .size-option-left-select{width: calc(75% - 2px);}
  .size-option-right{width: calc(25% - 2px);margin-top: 12px;}
  .tools-btn{justify-content: space-between;}
  .tools-btn button{
    margin: 0;
    width: calc(50% - 6px);
  }
  .result-tit-info {
    display: flex;
    justify-content: space-between;
  }
}
/* ------------------- //str-milling ------------------- */
/* ------------------- str-drilling ------------------- */
.type-btn{
  width: 100%;
  gap: 4px;
  display: flex;
  justify-content: space-between;
}
.type-btn > li{
  width: 50%;
  max-height: 32px;
  background: #fff;
  padding: 5px 5px 5px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.type-btn > li.active{background: #ED1C24;}
.type-btn > li span{
  font-size: 16px;
  margin-left: 10px;
}
.type-btn > li.active span{
  color: #fff;
  font-weight: bold;
}
.drilling-wrap .size-option-left{width: calc(70% - 45px);}
.drilling-wrap .size-option-right{width: calc(30% - 45px);}
.drilling-wrap .cooling-select .select-custom .select-custom-list ul li a img{width: 28px;}
.drilling-wrap .select-option .option-tit{margin-left: 10px;}
.drilling-wrap .select-custom .select-custom-list ul li a img{width: 72px;}
.checkBox{
  width: 31px;
  height: 24px;
  position: relative;
}
.checkBox input[type="checkbox"]{
  display: none;
}
.checkBox input[type="checkbox"] + label.check-icon{
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #eee;
  position: relative;
}
.checkBox input[type="checkbox"]:checked + label.check-icon::after{
  content:'';
  font-size: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top:0;
  background: url(../../images/checkbox.png) no-repeat center/ 70%;
}
.check-icon-tit{
  font-size: 14px;
  margin-left: 8px;
  word-break: break-word;
}

@media (max-width: 1000px){
  .drilling-wrap select{width: 48px;}
  .size-essential-num input{width: 80px;}
  .drilling-wrap select{
    height: 24px;
    font-size: 12px;
  }
  .drilling-wrap .type-btn > li img, .cooling-select img{
    width: 20px;
    height: 20px;
  }
  .drilling-wrap .type-btn > li span{
    font-size: 12px;
    margin-left: 5px;
  }
  .drilling-wrap .size-option-left{width: calc(70% - 5px);}
  .drilling-wrap .size-option-right{width: calc(30% - 5px);}
  .drilling-wrap .result-inner > div{
    width: 100%;
    display: none;
  }
  .drilling-wrap .result-inner > div.active{display: block;}
  .drilling-wrap .result-item-list, .drilling-wrap .result-item-list-table{
    padding-bottom: 30px;
    width: 100%;
  }
  .size-option-left_bottom{width: 100%;}
}
@media (max-width: 786px){
  .drilling-wrap .cooling-select .select-custom .select-custom-list ul li a img, .cooling-select img{width: 28px;}
}
/* ------------------- //str-drilling ------------------- */
/* ------------------- str-threading ------------------- */
.threading-wrap .result-item-list{
  width: 100%;
  margin-top: 0;
}
.threading-wrap .result-threading{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.threading-wrap .result-item-list-table{
  width: calc(60% - 10px);
  margin-top: 36px;
}
.threading-wrap .result-item-option{margin-top: 48px;}
.threading-wrap .size-option-left{width: calc(60% - 20px);}
.threading-wrap .size-option-right{width: calc(30% - 20px);}
.threading-wrap .select-tit img, .select-custom .select-custom-list ul li a img{width: 24px;}

@media (max-width: 1000px){
  .threading-wrap .result-threading {
    margin-top: 24px;
    padding-bottom: 30px;
  }
  .threading-wrap .result-mainTit.threading-tit{display: none;}
  .threading-wrap .result-mainTit{display: block;}
  .threading-wrap .result-item-list-table, .threading-wrap .result-item-option{
    width: 100%;
    margin: 0 auto;
    display: none;
  }
  .threading-wrap .result-threading > div.active{display: block;}
  .threading-wrap .result-item-option-controls li.active span{font-size: 16px;}
  .threading-wrap .type-btn > li span{
    font-size: 12px;
    margin-left: 5px;
  }
  .threading-wrap .type-btn > li img{
    width: 20px;
    height: 20px;
  }
  .threading-wrap .select-option .option-tit{
    margin-left: 5px;
    font-size: 12px;
  }
  .threading-wrap .size-option-left{width: calc(70% - 5px);}
  .threading-wrap .size-option-right{width: calc(30% - 5px);}
}
/* ------------------- //str-threading ------------------- */
/* ------------------- str-turning-iso ------------------- */
.turning-iso-wrap .size-option-left_bottom{width: 100%;}
.turning-iso-wrap .result-item-list > ul{width: 100%;}
.result-product-list-item{display: none;}
.result-product-list-item.active{display: block;}
.result-product-list-item > ul{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
.result-product-list-item > ul > li{
  border: 1px solid #eee;
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.result-product-list-item > ul > li img{
  display: block;
  max-width: 70%;
  margin: 0 auto;
  padding: 20px;
}
.result-product-list-item > ul > li strong{
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.result-product-list-item > ul > li span{font-size: 14px;}
.download-btn{
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.download-btn a{
  width: calc(100% / 2 - 5px);
  background: #fff;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.download-btn a img{
  margin-left: 10px;
  width: 16px;
  height: 16px;
}
.turning-iso-wrap .li_Dimension strong{font-size: 16px;}
.turning-iso-wrap .size-option-left{width: calc(50% - 5px);}
.turning-iso-wrap .size-option-left .select-custom-tit{max-width: 100%;min-width: auto;}
.turning-iso-wrap .radio-group > form{display: block;}
@media (max-width: 1000px){
  .turning-iso-wrap .result-inner > div{
    width: 100%;
    display: none;
  }
  .turning-iso-wrap .result-inner > div.active{display: block;}
  .turning-iso-wrap .option-sub-tit{margin: 0;}
  .turning-iso-wrap .result-item-list{padding-bottom: 30px;}
  .turning-iso-wrap .result-item-list, .turning-iso-wrap .result-item-option{
    width: 100%;
    margin: 24px auto 0;
    display: none;
  }
  .turning-iso-wrap .solid-tool-option li, .turning-iso-wrap .select-option .select .option-list .option .option-tit{font-size: 14px;}
  .turning-iso-wrap .indexable-tool-option li{font-size: 12px;}
  .download-btn{flex-direction: column;}
  .download-btn{width: 100%;}
  .download-btn a{
    width: 100%;
    font-size: 14px;
  }
  .download-btn a:not(:first-child){margin-top: 5px;}
  .turning-iso-wrap .result-product-list-item > ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 8px;
  }
  .result-product-list-item > ul > li{min-height: 170px;}
  .turning-iso-wrap .result-product-list-item:first-child > ul > li img{
    width: 78px;
    height: 67px;
    margin: 0 auto;
  }
  .turning-iso-wrap .result-product-list-item:last-child > ul > li img{width: 100%;}
  .turning-iso-wrap .result-product-list-item > ul > li strong{font-size: 14px;}
  .turning-iso-wrap .result-product-list-item > ul > li span{font-size: 12px;}
  .turning-iso-wrap .option-cont-solid_tools:last-child .size-option-left{width: 100%;}
  .turning-iso-wrap .option-cont-solid_tools:last-child .size-option-left_bottom{width: 100%;}
  .turning-iso-wrap .option-cont-solid_tools:last-child .size-option-left_bottom > ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .turning-iso-wrap .option-cont-solid_tools:last-child .size-option-left_bottom > ul > li{width: calc(100% / 2 - 5px);}
  .turning-iso-wrap .size-option-left_bottom, .result-product-list{margin-top: 10px;}
  .turning-iso-wrap .size-option-left{width: calc(70% - 5px);}
}
/* ------------------- //str-turning-iso ------------------- */
/* ------------------- str-turning-parting ------------------- */
.turning-parting-wrap .result-tit-info{display: flex;align-items: center;justify-content: space-between;}
/* .turning-parting-wrap .result-item-option{margin-top: 52px;} */
.turning-parting-wrap .size-option-left{width: calc(50% - 5px);}

@media (max-width: 1000px){
  .turning-parting-wrap .result-item-option{display: none;}
  .turning-parting-wrap .result-item-option.active{display: block;}
  .turning-parting-wrap .result-item-list{
    width: 100%;
    display: none;
  }
  .turning-parting-wrap .result-item-list.active{display: block;}
  .result-product-list-item > ul > li img {
    width: 104px;
    margin: 0 auto;
    padding: 0;
  }
  .turning-parting-wrap .result-item-option, .turning-parting-wrap .result-item-list{margin-top: 24px;width: 100%;}
  .turning-parting-wrap .result-product-list-item > ul{
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 10px;
  }
  .turning-parting-wrap .size-option-left{width: calc(65% - 5px);}
}
/* ------------------- //str-turning-parting ------------------- */

.str-wrap {display: flex;}
.cutting-type-wrap{
    position: sticky;
    top: 0;
    left: 60px;
    height: 632px;
    width: 120px;
    margin-right: 3.5%;
    z-index: 2;
  }
  .cutting-type-list-item{position: relative;}
  .cutting-type-list-item:not(:first-child){margin-top: 8px;}

  .depth-item{
    background: #F4F4F4;
    transition: all .35s;
  }
  .depth-item:hover, .depth-item.active{background: #222;}
  .holemaking-item .depth-item:not(.depth-3):hover, .holemaking-item .depth-item:not(.depth-3).active{background: #812A9E;}
  .threading-item .depth-item:not(.depth-2):hover, .threading-item .depth-item:not(.depth-2).active{background: #00B2B2;}
  .milling-item .depth-item:not(.depth-2):hover, .milling-item .depth-item:not(.depth-2).active{background: #1254B5;}
  .turning-item .depth-item:not(.depth-3):hover, .turning-item .depth-item:not(.depth-3).active{background: #F28E00;}
  .contact-item .depth-item:not(.depth-2):hover, .contact-item .depth-item:not(.depth-2).active{background: #C11D20;}
  .depth-item:not(.no-filter) img{
    filter: invert(100%);
    transition: all .35s;
  }
  .depth-item:hover img, .depth-item.active img{filter: invert(0%);}
  .contact-item .depth-item img.contact-active{display: none;}
  
  .contact-item .depth-item:hover img.contact-inactive,
  .contact-item .depth-item.active img.contact-inactive{display: none;}
  
  .contact-item .depth-item:hover img.contact-active,
  .contact-item .depth-item.active img.contact-active{display: block;}
  .depth-item > span{
    font-size: 14px;
    color: #656565;
    display: block;
    transition: all .35s;
  }
  .depth-item:hover > span, .depth-item.active > span{
    font-weight: 600;
    color: #fff;
  }
  .depth-1{
    width: 120px;
    height: 120px;
    padding: 8px;
  }
  .depth-1 > span.depth-img{
    width: 80%;
    min-height: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .depth-1 > span.depth-img > img{width: 100%;}
  .depth-1 > span{
    text-align: center;
    margin-top: 10px;
  }
  .depth-2-wrap{
    position: absolute;
    left: 126px;
    top: 0;
    display: none;
  }
  .tooling-item .depth-2-wrap{
    top: auto;
    bottom: 0;
  }
  .depth-2-wrap.active, .depth-3-wrap.active{display: block;}
  .depth-2-list, .depth-3-list{
    height: 120px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .depth-2-list > li, .depth-3-list > li{
    position: relative;
  } 
  .depth-2, .depth-3{
    max-width: 200px;
    min-width: 200px;
    min-height: 56px;
    height: calc(120px / 2 - 3px);
    padding: 4px;
    display: flex;
    align-items: center;
    box-shadow: 5px 5px 5px 2px rgba(0,0,0,0.1);
  }
  .depth-2 > img{height: 100%;}
  .depth-2 > img, .depth-3 > img{
    display: block;
    margin-right: 12px;
  }
  .depth-2 > span, .depth-3 > span{color: #656565;}
  .depth-2 > span{font-size: 14px;}
  .depth-3 > span{font-size: 12px;}
  .depth-3-wrap{
    position: absolute;
    left: 208px;
    top: 0;
    display: none;
  }
  .depth-slide-wrap{
    height: 312px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .depth-slide{
    height: 312px;
  }
  .depth-slide-wrap .depth-slide .swiper-slide{
    background: #f4f4f4;
    width: 200px;
    padding: 10px;
    transition: all .35s;
  }
  .depth-slide-wrap .depth-slide .swiper-slide:hover{background: #222;}
  .depth-slide-wrap .depth-slide .swiper-slide > a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center ;
  }
  .depth-slide-wrap .depth-slide .swiper-slide > a span:not(.list-item){
    font-size: 12px;
    color: #656565;
    transition: all .35s;
  }
  .depth-slide-wrap .depth-slide .swiper-slide:hover > a span:not(.list-item){
    font-weight: 600;
    color: #fff;
  }
  .depth-slide-wrap .depth-slide .swiper-slide > a span.list-item,
  .depth-slide-wrap .depth-slide .swiper-slide > a span.list-item img{
    display: block;
    height: 100%;
  }
  .depth-slide-wrap .depth-slide .swiper-slide > a span.list-item img{
    margin-right: 12px;
  }
  .depth-slide-wrap .swiper-button-next,
  .depth-slide-wrap .swiper-button-prev{
    width: 36px;
    height: 36px;
    margin-top: 0;
    background: #F4F4F4 url(../../images/util-menu/slide-arrow.png) no-repeat center;
    border-radius: 50%;
  }
  .depth-slide-wrap .swiper-button-next::after,
  .depth-slide-wrap .swiper-button-prev::after{display: none;}
  .depth-slide-wrap .swiper-button-prev{
    top: -45px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
  }
  .depth-slide-wrap .swiper-button-next{
    top: auto;
    right: auto;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
  }
  .cutting-type-controls{
    width: 70px;
    height: 20px;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../../images/util-menu/controls-shapes.png) no-repeat center top;
    text-indent: -9999em;
    cursor: pointer;
    display: none;
  }
  .cutting-type-controls::after{
    content: '';
    width: 24px;
    height: 24px;
    background: url(../../images/select-arrow-active.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);;
  }
 .cutting-type-controls.active::after{transform: translate(-50%, -50%)}
 .contact-popup{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.contact-popup.active{
  display: block;
  z-index: 99;
}
.contact-popup-dim{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}
.contact-popup-cont{
  width: calc(100% - 40px);
  max-width: 464px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 24px 16px;
}
.contact-popup-tit {text-align: center;}
.contact-popup-tit > h3{
  margin: 0 auto;
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  position: relative;
}
.contact-popup-tit > h3::after{
  content: '';
  width: 60%;
  height: 3px;
  background: #ed1c24;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contact-popup-tit > p{
  font-size: 14px;
  color: #656565;
  margin-top: 10px;
}
.contact-popup-inner{margin-top: 20px;}
.contact-popup-select > li:not(:first-child){margin-top: 16px;}
.contact-popup-select > li{
  display: flex;
  flex-direction: column;
}
.contact-popup-select > li .essential-tit{font-weight: 600;}
.contact-popup-select > li .essential-tit.emphasis{
  position: relative;
  padding-left: 10px;
}
.contact-popup-select > li .essential-tit.emphasis::after{
  content: '*';
  color: #ed1c24;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.contact-popup-select > li input, .contact-popup-select > li textarea{
  width: 100%;
  display: block;
  border: 1px solid #eee;
  outline: none;
  padding: 4px 10px;
}
.contact-popup-select > li input{
  height: 36px;
  padding-left: 10px;
}
.contact-popup-select > li #content-txt{
  min-height: 120px;
  max-height: 120px;
  width: 100%!important;
  padding: 5px 10px;
}
.contact-popup-select > li .select-custom{margin-top: 0;}
.contact-popup-select > li .select-custom .select_tit,
.contact-popup-select .select-custom-list > li{
  height: 36px;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.contact-popup-select .select-custom-list{top: 36px;}
.contant-input-wrap{margin-top: 4px;}
.contant-input-wrap > input{display: none!important;}
.contant-input-wrap > input.active{display: block!important;}
.popup-close{
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: -48px;
}
.popup-close img{width: 100%;height: 100%;}
.send-mail-btn{
  width: 120px;
  margin: 24px auto 0;
  background: #ddd;
  padding: 0 15px;
  color: #656565;
  border: 0;
}

  @media (max-width: 1280px){
    .result-cont{
      position: static;
      width: 100%;
      max-width: 100%;
    }
    .result-inner{width: calc(100% - 40px);margin: 0 auto;}
    .depth-1 > span.depth-img{
      min-height: auto;
      height: 100%;
      width: 120px;
      margin: 0;
      margin-right: 12px;
    }
    .depth-1 > span.depth-img > img{
      width: auto;
      height: 100%;
    }
    .contact-item .depth-1 > span.depth-img > img{height: auto;}
    .cutting-type-controls{display: block;}
    .str-wrap{height: auto;}
    .e-catalog-brand{
      position: static;
      transform: translate(0);
    }
    .cutting-type-wrap{
      position: fixed;
      bottom: 16px;
      top: auto;
      left: 0;
      z-index: 99;
      width: 100%;
      background: #fff;
      padding: 10px 0 22px;
      box-shadow: 5px 5px 5px 5px rgb(0 0 0 / 20%);
      transform: translateY(96%);
      margin-right: 0;
      transition: transform 0.35s;
    }
    .mobile-quick-bg{
      width: 100vw;
      height: 100vh;
      background: rgba(0,0,0,0.5);
      position: absolute;
      top: 0;
      left: 0;
      display: none;
    }
    .mobile-quick-bg.active{display: block;}
    .cutting-type-wrap.active{transform: translateY(0);bottom: 0;}
    .depth-2-wrap, .depth-3-wrap{position: static;}
    .depth-2-wrap{
      width: 80%;
      margin: 4px 0 0 auto;
    }
    .depth-slide-wrap{
      height: auto;
    }
    .depth-slide-wrap .swiper-wrapper {display:block}
    .depth-slide-wrap .swiper-wrapper .swiper-slide {margin-bottom: 7px;}
    .depth-slide-wrap .swiper-wrapper .swiper-slide:last-child {margin-bottom:0;}
    .depth-slide-wrap .swiper-button-prev, .depth-slide-wrap .swiper-button-next{display: none;}
    .depth-2-list, .depth-3-list{height: auto;}
    .depth-2, .depth-3{
      box-shadow: none;
      max-width: 100%;
      height: 60px;
    }
    .depth-2.icon-depth{height: 80px;}
    .depth-1{
      width: 100%;
      height: 110px;
      display: flex;
      align-items: center;
    }
    .depth-3-wrap{
      margin: 4px 0 0 auto;
      width: 95%;
    }
    .depth-2-list > li:not(:first-child), .depth-3-list > li:not(:first-child){margin-top: 4px;}
    .depth-slide{
      width: 100%;
      height: auto;
    }
    .depth-slide-wrap .depth-slide .swiper-slide{
      width: 100%;
      padding: 6px 10px;
    }
    .cutting-type-list{
      width: calc(100% - 40px);
      height: 100%;
      margin: 0 auto;
      overflow-x: auto;
    }
    .cutting-type-list::-webkit-scrollbar {width: 5px;}
    .cutting-type-list::-webkit-scrollbar-thumb {
      background-color: #e6e6e6;
    }
    .cutting-type-list::-webkit-scrollbar-track {background-color: #aaa;}
  }
  @media (max-width: 768px){
    .result-cont {
      margin: 0 auto;
    }
    .contact-popup-cont {
      height: 80%;
      padding: 25px 12px;
    }
    .contact-popup-inner{
      height: 65%;
      overflow-y: auto;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }  
    .contact-popup-inner::-webkit-scrollbar {display: none}
    .contact-popup-tit > p{width: 60%;text-align: center;margin: 10px auto 0;}
  }