body {
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  padding-top: 70px;
}
* {
  margin: 0;
  padding: 0;
}
.container {
  background: white;
}
.content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: white;
  height: 70px;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
}
header .logo {
  float: left;
  height: 48px;
  margin-top: 11px;
}
header .logo img {
  height: 100%;
}
header .links {
  overflow: hidden;
  float: left;
  margin-left: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
}
header .links a {
  float: left;
  display: block;
  height: 70px;
  line-height: 70px;
  padding: 0 15px;
  position: relative;
}
header .search {
  position: relative;
  float: right;
  width: 220px;
  height: 40px;
  margin-top: 15px;
  background: #f3f2f2;
  border-radius: 2px;
  opacity: 0.8;
}
header .search form {
  height: 40px;
}
header .search input {
  width: 100%;
  height: 100%;
  background: transparent;
  text-indent: 15px;
  font-size: 13px;
  letter-spacing: 1px;
  border: none;
  outline: none;
}
header .search .icon-sousuo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #999;
}
header .boutique {
  float: right;
  position: relative;
  width: 90px;
  height: 28px;
  line-height: 30px;
  margin-right: 30px;
  margin-top: 21px;
  background: #fff3f3;
  border-radius: 14px;
  font-size: 12px;
  color: #ff646c;
  text-indent: 30px;
}
header .boutique img {
  position: absolute;
  top: 3px;
  left: 8px;
  height: 21px;
}
.nav {
  width: 1200px;
  margin: 30px auto 0;
  overflow: hidden;
  background: white;
  padding: 0;
  padding-top: 20px;
}
.nav li {
  float: left;
  width: 14.285%;
  text-align: center;
  margin-bottom: 20px;
}
.nav li a {
  display: inline-block;
  width: 119px;
  height: 119px;
  overflow: hidden;
}
.nav li a:hover {
  background: #F9F9FA;
}
.nav li a img {
  margin-top: 20px;
  height: 45px;
}
.nav li a span {
  display: block;
  margin-top: 15px;
  color: #666666;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
}
.box {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.box .title {
  height: 35px;
  line-height: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #222222;
  letter-spacing: 1px;
}
.box .title > a {
  position: relative;
  float: right;
  margin-top: 8px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  padding-right: 25px;
}
.box .title > a:hover {
  text-decoration: underline;
  color: #FF646C;
}
.box .title > a .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #ddd;
}
.box.box-course .list {
  overflow: hidden;
  width: 1224px;
  padding: 0 12px 12px;
  margin: 0 0 0 -24px;
}
.box.box-course .list #banner {
  width: 588px;
  height: 338px;
  margin: 0 auto;
}
.box.box-course .list #banner .swiper-container {
  width: 100%;
  height: 100%;
}
.box.box-course .list #banner .swiper-slide {
  display: block;
  overflow: hidden;
}
.box.box-course .list #banner .swiper-slide img {
  width: 100%;
}
.box.box-course .list #banner .swiper-pagination {
  bottom: 14px;
}
.box.box-course .list #banner .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: white;
  opacity: 0.6;
  transition: 0.35s;
}
.box.box-course .list #banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  border-radius: 5px;
  opacity: 1;
}
.box.box-course .list li {
  float: left;
  width: 282px;
  padding: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.box.box-course .list li > a {
  display: block;
  width: 282px;
  height: 338px;
  background: white;
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s;
}
.box.box-course .list li > a:hover {
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  transform: translateY(-5px);
}
.box.box-course .list li > a .image {
  position: relative;
  width: 282px;
  height: 225px;
  overflow: hidden;
  background-size: cover !important;
}
.box.box-course .list li > a .image i {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.box.box-course .list li > a .image i img {
  float: left;
  width: 100%;
}
.box.box-course .list li > a .info {
  padding: 15px 10px;
}
.box.box-course .list li > a .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course .list li > a .info .intro {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course .list li > a .info .total {
  margin-top: 25px;
}
.box.box-course .list li > a .info .total .price {
  font-weight: bold;
  font-size: 17px;
  color: #fa5353;
}
.box.box-course .list li > a .info .total .price s {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course .list li > a .info .total .count {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-small .nav {
  overflow: hidden;
  margin: 0.5rem 0;
}
.box.box-course-small .nav li {
  float: left;
  width: 25%;
  padding: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.box.box-course-small .nav li img {
  height: 1.75rem;
}
.box.box-course-small .nav li span {
  display: block;
  margin-top: 0.625rem;
  color: #222222;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.0156rem;
}
.box.box-course-small .title {
  padding: 0 0.3rem;
}
.box.box-course-small .container {
  margin-bottom: 1rem;
}
.box.box-issue .title {
  height: 40px;
  line-height: 30px;
  box-shadow: 0px 1px 0px 0px #e6e6e6;
}
.box.box-issue .list {
  overflow: hidden;
  margin-top: 10px;
}
.box.box-issue .list li {
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding-left: 10px;
}
.box.box-issue .list li::after {
  content: '';
  width: 3px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.box.box-issue .list li a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.box.box-issue .list li a:hover {
  text-decoration: underline;
}
.box.box-course-bestest {
  width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 30px 0 0;
}
.box.box-course-bestest > .title span {
  float: left;
}
.box.box-course-bestest > .title .agencys {
  margin-left: 20px;
  float: left;
  width: 950px;
  height: 35px;
  line-height: 38px;
  overflow: hidden;
  font-size: 13px;
  color: #666;
  font-weight: normal;
}
.box.box-course-bestest > .title .agencys a:hover {
  text-decoration: underline;
}
.box.box-course-bestest .list {
  overflow: hidden;
  width: 1224px;
  padding: 0 12px 12px;
  margin: 0 0 0 -24px;
}
.box.box-course-bestest .list > li {
  float: left;
  width: 282px;
  padding: 12px;
  border-radius: 2px;
  overflow: hidden;
}
.box.box-course-bestest .list > li.large {
  height: 604px;
  overflow: hidden;
}
.box.box-course-bestest .list > li.large .box-issue {
  width: 100%;
  padding: 10px 0;
}
.box.box-course-bestest .list > li.large .box-issue .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  box-shadow: none;
  border-bottom: 1px solid #e6e6e6;
}
.box.box-course-bestest .list > li.large .box-issue .list {
  width: 100%;
  padding: 7.5px 0;
  margin: 0;
}
.box.box-course-bestest .list > li.large .box-issue .list li {
  padding: 0 0 0 10px;
}
.box.box-course-bestest .list > li.large .box-issue .list li a {
  width: 100%;
  height: auto;
  font-size: 13px;
}
.box.box-course-bestest .list > li.large .inner {
  height: 182px;
  overflow: hidden;
  text-align: center;
}
.box.box-course-bestest .list > li.large .inner .title {
  margin-top: 15px;
}
.box.box-course-bestest .list > li.large .inner .title h1 {
  font-size: 22px;
  color: white;
  letter-spacing: 2px;
  line-height: 30px;
}
.box.box-course-bestest .list > li.large .inner .title h3 {
  font-size: 16px;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 30px;
}
.box.box-course-bestest .list > li.large .inner .text {
  border: 1px solid white;
  margin: 30px auto 0;
  width: 255px;
  border-radius: 5px;
  position: relative;
  height: 105px;
}
.box.box-course-bestest .list > li.large .inner .text p {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 3px;
  transform: translateX(-50%);
  background: white;
  color: #FBBCA4;
  font-size: 15px;
}
.box.box-course-bestest .list > li.large .inner .text .agency {
  text-align: left;
  overflow: hidden;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 25px;
  height: 75px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.box.box-course-bestest .list > li.large .inner .text .agency a {
  display: inline-block;
}
.box.box-course-bestest .list > li.large .inner .text .agency a:hover {
  text-decoration: underline;
}
.box.box-course-bestest .list > li.large .inner .link {
  display: inline-block;
  margin-top: 15px;
  font-size: 13px;
  text-decoration: underline;
  color: white;
}
.box.box-course-bestest .list > li > a {
  display: block;
  width: 282px;
  height: 290px;
  background: white;
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s;
}
.box.box-course-bestest > .list > li > a:hover {
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  transform: translateY(-5px);
}
.box.box-course-bestest .list > li > a .image {
  position: relative;
  width: 282px;
  height: 225px;
  overflow: hidden;
  background-size: cover !important;
}
.box.box-course-bestest .list > li > a .image i {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.box.box-course-bestest .list > li > a .image i img {
  float: left;
  width: 100%;
}
.box.box-course-bestest .list > li > a .info {
  padding: 15px 10px;
}
.box.box-course-bestest .list > li > a .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course-bestest .list > li > a .info .intro {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course-bestest .list > li > a .info .total {
  margin-top: 25px;
}
.box.box-course-bestest .list > li > a .info .total .price {
  font-weight: bold;
  font-size: 17px;
  color: #fa5353;
}
.box.box-course-bestest .list > li > a .info .total .price s {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-bestest .list > li > a .info .total .count {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-block {
  margin: 0;
  padding: 0;
  width: auto;
  background: white;
}
.box.box-course-block .list li {
  padding: 20px;
  box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 0.6);
}
.box.box-course-block .list li a {
  display: block;
  overflow: hidden;
}
.box.box-course-block .list li a .image {
  float: left;
  width: 187.5px;
  height: 150px;
  overflow: hidden;
  background-size: cover !important;
}
.box.box-course-block .list li a .info {
  margin-left: 207.5px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.box.box-course-block .list li a .info .name {
  margin-top: 0.1563rem;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course-block .list li a .info .intro {
  margin-top: 7.5px;
  height: 50px;
  line-height: 25px;
  font-size: 13px;
  color: #999999;
  overflow: hidden;
}
.box.box-course-block .list li a .info .labels {
  overflow: hidden;
  margin-top: 15px;
}
.box.box-course-block .list li a .info .labels span {
  float: left;
  padding: 5px 10px;
  margin-right: 10px;
  background: #fef8f2;
  border-radius: 2px;
  font-size: 14px;
  color: #999999;
}
.box.box-course-block .list li a .info .total {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.box.box-course-block .list li a .info .total .count {
  float: left;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-block .list li a .info .total .price {
  float: right;
  font-weight: bold;
  font-size: 28px;
  color: #fa5353;
}
.box.box-course-block .list li a .info .total .price s {
  font-size: 14px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-vertical {
  background: white;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}
.box.box-course-vertical .title {
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: bold;
  background: #FAFBFC;
  color: #222222;
  letter-spacing: 1px;
  box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 0.6);
}
.box.box-course-vertical .title a {
  position: relative;
  float: right;
  margin-top: 17px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  padding-right: 22px;
}
.box.box-course-vertical .title a:hover {
  text-decoration: underline;
  color: #FF646C;
}
.box.box-course-vertical .title a .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ddd;
}
.box.box-course-vertical .title .triangle {
  position: absolute;
  top: -2px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 13px solid black;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  display: inline-block;
  transform: rotate(135deg);
}
.box.box-course-vertical .title .triangle.red {
  border-top-color: #FF646C;
}
.box.box-course-vertical .title .triangle.green {
  border-top-color: #90DEA5;
}
.box.box-course-vertical .title .triangle.blue {
  border-top-color: #64BBFF;
}
.box.box-course-vertical .list {
  overflow: hidden;
}
.box.box-course-vertical .list li {
  width: 282px;
  padding: 20px 12px 5px;
  margin: 0 7px;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0px -1px 0px 0px rgba(230, 230, 230, 0.6);
}
.box.box-course-vertical .list li.large > a {
  height: 604px;
}
.box.box-course-vertical .list li > a {
  display: block;
  width: 282px;
  height: 338px;
  background: white;
  overflow: hidden;
  cursor: pointer;
  transition: 0.35s;
}
.box.box-course-vertical .list li > a .image {
  position: relative;
  width: 282px;
  height: 225px;
  overflow: hidden;
  background-size: cover !important;
}
.box.box-course-vertical .list li > a .image i {
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.box.box-course-vertical .list li > a .image i img {
  float: left;
  width: 100%;
}
.box.box-course-vertical .list li > a .info {
  padding: 15px 0;
}
.box.box-course-vertical .list li > a .info .name {
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course-vertical .list li > a .info .intro {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box.box-course-vertical .list li > a .info .total {
  margin-top: 25px;
}
.box.box-course-vertical .list li > a .info .total .price {
  font-weight: bold;
  font-size: 17px;
  color: #fa5353;
}
.box.box-course-vertical .list li > a .info .total .price s {
  display: inline-block;
  margin-left: 3px;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box.box-course-vertical .list li > a .info .total .count {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #bebebe;
}
.box-issue-block {
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.box-issue-block .box-issue {
  flex: 1;
}
.box-issue-block .box-issue:first-of-type {
  margin-right: 80px;
}
footer {
  height: 177px;
  background: #272c33;
  overflow: hidden;
}
footer .content {
  height: 100%;
}
footer .contact {
  float: right;
  width: 240px;
  overflow: hidden;
  margin-top: 20px;
  line-height: 30px;
  color: rgba(229, 229, 229, 0.9);
  font-size: 14px;
}
footer .contact a:hover {
  text-decoration: underline;
}
footer .intro {
  overflow: hidden;
  margin-top: 20px;
  float: left;
  width: 820px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: rgba(229, 229, 229, 0.9);
}
footer .copyright {
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 14px;
  color: #999999;
  line-height: 25px;
}
footer .copyright span {
  display: inline-block;
  margin-right: 15px;
}
footer .admin-handle {
  position: absolute;
  bottom: 20px;
  left: 700px;
  color: rgba(229, 229, 229, 0.9);
  line-height: 25px;
  height: 25px;
}
footer .admin-handle > a {
  float: left;
  margin-right: 15px;
  font-size: 14px;
}
footer .admin-handle ul {
  float: left;
  overflow: hidden;
}
footer .admin-handle ul li {
  float: left;
  margin-right: 15px;
}
footer .admin-handle ul li a span {
  font-size: 14px;
}
footer .admin-handle a:hover {
  text-decoration: underline;
}
.box-classify {
  display: flex;
  margin-bottom: 2.1875rem;
}
.box-classify .classify {
  width: 5rem;
  text-align: center;
}
.box-classify .classify li {
  height: 2.5rem;
  line-height: 2.5rem;
  background: #f5f5f5;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #888888;
}
.box-classify .classify li.active {
  background: white;
  color: #333333;
}
.box-classify .classify li a {
  display: block;
}
.box-classify .box-course {
  flex: 1;
  margin: 0.875rem 0.3125rem 0;
}
.box-classify .box-course .title {
  margin-bottom: 0.0313rem;
  font-size: 0.9375rem;
}
.box-classify .box-course .title a {
  font-size: 0.8125rem;
}
.box-classify .box-course .list li {
  padding: 0.4688rem 0.3125rem;
}
.box-classify .box-course .list li a .image {
  height: 4.875rem;
  border-radius: 0;
}
.box-classify .box-course .list li a .name {
  height: 1.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 0.4688rem;
  color: #333333;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 2.1875rem;
  line-height: 1.0938rem;
}
.box-classify .box-course .list li a .total {
  margin-top: 0.3125rem;
}
.box-classify .box-course .list li a .total .price {
  font-size: 0.875rem;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  height: 2.8125rem;
  line-height: 2.8125rem;
  background: #ffffff;
  box-shadow: 0px 1px 0px 0px #f0f2f4;
  opacity: 0.95;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #222222;
}
.header.header-fixed {
  background: rgba(255, 255, 255, 0);
  box-shadow: none;
}
.header.header-fixed .btn-back {
  color: white;
}
.header.header-fixed .title {
  padding-left: 2.8125rem;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
}
.header .btn-back {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 2.8125rem;
  height: 2.8125rem;
  font-size: 1.25rem;
  color: #333;
}
.header .btn-cancel {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1rem;
  height: 2.8125rem;
  line-height: 2.9688rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #222222;
}
.box-intro {
  box-sizing: border-box;
  background: white;
  padding: 30px;
  margin-bottom: 30px;
}
.box-intro .info {
  overflow: hidden;
  text-align: center;
}
.box-intro .info .title {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  font-size: 22px;
  letter-spacing: 1px;
  color: white;
  background: #169BD5;
}
.box-intro .info .intro {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
  text-align: left;
  text-indent: 2em;
}
.tab {
  margin-top: 30px;
  padding: 0;
  display: flex;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E6E6E6;
  background: #E6E6E6;
}
.tab li {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #222222;
  padding: 0 30px;
  cursor: pointer;
}
.tab li.active {
  background: #ff646c;
  color: white;
}
.tab li a {
  display: block;
}
.tab-item-content {
  display: none;
  border: 1px solid #E6E6E6;
  border-top: none;
  font-size: 14px;
}
.tab-item-content .second {
  line-height: 40px;
  background: #F5F5F5;
  padding: 0 15px;
}
.tab-item-content .second a {
  display: inline-block;
  padding: 0 15px;
  color: #666;
}
.tab-item-content .second a.active {
  color: #ff646c;
}
.tab-item-content .intro {
  padding: 10px 30px;
  line-height: 25px;
  border-bottom: 1px solid #E6E6E6;
  color: #999;
}
.tab-item-content .box-agency {
  overflow: hidden;
  padding: 15px 30px 0 30px;
}
.tab-item-content .box-agency .label {
  color: #999;
  float: left;
}
.tab-item-content .box-agency .list-agency {
  margin-left: 75px;
  overflow: hidden;
}
.tab-item-content .box-agency .list-agency li {
  float: left;
  padding: 0 15px;
  color: #666;
  margin-bottom: 20px;
}
.tab-item-content .box-agency .list-agency li.active {
  color: #FF646C;
}
.handle {
  position: relative;
  display: flex;
  height: 50px;
  line-height: 50px;
  background: #E6E6E6;
  box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 0.6);
}
.handle > div {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #222222;
  padding: 0 30px;
  cursor: pointer;
}
.handle > div.active {
  background: #FF646C;
  color: white;
}
.handle > div:hover {
  background: #FF646C;
  color: white;
}
.handle > div:hover > span > .icon-unfold {
  transform: rotate(180deg);
}
.handle > div:hover ul {
  display: block;
}
.handle > div:hover .box-filter {
  display: block;
}
.handle > div > span {
  display: inline-block;
}
.handle > div > span > .icon-unfold {
  display: inline-block;
  transition: 0.35s;
}
.handle > div > ul {
  display: none;
  position: absolute;
  top: 50px;
  z-index: 1;
  width: 300px;
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.handle > div > ul.hide {
  display: none;
}
.handle > div > ul li {
  cursor: pointer;
}
.handle > div > ul li a {
  display: block;
  padding: 0 15px;
}
.handle > div > ul li.active a {
  color: #ff646c;
  background: url(../images/icons/checked.png) 270px 20px no-repeat;
  background-size: auto 10px;
}
.handle > div .box-filter {
  display: none;
  position: absolute;
  top: 50px;
  left: 284px;
  padding: 15px;
  z-index: 1;
  width: 543px;
  background: white;
  color: #666;
  border: 1px solid #ddd;
}
.handle > div .box-filter.hide {
  display: none;
}
.handle > div .box-filter p {
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 0.6);
}
.handle > div .box-filter ul {
  overflow: hidden;
  margin-bottom: 15px;
}
.handle > div .box-filter ul li {
  float: left;
}
.handle > div .box-filter ul li a {
  display: block;
  padding: 0 15px;
  height: 30px;
  line-height: 32px;
  border: 1px solid #ddd;
  text-align: center;
  margin-top: 15px;
  margin-right: 15px;
  font-size: 13px;
  color: #999;
}
.handle > div .box-filter ul li.active a {
  border-color: #ff646c;
  background: #ff646c;
  color: white;
}
.handle > div .box-filter .buttons {
  box-shadow: 0px -1px 0px 0px rgba(230, 230, 230, 0.6);
  height: 35px;
  line-height: 35px;
  padding-top: 15px;
  text-align: center;
}
.handle > div .box-filter .buttons input {
  height: 35px;
  background: white;
  padding: 0 35px;
  outline: none;
  cursor: pointer;
}
.handle > div .box-filter .buttons input[type='reset'] {
  border: 1px solid #ddd;
  background: white;
  color: #333333;
  margin-right: 0.9375rem;
}
.handle > div .box-filter .buttons input[type='submit'] {
  background: #ff646c;
  color: white;
  margin-left: 30px;
}
.box-course-intro {
  background: white;
  height: 270px;
  padding: 20px;
  margin-bottom: 30px;
}
.box-course-intro .image {
  float: left;
  width: 337.5px;
  height: 270px;
  background-size: cover !important;
}
.box-course-intro .info {
  margin-left: 367.5px;
  height: 270px;
  position: relative;
}
.box-course-intro .info .total .price {
  font-size: 32px;
  font-weight: bold;
  color: #fa5353;
}
.box-course-intro .info .total .price s {
  display: inline-block;
  font-size: 13px;
  color: #bebebe;
  margin-left: 5px;
}
.box-course-intro .info .total .iconfont {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #666;
  font-size: 25px;
  cursor: pointer;
}
.box-course-intro .info .total .iconfont:hover {
  background: #e2e2e2;
  border-radius: 3px;
}
.box-course-intro .info .title {
  margin-top: 10px;
  font-size: 28px;
  color: #333333;
}
.box-course-intro .info .intro {
  margin-top: 7.5px;
  height: 50px;
  line-height: 25px;
  font-size: 13px;
  color: #999999;
  overflow: hidden;
}
.box-course-intro .info .labels {
  overflow: hidden;
  margin-top: 7.5px;
}
.box-course-intro .info .labels span {
  float: left;
  padding: 5px 10px;
  margin-right: 10px;
  background: #fef8f2;
  border-radius: 2px;
  font-size: 14px;
  color: #999999;
}
.box-course-intro .info .btn-more {
  display: block;
  margin-top: 7.5px;
  padding: 0 15px;
  height: 44px;
  line-height: 44px;
  background: #f6f6f6;
  color: #888888;
  position: relative;
}
.box-course-intro .info .btn-more span {
  font-size: 14px;
}
.box-course-intro .info .btn-more span .iconfont {
  position: absolute;
  right: 15px;
  top: 1px;
  color: #ccc;
  font-size: 20px;
}
.box-course-intro .info .btn {
  position: absolute;
  bottom: 0;
  width: 148px;
  height: 50px;
  line-height: 45px;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 2px;
  cursor: pointer;
}
.box-course-intro .info .btn:hover {
  opacity: 0.9;
}
.box-course-intro .info .btn.btn-advisory {
  left: 0;
  background: #FFEDED;
  color: #ff646c;
  border: 1px solid #ff646c;
}
.box-course-intro .info .btn.btn-buy {
  left: 168px;
  background: #ff646c;
  color: #ffffff;
  border: 1px solid #ff646c;
}
.box-course-intro .info .count {
  position: absolute;
  bottom: 0;
  left: 336px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #999;
}
.box-detail-block {
  background: white;
}
.box-detail-block .datail {
  overflow: hidden;
  padding: 15px;
}
.box-detail-block .datail p {
  overflow: hidden;
  line-height: 30px;
  color: #333;
}
.box-detail-block .datail img {
  float: left;
  width: 100%;
}
.box-detail-block .menu {
  display: none;
  padding: 15px 30px;
}
.box-detail-block .menu li {
  margin-bottom: 15px;
  height: 30px;
  display: flex;
  line-height: 30px;
  font-size: 14px;
}
.box-detail-block .menu li .index {
  width: 70px;
  height: 30px;
  text-indent: 10px;
  font-weight: 400;
  color: #666666;
}
.box-detail-block .menu li .title {
  position: relative;
  flex: 1;
  height: 25px;
  overflow: hidden;
  font-weight: 400;
  color: #333;
}
.box-detail-block .menu li .btn-start {
  width: 70px;
  height: 100%;
  text-align: center;
  font-size: 13px;
  color: #fa5353;
  border: 1px solid #fa5353;
  border-radius: 2px;
  box-sizing: border-box;
}
.box-detail-block .menu li .btn-start.locked {
  border: none;
  color: #ddd;
}
.box-detail-block .menu li .btn-start.locked .iconfont {
  font-size: 1.4063rem;
}
.handle-detail {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  height: 3.0625rem;
  background: white;
}
.handle-detail .item {
  flex: 1;
  text-align: center;
}
.handle-detail .item.item-home .iconfont {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 1.25rem;
  color: #444444;
}
.handle-detail .item.item-home span {
  display: block;
  height: 1.25rem;
  color: #444444;
  font-size: 0.8125rem;
  font-weight: 400;
}
.handle-detail .item.item-buy {
  flex: 2;
  line-height: 3.0625rem;
  background: #fa5353;
  color: white;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.breadcrumb {
  padding: 20px 0;
  margin: 0;
  overflow: hidden;
}
.breadcrumb li {
  float: left;
  font-size: 14px;
  color: #333;
}
.breadcrumb li a {
  color: #666;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
.breadcrumb li i {
  padding: 0 10px;
}
.content-left {
  width: 860px;
  float: left;
}
.content-right {
  width: 320px;
  float: right;
}
.content-right .box-issue {
  background: white;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
}
.content-right .box-issue .title {
  height: 50px !important;
  line-height: 52px !important;
  box-shadow: 0px 1px 0px 0px #e6e6e6;
  font-size: 17px;
  margin: 0 15px;
}
.content-right .box-issue .list {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 15px;
}
.content-right .box-issue .list li {
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding-left: 0;
}
.content-right .box-issue .list li.answer {
  background: #F9F9FA;
  color: #666;
  padding: 15px 10px;
  height: auto;
  line-height: 20px;
  font-size: 12px;
}
.content-right .box-issue .list li::after {
  display: none;
}
.content-right .box-issue .list li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content-right .box-issue .list li a:hover {
  text-decoration: underline;
}
.content-right .box-issue .list.list-attention {
  
}
.content-right .box-issue .list.list-attention li {
  height: auto;
  line-height: 25px;
}
.content-right .box-issue .list.list-attention li.answer {
  padding: 0;
  overflow: hidden;
}
.content-right .box-issue .list.list-attention li.answer img {
  float: left;
  width: 100%;
}
.content-right .box-issue .list.list-attention li a {
  cursor: text;
  text-align: center;
}
.content-right .box-issue .list.list-attention li a:hover {
  text-decoration: none;
}
.content-right .box-issue-vertical {
  background: white;
  width: 100%;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.content-right .box-issue-vertical .title {
  overflow: hidden;
  position: relative;
  height: 50px;
  line-height: 52px;
  padding: 0 15px;
  font-size: 17px;
  font-weight: bold;
  background: #FAFBFC;
  color: #222222;
  letter-spacing: 1px;
  box-shadow: 0px 1px 0px 0px rgba(230, 230, 230, 0.6);
}
.content-right .box-issue-vertical .title a {
  position: relative;
  float: right;
  margin-top: 17px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
  padding-right: 22px;
}
.content-right .box-issue-vertical .title a:hover {
  text-decoration: underline;
  color: #FF646C;
}
.content-right .box-issue-vertical .title a .iconfont {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  color: #ddd;
}
.content-right .box-issue-vertical .title .triangle {
  position: absolute;
  top: -2px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 13px solid black;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  display: inline-block;
  transform: rotate(135deg);
}
.content-right .box-issue-vertical .title .triangle.red {
  border-top-color: #FF646C;
}
.content-right .box-issue-vertical .title .triangle.green {
  border-top-color: #90DEA5;
}
.content-right .box-issue-vertical .title .triangle.blue {
  border-top-color: #64BBFF;
}
.content-right .box-issue-vertical .list {
  overflow: hidden;
  margin-top: 10px;
  padding: 0 15px;
}
.content-right .box-issue-vertical .list li {
  position: relative;
  height: 35px;
  line-height: 35px;
  box-sizing: border-box;
  padding-left: 10px;
}
.content-right .box-issue-vertical .list li::after {
  content: '';
  width: 3px;
  height: 3px;
  background: #222222;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
}
.content-right .box-issue-vertical .list li a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  letter-spacing: 0.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
}
.content-right .box-issue-vertical .list li a:hover {
  text-decoration: underline;
}
.dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.4);
}
.dialog .dialog-content {
  padding: 30px 15px;
  text-align: center;
  background: white;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialog .dialog-content .title {
  font-size: #333;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 1px;
}
.dialog .dialog-content img {
  width: 258px;
}
.dialog .dialog-content .intro {
  color: #666;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}
.dialog .dialog-content .btn-close {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #FF646C;
  color: white;
  border-bottom-left-radius: 20px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  cursor: pointer;
}
#GotoTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 100px;
  background-color: #fff;
  box-shadow: 0px 4px 12px 0px rgba(7, 17, 27, 0.1);
  border-radius: 2px;
}
#GotoTop .item {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}
#GotoTop .item .iconfont {
  display: block;
  font-size: 25px;
  color: #999;
}
#GotoTop .item span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0;
  line-height: 20px;
  letter-spacing: 2px;
  font-size: 13px;
  color: white;
  background: #fa5353;
  overflow: hidden;
}
#GotoTop .item.handle-code span {
  display: inline-block;
  top: -115px;
  left: -155px;
  right: auto;
  bottom: auto;
  padding: 0;
  width: 150px;
  height: 215px;
  background: white;
  box-shadow: 0px 4px 12px 0px rgba(7, 17, 27, 0.1);
}
#GotoTop .item.handle-code span .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-style: normal;
  text-indent: 6px;
  font-size: 20px;
  background: #fa5353;
  border-bottom-left-radius: 30px;
}
#GotoTop .item.handle-code span img {
  float: left;
  width: 150px;
  margin-top: 15px;
}
#GotoTop .item.handle-code span em {
  float: left;
  width: 100%;
  color: #999;
  height: 44px;
  line-height: 22px;
  font-style: normal;
  margin-top: -2px;
}

#GotoTop .item:hover, #GotoTop .item.active {
  background: #fa5353;
}
#GotoTop .item:hover .iconfont, #GotoTop .item.active .iconfont {
  color: white;
}
#GotoTop .item:hover span {
  display: inline-block;
}
#GotoTop .item .iconfont.icon-unfold {
  transform: rotate(180deg);
}
#GotoTop .line {
  width: 30px;
  height: 1px;
  background: #F5F5F5;
  margin: 0 10px;
}
.main-intro {
  margin-top: 30px;
  background: #f3f2f2;
  padding: 15px;
  box-sizing: border-box;
  line-height: 28px;
  font-size: 15px;
  color: #333;
}
.page {
	text-align: center;
  padding: 15px 0;
  margin-top: 30px;
}
.page a, .page strong {
	display: inline-block;
	padding: 10px 15px;
  margin: 0 5px;
  background: #f4f4f5;
  font-size: 14px;
  font-weight: normal;
  border-radius: 2px;
  color: #666;
}
.page strong {
  background: #fa5353;
  color: #fff;
}

.weblink {padding-bottom: 20px;}
.weblink .w1180 {width: 1200px; margin: 0 auto;}
.weblink .w1180 .hezuo{padding:20px; overflow: hidden; border-bottom:1px solid #efeff0}
.weblink .w1180 .hezuo li{width:169px;font-size:16px;color:#171920;float:left;height:43px;line-height:43px;text-align:center;border-right:1px solid #f2f2f2;font-weight:700}
.weblink .w1180 .hezuo li img{height:40px}
.weblink .w1180 .hezuo li:last-of-type{border:none}
.weblink .w1180 .linktitel{color:#171920;font-size:16px;font-weight:700;line-height:1;padding:30px 20px 15px}
.weblink .w1180 .links{padding:0 20px 20px;font-size:0}
.weblink .w1180 .links a{color:#9598a2;font-size:12px;line-height:24px;white-space:nowrap}
.weblink .w1180 .links a:hover{color:#649cf0}
.weblink .w1180 .links span{font-size:12px;color:#dadada;padding:0 5px}
.weblink .w1180 .links .bold{color:#191921}

.link-course {
  list-style: none;
  margin: 30px auto 0;
  overflow: hidden;
  background: white;
  padding: 0;
}
.link-course li {
  list-style: none;
  float: left;
  width: 150px;
  text-align: center;
  overflow: hidden;
  padding: 10px 0;
}
.link-course li a {
  float: left;
  width: 119px;
  overflow: hidden;
  padding: 10px 0;
  margin: 0 13.5px;
}
.link-course li a:hover {
  background: #F9F9FA;
}
.link-course li a img {
  width: 100px;
  height: 80px;
}
.link-course li a span {
  display: block;
  margin-top: 10px;
  color: #666666;
  font-size: 12px;
  font-weight: 500;
  max-height: 40px;
  line-height: 20px;
  overflow: hidden;
}

.for_content {
  clear: both;
  background: white;
  margin-bottom: 30px;
}
.for_content h2 {
  height: 20px;
  line-height: 20px;
  font-size: 17px;
  display: inline-block;
  border-left: 2px solid #2392e7;
  margin-left: 25px;
  padding-left: 9px;
}
.for_content_map {
  padding: 15px 0;
}
.for_content_d {
  height: auto;
  border-top: 1px solid #F9F9FA;
  border-bottom: 1px solid #F9F9FA;
  padding: 18px 26px;
}
.for_content_s{
  height: auto;
  padding: 18px 26px;
}
.for_navc {
  width: 100px;
  height: auto;
  float: left;
}

.for_navc h3 {
  display: table;
  background: #2392e7;
  width: 78px;
  height: 28px;
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
}

.for_exam {
  font-size: 14px;
  height:  auto;
  overflow:hidden;
}
.for_exam a:hover {
  color: #0089d7;
}
.for_exam a.blue{
  color: #0089d7;
}
.for_exam a {
  color: #444444;
}
.for_exam ul li {
  display: inline-block;
  list-style: none;
  width: auto;
  margin: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: left;
}

.company a{
  color:#333333;
}

.note-list {
	margin: 15px 0 0;
	padding: 17px 15px 0;
  list-style: none;
  background: white;
  overflow: hidden;
}

.note-list .main-title {
  margin-bottom: 17px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: bold;
}

.note-list li {
	position: relative;
	width: 100%;
	margin: 0 0 17px;
	padding: 0 2px 17px 0;
	border-bottom: 1px solid #f0f0f0;
	word-wrap: break-word
}

.note-list li .content {
	width: 100%;
}

.note-list li.have-img {
	min-height: 140px
}

.note-list .have-img .wrap-img {
	position: absolute;
	top: 50%;
	margin-top: -68px;
	right: 10px;
	width: 150px;
	height: 120px
}

.note-list .have-img .wrap-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	border: 1px solid #f0f0f0
}

.note-list .have-img>div {
	padding-right: 160px
}

.note-list .content .cancel {
	display: none
}

.note-list .content:hover .cancel {
	display: inline
}

.note-list .author {
	margin-bottom: 14px;
	font-size: 13px
}

.note-list .author-restyle {
	margin-bottom: 0
}

.note-list .author .avatar {
	margin: 0 5px 0 0
}

.note-list .author .avatar,.note-list .author .name {
	display: inline-block;
	vertical-align: middle
}

.note-list .author .name span {
	display: inline-block;
	padding-left: 3px;
	color: #969696
}

.note-list .author a {
	color: #333
}

.note-list .author a:hover {
	color: #2f2f2f
}

.note-list .author .time {
	color: #969696
}

.note-list .title {
	margin: -7px 0 4px;
	display: inherit;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5
}
.note-list .big-have-img{
	padding:4px;
	border:solid 1px #eee;
	border-radius:2px;
}

.note-list .big_wrap-img {
	    width: 100%;
    height: 120px;
    margin-bottom:10px;
}

.note-list .big_wrap-img img{
	    width: 100%;
    height: 100%;
}
.note-list .card-box{
	padding:2px;
	margin-bottom: 10px;
}
.note-list .title:hover {
	text-decoration: underline
}
.note-list .big-have-img .title{
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}
.note-list .title:visited {
	color: #969696
}

.note-list .title:empty:before {
	content: "\65E0\9898"
}

.note-list .origin-author {
	display: inline;
	margin-bottom: 5px;
	font-size: 12px;
	color: #969696
}

.note-list .origin-author a {
	margin-right: 5px;
	color: #3194d0!important
}

.note-list .origin-author a:hover {
	color: #3194d0!important
}

.note-list .comment {
	font-size: 15px;
	line-height: 1.7
}

.note-list .comment a,.note-list a.maleskine-author {
	color: #3194d0
}

.note-list blockquote {
	margin-bottom: 0;
	color: #969696;
	border-left: 3px solid #d9d9d9
}

.note-list blockquote .single-line {
	margin: 0
}

.note-list blockquote .title {
	margin: 0 0 4px;
	font-size: 15px
}

.note-list blockquote .abstract {
	margin: 0 0 4px
}

.note-list .abstract {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 24px
}

.note-list .collection-tag {
	padding: 2px 6px;
	color: #ea6f5a!important;
	border: 1px solid rgba(236,97,73,.7);
	border-radius: 3px
}

.note-list .collection-tag,.note-list .collection-tag:hover {
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.note-list .collection-tag:hover {
	color: #ec6149!important;
	background-color: rgba(236,97,73,.05);
	border-color: #ec6149
}

.note-list .follow-detail {
	padding: 20px;
	background-color: hsla(0,0%,71%,.1);
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	font-size: 12px
}

.note-list .follow-detail .avatar,.note-list .follow-detail .avatar-collection {
	float: left;
	margin-right: 10px;
	width: 48px;
	height: 48px
}

.note-list .follow-detail .info .title {
	margin: 0;
	font-size: 17px;
	font-weight: 400
}

.note-list .follow-detail .info .title:visited {
	color: inherit
}

.note-list .follow-detail .info p {
	margin-bottom: 0;
	color: #969696
}

.note-list .follow-detail .creater,.note-list .follow-detail .creater:hover {
	color: #3194d0
}

.note-list .follow-detail .btn {
	float: right;
	margin-top: 4px;
	padding: 8px 0;
	width: 100px
}

.note-list .follow-detail .signature {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #e1e1e1
}

.note-list .follow-detail .signature span {
	color: #969696
}

.note-list .meta {
	padding-right: 0!important;
	font-size: 12px;
	font-weight: 400;
  line-height: 20px;
  position: relative;
}

.note-list .meta .iconfont {
  vertical-align: bottom;
  margin-right: 3px;
}

.note-list .meta a {
	margin-right: 10px;
	color: #b4b4b4
}

.note-list .meta a,.note-list .meta a:hover {
	transition: .1s ease-in;
	-webkit-transition: .1s ease-in;
	-moz-transition: .1s ease-in;
	-o-transition: .1s ease-in;
	-ms-transition: .1s ease-in
}

.note-list .meta a:hover {
	color: #787878
}

.note-list .meta span {
	margin-right: 10px;
	color: #b4b4b4
}

.note-list .meta .labels {
  vertical-align: bottom;
  display: inline-block;
  overflow: hidden;
}
.note-list .meta .labels span {
  float: left;
  width: auto !important;
  padding: 2.5px 7.5px !important;
  margin-right: 10px;
  background: #fef8f2;
  border-radius: 2px;
  font-size: 12px;
  color: #999999;
}
.note-list .meta .labels span a {
  margin: 0;
}
.note-list .meta .btn-view {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 1px;
  border-radius: 2px;
  cursor: pointer;
  background: #ff646c;
  color: #ffffff;
  border: 1px solid #ff646c;
}

.note-list .push-action {
	margin-top: 10px
}

.note-list .btn-gray,.note-list .hollow {
	margin: 0 10px;
	padding: 4px 12px;
	font-size: 12px
}

.note-list .push-status,.note-list .push-time {
	font-size: 12px;
	color: #969696
}

.note-list .push-status {
	margin-right: 5px;
	font-weight: 700
}

.note-list .push-remove {
	font-weight: 400;
	color: #ea6f5a
}
.avatar {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.avatar img {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 50%;
}