.mainbox {
  width: 1200px;
  margin: 0 auto;
  padding-top: 30px;
}

.mainbox .bread {
  margin-left: 20px;
  color: #666666;
  font-size: 16px;
}

.mainbox .bd {
  /* height: 279px; */
  position: relative;
  width: 100%;
  height: 760px;
  margin-top: 50px;
  /*background: url("../data/images/bangzhu.png")  no-repeat;*/
  background: url("/data/images/status.png")  no-repeat;
  background-position: 120px 25px;
}
.mainbox .bd .msg{
  position: absolute;
  top: 90px;
  left: 70px;
  width: 300px;
  height: 200px;
}
.mainbox .bd .msg h2{
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #333333;
}
.mainbox .bd .msg p{
  font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
line-height: 22px;
  margin-top: 17px;

}

.mainbox .bd .msg button{
  width: 140px;
  height: 40px;
  padding-left: 20px;
  margin-top: 42px;
  background-color: #1976D2;
  background-image: url('/data/images/house.png');
  background-repeat: no-repeat;
  background-position:10px center ;
  outline: none;
  border: 1px solid #1976D2;
  border-radius: 4px;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
