/* 首页顶部导航栏样式 */
.naviBar{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  background: rgba(1, 26, 62, 0.9);
  z-index: 1000;
  height: 66px;
  min-width: 100vw;
}

.title{
  width: 50px;
}

.leftDiv,.rightDiv{
  display: flex;
  align-items: center;
  color: #66AAF7;
  margin-right: 2vw;
}
.logo{
  display: flex;
  align-items: center;
}
.logo img{
  width: 30px;
  height: 30px;
}
.navBar-ul{
  display: flex;
  align-items: center;
  overflow: hidden;
  overflow-y: hidden;
  height: 66px;
  margin-left: 10px;
}


.navBar-ul li{
  width: 187px;
  height: 66px;
  line-height: 66px;
  border: 1px solid rgba(0,0,0,0);
  position: relative;
}

.navBar-ul li span{
  cursor: pointer;
  margin: 0 auto;
  font-size: 17px;
}
.bor{
  background: linear-gradient(to right, #527FBA, #66AAF7);
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.buttons {
  margin: 10%;
  text-align: center;
}

