
.login-box[data-v-61c8b20f] {
  min-width: 1200px;
  background: #1F3759;
  width: 100%;
  height: 48px;
  line-height: 48px;
}
.login-box .login-content[data-v-61c8b20f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    font-family: "MicrosoftYaHei";
    width: 1200px;
    min-width: 1200px;
    height: inherit;
    line-height: inherit;
    text-align: right;
    color: #fff;
}
.login-box .login-content .loing-btn-box[data-v-61c8b20f] {
      display: inline-block;
      margin-right: 30px;
      font-weight: 400;
}
.login-box .login-content .loing-btn-box .login-btn[data-v-61c8b20f] {
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        margin-right: 13px;
        border-radius: 20px;
        display: inline-block;
        width: 94px;
        height: 29px;
        line-height: 29px;
        background: #046fd6;
        text-align: center;
        font-size: 15px;
}
.login-box .login-content .loing-btn-box .register-btn[data-v-61c8b20f] {
        cursor: pointer;
        border-radius: 20px;
        display: inline-block;
        width: 94px;
        height: 29px;
        line-height: 29px;
        background: rgba(41, 123, 78, 0);
        border: 1px solid #046fd6;
        font-size: 15px;
        text-align: center;
}
.login-box .login-content .language-tab[data-v-61c8b20f] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 400;
      color: #FFFFFF;
      padding-top: 10px;
}
.login-box .login-content .language-tab .language-zh-cn[data-v-61c8b20f] {
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: center;
        display: inline-block;
        font-size: 14px;
        width: 55px;
        height: 29px;
        line-height: 29px;
        background: #0C1D34;
}
.login-box .login-content .language-tab .language-en[data-v-61c8b20f] {
        cursor: pointer;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        text-align: center;
        display: inline-block;
        font-size: 12px;
        width: 72px;
        height: 29px;
        line-height: 29px;
        font-family: 'ArialMT';
}
.login-box .login-content .language-tab .active[data-v-61c8b20f] {
        background: #046fd6;
}

.topbar-box[data-v-625a86ce] {
  width: 100%;
  min-width: 1200px;
  height: 170px;
  background: #F2F6F9;
  position: relative;
  z-index: 1;
}
.topbar-box .topbar-left[data-v-625a86ce], .topbar-box .topbar-right[data-v-625a86ce] {
    width: 800px;
    z-index: -1;
    height: 170px;
    display: inline-block;
    position: absolute;
    top: 0;
}
.topbar-box .topbar-left[data-v-625a86ce] {
    left: 0;
    background: url("/images/header/topbar/en/left.png") left bottom no-repeat;
}
.topbar-box .topbar-right[data-v-625a86ce] {
    right: 0;
    background: url("/images/header/topbar/en/right.png") right bottom no-repeat;
}
.topbar-box .topbar-logo[data-v-625a86ce] {
    width: 1200px;
    min-width: 1200px;
    height: inherit;
    margin: auto;
    z-index: 99 !important;
    background: url("/images/header/topbar/en/logo.png") left center no-repeat;
}

.navbar-box[data-v-7a223dc0] {
  width: 100%;
  min-width: 1200px;
  height: 74px;
  line-height: 74px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(247, 249, 254, 0.75);
          box-shadow: 0px 2px 0px 0px rgba(247, 249, 254, 0.75);
}
.navbar-box .navbar-content[data-v-7a223dc0] {
    position: relative;
    margin: auto;
    width: 900px;
    min-width: 900px;
    height: 74px;
    line-height: 74px;
    text-align: left;
    font-size: 20px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 400;
    color: #333333;
    z-index: 10;
}
.navbar-box .navbar-content .navbar-item[data-v-7a223dc0] {
      height: 50px;
      line-height: 50px;
      display: inline-block;
      margin-right: 35px;
      padding: 0 5px;
      position: relative;
      cursor: pointer;
}
.navbar-box .navbar-content .navbar-item .bottom-line[data-v-7a223dc0] {
        display: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 5px;
        background: white;
        border-radius: 3px;
}
.navbar-box .navbar-content .navbar-item.active[data-v-7a223dc0] {
        border-bottom: 3px solid #046FD6;
        color: #046FD6;
}
.navbar-box .navbar-content .navbar-item.active .bottom-line[data-v-7a223dc0] {
          display: inline-block;
}
.navbar-box .navbar-content .navbar-item[data-v-7a223dc0]:last-child {
        margin-right: 0;
}
.navbar-box .navbar-content .navbar-item:hover .sub_nav[data-v-7a223dc0] {
        display: block;
}
.navbar-box .navbar-content .navbar-item .sub_nav[data-v-7a223dc0] {
        position: absolute;
        display: none;
        top: 90%;
        background: white;
        border: 1px solid #d9ddea;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(46, 118, 63, 0.35);
                box-shadow: 0px 0px 6px 0px rgba(46, 118, 63, 0.35);
        border-radius: 4px;
        max-width: unset !important;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        left: 50%;
}
.navbar-box .navbar-content .navbar-item .sub_nav *[data-v-7a223dc0] {
          min-width: 140px;
          text-align: center;
          line-height: 1;
          padding: 14px;
          font-size: 16px;
          color: #2e3f76;
          cursor: pointer;
}
.navbar-box .navbar-content .navbar-item .sub_nav *[data-v-7a223dc0]:hover {
            background: #f7f9fe;
}
.navbar-box .navbar-content .navbar-item .sub_nav * + *[data-v-7a223dc0] {
          border-top: 1px solid #d9ddea;
}
.navbar-box .navbar-content .navbar-search[data-v-7a223dc0] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      right: 0;
      top: calc(50% - 16px);
      cursor: pointer;
      display: inline-block;
      width: 94px;
      height: 29px;
      line-height: 29px;
      background: #046fd6;
      border: 1px solid rgba(255, 255, 255, 0.15);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      border-radius: 30px;
      text-align: center;
}
.navbar-box .navbar-content .navbar-search .navbar-search-icon[data-v-7a223dc0] {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url("/images/header/navbar/search-icon.png") no-repeat;
}
.navbar-box .navbar-content .navbar-search .navbar-search-text[data-v-7a223dc0] {
        width: 32px;
        height: 29px;
        line-height: 29px;
        display: inline-block;
        font-size: 16px;
        color: #fff;
        vertical-align: 2px;
}
.navbar-box .crumbs_row[data-v-7a223dc0] {
    background: #EDF1F9;
    height: 44px;
}

.crumbs[data-v-bc95a030] {
  padding: 15px;
  width: 1200px;
  margin: 0 auto;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.crumbs .crumbs_lab[data-v-bc95a030] {
  font-size: 13px;
  cursor: pointer;
  color: #2E3F76;
}
.crumbs .arrow_line_right[data-v-bc95a030] {
  margin: 0 10px;
  color: #2E3F76;
}

a[data-v-058e254e] {
  text-decoration: none;
  out-line: none;
  color: #A9C2E4;
  cursor: pointer;
}
.footbar-box[data-v-058e254e] {
  min-width: 1200px;
  width: 100%;
  background: #0C1D34;
}
.footbar-box .footbox-content[data-v-058e254e] {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    padding: 40px;
    text-align: center;
    color: #A9C2E4;
    font-size: 14px;
    font-family: MicrosoftYaHeiLight;
}
.footbar-box .footbox-content .footbar-item[data-v-058e254e] {
      height: 30px;
      line-height: 30px;
}
.footbar-box .footbox-content .footbar-item span[data-v-058e254e] {
        cursor: pointer;
}
.footbar-box .footbox-content .footbar-item a[data-v-058e254e] {
        color: #A9C2E4;
        cursor: pointer;
}

.links-box[data-v-eb183526] {
  width: 100%;
  min-width: 1200px;
  background: #183762;
}
.links-box .link-title[data-v-eb183526] {
    font-family: HarmonyOS Sans SC;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}
.links-box .links-content[data-v-eb183526] {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
    padding: 25px 0;
}
.links-box .links-content .link-items[data-v-eb183526] {
      min-height: 100px;
      width: 100%;
}
.links-box .links-content .link-items .link-item[data-v-eb183526] {
        display: inline-block;
        width: 33%;
        line-height: 1.4em;
        position: relative;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        cursor: pointer;
        font-family: HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 11px;
        color: #FFFFFF;
        line-height: 36px;
}
.links-box .links-content .link-items .link-item .item-title[data-v-eb183526] {
          width: 100%;
          height: 30px;
          font-family: HarmonyOS Sans SC;
          font-weight: 400;
          font-size: 11px;
          color: #FFFFFF;
          line-height: 36px;
          text-align: left;
}
.links-box .links-content .link-items .link-item[data-v-eb183526]:first-child {
          float: left;
}

.floor-box[data-v-069b80a2] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: relative;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.floor-box .floor-icon[data-v-069b80a2] {
    left: 0;
    top: calc(50% - 12px);
    display: inline-block;
    width: 24px;
    height: 30px;
    line-height: 30px;
}
.floor-box .floor-icon img[data-v-069b80a2] {
      width: 24px;
      height: 24px;
      vertical-align: text-bottom;
}
.floor-box .floor-title[data-v-069b80a2] {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 8px;
    cursor: pointer;
    position: relative;
}
.floor-box .floor-title .floor-base-line[data-v-069b80a2] {
      display: inline-block;
      position: absolute;
      left: 0;
      bottom: 5px;
      width: 100%;
      height: 8px;
      background: white;
      opacity: 0.1;
}
@charset "UTF-8";

.content img {
  max-width: 100%;
}

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.18666667rem;
  color: #333333;
  width: 1200px;
  min-width: 1200px;
  min-height: 60vh;
  margin: auto;
}

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

.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: 1.33333333rem;
}

* {
  -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;
  background: #f7f9fe;
  line-height: 40px;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  margin: 27px 0;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

[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");
}

.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;
}

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

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

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

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

.video_image {
  overflow: hidden;
}

.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: 58px;
  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_title {
  display: inline-block;
  font-size: 18px;
  padding: 0 10px 4px 4px;
  position: relative;
  line-height: 1;
}

.path_title::after {
  display: block;
  content: '';
  border-bottom: 8px solid rgba(4, 111, 214, 0.1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.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: 6px;
  height: 16px;
  background: url("/images/icon/cart_line.png") no-repeat center transparent;
  margin-right: 12px;
}

.line_cart.right {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

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

.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;
}

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

