.main-head {
    background: #ffffff;
    height: 60px;
}

.input_div {
    width: 300px;
}

    .input_div img {
        width: 12px;
    }

.main-head input {
    border: 1px solid #eaeaea;
    border-radius: 20px;
    width: 300px;
    color: #565656;
    height: 28px;
}

.screen-container {
    position: relative;
}

.screen-cont-container {
    display: block;
}

.screen-nav-wrap {
    position: fixed;
    top: 60px;
    background-color:#ffffff;
}

#index-order-tpl-content .mui-content {
    /*padding-top: 60px !important;*/
}

#index-order-tpl-content .mui-segmented-control .mui-control-item {
    line-height: 42px;
    width: 100%;
}

#index-order-tpl-content .mui-control-item {
    border-bottom: 1px solid transparent !important;
}

#index-order-tpl-content #segmentedControls .mui-active {
    color: #FF7011;
    border-bottom: 1px solid #FF7011 !important;
}

#index-order-tpl-content .mui-col-xs-9 {
    width: 75%;
    height: 100%;
}

.screen-nav-wrap {
    margin-bottom: 10px;
}

.goodList li {
    /* width: 95%; */
    padding: 11px 15px;
    border-bottom: 1px solid #f1f1f1;
}

    .goodList li img {
        display: block;
        width: 60px;
        height: 60px;
    }

    .goodList li > .li-m {
        /* width: 222px; */
        width: 100%;
        font-size: 14px;
    }

    .goodList li > .li-m2 {
        width: 130px;
        font-size: 14px;
    }

    .goodList li > div h4 {
        font-weight: 100;
        font-size: 14px;
    }

    .goodList li > div p {
        margin: 4px 0;
        font-size: 12px;
    }

    .goodList li > .li-r {
        width: 130px;
    }

    .goodList li > div .add {
        width: 35px;
        height: 23px;
        border: 2px solid #38d591;
        border-radius: 20px;
        color: #38d591;
        font-size: 14px;
        font-weight: 600;
        padding: 0;
    }

#index-order-tpl-content .bottom-box {
    position: fixed;
    /*top: 0;*/
    bottom: 0;
    z-index: 999;
    width: 100%;
    min-height: 450px;
    max-height: 500px;
    background: #ffffff;
    padding: 25px;
    padding-bottom: 50px;
    transition: all .5s linear;
    -moz-box-shadow: 0px 0px 0px 1000px rgb(0,0,0,0.9);
    -webkit-box-shadow: 0px 0px 0px 1000px rgb(0,0,0,0.9);
    box-shadow: 0px 0px 0px 1000px rgb(0,0,0,0.9);
}

#index-order-tpl-content .activebox {
     bottom: -500px; 
    display: none;
}


#index-order-tpl-content .cancel-box {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 50px;
}

#index-order-tpl-content .img-detail {
    width: 100%;
    padding-bottom: 24px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 30px;
}

    #index-order-tpl-content .img-detail img {
        width: 105px;
        height: 105px;
    }
    #index-order-tpl-content .img-detail .li-m2 {
        width: 70%;
        font-size: 14px;
    }
    #index-order-tpl-content .img-detail .beizhu-div {
        width: 70px;
        height: 100%;
        font-size: 14px;
        padding-top: 80px;
    }

#index-order-tpl-content .bottom-btn {
    position: absolute;
    bottom: 101px;
    left: 0;
    z-index:22;
    width: 100%;
    height: 45px;
}

    #index-order-tpl-content .bottom-btn button {
        width: 100%;
        height: 100%;
        color: #ffffff;
        background: #ffa939;
        border-radius: 0;
        font-size: 20px;
        border: none;
        margin: 0;
        padding: 0;
    }
    #index-order-tpl-content .bottom-btn .gobuy {
        background: #d64954;
    }