html {
  font-size: 14px;
}
body {
  background-color: #FFFFFF!important;
}
.legend {
  font-family: PingFang SC;
  font-weight: normal;
  line-height: 20px;
  color: #646464;
  font-size: 14px;
  display: flex;
  align-items: center;
  text-decoration: none;
  max-width: 574px;
}
.dark .legend {
  color: white;
}
.ref{
  display: flex;
}
.dark .ref .link {
  color: white;
}

.rich-text * {
  font-size: 16px !important;
  line-height: 24px !important;
  color: #646464 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.logo-ent-name {
  font-family: AlibabaPuHuiTi;
  margin-left: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #292929;
}

.ent-bread-col {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  /* 白色块 */
  color: #ffffff;
  text-decoration: none;
}

.ent-btn-primary {
  width: 107px;
  height: 34px;
  line-height: 34px;
  /* transform: rotate(180deg); */
  border-radius: 96px;
  opacity: 1;

  background: #3875f6;
  color: white;
  box-sizing: border-box;
  text-align: center;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  margin-left: 24px;
}
.ent-btn-primary:link,
.ent-btn-primary:visited,
.ent-btn-primary:hover,
.ent-btn-primary:active {
  color: white;
  background: #3875f6;
  text-decoration: none;
}

.ent-btn-primary:hover {
  background: #1b5be2;
}
.ent-btn-primary:active {
  background: #558bff;
}

.logo {
  height: 48px;
  width: 48px;
  box-sizing: border-box;
  border-radius: 28px;
  border: 1px solid #e7e9ec;
}

.header-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: white;
}
.header-wrap.dark {
  background-color: #32333c;
}

.header {
  justify-content: space-between;
  background-color: white;
  box-sizing: border-box;

  padding: 10px 0;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  /* // 360px */
}
.header.dark {
  background-color: #32333c;
}
/* header 重写，保证flex默认的行为 */
.header .flex {
  align-items: center;
}

.ref .link {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #3d3d3d;
  padding: 0 16px;
  text-decoration: none;
  position: relative;
}
.ref .link:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  height: 13px;
  width: 1px;
  right: -0.5px;
  background-color: #D8D8D8;
}
.ref .link:last-child:after  {
  width: 0;
}

.link-normal {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0px;
  color: #292929;
  padding: 0 0 6px;
  margin: 0 20px;

  z-index: 1;
  text-decoration: none;
  position: relative;
}

.link-normal.active {
  color: #3c7bff;
}

.link-normal.active::after {
  content: '';
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background-color: #3c7bff;
  position: absolute;
   top: 100%;
  bottom: 10px;
  left: 0;
}

/* footer */

.footer-wrap {
  background-color: #3c7bff;
  width: 100%;
  display: flex;
  box-sizing: border-box;
  padding: 36px 0;
  margin: 0 auto;
  height: 324px;
  flex-direction: column;
}

.footer {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
}

.footer-column:first-child {
  width: 367px;
}

.ent-desc {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  opacity: 0.7;

  /* 白色块 */
  color: #ffffff;
  height: 48px;
}

.ent-desc-sm {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0px;

  color: #ffffff;
  opacity: 0.7;

  z-index: 1;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.ent-desc-sm .icon {
  height: 20px;
  width: 20px;
  margin-right: 4px;
}

.footer-logo {
  width: 190px;
}

.divider {
  background: white;
  opacity: 0.073;
  height: 1px;
  margin: 20px 0;
}

.footer-desc {
  font-family: PingFang SC;
  letter-spacing: 0px;
  margin-bottom: 28px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}

.cp-right {
  /* Copyright　© */
  font-family: AlibabaPuHuiTi;
  font-weight: 400;
  font-size: 14px;
  /* Copyright　© */
  color: #ffffff;
  text-align: center;
  justify-content: center;
}

.banner {
  background-size: cover;
  box-sizing: border-box;
  background-position: center;
  position: relative;
  height: 560px;
  width: 100%;
  color: #ffffff;

}
.sm {
    height: 290px;
  }

  .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    /* padding: 163px 0 240px; */
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
  }

.banner-company {
  font-family: AlibabaPuHuiTi;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;
  margin-bottom: 28px;
}

.banner-big {
  font-family: AlibabaPuHuiTi;
  font-size: 58px;
  font-weight: 500;
  line-height: 58px;

  /* 白色块 */
  color: #ffffff;
  z-index: 10;
  margin: 20px 0;
}

.banner-big-center {
  font-family: AlibabaPuHuiTi;
  z-index: 10;
  margin: 0px auto;
  font-size: 60px;
  font-weight: bold;
  line-height: 86px;
  text-align: center;
  /* 白色块 */
  color: #ffffff;
  width: 901px;
}

.ent-description {
  font-family: AlibabaPuHuiTi;
  font-size: 28px;
  font-weight: normal;
  line-height: 36px;
  text-align: center;
  /* 白色块 */
  color: #ffffff;
  width: 954px;
  margin: 0 auto;
}

  .divider-white {
    width: 113px;
    height: 10px;
    opacity: 1;

    /* 白色块 */
    background: #ffffff;
  }

  .banner-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: #000000;
    top: 0;
    z-index: 1;
  }
  .sm .banner-wrap {
    opacity: 0.4;
  }

.container--ent {
  background-color: white;
  padding: 96px 0 110px;
  width: 1200px;
  margin: 0 auto;
}

.siderbar-container {
  position: fixed;
  right: 36px;
  z-index: 20;
  top: 200px;
  /* 内容居中 */
  top: 50%;
  transform: translateY(-50%);
}

.bar-item {
  display: flex;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center;
  border-radius: 20px;
  background-color: white;
  margin: 20px 0;
  cursor: pointer;
  box-shadow: 0px 4px 15px 0px rgba(37, 44, 62, 0.1);
}

.bar-item.service {
  background-image: url('/static/image/entInfo/icon-service-fc10656083a8ed6b5c884e308782fd63.png');
}
.bar-item.phone {
  background-image: url('/static/image/entInfo/icon-phone-a1fc40f63be17bde1041b050e3db5dae.png');
}
.bar-item.email {
  background-image: url('/static/image/entInfo/icon-email-1e26e3bbc500a39c214b3a710ba506cb.png');
}
.bar-item.b2top {
  background-image: url('/static/image/entInfo/icon-b2top-224b518130954b361ea797401a742808.png');
}
.bar-item.qrcode {
  background-image: url('/static/image/entInfo/icon-qrcode-21c578abaa4347ccca39728f63014735.png');
}
.bar-item.message {
  background-image: url('/static/image/entInfo/icon-message-a5108f54bd42bb6fe5408bb32f7498d7.png');
}

.bar-item.service:hover {
  background-image: url('/static/image/entInfo/icon-service-active-7eb0252677997b68f4d75bbbf2e465bb.png');
}
.bar-item.phone:hover {
  background-image: url('/static/image/entInfo/icon-phone-active-c25db030c1a7f227b82dfc5764621063.png');
}
.bar-item.email:hover {
  background-image: url('/static/image/entInfo/icon-email-active-732238d5224e614ad6a2e6ca8f633291.png');
}
.bar-item.b2top:hover {
  background-image: url('/static/image/entInfo/icon-b2top-active-3ac8586c97af693ebaa92d7138fa2908.png');
}
.bar-item.qrcode:hover {
  background-image: url('/static/image/entInfo/icon-qrcode-active-8aec7310bf537d3017a64159302c296b.png');
}
.bar-item.message:hover {
  background-image: url('/static/image/entInfo/icon-message-active-18658742baaa260b0e4d917d47e98760.png');
}

.copy-toolbar,.qrcode-toolbar {
  z-index: 20;
  background-color: white;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  padding: 12px 12px;

  font-family: AlibabaPuHuiTi;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  text-align: left;
  border-radius: 12px;
}
.qrcode-toolbar{
  text-align: center;
}
.email-toolbar,.phone-toolbar,.toolbar-qrcode{
  position: relative;
}
.toolbar-qrcode{
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
}

/* 双飞燕布局示例 */
.holy-grail {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.holy-grail-header {
  background-color: #3c7bff;
  color: white;
  padding: 20px;
  text-align: center;
}

.holy-grail-main {
  display: flex;
  flex: 1;
}

.holy-grail-sidebar-left {
  width: 200px;
  background-color: #f0f0f0;
  padding: 20px;
}

.holy-grail-content {
  flex: 1;
  padding: 20px;
  background-color: #fff;
}

.holy-grail-sidebar-right {
  width: 200px;
  background-color: #f0f0f0;
  padding: 20px;
}

.holy-grail-footer {
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.cursor-pointer {
  cursor: pointer;
}
.text-primary {
  color: #3c7bff;
}

/* flex相关样式 */
.flex {
  display: flex;
}
.gap-12 {
  gap: 12px;
}
.flex-auto {
  flex: auto;
}
.flex-1 {
  flex: 1;
}
.flex-0 {
  flex: 0;
}
.flex-center {
  align-items: center;
  justify-content: center;
}
.flex-start {
  align-items: center;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-col {
  flex-direction: column;
}
/* 尺寸相关 */
.w-85 {
  width: 85px;
}
.w-90 {
  width: 90px;
}
.w-120 {
  width: 120px;
}
.w-160 {
  width: 160px;
}
.w-168 {
  width: 168px;
}
.w-171 {
  width: 171px;
}
.w-200 {
  width: 200px;
}
.w-260 {
  width: 260px;
}
.w-292 {
  width: 292px;
}
.w-100-p {
  width: 100%;
}
.h-110 {
  height: 110px;
}
.h-120 {
  height: 120px;
}
.h-128 {
  height: 128px;
}
.h-160 {
  height: 160px;
}
.h-163 {
  height: 163.5px;
}
.h-168 {
  height: 168px;
}

.mh-100 {
  max-height: 100%;
}

/* 边角相关 */
.border-box {
  box-sizing: border-box;
}
.border {
  border: 1px solid #e4e3e3;
}
.border-radius-16 {
  border-radius: 16px;
}
.border-radius-12 {
  border-radius: 12px;
}
.border-radius-8 {
  border-radius: 8px;
}
.border-radius-4 {
  border-radius: 4px;
}

.bar-menu,
.bar-menu-submenu {
  /* 分割线 */
  border-bottom: 1px solid #e7e9ec;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 12px;
  position: relative;
  width: 100%;
}
/* 侧边栏样式 */
.bar-menu {
  height: 55px;
  /* 字体/黑 */
  color: #292929;
  padding: 12px 0;
}
.bar-menu-submenu {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  padding: 8px 0;

  /* 主色-蓝 */
  color: #646464;
}

.bar-menu-submenu::before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
  background-image: url('/static/image/entInfo/arr_no-0df6f27fd48d8efd1d458c140cae8e7c.png');
}
.bar-menu-submenu.active::before {
  background-image: url('/static/image/entInfo/arr-172ca86c6a06220727a4e1c6eff3aba3.png');
}

.bar-menu-text {
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: normal;
  color: #646464;
  line-height: 20px;
  padding: 8px 0;
  word-break: break-all;
}

.bar-menu-submenu.active {
  padding-bottom: 8px;
  color: #3875f6;
}

.bar-menu-content {
  font-family: AlibabaPuHuiTi;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid #646464;
  position: absolute;
  padding: 12px 0;
  bottom: -1px;
}
/* 边距通用类 */
.pdb-64 {
  padding-bottom: 64px;
}
.pdb-32 {
  padding-bottom: 32px;
}
.pdb-20 {
  padding-bottom: 20px;
}
.pdb-16 {
  padding-bottom: 16px;
}
.pdb-12 {
  padding-bottom: 12px;
}
.pdb-8 {
  padding-bottom: 8px;
}
.pdb-4 {
  padding-bottom: 4px;
}
.pdr-24 {
  padding-right: 24px;
}
/* 边距通用类 */
.mgb-64 {
  margin-bottom: 64px;
}
.mgb-32 {
  margin-bottom: 32px;
}
.mgb-20 {
  margin-bottom: 20px;
}
.mgb-16 {
  margin-bottom: 16px;
}
.mgb-12 {
  margin-bottom: 12px;
}
.mgb-8 {
  margin-bottom: 8px;
}
.mgb-4 {
  margin-bottom: 4px;
}

/* 边距通用类 */
.mgt-64 {
  margin-top: 64px;
}
.mgt-32 {
  margin-top: 32px;
}
.mgt-20 {
  margin-top: 20px;
}
.mgt-16 {
  margin-top: 16px;
}
.mgt-12 {
  margin-top: 12px;
}
.mgt-8 {
  margin-top: 8px;
}
.mgt-4 {
  margin-top: 4px;
}

/* 通用边距类 */
.mgr-36 {
  margin-right: 36px;
}
.mgr-24 {
  margin-right: 24px;
}
.mgr-20 {
  margin-right: 20px;
}
.mgr-16 {
  margin-right: 16px;
}
.mgr-12 {
  margin-right: 12px;
}

/* 两列布局 - 左对齐 */
.two-column {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.two-column-left {
  width: 260px;
  margin-right: 36px;
}

.two-column-right {
  flex: 1;
}

.container--ent.about {
  padding-top: 24px;
}

/* 单行文本省略  */
.one-line {
  text-overflow: eclipse;
  white-space: nowrap;
  overflow: hidden;
}

/* 双行文本 */
.two-line {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 四行文本 */
.four-line {


  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.five-line {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 九行文本 */
.nine-line {


  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* z 表单处理 */
.z-form-label,
.z-form-content {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  word-break: break-word;
}
.z-form-label {
  color: #646464;
  white-space: nowrap;
}
.z-form-content {
  color: #292929;
}

.empty-container {
  width: 420px;
  height: 332px;
  background-image: url('/static/image/entInfo/no_content-1e9b81382803180504d444d3d8d882ec.png');
  background-size: cover;
  margin: 56px auto 0;
}
.empty-container .empty-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #646464;
  text-align: center;
  padding-top: 260px;
}

/* 溢出处理 */
.oe {
  overflow: hidden;
}


/*列表项出现动效*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* 布局 */
.fixed {
  position: fixed;
  z-index: 20;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}
.top-0 {
  top: 0;
}
.top-40 {
  top: 40px;
}
.left-0 {
  left: 0;
}

/* 工具样式 */

/* 小小箭头 */
.toolbar-with-arrow::after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  /* background-color: white; */
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  transform: rotate(-45deg) translate(-4px, -50%);
  width: 3px;
  height: 3px;
  /* height: 10px; */
}

/* 工具类 */
.text-center {
  text-align: center;
}


.img-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.8s;
}

.img-wrapper::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  backdrop-filter: blur(10px);
  z-index: 1;
  filter: brightness(1.2);
}

.page-tool {
  position: fixed;
  right: 39px;
  bottom: 15%;
  z-index: 10;
}
.page-tool li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
.page-tool li::before {
  /* background-color: red; */
  content: '';
  width: 50px;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
}
.page-tool li .show-panel {
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.08);
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  padding: 16px;
  border-radius: 6px;
}
.page-tool li.down .show-panel {
  width: 159px;
  text-align: center;
}
.page-tool li.down .show-panel > img{
  width: 108px;
  height: 108px;
  margin: 0px auto 0;
}
.page-tool li .show-panel::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 8px solid #fff;
}
.page-tool li .customer-code {
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  color: #292929;
  padding: 8px 16px 12px 12px;
}
.page-tool li:hover .show-panel{
  display: block;
}

.page-tool li .show-panel img {
  display: block;
  width: 108px;
  height: 108px;
  margin: 0 auto;
}
.page-tool li .show-panel > span {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #292929;
  display: block;
  margin-top: 4px;
}
.page-tool li.email .show-panel > span,
.page-tool li.phone .show-panel > span{
  color: #3D3D3D;
  white-space: nowrap;
  text-align: right;
}
.page-tool li.down .show-panel > span {
  color: #444;
  font-size: 14px;
}
.page-tool li.down .show-panel > span.down-app {
  font-weight: bold;
  color: #292929;
  font-size: 16px;
}

.page-tool li.down .show-panel > span.whats-app {
  font-weight: 500;
  font-size: 16px;
}
.page-tool li .show-panel > span.blue {
  color: #3C7BFF
}



.page-tool li > span:first-child {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 15px 0px rgba(37, 44, 62, 0.1);
}
.page-tool li.code > span:first-child {
  background-image: url('/static/image/home/code-4578b0f1a0b162d36d1811c156a28571.png');
  background-size: 26px;
}
.page-tool li.email > span:first-child {
  background-image: url('/static/image/home/email-e3b8e5600a620cc96137808196e34614.png');
  background-size: 30px;
}
.page-tool li.phone > span:first-child {
  background-image: url('/static/image/home/phone-90bd7c138e55f87ddd605fe96d5fd2e1.png');
  background-size: 28px;
}
.page-tool li.down > span:first-child {
  background-image: url('/static/image/home/down-c120b4f6ef84fc9da826584f06c5f3f6.png');
  background-size: 29px 40px;
  height: 66px;
}
.page-tool li.back > span:first-child {
  background-image: url('/static/image/home/back-9f9bfe6c282ccd3375877180985f9388.png');
  background-size: 24px;
}

.page-tool li.code:hover > span:first-child {
  background-image: url('/static/image/home/code_ac-d1f4fc42e3818f70fd20f675ee8b8672.png');
}
.page-tool li.email:hover > span:first-child {
  background-image: url('/static/image/home/email_ac-dc5cad60e139b3ded107e5d61af146aa.png');
}
.page-tool li.phone:hover > span:first-child {
  background-image: url('/static/image/home/phone_ac-ea2a386ff10ca9f780bea2cfd0e53326.png');
}
.page-tool li.down:hover > span:first-child {
  background-image: url('/static/image/home/down_ac-43b6a01bb81a24dd2d5b6d05666843f4.png');
  background-size: 30px 44px;
  background-position: 6px 9px;
}
.page-tool li.back:hover > span:first-child {
  background-image: url('/static/image/home/back_ac-345e7660873e9eae553c155275dd2179.png');
}

.footer-container {
  width: 100%;
  background: #111827;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.footer-mian-container {
  width: 1200px;
  margin: 0 auto;
}

.footer-top-container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.14rem;
  padding-top: 3.42rem;
  border-bottom: 0.07rem solid rgb(231, 233, 236,0.2);
}

.footer-left-container {
  display: flex;
}


.footer-item-content {
  line-height: 1.42rem;
  flex-shrink: 0;
  margin-right: 2.57rem;
  letter-spacing: 0.035rem;
}

.footer-item-title {
  color: #FFFFFF;
  font-size: 1.42rem;
  margin-bottom: 1.71rem;
  display: block;
  font-weight: 500;
}

.footer-item {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.14rem;
  margin-bottom: 1.14rem;
  max-width: 14.28rem;
  display: block;
}

.footer-logo {
  width: 9.5rem;
  height: 4.5625rem;
}

.footer-bottom-container {
  padding: 2rem 0 1.42rem;
  color: #FFFFFF;
  font-size: 1.14rem;
  text-align: center;
  justify-content: center;
}

.contact-container {
  width: auto;
}
.contact-container .footer-item-title {
  display: flex;
  align-items: center;
}
.contact-container .foot-logo {
  width: 154px;
  height: 20px;
  vertical-align: top;
  margin-left: 20px;
}
.contact-container .footer-item {
  max-width: 363px;
  padding-left: 30px;
  position: relative;
}
.contact-container .footer-item img {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}

.foot-tip {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.foot-tip.fix-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.foot-tip p {
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  color: #FFFFFF;
  margin: 0;
  margin-right: 32px

}
.foot-tip p span {
  color: #FDBB1E
}
.foot-tip-btn {
  height: 36px;
  border-radius: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
  background: #3875F6;
  padding: 0 9px;
  margin-right: 12px;
  cursor: pointer;
  display: block;
}
.foot-tip-btn:hover {
  color: #FFFFFF;
  text-decoration: none;
}



.tip-toast-container {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -22px 0 0 -72.5px;
  min-width: 145px;
  height: 44px;
  border-radius: 8px;
  background-color: rgba(0,0,0,0.6);
  line-height: 44px;
  font-size: 16px;
  color: #FFFFFF;
  z-index: 20;
  background-image: url('/static/image/entInfo-paid/tip-618e19634df8cd63ef7b0e636e106e73.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding: 0 12px 0 36px;
}

.tip-toast-container.success {
  background-image: none;
  padding-left: 12px;
}