body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

a:focus, a:hover {
    text-decoration: none;
}

p {
    line-height: 23px;
}

header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: lightskyblue;
    color: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

footer {
    position: fixed;
    bottom: 0;
    font-size: 16px;
    clear: left;
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 40px;
}

.header-btn {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #FFFFFF;
}

.header-btn:hover {
    background-color: #337AB7;
}

.header-title {
    float: left;
    margin-left: 15px;
    font-size: 16px;
}

.main {
    display: block;
    margin: 50px 0 0 0;
    overflow: hidden;
    width: 100%;
}

.main-table {
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

/*一卡通信息界面样式*/
.main-li {
    list-style: none;
    height: 50px;
    border: 1px solid gainsboro;
    margin-bottom: -1px;
    line-height: 50px;
}

.main-li-left-div {
    float: left;
    font-weight: bold;
    padding-left: 50px;
    width: 40%;
}

.td_left {
    text-align: right;
    padding: 5px 10px;
    width: 40%;
}

/**********下划线DIV**************/

.main-item {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px gainsboro solid; /*dashed  虚线*/
    padding: 10px 3% 5px 3%;
}

.main-item-xu {
    margin: 0;
    width: 100%;
    height: auto;
    border-bottom: 1px gainsboro dashed; /*dashed  虚线*/
    padding: 0px 3% 5px 3%;
}


.main-item table {
    width: 100%;
    font-size: 14px;
    /*padding-left: 10px;*/
    /*margin-left: 10px;*/
    /*margin-bottom: 5px;*/
}

.main-item table tr {
    /*word-break: keep-all;*/ /*让表格数据保持在一行上显示*/
}

/*.main-item div {
	margin-bottom: 5px;
}*/

.main-item-span {
    margin: 0;
    float: left;
    display: block;
    width: 45%;
    padding-left: 10%;
    /*40%*/
}

/*arrearsMoney   style*/

.main-item-check {
    float: right;
    width: 10%;
    margin: 15px 5% 0 0;
    /*height: 100%;*/
    text-align: center;
}

.main-item-info {
    float: left;
    width: 82%;
}

.main-item-info div {
    margin-bottom: 5px;
}

/*中间提示DIV*/

.main-mid {
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    width: 100%;
    background-color: #edf1ff;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    font-weight: bold;
    color: darkslategray;
}

.banklist {
    width: 100%;
    height: 65px;
    margin: auto;
    padding: 5px 2% 10px 2%;
}

.banklist div {
    float: left;
    width: auto;
    height: auto;
    margin-left: 12px;
    overflow: hidden;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    height: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.bankitem {
    border: 2px solid white;
}

/*选中银行卡的样式*/
.bankitem-selected {
    border: 2px red solid;
}

.bankitem-selected b {
    clear: left;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../img/selected-icon.png) no-repeat;
}

.bankitem-img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    width: 130px;
    height: 45px;
}

.span-rmb {
    font-size: 30px;
    font-weight: 700;
    color: red;
    margin-right: 10px;
}

.span-rmb1 {
    font-size: 23px;
    font-weight: 700;
    color: red;
    margin-top: 5px;
    margin-right: 10px;
}

.span-error {
    display: block;
    color: red;
    margin-top: 3px;
}

.input-text {
    margin-top: 10px;
    padding: 4px 10px;
    width: 200px;
    height: 38px;
    border: 1px solid #CCC;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    /*box-shadow: 0px 0px 5px #1E90FF;*/
}

.input-btn-noborder {
    margin-top: 10px;
    width: 200px;
    height: 32px;
    border: none;
    background-color: white;
    font-size: 20px;
}

.input-btn {
    color: #FFFFFF;
    background-color: lightskyblue;
    font-size: 18px;
    cursor: pointer;
    margin-top: 8px;
    width: 80%;
    height: 46px;
    border: #87CEFA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 5px 10px 3px #DCDCDC;
    /*margin-left: 10px;*/
}

.input-btn-full{
    width: 100%;
}

.input-btn:hover {
    margin-top: 9px;
    margin-bottom: -1px;
    background-color: #1E90FF;
}

.input-btn1 {
    color: #FFFFFF;
    background-color: lightskyblue;
    font-size: 16px;
    cursor: pointer;
    margin-top: 8px;
    width: 90%;
    height: 45px;
    border: #87CEFA;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 5px 10px 3px #DCDCDC;
}

.orderlist_btn {
    color: white;
    display: block;
    width: 100px;
    height: 35px;
    border: 1px solid #CCC;
    background: #5cb85c;
    width: 80%;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
    margin: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: -3px 5px 10px 3px #DCDCDC;
}

.orderlist_btn:hover {
    margin-top: 9px;
    margin-bottom: -1px;
    background-color: #1E90FF;
}

.input-btn:focus {
    outline: 0;
}

.input-btn-sm {
    text-decoration: none;
    color: ghostwhite;
    /*height: 25px;*/
    /*line-height: 25px;*/
    padding: 3px 8px 3px 8px;
    border: 1px solid #6495ED;
    margin-left: 8px;
    margin-bottom: 0px;
    background-color: lightskyblue;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: inset -2px 2px 3px 0px #DCDCDC;
}

.input-btn-sm:hover {
    margin-left: 9px;
    background-color: #1E90FF;
}

.input-btn-sm:focus {
    outline: 0;
}

/*help*/

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.text-primary {
    color: #337ab7;
}

small {
    color: gray;
}

/*login*/

.panel-heading1 {
    padding: 10px 15px;
    font-weight: bold;
    color: #333;
    background-color: #f5f5f5;
    border-color: rgba(221, 221, 221, 0.31);
    border: 1px solid rgba(0, 0, 0, 0.11);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.main-login {
    background-color: ghostwhite;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin-top: 60px;
}

.login-header-img {
    width: 105px;
    height: 105px;
    margin-bottom: 10px;
}

.black_overlay {
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: grey;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: block;
    position: absolute;
    top: 8%;
    left: 3%;
    width: 94%;
    height: 84%;
    /*padding: 16px;*/
    border: 1px solid #808080;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

/*.input-text {*/
/*display: inline-block;*/
/*height: 35px;*/
/*padding: 4px 10px;*/
/*margin-bottom: 5px;*/
/*font-size: 14px;*/
/*!* line-height: 20px; *!*/
/*!* color: #555; *!*/
/*!* vertical-align: middle; *!*/
/*-webkit-border-radius: 4px;*/
/*-moz-border-radius: 4px;*/
/*border-radius: 4px;*/
/*}*/

/*时间控件输入框样式*/
.inp-text-calendar {
    width: 170px;
    padding: 7px 10px;
    border: 1px solid #ccc;
    color: #078f18;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}