#container {
  width: 800px;
  height: 320px;
}

/**
* 空提示
**/
.ids_empty {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding-top: 50px;
}

.ids_empty img {
  width: 168px;
  height: 96px;
}
.ids_empty span {
  color: #555;
  font-size: 14px;
  margin-top: 8px;
}

.ai-ids_tip_wrapper {
  display: flex;
  flex-direction: column;
  min-width: 200px;
  max-width: 300px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  z-index: 9999;
  color: #fff;
  padding: 8px 12px;
  position: absolute;
  left: -1000px;
  font-size: 14px;
}

.ai_ids__ana_trend__y-left-axis path.domain,
.ai_ids__ana_trend__y-right-axis path.domain {
  stroke: transparent;
}

.ai_ids__ana_trend__y-left-axis .tick line:first-child,
.ai_ids__ana_trend__y-right-axis .tick line:first-child {
  stroke: transparent;
}

.ai_ids__ana_trend__x-axis path {
  stroke: #d9d9d9;
}

#model_ana {
  position: relative;
}
.ai_ids__ana_trend__x-axis .tick text {
  color: #555;
  font-size: 12px;
}
/**
* gpt 预测首页
*/
#gpehomepage {
  background-color: #fff;
}
.ids-gpt_home_page-header {
  background-image: url(./imgs/gpt_bg_1x.png);
  background-repeat: no-repeat;
  background-position: 60% 100%;
  width: 100%;
  height: 400px;
  position: relative;
}

.ids-gpt_home_page-header-title {
  position: absolute;
  left: 15%;
  top: 16%;
  font-size: 36px;
  color: #333;
  font-family: MicrosoftYaHeiSemibold;
  letter-spacing: 0;
  line-height: 36px;
  font-weight: 600;
}
.ids-gpt_home_page-header-content {
  width: 500px;
  position: absolute;
  left: 15%;
  top: 40%;
  opacity: 0.9;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #333;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.ids-gpt_home_page-innerwrapper {
  /* width: calc(360px * 3 + 60px * 2); */
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fff;
}
.ids-gpt_home_page-innerwrapper h2 {
  width: 100%;
  display: inline-flex;
  justify-content: center;
  font-family: PingFangSC-Medium;
  font-size: 28px;
  color: #333;
  letter-spacing: 0;
  font-weight: 500;
}
.ids-gpt_home_page-body-title {
}

.ids-gpt_home_page-card-list {
  width: 100%;
  display: inline-flex;
  justify-content: center;
}

.ids-gpt_home_page-card-wrapper {
  width: 30%;
  height: 360px;
  max-width: 360px;
  background-image: url(./imgs/card_bg_1x.png);
  background-repeat: no-repeat;
  /* padding: 37px 26px 0 26px; */
}
.ids-gpt_home_page-split {
  width: 60px;
  height: 360px;
  background-image: url(./imgs/gpt_home_arrow_1x.png);
  background-repeat: no-repeat;
  background-position: 45% 50%;
}
.ids-gpt_home_page-card-innerwrapper {
  padding: 27px 26px 0 26px;
}
.ids-gpt_home_page-card-innerwrapper h3 {
  margin: 0 0 10px 0;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #000;
  letter-spacing: 0;
  font-weight: 400;
}
.ids-gpt_home_page-card-wrapper:last-child {
  margin-right: 0;
}
.ids-gpt_home_page-card-desc {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #a0a0a0;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  height: 60px;
}

.ids-gpt_home_page-card-apps {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ids-gpt_home_page-card-apps li {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 12px;
  display: inline-flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ids-gpt_home_page-card-apps li:hover {
  background-color: rgba(220, 220, 220, 0.8);
}
.ids-gpt_home_page-card-apps li > span {
  padding-left: 30px;
}

.ids-gpt_home_page-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  display: block;
}
.ids-gpt_home_page-arrow::before {
  content: '';
  position: absolute;
  right: 0;

  border-left: 6px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ids-gpt_home_page-arrow::after {
  content: '';
  position: absolute;

  right: 2px;
  border-left: 6px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ids-gpt_home_page-card-apps li:hover .ids-gpt_home_page-arrow::before {
  content: '';
  position: absolute;
  right: 0;
  border-left: 6px solid #999;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.ids-gpt_home_page-card-apps li:hover .ids-gpt_home_page-arrow::after {
  content: '';
  position: absolute;

  right: 2px;
  border-left: 6px solid #dcdcdc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.ids-gpt_home_page-item-text {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #313131;
  letter-spacing: 0;
  text-align: right;
  line-height: 24px;
  font-weight: 400;
}
