@charset "UTF-8";

html {
  overflow-x: auto;
  overflow-y: scroll;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h4,
h5 {
  margin: 0;
  padding: 0;
}

select {
  font-size: 12px;
}

table {
  border-collapse: collapse;
}

fieldset,
img {
  border: 0 none;
}

fieldset {
  margin: 0;
  padding: 0;
}

fieldset p {
  margin: 0;
  padding: 0 0 0 8px;
}

legend {
  display: none;
}

address,
caption,
em,
th,
i {
  font-style: normal;
  font-weight: 400;
}

strong {
  font-weight: bolder;
}

table caption {
  margin-left: -1px;
}

hr {
  border-bottom: 1px solid #FFFFFF;
  border-top: 1px solid #E4E4E4;
  border-width: 1px 0;
  clear: both;
  height: 2px;
  margin: 5px 0;
  overflow: hidden;
}

ol,
ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: '';
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

p {
  margin: 0;
  padding: 0;
}

.container {
  font-family: "MicrosoftYaHei";
  font-size: 0.37333333rem;
  color: #333333;
  width: 1200px;
  min-width: 1200px;
  min-height: 60vh;
  background: white;
  margin: auto;
}

body {
  margin: auto;
  background-color: #F7F9FE;
}

.el-message {
  font-size: 16px;
  min-width: 300px !important;
}

video {
  width: 100%;
  max-width: 100% !important;
}

p,
div,
section,
iframe,
hr,
br {
  max-width: 100% !important;
}

.test {
  font-size: 2.66666667rem;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blue {
  color: #046FD6;
}

.pointer {
  cursor: pointer;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.relative {
  position: relative !important;
}

.a_tip {
  display: inline-block;
  background: #f7f9fe;
  height: 30px;
  line-height: 30px;
  padding: 0 20px 0 50px;
  position: relative;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #5470b7;
}

.a_tip::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background: #5470b7;
}

.pink {
  color: #E65090 !important;
}

.green {
  color: #4DA25B !important;
}

.scrap {
  font-weight: 400;
  text-decoration: line-through;
  color: #999999;
}

.load_more {
  height: 40px;
  line-height: 40px;
  background: #fff;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 27px 20px;
  color: #183762;
  cursor: pointer;
}

.over-hidden {
  overflow: hidden;
}

.flex_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_justify_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_justify_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex_justify_center {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.flex_right_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex_col_justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex_center_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.no_radius {
  border-radius: 0 !important;
}

.input_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 500px;
  height: 44px;
  background: #f7f9fe;
  border: 1px solid #d9ddea;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  outline: none;
}

.input_box:focus {
  border: 1px solid #046fd6;
}

.blue_btn {
  width: 90px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #046fd6;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #fefeff;
  border: 0px none;
  line-height: 1;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.pink_btn {
  width: 160px;
  height: 44px;
  line-height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #e65090;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: white;
  border: 0px none;
  padding: 0;
  outline: none;
  cursor: pointer;
}

.checkbox {
  width: 35px;
  height: 32px;
  position: relative;
  cursor: pointer;
  display: block;
}

.checkbox > input[type="checkbox"],
.checkbox > input[type="radio"] {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  visibility: hidden;
}

.checkbox input[type="checkbox"] + *,
.checkbox input[type="radio"] + * {
  display: block;
  content: "";
  cursor: pointer;
  width: 35px;
  height: 32px;
  background: url("/images/icon/checkbox.png") left no-repeat transparent;
  background-size: contain;
  visibility: visible;
}

.checkbox input[type="checkbox"]:checked + *,
.checkbox input[type="radio"]:checked + * {
  background-image: url("/images/icon/success_round_blue_icon.png");
}

.path + .path {
  margin-top: 50px;
}

.path_header {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

[class*='_icon'] {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  margin-right: 6px;
}

.hot_icon {
  background-image: url("/images/icon/hot.png");
}

.attention_icon {
  background-image: url("/images/icon/attention.png");
}

.discovery_icon {
  background-image: url("/images/icon/discovery.png");
}

.hot_round_icon {
  background-image: url("/images/icon/hot_icon.png");
}

.doing_icon {
  background-image: url("/images/icon/doing_icon.png");
}

.begin_icon {
  background-image: url("/images/icon/begin_icon.png");
}

.end_icon {
  background-image: url("/images/icon/end_icon.png");
}

.meeting_icon {
  background-image: url("/images/icon/meeting_icon.png");
}

.info_icon {
  background-image: url("/images/icon/info_icon.png");
}

.new_icon {
  background-image: url("/images/icon/new_icon.png");
}

.video_icon {
  background-image: url("/images/icon/video_icon.png");
}

.person_icon {
  background-image: url("/images/icon/person_icon.png");
}

.atricle_icon {
  background-image: url("/images/icon/atricle_icon.png");
}

.session_icon {
  background-image: url("/images/icon/session.png");
}

.about_icon {
  background-image: url("/images/icon/about_icon.png");
}

.free_icon {
  background-image: url("/images/icon/free_icon.png");
}

.hp_icon {
  background-image: url("/images/icon/free_icon.png");
}

.ibd_icon {
  background-image: url("/images/icon/free_icon.png");
}

.play_icon {
  background-image: url("/images/icon/play_icon.png");
}

.play-o_icon {
  background-image: url("/images/icon/play-o.png");
}

.gift_icon {
  background-image: url("/images/icon/gift.png");
}

.gift-o_icon {
  background-image: url("/images/icon/gift-o.png");
}

.praise—o_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/praise-o.png");
}

.praise_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/praise.png");
}

.start—o_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/start-o.png");
}

.start_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/start.png");
}

.message_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/message.png");
}

.face_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/face_icon.png");
}

.img_icon {
  width: 20px;
  height: 20px;
  background-image: url("/images/icon/img_icon.png");
}

.arrow_line_right {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url("/images/login/arrow_line_right.png") no-repeat center transparent;
  background-size: 100%;
}

.remove_rounde_icon {
  width: 32px;
  height: 32px;
  background-image: url("/images/icon/remove_round.png");
}

.success_round_icon {
  width: 35px;
  height: 32px;
  background-image: url("/images/icon/success_o.png");
}

.success_round_blue_icon {
  width: 35px;
  height: 32px;
  background-image: url("/images/icon/success_round_blue_icon.png");
}

.warning_icon {
  width: 30px;
  height: 30px;
  background-image: url("/images/icon/warning_icon.png");
}

.personal_1_icon {
  width: 60px;
  height: 60px;
  background-image: url("/images/icon/icon_1.png");
  background-size: unset;
}

.personal_2_icon {
  width: 60px;
  height: 60px;
  background-image: url("/images/icon/icon_2.png");
  background-size: unset;
}

.personal_3_icon {
  width: 60px;
  height: 60px;
  background-image: url("/images/icon/icon_3.png");
  background-size: unset;
}

.personal_4_icon {
  width: 60px;
  height: 60px;
  background-image: url("/images/icon/icon_4.png");
  background-size: unset;
}

.personal_5_icon {
  width: 60px;
  height: 60px;
  background-image: url("/images/icon/icon_5.png");
  background-size: unset;
}

[class*='_label'] {
  width: 64px;
  height: 64px;
  display: inline-block;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.doing_label {
  background: url("/images/icon/doing_label.png") no-repeat center transparent;
}

.live_label {
  background: url("/images/icon/live_label.png") no-repeat center transparent;
}

.order_label {
  background: url("/images/icon/order_label.png") no-repeat center transparent;
}

.about_start_label {
  background: url("/images/icon/about_start_label.png") no-repeat center transparent;
}

.play_back_label {
  background: url("/images/icon/play_back_label.png") no-repeat center transparent;
}

.end_label {
  background: url("/images/icon/end_label.png") no-repeat center transparent;
}

.video_image {
  overflow: hidden;
  position: relative;
}

.video_image:hover > .blur {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  position: relative;
}

.video_image:hover::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("/images/icon/play_icon_white.png") center no-repeat;
  z-index: 10;
}

.cart_square {
  display: inline-block;
  width: 72px;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  background: url("/images/icon/cart_square.png") no-repeat center transparent;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.path-line {
  width: 100px;
  height: 1px;
  background: #D4D5D8;
  margin: 0 25px;
}

.path_title {
  display: inline-block;
  font-size: 18px;
  padding: 0 0px 6px 0px;
  position: relative;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.path_title::after {
  display: block;
  content: '';
  border-radius: 1px;
  border-bottom: 2px solid #4a7ee5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.path_title.path-t-m:after {
  width: 74px;
  margin: auto;
}

.pink.path_title {
  color: #E65090;
}

.pink.path_title::after {
  border-bottom-color: rgba(230, 80, 144, 0.1);
}

.green.path_title {
  color: #4DA25B;
}

.green.path_title::after {
  border-bottom-color: rgba(77, 162, 91, 0.1);
}

.gray.path_title {
  color: #333333;
}

.gray.path_title::after {
  border-bottom-color: rgba(153, 153, 153, 0.1);
}

.line_cart {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/images/icon/cart_more.png") no-repeat center center;
  background-size: 100% 100%;
  margin-left: 8px;
  margin-right: 15px;
}

.name_hospital > * {
  display: inline-block;
  width: 4.8em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.name_hospital > * + * {
  width: 10.8em;
  text-align: right;
}

.img-uploader .el-upload {
  width: 100%;
  height: 100%;
}

.img-uploader .el-upload img {
  width: 100%;
  height: 100%;
  display: block;
}

.ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis_2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  word-wrap: break-word;
  word-break: normal;
}

.bg_cover {
  background-size: cover !important;
}

