/**!
 * 住房和城乡建设部政务服务门户-在线办理申报信息
 * author: chenzp;
 * date:2019-4-3
 */

/* 正文 */

.ewb-input{
    padding: 15px 0 10px;
}

.ewb-input-box{
    position: relative;
    margin: 15px 26px 0 0;
    padding-left: 161px;
}

.ewb-input-tt{
    padding-right: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 32px;
    line-height: 31px;
    text-align: right;
    color: #666;
}

.ewb-input-tt b{
    display: inline-block;
    padding-right: 4px;
    vertical-align: top;
    color: #ff0000;
}

.ewb-input-con{
    position: relative;
    z-index: 1;
    padding: 0 5px 0 10px;
    width: 328px;
    background: #fff;
    border: 1px solid #c0c0c0;
}

.ewb-input-con.change{
    background: #f5f5f5;
}

.ewb-input-con label{
    position: absolute;
    top: 0;
    left: 10px;
    height: 30px;
    line-height: 30px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.ewb-input-text{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: 0 0;
}

.ewb-input-address{
    width: 877px;
}

.ewb-sel{
    margin: 0 0 15px -15px;
}

.ewb-sel li{
    float: left;
    width: 25%;
}

.ewb-sel-item{
    margin-left: 15px;
}

.ewb-sel-box{
    width: 208px;
    height: 32px;
    border-color: #c0c0c0;
}

/* 下拉框样式 */

.chosen-container,
.chosen-container .chosen-results li{
    width: 100% !important;
}

.chosen-container-single .chosen-single{
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    border-color: #c0c0c0;
}

.chosen-container .chosen-results li.active-result{
    padding-left: 6px;
}

.chosen-container-single .chosen-single span{
    margin-right: 23px;
}

.chosen-container-single .chosen-single div{
    width: 23px;
}

.chosen-container-single .chosen-single div b{
    background: url('../images/chosen-sprite.png') no-repeat left center;
}

.chosen-container-active.chosen-with-drop .chosen-single div b{
    background: url('../images/chosen-spriteh.png') no-repeat left center;
}

.ewb-input-wt2{
    width: 860px;
}

textarea.ewb-input-text{
    padding: 3px 0;
    height: 140px;
    line-height: 20px;
    resize: none;
}

/* 申报材料 */

.ewb-agent{
    padding-bottom: 15px;
}

.ewb-table{
    padding: 0 23px;
}

.ewb-table-item{
    height: 44px;
    text-align: right;
    border-bottom: 1px solid #d4d4d4;
}

.ewb-table-tt{
    padding-left: 22px;
    float: left;
}

.ewb-table-tt b{
    padding: 0 5px 0 17px;
    line-height: 44px;
    color: #ff0000;
}

.ewb-table-write{
    margin: 8px 59px 0 10px;
    float: right;
    width: 95px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 13px;
    border-radius: 2px;
    color: #205fe6;
    border: 1px solid #215bd8;
}

.ewb-table-write.done{
    margin-top: 9px;
    height: 26px;
    line-height: 26px;
    color: #ff9c00;
    border-color: transparent;
    background: #fff6e7;
}

.ewb-table-write.online:hover,
.ewb-table-write.upload:hover{
    color: #fff;
    background: #215bd8;
    border-color: #215bd8;
}

.ewb-table-notc{
    margin: 15px 50px 0 0;
    display: inline-block;
    color: #2263ed;
    text-decoration: underline;
}

.ewb-com-button{
    font-size: 0;
    text-align: center;
}

.ewb-com-button button{
    margin: 49px 10px 0;
    padding: 0;
    display: inline-block;
    width: 126px;
    height: 46px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

button.save{
    background: #f49610;
}

button.submit{
    background: #0038b0;
}

button.save:hover{
    background: #faa834;
}

button.submit:hover{
    background: #0a4cd8;
}

/* layer弹窗 */

.layui-layer-iframe .layui-layer-content{
    border-radius: 6px;
}

select {
    border: 0px;
    width: 100%;
    height: 30px;
    outline: medium;
}


.modal-content300{
    display: none;
    z-index: 3;
    position: fixed;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    width: 750px;
    max-height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    opacity: 0;
    padding: 20px;
    border-radius: 3px;
}


.modal-content600{
    display: none;
    z-index: 3;
    position: fixed;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    background-color: #fff;
    width: 750px;
    max-height: 600px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    overflow-y: auto;
    opacity: 0;
    padding: 20px;
    border-radius: 3px;
}

.bar-hide{
    background: rgba(0,0,0,.5);
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    display: none;
}

.modifyButton{
    background: #1e88e5;
    border: 1px solid #1e88e5;
    -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);

    color: #fff;
    background-color: #138496;
    border-color: #117a8b;

    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .01rem .15rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}


.btn{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
}