/* 弹窗 */
.popup {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop {
  width: 640px;
  height: 587px;
  background: url('/static/image/stimg/pop.png') no-repeat;
  position: relative;
}

.pop .close {
  right: 100px;
  top: 10px;
  position: absolute;
  cursor: pointer;
}

.pop .title {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 28px;
  margin-top: 26px;
}

.pop .contetn {
  margin-top: 20px;
  height: 340px;
}
.pop .cimg img{
  width: 180px;
  height: 180px;
}

.pop .c1 {
  font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 24px;
  color: #02225C;
  line-height: 28px;
  margin-top: 100px;
}

.pop .c2 {
  width: 296px;
  height: 66px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0px 0px 0px 0px;
  font-family: DIN, DIN;
  font-weight: bold;
  font-size: 40px;
  color: #02225C;
  line-height: 66px;
  margin: 32px auto;
}

.pop .c3 {
  margin: 42px auto;
  width: 406px;
  height: 36px;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #6B86BA;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.5);
}