/* 园区入驻申请表、获取投资政策、免费获取地块信息 挂件样式 */
.right-invest-form {
    width: 242px;
    border: 1px solid #EDEDED;
    border-top: 0;
    padding: 0 20px 30px 20px;
}

.pendant-red-line {
    width: 282px;
    height: 2px;
    background: #D50000;
    margin-left: -21px;
}

.right-invest-title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
}

.right-invest-input {
    padding-top: 12px;
}

.right-invest-input input {
    display: block;
    width: 226px;
    height: 34px;
    margin-top: 8px;
    padding-left: 14px;
    background: #F6F6F6;
    border: 1px solid #F6F6F6;
}

.right-invest-input input::-webkit-input-placeholder {
    color: #999999;
    font-size: 14px;
}

.right-invest-button {
    width: 242px;
    height: 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    border-radius: 3px;
    background-color: #D50000;
    cursor: pointer;
}

.right-invest-button:hover {
    background-color: #B60e0e;
}

/* 获取投资政策挂件 表单带单位 */
.right-invest-form.special-spacing{
    padding: 0 20px 20px 20px;
}
.special-spacing .right-invest-title{
    margin-top: 20px;
}
.invest-input-unit {
    position: relative;
}

.invest-input-unit input {
    display: block;
    width: 202px;
    padding-right: 26px;
}

.invest-input-unit div {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 14px;
    line-height: 36px;
}

/* 园区入驻申请表 下拉选择框 */
.apply-select-carrier {
    position: relative;
    margin-top: 8px;
}

.select-carrier {
    position: relative;
    width: 226px;
    height: 34px;
    color: #333333;
    font-size: 14px;
    line-height: 36px;
    padding-left: 14px;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}

.select-carrier-active {
    border: 1px solid #D50000;
}

.apply-select-icon {
    position: absolute;
    top: 10px;
    right: 14px;
    color: #999999;
    font-size: 12px;
    line-height: normal;
}

.option-carrier {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9;
    width: 210px;
    height: 192px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px #EEEEEE;
    border-radius: 4px;
    padding: 12px 16px;
}

.option-carrier li{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 12px;
    cursor: pointer;
}

.option-carrier li:hover {
    color: #D50000;
}

.right-invest-form.margin-bottom40{
    margin-bottom: 40px;
}