
.one{
    background-color: #f7f7f9;
}
.one-content{
    background-color: #fff;
    border-radius: 0px;
    padding: 18px;
}

.one-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    border-bottom: 1px solid #e9e9e9;
}
.one-cont:last-child{
    border:0;
}
.one-cont-left div{
    font-size: 14px;
    color: #333333;
}
.one-cont-right div{
    font-size: 14px;
    color: #888888;
}
.one-cont-right input,.one-cont-right select{
    text-align: right;
    font-size: 14px;
    border:0;
}
.one-right{
    display: flex;
    align-items: center;
}
.one-cont-right{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.one-cont-right img{
    width: 9px;
    height: 14px;
    margin-left: 9px;
}
.one-cont textarea{
    width: 100%;
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 5px;
    height:80px;
}
.add{
    margin-top: 28px;
}
.add img{
    width: 75px;
    height: 75px; 
}
.fujian{
    float:left;
    width:100%;
    margin-top: 18px;
}
.fujian>text{
    font-size: 17px;
    color: #333333;
}
.fujian div{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 9px;
}
.fujian div img{
    width: 14px;
    height: 14px;
}
.fujian div text{
    font-size: 12px;
    color: #fb362c;
}
.newpro-bottom{
    text-align:center;
    background-color: #fff;
    margin-top: 18px;
    position: fixed;
    bottom: 0;
    width: 95%;
    padding: 7px 0;
    left: 2.5%;
    z-index: 111;
    border-top: 1px solid #efefef;
}
.newpro-bottom div,.newpro-bottom .button-btn{
    border:0;
    width: 40%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 23px;
    display:inline-block;
    margin:0 3%;
}
.newpro-bottom div a,.newpro-bottom .button-btn a{ 
    font-size: 14px;
    color: #fff; 
}
.newpro-bottom-left{
    background-color: #fb362c;
}
.newpro-bottom-right{
    background-color: #4367fd;
}
.success{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.close{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
}
.success-cont{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    border-radius: 18px;
    z-index: 99999;
}
.success-cont img{
    width: 46px;
    height: 46px;
    margin: auto;
    display: block;
    margin-top: 18px;
}
.success-cont text{
    font-size: 17px;
    color: #222222;
    display: block;
    text-align: center;
    margin-top: 9px;
}
.success-cont div{
    width: 60%;
    margin: auto;
    background-color: #4367fd;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    border-radius: 23px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.sumbit{
    width: 40%;
    float: right;
    background-color: #4367fd;
    color: #fff;
    text-align: center;
    padding: 9px 0;
    border-radius: 24px;
    margin-top: 18px;
    margin-bottom: 28px;
}
.date_cla input{
    width:80px;
    text-align: center;
}