

@media print{

    @page{
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
    body {
        width: 100% !important;
        min-width: auto !important;
    }
    a[href]:after {
        content: "" !important;
    }
    .one-table {
        width: 100% !important;
        table-layout: fixed !important;
        border-collapse: collapse;
    }
    .one-table td {
        white-space: normal !important;
        word-break: break-all !important;
    }
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.one-container {
    width: 1200px;
    padding-bottom: 32px;
    margin: 0 auto;
    font-size: 14px;
    color: #333;
}
.one-container * {
    box-sizing: border-box;
}
.one-container a {
    text-decoration: none;
}
.one-container p {
    margin: 0;
}
.one-container .banner {
    margin: 35px 0 25px;
    position: relative;
}
.one-container .banner > p {
    position: absolute;
    font-size: 33px;
    color: #fff;
    top: 48px;
    left: 92px;
}
.one-container .list-cont {
    list-style: none;
    margin: 0;
    padding: 0 48px 48px;
}
.one-container .list-cont > li {
    padding-top: 24px;
    font-size: 16px;
}
.one-container .list-cont > li + li {
    border-top: 1px solid #ddd;
}
.one-container .list-cont i {
    font-style: normal;
    color: #c00;
}
.one-container .list-cont .options {
    padding: 30px 0 30px 50px;
}
.one-container .list-cont .options span {
    display: inline-block;
    margin-left: 8px;
    padding: 12px 45px;
    background: #f0f0f0;
    border-radius: 5px;
    cursor: pointer;
}
.one-container .list-cont .options span.active {
    color: #fff;
    background: #2d83f5;
}
.one-container .one-btn {
    margin: 24px auto;
    text-align: center;
}
.one-container .btn-fixed {
    padding: 20px 0;
    margin: 0;
    background: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.chain-name {
    padding: 10px;
    font-size: 24px;
    text-align: center;
}
.one-container .btn {
    border: 1px solid #2d83f5;
    outline: none;
    color: #fff;
    margin: 0 12px;
    background: #2d83f5;
    font-size: 16px;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.one-container .btn.outline {
    color: #2d83f5;
    background: #fff;
}
.one-side {
    float: right;
    width: 290px;
    padding-left: 30px;
}
.one-side .side-header {
    height: 24px;
    margin-bottom: 16px;
    line-height: 24px;
    font-size: 16px;
}
.one-side .side-header i {
    display: inline-block;
    width: 32px;
    vertical-align: middle;
}
.one-side + .one-main {
    margin-right: 290px;
}
.one-side .guide {
    height: 113px;
    margin-bottom: 24px;
    font-weight: bold;
    background: url("../img/guide-bg.png");
}
.one-side .guide a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 24px 32px;
    color: #2d83f5;
    text-decoration: none;
}
.one-side .guide .guide-title {
    margin-bottom: 8px;
}
.one-side .guide .guide-info {
    font-size: 24px;
}
.one-side .notice {
    padding: 0 16px;
    background-color: #f7f9fc;
    border: 1px solid #eaf3ff;
}
.one-side .notice .notice-body {
    padding: 16px 0;
}
.one-side .notice .notice-title {
    margin-bottom: 8px;
    font-size: 16px;
    text-align: center;
}
.one-side .notice .notice-info {
    line-height: 1.5;
}
.one-side .notice .notice-footer {
    padding: 12px 0;
    text-align: center;
    border-top: 1px dashed #ddd;
}
.one-side .notice .notice-footer a {
    color: #2d83f5;
}
.one-section-title {
    margin: 24px 0 12px;
    font-size: 16px;
    font-weight: bold;
    border-left: 3px solid #2d83f5;
    padding-left: 10px;
}
.one-table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.one-table th,
.one-table td {
    padding: 12px;
    border: 1px solid #ebeef5;
}
.one-table th.label-td,
.one-table td.label-td {
    font-weight: bold;
    background-color: #f5f7fa;
}
.one-table th {
    font-weight: bold;
    text-align: left;
    background-color: #f5f7fa;
}
.one-table a {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 4px;
    color: #2d83f5;
    text-decoration: underline;
}
.one-main .fl_l {
    width: 160px;
    float: left;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
}
.one-main .fl_l > li a {
    border: 1px solid #eee;
    text-align: center;
    display: block;
    color: #333;
    font-size: 14px;
    padding: 10px 13px;
    margin-top: -1px;
}
.one-main .fl_l > li.active > a {
    background: #f5f7fa;
    color: #333;
}
.one-main .fl_r {
    margin-left: 190px;

    /* > .cc {
        margin-bottom: 30px;
        background: #fff;
        border: 1px solid red;
        font-size: 50px;
        line-height: 300px;
        display: block;
        text-align: center;
      } */
}
.one-main .fl_r .cont {
    margin-bottom: 30px;
}
.box {
    position: relative;
    height: 80px;
    width: 100%;
    z-index: 999;
}
.box-active {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}
.list-event {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-event > li {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}
.list-event > li .h-title {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    margin-top: 0;
}
.list-event > li .details {
    color: #999;
    line-height: 1.5;
    margin-bottom: 15px;
}
.list-event > li .acceptance > li {
    display: inline-block;
    padding-right: 40px;
    line-height: 1.5;
}
.list-event > li .acceptance > li > span {
    color: #999;
}
@media (max-width: 1200px) {
    .one-container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .one-container .banner {
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .banner img {
        height: 145px;
    }
    .one-side {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .one-side + .one-main {
        margin-right: 0;
    }
    .one-container .list-cont {
        padding: 0 0 48px;
    }
    .table-responsive {
        min-height: 0.01%;
        overflow-x: auto;
    }
    .table-responsive > .one-table {
        max-width: 100%;
        table-layout: inherit;
    }
    .table-responsive > .one-table > tbody > tr > td,
    .table-responsive > .one-table > thead > tr > td,
    .table-responsive > .one-table > tfoot > tr > td,
    .table-responsive > .one-table > tbody > tr > th,
    .table-responsive > .one-table > thead > tr > th,
    .table-responsive > .one-table > tfoot > tr > th {
        white-space: nowrap;
    }
    .one-main .fl_l {
        width: auto;
        float: none;
        width: 100%;
        left: 0;
        /* display: table;
          width: 100%; */
    }
    .one-main .fl_l > li {
        display: inline-block;
        display: table-cell;
        width: 1%;
    }
    .one-main .fl_l > li + li {
        margin-left: -5px;
    }
    .one-main .fl_r {
        margin-left: 0;
        padding-left: 0;
    }
}