.business-header-wrapper * {
  box-sizing: border-box;
}
.business-header-wrapper .header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  background: #fff;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
}
.business-header-wrapper .header-bar .logistics-logo img {
  height: 28px;
}
.business-header-wrapper .header-bar .logistics-nav {
  display: flex;
  align-items: center;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item {
  margin-left: 40px;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item a.nav-tel {
  font-size: 16px;
  font-weight: bold;
  color: #00c4b3;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item a:hover {
  color: #00c4b3;
  text-decoration: none;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item a.btn-get-price {
  width: 172px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #444;
  background: #f8d340;
  border-radius: 99em;
  outline: none;
  display: block;
  text-align: center;
}
.business-header-wrapper .header-bar .logistics-nav .nav-item a.btn-get-price:hover {
  background-color: #d3b022;
  color: #fff;
}
.business-header-wrapper .logistics-nav-bar, .business-header-wrapper .logistics-shadow, .business-header-wrapper .sider-bar-logistics {
  display: none;
}

.input-ctrl .txt {
  width: 100%;
  min-height: 48px;
  padding: 0 10px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 0 !important;
}
.input-ctrl .txt::placeholder {
  color: #999;
}

.for-title {
  text-align: center;
}
.for-title div.home-title {
  position: relative;
  font-size: 26px;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  letter-spacing: 0;
}
.for-title div.home-title:before {
  content: "";
  display: block;
  width: 110%;
  height: 70%;
  position: absolute;
  left: -5%;
  top: 13px;
  background: rgba(0, 196, 179, 0.2);
}
.for-title div.home-title h1, .for-title div.home-title h2 {
  position: relative;
  letter-spacing: 1px;
  color: #324a5e;
  font-size: 30px;
  font-weight: bold !important;
  margin: 0;
}

.mobile {
  display: none;
}

button, input, optgroup, select, textarea {
  font-family: "Lato", sans-serif;
}
button::placeholder, input::placeholder, optgroup::placeholder, select::placeholder, textarea::placeholder {
  font-family: "Lato", sans-serif;
}

div.boxful-header-promo {
  top: 0;
  left: 0;
}
div.boxful-header-promo #boxful-header {
  height: 64px;
  background: #fff;
}
div.boxful-header-promo div #boxful-logo img {
  height: 28px;
  padding-top: 0;
  margin-top: 8px;
}
div.boxful-header-promo div.sidemenuButton {
  padding-top: 10px;
}

div.closeSidemenu {
  padding-right: 30px;
}
div.closeSidemenu img {
  width: 20px;
}

.document-page * {
  box-sizing: border-box;
}
.document-page .banner-wrapper {
  background: url("/images/doc/banner.jpg") no-repeat center center;
  background-size: cover;
  height: 648px;
  margin-top: 64px;
}
.document-page .banner-wrapper .banner-inner-bg {
  height: 100%;
  background: linear-gradient(89.72deg, rgba(26, 26, 26, 0.6) 16.71%, rgba(255, 255, 255, 0) 99.51%);
}
.document-page .banner-wrapper .banner-wrap {
  margin: 0 auto;
  max-width: 1176px;
  display: flex;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
.document-page .banner-wrapper .banner-wrap .banner-txt {
  color: #fff;
  line-height: 1.2;
  flex: 1;
}
.document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_1 {
  font-size: 36px;
  font-weight: bold !important;
}
.document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_2 {
  font-size: 28px;
  max-width: 540px;
  margin-top: 26px;
  font-weight: normal;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap {
  width: 368px;
  background: #324a5e;
  box-shadow: 0px 6px 12px 4px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  padding: 35px 10px 10px;
  color: #fff;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .title {
  font-size: 20px;
  font-weight: bold !important;
  text-align: center;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .desc {
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .doc-form-wrap {
  padding: 24px;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .doc-form-wrap .input-ctrl {
  margin-bottom: 15px;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .doc-form-wrap .input-button .btn-b-get {
  width: 100% !important;
  font-size: 16px;
  background: #f8d340;
  height: 48px;
  border-radius: 99em;
  border: 0 none;
  font-weight: bold;
  letter-spacing: 2px;
  outline: none;
  color: #444;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .doc-form-wrap .input-button .btn-b-get:hover {
  background-color: #d3b022;
  color: #fff;
}
.document-page .banner-wrapper .banner-wrap .banner-form-wrap form .doc-form-wrap .input-button .btn-b-get[disabled] {
  background: #465f72;
  color: #324a5e;
  cursor: not-allowed;
}
.document-page .main-features-wrapper {
  background: #fafafa;
  padding: 104px 16px 120px;
}
.document-page .main-features-wrapper .mfs-mobile-wrap {
  display: none;
}
.document-page .main-features-wrapper .fs-title {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  color: #000;
}
.document-page .main-features-wrapper .mfs-main {
  display: flex;
  justify-content: space-between;
  margin: 76px auto 0;
  max-width: 1008px;
}
.document-page .main-features-wrapper .fea-banner {
  margin-right: 14px;
  width: 500px;
  height: 440px;
  position: relative;
}
.document-page .main-features-wrapper .fea-banner .swiper-container {
  width: 100%;
  height: 100%;
}
.document-page .main-features-wrapper .fea-banner .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.document-page .main-features-wrapper .fea-banner .swiper-pagination {
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
.document-page .main-features-wrapper .fea-banner .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: #26aea3;
  opacity: 0.4;
  outline: none;
}
.document-page .main-features-wrapper .fea-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #26aea3;
  opacity: 1;
}
.document-page .main-features-wrapper .fea-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.document-page .main-features-wrapper .fea-list .item {
  width: 100%;
  border: 1px solid #dfe2e5;
  background: #fff;
  padding: 7px 14px;
}
.document-page .main-features-wrapper .fea-list .item .item-header {
  display: flex;
  align-items: flex-start;
  background: url("/images/doc/dropdown.png") no-repeat 99% center;
}
.document-page .main-features-wrapper .fea-list .item .item-header .item-icon {
  width: 32px;
  height: 32px;
}
.document-page .main-features-wrapper .fea-list .item .item-header .item-icon img {
  max-width: 100%;
  max-height: 100%;
  text-align: center;
}
.document-page .main-features-wrapper .fea-list .item .item-header .item-name {
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #465e72;
  margin: 5px 0 0 5px;
  flex: 1;
}
.document-page .main-features-wrapper .fea-list .item .item-content {
  margin: 8px 0;
  font-size: 14px;
  line-height: 16px;
  color: #324a5e;
  padding-left: 6px;
  display: none;
  height: 80px;
}
.document-page .main-features-wrapper .fea-list .item.cur .item-header {
  background: url("/images/doc/dropup.png") no-repeat 99% center;
}
.document-page .main-features-wrapper .fea-list .item.cur .item-header .item-name {
  color: #26aea3;
}
.document-page .main-features-wrapper .fea-list .item.cur .item-content {
  display: block;
}
.document-page .main-howitworks-wrapper {
  padding: 104px 16px 100px;
  background: #fff;
}
.document-page .main-howitworks-wrapper .mobile {
  display: none;
}
.document-page .main-howitworks-wrapper .how-it-works-wrapper {
  margin: 0 auto;
  max-width: 800px;
}
.document-page .main-howitworks-wrapper .hiw-list .item {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.document-page .main-howitworks-wrapper .hiw-list .item:nth-child(2n) .item-info {
  order: 2;
}
.document-page .main-howitworks-wrapper .hiw-list .item:nth-child(2n) .item-img {
  order: 1;
  margin: 0 10px 0 0;
}
.document-page .main-howitworks-wrapper .hiw-list .item-info {
  flex: 1;
  display: flex;
  align-items: center;
}
.document-page .main-howitworks-wrapper .hiw-list .item-img {
  width: 300px;
  text-align: center;
  margin-left: 10px;
}
.document-page .main-howitworks-wrapper .hiw-list .item-img img {
  max-width: 100%;
}
.document-page .main-howitworks-wrapper .hiw-list .item-id {
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  color: #e7e7e7;
}
.document-page .main-howitworks-wrapper .hiw-list .item-base {
  flex: 1;
  margin-left: 20px;
}
.document-page .main-howitworks-wrapper .hiw-list .item-base .item-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.document-page .main-howitworks-wrapper .hiw-list .item-base .item-name a {
  color: #00c4b3;
  text-decoration: underline;
}
.document-page .main-howitworks-wrapper .hiw-list .item-base .item-desc {
  margin-top: 4px;
  font-size: 16px;
  color: #444;
  line-height: 1.2;
}
.document-page .bform-wrapper {
  background: #324a5e;
  padding: 51px 16px 58px;
}
.document-page .bform-wrapper .bf-title {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #F8D340;
}
.document-page .bform-wrapper .bf-sub-title {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 4px;
}
.document-page .bform-wrapper .bf-sub-title a {
  color: #fff;
  font-weight: bold;
}
.document-page .bform-wrapper .bf-sub-title .mobile {
  display: none;
}
.document-page .bform-wrapper .bform-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.document-page .bform-wrapper .bf-input-wrap {
  padding-top: 12px;
}
.document-page .bform-wrapper .bf-input-group {
  margin-top: 20px;
  display: flex;
}
.document-page .bform-wrapper .bf-input-ctrl {
  width: 269px;
  margin-right: 20px;
}
.document-page .bform-wrapper .bf-input-ctrl.bf-input-long {
  width: 100%;
}
.document-page .bform-wrapper .bf-input-ctrl .txt {
  width: 100%;
  min-height: 32px;
  padding: 0 12px;
  background: transparent;
  border: 0 none;
  border-left: 1.75px solid #465f72;
  border-bottom: 1.75px solid #465f72;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  border-radius: 0 !important;
}
.document-page .bform-wrapper .bf-input-ctrl .txt::placeholder {
  color: #fafafa;
}
.document-page .bform-wrapper .bf-input-ctrl .txt:focus {
  border-color: #465f72 !important;
}
.document-page .bform-wrapper .bf-btn-wrap .btn-bottom-get {
  width: 159px !important;
  height: 32px;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  background: #f8d340;
  border: 0 none;
  border-radius: 99em;
  color: #444;
  font-weight: bold;
}
.document-page .bform-wrapper .bf-btn-wrap .btn-bottom-get:hover {
  background-color: #d3b022;
  color: #fff;
}
.document-page .bform-wrapper .bf-btn-wrap .btn-bottom-get[disabled] {
  background: #465f72;
  cursor: not-allowed;
  color: #324a5e;
}

.footer-top-bar {
  background: #00c4b3;
  padding: 0 30px;
}
.footer-top-bar .footer-top-main {
  height: 80px;
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-top-bar .footer-top-main .footer-top-item {
  color: #fff;
  font-size: 20px;
}
.footer-top-bar .footer-top-main .footer-top-item a {
  color: #fff;
}
.footer-top-bar .footer-top-main .footer-top-item img {
  height: 20px;
  margin-top: -3px;
}
.footer-top-bar .footer-top-main .footer-top-item img.email, .footer-top-bar .footer-top-main .footer-top-item img.youtube {
  height: 17px;
}
.footer-top-bar .footer-top-main .footer-top-item:last-child a {
  margin-left: 24px;
}
@media screen and (max-width: 960px) {
  .footer-top-bar .footer-top-main .footer-top-item {
    font-size: 15px;
  }
}

.footer-main-wrap {
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 73px;
}
.footer-main-wrap .foot-logo-wrap {
  padding-top: 38px;
}
.footer-main-wrap .foot-logo-wrap img {
  height: 30px;
}
.footer-main-wrap .footer-sep-line {
  height: 3px;
  background: #d8d8d8;
  width: 150px;
  margin: 40px auto 0;
}
.footer-main-wrap .footer-logo-desc {
  font-weight: bold !important;
  font-size: 20px;
  margin-top: 20px;
}
.footer-main-wrap .footer-link-wrap {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}
.footer-main-wrap .footer-link-wrap .flink {
  margin: 0 18px;
}
.footer-main-wrap .footer-link-wrap .flink a {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
}
.footer-main-wrap .footer-text-main {
  font-size: 15px;
  color: #949494;
  line-height: 1.47;
  margin-top: 14px;
  text-align: center;
}
.footer-main-wrap .footer-text-main strong {
  color: #00c4b3;
}
.footer-main-wrap .footer-pay {
  margin-top: 3px;
}
.footer-main-wrap .footer-pay img {
  height: 48px;
  margin: 5px;
}
.footer-main-wrap .footer-pay img:first-child {
  height: 52px;
}
.footer-main-wrap .footer-pay img:last-child {
  height: 32px;
}

#menuModal .booking-wrap {
  padding-top: 30px;
}
#menuModal .booking-wrap .for-title {
  text-align: center;
}
#menuModal .booking-wrap .for-title div.home-title h2 {
  font-size: 26px;
}
#menuModal .booking-wrap .pop-box {
  padding: 20px 30px;
}
#menuModal .booking-wrap .pop-box .subp-title {
  font-size: 16px;
  color: #666;
  font-weight: bold;
}
#menuModal .booking-wrap .pop-box .subp-flex-ctrl {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#menuModal .booking-wrap .pop-box .subp-flex-ctrl .subp-vtrl {
  width: 49%;
}
#menuModal .booking-wrap .pop-box .subp-flex-ctrl .subp-vtrl .form-control {
  height: auto !important;
}
#menuModal .booking-wrap .pop-box .subp-flex-ctrl .subp-vtrl input {
  width: 100%;
  height: auto !important;
  padding: 0 10px;
  border: 1px solid #e7e7e7;
  border-radius: 0 !important;
  font-weight: bold;
  font-size: 15px;
  min-height: 46px;
}
#menuModal .booking-wrap .pop-box .subp-flex-ctrl .subp-vtrl input::placeholder {
  color: #999;
}
#menuModal .booking-wrap .pop-box .subp-btn {
  text-align: center;
  margin-top: 20px;
}
#menuModal .booking-wrap .pop-box .subp-btn .btn-menu-get {
  background: #f8d340;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  text-transform: uppercase;
  width: 256px;
  height: 46px;
  border-radius: 99em;
  border: 0 none;
  outline: none;
  letter-spacing: 2px;
}
#menuModal .booking-wrap .pop-box .subp-btn .btn-menu-get:hover {
  background-color: #d3b022;
  color: #fff;
}
#menuModal .booking-wrap .pop-box .subp-btn .btn-menu-get[disabled] {
  background: #e4e4e4;
  cursor: not-allowed;
  color: #fff;
}

.tvmall-thanks-wrapper {
  padding-top: 64px;
  background: url("/images/doc/thanks.jpg") no-repeat center center;
  background-size: cover;
}
.tvmall-thanks-wrapper .thanks-info {
  margin-left: 50%;
  height: 590px;
  display: flex;
  align-items: center;
  padding-left: 0;
  width: auto;
}
@media screen and (max-width: 1280px) {
  .tvmall-thanks-wrapper .thanks-info {
    height: 480px;
  }
}
@media screen and (max-width: 1024px) {
  .tvmall-thanks-wrapper .thanks-info {
    height: 380px;
  }
}
.tvmall-thanks-wrapper .thanks-info .thanks-title {
  font-size: 42px;
  line-height: 45px;
  font-weight: 800;
  color: #324a5e;
  line-height: 1.2;
}
.tvmall-thanks-wrapper .thanks-info .thanks-desc {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #444;
  margin-top: 4px;
}
@media screen and (max-width: 850px) {
  .tvmall-thanks-wrapper .thanks-info {
    height: 300px;
  }
  .tvmall-thanks-wrapper .thanks-info .thanks-title {
    font-size: 30px;
  }
  .tvmall-thanks-wrapper .thanks-info .thanks-desc {
    font-size: 18px;
  }
}

.login-form {
  margin: 0 auto;
  width: 90%;
  max-width: 754px;
  text-align: left;
}
.login-form .sign-wrap {
  display: flex;
  background: #fafafa;
  border-radius: 12px;
  overflow: hidden;
}
.login-form .sign-wrap .sign-info {
  background: url("/images/doc/fea.jpg") no-repeat center center;
  background-size: cover;
  width: 50%;
  min-height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.login-form .sign-wrap .sign-info .for-text {
  background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  padding: 100px 20px 26px;
  color: #fff;
}
.login-form .sign-wrap .sign-info .for-text .fs-title {
  font-size: 20px;
  font-weight: bold;
}
.login-form .sign-wrap .sign-info .for-text .fs-text {
  font-size: 16px;
}
.login-form .login-title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  padding: 5px 0;
}
.login-form .login-form-ele {
  width: 50%;
}
.login-form .login-form-ele .fs-form-wrap {
  padding: 28px 33px;
}
.login-form .login-form-ele .fs-form-wrap .fsf-title {
  font-size: 28px;
  color: #324a5e;
  font-weight: bold;
}
.login-form .login-form-ele .fs-form-wrap .fsf-subtitle {
  color: #999;
  font-size: 16px;
}
.login-form .login-form-ele .form-item {
  padding-top: 15px;
}
.login-form .login-form-ele .form-item .form-control {
  width: 100%;
  font-size: 15px;
  padding: 0 20px;
  color: #000;
  height: 47px;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  transition: all 0.4s;
}
.login-form .login-form-ele .form-item .form-control:focus {
  border-color: #00c4b3;
  box-shadow: 0 0 6px #f8b9b7;
}
.login-form .login-form-ele .form-item button.btn {
  border-radius: 99em !important;
  cursor: pointer;
  width: 100% !important;
  transition: all 0.4s;
  background: #f8d340;
  color: #444;
  font-weight: bold;
  padding: 0;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
  border: 0 none;
}
.login-form .login-form-ele .form-item button.btn:hover {
  background: #d3b022 !important;
  color: #fff;
}
.login-form .login-form-ele .form-item button.btn[disabled] {
  background: #e7e7e7 !important;
  color: #fff;
  cursor: not-allowed;
}
.login-form .login-form-ele .form-tip {
  margin-top: 15px;
  text-align: center;
}
.login-form .login-form-ele .form-tip a {
  color: #00c4b3;
  text-decoration: underline;
  font-size: 15px;
}

.nav-our-business {
  background: rgba(0, 0, 0, 0) url("/images/arrows-down.png") center right no-repeat;
  padding-right: 18px !important;
  position: relative;
  display: inline-block;
}
.nav-our-business span {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
}
.nav-our-business .our-services-menu {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #e4e4e4;
  background: #fff;
  border-radius: 8px;
  display: none;
  position: absolute;
  left: -15px;
  top: 30px;
  width: 440px;
  min-height: 100px;
  text-align: left;
}
.nav-our-business .our-services-menu .services-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
}
.nav-our-business .our-services-menu .services-item:last-child {
  border-bottom: 0 none;
}
.nav-our-business .our-services-menu .services-item .sl-img {
  width: 152px;
  padding-top: 10px;
}
.nav-our-business .our-services-menu .services-item .sl-detail {
  flex: 1;
  padding-left: 20px;
}
.nav-our-business .our-services-menu .services-item .sl-detail .sl-title {
  font-size: 16px;
  font-weight: bold;
  color: #324a5e;
  margin: 0;
}
.nav-our-business .our-services-menu .services-item .sl-detail .sl-desc {
  font-size: 14px;
  color: #949494;
  line-height: 1.2;
  padding: 6px 0;
}
.nav-our-business .our-services-menu .services-item .sl-detail .sl-link {
  color: #324a5e;
  font-weight: bold;
  font-size: 12px;
}
.nav-our-business .our-services-menu .services-item:hover {
  background: #fef9e5;
}

.osm-layer {
  top: 64px;
}
.osm-layer .osm-wrap {
  flex-wrap: wrap-reverse;
}

.osb-layer {
  background: #fff;
  display: none;
  position: fixed;
  left: 0;
  top: 64px;
  width: 100%;
  min-height: 100px;
  text-align: left;
  padding: 10px 0 32px;
}
.osb-layer a:hover {
  text-decoration: none;
}
.osb-layer .osm-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1248px;
  margin: 0 auto;
}
.osb-layer .osm-title {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  padding: 4px 0;
}
.osb-layer .osm-title a {
  color: #333;
}
.osb-layer .osm-title a:hover {
  color: #00c4b3;
}
.osb-layer .os-business-box {
  flex: 1;
  margin-right: 16px;
  background: #f6f6f6;
  padding: 10px 24px;
}
.osb-layer .osm-b-wrap {
  display: flex;
  justify-content: space-between;
}
.osb-layer .osm-b-wrap .osm-b-box {
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 22px 15px 12px;
  margin-top: 15px;
  display: block;
  max-width: 272px;
  flex: 1;
}
.osb-layer .osm-b-wrap .osm-b-box:nth-child(2) {
  margin: 15px 16px 0;
}
.osb-layer .osm-b-wrap .osm-b-box:hover {
  background: #fff;
}
.osb-layer .osm-b-wrap .osm-b-box .osm-top .osm-box-title {
  font-size: 18px;
  font-weight: bold;
  color: #324a5e;
}
.osb-layer .osm-b-wrap .osm-b-box .osm-top .osm-box-info {
  font-size: 13px;
  color: #949494;
  margin-top: 4px;
  min-height: 38px;
}
.osb-layer .osm-b-wrap .osm-b-box .osm-bottom {
  background: #fff;
  margin-top: 20px;
  text-align: center;
}
.osb-layer .osm-b-wrap .osm-b-box .osm-bottom img {
  height: 200px;
}
.osb-layer .osm-others {
  width: 32%;
  max-width: 400px;
}
.osb-layer .osm-valet {
  background: #e9f8f7;
  padding: 10px 24px;
}
.osb-layer .osm-bus-moving {
  background: #fafafa;
  padding: 10px 22px;
  margin-top: 16px;
}
.osb-layer .osm-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0;
}
.osb-layer .osm-box .osm-left {
  max-width: 200px;
}
.osb-layer .osm-box .osm-left .osm-box-title {
  font-size: 18px;
  font-weight: bold;
  color: #324a5e;
}
.osb-layer .osm-box .osm-left .osm-box-info {
  font-size: 13px;
  color: #949494;
  margin-top: 4px;
}
.osb-layer .osm-box .osm-right img {
  background: #fff;
  height: 63px;
}
.osb-layer .btn-menu-checkout {
  width: 151px;
  height: 32px;
  line-height: 32px;
  border: 0 none;
  background: #f8d340;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
  display: block;
}
.osb-layer .btn-menu-checkout:hover {
  background: #bf9f1f;
  color: #fff;
}
.osb-layer .btn-menu-see {
  width: 151px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #324a5e;
  background: transparent;
  text-align: center;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
  color: #324a5e;
  display: block;
}
.osb-layer .btn-menu-see:hover {
  background: #324a5e;
  color: #fff;
}
.osb-layer .osm-door-to-door {
  width: 32%;
  max-width: 400px;
  background: #e9f8f7;
  padding: 10px 22px;
}
.osb-layer .osm-door-to-door .osm-item-wrap {
  border: 1px solid #d1dfde;
  border-radius: 10px;
  padding: 22px 15px;
  margin-top: 15px;
}
.osb-layer .osm-door-to-door .osm-xl-wrap {
  border: 1px solid #d1dfde;
  border-radius: 10px;
  padding: 22px 15px;
  margin-top: 16px;
}
.osb-layer .osm-door-to-door .osm-box-link {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.osb-layer .osm-business {
  background: #e9f8f7;
  padding: 10px 22px;
}
.osb-layer .osm-business .osm-fulfillment-wrap {
  border: 1px solid #d1dfde;
  border-radius: 10px;
  padding: 22px 15px 12px;
  margin-top: 15px;
  display: block;
}
.osb-layer .osm-business .osm-fulfillment-wrap .osm-box-link .link-detail {
  color: #00c4b3;
}
.osb-layer .osm-business .osm-fulfillment-wrap:hover {
  background: #fff;
}
.osb-layer .osm-business .osm-fulfillment-wrap:hover .osm-box-link .link-detail {
  text-decoration: underline;
}
.osb-layer .osm-valet-wrap .osm-box {
  border-bottom: 1px solid #d1dfde;
}
.osb-layer .osm-cm {
  display: flex;
  padding: 16px 0 0;
  justify-content: space-between;
}
.osb-layer .osm-cm .os-cs-name {
  font-size: 18px;
  font-weight: bold;
  color: #324a5e;
}
.osb-layer .osm-cm .os-cs-name .link-name {
  color: #324a5e;
}
.osb-layer .osm-cm .os-cs-name .link-name:hover {
  text-decoration: underline;
}
.osb-layer .osm-cm .os-cs-name .link-detail {
  font-size: 18px;
  font-weight: bold;
}
.osb-layer .osm-cm .os-cs-name .link-detail:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1190px) {
  .document-page .banner-wrapper .banner-wrap {
    padding: 0 16px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_2 {
    max-width: 500px;
  }

  #menuModal .modal-dialog {
    max-width: 800px;
  }

  .osb-layer .osm-business, .osb-layer .os-business-box, .osb-layer .osm-bus-moving {
    padding: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .osb-layer .osm-b-wrap .osm-b-box .osm-bottom img {
    height: 180px;
  }

  .osb-layer .osm-b-wrap .osm-b-box .osm-top .osm-box-info {
    min-height: 57px;
  }
}
@media screen and (max-width: 1080px) {
  .business-header-wrapper .header-bar .logistics-logo img {
    height: 24px;
  }

  .osb-layer .osm-b-wrap .osm-b-box .osm-bottom img {
    height: 160px;
  }

  .osb-layer .osm-b-wrap .osm-b-box .osm-top .osm-box-title {
    font-size: 16px;
  }

  .osb-layer .osm-box .osm-left .osm-box-title {
    font-size: 16px;
  }

  .osb-layer .osm-cm .os-cs-name .link-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .osb-layer {
    padding: 0 24px 24px;
  }
  .osb-layer .osm-wrap {
    flex-direction: column;
  }
  .osb-layer .os-business-box {
    margin-right: 0;
  }
  .osb-layer .osm-others {
    width: 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .osb-layer .osm-business, .osb-layer .osm-bus-moving {
    padding: 10px 22px;
  }
  .osb-layer .osm-box {
    justify-content: flex-start;
  }
  .osb-layer .osm-box .osm-left {
    order: 2;
  }
  .osb-layer .osm-box .osm-right {
    order: 1;
    margin-right: 20px;
  }
  .osb-layer .osm-locker-wrap {
    display: flex;
    justify-content: space-between;
    background: #fffdf3;
    border-radius: 0;
    border: 0 none;
    padding: 22px 15px 10px;
  }
  .osb-layer .osm-locker-wrap .osm-locker-base {
    width: 49%;
  }
  .osb-layer .osm-locker-wrap .wwd-pos {
    background: transparent;
    width: 49%;
    padding: 0;
  }
  .osb-layer .osm-business .osm-fr-wrap {
    display: flex;
    justify-content: space-between;
  }
  .osb-layer .osm-business .osm-fr-wrap .osm-fulfillment-wrap {
    width: 49%;
    padding: 12px 15px;
  }
  .osb-layer .osm-bus-moving {
    margin-top: 16px;
  }

  .business-header-wrapper .header-bar {
    padding: 0 16px;
  }

  .business-header-wrapper .header-bar .logistics-logo img {
    height: 24px;
  }

  .business-header-wrapper .header-bar .logistics-nav .nav-item {
    margin-left: 24px;
  }
}
@media screen and (max-width: 959px) {
  .document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_1 {
    font-size: 32px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_2 {
    font-size: 22px;
    margin-right: 20px;
  }
  .document-page .main-features-wrapper .fea-banner {
    width: 350px;
  }

  .document-page .main-features-wrapper .fea-list .item .item-header .item-name {
    font-size: 15px;
  }

  .boxful-home, .boxfulForm {
    min-width: inherit;
  }

  #menuModal .modal-dialog {
    max-width: 700px;
  }
}
@media screen and (max-width: 880px) {
  .business-header-wrapper .header-bar .logistics-nav .nav-item a.btn-get-price {
    width: 124px;
  }

  .business-header-wrapper .header-bar .logistics-logo img {
    height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .login-form {
    padding: 0 0 20px;
  }
  .login-form .login-title {
    font-size: 32px;
  }
  .login-form .sign-wrap {
    flex-direction: column;
  }
  .login-form .sign-wrap .sign-info {
    width: 100%;
  }
  .login-form .sign-wrap .sign-info .for-text {
    padding: 100px 18px 21px;
  }
  .login-form .sign-wrap .sign-info .for-text .fs-title {
    font-size: 18px;
  }
  .login-form .sign-wrap .sign-info .for-text .fs-text {
    font-size: 14px;
  }
  .login-form .login-form-ele {
    width: 100%;
  }

  .business-header-wrapper .header-bar .logistics-nav {
    display: none;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .business-header-wrapper .header-bar {
    height: 50px;
  }

  .for-title div.home-title h1, .for-title div.home-title h2 {
    font-size: 22px;
  }

  /* side menu */
  .business-header-wrapper .header-bar .logistics-nav-bar {
    display: block;
  }

  .logistics_line {
    height: 3px;
    background: #000;
    width: 25px;
    margin: 5px 0;
    position: relative;
    transition: transform 0.5s;
  }

  div.line-t {
    transform: rotate(45deg);
  }

  div.line-b {
    transform: rotate(-45deg);
  }

  .logistics-shadow {
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 50px;
    z-index: 10;
  }

  .sider-bar-logistics {
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 50px;
    padding: 10px 20px;
    z-index: 12;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 5px 0px;
  }

  .sider-bar-logistics a {
    color: #333;
    display: block;
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
  }
  .sider-bar-logistics a.btn-get-price {
    width: 100% !important;
    font-size: 14px;
    padding: 10px 0 !important;
    margin-top: 10px;
    text-transform: uppercase;
    background: #f8d340;
    letter-spacing: 2px;
    border-radius: 99em !important;
  }

  .document-page .banner-wrapper {
    background: url("/images/doc/banner.jpg") no-repeat center top;
    background-size: auto 528px;
    height: auto;
    margin-top: 50px;
  }
  .document-page .banner-wrapper .banner-inner-bg {
    height: auto;
    background: linear-gradient(to bottom, rgba(26, 26, 26, 0.6) 16.71%, rgba(255, 255, 255, 0) 99.51%);
  }
  .document-page .banner-wrapper .banner-wrap {
    flex-direction: column;
    padding: 0 13px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-txt {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_1 {
    font-size: 24px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-txt .banner-title_2 {
    font-size: 18px;
    max-width: inherit;
    margin-top: 10px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-form-wrap {
    width: 100%;
    margin-top: 30px;
    padding: 25px 2px 10px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-form-wrap form .title {
    font-size: 18px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-form-wrap form .desc {
    font-size: 15px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-form-wrap form .form-wrap .input-ctrl {
    margin-bottom: 14px;
  }
  .document-page .banner-wrapper .banner-wrap .banner-form-wrap form .form-wrap .input-ctrl .txt {
    min-height: 46px;
  }
  .document-page .main-features-wrapper {
    padding: 50px 0 0;
    background: #fff;
  }
  .document-page .main-features-wrapper .mfs-main {
    display: none;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap {
    display: block;
    background: #465f72;
    background-size: 100% auto;
    margin: 64px auto 0;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .msfg-img img {
    width: 100%;
    height: 282px;
    object-fit: cover;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .who-we-are-mobile {
    width: 297px;
    margin: 0 auto;
    position: relative;
    top: -90px;
    margin-top: -40px;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container {
    height: 260px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    box-shadow: 0px 11px 16px rgba(0, 0, 0, 0.07);
    border-radius: 8.45349px;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container .swiper-slide {
    background: #fff;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container .swiper-slide .item-info {
    text-align: center;
    color: #374754;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container .swiper-slide .item-info .item-name {
    font-size: 20px;
    line-height: 1.3;
    font-weight: bold;
    margin-top: 28px;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container .swiper-slide .item-info .item-desc {
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
    padding: 0 30px;
  }
  .main-zh .document-page .main-features-wrapper .mfs-mobile-wrap .whoweare-container .swiper-slide .item-info .item-desc {
    line-height: 1.4;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-next, .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-next:focus, .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-prev:focus {
    outline: none;
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-next {
    background: #fafafa url("/images/doc/a_r.svg") no-repeat center center;
    transform: rotate(180deg);
    right: -24px;
    box-shadow: -1px -5px 6px rgba(0, 0, 0, 0.3);
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-next:focus {
    background: #ffd15c url("/images/doc/a_l.svg") no-repeat center center;
    box-shadow: 1px 5px 6px rgba(0, 0, 0, 0.3);
    transform: rotate(0);
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-prev {
    background: #fafafa url("/images/doc/a_r.svg") no-repeat center center;
    left: -24px;
    box-shadow: -1px 5px 6px rgba(0, 0, 0, 0.3);
  }
  .document-page .main-features-wrapper .mfs-mobile-wrap .swiper-button-prev:focus {
    background: #ffd15c url("/images/doc/a_l.svg") no-repeat center center;
    transform: rotate(180deg);
    box-shadow: 1px -5px 6px rgba(0, 0, 0, 0.3);
  }
  .document-page .main-howitworks-wrapper {
    padding: 60px 50px 60px;
  }
  .document-page .main-howitworks-wrapper .mobile {
    display: block;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item {
    margin-top: 40px;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-info {
    display: block;
    text-align: center;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-img {
    display: none;
  }
  .document-page .main-howitworks-wrapper .hiw-list .mobile-img {
    text-align: center;
    margin-top: 20px;
  }
  .document-page .main-howitworks-wrapper .hiw-list .mobile-img img {
    max-width: 100%;
    max-height: 105px;
    object-fit: cover;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-id {
    font-size: 30px;
    color: #e7e7e7;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-base {
    margin-left: 0;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-base .item-name {
    font-size: 16px;
    color: #333;
  }
  .document-page .main-howitworks-wrapper .hiw-list .item-base .item-desc {
    margin-top: 14px;
    color: #999;
  }
  .main-zh .document-page .main-howitworks-wrapper .hiw-list .item-base .item-desc {
    line-height: 1.4;
  }
  .document-page .bform-wrapper {
    padding: 25px 16px 38px;
  }
  .document-page .bform-wrapper .bf-title {
    font-size: 20px;
    line-height: 1.2;
  }
  .document-page .bform-wrapper .bf-sub-title {
    font-size: 14px;
  }
  .document-page .bform-wrapper .bf-sub-title .mobile {
    display: block;
  }
  .document-page .bform-wrapper .bform-wrap {
    flex-direction: column;
    align-items: center;
  }
  .document-page .bform-wrapper .bf-input-ctrl {
    width: 50%;
    margin-right: 0;
  }
  .document-page .bform-wrapper .bf-input-ctrl:first-child {
    margin-right: 13px;
  }
  .document-page .bform-wrapper .bf-input-ctrl .txt {
    padding: 0 8px;
    font-size: 14px;
  }
  .document-page .bform-wrapper .bf-btn-wrap {
    margin-top: 30px;
  }
  .document-page .bform-wrapper .bf-btn-wrap .btn {
    width: 159px !important;
    height: 32px !important;
    line-height: 32px;
    padding: 0 !important;
  }

  .footer-top-bar .footer-top-main {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
    height: auto;
  }
  .footer-top-bar .footer-top-main .footer-top-item {
    margin: 5px 0;
  }

  .footer-main-wrap .foot-logo-wrap {
    padding-top: 20px;
  }
  .footer-main-wrap .footer-sep-line {
    display: none;
  }
  .footer-main-wrap .footer-logo-desc {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer-main-wrap .footer-link-wrap {
    margin-top: 30px;
  }
  .footer-main-wrap .footer-link-wrap .flink {
    margin: 0 7px;
  }
  .footer-main-wrap .footer-link-wrap .flink a {
    font-size: 14px;
  }
  .footer-main-wrap .footer-text-main {
    font-size: 12px;
  }
  .footer-main-wrap .footer-text-main p {
    margin-top: 10px;
  }

  #menuModal .booking-wrap .for-title div.home-title h2 {
    font-size: 18px;
  }

  #menuModal .booking-wrap .pop-box .subp-flex-ctrl {
    flex-direction: column;
    margin-top: 0;
  }
  #menuModal .booking-wrap .pop-box .subp-flex-ctrl .subp-vtrl {
    width: 100%;
    margin-top: 10px;
  }

  #menuModal .booking-wrap .pop-box .subp-btn .btn {
    width: 100% !important;
  }

  .tvmall-thanks-wrapper {
    padding-top: 54px !important;
    background: url("/images/doc/thank_m.jpg") no-repeat center bottom;
    background-size: cover;
  }
  .tvmall-thanks-wrapper .thanks-info {
    text-align: center;
    height: 500px;
    margin: 0;
    width: 100%;
    padding: 40px 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .os-mobile-wrap {
    display: flex;
    align-items: center;
  }
  .os-mobile-wrap .mobile-os {
    margin-right: 16px;
  }
  .os-mobile-wrap .mobile-os a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .os-mobile-wrap .mobile-os a:hover {
    text-decoration: none;
  }

  #ourServicesMenu {
    background: #fff;
  }
  #ourServicesMenu .modal-dialog {
    margin: 0;
    max-width: none;
  }
  #ourServicesMenu .modal-content {
    border-radius: 0;
    border: 0 none;
  }
  #ourServicesMenu .modal-body {
    padding: 0;
  }
  #ourServicesMenu .modal-body .close {
    position: fixed;
    right: 20px;
    top: 7px;
    cursor: pointer;
    color: #999;
    font-size: 30px;
    width: 30px;
    line-height: 1;
    font-weight: 500;
    z-index: 99;
  }
  #ourServicesMenu .our-business-popup {
    text-align: left;
  }
  #ourServicesMenu .our-business-popup .os-title {
    color: #999;
    font-size: 14px;
    font-weight: bold;
    height: 48px;
    line-height: 48px;
    padding-left: 24px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 2;
  }
  #ourServicesMenu .our-business-popup .os-title.no-top {
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  }
  #ourServicesMenu .our-business-popup .os-pupup-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    padding-top: 13px;
  }
  #ourServicesMenu .our-business-popup .os-pupup-box .os-name {
    color: #324a5e;
    font-size: 16px;
  }
  #ourServicesMenu .our-business-popup .os-pupup-box .os-name a {
    color: #00c4b3;
  }
  #ourServicesMenu .our-business-popup .os-pupup-box .os-name a:hover {
    text-decoration: underline;
  }
  #ourServicesMenu .our-business-popup .os-pupup-box .os-type {
    display: inline-block;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 10px;
    color: #333;
    background: #fef5d8;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  #ourServicesMenu .our-business-popup .os-top-padding {
    padding: 0 8px 16px;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-pupup-box .os-name a {
    color: #00c4b3;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-pupup-box .os-type {
    background: #f3f3f3;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .osb-line {
    border-top: 1px solid #f3f3f3;
    margin-top: 16px;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-tim {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-tim .osb-info {
    font-size: 14px;
    color: #949494;
    line-height: 1.14;
    max-width: 150px;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-tim .osb-img {
    width: 80px;
    background: #fff;
    text-align: center;
  }
  #ourServicesMenu .our-business-popup .os-top-padding .os-tim .osb-img img {
    max-width: 80px;
  }
  #ourServicesMenu .our-business-popup .os-locker-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
  }
  #ourServicesMenu .our-business-popup .os-locker-info.has-bt-space {
    padding-bottom: 16px;
  }
  #ourServicesMenu .our-business-popup .os-locker-info .os-desc {
    font-size: 14px;
    color: #6a6a6a;
    font-style: italic;
  }
  #ourServicesMenu .our-business-popup .os-locker-info .os-detail a {
    font-size: 14px;
    font-weight: bold;
  }
  #ourServicesMenu .our-business-popup .os-locker-info .os-detail a span {
    transition: transform 0.2s;
    display: inline-block;
  }
  #ourServicesMenu .our-business-popup .os-valet-desc {
    color: #6a6a6a;
    font-size: 14px;
    margin-top: 7px;
    font-style: italic;
  }
  #ourServicesMenu .our-business-popup .os-locker-info .btn {
    width: 120px !important;
    height: 30px !important;
    padding: 0 !important;
    font-style: normal;
    font-size: 12px !important;
    line-height: 32px;
    color: #324a5e;
    border-radius: 0 !important;
    border: 1px solid #324a5e;
    background: transparent;
    text-transform: uppercase;
  }
  #ourServicesMenu .our-business-popup .os-locker-info .btn-y {
    width: 136px !important;
    height: 32px !important;
    padding: 0 !important;
    font-style: normal;
    font-size: 12px;
    line-height: 32px;
    color: #333;
    text-transform: uppercase;
    background: #f8d340;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
  }
  #ourServicesMenu .our-business-popup .os-top-info {
    background: #fafafa;
    padding: 0 8px 8px;
    margin: 48px 8px 0;
  }
  #ourServicesMenu .our-business-popup .os-bottom-info {
    margin: 8px 8px 0;
    padding: 0 16px 24px;
    background: #e9f8f7;
  }
  #ourServicesMenu .our-business-popup .os-bottom-info .item-sep {
    border-bottom: 1px solid #d3ebea;
  }
  #ourServicesMenu .our-business-popup .os-bottom-info .os-type {
    background: #d3ebea;
  }
  #ourServicesMenu .our-business-popup .os-other-title {
    margin-top: 20px;
    border-bottom: 1px solid #333;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 3px;
  }
  #ourServicesMenu .our-business-popup .os-others-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
  }
  #ourServicesMenu .our-business-popup .os-others-wrap .os-other-name {
    font-size: 16px;
    font-weight: bold;
    color: #324a5e;
  }
  #ourServicesMenu .our-business-popup .os-others-wrap .os-other-name a {
    color: #324a5e;
  }
  #ourServicesMenu .our-business-popup .os-others-wrap .os-other-name a:hover {
    text-decoration: underline;
  }
  #ourServicesMenu .our-business-popup .os-others-wrap .os-other-detail a {
    font-size: 12px;
    font-weight: bold;
  }
  #ourServicesMenu .our-business-popup .os-business-info {
    margin: 8px 8px 24px;
    background: #fafafa;
    padding: 0 16px;
  }
  #ourServicesMenu .our-business-popup .os-business-info .os-name a {
    color: #00c4b3;
  }
  #ourServicesMenu .our-business-popup .os-business-info .os-type {
    background: #f3f3f3;
  }
  #ourServicesMenu .our-business-popup .os-business-info .os-valet-desc {
    padding-bottom: 14px;
    border-bottom: 1px solid #f3f3f3;
  }
  #ourServicesMenu .our-business-popup .os-business-info .os-last {
    border-top: 1px solid #f3f3f3;
    padding-bottom: 20px;
    margin-top: 13px;
  }
}
@media screen and (max-width: 370px) {
  .tvmall-thanks-wrapper .thanks-info .thanks-title {
    font-size: 26px;
  }
  .tvmall-thanks-wrapper .thanks-info .thanks-desc {
    font-size: 16px;
  }
}

/*# sourceMappingURL=document.css.map */
