
.header-title {
    background-color: #149BDE;
    width: 100%;
    height: 120px;
}

.header-center {
    background-color: #149BDE;
    float: none;
    display: block;
    color: #ffffff;
    font-size: 36px;
    position: relative; /*脱离文档流*/
    top: 18px;
    vertical-align: middle;
}

.header-center span {
    /*float: left;*/
    display: block;
    margin: auto;
    color: #ffffff;
    letter-spacing: 15px;
    vertical-align: middle;
}

.header-center .span-icon {
    float: left;
    font-size: 36px;
    position: absolute; /*脱离文档流*/
    top: 5px;
    left: 10px;
}

.carousel-control {
    float: none;
    margin: auto;

}

.body-test {
    font-size: 16px;
    letter-spacing: 2px;
    /*font-family:"Microsoft YaHei";*/
    margin-top: 15px;
    word-wrap: break-word;
    border-bottom: 1px solid #a8a8a8;
}

.body-test hr {
    margin-top: 0px;
    margin-bottom: 0px;
    height: 1px;
    border: none;
    border-top: 1px solid #e4e4e4;
}

.icon-title {
    padding-left: 3px;
    padding-right: 0px;
    margin-bottom: 0px;
    line-height: 32px;
}

.body-input>div {
    margin-top: 15px;
    margin-bottom: 5px;
}

.body-input{
    margin-top: 0px;
}

.input input {
    /*padding-left: 0px ;*/
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    text-align:right;
}


.input-radio{
    font-size: 15px;
}
.body-back{
    padding: 0px;
    margin: 0px;
    height: 5px;
    background-color: #dbdbdb;
}




