body,html{
    background: #000;
}
.scorp-header{
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
    position: relative;
}
.scorp-header .video{
    width: 100%;
    height: 100%;
}
.scorp-header .video video{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    height: 100%;
}
.scorp-header .header-item{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    z-index: 3;
}
.scorp-header .logo{
    width: 600px;
    height: 40vh;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%);
    text-align: center;
    z-index: 4;
}

.scorp-header .logo img{
    width: 480px;
    margin:0 auto;
}
.scorp-header .logo .text{
    font-size: 42px;
    margin:20px 0;
    line-height: 52px;
    color: #fff;
    font-weight: 600;
}


.combine-item{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}


.icon-list{
    width: 100%;
    height: 100vh;
    position: relative;
}
.icon-list .bg-img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    background: url("../jpg/icon-bg.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.icon-list ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    position: absolute;
    width: 1000px;
    height: auto;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.icon-list ul li{
    position: relative;
    width: calc(33.3% - 8px);
    margin-bottom: 50px;
    text-align: center;
}
.icon-list ul li img{
    width: 80px;
    margin:8px auto;
}
.icon-list ul li span{
    display: block;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

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

.removable-item{
    width: 100%;
    height: 100vh;
    position: relative;
    z-index: 5;
}

.removable-item .bg-img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    background: url("../jpg/removable.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.removable-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}


.removable-item .mcontent{
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
}
.removable-item .mcontent .title{
    height: 180px;
    text-align: center;
    color: #fff;
}
.removable-item .mcontent .title h3{
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;

    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
}
.removable-item .mcontent .title p{
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;

    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
}
.removable-item .mcontent .vitem{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 180px);
}
.removable-item .mcontent .vitem .nav{
    width: 35%;
    height: 100%;
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.removable-item .mcontent .vitem .nav ul li{
    width: 220px;
    height: 50px;line-height: 50px;
    border:1px solid #fff;
    text-align: center;
    margin:15px 0;
    font-size: 20px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
}
.removable-item .mcontent .vitem .nav ul li.active{
    background: #00A0E8;
    color: #fff;
    border-color: #00A0E8;
}
.removable-item .mcontent .vitem .video{
    width: 65%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.removable-item .mcontent .vitem .video ul li{
    display: none;
}
.removable-item .mcontent .vitem .video ul li.active{
    display: block;
}
.removable-item .mcontent .vitem .video video{
    width: 100%;
}



.assist-item{
    width: 100%;
    height: auto;
    position: relative;
    background: #000;
    padding-top: 100px;
}
.assist-item .title{
    width: 100%;
    margin:30px auto 50px;
    text-align: center;

}
.assist-item .title h3{
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;

    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.assist-item .mcontent{
    width: 1200px;
    margin:40px auto;
}
.assist-item .mcontent ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.assist-item .mcontent ul li{
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}
.assist-item .mcontent ul li video{
    width: 100%;
    object-fit: cover;
}
.assist-item .mcontent ul li span{
    display: block;
    height: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}


.ml-item{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: red;

}
.modules-item{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.modules-item .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
.modules-item .title{
    width: 100%;
    text-align: center;
}
.modules-item .title h3{
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.modules-item .title p{
    font-size: 24px;
    color: #fff;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
    margin-top: 35px;
}
.modules-item .videolist{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.modules-item .videolist ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    height: auto;
}
.modules-item .videolist ul li{
    width: calc(33.3% - 5px);
    position: relative;
    display: block;
    cursor: pointer;
}
.modules-item .videolist ul li::after{
    float: left;
    content: "";
    display: block;
    clear: both;
}
.clear{
    clear: both;
}
.modules-item .videolist ul li img{
    width: 100%;
    position: absolute;left: 0;top: 0;
    z-index: 2;
}
.modules-item .videolist ul li video{
    width: 100%;
    object-fit: cover;
    z-index: 1;
}
.modules-item .videolist ul li span{
    display: block;
    width: 100%;
    height: 60px;line-height: 60px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
    font-size: 24px;
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 0;
}

.load-item{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}
.load-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.load-item .bg-img{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    background: url("../jpg/load-bg.jpg") center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.load-item .text{
    width: 100%;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
}
.load-item .text h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  

}
.load-item .text p{
    font-size: 30px;
    color: #fff;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent; 
    margin-top: 20px;
    font-weight: 500;
}


.wheel-item{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.wheel-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.wheel-item .content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wheel-item .title{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wheel-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.wheel-item .mcontent{
    width: 1200px;
    margin:60px auto 0;
}
.wheel-item .mcontent ul{
    width: 100%;
    position: relative;
}
.wheel-item .mcontent .controls{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.wheel-item .mcontent .pre{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-left.svg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    left: 30px;
    cursor: pointer;
}
.wheel-item .mcontent .next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-right.svg) center center no-repeat;
    background-size: 100% 100%;
    right: 30px;
    cursor: pointer;
}
.wheel-item .mcontent ul li{
    width: 100%;
    display: none;
    position: relative;
}
.wheel-item .mcontent ul li.active{
    display: block;
}
.wheel-item .mcontent ul li p{
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;font-size: 20px;
    color: #fff;
}
.wheel-item .mcontent video{
    max-width: 100%;
    margin:0 auto;
}


.mark-item{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.mark-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.mark-item .content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.mark-item .title{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mark-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.mark-item .mcontent{
    width: 1200px;
    margin:60px auto 0;
}
.mark-item .mcontent ul{
    width: 100%;
    position: relative;
}
.mark-item .mcontent .controls{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.mark-item .mcontent .pre{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-left.svg) center center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    left: 30px;
    cursor: pointer;
}
.mark-item .mcontent .next{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-right.svg) center center no-repeat;
    background-size: 100% 100%;
    right: 30px;
    cursor: pointer;
}
.mark-item .mcontent ul li{
    width: 100%;
    display: none;
    position: relative;
}
.mark-item .mcontent ul li.active{
    display: block;
}
.mark-item .mcontent ul li p{
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    text-align: center;font-size: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px #222;
}
.mark-item .mcontent video{
    max-width: 100%;
    margin:0 auto;
}

.flash-item{
    width: 100%;
    height: 100vh;
    position: relative;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.flash-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.flash-item .content{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.flash-item .title{
    text-align: center;
    align-items: center;
}
.flash-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.flash-item .title  p{
    font-size: 30px;
    color: #fff;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent; 
    margin-top: 20px;
    font-weight: 500;
}
.flash-item .mcontent{
    width: 1200px;
    margin:60px auto 0;
}
.flash-item .mcontent video{
    width: 100%;
}

.screen-item{
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.screen-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.screen-item .content{
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.screen-item .title{
    text-align: center;
}
.screen-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.screen-item .title p{
    width: 100%;
    color: #fff;
    font-size: 24px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
    margin-top: 15px;
}
.screen-item .bg{
    width: 600px;
    margin:30px auto 0;
    overflow: hidden;
    height: 600px;

}
.screen-item .bg img{
    width: 600px;
    margin:0 auto;
}
.screen-item .bg .pre{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-left.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
}
.screen-item .bg .next{
    width: 30px;
    height: 30px;
    background: url(https://cdn.feiyu-tech.com/Index/feiyu-scorp-pro/images/icon-right.svg) center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}
.screen-item .bg ul.vlist{
    width: 377px;
    height: 437px;
    position: absolute;
    top: 144px;
    left: 112px;
}
.screen-item .bg ul.vlist li{
    width: 377px;
    height: 377px;
    display: none;
}
.screen-item .bg ul.vlist li span{
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.screen-item .bg ul.vlist li.active{
    display: block;
}
.screen-item .bg ul.vlist li video{
    width: inherit;
    height: inherit;
}







.chip-item{
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.chip-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.chip-item .title{
    margin-top: 80px;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 50%;transform: translate(-50%);
    top: 20%;
}
.chip-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.chip-item .title p{
    width: 100%;
    color: #fff;
    font-size: 24px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
    margin-top: 15px;
}
.chip-item .mcontent{
    width: 100%;
    height: 100%;
}
.chip-item .mcontent video{
    width: 100%;height: 100%;
    position: absolute;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
}




.play-item{
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;left: 0;top: 0;
}
.play-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.play-item .mcontent{
    width: 1200px;
    margin:0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.play-item .mcontent .title{
    width: 100%;
    text-align: center;
    z-index: 5;
}
.play-item  .mcontent .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.play-item  .mcontent ul.vlist{
    width: 100%;
    margin-top: 40px;
}
.play-item  .mcontent ul.vlist li{
    width: 100%;
    display: none;
}
.play-item  .mcontent ul.vlist li.active{
    display: block;
}
.play-item  .mcontent ul.vlist li video{
    width: 100%;
}
.play-item  .mcontent ul.nav{
    width: 60%;
    margin:40px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;line-height: 26px;
    border-bottom: 1px solid #031F2F;
    font-size: 20px;
    color: #fff;
}
.play-item  .mcontent ul.nav li{
    width: 25%;
    text-align: center;
    height: 100%;
    cursor: pointer;
}
.play-item  .mcontent ul.nav li.active{
    border-bottom: 2px solid #059FEC;
}



.charge-item{
    width: 100%;
    height: 100vh;
    background: #000;
    position: absolute;left: 0;top: 0;
    background: url(../jpg/charge-3.jpg) center center no-repeat;
    background-size: cover;
}
.charge-item::before{
    content:"";
    position:absolute;
    top:calc(-60vh + 1px);
    left:0;
    width:100%;
    height:60vh;
    z-index:4;
    background:linear-gradient(to top,#000,transparent);
}
.charge-item .mcontent{
    width: 1200px;
    margin:0 auto;
}
.charge-item  .title{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 50px;
    z-index: 5;
}
.charge-item .title h3{
    width: 100%;
    color: #fff;
    font-size: 48px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;
    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;  
}
.charge-item .title p{
    color: #fff;
    font-size: 24px;
    margin-top: 15px;
    background-image:linear-gradient(75deg,rgba(255,255,255,1)  0%,rgba(255,255,255,1) 33.33%,rgba(255,255,255,0) 66.67%,rgba(255,255,255,0) 100%);
    background-size:300% 100%;
    background-position-x:100%;

    background-clip:text;
    -webkit-background-clip:text;
    color:transparent;
}

/*=================================*/
.accessories-item{
    width: 100%;
    background: #000;
    padding: 40px 0;
}
.accessories-item .mcontent{
    width: 1200px;
    margin:0 auto;
    background: #fff;
    padding: 40px 0;
    border-radius: 20px;
}
.accessories-item .mcontent .title{
    width: 100%;
    text-align: center;
}
.accessories-item .mcontent .title h3{
    font-size: 52px;
    font-weight: bold;
}
.accessories-item .mcontent .title span{
    width: 230px;
    height: 40px;line-height: 40px;
    text-align: center;
    display: block;border-radius: 20px;
    background: #009FE9;
    margin:10px auto;color: #fff;
    font-size: 20px;
}
.accessories-item .mcontent .content{
    width: 1000px;
    margin:0 auto;
}
.accessories-item .mcontent .content ul.text{
    display: flex;
    justify-content: left;
    align-items: space-between;
    flex-wrap: wrap;
    margin-top: 15px;
}
.accessories-item .mcontent .content ul.text li{
    width: calc(33% - 6px);
    font-size: 22px;
    margin-bottom: 8px;
    margin-right: 8px;
}

.accessories-item .mcontent .content span.s-title{
    width: 320px;
    height: 40px;line-height: 40px;
    text-align: center;
    display: block;border-radius: 20px;
    background: #009FE9;
    margin:30px auto 10px;color: #fff;
    font-size: 20px;
}
.accessories-item .mcontent .content .all{

}
.accessories-item .mcontent .content .all .items{
    width: calc(50% - 5px);
    float: left;
}
.accessories-item .mcontent .content .all .items.left{
    position: relative;
}
.accessories-item .mcontent .content .all .items.right{
    float: right;
}
.accessories-item .mcontent .content .all .items img{
    width: 100%;
}
.accessories-item .mcontent .content .all .items.left span{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
}
.accessories-item .mcontent .content .all .items.right li{
    position: relative;
}
.accessories-item .mcontent .content .all .items.right li span{
    position: absolute;left: 20px;
    top: 20px;
    font-size: 20px;
}
.accessories-item .mcontent .content .all .items.right li.bott{
    margin-top: 10px;
}
@media (max-width:1440px){
  .assist-item .mcontent,.wheel-item .mcontent,.mark-item .mcontent,.flash-item .mcontent,.play-item .mcontent,.accessories-item .mcontent{width:1000px;}
  .play-item .mcontent ul.nav{width:70%;}
  .accessories-item .mcontent .content{width:800px;}
}
@media (min-width: 1921px){
    .removable-item .mcontent{width: 1400px;}
    .wheel-item .mcontent{width: 1400px;}
    .mark-item .mcontent{width: 1400px;}
    .flash-item .mcontent{width: 1400px;}
    .play-item .mcontent{width: 1400px;}
    .accessories-item .mcontent{width: 1400px;}
    .accessories-item .mcontent .content{width: 1200px;}
}
/*==========================================*/
.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;
}
