section.img>div{
    position: relative;
    width: 100%;
    z-index: -1;
}
section.img>div>div{
    position: absolute;
    z-index: 10;width: 100%;
    text-align: center;
    padding: 0 15%;
    top:42%;
    color: #fff;
    font-size: 4vw;
}
section.img>div>img{
    position:relative;
    width: 100%;
}
section.img>div>div h2{
    font-size: 3.5vw;
    margin-bottom:5px;
    line-height:2;
}

section.img>div>div p:nth-of-type(1){
    font-size: 2.5vw;
    color: #fff;
    line-height: 2;
}
section.img>div>div p:nth-of-type(2){
    color: #fd8300;
    font-size: 2vw;
}
main .container{
    padding-top: 50px;
    padding-bottom: 30px;
}
main .container>div{
    margin-top: 15px;
}
main .container div.form-group input{
    padding: 8px 0;
}
@media screen and (min-width: 553px){
    .container{
        width: 553px;
    }
    .container div input,textarea{
        width: 100%;
        text-indent: 0.6vw;
        font-size: 1.5vw;
    }
    .form-group i{
        position: absolute;
        right:1.5%;
        top:8px;
    }
    .form-group input{
        padding-right:10%!important;
    }

}
@media screen and (max-width: 553px){
    .container{
        width: 100%;
    }
    .container div input,textarea{
        width: 90%;
        text-indent: 5px;
        font-size: 0.8vw;
    }
    .form-group p {
        margin-right:5%;
    }
    .form-group i{
        position: absolute;
        right:10.5%;
        top:8px;
    }
    .form-group small.help-block{
        padding-left:5%;
    }
    .form-group input{
        padding-right:10%!important;
    }

}
@media screen and (min-width: 991px) {
    section.img>div>div h2{
        font-size:40px!important;
    }
    section.img>div>div p:nth-of-type(1){
        font-size: 24px!important;
    }
    section.img>div>div p:nth-of-type(2){
        font-size: 16px!important;
    }
    #iframeElement{
    	width: 990px;
    }
 	#use-free-request-content .inner-div h1{
 		width: 100%!important;
 	}
}
i.glyphicon-remove{
    color: red;
}
i.glyphicon-ok{
    color: green;
}
.form-group{
    position: relative;
}

.form-group small.help-block{
    font-size: 10px;
    text-align: left;
}
input,textarea{
    font-size: 14px!important;
    border:1px solid rgb(169,169,169);
}
textarea{
    resize: none;
    padding-right: 8%;
}
#submit-button{
    padding-right: 0!important;
    border-radius: 0;
}
.form-group p.pull-right{
    font-size: 14px;
    color: #999;
    margin-top: 8px;
}
/*iFrame 导入的外部样式*/
#iframeSection{
	text-align: center;
}
#iframeElement{
    display: inline-block;
    min-height: 490px;
    border: none;
    width: 100%!important;
    overflow: visible;
    padding-top: 10px;
}
