.guide_contents{
  width: 100%;
}
.guide_parts1{
  text-align: center;
  padding-top: 130px;
}
.guidepic{
  padding: 50px 0 80px;
}
.guide_parts2{
  text-align: center;
  padding-top: 72px;
}
.step_bg1{
  width: 100%;
  position: relative;
  margin-top: 50px;
}
.step_tolvaion1{
  width: 95%;
  position: absolute;
  top: 34px;
  left: 2.5%;
}
.steptols1{
  font-weight: bold;
  font-size: 32px;
  color: #ff5900;
  margin-bottom: 10px;
}
.steptols2{
  font-size: 22px;
  color: #2a2a32;
  line-height: 1.6;
}
.steptols2 a.hillinks{
  color: #ff5900;
  display: inline-block;
  border-bottom: 1px #ff5900 solid;
}
.step_bg2{
  width: 100%;
  position: relative;
  margin-top: 15px;
  padding-bottom: 62px;
}
.step_tolvaion2{
  width: 95%;
  position: absolute;
  top: 34px;
  left: 2.5%;
}
.step_tolvaion2_1{
  width: 46.7%;
  position: absolute;
  top: 250px;
  left: 2.5%;
}
.steptols2 span{
  color: #ff5900;
}
.steptols2 a{
  color: #2a2a32;
}
.matpos1{
  margin-top: 68px;
}
.matpos2{
  margin-top: 15px;
}
.step_tolvaion2_2{
  width: 46.7%;
  position: absolute;
  top: 250px;
  right: 2.5%;
}
.sov_codefy{
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.code_inpic{
  width: 150px;
  margin-right: 14px;
}
.code_discop{
  width: calc(100% - 165px);
  color: #606060;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
}
.code_discop a{
  color: #606060;
  text-decoration: none;
}
.guide_parts3{
  padding-top: 50px;
  padding-bottom: 30px;
}
.nonstylink{
  color: #2a2a32;
  text-decoration: none;
}
.table_services{
  width: 100%;
  text-align: center;
  margin-top: 50px;
  border-collapse: collapse;
  border-spacing: 0;

}
.table_services thead td{
  background: #ff5900;
  font-size: 28px;
  color: #ffffff;
  padding: 15px 0;
  border-right: 1px #efb494 solid;
  border-bottom: 1px #efb494 solid;
}
.table_services tbody tr:first-child td:first-child{ 
  border-left: 1px #c4c4c4 solid;
}
.table_services tbody td{
  font-size: 22px;
  color: #161616;
  padding: 15px 0;
  border-right: 1px #c4c4c4 solid;
  border-bottom: 1px #c4c4c4 solid;
}

@media screen and (max-width: 1600px) {
  .steptols1{
    font-size: 24px;
  }
  .steptols2{
    font-size: 17px;
  }
  .step_tolvaion1{
    top: 28px;
  }
  .step_tolvaion2{
    top: 26px;
  }
  .step_tolvaion2_1{
    top: 186px;
  }
  .step_tolvaion2_2{
    top: 186px;
  }
  .code_inpic{
    width: 120px;
  }
  .code_discop{
    font-size: 14px;
  }
  .matpos2{
    margin-top: 9px;
  }
  .table_services thead td{
    font-size: 24px;
  }
  .table_services tbody td{
    font-size: 18px;
  }
  .table_services{
    margin-top: 20px;
  }
  .matpos1 {
    margin-top: 54px;
}
}
@media screen and (max-width: 1400px) {
  .guide_parts1{
    padding-top: 80px;
  }
  .guidepic{
    padding: 30px 0 40px;
  }
  .guide_parts2{
    padding-top: 60px;
  }
  .step_bg1{
    margin-top: 30px;
  }
  .steptols1{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .steptols2{
    font-size: 16px;
  }
  .code_inpic{
    width: 120px;
  }
  .code_discop{
    font-size: 12px;
  }
  .guide_parts3{
    padding-top: 40px;
  }
  .matpos1 {
    margin-top: 60px;
  }
  .step_tolvaion2_1{
    top: 174px;
  }
  .step_tolvaion2_2{
    top: 174px;
  }
}