/**!
 * 奉贤圆梦行动-发布梦想
 * author: lucw;
 * date:2017-05-23
 */

/* main */

.ewb-main {
    border-top: 3px solid #ff9527;
}

.ewb-info {
    border: 1px solid #ccc;
    margin-top: 5px;
}

.info {
    line-height: 30px;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.infotitle15 {
    float: left;
    text-align: right;
    width: 15%;
    min-width: 100px;
}

.infocontro35 {
    float: left;
    padding-left: 0.1%;
    text-align: left;
    width: 34.9%;
    min-width: 100px;
}

.upUserBtn {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.ewb-achi ,.ewb-achi2{
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;
    width: 122px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    font-size: 15px;
    outline: 0;
    border: 0;
    cursor: pointer;
    background-color: #ff9425;
    text-align: center;
}

    .ewb-achi:hover , .ewb-achi2:hover {
        background-color: #ef8415;
    }

/*修改页面样式*/
.upinfo {
    line-height: 40px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.ewb-wri-name, .ewb-wri-name-mustfill {
    float: left;
    margin-right: 10px;
    width: 30%;
    height: 50px;
    line-height: 50px;
    text-align: right;
}

.ewb-wri-name-mustfill {
    background: url(/images/asterisk.png) right center no-repeat;
}
.ewb-wri-sel{
    float: left;
    width: 40%;
    height: 38px;
    line-height: 38px;
    border:1px solid #e1e1e1;
    border-radius: 2px;
    color: #999;
    outline: 0;
    text-indent: 19px;
}

.ewb-wri-inp {
    float: left;
    padding: 0 10px;
    width: 40%;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

    .ewb-wri-inp.error {
        border: 1px solid #f00;
    }

.ewb-choose-wrap {
    margin-top: 96px;
    text-align: center;
}

.ewb-choose {
    display: inline-block;
    font-size: 17px;
    color: #666;
    height: 50px;
    line-height: 50px;
}

.ewb-choose {
    *display: inline;
}

.ewb-choose-name {
    margin-right: 5px;
}

.ewb-choose > label {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: 47px;
    cursor: pointer;
}

    .ewb-choose > label > input {
        width: 0;
        height: 0;
    }
.ewb-mt20 {
     margin-top: 0 !important;
}
.ewb-mod-check {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 2;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background: url(/images/check.png);
}

    .ewb-mod-check.cur {
        background: url(/images/checked.png);
    }
/* place */
.ewb-place{
    padding-top: 3px;
    height: 47px;
    line-height: 47px;
    font-size: 13px;
}

.ewb-place>a{
    color: #666;
}

.ewb-place>a.ewb-cur{
    color: #f08300;
}

/* 23.08.16修改 */
.info-bar {
    line-height: 30px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.info-item {
    width: 50%;
}

.info-name {
    width: 100px;
    text-align: right;
}

.info-right {
    word-break: break-all;
    margin-left: 100px;
    padding-right:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-box {
    width:100%;
}

@media (max-width: 500px) {
    .info-bar {
        margin-bottom: 0;
        border:none;
    }
    .info-item {
        width: 100%;
        margin-bottom: 10px;
        border-bottom: 1px dashed #ccc;
    }
}
