.kept-details-card {
  background-color: #ffffff;
  border-radius: 10px;
}

.kept-details-card .sect.personal {
  text-align: center;
  font-size: 0;
}

.kept-details-card .sect.personal>* {
  font-size: 14px;
  color: #949494;
  display: inline-block;
  vertical-align: middle;
}

.kept-details-card .sect.personal .avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  background-image: url(../images/expert/temp-expert-avatar.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-position: center bottom;
  background-color: #454554;
}

.kept-details-card .sect.personal .personal-text {
  text-align: left;
  margin-left: 25px;
}

.kept-details-card .sect.personal .expert-name {
  font-size: 30px;
  color: #000;
  margin-bottom: 8px;
}

.kept-details-card .sect.personal .context {
  display: flex;
  align-items: center;
}

.kept-details-card .sect.ability {
  padding: 18px 45px;
  background-color: rgba(194, 209, 225, 0.35);
  border-radius: 6px;
  position: relative;
}

.kept-details-card .sect.ability .cont {
  display: flex;
  flex-wrap: wrap;
}

.kept-details-card .ability-rate {
  display: flex;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
}

.kept-details-card .ability-rate:nth-last-child(1) {
  width: 100%;
  background: url(../images/expert/bg-temp-expert-cont.png) no-repeat;
}

.kept-details-card .ability-rate h5 {
  font-weight: 600;
}

.kept-details-card .btn-more {
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom: 20px;
  font-size: 14px;
  color: #0066ff;
  user-select: none;
  cursor: pointer;
}

.kept-details-card .more-ico {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-family: "fangsong";
  line-height: 14px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #0066ff;
  box-sizing: content-box;
  transform: rotate(90deg);
  transition: all 0.3s;
}

.kept-details-card .main-pic {
  position: relative;
  padding-top: 2px;
  margin: 25px 24px 35px;
}

.kept-details-card .img-man {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url(../images/kypt/bg-kypt.png) no-repeat center;
  opacity: 1;
}

.kept-details-card .main-pic .svg-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 430px;
  height: 710px;
  margin: 0 auto;
}

.kept-details-card .main-pic .name {
  position: relative;
  z-index: 3;
  color: #fff;
  text-align: center;
}

.kept-details-card .main-pic .name h4{
  font-size: 20px;
  font-weight: 600;
}

/* 定义旋转动画 */
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.kept-details-card .main-pic .rotate-icon {
  position: absolute;
  top: -5px;
  left: 0%;
  animation: rotate360 10s linear infinite;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/kypt/huan.png) no-repeat center;
}

.main-pic-item {
  position: relative;
  width: 350px;
  box-shadow: 0 0 12px 0 rgba(95, 120, 190, 0.35);
  border-radius: 12px;
  position: absolute;
  background-color: #ffffff;
}

.main-pic-item.bg-l::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 26px;
  height: 23px;
  border-radius: 12px 0 0 0;
  background: #fff url(../images/expert/bg-expert-item-l.png) no-repeat top left;
  background-size: contain;
}

.main-pic-item.bg-r::after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 26px;
  height: 23px;
  border-radius: 0 12px 0 0;
  background: #fff url(../images/expert/bg-expert-item-r.png) no-repeat top left;
  background-size: contain;
}

.main-pic-item .item-title {
  padding: 12px 25px;
  font-size: 14px;
  color: #000;
  font-weight: 550;
  position: relative;
}

.main-pic-item .item-title::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  width: 30px;
  height: 2px;
  background-color: #456fc4;
}

.main-pic-item .item-cont {
  padding: 3px 15px;
}

.main-pic-item.kyzyfx {
  height: 162px;
  top: 30px;
  left: 62px;
}

.main-pic-item.kyzyfx .item-cont {
  padding: 10px 23px;
  line-height: 24px;
}

.main-pic-item.kyzdfb {
  height: 220px;
  top: 246px;
  left: 25px;
}

.main-pic-item.kyzdfb .item-cont {
  width: 100%;
  height: 178px;
}


.main-pic-item.jnkyzd {
  height: 250px;
  top: 460px;
  left: 49px;
}

.main-pic-item.kycczzqx {
  height: 240px;
  top: 12px;
  right: 59px;
}

.main-pic-item.kycczzqx .item-cont {
  width: 100%;
  height: 197px;
}

.main-pic-item.lnkycc {
  height: 240px;
  top: 296px;
  right: 27px;
}

.main-pic-item.lnkycc .item-cont {
  padding: 15px;
  height: 197px;
}

.main-pic-item.xklwfb {
  top: 530px;
  left: 59px;
  color: #545454;
  font-size: 14px;
  z-index: 9;
}

.main-pic-item.xklwfb .item-cont {
  padding: 14px 30px;
}

.main-pic-item.xklwfb .total {
  position: absolute;
  top: 13px;
  right: 26px;
}

.main-pic-item.xklwfb .item-cont {
  padding-top: 13px;
  font-size: 0;
  height: 69px;
  overflow: hidden;
  padding: 0;
  margin: 13px 40px 14px;
}

.main-pic-item.xklwfb .item-cont>* {
  font-size: 14px;
}

.main-pic-item.xklwfb .item-cont span {
  box-sizing: content-box;
  display: inline-block;
  border: solid 1px #dcdcdc;
  text-align: center;
  margin: 0 8px 7px 0;
  background-color: #ffffff;
  border: solid 1px #dcdcdc;
  padding: 4px 9px;
}

.main-pic-item.xklwfb .btn-more {
  right: 19px;
  bottom: 16px;
}

.main-pic-item.xklwfb.show-more .item-cont {
  height: auto;
}

.main-item-more{
  position: absolute;
  top: 562px;
  right: 370px;
  color: #545454;
  font-size: 24px;
  z-index: 9;
}

.orange {
  color: #f50;
}

.kept-details-card .card-details {
  margin: 0 24px;
}

.kept-details-card .card-details .btn-more {
  display: block;
  height: 20px;
  color: #0066ff;
  user-select: none;
  cursor: pointer;
  bottom: 0;
}

.kept-details-card .card-details .more-ico {
  display: inline-block;
  font-family: "fangsong";
  text-align: center;
  box-sizing: content-box;
  transform: rotate(90deg);
  transition: all 0.3s;
  color: #006f3c;
  font-weight: 600;
  margin-left: 5px;
}

.kept-details-card .card-details .tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kept-details-card .card-details .tabs li {
  width: 25%;
  height: 100%;
  background-color: #d1e2ff;
  color: #5f5f5f;
  border-right: 1px solid #fff;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}

.kept-details-card .card-details .tabs li.active {
  position: relative;
  background-color: #498aff;
  color: #ffffff;
}

.kept-details-card .card-details .tabs li.active::after {
  content: '';
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-width: 15px;
  border-style: solid;
  border-color: #498aff transparent transparent transparent;
}

.kept-details-card .tab-item {
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 0 12px rgba(30, 30, 135, 0.08);
}

.kept-details-card .chart-box {
  display: flex;
}

.kept-details-card .chart-box .chart-container {
  width: 50%;
  height: 350px;
  margin: 20px;
  padding: 0 30px;
}

.kept-details-card .card-details .more-outBox {
  height: 240px;
  overflow: hidden;
}

.kept-details-card .card-details .show-more {
  height: auto;
}

.kept-details-card .card-details .expert-table {
  width: 100%;
  border-collapse: collapse;
}

.kept-details-card .card-details .expert-table th {
  padding: 12px 25px;
  background: #edf3fc;
  color: #666666;
  text-align: left;
}

.kept-details-card .card-details .expert-table td {
  padding: 10px 25px;
  background: #fbfcfe;
  color: #666;
  text-align: left;
}

.kept-details-card .card-details .kycg-con {
  margin: 10px;
}

.kept-details-card .card-details .kycg-con ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;

}

.kept-details-card .card-details .kycg-con li {
  padding: 10px 20px;
  color: #666;
  background: #fff;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}

.kept-details-card .card-details .kycg-con li.active {
  color: #fff;
  background: #498aff;
}

.kept-details-card .card-details .kycg-list {
  padding: 20px 30px;
}

.kept-details-card .card-details .kycg-list .more-inBox {
  flex-wrap: wrap;
}

.kept-details-card .card-details .kycg-list p {
  width: 33%;
  padding: 12px;
}

.kept-details-card .content-sect-titbox {
  width: 100%;
  height: 20px;
  margin: 30px auto 10px;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
}

.kept-details-card .content-sect-titbox::before {
  display: block;
  content: "";
  width: 4px;
  height: 16px;
  background-color: #498aff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
}

.kept-details-card .content-sect-titbox .titbox-text {
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.kept-details-card .rich-text {
  padding: 30px 10px 60px;
  font-size: 14px;
  line-height: 30px;
  color: #545454;
}

.kept-details-card .tips {
  padding-bottom: 30px;
  margin: 30px auto 30px;
  text-align: center;
  font-size: 14px;
  color: #7e7e7e;
}

.kyhx-details-head {
  padding: 40px 50px;
  margin-bottom: 30px;
  border-radius: 10px 10px 0 0;
  background: url(../../assets/images/kypt/kypt-detail-head.jpg) no-repeat;
  background-size: cover;
}

.kyhx-details-head .name {
  display: flex;
  align-items: center;
  font-size: 28px;
  color: #262632;
}

.kyhx-details-head .name .mark {
  padding: 0 14px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  margin-left: 15px;
  color: #fff;
  font-size: 14px;
  background-image: linear-gradient(to right, #ff9000 0, #ff6456 100%);
}

.kyhx-tags {
  display: flex;
  margin: 20px 0;
}

.kyhx-tags .tag {
  margin: 0 20px 0 0;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
}

.kyhx-tags .blue {
  color: #53a3f4;
  border: 1px solid #53a3f4;
}

.kyhx-tags .orange {
  color: #f48c53;
  border: 1px solid #f48c53;
}

.kyhx-details-head .desc {
  line-height: 2em;
}