@charset "UTF-8";
/* 公共下拉样式 */
._public-drop {
  position: absolute;
  z-index: 2;
  top: 52px !important;
  transition: all 0.3s;
  /* 开发打开，默认高度0隐藏 */
  transform: scaleY(0);
  transform-origin: top;
  background-color: #fff;
  /* top背景 */
}

._public-drop ._topbar {
  width: 100%;
  height: 137px;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, rgba(97, 196, 255, 0.2) 0%, rgba(97, 196, 255, 0) 100%) #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

._public-drop ._topbar-hign {
  position: relative;
  z-index: 2;
}

.accredit-drop_2024306 {
  width: 732px;
  height: 564px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin-left: -450px;
  padding-bottom: 20px;
}

.accredit-drop_2024306 .header-box {
  background: url(../png/accredit_banner.png) no-repeat;
  width: 732px;
  height: 109px;
  background-size: 732px auto;
  position: relative;
  top: -1px;
  text-align: center;
  margin-bottom: 7px;
}

.accredit-drop_2024306 .header-box .title {
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 37px;
  letter-spacing: 4px;
  text-shadow: 0px 2px 8px #2c53e7;
  padding: 20px 0 12px;
}

.accredit-drop_2024306 .header-box .desc {
  height: 20px;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}

.accredit-drop_2024306 .header-box .desc .color-orange {
  color: #ffd000;
}

.accredit-drop_2024306 .accredit-obj {
  display: flex;
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item {
  width: 110px;
  height: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item > .name {
  height: 20px;
  font-size: 14px;
  color: #191919;
  line-height: 19px;
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
  background-size: 48px 48px;
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon1 {
  background-image: url(../png/accredit_icon1.png);
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon2 {
  background-image: url(../png/accredit_icon2.png);
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon3 {
  background-image: url(../png/accredit_icon3.png);
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon4 {
  background-image: url(../png/accredit_icon4.png);
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon5 {
  background-image: url(../png/accredit_icon5.png);
}

.accredit-drop_2024306 .accredit-obj .accredit-obj-item .accredit_icon6 {
  background-image: url(../png/accredit_icon6.png);
}

.accredit-drop_2024306 .accredit-list {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 24px 20px;
  justify-content: space-between;
}

.accredit-drop_2024306 .accredit-list .accredit-item {
  width: 220px;
  height: 160px;
  background: linear-gradient(337deg, rgba(13, 34, 150, 0.06) 0%, rgba(13, 34, 150, 0.02) 100%);
  border-radius: 10px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-title {
  display: inline-block;
  font-size: 16px;
  color: #002788;
  line-height: 21px;
  position: relative;
  text-align: center;
  padding: 14px 0 16px;
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, rgba(0, 39, 136, 0) 0%, #002788 100%);
  border-radius: 1px;
  position: absolute;
  left: -28px;
  top: 45%;
  transform: scaleY(-50%);
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-title:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: linear-gradient(90deg, #002788 0%, rgba(0, 39, 136, 0) 100%);
  border-radius: 1px;
  position: absolute;
  right: -28px;
  top: 45%;
  transform: scaleY(-50%);
}

.accredit-drop_2024306 .accredit-list .accredit-item:nth-child(4) {
  width: 692px;
  height: 108px;
  margin-bottom: 0;
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px 0;
  justify-content: space-between;
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-content .content-item {
  width: 86px;
  height: 20px;
  font-family: MicrosoftYaHei;
  font-size: 13px;
  color: #5e5e5e;
  line-height: 17px;
  text-align: left;
  font-style: normal;
  margin-bottom: 6px;
  white-space: nowrap;
}

.accredit-drop_2024306 .accredit-list .accredit-item .accredit-item-content .content-item .icon-qiye-yuangou {
  font-size: 16px;
  color: #78c326;
  margin-right: 4px;
}

.accredit-drop_2024306 .accredit-list .accredit-item.large {
  height: 82px;
}

.accredit-drop_2024306 .accredit-list .accredit-item.large .accredit-item-content .content-item {
  width: auto;
  margin-right: 30px;
}

.accredit-drop_2024306 .accredit-list .accredit-item.large .accredit-item-content .content-item:last-child {
  margin-right: 0;
}

.accredit-drop_2024306 .join-server-btn {
  display: flex;
}

.accredit-drop_2024306 .join-server-btn .more-btn {
  width: 280px;
  height: 48px;
  background: linear-gradient(141deg, #3554ff 0%, #112597 100%);
  box-shadow: 0px 4px 12px 0px rgba(23, 90, 255, 0.2);
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  cursor: pointer;
  margin-right: 16px;
  box-sizing: border-box;
}

.accredit-drop_2024306 .join-server-btn .more-btn:hover {
  background: #175aff;
  background: #175aff;
  box-shadow: 0px 4px 12px 0px rgba(23, 90, 255, 0.2);
}

.accredit-drop_2024306 .join-server-btn .join-btn {
  width: 140px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #002788;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  color: #002788;
  cursor: pointer;
  box-sizing: border-box;
}

.accredit-drop_2024306 .join-server-btn .join-btn:hover {
  background: #175aff;
  color: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(23, 90, 255, 0.2);
  border-color: transparent;
}

.ai-drop-20240306 {
  width: 698px;
  height: 567px;
  background: linear-gradient(180deg, rgba(97, 196, 255, 0.2) 0%, rgba(97, 196, 255, 0) 100%), #FFFFFF;
  box-shadow: 0px 0 16px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  padding: 25px 25px 17px 27px;
}

.ai-drop-20240306 .infoItem {
  margin-bottom: 8px;
}

.ai-drop-20240306 .infoItem:last-child {
  border-bottom: none;
  border-radius: 0px 0px 0px 6px;
}

.ai-drop-20240306 .infoItem:nth-child(1) {
  border-radius: 6px 0px 0px 0px;
}

.ai-drop-20240306 .infoItem .name {
  /* width: 100px;
            height: 140px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-sizing: border-box;
            padding: 0 10px;
            background: #DCE7FF;
            text-align: center;
            line-height: 20px;
            font-size: 16px;
            color: #267DFF; */
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  color: #001624;
  line-height: 21px;
  height: 21px;
  margin-bottom: 12px;
}

.ai-drop-20240306 .infoItem .intro-wrap {
  display: flex;
}

.ai-drop-20240306 .infoItem .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 96px;
  flex: 0;
}

.ai-drop-20240306 .infoItem .intro .introInner {
  width: 100%;
  display: flex;
  background: linear-gradient(150deg, #fdfdfe 0%, #fafafc 100%);
  border-radius: 6px;
  align-items: center;
  width: 246px;
  height: 80px;
  background: rgba(23, 161, 255, 0.07);
  border-radius: 6px;
  width: 246px;
  height: 96px;
  background: rgba(23, 161, 255, 0.07);
  border-radius: 6px;
  position: relative;
}

.ai-drop-20240306 .infoItem .intro .introInner .intro-label {
  display: inline-block;
  width: 58px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(150deg, #ff7171 0%, #f43753 100%);
  border-radius: 6px  0px  6px  0px;
}

.ai-drop-20240306 .infoItem .intro .introInner:hover .logo > img {
  transform: scale(1.1);
}

.ai-drop-20240306 .infoItem .intro .introInner:hover .introText .introTitle {
  color: #17A1FF !important;
}

.ai-drop-20240306 .infoItem .intro .introInner:hover .introText .introTip {
  color: #17A1FF !important;
}

.ai-drop-20240306 .infoItem .intro .introInner .logo {
  width: 96px;
  height: 96px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.ai-drop-20240306 .infoItem .intro .introInner .logo > img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.ai-drop-20240306 .infoItem .intro .introInner .introText .introTitle {
  color: #323335;
  line-height: 26px;
  transition: all 0.3s;
  padding: 11px 0 4px;
  font-weight: bold;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  font-style: normal;
}

.ai-drop-20240306 .infoItem .intro .introInner .introText .introTip {
  font-size: 14px;
  line-height: 20px;
  color: #636369;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-width: 134px;
  height: 36px;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #636369;
  line-height: 18px;
  text-align: justify;
  font-style: normal;
}

.ai-drop-20240306 .infoItem .intro-tag {
  width: 386px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  margin-left: 16px;
}

.ai-drop-20240306 .infoItem .intro-tag .intro-tag-item {
  display: inline-flex;
  align-items: center;
  width: 120px;
  height: 42px;
  background: rgba(23, 161, 255, 0.07);
  border-radius: 6px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #474747;
  line-height: 19px;
  cursor: pointer;
}

.ai-drop-20240306 .infoItem .intro-tag .intro-tag-item:hover {
  color: #17A1FF;
}

.ai-drop-20240306 .infoItem .intro-tag .intro-tag-item .iconfont {
  font-size: 16px;
  margin-right: 7px;
  padding-left: 9px;
  box-sizing: border-box;
}

.ai-drop-20240306 .infoItem .intro-tag .intro-tag-item:not(:nth-child(3n)) {
  margin-right: 13px;
}

.ai-drop-20240306 .infoItem .toolShow {
  display: flex;
  align-items: center;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem {
  width: 140px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: linear-gradient(150deg, #fdfdfe 0%, #fafafc 100%);
  border-radius: 6px;
  margin-right: 20px;
  font-size: 16px;
  color: #323335;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #474747;
  line-height: 19px;
  text-align: left;
  width: 110px;
  height: 42px;
  background: rgba(23, 161, 255, 0.07);
  border-radius: 6px;
  margin-right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem:hover {
  color: #17A1FF;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem .iconfont {
  font-size: 16px;
  margin-right: 5px;
  box-sizing: border-box;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem.ai:hover .iconfont_workbench {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_ai@active.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem.xc:hover .iconfont_workbench {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_xc@active.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem.style:hover .iconfont_workbench {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_style@active.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem.large:hover .iconfont_workbench {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_large@active.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem.add:hover .iconfont_workbench {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_add@active.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i {
  font-weight: normal;
  font-size: 20px;
  color: #7d7c83;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  background-size: 20px auto;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i.icon_ai {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_ai.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i.icon_xc {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_ch.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i.icon_style {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_style.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i.icon_large {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_large.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem > i.icon_add {
  background-image: url(http://bpic.588ku.com/mainSite/basic/header/icon_add.svg);
}

.ai-drop-20240306 .infoItem .toolShow .toolItem:hover {
  color: #17A1FF !important;
}

.ai-drop-20240306 .infoItem .toolShow .toolItem:hover > i {
  color: #17A1FF !important;
}

.ai-drop-20240306 .infoItem .toolShow .more {
  color: #b1b0b5;
  font-size: 12px;
  color: #b1b0b5;
  line-height: 20px;
  white-space: nowrap;
}

.ai-drop-20240306 .infoItem .moreInfo {
  display: flex;
  height: 128px;
  align-items: center;
  justify-content: center;
}

.ai-drop-20240306 .infoItem .moreInfo .moreInfoItem {
  width: 520px;
  height: 92px;
  display: flex;
  padding: 0 20px;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(150deg, #fdfdfe 0%, #fafafc 100%);
  box-shadow: 0px 4px 16px 0px rgba(0, 69, 132, 0.05);
  border-radius: 6px;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin-left: 20px;
}

.ai-drop-20240306 .infoItem .moreInfo .moreInfoItem .title1 {
  font-weight: bold;
  font-size: 16px;
  color: #323335;
  line-height: 22px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.ai-drop-20240306 .infoItem .moreInfo .moreInfoItem .title1 .icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.ai-drop-20240306 .infoItem .moreInfo .moreInfoItem .title2 {
  font-size: 14px;
  color: #636369;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

a {
  text-decoration: none;
}
