@charset "utf-8";
.pop{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}
.pop-content{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 450px;
    height: 400px;
    margin: -200px 0 0 -225px;
    background-color: #fff;


}
.hdImg{
    margin-bottom: 34px;
    width: 100%;
}
.hdImg img{
    width: 100%;
}
.name,.tel{
    margin:0 auto 20px;
    width: 64%;
    height: 40px;
}
.name input,.tel input{
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 30px;
}
.btns button{
    width: 100px;
    height:38px;
    margin: 20px 10px 0 10px;
    border: none;
    font-size: 16px;
}
.btns button.submit{
    background: #0047f5;
}
.btns button.cancel{
    background-color: #b3b3b3;
   color: #333;
}
@media screen  and (max-width: 600px){
    .pop-content{
        width: 94%;
        margin-left: -47%
    }
}
