.right-content {
    float: right;
    width: 816px;
    position: relative;
    z-index: 0;
}
.warp-main {
    width: 860px;
    margin: 40px auto;
}
.warp-main.m0 {
    margin: 0;
}
.warp-main .inner {
    background: #fff;
}
.inner .inner-list {
    background: #f2f4f6;
    font-size: 16px;
    width: 100%;
    display: flex;
}
.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;
}
.inner-list-box {
    min-width: 300px;
    padding: 0 30px;
}
.screen-box {
    padding: 22px 0;
}
.screen-box li {
    padding-left: 88px;
    line-height: 26px;
    margin: 5px 0;
    display: inline-block;
}
.screen-box .left-font {
    float: left;
    margin-left: -88px;
}
.screen-box a {
    height: 26px;
    line-height: 26px;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
    padding: 0 10px;
    min-width: 60px;
    color: #37a4f8;
}
.screen-box a.active {
    background: #8fc1f2;
    color: #fff;
}
.inner-table {
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.form1 {
    padding: 30px;
}
.form1 .float {
    text-align: right;
    position: relative;
}
.inner-table th {
    height: 48px;
    background: #f9f9f9;
    text-align: center;
}
.form1 .float span {
    cursor: pointer;
    color: #fc2400;
    padding: 10px 0;
}
.form1 .float .f-box {
    width: 400px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
    position: absolute;
    top: 30px;
    right: 0;
    border: 1px solid #e8e8e8;
    display: none;
    color: #333;
}
.form1 .float span i.icon-ask {
    background: rgba(0,0,0,0) url(../images/img.png) no-repeat scroll -200px -119px;
    color: #e44b33;
    display: inline-block;
    height: 20px;
    margin-left: 3px;
    vertical-align: middle;
    width: 20px;
}
.form1 .float .f-box i.arrow-t {
    width: 20px;
    height: 30px;
    display: block;
    position: absolute;
    top: -12px;
    right: 40px;
    background: url(../images/img.png) no-repeat scroll -100px -268px;
}
.no-data {
    padding-top: 180px;
    margin-top: 20px;
    color: #93c0f5;
    font-size: 18px;
    text-align: center;
    background: url(../images/tips/no-data.png) center top no-repeat;
    padding-bottom: 50px;
}
.page {
    text-align: center;
    padding: 40px 0 30px 0;
}
.page .next, .page .prev {
    font-family: monospace;
}
.page a {
    width: 60px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #eef1f4;
    color: #666;
    display: inline-block;
    margin: 0 10px;
}
select {
    font-size: 100%;
    outline: 0;
}
option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}
.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 .gray {
    color: #999;
}
.inner-table tbody p {
    font-size: 12px;
}