﻿
html { background: url(/img/web/spc_con_bg_v1.jpg) center top; background-size: cover; padding-top: 6rem; }
body { background: none; }
.header { position: fixed; top: 0; left: 0; right: 0; z-index: 99999; background: #fff; height: 6rem; box-shadow: 0 0 2rem rgba(0,0,0,0.15); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; padding: 0 2rem; }
.header > .logo { width: 4rem; height: 4rem; flex-shrink: 0; margin-right: 2rem; }
.header > .logo > img { width: 100%; height: 100%; }
.header > .menuSwp { width: 100%; height: 100%; overflow: hidden; }
.header > .menuSwp .swiper-slide { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: center; white-space: nowrap; width: auto; }
.header > .menuSwp .swiper-slide > a { display: inline-flex; justify-content: center; align-items: center; font-size: 1.6rem; font-weight: bold; padding: 0 .6em; white-space: nowrap; }
.header > .menuSwp .swiper-slide > a.se { color: #000; font-weight: bold; }
.header > .menuSwp .swiper-scrollbar { display: none; }
.header > .menuSwp > .swiper-button-next { height: 2.4rem; width: 2.4rem; right: 0; top: .8rem; }
.header > .menuSwp > .swiper-button-next:after { font-size: 2.4rem; }
.menu { padding: 2rem; margin: 0; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; gap: 1rem; }
.menu > a { display: inline-flex; justify-content: center; align-items: center; font-size: 1.2rem; border-radius: 999rem; background: #71a05f; color: #fff; padding: 1.2rem; width: 100%; }
.menu > a:active { opacity: .75; }
.content { }

/*一级内容*/
.fstSec { margin-bottom: 0rem; padding: 4rem 2rem; }
.fstSec > .tit { text-align: center; margin-bottom: 4rem; }
.fstSec > .tit > span { display: inline-flex; flex-flow: row nowrap; justify-content: center; align-items: center; }
.fstSec > .tit > span::before { flex-shrink: 0; content: ''; display: inline-flex; width: 10rem; height: 2.4rem; background: url(/img/web/spc_tit_l.png) right center no-repeat; background-size: cover; }
.fstSec > .tit > span::after { flex-shrink: 0; content: ''; display: inline-flex; width: 10rem; height: 2.4rem; background: url(/img/web/spc_tit_r.png) left center no-repeat; background-size: cover; }
.fstSec > .tit > span > b { padding: 0 1rem; font-size: 2rem; font-weight: bold; position: relative; }

/*二级内容*/
.secSec { margin-bottom: 4rem; }
.secSec:last-child { margin: 0; }
.secSec > .tit { text-align: center; margin-bottom: 3rem; }
.secSec > .tit > span { display: inline-flex; margin: 0 auto; flex-flow: column nowrap; justify-content: center; align-items: center; }
.secSec > .tit > span::after { content: ''; display: inline-flex; width: 40%; height: .2rem; background: #71a05f; border-radius: .2rem; margin-top: 1rem; }
.secSec > .tit > span > b { font-size: 1.6rem; font-weight: bold; position: relative; }

/*三级页*/
.thrSec { margin-bottom: 4rem; }
.thrSec > .tit { margin-bottom: 4rem; text-align: center; }
.thrSec > .tit > span { display: inline-flex; margin: 0 auto; flex-flow: row nowrap; justify-content: center; align-items: center; gap: 1rem; width: 100%; }
.thrSec > .tit > span::after { content: ''; display: inline-flex; width: 3rem; height: .1rem; background: #dea241; }
.thrSec > .tit > span::before { content: ''; display: inline-flex; width: 3rem; height: .1rem; background: #dea241; }
.thrSec > .tit > span > b { font-size: 1.4rem; font-weight: bold; position: relative; }


/*正文内容*/
.context { display: block; padding: 0; }
.context > p { font-size: 1.4rem; text-indent: 2em; padding: .6rem 0; line-height: 2.6rem; }
.context > p > img { margin-left: -2em; max-width: 80%; }
.context > p > a { text-decoration: underline; }

/*人员列表*/
.psnlist { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; gap: 2rem; }
.psnlist > .psnitem { display: flex; flex-flow: column nowrap; justify-content: flex-start; align-items: center; width: calc((100vw - 8rem) / 3); }
.psnlist > .psnitem > h2 { position: relative; margin-bottom: 1rem; }
.psnlist > .psnitem > h2 > img { position: relative; z-index: 9; display: inline-flex; height: calc((100vw - 8rem) / 3 - 3rem); width: calc((100vw - 8rem) / 3 - 3rem); border-radius: 50%; padding: 0px; background: #f8fbfc; margin: 1.5rem; }
/*装饰*/
.psnlist > .psnitem > h2::after { content: ''; box-sizing: border-box; display: inline-flex; width: calc((100vw - 8rem) / 3); height: calc((100vw - 8rem) / 3); position: absolute; z-index: 8; top: 0; left: 0; background: url(/img/web/spc_user_bg.png) center center no-repeat; background-size: cover; transition: all .3s; -webkit-transition: all .3s; }
.psnlist > .psnitem > h3 { line-height: 2rem; font-size: 1.4rem; font-weight: bold; color: #000; margin-bottom: .4rem; transition: all .3s; -webkit-transition: all .3s; }
.psnlist > .psnitem > p { line-height: 1.6rem; font-size: 1rem; color: #666; text-align: center; transition: all .3s; -webkit-transition: all .3s; }
.psnlist > .psnitem:hover > h2::after { transform: rotate(180deg) scale(100%); }
.psnlist > .psnitem:hover > h3 { color: #71a05f; }
.psnlist > .psnitem:hover > p { color: #333; }


/*日程：单条*/
.firstSch { margin-bottom: 3rem; }
.firstSch > .tit { font-size: 1.6rem; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.firstSch > .tit::before { content: ''; display: inline-flex; height: 3.6rem; width: 3.6rem; background: url(/img/web/ico/layer_color.svg) no-repeat; margin-right: 1rem; flex-shrink: 0; }
.firstSch > .tit > b { width: 100%; }
.firstSch > .con { position: relative; padding: 2rem 0 2rem 4.4rem; }
.firstSch > .con::after { content: ''; display: inline-flex; width: .2rem; position: absolute; top: 0; left: 1.7rem; bottom: 0; background: linear-gradient(180deg, #71a05f, #dea241); }
.firstSch > .con::before { content: ''; display: inline-flex; width: 1rem; height: 1rem; border-radius: 50%; position: absolute; top: -.5rem; left: 1.3rem; bottom: 0; background: #71a05f; }
.firstSch > .con > .icoRow { line-height: 1.6rem; font-size: 1rem; color: #000; font-weight: normal; mask-image: linear-gradient(180deg, #71a05f, #dea241); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: .6rem; }
.firstSch > .con > .icoRow::before { content: ''; display: inline-flex; height: 1.6rem; width: 1.6rem; background: url(/img/web/ico/time_machine_color.svg) center center no-repeat; background-size: cover; margin-right: .3rem; flex-shrink: 0; }
.firstSch > .con > .icoRow > span { width: 100%; }
.firstSch > .con > .icoRow > span > label { display: block; width: 100%; }
.firstSch > .con > .time::before { background-image: url(/img/web/ico/time_machine_color.svg); }
.firstSch > .con > .loc::before { background-image: url(/img/web/ico/marker_color.svg); }
.firstSch > .con > .host::before { background-image: url(/img/web/ico/micro_color.svg); }
.firstSch > .con > .host em { padding: 0 .6rem; color: #aaa; font-size: .6rem; }
.firstSch > .con > .spokesman { margin-left: 1.9rem; margin-top: 2rem; }
.firstSch > .con > .spokesman .spokItem { padding: .8rem 0; border-top: dashed .1rem rgba(0,0,0,.1); }
.firstSch > .con > .spokesman .spokItem > h2 { color: #71a05f; font-size: 1rem; }
.firstSch > .con > .spokesman .spokItem > h2 b { font-weight: normal; margin-right: 1rem; }
.firstSch > .con > .spokesman .spokItem > p { color: #555; margin-top: .4rem; font-size: 1rem; }
.firstSch > .con > .spokesman .spokItem > p b { color: #333; font-weight: bold; margin-right: 1rem; }
.firstSch > .con > .spokesman .spokItem > p em { padding: 0 .6rem; color: #aaa; font-size: .6rem; }

/*日程：多条*/
.schItem { margin-bottom: 3rem; }
.schItem:last-child { margin: 0; }
.schItem > .tit { font-size: 1.6rem; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.schItem > .tit::before { content: ''; display: inline-flex; height: 3.6rem; width: 3.6rem; background: url(/img/web/ico/layer_color.svg) no-repeat; margin-right: 1rem; flex-shrink: 0; }
.schItem > .tit > b { width: 100%; }
.schItem > .con { position: relative; padding: 2rem 0 2rem 4.4rem; }
.schItem > .con::after { content: ''; display: inline-flex; width: .2rem; position: absolute; top: 0; left: 1.7rem; bottom: 0; background: linear-gradient(180deg, #71a05f, #dea241); }
.schItem > .con::before { content: ''; display: inline-flex; width: 1rem; height: 1rem; border-radius: 50%; position: absolute; top: -.5rem; left: 1.3rem; bottom: 0; background: #71a05f; }

.schSub { }
.schSub > li { }
.schSub > li > h2 { font-size: 1rem; line-height: normal; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: 1rem; padding: 1.2rem 1.2rem 1.2rem 2rem; background: linear-gradient(135deg, #71a05f, #dea241); border-radius: 9999rem; font-weight: bold; color: #fff; }
.schSub > li > h2::after { content: ''; display: inline-flex; height: 1.6rem; width: 1.6rem; background: url(/img/web/ico/chevron_down_white.svg) center center no-repeat; background-size: cover; margin-right: 0rem; flex-shrink: 0; transform: rotate(-90deg); transition: all .3s; -webkit-transition: all .3s; }
.schSub > li > div { padding: 1rem 0; display: none; }
.schSub > li > div > .icoRow { line-height: 1.6rem; font-size: 1rem; color: #000; font-weight: normal; mask-image: linear-gradient(180deg, #71a05f, #dea241); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; margin-bottom: .6rem; }
.schSub > li > div > .icoRow::before { content: ''; display: inline-flex; height: 1.6rem; width: 1.6rem; background: url(/img/web/ico/time_machine_color.svg) center center no-repeat; background-size: cover; margin-right: .3rem; flex-shrink: 0; }
.schSub > li > div > .icoRow > span { width: 100%; }
.schSub > li > div > .icoRow > span > label { display: block; width: 100%; }
.schSub > li > div > .time::before { background-image: url(/img/web/ico/time_machine_color.svg); }
.schSub > li > div > .loc::before { background-image: url(/img/web/ico/marker_color.svg); }
.schSub > li > div > .host::before { background-image: url(/img/web/ico/micro_color.svg); }
.schSub > li > div > .host em { padding: 0 .6rem; color: #aaa; font-size: .6rem; }
.schSub > li > div > .spokesman { margin-left: 1.9rem; margin-top: 2rem; }
.schSub > li > div > .spokesman .spokItem { display: block; padding: .8rem 0; border-top: dashed .1rem rgba(0,0,0,.1); }
.schSub > li > div > .spokesman .spokItem > i.fst { display: block; color: #71a05f; font-size: 1rem; }
.schSub > li > div > .spokesman .spokItem > i.fst b { font-weight: normal; margin-right: 1rem; }
.schSub > li > div > .spokesman .spokItem > i.sec { display: block; color: #555; margin-top: .4rem; font-size: 1rem; }
.schSub > li > div > .spokesman .spokItem > i.sec b { color: #333; font-weight: bold; margin-right: 1rem; }
.schSub > li > div > .spokesman .spokItem > i.sec em { padding: 0 .6rem; color: #aaa; font-size: .6rem; }
.schSub > li.se > div { display: block; }
.schSub > li.se > h2::after { transform: rotate(0deg); }

/*友情链接*/
.lnkList { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; gap: 1rem; }
.lnkList > a { display: inline-flex; width: 9rem; height: 4rem; background-position: center center; background-repeat: no-repeat; background-size: 90%; background-color: #fff; border-radius: 1rem; box-shadow: 0 .2rem 1rem rgba(0,0,0,.05); }
.lnkList > a:hover { box-shadow: 0 .2rem 1rem rgba(0,0,0,.15); }

/*会场信息*/
.locPanel { padding: 2rem; background: #fff; border-radius: 2rem; display: flex; flex-flow: column nowrap; justify-content: space-between; align-items: center; }
.locPanel > img { width: 100%; flex-shrink: 0; margin-bottom: 2rem; }
.locPanel > div { width: 100%; }
.locPanel > div > p { font-size: 1.2rem; padding: .5rem 0; line-height: 1.8rem; }
.locPanel > div > p > img { margin-left: -2em; max-width: 80%; }
.locPanel > div > p > a { text-decoration: underline; }

/*会务联系*/
.cotactList { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; gap: 1rem; }
.cotactList > li { font-size: 1rem; padding: 2rem; background: #fff; border-radius: 1rem; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; }
.cotactList > li > img { width: 12rem; margin-top: .5rem; }
.cotactList > li > .svcon { font-size: 1.2rem; font-weight: bold; margin-bottom: .5rem; }

.footer { padding: 3rem 0; text-align: center; font-size: 1rem; color: #666; line-height: 2rem; }
