.follow_pop_common_confirm {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
  display: none;
}
.follow_pop_common_confirm .inner {
  width: 280px;
  background: #FFFFFF;
  border-radius: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.follow_pop_common_confirm .inner::before {
  content: '';
  position: absolute;
  width: 238px;
  height: 4px;
  background: #FF730A;
  border-radius: 0px 0px 2px 2px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.follow_pop_common_confirm .inner::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 108px;
  left: 0;
  background: url(//pic.cgyouxi.com/orange/upload/202403/25322333_66128a0d1fd4472dd89d7daa7aa11e1a.png) bottom center no-repeat;
  background-size: auto 100%;
  top: -82px;
}
.follow_pop_common_confirm .inner .middle {
  box-sizing: border-box;
  padding: 0px 20px;
  margin-bottom: 13px;
  margin-top: 46px;
  text-align: center;
}
.follow_pop_common_confirm .inner .middle .follow-btn-type {
  line-height: 22px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.follow_pop_common_confirm .inner .middle .follow-btn-type:first-child {
  border-bottom: 1px solid #EBEBEB;
}
.follow_pop_common_confirm .inner .footBtn {
  width: 100%;
  border-top: 1px solid #EBEBEB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.follow_pop_common_confirm .inner .footBtn a {
  text-align: center;
  font-weight: 400;
  font-size: 17px;
  color: #999;
  line-height: 56px;
  width: 100%;
  cursor: pointer;
}
