<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* BEM support Func
 -------------------------- */
/* BEM
 --------------------------
 */
/*
 一些比较通用的变量。根据项目配置
*/
/*
  懒得替换了，直接覆盖吧
*/
#app .fixed-right-tool {
  z-index: 100;
}
#app .c-btn {
  height: 32px;
  font-size: 14px;
  border-radius: 8px;
  color: #222;
  padding: 4px 15px;
}
#app .c-btn:hover {
  border-color: #fc3;
  background-color: #fc3;
}
#app .el-select {
  width: 100%;
}
#app .mt-40 {
  margin-top: 40px;
}

.web-retrievalForm {
  background-color: #f7f7f7;
}
.web-retrievalForm__head {
  position: fixed;
  width: 100%;
}

.web-retrievalForm__banner {
  max-width: 1920px;
  padding: 104px 0 91px 0;
  margin: 0 auto;
}

.web-retrievalForm__ctn {
  width: 1200px;
  margin: -58px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.web-retrievalForm__ctn--mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.web-retrievalForm__ctn--left {
  flex: 0 0 900px;
  width: 900px;
  position: relative;
}

.web-retrievalForm__ctn--right {
  flex: 0 0 280px;
}

.web-retrievalForm__formItem {
  background: #ffffff;
  border-radius: 8px;
  padding: 7px 32px;
  margin-bottom: 16px;
}
.web-retrievalForm__formItem .ant-form-item-label &gt; label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}
.web-retrievalForm__formItem .groupName {
  font-size: 16px;
  color: #222222;
  font-weight: bold;
  border-bottom: 1px solid #f7f7f7;
  padding: 9px 0 9px 15px;
  position: relative;
}
.web-retrievalForm__formItem .groupName:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 3px solid #ffb90b;
  border-radius: 50%;
  left: 0;
  top: 17px;
  box-sizing: border-box;
}
.web-retrievalForm__formItem .groupName span {
  color: #b83217;
}
.web-retrievalForm__formItem .dynamic-delete-button {
  margin-left: 12px;
  margin-top: 14px;
  cursor: pointer;
}
.web-retrievalForm__formItem .dynamic-delete-button.disabled {
  cursor: not-allowed;
}

.web-retrievalForm__formItemCtn {
  padding: 27px 0 16px;
  padding-top: 16px;
}

.web-retrievalForm__rate {
  margin-top: 10px;
}

.web-retrievalForm__submitCtn {
  padding: 40px 0;
  text-align: center;
}
.web-retrievalForm__submitCtn--tip span {
  color: #b83217;
}

.web-retrievalForm__submitCtn--btn {
  width: 224px;
  margin: 20px auto 0;
  height: auto;
  color: #222;
  border-radius: 8px;
}
.web-retrievalForm__submitCtn--btn:hover {
  color: #222;
  border-color: #fc3;
  background-color: #fc3;
}

.web-retrievalForm__countDown {
  color: #ffb90b;
  cursor: pointer;
  margin-right: 8px;
}

.web-retrievalForm__klccImg {
  width: 283px;
  display: block;
  border-radius: 6px;
  cursor: pointer;
  margin: 10px auto 0;
}

.web-retrievalCmpBanner__banner {
  background-image: url("../images/retrieval/strategyBanner.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-width: 1200px;
  position: relative;
}
.web-retrievalCmpBanner__banner canvas {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.web-retrievalCmpBanner__banner .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.web-retrievalCmpBanner__banner--left {
  padding-left: 170px;
  margin-right: 130px;
}

.web-retrievalCmpBanner__banner--right img {
  max-width: 316px;
  width: 100%;
}

.web-retrievalCmpBanner__marketing {
  width: 430px;
}
.web-retrievalCmpBanner__marketing--head {
  background: #0f3069;
  border: 1px solid #36c9c0;
  position: relative;
  text-align: center;
}
.web-retrievalCmpBanner__marketing--head::after, .web-retrievalCmpBanner__marketing--head::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-style: solid;
  border-color: #3bfff3;
}
.web-retrievalCmpBanner__marketing--head::after {
  left: -2px;
  top: -2px;
  border-width: 2px 0 0 2px;
}
.web-retrievalCmpBanner__marketing--head::before {
  right: -2px;
  bottom: -2px;
  border-width: 0 2px 2px 0;
}
.web-retrievalCmpBanner__marketing--head .tip1 {
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: bold;
  color: #3bfff3;
  padding: 6px 0;
}
.web-retrievalCmpBanner__marketing--head .tip2 {
  font-size: 21px;
  padding: 6px 0;
  color: #3bfff3;
  background: rgba(59, 209, 207, 0.4);
}

.web-retrievalCmpBanner__marketing .countNum {
  font-size: 20px;
  color: #39f6ec;
  font-weight: 300;
  margin: 30px 0 23px 0;
}
.web-retrievalCmpBanner__marketing .countNum big {
  font-size: 23px;
  font-weight: normal;
}
.web-retrievalCmpBanner__marketing .sysItems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.web-retrievalCmpBanner__marketing .sysItems &gt; div {
  margin-bottom: 13px;
  font-size: 18px;
  color: #3bfff3;
}
.web-retrievalCmpBanner__marketing .sysItems &gt; div:last-child {
  margin-bottom: 0;
}
.web-retrievalCmpBanner__marketing .sysItems &gt; div img {
  width: 44px;
  margin-right: 11px;
}

.web-predictionList {
  background: #ffffff;
  border-radius: 10px;
  padding: 9px;
}
.web-predictionList__title {
  color: #666;
  margin: 12px 0 0 12px;
}

.web-predictionList__itemWrap {
  max-height: 70vh;
  overflow-y: auto;
}

.web-predictionList__item {
  padding: 20px 15px 20px 12px;
  border-radius: 8px;
  cursor: pointer;
  display: block;
}
.web-predictionList__item:not(:last-child) {
  border-bottom: 1px solid #f7f7f7;
}
.web-predictionList__item:hover {
  background-color: #f7f7f7;
}
.web-predictionList__item .allTitle {
  color: #333;
}
.web-predictionList__item .content {
  font-size: 12px;
  color: #999;
}
.web-predictionList__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.web-predictionList__item .time {
  font-size: 12px;
  color: #999;
}
.web-predictionList__item .record {
  color: #ffb90b;
  font-size: 12px;
}
.web-predictionList__item .record span {
  font-size: 20px;
}

.web-predictionList__empty {
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-predictionList__empty img {
  width: 117px;
}
.web-predictionList__empty p {
  color: #666;
  font-size: 12px;
  margin: 10px 0 0 30px;
}</pre></body></html>