@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC|Source+Sans+Pro:300,400,700&subset=chinese-simplified);@font-face {
  font-family: 'bmw light';
  src: url(/fonts/bmwlight.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
}

body {
  font-family: 'bmw light';
  background: url(/images/background1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

#app #background {
  background: url(/images/background1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

#app .pagination > li:first-child > a,
#app .pagination > li:first-child > span {
  background-color: unset;
  border: unset;
  color: #fff;
}

#app .pagination > .active > a,
#app .pagination > .active > a:focus,
#app .pagination > .active > a:hover,
#app .pagination > .active > span,
#app .pagination > .active > span:focus,
#app .pagination > .active > span:hover {
  background-color: #000;
  border: unset;
}

#app .pagination > li > a,
#app .pagination > li > span {
  background-color: unset;
  border: unset;
  color: #fff;
}

#app #logo_box {
  position: relative;
  width: 100%;
  text-align: center;
  background: url(/images/bg_logo.png) no-repeat center center;
  -webkit-box-shadow: 0px 1px 5px 0px #000;
          box-shadow: 0px 1px 5px 0px #000;
  background-size: cover;
  display: block;
}

#app #logo_box img {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}

#app #logo_box .img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

#app #logo_box .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

#app #logo_box a {
  width: 190px;
  height: 165px;
  display: block;
  padding: 20px 0;
  margin: 0 auto;
}

#app #logo2_box {
  position: relative;
  width: 100%;
  background: url(/images/bg_logo.png) no-repeat center center;
  -webkit-box-shadow: 0px 1px 5px 0px #000;
          box-shadow: 0px 1px 5px 0px #000;
  padding-top: 10px;
  background-size: cover;
  display: none;
  text-align: center;
}

#app #logo2_box img {
  width: 270px;
  margin-left: auto;
  margin-right: auto;
}

#app #logo2_box .img1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

#app #logo2_box .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
}

#app #logo2_box a {
  width: 105px;
  height: auto;
  padding: 5px 0;
  display: block;
  margin: 0 auto;
}

#app #videos_section #videos_box img {
  width: 100%;
  height: auto;
}

#app #videos_section #videos_box #search_box input {
  padding: 22px 16px;
  outline: none;
  border-radius: 0 7px 7px 0;
  border: none;
  background-color: #EEE;
  font-size: 16px;
  width: calc(100% - 110px);
  height: 68px;
  float: left;
}

#app #videos_section #videos_box #search_box button {
  float: left;
  width: 68px;
  height: 68px;
  border: none;
  background-color: #EEE;
  border-radius: 7px 0 0 7px;
  outline: none;
  font-size: 18px;
}

#app #videos_section #videos_box #search_box button:hover {
  background-color: #E9E9E9;
}

#app #videos_section #videos_box #search_box .input-group-addon {
  padding: 0 20px;
  font-size: 20px;
}

#app #videos_section #videos_box #search_box .img1 {
  width: 50%;
}

#app #videos_section #videos_box #search_box .white_btn {
  display: none;
}

#app #videos_section #videos_box #thumbs_box {
  margin-top: 30px;
}

#app #videos_section #videos_box #thumbs_box .box1 {
  margin-bottom: 20px;
}

#app #videos_section #videos_box #thumbs_box .box1 img {
  width: 100%;
  height: auto;
}

#app #videos_section #videos_box #thumbs_box .box2 {
  text-align: center;
}

#app #show_video_section {
  width: 100%;
}

#app #show_video_section #show_video_box {
  padding: 30px;
  max-width: 768px;
  margin: 0 auto;
}

#app #show_video_section #show_video_box .box4 p {
  font-size: 12px;
  margin: 0;
  color: #999;
}

#app #show_video_section #show_video_box .box4 h2 {
  margin: 10;
}

#app #show_video_section #show_video_box .box4 h1 {
  font-weight: bold;
}

#app #show_video_section #show_video_box .box3 a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  color: #008489;
  -webkit-transition: color .4s;
  transition: color .4s;
}

#app #show_video_section #show_video_box .box3 a:hover {
  color: #000;
}

#app #show_video_section #show_video_box .box2 {
  margin-top: 10px;
  margin-bottom: 30px;
}

#app #show_video_section #show_video_box .box2 video {
  width: 100%;
}

#app #show_video_section #show_video_box .box1 {
  display: block;
  width: 90px;
  margin: 10px auto;
}

#app #show_video_section #show_video_box .box1 a {
  display: inline-block;
  width: 41px;
  height: 41px;
}

#app #show_video_section #show_video_box .box1 a:nth-child(1) {
  margin-right: 3px;
}

#app .modal .modal-content {
  border-radius: 0;
}

#app .modal .modal-body {
  margin: 20px 0;
}

#app .modal input {
  width: 100%;
  border-radius: 0;
  padding: 5px 10px;
  height: 40px;
}

#app .modal .btn {
  border-radius: 0;
  border: none;
  color: #FFFFFF;
}

#app .modal .btn1 {
  background-color: #6A1B9A;
}

#app .modal .btn1:hover {
  background-color: #4A148C;
}

#app .modal .btn2 {
  color: #000;
  background-color: #EEEEEE;
}

#app .modal .btn2:hover {
  background-color: #BDBDBD;
}

#app .modal textarea {
  resize: vertical;
  min-height: 100px;
  height: 100px;
  max-height: 300px;
}

#app #show_video_code {
  background-color: #FFFFFF;
  width: 100%;
}

#app #show_video_code .box1 {
  padding: 30px;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}

#app #footer {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #app #logo_box {
    display: none;
  }

  #app #logo2_box {
    display: block;
  }

  #app #videos_section #videos_box #search_box button {
    width: 55px;
    height: 60px;
  }

  #app #videos_section #videos_box #search_box button.white_btn {
    display: block;
    background-color: unset;
  }

  #app #videos_section #videos_box #search_box .img1 {
    width: auto;
  }

  #app #videos_section #videos_box #search_box input {
    height: 60px;
  }

  #app #show_video_section #show_video_box .img3 {
    width: 155px;
  }

  #app #show_video_section #show_video_box .box4 h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  #app #show_video_section #show_video_box .box3 {
    float: left !important;
  }
}

@media screen and (max-width: 320px) {
  #app #logo2_box .img1 {
    display: none;
  }

  #app #logo2_box .img2 {
    display: none;
  }
}

[v-cloak] {
  display: none;
}

