/* 表单样式start */
/* 企业信息表单 */
.half {
    font-size: 0;
}
.half > .form-item{
    margin-bottom: 12px;
   display: inline-block;
    width: 50%;
    vertical-align: top;
}
.chosen-container {
    vertical-align: top;
   
}
.company-info .form-item{
    /* height: 55px; */
    font-size: 15px;
    line-height: 36px;
    position: relative;
}
.form-item > span{
    position: relative;
    float: left;
    width: 190px;
    padding-right: 15px;
    text-align: right;
    padding:5px 4px 10px 0;
    line-height:26px;
}
.form-item > span.require::after {
    position: absolute;
    top: 8px;
    right: 3px;
    content: '*';
    color: #ff0000;
}
/* .form-item > span.require::after{
    position: absolute;
    right: 3px;
    content: '*';
    color: #ff0000;
} */
.form-item > div{
    position: relative;
    margin-left: 190px;
}
.form-item input[type='text'],.form-item select{
    padding-left: 15px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-color: #d6d6d6;
    outline: none;
    border-radius: 3px;
}
.form-item textarea {
    display: block;
    padding-left: 15px;
    width: 100%;
    height: 56px;
    border-color: #d6d6d6;
    outline: none;
    border-radius: 3px;
    resize: none;
}
.form-item input:disabled,.form-item textarea:disabled{
    background-color: #f3f3f3;
}
.form-item input[readonly] {
    background-color: #f3f3f3;
    pointer-events: none;
}
.form-item.txtlong{
    
    height: 70px;
}
select:disabled ~ div>a,select:disabled ~ div>ul{
	background-color:#f3f3f3!important;
	border-color: #d6d6d6!important;
}
.company-info input[type="radio"], .company-info input[type="checkbox"] {
    display: none;
}
/* chosen样式覆写 */
.chosen-container-single .chosen-single {
	height: 36px;
	border-radius: 5px;
	line-height: 34px;
	border-color: #d6d6d6;
	padding-left: 15px;
    font-size: 15px;
    border-radius: 3px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
	border-color: #d6d6d6;
}

.chosen-container-active .chosen-single {
	box-shadow: none;
}

.chosen-container .chosen-results li {
	line-height: 28px;
	padding: 0 0 0 15px;
}
.chosen-container .chosen-drop {
	border-color: #d6d6d6;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.chosen-container-single .chosen-single div b {
	background-image: url(../../policy/images/drop.png)!important;
    background-repeat: no-repeat!important;
    background-position: left center!important;
    background-size: 8px 4px!important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
	background-image: url(../../policy/images/drop2.png)!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    background-size: 8px 4px!important;
}
.chosen-disabled{
	opacity:1 !important;
}

.chosen-container-multi::after{
    content: "";
    position: absolute;
    background-image: url(../../policy/images/drop.png)!important;
    width: 10px;
    height: 5px;
    top: 50%;
    right: 4px;
    cursor: pointer;
}
/* chosen样式覆写 end */

/* autocomplete */
.ui-widget.ui-widget-content{
    border-color: #d6d6d6;
    -moz-box-shadow:0px 0px 20px #f3f3f3; 
    -webkit-box-shadow:0px 0px 20px #f3f3f3; 
    box-shadow:0px 0px 20px #f3f3f3;
}
.ui-menu .ui-menu-item{
    padding-left: 15px;
    cursor: pointer;
}
.chosen-choices{
    border: 1px solid #d6d6d6!important;
    background-image: none!important;
    border-radius: 3px;
}
select.error ~  .chosen-container .chosen-choices{
    border: 1px solid red!important;
    
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.chosen-container-multi::after{
    content: "";
    position: absolute;
    background-image: url(../images/drop.png);
    width: 10px;
    height: 5px;
    top: 50%;
    right: 4px;
    cursor: pointer;
}
/* 2个下拉在一列，点最右边有bug */
.chosen-container.chosen-with-drop .chosen-drop {
    display: block;
}
.chosen-container .chosen-drop {
   display: none;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    color: #c2c2cc!important;
    font-family: "SourceHanSansCN";
}
/* 单选按钮覆写 */
.iradio_square-blue{
    width: 20px;
    background: url(../images/radio-check.png) no-repeat left center;
    margin: -3px 4px 0 4px;
}
.iradio_square-blue.hover{
    background: url(../images/radio-checked.png) no-repeat;
    background-position:  left center;
}
.iradio_square-blue.checked{
    background: url(../images/radio-checked.png) no-repeat;
    background-position:  left center;
}
/* 单选按钮覆写 end*/
/* 多选按钮覆写 */
.icheckbox_square-blue{
    background: url(../../policy/images/checkbox.png) no-repeat left center;
    margin:-1px 10px 0 10px;
}
.icheckbox_square-blue:hover{
    background: url(../../policy/images/checkbox.png) no-repeat left center;
}
.icheckbox_square-blue.checked{
    background: url(../../policy/images/checkbox-checked.png) no-repeat;
    background-position:  left center;
}
label.error{
    position: absolute;
    left: 0;
    bottom: -15px;
    line-height: 14px;
    font-size: 14px;
    color: #ff0000;
}
input.error,textarea.error{
    border-color: #ff0000!important;
}
.heightauto {
    height: auto!important;
    padding-bottom: 15px;
}
/* 表单样式end */

/* 流程start */
.steplist{
    margin-top: 15px;
    display: flex;
    justify-content: center;
}
.steplist > li{
    margin: 0 40px;
    position: relative;
    width: 130px;
    height: 160px;
    padding-top: 133px;
    font-size: 16px;
    text-align: center;
    color: #c2c2c2;
    font-weight: 590;
}
.steplist > li:not(:last-of-type)::after{
    position: absolute;
    right: -60px;
    top: 70px;
    content: "";
    width: 64px;
    height: 9px;
    background-image: url(../images/declare/step-arrow.png);
}
.steplist > li.active{
    color: #333;
}
.steplist > li.active.current{
    color: #2497fb;
    font-size: 18px;
}
.steplist > li.active::after{
    background-image:url(../images/declare/step-arrowactive.png) ;
}
.steplist > li:nth-child(1).active{
    background:url(../images/declare/step1-active.png) no-repeat center;
}
.steplist > li:nth-child(2){
    background:url(../images/declare/step2.png) no-repeat center center;
}
.steplist > li:nth-child(2).active{
    background:url(../images/declare/step2-active.png) no-repeat center center;
}
.steplist > li:nth-child(3){
    background:url(../images/declare/step3.png) no-repeat center center;
}
.steplist > li:nth-child(3).active{
    background:url(../images/declare/step3-active.png) no-repeat center center;
}
.steplist > li:nth-child(4){
    background:url(../images/declare/step4.png) no-repeat center center;
}
.steplist > li:nth-child(4).active{
    background:url(../images/declare/step4-active.png) no-repeat center center;
}
/* 流程end */

/* 单位 */
.unit{
    font-style: normal;
}
.textmore{
    line-height: 18px!important;
    padding-right: 10px!important;
    padding-bottom: 0px!important;
    padding-left: 3px!important;

}
.heightauto {
    padding-bottom: 0px!important;
}