html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "PorscheNextWLa";
  font-size: 18px;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
}
h2{
  text-align: center;
  font-size: 2.5rem;
}
.c-baner {
  position: relative;
}

.c-baner img {
  max-width: 100%;
}

.c-baner-img {
  width: 100%;
}
.c-baner-text {
  position: absolute;
  bottom: 2.8vw;
  font-size: 60px;
  color: #fff;
  line-height: 2.3rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.c-baner-text p {
  margin-left: 10px;
  margin-bottom: 10px;
}

.c-baner-text span {
  font-size: 35px;
}
.c-footer {
  background-color: #000;
}
.footer {
  padding: 50px 1rem;
  border-top: 1px solid #808385;
  color: #7b7e80;
  font-size: 16px;
  margin-top: 40px;
  max-width: 1230px;
  margin: 0px auto 0px auto;
}
footer {
  background-color: #000000;
}

.footer {
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #888888;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  line-height: 1.3;
}

.footer .title {
  font-weight: 700;
}

.mobile {
  display: none;
}
.c-header {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
}
.c-header img {
  height: auto;
  margin: 1.5rem;
}
.content{
  margin:100px 0;
}
.c-container {
  max-width: 1230px;
  margin: 0px auto 0px auto;
  padding: 0 1rem;
}
.c-film-container {
  max-width: 1320px;
  margin: 100px auto 50px auto;
  padding: 0 1rem;
}
@media(max-width:1100px){
  .c-baner-text {
    font-size:40px;
  }
  .c-baner-text span {
      font-size: 25px;
  }
  .c-film-container iframe{
    height: 480px;
  }
}
@media(max-width:800px){
  .c-film-container iframe {
    height: 375px;
}
}
@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .c-baner-text p {
    margin-left: 10px;
    font-size: 1.3rem;
  }

  .c-baner-text span {
    font-size: 0.7rem;
  }
  .c-baner-text {
    position: relative;
    color: #000;
    text-align: left;
    line-height: 1rem;
    margin-top: 2rem;
    font-size: 1rem;
  }

  .footer {
    padding: 20px 15px;
    font-size: 14px;
  }
}
@media(max-width:550px){
  .c-film-container iframe {
    height: 250px;
}
}
