﻿@charset "UTF-8";
/* Css Reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { vertical-align: top; border: 0 }
address, caption, cite, code, dfn, em, i, th, var { font-weight: 400; font-style: normal }
li, ol, ul { list-style: none }
dd, div, dl, dt, li, ol, ul { zoom: 1 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-weight: 400; font-size: 100% }
q:after, q:before { content: '' }
abbr, acronym { border: 0 }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: inherit; line-height: inherit; font-family: inherit; color: inherit; }
article, aside, dialog, figure, footer, header, menu, nav, section, time { margin: 0; padding: 0; display: block; zoom: 1 }

/* Public */
body { color: #333; font-size: 16px; line-height: 1.6; font-family: system-ui,-apple-system,"Helvetica Neue",sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #0068B7; text-decoration: none; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none !important; }
.ovv { overflow: visible !important; }
.ovh { overflow: hidden !important; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; appearance: none; border-radius: 0; }
.more,
.prev,
.next { transition: all 0.4s ease; }

/* 公共 */
.fa { font-family: fontpower, FontAwesome; font-size: inherit; line-height: 1; }
.iconfont { font-size: inherit; line-height: inherit; vertical-align: top; }
.form-control::-webkit-input-placeholder { color: #d2d2d2; }
.form-control::-moz-placeholder { color: #d2d2d2; }
.pic img { width: 100%; height: auto; min-height: 100%;  }

/* 框架 */
body { min-width: 1400px; background: url(../img/bg.jpg) no-repeat center center fixed; background-size: cover; }
.wrap { position: relative; text-align: left; overflow: hidden; background: linear-gradient(90deg, rgba(73, 199, 249, 0.1) 0%, rgba(40, 110, 255, 0.1) 12.5%, rgba(151, 57, 233, 0.05) 25%, rgba(40, 110, 255, 0.1) 37.5%, rgba(73, 199, 249, 0.1) 50%, rgba(40, 110, 255, 0.1) 62.5%, rgba(151, 57, 233, 0.05) 75%, rgba(40, 110, 255, 0.1) 87.5%, rgba(73, 199, 249, 0.1) 100%) fixed; background-size: 400% 400%; animation: colorful 12s linear infinite; }
#content { position: relative; }
.container { position: relative; margin: 0 auto; width: 1400px; }
.container::after, .container::before,
#content::after, #content::before { display: table; content: " "; clear: both; }

/* 个性化滚动条 */
::-webkit-scrollbar { width: 5px; height: 5px; border: none; }
::-webkit-scrollbar-track { background: #eee; border-radius: 500px; }
::-webkit-scrollbar-thumb { border-radius: 500px; background: #4B78A3; }

/* 顶部 */
#header { position: relative; z-index: 1; background: url(../img/bg-header.png) no-repeat center center; background-size: 100% 100%; }
#header .container { display: flex; align-items: center; padding: 30px 0 40px; }
#header .container::after { position: absolute; display: block; right: 145px; bottom: -16px; width: 100px; height: 100px; background: url(../img/icon-ai.gif) no-repeat center bottom; background-size: contain; }

.logoBar { display: flex; align-items: center; }
.logoBar #logo a { display: block; }
.logoBar #logo img { max-height: 66px; max-width: 500px; }
.logoBar .pageTitle { font-size: 36px; font-weight: bold; color: #0068B7; margin-left: 25px; padding-left: 25px; line-height: 40px; border-left: 1px solid rgba(0, 0, 0, .1); background: linear-gradient(90deg, #49A0F9 0%, #286EFF 12.5%, #9739E9 25%, #286EFF 37.5%, #49A0F9 50%, #286EFF 62.5%, #9739E9 75%, #286EFF 87.5%, #49A0F9 100%); background-size: 400% 400%; background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: colorful 10s linear infinite; }

/* 顶部栏 */
.topLinks { position: absolute; right: 0; top: 0; display: flex; justify-content: flex-end; flex-wrap: wrap; z-index: 2; color: #666; line-height: 34px; font-size: 14px; background: rgba(255, 255, 255, 0.3); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);  border-radius: 0 0 5px 5px; padding: 0 5px; }
.topLinks a { color: inherit; text-decoration: none; }
.topLinks dl { position: relative; }
.topLinks .split { float: left; margin: 8px 6px 0; font-size: 0; height: 18px; width: 1px; background: rgba(0, 0, 0, 0.1); }
.topLinks dt > a { position: relative; display: block; padding: 0 6px; text-decoration: none; }
.topLinks dt > a:hover { color: #0068B7; }
.topLinks dt > a .fa { font-size: 16px; margin-right: 8px; line-height: inherit; vertical-align: top; }
.topLinks dd { transition: all ease 0.2s; padding: 7px; position: absolute; z-index: 2; left: 50%; top: 120%; margin-top: 8px; transform: translateX(-50%); font-size: 0; line-height: 1; white-space: nowrap; padding: 8px; background: #fff; visibility: hidden; opacity: 0; border-radius: 5px; box-shadow: 0 0 10px rgba(0, 0, 0, .15); }
.topLinks dd::before { position: absolute; content: ''; width: 0; height: 0; left: 50%; bottom: 100%; margin-left: -8px; border: 8px solid transparent; border-bottom-color: #fff; }
.topLinks dd img,
.topLinks dd canvas { width: 150px; height: 150px; }
.topLinks dl:hover dd { visibility: visible; opacity: 1; }


/* 登录注册 */
.topLinks .userLogged { display: inline-block; vertical-align: top; float: none; height: auto; line-height: 30px; margin: 2px 0 0; }
.topLinks .userLogged .notlogged .split,
.topLinks .userLogged .split { float: left !important; margin: 6px 6px 0; font-size: 0; height: 18px; width: 1px; background: rgba(0, 0, 0, 0.1); }
.topLinks .userLogged .notlogged > a,
.topLinks .userLogged .loggedin > a,
.topLinks .userLogged .userDropdown { position: relative; float: left !important; margin: 0 4px; font-size: 14px; }
.topLinks .userLogged .notlogged > a:hover,
.topLinks .userLogged .loggedin > a:hover { color: #0068B7; text-decoration: none; }
.topLinks .userLogged .userDropdown .avatar { margin: 2px 0 0 0; }
.topLinks .userLogged .userDropdown .nickname { max-width: 15em; height: 30px; line-height: 30px; margin-left: 10px; font-weight: normal; padding-right: 0; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.topLinks .userLogged .userDropdown:hover .nickname,
.topLinks .userLogged .userDropdown .nickname:hover { color: #0068B7; }
.topLinks .userLogged .userDropdown .nickname::after { position: static; margin: 0 0 0 8px; display: inline-block; vertical-align: top; background: none; width: auto; height: auto; font-size: 12px; font-family: "fontpower"; content: "\e1cf"; color: inherit; }
.topLinks .userLogged .userDropdown .ud-hd { height: auto; line-height: inherit; }
.topLinks .userLogged .userDropdown .ud-bd { left: 50%; top: 100%; padding: 0; margin-left: -55px; }

.topLinks .userLogged .loginbutton::before { display: inline-block; vertical-align: top; line-height: inherit; font-family: FontAwesome; content: "\f2c0 "; font-size: 16px; margin-right: 8px; }
.topLinks .userLogged .loggedin a.signinSum,
.topLinks .userLogged .loggedin a.myMsg { width: auto; height: auto; line-height: 30px; background: none; overflow: visible; }
.topLinks .userLogged .loggedin a.signinSum:hover,
.topLinks .userLogged .loggedin a.myMsg:hover { color: #0068B7; }
.topLinks .userLogged .loggedin a.signinSum::before,
.topLinks .userLogged .loggedin a.myMsg::before { display: inline-block; vertical-align: top; font-family: "fontpower"; font-size: 20px; content: '\ec2b'; }
.topLinks .userLogged .loggedin a.signinSum::before { content: '\e6fd'; }
.topLinks .userLogged .loggedin a.hasMsg { color: #63bf6e; }
.topLinks .userLogged .loggedin a.hasMsg:after { right: 0; top: 5px; }

/* 主栏 & 侧栏 */
#content .container { display: flex; min-height: 600px; box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); border-radius: 20px; }
.mainContent { flex: 1 0 0%; padding: 30px 20px; background: rgba(255, 255, 255, 0.8); border-radius: 20px 0 0 20px; }
.side { width: 27%; padding: 30px 0; background: rgba(255, 255, 255, 0.7); border-left: 1px solid #E1EBF2; border-radius: 0 20px 20px 0; box-shadow: -5px 0px 10px 0px rgba(145, 207, 255, 0.15); }

/* 主嵌套 */
#assistantIframe { display: block; width: 100%; height: 100%; min-height: 685px; }

/* 新对话按钮 */
.addNewChat { display: block; margin: 30px 20px 0; padding: 0 20px; line-height: 38px; border-radius: 500px; border: 1px solid #DBE7F5; background: linear-gradient(0deg, rgba(228, 239, 255, 0.2) 0%, #E4EFFF 100%); color: #0068B7; font-size: 18px; font-weight: bold; text-align: center; }
.addNewChat:first-child { margin-top: 0; }
.addNewChat .fa { line-height: inherit; vertical-align: top; font-size: 0.7em; font-weight: normal; margin-right: 0.5em; }

/* sideBox */
.sideBox { margin: 30px 0 0; padding: 0 20px 30px; border-bottom: 1px solid #E1EBF2; }
.sideBox:first-child { margin-top: 0; }
.sideBox .hd h3 { line-height: 1.5; font-size: 20px; font-weight: bold; color: #0068B7; }
.sideBox .hd h3 a { color: inherit; text-decoration: none; }
.sideBox .bd { padding: 20px 0 0; }

/* 历史记录 */
.historyList { height: 213px; overflow-y: auto; padding: 6px; margin: -6px; }
.historyList::-webkit-scrollbar { display: none; }
.historyList:hover::-webkit-scrollbar { display: block; }
.historyList li { position: relative; padding: 8px 15px; border-radius: 10px; }
.historyList .title { font-size: 16px; line-height: 30px; height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.historyList .title a { color: inherit; text-decoration: none; }
.historyList .others { margin-top: 5px; font-size: 14px; line-height: 20px; color: #999; }
.historyList .others span { margin-right: 15px; }
.historyList .others .close { position: absolute; margin-right: 0; right: 0; bottom: 0; padding: 15px; color: #0068B7; font-size: 16px; line-height: 1; transition: all ease 0.4s; visibility: hidden; opacity: 0; }

.historyList li:hover { background: rgba(238, 247, 255, 0.8); }
.historyList li:hover .title { color: #0068B7; }
.historyList li:hover .others .close { visibility: visible; opacity: 1; }


/* 帮助列表 */
.faqList { height: 150px; overflow-y: auto; padding: 6px; margin: -6px; }
.faqList::-webkit-scrollbar { display: none; }
.faqList:hover::-webkit-scrollbar { display: block; }
.faqList li { margin-top: 12px; font-size: 0; line-height: 1; }
.faqList li:first-child { margin-top: 0; }
.faqList li a { display: inline-block; vertical-align: top; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1); line-height: 22px; background: rgba(255, 255, 255, 0.5); padding: 10px 20px; font-size: 16px; color: #333; border-radius: 500px; }
.faqList li a:hover { color: #0068B7; box-shadow: 0 0 6px 0 rgba(0, 104, 183, 0.25); }

/* 侧栏按钮组 */
.sideBtns { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; padding: 0 20px; }
.sideBtns:first-child { margin-top: 0; }
.sideBtns .btn { flex-grow: 1; display: block; padding: 0 20px; line-height: 28px; border-radius: 500px; border: 1px solid #CBE2FF; color: #666; font-size: 14px; text-align: center; }
.sideBtns .btn .fa { color: #91BCF2; font-size: 1.2em; font-weight: normal; margin-right: 0.4em; }
.sideBtns .btn:hover { border-color: #0068B7; color: #0068B7; }
.sideBtns .btn:hover .fa { color: #0068B7; }


/*底部 */
#footer { clear: both; text-align: center; padding: 25px 0; color: #333; }
#footer a { color: inherit; }
#footer .copyRight { font-size: 12px; line-height: 2.1; }
#footer .copyRight img { vertical-align: text-bottom; }

/* 内容页 */
.conTxt,
.conTxt *{ box-sizing:content-box; }
.conTxt { color: #333; font-size: 16px; line-height: 2; text-align: justify; overflow: hidden; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
.conTxt p { padding:0px; line-height: 32px;  word-wrap: break-word; border: none; border-radius: 0; white-space:normal; text-align: justify;}
.conTxt p:first-child{margin-top: 0px}
.conTxt img { max-width: 100%; height: auto !important; border: 0; vertical-align: top}
.conTxt table{background-color: transparent; border-collapse: collapse; border-spacing: 0; text-align: left; }
.conTxt table td{padding: 5px 10px; border: 1px solid #ddd;}
.conTxt table td p{padding: 0px !important; margin: 0px !important; text-indent: 0px !important;}
.conTxt table p { margin: 0px}
.conTxt a { color: blue; text-decoration: underline;}
.conTxt em { font-style: italic;}
.conTxt ul { padding-left: 2em; list-style: inherit;}
.conTxt ol { padding-left: 2em; list-style: decimal;}
.conTxt ul li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.conTxt ol li { zoom: normal; list-style: inherit; text-indent: 0 !important;}
.conTxt h1,
.conTxt h2,
.conTxt h3,
.conTxt h4,
.conTxt h5,
.conTxt h6,
.conTxt b,
.conTxt strong { font-weight: bold;}
.conTxt h1 { font-size: 28px; line-height:38px; margin: 38px 0px 19px 0px; }
.conTxt h2 { font-size: 24px; line-height:34px; margin: 34px 0px 17px 0px; }
.conTxt h3 { font-size: 20px; line-height:30px; margin: 30px 0px 15px 0px; }
.conTxt h4 { font-size: 16px; line-height:26px; margin: 26px 0px 13px 0px; }
.conTxt h5 { font-size: 14px; line-height:24px; margin: 24px 0px 12px 0px; }
.conTxt h6 { font-size: 12px; line-height:22px; margin: 22px 0px 10px 0px; }
.conTxt blockquote{margin:10px 0px; border-left:2px solid #d8dad9; padding:0 0 0 10px; line-height:1.74; color:#888; font-size:15px; }
.conTxt blockquote p{margin:0px; line-height:1.7; color:#888; font-size:15px;}
.conTxt h1:first-child,
.conTxt h2:first-child,
.conTxt h3:first-child,
.conTxt h4:first-child,
.conTxt h5:first-child,
.conTxt h6:first-child{margin-top:0px;}
.conTxt .videoPlayer { text-indent: 0; position: relative; z-index: 1500; text-align: center; margin: 20px auto;}

/* 个性化弹出框（layer） */
.layer-ai { display: flex; flex-direction: column; align-items: stretch; border-radius: 12px; background: #fff url(../img/bg-layer.jpg) no-repeat left top; }
.layer-ai .layui-layer-title { padding: 20px 0 14px; margin: 0 30px; border-radius: 0; height: auto; line-height: 34px; font-size: 24px; text-align: left; background: none; border-bottom-color: rgba(0, 0, 0, .1); }
.layer-ai .layui-layer-setwin { right: 30px; top: 30px; }
.layer-ai .layui-layer-content { flex: 1 0 0%; margin: 20px 15px; padding: 0 15px; }

.layer-ai-min { padding-right: 50px; }
.layer-ai-min .layui-layer-title { border-bottom: none; }
.layer-ai-min .layui-layer-content { padding: 0; margin: 0; }

/* 动画库 */
@keyframes colorful {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 0 0;
    }
}