body {
  background-color: #ed1b24;
}

#app #logo_box {
  position: relative;
  width: 100%;
  height: 220px;
  text-align: center;
  background: url(/images/logo_desktop.png) no-repeat center center;
  background-size: cover;
  display: block;
}

#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%;
  height: 220px;
  background: url(/images/logo_mobile.png) no-repeat center center;
  background-size: cover;
  display: none;
  text-align: center;
}

#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 {
  background-color: #ed1b24;
}

#app #videos_section #videos_box {
  padding-top: 50px;
  padding-bottom: 150px;
}

#app #videos_section #videos_box img {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

#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%;
  margin-top: 0 !important;
}

#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 {
  background-color: #ed1b24;
  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 {
  width: 20px;
}

#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: 0;
  color: #fff;
}

#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;
  background-color: #FFFFFF;
  color: #008489;
  -webkit-transition: color .4s;
  transition: color .4s;
}

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

#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 img {
    margin-top: 0;
  }

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

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

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

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

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

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

[v-cloak] {
  display: none;
}

