.desctdstyle1174774{ line-height: 150%; font-family: 宋体; color: #999999; font-size: 9pt;}
.titlestyle1174774{ font-weight: bold; font-size: 9pt; color: #ff6600; font-family: 宋体; background-color: #ffffec;}
/* 奇数项右侧留间距 */
.message_form .half:nth-child(odd) {
  margin-right: 0%;}
.message_form .half:nth-child(even) {
  margin-right: 4%;}


@media (max-width: 767px) {
/* 半宽全部变全宽 */
  .message_form .half,
  .message_form .half:nth-child(odd),
  .message_form .half:nth-child(even) {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;}
  
  }

.querycode-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}


.querycode-row input[type="text"] {
    width: 180px;}
.querycode-hint {
    font-size: 14px;
    color: #666;
    display: inline-block;
    zoom: 1;
    margin-left: 10px;}
.querycode-hint .msg-id {
    color: rgb(231, 76, 60);
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    margin: 0px 4px;}

