.app .big .imgs {
  overflow: hidden;
}

.app .big img {
  -webkit-transition: 0.68s;
  -o-transition: 0.68s;
  -moz-transition: 0.68s;
  transition: 0.68s;
}

.app .big:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.app .none {
  display: none;
}

.app .dis {
  height: 0px !important;
  overflow: hidden !important;
  padding: 0 !important;
}

.app .max-views {
  width: 96%;
  margin: 0 auto;
}

.app .header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  height: 79px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.app .header .max-views {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: unset;
}

.app .header .max-views .logo {
  width: 120px;
}

.app .header .max-views .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.app .header .max-views .logo a :last-child {
  display: none;
}

.app .header .max-views .logo a img {
  width: 100%;
  height: 100%;
}

.app .header .max-views .head-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.app .header .max-views .head-right ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.app .header .max-views .head-right ul > li {
  height: 100%;
  width: auto;
  position: relative;
}

.app .header .max-views .head-right ul > li > a {
  display: block;
  height: 100%;
  font-size: 16px;
  padding: 0 1.8vw;
  line-height: 79px;
  color: white;
  font-weight: 500;
}

.app .header .max-views .head-right ul > li .nav-o {
  position: absolute;
  height: 0px;
  width: 100%;
  overflow: hidden;
}

.app .header .max-views .head-right ul > li .nav-o ol {
  padding: 0;
  width: 100%;
  height: auto;
}

.app .header .max-views .head-right ul > li .nav-o ol li {
  width: 100%;
  border-bottom: 2px solid transparent;
}

.app .header .max-views .head-right ul > li .nav-o ol li a {
  text-align: center;
  display: block;
  font-size: 14px;
  width: 100%;
  padding: 15px 0;
}

.app .header .max-views .head-right ul > li .nav-o ol li:hover {
  border-bottom: 2px solid #e03b45;
  transition: .3s;
}

.app .header .max-views .head-right ul > li .nav-o ol li:hover a {
  color: #E03B45;
}

.app .header .max-views .head-right ul .active > a::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 46%;
}

.app .header .max-views .head-right ul .active > a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #EFEFEF;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 46%;
}

.app .header .max-views .head-right ul > li:hover > a {
  color: #E03B45;
}

.app .header .max-views .head-right ul > li > a:hover::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #E03B45;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 46%;
  transition: .3s;
}

.app .header .max-views .head-right ul > li > a:hover::after {
  transition: .3s;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #E03B45;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 46%;
}

.app .header .max-views .head-right .mu {
  background: #E03B45;
  width: 95px;
  height: 100%;
  text-align: center;
  line-height: 79px;
}

.app .header .max-views .head-right .mu span {
  font-size: 30px;
  color: white;
}

.app .header .max-views .head-right .mobile-view {
  display: none;
  width: 50px;
  height: 100%;
  text-align: center;
  line-height: 80px;
}

.app .header .max-views .head-right .mobile-view span {
  font-size: 30px;
  color: white;
}

.app .mobile-navs {
  background: white;
  width: 100%;
  height: calc(100vh - 75px);
  overflow: hidden;
  position: fixed;
  top: 60px;
  z-index: 50;
  padding-top: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}

.app .mobile-navs ul {
  width: 100%;
  height: auto;
}

.app .mobile-navs ul li {
  height: 50px;
  width: 100%;
  text-align: center;
}

.app .mobile-navs ul li a {
  display: block;
  width: 90%;
  height: 100%;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #bbbbbb;
  margin: auto;
}

.app .mobile-navs ul li a:hover {
  border-color: #181623;
}

.app .header-scroll {
  transition: .2s;
  background: white;
  border-bottom: 1px solid #f5f5f5;
}

.app .header-scroll .max-views .head-right .mobile-view span {
  color: #181623;
}

.app .header-scroll .logo a :first-child {
  display: none !important;
}

.app .header-scroll .logo a :last-child {
  display: block !important;
}

.app .header-scroll .max-views .head-right ul > li > a {
  color: black;
}

.app .header-scroll .max-views .head-right ul > .active > a {
  color: #E03B45 !important;
}

.app .header-scroll .max-views .head-right ul > li > a::before {
  border-color: #E03B45 !important;
}

.app .header-scroll .max-views .head-right ul > li > a::after {
  border-color: #E03B45 !important;
}

.app .header:hover .nav-o {
  height: auto !important;
}

.app .header:hover .active > a {
  color: #E03B45 !important;
}

.app .header:hover .mobile-view span {
  color: black !important;
}

.app .header:hover {
  background: white;
  transition: .3s;
}

.app .header:hover .head-right ul > li > a {
  color: black;
}

.app .header:hover .head-right ul > li > a::before {
  border-color: #E03B45 !important;
}

.app .header:hover .head-right ul > li > a::after {
  border-color: #E03B45 !important;
}

.app .header:hover .logo a :first-child {
  display: none;
}

.app .header:hover .logo a :last-child {
  display: block;
}

.app .cover {
  width: 100%;
  height: 0;
  background: white;
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 9;
  transition: .2s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
