html,body{
  height: 100%;
}
.btn-danger,.btn-success{
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position:fixed;
  right:3%;
  bottom:2%;
  z-index: 9;
}
#copyRight,#copyRightAll,#copyRightA2{
  color: #8c8c8c;
}
#copyRight:hover,#copyRightA2:hover{
  color: #286090;
  text-decoration:none;
}
.badge{
  display:inline-block;
  min-width:10px;
  padding:3px 7px;
  font-size:13px;
  font-weight:400;
  line-height:1;
  color: #000000;
  text-align:center;
  white-space:nowrap;
  vertical-align:middle;
  background-color: rgba(8, 3, 4, 0.07);
  border-radius:10px;
}
.text-with-hr {
  text-align: center;
  position: relative;
  z-index: 2;
}
#container2{
  height: 89%;
}
/*
横线，并通过z-index：-1将or附近的横线遮盖住
*/
.text-with-hr:before {
  position: absolute;
  content: '';
  top: 20px;
  left: 0px;
  width: 100%;
  /*border-bottom: 1px solid #d4d4d4;*/
  z-index: -1;
}
.text-with-hr span {
  display: inline-block;
  background: white;
  padding: 10px;
}
/*
div{
  border:1px solid #000}*/

/*鼠标样式*/
/*#mousePicxiaoshou {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    margin-top: -6px;*/
/*    margin-left: -28px;*/
/*    z-index: 999;*/
/*}*/

/*#mousePicjiantou {*/
/*    !*display: none;*!*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    margin-top: -4px;*/
/*    margin-left: -20px;*/
/*    z-index: 999;*/
/*}*/

/*body {*/
/*    cursor: url('../cursor/pointer.cur'), auto;*/
/*}*/



