.humanvideo-collect .form-title {
  width: 55px;
}
.humanvideo-collect .input {
  height: inherit;
}
.human-list-content {
  border: 1px solid #dcdcdc;
}
.human-list-content .human-video-title {
  color: #333;
  font-size: 20px;
  font-weight: bold;
}
.human-list-content .video-title {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.human-list-content .bdb {
  border-bottom: 1px solid #e3e3e3;
}
.human-list-content .chose-type-list {
  padding: 10px 0 0;
}
.human-list-content .point-line {
  color: #33a3cd;
  text-decoration: underline;
  font-size: 14px;
}
.chose-type-list {
  background: #fff;
}
.chose-type-list li {
  padding: 10px;
  width: 16.6%;
  float: left;
}
.chose-type-list li:first-child {
  border-left: 0 none!important;
}
.chose-type-list li.active {
  border: 1px solid #e3e3e3;
  background: #fafafa;
  border-bottom: 0 none;
}
.chose-type-list li.active .chose-type {
  background: #fafafa;
}
.chose-type-list .chose-type {
  text-align: center;
  transition: transform 0.3s;
  height: 148px;
  padding: 15px 0;
  border: 1px solid #e3e3e3;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px 0 #e3e3e3;
}
.chose-type-list .chose-type .icon-box {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  display: inline-block;
  line-height: 71px;
  margin-bottom: 20px;
  position: relative;
}
.chose-type-list .chose-type .icon-box .canvas-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 21;
}
.chose-type-list .chose-type .icon-box .canvas-box canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.chose-type-list .chose-type .icon-box .iconfont {
  color: #fff;
  font-size: 44px;
  position: relative;
}
.chose-type-list .chose-type .icon-box.pink {
  background: #f9759e;
}
.chose-type-list .chose-type .icon-box.green {
  background: #74ca52;
}
.chose-type-list .chose-type .icon-box.purple {
  background: #c586e2;
}
.chose-type-list .chose-type .icon-box.orange {
  background: #fe9523;
}
.chose-type-list .chose-type .icon-box.cyan {
  background: #69e5de;
}
.chose-type-list .chose-type .icon-box.blue {
  background: #51a7fd;
}
.chose-type-list .chose-type .type-info {
  font-size: 14px;
  color: #333;
}
.chose-type-list .chose-type .btn-box {
  display: none;
}
.table-list-box {
  margin-top: -1px;
  border: 1px solid #e3e3e3;
  border-right: 0 none;
  border-left: 0 none;
  padding: 10px 10px 20px;
  background: #fafafa;
}
.advice-info-title {
  color: #333;
  font-size: 12px;
  font-weight: bold;
}
.advice-info {
  font-size: 12px;
}
.advice-info .icon-box {
  width: 30%;
  text-align: right;
  white-space: nowrap;
}
.advice-info .icon-num {
  display: inline-block;
  vertical-align: middle;
}
.advice-info .info {
  overflow: hidden;
  width: 67%;
  white-space: nowrap;
  float: left;
  text-overflow: ellipsis;
}
.advice-info .info:hover {
  color: #6cc04b;
  text-decoration: underline;
}
.advice-info .icon-num {
  color: #999;
}
.advice-info .icon-num.elite {
  margin-right: 5px;
}
.advice-info .icon-num.elite .iconfont {
  color: #fd8b10;
  position: relative;
  top: -2px;
}
.advice-info .icon-num.liuyan .iconfont {
  color: #33a3cd;
}
.advice-table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
}
.advice-table thead {
  background: #f9f9f9;
}
.advice-table thead tr th {
  font-size: 14px;
  color: #333;
  padding: 12px 10px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.advice-table thead tr th:last-child {
  border-right: 0 none;
}
.advice-table tbody tr td {
  background: #fff;
  padding: 12px 10px;
  vertical-align: top;
  border-right: 1px solid #ddd;
  line-height: 20px;
}
.advice-table tbody tr td:last-child {
  border-right: 0 none;
}
.degree-time-box {
  border: 1px solid #e3e3e3;
  border-right: 0 none;
  border-left: 0 none;
  background: #fafafa;
  padding-top: 20px;
  padding-bottom: 10px;
}
.degree-time-box .degree-time-bar {
  width: 38.6%;
  cursor: pointer;
  margin: 0 auto;
  background: #ffc800;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  font-size: 12px;
  color: #333333;
}
.degree-time-box .degree-time-bar .icon-youhuashi {
  font-size: 24px;
  vertical-align: middle;
}
.degree-time-box .degree-time-bar .point {
  color: #fc2900;
  font-weight: bold;
}
.btn-continue {
  background: #33a3cd;
  font-size: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 3px;
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
}
.btn-continue:after {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #33a3cd transparent;
  left: 50%;
  margin-left: -6px;
  top: -12px;
}
.btn-continue:focus {
  background: #33a3cd;
}
.degree-box {
  background: url("/websiteRedesign/img/humanVideo/cup.png") no-repeat right 10px;
  padding-right: 40px;
}
.degree-box.noProgress .degree-name {
  display: none;
}
.degree-box.noProgress .degree-list {
  margin-left: 10px;
}
.degree-box .degree-name {
  height: 62px;
  width: 122px;
  font-size: 14px;
  color: #333333;
}
.degree-box .degree-name h3 {
  font-size: 16px;
  font-weight: bold;
}
.degree-box .degree-name h3 > .degree-icon {
  color: #33a3cd;
}
.degree-box .degree-list {
  padding-top: 22px;
  margin-left: 122px;
}
.degree-box .degree-list li {
  float: left;
}
.degree-box .degree-list .bar {
  margin-top: 7px;
  height: 6px;
  position: relative;
  border-radius: 8px;
  background: #e0e0e0;
}
.degree-box .degree-list .bar.first {
  width: 10%;
}
.degree-box .degree-list .bar.second {
  width: 38%;
}
.degree-box .degree-list .bar.third {
  width: 40%;
}
.degree-box .degree-list .bar.finished .bar-progress {
  width: 100%;
}
.degree-box .degree-list .bar-progress {
  position: absolute;
  height: 100%;
  border-radius: 8px;
  z-index: 2;
  background: #6cc9ec;
}
.degree-box .degree-list .bar-progress-rate-box {
  position: absolute;
  right: -8px;
  top: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 6px 0px #6cc9ec;
}
.degree-box .degree-list .bar-progress-rate-box .rate {
  position: absolute;
  font-size: 14px;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.degree-box .degree-list .bar-progress-rate-box .btn-continue {
  white-space: nowrap;
  position: absolute;
  color: #fff;
  top: 48px;
  left: 50%;
  transform: translateX(-50%);
}
.degree-box .degree-list .name-box {
  text-align: center;
  width: 3.5%;
  height: 44px;
  position: relative;
}
.degree-box .degree-list .name-box.active .circle {
  background: #33a3cd;
}
.degree-box .degree-list .name-box .circle {
  margin: 0 4px 4px;
  width: 20px;
  height: 20px;
  background: #e0e0e0;
  color: #f9f9f9;
  border-radius: 50%;
  font-size: 12px;
  line-height: 20px;
}
.degree-box .degree-list .name-box .circle-name {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.video-list-box {
  position: relative;
}
.video-list-box:hover .toggle-btn {
  display: block;
}
.video-list-box .toggle-btn {
  position: absolute;
  top: 50%;
  margin-top: -42px;
  width: 18px;
  z-index: 5;
  height: 93px;
  display: none;
  cursor: pointer;
}
.video-list-box .toggle-btn.btn-prev {
  background: url("/websiteRedesign/img/humanVideo/prev-bg.png") no-repeat 0 0;
  left: 0;
}
.video-list-box .toggle-btn.btn-next {
  background: url("/websiteRedesign/img/humanVideo/next-bg.png") no-repeat 0 0;
  right: 0;
}
.video-list-box .video-list {
  border-right: 0 none;
  border-left: 0 none;
}
.video-list li {
  float: left;
  width: 25%;
  padding: 6px 5px;
}
.video-list .no-data {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin: 20px auto;
}
.leave-word-box {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #333;
  padding-top: 25px;
}
.leave-word-box > h3 {
  font-size: 16px;
  font-weight: bold;
}
.leave-word-list {
  border-top: 1px solid #dcdcdc;
  font-size: 12px;
  padding: 12px 0;
}
.leave-word-list > li {
  padding: 12px 20px 15px 12px;
  border-bottom: 1px dashed #dcdcdc;
}
.leave-word-list > li > h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.leave-word-list .leave-word-info {
  margin-bottom: 10px;
}
.leave-word-list .leave-word-info.small-info .leave-word dt > img {
  width: 34px;
  height: 34px;
}
.leave-word-list .leave-word-info.small-info .leave-word dd > h3 {
  color: #ff0000;
}
.leave-word-list .small-info-box {
  padding-left: 58px;
}
.leave-word-list .leave-word dt,
.leave-word-list .leave-word dd {
  float: left;
}
.leave-word-list .leave-word dt {
  margin-right: 10px;
}
.leave-word-list .leave-word dt > img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.leave-word-list .leave-word dd > h3 {
  font-size: 14px;
  color: #33a3cd;
  margin-bottom: 2px;
}
.leave-word-list .time-info {
  color: #999;
  line-height: 48px;
}
.m-wrap {
  min-width: 1000px;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e3e3e3;
  border-top: 0 none;
}
.m-wrap .m-wrap-right.video-right {
  width: 280px;
  min-height: 200px;
  border: 1px solid #e3e3e3;
  border-right: 0 none;
  border-bottom: 0 none;
  margin-top: 10px;
}
.m-wrap .m-wrap-content {
  overflow: hidden;
}
.video-left-content {
  padding: 15px 25px;
  border-bottom: 1px solid #e3e3e3;
}
.video-left-content .video-left-title {
  font-size: 14px;
  font-weight: bold;
}
.video-left-content.consult {
  padding: 0;
  padding-top: 30px;
  border-bottom: 0 none;
}
.article-list {
  color: #999;
}
.article-list > li {
  margin-bottom: 6px;
}
.article-list > li .link {
  width: 85px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-list > li .link:hover {
  text-decoration: underline;
  color: #4bbe5b;
}
.article-list > li:last-child {
  margin-bottom: 0;
}
.teacher-list > li {
  padding: 18px 25px 25px;
  border-bottom: 1px dashed #e3e3e3;
}
.teacher-list > li .img-box {
  margin-right: 8px;
}
.teacher-list > li .img-box img {
  width: 62px;
  height: 62px;
  display: block;
}
.teacher-list > li:last-child {
  border-bottom: 0 none;
}
.teacher-list .teacher-intro {
  width: 100px;
}
.teacher-list .teacher-intro dt {
  font-weight: bold;
}
.teacher-list .teacher-list-info {
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.qcode .small {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 54px;
}
.qcode .big {
  display: none;
  position: absolute;
  right: 102px;
  top: 0;
  border: 1px solid #000;
}
.qcode:hover .big {
  display: block;
}
.get-diagnosis {
  position: relative;
}
.get-diagnosis h4 {
  font-size: 18px;
  font-weight: bold;
}
.get-diagnosis h5 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 8px;
}
.get-diagnosis .form-control {
  height: auto;
}
.get-diagnosis .form-control:focus {
  padding: 6px 12px;
}
