.bullet_mask {
  display: none;

  width: 100vw;
  height: 100vh;
  background-color:rgba(219,219,219,0.80);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  /* position: relative; */
}
.bullet_mask_one,
.bullet_mask_two {
  z-index: 99999999;
}
.bullet_mask .bullet_box {
  padding: 30px 10px 26px;
  width: 268px;
  /* height: 64px; */
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}

.bullet_mask .bullet_box .bullet_title {
  margin: 0 auto;
  width: 268px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  color: #666666;
}
.bullet_mask .bullet_box .bullet_btn_one {
  width: 268px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.bullet_mask .bullet_box .bullet_btn_two {
  width: 208px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.bullet_mask .bullet_box .btn_public {
  width: 64px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #0250A9;
  border: 1px solid #0250A9;
  cursor: pointer;
}
.bullet_mask .bullet_box .bullet_btn_two .btn_left {
  color: #0250A9;
  border: 1px solid #0250A9;
  background-color: #ffffff;
}
.bullet_mask .bullet_box .bullet_btn_two .btn_right {
  color: #ffffff;
  background-color: #0250A9;
}
/* 交换名片 */
.bullet_input_box {
  padding: 32px 50px 43px;
  width: 360px;
  height: 503px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.bullet_input_title {
  margin-bottom: 44px;
  font-size: 20px;
  color: #0250A9;
  font-family: Microsoft YaHei;
  font-weight: bold;
}
.bullet_input_item {
  margin: 0 auto 19px;
  width: 355px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bullet_input_item_info div {
  width: 86px;
  margin-bottom: 14px;
}
.bullet_input_item span,
.bullet_input_item_info div {
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.bullet_input_item span::after,
.bullet_input_item_info div::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.bullet_input_item input {
  padding-left: 18px;
  width: 286px;
  height: 28px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.bullet_input_item input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999999;
}

.bullet_input_item_info {
  display: flex;
  flex-direction: column;
}
.bullet_input_item_info textarea {
  padding: 10px 0 0 18px;
  width: 335px;
  height: 86px;
  font-size: 12px;
  color: #333333;
  border: 1px solid #F2F2F2;
  border-radius: 4px;
}
.bullet_input_btn_two {
  margin: 60px auto 0;
  width: 160px;
  display: flex;
  justify-content: space-between;
}
.bullet_input_btn_two .btn_public {
  width: 66px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  cursor: pointer;
}
.bullet_input_btn_two .btn_left {
  color: #FFFFFF;
  background: #0250A9;
  border: 1px solid #0250A9;
}
.bullet_input_btn_two .btn_right {
  color: #0250A9;
  background-color: #ffffff;
  border: 1px solid #0250A9;
}

/* 企业卡片 */
.enterprise_card_box {
  width: 500px;
  /* height: 688px; */
  padding: 22px 50px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);
  border-radius: 6px;
  background-color: #ffffff;
  position: absolute;
  /* top: 10px; */
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.enterprise_card_box .bullet_input_title {
  margin-bottom: 30px;
}
.enterprise_card_box .bullet_card_item {
  margin: 0 auto 20px;
  display: flex;
  align-items: flex-start;
}
.enterprise_card_box .bullet_card_item div:last-child {
  height: 19px;
  line-height: 21px;
  font-size: 12px;
  color: #666666;
  position: relative;
}
#certificate_image {
  width: 140px;
  height: 94px;
}
.enterprise_card_box .bullet_card_item div:last-child img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.enterprise_card_box .bullet_card_item .item_span {
  margin-right: 25px;
  text-align: justify;
  width: 70px;
  height: 19px;
  line-height: 19px;
  font-family: Microsoft YaHei;
  font-size: 14px;
  color: #333333;
  position: relative;
}
.enterprise_card_box .bullet_card_item .item_span::after {
  content: ":";
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.enterprise_card_box .bullet_card_item .item_span > span {
  display: inline-block;
  padding-left: 100%;
  height: 0;
}
.card_btn_close {
  margin: 25px auto 0;
  width: 66px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 6px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  cursor: pointer;
  color: #FFFFFF;
  background: #0250A9;
  border: 1px solid #0250A9;
}

.bullet_mask_full{
  display: none;
  width: 100vw;
  height: 100vh;
  background-color:rgba(219,219,219,0.80);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.bullet_mask_full .mask{
  width: 100%;
  height: 100%;
}
.bullet_mask_full .bullet_box{
  padding: 40px;
  width: 420px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.21);
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.bullet_mask_full .bullet_box .con{
  padding: 40px 20px 40px 30px;
  border: 1px solid #E8E7E7;
}
.bullet_mask_full .bullet_box .con .title{
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #3755A1;
}
.bullet_mask_full .bullet_box .con .text{
  margin: 20px 0 10px;
  line-height: 46px;
  text-indent:32px;
  color: #868686;
}
.bullet_mask_full .bullet_box .con .btn{
  padding: 8px 12px;
  border-radius: 10px;
  color: #fff;
  background: #314F9F;
  margin-left: 50%;
  transform: translateX(-50%);
}