@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    /*src: url(https://cdn.teyes.cn/cc4/ys.otf) format("opentype")*/
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("opentype")

    
}

@font-face {
    font-family: N;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.teyes.cn/cc4/no.TTF) format("opentype")
}


* {
    margin: 0;
    padding: 0;
    font-family: N;
}

.ru * {
    margin: 0;
    padding: 0;
    font-family: T;
}

html,body{
    background-color:#000;  
}
.getf{
    font-family: T;
}

.getf2{
    font-family: N;
}

*{
    margin: 0;
    padding: 0;
}

.gif{
    position: absolute;
    z-index: 10;
    right: 3vw;
    top: 80px;
}
.gif img{
    width:100px;
    z-index:3;
    position:relative;
}
.gif::before, .gif::after {
    background-size: cover;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    backface-visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
    background-position: center center;
    border-radius: 50%;
}
.gif:before {
    background-image: url(https://cdn.teyes.cn/cc4/cc4pro/1gifv.png);
    animation: wave-animate 6s infinite;
    -webkit-animation: -webkit-wave-animate 6s infinite;
    -webkit-transform: scale(2);
    transform: scale(2);
}
@keyframes wave-animate {
    0% {
        transform: scale(2);
        opacity: 1;
        transform-origin: center;
    }
    50% {
        transform: scale(4);
        opacity: 0;
        transform-origin: center;
    }
    100% {
        transform: scale(2);
        opacity: 0;
        transform-origin: center;
    }
}
@keyframes  -webkit-wave-animate {
    0% {
         -webkit-transform: scale(2);
        opacity: 1;
         -webkit-transform-origin: center;
    }
    50% {
        transform: scale(4);
        opacity: 0;
        transform-origin: center;
    }
    100% {
         -webkit-transform: scale(2);
        opacity: 0;
         -webkit-transform-origin: center;
    }
}

.tabs-v{
    margin-left:30px;
}
.banner .types{
    position: relative;
    padding: 10px 20px;
    border-radius: 10px;
    /*background-color: rgba(0, 0, 0, .5);*/
    cursor:pointer;
    /*height: 35px;*/
    /*overflow: hidden;*/
}
.banner .flex{
    align-items: baseline;
}
.banner .types .cvitem:nth-child(2){
    margin-left:20px;
    display:none;
}
.banner .types.active{
    /*overflow: initial;*/
    /*height: inherit;*/
}
.banner .types.active .cvitem:nth-child(2){
    position:absolute;
    top:52px;
    left:0;
    right:0;
    display:block;
}
.banner .types .vd::after{
    content: "";
    width: 20px;
    display: inline-block;
    height: 20px;
    background-repeat:no-repeat;
    background-size: 20px auto;
    margin-left: 10px;
    transform: rotate(180deg);
    background-image: url('../images/down.png');
}
.banner .types div{
    display: block;
    padding: 10px 0;
}
.banner .types div img{
    height: 20px;
}

.banner  a{
    /*font-size: 0;*/
    margin: 0 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.banner{
    align-items: baseline;
}
.banner .lang{
    position: relative;
    color: #fff;
    margin-left: 20px;
    z-index: 1000;
    /*margin-top: -8px;*/
}
.banner .lang .t1{
    line-height: 28px;
    padding:0px 10px;
    border-radius: 5px;
    width: 18px;
    background-color: rgba(255,255,255,.2);
    /*background-color:#000;*/
    cursor: pointer;
}
.banner .lang.active .t1{
    background-color:#000;
}
.banner .lang .t1:hover{
    /*background-color: rgba(0,0,0,0.2);*/
}
/*.banner .lang:hover  .mk,*/
.banner .lang.active  .mk{
    display: block;
}
/*.banner .lang:hover  .t1,*/
.banner .lang.active  .t1{
    border-radius: 5px 5px 0 0 ;
}

.banner .lang .mk{
    position: absolute;
    display: none;
    border-radius: 0px 0px 5px 5px;
    overflow: hidden;
}
.banner .lang .mk .mt{
    cursor: pointer;
    padding:5px 10px;
    /*background-color: rgba(255,255,255,.2);*/
    background-color:#000;
    overflow: hidden;
    width: 18px;
}
.banner .lang .mk .mt:hover{
    background-color: rgba(255,255,255,1);
    color:#000;
}
.banner .lang .mkbk .mt{
    cursor: pointer;
    padding:5px 10px;
    background-color: rgba(0,0,0,0.2);
    overflow: hidden;
}
.banner .lang .mkbk .mt:hover{
    background-color: rgba(0,0,0,0.1);
}
.view::-webkit-scrollbar {
    width:4px;
    cursor: pointer;
}
/* 滚动槽 */
.view::-webkit-scrollbar-track {
    border-radius:10px;
    cursor: pointer;
}
/* 滚动条滑块 */
.view::-webkit-scrollbar-thumb {
    cursor: pointer;
    border-radius:4px;
    background:rgba(255,255,255,0.5);
    -webkit-box-shadow:inset 0 0 6px rgba(255,255,255,0.5);
}
.popview .vv a{
    color: #000;
}
.popview .vv{
    margin: auto;
    width: 520px;
    
}
.popview .vv .title{
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    line-height: 100%;
}
.popview .vv .vt img{
    width: 25px;
}
.popview .vv .vt{
    background-color: #fff;
    border-radius: 40px;
    display: flex;
    padding: 10px 10px 10px 20px;
    margin-bottom: 20px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.popview .vv .vt div{
    justify-content: space-between;
    align-items: center;
    display: flex;
    font-size: 16px;
}
.popview .vv .vt .tvt{
    border-left: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px;
}
.popview .vv .vt span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url('https://cc2lp.teyes.ru/vv/p.png');
    background-size: cover;
}
.popview .vv .vt:hover span{
    background-image: url('https://cc2lp.teyes.ru/vv/p_p.png');
}
*{
	margin: 0;
	padding: 0;
	font-size: 14px;
	/*font:14px/1.5 Arial,Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1,STHeiti,WenQuanYi Micro Hei,SimSun,sans-serif;*/
	 /*font-family: TT Norms Pro;*/
}
.cotainer{
    display: flex;
}
.notice{
    width: 100%;
    display: flex;
    font-size: 16px;
    color: #fff;
    padding: 10px 50px;
}
.notice .marquee{
    line-height: 30px;
}
.notice a{
    display: inline-block;
    color: #fff;
    /*background-image: linear-gradient(90deg,#8649ff,#01fea8);*/
    background-color: rgba(255,255,255,.5);
    border-radius: 4px;
    padding: 0px 10px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    margin-left: 30px;
}
.txt.tv{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.txt.tv div{
    font-size:30px;
    color:#fff;  
    font-weight: bold;
}
a{
	text-decoration: none;
}
.ca{
	cursor: pointer;
}
.page{
	background-image: url(images/cc4bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
    overflow:hidden;
	position: relative;
}
.page.cc4l{
    background-image: url(images/cc4lbg.png);
}
.page.cc4proru{
    background-image: url(https://cdn.teyes.cn/cc4/cc4pro/occ4rupc.webp);
}
.page.cc4proen{
    background-image: url(https://cdn.teyes.cn/cc4/cc4pro/opcen.webp);
}
.page.cc4lproru{
    background-image: url(https://cdn.teyes.cn/cc4/image/pcrucc4lpro.webp);
}
.page.cc4lproen{
    background-image: url(https://cdn.teyes.cn/cc4/image/pcencc4lpro.webp);
}
.page.cc4prombru{
    background-image: url(https://cdn.teyes.cn/cc4/cc4pro/ombru1.webp);
}
.page.cc4promben{
    background-image: url(https://cdn.teyes.cn/cc4/cc4pro/omben1.webp);
}
.page.cc4lprombru{
    background-image: url(https://cdn.teyes.cn/cc4/image/mbrucc4lpro.webp);
}
.page.cc4lpromben{
    background-image: url(https://cdn.teyes.cn/cc4/image/mbencc4lpro.webp);
}

.page.nov{
	background-image: none;
	background-color: #f5f5f5;
}
.flex{
	display: flex;
}
.flex1{
	flex:1;
}
.flex-wrap{
	flex-wrap: wrap;
}
.align-center{
	align-items: center;
}
.space-between{
	justify-content: space-between;
}
.banner{
	padding: 20px 50px;
	background-color: rgba(0,0,0,0.2);
    width: 40%;
    max-width: 25vw;
}
.banner div:nth-child(1) img{
	/*width: 139px;*/
    height: 24px;
    /*margin-left: -29px;*/
}
.banner div:nth-child(2) img{
	/*width: 100px;*/
	height: 15px;
}
.page.nov .banner{
	background-color: #22222d;
}
.view{
	background-color: rgba(0,0,0,0.2);
	padding: 50px;
	width: 40%;
	max-width: 25vw;
	height: calc(100vh - 160px - 29px - 5px);	
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-shrink: 0;
    overflow: auto;
}
.view.views{
	background-color:transparent;	
	width: 100%;
	overflow: auto;
	height: calc(100vh - 96px );
	margin: auto;
	max-width: 100%;
	padding: 0;
	align-items: baseline;
}

.content{
	width: 90%;
	margin:auto;
	margin-top: 80px;
}
.pl .ptitle{
	margin-bottom: 40px;
}
.pl .ptitle .name{
	font-size: 50px;
}
.pl .block{
	cursor: pointer;
}
.pt{
	background-color: #22222d;
	height: calc( 46vw / 1.7 );
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pt .play{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -33px;
}
.pt .time{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 4px 10px;
	color: #fff;
	border-radius: 4px;
	background-color: #111116;
}
.pli .txt{
	margin-top: 20px;
	display: flex;
}
.pli .txt span{
	color: #06214c;
	display: block;
	margin-left: 10px;
	line-height: 100%;
	font-size: 36px;
}
.pli .block{
	width: 46%;
}
.pli .txt .index{
	font-weight: bold;
}
.viewmask{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	z-index: 200;
	width: 100%;
	top: 0;
	height:100%;
	left: 0;
	background-color: #4949498f;
	cursor: pointer;
}
.viewmask>div{
    overflow: auto;
    text-align: center;
    max-height: 100%;
}
.viewmask video{
	width: 80%;
}

.install-list .icon{
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 0;
	border-radius: 20px;
	overflow: hidden;
	/*border:2px solid #f5f5f5;*/
	padding: 3px;
}
.install-list .icon:hover,
.install-list .icon.active{
	/*border:2px solid #000;*/
	background-image: linear-gradient(90deg,#8649ff,#01fea8);
}
.install-list .icons{
	width: 100%;
}
.install-list .info .title{
	color: #06214c;
	font-size: 40px;
	margin-bottom: 20px;
}
.install-list .info .title .img{
	width: 80px;
	height: 80px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 10px;
}
.install-list .info .imgv{
	width: 809px;
	height: 697px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 45%;
	border-radius: 10px;
	cursor: pointer;
	height: calc((45vw - 50px) / 1.16)
}



.list{
	flex: 1;
}
.view .txt{
	margin-bottom: 40px;
	width: 100%;
}
.view .txt img{
	width: 100%;
    width:40px;
}
.item{
	color: #fff;
	font-size: 24px;
	display: block;
	border: 2px solid rgb(131 148 163);
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	padding:2px;
	margin-bottom: 40px;
	position: relative;
    cursor:pointer;
}
.item .v{
	border-radius: 50px;
	line-height: 20px;
	overflow: hidden;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
    text-transform: capitalize;
	/*background-color: #050718d9;*/
}
.ru .item .v{
    text-transform: inherit;
}
.item .vv{
	height: 80px
}
.item:hover{
	/*background-image:  linear-gradient(90deg,#8649ff,#01fea8);*/
}
.item:hover .v{
	background-color: rgba(0,0,0,1)
}
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	color: #ffffff7a;
	padding: 5px 50px;
	font-size: 10px;

}
.footer .text{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.youtube {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-image: url('https://cdn.teyes.cn/cc4/gw/news/youtube.svg');
}
.text {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}
.pop{
	position: fixed;
	top: 208px;
	right: 52px;
	cursor: pointer;
}
.pop img{
	width: 100px;
}
.popview{
	position: fixed;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0,0,0,0.64);

}
.popview .pp{
	text-align: center;
	margin-bottom: 40px;
}
.popview .it{
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 30px;
	color: #274242;
	margin-bottom: 40px;

}
.tel{
	margin: 0 20px;
	padding-left: 20px;
	border-left: 1px solid #dedede;
}
.tel {
	font-size: 33px;
	color: #274242;
}

.center{
	text-align: center;
}

.canbusl .ptitle .txt .title{
	font-size: 50px;
	line-height: 120%;
	color: #22222d;
	margin-bottom: 20px;
}
.canbusl .ptitle .txt .desc{
	font-size: 26px;
	color: #22222d;
	line-height: 150%;
	margin-right: 50px;
}

.canbusl .ptitle .img .title{
	font-size: 30px;
	color: #22222d;
	margin-top: 20px;
}
.canbusl .ptitle .img .box{

}
.canbusl .pptitle{
	font-size: 50px;
	line-height: 100%;
	color: #22222d;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d6d6d7;
}
.tv{
	width:20%;
	display: flex;
}
.tvv{
	flex: 1;
	background-color: #fff;
	font-size: 22px;
	text-align: center;
	border-radius: 10px;
	padding:  20px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
	line-height: 120%;
}
.tvv:hover{
	color: #fff;
	background-color: #0f74e7;
}
.view-d{
	margin-bottom: 50px;
}
.msk{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}





.pageContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.rightNav {
    position: absolute;
    top: 28px;
    right: 20px;
    z-index: 120;
    padding-right: 0px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.rightBut:before {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: -9px;
    transition: all .3s;
    transform: rotate(45deg) translate(5px,5px);
    background-color: #222;
}
.rightBut:after {
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background-color: #fff;
    margin-top: 15px;
    transition: all .3s;
    transform: rotate(-45deg) translate(7px,-8px);
    background-color: #222;
}
.rightBut {
    display: block;
    width: 25px;
    height: 3px;
    line-height: 0;
    border-radius: 4px;
}
.right-nv {
    width: 30%;
    max-width: 600px;
    /*padding: 60px 30px;*/
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    text-align: left;
    z-index:11;
}
.right-nv .f1{
    background-color:rgba(255, 255, 255, 1);
    height:100vh;
    overflow:auto;
    width:10vw;
}
.right-nv .f2{
    background-color:rgba(248, 248, 248, 1);
    height:100vh;
    overflow:auto;
    flex:1;
}
.right-nv .f1 .t1{
    cursor:pointer;
    font-size:18px;
    margin:30px 15px;
    /*margin-bottom:10px;*/
    line-height: 110%;
    color:rgba(8, 13, 19, .5);
}
.right-nv .f1 .t1.active{
    color:rgba(0, 148, 255, 1);
}
.right-nv .f2 .t2{
    font-size:18px;
    margin:30px 15px;
    /*margin-bottom:10px;*/
    flex:1;
    cursor:pointer;
    line-height: 110%;
}
.right-nv .f2 .t2:hover{
    color:rgba(0, 148, 255, 1);
}
.right-nv .f2 .t21{
    margin:30px 15px;
    font-size:26px;
    line-height:110%;
    font-weight:bold;
    color:#000;
}
.pageContent .title {
    margin-top: 20px;
    margin-bottom: 18px;
    margin-left: 0;
    font-size: 28px;
    font-weight: bolder;
    color:#000;
    padding: 5px 0;
    text-transform: uppercase;
}
.pageContent .title a {
    text-decoration: none;
    color: #000;
}

.pageContent .title span {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-left: 10px;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
}



.pop a{
	position: relative;
	display: block;
}
.pop a img{
	position: relative;
	z-index: 2;
	width: 55px;
}
.pop a:before, .pop a:after {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -25px;
}
.pop a:before {
    background-image: url(images/voi-bg.png);
    animation: wave-animate 6s infinite;
    -webkit-animation: -webkit-wave-animate 6s infinite;
    -webkit-transform: scale(2);
    transform: scale(2);
}
@keyframes wave-animate {
    0% {
        transform: scale(2);
        opacity: 1;
        transform-origin: center;
    }
    50% {
        transform: scale(4);
        opacity: 0;
        transform-origin: center;
    }
    100% {
        transform: scale(2);
        opacity: 0;
        transform-origin: center;
    }
}
@keyframes  -webkit-wave-animate {
    0% {
         -webkit-transform: scale(2);
        opacity: 1;
         -webkit-transform-origin: center;
    }
    50% {
        transform: scale(4);
        opacity: 0;
        transform-origin: center;
    }
    100% {
         -webkit-transform: scale(2);
        opacity: 0;
         -webkit-transform-origin: center;
    }
}
html{
    background-color:#000;
}


@media screen and (max-width: 750px) {
    .oh{
        overflow:hidden;
    }
    .footer{
        padding:5px 20px;
    }
    .gif{
        z-index:0;
    }
    .gif img{
        width:70px;
    }
    .right-nv .f1{
        width:130px;
    }
    .pageContent{
        z-index:1000;
        position:fixed;
    }
    .right-nv{
        max-width:inherit;
        width:90%;
    }
    .page{
        background-size:100% auto;
        /*overflow:auto;*/
        background-position:top;
        height:auto;
    }
    .cotainer{
        /*height:calc(100% - 30px);*/
        /*align-items: flex-end;*/
    }
    .list{
        margin-top:42vh;
        padding-bottom:50px;
    }
    .item{
        margin-bottom:20px;
    }
    .view .txt{
        display:none;
    }
    
    .item .v{
        padding: 5px 0;
        min-height:30px;
    }
    .banner{
        padding:20px;
        width: auto;
        max-width: inherit;
        position:fixed;
        left:0;
        right:0;
        z-index:111;
    }
    .view{
        background-color:transparent;
        width: auto;
        max-width: inherit;
        flex:1;
        height:auto;
        padding:20px;
    }
}