.right-content {
    float: right;
    width: 816px;
    position: relative;
    z-index: 0;
}
.warp-main.m0 {
    margin: 0;
}

input, textarea {
    font-size: 100%;
    outline: 0;
    border: 0;
}
.warp-main {
    width: 816px;
    margin: 40px auto;
}
.warp-main .inner {
    background: #fff;
}
.inner .inner-list {
    background: #f2f4f6;
    font-size: 16px;
    width: 100%;
}
.inner .inner-list a.active {
    background: #fff;
    border-top: 1px solid #fc2400;
}
.inner .inner-list a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    display: table-cell;
    text-align: center;
    background: #f9f9f9;
    border-right: 2px solid #f2f4f6;
}
.date {
    padding: 30px;
}
.date span {
    position: relative;
}
.date .input-s {
    border: 1px #ccd2d7 solid;
    padding: 4px 10px;
    width: 131px;
    height: 30px;
    vertical-align: middle;
    background: #fff url(../images/ic-date1.png) no-repeat scroll 127px 9px;
}
.date .ic-date {
    border-left: 1px solid #ddd;
    display: inline-block;
    height: 29px;
    position: absolute;
    right: 31px;
    width: 1px;
    top: -2px;
}
.date .btn-red {
    min-width: 60px;
    margin-left: 10px;
}

a.btn-red {
    background-image: linear-gradient(to left,rgba(245,51,83,1),rgba(246,83,56,1));
    background-image: -webkit-linear-gradient(right,rgba(245,51,83,1),rgba(246,83,56,1));
}
a.btn-red, a.btn-red-k, a.btn-gray {
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    min-width: 110px;
    position: relative;
    box-sizing: border-box;
}
.prompt-span {
    font-size: 12px;
    font-weight: bold;
    margin-left: 19px;
}
.prompt-subject-span {
    font-size: 11px;
}
.inner-list-box {
    min-width: 300px;
    padding: 0 30px;
}

.line2 {
    border-bottom: 1px dashed #e4e4e4;
}
.u-info .title-box-bill {
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 28px 0 30px;
    position: relative;
}

.u-info .title-box-bill i {
    width: 4px;
    height: 18px;
    background: #fc2400;
    display: block;
    position: absolute;
    left: 0;
    top: 10px;
}
.u-info .title-box-bill h3 {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
}
.inner-table {
    width: 100%;
}
.inner-table tbody p {
    font-size: 12px;
}
.no-data-bill {
    color: #93c0f5;
    font-size: 14px;
    text-align: center;
    background: url(../images/tips/no-data.png) center top no-repeat;
    padding-bottom: 11px;
    padding-top: 73px;
    margin-top: 10px;
    background-size: 101px 79px;
}
.inner-table td {
    text-align: center;
    height: 49px;
    border-bottom: 1px #eef1f4 solid;
    line-height: 24px;
    padding: 6px 0;
}
.inner-table td.td-l {
    text-align: left;
    padding-left: 20px;
}
.inner-table tbody p {
    font-size: 12px;
}
.inner-table tbody .gray {
    color: #999;
}
.inner-table th {
    height: 48px;
    background: #f9f9f9;
    text-align: center;
}

.inner .tips {
    padding-top: 16px;
    padding-left: 30px;
    font-size: 12px;
    color: #c73128;
}

.inner .choice {
    padding-top: 16px;
    padding-left: 30px;
    display: flex;
    align-items: center;
}

.choice .check {
    width: 16px;
    margin-right: 8px;
}

.choice .checkDate {
    width: 16px;
    margin-right: 8px;
    margin-left: 32px;
}

.choice .btn-red {
    min-width: 60px;
    margin-left: 64px;
}

.choice .save {
    margin-left: 64px;
    margin-right: 4px;
    width: 60px;
    background-image: linear-gradient(to left,rgba(245,51,83,1),rgba(246,83,56,1));
    background-image: -webkit-linear-gradient(right,rgba(245,51,83,1),rgba(246,83,56,1));
    padding: 0 15px;
    height: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    position: relative;
    box-sizing: border-box;
}

