/* 切换标签 */

.tab-title * {
    cursor: pointer;
}

/* 股票表格-通用 */

.stock-table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    font-size: 14px;
}

.stock-table thead {
    background: #f3f3f3;
}

.stock-table thead th {
    font-weight: normal;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

.stock-table th, .stock-table td {
    text-align: center;
}

.stock-table th a, .stock-table td a {
    color: #0861cc;
    /* display: block; */
}

.stock-table th a:hover, .stock-table td a:hover {
    text-decoration: underline;
}

.stock-table tbody tr {
    border-bottom: 1px solid #eee;
}

.stock-table tbody td {
    line-height: 50px;
    padding: 0;
}

.stock-table-code, .stock-table tbody .stock-table-code {
    line-height: 1.5;
    text-align: center;
}

.stock-table-code span, .stock-table tbody .stock-table-code span {
    font-size: 12px;
    color: #999;
    display: block;
}

.stock-table tbody .stock-code-unlogin {
    color: #0861cc;
    cursor: pointer;
}

.stock-table tbody tr .stock-rank {
    display: block;
    width: 14px;
    height: 14px;
    background: #bbb;
    text-align: center !important;
    line-height: 14px;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

.stock-table tbody tr .stock-rank-3 {
    background: #c21f1b;
}

.stock-table tbody tr .stock-focus-name img {
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    margin: 0 5px 0 0;
}

.stock-focus-ope span {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #0B7AFC;
    color: #0B7AFC;
    font-size: 12px;
    cursor: pointer;
    width: 17px;
    height: 17px;
    position: relative;
    text-indent: -9999px;
    margin: 0 10px;
    top: 16px;
}

.stock-focus-ope .stock-focus-remove, .stock-focus-ope .stock-focus-add {
    width: 17px;
    height: 17px;
    position: relative;
    text-indent: -9999px;
    margin: 0 10px;
    top: 16px;
}

.stock-focus-ope .stock-focus-add::after, .stock-focus-ope .stock-focus-add::before {
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 8px;
    background: #0B7AFC;
}

.stock-focus-ope .stock-focus-add::before {
    width: 7px;
    height: 1px;
    top: 8px;
    left: 5px;
}

.stock-focus-ope .stock-focus-remove::before {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    top: 8px;
    left: 5px;
    position: absolute;
    background: #0B7AFC;
}

.stock-focus-ope .stock-focus-buy {
    height: 19px;
    line-height: 19px;
    padding: 0 5px 0 6px;
}

/* 
.stock-table tbody tr .stock-focus-ope span {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #0B7AFC;
    color: #0B7AFC;
    font-size: 12px;
    cursor: pointer;
}


.stock-table tbody tr .stock-focus-ope .stock-focus-remove, .stock-table tbody tr .stock-focus-ope .stock-focus-add {
    width: 17px;
    height: 17px;
    position: relative;
    text-indent: -9999px;
    margin: 0 10px;
    top: 16px;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-add::after, .stock-table tbody tr .stock-focus-ope .stock-focus-add::before {
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 8px;
    background: #0B7AFC;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-add::before {
    width: 7px;
    height: 1px;
    top: 8px;
    left: 5px;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-remove::before {
    content: '';
    display: block;
    width: 7px;
    height: 1px;
    top: 8px;
    left: 5px;
    position: absolute;
    background: #0B7AFC;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-buy {
    height: 19px;
    line-height: 19px;
    padding: 0 5px 0 6px;
} */

.stock-table-left tr th:first-of-type, .stock-table-left tr td:first-of-type {
    text-align: left;
    padding-left: 10px;
}

/* 
.stock-table-left tr th:last-of-type,
.stock-table-left tr td:last-of-type {
    text-align: right;
    padding-right: 10px;
}

 */

/* 
.stock-table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    font-size: 14px;
}

.stock-table thead th {
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    text-align: left;
}
.stock-table thead {
    background: #f3f3f3;
}

.stock-table tbody tr {
    font-size: 14px;
}

.stock-table tbody tr:hover {
    background: #f6f6f6 !important;
}

.stock-table tbody tr td {
    height: 56px;
}

.stock-table tr td:first-of-type,
.stock-table tr th:first-of-type,
.stock-table tbody tr .stock-focus-name {
    line-height: 24px;
    padding: 0 0 0 15px;
}

.stock-table tbody tr .stock-focus-name img {
    width: 24px;
    height: 24px;
    float: left;
    line-height: 24px;
    margin: 0 6px 0 0;
    border-radius: 100%;
}

.stock-table tbody tr a:hover {
    color: #0861cc;
}

.stock-table tbody tr .stock-table-code a {
    width: 100%;
    display: block;
    color: #0861cc;
}

.stock-table tbody tr .stock-table-code a:hover {
    text-decoration: underline;
}

.stock-table tbody tr .stock-table-code span {
    color: #999;
}

.stock-table tbody tr .stock-focus-ope {
    text-align: center;
}

.stock-table tbody tr .stock-focus-ope span {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #c21f1b;
    color: #c21f1b;
    font-size: 12px;
    cursor: pointer;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-add {
    width: 17px;
    height: 17px;
    position: relative;
    text-indent: -9999px;
    margin: 0 10px 0 0;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-add::after,
.stock-table tbody tr .stock-focus-ope .stock-focus-add::before {
    content: '';
    display: block;
    width: 1px;
    height: 7px;
    position: absolute;
    top: 5px;
    left: 8px;
    background: #c21f1b;
}

.stock-table tbody tr .stock-focus-ope .stock-focus-add::before {
    width: 7px;
    height: 1px;
    top: 8px;
    left: 5px;

}

.stock-table tbody tr .stock-focus-ope .stock-focus-buy {
    height: 19px;
    line-height: 19px;
    padding: 0 5px 0 6px;
}

.stock-table tbody tr .stock-rank {
    display: block;
    width: 14px;
    height: 14px;
    background: #bbb;
    text-align: center !important;
    line-height: 14px;
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

.stock-table tbody tr .stock-rank-3 {
    background: #c21f1b;
} */

tr.empty-td td {
    text-align: center !important;
    color: #ccc;
    ;
}

/* 

tr.empty-td:hover {
    background: #fff !important;
} */

.stock-table tbody tr.loading-td td {
    height: 200px;
}

tr.loading-td td::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 70px;
    background: url(../images/loading.gif) no-repeat;
    background-size: cover;
}

tr.loading-td td::after {
    content: '加载中....';
    display: inline-block;
    position: relative;
    top: -27px;
    margin: 0 0 0 20px;
    color: #ccc;
}

.table-sort {
    position: relative;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table-sort::after {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin: 0 0 0 -4px;
}

.table-sort.desc::after {
    background: url(../images/icons.png) no-repeat -41px -440px;
}

.table-sort.active {
    background-color: #c21f1b;
    color: #fff;
}

.table-sort.desc.active::after {
    background: url(../images/icons.png) no-repeat -41px -448px;
}

.table-sort.asc::after {
    background: url(../images/icons.png) no-repeat -41px -452px;
}

/* 
.stock-aside-table a {
    color: #0861cc;
}

.stock-aside-table a:hover {
    text-decoration: underline;
} */

/* .stock-aside-table tr td:first-of-type,
.stock-aside-table tr th:first-of-type,
.stock-aside-table tbody tr .stock-focus-name {
    padding: 0 0 0 0;
    text-align: left;
}

.stock-aside-table tr td,
.stock-aside-table tr th {
    text-align: center;
} */

.teacher-icon::before {
    content: '';
    background: url(../images/V.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin: 0 0 0 5px;
}

/* 分页 */

.page {
    text-align: center;
    margin: 20px 0 0;
}

.page strong, .page span {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: #f3f3f3;
    line-height: 28px;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    box-sizing: border-box;
    margin: 0 2px;
    font-weight: normal;
}

.page span.active {
    background: #c21f1b;
    color: #fff;
    cursor: default;
}

.page span.active:hover {
    background: #c21f1b;
}

.page strong:hover, .page span:hover {
    background: #c21f1b22;
}

.page strong.page-control {
    width: 58px;
}

.liaogu-header {
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
    min-width: 1270px;
}

.liaogu-header .header {
    width: 1270px;
    margin: 0 auto;
    height: 100%;
}

.liaogu-header .logo {
    float: left;
    /* height: 100%; */
    padding: 10px 0 0;
    margin: 0 12px 0 0;
}

.liaogu-header h2 {
    float: left;
    /* height: 100%; */
    padding: 27px 0 0;
}

.liaogu-header h2 i {
    display: block;
    font-size: 14px;
    color: #888;
    margin: 0 0 6px;
    line-height: 1;
    font-weight: normal;
}

.liaogu-header nav {
    float: left;
    height: 80px;
    margin: 0 0 0 60px;
}

.liaogu-header nav a {
    display: inline-block;
    line-height: 80px;
    color: #545454;
    margin: 0 36px 0 0;
}

.liaogu-header nav a:hover {
    color: #c21f1b;
}

.liaogu-header nav a.active {
    line-height: 80px;
    color: #c21f1b;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 5px solid #c21f1b;
}

.liaogu-header .nav-search {
    float: left;
    height: 100%;
    margin: 0 0 0 20px;
}

.liaogu-header .nav-search label {
    display: block;
    height: 34px;
    margin: 23px 0;
    background: #f3f3f3;
    border-radius: 100px;
    padding: 0 20px 0 16px;
}

.liaogu-header .nav-search label input {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    height: 30px;
    margin: 2px 0;
}

.liaogu-header .nav-search label span {
    display: block;
    float: left;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    margin: 8px 0 0;
    background: url(../images/icons.png) no-repeat left -57px;
}

.liaogu-header .app-download {
    float: right;
    height: 100%;
    line-height: 80px;
    font-size: 14px;
    position: relative;
    margin: 0 0 0 20px;
    padding: 0 0 0 25px;
}

.liaogu-header .app-download::before {
    content: '';
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../images/icons.png) no-repeat;
    left: 0;
    top: 50%;
    margin: -9px 0 0;
}

.liaogu-header .login {
    float: right;
    height: 100%;
    line-height: 80px;
    position: relative;
    font-size: 14px;
}

.liaogu-header .login>div {
    float: left;
}

.liaogu-header .login .user-avatar {
    margin: 21px 0;
    position: relative;
    cursor: pointer;
}

.liaogu-header .login .user-avatar a {
    display: block;
}

.liaogu-header .login .user-avatar img {
    width: 38px;
    height: 38px;
    border-radius: 100%;
}

.liaogu-header .login .user-avatar div {
    position: absolute;
    background-color: #fff;
    line-height: 3;
    width: 110px;
    left: 50%;
    margin: 15px 0 0 -50px;
    border-radius: 4px;
    border: 1px solid #ddd;
    display: none;
    z-index: 9999;
}

.liaogu-header .login .user-avatar div::before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(-45deg);
    left: 50%;
    margin: -7px 0 0 -6px;
    background-color: #fff;
}

.liaogu-header .login .user-avatar div a {
    color: #999;
    padding: 0 10px 0 42px;
    position: relative;
}

.liaogu-header .login .user-avatar div a:hover {
    /* color: #0b7afc; */
    background-color: #0b7afc22;
}

.liaogu-header .login .user-avatar div a::before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 11px;
}

.liaogu-header .login .user-avatar div a:nth-of-type(1)::before {
    background: url(../images/icons.png) no-repeat 0 -83px;
    /* background: url(../images/icons.png) no-repeat 0 -78px; */
    /* background-size: 476%; */
}

.liaogu-header .login .user-avatar div a:nth-of-type(2)::before {
    background: url(../images/icons.png) no-repeat 0 -221px;
    /* background: url(../images/icons.png) no-repeat 0 -221px; */
    /* background-size: 476%; */
    width: 23px;
    left: 8px;
}

.liaogu-header .login .user-avatar div a:nth-of-type(3)::before {
    background: url(../images/icons.png) no-repeat 0 -751px;
    /* background: url(../images/icons.png) no-repeat 0 -751px; */
    /* background-size: 476%; */
    width: 23px;
    left: 9px;
}

.liaogu-header .login .user-name {
    margin: 0 0 0 20px;
}

.liaogu-header .login .user-name a {
    color: #000;
}

.liaogu-header .login .user-name a:hover {
    color: #c21f1b;
}

.liaogu-header .login .user-msg {
    width: 20px;
    height: 100%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
    line-height: 1;
    cursor: pointer;
}

.liaogu-header .login .user-msg::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat left -27px;
    /* border-right: 1px solid #ddd; */
    line-height: 1;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 0;
    left: 20px;
    padding: 0 20px 0 0;
}

.liaogu-header .login .user-msg i {
    background: #c21f1b;
    color: #fff;
    display: block;
    position: absolute;
    font-size: 12px;
    padding: 1px 3px 2px;
    border-radius: 20px;
    /* left: 70%; */
    right: -4px;
    bottom: 50%;
    margin-left: -12px;
    width: 7px;
    height: 7px;
    padding: 0;
    right: 1px;
    bottom: 53%;
    display: none;
}

.liaogu-header .unlogin {
    float: right;
    height: 100%;
    line-height: 80px;
    position: relative;
    font-size: 14px;
}

.liaogu-header .unlogin::before {
    content: '';
    display: block;
    width: 19px;
    height: 20px;
    background: url(../images/icons.png) no-repeat left -83px;
    position: absolute;
    left: -25px;
    top: 50%;
    margin: -9px 0 0;
}

.liaogu-header .unlogin span {
    margin: 0 5px;
    cursor: pointer;
}

.liaogu-header .unlogin span:hover {
    color: #c21f1b;
}

.user-msg .hover-wrap {
    position: absolute;
    background: #fff;
    width: 355px;
    border-top: #c21f1b 1px solid;
    top: 90%;
    height: 391px;
    padding: 0 0 20px;
    z-index: 9999;
    right: -58px;
    box-sizing: border-box;
    box-shadow: 0 2px 14px 6px rgba(0, 0, 0, .1);
    cursor: auto;
    transition: all 0.1s linear;
    display: none;
}

.user-msg .hover-show {
    opacity: 1;
    top: 100%;
}

.user-msg .hover-wrap::before {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #c21f1b;
    border-top: 1px solid #c21f1b;
    transform: rotate(45deg);
    position: absolute;
    /* left: 220px; */
    right: 62px;
    top: -6px;
    background: #fff;
}

.user-msg .hover-wrap .tab-title {
    border-bottom: 1px solid #ddd;
}

.user-msg .hover-wrap .tab-title span {
    float: left;
    width: 33.33%;
    padding: 13px 0 13px 44px;
    box-sizing: border-box;
    color: #999;
    font-size: 12px;
    line-height: 1;
    position: relative;
}

.user-msg .hover-wrap .tab-title span::after {
    content: '';
    height: 18px;
    width: 1px;
    position: absolute;
    right: 0;
    background: #ddd;
    top: 10px
}

.user-msg .hover-wrap .tab-title span::before {
    content: '';
    position: absolute;
    background: url(../images/icons.png) no-repeat 0 -593px;
    width: 20px;
    height: 20px;
    top: 14px;
    left: 23px;
}

.user-msg .hover-wrap .tab-title span.hover-title-at {
    border-right: none;
}

.user-msg .hover-wrap .tab-title span.hover-title-msg::before {
    background: url(../images/icons.png) no-repeat -41px -593px;
}

.user-msg .hover-wrap .tab-title span.hover-title-at::before {
    /* background: url(../images/icons.png) no-repeat 0 -648px;
    top: 12px; */
    content: '@';
    font-size: 16px;
    top: 10px;
    background: none;
    color: #999;
}

.user-msg .hover-wrap .tab-title span.hover-title-at::after {
    display: none;
}

.user-msg .hover-wrap .tab-title span.active {
    color: #c21f1b;
}

.user-msg .hover-wrap .tab-title span.active::before {
    background: url(../images/icons.png) no-repeat 0 -621px;
}

.user-msg .hover-wrap .tab-title span.hover-title-msg.active::before {
    background: url(../images/icons.png) no-repeat -41px -621px;
}

.user-msg .hover-wrap .tab-title span.hover-title-at.active::before {
    /* background: url(../images/icons.png) no-repeat 0 -676px; */
    content: '@';
    font-size: 16px;
    top: 10px;
    background: none;
    color: #c21f1b;
}

.user-msg .hover-wrap .tab-content {
    max-height: 321px;
}

.hover-at, .hover-comm, .hover-msg {
    height: 330px;
    overflow: auto;
    padding: 0 20px;
}

.hover-at ul, .hover-comm ul, .hover-msg ul {
    padding: 0;
}

.hover-at ul .empty, .hover-comm ul .empty, .hover-msg ul .empty {
    padding: 65px 0 !important;
}

.hover-msg a {
    display: block;
    padding: 19px 0 16px;
    border-bottom: 1px solid #efefef;
    box-sizing: border-box;
}

.hover-msg a img {
    width: 28px;
    height: 28px;
    float: left;
    margin: 0 10px 0 0;
    border-radius: 100%;
}

.hover-msg a span {
    color: #4c86cc;
    line-height: 1;
    display: block;
    font-size: 12px;
}

.hover-msg a p {
    margin: 0;
    font-size: 12px;
    margin: 6px 0 0;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hover-msg .fixed-empty, .hover-at li, .hover-comm li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    line-height: 1.5;
    font-size: 12px;
    cursor: pointer;
}

/* .hover-msg .fixed-empty a{
    display: inline;
    border: none;
} */

.hover-msg .fixed-empty a, .hover-at a, .hover-comm a {
    color: #4c86cc;
    display: inline;
    border: none;
}

.hover-wrap .tab-content li.hover-empty {
    padding: 0;
    color: #999;
    font-size: 12px;
    border: none;
    line-height: 1;
    text-align: center;
}

.hover-wrap .tab-content li.hover-empty::before {
    content: '';
    display: block;
    margin: 80px auto 20px;
}

.hover-msg li.hover-empty::before {
    width: 82px;
    height: 63px;
    background: url(../images/icons.png) no-repeat 0 -838px;
}

.hover-comm li.hover-empty::before {
    width: 83px;
    height: 77px;
    background: url(../images/icons.png) no-repeat 0 -761px;
}

.hover-at li.hover-empty::before {
    width: 86px;
    height: 84px;
    background: url(../images/icons.png) no-repeat 0 -902px;
}

footer .risk-tips {
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 0 0 40px;
}

footer .risk-tips span {
    display: block;
    font-size: 18px;
    width: 75px;
    margin: 30px auto 27px;
    color: #999;
    position: relative;
}

footer .risk-tips span::after, footer .risk-tips span::before {
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #ddd;
    top: 50%;
    right: 100px;
}

footer .risk-tips span::after {
    left: 100px;
}

footer .risk-tips p {
    width: 1270px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
    text-align: justify;
    line-height: 1.5;
}

footer .friend-links-wrap {
    background: #2e2e30;
    min-width: 1270px;
}

footer .friend-links {
    width: 1270px;
    margin: 0 auto;
    color: #ddd;
    padding: 10px 0 40px;
    color: #888;
    line-height: 1;
}

footer .friend-link-list {
    float: left;
    width: 1000px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
    line-height: 2;
}

footer .friend-link-list p {
    margin: 30px 0 10px;
    color: #ddd;
    line-height: 1;
}

footer .friend-link-list a {
    color: #888;
    font-size: 14px;
}

footer .friend-links .app-code {
    float: right;
    border-left: 1px solid #444;
    box-sizing: border-box;
    margin: 30px 0 0;
}

footer .friend-links .app-code>div {
    float: left;
    width: 134px;
    box-sizing: border-box;
    padding: 0 0 0 50px;
    text-align: center;
    font-size: 12px;
}

footer .friend-links .app-code span {
    display: block;
    line-height: 1.5;
}

footer .friend-links .app-code img {
    border: 7px solid #fff;
    margin: 0 auto;
    margin: 7px 0 0;
    width: 100%;
    box-sizing: border-box;
}

footer .copyright {
    text-align: center;
    background: #191919;
    color: #666;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    min-width: 1270px;
    padding: 5px 0;
}

footer .copyright a {
    color: #666
}

main {
    width: 1270px;
    margin: 0 auto;
}

/* 
main header.stock-info {
    margin: 0 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    position: relative;
}

main header.stock-info::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -10px 0 0;
    background: #d5d5d5;
}

main header.stock-info a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    color: #000;
    position: relative;
}

main header.stock-info a::after {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -10px 0 0;
    background: #d5d5d5;
}

main header.stock-info a span {
    margin: 0 0 0 10px;
}

main header.stock-info a span i {
    margin: 0 0 0 30px;
    position: relative;
}

main header.stock-info a span.stock-up i::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/icons.png) no-repeat left -481px;
    width: 9px;
    height: 11px;
    right: -15px;
    top: 50%;
    margin: -5px 0 0;
}

main header.stock-info a span.stock-down i::after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/icons.png) no-repeat left -453px;
    width: 9px;
    height: 11px;
    right: -15px;
    top: 50%;
    margin: -5px 0 0;
} */

header.index-top {
    margin: 20px 0;
}

header.index-top .article-swiper {
    width: 765px;
    height: 350px;
    float: left;
    background: #fff;
    position: relative;
    overflow: hidden;
}

header.index-top .article-swiper .swiper-content {
    position: absolute;
    top: 0;
    left: 0;
    transition: left 0.5s;
}

header.index-top .article-swiper a {
    display: block;
    width: 765px;
    height: 350px;
    float: right;
    position: relative;
    background-size: cover;
    background-position: center;
}

header.index-top .article-swiper a strong {
    height: 100px;
    position: absolute;
    background: linear-gradient(#00000000, #000000ff);
    width: 100%;
    line-height: 150px;
    color: #fff;
    bottom: 0;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 18px;
    overflow: hidden;
}

header.index-top .article-swiper a strong b {
    font-weight: normal;
    display: block;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header.index-top .article-swiper .point-list {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 20px 0 0 20px;
}

header.index-top .article-swiper .point-list span {
    display: block;
    float: left;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 100px;
    margin: 0 20px 20px 0;
    cursor: pointer;
    transition: all 0.5s;
}

header.index-top .article-swiper .point-list span.active {
    background: #f5f5f5;
    width: 16px;
}

header.index-top .article-swiper span.swiper-left, header.index-top .article-swiper span.swiper-right {
    width: 50px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 100px;
    z-index: 999;
    cursor: pointer;
    background: url(../images/swiper-left.png) center no-repeat #ffffff33;
    display: none;
}

header.index-top .article-swiper span.swiper-right {
    right: 0;
    left: auto;
    background: url(../images/swiper-right.png) center no-repeat #ffffff33;
}

header.index-top .article-swiper:hover span.swiper-left, header.index-top .article-swiper:hover span.swiper-right {
    display: block;
}

header.index-top .live-top {
    width: 490px;
    height: 350px;
    float: right;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

header.index-top .live-top a {
    height: 58px;
    display: block;
    line-height: 58px;
    border-bottom: 1px dashed #efefef;
    font-size: 16px;
    box-sizing: border-box;
}

header.index-top .live-top a:last-of-type {
    border-bottom: none;
}

header.index-top .live-top a:hover strong {
    text-decoration: underline;
    color: #de0601;
}

header.index-top .live-top a strong {
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    position: relative;
    padding: 0 56px 0 0;
    max-width: 360px;
}

header.index-top .live-top a.live-status-lived strong {
    max-width: 369px;
    padding: 0 47px 0 0;
}

header.index-top .live-top a.type-img::before {
    content: '';
    float: left;
    height: 100%;
    width: 58px;
    background: url(../images/live-img.png) no-repeat center;
}

header.index-top .live-top a.live-status-lived strong::after, header.index-top .live-top a.live-status-living strong::after {
    content: '直播中';
    position: absolute;
    right: 0;
    width: 46px;
    height: 22px;
    background: #ff4c41;
    z-index: 999;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
    border-radius: 4px;
    top: 18px;
}

header.index-top .live-top a.live-status-lived strong::after {
    content: '回顾';
    background: #0b7afc;
    width: 37px;
}

header.index-top .live-top a.live-status-lived strong::before, header.index-top .live-top a.live-status-living strong::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    right: 43px;
    top: 50%;
    margin: -3px 0 0;
    transform: rotate(45deg);
    background: #ff4c41;
}

header.index-top .live-top a.live-status-lived strong::before {
    background: #0b7afc;
    right: 34px;
}

section.jiyou {
    padding: 10px 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    margin: 0 0 20px;
}

section.jiyou .title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
}

section.jiyou .title div {
    border-bottom: 1px solid #c21f1b;
    float: left;
    padding: 0 0 10px;
    margin: 0 0 -1px;
}

section.jiyou .title strong {
    font-size: 20px;
    font-weight: normal;
}

section.jiyou .title strong em {
    margin: 0 0 0 5px;
    background: #ffdc19;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding: 0 6px;
    display: inline-block;
    border-radius: 2px;
}

section.jiyou .title div time {
    margin: 0 0 0 30px;
    font-size: 14px;
    color: #555;
    background: url(../images/calarender2.png) no-repeat left center;
    padding: 0 0 0 30px;
}

section.jiyou .title span.change {
    float: right;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
}

section.jiyou .title span.change::before {
    content: '';
    width: 22px;
    height: 22px;
    display: inline-block;
    background: url(../images/stock-change.png) no-repeat center;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

section.jiyou ul li {
    float: left;
    width: 158px;
    height: 150px;
    box-sizing: border-box;
    margin: 0 20px 0 0;
    border: 1px solid #ff6666
}

section.jiyou ul li a.jiyou-stock {
    display: block;
    text-align: center;
    cursor: pointer;
    padding: 20px 0 0;
}

section.jiyou ul li a.jiyou-stock:hover b, section.jiyou ul li a.jiyou-stock:hover strong {
    text-decoration: underline;
}

section.jiyou ul li a.jiyou-stock strong {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    margin: 0;
    color: #0b7afc;
    font-weight: normal;
}

section.jiyou ul li a.jiyou-stock b {
    font-size: 14px;
    margin: 0;
    display: block;
    text-align: center;
    line-height: 1;
    color: #999;
    font-weight: normal;
}

section.jiyou ul li a.jiyou-stock b i {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

section.jiyou ul li a.jiyou-stock em {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0 0;
}

section.jiyou ul li a.jiyou-stock span {
    display: block;
    line-height: 1;
    font-size: 12px;
    margin: 10px 0;
    color: #999;
}

section.jiyou ul li a.jiyou-bankuai {
    line-height: 40px;
    height: 40px;
    background: #ff6666;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

section.jiyou ul li:last-of-type {
    margin: 0;
}

section.jiyou ul li em.stock-up::after {
    content: '↑';
    font-size: 20px;
    margin: 0 0 0 5px;
}

section.jiyou ul li em.stock-down::after {
    content: '↓';
    font-size: 20px;
    margin: 0 0 050px;
}

section.jiyou p {
    border-top: 1px solid #efefef;
    color: #a5a5a5;
    font-size: 12px;
    margin: 20px 0 0;
    padding: 10px 0 0;
}

main article.art-left {
    float: left;
    width: 895px;
}

main article.art-left .news {
    border: 1px solid #ddd;
    padding: 0 19px 20px;
}

main article.art-left section {
    background: #fff;
    margin: 0 0 20px;
}

main article.art-left section .wrap-content {
    padding: 19px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: relative;
}

main article.art-left section .headlines {
    background: url(../images/banner.png) no-repeat;
    height: 156px;
    position: relative;
}

main article.art-left section .headlines .news-list {
    padding: 20px 30px;
    width: 450px;
    box-sizing: border-box;
    float: left;
}

main article.art-left section .headlines .news-list a {
    color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    padding: 0 0 0 55px;
    margin: 0 0 10px;
    height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*显示省略符号来代表被修剪的文本。*/
    white-space: nowrap;
    /*文本不换行*/
}

main article.art-left section .headlines .news-list a:hover {
    text-decoration: underline;
}

main article.art-left section .headlines .news-list a::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #fff;
    left: 45px;
    top: 50%;
    margin: -2px 0 0;
    border-radius: 100%;
}

main article.art-left section .headlines .news-list a:nth-of-type(1) {
    font-size: 16px;
    padding: 0 0 0 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: auto;
}

main article.art-left section .headlines .news-list a:nth-of-type(1)::before {
    content: '头条';
    width: 36px;
    height: 20px;
    background: #c21f1b;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
}

main.news-list {
    padding: 30px 0 0;
}

main article.art-left section .headlines .live {
    padding: 15px 30px 0;
    width: 435px;
    box-sizing: border-box;
    float: left;
    color: #fff;
    position: relative;
}

main article.art-left section .headlines .live::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 125px;
    background: #78899d;
    left: 0;
    top: 15px;
}

main article.art-left section .headlines .live .live-pic {
    width: 220px;
    height: 125px;
    float: left;
    position: relative;
    border: 2px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0;
}

main article.art-left section .headlines .live .live-pic a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

/* 
main article.art-left section .headlines .live .live-pic a::after {
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url(../images/icons.png) no-repeat left -700px;
} */

main article.art-left section .headlines .live-info {
    float: left;
    margin: 5px 0 0 12px;
    width: 140px;
    font-size: 12px;
    text-align: justify;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

main article.art-left section .headlines .inter-live {
    width: 100px;
    height: 32px;
    line-height: 32px;
    background: #c21f1b;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 30px;
    bottom: 5px;
    font-size: 12px;
    border-radius: 100px;
}

main article.art-left section .headlines .stock-focus-title {
    position: absolute;
    color: #fff;
    bottom: 16px;
    left: 0;
    padding: 5px 20px 5px 47px;
    background: #c21f1b;
    border-radius: 0 20px 20px 0;
}

main article.art-left section .headlines .stock-focus-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border-radius: 100%;
    top: 11px;
    left: 30px;
}

main article.art-left section .headlines .stock-focus-title::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 293px;
    border-left: 1px dashed #ddd;
    left: 34px;
    top: 20px;
}

.stock-focus {
    float: left;
    padding: 0 0 0 17px;
    height: 248px;
    width: 430px;
    overflow: hidden;
    margin: -10px 0 0;
}

.stock-focus ul {
    margin: 0 0 0;
}

.stock-focus ul li {
    margin: 0 0 30px;
}

.stock-focus .stock-focus-time {
    display: block;
    font-size: 14px;
    padding: 0 0 20px 27px;
    line-height: 19px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.stock-focus .stock-focus-time::before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border: 2px solid #c21f1b;
    background: #fff;
    border-radius: 100%;
    top: 5px;
    left: -17px;
}

.stock-focus .stock-focus-time::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 18px;
    background: url(../images/icons.png) no-repeat left -253px;
    left: 0;
    top: 0;
}

.stock-focus .stock-focus-time span {
    color: #999;
    font-size: 12px;
}

.stock-rank-list {
    float: left;
    width: 341px;
    padding: 0 0 0 35px;
    margin-top: -10px;
    height: 248px;
}

.stock-rank-title {
    line-height: 1;
    height: 40px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size: 18px;
}

.stock-rank-title span {
    display: block;
    float: left;
    width: 50%;
    text-align: right;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px 0 0;
    height: 100%;
    cursor: pointer;
}

.stock-rank-title span.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c21f1b;
}

.stock-rank-title i {
    color: #999;
    font-size: 12px;
    position: absolute;
    width: 14px;
    height: 14px;
    border: #999 solid 1px;
    line-height: 14px;
    border-radius: 100%;
    right: 0;
    top: 1px;
    text-align: center;
}

.stock-rank-title i:hover em {
    display: block;
}

.stock-rank-title i:hover::before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    transform: rotate(45deg);
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: 3;
    right: 2px;
    top: 17px;
}

.stock-rank-title i em {
    position: absolute;
    z-index: 2;
    background: #fff;
    border: 1px solid #ddd;
    width: 150px;
    right: -7px;
    top: 22px;
    text-align: justify;
    padding: 5px 10px;
    line-height: 1.5;
    display: none;
    box-shadow: 0 1px 3px 2px rgba(0, 0, 0, .1);
}

.stock-rank-list .stock-rank-list-item {
    height: 208px;
    overflow: hidden;
}

/* .stock-rank-list thead {
    background: none;
} */

/* .stock-rank-list thead th:last-of-type {
    text-align: center;
} */

.stock-tips {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #999;
    padding: 13px 0 0 20px;
    border-top: 1px solid #ddd;
    line-height: 14px;
    position: relative;
    margin: 20px 0 0;
    box-sizing: border-box;
}

.stock-tips::after {
    content: '!';
    position: absolute;
    left: 0;
    top: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    border-radius: 100%;
    border: 1px solid #999;
    text-align: center;
    font-weight: bold;
    color: #999;
}

.list-tab {
    border-bottom: 1px solid #ddd;
}

.list-tab>span {
    line-height: 1;
    height: 35px;
    display: block;
    float: left;
    margin: 0 37px 0 0;
    /* cursor: pointer; */
    position: relative;
    /* color: #c21f1b; */
}

.list-tab span.active {
    color: #333;
}

.list-tab span.active::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: #c21f1b;
}

.art-list, .live-list {
    padding: 30px 0 0;
}

/* .art-list li,
.live-list li {
    border-bottom: 1px solid #efefef;
    margin: 25px 0 0;
} */

.art-list .author-info, .live-list .author-info {
    font-size: 14px;
}

.art-list .author-info img, .live-list .author-info img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 8px 0 0;
    border-radius: 100%;
}

.art-list .author-info .author-name, .live-list .author-info .author-name {
    height: 20px;
    line-height: 20px;
}

.art-list .author-info .author-name .author-unfollo, .art-list .author-info .author-name .author-follow, .live-list .author-info .author-name .author-unfollow, .live-list .author-info .author-name .author-follow {
    border: 1px solid #c21f1b;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 5px;
    color: #c21f1b;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 7px;
}

.art-list .author-info .author-name .author-follow, .live-list .author-info .author-name .author-follow {
    color: #fff;
    background: #c21f1b;
}

.art-list .author-info time, .live-list .author-info time {
    display: inline-block;
    color: #999;
    line-height: 20px;
}

.author-living {
    color: #c21f1b;
    margin: 0 0 0 20px;
    position: relative;
    padding: 0 0 0 23px;
}

.author-living::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 12px;
    background: url(../images/icons.png) no-repeat left -340px;
}

.art-list .author-article p, .live-list .author-article p {
    font-size: 14px;
    line-height: 1.8;
    text-align: justify;
}

/* 
.live-pic {
    width: 300px;
    height: 170px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 20px;
}

.live-pic img {
    width: 100%;
    height: 100%;
}

.live-pic a {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    box-sizing: border-box;
    font-size: 12px;
}

/* .live-pic a::after {
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url(../images/icons.png) no-repeat left -700px;
} */

/* 
.live-pic a span {
    height: 26px;
    background: #d75442;
    border-radius: 0 20px 20px 0;
    line-height: 26px;
    display: block;
    position: relative;
    padding: 0 15px 0 33px;
    float: left;
    margin: 8px 0 0;
}

.live-pic a span::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 15px;
    background: url(../images/icons.png) no-repeat -41px top;
    left: 14px;
    top: 5px;
}

.live-pic.reply span {
    padding-left: 15px;
    background: #84b0e6;
}

.live-pic.reply span::after {
    display: none;
}

.live-pic.reply i {
    position: absolute;
    width: 100%;
    font-size: 14px;
    padding: 12px 12px 12px 37px;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
}

.live-pic.reply i::before {
    content: '';
    display: block;
    position: absolute;
    left: 12px;
    top: 14px;
    width: 20px;
    height: 14px;
    background: url(../images/icons.png) no-repeat -41px -100px;
}

.live-pic.reply i b {
    float: right;
    font-weight: normal;
} */

.new-art-list .author-ope {
    font-size: 14px;
    color: #999;
    height: 20px;
    line-height: 20px;
}

.new-art-list .author-ope .art-share {
    float: left;
}

.new-art-list .author-ope .art-share::before {
    content: '分享';
    display: block;
    height: 20px;
    float: left;
}

.new-art-list .author-ope .art-share div {
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    text-indent: -999px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.new-art-list .author-ope .art-share .wx {
    background: url(../images/icons.png) no-repeat left -392px;
}

.new-art-list .author-ope .art-share .qq {
    background: url(../images/icons.png) no-repeat left -364px;
}

.new-art-list .author-ope .art-share .zone {
    background: url(../images/icons.png) no-repeat left -421px;
}

.new-art-list .author-ope .art-share .wb {
    background: url(../images/wb.png) no-repeat;
    background-size: cover;
}

.new-art-list .author-ope .art-ope {
    float: right;
}

.new-art-list .author-ope .art-ope div {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 18px;
    cursor: pointer;
    position: relative;
}

.new-art-list .author-ope .art-ope div::after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}

.new-art-list .author-ope .art-ope .like::before {
    content: '赞';
    margin: 0 5px 0 0;
}

.new-art-list .author-ope .art-ope .like::after {
    background: url(../images/icons.png) no-repeat left -648px;
}

.new-art-list .author-ope .art-ope .comment::before {
    content: '评论';
    margin: 0 5px 0 0;
}

.new-art-list .author-ope .art-ope .comment::after {
    background: url(../images/icons.png) no-repeat left -593px;
    top: 4px;
}

.new-art-list .author-ope .art-ope .fav::before {
    content: '收藏';
    margin: 0 5px 0 0;
}

.new-art-list .author-ope .art-ope .fav::after {
    background: url(../images/icons.png) no-repeat left -536px;
}

.new-art-list .author-ope .art-ope .like-ed {
    color: #c21f1b;
}

.new-art-list .author-ope .art-ope .like-ed::after {
    background: url(../images/icons.png) no-repeat left -676px;
}

.new-art-list .author-ope .art-ope .comment-ed {
    color: #c21f1b;
}

.new-art-list .author-ope .art-ope .comment-ed::after {
    background: url(../images/icons.png) no-repeat left -621px;
    top: 4px;
}

.new-art-list .author-ope .art-ope .fav-ed {
    color: #c21f1b;
}

.new-art-list .author-ope .art-ope .fav-ed::after {
    background: url(../images/icons.png) no-repeat left -564px;
}

.news7x24 {
    margin: 30px 0 0;
    height: 600px;
    overflow: auto;
    /* overflow: hidden; */
}

.news7x24 .news-date {
    background: #f7f7f7;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    position: relative;
    padding: 0 0 0 37px;
    z-index: 2;
}

.news7x24 .news-date::before {
    content: '';
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(../images/icons.png) no-repeat -41px -57px;
    left: 14px;
    top: 14px;
}

.news-art {
    margin: 20px 0;
    position: relative;
}

.news-art time {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 1px;
    color: #555;
    left: 0;
}

.news-art p {
    padding: 0 20px 0 78px;
    text-align: justify;
    position: relative;
    font-size: 14px;
    color: #555555;
}

/* .news-art p::before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: #c21f1b;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 50px;
    z-index: 1;
} */

.news-art p::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #C11F1B;
    border-radius: 100%;
    left: 54px;
    z-index: 9;
    top: 7px;
}

.news-art p::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 57px;
    top: -20px;
    background: #efefef;
    padding: 20px 0 0;
    z-index: 0;
}

.empty-bg {
    height: 219px;
    line-height: 219px;
    font-size: 14px;
    text-align: center;
    background: url(../images/login-bg.png) no-repeat;
}

.empty-bg a {
    color: #c21f1b;
}

.author-card {
    float: left;
    margin: 20px 15px 0 0;
    width: 275px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.author-card:nth-of-type(3n) {
    margin-right: 0;
}

.author-card .autor-avatar {
    margin: 15px 15px 0;
}

.author-card .author-cover {
    position: relative;
    float: left;
    margin: 0 12px 0 0;
}

.author-card .author-cover::after {
    content: '';
    background: url(../images/teacher-icon.png);
    width: 18px;
    height: 18px;
    right: 0;
    bottom: 0;
    position: absolute;
}

.author-card .author-cover img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.author-card .author-name {
    font-size: 18px;
    line-height: 1;
    margin: 21px 0 0;
    float: left;
    max-width: 103px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.author-card .unfollow {
    font-size: 14px;
    float: right;
    line-height: 18px;
    margin: 21px 0 0;
    cursor: pointer;
    color: #ff8d27;
}

.author-card .unfollow::before {
    content: '+ ';
}

.author-card .follow {
    position: relative;
    font-size: 14px;
    float: right;
    line-height: 18px;
    margin: 21px 0 0;
    cursor: pointer;
    color: #ff8d27;
    padding: 0 0 3px;
}

.author-card .follow::before {
    content: '';
    display: inline-block;
    background: url(../images/hasFollow.png) no-repeat center;
    width: 20px;
    height: 16px;
    background-size: cover;
    vertical-align: middle;
    margin: -3px 3px 0;
}

.author-card .follow.follow-each::before {
    content: '';
}

.author-card .follow:hover {
    text-decoration: underline;
}

.author-card .follow:hover::after {
    content: '取消关注';
    position: absolute;
    top: 100%;
    width: 76px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #777;
    right: -10px;
    border-radius: 4px;
}

.author-card p {
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #999;
    font-size: 14px;
    line-height: 2;
    margin: 9px 15px 33px;
    height: 56px;
}

.author-card .author-data {
    border-top: 1px dashed #efefef;
    padding: 10px 0;
}

.author-card .author-data a {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    color: #777;
    border-right: 1px solid #ddd;
}

.author-card .author-data a:nth-of-type(3) {
    border-right: none;
}

.author-card .author-data a i {
    color: #C21F1B;
}

.empty-bg a.add-follow {
    display: block;
    width: 100px;
    margin: 0 auto;
    padding: 46px 0;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #c21f1b;
}

.empty-bg a.add-follow span {
    display: block;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #c21f1b;
    border-radius: 5px;
    text-indent: -999px;
    overflow: hidden;
    position: relative;
}

.empty-bg a.add-follow span::after, .empty-bg a.add-follow span::before {
    content: '';
    display: block;
    position: absolute;
    background: #c21f1b;
    width: 1px;
    height: 60px;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 0;
}

.empty-bg a.add-follow span::before {
    width: 60px;
    height: 1px;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -30px;
}

.author-addmore {
    line-height: 48px;
    display: block;
    background: #f3f3f3;
    text-align: center;
    color: #999;
    margin: 30px 0 0;
    cursor: pointer;
}

main aside {
    float: right;
    width: 355px;
}

aside section {
    margin: 0 0 20px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.aside-title {
    font-size: 16px;
    height: 36px;
    line-height: 1;
    border-bottom: 1px solid #ddd;
}

.aside-title span {
    display: block;
    margin: 0 20px 0 0;
    float: left;
    height: 100%;
    color: #999;
}

.aside-title span.active {
    color: #333;
    border-bottom: 2px solid #c21f1b;
    height: 35px;
}

.aside-title strong, .aside-title a {
    color: #222;
    display: block;
    position: relative;
    font-weight: normal;
}

.aside-title a::after {
    content: '更多 >';
    font-family: '宋体';
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #999;
    top: 2px;
}

.aside-title strong b, .aside-title a b {
    display: inline-block;
    border-bottom: 2px solid #c21f1b;
    height: 35px;
    font-weight: normal;
}

/* 
.aside-content .stock-table {
    text-align: left;
}

.aside-content .stock-table tr {
    background: #fff !important;
    border-bottom: 1px solid #f7f7f7;
}

.aside-content .stock-aside-table tr {
    border-bottom: 1px solid #eee;
}
 */

/* 
section.lhb-list .aside-content a:hover {
    background: #ffffcc;
}

section.lhb-list .aside-content a {
    display: block;
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin: 15px 0 0;
}

section.lhb-list .aside-content a p:first-of-type {
    margin: 0 0 5px;
}

section.lhb-list .aside-content strong {
    font-size: 16px;
    font-weight: normal;
}

section.lhb-list .aside-content em {
    font-size: 12px;
}

section.lhb-list .aside-content span.stock-down {
    color: #029934 !important;
}

section.lhb-list .aside-content span {
    float: right;
    font-size: 16px;
}

section.lhb-list .aside-content i {
    font-size: 14px;
}

section.lhb-list .aside-content b {
    float: right;
    line-height: 20px;
    padding: 0 5px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

section.lhb-list .aside-content b.up {
    background: #ff0a0a;
}

section.lhb-list .aside-content b.up::after {
    content: ' ↑';
}

section.lhb-list .aside-content b.down {
    background: #029934;
}

section.lhb-list .aside-content b.down::after {
    content: ' ↓';
} */

section.lhb-list .aside-content {
    padding: 20px 0 0;
}

section.lhb-list .lhb-type {
    float: left;
    width: 40px;
    background-color: #F5F5F5;
    font-size: 14px;
    border-top: 1px solid #e5e5e5;
    position: relative;
    z-index: 1;
}

section.lhb-list .lhb-type span {
    padding: 25px 10px;
    text-align: center;
    display: block;
    cursor: pointer;
    color: #777;
    border: 1px solid #e5e5e5;
    border-top: none;
}

section.lhb-list .lhb-type span.active {
    background-color: #fff;
    color: #111;
    border-right: 1px solid #fff;
}

section.lhb-list .jigou, section.lhb-list .youzi {
    border: 1px solid #e5e5e5;
    margin: 0 0 0 -1px;
    float: left;
    width: 272px;
    position: relative;
    z-index: 0;
}

section.lhb-list .youzi dt {
    padding: 0 14px;
    color: #777;
    font-size: 14px;
    line-height: 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: #f5f5f5;
}

section.lhb-list .youzi dt::before {
    content: '';
    width: 244px;
    height: 1px;
    border-bottom: 1px solid #E5E5E5;
    position: absolute;
    bottom: 0;
    left: 14px;
}

section.lhb-list .youzi dl:last-of-type dt::before {
    display: none;
}

section.lhb-list .youzi dt::after {
    content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    transform: rotate(45deg);
    position: absolute;
    right: 14px;
    top: 50%;
    margin: -3px 0 0;
}

section.lhb-list .youzi dl.active dt {
    background-color: #FFFCB7;
}

section.lhb-list .youzi dl.active dt::before {
    display: none;
}

section.lhb-list .youzi dl.active dt::after {
    transform: rotate(-135deg);
}

section.lhb-list .youzi dl dd {
    display: none;
}

section.lhb-list .youzi dl.active dd {
    display: block;
}

section.lhb-list .youzi dl dd:last-of-type::after {
    display: none;
}

section.lhb-list dd a:hover {
    background: #FFFCB766;
}

section.lhb-list dd a {
    display: block;
    padding: 15px;
    border-radius: 4px;
    margin: 0 0 0;
    position: relative;
}

section.lhb-list dd a::after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px dashed #E5E5E5;
    left: 14px;
    width: 256px;
}

section.lhb-list dd a p:first-of-type {
    margin: 0 0 5px;
}

section.lhb-list dd strong {
    font-size: 16px;
    font-weight: normal;
}

section.lhb-list dd em {
    font-size: 12px;
    color: #777;
}

section.lhb-list dd span.stock-down {
    color: #029934 !important;
}

section.lhb-list dd span {
    float: right;
    font-size: 16px;
}

section.lhb-list dd i {
    font-size: 14px;
}

section.lhb-list dd b {
    float: right;
    line-height: 20px;
    padding: 0 5px;
    background: #333;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

section.lhb-list dd b.up {
    background: #ff0a0a;
}

section.lhb-list dd b.up::after {
    content: ' ↑';
}

section.lhb-list dd b.down {
    background: #029934;
}

section.lhb-list dd b.down::after {
    content: ' ↓';
}

.page-login-wrap {
    display: none;
}

.page-login form {
    padding: 20px 0 0;
}

.page-login form label {
    display: block;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    position: relative;
    margin: 0 0 20px;
}

.page-login form label input {
    height: 40px;
    line-height: 40px;
    padding: 0 7px;
    width: 100%;
    box-sizing: border-box;
}

.page-login form label input::placeholder {
    color: #ccc;
}

.page-login form label .show-psw {
    position: absolute;
    background: url(../images/icons.png) no-repeat -41px -83px;
    width: 18px;
    height: 12px;
    top: 16px;
    right: 87px;
    cursor: pointer;
}

.page-login form label .forget-password {
    position: absolute;
    width: 72px;
    height: 24px;
    background: #f4f4f4;
    color: #999;
    line-height: 24px;
    text-align: center;
    top: 8px;
    right: 7px;
    border-radius: 20px;
    font-size: 12px;
}

.page-login form label .phoneCOde, .page-login form label .imgCode {
    position: absolute;
    width: 80px;
    height: 42px;
    top: -1px;
    right: -1px;
    background: #fff;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
    text-align: center;
}

.page-login form label .imgCode img {
    border: 1px solid #ddd;
    cursor: pointer;
}

.page-login form .auto-login-input {
    display: block;
    font-size: 12px;
    margin: 0 0 20px;
}

.page-login form .auto-login-input input {
    border-color: #ddd;
    display: none;
}

.page-login form .page-submit {
    line-height: 55px;
    border: 1px solid #c21f1b;
    text-align: center;
    width: 100%;
    border-radius: 50px;
    color: #c21f1b;
    margin: 0 0 10px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 16px;
}

.page-login .page-new-ueser {
    font-size: 12px;
    color: #999;
    line-height: 1;
    display: block;
    width: 60px;
}

.page-login .page-new-ueser:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.page-login .other-way {
    margin: 30px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #ddd;
    font-size: 12px;
    color: #999;
    line-height: 28px;
    height: 28px;
}

.page-login .other-way span {
    display: block;
    float: left;
}

.page-login .other-way i {
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 0 0 12px;
    cursor: pointer;
}

.page-login .page-login-wx {
    background: url(../images/icons.png) no-repeat -41px -392px;
}

.page-login .page-login-qq {
    background: url(../images/icons.png) no-repeat -41px -364px;
}

/* 
.account-info {
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px;
}

.account-info img {
    width: 60px;
    height: 60px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 100%;
}

.account-info a.nick-name {
    display: block;
    font-size: 18px;
    padding: 5px 0;
}

.account-info .account-fans a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 0 0 0 15px;
    font-weight: bold;
}

.account-info .account-fans a:hover {
    color: #c21f1b;
}

.account-info .account-fans a:first-of-type {
    padding: 0 15px 0 0;
    border-right: 1px solid #ddd;
}

.account-info .account-fans a i {
    color: #222;
    font-weight: normal;
    margin: 0 0 3px;
}

.account-ope {
    padding: 10px 0 0;
}

.account-ope a {
    display: block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 12px;
    color: #222;
    padding: 0 0 0 47px;
    position: relative;
    cursor: pointer;
}

.account-ope a::before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../images/icons.png) no-repeat;
    position: absolute;
    top: 10px;
    left: 20px;
}

.account-ope a:hover {
    color: #c21f1b;
}

.account-ope a.account-ope-home::before {
    background-position-y: -112px;
}

.account-ope a.account-ope-like::before {
    background-position-y: -140px;
}

.account-ope a.account-ope-fav::before {
    background-position-y: -168px;
}

.account-ope a.account-ope-comm::before {
    background-position-y: -281px;
}

.account-ope a.account-ope-message::before {
    background-position-y: -504px;
    background-position-x: -41px;
}

.account-ope a.account-ope-zixuan::before {
    background-position-y: -224px;
}

.account-ope a.account-ope-at::before {
    background-position-y: -196px;
}

.account-ope a.account-ope-stock::before {
    background-position-y: -309px;
}

.account-ope a.account-ope-logout::before {
    background: url(../images/exit.png) no-repeat;
    background-size: cover;
}

.account-ope a.account-ope-set::before {
    background: url(../images/set.png) no-repeat;
    background-size: cover;
} */

.stock-market div {
    padding: 0 0 0 43px;
    line-height: 1;
    margin: 20px 0 0;
}

.stock-market div span {
    width: 90px;
    display: block;
    color: #999;
    font-size: 12px;
    float: left;
    text-align: center;
}

.stock-market p {
    margin: 12px 0 0;
    font-size: 16px;
    line-height: 32px;
}

.stock-market p a {
    float: left;
    width: 41px;
}

.stock-market p span {
    float: left;
    width: 90px;
    text-align: center;
    background: #eeeeee;
    color: #333;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
}

.stock-market p span.up {
    background: #c21f1b;
    border-radius: 20px 0 0 20px;
    color: #fff;
    border: none;
}

.stock-market p span.down {
    background: #008100;
    border-radius: 0 20px 20px 0;
    border: none;
    color: #fff;
}

/* 个人空间 */

.space {
    padding: 20px 0;
}

.space aside {
    float: left;
    width: 255px;
    box-sizing: border-box;
}

.space article {
    float: right;
    width: 995px;
}

.space .user-info, .space .account {
    padding: 0;
}

.space .user-info {
    padding: 0 0 10px;
}

.space .user-info .account-info, .space .account .account-info {
    padding: 20px 20px 0;
}

.space .user-info .author-cover, .user-info .user-cover, .space .account .user-cover {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.space .user-info .author-cover img, .user-info .user-cover img, .space .account .user-cover img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
}

.space .user-info .user-name, .space .account .user-name {
    line-height: 1;
    color: #222;
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: normal;
}

.space .user-info .user-brief, .space .account .user-brief {
    color: #999;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 12px 0 30px;
}

.space .user-info .follow-info, .space .account .follow-info {
    padding: 0 0 30px;
    border-bottom: 1px solid #efefef;
}

.space .user-info .follow-info {
    border-bottom: none;
}

.space .user-info .follow-info div, .space .account .follow-info div {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}

.space .user-info .follow-info div a, .space .account .follow-info div a {
    display: block;
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 1;
}

.space .user-info .follow-info div a:hover, .space .account .follow-info div a:hover {
    color: #c21f1b;
}

.space .user-info .follow-info div span, .space .account .follow-info div span {
    color: #999;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.space .user-info p {
    font-size: 12px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    text-align: justify;
    margin: 0 0 32px;
}

.space .user-info .user-follow, .space .user-info .leave-message {
    display: block;
    width: 210px;
    height: 36px;
    line-height: 34px;
    box-sizing: border-box;
    border: 1px solid #C21F1B;
    text-align: center;
    color: #c21f1b;
    font-size: 14px;
    margin: 0 0 10px;
    cursor: pointer;
}

.space .user-info .unfollow {
    background-color: #c21f1b;
    color: #fff;
}

.space .user-info p::before {
    content: '[简介]';
}

.space .account nav a {
    display: block;
    padding: 0 20px 0 60px;
    line-height: 56px;
    color: #777;
    position: relative;
}

.space .account nav a:hover {
    background-color: #f5f5f5;
}

.space .account nav a.active {
    color: #222;
}

.space .account nav a:nth-of-type(3)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -165px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(1)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -191px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(4)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -111px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(2)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -136px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(5)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -218px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(6)::before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/icons.png) 0px -747px;
    left: 20px;
    top: 16px;
}

.space .account nav a:nth-of-type(3).active::before {
    background: url(../images/icons.png) 0px -880px;
}

.space .account nav a:nth-of-type(1).active::before {
    background: url(../images/icons.png) 0px -913px;
}

.space .account nav a:nth-of-type(4).active::before {
    background: url(../images/icons.png) 0px -815px;
}

.space .account nav a:nth-of-type(2).active::before {
    background: url(../images/icons.png) 0px -846px;
}

.space .account nav a:nth-of-type(5).active::before {
    background: url(../images/icons.png) 0px -945px;
}

.space .account nav a:nth-of-type(6).active::before {
    background: url(../images/icons.png) 0px -780px;
}

.space article header {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 16px 20px;
    margin: 0 0 20px;
}

.space article header span {
    float: left;
    margin: 0 40px 0 0;
    color: #777;
}

.space article header.message-nav span {
    cursor: pointer;
}

.space article header span.active {
    color: #222;
    position: relative;
}

.space article header span.active::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: -17px;
    background-color: #CF0F0F;
    /* left: 14px; */
    left: 0;
}

.space .space-sect, .space .message-sect {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    /* margin: 20px 0; */
    margin: 0 0 20px;
    padding: 20px;
}

.space .space-sect.table {
    padding: 20px;
}

.space .message-ul {
    padding: 0 20px 20px;
}

.space .message-ul li {
    position: relative;
    padding: 30px 0 20px;
    border-bottom: 1px solid #efefef;
}

.space section.message-sect li.empty, .space section.space-sect li.empty {
    border-bottom: none;
    padding: 120px 0 160px;
    text-align: center;
    color: #999;
    font-size: 16px;
    border-bottom: none;
    height: 460px;
    box-sizing: border-box;
}

li.empty {
    text-align: center;
    color: #999;
    font-size: 16px;
    border: none !important;
    line-height: 16px !important;
}

li.empty img {
    margin: 0 auto -30px;
    max-width: 100%;
    width: auto;
}

.space section.message-sect .message li.empty {
    height: 480px;
}

.space section.message-sect li.empty img, .space section.space-sect li.empty img {
    display: block;
    margin: 0 auto -40px;
    max-width: 100%;
    width: auto;
}

.space .message-ul li.has-cover {
    padding-left: 68px;
}

.space .message-ul .user-cover {
    position: absolute;
    left: 0;
    width: 48px;
    height: 48px;
}

.space .message-ul .user-cover img {
    border-radius: 100%;
    width: 48px;
    height: 48px;
}

.space .message-ul .message-info {
    font-size: 14px;
    color: #555;
    line-height: 1;
}

.space .message-ul .message-info .user-name {
    color: #222;
    margin: 0 10px 0 0;
    font-weight: bold;
}

.space .message-ul .message-info .user-name:hover {
    color: #0B7AFC;
}

.space .message-ul .teacher-name {
    color: #FFAB27;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px 0 0;
}

.space .message-ul .teacher-name::before {
    content: 'V';
}

.space .message-ul .teacher-name::after {
    content: '[大咖]';
}

.space .message-ul .title {
    color: #0B7AFC;
    margin: 0 5px;
}

.space .message-ul .title:hover {
    text-decoration: underline;
}

.space .message-ul .message-info time {
    color: #999;
    margin: 0 0 0 10px;
    font-size: 12px;
}

.space .message-ul .message-info span {
    float: right;
    color: #0B7AFC;
    cursor: pointer;
}

.space .message-ul p {
    font-size: 14px;
    color: #555;
    text-align: justify;
    margin: 15px 0 0;
    line-height: 20px;
}

.space .message-ul .parent-content {
    padding: 15px 20px;
    background-color: #f5f5f5;
    color: #777;
    font-size: 14px;
    margin: 20px 0 0;
    position: relative;
}

.space .message-ul .parent-content::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #f5f5f5;
    left: 30px;
    top: -6px;
    transform: rotate(45deg);
}

.space .message-ul .parent-content span {
    font-weight: bold;
    color: #555;
}

.space .message-ul .parent-content p {
    margin: 10px 0 0;
}

.space .message-ul .parent-content .more {
    font-size: 12px;
    color: #222;
    line-height: 1;
    padding: 20px 0 0 20px;
    position: relative;
    margin: 0 0 16px -20px;
}

.space .message-ul .parent-content .more::before {
    content: '';
    position: absolute;
    height: 12px;
    width: 3px;
    background: #459AFE;
    bottom: 0;
    left: 0;
}

.space .message-ul .parent-content .more::after {
    content: '';
    position: absolute;
    width: 662px;
    height: 1px;
    background: #e5e5e5;
    bottom: 5px;
    right: 20px;
}

.space .message-ul .parent-content time {
    color: #999;
    font-size: 12px;
    display: block;
    margin: 5px 0 0;
}

.space .message-ul form {
    margin: 20px 0 0;
}

.space .message-ul form input {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    font-size: 14px;
    height: 44px;
    padding: 0 20px;
    box-sizing: border-box;
    color: #222;
}

.space .message-ul form input::placeholder {
    color: #c5c5c5;
}

.space .message-ul form .expression-block {
    margin: 15px 0 0;
    line-height: 20px;
    font-size: 12px;
    color: #777;
    cursor: pointer;
}

.space .message-ul form .expression-block .expression-click {
    margin: 0 5px 0 0;
}

.space .message-ul form button {
    float: right;
    width: 100px;
    height: 36px;
    background-color: #f5f5f5;
    color: #777;
    border-radius: 4px;
    margin: 15px 0 0;
    cursor: pointer;
}

.space .message-sect .message {
    display: none;
}

.space .message-sect .user-list {
    float: left;
    width: 210px;
    height: 675px;
}

.space .message-sect .user-list .title {
    border-bottom: 1px solid #E5E5E5;
    padding: 0 0 0 20px;
    font-size: 12px;
    line-height: 43px;
    color: #999;
}

.space .message-sect .user-list .user-list-div {
    height: 631px;
    overflow: auto;
}

.space .message-sect .user-list ul {
    padding: 0;
}

.space .message-sect .user-list li {
    cursor: pointer;
    height: 60px;
    padding: 0 0 0 23px;
    font-size: 14px;
    overflow: hidden;
    box-sizing: border-box;
}

.space .message-sect .user-list li.active {
    background: #F5F5F5;
    padding: 0 0 0 20px;
    border-left: 3px solid #CF0F0F;
}

.space .message-sect .user-list li .sender-cover {
    width: 40px;
    height: 40px;
    float: left;
    margin: 10px 0;
}

.space .message-sect .user-list li .sender-cover img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.space .message-sect .user-list li .sender-info {
    margin: 6px 5px 0 50px;
    line-height: 24px;
}

.space .message-sect .user-list li .sender-info span {
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.space .message-sect .user-list li .sender-info span.new-message {
    width: 100%;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.space .message-sect .user-list li .sender-info time {
    float: right;
    font-size: 12px;
    color: #777;
    width: 32px;
    display: none;
}

.space .message-sect .message-content {
    width: 783px;
    border-left: 1px solid #E5E5E5;
    float: right;
    box-sizing: border-box;
    padding: 0 15px 15px;
    background: #f4f5f7;
    overflow-y: scroll;
}

.space .message-sect .message-user-name {
    text-align: center;
    width: 783px;
    float: right;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 43px;
}

.space .message-sect .message-content li {
    margin: 16px 0 0;
}

.space .message-sect .message-content li.other {
    box-sizing: border-box;
    padding: 0 0 0 42px;
    position: relative;
}

.space .message-sect .message-content li.other a {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 100%;
}

.space .message-sect .message-content li.other a img {
    width: 30px;
    height: 30px;
}

.space .message-sect .message-content li time {
    clear: both;
    font-size: 12px;
    display: block;
    color: #999;
}

.space .message-sect .message-content li.other .content {
    float: left;
    background: #E5E5E5;
    padding: 10px;
    font-size: 14px;
    margin: 0 0 10px;
    border-radius: 6px;
    position: relative;
}

.space .message-sect .message-content li.other .content::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 24px;
    left: -8px;
    top: 0;
    background: url(../images/icons.png) no-repeat -49px bottom;
}

.space .message-sect .message-content li.myself {
    box-sizing: border-box;
    padding: 0 42px 0 0;
    position: relative;
}

.space .message-sect .message-content li.myself a {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
}

.space .message-sect .message-content li.myself a img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
}

.space .message-sect .message-content li.myself time {
    text-align: right;
}

.space .message-sect .message-content li.myself .content {
    float: right;
    background: #CF0F0F;
    padding: 10px;
    font-size: 14px;
    margin: 0 0 10px;
    border-radius: 6px;
    color: #fff;
    line-height: 18px;
    position: relative;
}

.space .message-sect .message-content li.myself .content::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 24px;
    right: -8px;
    top: 0;
    background: url(../images/icons.png) no-repeat -41px bottom;
}

.space .message-sect .message-content ul {
    padding: 0 0 20px;
}

.space .message-sect .message-send-box {
    width: 783px;
    border-left: 1px solid #E5E5E5;
    background: #fff;
    float: right;
    box-sizing: border-box;
    border-top: 1px solid #E5E5E5;
    position: relative;
}

.space .message-sect .message-send-box textarea {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    padding: 10px
}

.space .message-sect .message-send-box button {
    float: right;
    margin: 10px;
    background: #c21f1b;
    width: 100px;
    line-height: 30px;
    color: #fff;
}

.space .message-sect .message .expression-click {
    bottom: 10px;
    left: 10px;
    position: absolute;
}

.space .space-sect .page {
    margin: 0 0 20px;
}

.space .space-sect .fav-list {
    padding: 0 20px 20px;
}

.space .space-sect .fav-list li {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
}

.space .space-sect .fav-list a {
    font-size: 18px;
    color: #333;
    line-height: 1;
}

.space .space-sect .fav-list a:hover {
    color: #c21f1b;
}

.space .space-sect .fav-list time {
    float: right;
    font-size: 12px;
    color: #999;
}

.space .space-sect .fav-list span {
    display: block;
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin: 18px 0 0;
}

/* 
.space .space-sect .stock-table {
    margin: 20px;
    width: 955px;
} */

/* 
.space .space-sect .list-tab {
    margin: 20px 20px 0;
} */

.space article header.zixuan-nav i {
    display: inline-block;
    width: 60px;
    line-height: 24px;
    font-size: 12px;
    background-color: #0B7AFC;
    color: #fff;
    border-radius: 12px;
    text-indent: 9px;
    position: relative;
    cursor: pointer;
}

.space article header.zixuan-nav i::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    transition: all 0.3s;
    top: 2px;
    left: 38px;
    background-color: #fff;
    border-radius: 100%;
}

.space article header.zixuan-nav i.hide {
    text-indent: 28px;
    background-color: #E7E7E7;
    color: #777;
}

.space article header.zixuan-nav i.hide::after {
    top: 2px;
    left: 2px;
}

.space article header.zixuan-nav em {
    font-size: 12px;
    color: #999;
    display: none;
}

.space article header.zixuan-nav em::before {
    content: '！';
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    color: #777;
    border: 1px solid #777;
    text-align: center;
    text-indent: 4px;
    line-height: 1;
    margin: 0 6px 0 12px;
}

.space article header.zixuan-nav form {
    float: right;
    width: 180px;
    height: 34px;
    background-color: #f5f5f5;
    border-radius: 34px;
    margin: -5px 0;
}

.space article header.zixuan-nav form input {
    height: 34px;
    float: left;
    width: 146px;
    text-indent: 20px;
    font-size: 14px;
    position: relative;
    z-index: 999;
}

.space article header.zixuan-nav form button {
    overflow: hidden;
    text-indent: -999px;
    background: url(../images/icons.png) no-repeat 8px -49px;
    width: 34px;
    height: 34px;
    float: right;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    z-index: 999;
}

.space article .setting-head {
    width: 120px;
    height: 120px;
    margin: 20px auto;
}

.space article .setting-head label {
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.space article .setting-head label:hover::after {
    content: '';
    background: url(../images/change-head.png) no-repeat center 36px;
    background-color: #00000099;
    position: absolute;
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;
}

.space article .setting-head label img {
    width: 120px;
    height: 120px;
}

.space article .change-password {
    display: none;
}

.space article .setting-input {
    width: 400px;
    margin: 20px auto;
    position: relative;
}

.space article .setting-input label {
    float: left;
    line-height: 44px;
    text-align: right;
    width: 100px;
    padding: 0 20px 0 0;
    box-sizing: border-box;
    font-size: 14px;
    color: #777;
}

.space article .setting-input input {
    float: right;
    width: 300px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 0 10px;
    color: #222;
    font-size: 14px;
}

.space article .setting-input .change-password-btn {
    float: left;
    width: 100px;
    height: 36px;
    background-color: #c21f1b;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    margin: 4px 0;
}

.space article .setting-input textarea {
    float: right;
    width: 300px;
    height: 150px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 10px;
    color: #222;
    font-size: 14px;
    line-height: 1.8;
}

.space article .setting-input .change-password-confirm {
    position: absolute;
    color: #fff;
    cursor: pointer;
    background-color: #0B7AFC;
    left: 100%;
    margin: 4px 0 0 10px;
    line-height: 36px;
    font-size: 14px;
    width: 64px;
    border-radius: 4px;
}

/* 
.space article .setting-input .change-password-btn {
    position: absolute;
    color: #0B7AFC;
    cursor: pointer;
    left: 100%;
    margin: 0 0 0 10px;
    line-height: 44px;
    font-size: 14px;
    width: 57px;
}

.space article .setting-input .change-password-btn:hover {
    text-decoration: underline;
} */

.space article .setting-input .cancel-change-password {
    position: absolute;
    cursor: pointer;
    left: 100%;
    margin: 0 0 0 10px;
    top: 12px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-indent: -999px;
    overflow: hidden;
}

.space article .setting-input .cancel-change-password::before, .space article .setting-input .cancel-change-password::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #999;
    transform: rotate(45deg);
    top: 95%;
    margin: -10px 0 0 -10px;
    left: 50%;
}

.space article .setting-input .cancel-change-password::after {
    transform: rotate(-45deg);
}

.space article .setting-input .password-tips {
    color: #EF1616;
    float: right;
    width: 300px;
    position: relative;
    font-size: 12px;
    margin: 10px 0 0;
    display: none;
}

.space article .setting-input .password-tips::before {
    content: '';
    background: url(../images/icons.png) no-repeat -40px -677px;
    height: 14px;
    width: 14px;
    display: inline-block;
    vertical-align: sub;
}

.space article .setting-input .password-tips2 {
    position: absolute;
    left: 100%;
    margin: 0 0 0 10px;
    font-size: 12px;
    width: 200px;
    color: #999;
    line-height: 44px;
}

.space article .setting-btn {
    width: 200px;
    margin: 20px auto 30px;
}

.space article .setting-btn button {
    width: 100px;
    height: 36px;
    background-color: #c21f1b;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

/* 
.space {
    padding: 20px 0 0;
}

.space header {
    background: #fff;
    padding: 20px 30px;
    margin: 0 0 20px;
    border: 1px solid #ddd;
}

.space article section.comm {
    background: none;
}

.space section .wrap-content {
    margin: 0 0 20px;
    background: #fff;
}

.space section.comm {
    font-size: 16px;
}


.space section.comm .author-info {
    font-size: 14px;
}

.space section.comm .author-info img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 8px 0 0;
    border-radius: 100%;
}

.space section.comm .author-info .author-name {
    height: 20px;
    line-height: 20px;
}

.space section.comm .author-info .author-name a {
    color: #c21f1b;
}

.space section.comm .author-info .author-name a:hover {
    text-decoration: underline;
}

.space section.comm .author-info .author-name .unfollow, .space section.comm .author-info .author-name .follow {
    border: 1px solid #c21f1b;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 5px;
    color: #c21f1b;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 7px;
}

.space section.comm .author-info .author-name .follow {
    color: #fff;
    background: #c21f1b;
}

.space section.comm .author-info time {
    display: inline-block;
    color: #999;
    line-height: 20px;
}

.comment-content {
    margin: 15px 0 0;
}

.space section.comm .wrap-content span.reply {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    border: 1px solid #0861cc;
    border-radius: 5px;
    padding: 3px 6px;
    color: #0861cc;
    cursor: pointer;
}

.space section.comm .original {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    margin: 15px 0;
    padding: 0 13px;
    background: #f7f7f7;
}

.space section.comm .original.delete {
    background: #ffe3e3;
    color: #c21f1b;
}

.space section.comm .original a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 72px 0 0;
    position: relative;
    color: #999;
}

.space section.comm .original a b {
    color: #333;
    margin: 0 5px 0 0;
}

.space section.comm .original a:hover {
    color: #333;
}

.space section.comm .original a:hover b {
    color: #c21f1b;
}

.space section.comm .original a::after {
    content: '查看原文 >';
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #4c86cc;
    font-family: '宋体';
    width: 72px;
    font-size: 12px;
}

.space section.comm .at-content .author-info {
    font-size: 14px;
    margin: 0;
}

.space section.comm .at-content .author-info img {
    width: 36px;
    height: 36px;
}

.space section.comm .at-content .author-info a {
    color: #0861cc;
}

.space section.comm .at-content .author-info span {
    color: #222;
}

.space .list-tab span {
    color: #999;
}

.space .list-tab .active {
    color: #222;
}

.space .stock-price .price-total {
    float: left;
    width: 190px;
}

.space .stock-price .price-total span {
    display: block;
    font-size: 12px;
    margin: 0 0 20px;
}

.space .stock-price .price-total b {
    color: #c21f1b;
    font-size: 36px;
    line-height: 1;
}

.space .stock-price .price-data {
    float: left;
    width: 600px;
}

.space .stock-price .price-data p {
    margin: 0;
    font-size: 12px;
}

.space .stock-price .price-data p:last-of-type {
    border-top: 1px solid #efefef;
    margin: 21px 0 0;
    padding: 21px 0 0;
}

.space .stock-price .price-data p span {
    float: left;
    width: 33.33%;
    line-height: 1;
}

.space .stock-price .price-data p b {
    font-weight: normal;
    margin: 0 5px 0 0;
    color: #999;
}

.space .space-fav {
    line-height: 26px;
    text-align: justify;
}

.space .author-ope {
    margin: 0;
    margin: 20px 0 0;
}

.space .focus li {
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.space .focus li img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 10px 0 0;
    border-radius: 48px;
}

.space .focus li .user-info {
    float: left;
    margin: 0 0 0 15px;
}

.space .focus li .user-info a {
    font-size: 16px;
    line-height: 1;
}

.space .focus li .user-info a:hover {
    color: #c21f1b;
}

.space .focus li .user-info p {
    margin: 10px 0 15px;
    color: #444;
    font-size: 12px;
}

.space .focus li .user-info div {
    color: #999;
    font-size: 12px;
}

.space .focus li .user-info div a {
    color: #999;
    font-size: 12px;
}

.space .focus li .user-info div a span {
    color: #c21f1b;
}

.space .focus li .unfollow {
    float: right;
    width: 100px;
    height: 32px;
    font-size: 12px;
    margin: 20px 0 0;
    color: #fff;
    background: #c21f1b;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.space .focus li .follow {
    float: right;
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin: 20px 0 0;
    color: #c21f1b;
    border: 1px solid #c21f1b;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.space h4.tab-title span {
    font-weight: normal;
    margin: 0 37px 0 0;
}

.space h4.tab-title span.active {
    font-weight: bold;
}

.space .cancel-fav {
    position: absolute;
    display: none;
    line-height: 28px;
    top: 25px;
    right: 20px;
    border: 1px solid #c21f1b;
    padding: 0 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #c21f1b;
    cursor: pointer;
}

.space section .wrap-content:hover .cancel-fav {
    display: block;
}

.zixuan-share-btn {
    float: right;
    font-weight: normal;
    font-size: 12px;
    line-height: 21px;
    position: relative;
    padding: 0 5px 0 0;
    margin: 0 36px 0 0;
}

.zixuan-share-btn::before {
    content: '';
    position: absolute;
    width: 36px;
    border-radius: 100px;
    background: #eee;
    height: 21px;
    left: 100%;
}

.zixuan-share-btn::after {
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1px;
    background: #fff;
    left: 100%;
    border-radius: 100%;
    margin: 0 0 0 1px;
}

.zixuan-share-btn.share::after {
    margin: 0 0 0 16px;
}

.zixuan-share-btn.share::before {
    background: #65da65;
} */

/* 大咖在线 */

.expert-online-list {
    padding: 0 0 20px;
}

.expert-online-list li {
    width: 410px;
    height: 290px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 2px;
    background-color: #fff;
    padding: 25px 30px 30px;
    float: left;
    margin: 20px 20px 0 0;
    transition: all 0.2s;
}

.expert-online-list li:nth-of-type(3n) {
    margin: 20px 0 0;
}

.expert-online-list li:hover {
    box-shadow: 0px 0px 26px 0px rgba(34, 34, 34, 0.16);
}

.expert-online-list .autor-info {
    padding: 0 0 20px;
    border-bottom: 1px solid #EFEFEF;
    position: relative;
    margin: 0 0 20px;
}

.expert-online-list .autor-info .author-cover {
    float: left;
    margin: 0 20px 0 0;
    width: 64px;
}

.expert-online-list .autor-info .author-cover img {
    width: 64px;
    height: 64px;
}

.expert-online-list .autor-info a {
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
    line-height: 24px;
    width: 190px;
}

.expert-online-list .autor-info span {
    color: #999;
    font-size: 14px;
    display: inline-block;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.expert-online-list .autor-info .new-upload {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    width: auto;
    text-align: right;
    color: #777;
    line-height: 24px;
    display: none;
}

.expert-online-list .autor-info .live, .expert-online-list .autor-info .art {
    display: block;
}

.expert-online-list .autor-info .live::before {
    content: '正在直播';
    display: block;
    padding: 0 0 0 25px;
    color: #FF4C41;
    background: url(../images/icons.png) no-repeat -41px -558px;
}

.expert-online-list .autor-info .live::after {
    content: '人在线';
}

.expert-online-list .autor-info .art::before {
    content: '最新发布';
    display: block;
    padding: 0 0 0 24px;
    color: #FEB926;
    background: url(../images/icons.png) no-repeat -41px -335px;
}

.expert-online-list .autor-info .art::after {
    content: '人阅读';
}

.expert-online-list .author-upload>a {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.expert-online-list .author-upload>a:hover {
    color: #DE0601;
}

.expert-online-list .author-upload time {
    font-size: 14px;
    color: #999;
    margin: 10px 0;
    display: block;
}

.expert-online-list .author-upload p {
    color: #555;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    font-size: 14px;
}

.expert-online-list .author-upload p a {
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: 0;
    color: #459AFE;
}

.expert-online-list .author-upload p a::after {
    content: ' >';
    font-family: '宋体';
}

.expert-online-list .author-upload p a::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ffffff00, #fff);
    height: 100%;
    width: 30px;
    top: 0;
    left: -30px;
}

/* 
.expert-online-list {
    padding: 20px 0 0;
}

.expert-online-list li {
    float: left;
    width: 400px;
    height: 380px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    margin: 0 35px 20px 0;
    position: relative;
    overflow: hidden;
}

.expert-online-list li:nth-of-type(3n) {
    margin: 0 0 20px;
}

.expert-online-list .author-info {
    float: left;
    width: 100px;
    margin: 0 30px 0 10px;
}

.expert-online-list .author-info img {
    width: 100px;
    height: 100px;
    border: 1px solid #bbb;
    border-radius: 100px;
    margin: 0 0 10px;
}

.expert-online-list .author-info .teacher-name {
    display: block;
    text-align: center;
    font-size: 18px;
    margin: 20px 0 10px;
    line-height: 1;
}

.expert-online-list .author-info .teacher-name:hover {
    color: #c21f1b;
}

.expert-online-list .author-info b {
    font-weight: normal;
    font-size: 12px;
    text-align: justify;
    display: block;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.expert-online-list .author-art {
    float: left;
    width: 220px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    height: 100%;
    border-left: 1px solid #efefef;
}

.expert-online-list .author-art>a {
    display: block;
    font-size: 16px;
    margin: 0 0 15px;
}

.expert-online-list .author-art a:hover {
    color: #c21f1b;
}

.expert-online-list .author-art time {
    font-size: 14px;
    margin: 0 0 20px;
    color: #999;
    display: block;
}

.expert-online-list .author-art p {
    font-size: 14px;
    line-height: 2;
    color: #999;
    text-align: justify;
    position: relative;
    max-height: 140px;
    overflow: hidden;
    width: 100%;
}

.expert-online-list .author-art p a {
    position: absolute;
    bottom: 1px;
    right: 0;
    color: #4c86cc;
    font-family: '宋体';
    font-size: 12px;
    background: #fff;
}

.expert-online-list .author-art p a::before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, #ffffff00, #fff);
    height: 100%;
    width: 30px;
    top: 0;
    left: -30px;
}

.expert-online-list .author-live {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 122px;
    background: #fff;
    padding: 20px 0 20px 20px;
}

.expert-online-list .author-live a {
    display: block;
    line-height: 1;
    margin: 0 0 10px;
    font-size: 14px;
    position: relative;
}

.expert-online-list .author-live a.live {
    color: #c21f1b;
}

.expert-online-list .author-live a.live::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 12px;
    margin: 0 5px 0 0;
    background: url(../images/icons.png) no-repeat 0 -340px;
}

.expert-online-list .author-live a.new {
    color: #e9c42f;
}

.expert-online-list .author-live a.new::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    background: url(../images/icons.png) no-repeat -41px -340px;
}

.expert-online-list .author-live span {
    font-size: 12px;
    display: block;
    line-height: 1;
}

.expert-online-list .author-live span i {
    color: #c21f1b;
    text-align: justify;
} */

/* 大咖动态 */

/* 
.space-sect .tab-content {
    padding: 0 20px 20px;
} */

.space-sect .tab-content .fav-list, .space-sect .tab-content .message-ul {
    padding: 0;
}

.space-sect .zx-table .stock-table, .space-sect .cg-table .stock-table {
    margin: 20px 0 0;
}

.space-sect .tab-content>div, .space-sect .tab-content>ul {
    display: none;
}

.space-sect .tab-content .new-art-list .article-brief {
    width: 670px;
}

.user-list li {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.user-list li .user-cover {
    float: left;
    width: 64px;
    height: 64px;
}

.user-list li .user-cover a {
    width: 64px;
    height: 64px;
    display: block;
}

.user-list li .user-cover img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.user-list li .user-info {
    margin: 0 0 0 84px;
    padding: 0;
}

.user-list li .user-info>a {
    display: inline-block;
    font-size: 16px;
    color: #222;
    margin: 0 0 7px;
    line-height: 1;
}

.user-list li .user-info p {
    margin: 0 100px 6px 0;
}

.user-list li .user-info .author-ope {
    font-size: 12px;
    color: #999;
}

.user-list li .user-info .author-ope a {
    color: #c21f1b;
    margin: 0 5px 0 0;
}

.user-list li .user-info .author-ope span {
    margin: 0 20px 0 0;
    position: relative;
}

.user-list li .user-info .author-ope span::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    margin: -2px -11px 0 0;
}

.user-list li .user-info .author-ope span:last-of-type::after {
    display: none;
}

.user-list li .follow {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    background-color: #FFF3E9;
    color: #ff8d27;
    top: 50%;
    margin: -16px 0 0;
    cursor: pointer;
}

.user-list li .unfollow {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    background-color: #fff;
    color: #ff8d27;
    font-size: 14px;
    border: 1px solid #ff8d27;
    box-sizing: border-box;
    line-height: 30px;
    top: 50%;
    margin: -16px 0 0;
    cursor: pointer;
}

/* 
.space-expert {
    width: 1000px;
    padding: 20px 0 0;
}

.space-expert header {
    background: #fff;
    padding: 35px 30px;
    margin: 0 0 20px;
    position: relative;
    border: 1px solid #ddd;
}

.space-expert article {
    width: 690px;
}

.space-expert aside {
    width: 280px;
}

.space-expert header img {
    float: left;
    border-radius: 100%;
    width: 100px;
    height: 100px;
}

.space-expert .expert-info {
    float: left;
    width: 600px;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

.space-expert .expert-info b {
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 10px 0 0;

}

.space-expert .expert-info span {
    font-size: 12px;
    line-height: 1.5;
    margin: 10px 0 0;
    display: block;
}

.space-expert .expert-info span i {
    color: #c21f1b;
}

.space-expert .expert-info p {
    margin: 10px 0 0;
    font-size: 12px;
}

.space-expert .expert-info .expert-intr {
    margin: 15px 0 0;
    font-size: 12px;
    color: #999;
    text-align: justify;
    padding: 0 0 12px;
    position: relative;
}

.space-expert .expert-info .expert-intr.hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 60px 0 0;
}

.space-expert .expert-info .expert-intr em {
    color: #4c86cc;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-family: '宋体';
    padding: 0 12px 0;
    background: #fff;
}

.space-expert .expert-info .expert-intr.hide em::after {
    content: '>';
    transform: rotate(90deg);
    position: absolute;
    right: 2px;
}

.space-expert .expert-info .expert-intr em::after {
    content: '>';
    transform: rotate(-90deg);
    position: absolute;
    right: 2px;
}

.space-expert .expert-ope {
    width: 240px;
    position: absolute;
    right: 30px;
    bottom: 27px;
}

.space-expert .expert-ope span {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #3a7fd5;
    margin: 0 0 0 20px;
    display: block;
    float: right;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}

.space-expert .expert-ope span.unfollow {
    background: #c21f1b;
}

.space-expert .expert-ope span.follow {
    background: #fff;
    border: 1px solid #c21f1b;
    color: #c21f1b;
    box-sizing: border-box;
}

.space-expert .art-left {
    width: 690px;
}

.space-expert .art-left li {
    padding: 30px 0;
    border-bottom: 1px solid #efefef;
    margin: 0;
}

.space-expert .art-left li .title {
    font-size: 16px;
    font-weight: bold;
}

.space-expert .art-left li .author-living {
    font-size: 14px;
}

.space-expert .art-left li .online-people {
    color: #999;
    font-size: 12px;
    margin: 12px 20px 20px 0;
    line-height: 1;
    display: inline-block;
}

.space-expert .art-left li p {
    font-size: 14px;
    color: #444;
    margin: 10px 0 20px;
}

.space-expert .art-left li a:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.space-expert .art-left li .original {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    margin: 15px 0 0;
    padding: 0 13px;
    background: #f7f7f7;
}

.space-expert .art-left li .original.delete {
    background: #ffe3e3;
    color: #c21f1b;
}

.space-expert .art-left li .original a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 72px 0 0;
    position: relative;
    color: #999;
}

.space-expert .art-left li .original a b {
    color: #333;
    margin: 0 5px 0 0;
}

.space-expert .art-left li .original a::after {
    content: '查看原文 >';
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #4c86cc;
    font-family: '宋体';
    width: 72px;
    font-size: 12px;
}

.space-expert .art-left li.empty {
    color: #999;
    text-align: center;
}

.space-expert .art-left ul {
    min-height: 300px;
} */

/* 
.space-expert .stock-table tbody tr:nth-of-type(2n-1) {
    background: #fff;
}

.space-expert .stock-table tbody td,
.space-expert .stock-table thead th {
    text-align: center;
}

.space-expert .stock-table tr td:first-of-type,
.space-expert .stock-table tr th:first-of-type,
.space-expert .stock-table tbody tr .stock-focus-name {
    padding: 0;
    text-align-last: left;
}



 */

/* 
.space .setting input {
    float: left;
    border: 1px solid #ccc;
    width: 300px;
    padding: 0 10px;
}

.space .setting .setting-input {
    line-height: 34px;
    height: 34px;
    margin: 0 0 20px;
}

.space .setting .setting-input label {
    width: 100px;
    display: block;
    border-left: 3px solid #c21f1b;
    line-height: 1;
    float: left;
    margin: 10px 0 0;
    padding: 0 10px 0;
    box-sizing: border-box;
}

.space .setting input[type='button'] {
    width: 100px;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    padding: 0;
}

.space .setting .setting-head {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #ccc;
    cursor: pointer;
}

.space .setting .setting-head::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../images/camera.png) no-repeat #eee center;
    bottom: 0px;
    z-index: 1;
}

.space .setting .setting-head img {
    width: 100%;
    border-radius: 100%;
}

.setting-btn button {
    float: left;
    font-size: 14px;
    border: 1px solid #c21f1b;
    width: 100px;
    height: 30px;
    margin: 0 20px 0 100px;
} */

.wx-code-wrap {
    text-align: center;
}

.wx-code-wrap b {
    display: block;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 20px;
    line-height: 1;
}

.wx-code-wrap i {
    line-height: 1;
    margin: 0 0 8px;
    font-size: 12px;
    display: block;
    color: #999;
}

.wx-code-wrap span {
    line-height: 1;
    margin: 0 0 8px;
    font-size: 12px;
    display: block;
    color: #c21f1b;
}

.wx-code-wrap img {
    margin: 10px auto 20px;
    width: 110px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 8px;
}

.live-dynamic {
    height: 400px;
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
}

.live-dynamic::before {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    border-left: dashed 1px #ccc;
    top: 0;
    left: 6px;
}

.live-dynamic li {
    position: relative;
    padding: 8px 0 27px 20px;
}

.live-dynamic li::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid #999;
    left: 2px;
    top: 10px;
    background: #fff;
}

.live-dynamic li time {
    display: block;
    line-height: 1;
    color: #999;
    font-size: 12px;
}

.live-dynamic li a {
    font-size: 14px;
    line-height: 1;
    margin: 12px 0 9px;
    display: inline-block;
}

.live-dynamic li p {
    font-size: 12px;
    margin: 0;
}

.live-dynamic li.living time, .live-dynamic li.living a, .live-dynamic li.living {
    color: #c21f1b;
}

.live-dynamic li.living::before {
    border: none;
    background: #c21f1b url(../images/icons.png) no-repeat -36px -189px;
    width: 13px;
    height: 13px;
    left: 0px;
    top: 8px;
}

main.news {
    margin-top: 20px;
}

.news article {
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.news article .art-info {
    position: relative;
}

.news article .art-info a {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.news article .art-info a.author-avatar {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
}

.news article .art-info a.author-avatar::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../images/teacher-icon.png);
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
}

.news article .art-info img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.news article .art-info time {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 1;
    margin: 5px 0 0;
}

.news article .art-info span {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0 0 0 20px;
    display: block;
    float: left;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 3px;
}

.news article .art-info span.unfollow {
    background: #fff;
    border: 1px solid #FF8D27;
    color: #FF8D27;
}

.news article .art-info span.unfollow::before {
    content: '+ ';
    font-size: 20px;
    vertical-align: top;
}

.news article .art-info span.follow {
    background: #FF8D27;
}

.news article h1 {
    margin: 0 0 30px;
    line-height: 1;
    font-size: 24px;
}

.news article .art-content img, .news article .art-content figure img {
    display: inline;
    max-width: 100%;
    /* margin: 40px 0 0; */
}

.news article .art-content figure figcaption {
    display: none;
}

.news article .art-content p {
    margin: 30px 0 0;
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    Letter-spacing: 0px;
    color: #000;
    text-justify: inter-word;
    word-wrap: break-word;
}

.news article .art-content p a {
    color: #f00;
    text-decoration: underline;
}

.news article .tips {
    color: #999;
    display: block;
    margin: 30px 0 0;
    font-size: 12px;
}

.news article .author-ope {
    margin: 60px 0 30px;
}

.news article .author-ope .art-ope {
    float: right;
    font-size: 14px;
    color: #999;
}

.news article .author-ope .art-ope div {
    float: left;
    margin: 0 0 0 20px;
    padding: 0 0 0 18px;
    cursor: pointer;
    position: relative;
}

.news article .author-ope .art-ope div::after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    top: 3px;
    left: 0;
}

.news article .author-ope .art-ope .like::before {
    content: '赞';
    margin: 0 5px 0 0;
}

.news article .author-ope .art-ope .like::after {
    background: url(../images/icons.png) no-repeat left -648px;
}

.news article .author-ope .art-ope .comment::before {
    content: '评论';
    margin: 0 5px 0 0;
}

.news article .author-ope .art-ope .comment::after {
    background: url(../images/icons.png) no-repeat left -593px;
    top: 4px;
}

.news article .author-ope .art-ope .fav::before {
    content: '收藏';
    margin: 0 5px 0 0;
}

.news article .author-ope .art-ope .fav::after {
    background: url(../images/icons.png) no-repeat left -536px;
}

.news article .author-ope .art-ope .like-ed {
    color: #c21f1b;
}

.news article .author-ope .art-ope .like-ed::after {
    background: url(../images/icons.png) no-repeat left -676px;
}

.news article .author-ope .art-ope .comment-ed {
    color: #c21f1b;
}

.news article .author-ope .art-ope .comment-ed::after {
    background: url(../images/icons.png) no-repeat left -621px;
    top: 4px;
}

.news article .author-ope .art-ope .fav-ed {
    color: #c21f1b;
}

.news article .author-ope .art-ope .fav-ed::after {
    background: url(../images/icons.png) no-repeat left -564px;
}

.live-list li, .art-list li {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 0 25px;
}

.author-info {
    font-size: 14px;
}

.author-info img {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 8px 0 0;
    border-radius: 100%;
}

.author-info .author-name {
    height: 20px;
    line-height: 20px;
}

.author-info .author-name .unfollow, .author-info .author-name .follow {
    border: 1px solid #c21f1b;
    border-radius: 20px;
    font-size: 12px;
    padding: 0 5px;
    color: #c21f1b;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    height: 20px;
    line-height: 18px;
    margin: 0 0 0 7px;
}

.author-info .author-name .follow {
    color: #fff;
    background: #c21f1b;
}

.author-info time {
    display: inline-block;
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

.author-article strong {
    font-size: 16px;
    margin: 10px 0 0;
    display: block;
}

.author-article p {
    font-size: 14px;
    line-height: 1.5;
    margin: 10px 0 20px;
    color: #666;
}

.author-article p a:hover, .author-article strong a:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.comment-form {
    position: relative;
    padding: 0 0 0 60px;
}

.comment-form>img {
    position: absolute;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
}

.comment-form form {
    border: 1px solid #ddd;
}

.comment-form form textarea {
    width: 100%;
    padding: 15px;
    color: #333;
    font-size: 16px;
    font-family: '微软雅黑';
    height: 120px;
    box-sizing: border-box;
}

.comment-form form .comment-form-ope {
    position: relative;
}

.comment-form form .comment-form-count {
    height: 34px;
    right: 72px;
    left: 0;
    position: absolute;
    box-sizing: border-box;
    bottom: 0;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
}

.comment-form form .comment-form-count .expression-block {
    margin: 7px 0 0 7px;
}

.comment-form form .comment-form-ope button {
    width: 72px;
    line-height: 34px;
    background: #c21f1b;
    color: #fff;
    float: right;
}

.comment-wrap {
    margin: 30px 0 0;
}

.comment-wrap .comment-header {
    font-size: 16px;
    border-bottom: 1px solid #dddddd;
    padding: 0 0 15px;
}

.comment-wrap .comment-header .comment-sort {
    float: right;
}

.comment-wrap .comment-header .comment-sort span.active {
    color: #c21f1b;
}

.comment-wrap .comment-header .comment-sort span {
    display: inline-block;
    color: #999;
    margin: 0 0 0 15px;
    font-size: 14px;
    cursor: pointer;
}

.art-list li .enter-article, .comment-content .comment-empty, .comment-content .show-more-commed {
    text-align: center;
    background: #eee;
    color: #999;
    line-height: 50px;
    margin: 20px 0;
    display: block;
    font-size: 16px;
}

.comment-content .show-more-commed {
    cursor: pointer;
}

.comment-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin: 0 0 0 50px;
}

.comment-item .comment-avatar {
    position: absolute;
    left: -50px;
    top: 20px;
}

.comment-item .comment-avatar a {
    display: block;
}

.comment-item .comment-avatar img {
    border-radius: 100%;
    width: 40px;
    height: 40px;
}

.comment-item .user {
    line-height: 40px;
}

.comment-item .user a {
    color: #459AFE;
    line-height: 20px;
    font-size: 14px;
}

.comment-item .user time {
    color: #999;
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
}

.comment-item .text {
    font-size: 14px;
    margin: 5px 0 0;
}

.comment-item .info {
    font-size: 12px;
    color: #99a2aa;
    margin: 14px 0 0;
    line-height: 14px;
}

.comment-item .info .like {
    position: relative;
    padding: 0 5px 0 20px;
    cursor: pointer;
    background: url(../images/icons.png) no-repeat left -648px;
}

.comment-item .info .like:hover {
    color: #459AFE;
    background: url(../images/icons.png) no-repeat left -676px;
}

.comment-item .info .like-ed {
    color: #459AFE;
    background: url(../images/icons.png) no-repeat left -676px;
}

/* 
.comment-item .info .like-ed::before {
    background: url(../images/icons.png) no-repeat left -676px;
} */

.comment-item .info .reply {
    cursor: pointer;
    padding: 0 5px;
    position: relative;
    margin: 0 0 0 5px;
}

.comment-item>.info>.reply {
    padding: 0 5px 0 20px;
    margin: 0 0 0 5px;
}

.comment-item>.info>.reply::after {
    content: '';
    height: 15px;
    width: 15px;
    position: absolute;
    left: 0;
    background: url(../images/icons.png) no-repeat left -593px;
    top: 2px;
}

.comment-item .info .reply.active, .comment-item .info .reply:hover {
    color: #459AFE;
}

.comment-item .info .comment-delete {
    cursor: pointer;
    margin: 0 20px 0 0;
}

.comment-item .info .comment-delete:hover {
    color: #c21f1b;
}

.comment-item .info time {
    padding: 0 0 0 4px;
}

.comment-item .reply-wrap {
    margin: 20px 0 0;
    background: #F5F5F5;
    padding: 0 0 20px;
}

.reply-item {
    position: relative;
    padding: 20px 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}

.reply-item a {
    color: #555;
    margin: 0 5px 0 0;
    font-weight: bold;
}

.reply-item a:hover {
    color: #459AFE;
}

.comment-item .reply-all-btn {
    padding: 14px 20px 0;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: #999;
}

.comment-item .reply-all-btn:hover {
    color: #459AFE;
    cursor: pointer;
}

.comment-item .reply-title {
    font-size: 12px;
    color: #222;
    line-height: 1;
    padding: 20px 0 0 20px;
    position: relative;
}

.comment-item .reply-title::before {
    content: '';
    position: absolute;
    height: 12px;
    width: 3px;
    background: #459AFE;
    bottom: 0;
    left: 0;
}

.comment-item .reply-title::after {
    content: '';
    position: absolute;
    width: 662px;
    height: 1px;
    background: #e5e5e5;
    bottom: 5px;
    right: 20px;
}

.comment-item .reply-show-more {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    display: block;
    margin: 20px 0 0;
    color: #999;
}

.comment-item .reply-show-more:hover {
    cursor: pointer;
    color: #459AFE;
}

.reply-item-form {
    margin: 10px 0 0;
    position: relative;
    height: 80px;
}

.reply-item .reply-item-form textarea {
    width: 663px;
}

.reply-item-form textarea {
    position: absolute;
    left: 0;
    right: 80px;
    width: 703px;
    height: 80px;
    box-sizing: border-box;
    border: 3px solid #ddd;
    border-right: none;
    padding: 8px 16px;
}

.reply-item-form button {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-color: #c21f1b;
    float: right;
}

/* 
.reply-page {
    font-size: 12px;
    padding: 10px 0 0;
    line-height: 20px;
}

.reply-page .show-reply {
    color: #c21f1b;
    width: auto;
    margin: 0 !important;
}

.reply-page em {
    margin: 0 10px 0 0;
}

.reply-page span {
    width: 20px;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
}

.reply-page strong:hover, .reply-page span:hover {
    text-decoration: underline;
    color: #c21f1b;
    cursor: pointer;
}

.reply-page span.active {
    background: #c21f1b;
    color: #fff;
}

.reply-page strong {
    margin: 0 2px;
    font-style: normal;
} */

/* 
.commenter-card {
    font-size: 12px;
    position: absolute;
    z-index: 10002;
    padding: 15px 20px 15px 88px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
    border: 1px solid #e5e9ef;
    border-radius: 4px;
    width: 335px;
    background: #fff;
    left: 0;
    bottom: 100%;
}

.commenter-card .commenter-avatar {
    position: absolute;
    left: 20px;
}

.commenter-card .commenter-avatar img {
    width: 48px;
    height: 48px;
}

.commenter-card .commenter-name {
    font-size: 16px;
    padding: 3px 0 0;
    display: inline-block;
}

.commenter-card .commenter-name:hover {
    text-decoration: underline;
}

.commenter-card .commenter-info {
    margin: 5px 0 10px;
}

.commenter-card .commenter-info a {
    color: #333;
}

.commenter-card .commenter-info a:hover {
    text-decoration: underline;
    color: #c21f1b;
}

.commenter-card .userFollow {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    display: block;
    float: left;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 22px;
}

.commenter-card .userFollow.unfollow {
    background: #c21f1b;
}

.commenter-card .userFollow.follow {
    background: #fff;
    border: 1px solid #c21f1b;
    color: #c21f1b;
} */

/* 数据中心 */

.stock-sub-nav {
    background: #fff;
    line-height: 60px;
    border-top: 2px solid #c21f1b;
    margin: -1px 0 0;
    min-width: 1270px;
    border-bottom: 1px solid #ddd;
}

.stock-sub-nav nav {
    width: 1270px;
    margin: 0 auto;
}

.stock-sub-nav nav a {
    float: left;
    box-sizing: border-box;
    padding: 0 20px;
}

.stock-sub-nav nav a.active {
    color: #c21f1b;
    border-bottom: 3px solid #c21f1b;
}

.stock-sub-nav nav a:hover {
    color: #c21f1b;
}

.stock-sub-nav nav a.lhb {
    position: relative;
    padding-right: 48px;
}

.stock-sub-nav nav a.lhb::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: 20px;
    background: url(../images/hot.png);
    background-size: cover;
    top: 14px;
}

.stock {
    padding: 20px 0;
}

.stock .stock-nav {
    background: #fff;
    padding: 20px 30px;
    margin: 0 0 20px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.stock .stock-nav a {
    float: left;
    margin: 0 35px 0 0;
    color: #555;
    cursor: pointer;
}

.stock .stock-nav a.active, .stock .stock-nav a:hover {
    color: #c21f1b;
}

.stock .stock-left {
    float: left;
    width: 210px;
}

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

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

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

.stock .stock-left .stock-search .search-btn {
    width: 90px;
    cursor: pointer;
    padding: 0;
    border: none;
    background: #ff0;
    height: 36px;
    position: absolute;
    right: 0;
    overflow: hidden;
}

.stock .stock-left .stock-search .search-btn input {
    width: 100%;
    padding: 0 20px 0 0;
    cursor: pointer;
    border: none;
    background: #c21f1b;
    color: #fff;
}

.stock .stock-left .stock-search .search-btn .search-hq {
    background: #fff;
    color: #000;
}

.stock .stock-left .stock-search .search-btn span {
    position: absolute;
    right: 0;
    width: 20px;
    height: 36px;
    text-indent: -999px;
}

.stock .stock-left .stock-search .search-btn span::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    overflow: hidden;
    right: 10px;
    top: 12px;
}

.stock .stock-left .stock-search ul {
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    font-size: 12px;
    width: 100%;
    border: 1px solid #c21f1b;
    box-sizing: border-box;
    margin: -1px 0 0;
    line-height: 2;
    display: none;
}

.stock .stock-left .stock-search ul li::after {
    content: '';
    display: block;
    clear: both;
}

.stock .stock-left .stock-search ul li.active, .stock .stock-left .stock-search ul li:hover {
    background: #fbf0f0;
}

.stock .stock-left .stock-search ul li span {
    float: left;
    text-align: center;
    width: 33.33%;
}

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

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

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

.stock .stock-left .zixuan {
    background: #fff;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.stock .stock-left .zixuan td, .stock .stock-left .zixuan th {
    font-size: 14px;
    height: 40px;
}

.stock .stock-left .zixuan thead tr th {
    border-bottom: 1px solid #eee;
}

.stock .stock-left .zixuan tbody tr:nth-of-type(2n-1) {
    background: #fff;
}

.stock .stock-left .zixuan tr td, .stock .stock-left .zixuan tr th {
    text-align: center;
}

.stock .stock-left .zixuan tr td:first-of-type, .stock .stock-left .zixuan tr th:first-of-type {
    text-align: left;
    padding: 0 0 0 8px;
}

.stock .stock-left .zixuan tr td:last-of-type, .stock .stock-left .zixuan tr th:last-of-type {
    text-align: right;
    padding: 0 8px 0 0;
}

.stock .stock-left .zixuan .aside-title span {
    width: 50%;
    margin: 0;
    text-align: center;
}

.stock .stock-left .zixuan .tab-content a {
    color: #0861cc;
}

.stock .stock-left .zixuan .tab-content a:hover {
    text-decoration: underline;
}

.stock .stock-main {
    float: right;
    width: 655px;
}

.stock .stock-main .stock-pic-wrap {
    padding: 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.stock-pic-wrap ul {
    float: left;
    width: 140px;
}

.stock-pic-wrap ul li {
    margin: 0 0 2px;
    background: #f3f3f3;
    height: 96px;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    width: 140px;
    padding: 15px 0 12px 8px;
    cursor: pointer;
}

.stock-pic-wrap ul li:last-of-type {
    margin: 0;
}

.stock-pic-wrap ul li.active {
    background: #fff;
    border: 1px solid #ddd;
    border-right: none;
    position: relative;
    z-index: 1;
    width: 143px;
}

.stock-pic-wrap ul li em {
    display: block;
    font-size: 12px;
    line-height: 1;
}

.stock-pic-wrap ul li i {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin: 12px 0 0;
}

.stock-pic-wrap ul li i strong {
    font-weight: normal;
    margin: 0 10px 0 0;
}

.stock-pic-wrap ul li b {
    display: block;
    line-height: 1;
    margin: 8px 0 0;
    font-size: 20px;
}

.stock-pic-wrap .stock-pic {
    float: right;
    width: 493px;
    height: 292px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.stock-pic-wrap .stock-pic .stock-pic-tab {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background: #f7f7f7;
    margin: 0 0 20px;
}

.stock-pic-wrap .stock-pic .stock-pic-tab span {
    text-align: center;
    display: inline-block;
    width: 50%;
    color: #999;
    cursor: pointer;
}

.stock-pic-wrap .stock-pic .stock-pic-tab span.active {
    color: #fff;
    background: #c21f1b;
}

.stock-pic-wrap .stock-pic .thumbnails {
    background: #ff0;
}

.stock-pic-wrap .stock-pic .thumbnails img {
    width: 100%;
}

.stock-live {
    padding: 30px;
}

.stock-live .list-tab a {
    float: right;
    color: #999;
    font-size: 12px;
    font-family: '宋体';
    line-height: 16px;
}

.stock-live .list-tab a:hover {
    color: #c21f1b;
}

.stock-live .list-tab i {
    font-size: 12px;
    color: #c21f1b;
    line-height: 18px;
    display: block;
    float: left;
    position: relative;
}

.stock-live .list-tab i::before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: -25px;
    width: 20px;
    height: 12px;
    background: url(../images/icons.png) no-repeat -41px -257px;
}

.stock-live .scroll-wrap {
    margin: 20px 0 0;
    height: 254px;
    overflow: hidden;
    position: relative;
}

.stock-live .scroll-wrap::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1px;
    background: #efefef;
    top: 0;
    left: 12px;
}

.stock-live ul {
    padding-top: 1px;
}

.stock-live li {
    margin: 10px 0 0;
    position: relative;
    z-index: 1;
    font-size: 12px;
}

.stock-live li a {
    float: left;
    width: 24px;
    height: 24px;
}

.stock-live li img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.stock-live li .live-reply {
    padding: 0 0 0 42px;
}

.stock-live li .reply-bubble {
    float: left;
    padding: 12px;
    background: #f2f7fc;
    border-radius: 4px;
}

.stock-live li .reply-bubble span {
    float: left;
    color: #0861cc;
    margin: 0 10px 12px 0;
}

.stock-live li .reply-bubble time {
    float: right;
    color: #999;
    margin: 0 0 12px;
}

.stock-live li .reply-bubble p {
    clear: both;
    margin: 0
}

.stock-table-wrap {
    padding: 30px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.stock-table-wrap .list-tab a {
    float: right;
    color: #999;
    font-size: 12px;
    font-family: '宋体';
    line-height: 16px;
}

.stock-table-wrap .list-tab a:hover {
    color: #c21f1b;
}

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

.stock-table-wrap .stock-complete-table {
    border-top: 1px solid #eee;
}

.xianshou .list-tab span {
    margin: 0;
    text-align: center;
    width: 8.33%;
    color: #999;
}

.xianshou .list-tab span:hover {
    color: #333;
    cursor: pointer;
}

.xianshou .list-tab span.active {
    color: #333;
}

.gudong .list-tab span {
    margin: 0;
    text-align: center;
    width: 14.2%;
    color: #999;
}

.gudong .list-tab span:hover {
    color: #333;
    cursor: pointer;
}

.gudong .list-tab span.active {
    color: #333;
}

.gaoguan-date-range {
    margin: 0 0 20px;
}

.gaoguan-date-range span {
    float: left;
    width: 100px;
    height: 36px;
    background: #f3f3f3;
    line-height: 36px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 36px;
    margin: 0 10px 0 0;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.gaoguan-date-range span.active {
    background: #c21f1b;
    border-color: #c21f1b;
    color: #fff;
}

.block-list {
    /* background: #fff; */
    /* padding: 20px 0 20px 20px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    padding: 0 28px 0 0;
    position: relative;
    height: 28px;
    margin: 0 0 20px;
    transition: all 0.5s ease;
    background: none;
}

.block-list.show {
    /* height: 684px; */
    height: auto;
    background: #fff;
    padding: 20px 48px 20px 20px;
}

.block-list i {
    position: absolute;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 50px;
    border: 1px solid #eee;
    font-size: 12px;
    background: #fff;
    right: 0;
    font-family: '宋体';
    cursor: pointer;
    transition: all 0.5s ease;
}

.block-list.show i {
    right: 20px;
    transform: rotate(90deg)
}

.block-list div {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.block-list span, .block-list a {
    float: left;
    line-height: 1;
    margin: 0 20px 10px 0;
    padding: 7px 10px;
    border-radius: 50px;
    border: 1px solid #eee;
    font-size: 12px;
    background: #fff;
}

.block-list a.active {
    background: #c21f1b;
    color: #fff;
}

.block-list span {
    background: none;
    border: none;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.block-detail-header.stock-up {
    background: #c21f1b;
    text-align: center;
}

.block-detail-header.stock-down {
    background: #008000;
    text-align: center;
}

.block-detail-header.stock-up h2 {
    border-right: 1px solid #f99;
}

.block-detail-header.stock-up h2 time {
    color: #f99;
}

.block-detail-header.stock-up div {
    border-left: 1px solid #f99;
}

.block-detail-header.stock-down h2 {
    border-right: 1px solid #9c9;
}

.block-detail-header.stock-down h2 time {
    color: #9c9;
}

.block-detail-header.stock-down div {
    border-left: 1px solid #9c9;
}

.block-detail-header h2 {
    color: #fff;
    float: left;
    text-align: left;
    margin: 25px 0;
    padding: 10px 20px;
    font-weight: normal;
}

.block-detail-header h2 time {
    display: block;
    font-size: 12px;
    margin: 11px 0 0;
    line-height: 1.2;
}

.block-detail-header b {
    line-height: 116px;
    color: #fff;
    font-size: 40px;
}

.block-detail-header div {
    float: right;
    margin: 25px 0;
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.block-detail-header div span {
    display: block;
    line-height: 28px;
}

/*表格页面*/

.stock-complete-table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;
    line-height: 2;
    font-size: 14px;
}

.stock-complete-table thead {
    background: #f3f3f3;
}

.stock-complete-table th {
    height: 40px;
    line-height: 20px;
    font-weight: normal;
    color: #999;
}

.stock-complete-table td {
    height: 56px;
}

.stock-complete-table tr {
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

.stock-complete-table tr a {
    color: #0861cc;
    display: block;
    line-height: 1.5
}

.stock-complete-table tr time {
    color: #999;
    line-height: 1.5;
    display: block;
}

.stock-complete-table tbody tr:hover {
    background: #f9f9f9;
}

.stock-complete-table tr span.showInfoTr {
    padding: 2px 20px 2px 5px;
    border: 1px solid #eee;
    cursor: pointer;
    position: relative;
}

.stock-complete-table tr span.showInfoTr.active {
    background: #c21f1b;
    color: #fff;
}

.stock-complete-table tr span.showInfoTr::after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    margin: -4px 0 0;
    top: 50%;
    right: 7px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transition: all 0.5s;
    transform: rotate(45deg);
}

.stock-complete-table tr span.showInfoTr.active::after {
    transform: rotate(-135deg);
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: -2px 0 0;
}

#yejiyuyue table tbody tr td:nth-of-type(3) {
    padding: 8px 0;
    line-height: 1.5;
    text-align: justify;
}

/*展开数据*/

.stock-table-infoTr {
    background: #f9f9f9;
    border: 1px solid #efefef;
    border-bottom: none !important;
}

.stock-table-infoTr p {
    margin: 0;
    text-align: left;
    padding: 10px;
    line-height: 1;
    font-size: 14px;
}

.stock-table-infoTr p a {
    color: #0861cc;
    display: inline-block;
}

.stock-table-infoTr td {
    padding: 0;
}

.stock-table-infoTr table {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    border-collapse: unset;
}

.stock-table-infoTr table tr {
    background: #f6f6f6 !important;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}

.stock-table-infoTr table th, .stock-table-infoTr table td {
    height: 36px;
    line-height: 36px;
}

.gaoguan .stock-table-infoTr table thead tr th:nth-of-type(2), .gaoguan .stock-table-infoTr table tbody tr td:nth-of-type(2), .xianshou .stock-table-infoTr table thead tr th:nth-of-type(2), .xianshou .stock-table-infoTr table tbody tr td:nth-of-type(2) {
    text-align: left;
}

.detail-stock-table .stock-table td, .detail-stock-table .stock-table th {
    font-size: 14px;
}

.jiyou .stock-block {
    width: 400px;
    padding: 0 0 10px;
}

.jiyou .stock-block span {
    float: left;
    line-height: 2;
    padding: 0 10px;
    margin: 10px 5px 0;
    background-color: #f00;
    border-radius: 2px;
    color: #fff;
}

.jiyou .stock-block span:nth-of-type(6) {
    background-color: #6c99ce;
}

.jiyou .stock-block span:nth-of-type(1) {
    background-color: #4a6893;
}

.jiyou .stock-block span:nth-of-type(2) {
    background-color: #ff5f07;
}

.jiyou .stock-block span:nth-of-type(3) {
    background-color: #fdb13c;
}

.jiyou .stock-block span:nth-of-type(4) {
    background-color: #ea584e;
}

.jiyou .stock-block span:nth-of-type(5) {
    background-color: #228fdf;
}

.jiyou .stock-focus-ope span {
    top: 0 !important;
}

.stock .news-reload {
    float: right;
    margin: 0;
    height: 18px;
    width: 18px;
    background: url(../images/reload.png) no-repeat;
    background-size: cover;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}

.stock .fast-news {
    height: 493px;
    overflow: hidden;
    overflow: auto;
    margin: 20px 0 0;
    font-size: 12px;
    position: relative;
}

.stock .fast-news .loading {
    text-align: center;
    position: absolute;
    background: #fbf0f0;
    width: 100%;
    line-height: 2;
    top: -24px;
    transition: all 0.5s;
}

.stock .fast-news .news-date {
    font-size: 12px;
}

.stock .fast-news .news-date span {
    font-size: 16px;
    color: #c21f1b;
}

.stock .fast-news .news-art time {
    font-size: 12px;
    color: #fff;
    background: #c21f1b;
    padding: 0 3px 0 2px;
    z-index: 1;
    top: 2px;
}

.stock .fast-news .news-art time::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #c21f1b;
    position: absolute;
    transform: rotate(45deg);
    right: -3px;
    top: 5px;
}

.stock .fast-news .news-art p {
    line-height: 1.5;
    font-size: 14px;
    margin: -2px 0 0;
}

.stock .fast-news .news-art p .stock-info {
    display: block;
}

.stock .fast-news .news-art p .stock-info a {
    display: block;
    color: #0861cc;
}

.stock .fast-news .news-art p .stock-info a:hover {
    text-decoration: underline;
}

/* 数据中心 - 个股 */

.stock-top {
    background: #333;
    color: #666;
    padding: 20px;
    margin: 0 0 20px;
}

.stock-title {
    line-height: 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #444;
}

.stock-title h1 {
    font-size: 32px;
    color: #fff;
    float: left;
}

.stock-title h2 {
    font-size: 24px;
    color: #fff;
    float: left;
    margin: 0 0 0 5px;
}

.stock-title em {
    float: left;
    margin: 0 0 0 10px;
    font-size: 14px;
    color: #bbb;
}

.stock-title time {
    font-size: 14px;
    float: left;
    line-height: 1;
    margin: 14px 0 0 5px;
    border-left: 1px solid #666;
    padding: 0 0 0 5px
}

.stock-title div.zg-score-wrap {
    margin: 0 0 0 40px;
    float: left;
    color: #ddd;
    font-size: 14px;
}

.stock-title div.zg-score-wrap a {
    background: #f98109;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    margin: 0 0 0 10px;
}

.stock-title div.zg-score-wrap a:hover {
    text-decoration: none;
}

.stock-title div.stock-focus-remove, .stock-title div.stock-focus-add {
    float: right;
    color: #fff;
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 29px;
    font-size: 14px;
    border-radius: 100px;
    cursor: pointer;
    margin: 5px 0 0;
    background: #fff;
    background-color: #0b7afc;
}

.stock-title div.stock-focus-add::before {
    content: '+ 自选';
    display: block;
    text-align: center;
}

.stock-title div.stock-focus-remove {
    line-height: 29px;
    box-sizing: border-box;
    background-color: rgb(151, 196, 248);
    color: #fff;
}

.stock-title div.stock-focus-remove::before {
    content: '已自选';
    display: block;
    text-align: center;
}

.stock-top .stock-price {
    padding: 20px 0 0;
}

.s-price {
    float: left;
    padding: 0 20px 0 0;
    border-right: 1px solid #444;
    margin: 0 40px 0 0;
}

.s-price strong {
    font-size: 40px;
    line-height: 52px;
    margin: 0 20px 0 0;
}

.s-price .change-price {
    float: right;
    padding: 4px 0;
}

.s-price .change-price em {
    display: block;
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    padding: 3px 0;
}

.s-price strong.stock-up::after {
    content: '↑';
    margin: 0 0 0 10px;
}

.s-price strong.stock-down::after {
    content: '↓';
    margin: 0 0 0 10px;
}

.max-price {
    clear: both;
    border-top: 1px solid #444;
    margin: 8px 0 0;
    padding: 13px 0 0;
    text-align: center;
}

.max-price span {
    width: 50%;
    float: left;
    font-size: 14px;
    line-height: 1;
}

.max-price span i {
    margin: 0 0 0 5px;
}

.s-date {
    /* float: right; */
    height: 85px;
    overflow: hidden;
}

.s-date dl {
    width: 12.5%;
    float: left;
    font-size: 14px;
    height: 85px;
}

.s-date dl dt, .s-date dl dd {
    /* height: 25%; */
    line-height: 22px;
    color: #777;
}

.s-date dl dd {
    color: #bbb;
}

.stock-detail {
    padding: 20px 0 0;
}

.stock-detail section {
    background: #fff;
    padding: 20px;
    margin: 0 0 20px;
}

.stock-detail section .list-tab {
    margin: 0 0 20px;
}

.stock-detail section #hqimg_if {
    width: 600px;
    border: 1px solid #eee;
    box-sizing: border-box;
    float: left;
}

.stock-detail section #hqimg_if p {
    margin: 0;
}

.stock-detail section .market-info {
    float: right;
    /* background: #ddd; */
    width: 380px;
    box-sizing: border-box;
    padding: 0 39px 0 0;
    position: relative;
}

.stockgraph_wdmx ul {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
}

.stockgraph_wdmx ul li {
    background: #f3f3f3;
    padding: 10px 12px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #f3f3f3;
    border-left: none;
}

.stockgraph_wdmx ul li.active {
    background: #fff;
    border: 1px solid #eee;
    border-left: none;
}

.stockgraph_wd_mm {
    border: 1px solid #eee;
    height: 296px;
    box-sizing: border-box;
    padding: 5px 0;
}

.market-info dl {
    line-height: 23px;
    float: left;
}

.market-info dt {
    padding: 5px 10px;
    margin: 5px 0;
    font-weight: bolder;
}

.market-info dl em {
    margin-right: 10px;
    float: left;
}

.market-info dd {
    padding: 0 10px;
    font-size: 12px;
    line-height: 2;
}

.market-info dd b {
    overflow: hidden;
    float: left;
    margin: 0 10px 0 0;
}

.market-info dd div {
    width: 180px;
    height: 8px;
    margin-right: 10px;
    display: inline-block;
    background-color: #f1f1f1;
}

.market-info dd div span {
    display: block;
    height: 100%;
    background-color: #1879b8;
}

.market-info .stock_follow {
    border-top: 1px solid #eee;
    margin: 0 20px;
    padding: 20px 0;
    width: 96%;
}

.market-info .stock_follow dt, .market-info .stock_follow dd {
    float: left;
    padding: 7px 0 0 5px;
}

.market-info .stock_follow dt {
    border-right: 1px dotted #eee;
    padding: 20px 10px !important;
    margin: 0;
}

.market-info .stock_follow dd {
    width: 180px;
}

.market-info dl.stock_follow em {
    float: none;
    margin-right: 5px;
}

.market-info dl {
    height: 100%;
}

.market-info dl:before {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.stockgraph_wd_mx table {
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    border-collapse: collapse;
}

.stockgraph_wd_mx table th, .stockgraph_wd_mx table td {
    border: 1px solid #eee;
    line-height: 1.985;
    font-weight: normal;
}

.stockgraph_wd_cj {
    border: 1px solid #eee;
    font-size: 14px;
    text-align: center;
    padding: 10px 0 15px;
}

.stockgraph_wd_cj table {
    padding: 0 0 3px;
}

.stockgraph_wd_cj .chengjiao-container div {
    left: 58px;
}

.stockgraph_wd_cj .order_buy {
    float: left;
    width: 50%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

.stockgraph_wd_cj .order_sell {
    float: left;
    width: 50%;
}

.stockgraph_wd_cj div p {
    margin: 0;
    line-height: 2.9;
    font-size: 12px;
}

.stock-detail section .stock_follow {
    clear: both;
    display: none;
}

.money-flow table {
    width: 80%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 14px;
    border-collapse: collapse;
    border: 1px solid #eee;
    line-height: 2;
}

.money-flow table th {
    background: #fbfbfb;
    border: 1px solid #eee;
    font-weight: normal;
}

.money-flow table td {
    border: 1px solid #eee;
}

.stock-contrast dl {
    float: left;
    width: 31%;
}

.stock-contrast dl:nth-of-type(2) {
    margin: 0 3.5%;
}

.stock-contrast dl dt {
    font-weight: bold;
    font-size: 16px;
    line-height: 2;
}

.stock-contrast dl dd {
    font-size: 14px;
    line-height: 2;
    /* color: #0861cc */
    float: left;
    width: 100%;
}

.stock-contrast dl dd em {
    float: left;
    width: 60px;
}

.stock-contrast dl dd em span {
    font-weight: bold;
    background: #e3e3e3;
}

.stock-contrast dl dd b {
    float: left;
    width: 60px;
    text-align: right;
    font-weight: normal;
    overflow: hidden;
}

.stock-contrast dl dd div {
    width: 170px;
    background: #f1f1f1;
    float: left;
    height: 8px;
    margin: 10px 0 0 20px;
}

.stock-contrast dl dd div span {
    display: block;
    height: 100%;
}

.stock-contrast dl dd div span.stock-up {
    background: #f7533f;
}

.stock-contrast dl dd div span.stock-down {
    background: #008100;
}

.stock-company .company-logo {
    width: 180px;
    height: 180px;
    line-height: 160px;
    text-align: center;
    border: 1px solid #eee;
    float: left;
    margin-right: 20px;
    background: #f3f3f3;
    overflow: hidden;
    box-sizing: border-box;
}

.stock-company .company-logo img {
    display: inline;
    vertical-align: middle;
}

.stock-company .stock-company-info h4 {
    font-size: 18px;
    margin: 0 0 12px 0;
}

.stock-company .stock-company-info p.s-info-p {
    float: left;
    width: 40%;
    font-size: 14px;
    margin: 0 0 10px;
}

.stock-company .stock-company-info p.s-info-p:last-of-type {
    width: auto;
    float: none;
    text-align: justify;
}

.stock-company .stock-company-des {
    padding: 10px 0 0;
    clear: both;
}

.stock-company .stock-company-des h4 {
    margin: 0;
    font-size: 16px;
    line-height: 2;
}

.stock-company .stock-company-des p {
    margin: 0;
    line-height: 2;
    text-align: justify;
    font-size: 14px;
}

.stock-detail-table {
    border-bottom: 1px solid #eee;
}

.stock-detail-table table {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    line-height: 2;
    text-align: center;
}

.stock-detail-table table td, .stock-detail-table table th {
    border: 1px solid #eee;
    border-bottom: none;
}

.stock-detail-table table .stock-table-tr, .stock-detail-table table th {
    background: #fbfbfb;
}

.stock-bankuai li {
    float: left;
    background-position-x: right;
    background-position-y: center;
    background-repeat: no-repeat;
    width: 320px;
    line-height: 100px;
    margin-bottom: 20px;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 32px;
}

.stock-bankuai li:nth-of-type(3n) {
    margin-right: 0;
}

.stock-bankuai li a {
    display: block;
    color: #fff;
}

.bg-color-1 {
    background-color: #4a6893;
}

.bg-color-2 {
    background-color: #ff5f07;
}

.bg-color-3 {
    background-color: #fdb13c;
}

.bg-color-4 {
    background-color: #ea584e;
}

.bg-color-5 {
    background-color: #228fdf;
}

.bg-color-0 {
    background-color: #6c99ce;
}

.stock-company .list-tab strong {
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}

.stock-company .list-tab strong span {
    color: #ff5f07;
}

.stock-company #stockRZRQ {
    float: left;
    width: 70%;
}

.stock-company .rzrq-ul {
    float: right;
    width: 30%;
    box-sizing: border-box;
    padding: 45px 30px 30px;
}

.stock-company .rzrq-ul li {
    margin: 0 0 30px 24px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    width: 110px;
    height: 110px;
}

.stock-company .rzrq-ul li span {
    margin: 0 0 6px;
    padding: 32px 0 0;
    display: block;
}

.stock-company .rzrq-ul li p {
    margin: 0;
}

.stock-company .hangyeguzhi {
    padding: 30px;
    font-size: 16px;
}

.stock-company .hangyeguzhi>div span {
    width: 33.3%;
    float: left;
    display: block;
    box-sizing: border-box;
    padding: 0 20px 10px;
    text-align: right;
}

.stock-company .hangyeguzhi>div span:nth-last-of-type(1) {
    float: right;
    text-align: left;
}

.stock-company .hangyeguzhi ul {
    clear: both;
}

.stock-company .hangyeguzhi ul li {
    border: 1px solid #ccc;
    border-bottom: none;
}

.stock-company .hangyeguzhi ul li:nth-last-of-type(1) {
    border-bottom: 1px solid #ccc;
}

.stock-company .hangyeguzhi ul li:after {
    content: "";
    display: block;
    clear: both;
}

.stock-company .hangyeguzhi ul li div {
    float: left;
    width: 33.3%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    line-height: 24px;
}

.stock-company .hangyeguzhi ul li div p {
    width: 150px;
    background: #eee;
    height: 24px;
    overflow: hidden;
    margin: 0;
}

.stock-company .hangyeguzhi ul li div:nth-of-type(1) {
    text-align: right;
}

.stock-company .hangyeguzhi ul li div:nth-of-type(2) {
    text-align: center;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.stock-company .hangyeguzhi ul li div:nth-of-type(1) p {
    float: right;
    border-radius: 50px 0 0 50px;
    margin-left: 10px;
}

.stock-company .hangyeguzhi ul li div:nth-of-type(3) p {
    float: left;
    border-radius: 0 50px 50px 0;
    margin-right: 10px;
}

.stock-company .hangyeguzhi ul li div p span {
    display: block;
    background: #ff5f07;
    border-radius: 0 50px 50px 0;
    height: 24px;
}

.stock-company .hangyeguzhi ul li div:nth-of-type(1) p span {
    float: right;
    border-radius: 50px 0 0 50px;
}

.stock-szkj ul {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.stock-szkj ul li {
    width: 33.33%;
    float: left;
}

.stock-szkj ul li div {
    color: #ff5f07;
    margin: 10px 0 0;
}

.stock-gn {
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0px 8px;
    font-size: 12px;
}

/* 搜索页面 */

.search {
    padding: 20px 0 0;
}

.search-input input {
    height: 40px;
    line-height: 38px;
    border: 1px solid #ddd;
    border-right: none;
    float: left;
    width: 800px;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
}

.search-input input.search-submit {
    height: 40px;
    width: 85px;
    background: #c21f1b;
    color: #fff;
    text-align: center;
    line-height: 38px;
}

.search-content {
    padding: 20px;
}

.search-content .search-header {
    border-bottom: 1px solid #efefef;
    color: #999;
    font-size: 12px;
    line-height: 1;
    padding: 0 0 12px;
}

.search-content li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.search-content li a {
    display: block;
}

.search-content li a.search-title {
    color: #0861cc;
    font-size: 14px;
    margin: 0 0 12px;
    display: inline-block;
}

.search-content li .search-content-img {
    float: left;
    width: 140px;
    height: 90px;
    overflow: hidden;
    margin: 0 16px 0 0;
}

.search-content li .search-content-img img {
    width: 100%;
    height: 100%;
}

.search-content li p {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
    max-height: 74px;
    overflow: hidden;
}

.search-content .search-result-img p {
    height: 74px;
    margin: 0;
}

.search-content li a.search-url {
    color: #008000;
    font-size: 12px;
    display: inline-block;
}

.search-result-author .author-info {
    float: left;
    width: 206px;
}

.search-result-author .author-info .author-avatar {
    float: left;
    width: 48px;
    height: 48px;
}

.search-result-author .author-info .author-avatar img {
    width: 100%;
}

.search-result-author .author-info .author-name {
    margin: 3px 0 10px 7px;
    line-height: 1;
    display: inline-block;
}

.search-result-author .author-info strong, .search-result-author .author-info b {
    font-weight: normal;
    display: block;
    margin: 0 0 10px 55px;
    line-height: 1;
    font-size: 12px;
    color: #666;
}

.search-result-author .author-info b {
    color: #999;
}

.search-result-author .author-info span {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #c21f1b;
    margin: 8px 0 0 54px;
    display: block;
    float: left;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    cursor: pointer;
}

.search-result-author .search-art {
    float: left;
}

.search-result-author .search-art div {
    width: 140px;
    float: left;
    margin: 0 26px 0 0;
    font-size: 12px;
}

.search-result-author .search-art div a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}

.search-result-author .search-art div:last-of-type {
    margin: 0;
}

.search-result-author .search-art .search-art-video, .search-result-author .search-art .search-art-img {
    height: 90px;
    position: relative;
    margin: 0 0 12px;
}

.search-result-author .search-art img {
    width: 140px;
    height: 90px;
}

.search-result-author .search-art .search-art-video::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.search-result-author .search-art .search-art-video::after {
    content: '';
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    background: url(../images/icons.png) no-repeat left -700px;
}

.search-result-author .search-art .search-art-video span {
    position: absolute;
    z-index: 1;
    bottom: 2px;
    right: 2px;
    color: #fff;
}

.search-content i {
    color: #c21f1b !important;
}

/* 弹窗-计算公式 */

.check-formula {
    height: 490px;
    overflow: hidden;
}

.check-formula dt, .check-formula dd {
    margin: 0 0 20px;
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

.check-formula dt {
    font-size: 14px;
}

/* 弹窗-添加持仓盈亏 */

.check-buy .buy-input {
    line-height: 34px;
    font-size: 14px;
    margin: 0 0 12px;
    float: left;
    width: 100%;
}

.check-buy .buy-input input {
    float: left;
    width: 230px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 10px;
}

.check-buy .buy-input textarea::placeholder, .check-buy .buy-input input::placeholder {
    color: #ccc;
}

.check-buy .buy-input label {
    float: left;
    width: 70px;
    text-align: right;
    box-sizing: border-box;
    padding: 0 10px 0 0;
}

.check-buy .buy-input-2 input {
    width: 160px;
}

.check-buy .buy-input-2 div {
    width: 60px;
    border: 1px solid #ddd;
    float: left;
    box-sizing: border-box;
    height: 36px;
    padding: 0 10px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.check-buy .buy-input textarea {
    float: left;
    width: 230px;
    line-height: 2;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 6px 10px;
    font-size: 12px;
}

.check-buy .buy-button {
    float: left;
    text-align: center;
    width: 100%;
    padding: 20px 0 0
}

.check-buy .buy-button input {
    display: inline-block;
    width: 80px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #c21f1b;
    color: #c21f1b;
    float: none;
    border-radius: 50px;
}

.check-buy .buy-button input.confirm {
    background: #c21f1b;
    color: #fff;
    margin: 0 0 0 20px;
}

/* 弹窗-添加自选 */

.check-addzixuan {
    text-align: center;
    padding: 20px 0 0;
}

.check-addzixuan div {
    margin: 30px 0 0;
}

.check-addzixuan div a, .check-addzixuan div span {
    display: inline-block;
    width: 80px;
    line-height: 32px;
    height: 32px;
    border: 1px solid #c21f1b;
    color: #c21f1b;
    float: none;
    border-radius: 50px;
    font-size: 14px;
}

.check-addzixuan div span {
    background: #c21f1b;
    color: #fff;
    margin: 0 0 0 20px;
    cursor: pointer;
}

/* 弹窗-登录 */

.check-login-banner img {
    width: 100%;
}

.check-content .list-tab span {
    margin: 0 18px 0 0;
    color: #999;
}

.check-content .list-tab .active {
    color: #222;
}

.zg-high {
    display: block;
    text-align: center;
    position: relative;
    line-height: 2;
    padding: 10px 0;
    border-bottom: 1px solid #f7f7f7;
    font-size: 14px;
}

.zg-high::after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #eee;
    top: 50%;
    left: 20px;
}

.zg-high::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    background: #eee;
    top: 50%;
    right: 20px;
}

/* svg */

.stock-pic-wrap .stock-pic .thumbnails {
    background: #fff;
}

#hqimg {
    text-anchor: middle;
    font: 12px '微软雅黑', Arial;
    line-height: 1;
}

/* 龙虎榜 */

/* 龙虎榜新样式 */

article.lhb {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 30px;
}

article.lhb .aside-yyb, article.lhb .aside-lhb {
    float: left;
    width: 345px;
}

article.lhb .content-lhb {
    float: right;
    width: 864px;
    box-sizing: border-box;
    padding: 0 20px;
    margin: 0 0 0 -1px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

article.lhb .content-lhb section {
    float: left;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 20px;
}

/* 龙虎榜旧样式 */

/* 
.stock-longhubang {
} */

.stock-longhubang .stock-info {
    height: 28px;
    line-height: 28px;
    position: relative;
    margin: 10px 0 0;
}

.stock-longhubang .stock-info .stockName {
    font-size: 18px;
    color: #333;
    float: left;
}

.stock-longhubang .stock-info .stockName:hover, .stock-longhubang .stock-info .stockName:hover span {
    color: #0B7AFC;
}

.stock-longhubang .stock-info .stockName span {
    font-size: 14px;
    color: #777;
    margin: 0 0 0 5px;
}

.stock-longhubang .stock-info .stock-block {
    float: left;
    font-size: 12px;
    background-color: #F5F5F5;
    color: #777;
    padding: 0 7px;
    line-height: 20px;
    margin: 5px 0 0 10px;
}

.stock-longhubang .stock-info .date-select-wrap {
    float: right;
    width: 140px;
    margin: -2px 0;
    background: url(../images/calarender.png) no-repeat 10px center;
    position: relative;
    font-size: 12px;
}

.stock-longhubang .stock-info .date-select-wrap::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 4px;
    right: 10px;
    top: 50%;
    margin: -2px 0 0;
    background: url(../images/select.png) no-repeat;
}

.stock-longhubang .stock-info .date-select-wrap .selected-date {
    display: block;
    margin: 0 0 0 35px;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.stock-longhubang .price-data {
    margin: 10px 0 0;
    padding: 20px 0 0;
    line-height: 24px;
    font-size: 14px;
    height: 24px;
    border-top: 1px dashed #e5e5e5;
}

.stock-longhubang .price-data b {
    width: 135px;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.stock-longhubang .price-data span {
    width: 70px;
    float: left;
    text-align: right;
    padding: 0;
    box-sizing: border-box;
}

.stock-longhubang .price-data b {
    font-weight: normal;
}

.stock-longhubang .price-data b i {
    font-style: normal;
    display: inline-block;
    padding: 0 5px;
}

.stock-longhubang .price-data b.buyin.stock-up i {
    background: #FFEBEB;
}

.stock-longhubang .price-data b.buyin.stock-down i {
    background: #0803;
}

.stock-longhubang.stock-ifr {
    padding: 20px;
    border: 1px solid #e5e5e5;
}

.stock-longhubang.business-detail {
    background-color: #F5F5F5 !important;
}

.stock-longhubang .show-business-detail {
    text-align: center;
    color: #0B7AFC;
    line-height: 3;
    font-size: 14px;
    cursor: pointer;
}

.stock-longhubang .show-business-detail::after {
    content: '';
    width: 7px;
    height: 4px;
    background: url(../images/select.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    transition: all 0.5s;
}

.stock-longhubang .show-business-detail.active::after {
    transform: rotate(180deg);
}

.stock-longhubang .business-date-range {
    margin: 10px 0;
}

.stock-longhubang .business-date-range span {
    float: left;
    width: 76px;
    height: 40px;
    line-height: 40px;
    background-color: #aaa;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 0 0 10px;
    font-size: 12px;
    cursor: pointer;
}

.stock-longhubang .business-date-range span.active {
    background-color: #c21f1b;
}

.stock-longhubang .business-date-range span.active::after {
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -4px;
    bottom: -4px;
    background-color: #c21f1b;
    transform: rotate(45deg);
}

.stock-longhubang.business-detail table {
    width: 803px;
    background-color: #fff;
    margin: 0 10px 10px;
}

.stock-longhubang.business-detail table .business-name {
    color: #0B7AFC;
    cursor: pointer;
}

.stock-longhubang.business-detail table .business-name:hover {
    text-decoration: underline;
}

.stock-longhubang.business-detail table td {
    line-height: 60px;
}

.stock-longhubang.business-detail table thead {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.stock-longhubang.business-detail table thead th {
    color: #777;
}

/* .stock-longhubang .stock-info span.buyin {
    color: #fff !important;
    display: inline-block;
    padding: 4px 6px;
    background: #ccc;
}

.stock-longhubang .stock-info span.buyin.stock-up {
    background: #c21f1b;
}

.stock-longhubang .stock-info span.buyin.stock-down {
    background: #080;
} */

.lhb .lhb-tab {
    margin: 0;
    line-height: 36px;
    font-size: 14px;
    box-sizing: border-box;
    height: 37px;
}

.lhb .lhb-tab span {
    text-align: center;
    float: left;
    background-color: #F5F5F5;
    color: #777;
    padding: 0 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-bottom: none;
    margin: 0 -1px 0 0;
}

.lhb .lhb-tab span.active {
    float: left;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: none;
    border-top: 2px solid #c21f1b;
    line-height: 34px;
    background: #fff;
    height: 38px;
    color: #000;
}

.lhb .lhb-title {
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: none;
}

.lhb .lhb-title .date-pick {
    float: right;
    border: 1px solid #ccc;
    line-height: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 0 15px 0 40px;
    cursor: pointer;
    color: #0861cc;
    background: url(../images/icons.png) no-repeat -27px -273px;
    font-size: 14px;
    position: relative;
    border-radius: 4px;
    margin: 0 852px 0 0;
}

.lhb .lhb-title .date-pick .date {
    display: block;
    line-height: 30px;
}

.lhb .lhb-title .date-pick .calendar-wrap {
    top: 41px;
    box-shadow: 0px 2px 16px 0px rgba(34, 34, 34, 0.12);
}

.lhb .lhb-title>span {
    color: #c21f1b;
}

.lhb .yyb-title {
    margin: 0;
    line-height: 32px;
    font-size: 18px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-bottom: none;
}

.lhb .yyb-title span {
    font-size: 14px;
    color: #777;
    cursor: pointer;
}

.lhb .yyb-title span i {
    color: #111;
}

.lhb .yyb-title .sort-range {
    float: right;
    margin: 0 852px 0 0;
    width: 78px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: url(../images/select.png) no-repeat;
    background-position: 60px;
    text-indent: -13px;
    text-align: center;
    position: relative;
}

.lhb .yyb-title .sort-range div {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 2;
    left: -1px;
    top: 100%;
    margin: 11px 0 0;
    box-shadow: 0px 2px 16px 0px rgba(34, 34, 34, 0.12);
    display: none;
}

.lhb .yyb-title .sort-range span {
    color: #0B7AFC;
    display: block;
}

/* .aside-lhb .date-range-pick span {
    float: left;
    width: 20%;
    line-height: 36px;
    text-align: center;
    background: #f3f3f3;
    cursor: pointer;
    font-size: 14px;
    ;
}

.aside-lhb .date-range-pick span.active {
    background: #c21f1b;
    color: #fff;
    position: relative;
}

.aside-lhb .date-range-pick span.active::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #c21f1b;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: rotate(45deg);
    margin: 0 0 -4px -4px;
} */

/* .aside-lhb-list {
    border: 1px solid #ddd;
} */

.aside-lhb-list .lhb-list-thead {
    line-height: 36px;
    background-color: #F5F5F5;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.aside-lhb-list .lhb-list-thead span {
    text-align: center;
    float: left;
    color: #777;
}

.aside-lhb-list .lhb-list-thead span.active {
    color: #fff;
}

.aside-lhb-list .lhb-list {
    width: 100%;
    border: 1px solid #ddd;
    border-right: none;
    border-top: none;
    box-sizing: border-box;
    height: 500px;
    overflow: hidden;
}

.aside-lhb-list .lhb-list>div {
    overflow: auto;
    height: 100%;
    width: 105%;
}

.aside-lhb-list .lhb-list li {
    border-right: 1px solid #ddd;
    border-bottom: 1px dashed #ddd;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}

.aside-lhb-list .lhb-list li:last-of-type {
    border-bottom: none;
}

.aside-lhb-list .lhb-list li.active {
    border-right: 1px solid #fff;
    padding: 1px 0 0;
    margin: -1px 0 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

.aside-lhb-list .lhb-list li span.rank {
    float: left;
    width: 20px;
    height: 20px;
    background-color: #c21f1b;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin: 30px 10px 0;
    font-size: 12px;
    border-radius: 100%;
}

.aside-lhb-list .lhb-list li b {
    float: left;
    line-height: 20px;
    font-weight: normal;
    margin: 20px 0 0;
    width: 63px;
    color: #999;
    font-size: 12px;
}

.aside-lhb-list .lhb-list li b.stock-name {
    font-size: 14px;
}

.aside-lhb-list .lhb-list li b i {
    display: block;
    color: #111;
    font-size: 14px;
}

.aside-lhb-list .lhb-list li b.stock-name i {
    color: #0B7AFC;
}

.aside-lhb-list .lhb-list li span {
    width: 80px;
    float: left;
    text-align: center;
    font-size: 14px;
}

.aside-yyb .aside-lhb-list .lhb-list-thead span {
    width: 25%;
}

.aside-yyb .aside-lhb-list .lhb-list li b, .aside-yyb .aside-lhb-list .lhb-list li span {
    width: 25%;
    text-align: center;
}

/* 
.aside-lhb-list div.lhb-list {
    max-height: 600px;
    overflow: hidden;
    overflow: auto;
}

.aside-lhb-list div.lhb-list-thead {
    font-size: 12px;
    color: #777;
    background-color: #e5e5e5;
}

.aside-lhb-list div.lhb-list-thead span {
    padding: 9px 0;
    line-height: 1.5;
    float: left;
    text-align: center;
}

.aside-lhb-list li {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.aside-lhb-list li div {
    line-height: 4;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.aside-lhb-list li.active {
    background: #c21f1b11;
    position: relative;
}

.aside-lhb-list li.active::before {
    content: '';
    width: 100px;
    height: 100px;
    background-color: #f00;
    right: 0;
    top: 0;
    display: block;
    position: absolute;
}

.aside-lhb-list li div>span {
    float: left;
    text-align: center;
}

.aside-lhb-list .td1 {
    width: 42px;
    font-size: 12px;
}

.aside-lhb-list ul li {
    position: relative;
    background: #fcfcfc;
}

.aside-lhb-list ul li:nth-of-type(1) .td1, .aside-lhb-list ul li:nth-of-type(2) .td1, .aside-lhb-list ul li:nth-of-type(3) .td1 {
    color: #fff;
}

.aside-lhb-list ul.lhb-index-list li:nth-of-type(1)::after, .aside-lhb-list ul.lhb-index-list li:nth-of-type(2)::after, .aside-lhb-list ul.lhb-index-list li:nth-of-type(3)::after {
    background: #c21f1b;
}

.aside-lhb-list ul.lhb-index-list li.gainian::after {
    top: 32px;
}

.aside-lhb-list ul.lhb-index-list li::after {
    content: '';
    background: #ddd;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 100%;
    left: 11px;
    top: 15px;
}

.aside-lhb-list ul li.gainian .td1 {
    height: 84px;
    line-height: 84px;
}

.aside-lhb-list .td2 {
    width: 56px;
    line-height: 1.5;
    padding: 7px 0;
}

.aside-lhb-list .td3 {
    width: 50px;
}

.aside-lhb-list .td4 {
    width: 72px;
}

.aside-lhb-list .td5 {
    width: 72px;
}

.aside-lhb-list .b-td1 {
    width: 70px;
    line-height: 1.5;
    padding: 7px 0;
}

.aside-lhb-list .b-td2 {
    width: 60px;
    line-height: 1.5;
    padding: 7px 0;
}

.aside-lhb-list .b-td3 {
    width: 67px;
}

.aside-lhb-list .b-td4 {
    width: 67px;
}

.aside-lhb-list .b-td5 {
    width: 39px;
    color: #c21f1b;
}

.aside-lhb-list .b-td5:hover {
    text-decoration: underline;
}

.aside-lhb-list li p {
    line-height: 16px;
    text-align: left;
    font-size: 12px;
    position: absolute;
    top: 54px;
    z-index: 2;
    left: 42px;
}

.aside-lhb-list li p span {
    background: #ffe7c3;
    padding: 0 4px;
    line-height: 1.5;
    display: inline-block;
    margin: 0 5px 0 0;
}

.aside-lhb-list li:hover {
    cursor: pointer;
    background: #fbf0f0 !important;
} */

.aside-lhb-list.business li {
    border-bottom: 1px solid #eee;
}

.aside-lhb-list.business div.loading {
    text-align: center;
    color: #999;
}

.aside-lhb-list.business div.loading::before {
    content: '加载中...';
    width: 120px;
    height: 20px;
    background: url(../images/loading-2.gif) left no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 10px 0;
}

.aside-lhb-list.business p {
    padding: 5px 10px;
    background: #eee;
    font-size: 14px;
    margin: 10px 0 0;
}

.aside-lhb .bus-date-select {
    float: right;
    width: 107px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #ddd;
    margin: -5px 0;
    color: #0861cc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icons.png) no-repeat -8px -455px;
}

.aside-lhb-list li div.department-info {
    float: left;
    line-height: 1;
    padding: 15px 10px;
    max-width: 260px;
    box-sizing: border-box;
}

.aside-lhb-list li div.department-info strong {
    font-size: 16px;
}

.aside-lhb-list li div.department-info div {
    line-height: 1;
    margin: 10px 0 0;
}

.aside-lhb-list li div.department-info div b {
    font-weight: normal;
    margin: 0 5px 0 0;
}

.aside-lhb-list li div.department-info div b.depart-buy::before {
    content: '总买';
    color: #fff;
    background: #c21f1b;
    padding: 0 3px 1px;
    font-size: 12px;
    margin: 0 3px 0 0;
}

.aside-lhb-list li div.department-info div b.depart-sell::before {
    content: '总卖';
    color: #fff;
    background: #008000;
    padding: 0 3px 1px;
    font-size: 12px;
    margin: 0 3px 0 0;
}

.aside-lhb-list li span.count {
    float: right;
    line-height: 70px;
    width: 45px;
    text-align: center;
}

.stock-lhb-yyb {
    margin: 20px 10px 10px;
    padding: 10px;
    background-color: #fff;
}

.stock-lhb-yyb .reason {
    margin: 0 0 20px;
    line-height: 2;
    padding: 0 0 10px;
    border-bottom: 1px solid #E82B2B;
    color: #E82B2B;
    font-weight: bold;
}

.stock-lhb-yyb .reason::before {
    content: '上榜理由：';
}

/* 
.stock-lhb-yyb .reason p {
    float: left;
    position: relative;
    line-height: 30px;
    height: 30px;
}

.stock-lhb-yyb .reason p::before {
    content: '上榜理由';
    font-weight: bold;
    float: left;
    font-size: 18px;
}

.stock-lhb-yyb .reason span {
    float: left;
    background: #C21E1B;
    color: #fff;
    padding: 0 10px;
    margin: 0 10px 0 10px;
    position: relative;
    font-size: 16px;
    border-radius: 2px;
    line-height: 29px;
    height: 30px;
}

.stock-lhb-yyb .reason span::after {
    content: '';
    width: 8px;
    height: 8px;
    background: #C21E1B;
    transform: rotate(45deg);
    position: absolute;
    left: -4px;
    top: 50%;
    margin: -4px 0 0;
} */

.stock-lhb-yyb .buy-yyb, .stock-lhb-yyb .sell-yyb {
    width: 384px;
    float: left;
    border: 1px solid #E5E5E5;
}

.stock-lhb-yyb .sell-yyb {
    float: right;
}

.stock-lhb-yyb .buy-yyb span, .stock-lhb-yyb .sell-yyb span {
    float: right;
}

.stock-lhb-yyb .buy-yyb span {
    color: #FF0A0A;
}

.stock-lhb-yyb .sell-yyb span {
    color: #029934;
}

.stock-lhb-yyb .buy-yyb p, .stock-lhb-yyb .sell-yyb p {
    line-height: 46px;
    color: #777;
    background-color: #F5F5F5;
    font-size: 14px;
    padding: 0 12px;
}

.stock-lhb-yyb .buy-yyb a, .stock-lhb-yyb .sell-yyb a {
    line-height: 55px;
    display: block;
    font-size: 14px;
    padding: 0 12px;
    border-top: 1px solid #E5E5E5;
}

.stock-lhb-yyb .buy-yyb a:hover, .stock-lhb-yyb .sell-yyb a:hover {
    background-color: #FFFFCC;
    cursor: pointer;
}

.stock-lhb-yyb .buy-yyb .buy-total {
    background-color: #E82B2B;
    color: #fff;
}

.stock-lhb-yyb .sell-yyb .sell-total {
    background-color: #029934;
    color: #fff;
}

.stock-lhb-yyb .buy-yyb .buy-total span, .stock-lhb-yyb .sell-yyb .sell-total span {
    color: #fff;
}

/* 关于我们 */

.about {
    width: 100%;
    padding: 20px 0;
}

.about article {
    width: 1270px;
    margin: 0 auto;
    background: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 5px;
}

.about article h3 {
    text-align: center;
    font-size: 30px;
}

.about article p {
    font-size: 18px;
    text-align: justify;
    line-height: 2;
}

.about article ul {
    padding: 0 155px;
}

.about article ul li {
    width: 190px;
    float: left;
    margin: 0 50px 0 0;
    border: 1px solid #f0c9c8;
    box-sizing: border-box;
    text-align: center;
    background: url(images/about-2.png) no-repeat center center;
    background-color: #fdf7f7;
}

.about article ul li img {
    margin: 0 auto;
}

.about article ul li strong {
    padding: 20px 0;
    display: inline-block;
}

.about article ul li span {
    display: block;
    padding: 100px 20px 20px;
    height: 42px;
}

.about article ul li:first-of-type {
    background-image: url(images/about-1.png);
}

.about article ul li:last-of-type {
    background-image: url(images/about-3.png);
    margin: 0;
}

.about article dt {
    border-bottom: 1px solid #eee;
    position: relative;
    padding: 0 0 5px 20px;
    margin: 0 0 5px;
}

.about article dt::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 0;
    top: 50%;
    margin: -7px 0 0;
    border-radius: 10px;
    background: #c21f1b;
}

.about article dd {
    font-size: 18px;
    text-align: justify;
    line-height: 2;
    margin: 0 0 30px;
}

/* 临时样式 */

.author-ope .art-share div {
    width: 20px;
    height: 20px;
    overflow: hidden;
    float: left;
    text-indent: -999px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.author-ope .art-share .wb {
    background: url(../images/wb.png) no-repeat;
    background-size: cover;
}

.author-ope .art-share .qq {
    background: url(../images/icons.png) no-repeat left -364px;
}

.author-ope .art-share .zone {
    background: url(../images/icons.png) no-repeat left -421px;
}

.author-ope .art-share .at {
    background: url(../images/at.png) no-repeat;
    background-size: cover;
}

.art-list h3 a:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.art-list .art-time {
    margin: 10px 0;
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.art-list time {
    color: #999;
    margin: 0 10px 0 0;
}

.art-list .art-time .art-share a {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 0 0 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}

.art-list .art-time .art-share a.qq {
    background: url(../images/icons.png) no-repeat left -364px;
}

.art-list .art-time .art-share a.zone {
    background: url(../images/icons.png) no-repeat left -421px;
}

.art-list .art-time .art-share .wb {
    background: url(../images/wb.png) no-repeat;
    background-size: cover;
}

.art-list p a {
    color: #666;
    text-align: justify;
    word-wrap: break-word;
    font-size: 14px;
    ;
}

.art-list p a:hover {
    color: #c21f1b;
    text-decoration: underline;
}

.art-pic {
    width: 300px;
    height: 170px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 20px 0 0;
}

.art-pic img {
    width: 100%;
    height: 100%;
}

.art-list .category::after {
    color: #999;
    border-radius: 5px;
    border: 1px solid #999;
    font-weight: normal;
    font-size: 14px;
    line-height: 23px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.art-list .category-0::after {
    content: '股票';
}

.news .temp-article h1 {
    font-size: 26px;
    margin: 0 0 20px
}

.news .temp-article time {
    color: #999;
    margin: 0 20px 0 0;
    font-size: 12px;
    float: left;
    line-height: 20px;
}

.news .temp-article .art-share {
    font-size: 12px;
    color: #999;
    float: left;
    line-height: 20px;
}

.news .temp-article .art-share a {
    width: 20px;
    height: 20px;
    overflow: hidden;
    text-indent: -999px;
    margin: 0 0 0 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}

.news .temp-article .art-share a.qq {
    background: url(../images/icons.png) no-repeat left -364px;
}

.news .temp-article .art-share a.zone {
    background: url(../images/icons.png) no-repeat left -421px;
}

.news .temp-article .art-share .wb {
    background: url(../images/wb.png) no-repeat;
    background-size: cover;
}

.tougao p {
    color: #777;
    text-align: center;
    margin: 10px 0 20px;
    font-size: 14px;
}

.tougao div div {
    background: url(../images/tougao-bg.png) no-repeat right;
    height: 199px;
    text-align: center;
    margin: 0 auto;
    width: 83%;
    box-sizing: border-box;
    padding: 35px 0 0;
    font-synthesis: 18px;
}

.gainian-wrap .stock-table-code {
    border-left: 1px solid #c21f1b;
    padding: 0 0 0 3px;
}

.fans li, .foucs li {
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

.fans li img, .foucs li img {
    width: 48px;
    height: 48px;
    float: left;
    margin: 10px 0 0;
    border-radius: 48px;
}

.fans li .user-info, .foucs li .user-info {
    float: left;
    margin: 0 0 0 15px;
}

.fans li .user-info a, .foucs li .user-info a {
    font-size: 16px;
    line-height: 1;
}

.fans li .user-info a:hover, .foucs li .user-info a:hover {
    color: #c21f1b;
}

.fans li .user-info p, .foucs li .user-info p {
    margin: 10px 0 15px;
    color: #444;
    font-size: 12px;
}

.fans li .user-info div, .foucs li .user-info div {
    color: #999;
    font-size: 12px;
}

.fans li .user-info div a, .foucs li .user-info div a {
    color: #999;
    font-size: 12px;
}

.fans li .user-info div a span, .foucs li .user-info div a span {
    color: #c21f1b;
}

.fans li .unfollow, .foucs li .unfollow {
    float: right;
    width: 100px;
    height: 32px;
    font-size: 12px;
    margin: 20px 0 0;
    color: #fff;
    background: #c21f1b;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.fans li .follow, .foucs li .follow {
    float: right;
    width: 100px;
    height: 30px;
    font-size: 12px;
    margin: 20px 0 0;
    color: #c21f1b;
    border: 1px solid #c21f1b;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.history {
    background: #fff;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 80px 0 0;
}

.history::before {
    content: '';
    width: 1050px;
    height: 1px;
    background: #efefef;
    display: block;
    margin: 0 auto;
}

.history ul {
    width: 1050px;
    margin: 0 auto;
    position: relative;
}

.history ul::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 375px;
    background: #efefef;
    top: 0;
}

.history ul div {
    position: absolute;
    background: url(../images/history-bg.png) no-repeat;
    width: 140px;
    height: 140px;
    left: 235px;
    font-size: 24px;
    color: #c21f1b;
    font-weight: bold;
    line-height: 140px;
    text-align: center;
    z-index: 1;
}

.history ul li {
    height: 140px;
    position: relative;
    width: 1050px;
    box-sizing: border-box;
    right: 0;
    padding: 0 0155px 0 395px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.history ul li::after {
    content: '';
    display: block;
    width: 500px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 395px;
    border-bottom: 1px dashed #efefef;
}

.history ul li::before {
    content: '';
    width: 3px;
    height: 20px;
    background: #c21f1b;
    position: absolute;
    top: 50%;
    margin: -10px 0 0 -1px;
    left: 375px;
    z-index: 1;
}

.history ul li:hover {
    background: #efefef;
}

.history ul li time {
    display: block;
    color: #c21f1b;
    width: 100%;
}

.histor-now {
    padding: 160px 0 60px;
    position: relative;
    text-indent: 427px;
    font-size: 14px;
}

.histor-now::before {
    content: '';
    width: 1px;
    height: 130px;
    box-sizing: border-box;
    border-left: 1px dashed #efefef;
    position: absolute;
    left: 485px;
    background: #fff;
    top: 0;
}

.histor-now::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background: #c21f1b;
    border-radius: 7px;
    left: 482px;
    top: 131px
}

/* 大咖观点直播 */

.live-wrap .aside-title span {
    position: relative;
}

.live-wrap .aside-title span::after {
    content: '你关注的主播最新动态都在这里';
    display: inline-block;
    width: 197px;
    line-height: 28px;
    background: url(../images/art-list-bg.png);
    font-size: 12px;
    position: absolute;
    text-indent: 18px;
    top: -5px;
    left: 105%;
}

.live-active {
    margin: 20px 0 0;
}

.live-wrap .scroll-wrap {
    height: 472px;
    overflow: auto;
}

.live-active ul {
    position: relative;
}

.live-active ul::after {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
    position: absolute;
    top: 0;
    left: 7px;
    z-index: 0;
}

.live-active li {
    padding: 0 0 0 18px;
    position: relative;
}

.live-active li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    left: 3px;
    top: 3px;
    background: #ccc;
    border-radius: 100%;
    z-index: 1;
    transition: all 0.3s;
}

.live-active li:hover::before {
    background: #c21f1b;
    width: 13px;
    height: 13px;
    left: 1px;
    top: 1px;
}

.live-active li::after {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #fff;
    border-radius: 100%;
    z-index: 2;
    transition: all 0.3s;
}

.live-active li time {
    font-size: 14px;
    color: #999;
    margin: 0 0 12px;
    display: block;
}

.live-active li:hover time {
    color: #c21f1b;
}

.live-active li .live-info {
    line-height: 32px;
}

.live-active li .author-cover {
    width: 32px;
    height: 32px;
    float: left;
}

.live-active li img {
    width: 32px;
    height: 32px;
}

.live-active li .live-info a {
    font-size: 16px;
    margin: 0 5px 0 0;
    color: #333;
}

.live-active li span {
    float: right;
    font-size: 14px;
    color: #999;
    background: url(../images/icons.png) -41px -528px no-repeat;
    padding: 0 0 0 17px;
}

.live-active li>a {
    background: #F5F5F5;
    padding: 12px;
    text-align: justify;
    color: #555;
    font-size: 14px;
    margin: 12px 0 30px;
    border-radius: 4px;
    display: block;
}

.live-active li:hover>a {
    color: #c21f1b;
}

/* 
.list-live {
    position: relative;
}

.list-live::before {
    content: '';
    width: 1px;
    height: 100%;
    border-left: 1px #eee dashed;
    position: absolute;
    left: 5px;
    top: 0;
}

.list-live li {
    padding: 0 0 0 15px;
    position: relative;
    font-size: 14px;
    margin: 20px 0 0;
}

.list-live li:hover span, .list-live li:hover strong {
    color: #c21f1b;
}

.list-live li:hover::before {
    border: 2px solid #c21f1b;
}

.list-live li::before {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 100%;
    border: 2px solid #ccc;
    box-sizing: border-box;
    left: 1px;
    top: 5px;
}

.list-live li span {
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
} */

/* 新文章列表 */

.new-live-list li, .new-art-list li {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    position: relative;
}

.new-live-list li.add-more, .new-art-list li.add-more {
    border-bottom: none;
    margin: 20px 0 0;
    background-color: #f5f5f5;
    text-align: center;
    color: #999;
    cursor: pointer;
}

.new-art-list .article-cover {
    width: 270px;
    height: 170px;
    display: block;
    float: left;
    margin: 0 13px 0 0;
    background-size: cover;
    background-position: center;
    position: relative;
}

.new-art-list .live-status-living:hover::before, .new-art-list .live-status-ending:hover::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000055;
}

.new-art-list .live-status-living::after {
    content: '直播中';
    position: absolute;
    padding: 8px 10px;
    background-color: #FF4C41;
    border-radius: 0 0 2px 0;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.new-art-list .live-status-ending::after {
    content: '回顾';
    position: absolute;
    padding: 8px 10px;
    background-color: #4196FF;
    border-radius: 0 0 2px 0;
    left: 0;
    top: 0;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.new-art-list .article-title {
    display: inline-block;
    line-height: 18px;
    font-size: 18px;
    margin: 0 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    max-width: 572px;
}

.new-art-list li time {
    display: block;
    color: #999;
    font-size: 12px;
    margin: 0 0 9px;
}

.new-art-list .article-brief {
    display: block;
    font-size: 14px;
    float: left;
    width: 572px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    color: #555;
    max-height: 93px;
}

.new-art-list .author-ope {
    position: absolute;
    /* width: 572px; */
    right: 0;
    bottom: 20px;
    height: 32px;
    line-height: 32px;
    left: 283px;
}

.new-art-list .author-ope .article-author {
    float: left;
    font-size: 16px;
}

.new-art-list .author-ope .author-cover {
    width: 32px;
    height: 32px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
    position: relative;
}

.new-art-list .author-ope .author-cover::after {
    content: '';
    background: url(../images/teacher-icon.png);
    width: 14px;
    height: 14px;
    right: 0;
    bottom: 0;
    position: absolute;
    background-size: contain;
}

.new-art-list .author-ope .author-cover img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.new-art-list .author-ope .unfollow {
    width: 45px;
    height: 23px;
    line-height: 21px;
    box-sizing: border-box;
    border: 1px solid #ff8d27;
    border-radius: 4px;
    color: #ff8d27;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: -1px 0 0 10px;
    cursor: pointer;
}

.new-art-list .author-ope .follow {
    width: 50px;
    height: 23px;
    line-height: 23px;
    box-sizing: border-box;
    background: #ff8d27;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    margin: -1px 0 0 10px;
    cursor: pointer;
}

.new-art-list .author-ope .follow-each {
    width: 70px;
}

.new-art-list .author-ope .read-count {
    float: right;
    font-size: 12px;
    line-height: 32px;
}

.new-art-list .art-ope {
    margin: 11px 0 0;
    line-height: 22px;
}

.new-live-list .author-cover {
    float: left;
    width: 52px;
    height: 52px;
}

.new-live-list .author-cover img {
    width: 52px;
    height: 52px;
    border-radius: 100%;
}

.new-live-list .live-content {
    margin: 0 0 0 68px;
}

.new-live-list .live-content a {
    line-height: 26px;
}

.new-live-list .live-info {
    font-size: 14px;
}

.new-live-list .live-info time {
    color: #999;
    position: relative;
    margin: 0 20px 0 0;
}

.new-live-list .live-info time::after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    margin: -2px 0 0 0;
    top: 50%;
    right: -11px;
    background-color: #ddd;
    border-radius: 100%;
}

.new-live-list .live-info .living {
    color: #FF4C41;
}

.new-live-list .live-info .living::before {
    content: '直播中';
    display: inline-block;
    padding: 0 5px 0 26px;
    background: url(../images/icons.png) no-repeat -41px -646px;
}

.new-live-list .live-info .living::after {
    content: '人在线';
    color: #999;
}

.new-live-list .live-info .ending {
    text-indent: -99px;
    overflow: hidden;
}

.new-live-list .live-info .ending::after {
    content: '回顾';
    color: #4196FF;
}

.new-live-list .live-info .unfollow {
    float: right;
    width: 45px;
    height: 23px;
    line-height: 21px;
    box-sizing: border-box;
    border: 1px solid #ff8d27;
    border-radius: 4px;
    color: #ff8d27;
    text-align: center;
    font-size: 14px;
    margin: -1px 0 0 10px;
    cursor: pointer;
}

.new-live-list .live-info .follow {
    float: right;
    width: 50px;
    height: 23px;
    line-height: 23px;
    box-sizing: border-box;
    background: #ff8d27;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin: -2px 0 0 10px;
    cursor: pointer;
}

.new-live-list .live-info .follow-each {
    width: 70px;
}

.new-live-list .live-brief {
    clear: both;
    text-align: justify;
    font-size: 14px;
    color: #555;
    /* display: none; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.new-live-list .live-brief:hover {
    text-decoration: underline;
}

.new-live-list .live-brief-living::before {
    content: '最新直播: ';
    color: #ff4c41;
}

.new-live-list .live-brief-ending::before {
    content: '回顾: ';
    color: #4196FF;
}

/* 热门直播 */

.hot-live {
    margin: 20px 0 0;
    overflow: hidden;
    position: relative;
    height: 169px;
}

.hot-live ul {
    width: 3000px;
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    transition: all 0.5s;
}

.hot-live li {
    float: left;
    width: 260px;
    height: 160px;
    box-sizing: border-box;
    padding: 15px;
    margin: 0 15px 0 0;
    background: #F5F5F5;
    border-radius: 4px;
    position: relative;
    border: 1px solid #F5F5F5;
}

.hot-live li:last-of-type {
    margin: 0;
}

.hot-live li .live-info {
    height: 32px;
    line-height: 32px;
}

.hot-live li .live-info a {
    font-size: 16px;
    color: #333;
    float: left;
    margin: 0 5px 0 0;
}

.hot-live li .live-info a img {
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.hot-live li .live-info span {
    color: #FF4C41;
    float: right;
    font-size: 14px;
    background: url(../images/online-user.png) no-repeat left center;
    padding: 0 0 0 20px;
}

.hot-live li p {
    text-align: justify;
    margin: 10px 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
    line-height: 25px;
}

.hot-live li .live-ope {
    position: absolute;
    bottom: 14px;
    left: 14px;
    width: 230px;
    font-size: 14px;
    color: #777;
    line-height: 29px;
}

.hot-live li .live-ope .live-type {
    position: relative;
    padding: 0 0 0 28px;
}

.hot-live li .live-ope .word {
    background: url(../images/live-img.png) no-repeat left center;
}

.hot-live li .live-ope a {
    width: 80px;
    text-align: center;
    float: right;
    color: #fff;
    background: #FF4C41;
    line-height: 28px;
    border-radius: 20px;
    font-size: 14px;
}

.hot-live li .live-ope a::after {
    content: ' >';
    font-family: '宋体';
}

.hot-live li:hover {
    background: #FFF3F2;
    border: 1px solid #FF4C41;
}

.hot-live li:hover .live-ope a {
    background: #fff;
    color: #FF4C41;
}

.hot-live .live-scroll {
    height: 4px;
    width: 100%;
    background: #F9F9F9;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 5px;
}

.hot-live .live-scroll span {
    background: #E5E5E5;
    display: block;
    position: absolute;
    height: 4px;
    width: 100px;
    left: 0;
    border-radius: 5px;
    top: 0;
    cursor: pointer;
    transition: all 0.5s;
}

/* 404 */

.page-404 {
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 20px auto;
    padding: 20px;
    box-sizing: border-box;
}

.page-404>p {
    width: 540px;
    height: 270px;
    margin: 0 auto;
    background: url(../images/404.png);
    text-align: center;
    font-size: 14px;
    color: #777;
    line-height: 452px;
}

.page-404 .hot-live {
    width: 1085px;
    margin: 0 auto;
    height: auto;
}

.page-404 .hot-live>span {
    display: block;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    margin: 35px 0 20px;
    position: relative;
}

.page-404 .hot-live>span::before, .page-404 .hot-live>span::after {
    content: '';
    position: absolute;
    width: 450px;
    height: 1px;
    background-color: #efefef;
    top: 50%;
    left: 0;
}

.page-404 .hot-live>span::after {
    right: 0;
    left: auto;
}

.page-404 .hot-live ul {
    position: static;
    width: 100%;
    margin-bottom: 10px;
}

.page-404 .hot-live ul li {
    margin-bottom: 15px;
}

.page-404 .hot-live ul li:nth-of-type(4n) {
    margin-right: 0;
}

/* 自选 */

.login-tips {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 auto 10px;
    position: relative;
    text-indent: -999px;
    overflow: hidden;
    cursor: pointer;
}

.login-tips::after, .login-tips::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #ddd;
    left: 50%;
    top: 50px;
    margin: -24px 0 0 -20px;
}

.login-tips::after {
    transform: rotate(90deg);
}

.zixuan-login {
    text-align: center;
    color: #999;
    font-size: 14px;
    line-height: 1;
    padding: 20px 0;
}

.zixuan-nav form {
    position: relative;
}

.zixuan-nav form .zixuan-input {
    position: absolute;
    width: 100%;
    background-color: #fff;
    font-size: 12px;
    top: 101%;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    z-index: 998;
    display: none;
}

.zixuan-nav form .zixuan-input a {
    float: left;
    width: 69px;
    margin: 0;
    text-align: center;
    color: #333;
}

.zixuan-nav form .zixuan-input .stock-focus-remove, .zixuan-nav form .zixuan-input .stock-focus-add {
    top: 10px;
    width: 17px;
    float: right;
}