/*用户意见反馈*/
.feedCont {
    width: 100%;
    height: auto;
    background: #FFF;
}

.feedFillCont {
    width: 1080px;
    padding:35px 0 30px;
    margin:0 auto;
}

.proDescRow {
    height:19px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#333333;
    line-height:19px;
    margin-bottom:13px;
}

.requiredFill:before {
    content:'*';
    height:16px;
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:#FF5858;
    line-height:16px;
    margin-right: 5px;
}

.fillRow {
    margin-left: 33px;
}

.proTypeCheckBox {
    width:96px;
    height:36px;
    border-radius:4px;
    border:1px solid #BFBFBF;
    float: left;
    text-align: center;
    line-height: 36px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#333333;
    box-sizing: border-box;
    margin-right: 15px;
    cursor: pointer;
    user-select:none;
}

.proTypeCheckBox:hover {
    border-color:#FAA600;
}

.proTypeCheckBox.checked {
    background: url(images/checkPro.png) no-repeat;
    border:0;
}

.proTypeCheck {
    margin-bottom: 30px;
}

.fillProDetail {
    margin-bottom: 22px;
    position: relative;
}

.fillProDetail textarea {
    resize: none;
    width:623px;
    height:125px;
    background:#FFFFFF;
    border:1px solid #E0E0E0;
    padding:10px 10px 5px;
}

.surplusFont {
    position: absolute;
    left: 580px;
    top: 105px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #666666;
    line-height: 16px;
}


.requiredFillTip {
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:#666666;
}

.imgUploadRow {
    margin-bottom: 20px;
}


.imgUploadBox {
    width:80px;
    height:80px;
    background:#FFFFFF;
    border:1px solid #E0E0E0;
    box-sizing: border-box;
    float: left;
    margin-right: 37px;
    position: relative;
}

.norequiredFill {
    margin-left: 10px;
}

.imgUploadBoxDel .uploadPic {
    width: 100%;
    height: 100%;
}

.imgDelBtn {
    position: absolute;
    right: -8px;
    top:-8px;
    cursor: pointer;
}

.imgUploadBoxAdd {
    cursor: pointer;
    background: url(images/AddBtn.png) no-repeat center center;
}

.phoneFillRow {
    margin-bottom: 39px;
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#333333;
    line-height:19px;
}

.phoneInput {
    width:238px;
    height:30px;
    background:#FFF;
    border:1px solid #E0E0E0;
    box-sizing: border-box;
}

.submitProBtn {
    font-size:14px;
    font-family:MicrosoftYaHei;
    color:#FFFFFF;
    line-height:16px;
    width:200px;
    height:34px;
    background:#FAA600;
    border-radius:4px;
    outline: none;
    border:0;
    cursor: pointer;
    margin-left: 230px;
}

.submitProBtn:hover {
    background: #DE9A04;
}

.feedBg {
    width:100%;
    height:220px;
    background: url(images/banner04.png) no-repeat center center;
    padding-top:38px;
    box-sizing: border-box;
}

.feedBgFont {
    font-size:20px;
    font-family:MicrosoftYaHei-Bold;
    font-weight:bold;
    line-height:26px;
    color:#FFF;
    margin:10px 0;
    text-align: center;
}

.feedBgFontSmall {
    font-size:12px;
    font-family:MicrosoftYaHei;
    color:rgba(255,255,255,0.7);
    line-height:16px;
    text-align: center;
}

.feedBgHead {
    height:80px;
    width: 100%;
    text-align: center;
}

.feedBgHead img {
    width:80px;
    height:80px;
}


.clearfix {
    zoom:1;
}

.clearfix:after {
    content:'';
    height: 0;
    visibility: hidden;
    clear: both;
    zoom:1;
    display:block;
}