v-clock {
  display: none;
}
.origin {
  display: none;
}
.top {
  width: 100%;
  height: 46px;
  line-height: 46px;
  background-color: #fff;
}

.imageService {
  height: 545px;
  background-image: url(../images/imageBanner.png);
  background-size: 100% 100%;
}
.telemedicine {
  height: 694px;
  background-image: url(../images/yuanchengBanner.png);
  background-size: 100% 100%;
}
.operate {
  height: 545px;
  background-image: url(../images/yunyingBanner.png);
  background-size: 100% 100%;
}
.swiper-container {
  display: flex;
  align-items: center;
  width: auto;
  max-height: 360px;
  overflow: hidden;
}
.swiper-wrapper {
  width: 100%;
}

.swiper-slide {
  width: 100%;
}
.swiper-wrapper img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.o_header {
  height: 950px;
  background-image: url(../images_o/bannner_2.png);
  background-size: 100% 100%;
}
.server_o {
  background: url(../images_o/bannner_1.png) no-repeat;
  position: relative;
  z-index: 1;
  background-repeat: repeat-y;
  padding-bottom: 70px;
}
.opeart_o {
  background: url(../images_o/banner_3.png) no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
  background-repeat: repeat-y;
}
.dynamic {
  /* display: none; */
}
.qrcodeList {
  position: fixed;
  right: 15px;
  bottom: 200px;
  z-index: 888;
}
.qrcodeItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5px;
}
.qrcodeItem p {
  font-size: 14px;
}
.qrcode {
  width: 90px;
  height: 90px;
}
.w_1240 {
  width: 1240px;
}
.company a {
  color: #c0c0c0;
  text-decoration: underline;
}
.company a:hover {
  color: #0a70b0;
}
/*武汉人工智能门户*/

@font-face {
  font-family: 'SourceHanSans';
  src: url('./SiYuanHeiTiJiuZiXing-Medium/SourceHanSansCN-VF-2.otf')
    form('opentype');

  font-style: normal;
}
* {
  font-family: 'SourceHanSans' !important;
}
.top_content {
  width: 100%;
  padding: 0 40px;
}
.plateformName {
  font-weight: 600;
  font-size: 20px;
  color: #024395;
}
.login,
.login_o {
  height: 32px !important;
  line-height: 32px !important;
  padding: 0 15px !important;
  border-radius: 18px !important;
}

.register {
  background-color: #fff;
  color: #0a70b0;
  border: 1px solid #dcdfe6;
}

.mainContent {
  padding: 10px 10px;
  background: #f0f4f9;
}
.contentItem {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}
.contentItemLeft {
  background: #ffffff;
  border-radius: 8px;
  margin: 10px;
}
.platformIntroduction {
  width: calc(50% - 20px);
}
.contentItemHead {
  padding-left: 20px;
  height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 84, 211, 0.2);
}
.contentItemHeadImg {
  width: 42px;
}
.contentItemHeadTit {
  font-weight: 600;
  font-size: 24px;
  color: #2d3b49;
  margin-left: 10px;
  cursor: pointer;
}
.contentItemHeadTit.normal {
  color: #909399;
}
.contentItemHeadSubTit {
  font-weight: 500;
  font-size: 16px;
  color: #c0c4cc;
  margin-left: 10px;
  margin-top: 10px;
}
.contentItemCon {
  padding: 20px;
  display: flex;
  position: relative;
  max-height: 720px;
  overflow-y: auto;
}

.modelType {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.modelTypeItem {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  border-radius: 3px;
  font-size: 16px;
  background: #f5f7fa;
  margin-left: 10px;
  cursor: pointer;
  color: #2d3b49;
  transition: all 0.3s ease;
}
.modelTypeItem:hover {
  background: #0d68d61a;
}
.modelTypeItem.select {
  color: #0d68d6;
}

.announcementCon {
  flex: 1;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-height: 340px;
  overflow: hidden;
  position: relative;
  padding: 15px 0 20px 0;
  color: #333;
}

.announcementCon .noticeItem {
  color: #333;
  line-height: 30px;
  text-align: justify;
  padding: 0 15px;
}

.noticeScroller {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff #fff; /* 默认轨道和滑块均为白色 */
}

.noticeScroller:hover {
  scrollbar-color: auto; /* 鼠标悬停时恢复默认配色 */
}

/* WebKit 内核：默认滚动条透明 */
.noticeScroller::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.noticeScroller::-webkit-scrollbar-thumb {
  background: #fff; /* 默认滑块白色 */
  border-radius: 4px;
}

.noticeScroller::-webkit-scrollbar-track {
  background: #fff; /* 默认轨道白色 */
}

/* 鼠标悬停时显示默认颜色 */
.noticeScroller:hover::-webkit-scrollbar-thumb {
  background: initial;
}

.noticeScroller:hover::-webkit-scrollbar-track {
  background: initial;
}

.noticeTrack {
  display: flex;
  flex-direction: column;
}

.contentItemTip {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: rgba(11, 102, 202, 0.65);
}
.serviceImgDiv {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.contentItemConLogo {
  position: absolute;
  top: 20px;
  left: 20px;
}
.contentItemConImg {
  height: 100%;
  width: auto;
  max-width: 100%;
}
.contentItemRight {
  background: #ffffff;
  border-radius: 8px;
  margin: 10px;
  display: flex;
  flex-flow: column;
}
.platformAnnouncement {
  width: calc(25% - 20px);
}
.qaContent {
  width: calc(25% - 20px);
}
.contentItemText {
  display: flex;
  flex-direction: column;
  color: #333;
  text-align: justify;
  width: calc(100% - 395px);
  margin-left: 15px;
  font-size: 16px;
  line-height: 28px;
}
.textItem {
  text-indent: 30px;
}
.oneAi {
  width: calc(33.333% - 20px);
  height: 340px;
  background: #ffffff;
  margin-left: 20px;
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  box-shadow: 0 6px 16px rgba(26, 100, 196, 0.2);
  border-radius: 6px;
  transition: all 0.3s ease;
  transform: translateZ(0);
}
.oneAi:hover {
  transform: scale(1.05) translateZ(0);
}
.aiContentLeft {
  width: calc(50% - 20px) !important;
  margin: 10px;
  height: auto !important;
}
.aiContentRight {
  width: calc(50% - 20px) !important;
  margin: 10px;
  height: auto !important;
}
.oneAiHead {
  height: 80px;
  padding: 0px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-size: auto 100%;
  font-weight: 600;
  font-size: 20px;
  color: #ffffff;
  text-shadow: 0 1px 3px #001b9380;
  border-radius: 6px 6px 0px 0px;
}
.zhenliaoHead {
  letter-spacing: -1px;
  padding-right: 15px;
  background: url(../images/wuhan/01.png) center no-repeat;
}
.jueceHead {
  background: url(../images/wuhan/02.png) center no-repeat;
}
.huanzhefuwuHead {
  background: url(../images/wuhan/03.png) center no-repeat;
}
.jiankangHead {
  background: url(../images/wuhan/04.png) center no-repeat;
}
.keyanHead {
  background: url(../images/wuhan/05.png) center no-repeat;
}
.yiyuanHead {
  background: url(../images/wuhan/06.png) center no-repeat;
}
.oneAiHead img {
  width: 36px;
}
.aiBox {
  display: flex;
  flex-flow: wrap;
  padding: 0px 20px 20px 0px !important;
}
.allAiText {
  flex: 1;
  padding: 20px 10px;
  border: 1px solid #ebeef5;
  border-top: none;
  border-radius: 0px 0px 6px 6px;
  background: url(../images/wuhan/aiBg.png) bottom center no-repeat;
}
.aiText {
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #0d68d6;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.aiText:hover {
  background-color: #e7edff;
}
.modelCon {
  display: block;
  flex-flow: wrap;
  padding: 0 20px 0 0 !important;
  flex: 1;
}

.modelCon.hide {
  display: none;
}
.modelCon.show {
  display: flex;
}

.oneModel {
  float: left;
  width: calc(50% - 20px);
  height: 200px;
  box-sizing: border-box;
  padding: 20px 20px 10px 20px;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  background: url(../images/wuhan/modelBg.png) left bottom no-repeat;
  background-size: 100% auto;
  margin: 0 0 20px 20px;
  cursor: pointer;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.oneModel:hover {
  transform: translate(0px, -5px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(10, 112, 176, 50%);
}
.oneModelHead {
  display: flex;
}
.oneModelHeadLeft {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  padding: 4px;
  border: 1px solid #ebeef5;
  border-radius: 12px;
}
.oneModelHeadLeft img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.oneModelHeadRight {
  margin-left: 13px;
  width: calc(100% - 81px);
}

.sourceModel {
  margin-left: 0;
  padding: 0;
  width: 100% !important;
  height: 310px;
}

.sourceModelHead {
  padding: 10px 20px;
  background: #f0f4f9;
  border-radius: 8px 8px 0px 0px;
}

.sourceModelIntro {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  margin-top: 12px;
  font-size: 15px;
  height: 200px;
  color: #2d3b49;
  text-align: justify;
  padding: 0 20px;
  line-height: 28px;
  white-space: pre-wrap;
  text-overflow: unset !important;
  -webkit-line-clamp: none !important;
}

.sourceBtn {
  padding: 0 20px;
  text-align: right;
}

.modelTit {
  font-weight: 600;
  font-size: 22px;
  color: #0d68d6;
  line-height: 30px;
}
.modelIntro {
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.oneModelIntro {
  height: 26px;
  line-height: 26px;
  background: #f0f4f9;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 14px;
  color: #2d3b49;
  margin-right: 5px;
}
.oneModelIntro:last-of-type {
  margin-right: 0px;
}
.companyIntro {
  margin-top: 8px;
  font-size: 15px;
  color: #2d3b49;
  text-align: justify;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 84px;
}
.apiLink {
  font-size: 15px;
  color: #0d68d6;
  text-align: justify;
  line-height: 24px;
  float: right;
  cursor: pointer;
}

.portalFooter {
  height: 80px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #1f2933;
  color: rgba(255, 255, 255, 0.75);
  gap: 5px;
}

/* 训推平台 */
.largeModelBox {
  display: block;
  padding: 20px 20px 0 0 !important;
}

.largeModelDic {
  padding: 0 20px 20px;
}

.largeModelItem {
  height: 200px;
}

.palteModel {
  margin-top: 20px;
  display: flex;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dcdfe6;
  border-radius: 8px;
  background-size: 100% auto;
  cursor: pointer;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s;
}
.palteModel:hover {
  transform: translate(0px, -5px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(10, 112, 176, 50%);
}

.palteModelTit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  color: #0a70b0;
  line-height: 30px;
  flex-shrink: 0;
  width: 200px;
  background: #ecf5ff;
  border-radius: 8px 0 0 8px;
  padding: 0 10px;
  box-sizing: border-box;
}

.palteModelDesc {
  padding: 10px 15px;
  line-height: 32px;
  text-align: justify;
}

/* 算力详情 */
.sourceBox {
  margin: 10px;
  flex: 1;
  background: #fff;
  border-radius: 8px;
}

.sourceRow {
  background: #fff;
  border-radius: 8px;
  padding: 20px 0 0 20px;
}

.sourceName {
  margin-top: 10px;
  font-weight: 600;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
}
.sourceDetail {
  font-size: 16px;
  line-height: 28px;
  color: #2d3b49;
  white-space: pre-line;
}

.el-dialog__title {
  color: #fff;
  font-size: 16px;
}

.el-dialog__headerbtn {
  top: 0;
  height: 40px;
}

.el-dialog__headerbtn .el-dialog__close {
  color: #fff;
}

.el-dialog__headerbtn .el-dialog__close:hover {
  color: #fff;
}

.el-dialog__header {
  height: 40px;
  line-height: 40px;
  padding: 0;
  padding-left: 20px;
  background: #0a70a0;
}

.el-dialog__body {
  padding: 0 20px 20px;
  color: #303133;
}

.el-dialog .el-dialog__footer {
  padding: 12px 20px 12px;
  border-top: 1px solid #dcdfe6;
}

::v-deep .el-dialog__body {
  padding: 0 20px 20px;
}
.aiDetail {
  max-height: calc(90vh - 100px);
  min-height: calc(60vh - 60px);
}
.aiType {
  height: 56px;
  line-height: 56px;
  .aiTypeImg img {
    vertical-align: middle;
  }
}
.aiName {
  color: #1b1e20;
}
.aiInfo {
  height: 0;
  border: 1px dashed #c0c4cc;
  overflow-y: auto;
}
.clr_744AFF {
  color: #744aff;
}
.aiIntroduce {
  border-top: 1px dashed #c0c4cc;
  line-height: 1.8;
  text-align: justify;
}
.w_0 {
  width: 0;
}
.serviceDetail {
  img {
    max-width: 100%;
    max-height: 100%;
  }
}
.w_160 {
  width: 160px;
}

.modelDialogDetailHead {
  margin: 20px 0;
  font-size: 22px;
}

.modelDialogDetailInfo {
  justify-content: center;
}

.modelDialogDetailName {
  color: #0d68d6;
}

.modelDialogDetailIntroduce {
  text-align: justify;
}

.textContent {
  padding: 20px !important;
  line-height: 28px;
}

@media screen and (min-width: 1440px) and (max-width: 1660px) {
  .aiContentLeft {
    width: 100% !important;
  }
  .oneAi {
    width: calc(16.666% - 20px) !important;
  }
  .largeModelContent {
    margin-top: 0;
  }
  .platformIntroduction {
    width: calc(60% - 20px);
  }
  .platformAnnouncement {
    width: calc(40% - 20px);
  }
  .qaContent {
    width: calc(40% - 20px);
  }
  .noticeItem,
  .qa-item {
    line-height: 24px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1440px) {
  .aiContentLeft {
    width: 100% !important;
  }
  .oneAi {
    width: calc(33.333% - 20px) !important;
  }
  .oneModelIntro {
    padding: 0 7px;
  }
  .largeModelContent {
    margin-top: 0;
  }
}
@media screen and (max-width: 1660px) {
  .aiContentRight {
    width: 100% !important;
  }
  .oneModel {
    width: calc(33.333% - 20px) !important;
  }
  .sourceModel {
    width: 100% !important;
  }
  .aiText {
    font-size: 14px;
  }
  .zhenliaoHead,
  .jueceHead,
  .huanzhefuwuHead,
  .jiankangHead,
  .keyanHeadyiyuanHead {
    background-size: cover;
  }
  .contentItemText {
    font-size: 15px;
    line-height: 24px;
  }
  .platformIntroduction {
    width: calc(100% - 20px);
  }
  .platformAnnouncement,
  .qaContent {
    width: calc(50% - 20px);
  }
  .noticeItem,
  .qa-item {
    line-height: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  #app {
    min-width: 800px;
  }
  .w_1240 {
    width: 800px;
  }
}

.registerDialog {
  background: transparent;
}

.registerDialog .el-dialog__header {
  display: none;
}

.registerDialog .el-dialog__body {
  padding: 0;
}

.register-step {
  background: #fff;
  border-radius: 10px 0 0 10px;
}

.register-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 0;
  background: #fff;
  border-radius: 0 10px 10px 0;
}

.register-main {
  height: 100%;
}

.register-close {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #909399;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.register-explain {
  margin: 20px 0 20px 40px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #ef8900;
}

.register-form {
  border-bottom: 1px solid #dcdfe6;
}

.must-icon {
  color: #f56c6c;
}

.lh32 {
  line-height: 32px;
}

.w_85 {
  width: 85px;
}
.w_110 {
  width: 110px;
}
.w_120 {
  width: 120px;
}
.w_135 {
  width: 135px;
}
.w_140 {
  width: 140px;
}
.w_145 {
  width: 145px;
}
.w_150 {
  width: 150px;
}
.w_160 {
  width: 160px;
}
.w_165 {
  width: 165px;
}
.w_180 {
  width: 180px;
}
.w_280 {
  width: 280px;
}
.w_300 {
  width: 300px !important;
}
.w_760 {
  width: 760px;
}

.file-accept {
  margin: 0 5px;
  color: #909399;
}

.example-file {
  text-decoration: underline;
  cursor: pointer;
}

.regis-require {
  color: #606266;
  line-height: 20px;
  text-align: justify;
  font-size: 13px;
}

.regis-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 0 20px;
}

.register-footer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  height: 80px;
}

.register-checkbox {
  display: flex;
  height: 100%;
  padding-top: 20px;
}

.file-upload {
  position: relative;
  background: #f0f4f9;
  padding-left: 10px;
  border-radius: 3px;
  width: 100%;
}

.file-name {
  flex: 1;
}

.file-delete {
  cursor: pointer;
  color: #ff6f6f;
  padding: 0 8px;
  line-height: 32px;
}

.file-process {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #409eff;
  transition: width 0.3s ease-in-out;
}

.register-success {
  display: flex;
  margin: 0 auto;
  align-items: center;
  width: 480px;
  height: 100%;
}

.register-icon--success {
  margin-bottom: 15px;
  font-size: 48px;
  color: #1cb54a;
}

.register-success--title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #303133;
  letter-spacing: 0;
  line-height: 30px;
}

.register-success--desc {
  margin-bottom: 30px;
  font-size: 16px;
  color: #606266;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

.el-tooltip__popper.is-light {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
}
.el-tooltip__popper.is-light[x-placement^='top'] .popper__arrow {
  border-top-color: #f5f5f5;
}

.codeContent {
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  overflow: hidden;
}

.codeContent .el-input__inner {
  border: none;
}

.priductContent {
  padding-top: 0;
}
.totalText {
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  color: #606266;
}
.totalNum {
  margin: 0 5px;
  color: #0a70b0;
}
.qa-box {
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #fff #fff; /* 默认轨道和滑块均为白色 */
}
.qa-box::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.qa-box::-webkit-scrollbar-thumb {
  background: #fff; /* 默认滑块白色 */
  border-radius: 4px;
}
.qa-box::-webkit-scrollbar-track {
  background: #fff; /* 默认轨道白色 */
}
.qa-box:hover {
  scrollbar-color: auto; /* 鼠标悬停时恢复默认配色 */
}
.qa-box:hover::-webkit-scrollbar-thumb {
  background: initial;
}
.qa-box:hover::-webkit-scrollbar-track {
  background: initial;
}
.qa-item {
  padding: 0 10px;
  line-height: 30px;
}
.qa-q {
  color: #333;
  line-height: 30px;
  text-align: justify;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 5px;
}

.qa-q:hover {
  background: #f5f5f5;
}

.qa-a {
  padding: 5px;
  font-size: 15px;
  line-height: 26px;
  color: #333;
  word-wrap: break-word;
  white-space: pre-wrap;
}
