body {
  color: #3b3d49;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.Color_5F6368 {
  color: #5f6368;
}

.Color_A8ABB2 {
  color: #a8abb2;
}

.Color_00719E {
  color: #00719e;
}

.Color_00ADEE {
  color: #00adee;
}

.Color_FF616C {
  color: #ff616c;
}

.bg-FAEBEC {
  background-color: #faebec;
}

.bg-EFF3F9 {
  background-color: #eff3f9;
}

.bg-00719E {
  background-color: #00719e;
}

.btn-A8ABB2 {
  color: #a8abb2;
  text-decoration: none;
}

.btn-A8ABB2:hover {
  color: #a8abb2;
}

.headerTop {
  width: 100%;
  height: 46px;
  background-image: url(../images/topbg_1.jpg);
  background-repeat: no-repeat;
  background-position: right top;
}

.headerTopContent {
  height: 46px;
  background-image: url(../images/topbg_2.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  color: #fff;
}

.headerTopContent a {
  color: #fff;
  text-decoration: none;
  /* padding: 6px 0; */
  /* background-color: #5F6368; */
}

/* .headerTopContent a:hover {
    color: #FF616C;
} */

@media (max-width: 1199px) {
  .headerTop {
    background-color: #00adee;
    background-image: none;
  }
  .headerTopContent {
    background-color: #00adee;
    background-image: none;
  }
}

.languagebtn {
  background: none;
  border: none;
  cursor: pointer;
}

.navbox {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  height: 154px;
  /* background-color: #A8ABB2; */
}

/* .cartbox {
    margin-left: auto;
} */
.logo {
  width: 26%;
}

.logo img {
  width: 100%;
  height: auto;
}

.NavItemBox ul {
  display: flex;
}

.NavItemBox ul li {
  padding: 0.8rem 1rem;
  position: relative;
}

.NavItemBox ul li a {
  text-decoration: none;
  color: #3b3d49;
}

.NavItemBox ul li a:hover {
  color: #00719e;
}

.NavItemBox ul li ul {
  display: none;
  padding: 1rem;
  width: 220px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  border-top: 3px solid #00719e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.NavItemBox ul li ul li {
  padding: 0.2rem 0.5rem;
}

.NavItemBox ul li ul li a {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  /* background-color: #A8ABB2; */
}

.Mb_menu {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
}

.Mb_Close {
  background: none;
  border: 0;
  margin: 1rem;
}

@media (max-width: 991.98px) {
  .logo {
    width: 50%;
  }
  .NavItemAll {
    overflow: auto;
    height: 80vh;
  }
  .navbox {
    padding: 1.3rem 0;
    height: auto;
    position: relative;
  }
  .navBtnbox {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
  }
  .navBtnbox.active {
    display: block;
  }
  .NavItemBox ul {
    flex-direction: column;
    padding: 0 1rem;
  }
  .NavItemBox ul li {
    border-bottom: 1px solid #a8abb2;
    padding: 0.5rem;
  }
  .NavItemBox ul li ul {
    /* display: none; */
    padding: 0.5rem 0;
    width: 100%;
    position: relative;
    top: 100%;
    left: 0;
    transform: none;
    /* background-color: #A8ABB2; */
    flex-direction: column;
    border-top: 0;
    box-shadow: none;
  }
  .NavItemBox ul li ul li {
    border: 0;
    padding: 0 0.5rem;
  }
  .NavItemBox ul li a {
    display: block;
    width: 100%;
    padding: 0.5rem;
    /* background-color: #A8ABB2; */
  }
}

.carBtn {
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}

.carBtn:hover {
  color: #fff;
}

.carNum {
  width: 20px;
  height: 20px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  display: block;
  border-radius: 20px;
  background-color: #ff616c;
  position: absolute;
  top: -5px;
  right: -5px;
}

.swiper-container {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 手機版圖片顯示 */
.mobile-img {
  display: none;
}

.desktop-img {
  display: block;
  max-width: 1920px;
  max-height: 768px;
}

@media (max-width: 991.98px) {
  .mobile-img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  .desktop-img {
    display: none;
  }
}

.SecondBlockBox {
  background-color: #eff3f9;
  height: 270px;
  position: relative;
}

.SecondBlockHeader button {
  width: 178px;
  height: 60px;
  font-size: 1.25rem;
  color: #fff;
  background-color: #00adee;
  background-image: url(../images/SecondBlockBtn-1.svg);
  background-repeat: no-repeat;
  background-position: 6px 6px;
  border: 0;
}

.SecondBlockHeader button.active {
  background-color: #fff;
  background-image: url(../images/SecondBlockBtn-2.svg);
  color: #3b3d49;
}

.SecondBlock {
  width: 50%;
  position: absolute;
  top: -70px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
}

.SecondBlockConter {
  background-color: #fff;
  padding: 1.6rem;
  box-shadow: 0px 6px 5px rgba(216, 216, 216, 0.3);
}

@media (max-width: 991.98px) {
  .SecondBlockBox {
    height: 340px;
  }
  .SecondBlock {
    width: 100%;
    position: static;
    /* top: -60px; */
    z-index: 9;
    left: 0;
    transform: translateX(0);
  }
}

.RecommendItem {
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #a8abb2;
  border-radius: 6px;
}

.RecommendItem img {
  width: 100%;
  height: auto;
}

.NewsBox {
  background-color: #eff3f9;
}

.NewItemBox {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1.2rem;
}

.NewItemBoxNews {
  background-color: #eff3f9;
  padding: 1.2rem;
  border-bottom: 1px solid #d9e0e9;
}

.NewsItem1 {
  background-color: #00719e;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.NewsItem2 {
  background-color: #ff616c;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.NewsItem3 {
  background-color: #00adee;
  color: #fff;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 4px;
}

.NewsLink a {
  color: #3b3d49;
  text-decoration: none;
}

.NewsLink a:hover {
  color: #00719e;
}

.NewsMoreBtn {
  text-decoration: none;
  color: #3b3d49;
  border: 1px solid #a8abb2;
  background-color: #fff;
  padding: 1.2rem 2rem;
  border-radius: 6px;
  transition: all 0.2s linear;
}

.NewsMoreBtn:hover {
  color: #fff;
  background-color: #3b3d49;
}

.mapTitle {
  width: 233px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  color: #fff;
  background-color: #1c8ab5;
}

@media (max-width: 1199px) {
  .mapTitle {
    width: auto;
  }
}

.mapItem li {
  list-style-type: none;
  padding-left: 1rem;
  line-height: 34px;
}

.mapItem li a {
  text-decoration: none;
  color: #fff;
}

.FooterFooter {
  background-color: #fff;
}

.FooterFooter a {
  color: #3b3d49;
}

@media (max-width: 991.98px) {
  .mapTitle {
    width: 100%;
  }
  .mapItem li {
    width: 50%;
  }
}

.modalTitleSmall {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #00adee;
}

.modal-header,
.modal-footer {
  border: 0;
}

.VerificationCodeImg {
  width: 76px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #eff3f9;
}

.VerificationCodeImg img {
  width: 100%;
  height: 100%;
}

.VerificationCodeBtn a {
  width: 40px;
  height: 40px;
}

.languagebox {
  position: relative;
  width: 70px;
  height: 27px;
  /* background-color: #fff; */
}

.languageItem {
  position: absolute;
}

.languagebox a {
  width: 100%;
  /* padding: 2px; */
  text-align: center;
  /* height: 27px; */
  display: block;
  border: 0;
  background-color: #00adee;
  /* background:none; */
  /* margin-bottom: 10px; */
  color: #fff;
  /* padding: .3rem 0; */
}

.FooterLogo img {
  width: 70%;
  height: auto;
}

.StartCalculation {
  width: 130px;
}

#backToTop {
  position: fixed;
  bottom: 580px;
  right: 10px;
  /* display: none; */
  border: 0;
  background: none;
  opacity: 0.6;
  z-index: 99;
}

#backToTop:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  #backToTop {
    bottom: 150px;
    right: 0px;
    opacity: 0.6;
  }
}

/* 輪播 */
.owl-carousel .item picture img {
  width: 100%;
  display: block;
}

.owl-carousel {
  width: 100%;
  overflow: hidden;
  /* background-color: #EFF3F9; */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  box-shadow: none !important;
  border: none;
  padding: 0;
  z-index: 10;
  cursor: pointer;
}

.owl-nav button.owl-prev {
  left: 10px;
}

.owl-nav button.owl-next {
  right: 10px;
}

.owl-nav svg:hover {
  opacity: 0.8;
  transition: opacity 0.2s;
}

.owl-dots {
  position: absolute;
  z-index: 99;
  bottom: 16px;
  text-align: left;
  padding-left: 16px;
  margin-top: 10px;
}

.owl-dot span {
  background: #fff;
}

.owl-dot.active span {
  background: #ff616c !important;
}

.RegisterBox {
  max-width: 960px;
  /* background-color: #A8ABB2; */
  margin: 0 auto;
}

.ContentBox {
  width: 100%;
  border: 4px solid #eff3f9;
  border-radius: 20px;
  padding: 1.5rem;
}

@media (max-width: 991.98px) {
  .ContentBox {
    padding: 1rem;
  }
}

.VerificationCode {
  border: 1px solid #eff3f9;
  border-radius: 4px;
}

.PaginationBox li a {
  color: #3b3d49;
  margin: 0 0.3rem;
  padding: 0.4rem 0.7rem;
  text-decoration: none;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}

.PaginationBox li a:hover {
  background-color: #f2f2f2;
}

.PaginationBox li a.active {
  border: 1px solid #747681;
  background-color: #747681;
  color: #fff;
}

.NewsPageBox {
  color: #5f6368;
}

.NewsPageBox img {
  max-width: 100%;
  height: auto;
  margin: 1rem 0;
}

.SecondaryMenuBox a {
  color: #3b3d49;
  text-decoration: none;
  fill: #d9d9d9;
}

.SecondaryMenuBox a:hover {
  color: #00719e;
}

.SecondaryMenuBox a.active {
  color: #ff616c;
  fill: #ff616c;
}

.ConsolidationStepsPc {
  width: 92%;
  height: auto;
  margin: 0 auto;
}

.ConsolidationStepsPc img {
  border-radius: 20px;
}

.UnderstandingSteps h4 {
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 10px;
  background-color: #00719e;
  display: inline-block;
}

.PositionRelative {
  position: relative;
}

@media (max-width: 991.98px) {
  .ConsolidationStepsPc {
    width: 100%;
  }
  #SecondaryMenuBox {
    width: 84%;
    position: absolute;
    top: 110px;
    left: 1rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
  }
  .SecondaryMenuBox div {
    padding: 0.8rem 1.5rem;
  }
}

.LangAll {
  position: relative;
}

.LangboxBtn {
  cursor: pointer;
  padding: 6px 0;
}

.LangItemBtn {
  /* display: none; */
  width: 100%;
  text-align: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  padding: 0.5rem;
  z-index: 999;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
  border-radius: 6px;
}

.LangItemBtn .arrow-up {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.LangItemBtn ul li {
  padding: 4px 0;
}

.LangItemBtn ul li a {
  color: #3b3d49;
}

.TableStyle {
  color: #5f6368;
}

.TableStyle th,
.TableStyle td {
  padding: 1rem;
}

.ProhibitionItemBox {
  width: 100%;
  height: 100%;
  border: 1px solid #d9e0e9;
  padding: 1rem;
  border-radius: 10px;
}

.ProhibitionItemBox img {
  width: 126px;
  height: 126px;
  border-radius: 10px;
}

.ChargingItemBox {
  height: 100%;
  border: 1px solid #d9e0e9;
  padding: 1rem;
  border-radius: 10px;
}

.ChargingItemImg {
  width: 32%;
  height: auto;
}

.ChargingItemImg img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.ExplinBox {
  padding: 0.2rem 1.2rem;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  border-radius: 20px;
  background-color: #ff616c;
}

@media (max-width: 991.98px) {
  .ProhibitionItemBox img {
    width: 110px;
    height: 110px;
  }
  .ChargingItemImg {
    width: 80%;
    height: auto;
  }
}

.QaBox {
  border-bottom: 1px solid #eff3f9;
  padding: 1rem 0;
}

.QaBtn {
  cursor: pointer;
}

.QaAnswer {
  padding: 0.6rem 1rem 0.1rem 1rem;
  display: none;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.2s;
}

.PackageOrderInfo {
  background-color: #eff3f9;
  border-radius: 10px;
  padding: 1rem;
  display: none;
}

.PackageOrderFlowchart {
  height: 100%;
  border-left: 1px solid #d9e0e9;
  padding-left: 1rem;
}

.PackageOrderTable {
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 991.98px) {
  .PackageOrderFlowchart {
    border-left: none;
    padding-left: 0;
    padding-bottom: 2rem;
  }
  .PackageOrderTable table {
    width: 800px;
  }
  .PackageOrderTable .w-1000 {
    width: 1000px;
  }
  .MbW-100 {
    width: 100%;
  }
}

.PackageOrderFlowchartItem {
  color: #d9e0e9;
}

.PackageOrderFlowchartItemImg {
  width: 62px;
  height: 62px;
  text-align: center;
  line-height: 60px;
  border-radius: 10px;
  background-color: #d9e0e9;
}

.PackageOrderFlowchartItem.active {
  color: #5f6368;
}

.PackageOrderFlowchartItem.active .PackageOrderFlowchartItemImg {
  background-color: #00adee;
}

.PackageConnect {
  width: 5px;
  height: 63px;
  background-color: #d9e0e9;
  margin-left: 28px;
}
.PackageConnect.active {
  background-color: #00adee;
}

.PackageOrderBtn {
  cursor: pointer;
  transition: all 0.3s ease;
}

.PackageOrderBtn img {
  transition: transform 0.3s ease;
}

.PackageOrderBtn.active img {
  transform: rotate(180deg);
}

.ApplyForShipmentList {
  padding-left: 1rem;
}

.ApplyForShipmentList li {
  list-style-type: disc;
  line-height: 2rem;
}

.EstablishedOrderItemImg {
  width: 30px;
  height: 30px;
  background-color: #d9e0e9;
  border-radius: 15px;
}

.EstablishedOrderItem {
  color: #d9e0e9;
}

.EstablishedOrderItem.active {
  color: #5f6368;
}

.EstablishedOrderItem.active .EstablishedOrderItemImg {
  background-color: #00adee;
}

.EstablishedConnect {
  width: 2px;
  height: 63px;
  background-color: #d9e0e9;
  margin-left: 14px;
}

.EstablishedConnect.active {
  background-color: #00adee;
}

.points-radio input[type="radio"] {
  display: none;
}

.points-radio input[type="radio"] + label {
  font-size: 18px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  border: 1px solid #00719e;
  color: #00719e;
}

.points-radio input[type="radio"] + label:hover {
  background-color: #cde6ef;
}

.points-radio input[type="radio"]:checked + label {
  background-color: #faebec;
}

.PaymentMethodItem input[type="radio"] {
  display: none;
}

.PaymentMethodItem input[type="radio"] + label {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  border: 1px solid #00719e;
  color: #00719e;
}

.PaymentMethodItem input[type="radio"] + label:hover {
  background-color: #faebec;
}

.PaymentMethodItem input[type="radio"]:checked + label {
  background-color: #00adee;
  color: #fff;
  border: 1px solid #00adee;
}

.ChangePasswordBtn {
  cursor: pointer;
}

.ChangePasswordbox {
  display: none;
}

.list-decimal {
  margin-left: 4rem;
}

.list-decimal li {
  /* padding-left: 3rem; */
  list-style-type: cjk-ideographic;
  padding-bottom: 0.8rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.list-decimal ul li {
  list-style-type: decimal;
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  font-size: 1rem;
  margin-left: 1rem;
  font-weight: normal;
}

.list-decimal ul li ul li {
  list-style-type: lower-alpha;
}

.list-decimal ul li ul li ul li {
  list-style-type: upper-roman;
}
.image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.overlay-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
.overlay-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: 10000;
}
.overlay-img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border: 2px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.overlay-close {
  /* width: 40px;
    height: 40px; */
  position: absolute;
  top: -60px;
  right: -14px;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  padding: 5px 10px;
  transition: all 0.3s ease;
}
.overlay-close:hover {
  transform: scale(1.1);
  color: #00adee;
}
