    .infor-wrap {
        width: 100%;
        background: #474e59;
    }

    .infor-content {
        width: 1200px;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    img {
        border: none;
         display: block;
    }

    input,
    select,
    textarea {
        outline: none;
        /* border: none;
        background: none; */
    }

    input {
        appearance: button;
        -moz-appearance: button;
        -webkit-appearance: button;
    }

    textarea {
        resize: none;
    }

    a {
        text-decoration: none;
        color: #656565;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -moz-tap-highlight-color: rgba(0, 0, 0, 0);
        -ms-tap-highlight-color: rgba(0, 0, 0, 0);
        -o-tap-highlight-color: rgba(0, 0, 0, 0);
        tap-highlight-color: rgba(0, 0, 0, 0);
    }

    /*  */

    /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/

    ::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: #eee;
        border-radius: 10px;
    }

    /*定义滚动条轨道 内阴影+圆角*/

    ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: #515A65;
    }

    /*定义滑块 内阴影+圆角*/

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background-color: #808ba1;
    }

    .cont-box .title-txt {
        color: #fff;
        font-size: 16px;
        line-height: 39px;
    }

    .cont-box .title-inp {
        border: 1px solid #272c37;
        background: #2f3641;
        border-radius: 1px;
        line-height: 25px;
        margin-bottom: 7px;
        width: 100%;
        color: #fff;
        padding-left: 5px;
        font-size: 14px;
    }

    .cont-box .textarea {
        width: 100%;
        border: 1px solid #272c37;
        background: #2f3641;
        border-radius: 1px;
        color: #fff;
        padding-left: 2px;
        height: 198px;
        overflow-y: auto;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cont-box .title-txt2 {
        line-height: 27px;
    }

    .cont-box .title-inpurl {
        border: 1px solid #272c37;
        background: #2f3641;
        border-radius: 1px;
        line-height: 25px;
        margin-left: 18px;
        width: 414px;
        color: #fff;
        padding-left: 5px;
        font-size: 14px;
    }

    .cont-box .zhuaqu-btn {
        line-height: 27px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        background: #1692d0;
        display: inline-block;
        width: 92px;
        border-radius: 1px;
        margin-left: 7px;
        cursor: pointer;
    }

    .cont-box .search-url {
        padding-bottom: 30px;
        border-bottom: 1px solid #272c37;
    }

    .cont-box .abstract-box {
        /* padding-top: 30px; */
    }

    .cont-box .abstract-title {
        padding: 30px 0 21px 0;
    }

    .cont-box .abstract-desc {
        padding: 24px 33px 24px 20px;
        background: #535a65;
    }

    .abstract-desc .summary {
        font-size: 14px;
        color: #fff;
        line-height: 24px;
        padding-bottom: 15px;
        border-bottom: 1px dashed #474e59;
    }

    .mood-box {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }

    .gj-txt span {
        padding-left: 20px;
    }

    .message-box {
        padding-top: 30px;
    }

    .tab-ul {
        padding-bottom: 20px;
    }

    .tab-ul li {
        float: left;
        color: #fff;
        font-size: 14px;
        background-color: #2f3641;
        border: 1px solid #272d37;
        /*  padding:10px 24px 9px 21px;  */
        width: 101px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        border-left: none;
        cursor: pointer;
    }

    .tab-ul li:first-child {
        border-left: 1px solid #272d37;
    }

    .tab-ul li.active {
        background-color: #1692d0;
        border: 1px solid #1692d0;
    }

    .cont-box .qcbz-box {
        padding: 32px 52px 26px 26px;
        background-color: #2f3641;
        border: 1px solid #272c37;
        display: none;
        height: 725px;
       
    }
    .qcbz-con{
        height: 725px;
        overflow-y: auto;
    }
    .cont-box .qcbz-box.show-active {
        display: block;
    }

    .cont-box .reading-box {
        padding-top: 38px;
    }

    .reading-box ol {
        padding-top: 15px;
    }

    .reading-box ol li {
        line-height: 24px;
    }

    .reading-box ol li img {
        position: relative;
        top: 2px;
    }

    .reading-box ol li a {
        padding-left: 6px;
        font-size: 14px;
        color: #fff;
    }

    .bar-charts {
        width: 1200px;
        height: 725px;
    }

    .bar-charts2 {
        height: 725px;
        width: 1200px;
    }

    .star-ul {
        padding-left: 0;
        overflow: hidden;
    }

    .star-ul li {
        float: left;
        list-style: none;
        width: 13px;
        height: 13px;
    }

    .star-ul li a {
        display: inline-block;
        padding-top: 13px;
        width: 50%;
        overflow: hidden;
    }

    .halfStar {
        background: url(./img/halfStar.png) !important;
    }

    .fullStar {
        background: url(./img/fullStar.png)
    }

    .emptyStar {
        background: url("./img/gray-icon.png") center center no-repeat;
    }

    /*星星样式*/

    .show_number {
        padding-left: 20px;
        /*  padding-top:10px; */
        padding-top: 8px;
    }

    .show_number li {
        width: 110px;
        overflow: hidden;
        /*   border:1px solid #ccc; 
  padding:10px; 
  margin-right:5px; 
  margin-bottom:20px; */
    }

    .atar_Show {
        background: url(./img/gray-icon.png);
        width: 65px;
        height: 13px;
        position: relative;
        float: left;
    }

    .atar_Show p {
        background: url(./img/fullStar.png);
        left: 0;
        height: 13px;
        /* width:134px; */
    }

    .show_number li span {
        line-height: 13px;
        font-size: 12px;
        float: left;
        padding-left: 10px;
    }

    .set_image_all {
        cursor: pointer;
        position: relative;
    }

    .set_image_item {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        z-index: 20;
    }

    .set_image_top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }

    .set_image_top>div {
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    /*星星样式2*/

    .grade {
        /* vertical-align: bottom; */
            font-size: 14px;
            font-weight: 100;
            padding-left: 5px;
    }

    .set_image_all {
        position: relative;
    }

    .set_image_all .set_image_item {
        position: relative;
        display: inline-block;
        z-index: 11;
        visibility: visible;
    }

    .set_image_all .set_image_top {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 15;
    }

    .set_image_all .set_image_top>div {
        display: inline-block;
        overflow: hidden;
    }

    .zy-txt{
        padding-top: 2px;
        padding-left: 20px;
    }