@charset "UTF-8";

/* 广告 */
.uc5-center-Development {
    background: url("../images/uc5-backimg.png") no-repeat;
    width: 100%;
    height: 780px;
    margin-top: 68px;
}

.uc5-center-Development .Development {
    width: 1340px;
    margin: auto;
    height: 750px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.uc5-center-Development .Development .jiantou {
    position: absolute;
    height: 267px;
    top: 220px;
    left: 735px;
}

.uc5-center-Development .lf {
    width: 770px;
    padding: 68px 0 0 73px;
}

.uc5-center-Development .lf .headline {
    display: flex;
    align-items: center;
    margin-bottom: 42px;
    margin-top: 52px;
}

.uc5-center-Development .lf .headline .headlinesize {
    font-size: 24px;
    line-height: 41px;
    margin-right: 40px;
}

.uc5-center-Development .lf .headline .peoples {
    color: #00D5D4;
    font-size: 32px;
}

.uc5-center-Development .rt {
    width: 520px;
    padding: 68px;
    position: relative;
}

.uc5-center-Development .rt .kaifa {
    font-size: 24px;
    margin-bottom: 53px;
}

.uc5-center-Development .rt .money {
    color: #00D5D4;
    font-size: 32px;
}

.uc5-center-Development .budget {
    text-align: center;
    display: flex;
    position: relative;
    line-height: 45px;
    color: #FFFFFF;
    width: 304px;
    height: 320px;
    padding: 26px 0 0 52px;
}

.uc5-center-Development .budget .num {
    color: #00D8D3;
    font-size: 16px;
    margin: 0 30px 0 31px;
}

.uc5-center-Development .budgetbox {
    position: absolute;
    top: 155px;
    background: #223863;
    border: 2px solid #00D8D3;
    width: 304px;
    height: 320px;;
    opacity: 0.2;
    left: 70px;
    right: 90px;
}

.el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 0 !important;
}

.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-radius: 0 !important;
}

.el-checkbox-button__inner {
    border: 0 !important;
    background-color: #2B3E6B !important;
    color: #999999 !important;
    height: 32px !important;
    font-size: 14px !important;
    line-height: 10px !important;
    width: 120px;
!important
}

.el-checkbox-button.is-checked .el-checkbox-button__inner {
    border: 0;
    background: linear-gradient(to right, #00B5DF, #0076F5) !important;
    color: white !important;
}

.el-form-item__label {
    color: white !important;
    text-align: left !important;
    position: relative !important;
}

.el-radio {
    color: #999999 !important;
}

.el-form-item {
}

.el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap > .el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk) > .el-form-item__label:before {
    color: aqua !important;
    position: absolute !important;
    left: 60px !important;
    content: '*';
}

.el-radio__input.is-checked .el-radio__inner {
    border-color: #00D5D4 !important;
    background: #00D5D4 !important;
}

.el-radio__input.is-checked + .el-radio__label {
    color: white !important;
}

.el-textarea__inner {
    background-color: #2C4685 !important;
    color: #A5A5A5 !important;
    border: none !important;
    opacity: 0.7 !important;
    border-radius: 0 !important;
}

.el-input__inner {
    background-color: #2C4685 !important;
    color: #A5A5A5 !important;
    border: none !important;
    opacity: 0.7 !important;
    border-radius: 0 !important;
}

.el-radio__inner {
    background: #2B3E6B !important;
    border: none !important;
}

.el-button {
    background: linear-gradient(270deg, #00DCD2 0%, #005AFF 100%) !important;
    border-radius: 5px !important;
    border: 0 !important;
    width: 150px !important;
    height: 38px !important;
    font-size: 16px !important;
    color: white !important;
    margin: 28px 0 0 115px !important;
}

.box {
    display: flex;
    clear: both;
    margin: 10px 0px;
}

.box .left {
    width: 10%;
}

.box .right {
    width: 80%;
}

.box textarea {
    background: rgba(20, 21, 30, 0.5);
    color: white;
    padding: 10px;
}


.box textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(106, 116, 134, 1);
}

.box textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(106, 116, 134, 1);
}

.box textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(106, 116, 134, 1);
}

.box textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(106, 116, 134, 1);
}

.demand-list {
    display: flex;
    flex-wrap: wrap;
}


.demand-list .demand {
    padding: 0px 20px 10px 0px;
    width: 25%;
    text-align: center;
}

.demand-list .demand .no-check {
    padding: 10px;
    background: rgba(50, 65, 91, 1);
}

.demand-list .demand .check {
    padding: 10px;
    background: -webkit-linear-gradient(left, rgba(0, 220, 210, 1), rgba(0, 90, 255, 1));
}

.project-list {
    display: flex;
    flex-wrap: wrap;
}

.project-list .project {
    padding: 0px 20px 10px 0px;
    width: 25%;
    text-align: center;
    display: flex;
}

.project-list .project .no-check {
    width: 20px;
    background: url(/theme/images/baojia/icon_wxz@2x.png) center no-repeat;
    background-size: 100%;
    margin-right: 13px;
}


.project-list .project .check {
    background: url(/theme/images/baojia/icon_xz@2x.png) center no-repeat;
    width: 20px;
    background-size: 100%;
    margin-right: 13px;
}
