html {
  font-size: 100px;
  font-size: 13.33333vw;
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66667px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 321px) and (max-width: 360px) {
  html {
    font-size: 48px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 361px) and (max-width: 375px) {
  html {
    font-size: 50px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 376px) and (max-width: 393px) {
  html {
    font-size: 52.4px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 394px) and (max-width: 412px) {
  html {
    font-size: 54.93333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 413px) and (max-width: 414px) {
  html {
    font-size: 55.2px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 415px) and (max-width: 480px) {
  html {
    font-size: 64px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 481px) and (max-width: 540px) {
  html {
    font-size: 72px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 541px) and (max-width: 640px) {
  html {
    font-size: 85.33333px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 641px) and (max-width: 720px) {
  html {
    font-size: 96px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 721px) and (max-width: 750px) {
  html {
    font-size: 100px;
    font-size: 13.33333vw;
  }
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

.side-xbm {
  position: fixed;
  top: calc(100vh - 9rem);
  left: 0;
  z-index: 9999;
}

.side-xbm em {
  display: block;
  background: url("../images/blue/icon-xbm.png") no-repeat 0 0;
  background-size: 100% 100%;
  width: 0.91rem;
  height: 1.72rem;
}

.side-xbm span {
  position: absolute;
  font-size: 0.24rem;
  color: #fe7978;
  top: 0.45rem;
  left: 0.8rem;
  border: 1px solid #fe7978;
  background-color: #fff7d9;
  height: 0.53rem;
  line-height: 0.53rem;
  padding: 0 0.3rem;
  white-space: nowrap;
  border-radius: 0 0.2rem 0.2rem 0.2rem;
}

.side-xbm span i {
  position: absolute;
  bottom: -0.1rem;
  left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/blue/icon-st.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm span::after {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: -0.1rem;
  width: 0.54rem;
  height: 0.5rem;
  background: url("../images/blue/icon-bm.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm span::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 0.42rem;
  height: 0.31rem;
  background: url("../images/blue/icon-st1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm .side-follow {
  position: absolute;
  font-size: 0.24rem;
  color: #fe7978;
  top: 0.215rem;
  left: 0.8rem;
  border: 1px solid #fe7978;
  background-color: #fff7d9;
  line-height: 0.53rem;
  padding: 0.1rem 0.3rem 0.15rem;
  white-space: nowrap;
  border-radius: 0 0.2rem 0.2rem 0.2rem;
}

.side-xbm .side-follow p {
  position: relative;
  box-sizing: border-box;
  padding-left: 0.2rem;
}

.side-xbm .side-follow p::after {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: -0.1rem;
  width: 0.24rem;
  height: 0.22rem;
  background: url("../images/blue/icon-flow.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm .side-follow a {
  display: block;
  width: 0.78rem;
  height: 0.25rem;
  text-align: center;
  font-size: 0.18rem;
  margin: 0 auto;
  line-height: 0.26rem;
  color: #fff;
  border-radius: 0.125rem;
  background-color: #ffa27d;
}

.side-xbm .side-follow .un {
  color: #fff;
  background-color: #c3c3c3;
}

.side-xbm .side-follow i {
  position: absolute;
  bottom: -0.1rem;
  left: 0.1rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url("../images/blue/icon-st.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm .side-follow::after {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: -0.1rem;
  width: 0.54rem;
  height: 0.5rem;
  background: url("../images/blue/icon-bm.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-xbm .side-follow::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  right: -0.1rem;
  width: 0.42rem;
  height: 0.31rem;
  background: url("../images/blue/icon-st1.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.pm1 {
  top: calc(100vh - 11.8rem);
}

.pm2 {
  top: calc(100vh - 9rem);
}

.pm3 {
  top: calc(100vh - 6.5rem);
}

.side-bm {
  position: fixed;
  right: 50%;
  background: none;
  margin-bottom: 0.2rem;
  z-index: 10000;
  margin-right: -3.6rem;
}

.side-bm .side-tips {
  position: absolute;
  right: 0rem;
  top: -0.3rem;
  -webkit-animation: Ricon linear 1.1s;
  animation: Ricon linear 1.1s;
  display: none;
}

.side-bm .side-tips div {
  display: flex;
  align-items: center;
}

.side-bm .side-tips i {
  width: 0.22rem;
  height: 0.18rem;
  margin-right: 0.05rem;
  background: url("../images/blue/icon-bmh.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-bm .side-tips p {
  font-size: 0.18rem;
  color: #fff;
  text-shadow: 0.03rem 0 0.01rem #eeae95, 0.02rem 0 0.01rem #eeae95, 0.01rem 0 0.01rem #eeae95, 0.03rem 0.01rem 0.01rem #eeae95, 0.02rem 0.02rem 0.01rem #eeae95, 0.01rem 0.03rem 0.01rem #eeae95, 0.03rem -0.01rem 0.01rem #eeae95, 0.02rem -0.02rem 0.01rem #eeae95, 0.01rem -0.03rem 0.01rem #eeae95, -0.03rem 0 0.01rem #eeae95, -0.02rem 0 0.01rem #eeae95, -0.01rem 0 0.01rem #eeae95, -0.03rem 0.01rem 0.01rem #eeae95, -0.02rem 0.02rem 0.01rem #eeae95, -0.01rem 0.03rem 0.01rem #eeae95, -0.03rem -0.01rem 0.01rem #eeae95, -0.02rem -0.02rem 0.01rem #eeae95, -0.01rem -0.03rem 0.01rem #eeae95;
}

.side-bm em {
  position: absolute;
  display: block;
  right: -0.25rem;
  top: -0.05rem;
  width: 1.2rem;
  height: 1.47rem;
  background: url("../images/blue/bm.png") no-repeat 0 0;
  background-size: 57.60rem 1.47rem;
}

.side-bm em.on {
  position: absolute;
  right: -0.25rem;
  top: -0.05rem;
  width: 1.2rem;
  height: 1.47rem;
  background: url("../images/blue/bm.png") no-repeat 0 0;
  background-size: 57.60rem 1.47rem;
  -webkit-animation: em-icon 2s steps(47) forwards infinite;
  animation: em-icon 2s steps(47) forwards infinite;
  -moz-animation: em-icon 2s steps(47) forwards infinite;
  -o-animation: em-icon 2s steps(47) forwards infinite;
  -ms-animation: em-icon 2s steps(47) forwards infinite;
}

.text-tips {
  position: absolute;
  font-size: 0.24rem;
  color: #818eff;
  top: 0.38rem;
  right: 0.8rem;
  border: 0.04rem solid #96a1ff;
  background-color: #eafbff;
  height: 0.55rem;
  line-height: 0.55rem;
  padding: 0 0.3rem;
  white-space: nowrap;
  border-radius: 0.1rem;
  display: none;
}

.side-li {
  position: absolute;
  font-size: 0.24rem;
  color: #fe7978;
  top: 0.3rem;
  right: 0.75rem;
  border: 0.04rem solid #96a1ff;
  background-color: #eafbff;
  height: 0.8rem;
  line-height: 0.8rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 0.1rem;
  display: flex;
  z-index: -1;
  align-items: center;
}

.side-li a {
  background: none;
  height: auto;
  margin: 0 0.08rem;
  width: auto;
  display: block;
  margin-top: -0.05rem;
}

.side-li a img {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
  object-fit: contain;
}

.side-li a i {
  display: block;
  margin: 0 auto;
  width: 0.3rem;
  height: 0.26rem;
  background: url("../images/blue/icon-flow1.png") no-repeat center center;
  background-size: 0.26rem 0.24rem;
}

.side-li a .house {
  display: block;
  margin: 0 auto;
  width: 0.24rem;
  height: 0.24rem;
  background: url("../images/blue/icon-house.png") no-repeat center center;
  background-size: 0.26rem 0.24rem;
}

.side-li a .on {
  width: 0.3rem;
  height: 0.26rem;
  background: url("../images/blue/icon-flow2.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-li a p {
  color: #5d85f5;
  font-size: 0.18rem;
  text-align: center;
  line-height: 0.18rem;
}

.side-li a .un {
  color: #9fa09f;
}

.side-li a .sp-close {
  display: block;
  max-width: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
}

.bm1 {
  top: 3.85rem;
}

.bm2 {
  top: 50%;
  margin-top: -1.4rem;
}

.bm3 {
  bottom: 6.5rem;
}

.bm-at {
  top: 1.85rem;
}

.bm-at em {
  position: absolute;
  display: block;
  right: -0.25rem;
  top: -0.05rem;
  width: 1.66rem;
  height: 2rem;
  background: url("../images/blue/bm-bt.png") no-repeat 0 0;
  background-size: 66.40rem 2rem;
  -webkit-animation: em-icon 2s steps(39) forwards infinite;
  animation: em-icon 2s steps(39) forwards infinite;
  -moz-animation: em-icon 2s steps(39) forwards infinite;
  -o-animation: em-icon 2s steps(39) forwards infinite;
  -ms-animation: em-icon 2s steps(39) forwards infinite;
}

.bm-at em.on {
  position: absolute;
  right: -0.25rem;
  top: -0.05rem;
  width: 1.66rem;
  height: 2rem;
  background: url("../images/blue/bm-bt.png") no-repeat 0 0;
  background-size: 66.40rem 2rem;
  -webkit-animation: em-icon 2s steps(39) forwards infinite;
  animation: em-icon 2s steps(39) forwards infinite;
  -moz-animation: em-icon 2s steps(39) forwards infinite;
  -o-animation: em-icon 2s steps(39) forwards infinite;
  -ms-animation: em-icon 2s steps(39) forwards infinite;
}

.bm-at .side-li {
  right: 1.1rem;
  top: 0.48rem;
}

.bm-at .text-tips {
  right: 1.1rem;
  top: 0.48rem;
}

.bm-role {
  top: 0.2rem;
}

.bm-role .side-li {
  right: 1.1rem;
  top: 0.48rem;
}

.bm-role .bm-img {
  position: absolute;
  display: block;
  right: -0.4rem;
  top: -0.3rem;
  width: 1.75rem;
  height: 2.10rem;
  max-width: 1.75rem;
}

.side-bm2 {
  position: fixed;
  left: 50%;
  background: none;
  margin-bottom: 0.2rem;
  z-index: 10000;
  margin-left: -3.6rem;
}

.side-bm2 em {
  position: absolute;
  display: block;
  left: -0.25rem;
  top: -0.05rem;
  transform: rotateY(180deg);
  width: 1.2rem;
  height: 1.47rem;
  background: url("../images/blue/bm.png") no-repeat 0 0;
}

.side-bm2 em.on {
  position: absolute;
  left: -0.25rem;
  top: -0.05rem;
  transform: rotateY(180deg);
  width: 1.2rem;
  height: 1.47rem;
  background: url("../images/blue/bm.png") no-repeat 0 0;
  background-size: 57.60rem 1.47rem;
  -webkit-animation: em-icon 2s steps(47) forwards infinite;
  animation: em-icon 2s steps(47) forwards infinite;
  -moz-animation: em-icon 2s steps(47) forwards infinite;
  -o-animation: em-icon 2s steps(47) forwards infinite;
  -ms-animation: em-icon 2s steps(47) forwards infinite;
}

.side-bm2 .text-tips {
  top: 0.38rem;
  left: 0.8rem;
  right: inherit;
}

.side-bm2 .side-li {
  top: 0.3rem;
  left: 0.75rem;
  right: inherit;
}

.side-bm2 .side-tips {
  position: absolute;
  left: 0rem;
  top: -0.3rem;
  -webkit-animation: Ricon2 linear 1.1s;
  animation: Ricon2 linear 1.1s;
  display: none;
}

.side-bm2 .side-tips div {
  display: flex;
  align-items: center;
}

.side-bm2 .side-tips i {
  width: 0.22rem;
  height: 0.18rem;
  margin-right: 0.05rem;
  background: url("../images/blue/icon-bmh.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.side-bm2 .side-tips p {
  font-size: 0.18rem;
  color: #fff;
  text-shadow: 0.03rem 0 0.01rem #eeae95, 0.02rem 0 0.01rem #eeae95, 0.01rem 0 0.01rem #eeae95, 0.03rem 0.01rem 0.01rem #eeae95, 0.02rem 0.02rem 0.01rem #eeae95, 0.01rem 0.03rem 0.01rem #eeae95, 0.03rem -0.01rem 0.01rem #eeae95, 0.02rem -0.02rem 0.01rem #eeae95, 0.01rem -0.03rem 0.01rem #eeae95, -0.03rem 0 0.01rem #eeae95, -0.02rem 0 0.01rem #eeae95, -0.01rem 0 0.01rem #eeae95, -0.03rem 0.01rem 0.01rem #eeae95, -0.02rem 0.02rem 0.01rem #eeae95, -0.01rem 0.03rem 0.01rem #eeae95, -0.03rem -0.01rem 0.01rem #eeae95, -0.02rem -0.02rem 0.01rem #eeae95, -0.01rem -0.03rem 0.01rem #eeae95;
}

.bm-role2 {
  top: 0.2rem;
}

.bm-role2 .side-li {
  left: 1.1rem;
  top: 0.48rem;
}

.bm-role2 .bm-img {
  position: absolute;
  display: block;
  left: -0.4rem;
  top: -0.3rem;
  width: 1.75rem;
  height: 2.10rem;
  max-width: 1.75rem;
}

.bm4 {
  top: 3.85rem;
}

.bm5 {
  top: 50%;
  margin-top: -1.4rem;
}

.bm6 {
  bottom: 6.5rem;
}

.hide {
  opacity: 0;
}

.side-box {
  width: 7.5rem;
}

@media screen and (max-width: 750px) {
  .side-bm em {
    position: absolute;
    display: block;
    right: -0.25rem;
    top: -0.05rem;
    width: 60px;
    height: 73.5px;
    background: url("../images/blue/bm.png") no-repeat 0 0;
    background-size: 2880px 73.5px;
  }
  .side-bm em.on {
    position: absolute;
    right: -0.25rem;
    top: -0.05rem;
    width: 60px;
    height: 73.5px;
    background: url("../images/blue/bm.png") no-repeat 0 0;
    background-size: 2880px 73.5px;
    -webkit-animation: em-icon 2s steps(47) forwards infinite;
    animation: em-icon 2s steps(47) forwards infinite;
    -moz-animation: em-icon 2s steps(47) forwards infinite;
    -o-animation: em-icon 2s steps(47) forwards infinite;
    -ms-animation: em-icon 2s steps(47) forwards infinite;
  }
  .side-bm2 em {
    position: absolute;
    display: block;
    left: -0.25rem;
    top: -0.05rem;
    width: 60px;
    height: 73.5px;
    transform: rotateY(180deg);
    background: url("../images/blue/bm.png") no-repeat 0 0;
    background-size: 2880px 73.5px;
  }
  .side-bm2 em.on {
    position: absolute;
    left: -0.25rem;
    top: -0.05rem;
    width: 60px;
    height: 73.5px;
    transform: rotateY(180deg);
    background: url("../images/blue/bm.png") no-repeat 0 0;
    background-size: 2880px 73.5px;
    -webkit-animation: em-icon 2s steps(47) forwards infinite;
    animation: em-icon 2s steps(47) forwards infinite;
    -moz-animation: em-icon 2s steps(47) forwards infinite;
    -o-animation: em-icon 2s steps(47) forwards infinite;
    -ms-animation: em-icon 2s steps(47) forwards infinite;
  }
  .bm-at em {
    position: absolute;
    display: block;
    right: -0.25rem;
    top: -0.1rem;
    width: 83px;
    height: 100px;
    background: url("../images/blue/bm-bt.png") no-repeat 0 0;
    background-size: 3320px 100px;
    -webkit-animation: em-icon 2s steps(39) forwards infinite;
    animation: em-icon 2s steps(39) forwards infinite;
    -moz-animation: em-icon 2s steps(39) forwards infinite;
    -o-animation: em-icon 2s steps(39) forwards infinite;
    -ms-animation: em-icon 2s steps(39) forwards infinite;
  }
  .bm-at em.on {
    position: absolute;
    right: -0.25rem;
    top: -0.05rem;
    width: 83px;
    height: 100px;
    background: url("../images/blue/bm-bt.png") no-repeat 0 0;
    background-size: 3320px 100px;
    -webkit-animation: em-icon 2s steps(39) forwards infinite;
    animation: em-icon 2s steps(39) forwards infinite;
    -moz-animation: em-icon 2s steps(39) forwards infinite;
    -o-animation: em-icon 2s steps(39) forwards infinite;
    -ms-animation: em-icon 2s steps(39) forwards infinite;
  }
}

.addzoom {
  animation: wholezoom 0.3s;
  -webkit-animation: wholezoom 0.3s;
}

@keyframes wholezoom {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes Ricon {
  0% {
    opacity: 1;
    right: 0;
    top: -0.3rem;
    transform: scale(1);
  }
  25% {
    opacity: 0.8;
    right: -0.05rem;
    top: -0.4rem;
    transform: scale(1.05);
  }
  50% {
    opacity: 0.6;
    right: -0.1rem;
    top: -0.5rem;
    transform: scale(1.1);
  }
  75% {
    opacity: 0.4;
    right: -0.05rem;
    top: -0.6rem;
    transform: scale(1.15);
  }
  100% {
    opacity: 0.2;
    right: 0rem;
    top: -0.7rem;
    transform: scale(1.2);
  }
}

@keyframes Ricon2 {
  0% {
    opacity: 1;
    left: 0;
    top: -0.3rem;
    transform: scale(1);
  }
  25% {
    opacity: 0.8;
    left: -0.05rem;
    top: -0.4rem;
    transform: scale(1.05);
  }
  50% {
    opacity: 0.6;
    left: -0.1rem;
    top: -0.5rem;
    transform: scale(1.1);
  }
  75% {
    opacity: 0.4;
    left: -0.05rem;
    top: -0.6rem;
    transform: scale(1.15);
  }
  100% {
    opacity: 0.2;
    left: 0rem;
    top: -0.7rem;
    transform: scale(1.2);
  }
}

@-webkit-keyframes em-icon {
  100% {
    background-position: 100% 0;
  }
}

.bm-pop {
  width: 7.5rem;
  position: fixed;
  bottom: 0;
  margin-left: -3.75rem;
  left: 50%;
  -webkit-animation: popshow .5s ease;
  animation: popshow .5s ease;
}

.bm-pop .bp-tit {
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
}

.bm-pop .bp-text {
  margin-top: 0.30rem;
  font-size: 0.26rem;
  line-height: 0.34rem;
  color: #333333;
}

.bm-pop .bp-btn {
  display: flex;
  justify-content: center;
}

.bm-pop .bp-btn a {
  width: 1.8rem;
  height: 0.65rem;
  text-align: center;
  line-height: 0.65rem;
  color: #fff;
  font-size: 0.3rem;
  border-radius: 0.4rem;
  margin: 0.2rem 0.2rem 0;
}

.bm-pop .bp-btn .bpbtn1 {
  background: linear-gradient(to right, #27b59c, #49d1b9);
}

.bm-pop .bp-btn .bpbtn2 {
  background: linear-gradient(to right, #ff813c, #ffad48);
}

.bm-pop .inner {
  border-radius: .2rem;
  position: relative;
  background: #fff;
  padding: 0.32rem 0.48rem 0.48rem;
  overflow: hidden;
  border-radius: 0.32rem 0.32rem 0 0;
  z-index: 0;
}

.bm-pop .inner::before {
  content: '';
  position: absolute;
  top: -4rem;
  left: -1rem;
  width: 10.09rem;
  height: 8.64rem;
  z-index: -1;
  background: url("../images/blue/in-tips.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.bm-pop .dia-hide {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: block;
  width: .26rem;
  height: .27rem;
  background: url("../images/blue/p-close.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.bm-pop .over-wrap {
  max-height: 8.5rem;
  overflow: auto;
}

.bm-pop .dia-tit {
  font-size: .4rem;
  color: #333333;
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
}

.bm-pop .dia-con {
  margin-top: 0.2rem;
}

.bm-pop .dia-btn {
  margin-top: .32rem;
}

.bm-pop .dia-btn a {
  width: 2.28rem;
  position: relative;
}

.bm-pop .dia-btn a.huge {
  width: 4.8rem;
}

.bm-pop .dia-btn a .ico-wx {
  background: url(../images/dia-icon-wx.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  width: .36rem;
  height: .36rem;
  margin-right: .08rem;
  margin-top: -.04rem;
}

.bm-pop .dia-btn a .ico-reco {
  background: url(../images/dia-icon-reco.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
  width: .6rem;
  height: .4rem;
  position: absolute;
  right: 0;
  top: -.06rem;
}

.bm-pop .dia-warn {
  background: rgba(255, 162, 36, 0.08);
  padding: .16rem .2rem;
  font-size: .24rem;
  line-height: .36rem;
  color: #EE8E1A;
  border-radius: .2rem;
}

.bm-pop .dia-note {
  margin-top: .32rem;
}

.bm-pop .dia-note.note-over {
  max-height: 2.2rem;
  overflow: auto;
  padding-right: .2rem;
  margin-right: -.2rem;
}

.bm-pop .dia-note dt {
  display: flex;
  align-items: center;
}

.bm-pop .dia-note dt em {
  height: .36rem;
  line-height: .38rem;
  font-size: .2rem;
  font-weight: bold;
  background: #F2F3F5;
  color: #3E403F;
  border-radius: .18rem;
  padding: 0 .12rem;
}

.bm-pop .dia-note dd {
  margin-top: .08rem;
  font-size: .26rem;
  line-height: .4rem;
  color: #7A7D7A;
}

.bm-pop .dia-note .d-link {
  display: inline-block;
  color: #17c0a2;
}

.bm-pop .dia-note .d-link::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: .22rem;
  height: .22rem;
  background: url("../images/blue/dia-icon-link.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-left: .08rem;
  margin-top: -.04rem;
}

.bm-pop .kb-id-area {
  margin-top: .2rem;
}

.bm-pop .kb-id-area .i-text {
  color: #333333;
  font-size: 0.24rem;
  margin-bottom: .24rem;
  line-height: .44rem;
}

.bm-pop .kb-id-area .i-card {
  border-radius: .2rem;
  padding: .32rem;
  background: #F2F3F5;
  margin-top: .24rem;
  display: flex;
  align-items: center;
}

.bm-pop .kb-id-area .i-card .img {
  flex-shrink: 0;
  width: .8rem;
  height: .8rem;
  overflow: hidden;
  border-radius: 50%;
  margin-right: .32rem;
}

.bm-pop .kb-id-area .i-card .img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.bm-pop .kb-id-area .i-card .con {
  flex: 1;
  width: 0;
}

.bm-pop .kb-id-area .i-card .con .sp-nick {
  display: flex;
  height: .36rem;
  align-items: center;
  justify-content: space-between;
}

.bm-pop .kb-id-area .i-card .con .sp-nick em {
  flex-shrink: 0;
  max-width: 2.4rem;
  font-size: .3rem;
  -webkit-text-stroke-width: .2pt;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.bm-pop .kb-id-area .i-card .con .sp-nick .sp {
  height: .32rem;
  line-height: .34rem;
  box-shadow: 0 0 0 1px #17c0a2 inset;
  border-radius: .08rem;
  padding: 0 .08rem;
  font-size: .18rem;
  color: #17c0a2;
  margin-left: .16rem;
  margin-top: -.04rem;
}

.bm-pop .kb-id-area .i-card .con .sp-nick .sp-switch {
  color: #17c0a2;
  display: flex;
  align-items: center;
  font-size: 0.2rem;
}

.bm-pop .kb-id-area .i-card .con .sp-nick .sp-switch::before {
  content: '';
  display: block;
  width: .21rem;
  height: .21rem;
  background: url("../images/blue/dia-icon-switch.png") no-repeat 0 0;
  background-size: 100% 100%;
  margin-right: .06rem;
  margin-top: 0.02rem;
}

.bm-pop .kb-id-area .i-card .con .sp-data {
  display: flex;
  align-items: center;
  height: .28rem;
  font-size: .24rem;
  color: #7A7D7A;
  margin-top: .24rem;
}

.bm-pop .kb-id-area .i-card .con .sp-data span i {
  color: #3E403F;
  -webkit-text-stroke-width: .2pt;
}

.bm-pop .kb-id-area .i-card .con .sp-data .sp {
  margin: 0 .2rem;
  width: 1px;
  height: .2rem;
  overflow: hidden;
  background: #CFD1D0;
}

.bm-pop .kb-id-area .i-card .con .sp-info {
  display: flex;
  align-items: center;
  height: .28rem;
  font-size: .24rem;
  color: #7A7D7A;
  margin-top: .24rem;
}

.bm-pop .kb-id-area .i-card .con .sp-info i {
  display: block;
  width: .24rem;
  height: .24rem;
  margin-right: .04rem;
}

.bm-pop .kb-id-area .i-card .con .sp-info .i-qq {
  background: url(../images/blue/bind-icon-qq.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-area .i-card .con .sp-info .i-mb {
  background: url(../images/blue/bind-icon-mb.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-area .i-card .con .sp-info .i-wx {
  background: url(../images/blue/bind-icon-wx.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-area .i-card .con .sp-info .i-wb {
  background: url(../images/blue/bind-icon-wb.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-area .i-list .i-card .img {
  width: .96rem;
  height: .96rem;
}

.bm-pop .kb-id-area .i-list .i-card .con .sp-nick {
  justify-content: left;
}

.bm-pop .kb-id-area .i-list .i-card .con .sp-data {
  margin-top: .16rem;
}

.bm-pop .kb-id-area .i-list .i-card .con .sp-info {
  margin-top: .16rem;
}

.bm-pop .kb-id-area .i-list-opts .i-card::after {
  content: '';
  width: .4rem;
  height: .4rem;
  overflow: hidden;
  border-radius: 50%;
  background: url(../images/blue/bind-icon-opts.png) no-repeat left top;
  background-size: 100% auto;
  background-color: #CFD1D0;
  margin-left: .2rem;
}

.bm-pop .kb-id-area .i-list-opts .i-card.on::after {
  background-color: #17c0a2;
}

.bm-pop .kb-id-type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .4rem;
}

.bm-pop .kb-id-type .li-card {
  flex-shrink: 0;
  width: 3.2rem;
  height: 2.56rem;
  background: #F2F3F5;
  overflow: hidden;
  border-radius: .2rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bm-pop .kb-id-type .li-card::before {
  content: '';
  width: 0.44rem;
  height: 0.4rem;
  background-image: url("../images/bind-icon-opts.png");
  background-size: auto 100%;
  background-position: center;
  background-color: #CFD1D0;
  border-radius: 0 0.2rem 0 0.2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.bm-pop .kb-id-type .li-card.on {
  background: rgba(35, 194, 104, 0.08);
  box-shadow: 0 0 0 1px #23C268 inset;
}

.bm-pop .kb-id-type .li-card.on::before {
  background-color: #23C268;
}

.bm-pop .kb-id-type .in-account > span {
  display: block;
  width: .8rem;
  height: .8rem;
  margin: 0 auto;
}

.bm-pop .kb-id-type .in-account > span.i-wx {
  background: url(../images/blue/id-type-wx.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-type .in-account > span.i-qq {
  background: url(../images/blue/id-type-qq.png) no-repeat 0 0;
  background-size: 100% 100%;
  background-color: transparent;
}

.bm-pop .kb-id-type .in-account > dl {
  margin-top: .32rem;
  text-align: center;
}

.bm-pop .kb-id-type .in-account > dl dt {
  font-size: .32rem;
  line-height: .36rem;
  color: #3E403F;
}

.bm-pop .kb-id-type .in-account > dl dd {
  font-size: .24rem;
  line-height: .28rem;
  color: #A7A8A7;
  margin-top: .16rem;
}

.bm-pop .dia-btn {
  margin: .48rem -.48rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bm-pop .dia-btn a {
  display: block;
  width: 6.27rem;
  height: .8rem;
  text-align: center;
  justify-content: center;
  line-height: .82rem;
  font-size: .3rem;
  border-radius: .4rem;
  margin: 0 .12rem;
  background-color: #17c0a2;
  color: #fff;
}

.bm-pop .dia-btn .disable {
  opacity: .6;
}

.bm-pop .dia-btn .dia-not {
  height: .42rem;
  font-size: .28rem;
}

.bind-pop {
  width: 6rem;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
  border-radius: 0.2rem;
  z-index: 1;
}

.bind-pop::before {
  content: "";
  position: absolute;
  top: -1.85rem;
  left: 0.8rem;
  width: 1.85rem;
  height: 2.12rem;
  z-index: -1;
  background: url("../images/blue/in-kb.png") no-repeat 0 0;
  background-size: 100% 100%;
}

.bind-pop .bd-close {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  display: block;
  width: 0.26rem;
  height: 0.27rem;
  z-index: 1;
  background: url(../images/blue/p-close.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bind-pop .bind-inner {
  border-radius: 0.2rem;
  position: relative;
  background: #fff;
  padding: 0.32rem 0.48rem 0.48rem;
  overflow: hidden;
  border-radius: 0.32rem 0.32rem 0.32rem 0.32rem;
  z-index: 0;
  height: 100%;
}

.bind-pop .bind-inner::after {
  content: '';
  position: absolute;
  top: -4rem;
  left: -1rem;
  width: 10.09rem;
  height: 8.64rem;
  z-index: -1;
  background: url(../images/blue/in-tips.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bind-pop .bind-tit {
  text-align: center;
  font-size: 0.4rem;
  color: #333333;
  font-weight: bold;
}

.bind-pop .bind-text {
  font-size: 0.26rem;
  color: #333333;
  margin-top: 0.2rem;
}

.bind-pop .bind-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.34rem;
}

.bind-pop .bind-btn a {
  width: 3.27rem;
  height: 0.89rem;
  text-align: center;
  line-height: 0.89rem;
  border-radius: 0.45rem;
  color: #fff;
  font-size: 0.32rem;
  background-color: #17c0a2;
}

@keyframes popshow {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
