.appointment_hc {
  margin: 40px auto;
}
.appointment_hc .appointContent .appointTop {
  margin-bottom: 12px;
  font-size: 0;
}
.appointment_hc .appointContent .appointTop .appointTopItem {
  display: inline-block;
  vertical-align: middle;
  width: 256px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  font-weight: 700;
}
.appointment_hc .appointContent .appointTop .appointTopItem span {
  box-sizing: border-box;
  padding-right: 10px;
  display: block;
  margin-bottom: 8px;
}
.appointment_hc .appointContent .appointTop .appointTopItem .appointLine {
  height: 12px;
  line-height: 12px;
  font-size: 0;
}
.appointment_hc .appointContent .appointTop .appointTopItem .appointLine .lineLeft {
  width: 111px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.appointment_hc .appointContent .appointTop .appointTopItem .appointLine .lineMiddle {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 4px solid #F66F0C;
  border-radius: 50%;
}
.appointment_hc .appointContent .appointTop .appointTopItem .appointLine .lineMiddle.no {
  border: 4px solid #EBEBEB;
}
.appointment_hc .appointContent .appointTop .appointTopItem .appointLine .lineRight {
  margin-left: 6px;
  width: 121px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
}
.appointment_hc .appointContent .appointTop .appointTopItem:last-child {
  width: 246px;
}
.appointment_hc .appointContent .appointTop .appointTopItem:last-child span {
  padding-right: 0;
}
.appointment_hc .appointContent .appointTop .appointTopItem:last-child .lineRight {
  width: 111px;
}
.appointment_hc .appointContent .appointBox {
  font-size: 0;
}
.appointment_hc .appointContent .appointBox .boxContent {
  display: inline-block;
  vertical-align: middle;
  width: 246px;
  height: 184px;
  margin-left: 10px;
}
.appointment_hc .appointContent .appointBox .boxContent .authorEmpty {
  display: block;
  width: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg {
  width: 246px;
  height: 138px;
  border-radius: 6px;
  position: relative;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .has_award {
  position: absolute;
  top: 20px;
  right: 0;
  width: 58px;
  height: 18px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg > img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 138px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover {
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  opacity: 0;
  width: 286px;
  max-height: 512px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -20px;
  top: -22px;
  z-index: 10;
  overflow: hidden;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg {
  width: 286px;
  height: 160px;
  background: #ccc;
  position: relative;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .has_award {
  position: absolute;
  top: 20px;
  right: 0;
  width: 58px;
  height: 18px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg > img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 160px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 286px;
  height: 60px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden .boxHoverHiddenSpan {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 36px 20px 8px 20px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo {
  height: 117px;
  width: 286px;
  padding: 14px 20px 0px 20px;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover h5 {
  font-size: 16px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 20px;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-weight: bolder;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: block;
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a:hover {
  color: #F66F0C;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover {
  transition: all 0.1s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 32px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 0;
  background: white;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 12px;
  color: #F66F0C;
  letter-spacing: 0;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .favor span {
  color: #999999;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover {
  background: #F66F0C;
  border: 1px solid transparent;
  line-height: 30px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover span {
  color: #FFFFFF;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxBottomHover {
  margin-top: 10px;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  height: 40px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div {
  width: 286px;
  height: 206px;
  padding: 0 6px 6px;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont {
  width: 100%;
  height: 100%;
  background: #FFF5EF;
  border-radius: 4px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder {
  width: 274px;
  height: 30px;
  background: #FC9365;
  border-radius: 5px;
  overflow: unset;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder i {
  margin: -7px 9px 0 10px;
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_281d0e4ad3f1717fc97c11ffd9775145.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder span {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  vertical-align: 30%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div {
  height: 169px;
  overflow: hidden;
  border: none;
  outline: none;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-x {
  display: none;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y {
  width: 5px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-element_track {
  border-radius: 3px;
  background-color: unset;
  opacity: unset;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-bar {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  opacity: unset;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_tips {
  width: 100%;
  padding: 6px 9px 4px;
  box-sizing: border-box;
  font-size: 12px;
  color: #FF730A;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content {
  width: 100%;
  padding: 12px 9px 0;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header {
  width: 256px;
  height: 22px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_b21b70ccf4febed18ce235891dcd1a06.png) no-repeat;
  background-size: 100% 100%;
  padding: 3px 0;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span {
  display: inline-block;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:first-child {
  height: 16px;
  padding: 0 10px;
  border-right: 1px solid #FFFFFF;
  margin-right: 10px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500;
  vertical-align: top;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child {
  height: 16px;
  color: #FFFFFF;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span {
  display: inline-block;
  width: 160px;
  height: 16px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span.default_word {
  display: inline;
  vertical-align: top;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_1d65e1460c32de42aae465dec71e28c1.png') no-repeat;
  background-size: contain;
  vertical-align: -22%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div {
  display: none;
  position: absolute;
  top: 23px;
  left: -140px;
  padding: 8px 8px 5px;
  box-sizing: border-box;
  width: 265px;
  background: #FFFFFF;
  font-size: 12px;
  color: #9A7D60;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 111px;
  width: 10px;
  height: 7px;
  background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_174edd8d0ba79ceea07fa80b7916fe61.png') no-repeat;
  background-size: 100% 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body {
  height: 104px;
  display: flex;
  align-items: center;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child {
  width: 68px;
  margin-right: 16px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child img {
  width: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child {
  width: 171px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div:first-child {
  font-size: 13px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxProHidden {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 246px;
  height: 46px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg .boxProHidden .boxProTime {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  height: 14px;
  line-height: 14px;
  margin: 24px 10px 8px 10px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProImg:hover .boxHover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo {
  margin-top: 10px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft {
  width: 184px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 6px;
  box-sizing: border-box;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft h5 {
  width: 168px;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 18px;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-weight: normal;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span {
  width: 168px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: block;
  margin-top: 4px;
  height: 16px;
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a:hover {
  color: #F66F0C;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight {
  box-sizing: border-box;
  transition: all 0.1s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 32px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  background: white;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight span {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #F66F0C;
  letter-spacing: 0;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .favor span {
  color: #999999;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover {
  background: #F66F0C;
  border: 1px solid transparent;
  line-height: 30px;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover span {
  color: #FFFFFF;
}
.appointment_hc .appointContent .appointBox .boxContent:first-child {
  margin-left: 0;
}
.appointment_hc .title {
  display: flex;
  position: relative;
}
.appointment_hc .title span {
  position: relative;
  display: block;
  height: 26px;
  line-height: 26px;
}
.appointment_hc .title span > i {
  position: absolute;
  top: 5px;
  right: -20px;
  width: 18px;
  height: 18px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/94700550_200e00f6d23737acfca6e6e720360d2d.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc .title span > i > a {
  width: 100%;
  height: 100%;
  display: block;
}
.appointment_hc .pageAuthor {
  position: absolute;
  right: 0;
  font-size: 0;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.appointment_hc .pageAuthor .itemAuthor {
  display: inline-block;
  vertical-align: middle;
  background: #EBEBEB;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
  border: 6px solid white;
  border-width: 6px 6px 6px 6px;
  box-sizing: content-box;
}
.appointment_hc .pageAuthor .itemAuthor:last-child {
  margin-right: 0;
}
.appointment_hc .pageAuthor .itemAuthor.current {
  background: #F66F0C;
}
.appointment_hc.sectionMain-classic {
  z-index: 11;
  margin-bottom: 0px;
}
.appointment_hc.sectionMain-classic * {
  margin: 0;
  padding: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop {
  margin-bottom: 12px;
  font-size: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 38px;
  text-align: center;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  font-weight: 700;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem span {
  box-sizing: border-box;
  padding-right: 16px;
  display: block;
  margin-bottom: 8px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem .appointLine {
  height: 12px;
  line-height: 12px;
  font-size: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem .appointLine .lineLeft {
  width: 122px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem .appointLine .lineMiddle {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 4px solid #F66F0C;
  border-radius: 50%;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem .appointLine .lineMiddle.no {
  border: 4px solid #EBEBEB;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem .appointLine .lineRight {
  margin-left: 6px;
  width: 138px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem {
  display: inline-block;
  vertical-align: middle;
  width: 284px;
  height: 46px;
  text-align: center;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  font-weight: 700;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem span {
  box-sizing: border-box;
  padding-right: 16px;
  display: block;
  margin-bottom: 8px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem .appointLine {
  height: 12px;
  line-height: 12px;
  font-size: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem .appointLine .lineLeft {
  width: 124px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem .appointLine .lineMiddleicon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem .appointLine .lineMiddle.no {
  border: 4px solid #EBEBEB;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem .appointLine .lineRight {
  width: 140px;
  height: 1px;
  background: #EBEBEB;
  display: inline-block;
  vertical-align: middle;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem:last-child {
  width: 268px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem:last-child span {
  padding-right: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopSpecItem:last-child .lineRight {
  width: 122px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem:last-child {
  width: 268px;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem:last-child span {
  padding-right: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointTop .appointTopItem:last-child .lineRight {
  width: 122px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox {
  font-size: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent {
  display: inline-block;
  vertical-align: middle;
  width: 268px;
  height: 218px;
  margin-left: 16px;
  border-radius: 8px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .authorEmpty {
  display: block;
  width: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg {
  width: 268px;
  height: 150px;
  border-radius: 6px;
  position: relative;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .has_award {
  position: absolute;
  top: 20px;
  right: 0;
  width: 58px;
  height: 18px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg > img {
  display: block;
  width: 100%;
  border-radius: 6px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 150px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover {
  visibility: hidden;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
  opacity: 0;
  width: 286px;
  background: #FFFFFF;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  position: absolute;
  left: -9px;
  top: -11px;
  z-index: 10;
  overflow: hidden;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg {
  width: 286px;
  height: 160px;
  background: #ccc;
  position: relative;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .has_award {
  position: absolute;
  top: 20px;
  right: 0;
  width: 58px;
  height: 18px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg > img {
  display: block;
  width: 100%;
  border-radius: 6px;
  height: 160px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 286px;
  height: 60px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden .boxHoverHiddenSpan {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  margin: 36px 20px 8px 20px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo {
  height: 124px;
  width: 286px;
  padding: 14px 20px 22px 20px;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover {
  display: inline-block;
  vertical-align: middle;
  width: 174px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover h5 {
  font-size: 16px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 20px;
  line-height: 20px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-weight: bolder;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: block;
  height: 16px;
  line-height: 16px;
  margin-top: 4px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a:hover {
  color: #F66F0C;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover {
  transition: all 0.1s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 32px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin-left: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 0;
  background: white;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-size: 12px;
  color: #F66F0C;
  letter-spacing: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .favor span {
  color: #999999;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover {
  background: #F66F0C;
  border: 1px solid transparent;
  line-height: 30px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover span {
  color: #FFFFFF;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxBottomHover {
  margin-top: 10px;
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  height: 40px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div {
  width: 286px;
  height: 206px;
  padding: 0 6px 6px;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont {
  width: 100%;
  height: 100%;
  background: #FFF5EF;
  border-radius: 4px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder {
  width: 274px;
  height: 30px;
  background: #FC9365;
  border-radius: 5px;
  overflow: unset;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder i {
  margin: -7px 9px 0 10px;
  display: inline-block;
  width: 30px;
  height: 33px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_281d0e4ad3f1717fc97c11ffd9775145.png) no-repeat;
  background-size: 100% 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder span {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 18px;
  font-weight: 500;
  vertical-align: 30%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div {
  height: 169px;
  overflow: hidden;
  border: none;
  outline: none;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-x {
  display: none;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y {
  width: 5px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-element_track {
  border-radius: 3px;
  background-color: unset;
  opacity: unset;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-bar {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  opacity: unset;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_tips {
  width: 100%;
  padding: 6px 9px 4px;
  box-sizing: border-box;
  font-size: 12px;
  color: #FF730A;
  letter-spacing: 0;
  line-height: 17px;
  font-weight: 400;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content {
  width: 100%;
  padding: 12px 9px 0;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header {
  width: 256px;
  height: 22px;
  background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_b21b70ccf4febed18ce235891dcd1a06.png) no-repeat;
  background-size: 100% 100%;
  padding: 3px 0;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span {
  display: inline-block;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:first-child {
  height: 16px;
  padding: 0 10px;
  border-right: 1px solid #FFFFFF;
  margin-right: 10px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 500;
  vertical-align: top;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child {
  height: 16px;
  color: #FFFFFF;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span {
  width: 160px;
  display: inline-block;
  height: 16px;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: 400;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span.default_word {
  display: inline;
  vertical-align: top;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_1d65e1460c32de42aae465dec71e28c1.png') no-repeat;
  background-size: contain;
  vertical-align: -22%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div {
  display: none;
  position: absolute;
  top: 23px;
  left: -140px;
  padding: 8px 8px 5px;
  box-sizing: border-box;
  width: 265px;
  background: #FFFFFF;
  font-size: 12px;
  color: #9A7D60;
  letter-spacing: 0;
  line-height: 20px;
  font-weight: 400;
  overflow: unset;
  /*超出部分隐藏*/
  white-space: unset;
  /*不换行*/
  text-overflow: unset;
  /*超出部分文字以...显示*/
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div::before {
  content: '';
  display: block;
  position: absolute;
  top: -7px;
  right: 111px;
  width: 10px;
  height: 7px;
  background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_174edd8d0ba79ceea07fa80b7916fe61.png') no-repeat;
  background-size: 100% 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body {
  height: 104px;
  display: flex;
  align-items: center;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child {
  width: 68px;
  margin-right: 16px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child img {
  width: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child {
  width: 171px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div {
  font-size: 13px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 400;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div:first-child {
  font-size: 13px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  font-weight: 500;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxProHidden {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 268px;
  height: 46px;
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg .boxProHidden .boxProTime {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  height: 14px;
  line-height: 14px;
  margin: 24px 10px 8px 16px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProImg:hover .boxHover {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo {
  margin-top: 0px;
  background: #F8F8F8;
  padding-top: 1px;
  box-sizing: border-box;
  height: 68px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft {
  padding-bottom: 10px;
  width: 189px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  box-sizing: border-box;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft h5 {
  width: 168px;
  font-size: 14px;
  color: #2C2C2C;
  letter-spacing: 0;
  height: 18px;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 10px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span {
  width: 168px;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
  display: block;
  margin-top: 4px;
  height: 16px;
  line-height: 16px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a:hover {
  color: #F66F0C;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight {
  box-sizing: border-box;
  transition: all 0.1s;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 62px;
  height: 32px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight span {
  margin-left: 6px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #F66F0C;
  letter-spacing: 0;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .favor span {
  color: #999999;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover {
  background: #F66F0C;
  border: 1px solid transparent;
  line-height: 30px;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .favoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .nofavoratedIcons {
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover span {
  color: #FFFFFF;
}
.appointment_hc.sectionMain-classic .appointContent .appointBox .boxContent:first-child {
  margin-left: 0;
}
.appointment_hc.sectionMain-classic .title {
  display: flex;
  position: relative;
  margin-bottom: 20px;
}
.appointment_hc.sectionMain-classic .title p {
  padding-left: 14px;
}
.appointment_hc.sectionMain-classic .title span {
  display: block;
  height: 26px;
  line-height: 26px;
}
.appointment_hc.sectionMain-classic .pageAuthor {
  position: absolute;
  right: 0;
  font-size: 0;
  height: 26px;
  line-height: 26px;
  cursor: pointer;
}
.appointment_hc.sectionMain-classic .pageAuthor .itemAuthor {
  display: inline-block;
  vertical-align: middle;
  background: #F2F2F3;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-right: 12px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #A9A9A9;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
}
.appointment_hc.sectionMain-classic .pageAuthor .itemAuthor:last-child {
  margin-right: 0;
}
.appointment_hc.sectionMain-classic .pageAuthor .itemAuthor.current {
  background: #F66F0C;
  color: #FFFFFF;
}
@media (max-width: 1349px) {
  .appointment_hc.section .appointContent .appointTop {
    margin-bottom: 12px;
    font-size: 0;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 38px;
    text-align: center;
    font-size: 14px;
    color: #2C2C2C;
    letter-spacing: 0;
    font-weight: 700;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem span {
    box-sizing: border-box;
    padding-right: 10px;
    display: block;
    margin-bottom: 8px;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem .appointLine {
    height: 12px;
    line-height: 12px;
    font-size: 0;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem .appointLine .lineLeft {
    width: 83px;
    height: 1px;
    background: #EBEBEB;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem .appointLine .lineMiddle {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    border: 4px solid #F66F0C;
    border-radius: 50%;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem .appointLine .lineMiddle.no {
    border: 4px solid #EBEBEB;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem .appointLine .lineRight {
    margin-left: 6px;
    width: 93px;
    height: 1px;
    background: #EBEBEB;
    display: inline-block;
    vertical-align: middle;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem:last-child {
    width: 190px;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem:last-child span {
    padding-right: 0;
  }
  .appointment_hc.section .appointContent .appointTop .appointTopItem:last-child .lineRight {
    width: 83px;
  }
  .appointment_hc.section .appointContent .appointBox {
    font-size: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent {
    display: inline-block;
    vertical-align: middle;
    width: 190px;
    height: 150px;
    margin-left: 10px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .authorEmpty {
    display: block;
    width: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg {
    width: 190px;
    height: 106px;
    border-radius: 6px;
    position: relative;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .has_award {
    position: absolute;
    top: 20px;
    right: 0;
    width: 58px;
    height: 18px;
    background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
    background-size: 100% 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg > img {
    display: block;
    width: 100%;
    border-radius: 6px;
    height: 106px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    visibility: hidden;
    transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
    opacity: 0;
    width: 230px;
    background: #FFFFFF;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    position: absolute;
    left: -20px;
    top: -22px;
    z-index: 10;
    overflow: hidden;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg {
    width: 230px;
    height: 128px;
    background: #ccc;
    position: relative;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .has_award {
    position: absolute;
    top: 20px;
    right: 0;
    width: 58px;
    height: 18px;
    background: url(//pic.cgyouxi.com/orange/upload/202207/26703877_273bcf4532d13ea2ae462ab815702500.png) no-repeat;
    background-size: 100% 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg > img {
    display: block;
    border-radius: 6px;
    width: 100%;
    height: 128px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 230px;
    height: 49px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverImg .boxHoverHidden .boxHoverHiddenSpan {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin: 27px 34px 6px 16px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo {
    height: 124px;
    width: 230px;
    padding: 14px 16px 22px 16px;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover {
    display: inline-block;
    vertical-align: middle;
    width: 126px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover h5 {
    font-size: 16px;
    color: #2C2C2C;
    letter-spacing: 0;
    height: 20px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    font-weight: bolder;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    display: block;
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxLeftHover span a:hover {
    color: #F66F0C;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover {
    transition: all 0.1s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 32px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    margin-left: 10px;
    text-align: center;
    line-height: 30px;
    font-size: 0;
    background: white;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .favoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover .nofavoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    font-size: 12px;
    color: #F66F0C;
    letter-spacing: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .favor span {
    color: #999999;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover {
    background: #F66F0C;
    border: 1px solid transparent;
    line-height: 30px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .favoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover .nofavoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxRightHover:hover span {
    color: #FFFFFF;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .boxHoverInfo .boxBottomHover {
    margin-top: 10px;
    font-size: 13px;
    color: #666666;
    letter-spacing: 0;
    line-height: 20px;
    height: 40px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div {
    width: 100%;
    height: 206px;
    padding: 0 6px 6px;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont {
    width: 100%;
    height: 100%;
    background: #FFF5EF;
    border-radius: 4px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder {
    width: 100%;
    height: 30px;
    background: #FC9365;
    border-radius: 5px;
    overflow: unset;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder i {
    margin: -3px 4px 0 3px;
    display: inline-block;
    width: 24px;
    height: 27px;
    background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_281d0e4ad3f1717fc97c11ffd9775145.png) no-repeat;
    background-size: 100% 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont .appointment_hearder span {
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    vertical-align: 25%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div {
    height: 169px;
    overflow: hidden;
    border: none;
    outline: none;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-x {
    display: none;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y {
    width: 5px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-element_track {
    border-radius: 3px;
    background-color: unset;
    opacity: unset;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .scroll-element.scroll-y .scroll-bar {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    opacity: unset;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_tips {
    width: 100%;
    padding: 6px 9px 4px;
    box-sizing: border-box;
    font-size: 12px;
    color: #FF730A;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content {
    width: 100%;
    padding: 12px 9px 0;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header {
    width: 100%;
    height: 22px;
    background: url(//pic.cgyouxi.com/orange/upload/202207/25322333_b21b70ccf4febed18ce235891dcd1a06.png) no-repeat;
    background-size: 100% 100%;
    padding: 3px 0;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span {
    display: inline-block;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:first-child {
    height: 16px;
    padding: 0 6px;
    border-right: 1px solid #FFFFFF;
    margin-right: 6px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 500;
    vertical-align: top;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child {
    height: 16px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span {
    width: 115px;
    display: inline-block;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
    font-weight: 400;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > span.default_word {
    display: inline;
    vertical-align: top;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_1d65e1460c32de42aae465dec71e28c1.png') no-repeat;
    background-size: contain;
    vertical-align: -22%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div {
    display: none;
    position: absolute;
    top: 23px;
    left: -126px;
    padding: 8px 8px 5px;
    box-sizing: border-box;
    width: 205px;
    background: #FFFFFF;
    font-size: 12px;
    color: #9A7D60;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_header > span:last-child > i > div::before {
    content: '';
    display: block;
    position: absolute;
    top: -7px;
    right: 65px;
    width: 10px;
    height: 7px;
    background: url('//pic.cgyouxi.com/orange/upload/202207/25322333_174edd8d0ba79ceea07fa80b7916fe61.png') no-repeat;
    background-size: 100% 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body {
    height: 104px;
    display: flex;
    align-items: center;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child {
    width: 68px;
    margin-right: 5px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:first-child img {
    width: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child {
    width: 130px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div {
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxHover .appointment_container > div .appointment_container_cont > div .appointment_content .appointment_item .appointment_item_body > div:last-child > div:first-child {
    font-size: 13px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 500;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxProHidden {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 190px;
    height: 40px;
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg .boxProHidden .boxProTime {
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    height: 14px;
    line-height: 14px;
    margin: 20px 0px 6px 10px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProImg:hover .boxHover {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo {
    margin-top: 8px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft {
    width: 128px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 6px;
    box-sizing: border-box;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft h5 {
    width: 112px;
    font-size: 14px;
    color: #2C2C2C;
    letter-spacing: 0;
    height: 18px;
    line-height: 18px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    font-weight: normal;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span {
    width: 112px;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    display: block;
    margin-top: 4px;
    height: 16px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a {
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoLeft span a:hover {
    color: #F66F0C;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight {
    box-sizing: border-box;
    transition: all 0.1s;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 62px;
    height: 32px;
    border: 1px solid #EBEBEB;
    border-radius: 4px;
    line-height: 30px;
    background: white;
    text-align: center;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .favoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_13a36ff04ff492c7f62179606131e0cc.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight .nofavoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_e15d6b8756b8eac3760516b4aff39ad4.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight span {
    margin-left: 6px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #F66F0C;
    letter-spacing: 0;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .favor span {
    color: #999999;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover {
    background: #F66F0C;
    border: 1px solid transparent;
    line-height: 30px;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .favoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_7ecfa545c16d874528d5aef033aaef1f.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover .nofavoratedIcons {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url('//pic.cgyouxi.com/orange/upload/201912/22274736_51e8b42dcce095531744ba2db5d10097.png');
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent .boxProInfo .boxProInfoRight:hover span {
    color: #FFFFFF;
  }
  .appointment_hc.section .appointContent .appointBox .boxContent:first-child {
    margin-left: 0;
  }
}
.appointment_hc.sectionMain-classic {
  overflow: initial;
}
.hc_toast {
  font-family: NotoSansHans-Regular;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  position: fixed;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 13px 16px;
  z-index: 999;
  box-sizing: border-box;
  height: 44px;
}
