@charset "UTF-8";
/*————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————

transform: translate(180px,180px) rotate(-5deg) scale(0.8);
--------------------------------------------------------
transition:all 0.3s ease;

--------------------------------------------------------
animation: fade-In 5s linear 2s infinite;

animation-name:fade-In;
animation-duration:4s;
animation-delay:0s;
animation-iteration-count: infinite;
animation-direction: normal;
animation-timing-function:ease-in-out;
animation-fill-mode:forwards;


@keyframes fade-In {
  from {background-color: red;}
  to {background-color: yellow;}
}
--------------------------------------------------------
border-radius: 25% 10%;
--------------------------------------------------------
http://cubic-bezier.com





————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————————*/
.kv {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  margin: 0 0 40px 0;
  background-image: url("../../../../assets/images/lovepower/activity/kv.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.kv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background-color: rgba(255, 255, 255, 0.5);
}

.kv__title-cn {
  position: relative;
  margin: 8px auto 0 auto;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 1px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}

.kv__title-en {
  position: relative;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.kv__line {
  position: absolute;
  bottom: -25px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: #d70c19;
}

.kv__line::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 3px;
  width: 1px;
  height: 7px;
  background-color: #d70c19;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.video {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 20px 25px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video .video__title {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  font-size: 17px;
  color: #272727;
  line-height: 21px;
  padding: 20px 20px 0px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.new .new__title {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 0px;
}

.new .form__item {
  margin: 0 auto;
  width: 280px;
  height: 48px;
}

.new .form__item select {
  outline: none;
  width: 100%;
  height: 48px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 -1px 6px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #b2b2b2;
  background-color: #fafafa;
  background-image: url(../../../assets/images/common/select-arrow.svg);
  -webkit-appearance: none;
  font-size: 18px;
  line-height: 48px;
  color: #4b4b4b;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: 93% 50%;
}

.new .new__breadcrumb {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  margin-left: 0px;
}

.new .new__breadcrumb .new__breadcrumb__wrapper {
  padding: 0px 20px;
}

.new .new__breadcrumb .new__breadcrumb__wrapper .new__breadcrumb__item {
  font-size: 16px;
  color: #000;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}

.new .new__breadcrumb .new__breadcrumb__wrapper .new__breadcrumb__item a {
  text-decoration: none;
  line-height: 60px;
  height: 60px;
  color: #000;
  display: inline-block;
}

.new .new__breadcrumb .new__breadcrumb__wrapper .new__breadcrumb__item:not(:last-child):after {
  content: ">";
  display: inline-block;
  padding: 0px 3px;
}

.new .new__list {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #4b4b4b;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new .new__list .new__list__wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.new .new__list .new__list__wrapper .new__list__item {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  padding: 0px 0px 70px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new .new__list .new__list__wrapper .new__list__item .new__list__title {
  position: relative;
  top: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  font: 16px;
  line-height: 24px;
  color: #FFF;
  word-break: break-all;
}

.new .new__list .new__list__wrapper .new__list__item .new__list__title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #d70c19;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -15px;
}

@media only screen and (min-width: 360px) {
  .new .form__item {
    width: 320px;
  }
}

@media only screen and (min-width: 768px) {
  .kv {
    height: 500px;
  }
  .kv__title {
    height: 200px;
  }
  .kv__title-cn {
    margin: 20px auto 0 auto;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .kv__title-en {
    font-size: 32px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  }
  .kv__line {
    position: absolute;
    bottom: -35px;
    left: 50%;
    width: 2px;
    height: 70px;
    background-color: #d70c19;
  }
  .kv__line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 3px;
    width: 2px;
    height: 10px;
    background-color: #d70c19;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .video .embed-responsive {
    margin: 0 auto;
    max-width: 640px;
  }
  .video .video__title {
    font-size: 22px;
  }
  .new .new__title {
    font-size: 30px;
  }
  .new .new__breadcrumb .new__breadcrumb__wrapper .new__breadcrumb__item {
    font-size: 20px;
  }
  .new .new__list .new__list__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .new .new__list .new__list__wrapper .new__list__item {
    width: 50%;
    padding: 0px 40px 70px 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .new .new__list .new__list__wrapper .new__list__item {
    width: 30%;
  }
}

@media only screen and (min-width: 1200px) {
  .new .new__breadcrumb {
    width: 1200px;
    margin: 0 auto;
  }
  .new .new__list .new__list__wrapper {
    width: 1200px;
    margin: 0 auto;
  }
  .new .new__list .new__list__wrapper .new__list__item {
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 40px 70px 40px;
  }
  .new .new__list .new__list__wrapper .new__list__item .embed-responsive {
    margin: 0 auto;
    width: 320px;
  }
}
/*# sourceMappingURL=video.css.map */