<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video{width:100%;height:50vw;overflow:hidden; position:relative;}
/*#video{object-fit: cover;width: 100%;height: 100%;}*/
.video&gt;img{min-width:100%;min-height:100%; vertical-align:top;object-fit:cover}
.video div{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
#video{object-fit: cover;width: 100%;height: 100%;}
.video div&gt;img{cursor: pointer;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);} 

.about{width:100%;height:auto;}
.about_tit{font-size:26px;color:#5692da;height:80px;line-height:80px;border-left:5px solid #5692da;padding-left:15px;background:#f5f5f5;}
.about_con{padding:15px;font-size:16px;color:#888888;line-height:30px;}

.about_other{width:100%;height:auto;background:#f5f5f5;padding:15px 15px 30px;margin-bottom:20px;}
.about_other_img,.about_other_img img{width:100%;height:auto;}
.about_other_tit{font-size:26px;padding-left:15px;position:relative;margin:25px 0}
.about_other_tit::before{content:'';width:3px;height:30px;background:#5692da;position:absolute;left:0;top:50%;transform:translate(0,-50%);}
.about_other_text{font-size:16px;color:#888888;line-height:30px;}
</pre></body></html>