﻿@charset "UTF-8";
/**!
 * 军人退役-流程图
 * date:2021-09-29
 * author: zh;
 */
@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("../css/font/SourceHanSansCN-Regular.ttf");
}

@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url("../css/font/SOURCEHANSANSCN-LIGHT.OTF");
}

.content {
  background: #f6f9fa;
  padding-bottom: 50px;
}

.soldier-retired {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 15px 20px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 931px;
  background: #fff url("../css/images/bg.png") no-repeat center 178px;
  background-size: 837px 546px;
  z-index: 999;
}

.process-title {
  font-size: 18px;
  padding-left: 14px;
  position: relative;
}

.process-title::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  height: 17px;
  background: #317ac9;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.soldier-box {
  position: absolute;
  width: 180px;
  height: 92px;
  line-height: 92px;
  text-align: center;
  font-size: 16px;
  font-family: 'SourceHanSansCN-Regular';
  border: 1px dashed #259df1;
  background: #f3faff;
  border-radius: 16px;
}

.soldier-box:hover {
  background: #e8f6ff;
}

.soldier-box:hover a {
  color: #317ac9;
}

.soldier-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 92px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.soldier-box a span {
  display: inline-block;
  line-height: 24px;
}

.box1 {
  top: 72px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box2 {
  top: 252px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.box3 {
  left: 100px;
  top: 503px;
}

.box4 {
  left: 374px;
  top: 503px;
}

.box5 {
  right: 374px;
  top: 503px;
}

.box6 {
  right: 100px;
  top: 503px;
}

.box7 {
  top: 734px;
  left: 244px;
}

.box8 {
  top: 734px;
  right: 244px;
}

.layer-box {
  width: 1000px;
  background: #f8fbff;
  border: 1px solid #259df1;
  border-radius: 16px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999;
  padding: 25px 31px;
}

.layer-box.active {
  display: none;
}

.layer-box .layer-text {
  font-family: 'SourceHanSansCN-Light';
  letter-spacing: -.5px;
}

.layer-box .layer {
  margin-top: 18px;
}

.layer-box .layer .layer-name {
  width: 64px;
}

.layer-box .consult-box {
  width: 395px;
}

.layer-box .consult-box .consult-list {
  width: 195px;
  display: inline-block;
  font-family: 'SourceHanSansCN-Light';
  letter-spacing: -.5px;
}

.layer-box .consult-box .consult-list a {
  color: #317ac9;
}
