<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Ys;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("woff2")  
         
}
*{
    font-family: 'Ys' !important;
    margin: 0;
    padding: 0;
}
.banner  a{
    font-size: 0;
}
.banner .lang{
    position: relative;
    color: #fff;
    margin-left: 20px;
    z-index: 11;
    /*margin-top: -8px;*/
}
.banner .lang .t1{
    line-height: 28px;
    padding:0px 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.2);
    cursor: pointer;
}
.banner .lang .t1:hover{
    /*background-color: rgba(0,0,0,0.2);*/
}
.banner .lang:hover  .mk{
    display: block;
}
.banner .lang:hover  .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);
    overflow: hidden;
}
.banner .lang .mk .mt:hover{
    background-color: rgba(0,0,0,0.2);
}
.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);
}
body,html{
    overflow-x: hidden;
}
.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;
}
a{
	text-decoration: none;
}
.ca{
	cursor: pointer;
}
.page{
	background-image: url(https://cdn1.teyes.cn/bg/tpro2pc-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100vw;
	position: relative;
}
.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);
}
.banner div:nth-child(1) img{
	width: 139px;
}
.banner div:nth-child(2) img{
	width: 100px;
}
.page.nov .banner{
	background-color: #22222d;
}
.view{
	background-color: rgba(0,0,0,0.2);
	padding: 50px;
	width: 40%;
	max-width: 500px;
	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 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)
}

.waves {
    position: relative;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: 100px;
    margin-left: -12px;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
}
.waves:before {
    background-image: url(https://cc2.teyes.ru/images/w1.png);
    animation: wave-animate 3s infinite;
    -webkit-animation: -webkit-wave-animate 3s infinite;
}
.waves:before, .waves:after {
    background-size: cover;
    background-position: center;
    width: 50px;
    height: 50px;
    content: "";
    display: block;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0;
}
.tb {
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    z-index: 1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(https://cc2.teyes.ru/images/w2.png);
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.waves:after {
    background-image: url(https://cc2.teyes.ru/images/w1.png);
    opacity: 0;
    animation: wave-animate 3s .5s infinite;
    -webkit-animation: -webkit-wave-animate 3s .5s infinite;
}
.wavest {
    position: absolute;
}

.list{
	flex: 1;
}
.view .txt{
	margin-bottom: 40px;
	width: 100%;
}
.view .txt img{
	width: 100%;
}
.item{
	color: #fff;
	font-size: 24px;
	display: block;
	border: 2px solid #234e6e;
	border-radius: 50px;
	text-align: center;
	overflow: hidden;
	padding:2px;
	margin-bottom: 40px;
	position: relative;
}
.item .v{
	border-radius: 50px;
	line-height: 20px;
	overflow: hidden;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background-color: #050718d9;*/
}
.item .vv{
	height: 80px
}
.item:hover{
	background: linear-gradient(90deg, #7A03FF, #00FFFC);
}
.item:hover .v{
	background-color: #073758;
}
.footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	color: #ffffff7a;
	padding: 5px 50px;
	font-size: 10px;

}
.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;
}






.pageContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
 
    z-index: 2;
}
.rightNav {
    position: absolute;
    top: 68px;
    right: 20px;
    z-index: 120;
    padding-right: 25px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}
.rightBut:before {
    content: "";
    display: block;
    width: 45px;
    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: 45px;
    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-line {
    width: 30%;
    max-width: 300px;
    padding: 60px 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    text-align: left;
}
.pageContent .title {
    margin-top: 20px;
    margin-bottom: 18px;
    margin-left: 0;
    font-size: 28px;
    font-weight: bolder;
    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;
    }
}</pre></body></html>