.container{
    background: url("../img/bg.jpg") no-repeat center top;
    background-size: 100%;
    padding:0 0 120rem 0;
    min-height: 900rem;
}
.topbar{
    height: 120rem;
    background: #fff;
    box-shadow: 2px 0 3px 3px #ddd;
    padding:0 18rem;
}
.topbar .back{
    width: 10%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.topbar .back img{
    height: 50rem;
    width: auto;
    margin:35rem 0;
}
.topbar .title{
    width: 80%;
    line-height: 120rem;
    text-align: center;
    display: inline-block;
    font-size: 40rem;
    color:#266b9e;
    vertical-align: top;
}

.nav{
    padding:25rem 18rem;
    display: flex;
    background: #fff;
}
.nav a{
    line-height: 80rem;
    flex:1;
    margin:0 24rem 0 0;
    text-align: center;
    border-radius: 40rem;
    font-size: 32rem;
    color:#999;
}
.nav a:first-child{
    background: #266b9e;
    color:#fff;
}
.nav a:last-child{
    margin-right:0;
}

.form-wrap{
    overflow: hidden;
    margin:0 0 30rem 0;
}
.form-wrap .input-wrap{
    height: 80rem;
    margin:60rem 18rem 30rem 18rem;
    background: #fff;
    border-radius: 40rem;
    display: flex;
}
.form-wrap .input-wrap input{
    flex: 1;
    margin: 0 0 0 50px;
    font-size: 30rem;
}
.form-wrap .input-wrap .btn{
    height: 80rem;
    border-radius: 40rem;
    background: #266b9e;
    width: 130rem;
    text-align: center;
}
.form-wrap .input-wrap .btn img{
    height: 40rem;
    margin: 20rem 0 0 0;
}
.form-wrap .add-btn{
    width: 240rem;
    text-align: center;
    line-height: 80rem;
    font-size: 32rem;
    color:#fff;
    border-radius: 40rem;
    background: #266b9e;
    margin:0 auto;
}
.form-wrap .add-tips{
    font-size: 32rem;
    text-align: center;
    margin: 30rem 0 0 0;
    color: #266b9e;
}

.result-list{
    margin:0 18rem;
    background: #fff;
}
.result-list li{
    padding:30rem;
    font-size: 32rem;
    line-height: 1.4;
    color:#333333;
    text-align: center;
    display: flex;
    border-bottom:1px solid #f7f7f7;
}
.result-list li span{
    flex: 1;
}
.result-list li span:first-child{
    border-right:1px solid #f7f7f7;
}
.result-list li:first-child{
    background: #f7f7f7;
    font-size: 42rem;
}

.dialog-shadow{
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display: none;
}
.dialog-shadow .dialog{
    position: absolute;
    top:0;
    left:18rem;
    right:18rem;
    bottom:0;
    margin:auto;
    height: 600rem;
    background: #fff;
    font-size: 34rem;
}
.dialog-shadow .dialog .close{
    position: absolute;
    top: 10rem;
    right: 10rem;
    font-size: 40rem;
    color:#fff;
}
.dialog-shadow .dialog .tit{
    line-height: 120rem;
    font-size: 44rem;
    color:#fff;
    background:#3c92d2;
    text-align: center;
    font-weight: bold;
}
.dialog-shadow .dialog .input-item{
    margin: 45rem 0 0 0;
    text-align: center;
    line-height: 80rem;
}
.dialog-shadow .dialog .input-item label{
    display: inline-block;
    vertical-align: middle;
    color:#3c92d2;
    margin:0 12rem 0 0;
}
.dialog-shadow .dialog .input-item input{
    display: inline-block;
    vertical-align: middle;
    width: 600rem;
    height: 80rem;
    border-radius: 40rem;
    box-shadow: 0 0 3rem 3rem #ddd;
    padding: 0 0 0 30rem;
    font-size: 34rem;
}
.dialog-shadow .dialog .btn{
    width: 510rem;
    height: 90rem;
    line-height: 90rem;
    font-size: 40rem;
    color: #fff;
    background: #3c92d2;
    text-align: center;
    margin: 50rem auto 0 auto;
    border-radius: 45rem;
}
#uploader-demo{
    position: absolute;
    top: 415rem;
    left: 246rem;
    width: 634rem;
}
.webuploader-container{
    height: 70rem;
}
#uploader-demo .webuploader-container .webuploader-pick{
    padding:0;
    height: 100%;
    width: 100%;
    visibility: hidden;
}
#uploader-demo .webuploader-container .webuploader-pick+div{
    width: 100%!important;
}