#bottomInfo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  width: 100%;
  height: 30vw;
  box-sizing: border-box;
  background-image: url(./src/fotter.png);
  background-size: 100% 100%;

  .title {
    font-weight: bold;
    font-size: 2vw;
    color: #FFFFFF;
  }

  .num {
    color: #FFCE53;
  }

  span {
    color: #23222A;
  }
}

.logo {
  display: flex;
  align-items: center;

  img {
    margin-right: 1vw;
  }
}

.bottomTitle {
  margin-bottom: 1vw;
  font-size: 1.4vw;
  font-weight: 700;
  text-align: center;
}

.bottomText {
  margin-bottom: 2vw;
  font-size: 1vw;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}



#bottomInfo .foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 16vw;
  width: 67.7%;
  position: absolute;
  bottom: 0;
  padding: 1vw 2vw;
  font-family: Helvetica;
  font-size: 0.8vw;
  color: #FFFFFF;
  text-align: center;
  background: #23222A;
  border-radius: 1vw 1vw 0 0;
  box-sizing: border-box;

  .titleInfo {
    font-family: Baskerville, Baskerville;
    font-weight: bold;
    font-size: 1.2vw;
    color: #FFFFFF;
  }

  .textInfo {
    font-weight: bold;
    font-size: 1vw;
    color: #999999;
  }
}

* {
  padding: 0;
  margin: 0;
}

section {
  margin-top: 8vw;
  width: 100%;
}


nav {
  display: flex;
  justify-content: space-between;
}

nav img {
  width: 2vw;
  height: 2vw;
  vertical-align: middle;
}

nav ul {
  list-style-type: none;
}


nav li {
  float: left;
  margin-right: 2vw;
  opacity: 1;
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 0 0.4vw;
  box-sizing: border-box;
  height: 2vw;
  margin-top: 1vw;
  line-height: 2vw;
  cursor: pointer;
}

nav li:last-child {
  margin-right: 0;
}

nav li a {
  text-decoration: none;
  display: block;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}

nav li a:hover {
  color: #FFFFFF;
}

nav .active {
  font-weight: 700;
  color: #FFFFFF !important;
  border-bottom: 1px solid #FB552B;
}


html {
  width: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  font-size: 1vw;
  box-sizing: border-box;
}

header {
  height: 4vw;
  line-height: 4vw;
  margin: 0px 16vw;
  padding: 0 2vw;
  width: 67.7%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 99;
  background: #23222A;
  color: #FFFFFF;
  overflow: hidden;
  border-radius: 0px 0px 2vw 2vw;
}