
html,body,h1,h2,h3,h4,p,div,ul,li,span,a,label {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei;
}
::-webkit-scrollbar {
  width: 0px;
}
li,a {
  text-decoration: none;
  list-style: none;
}


@media all
and (-moz-min-device-pixel-ratio: 1.09) and (-moz-max-device-pixel-ratio: 1.18),
    (-webkit-min-device-pixel-ratio: 1.09) and (-webkit-max-device-pixel-ratio: 1.18),
    (min-resolution: 1.09dppx) and (max-resolution: 1.18dppx) {
    :root {
        font-size: 15px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.19) and (-moz-max-device-pixel-ratio: 1.28),
    (-webkit-min-device-pixel-ratio: 1.19) and (-webkit-max-device-pixel-ratio: 1.28),
    (min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {
    :root {
        font-size: 14px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.29) and (-moz-max-device-pixel-ratio: 1.4),
    (-webkit-min-device-pixel-ratio: 1.29) and (-webkit-max-device-pixel-ratio: 1.4),
    (min-resolution: 1.29dppx) and (max-resolution: 1.4dppx) {
    :root {
        font-size: 12px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.41) and (-moz-max-device-pixel-ratio: 1.6),
    (-webkit-min-device-pixel-ratio: 1.41) and (-webkit-max-device-pixel-ratio: 1.6),
    (min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
    :root {
        font-size: 9px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.61) and (-moz-max-device-pixel-ratio: 1.8),
    (-webkit-min-device-pixel-ratio: 1.61) and (-webkit-max-device-pixel-ratio: 1.8),
    (min-resolution: 1.61dppx) and (max-resolution: 1.8dppx) {
    :root {
        font-size: 8px;
    }
}
@media all
and (-moz-min-device-pixel-ratio: 1.81) and (-moz-max-device-pixel-ratio: 2.1),
    (-webkit-min-device-pixel-ratio: 1.81) and (-webkit-max-device-pixel-ratio: 2.1),
    (min-resolution: 1.81dppx) and (max-resolution: 2.1dppx) {
    :root {
        font-size: 7px;
    }
}

.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.mt50 {
  margin-top: 50px;
}
.mt30 {
  margin-top: 30px;
}
.mt20 {
  margin-top: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mr20 {
  margin-right: 20px;
}
.pl20 {
  padding-left: 20px;
}
.bw {
  font-weight: bold;
}
.flex {
  display: flex;
}
.flex-tt {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.flex-center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.flex-between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;

}
.l5 {
  line-height: 1.5;
}

.root-acti {
  color: #1E87FF;
}
.root-small-acti {
  color: #1E87FF;
  font-size: 14px;
}

.img-normal{
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
}

.auth-unit {
  color: #21C400;
  font-size: 12px;
  padding: 5px 12px;
  background-color: #ECFFE8;
  border: 1px solid #21C400;
}

.wk-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 100;
  height: 65px !important;
  padding: 18px 0;
  width: 100%;
}
.el-button.el-button--default.searchBtn {
  background-color: #1E87FF;
  color: white;
  border-top-left-radius:0;
  border-bottom-left-radius:0
}
.el-input .el-input-group__append {
  background-color: #409eff;
}
/* .input-with-select .el-input-group__prepend {
  background-color: #fff;
} */
.el-rate .el-rate__item,
.el-rate .el-rate__icon {
  padding: 0;
  margin: 0;
}

.tool-col {
  margin-top: 30px;
}
.tool-title {
  background-color: #E8F3FF;
  padding: 20px 15px;
}
.tool-title > h3::before {
  content: '';
  display: block;
  background-color: #1E87FF;
  width: 20px;
  height: 2px;
  margin-bottom: 8px;
}
.tool-title > h3 {
  font-weight: normal;
}
.tool-title > p {
  display: inline-block;
  font-size: 12px;
  color: #737373;
  margin-top: 3px;
}
.tool-ul > li {
  /* padding: 25px 15px; */
  transition: all .3s ease-in-out;
}
.tool-li:hover,
.tool-ul > li:hover {
  background-color: #7eb1eb;
}

.tool-li-title,
.tool-desc {
  padding: 20px 15px;
}
.tool-ul > li > .tool-desc {
  padding-top: 0;
  line-height: 1.6em;
  color: #A6A6A6;
}
.tool-information-footer{
  cursor:pointer;
  margin-top: 30px;
  font-size: 14px;
  padding: 10px 15px;
  color: #737373;
  background-color: #F7F7F7;
}
.tool-li-title {
  position: relative;
  display: flex;
}
.tool-li-title .tool-title-content {
  width: calc(100% - 150px);
}
.tool-li-title .tool-btn-cancel,
.tool-li-title .tool-btn {
  position: absolute;
  right: 15px;
  z-index: -1;
  opacity: 0;
  color: #1E87FF;
  transition: opacity .3s linear;
}
.tool-li:hover > .tool-li-title .tool-btn-cancel,
.tool-li:hover > .tool-li-title .tool-btn{
  z-index: 1;
  opacity: 1;
}
.tool-li-title .tool-btn-cancel {
  color: #FF5D5D;
}
.tool-li-title .tool-logo {
  width: 52px;
  height: 52px;
  background-color: #f5f7fa;
  border-radius: 50%;
  margin-right: 12px;
  border: 1px solid #EDEDED;
}
/* .tool-pic {
  width: 323px;
  height: 323px;
} */
.tool-li-title >.tool-title-content >.industry {
  color: #1E87FF;
  font-size: 1.05rem;
  margin-top: 12px;
}

.tool-li:hover > .tool-li-title ,
.tool-li:hover .tool-li-title .industry,
.tool-li:hover > .tool-desc {
  color: white;
}

/* 资讯样式 */
.tool-information {
  display: flex;
  display: -webkit-flex;
  height: 125px;
  margin-top: 25px;
  cursor: pointer;
}
.tool-information > img{
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
  width: 33%;
}
.tool-information > div {
  flex: 0 0 67%;
  padding-left: 15px;
}
.tool-information .tool-information-title {
  height: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em;
}
.tool-information .tool-information-industry {
  margin-top: 20px;
  color:#1E87FF;
  font-size: 14px;
}
.tool-information .tool-information-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #737373;
  margin-top: 10px;
  font-size: 14px;
}
.tool-information-footer {
  margin: 0 auto;
  margin-top: 40px;
  width: 300px;
  text-align: center;
}

/* 左侧 */
.left-row {
  position: fixed;
  width: 12%;
  max-height: calc(100% - 180px);
  background-color: #F2F8FF;
  overflow: auto;
}

.left-main {
  height: calc(100vh - 200px);
}
.min-main {
  min-height: calc(100vh - 146px);
}

.left-user {
  padding: 30px;
  text-align: center;
}
.left-user .avatar {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border-radius: 50%;
}

.left-tool-type > p {
  padding: 1rem 1rem;
  cursor: pointer;
}
.left-tool-type > p.active {
  color: white;
  background-color: #1E87FF;
}

.tool-order >div,
  .industry {
    display: flex;
    align-items: baseline;
    font-size: 16px;
  }
  .tool-order label,
  .industry > label {
    margin-left: 24px;
    cursor: pointer;
  }
  .tool-order label.active,
  .industry > label.active {
    color: white;
    background-color: #1E87FF;
    padding: 3px 10px;
    border-radius: 4px;
  }
  .tool-order {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
  }
  .tool-order p {
    cursor: pointer;
  }
  .tool-vertical-li {
    margin-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    border: 1px solid #EDEDED;
  }
  .tool-desc {
    padding-top: 0;
    line-height: 1.6em;
    height: 3rem;
  }
.gray {
  color: #737373;
  margin-top: 15px;
}

.el-ellipsis {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.el-ellipsis--l2 {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.el-ellipsis--l4 {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.inline {
  display: inline-block;
}
.block {
  display: block;
}
.center {
  text-align: center;
}
.left {
  text-align-last: left;
}
.right {
  text-align: right;
}

.ico-svg {
  width: 1em; height: 1em; margin-right: 8px;
  transform: translateY(2px);
}


.avatar-uploader .el-upload {
  margin-top: 20px;
  border: 1px dashed #d9d9d9;;
  border-radius: 6px;
  width: 120px;
  height: 120px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload:hover {
  border-color: #409eff;
}
.avatar-uploader-icon {
  font-size: 28px;
  color: #8c939d;
  width: 50px;
  height: 50px;
  text-align: center;
  margin-top: 30px;
}
.avatar-uploader-icon svg {
  margin-top: 74px; /* (178px - 28px) / 2 - 1px */
}
.user-avatar {
  width: 120px;
  height: 120px;
  display: block;
}
.swiper-button-prev,
.swiper-button-next {
  height: 70px !important;
  padding: 10px;
  background:  rgba(223, 230, 233,0.6);
}
.swiper .swiper-button-prev {
  right: 0px;
  left:5px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  font-size: 20px;
}
.swiperDialog .el-dialog__header {
  height: 0;
  padding: 0;
}
.swiperDialog .el-dialog__body {
  padding: 0;
}

.news-content P {
  margin-block-start: 1.6em;
  margin-block-end: 1em;
}

.home-tool {
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
  color: #000;
}
.home-tool > img {
  width: 56px;
  height: 56px;
}

.label-type{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.label-type li {
  cursor: pointer;
  margin-left: 20px;
  padding: 3px 10px;
  border-radius: 5px;
  margin-top: 15px;
}
.label-type li:hover,
.label-type li.active {
  color: #fff;
  background-color: #1E87FF;
}

.home-tool-ul {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.home-tool-ul > li {
  width: 33.3333333%;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  cursor: pointer;
}

.home-tool-ul >li:hover {
  background-color: #3A82F4;
}

.home-tool-ul li > img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}
.home-tool-ul li > div {
  width: calc(100% - 52px);
  padding-left: 15px;
}
.home-tool-ul li:hover>div,
.home-tool-ul li:hover .tool-description {
  color: #fff;
}

.home-tool-ul li h3 {
  font-size: 16px;
}
.ab-row.el-row {
  position: absolute;
  width: 100%;
  z-index: 50;
  background-color: #F2F8FF;
  padding-bottom: 40px;
  transition: all 0.3s ease;
  transform: scaleY(0);
  transform-origin: center top;
}
.el-row.ab-row.show {
  transform: scaleY(1);
}
.blue {
  background-color: #F2F8FF;
}
.tool-description {
  font-size: 14px;
  color: #A6A6A6;
  margin-top: 8px;
}
