.zg {
    margin: 20px auto;
    width: 1270px;
}

.zg-header {
    background: #fff;
    min-width: 1270px;
    padding: 10px 0;
}

.zg section {
    margin: 0 0 20px;
}

.zg article {
    width: 885px;
    float: left;
}

.zg-index section {
    margin: 20px 0 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}

/* 诊股首页 */

.zg-index section.search-wrap {
    background: url(../images/zg.png) no-repeat;
    height: 300px;
    border: none;
    padding: 0;
}

/* 得分第一 */

.search-wrap .rank-1 {
    width: 690px;
    height: 252px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    float: left;
    margin: 25px 10px 25px 25px;
    color: #fff;
    position: relative;
}

.search-wrap .rank-1 strong {
    display: block;
    margin: 35px 0 16px 35px;
    font-size: 24px;
    line-height: 1;
    font-weight: normal;
}

.search-wrap .rank-1 strong em {
    font-size: 36px;
}

.search-wrap .rank-1 p {
    font-size: 16px;
    text-align: justify;
    width: 375px;
    margin: 0 0 0 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    line-height: 1.8;
}

.search-wrap .rank-1 p strong {
    display: inline-block;
    margin: 0;
    font-size: 16px;
}

.search-wrap .rank-1 p span {
    display: none;
}

.search-wrap .rank-1 a {
    display: block;
    color: #6dc3ff;
    margin: 0 0 0 35px;
    float: left;
    line-height: 2;
    font-size: 14px;
}

.search-wrap .rank-1 a:hover {
    text-decoration: underline;
}

.search-wrap .rank-1 .rank-1-stock {
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../images/zg-rank-bg.png) no-repeat center;
    background-size: contain;
    top: 25px;
    right: 35px;
    position: absolute;
}

.search-wrap .rank-1 .rank-1-stock strong {
    margin: 0;
    text-align: center;
    line-height: 1;
    margin: 50px 0 0;
    font-size: 16px;
}

.search-wrap .rank-1 .rank-1-stock span {
    display: block;
    text-align: center;
    line-height: 1;
    margin: 18px 0 0;
    font-size: 36px;
}

.search-wrap .rank-1 .rank-1-stock i {
    display: block;
    text-align: center;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #6dc3ff;
}

/* 统计&搜索 */

.search-wrap .stock-search-wrap {
    width: 520px;
    height: 252px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    float: left;
    margin: 25px 0 0;
    color: #fff;
}

.search-wrap .zd-count-wrap {
    float: left;
}

.search-wrap .zd-count-wrap strong {
    display: block;
    margin: 44px 0 0 35px;
    line-height: 1;
    font-weight: normal;
    font-size: 24px;
}

.search-wrap .zd-count-wrap .zd-count {
    margin: 24px 0 0 35px;
    line-height: 1;
    font-size: 24px;
    line-height: 32px;
}

.search-wrap .zd-count-wrap .zd-count i {
    width: 22px;
    height: 32px;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(202, 200, 200, 1) 0%, rgba(248, 247, 247, 1) 100%);
    margin: 0 2px 0 0;
    color: #000;
}

.search-wrap .zd-count-wrap .zd-count i:last-of-type {
    margin: 0 6px 0 0;
}

.search-wrap .zd-count-wrap p {
    width: 160px;
    font-size: 16px;
    margin: 7px 0 0 35px;
    line-height: 2;
    opacity: 0.75;
}

.search-wrap .zd-count-wrap p span {
    color: #6DC3FF;
}

.search-wrap .stock-search {
    float: right;
    width: 220px;
    margin: 50px 35px 0 0;
}

.search-wrap .stock-search strong {
    font-weight: normal;
    opacity: 0.5;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px;
    display: block;
}

.stock-search div.zg-search-wrap {
    position: relative;
}

.zg-search-wrap div {
    position: absolute;
    background: #fff;
}

.zg-search-wrap div {
    position: absolute;
    width: 100%;
    top: 100%;
    border: 1px solid #f00;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}

.zg-search-wrap div a {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 3;
}

.zg-search-wrap div a.active {
    background: #c21f1b11;
}

.zg-search-wrap div a:hover {
    background: #c21f1b11;
}

.zg-search-wrap div a span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
}

.stock-search input {
    width: 220px;
    height: 47px;
    border: 1px solid #C21E1B;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
    text-indent: 16px;
}

.stock-search button {
    width: 220px;
    height: 47px;
    border-radius: 4px;
    box-sizing: border-box;
    background: #C21E1B;
    color: #fff;
    margin: 12px 0 0;
    font-size: 18px;
    cursor: pointer;
}

.zg-news .stock-pic-wrap {
    width: 635px;
    float: left;
}

.zg-news .hot-news {
    float: right;
    width: 543px;
}

.zg-news .hot-news .title {
    border-bottom: 1px solid #EFEFEF;
}

.zg-news .hot-news .title strong {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 1px solid #c21f1b;
    padding: 0 0 10px;
    display: inline-block;
    margin: 0 0 -1px;
}

.zg-news .hot-news .title strong i {
    font-size: 18px;
    display: inline-block;
    text-align: center;
    width: 60px;
    background: url(../images/zg-hot-bg.png) no-repeat;
    color: #fff;
    margin: 0 0 0 5px;
}

.zg-news .hot-news a {
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 17px 25px 16px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #EFEFEF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    position: relative;
}

.zg-news .hot-news a:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.zg-news .hot-news a::before {
    display: inline-block;
    color: #777777;
    margin: 0 15px 0 0;
}

.zg-news .hot-news a::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/zg-hot-icon.png);
    position: absolute;
    right: 0;
    top: 15px;
}

.zg-news .hot-news a:nth-of-type(1)::before {
    content: '1';
}

.zg-news .hot-news a:nth-of-type(2)::before {
    content: '2';
}

.zg-news .hot-news a:nth-of-type(3)::before {
    content: '3';
}

.zg-news .hot-news a:nth-of-type(4)::before {
    content: '4';
}

.zg-news .hot-news a:nth-of-type(5)::before {
    content: '5';
}

.stock-rank {
    width: 895px;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px !important;
}

.stock-rank ul {
    height: 684px;
}

.stock-rank li {
    margin: 20px 20px 0 0;
    float: left;
    width: 415px;
}

.stock-rank li:nth-of-type(2n) {
    margin: 20px 0 0;
}

.stock-rank li a.stock-info {
    display: block;
    background: #F5F5F5;
    padding: 19px 19px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
}

.stock-rank li a.stock-info span {
    float: left;
}

.stock-rank li a.stock-info span strong {
    display: block;
}

.stock-rank li a.stock-info span.stock-name {
    width: 200px;
    color: #0B7AFC;
    font-size: 16px;
    line-height: 1;
}

.stock-rank li a.stock-info span.stock-name strong {
    color: #333;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 10px;
}

.stock-rank li a.stock-info span.stock-price {
    width: 100px;
    color: #999;
    font-size: 14px;
    line-height: 1;
    text-align: center;
}

.stock-rank li a.stock-info span.stock-price strong {
    font-size: 28px;
    margin: 0 0 5px;
}

.stock-rank li a.stock-info span.stock-price strong.stock-up::after {
    content: '↑';
    font-size: 18px;
}

.stock-rank li a.stock-info span.stock-price strong.stock-down::after {
    content: '↓';
    font-size: 18px;
}

.stock-rank li a.stock-info span.stock-score {
    width: 48px;
    height: 48px;
    background: #FFDC19;
    border-radius: 100%;
    text-align: center;
    float: right;
    font-size: 12px;
    line-height: 1;
}

.stock-rank li a.stock-info span.stock-score strong {
    font-size: 20px;
    font-weight: 400;
    margin: 5px 0 2px;
}

.stock-rank li a.stock-pj {
    border: 1px solid #ddd;
    border-top: none;
    padding: 12px 19px;
    display: block;
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 38px;
    position: relative;
}

.stock-rank li a.stock-pj::after {
    width: 100%;
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 13px;
}

.stock-rank li:hover a.stock-info {
    background: #FF6666;
    border: 1px solid #FF6666;
    border-bottom: none;
}

.stock-rank li:hover a.stock-info .stock-price, .stock-rank li:hover a.stock-info .stock-price strong, .stock-rank li:hover a.stock-info .stock-name strong, .stock-rank li:hover a.stock-info .stock-name {
    color: #fff !important;
}

.stock-rank li:hover a.stock-pj {
    border: 1px solid #f66;
    border-top: none;
}

/* 
.zg-search {
    width: 640px;
    margin:20px auto 0;
    height: 46px;
    line-height: 46px;
    background: #fff;
    font-size: 12px;
    position: relative;
}

.zg-search div {
    width: 540px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #c21f1b;
    position: absolute;
    top: 100%;
    left: 0;
    margin: -1px 0 0;
    display: none;
    z-index: 1;
}

.zg-search div a {
    display: block;
}

.zg-search div a.active {
    background: #c21f1b11;
}

.zg-search div a:hover {
    background: #c21f1b11;
}

.zg-search div span {
    display: inline-block;
    width: 25%;
    line-height: 30px;
    text-align: center;
}

.zg-search input {
    width: 540px;
    box-sizing: border-box;
    height: 46px;
    border: 1px solid #ddd;
    border-right: none;
    padding: 0 0 0 10px;
    float: left;
    font-size: 12px;
}

.zg-search input:focus {
    border-color: #c21f1b;
}

.zg-search button {
    width: 100px;
    background: #c21f1b;
    color: #fff;
    text-align: center;
    display: block;
    float: right;
    cursor: pointer;
    height: 46px;
}

.zg-rank p {
    text-align: center;
    font-size: 14px;
    position: relative;
    margin: 20px 0;
}

.zg-rank p::after,
.zg-rank p::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 1px;
    background: #f3f3f3;
    top: 50%;
    left: 0;
}

.zg-rank p::after {
    right: 0;
    left: auto;
}

.zg .stock-table tbody tr .stock-rank {
    padding: 0 0 0 2px;
}

.zg-Copyright {
    float: left;
    width: 1000px;
    color: #666;
    font-size: 14px;
    margin: 30px 0 0;
}

.zg-Copyright a {
    color: #666;
}
 */

/* 
.zg-header div {
    width: 1260px;
    margin: 0 auto;
}

.zg-header div a {
    float: left;
}

.zg-header div a.back {
    float: right;
    margin: 37px 0 0;
    font-size: 12px;
    color: #4c86cc;
}

.zg-header div a.back::after {
    content: '>';
    padding: 0 0 0 5px;
    font-family: '宋体';
} */

.zg-Copyright {
    float: left;
    width: 1000px;
    color: #666;
    font-size: 14px;
    margin: 30px 0 0;
}

.zg-Copyright a {
    color: #666;
}

.stock-table-wrap .list-tab {
    margin: 0;
}

.zg header {
    background: #fff;
    margin: 0 0 20px;
    line-height: 1;
    padding: 20px 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.zg header .stock-name {
    float: left;
    font-weight: bold;
    margin: 0 5px 0 0;
    font-size: 18px;
}

.zg header .stock-name:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.zg header em {
    font-size: 16px;
    display: inline-block;
    padding: 3px 0 0;
}

.zg header div.stock-price {
    float: right;
}

.zg header .stock-price span {
    margin: 0 0 0 10px;
}

.zg header .stock-price .price {
    padding: 0 0 0 15px;
}

.zg header .stock-price .price.stock-down {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAwUlEQVQokbXSMUoEQRAF0FeroWAiZmIgCJ5AAzdXwWzBG3iNdo5hIF5CPISRuZmYKCxGIshiGdgjPQMT+qP/qz5d9amOzNQjurjFbpXvuMiSK1g3xAIbjV7DCmYj43PDX/E3bmycxP8bvxueWfKrF+HKDpZ+0z3ioPbesFfr2zMc4aM29psXt/CCT5xEZoournE5sd5dljyP/jLRxT1OR6aHLHk4CJMlz/DUmJaYT6U+bvh8kLr9FHWFBTaz5E1b/wFw1Tx5sBkpQQAAAABJRU5ErkJggg==) no-repeat center left;
}

.zg header .stock-price .price.stock-up {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAOCAYAAAAWo42rAAAAtklEQVQokbWPKw7CQBRFzxRImsACGr4Ci2MBjEJgGQySpbAJVoCBJij8JDgsODwkCAyCURQzJa8tlRx177vHPJUkCRJn9Bioh7HdybuSojO6ATx9bYaxvaVbQBYr8kEOX9EZvQaGYus7o/cZ0Rm9BOYUmTijVwDqNR3NgM0PSbIIgDPQBSLgIsY70AHawDH/9QkY+HoNY9sqPOOpiBw4o2tlYin/F7siR4BKSzUnboGezw/gnQ4fdn0tcdzWFC4AAAAASUVORK5CYII=) no-repeat center left;
}

.zg .zg-point, .zg .zg-commt {
    padding: 30px;
    background: #fff;
    margin: 0 0 20px;
    text-align: justify;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.zg .zg-commt strong {
    color: #c21f1b;
}

.zg .zg-commt span {
    color: #999;
    font-size: 12px;
    margin: 10px 0 0;
    display: block;
}

.zg .zg-point>div {
    float: left;
    width: 50%;
    border-right: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
}

.zg .zg-point>div:nth-of-type(2) {
    border: none;
}

.zg .zg-point p {
    width: 350px;
    /* height: 40px; */
    line-height: 40px;
    margin: 0 auto;
    border: 1px solid #eee;
    font-size: 16px;
}

.zg .zg-point b {
    color: #c21f1b;
}

.zg .zg-point p i {
    color: #c21f1b;
}

.zg-item h4 {
    position: relative;
    padding: 0 0 0 30px;
    font-size: 18px;
    line-height: 1;
    margin: 30px 0;
}

.zg-item h4::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #c21f1b;
    top: 5px;
    left: 12px;
}

.zg-item .qushi-level {
    margin: 0 0 25px;
}

.zg-item .qushi-level span {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    /* border: 1px solid #ddd; */
    color: #fff;
    margin: 10px 0;
}

/* .zg-item .qushi-level span:last-of-type {
    margin: 0;
} */

.zg-item .qushi-level .active {
    border: none;
    margin: 0;
    height: 60px;
    line-height: 60px;
    position: relative;
}

.zg-item .qushi-level .active::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    top: 100%;
    left: 50%;
    margin: -5px 0 0 -5px;
    background: #f00;
}

.zg-item .qushi-level .sell.active::after, .zg-item .qushi-level .sell {
    background: #348a1b;
}

.zg-item .qushi-level .underweight.active::after, .zg-item .qushi-level .underweight {
    background: #52b80c;
}

.zg-item .qushi-level .neutral.active::after, .zg-item .qushi-level .neutral {
    background: #e1d300;
}

.zg-item .qushi-level .overweight.active::after, .zg-item .qushi-level .overweight {
    background: #f79301;
}

.zg-item .qushi-level .buy.active::after, .zg-item .qushi-level .buy {
    background: #c21f1b;
}

.zg-item .qushi-commt {
    background: #fcf4f3;
    padding: 20px;
    margin: 0 0 25px;
}

.zg-item .qushi-commt i {
    color: #c21f1b;
    line-height: 2;
}

.zg-item .qushi-zhangdie>div {
    float: left;
    width: 50%;
}

.zg-item .qushi-zhangdie>div .type {
    float: left;
    width: 84px;
    margin: 0 20px 0 0;
}

.zg-item .qushi-zhangdie>div .type-info {
    float: left;
    width: 307px;
    padding: 17px 0 0;
}

.zg-item .qushi-zhangdie>div .type-info p span {
    margin: 0 20px 0 0;
    font-size: 18px;
}

.zg-item .qushi-zhangdie>div .type-info div span {
    width: 50%;
    float: left;
    margin: 8px 0 0;
}

.zg-item .qushi-zhangdie .up-type {
    background: #ffeeee;
}

.zg-item .qushi-zhangdie .down-type {
    background: #edffed;
}

.zg-item .qushi-zhangdie .type img {
    position: relative;
    z-index: 1;
}

.zg-item .qushi-zhangdie .down .type img {
    transform: rotate(180deg);
}

.zg-item .qushi-zhangdie .type {
    position: relative;
}

.zg-item .qushi-zhangdie .type span {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.zg-item .qushi-zhangdie .up-type span {
    background: #fc9392;
}

.zg-item .qushi-zhangdie .up-type span::before {
    position: absolute;
    content: '';
    width: 84px;
    height: 29px;
    background: url(../images/red.gif) no-repeat;
    background-size: cover;
    bottom: 100%;
    z-index: 0;
}

.zg-item .qushi-zhangdie .down-type span {
    background: #5ad183;
}

.zg-item .qushi-zhangdie .down-type span::before {
    position: absolute;
    content: '';
    width: 84px;
    height: 29px;
    background: url(../images/green.gif) no-repeat;
    background-size: cover;
    bottom: 100%;
    z-index: 0;
}

.zg-item .qushi-zhangdie>div .up-info em, .zg-item .qushi-zhangdie>div .up-info p b {
    color: #c21f1b;
}

.zg-item .qushi-zhangdie>div .down-info em, .zg-item .qushi-zhangdie>div .down-info p b {
    color: #008100;
}

.zg-item .qushi-zhangdie>div .other-type p span {
    display: block;
    line-height: 2.5;
    margin: 0 0 0 30px;
}

.zg-item .qushi-zhangdie>div .other-type>div {
    display: none;
}

.zg-item .zg-hsl li {
    float: left;
    width: 25%;
    text-align: center;
}

.zg-item .zg-hsl li span {
    margin: 10px 0 0;
    color: #999;
    font-size: 14px;
}

.zg-item .zg-hsl li .zg-hsl-canvas {
    height: 150px;
}

.zg-item .tips {
    background: #fcf4f3;
    padding: 15px;
    text-align: center;
    /* color: #c21f1b; */
}

.zg-item .zg-zdt {
    margin: 0 auto;
}

.zg-item .zg-zdt li {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 110px 0 0;
}

.zg-item .zg-zdt li p {
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #999;
}

.zg-item .zg-zdt li p span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 100%;
}

.zg-item .zg-zdt li dl {
    padding: 0 10px;
    margin: 0 10px;
    border-left: 1px solid #eee;
    position: relative;
}

.zg-item .zg-zdt li dl::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 0;
}

.zg-item .zg-zdt li dt {
    clear: both;
    position: relative;
    z-index: 1;
}

.zg-item .zg-zdt li dt span {
    padding: 0 10px;
    line-height: 20px;
}

.zg-item .zg-zdt li dd {
    height: 20px;
    width: 50%;
    margin: 10px 0;
    border-radius: 0 5px 5px 0;
    position: relative;
    z-index: 1;
    float: left;
}

.zg-item .zg-zdt li.zhangting {
    text-align: right;
    padding: 0 0 0 110px;
}

.zg-item .zg-zdt li.zhangting dl {
    border: none;
    border-right: 1px solid #eee;
}

.zg-item .zg-zdt li.zhangting dd {
    border-radius: 5px 0 0 5px;
    float: right;
}

.zg-item .zg-zjlx-tips {
    background: #fcf4f3;
    padding: 20px;
}

.zg-item .zjlx-tab span {
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    float: left;
    line-height: 40px;
    background: #c21f1b;
    color: #fff;
    cursor: pointer;
}

.zg-item .zjlx-tab span.active {
    background: #fff;
    color: #333;
}

.zg-item .zg-zjlx-30day, .zg-item .zg-zjlx-5day {
    border: 1px solid #eee;
    margin: 0 0 20px;
}

.zg-item .zg-zjlx-5day .zijin_5day, .zg-item .zg-zjlx-5day .zijin_5day2 {
    height: 300px;
    width: 60%;
    margin: 0 auto;
}

.zg-item .zg-zjlx-5day .zjlx-5day p {
    width: 60%;
    border: 1px solid #eee;
    margin: 20px auto 0;
    text-align: center;
    line-height: 40px;
}

.zg-item .zg-zjlx-30day p {
    margin: 0;
    background: #fcf4f3;
    padding: 20px 20px 10px;
}

.zg-item .zg-zjlx-30day p span {
    display: block;
    padding: 0 0 0 15px;
    border-left: 5px solid #c21f1b;
    line-height: 1;
    margin: 0 0 10px;
}

.zg-item .zg-zjlx-30day .zjlx-30day {
    height: 300px;
    width: 50%;
    margin: 0 auto;
}

.zg-item .zg-plz p {
    font-size: 16px;
    color: #666;
    margin: 0 auto 30px;
    background: #fcf4f3;
    padding: 15px;
    text-align: center;
}

.zg-item .zg-plz p span {
    width: 33.3%;
    float: right;
    line-height: 2;
}

.zg-item .zg-plz p span i {
    margin: 0 0 0 10px;
}

.zg-item .plz-canvas {
    width: 70%;
    height: 400px;
    margin: 0 auto;
}

.zg-item .zg-bdl li {
    float: left;
    width: 50%;
    padding: 0 20px;
    margin: 20px 0;
    box-sizing: border-box;
    position: relative;
}

.zg-item .zg-bdl li img {
    float: right;
}

.zg-item .zg-bdl li div {
    float: left;
    height: 108px;
    text-align: center;
    padding: 47px 0 0;
    box-sizing: border-box;
}

.zg-item .zg-bdl li div strong {
    display: block;
}

.zg-item .zg-bdl li span {
    position: absolute;
    color: #fff;
    width: 55px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
}

.zg-item .zg-bdl li span.bdl-high {
    right: 20px;
    top: 0;
}

.zg-item .zg-bdl li span.bdl-low {
    top: 59px;
    left: 111px;
}

.zg-item .zg-bdl li.bdl-0 span.bdl-high {
    top: 56px;
}

.zg-item .zg-bdl li.bdl-0 span.bdl-low {
    top: 56px;
}

.zg-item #zg-jrzjlr, .zg-item #zg-30zjlr, .zg-item .plz-canvas {
    width: 70%;
    height: 400px;
    margin: 0 auto;
}

.zg-item #zg-gdrs, .zg-item #zg-rjcg, .zg-item #zg-jgcc, .zg-item #zg-gjpm, .zg-item #zg-szpm {
    height: 400px;
    margin: 0 auto;
    clear: both;
}

.zg-item .rank {
    border: 1px solid #f3d2d1;
    background: #fcf4f3;
    float: left;
    width: 150px;
    margin: 0 20px 20px 0;
    font-size: 12px;
    padding: 15px;
    line-height: 1;
}

.zg-item .rank strong {
    color: #c21f1b;
    display: block;
    font-size: 24px;
    margin: 10px 0 0;
}

.gd-tips {
    padding: 20px;
    background: #fcf4f3;
    text-align: center;
}

.pingji-img {
    position: relative;
}

.pingji-img img {
    margin: 30px auto;
}

.pingji-img div {
    position: absolute;
    left: 357px;
    top: 130px;
    padding: 0 0 0 30px;
    line-height: 2;
    font-size: 16px;
}

.pingji-img div span {
    display: block;
}

.pingji-img ul {
    padding: 20px 0 30px;
    clear: both;
}

.pingji-img ul li {
    font-size: 14px;
    padding: 0 0 0 10px;
    float: left;
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
}

.caozuo {
    text-align: center;
}

.caozuo span {
    display: inline-block;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border: 1px solid #ddd;
    margin: 15px;
    box-sizing: border-box;
    color: #666;
}

.caozuo span.on {
    background: #c21f1b;
    color: #fff;
    border: none;
}

.pingji tr {
    border-bottom: 1px solid #eee;
}

.hte-dl {
    margin: 35px 0 20px 12px;
}

.hte-dl dt {
    width: 60px;
    height: 60px;
    background: #c21f1b;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
    border-radius: 100%;
    margin: 30px 0 0;
}

.hte-dl dt:first-of-type {
    margin: 0;
}

.hte-dl dd {
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 0 0 50px;
    position: relative;
}

.hte-dl dd::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #c21f1b;
    border-radius: 100%;
    position: absolute;
    left: 26px;
    top: 25px;
}

.hte-dl dd::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: #eee;
    top: 0px;
    left: 29px;
}

.hte-dl dd time {
    color: #999;
    margin: 0 10px 0 0;
}

.hte-dl dd strong {
    font-weight: normal;
}

.heitiane span.tips {
    background: #fff;
    font-size: 14px;
    line-height: 1;
    padding: 0;
    color: #999;
}

.hte-add-btn {
    width: 130px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    color: #999;
    margin: 0 auto;
    cursor: pointer;
    font-size: 14px;
}

.hte-add-btn::before {
    content: '+';
    margin: 0 5px 0 0px;
    font-size: 14px;
}

.hte-add form {
    width: 400px;
    margin: 0 auto;
    font-size: 14px;
}

.hte-add form>div {
    margin: 20px 0 0;
}

.hte-add form label {
    float: left;
    width: 100px;
    text-align: right;
    line-height: 36px;
}

.hte-add form textarea, .hte-add form input {
    border: 1px solid #ccc;
    width: 300px;
    height: 36px;
    float: right;
    box-sizing: border-box;
    padding: 0 10px;
}

.hte-add form textarea {
    height: 160px;
    padding: 10px;
}

.hte-add form a, .hte-add form button {
    float: right;
    margin: 20px 0 0 20px;
    width: 140px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 34px;
    text-align: center;
    cursor: auto;
}

.hte-add form .hte-submit {
    border-color: #c21f1b;
    color: #c21f1b;
}

.hte-add form div {
    position: relative;
}

.hte-add form div ul {
    position: absolute;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #c21f1b;
    right: 0;
    top: 100%;
    z-index: 999;
    background: #fff;
    display: none;
}

.hte-add form div ul li {
    display: block;
    line-height: 36px;
}

.hte-add form div ul li span {
    width: 25%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
}

/* 详细页搜索 */

aside .stock-search {
    background: #fff;
    height: 36px;
    box-sizing: border-box;
    margin: 0 0 20px;
    position: relative;
}

aside .stock-search input {
    height: 36px;
    float: left;
    width: 319px;
    font-size: 12px;
    padding: 0 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: none;
}

aside .stock-search .search-btn {
    width: 36px;
    text-indent: -999px;
    overflow: hidden;
    background: #c21f1b url(../images/icons.png) no-repeat -33px -210px;
    padding: 0;
    border: none;
}

aside .stock-search div {
    position: absolute;
    width: 100%;
    top: 100%;
    border: 1px solid #f00;
    box-sizing: border-box;
    background: #fff;
    z-index: 1;
}

aside .stock-search div a {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 3;
}

aside .stock-search div a.active {
    background: #c21f1b11;
}

aside .stock-search div a:hover {
    background: #c21f1b11;
}

aside .stock-search div a span {
    display: inline-block;
    width: 33.3%;
    text-align: center;
}

.stock-info-fixed {
    background: #c21f1b;
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    line-height: 40px;
    z-index: 999;
    color: #fff;
    transition: all 0.5s;
}

.stock-info-fixed div {
    max-width: 1260px;
    width: 100%;
    min-width: 885px;
    margin: 0 auto;
}

.stock-info-fixed div span {
    float: left;
    width: 14.28%;
    text-align: center;
}

.loadingBox {
    position: fixed;
    top: 0;
    left: 0;
    background: url(../images/loading.gif) #00000033 no-repeat center;
    width: 100vw;
    height: 100vh;
    z-index: 999;
}

.loadingBox::before {
    content: '加载中...';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    width: 100px;
    text-align: center;
    margin: 50px 0 0 -50px;
}

.loading img {
    margin: 0 auto;
}

.loading span {
    display: block;
    text-align: center;
    margin-top: 0;
}

.toTop {
    width: 48px;
    height: 48px;
    background: #fff;
    position: fixed;
    bottom: -48px;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    cursor: pointer;
}

.toTop::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(data:image/png;base64,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) no-repeat center;
    background-size: cover;
    left: 8px;
    top: 9px;
}

.browser-tips {
    position: fixed;
    line-height: 36px;
    background: rgba(194, 31, 27, 0.66);
    color: #fff;
    text-align: center;
    width: 100%;
    bottom: -62px;
    left: 0;
    transition: bottom 0.5s;
    z-index: 9999;
    padding: 12px 0;
}

.browser-tips span {
    border: 1px solid #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 0 0 10px;
    border-radius: 5px;
    cursor: pointer;
}