.pocket-header-item{
    width: 100%;
    position: relative;
    margin:0 auto;
}
.pocket-header-item img.main{width:100%;}
.pocket-header-item .logo-desc{position: absolute;width: 760px;top: 24%;right: 16.7%;text-align: right;}
.pocket-header-item .logo-desc .imgs{position: relative;text-align: right;}
.pocket-header-item .logo-desc .imgs img{
    display: block;
    float: right;
}
.pocket-header-item .logo-desc .imgs .clear{clear: both;}

.pocket-header-item .button{
  margin-top: 20px;
  float: right;
  margin-right: 40px;
}
.pocket-header-item .button a{
  display: block;
  width: 180px;
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
  border:2px solid #fff;
  text-indent: 12px;
}
.pocket-header-item .button a em{
  width: 130px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-style: normal;
  float: left;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.pocket-header-item .button a span{
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url('../png/play-icon-9.png') no-repeat center center;
  background-size: cover;
  margin: 6px 0 8px;
  float: left;
}

.clear{clear: both;}
/*===================================================*/

.split-item{
    position: relative;
}
.split-item img{
  width: 100%;
  display: block;
}
.split-item .title{
    color: #fff;
    position: absolute;
    right: 18.8%;
    top: 13%;
    width: 650px;
    text-align: right;
}
.split-item .title h3{
    font-weight: bold;font-size: 48px;line-height: 60px;

}
.split-item .title .tips{
    font-size: 24px;
    display: block;margin-top: 8px;
    line-height: 36px;
}
.split-item .title span{
  display: block;
  font-size: 30px;
  font-weight: bolder;
  float: right;
  margin-top: 20px;
}
.split-item .title span i{
  border:2px solid #fff;
  height: 30px;line-height: 30px;
  padding: 6px 6px 2px;
  border-radius: 10px;
  font-style: normal;
  margin-left: 10px;
}
/*======================================*/
.features-item{
    background: #fff;
    padding: 60px 0;
}
.features-item .container{
    width: 1200px;
    margin: 0 auto;
}
.features-item .container ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 10px 60px;
}
.features-item .container ul li{
    position:relative;
    width: calc(25%);
    margin-bottom: 50px;
    text-align: center;
}
.features-item .container ul li img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.features-item .container ul li span{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    display: block;
    margin-top: 8px;
    text-align: center;
    font-weight: bold;
}

/*==============================*/
.wear-item{
    padding: 40px 0;
    background: #fff;
    margin-top: 30px;
}
.wear-item .container{width: 1200px;margin: 0 auto;}
.wear-item .container .title{
    text-align: center;
}
.wear-item .container .title h3{
    font-weight: bold;font-size: 48px;line-height: 60px;
}
.wear-item .container .title span{
    font-size: 24px;
    display: block;
    margin: 40px 0;
}

.roll{
    width: 100%;
    position: relative;
    margin: 0 auto 40px;
    overflow: hidden;
}
.roll-list1{height: 400px; position: relative; margin-bottom: 20px;}
.roll-list1 li{width: 500px; height: 400px;}
.roll-list1 li img{width: 100%; height: 100%;}
.roll-list1 li:nth-of-type(1){position: absolute; top: 0; left: 0;}
.roll-list1 li:nth-of-type(2){position: absolute; top: 0; left: 520px;}
.roll-list1 li:nth-of-type(3){position: absolute; top: 0; left: 1040px;}
.roll-list1 li:nth-of-type(4){position: absolute; top: 0; left: 1560px;}

.roll-other{-webkit-transform: translate3d(-160px, 0px, 0px); -moz-transform: translate3d(-160px, 0px, 0px);-ms-transform: translate3d(-160px, 0px, 0px); -o-transform: translate3d(-160px, 0px, 0px);transform: translate3d(-160px, 0px, 0px);margin-bottom: 0px;}


.rolls{
  max-width: 1920px;
  width: 100%;
  margin:0 auto 40px;
  overflow: hidden;
}
.roll-list-o{
  height: 400px;position: relative;margin-bottom: 20px;
}
.roll-list-o li{width: 500px;height: 400px;}
.roll-list-o li img{width: 100%; height: 100%;}
.roll-list-o li:nth-of-type(1){position: absolute; top: 0; left: 0;}
.roll-list-o li:nth-of-type(2){position: absolute; top: 0; left: 520px;}
.roll-list-o li:nth-of-type(3){position: absolute; top: 0; left: 1040px;}
.roll-list-o li:nth-of-type(4){position: absolute; top: 0; left: 1560px;}
.roll-other-o{-webkit-transform: translate3d(-160px, 0px, 0px); -moz-transform: translate3d(-160px, 0px, 0px);-ms-transform: translate3d(-160px, 0px, 0px); -o-transform: translate3d(-160px, 0px, 0px);transform: translate3d(-160px, 0px, 0px);margin-bottom: 0px;}

/*===================================================*/
.stable-item{
    padding: 50px 0;
    position: relative;
}
.stable-item .title{
    position: absolute;
    width: 40%;
    top: 20%;
    left: 18.5%;
    color: #fff;
}

.stable-item .title h3{
    font-weight: bold;font-size: 48px;
}

.stable-item  .title span{
    font-size: 24px;
    display: block;margin-top: 16px;
    line-height: 40px;
}

.stable-item  video{width: 100%;text-align: center;margin: 0 auto;}
/*================================================================================================*/



.suck-item{
    margin-top: 50px;
    padding: 40px 0;
    background: #fff;
}
.suck-item .container{width: 1200px;margin: 0 auto;}
.suck-item .container .title{
    text-align: center;
    margin:20px auto 40px;
}
.suck-item .container .title h3{
    font-weight: bold;font-size: 48px;
}
.suck-item .container .title div{
  font-size: 20px;
}
.suck-item .container .title span.bo{
  display: inline-block;
    font-size: 28px;
}
.suck-item .container .title span{
    margin:0 auto;
    font-size: 20px;
    display: block;margin-top: 12px;
    line-height: 40px;
    text-align: center;
}
.suck-item .container .mains{
  width: 100%;
  margin:0 auto;
}
.suck-item .container .mains video{
  max-width: 100%;
  margin: 0 auto;
}


.scenes-item{
    padding: 40px 0;
}
.scenes-item .container{
    width:1400px;
    margin: 0 auto;
}

.scenes-item .container .title{
    width: 100%;text-align: center;
}
.scenes-item .container .title h3{
  font-size: 48px;
}
.scenes-item .container .title span{
  font-size: 24px;display: block;margin-top: 20px;
  line-height: 40px;
}
.scenes-item .container ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-top: 30px;
}
.scenes-item .container ul li{
    width: calc(50% - 10px);
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.scenes-item .container ul li img.main{
  width: 100%;
  height: 100%;
}
.scenes-item .container ul li .shadow{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.5);
  align-items: center;
  display: -webkit-flex;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 18px;
  transition: all 2s;
}
/*.scenes-item .container ul li .shadow:hover{
  display: none;
}*/
.scenes-item .container ul li .shadow .content{
  width: 200px;
  height: 140px;
}
.scenes-item .container ul li .shadow img{
  display: block;
  margin:0 auto;
}
.scenes-item .container ul li .shadow span{
  margin-top: 8px;
  display: block;
}




.joystick-item{
  position: relative;
  color: #fff;
  margin:0 auto;
}
.joystick-item img.main{width:100%;}
.joystick-item .title{
    width: 500px;
    position: absolute;
    top: 36.1%;
    right: 19.5%;
    text-align: center;
}
.joystick-item  .title h3{
    font-weight: bold;
    font-size: 48px;
}
.joystick-item  .title span{
    display: block;
    margin: 10px 0;
    font-size: 24px;
    line-height: 40px;
    margin-top: 12px;
}


.vision-item{
    padding: 40px 0;
    margin: 40px auto 0;
    width: 100%;
}
.vision-item .container{
    width: 1200px;margin: 0 auto 20px;
}
.vision-item .container .title{
    font-size: 48px;text-align: center;
    font-weight: bold;
}
.vision-item .container span{
    display: block;margin: 20px 0;font-size: 24px;color: #333;text-align: center;font-weight: bold;
}
.vision-item .img{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    margin:0 auto;
}
.vision-item .img .left{
    width: calc(50% - 250px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 5;
}
.vision-item .img .right{
    width: calc(50% - 250px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 5;
}
.vision-item img.main{width:100%;}

.break-item{
  margin:40px auto;
  position: relative;
}
.break-item video{
  width: 100%;
  margin:0 auto;
}
.break-item .title{
  width: 560px;
  position: absolute;
  top: 11.8%;
  left: 34.5%;
  color: #fff;
}
.break-item .title h3{
  font-size: 48px;line-height: 60px;
}
.break-item .title span{
  font-size: 20px;margin-top: 20px;
  display: block;
  line-height: 30px;
}





.play-item{
    padding: 40px 0;
}
.play-item .container{width: 1200px;margin: 0 auto;height:}
.play-item .container .title{
    margin: 30px auto;
    text-align: center;
    font-weight: bold;
    font-size: 48px;

}
.play-item .display-box {
  position: relative;
  width: 100%;
  background-color: rgba(123, 124, 125, .6);
  height: 800px;overflow:hidden;
}
@media screen and (min-width: 1200px) and (max-width:1599px) {
    .play-item .display-box {height: 600px}
}
.play-item .fy-list,
.play-item .v-func-list {
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.play-item .fy-list {
  width: 100%;
  height: 100%;
  z-index: 9
}

.play-item .fy-list:after,
.play-item .v-func-list:after {
  content: '';
  display: block;
  height: 0;
  clear: both
}

.play-item .fy-list .fy-item {
  height: 100%;
  width: 20%;
  float: left;
  position: relative;
  transition: all .5s ease-in-out;
  cursor: pointer;
}

.play-item .fy-list .fy-item .fy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: all .5s ease-in-out;
  z-index: 2
}

.play-item .fy-list .fy-item .s-bg {
  opacity: 1;
  transition: all .5s ease-in-out;
  z-index: 1
}

.play-item .fy-list .fy-item .text,
.play-item .fy-list .fy-item .top-text {
  width: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
  z-index: 3
}

.play-item .fy-list .fy-item .top-text {
  bottom: 8%;
  text-transform: uppercase;
  left: 15%;
  opacity: 0
}

.play-item .fy-list .fy-item .top-text .describe {
  font-size: 24px;
  color: #fff;
}

.play-item .fy-list .fy-item .text {
  bottom: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1
}
.play-item .fy-list .fy-item .text img{
  margin:0 auto;
  width: 40px;
  height: 40px;
}
.play-item .fy-list .fy-item .text p{font-size: 24px;font-weight: 700; color: #fff;}

.play-item .fy-list .fy-item .text .number {
  font-size: 30px;
  color: #fff;
  margin-bottom: 18px
}

.play-item .fy-list .fy-item .text .describe {
  font-size: 24px!important;
  color: #fff;
  font-weight: 300;
  padding: 0 15%
}

.play-item .fy-list .fy-item .text .icon {
  margin-bottom: 20px
}

.play-item .fy-list .fy-item .bottom-text,
.play-item .fy-list .fy-item .video-tip {
  text-align: left;
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 0 15%;
  display: none;
  z-index: 3
}
.play-item .fy-list .fy-item .bottom-text img{
  width: 40px;
  height: 40px;
}
.play-item .fy-list .fy-item .bottom-text h2{line-height: 50px;}

.play-item .fy-list .fy-item .bottom-text {
  bottom: 5%;
  line-height: 28px;
  font-size: 16px
}

.play-item .fy-list .fy-item .bottom-text .describe {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
}

.play-item .fy-list .fy-item .video-tip {
  font-size: 14px;
  top: 5%;
  opacity: .5;
}

.play-item .fy-list:hover .fy-item {
  box-sizing:border-box;
  border-right: 1px solid rgba(112, 116, 115, .7)
}


.play-item .fy-list:hover .fy-item .s-bg {
  opacity: 0
}

.play-item .fy-list:hover .fy-item .fy {
  background: rgba(0, 0, 0, .4)
}

.play-item .fy-list:hover .fy-item .top-text {
  opacity: .5
}

.play-item .fy-list:hover .fy-item .text {
  opacity: 0
}

.play-item .fy-list:hover .fy-item .bottom {
  display: none
}

.play-item .fy-list .fy-item.active {
  color: #ddd
}

.play-item .fy-list .fy-item.active .top-text {
  opacity: 0
}

.play-item .fy-list .fy-item.active .bottom-text {
  display: block;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp
}

.play-item .fy-list .fy-item.active .video-tip {
  display: block
}

.play-item .v-func-list {
  z-index: 8
}

.play-item .v-func-list .v-func-item {
  height: 100%;
  width: 20%;
  float: left;
  position: relative;
  transition: opacity .5s ease-in-out
}

.play-item .v-func-list .v-func-item .s-bg {
  background-color: #000;
  height: 100%;
  width: 100%;
  background-position:center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.play-item .v-func-list,.v-list {
  width: 100%;
  height: 100%
}

.play-item .v-list .v-item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}

.play-item .v-list .v-item .video-bg {
  position: relative;
  height: 100%;
  overflow: hidden
}

.play-item .v-list .v-item .video-bg video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.play-item .v-list .v-item .video-bg video[poster] {
  width: 100%
}



/*=================================*/
.accessories-item{
    padding: 40px 0;

}
.accessories-item .container{
    width: 1200px;
    margin: 20px auto 0;

}
.accessories-item .container .title{
    margin: 30px 0;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}
.accessories-item .container ul.two-list:nth-of-type(1){
  margin-top: 40px;
}
.accessories-item .container ul.two-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    background: #e7e7e7;
    margin-bottom: 40px;
}
.accessories-item .container ul.two-list li{
    position:relative;
    width: 50%;
    text-align: center;
    line-height: 100%;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
    font-size: 40px;
}
.accessories-item .container ul.two li img{
    width: 100%;
    height: 100%;
}
.accessories-item .container ul.three-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin-bottom: 40px;
}
.accessories-item .container ul.three-list li{
    position:relative;
    width: calc(33% - 10px);
    font-size: 28px;
}
.accessories-item .container ul.three-list li span{
  display: block;
  width: 100%;
  text-align: center;
  height: 60px;line-height: 30px;
  margin-bottom: 20px;
  align-items: center;
  display: -webkit-flex;
  justify-content: center;
}

.accessories-item .container ul.three-list li img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}
/*=========================*/

.rod-item{
    padding: 40px 0;
}
.rod-item .container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.rod-item .container .title{
    margin:20px auto;
    text-align: right;
    position: absolute;
    width: 700px;
    top:3.1%;
    right: 5%;
}
.rod-item .container .title h3{
    display: block;
    font-size: 48px;
    font-weight: bold;
}
.rod-item .container .title span{
    display: block;
    font-size: 24px;
    margin: 20px 0;
}
.rod-item .container .title img{
  float: right;
}

.rod-item .container .four{
  margin-top: 40px;
  position: relative;
}
.rod-item .container .four h3{
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 24px;
}
/*==========================================*/
/*==========================================*/
.app-item{
    padding: 40px 0;
}
.app-item .container{
    width: 1200px;margin: 0 auto;
    overflow: hidden;
}
.app-item .container .title{
    font-size: 48px;
    text-align: center;
    line-height: 60px;
    margin: 20px auto;
    font-weight: bold;
}
.app-item .container .main{margin: 60px auto 20px;text-align: center;}
.app-item .container .main img{
    max-width: 100%;
    margin: 20px auto;
}

/*========================================================================================*/


.wireless-item{padding: 40px 0;margin:20px auto;}
.wireless-item .container{width: 1200px;margin: 0 auto;height:338px;overflow: hidden;}
.wireless-item .container div{
    width: 50%;display: inline-block;float: left;
    height: 100%;
    text-align: center;
    position: relative;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.wireless-item .container div .title{
    width: 100%;
    height: 150px;
    font-size: 48px;
    font-weight: bold;
}
.wireless-item .container .right{position: relative;}
.wireless-item .container div video{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.wireless-item .container .clear{
    clear: both;
}
.wireless-item .container div a,.track-item .container div a{ position: absolute; float: left; 
    border: 25px solid #404040; color: #404040; height: 0; 
    width:0; -webkit-border-radius: 100%; -moz-border-radius: 100%;
     -o-border-radius: 100%; border-radius: 100%;top:50%;margin-top: -25px;left: 50%;margin-left: -25px;}
.wireless-item .container div a span,.track-item .container div a span{ border-style: solid; text-indent: -9999px; position: absolute; top: -8px; left: -3px;  }

.wireless-item .container div a span.play,.track-item .container div a span.play{ border-color: transparent transparent transparent #fff; 
    border-width: 8px 0 8px 12px;  width: 0; height: 0; }


.track-item{padding: 40px 0;margin:20px auto;}
.track-item .container{width: 1200px;margin: 0 auto;height: 338px;overflow: hidden;}
.track-item .container div{
    width: 50%;display: inline-block;float: left;
    height: 100%;
    text-align: center;
    position: relative;
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.track-item .container .left{position: relative;}
.track-item .container div .title{
    width: 100%;
    height: 150px;
    font-size: 48px;
    font-weight: bold;

}
.track-item .container div video{
    max-width: 100%;
    margin: 0 auto;
    border-radius: 5px;
}
.track-item .container .clear{
    clear: both;
}

.ai-item{padding: 40px 0;margin:20px auto;}
.ai-item .container{width: 1200px;margin: 0 auto;overflow: hidden;}
.ai-item .container span.tips{
    display: block;height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #999;
}
.ai-item .container .title{
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin:30px auto;
}

.ai-item .container  .mcontent{
    margin-left: auto; 
    margin-right: auto;
}
.ai-item .container .beer-slider{display: inline-block;position: relative;overflow: hidden;}
.ai-item .container  .beer-slider img{
    width: 100%;
}
.ai-item .container .clear{
    clear: both;
}


.download-item{margin:20px auto;}
.download-item .container{width: 1200px;margin: 0 auto;overflow: hidden;}
.download-item .container .title{
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin:30px auto;
}
.download-item .container .main{
  width: 100%;margin:0 auto;
}
.download-item .container .main img{
  max-width: 100%;margin:0 auto;
}

/*.wdr-item{margin:20px auto;}
.wdr-item .container{width: 1200px;margin: 0 auto;overflow: hidden;}
.wdr-item .container .title{
    width: 100%;
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin:30px auto;
}
.wdr-item .container .main{
  width: 100%;margin:0 auto;
}
.wdr-item .container .main img{
  max-width: 100%;margin:0 auto;
}*/
/*==========================================*/
.popup-item{width: 100%;height: 100%;display: none;position: relative;}
.popup-item .shadow{
    width: 100%;
    height: 100%;
    background: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    overflow: hidden;
}
.popup-item .window{
    z-index: 10002;
    width: 1200px;
    height: 676px;position: fixed;
    margin-left: -600px;
    left: 50%;
    top: 50%;
    margin-top: -337px;
}
.popup-item .window video{
    max-width: 100%;
    margin:0 auto;
}
.popup-item .center{
    align-items: center;
    display: -webkit-flex;
    justify-content: center;
}
.popup-item span{
    width: 40px;
    height: 40px;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    z-index: 10002;
}
