.xdxq {
    margin: 30px auto;
}
.xdxq .width1190 {
    width: 1190px;
}
.xdxq .demand-form {
    margin: 0 auto;
    z-index: 1;
    background: #fff;
    box-shadow: 0px 2px 15px 0px #d7d7d7;
    border: solid 1px #e5e5e5;
    position: relative;
}
.xdxq .demand-form-title {
    margin-top: 40px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
.xdxq .demand-form-title div {
    float: left;
}
.xdxq .demand-form-title i {
    display: inline-block;
    vertical-align: middle;
}
.xdxq .form-title-right,
.xdxq .form-title-right:hover,
form-title-right:active {
    position: absolute;
    top: 40px;
    right: 30px;
    color: #929292;
    font-size: 14px;
}
.xdxq i.icon-package {
    width: 21px;
    height: 21px;
    margin: 0 10px 0 35px;
    background: url("/images/xdxq_xmbt.png") no-repeat center;
    background-size: 100% 100%;
}
.xdxq i.icon-right {
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url("/images/xdxq_xiaji.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: -1px;
    margin-left: 8px;
}
.xdxq .demand-form-content li {
    width: 520px;
    height: 40px;
    box-sizing: border-box;
    border: solid 1px #e5e5e5;
    margin-left: 371px;
    margin-top: 20px;
    position: relative;
    padding-left: 15px;
}
.xdxq .demand-form-content .system-detail-checkbox {
    height: auto;
}
.xdxq .demand-form-content .system-detail-checkbox p {
    display: inline-block;
}
.xdxq .demand-form-content .system-detail-checkbox .system-box.hidden {
    height: 200px;
    overflow-y: hidden;
}
.xdxq .demand-general li:first-child {
    margin-top: 50px;
}
.xdxq .demand-general li.item-phone {
    width: 360px;
}
.xdxq .demand-detail li.item-desc {
    width: 520px;
    height: 113px;
    padding: 15px 15px 25px 15px;
}
.xdxq .demand-detail li.item-desc p {
    position: absolute;
    bottom: 6px;
    right: 10px;
}
.xdxq .demand-form-content li label {
    position: absolute;
    font-size: 14px;
    top: -1px;
    text-align: right;
    display: inline-block;
    width: 150px;
    left: -150px;
    line-height: 40px;
    color: #333;
}
.xdxq .demand-form-content label span {
    color: #f35050;
    margin-right: 3px;
}
.xdxq .demand-form-content li input.demand-input-text {
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.xdxq .demand-form-content li textarea {
    resize: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding-bottom: 10px;
    box-sizing: border-box;
}
.xdxq .demand-detail {
    margin-top: 40px;
    width: 100%;
    border-top: 1px dashed #e5e5e5;
    font-size: 14px;
}
.xdxq .demand-detail .no-border {
    padding-left: 0;
    border: 0;
    line-height: 40px;
}
.xdxq .demand-detail .demand-detail-title label {
    font-size: 18px;
    left: -160px;
}
.xdxq .demand-detail-radio input,
.xdxq .demand-detail-checkbox input,
.xdxq .demand-detail-radio input:checked,
.xdxq .demand-detail-checkbox input:checked {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 1;
    margin-right: 5px;
}
.xdxq .demand-detail-radio span,
.xdxq .demand-detail-checkbox span {
    margin-right: 29px;
}
.xdxq .demand-detail-radio input:before,
.xdxq .demand-detail-checkbox input:before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 50%;
}
.xdxq .demand-detail-radio input:checked + span,
.xdxq .demand-detail-checkbox input:checked + span {
    color: #1bbfda;
}
.xdxq .demand-detail-radio input:checked:before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    border: 1px solid #1bbfda;
    background-color: #1bbfda;
    border-radius: 50%;
}
.xdxq .demand-detail-radio input:checked:after {
    display: inline-block;
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    top: 50%;
    left: 50%;
    margin-top: -3px;
    margin-left: -3px;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
}
.xdxq .demand-detail-checkbox input {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    cursor: default;
    -webkit-appearance: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-transition: background-color ease 0.1s;
    transition: background-color ease 0.1s;
}
.xdxq .demand-detail-checkbox input:before {
    border-radius: 0;
}
.xdxq .demand-detail-checkbox input:checked:before {
    content: '';
    width: 7px;
    height: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -4.5px;
    background: transparent;
    border: 1px solid #1bbfda;
    border-top: none;
    border-right: none;
    z-index: 2;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #1bbfda;
}
.xdxq .demand-detail-checkbox input:checked:after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    border: 1px solid #1bbfda;
    background-color: transparent;
}
.xdxq .demand-detail .demand-detail-input {
    width: auto;
    border: 0;
    padding-left: 0;
}
.xdxq .demand-detail .demand-detail-input input {
    height: 100%;
    box-sizing: border-box;
    width: 460px;
    border: 1px solid #e5e5e5;
    padding-left: 15px;
}
.xdxq .demand-detail .demand-detail-input span {
    margin: 0 12px 0 25px;
}
.xdxq .demand-detail .demand-detail-input span:last-child {
    margin-left: 13px;
}
.xdxq .item-wxpect-time input {
    width: auto;
}
.xdxq .item-wxpect-time div {
    margin-right: 21px;
}
.xdxq .item-wxpect-time .el-input--suffix .el-input__inner {
    padding-right: 18px !important;
}
.xdxq .item-options div {
    margin-right: 18px;
}
.xdxq .item-options .el-input--suffix .el-input__inner {
    padding-right: 15px !important;
}
.xdxq .demand-submit-btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    background-color: #1bbfda;
    border-radius: 2px;
    margin: 40px auto 50px auto;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.xdxq .demand-submit-btn input {
    display: inline-block;
    width: 140px;
    height: 40px;
    background: #1bbfda;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}
.xdxq .more-item {
    text-align: center;
    cursor: pointer;
    margin-top: 30px;
    font-size: 12px;
}
.xdxq .more-notop {
    margin-top: 10px;
}
.xdxq .length-value {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: -1px;
    right: 10px;
    font-size: 12px;
}
.xdxq .item-options .select {
    box-sizing: border-box;
    display: inline-block;
    width: 45%;
    height: 40px;
    line-height: 40px;
    margin: 0 15px 0 0;
    padding: 0 0 0 5px;
    border: 1px solid #C0C4CC;
    color: #666;
    cursor: pointer;
}
.xdxq .item-options .select option {
    font-size: 16px;
}
.xdxq .demand-form-content li input#sjys {
    width: 90%;
}
.xdxq .demand-form-content li.gdxx {
    height: 100px;
    font-size: 14px;
}
.xdxq .demand-form-content li.gdxx textarea {
    padding: 14px 0;
}
.xdxq .demand-form-content li.gdxx p {
    height: 36px;
    line-height: 36px;
    color: #a0a0a0;
    position: absolute;
    bottom: 0;
    right: 20px;
}