.header-manage {
  width: 10rem;
    /* height: 345px; */
    height: 2.58233rem;
    min-width: 1349px;
    min-height: 345px;
    background: url("./../../image/product-manage-bg.png") no-repeat center;
    background-size: cover;
  }
  .header-manage .consult {
    display: none;
  }

  .item-manage-1{
    background: url("./../../image/product-manage-1.png") no-repeat center;
    background-size: cover;
    width: 10rem;
    height: 4.61458rem;
    min-width: 1349px;
    min-height: 624px;
  }
  .item-manage-2{
    background: url("./../../image/product-manage-2.png") no-repeat center;
    background-size: cover;
    width: 10rem;
    height: 4.794117647058823rem;
    min-width: 1349px;
    min-height: 652px;
  }
  .item-manage-3{
    background: url("./../../image/product-manage-3.png") no-repeat center;
    background-size: cover;
    width: 10rem;
    height:5.4832rem;
    min-width: 1349px;
    /* min-height: 780px; */
  }
  .item-manage-4{
    background: url("./../../image/product-manage-4.png") no-repeat center;
    background-size: cover;
    width: 10rem;
    height: 4.82035rem;
    min-width: 1349px;
    min-height: 644px;
  }

  .item-manage-5{
    background: url("./../../image/product-manage-5.png") no-repeat center;
    background-size: cover;
    width: 10rem;
    height: 6.46706rem;
    /* height:864px ; */
    min-width: 1349px;
    min-height: 864px;
    position: relative;
    /* padding-bottom: 300px; */
  }

  .item-manage-5 .consult {
    position: absolute;
    left: 50%;
    bottom: 0.4411764705882353rem;
    width: 252px;
    border-radius: 30px;
    margin-left: -126px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #008bf7;
    text-align: center;
    font-size: 22px;
    color: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
  }

  .item-manage-5  .consult:hover{
    box-shadow: 0 0 6px #6d76a7;
  }
  
  .item-manage-5 .consult span {
    width: 14px;
    height: 13px;
    display: inline-block;
    background: url("../../image/jt.png") no-repeat center;
    background-size: cover;
  }


  .item-contact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
  }
  .item-contact-action {
    display: block;
  }
  /* .contact {
    width: 556px;
    height: 336px;
    background: url("../../image/bouy-bg.png") no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  .contact-heade {
    width: 100%;
    height: 60px;
  }
  .contact-heade .contact-close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
    background: url("../../image/contact-close.png") no-repeat center;
    background-size: cover;
    cursor: pointer;
  }
  .contact-phone {
    float: left;
    width: 254px;
    height: 164px;
    margin: 0 20px 0 60px;
    font-size: 36px;
    color: #008df7;
    border-right: 1px solid #c5c5c5;
  }
  .contact-phone span {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 30px 115px 16px 100px;
    background: url("../../image/contact-phone.png") no-repeat center;
    background-size: cover;
  }
  .contact-code {
    margin-top: 15px;
    width: 143px;
    float: left;
  }
  .contact-footer {
    text-align: center;
    clear: both;
    font-size: 28px;
    color: #6e6e6e;
  }
  .contact-footer span {
    color: #018bf6;
  } */