@charset "UTF-8";
header button {
  min-width: 80px;
  text-align: center;
  outline: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 2px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
header button:last-child {
  margin-right: 0;
}
header button.btn-outline {
  background-color: white;
  border: 1px solid #ff7e25;
  color: #ff7e25;
}
header button.btn-outline:hover {
  background-color: #ff7e25;
  color: white;
}
header button.btn-main {
  border: 1px solid #ff7e25 !important;
  background-color: #ff7e25;
  color: #fff;
}
header .pc-head {
  margin: auto !important;
  border-bottom: 1px solid #d8d8d8;
}
header .pc-head .pc-head-content {
  width: 1200px;
  margin: auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .pc-head .pc-head-content .logos {
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .pc-head .pc-head-content .logos .logo {
  height: 100%;
  margin-right: 8px;
}
header .pc-head .pc-head-content .logos .logo img {
  height: 100%;
}
header .pc-head .pc-head-content .auth {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .pc-head .pc-head-content .auth .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}
header .pc-head .pc-head-content .auth .user .user-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header .pc-head .pc-head-content .auth .user .user-name {
  font-size: 16px;
}
header #mobile_menu_login .auth {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
header #mobile_menu_login .auth .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header #mobile_menu_login .auth .user .user-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #eee;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header #mobile_menu_login .auth .user .user-name {
  font-size: 16px;
}

section .content {
  width: 1200px;
  margin: auto !important;
}
section .content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.1);
}
section .content .nav .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: white;
}
section .content .nav .tab a {
  padding: 10px 0;
  display: block;
  text-align: center;
  border-right: 1px solid #eee;
}
section .content .nav .tab:last-child a {
  border-right: none;
}
section .content .nav .active {
  color: white;
  background-color: #ff7e25;
}
section .content .nav .active a {
  border-right: none;
}
section .content .tab-content {
  margin-top: 50px;
}
section .section-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 30px;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}
section .section-title::before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
section .section-title.star::before {
  background-image: url("../../images/icon-star.png");
}
section .section-title.book::before {
  background-image: url("../../images/icon-book.png");
}
section .section-title.support::before {
  background-image: url("../../images/icon-support.png");
}

footer .f-recommandLink {
  background-color: #ff7e25;
  padding: 0;
}
footer .f-recommandCompany {
  border-bottom: 1px solid white;
}
footer .cus_time .link a {
  text-decoration: underline;
  margin-right: 10px;
}
footer .cus_time .link a:last-child {
  margin-right: 0;
}
footer .allRightReserve li {
  margin-right: 15px;
}
footer .allRightReserve li a {
  text-decoration: underline;
}
footer .allRightReserve li:last-child {
  margin: 0;
}

.login-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
.login-modal .modal-content {
  cursor: pointer;
  background-color: #fff;
  width: 600px;
  margin-top: 8%;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
}
.login-modal .modal-content .modal-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  position: absolute;
  top: -40px;
  right: 0px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #888;
}
.login-modal .modal-content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.login-modal .modal-content .nav .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #eeeeee;
}
.login-modal .modal-content .nav .tab:last-child a {
  border-right: none;
}
.login-modal .modal-content .nav .tab a {
  color: #333;
  padding: 10px 0;
  display: block;
  text-align: center;
  border-right: 1px solid #eee;
}
.login-modal .modal-content .nav .tab .active {
  background-color: #ff6000;
  color: white;
  border-right: none;
}
.login-modal .modal-content .tab-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
}
.login-modal .modal-content .tab-content a {
  color: #ff7e25;
}
.login-modal .modal-content .tab-content img {
  width: 280px;
}
.login-modal .modal-content .tab-content .btn {
  display: block;
  width: 240px;
  text-align: center;
  margin: auto;
}
.login-modal .modal-content .tab-content .btn-line {
  color: white;
  background-color: #01c300;
}
.login-modal .modal-content .tab-content .divider {
  position: relative;
  margin: 20px auto;
}
.login-modal .modal-content .tab-content .divider span {
  background: white;
  position: relative;
  padding: 0 10px;
}
.login-modal .modal-content .tab-content .divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  border-top: 1px solid #4a4a4a;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.login-modal .modal-content .tab-content #personal {
  padding: 60px 30px;
  text-align: center;
}
.login-modal .modal-content .tab-content #commercial {
  padding: 30px 100px;
}
.login-modal .modal-content .tab-content #commercial .form-group .required:after {
  content: "*";
  color: red;
}
.login-modal .modal-content .tab-content #commercial .form-group a,
.login-modal .modal-content .tab-content #commercial .form-group p {
  text-align: right;
  margin-left: auto;
}
.login-modal .modal-content .tab-content #commercial .form-group .input-group {
  position: relative;
}
.login-modal .modal-content .tab-content #commercial .form-group .input-group button {
  padding: 0;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: initial;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  z-index: 4;
}
.login-modal .modal-content .tab-content #commercial .form-group .input-group button:hover {
  background-color: #fff !important;
}
.login-modal .modal-content .tab-content #commercial .form-group .input-group button i {
  top: 0;
  font-size: 16px;
  display: block;
  color: #737373;
}
.login-modal .modal-content .tab-content #commercial .form-group .verify-code {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.login-modal .modal-content .tab-content #commercial .form-group .verify-code .form-control {
  margin-right: 10px;
}
.login-modal .modal-content .tab-content #commercial .form-group .code {
  width: 100px;
  height: 35px;
  background-color: #ddd;
}

.login-modal.hide {
  display: none;
}

.global-modal {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
}
.global-modal .modal-content {
  cursor: pointer;
  background: none;
  width: 70%;
  max-width: 800px;
  margin-top: 8%;
  margin-left: auto;
  margin-right: auto;
}
.global-modal .modal-content img {
  width: 100%;
}
.global-modal .modal-content .modal-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  position: absolute;
  top: -40px;
  right: 0px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #888;
}
.global-modal .modal-content .banner_pc {
  display: block;
}
.global-modal .modal-content .banner_mobile {
  display: none;
}
.global-modal .modal-content .swiper {
  width: 100%;
}
.global-modal .modal-content .swiper #modal-swiper {
  width: 100%;
  height: 600px;
  position: relative;
}
.global-modal .modal-content .swiper #modal-swiper .swiper-wrapper {
  height: 100%;
}
.global-modal .modal-content .swiper #modal-swiper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}
.global-modal .modal-content .swiper #modal-swiper a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.global-modal .modal-content .swiper #modal-swiper #modal_01 {
  background-image: url("../../images/myship2024_modal.svg");
}
.global-modal .modal-content .swiper #modal-swiper #modal_02 {
  background-image: url("../../images/myship2024_modal2.svg");
}
.global-modal .modal-content .hide-today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-modal .modal-content .hide-today label {
  color: white;
}
.global-modal .modal-content .hide-today label::after {
  border-color: #fff;
}

.global-modal.hide {
  display: none;
}

.global-alert marquee span {
  line-height: 25px;
}
.global-alert button.close {
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 0 !important;
  display: block;
  font-size: 1rem;
  line-height: initial;
  padding: 3px 0;
}
.global-alert button.close i {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  line-height: 25px;
}

.side-nav {
  display: none;
}
.side-nav .alignment .nav-item.active a .bx:before {
  color: #ff7e25;
}

.swiper .swiper-pagination-bullet {
  opacity: 1;
  background: #9b9b9b !important;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #ff7e25 !important;
}

.head {
  padding: 20px 0;
}
.head .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.head .content .swiper {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 680px;
  height: 340px;
  margin-right: 15px;
}
.head .content .swiper #head-swiper {
  position: relative;
}
.head .content .swiper #head-swiper .swiper-wrapper {
  height: 100%;
}
.head .content .swiper #head-swiper .swiper-slide {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head .content .swiper #head-swiper a {
  display: block;
  height: 340px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.head .content .swiper #head-swiper .swiper-button-next,
.head .content .swiper #head-swiper .swiper-button-prev {
  color: white;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #737373;
  opacity: 0.6;
  pointer-events: initial;
}
.head .content .swiper #head-swiper .swiper-button-next:after,
.head .content .swiper #head-swiper .swiper-button-prev:after {
  content: "";
}
.head .content .swiper #head-swiper .swiper-buttons {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.head .content .swiper #head-swiper .swiper-buttons i {
  font-size: 30px;
}
.head .content .swiper #head-swiper .swiper-buttons .swiper-button-disabled {
  opacity: 0.3;
}
.head .content .top-news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 340px;
  width: 100%;
}
.head .content .top-news .news {
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 15px;
}
.head .content .top-news .news:last-child {
  margin-bottom: 0;
}
.head .content .top-news #seller_area {
  background-image: url("../../images/buy_seller_zone.png");
}
.head .content .top-news #life_circle {
  background-image: url("../../images/internet_celebrity_area.png");
}

.recommended {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.recommended .content {
  padding: 10px;
}
.recommended .content #hot-goods-1,
.recommended .content #hot-goods-2,
.recommended .content #hot-goods-3 {
  width: 100%;
  height: 700px;
  padding-bottom: 20px;
}
.recommended .content #hot-goods-1 .good,
.recommended .content #hot-goods-2 .good,
.recommended .content #hot-goods-3 .good {
  height: 320px;
  width: 100px;
  background-color: white;
  margin-right: 10px;
}
.recommended .content #hot-goods-1 .good:last-child,
.recommended .content #hot-goods-2 .good:last-child,
.recommended .content #hot-goods-3 .good:last-child {
  margin-right: 0;
}
.recommended .content #hot-goods-1 .good .good-thumb,
.recommended .content #hot-goods-2 .good .good-thumb,
.recommended .content #hot-goods-3 .good .good-thumb {
  width: 100%;
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.recommended .content #hot-goods-1 .good .good-thumb img,
.recommended .content #hot-goods-2 .good .good-thumb img,
.recommended .content #hot-goods-3 .good .good-thumb img {
  width: 100%;
  height: 100%;
}
.recommended .content #hot-goods-1 .good .good-infos,
.recommended .content #hot-goods-2 .good .good-infos,
.recommended .content #hot-goods-3 .good .good-infos {
  padding: 10px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recommended .content #hot-goods-1 .good .good-infos .good-store,
.recommended .content #hot-goods-2 .good .good-infos .good-store,
.recommended .content #hot-goods-3 .good .good-infos .good-store {
  color: #767676;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.recommended .content #hot-goods-1 .good .good-infos .good-name,
.recommended .content #hot-goods-2 .good .good-infos .good-name,
.recommended .content #hot-goods-3 .good .good-infos .good-name {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #4a4a4a;
}
.recommended .content #hot-goods-1 .good .good-infos .good-price,
.recommended .content #hot-goods-2 .good .good-infos .good-price,
.recommended .content #hot-goods-3 .good .good-infos .good-price {
  margin-top: auto;
  font-weight: bold;
  color: #ff7e25;
}

.quick-links {
  padding: 60px;
  background-color: white;
}
.quick-links .content .link {
  display: block;
  text-align: center;
  padding: 20px;
}
.quick-links .content .link img {
  width: 100px;
}

.eSchool {
  padding: 30px 0;
  background-color: #f5f5f5;
  /*margin-bottom: -50px;*/
}
.eSchool .content {
  padding: 10px;
}
.eSchool .content .intro {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}
.eSchool .content #eSchool-story .swiper-slide,
.eSchool .content #eSchool-tutorial .swiper-slide {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  color: white;
}
.eSchool .content #eSchool-story .swiper-slide a,
.eSchool .content #eSchool-tutorial .swiper-slide a {
  display: block;
  color: white;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial {
  display: block;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-cover,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-cover {
  width: 100%;
  height: 240px;
  font-size: 0;
  letter-spacing: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-cover img,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-cover img {
  width: 100%;
  height: 100%;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
  padding: 15px 25px;
  background-color: #232e46;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-title,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 5px;
  color: white;
  margin-bottom: 10px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-tags,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-tags {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-tags span,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-tags span {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-right: 5px;
  font-size: 16px;
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-tags span:after,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-tags span:after {
  content: ",";
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-tags span:last-child:after,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-tags span:last-child:after {
  content: "";
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-readmore,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-readmore {
  margin-top: auto;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: rgba(255, 255, 255, 0.8);
}
.eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-readmore i,
.eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-readmore i {
  font-size: 18px;
  line-height: 20px;
  color: #ff7e25;
}
.eSchool .content #eSchool-story .swiper-slide .post,
.eSchool .content #eSchool-tutorial .swiper-slide .post {
  display: block;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-cover,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-cover {
  width: 100%;
  height: 240px;
  font-size: 0;
  letter-spacing: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-cover img,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-cover img {
  width: 100%;
  height: 100%;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
  padding: 15px 25px;
  background-color: #232e46;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head .title,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head .title {
  padding-right: 75px;
  color: white;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head .company-logo,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head .company-logo {
  right: 0;
  bottom: 10px;
  position: absolute;
  background-color: white;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  padding: 3px;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head .company-logo img,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head .company-logo img {
  width: 100%;
  height: 100%;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-summary,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-summary {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-readmore,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-readmore {
  margin-top: auto;
  font-size: 16px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: rgba(255, 255, 255, 0.8);
}
.eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-readmore i,
.eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-readmore i {
  font-size: 18px;
  line-height: 20px;
  color: #ff7e25;
}
.eSchool .content .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  color: #ff6000;
  margin-top: 5px;
  padding: 10px;
  font-size: 20px;
}
.eSchool .content .more span {
  margin-right: 10px;
}
.eSchool .content .more i {
  font-size: 24px;
}

.free-consult {
  position: relative;
  padding: 5px;
  width: 100px;
  height: 100px;
  position: fixed;
  z-index: 10;
  right: 5px;
  bottom: 160px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../images/lecture_float.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.free-consult .free-consult-link {
  display: block;
  width: 100%;
  height: 100%;
}
.free-consult .free-consult-close {
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0px;
  font-size: 24px;
  color: #aaa;
}
.free-consult .line-link {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 45px;
  height: 45px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  border: 1px solid #eee;
}
.free-consult .line-link img {
  width: 100%;
}

@media (max-width: 960px) {
  .side-nav {
    display: block;
  }
  header .pc-head {
    display: none;
  }
  .l-mobileHeader {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 768px) {
  section .content {
    padding: 0 10px;
    width: 100%;
  }
  section .content .nav .tab a {
    padding: 6px 0;
  }
  section .content .tab-content {
    margin-top: 10px;
  }
  section .section-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .login-modal .modal-content {
    cursor: pointer;
    width: 90%;
    margin-top: 100px;
  }
  .login-modal .modal-content .tab-content img {
    width: 65%;
  }
  .login-modal .modal-content .tab-content .btn {
    width: 180px;
  }
  .login-modal .modal-content .tab-content #personal {
    padding: 40px 20px;
  }
  .login-modal .modal-content .tab-content #commercial {
    padding: 20px;
    font-size: 14px;
    text-align: center;
  }
  .login-modal .modal-content .tab-content #commercial .form-group a,
  .login-modal .modal-content .tab-content #commercial .form-group p {
    text-align: right;
    margin-left: auto;
  }
  .login-modal .modal-content .tab-content #commercial .form-group .input-group {
    position: relative;
  }
  .login-modal .modal-content .tab-content #commercial .form-group .input-group input {
    padding-right: 40px;
  }
  .global-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global-modal .modal-content {
    width: 80%;
  }
  .global-modal .modal-content .banner_pc {
    display: none;
  }
  .global-modal .modal-content .banner_mobile {
    display: block;
  }
  .global-modal .modal-content .swiper #modal-swiper {
    height: 500px;
    position: relative;
  }
  .global-modal .modal-content .swiper #modal-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  .global-modal .modal-content .swiper #modal-swiper .swiper-slide {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 50px;
  }
  .global-modal .modal-content .swiper #modal-swiper a {
    display: block;
    height: 100%;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .global-modal .modal-content .swiper #modal-swiper #modal_01 {
    background-image: url("../../images/myship2024_modal_m.svg");
  }
  .global-modal .modal-content .swiper #modal-swiper #modal_02 {
    background-image: url("../../images/myship2024_modal2_m.svg");
  }
  .head {
    padding: 0;
  }
  .head .content {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .head .content .swiper {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .head .content .swiper #head-swiper .swiper-slide a {
    height: 200px;
  }
  .head .content .swiper #head-swiper .swiper-button-next,
  .head .content .swiper #head-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .head .content .swiper #head-swiper .swiper-buttons i {
    font-size: 22px;
  }
  .head .content .top-news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 300px;
  }
  .head .content .top-news .news {
    display: block;
    height: 180px;
  }
  .head .content .top-news #seller_area {
    background-image: url("../../images/buy_seller_zone_s.png");
    height: 180px;
    margin-bottom: 0;
  }
  .head .content .top-news #life_circle {
    background-image: url("../../images/internet_celebrity_area_s.png");
    margin-left: 10px;
    height: 180px;
  }
  .recommended {
    padding: 10px 0;
  }
  .recommended .content #hot-goods-1,
  .recommended .content #hot-goods-2,
  .recommended .content #hot-goods-3 {
    height: auto;
    padding-bottom: 40px;
    padding-right: 16%;
  }
  .recommended .content #hot-goods-1 .good,
  .recommended .content #hot-goods-2 .good,
  .recommended .content #hot-goods-3 .good {
    height: 250px;
  }
  .recommended .content #hot-goods-1 .good .good-thumb,
  .recommended .content #hot-goods-2 .good .good-thumb,
  .recommended .content #hot-goods-3 .good .good-thumb {
    height: 130px;
  }
  .quick-links {
    padding: 20px 10px;
    background-color: white;
  }
  .quick-links .content .link {
    text-align: center;
    padding: 0px;
    font-size: 12px;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .quick-links .content .link img {
    width: 11.6666666667vw;
  }
  .eSchool {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    margin-bottom: -30px;
  }
  .eSchool .content {
    padding: 10px;
  }
  .eSchool .content .intro {
    font-size: 16px;
    margin: 20px 0;
  }
  .eSchool .content #eSchool-story,
  .eSchool .content #eSchool-tutorial {
    padding-right: 20%;
  }
  .eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-cover,
  .eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-cover {
    height: 180px;
  }
  .eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos,
  .eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos {
    height: 180px;
  }
  .eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-title,
  .eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-tags span,
  .eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-tags span {
    font-size: 14px;
  }
  .eSchool .content #eSchool-story .swiper-slide .tutorial .tutorial-infos .tutorial-readmore,
  .eSchool .content #eSchool-tutorial .swiper-slide .tutorial .tutorial-infos .tutorial-readmore {
    font-size: 14px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-cover,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-cover {
    height: 180px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos {
    height: 180px;
    padding: 10px 20px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head .title,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head .title {
    padding-right: 55px;
    font-size: 18px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-head .company-logo,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-head .company-logo {
    width: 50px;
    height: 50px;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-summary,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-summary {
    font-size: 14px;
    -webkit-line-clamp: 4;
  }
  .eSchool .content #eSchool-story .swiper-slide .post .post-infos .post-readmore,
  .eSchool .content #eSchool-tutorial .swiper-slide .post .post-infos .post-readmore {
    font-size: 14px;
  }
  .eSchool .content .more {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .eSchool .content .more i {
    font-size: 20px;
  }
  .free-consult {
    width: 80px;
    height: 80px;
    right: 13px;
  }
  .free-consult .free-consult-close {
    font-size: 20px;
  }
}
/* ... 保留您原本的 2024 CSS 內容 ... */
/* 補回 YouTube 頻道區塊樣式 */
/*section.yt-video {
  padding: 50px 0 30px 0;
}

section.yt-video .content .yt-video-content {
  max-width: 768px;
  width: 100%;
  margin: auto;
}

section.yt-video .yt-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;*/  /*確保 16:9 比例 */
/*}

section.yt-video .yt-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/

/* YouTube 頻道區塊標題 */
/*section.yt-video .section-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    改為 100%，不要 fit-content max-width: 768px;
    margin: 0 auto 20px;
    padding-left: 0;
    gap: 15px;*/ /*文字與兩側裝飾線的距離 */
/*}*/

/* 賣貨便 YT 頻道標題裝飾線（改為 flex 子項，自動對稱） */
/*.section-title.eSell-title {
    position: static;
    text-align: center;
    white-space: nowrap;
}

    .section-title.eSell-title .eSell-titleImg img {
        max-width: 30px;
        margin-right: 0.3rem;
        margin-top: 0.2rem;
    }

    .section-title.eSell-title::before,
    .section-title.eSell-title::after {
        content: "";
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 1px;
        background-color: #888888;
        position: static;
        width: auto;
        left: auto;
        right: auto;
        top: auto;
    }*/


/* 補回 看更多按鈕樣式 */
.yt-video .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ff6000;
  margin-top: 5px;
  padding: 10px 0 0 10px;
  font-size: 20px;
}

.yt-video .more span {
  margin-right: 10px;
}

 /*手機版適配修正 */
@media (max-width: 768px) {
  section.yt-video {
    padding: 30px 10px;
  }
    section.yt-video .section-title {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 10px 0;
    }
  .section-title.eSell-title::before,
  .section-title.eSell-title::after {
    display: none;  /*手機版隱藏裝飾線防止破版 */
  }
  .yt-video .more {

    font-size: 18px;
  }
}
/* ... 接著您原本 CSS 的其他內容 (例如 .myship-recommendation 等) ... */
.myship-recommendation {
  background: #F5F5F5;
  padding: 40px 0;
}
@media all and (max-width: 1024px) {
  .myship-recommendation {
    padding: 28px 0;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .section-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .section-sub-title {
    font-size: 16px;
    line-height: 1.75;
    margin: 16px 0 0;
  }
}
.myship-recommendation .recommend-swiper {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-swiper {
    overflow: visible;
  }
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .swiper-wrapper {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr !important;
    grid-template-columns: 1fr !important;
    grid-auto-rows: 1fr !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    gap: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
}
.myship-recommendation .recommend-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  margin-top: 24px;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card {
    margin-top: 20px;
    border-radius: 10px;
  }
}
.myship-recommendation .recommend-card.theme-orange .label-tag {
  color: #ff6000;
  background: rgba(255, 96, 0, 0.1);
}
.myship-recommendation .recommend-card.theme-orange .btn-myship {
  background-color: #ff6000;
  color: #fff;
}
.myship-recommendation .recommend-card.theme-orange .btn-myship:hover {
  background-color: #e65600;
}
.myship-recommendation .recommend-card.theme-green .label-tag {
  color: #00a64e;
  background: #eef9f3;
}
.myship-recommendation .recommend-card.theme-green .title {
  color: #00a64e;
}
.myship-recommendation .recommend-card.theme-green .feature-list {
  margin-bottom: 30px;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card.theme-green .feature-list {
    margin-bottom: 0;
  }
}
.myship-recommendation .recommend-card.theme-green .btn-myship {
  background-color: #00a64e;
  color: #fff;
}
.myship-recommendation .recommend-card.theme-green .btn-myship:hover {
  background-color: #008d42;
}
.myship-recommendation .recommend-card .card-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .card-content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .myship-recommendation .recommend-card .card-content-wrapper.reverse-desktop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.myship-recommendation .recommend-card .image-side {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
  aspect-ratio: 16/9;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    aspect-ratio: auto;
    min-height: 100%;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .image-side {
    aspect-ratio: 16/10;
    height: 220px;
    min-height: 0;
  }
}
@media all and (max-width: 415px) {
  .myship-recommendation .recommend-card .image-side {
    height: 200px;
  }
}
.myship-recommendation .recommend-card .image-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .image-side img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.myship-recommendation .recommend-card .text-side {
  padding: 28px 24px;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    padding: 32px 48px;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side {
    padding: 20px 16px;
  }
}
.myship-recommendation .recommend-card .text-side .label-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  width: 100%;
}
.myship-recommendation .recommend-card .text-side .label-tag {
  font-size: 14px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 999px;
  display: inline-block;
  line-height: 1.4;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .label-tag {
    font-size: 12px;
    padding: 4px 10px;
  }
  .myship-recommendation .recommend-card .text-side .label-tag:first-child {
    display: none;
  }
}
.myship-recommendation .recommend-card .text-side .title {
  font-family: "Noto Sans TC";
  font-weight: 700;
  color: #394c62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  border-bottom: 1px solid #e6e9ed;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .text-side .title {
    font-size: 24px;
    line-height: 34px;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .title {
    font-size: 18px;
    line-height: 26px;
    gap: 8px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.myship-recommendation .recommend-card .text-side .title .title-icon {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .title .title-icon {
    width: 28px;
    height: 28px;
  }
}
.myship-recommendation .recommend-card .text-side .feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .text-side .feature-list {
    margin-bottom: 30px;
  }
}
.myship-recommendation .recommend-card .text-side .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.7;
  color: #727e8c;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .feature-list li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.65;
  }
}
.myship-recommendation .recommend-card .text-side .feature-list li:last-child {
  margin-bottom: 0;
}
.myship-recommendation .recommend-card .text-side .feature-list li .list-icon-svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 3px;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .feature-list li .list-icon-svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    margin-top: 2px;
  }
}
.myship-recommendation .recommend-card .text-side .feature-list li strong {
  color: #394c62;
  font-weight: bold;
}
.myship-recommendation .recommend-card .text-side .feature-list li .feature-head {
  display: none;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .text-side .feature-list li .feature-head {
    display: inline;
  }
}
.myship-recommendation .recommend-card .text-side .btn-myship {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 14px 16px;
  min-height: 52px;
}
@media screen and (min-width: 1025px) {
  .myship-recommendation .recommend-card .text-side .btn-myship {
    font-size: 16px;
    padding: 10px 20px;
  }
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-card .text-side .btn-myship {
    font-size: 16px;
    line-height: 1.5;
    padding: 12px 14px;
    min-height: 48px;
    margin-top: 16px;
  }
}
.myship-recommendation .recommend-card .text-side .btn-myship .icon-white {
  color: #fff !important;
  margin-left: 8px;
  font-size: 16px;
}
.myship-recommendation .recommend-footer {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-footer {
    margin-top: 28px;
  }
}
.myship-recommendation .recommend-footer .footer-note-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-footer .footer-note-wrapper {
    margin-bottom: 16px;
  }
}
.myship-recommendation .recommend-footer .footer-note-wrapper::before, .myship-recommendation .recommend-footer .footer-note-wrapper::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #888888;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-footer .footer-note-wrapper::before, .myship-recommendation .recommend-footer .footer-note-wrapper::after {
    min-width: 20px;
  }
}
.myship-recommendation .recommend-footer .footer-note-wrapper .footer-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  color: #4A4A4A;
  font-size: 24px;
  font-weight: 500;
  white-space: nowrap;
}
@media all and (max-width: 1024px) {
  .myship-recommendation .recommend-footer .footer-note-wrapper .footer-note {
    font-size: 14px;
    padding: 0 12px;
    white-space: normal;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.6;
  }
}
.myship-recommendation .recommend-footer .footer-note-wrapper .footer-note i {
  font-size: 22px;
  margin-right: 8px;
  color: #ff6000;
}
.myship-recommendation .recommend-footer .footer-banner {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.myship-recommendation .recommend-footer .footer-banner:hover {
  -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
          transform: translateY(-3px);
}
.myship-recommendation .recommend-footer .footer-banner a {
  display: block;
  width: 100%;
  line-height: 0;
}
.myship-recommendation .recommend-footer .footer-banner .banner-img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}