/* // 安卓 */

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* //IOS */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-modify: read-write-plaintext-only;
}

body.hidden {
  overflow: hidden;
  scrollbar-width: none;
  scrollbar-color: transparent transparent;
}

.w1400 {
  width: 92%;
  max-width: 1480px;
}

.common-content-body {
  max-width: 100%;
}

.common-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-section-title .title {
  font-weight: bold;
  font-size: 24px;
  color: #2c6dec;
}

.common-section-title .title::before,
.common-section-title .title::after {
  content: "";
  display: inline-block;
  width: 39px;
  height: 28px;
  background-image: url(https://www.kekebang.com/resource/images/src/images/title-left-icon.png);
  background-size: 100%;
  margin-right: 10px;
}

.common-section-title .title::after {
  width: 37px;
  background-image: url(https://www.kekebang.com/resource/images/src/images/title-right-icon.png);
  margin-left: 10px;
}

@media (max-width: 1400px) {
  .common-section-title .title {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .w1400 {
    max-width: 768px;
  }

  .common-content-body {
    max-width: 768px;
    min-width: 360px;
    width: 100%;
    margin: auto;
  }

  .common-section-title .title {
    font-size: 16px;
  }

  .common-section-title .title::before,
  .common-section-title .title::after {
    display: none;
  }
}

.header {
  height: 69px;
}

.header .hfixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  height: 69px;
}

.header .hfixed .header-mid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .hfixed .header-mid .logo {
  font-size: 0;
}

.header .hfixed .header-mid .logo img {
  height: 45px;
}

.header .hfixed .header-mid .tab_name {
  display: none;
  flex: 1;
}
.header .hfixed .header-mid .tab_name ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1.4286rem;
}
.header .hfixed .header-mid .tab_name li {
  list-style: none;
  font-size: 1.2857rem;
  font-weight: bold;
  position: relative;
}

.header .hfixed .header-mid .navbar {
  flex-grow: 1;
  height: 68px;
}

.header .hfixed .header-mid .navbar ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 3%;
}

.header .hfixed .header-mid .navbar ul li {
  padding: 0 3%;
}

.header .hfixed .header-mid .navbar ul li a {
  font-size: 18px;
  color: #223458;
  line-height: 62px;
  white-space: nowrap;
  position: relative;
  transition: color 0.2s;
  font-weight: bold;
}

.header .hfixed .header-mid .navbar ul li .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  transform: translate3d(0, -2px, 0) rotateZ(45deg);
  transition: border-color 0.3s;
}

.header .hfixed .header-mid .navbar ul li a.cur,
.header .hfixed .header-mid .navbar ul li .nav-link:hover {
  color: #0c6ff9;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu {
  display: none;
  opacity: 0;
  background: #fff;
  position: absolute;
  top: 60px;
  z-index: 2;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 12px;
  box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
  transition: 0.4s;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .img-list {
  width: 561px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding: 6px;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .img-list .img-item {
  display: block;
  box-sizing: border-box;
  padding: 4px;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  span {
  color: #fff;
  position: absolute;
  left: 6px;
  bottom: 12px;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 20px;
  background: linear-gradient(87deg, #fe9c39 0%, #ff6411 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img-box {
  width: 175px;
  height: 86px;
  position: relative;
  transition: all 0.3s;
  border: 2px solid transparent;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  box-sizing: border-box;
  line-height: 1;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img-box
  h3 {
  position: absolute;
  left: 7px;
  top: 20px;
  font-size: 14px;
  color: #f87400;
  font-weight: bold;
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img-box:hover {
  transform: translateY(-4px);
  border-color: #fe9031;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img1 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-phone.png);
  background-size: 100% 100%;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img1
  h3 {
  color: #cb5715;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img1
  span {
  background: linear-gradient(87deg, #fe9c39 0%, #ff6411 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img1:hover {
  transform: translateY(-4px);
  border-color: #fe9031;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img2 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-game.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img2
  h3 {
  color: #3077ce;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img2
  span {
  background: linear-gradient(87deg, #67afff 0%, #0c6ff9 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img2:hover {
  transform: translateY(-4px);
  border-color: #3b9eff;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img3 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-cheer.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img3
  h3 {
  color: #0ea560;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img3
  span {
  background: linear-gradient(97deg, #27d67c 0%, #07ae62 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img3:hover {
  transform: translateY(-4px);
  border-color: #2dd17f;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img4 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-shop.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img4
  h3 {
  color: #7671ff;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img4
  span {
  background: linear-gradient(87deg, #8aa7fd 0%, #5957fd 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img4:hover {
  transform: translateY(-4px);
  border-color: #8093fd;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img5 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-food.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img5
  h3 {
  color: #f87400;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img5
  span {
  background: linear-gradient(87deg, #fb0 0%, #f70 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img5:hover {
  transform: translateY(-4px);
  border-color: #feb31a;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img6 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-media.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img6
  h3 {
  color: #c0413d;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img6
  span {
  background: linear-gradient(87deg, #fd8a64 0%, #fe5558 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img6:hover {
  transform: translateY(-4px);
  border-color: #fe8364;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img7 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-hero.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img7
  h3 {
  color: #ae68ff;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img7
  span {
  background: linear-gradient(87deg, #fe89f2 0%, #e632d8 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img7:hover {
  transform: translateY(-4px);
  border-color: #ec43e0;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img8 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-walk.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img8
  h3 {
  color: #07a58a;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img8
  span {
  background: linear-gradient(87deg, #57e377 0%, #05dc9a 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img8:hover {
  transform: translateY(-4px);
  border-color: #00d4b6;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img9 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-music.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img9
  h3 {
  color: #00c469;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img9
  span {
  background: linear-gradient(87deg, #60d554 0%, #18d104 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img9:hover {
  transform: translateY(-4px);
  border-color: #1cd108;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img10 {
  background-image: url(https://www.kekebang.com/resource/images/src/images/yun/common/card-dessert.png);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img10
  h3 {
  color: #f94f14;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img10
  span {
  background: linear-gradient(87deg, #ffa55d 0%, #f94f14 100%);
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .img-list
  .img-item
  .img10:hover {
  transform: translateY(-4px);
  border-color: #f94f14;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .hot-search {
  padding: 12px 0 12px 24px;
  border-top: 1px solid #ddd;
  color: #666;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .hot-search strong {
  font-weight: 700;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .hot-search a {
  padding: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}

.header .hfixed .header-mid .navbar ul .card-drop-menu .hot-search a:hover {
  color: #0c6ff9;
}

.header
  .hfixed
  .header-mid
  .navbar
  ul
  .card-drop-menu
  .hot-search
  a:hover:before {
  height: 0;
}

.header .hfixed .header-mid .nav-m {
  display: none;
  text-align: center;
  font-size: 0;
}

.header .hfixed .header-mid .oper-bar .reglgbtn {
  background-color: #0c6ff9;
  color: #fff;
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 22px;
  border: none;
  font-size: 14px;
}

.header .hfixed .header-mid .oper-bar .btns-m {
  display: none;
}

.aready {
  position: relative;
  display: none;
  width: 139px;
  height: 40px;
  background: #0c6ff9;
  border-radius: 20px 20px 20px 20px;
  padding: 0 5px 0 16px;
}

.aready .user-name {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  text-align: left;
}

.aready .info {
  height: 100%;
  display: flex;
  align-items: center;
  color: #ffd9cb;
  justify-content: space-between;
  width: 100%;
}

.aready img {
  width: 29px;
  height: 29px;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
}

.aready .user-drop-menu {
  opacity: 0;
  display: none;
  position: absolute;
  right: -40px;
  top: 30px;
  padding-top: 20px;
  z-index: 999 !important;
}

.aready .user-drop-menu .user-top {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/aready-bg.png)
    no-repeat center center;
  background-size: 100%;
  box-sizing: border-box;
}

.aready .user-drop-menu .user-top .img {
  height: 62px;
  width: 62px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}

.aready .user-drop-menu .user-top .l_info {
  font-size: 12px;
  color: #666;
  margin: 0 10px;
  font-weight: bold;
}

.aready .user-drop-menu .user-top .l_info div {
  margin-top: 4px;
}

.aready .user-drop-menu .user-top .l_info div:nth-of-type(1) {
  width: 90px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aready .user-drop-menu .user-top .btn {
  font-size: 12px;
  padding: 8px 16px;
  border-radius: 16px;
  color: #fff;
  white-space: nowrap;
}

.aready .user-drop-menu .user-top .logout {
  background: #0c6ff9;
}

.aready .user-drop-menu .user-top .member {
  background: #ff7300;
  margin-right: 10px;
}

.aready .user-drop-menu .user-btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 10px 15px;
  background: #fff;
}

.aready .user-drop-menu .user-btm i {
  display: block;
  height: 60px;
  opacity: 0.8;
}

.aready .user-drop-menu .user-btm .ico1 {
  background: url(https://www.kekebang.com/resource/images/src/images/merchant/header/icon1.png)
    no-repeat center center;
  background-size: 100%;
}

.aready .user-drop-menu .user-btm .ico2 {
  background: url(https://www.kekebang.com/resource/images/src/images/merchant/header/icon2.png)
    no-repeat center center;
  background-size: 100%;
}

.aready .user-drop-menu .user-btm .ico3 {
  background: url(https://www.kekebang.com/resource/images/src/images/merchant/header/icon3.png)
    no-repeat center center;
  background-size: 100%;
}

.aready .user-drop-menu .user-btm .ico4 {
  background: url(https://www.kekebang.com/resource/images/src/images/merchant/header/icon4.png)
    no-repeat center center;
  background-size: 100%;
}

.aready .user-drop-menu .user-btm span {
  font-size: 14px;
  color: #333;
  transition: all 0.3s;
  opacity: 0.8;
}

.aready .user-drop-menu .user-btm a:hover span,
.aready .user-drop-menu .user-btm a:hover i {
  opacity: 1;
  transition: all 0.3s;
}

.aready .user-drop-menu .inner {
  width: 380px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
}

.aready:hover .user-drop-menu {
  opacity: 1;
  display: flex;
  z-index: 9999 !important;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #0c6ff99e;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media (min-width: 1025px) {
  .home-head .hfixed .header-mid .navbar ul .card:hover .card-drop-menu {
    opacity: 1;
    display: block;
  }

  .header .header-mid .navbar ul li a.cur .arrow,
  .nav-link:hover .arrow {
    border-right: 2px solid #0c6ff9;
    border-bottom: 2px solid #0c6ff9;
  }

  .header .header-mid .navbar ul li a.cur:before,
  .nav-link:hover:before {
    content: "";
    display: block;
    height: 4px;
    background-color: #0c6ff9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    border-radius: 4px;
  }
}

@media (max-width: 1400px) {
  .header .hfixed .header-mid .navbar ul li {
    padding: 0 2.5%;
  }
}

@media (max-width: 1024px) {
  .header .hfixed {
    max-width: 768px;
    margin: 0 auto;
  }

  .header .hfixed .header-mid {
    padding: 10px;
    box-sizing: border-box;
  }

  .header .hfixed .header-mid .navbar {
    position: absolute;
    top: 58px;
    left: -200%;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: left 0.2s;
  }

  .header .hfixed .header-mid .navbar ul {
    flex-direction: column;
  }

  .header .hfixed .header-mid .navbar ul li {
    width: 100%;
  }

  .header .hfixed .header-mid .navbar ul li a {
    display: block;
    line-height: 48px;
    border-bottom: 1px solid #d4d4d4;
  }

  .header .hfixed .header-mid .navbar ul li a.cur:before,
  .header .hfixed .header-mid .navbar ul li a:hover:before {
    content: initial;
  }

  .header .hfixed .header-mid .navbar ul li a:after {
    content: "";
    position: absolute;
    right: 3%;
    top: 50%;
    transform: translateY(-50%) rotateZ(-45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
  }

  .header .hfixed .header-mid .navbar ul li .arrow {
    display: none;
  }

  .header .hfixed .header-mid .navbar.show {
    left: 0;
  }

  .header .hfixed .header-mid .nav-m {
    display: block;
    flex-grow: 1;
    font-size: 16px;
    font-weight: bold;
    transform: translateY(2px);
  }

  .header .hfixed .header-mid .oper-bar .reglgbtn {
    /* display: none; */
    padding: 6px 10px;
    font-size: 12px;
  }

  .header .hfixed .header-mid .oper-bar .btns-m {
    display: block;
    width: 112px;
    text-align: right;
  }

  .header .hfixed .header-mid .oper-bar .btns-m i {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 8px 0 0 8px;
  }

  .header .hfixed .header-mid .oper-bar .btns-m .user {
    background: url(https://www.kekebang.com/resource/images/src/images/user.png)
      center no-repeat;
    background-size: cover;
  }

  .header .hfixed .header-mid .oper-bar .btns-m .menu {
    background: url(https://www.kekebang.com/resource/images/src/images/menu_h5.png)
      center no-repeat;
    background-size: cover;
    transition: transform 0.2s;
  }

  .header .hfixed .header-mid .oper-bar .btns-m.hover .menu {
    transform: rotateZ(90deg);
    background-image: url(https://www.kekebang.com/resource/images/src/images/close1.png);
  }

  .header .hfixed .header-mid .logo img {
    height: 35px;
  }

  .header .hfixed .header-mid.w1400 {
    width: 100%;
  }

  .aready {
    display: none !important;
  }
}

.footer .footer-box {
  /* background-color: #FAFAFA; */
  background-color: #32373e;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
}

.footer .footer-box a {
  color: #aaaaaa;
}

.footer .footer-box a:hover {
  color: #0c6ff9;
}

@media (max-width: 1024px) {
  .footer {
    display: none;
  }
}

body .dialog-class {
  background: #ffffff;
  min-width: 300px;
  box-shadow: 0 3px 6px 1px rgba(0, 0, 0, 0.21);
  border-radius: 10px;
  border: 0;
}

body .dialog-class .layui-layer-ico {
  background-image: url(https://www.kekebang.com/resource/images/src/images/lemiicon.png);
  background-repeat: no-repeat;
  background-size: 120px 30px;
}

body .dialog-class .layui-layer-btn .layui-layer-btn0 {
  background-color: #0c6ff9;
  border-color: #0c6ff9;
  border-radius: 4px;
}

.mask-home {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
}

.mask-home .mask-common-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 20px;
  min-width: 400px;
  padding: 10px 0;
}

.mask-home .mask-common-dialog .mask-dialog-head {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #efeeee;
}

.mask-home .mask-common-dialog .mask-close {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(https://www.kekebang.com/resource/images/src/images/login/close.png);
  background-size: 100% auto;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.mask-home .mask-common-dialog .mask-close:hover {
  background-image: url(https://www.kekebang.com/resource/images/src/images/login/close_hover.png);
}

.mask-home .mask-common-dialog .mask-dialog-content {
  padding: 0 20px;
  margin: 6px;
  max-height: 60vh;
  overflow-y: auto;
}

.mask-home .mask-common-dialog .mask-dialog-content .dialog-content-code {
  width: 420px;
  padding: 20px 0;
}

.mask-home
  .mask-common-dialog
  .mask-dialog-content
  .dialog-content-code
  .dialog-content-name {
  font-weight: 500;
  font-size: 14px;
  color: #175add;
  margin-bottom: 20px;
  text-align: center;
}

.mask-home
  .mask-common-dialog
  .mask-dialog-content
  .dialog-content-code
  .dialog-content-img {
  width: 258px;
  height: 258px;
  background: #f1f7ff;
  border-radius: 24px 24px 24px 24px;
  padding: 16px;
  box-sizing: border-box;
  margin: 0 auto;
}

.mask-home
  .mask-common-dialog
  .mask-dialog-content
  .dialog-content-code
  .dialog-content-img
  img {
  width: 100%;
}

@media (max-width: 500px) {
  .mask-home .mask-common-dialog {
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@charset "utf-8";

* {
  word-wrap: break-word;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
iframe,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td,
fieldset {
  margin: 0;
  padding: 0;
}

ul,
ol,
dl {
  list-style-type: none;
}

html,
body {
  *position: static;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 14px;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body,
th,
td,
button,
input,
select,
textarea {
  font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
    Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei",
    "\5B8B\4F53";
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
}

/*body{line-height:1.6}*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

a,
area {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
  outline: none;
}

:focus {
  outline: none;
}

sub,
sup {
  vertical-align: baseline;
}

img {
  border: 0;
  vertical-align: middle;
}

a img,
img {
  -ms-interpolation-mode: bicubic;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/*IE涓媋:hover 鑳屾櫙闂儊*/
html {
  overflow: -moz-scrollbars-vertical;

  zoom: expression(
    function(ele) {ele.style.zoom= "1" ; document.execCommand(
        "BackgroundImageCache",
        false,
        true
      )} (this)
  );
}

header,
footer,
section,
aside,
details,
menu,
article,
section,
nav,
address,
hgroup,
figure,
figcaption,
legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font28 {
  font-size: 28px;
}

.font30 {
  font-size: 30px;
}

.font32 {
  font-size: 32px;
}

.font36 {
  font-size: 36px;
}

.mgt2 {
  margin-top: 2px;
}

.mgt4 {
  margin-top: 4px;
}

.mgt6 {
  margin-top: 6px;
}

.mgt10 {
  margin-top: 10px;
}

.mgt12 {
  margin-top: 12px;
}

.mgt14 {
  margin-top: 14px;
}

.mgt16 {
  margin-top: 16px;
}

.mgt20 {
  margin-top: 20px;
}

.mgt30 {
  margin-top: 30px;
}

.mgt50 {
  margin-top: 50px;
}

.mgl4 {
  margin-left: 4px;
}

.mgl6 {
  margin-left: 6px;
}

.mgl10 {
  margin-left: 10px;
}

.mgl12 {
  margin-left: 12px;
}

.mgl14 {
  margin-left: 14px;
}

.mgl16 {
  margin-left: 16px;
}

.mgl20 {
  margin-left: 20px;
}

.mgl30 {
  margin-left: 30px;
}

.mgr4 {
  margin-right: 4px;
}

.mgr6 {
  margin-right: 6px;
}

.mgr10 {
  margin-right: 10px;
}

.mgr12 {
  margin-right: 12px;
}

.mgr14 {
  margin-right: 14px;
}

.mgr16 {
  margin-right: 16px;
}

.mgr20 {
  margin-right: 20px;
}

.mgr30 {
  margin-right: 30px;
}

.mgb6 {
  margin-bottom: 6px;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb12 {
  margin-bottom: 12px;
}

.mgb14 {
  margin-bottom: 14px;
}

.mgb16 {
  margin-bottom: 16px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt12 {
  padding-top: 12px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt30 {
  padding-top: 30px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb30 {
  padding-bottom: 30px;
}

.cl:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.cl,
.clearfix {
  zoom: 1;
}

.mgauto {
  margin-left: auto;
  margin-right: auto;
}

.cursor {
  cursor: pointer;
}

.bold {
  font-weight: bold;
}

.tcenter {
  text-align: center;
}

.hide {
  display: none;
}

.relative {
  position: relative;
}

.right-bar {
  width: 92px;
  position: fixed;
  right: 14px;
  bottom: 10%;
  z-index: 67;
  background: #fff;
  box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
  border-radius: 12px;
}

.right-bar li {
  height: 74px;
  overflow: hidden;
}

.right-bar li .online {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 88px;
  height: 74px;
  background: #0c6ff9;
  border-radius: 12px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.right-bar li .msg {
  width: 56px;
  height: 62px;
  margin: 8px auto;
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightbar.png) -19px -120px
    no-repeat;
  animation: kfmsg 2s linear infinite alternate;
  background-size: 170%;
}

.right-bar li i,
.right-bar li span {
  display: block;
  height: 74px;
  line-height: 1.3;
}

.right-bar li .move-top {
  position: relative;
  z-index: 8;
  transition: 0.3s;
  color: #666;
}

.right-bar li .move-top span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.right-bar li .tel {
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightbar.png)
    0px -184px no-repeat;
  background-size: 100%;
}

.right-bar li .hide-menu {
  position: absolute;
  right: -386px;
  top: 0px;
  z-index: 7;
  /* width: 230px; */
  transition: 0.3s;
  text-align: center;
  background: #fff;
  box-shadow: 0px 3px 16px 1px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  padding: 0 20px;
  color: #666;
}

.right-bar li .hide-menu .item {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1px;
  box-sizing: border-box;
}

.right-bar li .hide-menu .item .tel {
  width: 34px;
  height: 34px;
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightTel.png)
    no-repeat center center;
  background-size: 100%;
  margin-right: 20px;
}

.right-bar li .hide-menu .item .qq {
  width: 34px;
  height: 34px;
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightQq.png)
    no-repeat center center;
  background-size: 100%;
}

.right-bar li .hide-menu .item .time {
  width: 34px;
  height: 34px;
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightTime.png)
    no-repeat center center;
  background-size: 100%;
  margin-right: 20px;
}

.right-bar li .hide-menu .item p {
  font-size: 16px;
  text-align: left;
  display: flex;
  align-items: center;
}

.right-bar li .hide-menu .item p:nth-of-type(2) {
  margin-top: 4px;
}

.right-bar li .hide-menu2 {
  position: absolute;
  right: -486px;
  top: 8px;
  z-index: 7;
  display: flex;
  background: #fff;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 20px;
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  color: #666;
}

.right-bar li .hide-menu2 i {
  display: block;
  width: 140px;
  height: 140px;
  background-image: url("../img/kfewm_wz.png");
  border-radius: 12px;
  border: 1px solid #0c6ff99e;
  background-size: 100% auto;
}

.right-bar li .hide-menu3 {
  top: 0;
}

.right-bar li a {
  text-align: center;
  display: block;
  color: #0c6ff99e;
  font-size: 16px;
}

.right-bar li .wx {
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightbar.png)
    2px -252px no-repeat;
  background-size: 100%;
}

.right-bar li .top {
  background: url(https://www.kekebang.com/resource/images/src/images/yun/common/rightbar.png)
    2px -324px no-repeat;
  background-size: 100%;
}

.right-bar .bt {
  border-top: 1px dashed #e5e5e5;
}

.right-bar .bt span {
  cursor: pointer;
}

.right-bar_h5 {
  width: 3.9286rem;
  position: fixed;
  right: 10px;
  bottom: 15%;
  background: #fff;
  box-shadow: 0 5px 35px -3px rgba(50, 50, 50, 0.2);
  border-radius: 0.8571rem;
  display: none;
}
.right-bar_h5 ul {
  width: 100%;
}
.right-bar_h5 ul li {
  width: 100%;
  text-align: center;
  padding: 0.3571rem 0;
}
.right-bar_h5 ul .bt {
  border-top: 1px dashed #e5e5e5;
}
.right-bar_h5 ul li img {
  width: 90%;
}

@media (max-width: 1200px) {
  .right-bar {
    display: none;
  }
  .right-bar_h5 {
    display: block;
  }
}

@media (min-width: 1200px) {
  .right-bar li .online:hover {
    background: #247af2;
  }

  .right-bar li .online:hover .msg {
    background-position: -19px -30px;
  }

  .right-bar li .move-top:hover {
    transform: translate3d(0, -74px, 0);
  }

  .right-bar .move-left:hover .hide-menu {
    transform: translate3d(-486px, 0, 0);
  }

  .right-bar .move-left:hover .hide-menu2 {
    transform: translate3d(-586px, 0, 0);
  }
}

.tips-infos {
  margin-top: 20px;
}

.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 3004;
  transition: all 0.3s linear;
  display: none;
}

.pwd-tips-txt {
  display: flex;
  align-items: center;
  margin: 4px 0 30px;
  justify-content: space-between;
}

.errortip {
  min-height: 20px;
  font-weight: 500;
  font-size: 12px;
  color: #fa7375;
}

.pwd-hide {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://img.kekebang.com/product/20250123/1882268092575256577.png")
    0 0 no-repeat;
  cursor: pointer;
  background-size: 100% auto;
}

.pwd-hide.show {
  background-position: 0 -20px;
}

.login-box {
  position: fixed;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3005;
  transition: all 0.3s linear;
}

.login-box .common-popup {
  width: 474px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.login-box .common-popup .common-title {
  font-weight: bold;
  font-size: 20px;
  color: #175add;
  line-height: 23px;
  padding: 18px 0;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}

.login-box .common-popup .content-box {
  padding: 27px 42px 42px;
}

.login-box .common-popup .content-box .login-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.login-box .common-popup .content-box .login-tab span {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  color: #aaaaaa;
  line-height: 31px;
}

.login-box .common-popup .content-box .login-tab span:first-child {
  margin-right: 53px;
}

.login-box .common-popup .content-box .login-tab .active-tab {
  font-weight: 500;
  color: #175add;
  position: relative;
}

.login-box .common-popup .content-box .login-tab .active-tab:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 6px;
  background: #175add;
  border-radius: 201px;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
}

.login-box .common-popup .content-box .input-box .input-item {
  margin-bottom: 8px;
}

.login-box .common-popup .content-box .input-box .input-item:last-child {
  margin-bottom: 0;
}

.login-box .common-popup .content-box .input-box .input-item .item-name {
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
  margin-bottom: 10px;
}

.login-box .common-popup .content-box .input-box .input-item .item-input {
  background: #fbfbfb;
  border-radius: 10px;
  border: 2px solid #eeeeee;
  position: relative;
  height: 48px;
}

.login-box
  .common-popup
  .content-box
  .input-box
  .input-item
  .item-input
  .input {
  border: 0;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
}

.login-box
  .common-popup
  .content-box
  .input-box
  .input-item
  .border-color-highlight {
  border: 2px solid #175add;
}

.login-box
  .common-popup
  .content-box
  .input-box
  .input-item
  .border-color-error {
  border: 2px solid #fa7375;
}

.login-box .common-popup .content-box .input-box .input-item .item-pwd .input {
  width: 90%;
}

.login-box .common-popup .content-box .input-box .input-item .item-code {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-box .common-popup .content-box .input-box .input-item .item-code .input {
  width: calc(100% - 85px);
}

.login-box
  .common-popup
  .content-box
  .input-box
  .input-item
  .item-code
  .send-button {
  cursor: pointer;
  display: block;
  padding: 9px;
  box-sizing: border-box;
  background: #175add;
  border-radius: 8px;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  margin-right: 5px;
}

.login-box .common-popup .content-box .input-box .tip-txt {
  text-align: right;
  font-weight: 500;
  font-size: 12px;
  color: #528ff3;
  cursor: pointer;
}

.login-box .common-popup .content-box .show-tips {
  font-weight: 500;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
  margin: 34px auto 10px;
  text-align: center;
}

.login-box .common-popup .content-box .register-tips {
  font-weight: 500;
  font-size: 12px;
  color: #aaaaaa;
  line-height: 14px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.login-box .common-popup .content-box .register-tips span {
  color: #ff7300;
  margin-left: 8px;
}

.login-box .common-popup .content-box .button {
  cursor: pointer;
  margin-bottom: 24px;
  width: 100%;
  height: 50px;
  background: #0c6ff9;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  border: none;
  outline: none;
}

.login-box .common-popup .content-box .agreement_box {
  padding: 0 11px;
  display: flex;
  align-items: center;
  line-height: 1;
  cursor: pointer;
}

.login-box .common-popup .content-box .agreement_box .check-txt,
.login-box .common-popup .content-box .agreement_box .agreement-txt {
  font-weight: 500;
  font-size: 12px;
  color: #999999;
  margin-left: 5px;
  cursor: pointer;
}

.login-box .common-popup .content-box .agreement_box .agreement-txt {
  color: #528ff3;
}

.login-box .common-popup .content-box input[type="checkbox"]:checked {
  border: 1px solid #0c6ff9;
  outline: none;
  background-color: #0c6ff9;
}

.login-box .common-popup .content-box input[type="checkbox"] {
  outline: none;
  -webkit-appearance: none;
  position: relative;
  vertical-align: middle;
  border: 1px solid #aaaaaa;
  min-height: 15px;
  min-width: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.login-box .common-popup .content-box input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  top: 50%;
  left: 50%;
  background-image: url("https://img.kekebang.com/product/20250124/1882698772484460546.png");
  background-size: 100% 100%;
  transform: translate(-50%, -50%);
}

.login-box .close-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(https://www.kekebang.com/resource/images/src/images/login/close.png);
  background-size: 100% auto;
  top: 18px;
  right: 14px;
  cursor: pointer;
}

.login-box .close-icon:hover {
  background-image: url(https://www.kekebang.com/resource/images/src/images/login/close_hover.png);
}

.login-box .find-pwd .content-box .input-box .input-item:last-child {
  margin-bottom: 36px;
}

.login-box .find-pwd .content-box .input-box .input-item .item-name {
  position: relative;
  padding-left: 10px;
}

.login-box .find-pwd .content-box .input-box .input-item .item-name:after {
  content: "*";
  color: #fe7475;
  position: absolute;
  left: 0;
}

.login-box .find-pwd .content-box .button {
  margin-bottom: 0;
}

.login-box .agreement-box {
  width: 606px;
  z-index: 3;
}

.login-box .agreement-box .content-box {
  padding: 12px 31px 31px;
  text-align: center;
}

.login-box .agreement-box .content-box .button {
  margin-bottom: 0;
  width: 90%;
}

.login-box .agreement-box .agreement-content {
  max-height: 420px;
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 1.5;
  overflow-y: scroll;
  margin-bottom: 40px;
  word-break: break-word;
  white-space: pre-wrap;
  padding-right: 10px;
  text-align: left;
}

.login-box .agreement-box .agreement-content::-webkit-scrollbar {
  width: 5px;
  height: 1px;
}

.login-box .agreement-box .agreement-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.login-box .agreement-box .agreement-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  background: #ffffff;
}

@media (max-width: 1024px) {
  .mask {
    transition: all 0.3s linear;
    max-width: 768px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header .hfixed .header-mid .tab_name {
    display: block;
  }
}

@media (max-width: 500px) {
  .login-box .common-popup {
    transform: translate(-50%, -50%) scale(0.7);
  }

  .login-box .agreement-box {
    width: 500px;
  }

  .login-box .agreement-box .content-box {
    padding: 12px 20px 34px;
  }

  .login-box .agreement-box .agreement-content {
    max-height: 620px;
  }
}

.business-box {
  position: fixed;
  border-radius: 40px;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 3005;
  transition: all 0.3s linear;
}

.business-box .business-cont {
  width: 350px;
  margin: 0 auto;
  height: 450px;
}

.business-box .business-cont .business-header {
  position: relative;
  height: 200px;
  margin: 0 auto;
}

.business-box .business-cont .business-header .business-bg {
  width: 100%;
  height: 200px;
  position: absolute;
  top: -20px;
}

.business-box .business-cont .business-header .header-text {
  position: relative;
  padding-top: 50px;
  margin-left: 15px;
  font-weight: bold;
  font-size: 25px;
  color: #ffffff;
  text-shadow: 0 8px 8px #005ae3;
  font-style: normal;
  text-transform: none;
}

.business-box .business-cont .popup-center {
  width: 100%;
  height: max-content;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #fff 24%);
  border-radius: 20px;
  position: relative;
  top: -95px;
  padding: 10px;
  box-sizing: border-box;
}

.business-box .business-cont .popup-center .bag-iuhs {
  position: absolute;
  width: 100%;
  height: 55px;
  left: 0;
  top: 0;
}

.business-box .business-cont .popup-center .submit-msg {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.business-box .business-cont .popup-center .submit-msg .msg-box {
  flex-grow: 1;
  border-radius: 16px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box:last-child {
  margin-left: 10px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .box-title {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  text-transform: none;
  padding-top: 14px;
  text-align: center;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .qrcode {
  background: #ffffff;
  text-align: center;
  margin-top: 10px;
  border-radius: 12px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .qrcode img {
  width: 115px;
  height: 115rpx;
  border-radius: 8px;
  margin-top: 5px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .qrcode-txt {
  font-size: 12px;
  text-align: center;
  color: #999999;
  margin-top: 5px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .copy-qq {
  display: block;
  text-align: center;
  width: 144px;
  height: 34px;
  margin: 10px auto;
  background: #0070ff;
  border-radius: 17px;
  line-height: 34px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .submit-btn {
  text-align: center;
  width: 144px;
  height: 34px;
  background: #ffae17;
  border-radius: 17px;
  line-height: 34px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .content-input {
  margin-top: 8px;
  margin-bottom: 19px;
}

.business-box .business-cont .popup-center .submit-msg .msg-box .input-item {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 12px;
}

.business-box
  .business-cont
  .popup-center
  .submit-msg
  .msg-box
  .input-item
  .label {
  font-size: 14px;
  color: #0c6ff9;
  margin-bottom: 4px;
}

.business-box
  .business-cont
  .popup-center
  .submit-msg
  .msg-box
  .input-item
  .input-content {
  height: 35px;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 4px !important;
  border: 1px solid #79bdff !important;
}

.business-box
  .business-cont
  .popup-center
  .submit-msg
  .msg-box
  .input-item
  .input-content
  input {
  width: 100%;
  height: 100%;
  padding: 0 6px;
  box-sizing: border-box;
  border: none;
  border-radius: 4px;
}

.business-box
  .business-cont
  .popup-center
  .submit-msg
  .msg-box
  .input-item:last-child {
  margin-bottom: 0;
}

.business-box .business-cont .popup-center .popup-footer {
  font-size: 12px;
  color: #666666;
  margin-top: 10px;
  text-align: center;
}

.business-box .business-cont .popup-center .popup-footer div {
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.business-box .business-cont .popup-center .popup-footer div img {
  width: 25px;
}

.business-box .business-cont .popup-close {
  position: relative;
  text-align: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 32px;
  right: 15px;
}

.business-box .business-cont .popup-close img {
  width: 100%;
  height: 100%;
}
