@charset "utf-8";
::selection {
  background: rgba(24,128,255,0.30);
  color: blue;
}
@font-face {
    font-family: Helvetical;
    src: local("思源宋体");
    src:url('../font/SourceHanSerifCN-Heavy.otf') format("truetype")
}
/* 登录相关 */
.lbt-modal-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(55,55,55,.6);
    height: 100%;
    z-index: 998;
    /* backdrop-filter: blur(4px); */
}
.fade-out {
    animation-timing-function: linear;
}
.fade-out {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: fadeOut;
    animation-play-state: running;
}
.ease-out {
    animation-timing-function: linear;
    animation-duration: .2s;
}
.ease-out {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: easeOut;
    animation-play-state: running;
}
.fade-in {
    opacity: 0;
    animation-timing-function: linear;
}
.fade-in {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-play-state: running;
}
.ease-in {
    opacity: 0;
    animation-timing-function: linear;
    animation-duration: .2s;
}
.ease-in {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: easeIn;
    animation-play-state: running;
}
.login-btn {
	cursor: pointer;
	border: none;
    width: 114px;
    height: 46px;
    background-image: linear-gradient(90deg, #3670FE 0%, #6272FF 100%);
	border-radius: 6px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #FFFFFF;
    line-height: 18px;
    font-weight: 400;
    margin: 0 10px;
}

.login-header-container {
    text-align: center;
    background-image: linear-gradient(to right, rgb(0,129,255), rgb(0,149,255));
    color:  white;
    border-radius: 20px 20px 0px 0px;
	height: 130px;
	background-color: #1E64FF;
	background-image: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100% );
    background-size: 200% 100%;
    animation: lightWaveAnimation 3s infinite linear;
    position: relative;
    overflow: hidden;
}
.login-header-title1 {
    padding-top: 30px;
    font-size: 32px;
    font-weight: bolder;
}
@keyframes lightWaveAnimation {
    0% {
        background-position: -100% 0;
    }
    100% {
        background-position: 100% 0;
    }
}

.login-for-item {
	position:relative;
	width: 380px;
	height: 40px;
	border-radius: 4px;
	margin-left: auto;
	margin-right: auto;
}
.login-image {
    position: absolute;
    z-index: 99;
    margin-top: 13px;
    margin-left: 8px;
}
.login-button-login {
	color:#fff;
	border:none;
	cursor:pointer;
    width: 380px;
    height: 40px;
    font-size: 16px;
    background:#165dff;
    border-radius: 10px;
}.login-button-login:hover {
    background-color: #4699ff;
}
.login-div {
	width:100%;height:100%;position:absolute;left:0;top:0;z-index: 1001;
}
.close-icon {
  cursor:pointer;
  width: 30px;
  height: 30px;
  background: url("../image/close.png") no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}
.index-checkbox-inner {
    margin-right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
}
.index-checkbox-inner-checked{
    border-color: #105af5 !important;
    background-color: #105af5 !important;
}
.index-checkbox-inner-checked.index-checkbox-inner:after {
    content: '';
    display: table;
    width: 4px;
    height: 8px;
    position: absolute;
    top: 2px;
    left: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.login-nwe-label-text {
    font-weight: 400;
    font-size: 18px;
    font-family: MicrosoftYaHeiUI;
    color: rgba(0,0,0,.85);
    cursor: pointer;
    width: 190px;
    height: 36px;
    text-align: center;
}
.login-label-text-select {
    border-bottom: 2px solid #1C92FA !important;
	color: #1C92FA;
}
.login-label-text-default {
    border-bottom: 2px solid rgba(96, 98, 102, 0.2);
}
.login-header-down {
  cursor: pointer;
  margin-right:6px;
  width: 16px;
  height: 16px;
  background: url("../image/down.png") no-repeat;
}
.login-header-text {
  cursor: pointer;
  margin:0px 10px;
  font-family: sans-serif;
  font-size: 14px;
  color: #303133;
  font-weight: 400;
}
.header-user-info-btn-dropdown {
  background: #FFFFFF;
  box-shadow: 0 2px 6px 0 rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  padding: 0;
}
.dropdown-item {
  cursor:pointer;
  padding: 0 24px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
  line-height: 34px;
  font-weight: 400;
}
.dropdown-item:hover{
	background: rgba(0, 119, 255, 0.10);
    color: rgba(0, 0, 0, 0.85);
}
/* 登录相关 end */


.region-north {
  background: #FFFFFF;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,0.06);
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-lbt {
  font-family: TaipeiSansTCBeta-Bold;
  font-size: 23px;
  margin-left:10px;
  color: #2F2F2F;
  font-weight: 700;
  cursor: pointer;
}

.help-button {
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  color: rgb(48, 49, 51);
  margin-right: 15px;
  cursor:pointer;
  border-style: none;padding: 0;background: #fff;
}
.help-icon {
  width: 16px;
  height: 16px;
  background: url("../image/help.png") no-repeat;
  background-size: auto;
  background-size: 100% 100%;
}

.nav-item {
  height: 100%;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  color: #596A93;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  border-radius: 1.5px;
  text-align: center;
  line-height: 45px;
  margin-right: 30px;
}

.nav-item-active {
  color: #165DFF;
  font-weight: 700;
  border-bottom: 3px solid #165DFF;
}

.region-west {
  /* height:100%; */
  background: rgba(255,255,255,0.60);
  border: 1px solid #FFFFFF;
  padding: 30px 10px 0px 10px;
  display: flex;
  flex-direction: column;
}
.lbt-button-default {
  display: inline-block;
  min-width: 70px;
  width:100%;
  padding: 12px 14px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #1880ff;
  cursor: pointer;
  outline: none;
}

.nav-btn:hover {
  background: #E5F1FF;cursor:pointer;
}
.nav-btn.nav-btn-active {
  background: #165DFF;
  color: #FFFFFF;
}

.nav-btn-normal:hover {
  background: none !important;
}
.nav-btn-normal.nav-btn-active {
  background:none !important;
  color: #165DFF !important;
}
.nav-btn {
  padding: 11px 18px;
  text-align: left;
  background-color: transparent;
  border-radius: 6px;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.nav-btn .nav-btn-icon {
  width: 16px;
  height: 16px;
  margin-right: 10px !important;
}
.nav-btn .nav-btn-icon.wdgj {
  background: url("../image/znxz/wdgj.png") no-repeat;
}
.nav-btn.nav-btn-active .nav-btn-icon.wdgj {
  background: url("../image/znxz/wdgj-sel.png") no-repeat;
}
.nav-btn .nav-btn-icon.fzl {
  background: url("../image/znxz/fzl.png") no-repeat;
}
.nav-btn.nav-btn-active .nav-btn-icon.fzl {
  background: url("../image/znxz/fzl-sel.png") no-repeat;
}

.lbt-switch-default .lbt-switch-body {
  position: relative;
  display: inline-block;
  height: 22px;
  margin: 6px 0;
  line-height: 20px;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  transition: all .2s ease-in-out;
}
.lbt-switch-default .lbt-switch-body .lbt-switch-inner .lbt-switch-status-on-text {
  float: left;
}
.lbt-switch-default .lbt-switch-body .lbt-switch-inner .lbt-switch-status-off-text {
  float: right;
}
.lbt-switch-default .lbt-switch-body .lbt-switch-inner .lbt-switch-inner-btn {
  content: '';
  position: absolute;
  top: 1px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  background-color: #fff;
  cursor: pointer;
  transition: all .2s ease-in-out,width .2s ease-in-out;
}

.header-title-left {
  width: 90px;
  height: 28px;
  display: flex;
  align-items: center;
  font-family: Helvetica;
  font-size: 22px;
  color: #165DFF;
  font-weight: 400;
}
.gj-create-container-wrap {
  background: url("../image/znxz/gj-create-back.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 30px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin:0px 20px 20px 20px;
}
.icon-gj-create {
  width: 36px;
  height: 36px;
  background: url("../image/znxz/add-bold.png") no-repeat;
  margin-bottom: 5px;
}
.gj-create-desc {
  display: block;
  font-family: "Microsoft Yahei";
  font-size: 16px;
  color: rgba(52,52,52,0.45);
  margin: 10px;
}
.text-ref-zl {
  color: #165DFF;
  cursor: pointer;
  text-decoration: underline;
}
.zl-header-icon {
  width: 18px;
  height: 20px;
  background: url("../image/znxz/zlsm.png") no-repeat;
  margin-right: 10px;
}

.modal-body {
  overflow: auto;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: "Microsoft Yahei";
}

.nocontent {
  background: url("../image/znxz/nodata.png") no-repeat;
  width:197px;height:205px; margin-top:40px;
}

.gj-item-container {
  display:flex !important;
  height: calc(100% - 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  flex-wrap: wrap;
  padding: 0 0 0 15px;
  padding-right: 0px;
  /* justify-content: space-between; */
  align-content: flex-start;
  overflow-y: auto;
}

.gj-item-wrapper {
  width: 204px;
  height: 240px;
  padding: 5px;
  position: relative;
}
.gj-item-common:hover {
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
}
.gj-item-common {
  display: flex;
  align-items: center;
  position: relative;
  transition: all .2s ease-in-out;
}
.gj-item {
  width: 194px;
  height: 230px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid transparent;
}
.gj-item .lbt-card-body {
  width: 100%;
  height: 100%;
  /* overflow: auto; */
  padding: 22px 24px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 10px;
}.gj-item .lbt-card-body:hover {
    border: 1px solid rgba(22, 93, 255, 1);
    border-radius: 10px;
}

.lbt-card-body .gj-text-icon{
  display: block;
  width: 16px;
  height: 16px;
  background: url("../image/znxz/xz.png") no-repeat;
}
.lbt-card-body .gj-item-icon-title {
  width: 100px;
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 14px;
  color: #3277FF;
  letter-spacing: 0;
  font-weight: bold;
  margin-left: 6px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lbt-card-body .gj-item-icon-tips{
  width: 35px;
  font-family: MicrosoftYaHeiUI;
  font-size: 14px;
  color: #F5615D;
  letter-spacing: -0.01px;
  text-align: right;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.lbt-input-common {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  height: 34px;
  line-height: 24px;
  padding: 4px 8px;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 4px;
  color: rgba(0,0,0,.75);
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
}
.gj-item-name {
  display: block;
  width: 100%;
  height: 100px;
  margin: 10px 0 20px 0;
  font-family: MicrosoftYaHeiUI;
  font-size: 16px;
  color: #303133;
  letter-spacing: 0;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
  border: 1px solid transparent;
  word-break: break-all;
  overflow-wrap: break-word;
}
.gj-item-name textarea {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.lbt-input-common.lbt-input-common-disabled {
  background: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  outline: none;
  opacity: 1;
  color: rgba(0,0,0,.75);
}
.lbt-input-common.lbt-input-common-edit {
  background: rgba(0,0,0,.04) !important;
  cursor: auto;
  border: 1px solid transparent;
  border-radius:10px;
  box-shadow:unset;
}

.gj-item-footer{}
.gj-item-footer .gj-item-tool-time {
  font-family: MicrosoftYaHeiUI;
  font-size: 14px;
  color: #909399;
  font-weight: 400;
}
.gj-item-footer .gj-item-tool-edit {
  display: block;
  height: 26px;width: 26px;
  background: url("../image/znxz/rename.png") no-repeat;
  background-color: rgba(0, 0, 0, 0);
}
.gj-item-footer .gj-item-tool-edit:hover {
  background-color: rgba(237, 243, 249, 0.65);
  background-color: #F3F7FB;
  border-radius: 5px;
}
.gj-item-footer .gj-item-tool-contextMenu {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
  background: url("../image/znxz/more.png") no-repeat;
}
.gj-item-footer .gj-item-tool:hover {
  background-color: rgba(237, 243, 249, 0.65);
  background-color: #F3F7FB;
  border-radius: 5px;
}

.gj-item-more-dropdown {
  position: absolute;
  z-index: 999;
  left: 15px;
  top: 15px;
  display: none;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 6px 0px rgba(217, 217, 217, 0.5);
  border-radius: 6px;
  border: 1px solid transparent;
}
.drop-down-panel {
  width: 116px;
  height: 136px;
  background: #FFFFFF;
  box-shadow: 0px 2px 6px 0px rgba(217, 217, 217, 0.5);
  border-radius: 6px;
}
.drop-down-item {
  cursor: pointer;
  width: 116px;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: center;
  list-style: none;
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
}

.drop-down-item:hover {
  background: #E5F1FF;
}

.fzl-header-title div:first-child {
  font-family: MicrosoftYaHeiUI-Bold;
  font-size: 22px;
  color: #165DFF;
  font-weight: 700;
  margin-right: 10px;
}
.fzl-header-title div:last-child {
  font-size: 16px;
  color: #76797e;
  font-weight: 700;
}

.icon-left {
	width: 18px;height: 18px;background: url(../image/gwbd/icon-left.png) no-repeat;background-size: contain;
}
.icon-right {
	width: 18px;height: 18px;background: url(../image/gwbd/icon-right.png) no-repeat;background-size: contain;
}

.button-group-single {
    margin-right: 20px;
    border: 1px solid rgba(170,187,224,0.7);
    border-radius: 6px;
    width: 86px;
    height: 36px;
    padding: 7px;
}
.button-group-single-active {
	color: #fff !important;
	background-color: #1880ff !important;
}
.lbt-ai-button-zsmb {
    line-height: 18px;
    text-align: center;
    color:#1880ff;
	background-color: rgba(84, 84, 84, 0);
    cursor: pointer;
}
.button-group-single:hover {
	border-color:#4699ff;
	color:#4699ff;
    opacity: .9;
}

.lbt-radio-inner {
	cursor:pointer;
    margin-right: 8px;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: inherit;
    border: 1px solid 
    rgba(0,0,0,.2);
        border-top-color: rgba(0, 0, 0, 0.2);
        border-right-color: rgba(0, 0, 0, 0.2);
        border-bottom-color: rgba(0, 0, 0, 0.2);
        border-left-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    background-color: #fff;
}
.lbt-radio-inner-checked:not(.aty-radio-box-disable) {
    border-color: #1880ff;
	background-color: #1880ff;
}
.lbt-radio-inner-checked.lbt-radio-inner::after {
    position: absolute;
    width: 6px;
    height: 6px;
    left: 4px;
    top: 4px;
    border-radius: 5px;
    display: table;
    border-top: 0;
    border-left: 0;
    content: ' ';
    background-color:#fff;
    transform: scale(1);
    opacity: 1;
}
.lbt-radio-inner-title {
    color:  rgba(0,0,0,.75);
    max-width: calc(100% - 24px);
    vertical-align: middle;
    display: inline-block;
    line-height: 30px;
}
.custom-ai-role{
	line-height: 18px;
	text-align: center;
	color: #1880ff;
	cursor: pointer;
}
.custom-ai-role:hover{
	opacity: .8;
}
.znxz-right-mask {
	position:absolute;
	top: 0;
    left: 0;
    background-color: rgba(55,55,55,.6);
    height: 100%;
	width:100%;
    z-index: 1000;
}
.custom-ai-role-iframe{
	background:#ffffff;width: auto !important;margin:10px;z-index:1002;border-radius: 4px;box-shadow: 0 0 15px 0 rgba(0,0,0,.25);border: 0;
}

.aty-modal-close {
	width: 35px;
	height: 35px;
	cursor:pointer;
}
.aty-icon-ios-close-empty{
	font-size: 35px;transition: color .2s ease;
}
.aty-icon-ios-close-empty:hover {
    color: #ff4646;
}
.aty-modal-close:hover {
 border-radius: 4px;background:rgba(255,70,70,.16);
}
.aty-modal-default-header {
	width: 100%;
	border-radius: 4px;
    line-height: 24px;
    color: rgba(0,0,0,.85);
    font-weight: 700;
    font-size: 18px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 11px 20px;
	line-height: 24px;
	background-color: #f6f8fa;
}
.aty-plugin-icon {
    font-family: "fontello" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
}
.lbt-js-body {
    background:#fff;
    margin: 0;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 1.5;
}
.role-title-example {
    background-color: rgba(6, 131, 241, 0.56);
	border-radius: 4px;
	padding: 5px;
	margin-right: 5px;
	color: white;
}
.lbt-input-common:focus {
    box-shadow: 0 0 0 2px rgba(24,128,255,.3);
}

/* 公文类型 */
.aixz-item-container {
	margin-top:10px;
    display: flex !important;
    border-radius: 10px;
    flex-wrap: wrap;
}
.aixz-card-body {
	margin:4px;
  padding: 0 12px;
	border: 1px solid rgba(201,206,212,1);
	border-radius: 6px;
	font-family: "Microsoft YaHei", serif;
	font-size: 14px;
	text-align: center;
	font-weight: 400;
	/* width: 72px; */
	height: 32px;
	cursor: pointer;
	color: rgba(0,0,0,0.85);
}
.aixz-card-body:hover {
    border: 1px solid rgba(22, 93, 255, 1);
    border-radius: 6px;
}
.aixz-card-body-selected {
    border: 1px solid rgba(22,93,255,1) !important;
    border-radius: 6px;
    background: url("../image/xz.png") no-repeat right bottom;
}
.title-wenzhang {
    width: 58px;
    height: 24px;
    font-family: "Microsoft YaHei", serif;
    font-size: 14px;
    color: #454E58;
    line-height: 24px;
    font-weight: 400;
}
.lbt-label-layout-error {
    border: 1px solid #ff4646 !important;
}
.lbt-label-layout-error:focus{
	box-shadow: 0 0 0 2px #ff464660;
}
.lbt-label-layout-error-tip {
	position:absolute;left:0;bottom:-24px;
	color: #ff4646;margin-top:6px;
}
.pianfu-card-body {
	margin:4px;
	border: 1px solid rgba(201,206,212,1);
	border-radius: 4px;
	font-family: "Microsoft YaHei", serif;
	font-size: 14px;
	font-weight: 400;
	width: 35px;
	height: 30px;
	cursor: pointer;
	color: rgba(0,0,0,0.85);
}
.pianfu-card-body:hover {
    border: 1px solid rgba(22, 93, 255, 1);
    border-radius: 4px;
	border-color: #4699ff;
	color: #4699ff;
}
.pianfu-card-selected {
    border-color:#4699ff;
	color:#4699ff;
}
.lbt-layer-dark-with-arrow {
    max-width: 250px;
    min-height: 34px;
    padding: 8px 12px;
    background-color: rgba(70,76,91,.9);
	z-index: 1060;
	color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	position: absolute;
	box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}
.transition-drop-in {
    animation-duration: .2s;
    animation-fill-mode: both;
    animation-name: transitionDropIn;
    animation-play-state: running;
}
@keyframes transitionDropIn {
 0% {
  opacity:0;
  transform:scaleY(.8)
 }
 100% {
  opacity:1;
  transform:scaleY(1)
 }
}
@keyframes transitionDropOut {
 0% {
  opacity:1;
  transform:scaleY(1)
 }
 100% {
  opacity:0;
  transform:scaleY(.8)
 }
}

.lbt-layer-dark-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color:transparent;
    border-top-color: transparent;
    border-style: solid;
	bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(70,76,91,.9);
	left: 50%;
	margin-left: -5px;
}
.zsbtn {
	line-height: 30px;cursor: pointer;width: 60px;
}
.zsbtn:hover{
	color: #4699ff;	
}
.zsbtn-active {
    color:#4699ff;
}
.list-page-tips {
    margin-top: 5px;
    border-radius: 4px;
    width: auto;
    line-height: 24px;
    padding: 7px;
    background-color: rgba(255, 249, 238);
}
.ckxx-btn {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #165DFF;
}
.icon_aixz_up {
	width: 8px;
	height: 5px;
	margin-left: 3px;
	background: url("../image/a-zu-up.png");
	background-repeat: no-repeat;	
}
.icon_aixz_down {
	width: 8px;
	height: 5px;
	margin-left: 3px;
	background: url("../image/a-zu-down.png");
	background-repeat: no-repeat;	
}
.icon_aixz_gb {
	width: 13px;
	height: 13px;
	cursor: pointer;
	background: url("../image/guanbi.png");
	background-repeat: no-repeat;	
}
.icon_aixz_cankao_fx {
	width: 14px;
	height: 15px;
	background: url("../image/cankao_fx.png");
	background-repeat: no-repeat;	
}
.container-file {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background:#ffffff;
    border-radius: 6px;
    padding: 0px 12px;
    margin-bottom: 5px;
}
.icon-adddoc {
    width: 18px;
    height: 18px;
    background: url("../image/add-doc.png") no-repeat;
}

.container-loading {
	margin:20px 10px 10px 10px;
    height: 51px;
    background-color: #FFFFFF;
	border-radius: 0px 10px 10px 10px;
	border-bottom: 3px solid transparent;
	border-image: linear-gradient(90deg, #7E8AFF 10%, #3489FF 50%, #DD64CF 90%) 2 2 2 2;
    padding: 0px 20px;
}
.icon-loading {
    width: 21px;
    height: 21px;
    background: url("../image/gw-fc.gif") no-repeat;
}
.icon-loadingtext {
    width: 128px;
    height: 16px;
    background: url("../image/creating.png") no-repeat;
    margin-left: 10px;
}
.icon-stop {
    width: 18px;
    height: 18px;
    background: url("../image/stop.png") no-repeat;
    margin-left: auto;
    cursor: pointer;
}

.container-done {
	margin:0px 10px;
    margin-top: 20px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 10px;
    padding: 0px 20px;
}
.icon-done {
    width: 16px;
    height: 12px;
    background: url("../image/ysc.png") no-repeat;
    margin-right: auto;
}
.icon-compare {
    background: url("../image/compareicon.png");
    width: 18px;
    height: 18px;
}
.icon-hyh {
    width: 18px;
    height: 18px;
    background: url("../image/hyh.png") no-repeat;
}
.icon-jx {
    width: 18px;
    height: 18px;
    background: url("../image/jx.png") no-repeat;
}
.icon-pb {
    width: 18px;
    height: 18px;
    background: url("../image/pb.png") no-repeat;
    margin-right: 2px;
}
.btn-white {
	cursor: pointer;
    width: 68px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid rgba(199,221,249,1);
    border-radius: 6px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: rgba(0,0,0,0.85);
    margin-left: 5px;
    padding: 6px 8px;
}
.btn-blue {
	background: #4F72ED; color:#fff;
}
.btn-white:hover {
	border-color:#4699ff;
    opacity: .9;
}

.deepthink-container {
	margin:0px 10px;
    background-color: #ffffff;
	border-radius: 6px;
	padding: 13px;
	border: 1px solid rgba(0,0,0,0.10);
}
.deepthink-title-container-icon {
    width: 14px;
    height: 14px;
    background: url("../image/container-icon.svg");
    margin-right: 9px;
}
.deepthink-title-container {
    font-size: 12px;
    color: #262626;
    font-weight: 400;
}
.think-loading {
    width: 10px;
    height: 15px;
    background: url("../image/loading.gif") no-repeat center center;
}
.show-think-step {
    margin-left: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: url("../image/jiantou-down.svg") no-repeat center center;
}
.close-think-step {
    margin-left: 10px;
    width: 10px;
    height: 6px;
    background: url("../image/jiantou-up.svg") no-repeat center center;
    cursor: pointer;
}
.deepthink-contain-container-box {
    background-color: #fff;
	margin-top: 10px;
	border-left: #E5E5E5 2px solid;
    word-break: break-word;
}
.deepthink-content-container {
    color: #A1A1A1;
    margin-left: 10px;
    /* white-space: break-spaces; */
}
.wzzy-title {
    height: 24px;
    width: 59px;
    font-family: "Microsoft YaHei", serif;
    font-size: 14px;
    color: #454E58;
    line-height: 24px;
    font-weight: 400;
}
.deepthink-abs-title-container {
    background-color: #F5F5F5;
	border-radius: 4px;
	font-size: 12px;
	color: #262626;
    font-weight: 400;
    padding: 10px;
}
/* 润色 */
.result-text {
    font-family: MicrosoftYaHei, serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 24px;
}
.result-text.delete {
    text-decoration: line-through;
    background-color: #ffe6e6;
}
.result-text.insert {
    background-color: #e6ffe6;
}
.icon-jjrs-jj {
    width: 12px;
    height: 15px;
	margin-right: 4px;
    background: url("../image/rs/jjrs_jj.png") no-repeat;
}
.icon-smh {
    width: 18px;
    height: 18px;
    background: url("../image/rs/smh.png") no-repeat;
}
.icon-jgh {
    width: 18px;
    height: 18px;
    background: url("../image/rs/jgh.png") no-repeat;
}
.icon-gz-yd {
    width: 13px;
    height: 14px;
	margin-right: 2px;
    background: url("../image/rs/gz-yd.png") no-repeat;
}
.icon-dgkx {
    width: 18px;
    height: 18px;
    background: url("../image/rs/dgkx.png") no-repeat;
}
.icon-dlkx {
    width: 18px;
    height: 18px;
    background: url("../image/rs/dlkx.png") no-repeat;
}
.icon-xx-hb {
    width: 18px;
    height: 18px;
    background: url("../image/rs/xx-hb.png") no-repeat;
}
.icon-jj {
    width: 18px;
    height: 18px;
    background: url("../image/rs/jj.png") no-repeat;
}
.icon-zj {
    width: 18px;
    height: 18px;
    background: url("../image/rs/zj.png") no-repeat;
}
.icon-rs-help {
    width: 13px;
    height: 13px;
    margin: 2px 0 0 4px;
    background: url("../image/rs/rs-help.png") no-repeat;
}
.text-opsbtngroup-title {
    width: 18px;
    padding: 3px;
    margin-right: 4px;
    background: #DBE9FA;
	border-radius: 4px;
	font-size: 12px;
	color: rgba(69, 78, 88, 0.45);
    line-height: 14px;
    writing-mode: vertical-rl;
}
.rs-btn {
	width: auto;display: flex;align-items: center;justify-content: center;position:relative;
}
.rs-insert {
    width: 15px;
    height: 13px;
    margin-right: 7px;
    background: url("../image/rs/rs-insert.png") no-repeat;
}
.rs-toolTipParent.lbt-layer-dark-with-arrow {
	z-index: 998;
    background: #EBF6FF;
	box-shadow: 0 2px 6px 0 rgba(151, 165, 181, 0.45);
    width: max-content;
    height: 71px;
    padding: 10px 16px 16px;
    max-width: unset;
    cursor: default;
}
.btn-white-active {
    background: rgba(0, 112, 255, 0.10) !important;
	border: 1px solid rgba(0, 112, 255, 1) !important;
}
.icon-repeate {
    width: 20px;
    height: 20px;
    background: url("../image/rs/hyh.png") no-repeat;
    cursor: pointer;
    margin-right: 10px;
}
.icon-fz {
    width: 20px;
    height: 20px;
    background: url("../image/rs/fz.png") no-repeat;
    cursor: pointer;
    margin-right: 10px;
}
.icon-cr {
    width: 18px;
    height: 18px;
    background: url("../image/rs/insert.png") no-repeat;
}
.icon-bd {
	margin-right:4px;
    width: 13px;
    height: 14px;
    background: url("../image/rs/compare.png") no-repeat;
}
.container-input-gxtw {
    background: #FFFFFF;
	border-radius: 6px;
	border: 1px rgba(199, 221, 249, 1) solid;
    padding: 2px;
    margin-top: 10px;
    margin-right: 20px;
    align-items: flex-end;
}
.icon-input {
	margin:0px 10px;
    width: 18px;
    height: 16px;
    background: url("../image/rs/send.png") no-repeat;
    cursor: pointer;
}
.container-zw-bg {
    width: 289px;
    height: 210px;
    background: url("../image/rs/zw.png") no-repeat;
    margin: auto;
}
.text-zw {
    font-family: "Microsoft Yahei";
    font-size: 14px;
    color: #7C8691;
    letter-spacing: 0;
}
.lbt-button {
  color: #fff !important;
  cursor: pointer;
  background-color: #1880ff;
  border-radius: 4px;
  width: 86px;
  height: 36px;
  padding: 7px;
}
.lbt-button:hover {
	border-color:#4699ff;
    background-color:#1880ffcf;
}
.gj-result-multi-opt {
    height: 36px;
    line-height: 36px;
    margin: 4px 20px 14px 20px;
    background: #E5EAF1;
    border-radius: 6px;
}
.gj-result-multi-text {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #1D2129;
    letter-spacing: 0;
    font-weight: 400;
}
.gj-result-multi-opt .line {
    border-radius: 0.5px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    height: 16px;
}
.lbt-checkbox {
    margin-right: 4px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: middle;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    background-color: #fff;
    margin-bottom: 2px;
}
.lbt-checkbox-checked{
    border-color: #105af5 !important;
    background-color: #105af5 !important;
}
.lbt-checkbox-checked.lbt-checkbox:after {
	cursor:pointer;
    content: '';
    display: table;
    width: 6px;
    height: 10px;
    position: absolute;
    top: 1px;
    left: 5px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}
.gj-batch-pos{
	position:absolute;top:12px;right:12px;
}
.gj-result-del-icon {
    width: 16px;
    height: 16px;
    background: url(../image/del.png) no-repeat;
    margin: 0px 3px 0px 20px;
}
.oper-del{
	cursor:pointer;
}
.gj-backup-icon {
    width: 16px;
    height: 16px;
    background: url(../image/backup.png) no-repeat;
    margin: 0px 3px 0px 20px;
}
.label-layout-label {
  font-size: 16px;
  font-weight:400;
  color: rgba(0,0,0,.75);
  height: 34px;
  line-height: 34px;
  padding: 0 10px 0 6px;
}
.radio-normal {
	cursor:pointer; margin-right:20px;width:150px;
}
.radio-default {
	width:18px;height:18px;
}
.lbt-progress-bg {
  height: 10px;
  transition: all .2s linear;
  background: #165DFF;
  border-radius: 6px;
}
/* .deepthink-container { 
  background-color: transparent;
  border-radius: 6px;
  padding: 13px;
  margin: 10px 0;
  text-align: left;
  overflow: auto;
} */



/* 新加的 */


header {
  background: linear-gradient(to right, #2c3e50, #4a6580);
  color: white;
  padding: 25px 30px;
  text-align: center;
  position: relative;
}

.header-content {
  position: relative;
  z-index: 2;
}

header h1 {
  font-size: 28px;
  /* margin-bottom: 8px; */
  font-weight: 600;
  letter-spacing: 0.5px;
}

header p {
  font-size: 16px;
  opacity: 0.9;
  max-width: 600px;
  margin: 0 auto;
}

.form-container {
  padding: 30px 16px;
}

.input-group {
  margin-bottom: 25px;
  position: relative;
}

.input-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2c3e50;
  font-size: 17px;
  display: flex;
  align-items: center;
}

.label-number {
  /* display: inline-flex; */
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #4a6580;
  border-radius: 50%;
  color: white;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 500;
}

.input-group input, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  font-size: 14 px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  color: #333;
}
.input-group input::placeholder {
  color: #999;
}

.input-group input:focus {
  outline: none;
  border-color: #4a6580;
  box-shadow: 0 0 0 3px rgba(74, 101, 128, 0.15);
  background-color: white;
}

.example-text {
  display: block;
  margin-top: 8px;
  font-size: 14px;
  color: #6c757d;
  font-style: italic;
}

.button-container {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.btn {
  flex: 1;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(to right, #4a6580, #2c3e50);
  color: white;
}

.btn-primary:hover {
  background: linear-gradient(to right, #3a5570, #1c2e40);
  transform: translateY(-2px);
}

.btn-secondary {
  background: #e9ecef;
  color: #495057;
}

.btn-secondary:hover {
  background: #dde0e3;
  transform: translateY(-2px);
}

.decoration {
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}

.decoration-1 {
  top: 15px;
  right: 20px;
  font-size: 80px;
}

.decoration-2 {
  bottom: 10px;
  left: 20px;
  font-size: 60px;
  transform: rotate(15deg);
}



 header {
   background: linear-gradient(to right, #2b6cb0, #3182ce);
   color: white;
   padding: 16px;
   position: relative;
   overflow: hidden;
 }

 .header-content {
   position: relative;
   z-index: 2;
 }

 header h1 {
   font-size: 32px;
   margin-bottom: 8px;
   font-weight: 700;
   letter-spacing: 0.3px;
   display: flex;
   align-items: center;
   gap: 12px;
 }

 header h1 i {
   font-size: 36px;
 }

 header p {
   font-size: 17px;
   opacity: 0.92;
   max-width: 700px;
   margin-top: 10px;
 }

 .model-selector {
   background: rgba(255, 255, 255, 0.15);
   border-radius: 10px;
   padding: 12px;
   margin-top: 20px;
   backdrop-filter: blur(4px);
   border: 1px solid rgba(255, 255, 255, 0.2);
 }

 .model-selector label {
   display: block;
   font-weight: 600;
   margin-bottom: 12px;
   font-size: 17px;
   display: flex;
   align-items: center;
   gap: 8px;
 }

 .model-selector select {
   width: 100%;
   padding: 14px 16px;
   border-radius: 8px;
   border: none;
   background: white;
   font-size: 16px;
   color: #2d3748;
   cursor: pointer;
   appearance: none;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232b6cb0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
   background-repeat: no-repeat;
   background-position: right 16px center;
   background-size: 18px;
   padding-right: 45px;
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
 }

 .model-selector select:focus {
   outline: none;
   box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
 }


 /* 編輯器disabled */
 .editor-wrapper {
   position: relative;
   margin-bottom: 25px;
 }

 .editor-container {
   border: 1px solid #e0e0e0;
   border-radius: 8px;
   overflow: hidden;
   transition: opacity 0.3s ease;
 }

 .overlay {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba(255, 255, 255, 0.9);
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   border-radius: 8px;
   z-index: 1000;
   opacity: 0;
   visibility: hidden;
   transition: all 0.3s ease;
 }

 .overlay.active {
   opacity: 1;
   visibility: visible;
 }

 .spinner {
   width: 50px;
   height: 50px;
   border: 5px solid #f3f3f3;
   border-top: 5px solid #3498db;
   border-radius: 50%;
   animation: spin 1s linear infinite;
   margin-bottom: 20px;
 }

 @keyframes spin {
   0% {
     transform: rotate(0deg);
   }

   100% {
     transform: rotate(360deg);
   }
 }

 .controls {
   display: flex;
   justify-content: center;
   gap: 15px;
   margin-bottom: 25px;
 }

 /* new  */
 .first-level-category {
   position: relative;
   padding: 10px;
   margin: 5px;
   margin-right: 12px;
   cursor: pointer;
   border: 1px solid #e0e0e0;
   border-radius: 4px;
 }

 .dropdown-icon {
   margin-left: auto;
   font-size: 12px;
   transition: transform 0.3s;
 }

 .first-level-category.active .dropdown-icon {
   transform: rotate(180deg);
 }

 .second-level-dropdown {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background-color: white;
   border: 1px solid #e0e0e0;
   border-top: none;
   border-radius: 0 0 4px 4px;
   z-index: 100;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 .second-level-item {
   padding: 8px 10px;
   cursor: pointer;
 }

 .second-level-item:hover {
   background-color: #f5f5f5;
 }

 .second-level-item.selected {
   background-color: #e6f7ff;
   color: #1890ff;
   font-weight: bold;
 }

 .lbt-radio-inner-checked {
   background-color: #1890ff;
   border-color: #1890ff;
 }

 .first-level-category.active {
   border-color: #1890ff;
   background-color: #f0f7ff;
 }

 /* 0912 new */

 .first-level-category {
   position: relative;
   padding: 10px;
   margin: 5px;
   cursor: pointer;
   border: 1px solid #e0e0e0;
   border-radius: 4px;
   transition: all 0.2s;
 }

 .first-level-category.selected {
   border: 2px solid #1890ff;
   /* 蓝色边框选中标识 */
   background-color: #f0f7ff;
 }

 .first-level-category.active .dropdown-icon {
   transform: rotate(180deg);
   /* 下拉箭头旋转效果 */
 }

 .dropdown-icon {
   margin-left: auto;
   font-size: 12px;
   transition: transform 0.3s;
 }

 .second-level-dropdown {
   position: absolute;
   top: 100%;
   left: 0;
   right: 0;
   background-color: white;
   border: 1px solid #e0e0e0;
   border-top: none;
   border-radius: 0 0 4px 4px;
   z-index: 100;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
 }

 .second-level-item {
   padding: 8px 10px;
   cursor: pointer;
 }

 .second-level-item.selected {
   background-color: #e6f7ff;
   color: #1890ff;
   font-weight: bold;
 }

 .lbt-radio-inner-checked {
   background-color: #1890ff;
   border-color: #1890ff;
 }