@charset "UTF-8";
.made {
    height: 100%;
    width: 100%;
    position: relative;
    background: url(../images/private/design_bg.png) no-repeat;
    box-sizing: border-box;
    z-index: 100;
}

.frombox{
    width: 95%;
    height: 100%;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    z-index: 1000;
    padding: .24rem .24rem;
}

.frombox h1{
    font-size: .95rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
    margin-top: 1rem;
}

.frombox .fromCont{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 1rem;
    background: #FFF;
    padding: .2rem .54rem;
}
.fromCont ul {
    width: auto;
    height: auto;
    overflow: hidden;
}

.fromCont ul li{
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.fromCont ul li i{
    float: left;
    color: #fd0000;
}
.fromCont ul li span{
    width: 25%;
    height: 40px;
    float: left;
    line-height: 40px;
    color: #333333;
    font-size: .8rem;
    overflow: hidden;
    box-sizing: border-box;
}

.fromCont ul li .from-input{
    width:75%;
    height: 35px;
    line-height: 35px;
    color: #888888;
    font-size: .8rem;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
}

.fromCont textarea{
    width: 100%;
    height: 70px;
    border: 1px solid #F3F3F3;
    overflow: hidden;
    font-size: .8rem;
    color: #9999aa;
}

.fromSbumit{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 20px;
}
.fromSbumit input{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: none !important;
    background: #fd7000 !important;
}

.fromCont .city{
    width: 75%;
    height: 35px;
    line-height: 35px;
    color: #888888;
    font-size: .8rem;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    padding-left: 15px;
}

.fromCont .fromDate{
    width: 75%;
    height: 35px;
    line-height: 35px;
    color: #888888;
    font-size: .8rem;
    float: right;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    padding-left: 15px;
}