.indent_inn h1 b{
    vertical-align:baseline;
    color:#f44336
}
.indent_inn{
    padding:0 20px;
    width:100%;
    max-width:1170px
}
.indent_inn h1{
    font-size:44px;
    text-align:center
}
.ddexitForm{
    margin-top:30px
}
.indent-pop ul{
    margin:0;
    width:100%;
    float:left;
    display:flex
}
.indent-pop ul li.ind-line{
    width:26.2%;
    float:left;
    padding:0 5px
}
.indent-pop ul li.ind-line input{
    height:60px;
    display:block;
    margin:0 auto;
    background:#fff;
    border:1px solid #c3c3c3;
    padding:17px 10px 16px 20px;
    width:100%
}
.indent-pop ul li.ind-line i.fa{
    display:none
}
.indent-pop ul li.ind-line input[type=submit]{
    font-size:17px;
    background-color:#00996d;
    border-color:#00996d;
    color:#fff;
    cursor:pointer
}
.indent-pop ul li.ind-line.last{
    width:20%
}
.indent-pop ul{
    flex-flow:wrap
}
#ddexitpopwrapper{
    display:flex;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:10000000000;
    pointer-events:none;
    align-items:center;
    justify-content:center
}
#ddexitpopwrapper .veil{
    left:0;
    top:0;
    width:100%;
    height:100%;
    position:fixed;
    background-color:rgba(0,0,0,.7);
    content:"";
    z-index:1;
    display:none;
    cursor:default
}
.ddexitpop{
    width:100%;
    padding:0;
    z-index:2;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
    background:#fff;
    left:0;
    top:0;
    -webkit-animation-duration:.5s;
    animation-duration:.5s;
    visibility:hidden;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center
}
.ddexitpop .calltoaction{
    display:inline-block;
    text-decoration:none;
    border-radius:5px;
    padding:15px;
    background:#15c5ff;
    display:block;
    width:80%;
    margin:10px auto;
    text-align:center;
    color:#fff!important
}
div.closeexitpop{
    background:url(/images/xclose.png) no-repeat scroll center center;
    width:70px;
    height:70px;
    overflow:hidden;
    display:none;
    position:fixed;
    cursor:pointer;
    text-indent:-1000px;
    z-index:3;
    top:10px;
    right:10px;
    background-size:20px;
    opacity:.7
}
#ddexitpopwrapper.open{
    pointer-events:auto
}
#ddexitpopwrapper.open .veil{
    display:block
}
#ddexitpopwrapper.open div.closeexitpop{
    display:block
}
#ddexitpopwrapper.open .ddexitpop{
    visibility:visible
}
@media screen and (max-height:765px){
    .ddexitpop{
    }
    .indent-pop ul li.ind-line{
        width:100%!important;
        margin-bottom:10px
    }
    .indent-pop ul li.ind-line input[type=submit]{
        width:auto;
        padding:10px 20px
    }
    .indent_inn h1{
        font-size:30px
    }
    .indent_inn h1 br{
        display:none
    }
}
