.bmxzConDia {
    top: 30%;
    width: 650px;
    /* height: 244px; */
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0,.2);
    padding: 0 0 20px 0;
}
.diaTitle{
    /* border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    margin-bottom: 16px; */
    height: 56px;
    line-height: 56px;
    background-color: #148df7;
    color: #fff;
    font-size: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    
}
.text-black {
  width: 100%;
}
.closeBt {
  position: absolute;
  right: 20px;
}
.text-gray {
  padding: 16px 35px;
  font-size: 14px;
  color: #666;
  text-align: left;
}
.text-gray p {
  margin: 8px 0;
}
.pjBtn{
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background-color: #148df7;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    margin: 8px auto 0px;
}
.displayEvenly{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.smBtn {
  width: 130px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.smBtn1 {
  background-color: #e6e6e6;
  color: #999;
}
.smBtn2 {
  background-color: #148df7;
  color: #fff;
}
.smBtn.disabled {
  background-color: #cccccc; /* 灰色背景 */
  cursor: not-allowed; /* 禁用鼠标指针 */
}
.smConDia {
    top: 10%;
    width: 800px;
    /* height: 244px; */
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0, 0, 0,.2);
    padding: 0 0 20px 0;
}
.textSm {
  height: 520px;
  overflow: auto;
}
.smBlock {
    width: 708px;
    margin: 20px auto;
    background: #e5dfdf;
    text-align: center;
    padding: 40px 0px;
}
.smBlock div {
  width: 100%;
  margin: 5px 0;
}
.review img {
  width: 1200px;
  height: 120px;
}