    * {margin:0;padding:0}
    html, h1, h2, h3, h4, h5, h6 {
        font-size:100%;
        font-weight:normal;
        font-style: normal;
    }
    table {
        border-collapse:collapse;
        border-spacing:0;
    }
    a {
        text-decoration:none;
        color: #666;
    }
    ul, ol, dl, li, dd {
        list-style:none;
    }
    a, img {
        border:none;
    }
    .clearfix:before, .clearfix:after {
        content: "\0020";
        height: 0px;
        display: block;
        visibility: hidden;
    }
    .clearfix:after {
        clear: both;
    }
    .clearfix {
        *zoom: 1;
    }          
    html,body {width:100%; -webkit-text-size-adjust:100%;height: 100%;}
    body {
        font-family: 'Microsoft YaHei','SimHei','SimSun';
    }
    #header {
        display: none;
        height: 2.0rem;
        width: 100%;
        background-color: #C00008;
    }
    #title {
        width: 100%;
        color: #fff;
        line-height: 2.0rem;
        letter-spacing: .1rem;
        text-align: center;
    }
    #wrapper {
        position: relative;
        width: 100%;
        max-width: 1024px;
        min-width: 320px;
        margin: 0 auto;
        background:#5caef8;  
        /* background-size: 100% auto; */
        overflow: hidden;
    }
/*     #wrapper img {
        width: 100%;
        vertical-align: top;
    } */
    .air-down {
        width: 100%;
        background: #fff;
        position: relative;
    }
    .air-back{
        position: absolute;
        right: .25rem;
        top: .5rem;
        width: 4.95rem;
        height: .825rem;
    }
    .air-back a{
        display: block;
    }
    .air-logo {
        display: block;
        width: 5.9rem;
    }
    .air-back img,.air-logo img,.air-banner img{
        display: block;
        vertical-align: top;
        border: none;
    }
    .air-banner{
        width: 100%;
    }
    .bg_baoming{
	    width:100%;
	    background:#5caef8;
	    padding-bottom:1rem;
    }
	.air-cont1{
	    width: 11.975rem;
	    width: 92%;
	    border: 2px solid #5caef8;
	    border-radius: 5px;
	    margin-left: 4%;
	    margin-top: 0.5rem; 
	    padding-bottom: 0.7rem;
	    background:#fff;
	}
.air-form-p {
    
    margin: 0 auto 0.6rem auto;
    border-radius: 0px;
}
.air-form-p span{
    display: inline-block;
    vertical-align: top;
    width: 1.75rem;
    height: 1.625rem;
}
.air-form-p .air-icon1{
    background: url(../img/icon_card.png) no-repeat top center;
    background-size: 100% 100%;
}
.air-form-p .air-icon2{
    background: url(../img/icon_mail.png) no-repeat top center;
    background-size: 100% 100%;
}
.air-icon3 {
	background: url(../img/icon_date.png) no-repeat top center;
    background-size: 100% 100%;
}
.air-icon4 {
	background: url(../img/icon_flight.png) no-repeat top center;
    background-size: 100% 100%;
}
.air-input {
    display: inline-block;
    vertical-align: top;
     width: 75%; 
    height: 1.625rem;
    background: #ffffff;
    outline: none;
    border: none;
    font-family: 'Microsoft YaHei';
    font-size: 0.6rem;
    -webkit-box-shadow: inset 0 0 .1rem #ffffff;
    -moz-box-shadow: inset 0 0 .1rem #ffffff;
    box-shadow: inset 0 0 .1rem #ffffff;
    text-indent: 5px;
}
.form-button .submit {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 1.75rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.65rem;
    color: #ffffff;
    line-height: 1.75rem;
    border: none;
    outline: none; 
    font-weight: bold;
    -webkit-appearance: none;
    
}
 .submit {
    display: block;
    cursor: pointer;
    width: 100%;
    height: 1.75rem;
    font-family: 'Microsoft YaHei';
    font-size: 0.65rem;
    color: #ffffff;
    line-height: 1.75rem;
    border: none;
    outline: none;
    font-weight: bold;
    -webkit-appearance: none;
}
.title_bg{
	background: url(../img/bg_title.png) no-repeat top center;
    background-size: 100% 100%;
    height: 1.5rem;
    width: 50%;
    margin-left: 25%;
    position: relative; 
}

.form-button{
    border: none;
    padding-bottom: 0.75rem;
    /* border-bottom: 0.05rem solid #d2eefc; */
}
.air-regin{
    margin-top: 0.65rem;
    height: 0.8rem;
    overflow: hidden;
    width: 80%;
    margin-left: 10%;
}

    .air-close{
        width: 90%;
        margin: 0 auto;
        text-align: right;
        height: 0.875rem;
        overflow: hidden;
    }
    .air-close span{
        vertical-align: top;
        display: inline-block;
        width: 0.875rem;
        height: 0.875rem;
        background: url(../images/close.png) no-repeat top center;
        background-size: 100% 100%;
    }
.modal-bg{
    position:absolute;
    left:0;right:0;
    top:0;bottom:0;
    z-index:100;
    background-color:rgba(50,50,50,0.5);
}
.margin-sm{
    display:block;
    margin:20px;
}
.modal{ 
    position:fixed;
    background-color:#FFFFFF;
    top: 35%;
    left: 0%;
    z-index:101;
    border-radius:3px;
    width:70%;
    box-shadow:0 0 10px 0 rgba(0,0,0,0.3);
}  
::-webkit-input-placeholder { /* WebKit browsers */
  color: #C2C2C2;

}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #C2C2C2;
