html::-webkit-scrollbar {
  width: 0;
}
body,
div,
span,
header,
footer,
nav,
section,
aside,
article,
ul,
li,
a,
p,
textarea,
button,
input,
select {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body:focus,
div:focus,
span:focus,
header:focus,
footer:focus,
nav:focus,
section:focus,
aside:focus,
article:focus,
ul:focus,
li:focus,
a:focus,
p:focus,
textarea:focus,
button:focus,
input:focus,
select:focus {
  outline: none;
}
.global-font-family {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif !important;
}
.isvideo {
  position: relative;
}
.isvideo::before {
  position: absolute;
  content: url('../images/illness/icon-play.png');
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: inline-block;
  z-index: 1;
}
.overflow {
  overflow: hidden;
}
.border-radio {
  border-radius: 50%;
}
.hover:hover,
.hover:hover > h1,
.hover:hover > h2,
.hover:hover > h3,
.hover:hover > h4,
.hover:hover > h5,
.hover:hover > h6,
.hover:hover > span {
  cursor: pointer;
  color: #37bd19;
  -webkit-transition: color .2s;
  transition: color .2s;
}
.hw100p {
  height: 100%;
  width: 100%;
}
.h100p {
  height: 100%;
}
.w100p {
  width: 100%;
}
.newTitle {
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  color: #333;
  border-left: 2px solid #37BD19;
  padding-left: 10px;
  font-weight: bold;
}
.margin-0 {
  margin: 0;
}
.margin-xs {
  margin: 10px;
}
.margin-sm {
  margin: 20px;
}
.margin {
  margin: 30px;
}
.margin-lg {
  margin: 40px;
}
.margin-xl {
  margin: 50px;
}
.margin-top-xs {
  margin-top: 10px;
}
.margin-top-sm {
  margin-top: 20px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top-lg {
  margin-top: 40px;
}
.margin-top-xl {
  margin-top: 50px;
}
.margin-right-xs {
  margin-right: 10px;
}
.margin-right-sm {
  margin-right: 20px;
}
.margin-right {
  margin-right: 30px;
}
.margin-right-lg {
  margin-right: 40px;
}
.margin-right-xl {
  margin-right: 50px;
}
.margin-bottom-xs {
  margin-bottom: 10px;
}
.margin-bottom-sm {
  margin-bottom: 20px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom-lg {
  margin-bottom: 40px;
}
.margin-bottom-xl {
  margin-bottom: 50px;
}
.margin-left-xs {
  margin-left: 10px;
}
.margin-left-sm {
  margin-left: 20px;
}
.margin-left {
  margin-left: 30px;
}
.margin-left-lg {
  margin-left: 40px;
}
.margin-left-xl {
  margin-left: 50px;
}
.margin-lr-xs {
  margin-left: 10px;
  margin-right: 10px;
}
.margin-lr-sm {
  margin-left: 20px;
  margin-right: 20px;
}
.margin-lr {
  margin-left: 30px;
  margin-right: 30px;
}
.margin-lr-lg {
  margin-left: 40px;
  margin-right: 40px;
}
.margin-lr-xl {
  margin-left: 50px;
  margin-right: 50px;
}
.margin-tb-xs {
  margin-top: 10px;
  margin-bottom: 10px;
}
.margin-tb-sm {
  margin-top: 20px;
  margin-bottom: 20px;
}
.margin-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}
.margin-tb-lg {
  margin-top: 40px;
  margin-bottom: 40px;
}
.margin-tb-xl {
  margin-top: 50px;
  margin-bottom: 50px;
}
.padding-0 {
  padding: 0;
}
.padding-xs {
  padding: 10px;
}
.padding-sm {
  padding: 20px;
}
.padding {
  padding: 30px;
}
.padding-lg {
  padding: 40px;
}
.padding-xl {
  padding: 50px;
}
.padding-top-xs {
  padding-top: 10px;
}
.padding-top-sm {
  padding-top: 20px;
}
.padding-top {
  padding-top: 30px;
}
.padding-top-lg {
  padding-top: 40px;
}
.padding-top-xl {
  padding-top: 50px;
}
.padding-right-xs {
  padding-right: 10px;
}
.padding-right-sm {
  padding-right: 20px;
}
.padding-right {
  padding-right: 30px;
}
.padding-right-lg {
  padding-right: 40px;
}
.padding-right-xl {
  padding-right: 50px;
}
.padding-bottom-xs {
  padding-bottom: 10px;
}
.padding-bottom-sm {
  padding-bottom: 20px;
}
.padding-bottom {
  padding-bottom: 30px;
}
.padding-bottom-lg {
  padding-bottom: 40px;
}
.padding-bottom-xl {
  padding-bottom: 50px;
}
.padding-left-xs {
  padding-left: 10px;
}
.padding-left-sm {
  padding-left: 20px;
}
.padding-left {
  padding-left: 30px;
}
.padding-left-lg {
  padding-left: 40px;
}
.padding-left-xl {
  padding-left: 50px;
}
.padding-lr-xs {
  padding-left: 10px;
  padding-right: 10px;
}
.padding-lr-sm {
  padding-left: 20px;
  padding-right: 20px;
}
.padding-lr {
  padding-left: 30px;
  padding-right: 30px;
}
.padding-lr-lg {
  padding-left: 40px;
  padding-right: 40px;
}
.padding-lr-xl {
  padding-left: 50px;
  padding-right: 50px;
}
.padding-tb-xs {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-tb-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}
.padding-tb {
  padding-top: 30px;
  padding-bottom: 30px;
}
.padding-tb-lg {
  padding-top: 40px;
  padding-bottom: 40px;
}
.padding-tb-xl {
  padding-top: 50px;
  padding-bottom: 50px;
}
.cf::after,
.cf::before {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 定位 */
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.pf {
  position: fixed;
}
.pac {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.paxc {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.payc {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m0auto {
  margin: 0 auto;
  display: block;
}
/*文本*/
.text-Abc {
  text-transform: Capitalize;
}
.text-ABC {
  text-transform: Uppercase;
}
.text-abc {
  text-transform: Lowercase;
}
.text-price::before {
  content: "¥";
  font-size: 80%;
  margin-right: 4upx;
}
.text-cut {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.text-sig {
  font-weight: 100;
}
.text-normal {
  font-weight: normal;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-content {
  line-height: 1.6;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.index-sm {
  text-indent: 20px;
}
/*新flex，需要做调整*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.basis-xs {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.basis-sm {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.basis-df {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.basis-lg {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.basis-xl {
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.flex-sub {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-twice {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.flex-treble {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
}
.flex-direction {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-center {
  -ms-flex-item-align: flex-center;
  align-self: flex-center;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.text-right {
  text-align: right;
}
/*还有背景颜色、字体颜色、边框、虚线、阴影要调整*/
.b_wrap,
.b_box-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.b_wrap.autoWidth,
.b_box-wrap.autoWidth {
  width: auto;
}
.b_box-wrap-scroll {
  max-width: 1218px;
  min-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.b_text-zindex {
  z-index: 4;
}
.b_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b_flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.b_flex.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.b_flex.middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.b_flex.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.b_flex .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 块级 */
.b_inline-block {
  display: inline-block;
}
.b_block {
  display: block;
}
.b_inline {
  display: inline;
}
.ptb_normal {
  padding: 25px 31px 31px 29px;
}
.ptb_normal-2 {
  padding: 30px 39px;
}
.ptb_normal-3 {
  padding: 10px 0;
}
.font-medium {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
}
.font-regular {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
}
.font-bold {
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Bold;
  font-weight: bold;
}
.b_FS-0 {
  font-size: 0;
}
.b_FS-10 {
  font-size: 10px;
}
.b_FS-12 {
  font-size: 12px;
}
.b_FS-14 {
  font-size: 14px;
}
.b_FS-15 {
  font-size: 15px;
}
.b_FS-16 {
  font-size: 16px;
}
.b_FS-18 {
  font-size: 18px;
}
.b_FS-20 {
  font-size: 20px;
}
.b_FS-22 {
  font-size: 22px;
}
.b_FS-24 {
  font-size: 24px;
}
.b_FS-28 {
  font-size: 28px;
}
.b_FS-30 {
  font-size: 30px;
}
.c_333 {
  color: #333;
}
.c_555 {
  color: #555;
}
.c_666 {
  color: #666;
}
.c_777 {
  color: #777;
}
.c_999 {
  color: #999;
}
.c_ba {
  color: #bababa;
}
.c_lightheight {
  color: #37BD19;
}
.c_price {
  color: #F4AF28;
}
.c_blue {
  color: #208CE8;
}
.c_purple {
  color: #602DB4;
}
.c_yellow {
  color: #E5CD01;
}
.c_white {
  color: #fff;
}
.c_grey {
  color: #D7D7D7;
}
.c_thin-green {
  color: #ebf8e8;
}
.c_lightheight-bd {
  border-color: #37BD19;
}
.c_lightheight-bg {
  background-color: #37BD19;
}
.c_thin-green-bg {
  background-color: #ebf8e8;
}
.block {
  width: 100vw;
  height: 20px;
  background-color: #F3F3F3;
}
.text-block {
  width: 100%;
  height: 20px;
}
.border-wrapper {
  width: 100%;
  line-height: 1;
  border-bottom: 1px solid #d7d7d7;
}
.border-title {
  display: inline-block;
  line-height: 1;
  color: #333333;
  padding-bottom: 7px;
  border-bottom: 1px solid#37bd19;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 30px;
  color: #333;
}
.inline_block {
  width: 100%;
  display: inline-block;
}
input {
  outline: none;
}
textarea {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
.common_ask-button {
  background: #37bd19;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.common_ask-button.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.common_ask-button.align {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.common_ask-button.middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
}
.common_ask-button.around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.common_ask-button .column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.common_ask-button:hover {
  cursor: pointer;
}
.pointer {
  cursor: pointer;
}
.line-height-1 {
  line-height: 1;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis.nowrap {
  white-space: nowrap;
}
.b_line-1,
.b_line-2,
.b_line-3,
.b_line-4,
.b_line-5,
.b_line-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  overflow-x: hidden;
  line-height: 1.5;
}
.b_line-1 {
  display: block !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
}
.b_line-2 {
  -webkit-line-clamp: 2;
}
.b_line-3 {
  -webkit-line-clamp: 3;
}
.b_line-4 {
  -webkit-line-clamp: 4;
}
.b_line-5 {
  -webkit-line-clamp: 5;
}
.b_line-6 {
  -webkit-line-clamp: 6;
}
.b_line-7 {
  -webkit-line-clamp: 7;
}
.b_line-8 {
  -webkit-line-clamp: 8;
}
.b_line-9 {
  -webkit-line-clamp: 9;
}
.b_line-10 {
  -webkit-line-clamp: 10;
}
a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  outline: none;
  color: inherit;
}
.shendu-layout-wrap {
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 210px;
  position: relative;
}
.shendu-layout-wrap .App {
  min-height: 700px;
  padding-top: 64px;
}
.shendu-layout-wrap .options {
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  position: absolute;
  top: 51px;
  left: -56px;
}
.shendu-layout-wrap .options > li:last-child {
  border-top: 1px solid #D7D7D7;
}
.shendu-layout-wrap .options .option-item {
  text-align: center;
  color: #333;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18px;
  width: 152px;
  padding: 11px 0;
  background-color: #fff;
}
.shendu-layout-wrap .options .option-item :before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 3;
}
.shendu-layout-wrap .options .option-item :before:hover {
  background-color: #F2F2F2;
}
.shendu-layout-wrap .options .option-item :after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 7.5px 8px 7.5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.shendu-layout-wrap .options .option-item:hover {
  background-color: #F2F2F2;
  color: #37BD19;
}
.shendu-layout-wrap .options .option-item-btn {
  text-align: center;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  display: inline-block;
  margin: auto;
  width: 72px;
  padding: 3px 0;
  color: #FEFEFE;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, right top, from(#76b928), to(#37bd19));
  background-image: linear-gradient(90deg, #76b928 0%, #37bd19 100%);
}
.shendu-layout-wrap .options .option-item-btn:hover {
  color: #FEFEFE;
}
.shendu-layout-wrap .notice {
  position: absolute;
  left: 27px;
  top: 0;
  width: 10px;
  height: 10px;
  background-color: #f43531;
  border-radius: 50%;
}
.banner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 400px;
  font-size: 0;
}
.banner .carousel-control.left,
.banner .carousel-control.right {
  background-image: none;
}
.banner .banner_swiper_item_title {
  font-size: 24px;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
  color: #fff;
  position: absolute;
  bottom: 19px;
  left: 20px;
  z-index: 3;
}
.banner .maskDom {
  width: 880px;
  height: 400px;
  position: absolute;
  content: '';
  background-image: url('../images/default/mask-video-s.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.banner.autoWidth {
  width: auto;
}
.banner .banner_swiper {
  width: 880px;
  height: 400px;
  display: inline-block;
  float: left;
  overflow-x: hidden;
  position: relative;
}
.banner .banner_swiper #myCarousel {
  height: inherit;
}
.banner .banner_swiper #myCarousel .carousel-inner {
  height: inherit;
}
.banner .banner_swiper #myCarousel .carousel-inner .item {
  height: inherit;
}
.banner .banner_swiper #myCarousel .carousel-inner .item img {
  height: inherit;
}
.banner .banner_qrcode {
  position: relative;
  float: left;
  display: inline-block;
  width: 320px;
  height: 400px;
}
.banner .banner_qrcode .banner_qrcode_bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.banner .banner_qrcode .banner_qrcode_image {
  z-index: 1;
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  margin: auto;
}
.banner .banner_qrcode p {
  position: absolute;
  text-align: center;
  z-index: 2;
  display: inline-block;
  font-size: 18px;
  top: 276px;
  margin: auto;
  left: 0;
  right: 0;
  color: #fff;
}
.sort-nav-wrap {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  height: 30px;
  margin-top: 30px;
  box-sizing: border-box;
  position: relative;
  overflow-y: hidden;
}
.sort-nav-wrap.autoWidth {
  width: auto;
}
.sort-nav-bar {
  width: 1200px;
  height: 60px;
  padding-right: 50px;
  overflow-x: scroll;
  white-space: nowrap;
}
.sort-nav-bar .nav {
  display: inline-block;
  margin-right: 28px;
  font-size: 20px;
}
.sort-nav-bar .img-mask {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.7) 40%, #ffffff) 50%;
  /* 标准的语法 */
  width: 100px;
  position: absolute;
  right: 0px;
  top: 4px;
  text-align: right;
}
.sort-nav-bar img {
  width: 10px;
  height: 19px;
  margin-right: 10px;
}
.department {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}
.department.autoWidth {
  width: auto;
}
.department .department_title {
  margin-top: 40px;
  position: relative;
  line-height: 1;
  vertical-align: bottom;
  margin-right: 0;
}
.department .department_title > * {
  vertical-align: bottom;
}
.department .department_title .department_title_icon {
  width: 41px;
  margin-bottom: -1px;
  margin-right: 9px;
}
.department .department_title .active {
  font-size: 30px;
  color: #333;
}
.department .department_title .unactive {
  font-size: 20px;
  color: #666;
}
.department .department_title .blank {
  margin: 0 40px;
}
.department .department_title .department_more {
  position: absolute;
  right: 0;
  bottom: 0;
}
.department .department_title .department_more span {
  cursor: pointer;
}
.department .department_title .department_more img {
  width: 7px;
  height: 14px;
  margin-left: 6px;
  vertical-align: bottom;
}
.department .department_video > li {
  margin-right: 15px;
}
.department .department_video > li:last-child {
  margin-right: 0;
}
.department .department_video > div {
  margin-right: 40px;
}
.department .department_video div:last-child {
  margin-right: 0;
}
.department .department_video_hot,
.department .department_video_new {
  display: inline-block;
  margin-top: 28px;
  vertical-align: top;
}
.department .department_video_hot .department_video_symptoms li,
.department .department_video_new .department_video_symptoms li {
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
}
.department .department_video_hot.margin20,
.department .department_video_new.margin20 {
  margin-right: 20px;
}
.department .department_video_hot.noMargin,
.department .department_video_new.noMargin {
  margin-right: 0;
}
.department .department_video_hot .department_video_hot_item,
.department .department_video_new .department_video_hot_item,
.department .department_video_hot .department_video_new_item,
.department .department_video_new .department_video_new_item {
  width: 228px;
  cursor: pointer;
  display: block;
  position: relative;
}
.department .department_video_hot .department_video_hot_item .maskDom,
.department .department_video_new .department_video_hot_item .maskDom,
.department .department_video_hot .department_video_new_item .maskDom,
.department .department_video_new .department_video_new_item .maskDom {
  width: 100%;
  height: 128px;
  position: absolute;
  content: '';
  background-image: url('../images/default/mask-video-s.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.department .department_video_hot .department_video_hot_item .department_video_totalNum,
.department .department_video_new .department_video_hot_item .department_video_totalNum,
.department .department_video_hot .department_video_new_item .department_video_totalNum,
.department .department_video_new .department_video_new_item .department_video_totalNum {
  height: 14px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
}
.department .department_video_hot .department_video_hot_item img,
.department .department_video_new .department_video_hot_item img,
.department .department_video_hot .department_video_new_item img,
.department .department_video_new .department_video_new_item img {
  height: 128px;
}
.department .department_video_hot .department_video_name,
.department .department_video_new .department_video_name {
  line-height: 1;
  font-size: 14px;
  position: absolute;
  bottom: 5px;
  left: 5px;
  color: #fff;
}
.department .department_video_hot .bottom-box,
.department .department_video_new .bottom-box {
  margin-top: 12px;
}
.department .department_video_hot .number,
.department .department_video_new .number {
  position: absolute;
  right: 10px;
  top: 128px;
}
.department .department_video_hot .department_video_symptoms .department_video_symptoms_text,
.department .department_video_new .department_video_symptoms .department_video_symptoms_text {
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px;
}
.department .department_video_hot .department_video_symptoms .department_video_symptoms_text.orange,
.department .department_video_new .department_video_symptoms .department_video_symptoms_text.orange {
  border: 1px solid #AF5531;
  color: #AF5531;
}
.department .department_video_hot .department_video_symptoms .department_video_symptoms_text.green,
.department .department_video_new .department_video_symptoms .department_video_symptoms_text.green {
  border: 1px solid #30747A;
  color: #30747A;
}
.department .department_video_hot .department_video_symptoms a > span,
.department .department_video_new .department_video_symptoms a > span {
  margin-right: 12px;
}
.department .department_video_hot .department_video_symptoms a > span:last-child,
.department .department_video_new .department_video_symptoms a > span:last-child {
  margin-right: 0px;
}
.hover-img-gif {
  position: fixed;
  z-index: 7;
  top: 99px;
  right: -103px;
  width: 103px;
}
.hover-img-gif.hide {
  animation: hideLogo 0.5s ease-out forwards;
}
.hover-img-gif.show {
  animation: hideLogo .5s forwards reverse .5s;
}
@keyframes hideLogo {
  from {
    opacity: 1;
    right: 0px;
  }
  to {
    opacity: 0;
    right: -103px;
  }
}
@keyframes showCategory {
  from {
    opacity: 0;
    right: -119px;
  }
  to {
    opacity: 1;
    right: 10px;
  }
}
@keyframes hideCategory {
  from {
    opacity: 1;
    right: 10px;
  }
  to {
    opacity: 0;
    right: -119px;
  }
}
.catalog-wrap {
  position: fixed;
  right: -119px;
  opacity: 0;
  top: 11.76%;
  z-index: 6;
  width: 110px;
  height: auto;
  box-sizing: border-box;
}
.catalog-wrap.show {
  animation: showCategory 0.5s ease-out forwards 0.2s;
}
.catalog-wrap.hide {
  animation: hideCategory .5s ease forwards;
}
.catalog-wrap .logo {
  width: 109px;
  height: 125px;
  margin-bottom: -4px;
  margin-left: -10px;
}
.catalog-wrap .catalog {
  width: 102px;
  line-height: 1;
  padding-top: 14px;
  padding-bottom: 12px;
  padding-left: 20px;
  border-left: 1px solid #D7D7D7;
  border-bottom: 1px dashed #D7D7D7;
  background-color: #fff;
  font-size: 16px;
  position: relative;
}
.catalog-wrap .catalog img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 20px;
  height: 20px;
}
/*position: fixed;
  right: 27px;
  top: 89%;*/
.department_doctors li {
  width: 270px;
  border: 1px solid #D7D7D7;
  margin-top: 29px;
  margin-right: 40px;
  display: inline-block;
  font-size: 0;
  text-align: center;
}
.department_doctors li a {
  display: block;
  width: 100%;
  text-align: center;
}
.department_doctors li.noMargin {
  margin-right: 0;
}
.department_doctors li img {
  border: 1px solid #d7d7d7;
  width: 60px;
  height: 60px;
  margin: 15px auto;
  border-radius: 70%;
  margin-bottom: 11px;
}
.department_doctors li .department_doctors_name {
  margin-bottom: 10px;
  position: relative;
  font-size: 20px;
  color: #333;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
  text-align: center;
}
.department_doctors li .sort {
  margin-bottom: 10px;
}
.department_doctors li .department_doctors_famous {
  display: inline-block;
  text-align: center;
  color: #FFD031;
  border: 1px solid #FFD031;
  padding: 3px 5px;
  border-radius: 8px;
  line-height: 1;
  position: absolute;
  left: 175px;
  top: 4px;
  font-size: 14px;
}
.department_doctors li .department_doctors_clinic_name {
  line-height: 1;
  margin-bottom: 10px;
  color: #666;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
.department_doctors li .department_doctors_hospital {
  display: block;
  margin-bottom: 10px;
  color: #666;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.department_doctors li .department_doctors_consult {
  text-align: center;
  font-size: 16px;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Regular;
  font-weight: 400;
  color: #fff;
  background-color: #37BD19;
  display: block;
  line-height: 1;
  display: inline-block;
  width: 60px;
  padding: 4px 0;
  margin: 0 auto;
  margin-bottom: 18px;
  border-radius: 8px;
}
.department_video_left {
  margin-top: 28px;
  width: 424px;
  margin-right: 14px !important;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
}
.department_video_left .maskDom,
.department_video_left .maskDomt {
  width: 424px;
  height: 278px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100%;
}
.department_video_left .maskDomt {
  background-image: url('../images/default/mask-video-st.png');
  background-position: top;
}
.department_video_left .maskDom {
  background-image: url('../images/default/mask-video-s.png');
  background-position: bottom;
}
.department_video_left .department_video_left_title {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #fff;
  width: 404px;
  font-size: 18px;
}
.department_video_left > a {
  position: relative;
  display: block;
  color: #fff;
  height: 100%;
  width: 100%;
}
.department_video_left > a img {
  height: 278px;
  width: auto;
  max-width: none;
}
.department_video_left > a img.mask {
  width: 492px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 271px;
}
.department_video_left > a .bottom-box {
  margin-top: 12px;
}
.department_video_left > a .department_video_totalNum {
  position: absolute;
  right: 10px;
  bottom: 9px;
  color: #fff;
  font-size: 14px;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
}
.department_video_left .department_video_symptoms {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
}
.department_video_left .department_video_symptoms .department_video_title {
  line-height: 20px;
  margin-right: 10px !important;
}
.department_video_left .department_video_symptoms .department_video_symptoms_text {
  height: 20px;
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  padding: 2px 6px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #fff !important;
}
.department_video_left .department_video_symptoms .department_video_symptoms_text.orange {
  border: 1px solid #AF5531;
  color: #AF5531;
}
.department_video_left .department_video_symptoms .department_video_symptoms_text.green {
  border: 1px solid #30747A;
  color: #30747A;
}
.department_video_left .department_video_symptoms li {
  display: inline-block;
  margin-right: 12px;
}
.department_video_left .department_video_symptoms li:last-child {
  margin-right: 0px;
}
.department_video_right {
  width: 762px;
  margin-top: 28px;
  display: inline-block;
}
.department_video_right.less-than-five {
  margin-top: 174px;
}
.department_video_right .maskDom {
  width: 180px;
  height: 102px;
  position: absolute;
  content: '';
  background-image: url('../images/default/mask-video-s.png');
  background-repeat: no-repeat;
  background-position: bottom;
}
.department_video_right .department_video_item {
  width: 180px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 14px;
  position: relative;
}
.department_video_right .department_video_item.margin20 {
  margin-right: 20px;
}
.department_video_right .department_video_item.margin14 {
  margin-right: 14px;
}
.department_video_right .department_video_item.little-height {
  height: 185px;
}
.department_video_right .department_video_item.noMargin {
  margin-right: 0;
}
.department_video_right .department_video_item.noMarginBottom {
  margin-bottom: 0;
}
.department_video_right .department_video_item > a {
  display: block;
  position: relative;
  color: #fff;
  width: 100%;
  height: 102px;
}
.department_video_right .department_video_item > a img.mask {
  width: 216px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 68px;
}
.department_video_right .department_video_item > a .department_video_item_title {
  position: absolute;
  left: 6px;
  bottom: 5px;
  line-height: 1;
  font-size: 14px;
}
.department_video_right .department_video_item > a .department_video_totalNum {
  position: absolute;
  right: 3px;
  bottom: 5px;
  line-height: normal;
  color: #fff;
  font-size: 14px;
  font-family: "arial", "思源黑体", "WenQuanyi Zenhei", "Source Han Sans SC", "WenQuanYi Microhei", "WenQuanYi Micro Hei", sans-serif, Arial, sans-serif, SourceHanSansCN-Medium;
  font-weight: 500;
}
.department_video_right .department_video_item .department_video_symptoms .department_video_symptoms_text {
  line-height: 1;
  display: inline-block;
  font-size: 14px;
  padding: 2px;
}
.department_video_right .department_video_item .department_video_symptoms .department_video_symptoms_text.orange {
  border: 1px solid #AF5531;
  color: #AF5531;
}
.department_video_right .department_video_item .department_video_symptoms .department_video_symptoms_text.green {
  border: 1px solid #30747A;
  color: #30747A;
}
.department_video_right .department_video_item .department_video_symptoms li {
  display: inline-block;
  margin-right: 12px;
  margin-top: 10px;
}
.department_video_right .department_video_item .department_video_symptoms li:last-child {
  margin-right: 0px;
}
.aside {
  width: 103px;
  height: 125px;
  position: fixed;
  z-index: 7;
  top: 10%;
  right: 0;
}
.aside .hello-shendu {
  transition: opacity .5s;
  opacity: 1;
}
.aside .shendu-cate {
  transition: right .5s;
  position: fixed;
  top: 10%;
  right: -125px;
}
.aside:hover .hello-shendu {
  opacity: 0;
}
.aside:hover .shendu-cate {
  right: 0px;
}
