* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

body {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rebeccapurple;
  z-index: -1;
}

.background img {
  height: 100%;
  width: 100%;
}

/*nav {
  display: flex;
  padding: 25px 150px;
  color: white;
  justify-content: space-between;
  align-items: center;
}

nav h5 {
  font-size: 24px;
  cursor: pointer;
}

nav ul {
  list-style: none;
}

nav ul li {
  display: inline-block;
  margin: 0 40px;
  font-size: 12px;
  cursor: pointer;
}*/


/*菜单*/
.navbar:before{
  display: table;
  content: " ";
  box-sizing: border-box;
}
.container:before{
  display: table;
  content: " ";
  box-sizing: border-box;
}
.navbar{
  min-height: 50px;
}
.container{
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.collapse{
  display: none;
}

.navbar-brand{
  display: inline-block;
  height: auto !important;
}

.navbar-toggle{
  position: relative;
  float: right;
  padding: 9px 10px;
  background-color: transparent;
  background-image: none;
  border-radius: 4px;
}
.navbar-collapse{
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
}
.navbar-toggle .icon-bar{
  display: block;
width: 20px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar{
  margin-top: 4px;
}
.navbar-nav > li > a{
  position: relative;
  display: block;
  padding: 10px 15px;
}
.dropdown-menu{
  position: absolute;
  z-index: 1000;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.HeaderSubmenu-inner3 > *{
  width: 29.333%;
}
.navbar-header .active{
  height: auto;
  width: auto;
}
@media (min-width:768px) {
 .container {
  width:750px;
 }
 .navbar-toggle{
  display: none;
 }
 .collapse{
  display: block ;
  height: auto ;
  padding-bottom: 0;
  overflow: visible ;
}
 .navbar-collapse.collapse{
  margin-right: 0;
  margin-left: 0;
  display: block ;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
 }
 .navbar-right{
  float: right !important;
  margin-right: -15px;
 }
 .navbar-nav > li{
  float: left;
 }
 .navbar-nav{
  float: left;
  margin: 0;
  }
  .navbar-nav > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-header{
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
/*菜单*/

@media (min-width:992px) {
 .container {
  width:970px
 }
}
@media (min-width:1200px) {
 .container {
  width:1170px
 }
}
@media(min-width:1400px){
  .container{
    width:1370px;
  }
}




.search {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.search i {
  color: gray;
  font-size: 12px;
  cursor: pointer;
}

.side-indicator {
  height: 70%;
  top: 15%;
  left: 0;
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  justify-content: space-evenly;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #afbad3;
  opacity: 0.7;
}

.index {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #afbad3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: height 0.7s ease, width 0.7s ease;
}

.index p {
  opacity: 0;
  color: white;
  font-size: 10px;
  font-weight: bold;
  z-index: 9;
}

.active {
  height: 30px;
  width: 30px;
}

.active p {
  opacity: 1;
  font-size: 16px;
}

.content {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-wrapper {
  width: 60%;
}

.text {
  padding-left: 300px;
  padding-right: 100px;
}

#title {
  overflow: hidden;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 20px;
}

.text h4 {
  font-family: "Oswald";
  font-size: 110px;
  color: white;
  position: relative;
}

#description {
  overflow: hidden;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

#description p {
  color: white;
  font-size: 14px;
  max-height: 55px;
  line-height: 27px;
  opacity: 0.8;
  position: relative;
}

.btn {
  width: 150px;
  background-color: #25609f;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  border-radius: 8px;
  margin-top: 60px;
  justify-content: space-evenly;
  cursor: pointer;
}

.btn p {
  color: white;
  font-size: 18px;
}

.btn i {
  color: white;
}

.glide {
  width: 40%;
}

.glide_cover{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  cursor: default;
}

.slide {
  height: 500px;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 40px;
  flex-shrink: 0;
}

.slider-image {
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}

.glide__slide--active .slider-image {
  height: 400px;
}

.slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide p {
  color: white;
  font-size: 14px;
}

.rating {
  display: flex;
  width: 60px;
  padding: 8px 0;
  justify-content: space-between;
}

.circle {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: white;
  opacity: 0.5;
}

.active {
  opacity: 1;
}

.bookmark {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
}

.controls {
  width: 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: 50px;
}

.controls div {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.7;
  transition: all 0.5s;
}

.controls div:active {
  transform: scale(0.6);
}

.controls i {
  color: gray;
  font-size: 12px;
  cursor: pointer;
}
@media  only screen and (min-width: 1600px){
  .text{
    width: 500px;
  }
}
@media  only screen and (max-width: 1600px){
/*  nav{
    padding: 25px 80px;
  }*/
  .side-indicator {
    width: 200px;
  }
  .text-wrapper {
    width: 50%;
  }
  .glide {
    width: 50%;
  }
  .text {
    padding-left: 200px;
  }
  .text h4 {
    transform: scale(0.8);
    transform-origin: left;
  }
  .btn {
    width: 120px;
  }
  .btn p {
    font-size: 14px;
  }
}

@media  only screen and (max-width: 1300px){
/*  nav{
    padding: 25px 40px;
  }*/
  .text h4 {
    transform: scale(0.6);
    transform-origin: left;
  }
  .slide {
    height: 400px;
    width: 220px;
  }
}

@media  only screen and (max-width: 1200px){
  .side-indicator {
    width: 120px;
  }
  .text{
    padding-left: 120px;
    padding-right: 400px;
  }
  .content {
    flex-direction: column;
  }
  .text-wrapper {
    width: 100%;
  }
  .glide {
    width: 100%;
    padding-left: 120px;
    padding-top: 40px;
  }
  .btn {
    margin-top: 30px;
  }
  .slide {
    height: 300px;
    width: 200px;
  }
  .slider-image {
    height: 220px;
  }
  .slide p {
    font-size: 12px;
  }
}