@charset "utf-8";
@font-face{
	font-family: robot;
	src: url(robot.ttf);
	font-family: robotLight;
	src: url(robotLight.ttf);
}
html, body, div, span, iframe, map, font, img, a img, samp, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th{ padding: 0; margin: 0; border: 0; font-weight: normal; font-family: 'robot', Arial, Helvetica, sans-serif;  list-style:none;}
html, body { position: relative; height: 100%;}
body{ background:#fff; font:normal 12px/22px "robot"; overflow-x: hidden;  }
body::-webkit-scrollbar { width:2px;}
body::-webkit-scrollbar-track { background: rgba(232, 232, 232, 1);}
body::-webkit-scrollbar-thumb { background: rgba(231, 193, 65, 1);}
img{ border:0; max-width: 100%; }
input,button,a { outline: none;}
a{ text-decoration:none; color:#000;  }
a:hover{ color:red;  }
.clear { clear:both;}
.clearfix { zoom:1;}
.clearfix:after { content:''; display:block; height:0; clear:both;}
div { box-sizing:border-box;}
.dn { display: none;}
#screen { display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; background: rgba(0,0,0,0.5);}
.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
input::placeholder { color: #9CA3AF;}
/*通用样式*/
.container { width: 1600px; margin: 0 auto;}
.logo { position: relative;}
.logo img { display: block; transition: all 0.5s;}
.logo img:nth-child(2) { position: absolute; left: 0; top: 0; opacity: 0; }
.header { transition: all 0.5s; position: fixed; left: 0; top: 0; width: 100%; z-index: 20; height: 105px; display: flex; padding: 0 45px; justify-content: space-between; align-items: center;}
/* .small-header .header { transform: translateY(-100%);} */
.show-header .header { transform: translateY(0);}
.small-header .header{ height: 80px; box-shadow: 0 0 10px rgba(0,0,0,0.2); background:#018dd4;}
.small-header .header .logo img { opacity: 0;}
.small-header .header .logo img:nth-child(2) { opacity: 1;}
.small-header .header .nav li h2 a { line-height: 80px;}
.small-header .header dl { top: 80px;}

.header:hover { background:#018dd4;}

.header:hover .logo img { opacity: 0;} 
.header:hover .logo img:nth-child(2) { opacity: 1;}
.header .nav li h2 a:hover { color: rgba(231, 193, 65, 1);}
.header:hover .menuControl a:nth-child(2) { border: 1px solid rgba(231, 193, 65, 1);}
.nav>ul{ display: flex; justify-content: center; align-items: center;}
.menuBtn { display: none;}
.nav li { padding: 0 10px;}
.nav li h2 { position: relative;}
.nav li h2::after { content: ''; height: 2px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); transition: all 0.5s; width: 0; background: rgba(231, 193, 65, 1);}
.nav li:hover h2::after { width:50px;}
.nav li h2 a {font-family: 'robotLight'; transition: all 0.5s; line-height: 105px; white-space: nowrap; font-size: 18px; color: #ffffff;}
.header .nav li.cur h2 a { color: rgba(231, 193, 65, 1);}
.nav li { position: relative;}
/* .nav li dl { box-sizing: border-box; display: none; width:340px; background: #ffffff; position: absolute;  padding: 20px 32px; left: 50%; transform: translateX(-50%); top: 105px;}
.nav li dt { border-bottom:1px solid #eee; font-size: 16px; line-height: 3;}
.nav li dt:last-child { border: none;}
.nav li dt a {  display: block; transition: all 0.3s;}
.nav li dt:hover>a { color: rgba(231, 193, 65, 1); } */

.fcc {display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fsc {display: flex;display: -webkit-flex;justify-content: flex-start; align-items: center;}
.menuControl { display: flex; gap:10px; align-items: center;}
.menuControl a { transition: all .4s; line-height: 46px; border-radius: 6px; font-size: 16px; padding: 0 20px; display: block;}
.menuControl a:nth-child(1) { border:1px solid rgba(231, 193, 65, 1); background:rgba(231, 193, 65, 1); color: #ffffff;}
.menuControl a:nth-child(2) { border:1px solid #fff; background:#ffffff; color: rgba(31, 41, 55, 1);}
.small-header .header .menuControl a:nth-child(2) { border:1px solid rgba(231, 193, 65, 1); }
.menuControl a:nth-child(1):hover,.menuControl a:nth-child(2):hover { border: 1px solid rgba(68,96,165,1)!important; background: rgba(68, 96, 165, 1); color: #ffffff;}
/*banner*/
.banner { position: relative;}
.banner img{ display: block; width: 100%;}
.hbannerText { position: absolute; width: 100%; text-align: center; top: 50%; transform: translateY(-50%);}
.hbannerText h2 { font-size: 68px; line-height: 83px; margin-bottom: 82px; font-weight: bold; color: #ffffff;}
.hbannerText span { font-size: 24px; line-height: 40px; padding: 0 50px; border-radius: 6px; background: #E7C141; color: #ffffff; display: inline-flex;}
.footer { background:#111827; background-size: cover;}
.menubox { display: none;}

.aboutHome { padding: 80px 0; background: url(../images/intBg.jpg) left top no-repeat; background-size: cover;}
.titleCell { position: relative; text-align: center;}
.titleCell h2 { position: relative; z-index: 2; font-size: 64px; font-weight: bold; color: rgba(68, 96, 165, 1); padding: 50px 0 32px; line-height: 36px;}
.titleCell i { position: absolute; font-size: 168px; color: rgba(68, 96, 165, 0.05); top: 50%; left: 50%; font-weight: bold; font-style: normal;
transform: translate(-50%,-50%);}
.titleCell::after { content: ''; position: absolute; bottom: 0; width: 96px; height: 4px; background: rgba(231, 193, 65, 1); left: 50%; transform: translateX(-50%);}
.aboutDesc { line-height: 1; margin-top: 70px;}
.aboutDesc h3 { font-size: 36px; line-height: 42px; color: rgba(68, 96, 165, 1); margin-bottom: 15px;}
.aboutDesc p { font-size: 18px; line-height: 32px; color: rgba(55, 65, 81, 1);}

.descPic { margin-top: 15px;}
.descPic img { display: block; width: 100%;}
.descPic p { text-align: center; font-size: 36px; line-height: 42px; margin-top: 25px; color: rgba(68, 96, 165, 1);}
.homeTitle { text-align: center; font-weight: bold; font-size: 64px; line-height: 77px; padding-bottom:32px; position: relative; color: rgba(68, 96, 165, 1);}
.homeTitle::after {content: ''; position: absolute; bottom: 0; width: 96px; height: 4px; background: rgba(231, 193, 65, 1); left: 50%; transform: translateX(-50%);}
.call { background:url(../images/callBg.jpg) center no-repeat; background-size: cover; padding: 80px 0;}
.callDesc { box-shadow: 0 1px 2px rgba(0,0,0,.05); border-radius: 8px; margin-top: 48px; padding: 37px 27px; background: #ffffff;}
.callDesc p { color: #374151; font-size: 18px; line-height: 26px; margin-bottom: 15px;}
.callDesc p span.strong { font-weight: bold;}
.callDesc p span.yellowColor { color: #FABE00;}
.callDesc li::after { content: ''; position: absolute; width: 8px; left: 0; height: 8px; border-radius: 50%; top: 8px; background: #E7C141; }
.callDesc li { position: relative; padding-left: 20px; font-size: 16px; line-height: 24px; margin-bottom: 12px; color: #374151;}
.importantDates { padding: 80px 0;}
.importantDates li { box-shadow: 0 1px 2px rgba(0,0,0,.05); align-items: center; display: flex; justify-content: space-between; padding: 17px 20px; margin-bottom: 28px; border: 1px solid #F3F4F6; border-radius: 8px;}
.importantDates li p { color: #1F2937; font-size: 16px; line-height: 24px;}
.importantDates li img { display: block; width: 20px;}
.importantDates ul { margin-top: 28px;}
.speakers { padding: 80px 0; background: #F1F2F8;}
.speakers .container { padding: 0 32px 0;}
.speakers ul { margin-top: 48px; gap: 32px; display: flex; flex-wrap: wrap;}
.speakers li { background: #ffffff; border-radius: 8px; text-align: center; width: calc((100% - 96px)/4); box-shadow: 0 1px 2px rgba(0,0,0,.05);}
.speakerText { padding: 16px 10px 10px; text-align: center;}
.speakerText h2 { overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-weight: bold; font-size: 20px; line-height: 1.4; color: #1F2937;}
.speakerText p { color: #4B5563; overflow: hidden;text-overflow: ellipsis;  white-space: nowrap;  font-size: 16px; line-height: 26px;}
.Committees { padding: 80px 0;}
.Committees dl{gap: 30px; display: flex; flex-wrap: wrap;}
.Committees dt { border-radius: 8px; padding: 14px 17px 17px; border: 1px solid #F3F4F6; box-sizing: border-box; box-shadow: 0 1px 2px rgba(0,0,0,.05); width: calc((100% - 60px)/3);}
.Committees li h2 { font-weight: bold; font-size: 24px; line-height: 32px; padding: 9px 0; margin-bottom: 34px;}
.Committees dt p {font-size: 16px; line-height: 26px; color:#1F2937}
.Committees dt span { display: block; color: #4B5563; font-size: 14px;}
.Committees li { margin-bottom: 34px;}
.Committees li:last-child { margin-bottom: 0;}
.Committees ul { margin-top: 48px;}
.venue { background: #F1F2F8; padding: 80px 0;}
.venueSologn { text-align: center; color: #374151; font-size: 16px; line-height: 26px; margin: 60px auto 66px;}
.venueBlock { box-shadow: 0 1px 2px rgba(0,0,0,.05); border-radius: 8px; background: #ffffff; padding: 22px;}
.venueBlock h2 { margin-bottom: 18px; font-weight: bold; font-size: 24px; line-height: 32px; padding: 10px; color: #1F2937;}
.venueBlock p { margin-bottom: 18px; font-size: 16px; line-height: 26px; color: #1F2937;}
.venueBlock p img { margin-right: 16px; vertical-align: -4px; display: inline-flex;}
.venueBlock p:last-child { margin-bottom: 0;}
.bigPic { margin-top: 56px;}
.bigPic img { border-radius: 8px; display: block; width: 100%;}
.smallImg { margin: 56px 0 56px; display: flex; justify-content: space-between; gap: 24px;}
.smallImg span { display: block; width: calc((100% - 72px)/4); border-radius: 8px; overflow: hidden;}
.smallImg img { display: block; width: 100%;}
#allmap { height: 695px;}
#allmap .shadow { display: none;}
.Registration { padding: 80px 0;}
.RegistrationTable { border-radius: 8px;box-shadow: 0 1px 2px rgba(0,0,0,.05); overflow: hidden; margin: 48px 0 33px;}
.RegistrationTable th { font-size: 16px; text-align: left; font-weight: bold; background: #F9FAFB; line-height: 76px; text-indent: 24px;}
.RegistrationTable td { font-size: 16px; line-height: 56px; color: #1F2937; text-indent: 24px; border-bottom: 1px solid #E5E7EB;}
.RegistrationTable tr:last-child td { border: none;}
.tableNotice { display: flex; align-items: center; padding:24px; background: #F9FAFB; border-radius: 8px; margin-bottom: 33px; font-size: 16px; color: #374151;}
.tableNotice img { display: block; margin-right: 12px;}
.registrationDesc {box-shadow: 0 1px 2px rgba(0,0,0,.05); border-radius: 8px; padding: 24px;}
.registrationDesc p { margin-bottom: 12px; position: relative; padding-left: 20px; line-height: 24px; font-size: 16px; color: #374151;}
.registrationDesc p::after { content: ''; position: absolute; width: 8px; left: 0; height: 8px; border-radius: 50%; top: 8px; background: #E7C141; }
.registrationDesc p:last-child { margin: 0;}
.registrationDesc h2 { font-weight: bold; font-size: 20px; line-height: 28px; margin-bottom: 16px; color: #1F2937;}
.program { background: #F1F2F8; padding: 80px 0;}
.programData { margin-top: 48px; box-shadow: 0 1px 2px rgba(0,0,0,.05); border-radius: 8px; overflow: hidden; background: #ffffff;}
.programDown { padding: 20px 0; text-align: center; margin-top: 10px; border-top: 1px solid #F3F4F6;}
.programDown a { transition: all .4s; display: inline-flex; align-items: center; justify-content: center; padding: 17px 16px; font-size: 16px; line-height: 24px; gap: 7px;
border-radius: 6px; background: #E7C141; color: #ffffff;}
.programDown a:hover { background: rgba(68, 96, 165, 1);}
.programImg { position: relative;}
.programImg img { display: block; width: 100%;}
.programImg p { position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); font-size: 48px; color: #ffffff; z-index: 2;
text-align: center;}
.speakerImg { position: relative;}
.speakerImg img { display: block; width: 100%;}
.sponsors { padding: 80px 0;}
.sponsorsImg { margin-top: 60px;  gap: 30px;}
.sponsorsImg ul { justify-content: space-between; display: flex; flex-wrap: wrap;}
.sponsorsImg li {width: calc((100% - 120px)/5); text-align: center;}
.sponsorsImg p { text-align: center; font-size: 20px; margin-top: 10px; line-height: 1.4; color: #1F2937;}
.sponsorsImg span { display: block; overflow: hidden; border-radius: 8px; }
.sponsorsImg img { display: block; width: 100%;}
.footerTop { display: flex; justify-content: space-between; padding: 112px 0 73px;}
.footLogo { display: block; margin-bottom: 22px;}
.footerLeft { width: 365px;}
.footerLeft p { font-size: 18px; line-height: 21px; color: #D1D5DB; margin-bottom: 22px;}
.footerLeft h2 { font-size: 36px; color: #ffffff;  line-height: 24px; margin-bottom: 22px;}
.footerLeft .mailBtn { transition: all .4s; font-size: 16px; line-height: 24px; color: #ffffff; display: flex; justify-content: start; align-items: center;}
.footerLeft .mailBtn img { display: block; margin-right: 8px;}
.footerLeft .mailBtn:hover { color: #FABE00;}
.footerLink h2,.frLink h2 { color: #ffffff; font-size: 18px; line-height: 28px; margin-bottom: 16px;}
.footerLink p a { position: relative; transition: all .4s; color: #D1D5DB; display: inline-flex; font-size: 16px; line-height: 24px;}
.footerLink p a:hover { color: #ffffff;}
.footerLink p{ position: relative; margin-bottom: 8px;}
.footerLink p a::after { content: ''; position: absolute; transition: all .4s; width: 0; height: 1px; background: #ffffff; left: 0; bottom: 0;}
.footerLink p:hover a::after { width: 100%;}
.frLink a { display: block; margin-bottom: 24px;}
.scanList { display: flex; gap:20px;}
.frLink a img { width: 130px; border: 4px solid #ffffff; border-radius: 4px; display: block;}
.copyRight { border-top: 1px solid #1F2937; text-align: center; line-height: 86px; font-size: 16px; color: #9CA3AF;}
.copyRight a { transition: all .4s; color:#9CA3AF;}
.copyRight a:hover { color: #fff;}
/**/
.inbanner img{ display: block; width: 100%;}
.inbanner { position: relative;}
.inBannerText { position: absolute; width: 1600px; max-width: 92%; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.inBannerText h2 { font-size: 40px; line-height: 48px; margin-bottom: 25px; color: #ffffff;}
.inBannerText h2 span { color: #FABE00;}
.inBannerText p { width: 660px; max-width: 100%; color: #ffffff; font-size: 20px; line-height: 32.5px;}
.location { line-height: 26px; margin: 20px auto 30px; display: flex; align-items: center; font-size: 16px; color: #9CA3AF;}
.location a { transition: all .4s; font-size: 14px; color: #374151;}
.location a img { display: block;}
.location span { margin: 0 8px;}
.location a:nth-child(1) { margin-right: 10px;}
.location a:hover { color: #FABE00;}
.location b { color: #4460A5;}
.registerCont { width: 1200px; max-width: 92%; margin: 0 auto 124px;}
.regTitle { text-align: center;}
.regTitle p { font-weight: bold; font-size: 36px; line-height: 40px; color: #4460A5; margin-bottom: 16px;}
.regTitle span { display: block; font-size: 16px; line-height: 24px; color: #4B5563;}
.formNotice { margin-bottom: 24px;}
.formNotice p { font-weight: bold; font-size: 24px; line-height: 32px; color: #4460A5; margin-bottom: 8px;}
.formNotice span { display: block; font-size: 16px; line-height: 24px; color: #4B5563;}
.regPage { overflow: hidden; background: #F1F2F8;}
.regForm { margin-top: 32px; background: #ffffff; padding:32px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1);}
.regForm li { flex-wrap: wrap; margin-bottom: 16px; display: flex; justify-content: space-between;}
.formCell { width: calc(50% - 12px);}
.regForm li p { width: 100%; font-size: 16px; line-height: 1.5; margin-bottom: 8px; color: #374151;}
.regForm li input[type="text"],.regForm li select,.regForm li input[type="password"]{ font-size: 16px; padding: 0 17px; width: 100%; outline: none; border: none; height: 40px; border: none; box-sizing: border-box;}
.inpCont { position: relative; flex: 1; border: 1px solid #D1D5DB; border-radius: 8px; overflow: hidden;}
.inpCont img { position: absolute; right: 12px; display: block; top: 50%; transform: translateY(-50%);}
.getCodes { display: flex; justify-content: space-between; width: 100%;}
.getCodes input[type="button"] { cursor: pointer; margin-left: 16px; width: 131px; height: 42px; border: none; background: #E7C141; border-radius: 8px; color: #ffffff; font-size: 16px;}
.regForm li input::placeholder { color: #9CA3AF;}
.regForm select { appearance:none;    -moz-appearance:none;    -webkit-appearance:none;}
.regForm button { display: block; background:#4460A5; color: #ffffff; border-radius: 8px; margin: 32px auto 0; width: 100%;
border: none; height: 48px; font-size: 16px; cursor: pointer;}
.loginCont { max-width: 92%; padding: 40px; box-shadow: 0 10px 15px rgba(0,0,0,0.1); width: 448px; margin: 0 auto 80px; background: #ffffff; border-radius: 12px; border-top: 8px solid #E7C141; overflow: hidden;}
.loginTitle { margin-bottom: 32px; text-align: center;}
.loginTitle p { font-weight: bold; font-size: 24px; color: #1F2937; margin-bottom: 24px; line-height: 32px;}
.loginTitle span { font-size: 16px; display: block; line-height: 1.5; color: #4B5563;}
.inputConts { position: relative;}
.inputConts input { font-size: 14px; border-radius: 6px; transition: all .4s; height: 44px; border: 1px solid #D1D5DB; display: block; width: 100%; padding: 0; box-sizing: border-box; text-indent: 40px;}
.inputConts input:focus { border: 1px solid #4460A5;}
.inputConts input::placeholder { color: #9CA3AF;}
.inputConts img { position: absolute; left: 12px; display: block; top: 50%; transform: translateY(-50%);}
.loginForm li p { display: flex; justify-content:space-between; align-items: center; font-size: 14px; line-height: 20px; margin-bottom: 8px;
color: #374151;}
.loginForm li p a { transition: all .4s; color: #4460A5;}
.loginForm li p a:hover { color: #E7C141;}
.loginForm li { margin-bottom: 24px;}
.loginForm button { display: block; box-sizing: border-box; width: 100%; border: none; font-size: 14px; color: #ffffff;
background-color: #4460A5; border-radius: 6px; height: 46px; transition: all .4s; cursor: pointer;}
.loginForm button:hover { background: #E7C141;}
.resignNotice { color: #4B5563; text-align: center; font-size: 14px; line-height: 17px; margin-top: 24px;}
.resignNotice a { color: #4460A5; transition: all .4s;}
.resignNotice a:hover { color: #E7C141;}
.userFlex { align-items: start; padding-bottom: 100px; display: flex; justify-content: space-between;}
.userMenu { box-shadow: 0 1px 2px rgba(0,0,0,0.1); overflow: hidden; background: #ffffff; border-radius: 8px; width: 256px;}
.userMenu h2 { font-weight: bold; font-size: 18px; line-height: 28px; padding: 16px 0 16px 16px; background: #E7C141; color: #111827;}
.userMenu dl { padding: 8px;}
.userMenu dt { }
.userMenu dt a {padding: 14px 12px; transition: all .4s; font-size: 16px; line-height: 20px; color: #374151; display: flex; align-items: center;}
.userMenu dt a:hover { color: #4460A5;}
.userMenu dt a:hover svg path{ stroke: #4460A5;}
.userMenu dt a svg path{transition: all .4s; stroke: #374151;}
.userMenu dt a svg { display: block; margin-right: 12px;}

.userMenu dt.cur a {background: #4460A5; border-radius: 6px; color: #ffffff;}
.userMenu dt.cur a svg path{stroke: #ffffff;}
.userMenu dt.logoutBtn { border-top: 1px solid #eee; margin-top: 16px;}
.userMenu dt.logoutBtn a { color: #DC2626;}
.userMenu dt.logoutBtn a svg path {stroke: #DC2626;}
.userCont { width: calc(100% - 280px); padding: 24px; border-radius: 8px; box-shadow: 0 1px 2px rgba(0,0,0,0.1); background: #ffffff;}
.userInforTitle { padding-bottom: 17px; margin-bottom: 24px; border-bottom: 1px solid #E5E7EB;}
.userInforTitle p { font-size: 24px; font-weight: bold; line-height: 32px; color: #4460A5; margin-bottom: 4px;}
.userInforTitle span { display: block; font-size:16px; line-height: 1.5; color: #4B5563;}
.userInforTable li { margin-bottom: 32px; display: flex; justify-content: space-between;}
.userInforTable .halfInput { width: calc(50% - 8px);}
.halfInput p {font-size: 14px; line-height: 20px; margin-bottom: 4px; color: #374151;}
.userInforTable .halfInput input { box-shadow: 0 1px 2px rgba(0,0,0,0.05); border: 1px solid #D1D5DB; box-sizing: border-box; width: 100%; border-radius: 6px; text-indent: 10px;
font-size: 14px; color: #111827; height: 42px;}
.userInforTable .halfInput input[readonly] { background: #F9FAFB;}
.sure { display: flex; justify-content: end; align-items: center;}
.sure button { display: block; padding: 0 16px; height: 36px; border-radius: 6px; background: #E7C141; transition: all .4s; font-size: 14px;
border: none; color: #ffffff; transition: all .4s; cursor: pointer;}
.sure button:hover {background: #4460A5;}
.uploadCont li>p { font-size: 14px; line-height: 20px; color: #374151; margin-bottom: 4px;}
.uploadCont li { margin-bottom: 24px;}
.uploadCont li input {box-shadow: 0 1px 2px rgba(0,0,0,0.05); border: 1px solid #D1D5DB; box-sizing: border-box; width: 100%; border-radius: 6px; text-indent: 10px;
font-size: 14px; color: #111827; height: 42px;}
.uploadCont li input:focus { border: 1px solid #E7C141;}
.uploadCont .layui-upload-drag { width: 100%;}
.uploadCont .layui-upload-drag p { font-size: 14px; color: #374151; line-height: 1; margin-bottom: 10px;}
.uploadCont .layui-upload-drag p b { font-weight:bold}
.uploadCont .layui-upload-drag span { display: block; line-height: 16px; font-size: 12px; color: #6B7280;}
.guidelines { border-radius: 6px; padding: 17px; border: 1px solid #DBEAFE; background: #EFF6FF;}
.guidelines h2 { font-size: 14px; color: #1D4ED8; line-height: 20px; margin-bottom: 4px;}
.guidelines p {font-size: 14px; color: #1D4ED8; line-height: 20px; margin-bottom: 4px; position: relative; padding-left: 20px;}
.guidelines p:before { content: ''; width: 5px; height: 5px; left: 6px; border-radius: 50%; top: 50%; transform: translateY(-50%); position: absolute;
display: block; background: #1D4ED8;}
.uploadSub { margin-top: 24px;}
.uploadSub button { display: inline-flex; transition: all .4s; padding: 0 16px; height: 36px; border-radius: 6px; background: #E7C141; transition: all .4s; font-size: 14px;
border: none; color: #ffffff; cursor: pointer; align-items: center;}
.uploadSub button:hover {background: #4460A5;}
.recordList li { border-radius: 8px; padding: 21px; border: 1px solid #E5E7EB; margin-bottom: 24px; box-shadow: 0 1px 2px rgba(0,0,0,0.05);}
.recordTitle { align-items: start; margin-bottom: 4px; display: flex; justify-content: space-between;}
.recordTitle h2 { font-size: 18px; line-height: 28px; color: #111827; font-weight: bold; max-width: calc(100% - 135px);}
.recordTitle span { line-height: 20px; border-radius: 20px; display: flex; align-items: center; padding: 0 6px 0 10px; font-size: 12px;}
.recordTitle span svg { display: block; margin-right: 4px;}
.recordList li>p { font-size: 14px; color:#6B7280; margin-bottom: 12px; line-height: 20px; display: flex; align-items: center; flex-wrap: wrap;}
.recordList li>p svg { display: block; margin-right: 4px;}
.recordDesc h3 { font-size: 16px; line-height: 24px; color: #111827; margin-bottom: 7px;}
.recordDesc span { font-size: 14px; line-height: 17px; color: #374151;}
.recordList li.successState .recordDesc{ margin-bottom: 16px; border: 1px solid #DCFCE7; border-radius: 6px; background: #F0FDF4; padding: 13px;}
.recordList li.errorState .recordDesc{ margin-bottom: 16px; border: 1px solid #FEE2E2; border-radius: 6px; background: #FEF2F2; padding: 13px;}
.recordList li.successState .recordTitle span { background: #DCFCE7; color: #166534;}
.recordList li.errorState .recordTitle span { background: #FEE2E2; color: #991B1B;}
.recordList li.pendingState .recordTitle span { background: #FEF9C3; color: #854D0E;}
.downGroup { display: flex; justify-content: end;}
.downGroup a { border-radius: 6px; font-size:12px; color: #4460A5; transition: all .4s; display: flex; align-items: center; border: 1px solid #4460A5; padding: 0 5px 0 13px; line-height: 28px;}
.downGroup a svg { display: block; transition: all .4s; margin-right: 4px;}
.downGroup a:hover { color: #ffffff; background: #4460A5;}
.downGroup a svg path { transition: all .4s;}
.downGroup a:hover svg path{stroke: #ffffff;}
.resetForm { width: 448px; margin: 0 auto; max-width: 100%;}
.resetForm li { margin-bottom: 16px;}
.resetForm li p {font-size: 14px; color:#6B7280; margin-bottom:4px; line-height: 20px;}
.inputBox { position: relative;}
.inputBox input { transition: all .4s; box-shadow: 0 1px 2px rgba(0,0,0,0.05); border: 1px solid #D1D5DB; box-sizing: border-box; width: 100%; border-radius: 6px; text-indent: 10px;
font-size: 14px; color: #111827; height: 42px;}
.inputBox input:focus { border: 1px solid #E7C141;}
.restNotice { border-radius: 6px; border: 1px solid #FEF9C3; margin-bottom: 24px; background: #FEFCE8; padding: 13px;}
.restNotice h2 {font-size: 14px; color: #854D0E; line-height: 20px; margin-bottom: 4px;}
.restNotice p {font-size: 14px; color: #854D0E; line-height: 20px; margin-bottom: 4px; position: relative; padding-left: 20px;}
.restNotice p:before { content: ''; width: 5px; height: 5px; left: 6px; border-radius: 50%; top: 50%; transform: translateY(-50%); position: absolute;
display: block; background: #854D0E;}
.resetForm button { display: block; width: 100%; background: #E7C141; border-radius: 6px; height: 48px; line-height: 48px;
color: #ffffff; font-size: 16px; border: none; transition: all .4s; cursor: pointer;}
.resetForm button:hover { background: #4460A5;}
.eye { position: absolute; width: 18px; height: 18px; background: url(../images/eyeopen.svg) center no-repeat;
right: 12px; top: 50%; transform: translateY(-50%); cursor: pointer;}
.eye.cur { background: url(../images/eyeClose.svg) center no-repeat;}
.loginState { position: relative;}
.loginState h2 { margin-right: 20px; gap: 7px; cursor: pointer; display: flex; align-items: center; justify-content: center; line-height: 48px; padding: 0 16px; border-radius: 6px;
background: rgba(255,255,255,.2); font-size: 16px; color: #1F2937;}
.loginState h2 img { display: block; width: 32px;}
.loginState h2 i { background: url(../images/logedIcon.png) center no-repeat; display: block; width: 16px; height: 16px; transition: all .4s; transform: rotate(180deg);}
.logSub { display: none; position: absolute; top: 58px; width: 192px; border-radius: 8px; background: #ffffff; z-index: 2; border: 1px solid #E5E7EB;
left: 50%; transform: translateX(-50%); padding: 9px 0 5.5px;}
.logSub dt a { display: block; padding: 7px 14px; transition: all .4s; font-size: 16px; line-height: 24px; color: #374151;}
.logSub dt a:hover { background: #F9FAFB;}
.logSub a.logoutEnter { text-align: center; transition: all .4s; padding: 7px 14px; font-size: 16px; display: block; line-height: 24px; color: #DC2626;}
.logSub a.logoutEnter:hover {background: #F9FAFB;}
.loginState h2.cur i { transform: rotate(0);}
.signOutCont { padding-top: 14px; margin-top: 14px; border-top: 1px solid #eee;}
@media screen and (max-width: 1800px) {
.buildDesc { padding: 85px 0 110px;}
.container{ max-width:1300px;}

}
@media screen and (max-width: 1600px) {
.nav li h2 a { font-size: 16px;}
.menuControl a { font-size: 14px; line-height: 38px;}
.logo img { width: 120px;}
.container { max-width:1300px;}

}

@media screen and (max-width: 1500px) {

}
@media screen and (max-width: 1440px) {
.hbannerText h2 { font-size: 44px; line-height: 1.5; margin-bottom: 40px;}
.hbannerText span { font-size: 16px; line-height: 40px;}
.container{ max-width:94%;}
.header { padding: 0 3%;}
.nav li { padding: 0 5px;}
}

@media screen and (max-width: 1280px) {
	.header,.small-header .header { height: 60px;background: #fff; box-shadow: 0 0 10px rgba(0,0,0,0.2);}
	.header .logo img { opacity: 0;}
	.header .logo img:nth-child(2) { opacity: 1;}
	.header .nav li h2 a { line-height: 80px;}
	.langChose h2 { line-height: 60px;}
	.header .nav li h2 a{ color: #333333;}
	.header .langChose h2 { color: #333333; background: url(../images/blackEarth.png) left center no-repeat;}
	.header .searchEnter { background: url(../images/blackSearch.png) center no-repeat;}
	.header .logo img {height:40px; width: auto;}
	.menuControl a {border: 1px solid rgba(231, 193, 65, 1); height: 32px; line-height: 32px;}
	.menuControl a:nth-child(2) {border: 1px solid rgba(231, 193, 65, 1);}
	.menuControl { margin-right: 40px;}
	.nav { height: calc(100vh); position: fixed; left: -110%; overflow-y: auto; top:60px; width: 200px; background: #ffffff; bottom: 0;}
	.nav ul { display: block;}
	.nav li { border-bottom: 1px solid #eee; float: none; margin: 0!important;}
	.nav li h2{position: relative; text-indent: 20px;}
	.nav li h2 i { transition: all .5s; background: url(../images/menuEnter.png) center no-repeat;
	width: 8px; height: 14px; background-size: 100% auto; position: absolute; right:15px; top: 50%; margin-top: -7px;}
	.nav li h2 a {  line-height: 40px; color: #333333;}
	.nav li.cur h2 i{ background: url(../images/menuEntero.png) center no-repeat; background-size: 100% auto; transform: rotate(90deg);}
	.menubox{ display: block; position: absolute;right: 4%; top: 10px; width:45px; height: 40px;opacity: 1;pointer-events: auto;transition: 0.3s;}
	.menubox div{position: absolute;left: 20px;width: 30px;height: 2px;background-color: rgba(231, 193, 65, 1);transition: 0.6s;}
	.menubox div:nth-child(1){top: 9px;}
	.menubox div:nth-child(2){top: 19px;}
	.menubox div:nth-child(3){top: 29px;}
	.menubox.on div:nth-child(1){top: 19px;transform: rotateZ(45deg);}
	.menubox.on div:nth-child(2){top: 19px;opacity: 0;}
	.menubox.on div:nth-child(3){top: 19px;transform: rotateZ(-45deg);}

	.header .nav li h2 a,.small-header .header .nav li h2 a { line-height: 50px;}
	body { padding-top: 60px;}
	.titleCell i { font-size: 48px;}
	.titleCell h2 { font-size: 24px; padding:10px 0;}
	.titleCell::after { height: 2px;}
	.aboutHome { padding: 30px 0;}
	.aboutDesc h3 { font-size: 20px; line-height: 30px; margin-bottom: 0;}
	.aboutDesc { margin-top: 20px;}
	.aboutDesc p { font-size: 14px; line-height: 2;}
	.descPic p { font-size: 20px; line-height: 1.25; margin-top: 10px;}
	.call { padding: 30px 0;}
	.homeTitle { font-size: 20px; line-height: 1.25; padding-bottom: 10px;}
	.homeTitle::after { width: 48px; height: 2px;}
	.callDesc { margin-top: 20px; padding: 20px;}
	.callDesc p { font-size: 16px; line-height: 20px;}
	.callDesc li { font-size: 14px;}
	.importantDates { padding: 30px 0;}
	.importantDates li { padding: 10px; margin-bottom: 10px; justify-content: start; font-size: 14px; flex-wrap: wrap;}
	.importantDates li p { font-size: 14px;}
	.importantDates li img { margin-right: 10px;}
	.speakers { padding: 30px 0;}
	.speakers .container { padding: 20px;}
	.speakers ul { margin-top: 20px;}
	.speakerText h2 { font-size: 16px;}
	.speakerText p { font-size: 14px;}
	.Committees li h2 { font-size:18px; line-height: 1.25; margin-bottom: 10px;}
	.Committees li { margin-bottom: 10px;}
	.Committees { padding: 30px 0;}
	.Committees ul { margin-top: 20px;}
	.venue { padding: 30px 0;}
	.venueSologn { font-size: 14px; margin: 20px 0;}
	.venueBlock h2 { font-size: 18px; margin-bottom: 10px; line-height: 1.25;}
	.venueBlock { padding: 15px;}
	.venueBlock p { font-size: 14px;}
	.bigPic { margin-top: 20px;}
	.smallImg { margin: 20px 0;}
	#allmap { height: 300px;}
	.Registration { padding: 30px 0;}
	.RegistrationTable { margin: 20px 0;}
	.RegistrationTable th { text-indent: 0; text-align: center; font-size: 12px; line-height: 45px;}
	.RegistrationTable td { font-size: 12px; text-align: center; text-indent: 0;}
	.tableNotice { margin-bottom: 20px; font-size: 14px; line-height: 1.25; padding: 15px ;}
	.registrationDesc p { font-size: 14px;}
	.registrationDesc h2 { font-size: 16px; line-height: 20px; margin-bottom: 10px;}
	.program { padding:30px 0}
	.programDown a { font-size: 14px; padding: 10px 15px;}
	.programData { margin-top: 20px;}
	.sponsors { padding: 30px 0;}
	.sponsorsImg { margin-top: 20px;}
}
@media screen and (max-width: 1080px) {
	.footerLink { display: none;}
	.regTitle p { margin: 0; font-size: 20px;}
	.regTitle span { font-size: 14px;}
	.location { margin: 20px auto;}
	.regForm { margin-top: 20px; padding: 15px;}
	.formNotice p { font-size: 16px; line-height: 20px;}
	.formNotice span { font-size: 12px; line-height: 1.5;}
	.formCell { width: 100%; margin-bottom: 10px;}
	.formCell:last-child { margin-bottom: 0;}
	.regForm li input[type="text"], .regForm li select, .regForm li input[type="password"] { font-size: 14px;}
	.getCodes input[type="button"] { font-size: 14px; width: 100px; margin-left: 10px;}
	.regForm li p { font-size: 14px;}
	.regForm button { font-size: 14px; margin-top: 20px;}
	.registerCont { margin-bottom: 30px;}
}
@media screen and (max-width: 780px){
	.userMenu h2 { position: relative;}
	.userMenu h2::after { content: ''; transition: all .4s; background: url(../images/icon-arrow18.png) center no-repeat; position: absolute;right: 15px; top: 50%; width: 24px;height: 24px; -webkit-background-size: contain; background-size: contain; transform: translateY(-50%); }
	.userMenu h2.cur::after { transform: rotate(-180deg) translateY(50%);}
	.userMenu dl { display: none;}
	.loginCont { margin-bottom: 30px;}
	.loginTitle { margin-bottom: 10px;}
	.location a,.location { font-size: 12px;}
	.location span { margin: 0 4px; font-size: 12px;}
	.hbannerText h2,.inBannerText h2,.loginTitle p,.userInforTitle p { line-height: 1.5; font-size:18px; margin-bottom: 10px;}
	.hbannerText span,.loginTitle span { line-height: 30px; font-size: 12px; padding: 0 10px;}
	.userInforTitle span { font-size: 12px;}
	.inBannerText p { padding: 0; font-size: 12px; line-height: 1.5;}
	.Committees dl { gap: 10px;}
	.Committees dt { width: 100%;}
	.speakers li { width:48%;}
	.speakers ul { gap: 10px;}
	.smallImg span { margin-bottom: 2%; width: 49%;}
	.smallImg { margin: 2% 0; flex-wrap: wrap; gap: 2%;}
	.sponsorsImg ul{ flex-direction: column; gap: 15px;}
	.sponsorsImg li { width: 100%;}
	.sponsorsImg li p { font-size: 16px;}
	.footerTop { padding: 30px 0 20px; flex-direction: column;}
	.frLink { gap: 10px; margin-top: 20px; display: flex; flex-wrap: wrap;}
	.footerLeft { width: 100%;}
	.footLogo img { display: block; margin: 0 auto;}
	.frLink h2 { margin: 0; width: 100%;}
	.frLink a { max-width: 45%;}
	.footerLeft p { font-size: 14px;}
	.footerLeft h2 { font-size: 20px;}
	.copyRight { font-size: 14px; line-height: 1.25; padding: 10px 0;}
	.speakers .container { padding: 20px 0;}
	.loginCont { padding: 15px;}
	.userFlex { flex-direction: column;}
	.userMenu { width: 100%; margin-bottom: 20px;}
	.userCont { padding: 15px; width: 100%;}
	.userInforTable li { flex-direction: column; margin-bottom: 10px; gap: 10px;}
	.userInforTable .halfInput { width: 100%;}
	.userInforTitle { padding-bottom: 10px; margin-bottom: 10px;}
	.recordList li { position: relative;}
	.recordList li .recordTitle span { position: absolute; right: 0; top: 0; border-radius: 0 0 0 6px;}
	.recordTitle h2 { max-width: 100%; font-size:16px; line-height: 1.25;}
	.recordList li { padding: 26px 15px 15px;}
	.recordList li.successState .recordDesc { padding: 5px;}
}

/*7.25 新增*/
.payInfor { border: 1px solid rgba(229, 231, 235, 1); border-radius: 8px; padding: 33px 0; text-align: center;}
.payInfor h2 { font-weight: 600; font-size: 20px; color: rgba(68, 96, 165, 1); line-height: 1.4; margin-bottom: 20px;}
.payInfor p { font-weight: 400; width: 595px; margin: 0 auto; max-width: 92%; font-size: 16px; line-height: calc(1em + 10px); color: rgba(55, 65, 81, 1);}
.payInfor a { border-radius: 6px; margin: 32px auto 16px; color: #ffffff; line-height: 48px; font-size: 16px; display: flex; width: 244px; justify-content: center; align-items: center; transition: all .4s; background: rgba(231, 193, 65, 1);}
.payInfor a:hover { background: rgba(68, 96, 165, 1);}
.payInfor a svg { display: block; margin-right: 8px; width: 20px;}
.payInfor span { display: block; text-align: center; font-size: 14px; color: rgba(107, 114, 128, 1);}
.payNotice { margin-bottom: 20px; padding: 22px 24px; border-radius: 8px; background-image: linear-gradient(to right bottom,rgba(68, 96, 165, 0.1),rgba(231, 193, 65, 0.1));}
.noticeTitle { display: flex; align-items: center;}
.noticeTitle svg { display: block; margin-right: 16px; width: 56px; min-width: 56px;}
.noticeText { flex: 1;}
.noticeText p { font-size: 20px; line-height: 1.4; font-weight: 600; color: rgba(68, 96, 165, 1);}
.noticeText span { font-size: 16px; display: block; line-height: 1.5; color: rgba(75, 85, 99, 1);}
.noticeTitle { margin-bottom: 20px;}
.noticeDesc { font-size: 16px; line-height: calc(1em + 10px); color: rgba(55, 65, 81, 1); font-weight: 400;}
.payType { border: 1px solid rgba(229, 231, 235, 1); padding: 25px; border-radius: 8px; margin-bottom: 20px;}
.payType h2 { font-size: 16px; line-height: 1.5; font-weight: 600; color: rgba(17, 24, 39, 1); margin-bottom: 16px;}
.payType li { cursor: pointer; align-items: center; display: flex; justify-content: space-between; border: 1px solid rgba(229, 231, 235, 1); border-radius: 8px;
padding: 17px; margin-bottom: 12px;}
.payName { display: flex; align-items: center;}
.payName svg { margin-right: 10px;}
.nameText p { font-size: 16px; line-height: 1.5; font-weight: 200;}
.nameText span { font-size: 14px; color: rgba(75, 85, 99, 1);}
.payType li:last-child { margin-bottom: 0;}
.payPrice { margin-right: 44px; text-align: right;}
.payPrice p { font-size: 20px; font-weight: 600; color: rgba(68, 96, 165, 1); line-height: 1.4;}
.payPrice span { font-size: 12px; color: rgba(107, 114, 128, 1); display: block; line-height: 1.333;}
.payState b { display:block; box-sizing: border-box; border: 2px solid rgba(209, 213, 219, 1); width: 20px; height: 20px; border-radius: 50%;}
.payState { display: flex; align-items: center;}
.payType li.cur { border: 1px solid rgba(68, 96, 165, 1); background: rgba(68, 96, 165, 0.05);}
.payType li.cur .payState b { border: 6px solid rgba(68, 96, 165, 1);}
.payType li.cur .payName svg path { stroke: rgba(68, 96, 165, 1);}
.typeNotice { font-size: 14px; line-height: calc(1em + 6px); margin-bottom: 16px; color: rgba(75, 85, 99, 1);}
.subPay a { width: 100%; border-radius: 6px; margin: 32px auto 16px; color: #ffffff; line-height: 48px; font-size: 16px; display: flex; justify-content: center; align-items: center; transition: all .4s; background: rgba(231, 193, 65, 1);}
.subPay a:hover { background: rgba(68, 96, 165, 1);}
.subPay a svg { display: block; margin-right: 8px; width: 20px;}
.subPay span { font-size: 14px; text-align: center; display: block; color: rgba(107, 114, 128, 1);}
.needHelp { border-radius: 8px; padding: 32px; background: rgba(241, 242, 248, 1);}
.needHelp h2 { font-size: 16px; line-height: 1.5; font-weight: 600; color: rgba(17, 24, 39, 1); margin-bottom: 12px;}
.needHelp p { font-size: 16px; line-height: 1.5; color: rgba(55, 65, 81, 1); margin-bottom: 12px;}
.needHelp span { margin-bottom: 4px; display: block; color: rgba(75, 85, 99, 1); font-size: 14px; line-height: calc(1em + 6px);}
.needHelp span a { transition: all .4s; color: rgba(75, 85, 99, 1);}
.needHelp span a:hover { color: rgba(68, 96, 165, 1);}
.successNotice { margin-bottom: 10px; text-align: center;}
.successNotice svg { display: block; margin: 0 auto 10px;}
.successNotice h2 { margin-bottom: 10px; font-weight: 600; font-size: 30px; color: rgba(68, 96, 165, 1); line-height: 1.2;}
.successNotice p { font-size: 18px; line-height: calc(1em + 10px); color: rgba(75, 85, 99, 1);}
.successPay { padding-bottom: 26px; width: 672px; max-width: 92%; margin: 0 auto;}
.payResult { background: rgba(249, 250, 251, 1); padding: 32px;}
.payResult li { margin-bottom: 24px;}
.payResult li:last-child { margin-bottom: 0;}
.payResult h2 { font-size: 18px; line-height: calc(1em + 10px); color: rgba(17, 24, 39, 1); font-weight: 500; margin-bottom: 12px;}
.payResult p { font-size: 18px; font-weight: 400; color: rgba(75, 85, 99, 1); line-height: calc(1em + 10px);}
.payResult p a { color: rgba(68, 96, 165, 1);}
.successPay .return { margin-top: 10px; display: block; border: 2px solid rgba(68, 96, 165, 1); transition: all .4s; line-height: 62px; text-align: center;
border-radius: 8px; font-size: 18px; color: rgba(68, 96, 165, 1);}
.successPay .return:hover { color: #ffffff; background: rgba(68, 96, 165, 1);}
.invoiceForm { border: 1px solid rgba(229, 231, 235, 1); padding: 25px; border-radius: 8px;  margin-bottom: 20px;}
.invoiceForm h2 { color: #4460A5;; font-size: 18px; font-weight: 600; line-height: calc(1em + 10px); margin-bottom: 16px;}
.invoiceForm p {color: #374151; line-height: 20px; margin-bottom: 4px; font-size: 14px;}
.invoiceForm p span { color: #EF4444;}
.invoiceForm input { width: 100%; text-indent: 11px; color: #333333; box-sizing: border-box; height: 42px; border: 1px solid #D1D5DB; background: #F9FAFB; border-radius: 6px; font-size: 14px;}
.invoiceForm input::placeholder { color: #9CA3AF;}
.invoiceForm li { margin-bottom: 16px;}
.invoiceForm li:last-child { margin-bottom: 0;}
@media screen and (max-width: 780px){	.invoiceForm { padding: 12px;}
	.payInfor h2,.invoiceForm h2 { font-size: 16px; margin-bottom: 10px;}
	.payInfor p { font-size: 14px;}
	.payInfor a { font-size: 14px; width: 200px;}
	.payInfor span { font-size: 12px;}
	.successNotice h2 { font-size: 20px;}
	.successNotice p { font-size: 14px;}
	.successPay { max-width: 100%;}
	.payResult { padding: 12px;}
	.payResult h2 { font-size: 16px; margin-bottom: 0;}
	.payResult p { font-size: 14px;}
	.successPay .return { font-size: 14px; line-height: 40px; width: 220px; margin: 10px auto 0;}
	.successNotice svg { width: 60px; height: 60px;}
	.noticeTitle svg { margin-right: 10px; width: 32px; min-width: 32px;}
	.payNotice { padding: 12px;}
	.noticeText p { font-size: 16px;}
	.noticeText span { font-size: 14px;}
	.noticeDesc { font-size: 14px;}
	.noticeTitle { margin-bottom: 10px;}
	.payType { padding: 12px;}
	.payType h2 { margin-bottom: 12px;}
	.typeChose li { flex-direction: column;}
	.nameText p { font-size: 14px;}
	.nameText span { font-size: 12px; display: block; line-height: 1.5;}
	.payName svg { min-width: 24px;}
	.typeChose .payState { justify-content: space-between;}
	.payState { margin-top: 10px; width: 100%; flex: 1; justify-content: space-between;}
	.payPrice { text-align: left;}
	.payLogo img { height:32px}
	.payState b { width: 16px; height: 16px;}
	.payType li.cur .payState b {border:5px solid rgba(68, 96, 165, 1);}
	.payState { justify-content: end;}
	.needHelp { padding: 12px;}
	.needHelp p { font-size: 14px;}
}