/* 去除常见标签默认的 margin 和 padding */
* {
  margin: 0;
  padding: 0;
}


/* 去除列表默认样式 */
ul,
ol {
  list-style: none;
}

/* 去除a标签默认下划线 */
a {
  text-decoration: none;
}

/* 左浮动 */
.fl {
  float: left;
}

/* 右浮动 */
.fr {
  float: right;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}

html{
  font-size: 75px;
  font-family: 'Courier New', Courier, monospace,Noto Sans S Chinese;
}

.bby-header {
  width: 100%;
  background-color: rgba(0, 0, 0, .2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

.bby-header .logo {
  width: 9.53%;
  margin-left: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bby-header .logo a {
  width: 100%;
  display: block;
  font-size: 0;
}
.bby-header .logo a img {
  width: 100%;
  height: 100%;
}
.bby-header .icon {
  display: none;
}
.bby-header  ul {
  width: 70%;
  margin-right: 5.98%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.bby-header  ul li {
  height: 100%;
  float: left;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0 2%;
}


.bby-header ul li a {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
}
.bby-header  ul li:hover {
  border-bottom: none;
 border-bottom: 2px solid #fff;
}

/* -----------------------------------------------------------------------网页的底部 */

.bby-footer {
  width: 100%;
  padding: 0 6.56%;
  box-sizing: border-box;
  height: 6rem;
  background-color: #35333e;
  color: #ccc;
}

.bby-footer .top {
  height: 39.9%;
  border-bottom: 1px solid #596275;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background-color: skyblue; */
}
.bby-footer .top .tips {
  width: 3.6rem;
  height: 0.933333rem;
  /* background-color: #fff; */
  display: flex;
  justify-content: start;
  align-items: center;
}

.bby-footer .top .tips .img {
  width: 0.613333rem;
  height: 0.706667rem;
}
.bby-footer .top .tips img {
  position: relative;
  top: -0.333333rem;
}
.bby-footer .top .tips .text {
  margin-left: 0.226667rem;
}
.bby-footer .top .tips .text .h6 {
  font-size: 24px;
}
.bby-footer .top .tips .text p {
  font-size: 18px;
  margin-top: 0.106667rem;
}

.bby-footer .down {
  width: 100%;
  height: 3.333333rem;
  /* background-color: skyblue; */
  padding-top: 0.666667rem;
  box-sizing: border-box;
  letter-spacing: 0.053333rem;
}
.bby-footer .down .h6 {
  font-size: 24px;
}
.bby-footer .down .left {
  width: 6.666667rem;
  height: 2rem;
}
.bby-footer .down .left p {
  font-size: 18px;
  font-weight: 500;
}
.bby-footer .down .left p.address {
  margin-top: 40px;
} 
.bby-footer .down .left p .normal {
  letter-spacing: 0;
}

.bby-footer .down .right {
  float: right;
  height: 2rem;
  /* background-color: #fff; */
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin-right: 3.33%;
  font-size: 24px;
}
.bby-footer .down .right .code {
  width: 110px;
  height: 100%;
  background-color: #fff;
  margin-top: 0.133333rem;
}
.bby-footer .down .right .code img {
  width: 100%;
  display: block;
}
.bby-footer .record {
  font-size: 16px;
  width: 38%;
  letter-spacing: 0;
  position: relative;
  top: -10%;
}

.bby-footer .beian {
	color: #ccc;
}