/*弹出层*/
.pop-box{    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 100%;}
.pop-bg{width:100%;height:100%;background-color:rgba(0,0,0,0.75);position:fixed;top:0;left:0;z-index:98;}
.pop-bd{background-color:#fff;z-index:99;width:800px;}
.pop-bd .tit-hd{position: relative;line-height: 30px;font-size: 18px;color: #000;padding: 10px;text-align: center;border-bottom:#e1e1e1;}
.pop-bd .form-pop{overflow-wrap: break-word;padding:0 20px;position:relative;margin:10px auto;}
.pop-bd .form-pop p{text-indent: 2em;color: #666;line-height: 30px;font-size:16px;}

.pop-bd .info-btn {
    text-align: center;
    width: 100%;
    border-top: 1px solid #e1e1e1;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.pop-bd .info-btn a {
    cursor: pointer;
    float: left;
    width: 230px;
    margin-right: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    color: #0099DD;
    background-color: #fff;
    border: 0;
    flex: 1;
    -moz-flex: 1;
    -webkit-flex: 1;
    text-decoration: none;
}