  .basicinfo {
        margin: 15px 0;
    }

    .basicinfo .row>.col-xs-4 {
        padding-right: 0;
    }

    .basicinfo .row>div {
        margin: 5px 0;
    }

    .frbtn {
        margin-top: -47px;
        float: right;
        display: flex;
        margin-left: 420px;
        position: absolute;
    }

    .input-control {
        display: block;
        width: 100%;
        height: 31px;
        padding: 4px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


    .order-following-module-content {
        padding: 12px 20px 20px;
        border: 1px solid #ECECEC;
    }
    
    .module-three-nav {
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        line-height: 40px;
    }
    
    .module-three-nav .title {
        font-size: 14px;
        font-weight: 200;
        padding-left: 0px;
        line-height: 40px;
    }
    
    .module-three-nav .url {
        font-size: 14px;
        font-weight: 200;
        padding: 0 10px;
    }
    
    .form-layer {
        height: 100%;
        min-height: 150px;
        min-width: 300px;
    }
    
    .form-body {
        width: 100%;
        overflow: auto;
        top: 0;
        position: absolute;
        z-index: 10;
        bottom: 50px;
        padding: 15px;
    }
    
    .form-layer .form-footer {
        height: 50px;
        line-height: 50px;
        background-color: #ecf0f1;
        width: 100%;
        position: absolute;
        z-index: 200;
        bottom: 0;
        margin: 0;
    }
    
    .form-footer .form-group {
        margin-left: 0;
        margin-right: 0;
    }