﻿body { background: url(/img/web/reg_theme_bg.jpg) top 100px center no-repeat; background-size: 100%; }
.main > .wrap { position: relative; }

.filter { padding: 40px; background: rgba(255,255,255,.7); margin-bottom: 40px; }
.filter > dl { margin-bottom: 20px; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; gap: 20px; }
.filter > dl:last-child { margin: 0; }
.filter > dl > dt { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; gap: 6px; }
.filter > dl > dt > i { display: inline-flex; height: 36px; width: 36px; background: url(/img/web/ico/bot.svg) center center no-repeat; background-size: cover; }
.filter > dl > dt > i.ico_01 { background-image: url(/img/web/ico/tune_black.svg); }
.filter > dl > dt > i.ico_02 { background-image: url(/img/web/ico/group_objects_black.svg); }
.filter > dl > dt > i.ico_03 { background-image: url(/img/web/ico/apps_tab_black.svg); }
.filter > dl > dt > b { font-size: 20px; font-weight: bold; color: #000; }
.filter > dl > dd { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; gap: 4px; }
.filter > dl > dd > a { border: solid 2px #1a5eff00; padding: 8px 18px; border-radius: 8px; font-size: 18px; }
.filter > dl > dd > a:hover { color: #1a5eff; border: solid 2px #1a5effff; }
.filter > dl > dd > a.se { background: linear-gradient(-167deg, #1a5eff, #496bf2, #7373fa, #9966ff); border-color: transparent; color: #fff; }

.scenList { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; gap: 20px; }
.scenList > a { display: inline-flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; background: #fff; border-radius: 20px; width: 335px; height: 550px; padding-top: 240px; box-sizing: border-box; position: relative; overflow: hidden; }
.scenList > a > .pho { transition: .3s; background: #000; position: absolute; left: 0; right: 0; top: 0; height: 240px; z-index: 2; overflow: hidden; }
.scenList > a > .pho > i { transition: .3s; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.scenList > a > .info { position: relative; z-index: 7; padding: 40px; box-sizing: border-box; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; }
.scenList > a > .info > h2 { transition: .3s; text-align: center; font-size: 24px; margin-bottom: 20px; font-weight: bold; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; }
.scenList > a > .info > p { transition: .3s; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden; font-size: 16px; color: #888; }
.scenList > a:hover { padding-top: 0px; background: linear-gradient(-167deg, #1a5eff, #496bf2, #7373fa, #9966ff); }
.scenList > a:hover > .pho { height: 100%; opacity: 0; }
.scenList > a:hover > .pho > i { filter: blur(30px); opacity: .4; left: -50px; right: -50px; top: -50px; bottom: -50px; }
.scenList > a:hover > .info { height: 100%; }
.scenList > a:hover > .info > h2 { color: #fff; font-size: 30px; }
.scenList > a:hover > .info > p { color: rgba(255,255,255,.8); font-size: 16px; -webkit-line-clamp: 12; }
.scenList > .empty { border: none 0; color: #888; font-size: 14px; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 60px; box-sizing: border-box; }
.scenList > .empty::before { margin-bottom: 10px; content: ''; opacity: .3; display: inline-flex; height: 64px; width: 64px; background: url(/img/web/ico/inbox_black.svg) center center no-repeat; background-size: cover; }


/*报名详情*/
.detHd { position: relative; padding: 100px 0; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: stretch; gap: 40px; }
.detHd > .pic { width: 480px; flex-shrink: 0; position: relative; display: flex; justify-content: center; align-items: center; }
.detHd > .pic::before { content: ''; position: absolute; z-index: 8; top: 0; right: 0; bottom: 20%; left: 40%; border: solid 2px #7d9ffc; border-radius: 20px; opacity: .2; }
.detHd > .pic::after { content: ''; position: absolute; z-index: 8; top: 30%; right: 50%; bottom: 0%; left: 0%; border: solid 2px #7d9ffc; border-radius: 20px; opacity: .3; }
.detHd > .pic > img { max-width: 80%; max-height: 80%; border-radius: 20px; position: relative; z-index: 9; box-shadow: 0 10px 12px -10px rgba(0,0,0,.7); }
.detHd > .info > h2 { display: inline-flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; gap: 20px; margin-bottom: 30px; }
.detHd > .info > h2 > b { font-size: 40px; color: #000; font-weight: bold; }
.detHd > .info > h2 > em { border: solid 2px #1a5eff; color: #1a5eff; background: #fff; border-radius: 50px; height: 40px; display: inline-flex; justify-content: center; align-items: center; padding: 0 30px; font-size: 20px; font-weight: 400; box-sizing: border-box; }
.detHd > .info > h2 > i { border: solid 2px #7d9ffc; color: #12805c; border-radius: 50px; height: 40px; display: inline-flex; justify-content: center; align-items: center; padding: 0 30px; font-size: 20px; font-weight: 400; box-sizing: border-box; }
.detHd > .info > h2 > i.red { border-color: darkred; color: darkred; }
.detHd > .info > h2 > i.gray { border-color: darkgray; color: darkgray; }
.detHd > .info > h2 > i.green { border-color: #12805c; color: #12805c; }
.detHd > .info > .row { margin-bottom: 20px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: flex-start; font-size: 20px; }
.detHd > .info > .row > h2 { font-weight: bold; flex-shrink: 0; }
.detHd > .info > .row > p { color: #444; width: 100%; }
.detHd > .info > .btn { text-align: left; margin-top: 40px; }
.detHd > .info > .btn > a { display: inline-flex; justify-content: center; align-items: center; height: 52px; padding: 0 30px; border-radius: 30px; background: linear-gradient(-167deg, #1a5eff, #496bf2, #7373fa, #9966ff); color: #fff; font-size: 20px; font-weight: 400; }
.detHd > .info > .btn > a:hover { box-shadow: 0 2px 10px #7d9ffcdd; opacity: .8 }

.detSec { margin-bottom: 100px; padding: 60px 100px 100px 100px; background: #fff; border-radius: 20px; position: relative; overflow: hidden; }
.detSec > dd { z-index: 8; position: relative; }
.detSec > .topline { transition: .3s; position: absolute; left: 50%; top: 0; width: 0; height: 3px; background: #1a5eff; z-index: 7; opacity: 0; }
.detSec > .btmline { transition: .3s; position: absolute; left: 50%; bottom: 0; width: 0; height: 3px; background: #1a5eff; z-index: 7; opacity: 0; }
.detSec > .bg { transition: .3s; opacity: .3; position: absolute; z-index: 6; top: -30px; right: -30px; bottom: -30px; left: -30px; filter: blur(0px); background: url(/img/web/line4_bg.png) center top no-repeat; background-size: 100%; }

.detSec > dt { z-index: 8; position: relative; text-align: center; margin-bottom: 0px; padding: 60px 0; }
.detSec > dt > b { font-weight: bold; font-size: 40px; }
.detSec > dt::before { content: ''; display: inline-flex; position: absolute; top: 50%; margin-top: -43px; left: 55%; margin-left: -43px; height: 86px; width: 86px; box-sizing: border-box; border-radius: 50%; border: solid 2px #7d9ffc; opacity: .2; z-index: 2; }
.detSec > dt::after { content: ''; display: inline-flex; position: absolute; top: 50%; margin-top: -63px; left: 50%; margin-left: -63px; height: 126px; width: 126px; box-sizing: border-box; border-radius: 50%; border: solid 2px #7d9ffc; opacity: .3; z-index: 1; }
.detSec:hover > .topline { left: 0; width: 100%; opacity: 1; }
.detSec:hover > .btmline { left: 0; width: 100%; opacity: 1; }
.detSec:hover .bg { filter: blur(20px); opacity: .7; }


.infocon { font-size: 20px; }
.infocon p { line-height: 32px; padding: 10px 0; text-indent: 2em; }

.cotlist { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; gap: 40px; padding: 20px 0 0 0; }
.cotlist > li { width: 370px; display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: flex-start; gap: 20px; }
.cotlist > li > h2 { font-size: 30px; font-weight: 400; }
.cotlist > li > p { font-size: 20px; font-weight: 400; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; gap: 10px; }
.cotlist > li > p::before { content: ''; display: inline-flex; width: 36px; height: 36px; background: url(/img/web/ico/account_black.svg) center center no-repeat; background-size: cover; }
.cotlist > li > p.user::before { background-image: url(/img/web/ico/account_black.svg); }
.cotlist > li > p.tel::before { background-image: url(/img/web/ico/telephone_black.svg); }

.regBtn { position: fixed; z-index: 999; left: 50%; bottom: 5%; margin-left: -100px; }
.regBtn > a { display: inline-flex; justify-content: center; align-items: center; height: 60px; width: 200px; border-radius: 30px; box-shadow: 0 0 12px rgba(0,0,0,.3); background: #7d9ffc; color: #fff; font-size: 24px; font-weight: bold; }
.regBtn > a:hover { background: #1a5eff; }

.formNav { position: absolute; left: 0; top: 0; width: 160px; display: flex; flex-flow: column nowrap; gap: 0px; border-top: solid 2px #7d9ffc; box-sizing: border-box; padding: 32px 20px; background: #fff; }
.formNav > a { position: relative; z-index: 8; display: flex; height: 32px; flex-flow: row nowrap; justify-content: center; align-items: center; border-bottom: solid 0px #7d9ffc; font-size: 18px; line-height: 18px; }
.formNav > a::before { transition: .3s; content: ''; margin-right: 0px; display: inline-flex; height: 18px; width: 0px; overflow: hidden; background: url(/img/web/ico/ok_theme_green.svg) center center no-repeat; background-size: cover; }
.formNav > a.se { color: #1a5eff; font-weight: bold; }
.formNav > a:hover { color: #7d9ffc; }
.formNav > a.comp { color: #12805c; }
.formNav > a.comp::before { margin-right: 4px; width: 18px; }
.formNav > .current { position: absolute; z-index: 2; right: 0; top: 40px; height: 32px; width: 32px; background: url(/img/web/ico/chevron_left_theme_orange.svg) center center no-repeat; background-size: 18px; }
.formNav > .saveBtn { display: flex; flex-flow: column nowrap; gap: 4px; margin-top: 20px; }
.formNav > .saveBtn > a { width: 100%; height: 42px; }
.formNav > .saveBtn > a.disabled { opacity: .3; cursor: not-allowed; }
.formNav > .timeStop { margin-top: 20px; border: solid 0px #888; }
.formNav > .timeStop > h2 { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; margin-bottom: 10px; }
.formNav > .timeStop > h2 > span { padding: 6px 0px; border-radius: 4px; background: #1a5eff; display: inline-flex; flex-flow: column nowrap; justify-content: center; align-items: center; margin-right: 2px; width: 100%; }
.formNav > .timeStop > h2 > span:last-child { margin: 0; }
.formNav > .timeStop > h2 > span::after { content: ''; font-size: 10px; color: rgba(255,255,255,.75); margin-top: 0px; }
.formNav > .timeStop > h2 > span.day::after { content: '天'; }
.formNav > .timeStop > h2 > span.hour::after { content: '时'; }
.formNav > .timeStop > h2 > span.minute::after { content: '分'; }
.formNav > .timeStop > h2 > span.second::after { content: '秒'; }
.formNav > .timeStop > h2 > span > i { color: #fff; font-family: "MyriadPro_Condensed"; font-weight: 600; font-size: 20px; line-height: 20px; }
.formNav > .timeStop > p { text-align: center; font-size: 14px; color: #1a5eff; }
.formNav > .timeStop > p.stop { color: darkred; }
.formNav > .timeStop > p.noStart { color: darkgray; }
.regForm > .formDivButtonRow a.disabled { opacity: .3; cursor: not-allowed; }

.regForm { margin-left: 200px; }
.regForm > dl { margin-bottom: 0px; padding: 40px; background: #fff; }
.regForm > dl > dt { margin-bottom: 30px; }
.regForm > dl > dt > b { font-size: 30px; font-weight: bold; line-height: 40px; display: inline-flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; }
.regForm > dl > dt > b::after { content: ''; display: inline-flex; width: 60%; height: 2px; margin-top: 10px; background: #7d9ffc; }

.categorySelector { width: 100%; height: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: stretch; gap: 4px; }
.categorySelector > dl { position: relative; }
.categorySelector > dl.sd { width: 280px; }
.categorySelector > dl.fz { width: 120px; }
.categorySelector > dl.cj { width: 280px; }
.categorySelector > dl > dt { text-align: center; font-weight: bold; box-sizing: border-box; height: 42px; font-size: 20px; font-weight: bold; line-height: 40px; border-bottom: solid 2px #7d9ffc; }
.categorySelector > dl > dd { box-sizing: border-box; position: absolute; top: 62px; left: 0; right: 0; bottom: 0; overflow: auto; }
.categorySelector > dl > dd > a { font-size: 18px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; height: 42px; border-radius: 21px; }
.categorySelector > dl > dd > a:hover { color: #7d9ffc; }
.categorySelector > dl > dd > a.se { background: #7d9ffc; color: #fff; }

.formDownLoad .formRow > td { padding: 20px 10px; }
.formDownLoad .formRow > td .fedDesc a { color: #7d9ffc; }
.formDownLoad .formRow > td .fedDesc a:hover { color: #1a5eff; }
