@font-face {
    font-family: comIcon;
    src: url('//image.wjx.cn/wjxui/font/1070120/iconfont.woff2?t=1653967509898') format('woff2'), url('//image.wjx.cn/wjxui/font/1070120/iconfont.woff?t=1653967509898') format('woff'), url('//image.wjx.cn/wjxui/font/1070120/iconfont.ttf?t=1653967509898') format('truetype')
}

/* 定义初始样式 */
#feedback {
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    /* background: #f3f4f5; */
    color: #262626;
    position: relative;
    word-break: break-word;
    word-wrap: break-word;
    font-variant-ligatures: none;
}

#feedback * {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

#feedback *,
#feedback :after,
#feedback :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}


/* 表单样式 */
#feedback .feedbackform {
    background-color: white;
}

/* 顶部栏样式 */
#feedback .feedbackform .logoBox {
    background-color: #114497;
}

#feedback .feedbackform .logoBox .logo {
    margin: 0;
    width: 100%;
    max-width: 100%;
    max-height: none;
    display: block;
    height: auto;
}

/* 表单样式 */
@media screen and (min-width: 800px) {

    #feedback #divWorkError,
    #feedback #form1 {
        max-width: 800px;
        /* background: #fff; */
        margin: 0 auto !important;
    }
}

/* 二维码样式 */
#feedback #divMa {
    display: block;
    position: absolute;
    z-index: 555;
    width: 32px;
    height: 32px;
    right: 10px;
    top: 10px;
    background-image: url(//image.wjx.cn/images/commonImgPC/qrIcon.png);
    background-size: cover;
}

#feedback #divMa .qrwrap {
    display: none;
    width: 190px;
    height: 224px;
    background: #f7f7f7;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 999;
    text-align: center;
}

#feedback #divMa:hover .qrwrap {
    display: block;
}

#feedback #divMa .qrwrap #divQrBig {
    background: url('https://qr.wjx.cn/handler/qrcode.ashx?chl=https%3a%2f%2fwww.wjx.top%2fvm%2fQrbHIZs.aspx&chs=170x170&sign=e2f3c450815c5adaab0766bd033358299b2d1d0e') no-repeat;
    background-size: 170px 170px;
    width: 170px;
    height: 170px;
    margin: 10px;
}

#feedback #divMa .qrwrap #divMobileCodeText {
    font-size: 14px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 16px;
}

/* 标题 */
#feedback #toptitle {
    padding: 50px 100px 20px;
    width: 100%;
    color: #114497;
    /* background-color: white; */
}

#feedback #toptitle .htitle {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    line-height: 40px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    text-align: center
}

/* 内容盒子样式 */
#feedback #divContent {
    /* background-color: #fff; */
    padding: 0 30px 30px;
}

#feedback fieldset {
    border: none;
    min-inline-size: unset;
}

#feedback div.field {
    margin: 0 0 10px 0;
    clear: both;
    padding:5px 19px;
    border: 1px solid transparent;
    /* border: 1px dashed rgb(255, 64, 64); */
}

/* 标题部分 */
#feedback div.field-label {
    position: relative;
    font-size: 17px !important;
    -webkit-font-smoothing: antialiased;
    padding: 0 0 10px 0 !important;
    display: block;
    word-wrap: break-word;
    line-height: 1.52;
    color: #000;
}

#feedback span.req {
    position: absolute;
    top: 0;
    left: -12px;
    color: #ff4040 !important;
    margin: 2px 0 0 2px;
}

#feedback .topicnumber {
    white-space: nowrap;
    flex-shrink: 0;
    float: left;
    margin-right: 4px;
}

#feedback .topichtml {
    min-height: 26px;
}

/* 输入框部分 */
#feedback .ui-input-text {
    border: 1px solid #e3e3e3;
    margin: 5px 0;
    background-color: #fff;
    padding: 0;
}

@media screen and (min-width: 800px) {

    #feedback .field>.ui-input-text,
    #feedback .field>.ui-select {
        width: 400px;
    }
}

#feedback .ui-input-text input,
#feedback .ui-input-text textarea {
    width: 100%;
    background-color: #fff;
    border: none !important;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin: 0;
    resize: none;
}

#feedback .ui-input-text>input[type=text] {
    background: 0 0;
    position: relative;
    z-index: 2;
}

#feedback .selfMess {
    position: relative;
    height: 40px;
    display: flex;
}

#feedback .phoneCodeMess>input,
#feedback .selfMess>input {
    padding-left: 32px !important;
}

/* 复选框部分 */
#feedback .ui-controlgroup {
    padding: 0;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    border-right: none;
}

#feedback .ui-controlgroup {
    border: none;
    margin: 0;
}

#feedback .ui-controlgroup .ui-checkbox,
#feedback .ui-controlgroup .ui-li-static,
#feedback .ui-controlgroup .ui-radio {
    min-height: 38px;
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    background-color: #fff;
    position: relative;
    flex: 1 1 auto;
}

#feedback .ui-controlgroup .ui-checkbox,
#feedback .ui-controlgroup .ui-li-static,
#feedback .ui-controlgroup .ui-radio {
    border: none;
    min-height: 38px;
    flex: 0 0 auto;
}


#feedback .jqcheckwrapper,
#feedback .jqradiowrapper {
    display: block;
    float: left;
    margin: 14px 4px 0 12px;
}

#feedback .jqcheckwrapper,
#feedback .jqradiowrapper {
    margin: 9px 4px 0 12px !important;
}

#feedback .jqcheckwrapper a.jqchecked {
    background-color: #0095ff !important;
    background-size: cover;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
    border: none;
    position: relative;
}

#feedback a.jqcheck {
    background-color: #fff;
    border: 1px solid #a6a6a6;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, .08);
    padding: 8px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
}

#feedback .jqcheckwrapper a.jqcheck:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(.5);
    opacity: 0;
    transition: all .2s;
    background: url(http://image.wjx.cn/images/comImg/checked.png) no-repeat;
    background-size: cover;
}

#feedback .jqcheckwrapper a.jqchecked:after {
    transform: scale(1);
    opacity: 1;
}

#feedback .ui-controlgroup .ui-checkbox .label,
#feedback .ui-controlgroup .ui-checkbox label,
#feedback .ui-controlgroup .ui-radio .label,
#feedback .ui-controlgroup .ui-radio label {
    display: block;
    margin-left: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #595959;
    text-align: left;
    padding: 13px 10px 13px 0;
    min-height: 36px;
}

#feedback .ui-controlgroup .ui-checkbox .label,
#feedback .ui-controlgroup .ui-checkbox label,
#feedback .ui-controlgroup .ui-radio .label,
#feedback .ui-controlgroup .ui-radio label {
    padding: 8px 10px 8px 0;
    margin-left: 36px;
}

#feedback .ui-controlgroup .ui-checkbox:hover {
    background-color: rgba(0, 0, 0, .05);
}

/* 编辑域部分 */
#feedback .beginner_problem textarea {
    resize: none;
    color: #262626;
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border: solid 1px #e0e0e0;
}

/* 图标部分 */
#feedback .comIcon,
#feedback .iconfont,
#feedback .iconfontNew {
    font-family: comIcon !important;
    font-size: 16px;
    margin-right: 5px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400 !important;
    text-decoration: none;
}

#feedback .imgiconfont {
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 8px;
    color: #8c8c8c;
    line-height: normal;
    z-index: 3;
}

/* 错误提示部分 */
#feedback .errorMessage {
    display: none;
    position: relative;
    padding: 8px 4px 8px 36px;
    color: #262626;
    line-height: 20px;
    background-color: #ffecec;
    font-size: 14px;
    margin-top: 10px;
    transition: all .5s ease 0s;
}

#feedback .errorMessage:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 8px;
    top: 8px;
    background: url(https://image.wjx.cn/images/comImg/erroricon.png);
    background-size: cover;
}

/* 提示部分 */
#feedback #ValError {
    /* color: #28c742; */
    color: red;
    font-size: 18px;
    text-align: center;
    padding: 10px;
}

/* 提交按钮部分 */
#feedback #divMultiPage,
#feedback #divProgress,
#feedback #divSubmit {
    padding: 10px 20px !important;
}

#feedback #divMultiPage,
#feedback #divSubmit {
    position: relative;
    z-index: 101;
}

#feedback #ctlNext {
    width: 180px;
    display: block;
    margin: 0 auto;
    outline: 0;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    height: 44px;
    line-height: 44px;
    font-weight: 500;
    border-radius: 2px;
    color: #fff;
    background: #0095ff;
    border: none;
}