.jjms {
  z-index: 15;
  display: none;
  margin: auto;
  width: 480px;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  height: 264px;
  background: #FFFFFF;
  border-radius: 2px;
}
.jjms .title {
   
  position: relative;
  text-align: center;
  height: 40px;
  line-height: 40px;
  background: #F9FAFB;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.jjms .title .jb{
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 6%;
  display: flex;
}
.jjms .title .jb p{
  font-size: 15px;
  margin-left: 5px;
  color: #999999;
}
.jjms .title span {
  width: 14px;
  padding: 0 10px;
  position: absolute;
  top: 0%;
  right: 1%;
  cursor: pointer;
}
.jjms .title span img {
  width: 100%;
  display: block;
  margin-top: 13px;
}
.jjms .content {

  padding: 10px 11px;
  float: none;
  width: 100%;
  background: none;
  border: 0;
  margin: 0;
  box-shadow: none;
}
.jjms .content .top {
  display: flex;
}
.jjms .content .top .left {
  width: 46px;
  height: 46px;
}
.jjms .content .top .left img {
  width: 100%;
}
.jjms .content .top .right {
  margin-left: 20px;
}
.jjms .content .top .right h2 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #333333;
}
.jjms .content .top .right .txt {
  display: flex;
  align-items: flex-end;
}
.jjms .content .top .right .txt p {
  height: 14px;
  line-height: 14px;
  padding: 0 5px 0 0;
  margin-right: 5px;
  border-right: 2px solid #E4E4E4;
  font-size: 14px;
  color: #333333;
}
.jjms .content .top .right .txt p:nth-child(2) {
  border: 0;
  margin-right: 15px;
}
.jjms .content .center {
  margin: 0 0 10px;
  position: relative;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
}
.jjms .content .center textarea {
  padding: 10px;
  width: 100%;
  height: 100%;
  outline: none;
  resize: none;
  font-size: 14px;
}
.jjms .content .center .num {
  position: absolute;
  right: 1%;
  bottom: 2%;
  font-size: 14px;
  color: #BEBEBE;
}
.jjms .content .btn {
  margin-top: 30px;
  display: flex;
  justify-content: space-evenly;
}
.jjms .content .btn p {
  width: 100px;
  height: 34px;
  line-height: 34px;
  background: #FFFCFD;
  border-radius: 4px;
  font-size: 16px;
  border: 1px solid #FFEDF2;
  color: #FF4743;
  text-align: center;
}
.jjms .content .btn p:hover {
  cursor: pointer;
}
.jjms .content .btn:hover p {
  background: #FF4743;
  color: #fff;
}
.spbf {
  width: 60vw;
  height: 60vh;
}
.spbf .content {
  margin: 0;
  width: 100%;
  height: calc(100% - 40px);
}
.spbf .video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
textarea::placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
  color: #BEBEBE;
}
.spbf .logo{
    display: flex;
    align-items: center;
  justify-content: center;
    height: 115px;
    width: 100%;
    background-color: #fff;
}
.spbf .logo img{
    height: 57px;
    margin: 0 25px;
}
.bgc {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.6);
}