



/*start*/



main {
  height:680px;
  margin-bottom:16rem;
  position: relative;
}


main> :nth-child(2){
  width: 100%;
  height:100%;
  display: flex;
  justify-content: space-between;
}

main> :nth-child(2)> :nth-child(1){
  position: absolute;
  width: 400px;
  bottom: 0;
  left: 8rem;
}


main> :nth-child(2)> :nth-child(1) h1{
  font-size:2.8rem;
  margin-bottom:2rem;
}

main> :nth-child(2)> :nth-child(1) h5{
  color:#333;
}

main> :nth-child(2)> :nth-child(1)> :nth-child(3){
  display:flex;
  height:50px;
}

main> :nth-child(2)> :nth-child(1)> :nth-child(3) div{
  width:100px;
  border-bottom: 2px solid #333;
}

main> :nth-child(2)> :nth-child(1)> :nth-child(3) h3{
  font-size:1.5rem;
  margin: 1.8rem 0 0 1rem;
}

main> :nth-child(2)> :nth-child(2){
  position: absolute;
  right: 0;
  width: 65%;
  height: 750px;
}

main> :nth-child(2)> :nth-child(2) img{
  width:100%;
  height:100%;
}

main> :nth-child(2)> :nth-child(2) div{
  position:absolute;
  bottom:-30px;
  right:0px;
  width: 700px;
  height: 100px;
  background: #333;
  color:#eee;
  padding: 1.5rem 0 1rem 4rem;
}

.look{
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 6rem auto;
}

.look> :nth-child(1){
  width: 30%;
  padding: 10rem 0 0 0;
}

.look> :nth-child(2){
  width: 65%;
}

.look h3{
 color: #333;
 font-size: 2rem;
 margin-bottom: 1rem;
  }

  .look h5{
   color: #999;
   font-size: 13px;
   margin-bottom: 2rem;
    }

.look> :nth-child(1)> :nth-child(2){
  width: 100px;
  height: 3px;
  background: #999;
  margin-bottom: 3rem;
}

.look .button_base {
  width: 200px;
}

.wrap {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 70%;
  padding: 0 60px;
  overflow: hidden;
}

.wrap:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.slider {
  position: relative;
  z-index: 200;
  padding: 0 0px;
  margin: 5rem auto;
  max-width: 800px;
  width: 100%;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #999;
  font-size: 2rem;
  z-index: 300;
  outline: none;
  cursor: pointer;
}

.slick-prev {
  left: -50px;
  text-align: left;
}

.slick-next {
  right: -50px;
  text-align: right;
}



.item.slick-slide {
  width: 350px;
  height: 500px !important;
  transition: transform .4s;
  position: relative;
}

.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}



.acc{
  position: relative;
  margin: 10rem 0 15rem 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.acc:after{
  content: "";
  display: block;
  clear: both;
}

.acc> :nth-child(1){
  width: 40%;
  color: #444;
  height: 600px;
  padding: 4rem 5rem 4rem 8rem;
}

.acc> :nth-child(2){
  width: 60%;
}

.acc> :nth-child(1)> :nth-child(3){
  margin-top: 2rem;
  width: 150px;
  height: 2px;
  background: #999;
}

.acc> :nth-child(1)> :nth-child(4){
  margin-top: 4rem;
}

.acc> :nth-child(1)> :nth-child(6){
  display: flex;
  margin-top: 2rem;
}

.acc> :nth-child(1)> :nth-child(6) img{
  width: 25px;
  height: 25px;
  opacity: 0.5;
  cursor: pointer;
  transition: 0.7s;
  margin-right: 5px;
}

.acc> :nth-child(1)> :nth-child(6) img:hover{
  opacity: 0.8;
}

.acc h3{
  margin-bottom: -10px;
  font-size: 2rem;
}

.acc p{
  margin-top: 2rem;
  margin-right:6rem;
  color: #999;
  letter-spacing: 1px;
  font-size: 15px;
  line-height: 1.5rem;
}

.slide {
  clear: both;
  overflow: hidden;
  cursor: pointer;
}

.panel {
  width: 400%;
}

.panel:after {
  content: "";
  display: block;
  clear: both;
}

.panel>li {
  width: 25%;
  height: 600px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.panel>li:nth-of-type(1) {
  background:url('https://mir-s3-cdn-cf.behance.net/project_modules/1400_opt_1/d2d8be90224033.5e11f4d44158a.jpg') no-repeat;
  background-size: cover;
  background-position: right;
}

.panel>li:nth-of-type(2) {
  background:url('https://i.postimg.cc/ryCPFDnd/20200916-160815.png') no-repeat;
  background-size: cover;
  background-position: bottom right;
}

.panel>li:nth-of-type(3) {
  background:url('https://i.postimg.cc/6qgwQTc1/20200916-160614.png') no-repeat;
  background-size: cover;
  background-position: center;
}


.dot:after {
  content: "";
  display: block;
  clear: both;
}

.dot {
display: none;
}

.prev {
  position: absolute;
  width: 80px;
  height: 20px;
  background:none;
bottom:10%;
  left:10%;
  cursor: pointer;
    color:#fff;
  font-size:1rem;
  font-weight: bold;
    text-transform: uppercase;

}



.next {
  position: absolute;
  width: 80px;
  height: 20px;
  background:none;
bottom:10%;
right: 10%;
  cursor: pointer;
    color:#fff;
    font-size:1rem;
    font-weight: bold;
      text-transform: uppercase;
      text-align: right;
}


.slidea {
  position: absolute;
  overflow: hidden;
  width: 400px;
  margin-top:-750px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  cursor: pointer;
  right: 0%;
  bottom: -100px;
}

  .slidea .prev, .slidea .next {
    display:inline;
  }

.panela {
  width: 400%;
}

.panela:after {
  content: "";
  display: block;
  clear: both;
}


.panela>li {
  width: 25%;
  height:300px;
  float: left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.panela>li:nth-of-type(1) {
background: rgba(51, 51,51, 1);
}

.panela>li:nth-of-type(2) {
  background: rgba(51, 51, 51, 1);
}

.panela>li:nth-of-type(3) {
  background: rgba(51, 51, 51, 1);
}


.dota:after {
  content: "";
  display: block;
  clear: both;
}

.dota {
display:none;
}
.abda {
  display: inline-block;
  text-align: center;
  padding: 5rem;
  color:#fff;
}


.led{
  width: 1000px;
  margin: 15rem auto;
}

.led section{
  display: flex;
  justify-content: space-between;
  margin-top:2rem;
}

.led h2{
  text-align: center;
  color: #222;
  margin-bottom: 4rem;
}

.led h3{
  color: #777;
  margin-bottom: -10px;
}

.led section> :nth-child(1){
  width: 65%;
}

.led section> :nth-child(2){
  width: 32%;
}

.led section> :nth-child(2) img{
  width: 100%;
  margin-bottom: 2rem;
}

.led section> :nth-child(2) p{
  color: #777;
  margin-bottom: 5rem;
  line-height: 1.8rem;
}

.led .button_base {
  width: 100%;
}

.led .b09_electric {
  color: #eee;
  background-color: #333;
  border: #eee solid 2px;
}

.led .b09_electric:hover {
  color: #333;
  background-color: #eee;
}

.speaker{
  width: 1000px;
  margin: 8rem auto 0 auto;
  display: flex;
  justify-content: space-between;
}

.speaker> :nth-child(1){
  writing-mode: vertical-rl;
  margin:1rem;
}

.speaker> :nth-child(1) p{
  color: #777;
  font-size: 12px;
}

.speaker> :nth-child(2),.speaker> :nth-child(3){
  width: 49%;
}

.speaker> :nth-child(2) img{
  width: 100%;
  height: 100%;
}

.speaker> :nth-child(3){
  padding: 2rem 0 2rem 2rem;
}

.speaker h4{
  font-size: 20px;
  color: #777;
  margin-bottom: 1px;
}

.speaker h3{
  color: #333;
  margin-bottom: 2rem;
}

.speaker> :nth-child(3) p{
  font-size: 14px;
  color: #999;
  margin-bottom: 2rem;
}

.speaker> :nth-child(3) .button_base {
  width: 200px;
}

.speaker> :nth-child(3) .b09_electric {
  font-size: 15px;
  padding: 8px;
}

.infor{
  text-align: center;
  padding: 6rem 0;
  margin-top: 8rem;
  background: url("https://images.ctfassets.net/8cd2csgvqd3m/3FRD06OHCjzy88nW1k7kyM/c0c29a52bae1eb6a8a8331bb33406970/E8_3rdgen_Test.jpg?q=90&fm=webp&w=1440&h=808&fit=fill") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.infor> :nth-child(1){
  width: 1000px;
  margin: 0 auto;
  background: (0,0,0,0.5)
}

.infor img{
  width: 100px;
  margin-bottom: 1rem;
}

.infor h5{
  color: #eee;
  margin-bottom: 1rem;
}

.infor p{
  color: #eee;
  font-size: 20px;
}


.group {
  position: relative;
  margin: 0 auto;
  padding: 2rem 0;
}

input {
  margin: 0 auto;
  font-size: 18px;
  padding: 10px 10px 10px 5px;
  display: block;
  width: 50%;
  border: none;
  border: 2px solid #fff;
  background: #fff;
}

input:focus {
  outline: none;
}

/* LABEL ======================================= */
label {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 270px;
  top: 40px;
  transition: 0.2s ease all;
}

/* active state */
input:focus~label, input:valid~label {
  top: 25px;
  font-size: 15px;
  color: #25180E;
}

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
}

.bar:before, .bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #333;
  transition: 0.2s ease all;
}

.bar:before {
  left: 50%;
}

.bar:after {
  right: 50%;
}

/* active state */
input:focus~.bar:before, input:focus~.bar:after {
  width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.infor form{
  display: flex;
  justify-content: space-between;
  width: 40%;
  margin: 1rem auto;
  color: #888;
}

.infor form input{
  margin-top: 7px;
  margin-left: 20px;
}

.infor .button_base {
  position: relative;
  margin: 2rem auto;
  background: none;
  transition: 0.7s;
}

.infor .b09_electric {
  font-size: 15px;
  padding: 8px;
}

.infor .button_base:hover{
  background: #fff;
  color: #333;
}

.ear{
  position: relative;
  width: 1000px;
  margin: 10rem auto;
  display: flex;
  justify-content: space-between;
}

.ear> :nth-child(1),.ear> :nth-child(2){
  width: 48%;
}

.ear> :nth-child(1){
  margin-left: 3rem;
}

.ear> :nth-child(1) img{
  width: 100%;
}

.ear> :nth-child(1)> :nth-child(2){
  color: #ddd;
  position: absolute;
  background: #222;
  width: 300px;
  height: 250px;
  bottom: 40px;
  left: 0;
  padding: 2rem 2rem 0 2rem;
}

.ear> :nth-child(1)> :nth-child(2)> :nth-child(1){
  display: flex;
  justify-content: space-between;
  margin-bottom: 2.5rem;
}

.ear> :nth-child(1)> :nth-child(2)> :nth-child(1) div{
  width: 80px;
  border-top:1px solid #ddd;
}

.ear> :nth-child(1)> :nth-child(2)> :nth-child(1) h6{
  margin-top: -10px;
}

.ear > :nth-child(2){
  padding: 3em 0 3rem 3rem;
}

.ear > :nth-child(2) h3{
  margin-bottom: 1rem;
  font-size: 2.3rem;
}

.ear > :nth-child(2) h5{
  margin-bottom: 3rem;
}

.ear > :nth-child(2) p{
  margin-bottom: 1rem;
  color: #666;
}

.ear .button_base {
  width: 200px;
  margin-top: 3rem;
}

.ear .b09_electric {
  font-size: 15px;
  padding: 8px;
}

.story{
  clear: both;
  width: 1000px;
  margin: 8rem auto 8rem auto;
  display: flex;
  justify-content: space-between;
}

.snip1584 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 32%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}

.snip1584:after{
  content: "";
  display: block;
  clear: both;
}

.snip1584 * {
  box-sizing: border-box;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: rgba(51, 51, 51, 0.9);
  transition: all 0.25s ease;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h3{
  font-size: 1.5rem;
}

.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  letter-spacing: 1px;
}
.snip1584 h3 {
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  transition-delay: 0.05s;
  margin-bottom: 5px;
}
.snip1584 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  transform: translateY(-100%);
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  transition-delay: 0.2s;
}
