/**
 * @desc 服务中心-投诉建议平台
 */
.formWrap {
    padding-top: 33px;
    font-size: 16px;
    color: #9c9c9c;
}
.formRow {
    overflow: hidden;
    padding-bottom: 13px;
}
.formWrap input,.formWrap textarea,.selectCover {
    font-size: 16px;
    border:none;
    position: relative;
    z-index: 2;
    padding:12px 34px;
    color: #333;
}
.formWrap label {
    position: relative;
    display: inline-block;

}
.yourName input,.yourTel input,.email input{
    width: 634px;
    background: url(../../image/views/customGroup_feedback/input1.png) no-repeat;
}
.userName input {
    width: 342px;
    background: url(../../image/views/customGroup_feedback/input2.png) no-repeat;
}
.rowRight {
    float: right;
}
.rowLeft {
    float: left;
}
.r2 .rowLeft{
    width: 420px;
}
.r2 .rowRight{
    width: 240px;
}
.placeholder {
    font-size:16px;
    position: absolute;
    left: 34px;
    top: 12px;
    z-index: 9;
}
.radioTitle,.fman,.fwoman{
    float: right;
}
.radioPic {
    width: 34px;
    height: 34px;
    background: url(../../image/views/customGroup_feedback/radio_off.png) no-repeat;
}
.radioPic.on{
    background: url(../../image/views/customGroup_feedback/radio_on.png) no-repeat;
}
.r2 .radioPic,.r2 .radio,.r2 .radioText,.r2 .rowRight input{
    float: left;
}
.r2 .rowRight{
    padding-top: 8px;
}
.r2 .radio,.r2 .radioText,.r2 .radioTitle{
    margin-top: 9px;
}
.r2 .radioTitle {
    padding-right: 4px;
}
.r2 .radioText{
    padding-left: 14px;
}
.r2 .rowRight input {
    width: 34px;
    height: 34px;
}
.fwoman,.fman{
    position: relative;
}
.fwoman input,.fman input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter:alpha(opacity:0);
}
.fman{
    padding-right:20px;
}
.phoneNumber input{
    width:242px;
    background: url(../../image/views/customGroup_feedback/input4.png) no-repeat;
}
.landlineNumber input{
    width:242px;
    background: url(../../image/views/customGroup_feedback/input4.png) no-repeat;
}
.landlineNumber {
    float: right;
}
.r4 .rowLeft {
    width: 340px;
}
.r4 .rowRight {
    width: 340px;
}
.demand textarea {
    border: none;
    padding: 12px 34px;
    width: 633px;
    height: 120px;
    overflow:auto;
    /*background: url(../../image/views/customGroup_feedback/textArea.png) no-repeat;*/
    border:2px solid #004878;
    border-radius: 10px;
}
.demand .placeholder {
    text-align: center;
    line-height: 38px;
     left: 270px;
    top: 60px;
}
.submit {
    border: none;
    display: block;
    width: 232px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 22px;
    margin:0 auto;
    cursor: pointer;
    outline: none;
    background: url(../../image/views/customGroup_feedback/button.jpg) no-repeat;
    margin-top: 30px;
}
.contactUs {
    margin-top: 80px;
}
.contactUs p {
    padding: 0;
    color: #525151;
    font-size: 18px;
}
.Validform_wrong {
    display: block;
    color: #f00;
}
.Validform_right {
    display: none;
}
.r2 .rowRight  .Validform_checktip {
    position: absolute;
    top: 35px;
    left: -144px;;
}
.r2 .rowRight{
    position:relative;
}
.rowTitle {
    color: #000;
    font-size: 16px;
    padding-bottom: 24px;
}
.selectCover {
    width: 281px;
    height: 21px;
    background: url(../../image/views/service/select.png) no-repeat;
    font-size: 16px;
    color: #9c9c9c;
}
.select {
    position: absolute;
    top: 0;
    left: 0;
    *top:15px;
    width: 348px;
    height: 44px;
    line-height: 44px;
    outline: none;
    opacity: 0;
    *filter:alpha(opacity=0);
    z-index: 2;
    font-size: 16px;
}
.selectCover.on {
    color: #333;
}