.position {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: 16px;
  background: #F1F4F9; }
  .position .position-nav {
    display: flex;
    align-items: center;
    color: #222227; }
    .position .position-nav a {
      color: inherit; }
  .position img {
    width: 16px;
    height: 16px;
    margin-right: 10px; }

.centent-box {
  min-height: calc(100vh - 100px - 60px - 407px);
  padding-bottom: 100px;
  padding-top: 40px;
  background-image: url(../../image/fuwuxiangmu_bg.png);
  background-size: 100% 100%; }
  .centent-box .left-nav .left-nav-item {
    height: 104px;
    background: #E8ECF3;
    margin-bottom: 2px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    color: #174086; }
    .centent-box .left-nav .left-nav-item img {
      width: 24px;
      height: 24px;
      flex-shrink: 0; }
    .centent-box .left-nav .left-nav-item p {
      margin-left: 10px;
      font-size: 18px;
      color: inherit;
      display: inline;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .centent-box .left-nav .active, .centent-box .left-nav .left-nav-item:hover {
    color: #FFFFFF;
    background: linear-gradient(315deg, #19448E 0%, #0043BD 100%); }
  .centent-box .top-img {
    height: 210px;
    position: relative; }
    .centent-box .top-img .mask {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background-color: rgba(23, 64, 134, 0.7);
      display: flex;
      align-items: center; }
  .centent-box .detail {
    margin-top: 40px; }

.title-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .title-box .blue-title,
  .title-box .white-title {
    color: #19448e;
    font-size: 30px;
    font-weight: bold; }
  .title-box img {
    width: 136px;
    height: 25px;
    margin-top: 10px; }
  .title-box .white-title {
    color: #ffffff; }

.position-box {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 10;
  margin-top: -100px; }
  .position-box .icon-box {
    width: 72px;
    height: 72px;
    overflow: hidden;
    background: #F1F4F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 4px;
    cursor: pointer; }
    .position-box .icon-box img {
      width: 32px;
      height: 27px; }
    .position-box .icon-box p {
      font-size: 14px;
      color: #7E95BC;
      margin-top: 5px; }
  .position-box .icon-box-active {
    background: #174086; }
    .position-box .icon-box-active p {
      color: #FFFFFF; }
  .position-box .cell-item {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
    .position-box .cell-item:hover .unfold {
      display: flex; }
    .position-box .cell-item .unfold {
      background: #F1F4F9;
      height: 72px;
      width: 200px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #7E95BC;
      margin-right: 20px;
      position: relative;
      display: none; }
      .position-box .cell-item .unfold .arrow {
        position: absolute;
        top: 50%;
        right: -16px;
        transform: translate(0, -50%);
        height: 0;
        width: 0;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent transparent #F1F4F9; }
    .position-box .cell-item .unfold-active {
      background: #174086;
      color: #FFFFFF;
      font-size: 14px; }
      .position-box .cell-item .unfold-active .arrow {
        border-color: transparent transparent transparent #174086; }
