.response .headback {
    height: .44rem;
    width: 100%;
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    padding: 0 .1rem;
    box-sizing: border-box
}

.response .headback div:first-child {
    width: .3rem
}

.response .headback div:first-child span {
    background: url(../img/bg_icon.png) no-repeat 0 -1.07rem;
    background-size: 3.16rem;
    width: .15rem;
    height: .44rem;
    display: block;
    float: left
}

.response .headback div:nth-child(2) {
    -moz-box-flex: 5;
    -webkit-box-flex: 5;
    text-align: center;
    height: .44rem;
    line-height: .44rem;
    font-size: .19rem;
    color: #666
}

.response .headback div:nth-child(3) {
    width: .3rem
}

.response .inputbody {
    width: 100%;
    padding: 0 .1rem;
    box-sizing: border-box
}

.response .inputbody .margtp0_1 {
    margin-top: .06rem
}

.response .inputbody .title {
    height: .44rem;
    line-height: .44rem
}

.response .inputbody .line {
    width: 100%;
    color: #333;
    font-size: .16rem
}

.response .inputbody .line input {
    height: .4rem
}

.response .inputbody .line textarea {
    height: 1.8rem;
    text-align: left;
    padding: .1rem;
    box-sizing: border-box
}

.response .inputbody .line input,.response .inputbody .line textarea {
    font-size: .14rem;
    color: #666;
    width: 100%;
    outline: none;
    padding-left: .1rem;
    box-sizing: border-box;
    border-radius: .02rem;
    -moz-border-radius: .02rem;
    -webkit-border-radius: .02rem;
    border: 1px solid #dbdbdb
}

.response .inputbody .line input ::-webkit-input-placeholder,.response .inputbody .line textarea ::-webkit-input-placeholder {
    color: #b2b2b2
}

.response .inputbody .line input :-moz-placeholder,.response .inputbody .line input ::-moz-placeholder,.response .inputbody .line textarea :-moz-placeholder,.response .inputbody .line textarea ::-moz-placeholder {
    color: #b2b2b2
}

.response .inputbody .line input :-ms-input-placeholder,.response .inputbody .line textarea :-ms-input-placeholder {
    color: #b2b2b2
}

.response .inputbody .line .submit {
    width: 100%;
    height: .49rem;
    line-height: .49rem;
    text-align: center;
    background: #fb8e19;
    color: #fff;
    border-radius: .02rem;
    -moz-border-radius: .02rem;
    -webkit-border-radius: .02rem;
    font-size: .18rem
}

.response .inputbody .line .iocnsucc {
    background: url(../img/bg_icon.png) no-repeat -1rem -.51rem;
    background-size: 3.16rem;
    height: .81rem;
    width: .81rem;
    margin: 0 auto;
    margin-top: .64rem
}

.response .inputbody .line .iocnrep {
    background: url(../img/bg_icon.png) no-repeat -.15rem -.51rem;
    background-size: 3.16rem;
    height: .81rem;
    width: .81rem;
    margin: 0 auto;
    margin-top: .64rem
}

.response .inputbody .line p {
    color: #666;
    text-align: center
}

.response .inputbody .line p:first-child {
    margin-top: .64rem;
    font-size: .3rem
}

.response .inputbody .line p:nth-child(2) {
    margin-top: .15rem;
    font-size: .14rem
}
