.ContactWin{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: white;
    width: 375px;
    height: 260px;
    display: none;
    z-index: 999;
    border-radius: 6px;
}
.mark{
    position: fixed;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 997;				
}
.ContactWin .win{
    width: 100%;
    height: 100%;
    position: relative;
}
.closeBtn{
    position: absolute;
    right: 15px;
    top: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.win .email{
    position: absolute;
    top: 110px;
    left: 10%;
    width: 80%;
    background-color: white;
    height: 40px;				
    margin-top: 15px;				
}
.email .emailInp{
    width: 240px;
    height: 35px;
    box-sizing: border-box;
    padding: 5px;
    padding-left: 10px;
    border: 1px solid #ccc;
}
.Winsubbtn{
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    font-size: 14px;
    transform: translate(-50%);
    width: 60%;
    border-radius: 20px;
    height: 40px;
    color: white;
    border: none;
    background-color: #0e5a99;
}
.winTitle{
    width: 80%;
    position: absolute;
    top: 40px;
    left: 10%;
    color: #0e5a99; 
    font-size: 16px; 
}