<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
	position: relative;
}
*{
	margin:0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #fff;
}
ul,ol,li{
	list-style: none;
}
input{
	border: 0;
	outline: none;
}
img{
	display: block;
}
.rightNav{
	position: fixed;
	width: 160px;
	padding: 10px;
	right: 20px;
	bottom:0;
	border: 2px solid #00FFF0;
	border-radius: 4px;
	background: #170A40;
	z-index: 100;
}
.rightNav .normalNav{
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #241259;
	margin-bottom: 4px;
}
.rightNav .toTop{
	height: auto;
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.rightNav .toTop a{
	height: 70px;
	background:url(../img/toTop.png) center top no-repeat;
	background-size: 70px 70px;
	width: 100%;
	display: inline-block;
	
	
}
.rightNav .normalNav:hover{
	background: #3A247F;
}
/*header*/
.index-header{
	width: 100%;
	height: auto;
	background: url(../img/headerBanner.jpg) center center  no-repeat;
	background-size: 2560px 100%;
}
.bannerBox{
	width: 1200px;
	height: auto;
	/*position: absolute; left: 0; top: 0; right: 0; bottom: 0;*/
    margin: 0 auto;    /* 有了这个就自动居中了 */
	padding-top: 42px;
}
.index-nav{
	width: 1200px;
	height: 53px;
	position: relative;
}
.index-nav p{
	/*height:52px;*/
	font-size: 14px;
	color: #fff;
	float: left; 
}
.index-nav .leadingConst{
	width: 600px;
	line-height: 24px;
}
.index-nav .leadingInst{
	width: 236px;
	/*position: relative;
    left: -190px;*/
    position: absolute;
    left: 132px;
    /* display: none; */
    top: 12px;
}
.leadingInst .logo{
	width: 127px;
    height: 24px;
    display: inline-block;
    background: url(../img/logo.png) no-repeat;
    float: left;
    background-size: 100% 100%;
    margin-top: 13px;
	
}
.leadingInst span{
	float: left;
	margin-top: 14px;
}
.disLine{
	width: 40px;
	height: 52px;
	float: left;
	background: url(../img/disLine.png) no-repeat center center;
	
}
.userInfo{
	width: 362px;
	height: 52px;
	float: left;
	color: #fff;
	font-size: 16px;
}
.userAccount{
	width: 190px;
	float: left;
	padding-left: 16px;
	line-height: 52px;
}
.myCase{
	width: 80px;
	height: 52px;
	background: url(../img/myCase.png) no-repeat;
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	float: left;
	display: inline-block;
}
.exitAccount{
	width: 48px;
	height: 52px;
	float: right;
	background: url(../img/login.png) no-repeat;
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	display: inline-block;
}
.loginAccount{
	width: 48px;
	height: 48px;
	float: right;
	background: url(../img/login.png) no-repeat;
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	display: inline-block;
}
.registeAccount{
	width: 48px;
	height: 48px;
	float: right;
	background: url(../img/login.png) no-repeat;
	line-height: 52px;
	text-align: center;
	background-size: 100% 100%;
	margin-left: 20px;
	display: inline-block;
}
.tengxunBtns{
	width: 100px;
	height: 54px;
	float: right;
}
.tengxunBtns .wxBtn{
	background: url(../img/weixin.png) no-repeat left center;
	display: inline-block;
	width: 48px;
	height: 54px;
}
.tengxunBtns .wbBtn{
	background: url(../img/weibo.png) no-repeat center center;
	display: inline-block;
	width: 43px;
	height: 54px;
}
.searchBox{
	height: 88px;
	margin-top: 140px;
}
.searchKey{
	width: 852px;
	float: left;
	height: 88px;
	 background: url(../img/searchBTns.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 106px;
}
.searchKey input{
	width: 734px;
	height: 88px;
	padding-left: 30px;
	font-size: 20px;
	float: left;
	background-color:transparent;border:0;
}
.searchBtn{
	width: 88px;
	height: 88px;
	display: block;
	float: left;
}
.submitCase{
	width: 242px;
	height: 86px;
	display: block;
	float: right;
	line-height: 86px;
	text-align: center;
	background:url(../img/submitBtn.png) no-repeat;
	font-size: 30px;
}
.reviewRange{
	width: 453px;
	height: 168px;
	margin-top: 46px;
	background:url(../img/review-blue-line.png) no-repeat left top;
	position: relative;
}
.oldVersion{
	width: 226px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 56px;
	left: 28px;
	background: url(../img/oldVersion.png) no-repeat;
	font-size: 28px;
}
.newVersion{
	width: 226px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	position: absolute;
	top: 50px;
	left: 217px;
	background: url(../img/newVersion.png) no-repeat;
	font-size:28px;
}
/*回顧内容*/
.reviewBg{
	width: 100%;
	height: 666px;
	background: url(../img/reviewDes.jpg) no-repeat;
	background-size: 100% 100%;
}
.reviewDes{
	font-size: 16px;
	color: #fff;
	width: 1000px;
	background: url(../img/review.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 160px 100px 0 100px;
	/*height: 316px;
	width: 1000px;
	background: url(../img/review.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	padding: 150px 100px 200px 100px;*/
	height: 454px;
}
.reviewDes p{
	margin-bottom: 18px;
	text-indent: 40px;
	font-size: 16px;
	line-height: 24px;
}
/*参赛须知*/
.rulesBox{
	width: 100%;
	height: 907px;
	background:url(../img/gameRules.jpg) no-repeat;
	background-size: 100% 100%;}
.rulesCont{
	width: 1200px;
	height: 798px;
	margin:0 auto;
}
.title{
	width: 100%;
	height: 32px;
	background: url(../img/ruleTitle.png) no-repeat center top;
}
.rulesShow{
	width: 100%;
	height: 570px;
	background: url(../img/rulesShow.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 134px;
}
.rulesItem{
	height: 90px;
	width: 1120px;
	padding-left: 38px;
	margin-bottom: 8px;
}
.rulesItem a{
	width: 150px;
	height: 90px;
	display: inline-block;
	line-height: 90px;
	float: left;
	text-align: center;
	font-size: 24px;
}
.rulesItem p{
	width: 930px;
	height: 50px;
	display: inline-block;
	line-height: 90px;
	float: left;
	padding-left: 24px;
	font-size: 18px;
	color: #fff;
}
.rulesItem .cutoff{
	line-height: 20px;
	padding: 20px 0;
	padding-left: 24px;
}
.rulesItem .inTickets{
	line-height: 56px;
}
.rulesItem .ticketDes{
	padding-top:0;
}
.lookRules{
	width: 282px;
	height: 94px;
	background: url(../img/lookRules.png) no-repeat;
	margin-left: 462px;
	line-height:94px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	display: inline-block;
}
/*大赛进程*/
.gameProgress
{
	width: 100%;
	height: 451px;
	background: url(../img/gameprogress.jpg) no-repeat;
	background-size: 100% 100%;
}
.boxGame
{
	width: 1200px;
	height: auto;
    margin: 0 auto;   
}
.titleGame{	
	width: 100%;
	height: 32px;
	background: url(../img/gametitle.png) no-repeat center top;
}
.schedule{	
	width: 1388px;
	height: 237px;
	background: url(../img/progressBar.png) no-repeat center center;
	margin: 76px auto 0 auto;
}
/*八大主题*/
.theme
{
	width: 100%;
	height: auto;
	background: url(../img/theme.jpg) no-repeat;
	background-size: 100% 100%;
}
.boxtheme
{
	width: 1200px;
	height: auto;
    margin: 0 auto;   
}
.titletheme{	
	width: 100%;
	height: 32px;
	background: url(../img/themetitle.png) no-repeat center top;
}
.themeList{
	width: 1200px;
	height:  auto;
	margin: 0 auto;
	padding-top: 68px;
	padding-bottom: 84px;
	overflow: hidden;
}
.themeItems{
	width: 530px;
	height: 200px;
	float: left;
	margin-left: 32px;
	margin-right: 32px;
	margin-bottom: 34px;
	
	
}
.theme1{
	background: url(../img/themeItem.png) no-repeat;
	background-size: 530px 200px;
}
.leftDis{
	width: 420px;
	line-height: 40px;
	color: #fff;
	float: left;
	padding-top: 60px;
	padding-left: 30px;
}
.leftDis em{
	width: 450px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	font-size: 30px;
	
}
.leftDis span{
	width: 450px;
	line-height: 40px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	
}
/*.rightDis{
	width: 80px;
	float: right;
	height: 204px;
	vertical-align: middle;
	display: inline-block;
}*/
.rightDis{
	margin: 0 auto;
	width: 18px;
    line-height: 24px;
    display: inline-block;
    /* writing-mode: vertical-lr; */
    text-align: center;
    height: 196px;
    font-size: 18px;
    padding-left: 18px;
    display: table-cell;
    vertical-align: middle;
}
/*评选标准*/
.evaluationCriteria{
	width: 100%;
	height: auto;
	background: url(../img/bgEvaluation.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.evaluation
{
	width: 1200px;
	height: auto;
    margin: 0 auto;   
}
.titleEvaluation{	
	width: 100%;
	height: 34px;
	background: url(../img/pingxuan.png) no-repeat center top;
}
.standard
{
	width: 1200px;
	height: 826px;
	background: url(../img/group.png) no-repeat center -120px;
}
.standardBg{
	width: 400px;
	height: 116px;
	background: red;
	position: absolute;
	left: 10px;
	top: 304px;
	padding-top: 64px;
}
.standardBg p{
	text-align: center;
}
.standardActivity{
	width: 400px;
	height: 180px;
	background: red;
	position: absolute;
	left: 414px;
	top: 520px;
}
.standardEffect{
	width: 400px;
	height: 180px;
	background: red;
	position: absolute;
	left: 790px;
	top: 304px;
}
/*底部banner*/
.slideBox{
	width: 100%;
	background:url(../img/bottomBanner.jpg) no-repeat;
	height: auto;
	padding-bottom: 120px;
	background-size: 100% 100%;
}
.slideContent{
	width: 1200px;
	height: 646px;
	margin: 0 auto;
	background: url(../img/bottomBanner.png) no-repeat;
	padding-top: 144px;
	background-size: 100% 100%;
}
.swiper-slide img{
	width: 650px;
	height: 594px;
}
/*评委团*/
.judgesGroup{
	width: 100%;
	height: auto;
	background: url(../img/judgesGroup.jpg) no-repeat;
	background-size: 100% 100%;
}
.judgesIntro{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.personAbstract-hover{
	width: 320px;
	height: 304px;
	border: 2px solid #02E7DF;
	border-radius: 4px;
	float: left;
	background: #0E0529;
	padding: 42px 20px 20px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-right: 32px;
	margin-bottom: 60px;
	position: absolute;
	left: 0;
	top: 0;
	z-index:5;
}
.personAbstract{
	/*width: 324px;
	height: 124px;
	border-radius: 4px;
	float: left;
	background: url(../img/groupAbstract.png) no-repeat center center;
	background-size: 300px 306px;
	padding: 42px 20px 20px 20px;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	margin-right: 32px;
	margin-bottom: 60px;
	padding-top: 170px;
	position: relative;*/
	width: 364px;
	height: 364px;
	position: relative;
	float: left;
	/*background: url(../img/groupAbstract.png) no-repeat center top;
	background-size: 300px 306px;
	padding-top: 160px;*/
	color: #fff;
	margin-bottom: 30px;
}
.midAbstract{
	margin-left: 52px;
	margin-right: 52px;
}
.personAbstract p{
	width: 226px;
	padding-top: 48px;
	padding-left: 50px;
}
.personAbstract p span{
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 18px;
	
}
.personAbstract p .professorName{
	font-size: 30px;
}
.personAbstract p img{
	position: absolute;
	left:96px;top:22px;
	width: 170px;
	height: 180px; 
	border-radius:50%
}
.titleJudges{
	width: 100%;
	height: 34px;
	background: url(../img/judgeGroup.png) no-repeat center top;
	margin-bottom:60px;
}
.loadMore{
	width: 248px;
	height: 94px;
	display: inline-block;
	background: url(../img/loadMore.png) no-repeat;
	margin-left: 478px;
	line-height: 94px;
	text-align: center;
	font-size:30px;
	margin-bottom: 126px;
}
/*现场照片集*/
.photoBox{
	width: 100%;
	height: auto;
	background: url(../img/photoBg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.photnCollec{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}
.titlePhoto{
	width: 100%;
	height: 34px;
	background: url(../img/phontTitle.png) no-repeat center top;
	
}
.phontList{
	padding-top: 54px;
	padding-bottom: 96px;
	overflow: hidden;
	
}
.phontItem{
	width: 556px;
	height: 318px;
	border: 1px solid #01F7EA;
	float: left;
	background: #221154;
	padding: 10px;
	margin-bottom: 30px;
	position: relative;
}
.marinLeft{
	margin-right: 32px;
}
.titleVideo{
	width: 100%;
	height: 34px;
	background: url(../img/vidioTitle.png) no-repeat center top;
}
.themeLayer{
	position: absolute;
	left: 10px;
	bottom: 0;
	
	height: 60px;
	width: 560px;
}
.theme-group1{
	background: url(../img/theme-group1.png) no-repeat;
}
.theme-group2{
	background: url(../img/theme-group2.png) no-repeat;
}
.theme-group3{
	background: url(../img/theme-group3.png) no-repeat;
}
.theme-group4{
	background: url(../img/theme-group4.png) no-repeat;
}
.theme-group5{
	background: url(../img/theme-group5.png) no-repeat;
}
.theme-group6{
	background: url(../img/theme-group6.png) no-repeat;
}
.theme-group7{
	background: url(../img/theme-group7.png) no-repeat;
}
.theme-group8{
	background: url(../img/theme-group8.png) no-repeat;
}
.photoLayer{
	position: absolute;
	height: 60px;
	width: 560px;
	opacity: 0.7;
	background: #000;
	left: 10px;
	bottom: 0;
}
.testLayer{
	position: absolute;
	height: 60px;
	width: 560px;
	left: 10px;
	bottom: 0;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 28px;
}
.invoingTickets{
        width: 200px;
        height: auto;
       	position: absolute;
    	right: 0;
    	top: 12px;
      }
      .ticketStart{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticketStart.png) no-repeat;
      }
      .ticketBeing{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticketBeing.png) no-repeat;
      }
      .ticketEnd{
        height: 82px;
        line-height: 82px;
        color: #fff;
        text-align: center;
        font-size: 24px;
        background: url(../img/ticektEnd.png) no-repeat;
      }
      

.fixed-bottom {position: fixed;bottom: 0;width:100%;}</pre></body></html>