.container {
  padding: 0;
  margin: 0;
  max-width: 750px;
  margin: 0 auto;
}
.bullet-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  max-width: 750px;
  margin: 0 auto;
}
.bullet-box .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999991;
  background: rgba(0, 0, 0, 0.8);
}
.bullet-box .bul-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: 0 auto;
  z-index: 9999992;
  width: 80.3%;
  padding-top: 37.6%;
  background: url(../images/upload-back-img.png) no-repeat center top;
  background-size: 100% auto;
}
.bullet-box .bul-main .bul-content {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  padding: 30px 0 20px;
  margin-top: -2px;
}
.bullet-box .bul-main .bul-content .bul-text {
  color: #1C1E20;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.bullet-box .bul-main .bul-content .bul-btn {
  display: block;
  width: 66.4%;
  height: 40px;
  line-height: 40px;
  background: #2079D6;
  color: #fff;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  margin: 0 auto;
  text-decoration: none;
}
.bullet-box .bul-main .bul-content .bul-btn.no-btn{
  background: #ccc;
}
.p-text{
  font-size: 12px;
  line-height: 20px;
  color:#333;
  text-align: center;
  margin:8% 0 5px;
}
.link-text{
  font-size:12px;
  font-weight: 600;
  color: #2079D6;
  text-align: center;
}