body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, em, td, font{padding:0; margin:0; font-family:"微软雅黑", Arial, Helvetica, sans-serif; font-size:1em; line-height:1.5em; font-style:normal; color:#2C2C2C;}

table{border-collapse:collapse; border-spacing:0px;}

fieldset, img{border:0px none; vertical-align:top;}

h1, h2, h3, h4, h5, h6{font-weight:normal; font-size:100%;}

ol, ul, li, dl, dt, dd{list-style:none outside none;}

input, button, textarea, checkbox, select, radio, form{vertical-align:top;}

a{color:#000; text-decoration:none;}

a:link, a:visited{text-decoration:none;}

a:hover{text-decoration:none;}

.red, .red a{color:#F00;}

.clear{clear:both;}

img{max-width:100%; max-height:100%; vertical-align:middle;}

body{min-width:320px; max-width:720px; margin:0 auto;background-color: #fff}

.all{margin:0 auto; width:100%; max-width:720px;overflow: hidden}

.fl{float:left;}

.fr{float:right;}

@media only screen and (min-width: 720px) {

    body { font-size: 27px; }

}

@media only screen and (min-width: 640px)/* and (max-width: 719px)*/ {

    body { font-size: 24px; }

}

@media only screen and (min-width: 600px) and (max-width: 639px) {

    body { font-size: 22px; }

}

@media only screen and (min-width: 472px) and (max-width: 599px) {

    body { font-size: 18px; }

}

@media only screen and (min-width: 440px) and (max-width: 471px) {

    body { font-size: 16px; }

}

@media only screen and (min-width: 412px) and (max-width: 439px) {

    body { font-size: 15px; }

}

@media only screen and (min-width: 375px) and (max-width: 411px) {

    body { font-size: 14px; }

}

@media only screen and (min-width: 360px) and (max-width: 374px) {

    body { font-size: 13px; }

}

@media only screen and (max-width: 359px) {

    body { font-size: 12px; }

}

.form{
    width: 96%;
    margin: 1em auto;
    max-width: 720px;
    padding:2% 0;
}

.form1{
    overflow: hidden;
    width:92%;
    margin:0 auto;
    background-color:#007bd4;
    padding:4%;
    border-radius:1em;

}
.lable{
    overflow: hidden;
    width:100%;
    line-height: 2em;
    margin:1em 0;
}
.lable span{
    display: inline-block;
    float: left;
    color: #ffffff;
    font-size:1em;
    margin-right:7%;
}

.lable input{
    float:left;
    border-radius: 0.6em;
    outline: none;
    height:2em;
    padding-left:1em;
    border:1px solid #fff;
    background-color: #007bd4;
    color: #ffffff;

}

.description{
    float:left;
    border-radius: 0.6em;
    outline: none;
    padding-left: 1em;
    width: 16em;
    height: 5em;
    line-height: 2.5em;
    margin: 0 0.2em;
    border:1px solid #fff;
    background-color: #007bd4;
}


/*修改提示文字的颜色*/
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}


textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}


.form1  h1{
    font-size: 32px;
    font-weight: bold;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.form1  h4{
    font-size: 26px;
    height:40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
}

.btn{
    width:100%;
    background-color: #007bd4;
}


.submit{
    overflow: hidden;
    display: inline-block;
    width:35%;
    height:1.5em;
    background-color: #fcffa6 !important;
    color:#007bd4;
    font-size:1.3em;
    border-radius:0.3em;
    border:none;
    line-height:1.5em;
    float: left;
    text-align: center;
    margin-left:10%;
    margin-top:0.5em;

}

.zixun{
    overflow: hidden;
    display: inline-block;
    width:35%;
    height:1.5em;
    background-color: #fcffa6 !important;
    color:#007bd4;
    font-size:1.3em;
    border-radius:0.3em;
    border:none;
    line-height:1.5em;
    float: right;
    text-align: center;
    margin-right: 10%;
    margin-top:0.5em;
}


