.same {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 768px) {
  .same {
    padding-top: 310px;
    padding-left: 50px;
    display: block;
  }
}
@media (max-width: 768px) {
  .same .same_l {
    margin-bottom: 40px;
  }
}
.same .same_l > div:first-child {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .same .same_l > div:first-child {
    margin-bottom: 40px;
  }
}
.same .same_l > div .same_tit {
  color: #e31a1a;
  line-height: 1;
  padding-left: 40px;
  font-family: "bold";
}
@media (max-width: 1200px) {
  .same .same_l > div .same_tit {
    padding-left: 20px;
  }
}
.same .same_l > div .same_number {
  margin: 16px 0;
  position: relative;
}
.same .same_l > div .same_number .same_num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -50px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.same .same_l > div .same_number .same_line {
  position: relative;
  width: 290px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(transparent));
  background-image: linear-gradient(to right, #b3b3b3, transparent);
}
@media (max-width: 1200px) {
  .same .same_l > div .same_number .same_line {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_l > div .same_number .same_line {
    width: 100%;
  }
}
.same .same_l > div .same_number .same_line::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
}
.same .same_l > div .same_des {
  padding-left: 40px;
  color: #777777;
}
@media (max-width: 1200px) {
  .same .same_l > div .same_des {
    padding-left: 20px;
  }
}
.same .same_c {
  width: 310px;
  height: 310px;
  font-family: "medium";
  border-radius: 50%;
  position: relative;
  color: white;
  background: #d41419;
  text-align: center;
}
@media (max-width: 1200px) {
  .same .same_c {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_c {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.same .same_c > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 70%;
}
.same .same_c > div:first-child {
  opacity: 1;
}
.same .same_c::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: myfirst 2s infinite linear;
          animation: myfirst 2s infinite linear;
}
.same .same_r > div:first-child {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .same .same_r > div:first-child {
    margin-bottom: 40px;
  }
}
.same .same_r > div .same_tit {
  font-family: "bold";
  color: #e31a1a;
  line-height: 1;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 1200px) {
  .same .same_r > div .same_tit {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_tit {
    padding-left: 20px;
    text-align: left;
  }
}
.same .same_r > div .same_number {
  margin: 16px 0;
  position: relative;
}
.same .same_r > div .same_number .same_num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -50px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_num {
    left: -50px;
    right: inherit;
  }
}
.same .same_r > div .same_number .same_line {
  position: relative;
  width: 290px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#b3b3b3));
  background-image: linear-gradient(to right, transparent, #b3b3b3);
}
@media (max-width: 1200px) {
  .same .same_r > div .same_number .same_line {
    width: 240px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_line {
    width: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#b3b3b3), to(transparent));
    background-image: linear-gradient(to right, #b3b3b3, transparent);
  }
}
.same .same_r > div .same_number .same_line::before {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
}
@media (max-width: 768px) {
  .same .same_r > div .same_number .same_line::before {
    left: -4px;
    right: inherit;
  }
}
.same .same_r > div .same_des {
  padding-right: 40px;
  color: #777777;
  text-align: right;
}
@media (max-width: 1200px) {
  .same .same_r > div .same_des {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .same .same_r > div .same_des {
    padding-left: 20px;
    text-align: left;
  }
}
.same .tag_act .same_num {
  color: white;
  background: #000000;
}

@-webkit-keyframes myfirst {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(226, 18, 17, 0.6);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: rgba(226, 18, 17, 0);
  }
}

@keyframes myfirst {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    background: rgba(226, 18, 17, 0.6);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    background: rgba(226, 18, 17, 0);
  }
}
.tactic {
  padding: 4.16% 0 10.15625%;
}
.tactic .tactic_des {
  margin-top: 92px;
  margin-bottom: 80px;
  font-family: "medium";
  text-align: center;
}
@media (max-width: 1600px) {
  .tactic .tactic_des {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .tactic .tactic_des {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.recruit {
  padding: 6% 0 7.29%;
  background: #f7f7f7;
}
.recruit .recruit_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .recruit .recruit_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.recruit .recruit_top .top_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 43.4%;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .recruit .recruit_top .top_l {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.recruit .recruit_top .top_l div {
  width: 160px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e21211;
  color: white;
  cursor: pointer;
}
@media (max-width: 768px) {
  .recruit .recruit_top .top_l div {
    height: 50px;
    width: 80px;
  }
}
.recruit .recruit_top .top_l input {
  width: calc(100% - 160px);
  background: white;
  padding: 0 40px;
  border: none;
}
@media (max-width: 768px) {
  .recruit .recruit_top .top_l input {
    width: calc(100% - 80px);
  }
}
.recruit .recruit_top .top_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .recruit .recruit_top .top_r {
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
  .recruit .recruit_top .top_r a:first-child {
    margin-left: 0;
  }
}
.recruit .recruit_top .top_r a {
  width: 180px;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .recruit .recruit_top .top_r a {
    width: 120px;
  }
}
.recruit .recruit_top .top_r .top_act {
  color: white;
  background: #e21211;
}
.recruit .recruit_second {
  border-radius: 10px;
  background: white;
  margin: 50px 0;
  padding: 35px 50px;
}
@media (max-width: 768px) {
  .recruit .recruit_second {
    margin: 40px 0;
    padding: 20px;
  }
}
.recruit .recruit_second .second_flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.recruit .recruit_second .second_flx .second_l {
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}
.recruit .recruit_second .second_flx .second_l::after {
  position: absolute;
  width: 1px;
  height: 20px;
  background: #dbdbdb;
  display: block;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.recruit .recruit_second .second_flx .second_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 124px);
}
.recruit .recruit_second .second_flx .second_r span {
  margin-right: 26px;
  color: #888888;
  cursor: pointer;
}
.recruit .recruit_second .second_flx .second_r .color_act {
  color: #e21211;
}
.recruit .recruit_second .recruit_line {
  border: 1px dashed #e6e6e6;
  height: 1px;
  margin: 32px 0;
}
@media (max-width: 768px) {
  .recruit .recruit_second .recruit_line {
    margin: 10px 0;
  }
  .recruit .recruit_second .second_flx .second_l{
          padding-right: 0;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .recruit .recruit_second .second_flx{
      display: block;
  }
  .recruit .recruit_second .second_flx .second_r{
      width: 100%;
  }
  .recruit .recruit_second .second_flx .second_l::after{
      display: none;
  }
  .recruit .recruit_second .second_flx .second_r span{
      margin-right: 10px;
  }
}

.post {
  height: 80px;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e21211;
  color: white;
  margin-bottom: 10px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .post {
    height: 50px;
    padding: 0 20px;
  }
}
.post div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.post div:nth-child(2){
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          text-align: center;
}
.post div:nth-child(3){
    -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
          text-align: center;
}
.post div:nth-child(4){
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          text-align: center;
}
@media (max-width: 768px) {
  .post div {
    font-size: 12px;
  }
}
.post div:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.post div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.post div:nth-child(5){
    text-align: center;
}
.recruit_list > div {
  background: white;
  border-radius: 10px;
  margin-bottom: 10px;
}
.recruit_list > div .list_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 50px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 10px;
  cursor: pointer;
}
.recruit_list > div .list_top:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .recruit_list > div .list_top {
    height: 50px;
    padding: 0 20px;
  }
}
.recruit_list > div .list_top div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.recruit_list > div .list_top div:nth-child(2){
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          text-align: center;
}
.recruit_list > div .list_top div:nth-child(3){
    -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
          text-align: center;
}
.recruit_list > div .list_top div:nth-child(4){
    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
          text-align: center;
}
.recruit_list > div .list_top div:nth-child(5){
    text-align: center;
}
.recruit_list > div .list_top div:first-child {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
      
}
.recruit_list > div .list_top div:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.recruit_list > div .list_btm {
  display: none;
  padding: 50px;
}
@media (max-width: 768px) {
  .recruit_list > div .list_btm {
    padding: 20px;
  }
  .recruit_list > div .list_top div:nth-child(3){
      display: none;
  }
  .recruit_list > div .list_top div:nth-child(5){
      display: none;
  }
  .post div:nth-child(3){
      display: none;
  }
  .post div:nth-child(5){
      display: none;
  }
}
.recruit_list > div .list_btm .btm_title {
  line-height: 1;
  margin-bottom: 15px;
}
.recruit_list > div .list_btm .btm_des {
  line-height: 2;
  color: #777777;
}
.recruit_list > div .list_btm .zg {
  margin-top: 40px;
}
.show_btn > div .list_btm .deliver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  display: none;
}
.show_btn > div .list_btm .deliver {
  display: flex;
}
.recruit_list > div .list_btm .deliver a {
  background: #e21211;
  color: white;
  border-radius: 50px;
  padding: 0 45px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recruit_list > div .top_hov div:last-child {
  color: #e21211;
}
.vio{
    padding-bottom: 5%;
}
.vio video{
    margin-top: 4%;
    width: 100%;
}
