.popdiv {
    width: 347px;
    height: 309px;
    overflow: hidden;
    background-size: 100% 100%;
    position: fixed;
    left: 50%;
    bottom: -100%;
    margin-left: -170px;
    display: none;
    z-index: 99999;
}

.popdiv iframe {
    _border: none;
}

.popdiv .title-pop {
    text-align: center;
    width: 347px;
    height: 60px;
    position: relative;
}

.popdiv .title-pop .close {
    color: #fff;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -3px;
    right: -2px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}

.popdiv h2 i {
    display: block;
    float: left;
    margin-right: 2px;
    width: 24px;
    height: 34px;
    background: #333;
    color: red;
    text-align: center;
    font-style: normal;
    line-height: 34px;
}

.popdiv .body-pop {
    padding-top: 25px;
    padding-left: 35px;
    width: 306px;
    height: 179px;
}

.popdiv .body-pop p {
    margin-bottom: 9px;
}

.popdiv .body-pop p input {
    display: block;
    width: 272px;
    height: 39px;
    border-radius: 3px;
    border: none !important;
    background: none;
    outline: none;
    padding-left: 60px;
    font: 14px/40px '微软雅黑';
}

.popdiv .body-pop p .name2 {
    width: 228px;
    height: 38px;
    border-radius: 3px;
    padding-left: 15px;
    font: 14px/40px '微软雅黑';
}

.popdiv .body-pop p .btn_2 {
    width: 100%;
    height: 40px;
    padding: 0;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}