*{
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
}

.pc{
    background: #f0f2f6;
}
.layout {
    margin: 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
}
.icon{
    display: inline-block;
    vertical-align: middle;
}
a {
    color: #596477;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:active, a:focus {
    outline: none;
    color: #005596;
    text-decoration: none;
    cursor: pointer;
}

.page-of-record .panel {
    padding: 46px 20px;
    background: #fff;
    border-radius: 3px;
}
.page-of-record .panel .record-title h1 {
    font-size: 26px;
    font-weight: bold;
    color: #262e3d;
}


.record-table {
    margin-top: 6px;
    margin-bottom: 60px;
    background: #fcfcfd;
    font-size: 14px;
    border-top: 1px solid #d3d8df;
    border-right: 1px solid #d3d8df;
}
.record-table.bg-white {
    background-color: #fff;
}
.record-table th {
    height: 21px;
    line-height: 21px;
    padding: 7px 0;
    border-bottom: 1px solid #d3d8df;
    border-left: 1px solid #d3d8df;
    color: #262e3d;
    background: #e9ecf1;
}
.record-table th:first-child,
.record-table th.first-child {
    border-left: 0;
}
.record-table th.white-bg {
    background: #fdfdfe;
}
.record-table th.first-th {
    border-left: 1px solid #d3d8df;
}
.record-table .light-bg {
    background: #f5f6f7;
}
.record-table td {
    text-align: center;
    line-height: 21px;
    padding: 7px 0;
    border-bottom: 1px solid #d3d8df;
    border-left: 1px solid #d3d8df;
    font-size: 14px;
}
.record-table td.first-td {
    border-left: 0;
}
.record-table td.title-td {
    border-left: 0;
    background: #e9ecf1;
}
.record-table td.gray-bg {
    background: #e9edf2;
}

.page-of-record .panel .record-title .record-share a {
    margin-left: 12px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
}
.page-of-record .panel .record-title .record-share .btn-attention {
    border: 1px solid #005596;
    width: 108px;
    height: 38px;
    line-height: 38px;
    background: #005596;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.page-of-record .panel .record-title .record-share .btn-attention .icon-add {
    background: url("../images/record/add.png") no-repeat;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: text-top;
    margin-top: 6px;
}
.page-of-record .panel .record-title .record-share .btn-attention:hover {
    background: #0060a9;
}
.page-of-record .panel .record-title .record-share .btn-attention .ac-loading {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url("../images/record/loading.png") no-repeat center center;
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
}
.page-of-record .panel .record-title .record-share .btn-attention .un-attention,
.page-of-record .panel .record-title .record-share .btn-attention .ac-loading,
.page-of-record .panel .record-title .record-share .btn-attention .focused-success {
    display: none;
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success {
    font-family: 微软雅黑;
    top: 55px;
    right: 0;
    position: absolute;
    border-radius: 3px;
    background: #fff;
    width: 315px;
    height: 164px;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success em {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 20px;
    background: url(../images/record/arrow-top.png) repeat-x;
    top: -20px;
    right: 30px;
    position: absolute;
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success h1 {
    font-size: 18px;
    font-weight: 100;
    margin-top: 12px;
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success p {
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    margin: 0 15px 15px;
    padding-bottom: 5px;
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success span {
    margin: 10px auto;
    display: block;
    font-size: 16px;
    color: #fff;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    background: #005596;
    width: 110px;
    transition: all 0.3s;
}
.page-of-record .panel .record-title .record-share .btn-attention .focused-success span:hover {
    background: #2b7dcf;
}
.page-of-record .panel .record-title .record-share .btn-attention.btn-focused {
    background: #f9f9f9;
    position: relative;
    border-color: #d5d5d5;
    color: #596477 !important;
}
.page-of-record .panel .record-title .record-share .btn-attention.btn-focused:hover {
    background: #fff;
    color: #596477 !important;
}
.page-of-record .panel .record-title .record-share .btn-attention.btn-focused .ac-loading {
    background: url("../images/record/loading2.png") no-repeat center center;
}
.page-of-record .panel .record-title .record-share .btn-attention.btn-focused .attention {
    display: none;
}
.page-of-record .panel .record-title .record-share .btn-attention.btn-focused .un-attention {
    display: inline-block;
    vertical-align: text-bottom;
}
.page-of-record .panel .record-title .record-share .btn-attention.loading .attention,
.page-of-record .panel .record-title .record-share .btn-attention.loading .un-attention,
.page-of-record .panel .record-title .record-share .btn-attention.loading .focused-success {
    display: none;
}
.page-of-record .panel .record-title .record-share .btn-attention.loading .ac-loading {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
}
.page-of-record .panel .record-title .record-share .btn-attention.attention-success .attention {
    display: none;
}
.page-of-record .panel .record-title .record-share .btn-attention.attention-success .focused-success {
    display: inline-block;
    vertical-align: middle;
}
.page-of-record .panel .record-display {
    text-align: right;
}
.page-of-record .panel .record-display a {
    font-size: 20px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
    color: #247cd2;
}
.page-of-record .panel .record-display a i {
    width: 15px;
    height: 8px;
    margin-left: 8px;
    background: url("../images/record/arrowDown.png") no-repeat;
    background-size: 100%;
}
.page-of-record .panel .record-display a:hover {
    color: #005596;
}
.page-of-record .panel .record-display a.arrow-down i {
    background: url("../images/record/arrowUp.png") no-repeat;
}
.page-of-record .panel .gcaControl{
    cursor: pointer;
    margin-left:450px;
    color: #247cd2;
    width:120px;
}
/*fxyedit*/
.page-of-record .panel .gcaClose{
    background: url("../images/record/arrowDown.png") no-repeat right;
}
/*fxyedit*/
.page-of-record .panel .gcaShow{
    background: url("../images/record/arrowUp.png") no-repeat right;
}
/*fxyedit*/
.page-of-record .panel .record-display .display-info {
    border-top: 2px solid #d3d8df;
    margin-top: 6px;
}
.page-of-record .panel .record-display .display-info table td {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #262e3d;
    border-bottom: 1px solid #d3d8df;
    border-left: 1px solid #d3d8df;
    padding: 7px 5px;
}
.page-of-record .panel .record-display .display-info table td.gray-bg {
    background: #e9edf2;
    border-left: 0;
}
.page-of-record .panel .record-display .display-info table td.light-bg {
    background: #f5f6f7;
}
.page-of-record .panel .record-display .display-info table td span {
    color: #596477;
}
.page-of-record .panel .uitab-item {
    display: none;
}
.page-of-record .panel .uitab-item.current {
    display: block;
}
.page-of-record .panel .uitab-item .record-year {
    background: #f7f7f8;
    padding: 0 24px 24px;
    border-bottom: 1px solid #e5e5e5;
}
.page-of-record .panel .uitab-item .record-year h1 {
    line-height: 30px;
    padding-top: 24px;
}
.page-of-record .panel .uitab-item .record-year h1 span {
    float: right;
}
.page-of-record .panel .uitab-item .record-year h1 .float-start {
    float: left;
}
.page-of-record .panel .uitab-item .record-year h1 a {
    float: right;
    color: #262e3d;
    width: 90px;
}
.page-of-record .panel .uitab-item .record-year h1 a i {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    width: 15px;
    height: 8px;
    background-image: url(../images/sprite.png);
    background-position: 0 -28px;
}
.page-of-record .panel .uitab-item .record-year h1 a.arrow-top i {
    background-position: 0 0;
}
.page-of-record .panel .uitab-item .record-year .record-list {
    margin-left: -28px;
    margin-top: 10px;
}
.page-of-record .panel .uitab-item .record-year .record-list li {
    position: relative;
    float: left;
    width: 139px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c7c8ca;
    background: #fff;
    border-radius: 3px;
    margin-left: 28px;
    margin-bottom: 18px;
    color: #262e3d;
    cursor: pointer;
}
.page-of-record .panel .uitab-item .record-year .record-list li .select-text {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page-of-record .panel .uitab-item .record-year .record-list li i {
    display: inline-block;
    vertical-align: top;
    height: 7px;
    width: 12px;
    z-index: 99;
    top: 15px;
    right: 8px;
    position: absolute;
    background: url("../images/record/register-arrowDown.png") no-repeat;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select {
    display: none;
    padding: 10px 0;
    top: 38px;
    left: -1px;
    position: absolute;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    width: 450px;
    border-radius: 3px;
    text-align: center;
    overflow: hidden;
    z-index: 988;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a {
    display: block;
    height: 34px;
    line-height: 34px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding: 0 40px 0 20px;
    text-align: left;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a i {
    display: none;
    height: 10px;
    width: 12px;
    z-index: 99;
    top: 12px;
    right: 18px;
    position: absolute;
    background: url("../images/record/yes.png") no-repeat;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a.current i {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a.disabled {
    color: #b8bbc2;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a:hover {
    background: #247cd2;
    color: #fff;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a:hover i {
    background: url("../images/record/yes-two.png") no-repeat;
}
.page-of-record .panel .uitab-item .record-year .record-list li .record-select a.record-title:hover {
    color: #596477;
    background: none;
}
.page-of-record .panel .uitab-item .record-year .record-list li.current {
    border: 1px solid #005596;
}
.page-of-record .panel .uitab-item .record-year .record-list li.current .record-select {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
}
.page-of-record .panel .uitab-item .record-year .record-list li.hover {
    border: 1px solid #005596;
}
.page-of-record .panel .uitab-item .record-content .record-font {
    color: #596477;
    margin: 10px 0;
    padding-bottom: 30px;
}
.page-of-record .panel .uitab-item .record-content .record-font h1 {
    text-align: center;
    position: relative;
    font-size: 20px;
    color: #262e3d;
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.page-of-record .panel .uitab-item .record-content .record-font h1 span {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.page-of-record .panel .uitab-item .record-content .record-font h1 a > span {
    float: none;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
    position: static;
}
.page-of-record .panel .uitab-item .record-content .record-font p {
    line-height: 30px;
    font-size: 14px;
}
.page-of-record .panel .uitab-item .record-content .record-font h2 {
    border-top: 1px solid #eaebec;
    border-bottom: 1px solid #eaebec;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 10px 0;
}
.page-of-record .panel .uitab-item .record-content .record-font h2 span {
    font-size: 20px;
    color: #262e3d;
    width: 175px;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *zoom: 1;
}
.page-of-record .panel .uitab-item .record-content .record-font h3 {
    font-size: 26px;
    color: #262e3d;
    border-bottom: 1px solid #eaebec;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.page-of-record .panel .uitab-item .record-content .record-font h4 {
    font-size: 20px;
    color: #262e3d;
    margin-bottom: 20px;
}
.page-of-record .panel .uitab-item .record-content .record-count {
    font-size: 20px;
    color: #262e3d;
    margin-top: 20px;
}
.page-of-record .panel .uitab-item .record-content .record-count b {
    color: #005596;
    font-size: 24px;
}
.page-of-record .panel .uitab-item .record-feedback {
    margin-top: 20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font {
    border-bottom: 2px solid #eaebec;
    padding-bottom: 30px;
    padding-top: 20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font h1 {
    font-size: 18px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font h1 span {
    font-size: 20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font h1.text-center {
    font-size: 20px;
    height: auto;
    padding-bottom: 20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font h1.text-center p {
    color: #596477;
    font-size: 16px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-table {
    margin-bottom: 25px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-img {
    margin: 25px 0 25px -20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-img img {
    margin-left: 20px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-state li {
    float: left;
    padding: 30px 0;
    width: 25%;
    text-align: center;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-state li a {
    display: block;
    margin-bottom: 10px;
    padding-top: 220px;
    font-size: 20px;
    color: #313842;
    background: url("../images/record/pdf.png") no-repeat center;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-state li a:hover {
    color: #005596;
}
.page-of-record .panel .uitab-item .record-feedback .record-font h5 {
    margin-top: 20px;
    font-size: 20px;
    color: #262e3d;
    line-height: 30px;
}
.page-of-record .panel .uitab-item .record-feedback .record-font .record-source {
    font-size: 16px;
}
.page-of-record .panel .uitab-item .scree-group {
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0 20px 0;
}
.page-of-record .panel .uitab-item .scree-group h6 {
    font-size: 16px;
    line-height: 24px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}
.page-of-record .panel .uitab-item .scree-group .scree-region.w50 {
    width: 50%;
}
.page-of-record .panel .uitab-item .scree-group .scree-region h6 {
    color: #596477;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .select,
.page-of-record .panel .uitab-item .scree-group .scree-region .select-small,
.page-of-record .panel .uitab-item .scree-group .scree-region .select-mini {
    width: 122px;
    border: 1px solid #c7c8ca;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 15px;
    background-color: #fff;
    text-align: center;
    color: #acb1bb;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .select:focus,
.page-of-record .panel .uitab-item .scree-group .scree-region .select-small:focus,
.page-of-record .panel .uitab-item .scree-group .scree-region .select-mini:focus {
    color: #262e3d;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .input-con {
    float: left;
    position: relative;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .input-con .date-input {
    border: 1px solid #c7c8ca;
    font-size: 16px;
    border-radius: 2px;
    margin-right: 15px;
    background-color: #fff;
    color: #acb1bb;
    height: 18px;
    line-height: 18px;
    padding: 9px 10px 9px 0;
    width: 130px;
    text-align: right;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .input-con .date-input:focus {
    color: #262e3d;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .input-con .scree-input:focus {
    color: #262e3d;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .input-con i {
    top: 15px;
    left: 15px;
    position: absolute;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select-small,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select-mini {
    display: block;
    -webkit-appearance: menulist-button;
    text-indent: 6px;
    text-align: left;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select span,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select-small span,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .select-mini span {
    padding-top: 6px;
    display: block;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select .sub-checkbox-menu {
    display: none;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select:hover .select,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select:hover .select-small,
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select:hover .select-mini {
    border-color: #004f8c;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select:hover .sub-checkbox-menu {
    position: absolute;
    display: block;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.34);
    width: 560px;
    margin-left: -100px;
    padding: 20px;
}
.page-of-record .panel .uitab-item .scree-group .scree-region .c-select input:disabled ~ .icon-checkbox {
    background-color: #ccc;
}
.page-of-record .panel .uitab-item .scree-group .submit-btn {
    width: 304px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #6788a8;
    cursor: pointer;
}
.page-of-record .panel .uitab-item .scree-group .submit-btn:hover {
    background: #81a9cd;
}
.page-of-record .panel .uitab-item .scree-group:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.page-of-record .panel .uitab-item .record-data .record-list .record-select {
    width: 150px !important;
}
.page-of-record .panel .uitab-item .record-information {
    margin-top: 30px;
}
.page-of-record .panel .uitab-item .record-information .record-font {
    padding-bottom: 8px;
}
.page-of-record .panel .uitab-item .record-information .record-font h3 {
    border-bottom: 0;
    margin-bottom: 0;
    line-height: 30px;
}
.page-of-record .panel .uitab-item .record-information .record-font h4 {
    line-height: 30px;
    margin-bottom: 20px;
}
.page-of-record .panel .uitab-item .record-information .record-font .record-table {
    margin-bottom: 30px;
}
.page-of-record .panel .uitab-item .record-information .record-font .table-info td {
    padding: 20px 0;
}
.page-of-record .panel .uitab-item .record-information .record-font .text-center {
    text-align: center;
}
.page-of-record .panel .uitab-item .record-information .record-font .text-center .record-btn {
    width: 500px;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    margin: 30px auto;
    background: #005596;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.page-of-record .panel .uitab-item .record-information .record-font .text-center .record-btn:hover {
    background: #2b7dcf;
}
.page-of-record .panel .uitab-item .record-information .record-explain {
    padding-top: 30px;
    border-top: 1px solid #eaebec;
}
.page-of-record .panel .uitab-item .record-information .record-explain h1 {
    margin-bottom: 30px;
}
.page-of-record .panel .uitab-item .record-information .record-explain h1 a {
    top: 0;
    right: 0;
    position: absolute;
}
.page-of-record .panel .uitab-item .record-information .record-explain h1 a i {
    background: url("../images/record/arrowDown.png") no-repeat;
}
.page-of-record .panel .uitab-item .record-information .record-explain h1 a.arrow-down i {
    background: url("../images/record/arrowUp.png") no-repeat;
}
.page-of-record .panel .uitab-wrap {
    margin-top: 25px;
    line-height: 56px;
}
.page-of-record .panel .uitab-wrap .uitab-header {
    border-bottom: 1px solid #e5e5e5;
}
.page-of-record .panel .uitab-wrap .uitab-header > ul > li,
.page-of-record .panel .uitab-wrap .uitab-header > .seo-list > a {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    padding: 0 10px;
    margin-right: 62px;
    cursor: pointer;
    color: #262e3d;
    position: relative;
}
.page-of-record .panel .uitab-wrap .uitab-header > ul > li span,
.page-of-record .panel .uitab-wrap .uitab-header > .seo-list > a h6 {
    bottom: -1px;
    left: 0;
    position: absolute;
    background: #005596;
    height: 2px;
    width: 100%;
    display: none;
}
.page-of-record .panel .uitab-wrap .uitab-header > ul > li.current,
.page-of-record .panel .uitab-wrap .uitab-header > .seo-list > a.current{
    color: #005596;
}
.page-of-record .panel .uitab-wrap .uitab-header > ul > li.current span,
.page-of-record .panel .uitab-wrap .uitab-header > .seo-list > a.current h6 {
    display: inline-block;
    vertical-align: middle;
}
.page-of-record .panel .uitab-wrap .uitab-item {
    display: none;
}
.page-of-record .panel .uitab-wrap .uitab-item.current {
    display: block;
}
.page-of-record .unit {
    margin: 20px 20px 0 auto;
    text-align: right;
    color: #596477;
    font-size: 16px;
    line-height: 1.5;
}
.page-of-record .monitor-charsbox {
    display: none;
    position: absolute;
    width: 472px;
    height: 450px;
    padding: 20px;
    z-index: 11;
    pointer-events: auto !important;
    background-color: #fff;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.35);
}
.page-of-record .monitor-charsbox .unit {
    margin: 0;
}
.page-of-record .monitor-charsbox .title {
    font-size: 16px;
    line-height: 1.5;
    color: #596477;
}
.page-of-record .monitor-charsbox .mcharts {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #f1f2f4;
}
.page-of-record .monitor-charsbox:before {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid  #fff;
    font-size: 0;
    line-height: 0;
    top: 50%;
    left: -30px;
    position: absolute;
}
.page-of-record .source-tool {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 20px;
}
.page-of-record .source-tool > span {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
}
.page-of-record .source-tool .source-pop {
    top: -100px;
    left: 50%;
    display: none;
    position: absolute;
    z-index: 11;
    pointer-events: auto !important;
    background-color: #fff;
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.35);
    margin-left: -70px;
    width: 140px;
    height: 100px;
    line-height: 36px;
    padding: 4px;
    text-align: center;
}
.page-of-record .source-tool .source-pop .unit {
    margin: 0;
}
.page-of-record .source-tool .source-pop .title {
    font-size: 16px;
    line-height: 1.5;
    color: #596477;
}
.page-of-record .source-tool .source-pop .mcharts {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #f1f2f4;
}
.page-of-record .source-tool .source-pop:before {
    content: '';
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-right: 15px solid  #fff;
    font-size: 0;
    line-height: 0;
    top: 50%;
    left: -30px;
    position: absolute;
}
.page-of-record .source-tool .source-pop:before {
    content: '';
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid  #fff;
    top: auto;
    bottom: -30px;
    left: 50%;
    position: absolute;
}
.page-of-record .source-tool:hover .source-pop {
    display: block;
}


.record-content_j table{
    border-collapse:collapse;
}
.record-content_j table td, .record-content_j table th{
    border: 1px solid #c0cdd3;
}
.record-table td{
    padding: 10px;
}
.btn-sure {
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border: 1px solid #005596;
    border-radius: 2px;
    text-align: center;
    font-weight: bold;
    transition: 0.3s;
    margin: 0 auto;
}
.btn-sure.btn-sure {
    background: #005596;
    color: #fff;
}