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

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

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

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

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

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

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

.response .inputbody .title {
    height: 50px;
    line-height: 50px
}

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

.response .inputbody .line input {
    height: 40px
}

.response .inputbody .line textarea {
    height: 180px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box
}

.response .inputbody .line input,.response .inputbody .line textarea {
    font-size: 14px;
    color: #666;
    width: 100%;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
    border-radius: .02px;
    -moz-border-radius: .02px;
    -webkit-border-radius: .02px;
    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: 50px;
    line-height: 50px;
    text-align: center;
    background: #fb8e19;
    color: #fff;
    border-radius: .02px;
    -moz-border-radius: .02px;
    -webkit-border-radius: .02px;
    font-size: 18px
}

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

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

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

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

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