.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0rem 0rem 0.1rem rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.popup.show {
  display: block;
  animation: fadeIn 1s;
}

.popup.hide {
  animation: fadeOut 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-body {
  display: flex;
  position: relative;
}
.modal-body .left {
  width: 430px;
  height: 480px;
  background: url("../assets/card_bg.png") top center;
  padding-top: 58px;
  padding-left: 40px;
  box-sizing: border-box;
  background-size: cover;
}
.modal-body .right {
  background-color: #fff;
}
.modal-body .left .logo-div img {
  width: 50%;
}
.word5 {
  height: 30px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 22px;
  font-family: Alibaba-PuHuiTi-B;
  white-space: nowrap;
  line-height: 30px;
  text-align: left;
  align-self: flex-start;
  margin: 16px 0 0 5px;
}
.outer2 {
  display: flex;
  /* margin-top: 30px; */
  justify-content: space-between;
}
.icon1 {
  height: 40px;
  margin-top: 40px;
}
.box1 {
  flex: 1;
  position: relative;
  top: 34px;
}
.word6 {
  height: 25px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: Alibaba-PuHuiTi-M;
  white-space: nowrap;
  line-height: 25px;
  text-align: left;
  align-self: flex-start;
}
.word7 {
  height: 20px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(204, 204, 204, 1);
  font-size: 14px;
  font-family: Alibaba-PuHuiTi-R;
  white-space: nowrap;
  line-height: 20px;
  text-align: left;
  /* margin-top: 20px; */
}
.bd1 {
  width: 518px;
  height: 470px;
  padding: 80px;
  background-color: #fff;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.info1 {
  height: 38px;
  display: block;
  overflow-wrap: break-word;
  color: rgba(34, 34, 34, 1);
  font-size: 28px;
  font-family: Alibaba-PuHuiTi-R;
  white-space: nowrap;
  line-height: 38px;
  text-align: left;
}
.section1 {
  height: 22px;
  overflow-wrap: break-word;
  text-align: left;
  white-space: nowrap;
  margin-top: 5px;
  font-size: 0;
  display: flex;
}
.word1 {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  color: rgba(136, 136, 136, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.word2 {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  color: rgba(0, 91, 172, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-text {
  cursor: text;
  user-select: text;
}
.info2 {
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  color: rgba(136, 136, 136, 1);
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sections2 {
  color: black;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(233, 236, 241, 1);
  margin-top: 29px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 19px;
  width: 100%;
}
.section4 {
  height: 40px;
  border-radius: 4px;
  background-color: rgba(0, 91, 172, 1);
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
}
.word4 {
  width: 100%;
  border: none;
  background: none;
  display: block;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-family: Alibaba-PuHuiTi-R;
  white-space: nowrap;
  line-height: 22px;
  text-align: center;
}
.flex-col {
  margin-top: 5px;
}
.flex-col input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(233, 236, 241, 1);
  margin-top: 29px;
  padding-left: 19px;
}
.flex-col input:focus {
  border-color: rgba(0, 91, 172, 1);
}
#closebtn {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  outline: none;
  border: none;
  cursor: pointer;
  top: 0rem;
  right: 0rem;
  position: absolute;
}
