.box{
    width: 100%;
    background-color: #efefef;
}
.content {

    color:#000;
    /*width: 60%;*/
    text-align: center;
    margin: auto;
    padding: 50px 0;
}
.content p{
    text-align: left;
    margin-bottom: 34px;
}
.content a{
    color: #828282;
}
.content h2{
    color:#007069;
    font-size:24px;
    font-weight: bold;
    margin-top:50px;
    margin-bottom: 32px;
}
.content h4{
    width:65%;
    margin:0 auto;
    font-size:15px;
    color:#999999;
    line-height:30px;
    margin-bottom: 32px;
}


.content form{
    margin-top: 35px;
    font-size:12px;
    margin:0px auto;
}

.content form .row {
    width: 75%;
    margin: 0 auto 15px auto;
    display: flex;
}

.content form .row label {
    color: #828282;
    width: 260px;
    font-size: 17px;
    text-align: right;
    margin-right: 10px;
}
.content form .row .required:before {
    color: red;
    display: inline-block;
    content: '*';
    padding-right: 3px;
}

.content form .row .select-box {
    flex: 1;
    height:40px;
    border:1px solid #e4e4e4;
    padding: 0 10px 0 0;
    background-color:#f3f3f3;
    vertical-align: middle;
    box-sizing: border-box;
}
.content form .row select {
    height: 20px;
    width: 100%;
    margin-right: 0;
    margin-top: 9px;
    padding-left:5px;
    background-color:#f3f3f3;
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    white-space: nowrap;
    border:none;

}
.content form .row .text{
    flex: 1;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    border:1px solid #e4e4e4;
    background-color:#f3f3f3;
}

.content form .row .btn-image{
    height:34px;width:135px;background-color:#007069;
    border:none;
    margin-left:20px;
    margin-top:3px;
    color:#efefef;
}

.content form .row textarea{
    color: #000;
    width: 100%;
    padding: 10px 10px 20px 10px;
    border: 1px solid #e4e4e4;
    background-color:#f3f3f3;
    resize: none;
}

.content form .init-color{
    color:#afafaf;
}
.content form .submit{
    margin: 64px auto;
}
.content form .tips {
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.content form .textarea-inside {
    flex: 1;
    position: relative;
}
.content form .textarea-inside .input-word-count {
    font-size: 12px;
    background-color: #f3f3f3;
    position: absolute;
    z-index: 9;
    bottom: 5px;
    right: 5px;
}


.border{
    border:1px solid red;
}
.clear {
    clear:both;
}
.pd-l8{
    padding-left: 8px;
}
