.header-item{
  width: 100%;
  position: relative;
}
.header-item img.bg{

}
.header-item .main{
  position: absolute;
  width: 1200px;
  left: 50%;
  top: 70px;
  transform: translate(-50%);
}
.header-item .main .logo{
  width: 100%;
  text-align:center;
}
.header-item .main .logo img{margin:0 auto;width: 400px;}

.header-item .main .logo p{font-size: 32px;font-weight: bold;color: #222;margin-top: 15px;}
.header-item .button {margin-top: 15px;}
.header-item .button a {
    display: block;
    width: 150px;
    height: 50px;
    font-size: 18px;
    border-radius: 25px;
    border: 2px solid #666;
    text-indent: 12px;
    margin: 15px auto 0;
}
.header-item .button a em {
    width: 100px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-style: normal;
    float: left;
    color: #666;
    text-align: left;
    font-weight: bold;
}
.header-item .button a span {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../png/play-icon-3.png) no-repeat center center;
    background-size: cover;
    margin: 6px 0 8px;
    float: left;
}

.desc{width: 1200px;margin: 30px auto;}
.desc p{font-size: 22px;color: #666;line-height: 30px;text-align: center;}




.small{
  width: 100%;
  background: #fff;
  margin-top: 100px;
}
.small .main{
  width: 1200px;margin:0 auto;
}
.small .main .content{width: 100%;}
.small .main .content h2{font-size: 40px;margin:10px 0;color: #009FE9;font-weight: bold;}
.small .main .content p{font-size: 22px;color: #666;line-height: 30px;margin-top: 10px;}
.small .main .content .video{width: 100%;margin-top: 30px;position: relative;}
.small .main .itemlist .video{width: 100%;position: relative;}
.small .main .content .video video{width: 100%;margin:0 auto;border-radius: 40px;}
.small .main .content .video .icon{position: absolute;bottom: 30px;right: 30px;width: 50px;
  height: 50px;border-radius: 25px;background: rgba(0,0,0,.5);display: flex;
  justify-content: center;align-items: center;cursor: pointer;}
.small .main .content .video .icon span{display: block;width: 40px;height: 40px;
  background: url(https://cdn.feiyu-tech.com/Index/vimble-3-se/images/icon-repeat.svg) no-repeat center center;
  background-size: 100% 100%;margin-top: 0;}

.property{
  width: 100%;
  background: #fff;
  margin-top: 100px;
}
.property .main{
  width: 1200px;margin:0 auto;
}
.property .main .content{width: 100%;}
.property .main .content h2{font-size: 40px;margin:10px 0;font-weight: bold;}
.property .main .content h2 span{color: #009FE9;}
.property .main .content p{font-size: 22px;color: #666;line-height: 30px;margin-top: 10px;}
.property .main .content .video{width: 100%;margin-top: 30px;position: relative;}
.property .main .itemlist .video{width: 100%;position: relative;}
.property .main .content .video video{width: 100%;margin:0 auto;border-radius: 40px;}
.property .main .itemlist{width: 100%;display: flex;justify-content: space-between;margin-top: 80px;}
.property .main .itemlist li{width: calc(50% - 40px);position: relative;}
.property .main .itemlist li .video{width: 100%;}
.property .main .itemlist li .video img,.property .main .itemlist li .video video{width: 100%;border-radius: 40px;}
.property .main .itemlist li  p{font-size: 20px;line-height: 30px;color: #666;position: absolute;left: 0;top: 0;padding: 60px;}

.property .main .content .video .icon,.property .main .itemlist .video .icon{position: absolute;bottom: 30px;right: 30px;width: 50px;
  height: 50px;border-radius: 25px;background: rgba(0,0,0,.5);display: flex;
  justify-content: center;align-items: center;cursor: pointer;}
.property .main .content .video .icon span,.property .main .itemlist .video .icon span{display: block;width: 40px;height: 40px;
  background: url(https://cdn.feiyu-tech.com/Index/vimble-3-se/images/icon-repeat.svg) no-repeat center center;
  background-size: 100% 100%;margin-top: 0;}


.structure{
  width: 100%;
  background: #fff;
  margin-top: 200px;
}

.structure .animation{
  width: 100%;
  height: 100vh;
  position: relative;
}
.structure canvas#structure{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    margin:0 auto;
    overflow: hidden;
    object-fit: cover;
    height:100%;
}

.structure .animation .text{width: 550px;height: 560px;position: absolute;top: 50%;right: 8%;transform: translateY(-50%);background: none;}
.structure .animation .text h2{font-size: 40px;margin:10px 0;font-weight:bold;color: #009FE9;}
.structure .animation .text h3{font-size: 30px;line-height: 32px;}
.structure .animation .text ul.marks{margin-top: 20px;}
.structure .animation .text ul.marks li{display: none;}
.structure .animation .text ul.marks li.active{display: block;}
.structure .animation .text ul.marks li .item{display: flex;margin-bottom: 6px;}
.structure .animation .text ul.marks li .item img{width: 40px;}
.structure .animation .text ul.marks li .item .words{font-size: 24px;margin-left: 10px;}
.structure .animation .text ul.marks li .item .words span{font-size: 20px;color: #999;}

.live{
  width: 100%;
  background: #fff;
  margin-top: 100px;
}
.live .main{
  width: 1200px;margin:0 auto;
}
.live .main .content{width: 100%;}
.live .main .content h2{font-size: 40px;margin:10px 0;line-height: 60px;font-weight: bold;}
.live .main .content h2 span{color: #009FE9;}
.live .main .content p{font-size: 22px;color: #666;line-height: 30px;margin-top: 10px;}
.live .main .content .video{width: 100%;margin-top: 30px;}
.live .main .content .video video{width: 100%;margin:0 auto;border-radius: 40px;}

.live .main .content .video .vv{width: 100%;position: relative;}
.live .main .content .video .icon{position: absolute;bottom: 30px;right: 30px;width: 50px;
  height: 50px;border-radius: 25px;background: rgba(0,0,0,.5);display: flex;
  justify-content: center;align-items: center;cursor: pointer;}
.live .main .content .video .icon span{display: block;width: 40px;height: 40px;
  background: url(https://cdn.feiyu-tech.com/Index/vimble-3-se/images/icon-repeat.svg) no-repeat center center;
  background-size: 100% 100%;position: relative;margin-top: 0;}
.live .main .content h3{font-size: 34px;margin: 40px 0;}
.live .main .content ul.scenes{display: flex;margin:0 auto 30px;}
.live .main .content ul.scenes li{width: 25%;position: relative;}
.live .main .content ul.scenes li img{width: 100%;}
.live .main .content ul.scenes li span{width: 100%;height: 60px;text-align: center;
  text-shadow: 1px 2px 2px #666;position: absolute;left: 0;bottom: 20px;color: #fff;font-size: 26px;font-weight: 600;line-height: 32px;}
.live .main .content ul.scenes li img.img1{border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.live .main .content ul.scenes li img.img4{border-top-right-radius: 20px;border-bottom-right-radius: 20px;}



.follow{
  width: 100%;
  background: #fff;
  margin-top: 100px;
}
.follow .main{
  width: 1200px;margin:0 auto;
}
.follow .main .content{width: 100%;}

.follow .main .content h2{font-size: 40px;margin:10px 0;font-weight: bold;}
.follow .main .content h2 span{color: #009FE9;}
.follow .main .content h3{font-size: 34px;font-weight: normal;margin-top: 15px;}
.follow .main .content h3.second{margin-top: 70px;}
.follow .main .content p{font-size: 22px;color: #666;line-height: 30px;margin-top: 20px;}

.follow .main .content .video{width: 100%;margin-top: 30px;position: relative;}
.follow .main .content .video img{width: 100%;margin:0 auto;}
.follow .main .content .video span{display: block;margin-top: 25px;font-size: 20px;color: #666;text-align: center;}

.follow .main .content ul.list{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.follow .main .content ul.list li.item{width: calc(50% - 20px);display: flex;justify-content: space-between;align-items: center;flex-flow: column;}
.follow .main .content ul.list li.item .per{width: 100%;}
.follow .main .content ul.list li.item .text{height:110px;font-size: 22px;line-height: 30px;padding-left: 40px;}
.follow .main .content ul.list li.item .text1{margin-top: 30px;}
.follow .main .content ul.list li.item .text2{margin-top: 80px;}
.follow .main .content ul.list li.item .per img{width: 100%;border-radius: 20px;}
.follow .main .content ul.list li.item .text img{width: 30px;display: block;margin: 5px 0;}
.follow .main .content ul.list li.item .per.last{}

.follow .main .content .videos{margin-top: 30px;}
.follow .main .content .videos li{position: relative;display: none;}
.follow .main .content .videos li.active{display: block;}
.follow .main .content .videos li video{width: 100%;border-radius: 40px;}
.follow .main .content .videos .icon{position: absolute;bottom: 30px;right: 30px;width: 50px;
  height: 50px;border-radius: 25px;background: rgba(0,0,0,.5);display: flex;
  justify-content: center;align-items: center;cursor: pointer;z-index: 10;}
.follow .main .content .videos .icon span{display: block;width: 40px;height: 40px;
  background: url(https://cdn.feiyu-tech.com/Index/vimble-3-se/images/icon-repeat.svg) no-repeat center center;
  background-size: 100% 100%;position: relative;margin-top: 0;}
.follow .main .content .videos li p{width: 100%;height: 50px;line-height: 50px;text-align: center;position: absolute;
left: 0;bottom: 10px;color: #fff;text-shadow: 1px 2px 2px #999;font-weight: 500;z-index: 9;}

.follow .main .content .navs{width: 690px;margin: 0 auto;display: flex;height: 50px;line-height: 50px;margin-top: 40px;}
.follow .main .content .navs li{width: 230px;text-align: center;background: #F5F5F5;color: #000;font-size: 24px;cursor: pointer;}
.follow .main .content .navs li.active{background: #009FE9;color: #fff;}
.follow .main .content .navs li.n1{border-top-left-radius: 10px;border-bottom-left-radius: 10px;}
.follow .main .content .navs li.n2{border-top-right-radius: 10px;border-bottom-right-radius: 10px;}






.accessories{
  width: 100%;
  background: #fff;
  margin-top: 150px;
}
.accessories .main{
  width: 1200px;margin:0 auto;
}
.accessories .main .title{width: 100%;}
.accessories .main .title h2{font-size: 40px;margin:10px 0;line-height: 50px;font-weight: bold;}
.accessories .main .title h2 span{color: #009FE9;}
.accessories .main ul.content{
  width: 100%;
}
.accessories .main ul.content li{width: 100%;display: flex;margin: 60px 0;}
.accessories .main ul.content li .img{width: 65%;}
.accessories .main ul.content li .img img{width: 100%;border-radius: 20px;}
.accessories .main ul.content li .text{width: 35%;display: flex;align-items: center;flex-flow: column;justify-content: center;padding: 0 30px;}
.accessories .main ul.content li .text h3{font-size: 34px;text-align: left;display: block;width: 100%;text-indent: 40px;}
.accessories .main ul.content li .text h3.rights{text-align: right;padding-right: 40px;}
.accessories .main ul.content li .text p{font-size: 22px;color: #666;line-height: 30px;display: block;width: 100%;margin-top: 15px;}
/*===================================================*/

/*==========================================*/
.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;
}
@media (max-width: 1920px){

}
@media (max-width:1661px){

}
@media (min-width:1280px) and (max-width:1440px){
  .property .main,.structure .one .main,.live .main,.small .main,.follow .main,.play .main,.accessories .main{width: 1000px;}
  .header-item .main{top: 50px;}
  .structure .animation .text{right: 4%;}
  .property .main .itemlist li p{padding: 30px 60px;}
  .live .main .content ul.scenes li span{font-size: 22px;line-height: 26px;}
  .accessories .main ul.content li .text h3{font-size: 30px;}
  .accessories .main ul.content li .img{width: 60%;}
  .accessories .main ul.content li .text{width: 40%;}
  .desc{width: 1000px;}
}
@media (max-width: 1280px){
  .property .main,.structure .one .main,.live .main,.small .main,.follow .main,.play .main,.accessories .main{width: 1000px;}
  .header-item .main .logo img{width: 300px;}
  .header-item .main .logo p{font-size: 32px;}
  .desc p,.small .main .content p,.structure .animation .text ul.marks li .item .words span,.property .main .content p,.live .main .content p
  ,.follow .main .content p,.follow .main .content ul.list li.item .text,.follow .main .content p{font-size: 20px;}
  .small .main .content h2,.structure .animation .text h2,.property .main .content h2,.live .main .content h2,.follow .main .content h2
  ,.accessories .main .title h2{font-size: 40px;}
  .structure .animation .text h3,.live .main .content h3,.follow .main .content h3,.follow .main .content h3,.accessories .main ul.content li .text h3{font-size: 32px;}
  .structure .animation .text ul.marks li .item img{width: 34px;}
  .structure .animation .text ul.marks li .item .words{font-size: 22px;}
  .structure .animation .text{width: 460px;height: 560px;right: 2%;}
  .live .main .content ul.scenes li span{font-size: 20px;line-height: 26px;}
  .follow .main .content .navs{width: 690px;}
  .follow .main .content .navs li{width: 230px;font-size: 22px;}
}