.nav-header {
  width: 100%;
  height: 60px;
  flex-shrink: 0;
  backdrop-filter: blur(12px);
  background: transparent;
  /* box-shadow: 0px 2px 4px 1px rgba(8, 19, 74, 0.16); */
  border: 1px solid #ffffff;
  /* background-color: rgba(255, 255, 255, 0.6); */
  background-color: #fff;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 12px 0px;
}

.margin-zero {
  margin-bottom: 0 !important;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.nav-header .container {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.nav-header .container .left {
  display: flex;
  align-items: center;
  height: 100%;
}
.nav-header .container .left .logo {
  display: flex;
  align-items: center;
  margin-right: 60px;
  height: 100%;
}
.nav-header .container .left .logo img {
  height: 30px;
  margin-right: 10px;
}

.nav-header .container .left .others {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-header .container .left .others .nav-link {
  cursor: pointer;
  margin-right: 40px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-header .container .left .others .nav-link:last-child {
  margin-right: 0;
}
.nav-header .container .left .others .nav-link:hover {
  color: #3762ec;
}

.nav-header .container .left .others .nav-link .image-box {
  background-image: url('/assets/zk (2).png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  margin-left: 10px;
}
.nav-header .container .left .solution:hover .image-box {
  background-image: url('/assets/sq (2).png');
}
.nav-header .container .left .solution:hover .industry-solution {
  display: flex;
}
.nav-header .container .left .solution {
  position: static;
}

/* 新“行业方案”悬浮菜单（由 ceshi 行业方案菜单改造，不采用大模块背景色） */
.nav-header .container .left .solution .industry-solution {
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100vw;
  background: #ffffff;
  box-shadow: 0px 6px 18px 1px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  padding: 17px max(0px, calc((100vw - 1200px) / 2)) 5px;
  z-index: 999;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-item {
  width: 190px;
  height: 88px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 1px rgba(44, 101, 255, 0.06);
  border-radius: 12px;
  margin: 0 12px 12px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-item:nth-child(6n) {
  margin-right: 0;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-item
  img {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-item
  span {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
}
.nav-header
  .container
  .left
  .solution
  .industry-solution
  .industry-solution-item:hover
  span {
  color: #3762ec;
}

.nav-header .container .right {
  display: flex;
  align-items: center;
  position: relative;
}
.nav-header .container .right .phone {
  display: flex;
  align-items: center;
  margin-right: 32px;
  cursor: pointer;
}
.nav-header .container .right .phone img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.nav-header .container .right .phone span {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

.nav-header .container .right .phone span:hover {
  color: #5d94ff;
}

.nav-header .container .right .contact-us {
  width: 100px;
  height: 36px;
  background: #3378fe;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}
.nav-header .container .right .contact-us:hover {
  background-color: #5d94ff;
}

.banner .container .get-scheme {
  width: 178px;
  height: 60px;
  background: #fff;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  color: #3762ec;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .container .get-scheme span {
  margin-right: 11px;
}
.banner .container .get-scheme .image {
  width: 22px;
  height: 22px;
  background-image: url('/assets/banner_icon_normal.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.banner .container .get-scheme:hover {
  color: #fff;
  background-color: #587ef9;
  border: 1px solid #ffffff;
}
.banner .container .get-scheme:hover .image {
  background-image: url('/assets/banner_icon_hover.png');
}

.banner {
  width: 100%;
  height: 400px;
  background: #2454ec;
  background-image: url('/assets/banner (3).png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 60px;
}
.banner .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .container .left {
  display: flex;
  flex-direction: column;
}
.banner .container .left .title {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 24px;
}
.banner .container .left .tip {
  font-size: 18px;
  color: #ffffff;
  width: 670px;
  margin-bottom: 40px;
  line-height: 30px;
}
.banner .container .right img {
  height: 260px;
}

.container .get-scheme {
  width: 178px;
  height: 60px;
  background: #3762ec;
  border-radius: 10px 10px 10px 10px;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .get-scheme span {
  margin-right: 11px;
}
.container .get-scheme .image {
  width: 22px;
  height: 22px;
  background-image: url('/assets/banner_icon_hover.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.container .get-scheme:hover {
  background-color: #587ef9;
}

/* 行业痛点 */
.industry-pain {
  width: 100%;
  padding: 80px 0;
  background: #fafbff;
}
.industry-pain .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industry-pain .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 40px;
}
.industry-pain .container .pain-list {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.industry-pain .container .pain-list .pain-item {
  width: 285px;
  height: 352px;
  background: linear-gradient(
    353deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 25px;
  padding-top: 40px;
}
.industry-pain .container .pain-list .pain-item img {
  height: 90px;
  margin-bottom: 20px;
}
.industry-pain .container .pain-list .pain-item .pain-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 16px;
}
.industry-pain .container .pain-list .pain-item .pain-tip {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.industry-pain .container .pain-list .pain-item:hover {
  transform: translate(0, -10px) !important;
}

/* 分账解决方案 */
.industry-solution {
  width: 100%;
  padding: 80px 0;
  background: #f6f8fd;
}
.industry-solution .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.industry-solution .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 48px;
}
.industry-solution .container .solution-list {
  display: flex;
  margin-bottom: 30px;
}

.industry-solution .container .solution-list .solution-item {
  width: 585px;
  height: 320px;
  background: linear-gradient(
    355deg,
    rgba(253, 254, 255, 0.87) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  margin-right: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 36px 42px;
  flex-direction: column;
  position: relative;
}
.industry-solution .container .solution-list .solution-item:last-child {
  margin-right: 0;
}
.industry-solution .container .solution-list .solution-item .solution-title {
  font-weight: bold;
  font-size: 24px;
  color: #2d70f5;
  width: 400px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.industry-solution
  .container
  .solution-list
  .solution-item
  .solution-title.one {
  background-image: url('/assets/module_2_1.png');
}
.industry-solution
  .container
  .solution-list
  .solution-item
  .solution-title.two {
  background-image: url('/assets/module_2_2.png');
}
.industry-solution
  .container
  .solution-list
  .solution-item
  .solution-title.three {
  background-image: url('/assets/module_2_3.png');
}
.industry-solution
  .container
  .solution-list
  .solution-item
  .solution-title.four {
  background-image: url('/assets/module_2_4.png');
}
.industry-solution .container .solution-list .solution-item .solution-tip {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-bottom: 13px;
  width: 440px;
}

.industry-solution .container .solution-list .solution-item .solution-right {
  position: absolute;
  right: 48px;
  top: 36px;
  width: 70px;
}
.industry-solution .container .get-scheme {
  margin-top: 48px;
}
.industry-solution .container .solution-list .solution-item:hover {
  transform: translate(0, -10px) !important;
}

/* 分账业务流程 */
.business-flow {
  width: 100%;
  padding: 80px 0;
  background: #fafbff;
}
.business-flow .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.business-flow .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 40px;
}
.business-flow .container .center-image {
  width: 1148px;
  height: 802px;
  background: linear-gradient(
    187deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 30px 30px 30px 30px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.business-flow .container .center-image img {
  width: 1068px;
}
.business-flow .container .get-scheme {
  margin-top: 48px;
}

/* 方案优势 */
.solution-advantage {
  width: 100%;
  padding: 80px 0;
  background: #f6f8fd;
}
.solution-advantage .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution-advantage .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-bottom: 48px;
}
.solution-advantage .container .solution-list {
  display: flex;
  margin-bottom: 30px;
}
.solution-advantage .container .get-scheme {
  margin-top: 48px;
}
.solution-advantage .container .advantage-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
}

.solution-advantage .container .advantage-list .advantage-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  width: 380px;
  height: 182px;
  background: linear-gradient(
    353deg,
    rgba(253, 254, 255, 0.73) 0%,
    rgba(232, 240, 255, 0.28) 100%
  );
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #ffffff;
  position: relative;
}
.solution-advantage .container .advantage-list .advantage-item:hover {
  transform: translate(0, -10px) !important;
}
.solution-advantage
  .container
  .advantage-list
  .advantage-item
  .advantage-title {
  font-weight: bold;
  font-size: 22px;
  color: #000000;
  position: relative;
  margin-bottom: 20px;
}
.solution-advantage
  .container
  .advantage-list
  .advantage-item
  .advantage-title::after {
  content: '';
  width: 4px;
  height: 24px;
  background: #3762ec;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -8px;
}
.solution-advantage .container .advantage-list .advantage-item .advantage-tip {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.solution-advantage .container .advantage-list .advantage-item img {
  position: absolute;
  right: 24px;
  top: 16px;
  height: 56px;
}
.solution-advantage .container .safe-title {
  font-weight: bold;
  font-size: 36px;
  color: #2f334d;
  margin-top: 80px;
  margin-bottom: 48px;
}
.solution-advantage .container .center {
  background-image: url('/assets/module_13_back.png');
  width: 716px;
  height: 716px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.solution-advantage .container .center .item {
  display: flex;
  flex-direction: column;
  width: 330px;
  height: 148px;
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 9px 9px 9px 9px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.solution-advantage .container .center .item.three {
  background-image: url('/assets/module_13_back_3.png');
}
.solution-advantage .container .center .item.two {
  background-image: url('/assets/module_13_back_2.png');
}
.solution-advantage .container .center .item.one {
  background-image: url('/assets/module_13_back_1.png');
}
.solution-advantage .container .center .item .item-title {
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  align-self: center;
  margin-bottom: 30px;
}
.solution-advantage .container .center .item .item-message {
  padding-left: 34px;
  display: flex;
  flex-direction: column;
}
.solution-advantage .container .center .item .item-message span {
  position: relative;
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}
.solution-advantage .container .center .item .item-message span::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #33d5bf;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}
.solution-advantage .container .center .item.one .item-message span::after {
  background: #3762ec;
}
.solution-advantage .container .center .item.three .item-message span::after {
  background: #16d843;
}

.solution-advantage .container .center .item.one {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solution-advantage .container .center .item.two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -30%;
}
.solution-advantage .container .center .item.three {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30%;
}
.solution-advantage .container .center .center-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* 品牌客户的信赖之选 */
.brand-customer {
  padding: 80px 0;
  background: #fafbff;
}
.brand-customer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.brand-customer .container .title {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  margin-bottom: 48px;
}
.brand-customer .container .list {
  display: flex;
  margin-bottom: 20px;
}
.brand-customer .container .list img {
  width: 224px;
  height: 200px;
  margin-right: 20px;
  box-shadow: 0px 3px 6px 1px rgba(8, 47, 174, 0.16);
  border-radius: 6px 6px 6px 6px;
}
.brand-customer .container .list img:last-child {
  margin-right: 0;
}
.brand-customer .container .get-scheme {
  margin-top: 48px;
}

.contact-us-now {
  width: 100%;
  height: 160px;
  background-image: url('/assets/db_img.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-us-now .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-now .container .title {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-right: 120px;
}
.contact-us-now .container .consult-now {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 48px;
  background: #ffffff;
  border-radius: 24px 24px 24px 24px;
}
.contact-us-now .container .consult-now span {
  font-size: 20px;
  color: #2d70f5;
  margin-right: 10px;
}
.contact-us-now .container .consult-now img {
  width: 18px;
}
.contact-us-now .container .consult-now:hover {
  background-color: #cce3fc;
}

/* 微信扫一扫 */
.wechat-code {
  width: 100%;
  height: 372px;
  background: #121b2e;
}
.wechat-code .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.wechat-code .container .left {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  align-items: flex-start;
}
.wechat-code .container .left .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  margin-left: 10px;
  margin-bottom: 24px;
}
.wechat-code .container .left .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .left .phone {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wechat-code .container .left .contact-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.wechat-code .container .left .contact-list .contact {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.wechat-code .container .left .contact-list .contact:hover span {
  font-weight: bolder;
}
.wechat-code .container .left .contact-list .contact .icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-size: cover;
  background-repeat: no-repeat;
}
.wechat-code .container .left .contact-list .contact span {
  font-size: 16px;
  color: #ffffff;
}
.wechat-code .container .left .contact-list .contact .icon.weixin {
  background-image: url('/assets/m15_1_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.shouji {
  background-image: url('/assets/m15_2_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.rexian {
  background-image: url('/assets/m15_3_def.png');
}
.wechat-code .container .left .contact-list .contact .icon.qq {
  background-image: url('/assets/qq@2x.png');
}

.wechat-code .container .left .contact-list .contact:hover .weixin {
  background-image: url('/assets/m15_1_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .shouji {
  background-image: url('/assets/m15_2_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .rexian {
  background-image: url('/assets/m15_3_hover.png');
}
.wechat-code .container .left .contact-list .contact:hover .qq {
  background-image: url('/assets/qq_hover@2x.png');
}
.wechat-code .container .center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
}
.wechat-code .container .center img {
  margin-bottom: 15px;
  height: 180px;
}
.wechat-code .container .center span {
  font-size: 16px;
  color: #ffffff;
}

.wechat-code .container .right {
  display: flex;
  margin-top: 60px;
  justify-content: flex-end;
}

.wechat-code .container .right .system {
  display: flex;
  flex-direction: column;
  margin-right: 64px;
}
.wechat-code .container .right .system:last-child {
  margin-right: 0;
}
.wechat-code .container .right .system .title {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  position: relative;
}

.wechat-code .container .right .system .title::after {
  content: '';
  width: 2px;
  height: 18px;
  background: #2d70f5;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.wechat-code .container .right .system .system-list-center {
  display: flex;
}
.wechat-code .container .right .system .system-list {
  display: flex;
  flex-direction: column;
}

.wechat-code .container .right .system .system-list a {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  width: 90px;
}
.wechat-code .container .right .system .system-list a:hover {
  cursor: pointer;
  font-weight: bolder;
  color: #ffff01;
}

/* 备案号 */
.beian {
  width: 100%;
  height: 80px;
  background: #0f1523;
}
.beian .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.beian .container .top {
  display: flex;
  align-items: center;
}
.beian .container .top .company {
  margin-right: 10px;
}
.beian .container .top .qiye {
  display: flex;
  align-items: center;
}
.beian .container .top .qiye img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.beian .container .top span {
  font-size: 16px;
  color: #999999;
}

.beian .container .top a {
  font-size: 16px;
  color: #999999;
}
.beian .container .top a:hover {
  color: #fff;
}

.beian .container .footer {
  margin-right: 10px;
}

.beian .container .footer img {
  margin-right: 5px;
}

/* 悬浮窗 */
.right-float-nav {
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99;
}
.new-nav {
  width: 68px;
  position: fixed;
  right: 24px;
  top: 50%;
  /* bottom:auto; */
  left: auto;
  z-index: 99999999;
  margin-top: -257px;
}
.new-nav .nav-list {
  text-align: center;
  position: relative;
  cursor: pointer;
  width: 68px;
  height: 68px;
  margin-bottom: 2px;
  background-color: #fff;
  border-radius: 3px;
  background-position: 50% 32%;
  background-repeat: no-repeat;
  box-shadow: 0 0 8px 0 rgba(44, 107, 234, 0.16);
}
.new-nav .nav-list.kefuks {
  width: 120px;
  height: 120px;
  background-image: url('/assets/kefu.png');
  box-shadow: none;
  position: relative;
  right: 27px;
  background-color: transparent;
}

.new-nav .nav-list.kefuks:hover {
  background-color: transparent;
}

.new-nav .nav-list.kefuks a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.new-nav .nav-list.gouwuche {
  background-image: url('/assets/icon_gouwuche.png');
}

.new-nav .nav-list.gouwuche:hover {
  background-image: url('/assets/icon_gouwucheh.png');
}

.new-nav .nav-list.beixuanpk {
  background-image: url('/assets/icon_beixuan.png');
}

.new-nav .nav-list.beixuanpk:hover {
  background-image: url('/assets/icon_beixuanh.png');
}

.new-nav .nav-list.saoyisao {
  background-image: url('/assets/icon_saoyisao.png');
}

.new-nav .nav-list.saoyisao:hover {
  background-image: url('/assets/icon_saoyisaoh.png');
}

.new-nav .nav-list.fankui {
  background-image: url('/assets/icon_fankui.png');
}

.new-nav .nav-list.fankui:hover {
  background-image: url('/assets/icon_fankuih.png');
}
.new-nav .nav-list .P1 {
  font-size: 12px;
  font-weight: 400;
  color: #2c6bea;
  line-height: 30px;
  padding: 35px 0 6px 0;
}
.new-nav .nav-list:hover {
  background-color: #2c6bea;
}
.new-nav .nav-list:hover .P1 {
  color: #fff;
}
.new-nav .nav-box {
  position: relative;
  width: 68px;
}
.nav-ewm-box {
  padding-top: 20px;
  width: 160px;
  background: #ffffff;
  box-shadow: -20px 0 20px 0 rgba(0, 0, 0, 0.05);
}
.nav-ewm-box .ewm-list {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
.nav-ewm-box .ewm-list img {
  width: 150px;
  height: 150px;
  margin-top: 10px;
}
.nav-ewm-box .ewm-list p {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.nav-list .nav-show {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  right: 60px;
  /* bottom: auto; */
  left: auto;
  top: 50%;
}
.nav-list .nav-show.staff {
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
  position: absolute;
  right: 60px;
  left: auto;
  top: 10px;
}
.nav-list .nav-show.staff .staff-phone {
  font-size: 16px;
  font-weight: bold;
}
.nav-list .nav-show > div {
  float: right;
  margin-right: 20px;
}
.nav-list:hover .nav-show {
  width: 280px;
  text-align: right;
}
