html,body{
    background: #000;
}
.scorp-header{
    width: 100%;
    position: relative;
}
.scorp-header img.main{
    width: 100%;
}

.scorp-header .logo{
    width: 800px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 245px;
    transform: translate(-50%);
    text-align: center;
}

.scorp-header .logo img{
    margin:0 auto;
}
.scorp-header .logo .text{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}


.scorp-header .header-icon{
    position: absolute;
    width: 66%;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%);
}
.scorp-header .header-icon ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 30px 60px 20px;
}
.scorp-header .header-icon ul li{
    position: relative;
    width: calc(25% - 8px);
    margin: 30px 0 20px;
    text-align: center;
}
.scorp-header .header-icon ul li img{
    width: 100px;
    margin:8px auto;
}
.scorp-header .header-icon ul li span{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 6px;
}

.camera-item{
    width: 100%;
    max-height: 100vh;
    height: 100vh;
    background: url(../jpg/camera-item.jpg) center center no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    overflow: hidden;
    z-index: 3;
    margin-top: 80px;
}

.camera-item .mcontent{

}
.camera-item .title{
    color: #ccc;
    width: 1200px;
    margin:0 auto;
    text-align: center;
}
.camera-item .title h3{
    font-weight: bold;
    font-size: 50px;
    background: linear-gradient(to right,#fff, #bbb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.camera-item .title span{
    font-size: 30px;
}
.camera-item .title p{
    font-size: 24px;
    line-height: 36px;
    display: block;
    margin-top: 10px;
}
.camera-item .ncontent{
    width: 1200px;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.camera-item  ul.cimgs{
    width: 700px;
    height: 700px;
    overflow: hidden;
    position: relative;
}

.camera-item  ul.cimgs li.iimg{
    width: 100%;
    transition: all .2s;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}
.camera-item  ul.cimgs li.iimg.active{
    display: block;
}
.camera-item  ul.cimgs li.iimg img{
    width: 100%;
    margin:0  auto;

}
.camera-item  ul.cnav{
    position: absolute;
    bottom: 60px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.camera-item ul.cnav li.inav{
    font-size: 20px;
    color: #fff;
    margin:0 20px;
    cursor: pointer;
    color:#999;
    font-family: "Arial";
    width: calc(20% - 15px);
    cursor: pointer;
    text-align: center;
}
.camera-item ul.cnav li.inav.active{
    font-size: 20px;
    font-weight: 600;
    color: #fff;
} 

/*====================================================*/

.scorp-structure{
    width: 100%;
    background: #000;
    position: relative;
}
.scorp-structure ul.bglist,.scorp-structure ul.bglist li{
    width: 100%;
}
.scorp-structure ul.bglist li img{width: 100%;}
.scorp-structure ul.bglist li{display: none;transition: all 1s;}
.scorp-structure ul.bglist li.active{display: block;}
.scorp-structure  .tcontent{
    font-size: 60px;
    color: #fff;
    width: 100%;
    display: flex;
}
.scorp-structure  .tcontent .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scorp-structure .tcontent .title span{
    color: #fff;
    font-size: 30px;
    display: block;
    line-height: 36px;
}
.scorp-structure .s-content{
    width: 540px;
    height: 420px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-25%,-50%);
}
.scorp-structure .s-content ul{
    margin-top: 60px;
}
.scorp-structure .s-content ul li{
    margin-bottom: 15px;
    cursor: pointer;
}
.scorp-structure .s-content ul li h3:before{
    content:'⚫';
    color: #292929;
    display: inline-block;
    font-size: 30px;
}
.scorp-structure .s-content ul li h3{
    font-size: 26px;
    color: #292929;
    transition:all 1s;
}
.scorp-structure .s-content ul li span{
    display: block;
    font-size: 20px;
    color: #d1d1d1;
    transition:all 1s;
    margin-top: 10px;
    transform: translateY(0);
    height: 0px;
    overflow-y: hidden;
}
.scorp-structure .s-content ul li.active h3,.scorp-structure .s-content ul li.active h3:before{
    color: #fff;
}
.scorp-structure .s-content ul li.active span{
    height: auto;
    transform: translateY(-10);
}


.install{
    width: 100%;
    background: #000;
    overflow: hidden; 
    position: relative;
}
.install ul.bglist,.install ul.bglist li{
    width: 100%;
}
.install ul.bglist li{
    display: none;
}
.install ul.bglist li img{
    width: 100%;
}
.install ul.bglist li.active{
    display: block;
}

.install  .title{
    position: absolute;
    top: 20%;
    left: 25%;
    transform: translate(-25%,-30%);
    width: 800px;
    height: 180px;
    font-weight: bold;
    font-size: 20px;
    z-index: 10;
}
.install .title h3{
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}
.install .title span{font-size: 30px;display: block;margin-top: 15px;color: #fff;font-weight: normal;}
.install ul.tool{
    position: absolute;
    width: 600px;
    height: 60px;line-height: 60px;
    left: 50%;
    bottom: 60px;
    transform: translate(-50%);
}
.install ul.tool li{
    display: none;
    font-size: 24px;color: #fff;text-align:center;
    line-height: 30px;align-items: center;
}
.install ul.tool li.active{display: block;}
.install ul.tool .pre{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-left.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}
.install ul.tool .next{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-right.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    cursor: pointer;
}


.screen-item{
    width: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.screen-item .content{

}

.screen-item  .title{
    color: #ccc;
    width: 1000px;
    margin:20px auto 0;
    text-align: center;
    position: absolute;top: 100px;
    left: 50%;
    transform: translate(-50%);
    z-index: 10;
}
.screen-item  .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.screen-item  .title p{
    font-size: 24px;
    display: block;
    margin-top: 15px;
}
.screen-item .mcontent{
    width: 100%;
    position: relative;
    overflow: hidden;
    position: relative;
}
.screen-item .mcontent img{
    width: 100%;
}
.screen-item .mcontent img.text{
    position: absolute;
    left: 0;
    top: 0;
}



.chip-item{
    width: 100%;
    background: #000;
    position: relative;
    padding-top: 100px;
}
.chip-item .content{
    width: 100%;
}
.chip-item .theme{
    width: 100%;
    height: auto;
}
.chip-item .theme .title{
    font-size: 60px;
    color: #fff;
    width: 1000px;
    height: auto;
    margin:0px auto;
    text-align: center;
}
.chip-item .theme .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.chip-item .theme .title p{
    font-size: 24px;
    display: block;
    margin-top: 20px;
    line-height: 40px;
}
.chip-item .mcontent{
    padding: 50px 0;
    margin-top: 150px;
}
.chip-item .mcontent video{
    width: 100%;
    object-fit: cover;
}


.magic-wheel-item{
    width: 100%;
    height: 100vh;
    background: #000;
    overflow: hidden;
    position: relative;
}
.magic-wheel-item::before{
    content:'';
    position:absolute;
    top:-60vh;
    left:0;
    width:100%;
    height:60vh;
    z-index:10000;
    background:linear-gradient(to top,#000,transparent);
    opacity: 1;

}
.magic-wheel-item .content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.magic-wheel-item  .title{
    font-size: 60px;
    color: #fff;
    width: 1000px;
    text-align: center;
    margin:0 auto;
}
.magic-wheel-item  .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.magic-wheel-item  .title p{
    font-size: 24px;
    display: block;
    margin-top: 20px;
}
.magic-wheel-item .mcontent{
    width: 100%;
    margin:30px auto 0;
    position: relative;
    overflow: hidden;
}
.magic-wheel-item .mcontent ul{
    width: 1000px;
    margin:0 auto;
    list-style: none;
    padding: 0;
}
.magic-wheel-item .mcontent ul.vlist{
    /*margin-top: 60px;*/
}
.magic-wheel-item .mcontent ul.vlist li{
    width: 100%;
    display: none;
}
.magic-wheel-item .mcontent ul.vlist li.active{
    display: block;
}
.magic-wheel-item .mcontent ul.vlist li video{
    max-width: 100%;
    margin:0 auto;
}
.magic-wheel-item .mcontent ul.nav{
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 10px;
    position: relative;
}
.magic-wheel-item .mcontent ul.nav .pre{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-left.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    cursor: pointer;
}
.magic-wheel-item .mcontent ul.nav .next{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-right.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
}
.magic-wheel-item .mcontent ul.nav li{
    display: inline-block;
    height: 50px;line-height: 50px;
    text-align: center;color: #fff;
    font-size: 20px;
    padding: 0;
    color: #ccc;
    display: none;
    cursor: pointer;
}
.magic-wheel-item .mcontent ul.nav li.active{
    display: block;
    font-weight: bold;
    color: #fff;
}



.mark-item{
    width: 100%;
    background: #000;
    position: relative;
    padding: 80px 0 50px;
}
.mark-item .content{
    width: 100%;
}
.mark-item .mcontent{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-top: 30px;

}
.mark-item .mcontent ul{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
    position: relative;
}
.mark-item .mcontent ul li{
    width: 1200px;
    position: relative;
    display: none;
    margin:0 auto;
}
.mark-item .mcontent ul li.active{
    display: block;
}
.mark-item .mcontent ul li video{
    max-width: 100%;
}

.mark-item .mcontent ul i{font-size: 60px;color: #fff;cursor: pointer;}
.mark-item .mcontent ul .pre{
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.mark-item .mcontent ul .next{
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.mark-item .mcontent ul li .text{
    width: 100%;
    line-height: 30px;
    text-align: center;
    color: #ccc;
    font-size: 24px;margin-top: 10px;
}
.mark-item .mcontent ul li .text h3{font-size: 30px;font-weight: 600;margin:30px 0 15px;}
.mark-item .theme{

}
.mark-item .theme .title{
    color: #fff;
    width: 1000px;
    margin:0 auto;
    text-align: center;
}
.mark-item .theme .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.mark-item .mcontent .icon-bg{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
}
.mark-item .mcontent .icon-bg .icon{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    cursor: pointer;
}
.mark-item .mcontent .icon-bg .icon.play{
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-play.svg) center center no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
}
.mark-item .mcontent .icon-bg .icon.repeat{
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-c/images/icon-repeat.svg) center center no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
}



.play-item{
    width: 100%;
    background: #000;
    position: relative;
}
.play-item .content{
    width: 100%;
}
.play-item .title{
    width: 100%;
    text-align: center;
}
.play-item  .title h3{
    font-weight: bold;
    font-size: 64px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.play-item .mcontent{
    width: 1200px;
    margin:40px auto 0;
}
.play-item .mcontent ul{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.play-item .mcontent ul li{
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    opacity: 0.7;
}
.play-item .mcontent ul li video{
    width: 100%;
    object-fit: cover;
}
.play-item .mcontent ul li span{
    width: 100%;
    height: 60px;line-height: 60px;
    text-indent: 24px;
    font-size: 20px;color: #fff;
    text-shadow: 1px 1px 1px #222;
    position: absolute;
    left: 0;
    bottom: 0;
}

.charge-item{
    width: 100%;
    background: #000;
    position: relative;
}
.charge-item img.main{
    width: 100%;
}
.charge-item::before{
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    background:linear-gradient(to bottom,#000,transparent);
    top: 0px;
    left: 0;
    z-index: 10;
}
.charge-item .title{
    width: 500px;
    height: 280px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18%;
}

.charge-item .title h3{
    font-weight: bold;
    font-size: 50px;
    background: -webkit-gradient(linear,left top,left bottom, from(#fff), to(#666));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.charge-item .title p{
    font-size: 24px;
    display: block;
    margin-top: 20px;
    line-height: 40px;
    color: #ccc;
}
.charge-item .title i{font-size: 14px;display: inline-block;margin-right: 5px;}

.accessories-item{
    width: 100%;
    background: #000;
    padding: 80px 0 100px;
}
.accessories-item .mcontent{
    width: 1200px;margin:0 auto;
    background: #E2E2E2;
    border-radius: 50px;
    padding: 40px 0;
}
.accessories-item .mcontent .title{
    width:90%;
    margin:0 auto;
}
.accessories-item .mcontent .title span{
    display: block;
    font-size: 16px;
    color: #009FE9;
}
.accessories-item .mcontent .title h3{
    font-size: 36px;
    font-weight: bold;
}
.accessories-item .mcontent .content{
    width: 90%;margin:30px auto 0;
}
.accessories-item .mcontent .content img.main{
    width: 100%;
}
.accessories-item .mcontent .content ul{
    width: 100%;
    margin:20px 0;
}
.accessories-item .mcontent .content ul li{
    display: inline-block;
    margin-right: 10px;
    font-size: 20px;
    margin-bottom: 10px;
}

.pei-item{width: 100%;background: #000;padding: 50px 0;}
.pei-item .content{
    width: 1200px;
    margin:0 auto;
}
.pei-item .content h3{font-size: 50px;color: #fff;}
.pei-item .content .list{width: 100%;margin-top: 40px;display: flex;align-items: center;justify-content: space-between;}
.pei-item .content .list .first{width: calc(50% - 15px);}
.pei-item .content .list .first .item{width: 100%;margin-bottom: 30px;position: relative;}
.pei-item .content .list .first .item span{width: 100%;display: block;position: absolute;height: 30px;line-height: 30px;text-align: center;font-size: 20px;left: 0;bottom: 25px;}
.pei-item .content .list .first .item img{width: 100%;border-radius: 20px;}

/*==========================================*/
.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){
    .scorp-header .logo{top: 215px;}
    .scorp-header .header-icon{bottom: 10px;}
}
@media (max-width:1661px){
    .scorp-header .logo{top: 180px;}
    .scorp-header .header-icon ul li{
        margin:10px 0;
    }
    .scorp-header .header-icon ul li img{width: 80px;}
}
@media (min-width:1280px) and (max-width:1440px){
  .mark-item .mcontent ul{width: 1000px;}
  .scorp-header .header-icon{width: 70%;}
  .play-item .mcontent{width: 1000px;}
  .accessories-item .mcontent{width: 1000px;}
  .pei-item .content{width: 1000px;}
}