.popboxCon12{position:fixed;left:5%;right: 5%;top: 50%;transform: translateY(-50%);z-index: 100; }
.popboxCon12-bd{ background-color: #fff; border-radius: 7px; padding: 12px; }
.mask12{position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.6);z-index: 99;}
.popboxCon12-bd-tp{ display: flex; display: -webkit-flex; align-items: center; -webkit-align-items:center; justify-content: center;}
.popboxCon12-bd-tp::before{ content: ""; width: 17px; height: 10px; background: url(../images/icon-decoration.png) no-repeat;
 background-size: 100% 100%; margin-right: 10px; }
 .popboxCon12-bd-tp::after{ content: ""; width: 17px; height: 10px;  background: url(../images/icon-decoration.png) no-repeat;
    background-size: 100% 100%; transform: rotate(180deg); margin-left: 10px;}
.popboxCon12-bd-tp{ font-size: 18px; padding-top: 10px; padding-bottom: 10px; }
.popboxCon12-ft{ margin-top: 12px; text-align: center;}
.popboxCon12-ft img{ width: 30px; }
.listBusiness12{ padding-bottom: 10px;}
.listBusiness12-bd{ display: flex; display: -webkit-flex; align-items: center;-webkit-align-items:center;  background: #f4f9ff; border-radius: 7px; padding: 12px 10px;
  margin-top: 10px;}
.listBusiness12-bd-lt{ flex: 1; }
.listBusiness12-bd-lt h3{ font-size: 15px;}
.listBusiness12-bd-lt p{ color: #666; font-size: 14px;}
.listBusiness12-bd-rt{   width: 63px; height: 25px; background: #2892ff; border-radius: 26px; text-align: center; line-height: 24px;
 color: #fff; font-size: 11px; text-decoration: none;}