.detail-view table {
    margin-right: 50px;
    width: auto;
}
.detail-view table.one-img img {
    width: 200px !important;
    height: auto !important;
}
.form-group .now-confirm-tip-icon {
    position: absolute;
    right: -5px;
    top: 7px;
}

.form-group .province {
    width: 130px!important;
}
.form-group .city {
    width: 170px!important;
}
.form-group .area {
    width: 130px!important;
}

.form-group .w100px {
    width: 100px!important;
    display: inline-block;
}

.form-group .w150px {
    width: 150px!important;
    display: inline-block;
}

.form-group .w200px {
    width: 200px!important;
    display: inline-block;
}

/**表单验证错误提示信息合并显示**/
.targetMsg .msg-wrap{
    position:relative!important;
}

/* 数字类型键盘不要加减功能 */
/* 谷歌 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}
/* 火狐 */
input[type=number]{
    -moz-appearance:textfield;
}
