body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    background-color: #F0F0F0;
}

.xilie_title {
    width: 100%;
    background-color: #2C2C2C;
    color: #FFF;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
}

.return_img {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
}

.container {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
}

.title {
    font-size: x-large;
    height: 70px;
    line-height: 70px;
}

.line {
    height: 2px;
    border: none;
    border-top: 2px solid #DDD;
}

.baojia_chaxun {
    color: #333;
    text-align: center;
}

    .baojia_chaxun span {
        color: #FF5556;
        font-size:x-large;
    }

.baojia_chaxun_memo {
    color: #999;
    font-size: small;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 20px;
}

.weui-cell__ft {
    font-size: smaller !important;
}



::-webkit-input-placeholder {
    color: #808080;
}

::-moz-placeholder {
    color: #808080;
}
/* firefox 19+ */
:-ms-input-placeholder {
    color: #808080;
}
/* ie */
input:-moz-placeholder {
    color: #808080;
}

.navbar_title {
    height: 50px;
    line-height: 50px;
    position: fixed;
    top: 40px;
}

    .navbar_title div {
        font-size: medium;
        height: 20px;
    }

.input_item {
    font-size: medium;
    width: 100%;
    margin-top: 10px;
    margin-left:10px;
}

    .input_item span {
        width: 35px;
        display: inline-block;
        text-align: right;
    }

    .input_item input {
        margin-left: 10px;
        width: 55%;
        height: 40px;
        font-size: medium;
        border: 1px solid #CCC;
        border-radius: 5px;
        padding-left: 10px;
        display: inline;
    }

.button_sumbit {
    background-color: #FF9145;
    color: #FFF;
    border-radius: 5px;
    margin-bottom: 30px;
}

#divOrderType {
    position: fixed;
    font-size: large;
    top: 90px;
    text-align: center;
    width: 100%;
    background-color: #EDEDED;
}


.tiechebuwei {
    margin-left: 10px;
    width: 60%;
    /*height: 40px;*/
    font-size: medium;
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-left: 10px;
    display: inline;
}