*{
    padding: 0;
    margin: 0;
    font-size: 14px;
}
.car-official{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.bgLine{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
.content{
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.logo{
    width: 120px;
    padding-top: 60px;
   
}
.content-in{
    
    box-sizing: border-box;
    height: calc(100% - 196px);
    overflow-y: auto;
    overflow-x:hidden
}
.center{
    padding-top: 60px;
    width: 1120px;
    padding-left: 120px;
}
.bgIcon{
    position: absolute;
    width: 500px;
    top: 60px;
    right: -100px;
}

.bottom{
    text-align: center;
    height: 58px;
    line-height: 58px;
    background: #C39A67;
    color: #fff;
    bottom: 0;
    position: fixed;
    width: 100%;
}

