.ai-container {
  width: 100%;
}

.content {
  padding-top: 0.5rem;
}

.content-top {
  font-size: 0.4rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.content-top-text {
  font-size: 0.6rem;
  font-family: HelveticaNeue-CondensedBold, HelveticaNeue;
  background: linear-gradient(90deg, #FF3D48 0%, #8651F5 100%);
  -webkit-background-clip: text;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
}

.content-center {
  margin: auto;
  width: 90%;
  padding-top: 0.38rem;
  font-size: 0.16rem;
  text-align: center;
  font-weight: 400;
  color: #333333;
  margin-bottom: 0.5rem;
}

.ai-banner {
  /* width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 0.4rem;
  background-image: url(../images/ai/banner.png);
  background-size: cover;
  max-width: 100%; */
}

.ai-down-container {
  margin-bottom: 1rem;
}
.ai-btn-box {
  width: 5rem;
  color: #fff;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
  border-radius: 0.5rem;
  font-size: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.15rem;
}
.ai-down-icon {
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.15rem;
}

.ai-tip {
  font-size: .12rem;
  padding: .15rem;
  color: #333333;
  text-align: center;
}

.img {
  width: 100%;
  height: 100%;
}

.now-use {
  margin-top: 32px;
  display: block;
  width: 166px;
  text-align: center;
  border-radius: 23px;
  padding: 9px 32px;
  font-size: 20px;
  color: #fff !important;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
}


/* chat-tool */
.chat-wrap {
  width: calc(100% - 1rem);
  margin: 0 auto 50px;
}

.chat-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tool-item {
  width: 100%;
  box-shadow: 0px 0px 1px 0px rgba(9,30,66,0.31);
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 16px;
  text-align: left;
  cursor: pointer;
  position: relative;
}

.top-app {
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, #E72A29 0%, #F1605F 100%);
  border-radius: 0px 0.08rem 0px 0.08rem;
  color: #fff;
  padding: 0.05rem 0.16rem;
}

.tool-item:nth-child(4n) {
  margin-right: 0;
}

.tool-item-title {
  font-weight: 500;
  font-size: 0.28rem;
  margin-bottom: 0.1rem;
}

.tool-item-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 0.02rem;
  margin-top: 0.1rem;
}

.tool-item-rating .score-img {
  display: flex;
  margin-right: 0.05rem;
}

.tool-item-rating .score-img > img {
  width: 0.28rem;
  height: 0.28rem;
  margin-right: 0.1rem;
}

.tool-item-rating .score-num {
  font-size: 0.12rem;
  color: #42526e;
}

.tool-logo {
  display: block;
  width: 100px;
  margin: 0.16rem auto 0;
}

/* 资讯 */
/** 清除浮动 */
.ai-zixun {
  width: 100%;
  margin: 0 auto;
}
/** 单行文本省略号 */
.text-one-line {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  width: 0;
  height: 0;
  content: "";
  clear: both;
  visibility: hidden;
  display: block;
}

.ai-zixun .container-body {
  width: 100%;
  margin-right: 0.3rem;
  padding: 0 0.2rem;
  float: left;
  margin-bottom: 0.3rem;
}
.ai-zixun .container-body .news-item {
  display: block;
  margin-bottom: 0.6rem;
}
.ai-zixun .container-body .news-item:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.ai-zixun .container-body .news-item .news-item-pic {
  width: 39%;
  /* width: 276px;
  height: 152px; */
  margin-right: 0.26rem;
  float: left;
}
.ai-zixun .container-body .news-item .news-item-content {
  width: 60%;
  float: right;
}
.ai-zixun
.container-body
.news-item
.news-item-content
.news-item-content__title {
  width: 100%;
  font-size: 0.22rem;
  text-align: left;
}
.ai-zixun .container-body .news-item .news-item-content__title {
  font-size: 0.3rem;
  font-weight: 800;
  margin-bottom: 0.15rem;
}

.ai-zixun
  .container-body
  .news-item
  .news-item-content
  .news-item-content__text {
  font-size: 0.2rem;
  text-align: justify;
  line-height: 1.6;
  color: #666;
}
.ai-zixun .container-body .news-item .news-item-content__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.ai-zixun
  .container-body
  .news-item
  .news-item-content
  .news-item-content__time {
  font-size: 0.16rem;
  color: #ccc;
  padding-top: 0.1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.ai-zixun
  .container-body
  .news-item
  .news-item-content
  .label_content
  .news-btn {
  border: 1px solid #2362fb;
  padding: 0.02rem 0.08rem;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  color: #2362fb;
  text-align: center;
  width: 100%;
}

.ai-zixun
  .container-body
  .news-item
  .news-item-content
  .label_content
  .news-btn
  a:hover {
  border: 1px solid #2362fb;
  padding: 0.02rem 0.08rem;
  margin-right: 0.1rem;
  font-size: 0.14rem;
  color: #2362fb;
  text-align: center;
  width: 100%;
}
.ai-zixun
  .container-body
  .news-item
  .news-item-content
  .label_content
  .news-btn:hover {
  background: #2362fb;
  color: #fff;
}





























