#nav1 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1111;
  width: 100%;
  height: 90px;
  transition: all 0.5s ease;
  background-color: black;
  opacity: 0.7;
}
#nav1 .navtext {
  color: #ffffff;
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: end;
  font-size: 12px;
  padding-top: 10px;
  align-items: center;
}
#nav1 .navtext .header_text {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
#nav1 .navtext .header_text .today1 {
  padding: 0 6px;
}
#nav1 .navtext .header_text .dayone i {
  padding-right: 10px;
}
#nav1 .navtext .header_text .daytwo i {
  padding-right: 10px;
}
#nav1 .navtext .header_text .tomorrow1 {
  border-right: 1px solid #ffffff;
  padding: 0 7px;
  margin-right: 10px;
  height: 12px;
  display: flex;
  align-items: center;
}
#nav1 .navtext .header_login {
  margin-right: 3%;
  height: 100%;
  display: flex;
  align-items: center;
}
#nav1 .navtext .header_login .tomorrow1 {
  border-right: 1px solid #ffffff;
  padding: 0 7px;
  margin-right: 10px;
  height: 12px;
  display: flex;
  align-items: center;
}
#nav1 .navtext .header_login > a {
  display: block;
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav1 .navtext .header_login > a img {
  width: 100%;
  height: 100%;
}
#nav1 .navtext .header_login .indexchoose {
  position: relative;
  height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#nav1 .navtext .header_login .indexchoose:hover .option {
  height: 100px;
  transition: all 0.6s;
}
#nav1 .navtext .header_login .indexchoose .select-head {
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 11px;
  height: 25px;
  display: flex;
  align-items: center;
}
#nav1 .navtext .header_login .indexchoose .select-head img {
  width: 9px;
  height: 4px;
  margin-left: 5px;
}
#nav1 .navtext .header_login .indexchoose .option {
  position: absolute;
  top: 21px;
  background-color: black;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.6s;
  z-index: 999;
}
#nav1 .navtext .header_login .indexchoose .option .optionitem {
  line-height: 25px;
  height: 25px;
  width: 100%;
}
#nav1 .navtext .header_login .indexchoose .option .optionitem a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
#nav1 .navtext .header_login .indexchoose .option .optionitem a:hover {
  color: #ecc508;
}
#nav1 .navtext .header_login > div:nth-last-of-type(1) a {
  color: #fff;
  margin-right: 5px;
}
#nav1 .navtext .header_login .loginOrregister {
  display: none;
}
#nav1 > div:nth-of-type(2) {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  padding: 0 2% 0 2%;
}
#nav1 > div:nth-of-type(2) .logo {
  width: 174px;
  height: 60px;
  margin-right: 40px;
}
#nav1 > div:nth-of-type(2) .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#nav1 > div:nth-of-type(2) .logo a img {
  width: 55%;
}
#nav1 > div:nth-of-type(2) .nav {
  height: inherit;
}
#nav1 > div:nth-of-type(2) .nav ul {
  height: inherit;
}
#nav1 > div:nth-of-type(2) .nav ul li {
  justify-content: space-between;
  align-items: stretch;
}
#nav1 > div:nth-of-type(2) .nav ul li a {
  color: #fff;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#nav1 > div:nth-of-type(2) .nav ul li .logol {
  width: 3.49vw;
  height: 2.4vw;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#nav1 > div:nth-of-type(2) .nav ul li .logoy {
  position: absolute;
  top: 48px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  opacity: 1;
  margin-top: 30px;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
#nav1 > div:nth-of-type(2) .nav ul .navactive > a {
  color: #f6d232;
  position: relative;
  z-index: 9;
}
#nav1 > div:nth-of-type(2) .nav ul .navactive > a .logol {
  opacity: 1;
  visibility: visible;
}
#nav1 > div:nth-of-type(2) .nav ul .navactive > a .logoy {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
#nav1 > div:nth-of-type(2) .nav ul li {
  text-align: center;
  height: 50px;
  float: left;
  padding: 0 2vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#nav1 > div:nth-of-type(2) .nav ul li:hover > a .logol {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s ease;
}
#nav1 > div:nth-of-type(2) .nav ul li:hover > a .logoy {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.6s ease;
}
#nav1 > div:nth-of-type(2) .nav ul li:hover .naviteminfo {
  visibility: visible;
  opacity: 1;
  height: 45px;
  background-color: #000;
}
#nav1 > div:nth-of-type(2) .nav ul li a {
  font-size: 16px;
  font-weight: bold;
}
#nav1 > div:nth-of-type(2) .nav ul li .naviteminfo {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50px;
  height: 0;
  width: 200vw;
  padding-top: 0px;
  border-top: 1px solid rgba(255, 254, 255, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s linear;
  z-index: -1;
}
#nav1 > div:nth-of-type(2) .nav ul li .naviteminfo a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0 15px;
  z-index: 1111;
  position: relative;
}
#nav1 > div:nth-of-type(2) .nav ul li .naviteminfo a:hover {
  color: #f6d232;
}
#nav1 > div:nth-of-type(2) .nav ul li .naviteminfo .cur {
  background-color: white;
  color: #dc3b17;
}
#nav1 > div:nth-of-type(2) .nav ul li .cvb {
  padding-right: 280px;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  .nav li {
    padding: 0 1.6vw !important;
  }
  .nav li > a {
    font-size: 14px !important;
  }
  .nav .naviteminfo > a {
    font-size: 13px !important;
  }
}
