.activity-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.tit-color {
    color: #004450!important;
    font-weight: 600!important;
}

.min-content {
    max-width: 1280px;
    margin: 0 auto;
}

.activity-tit > span {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0;
    color: #262626;
}

.main-content {
    min-width: 1340px;
}

.top-banner-container {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.top-banner-container-cn {
    background-image: url("/images/hot_news/express-top-banner.jpg");
}

.top-banner-container-en {
    background-image: url("/images/hot_news/express-top-banner_en.jpg");
}

.top-container {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 41px;
}

.top-container > div {
    width: 864px;
}

.aside-fear-container {
    cursor: default;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.aside-fear-content {
    position: relative;
    height: 270px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 25px 25px;
}

.update-time {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    justify-content: flex-end;
    border-top: 1px solid rgb(169, 169, 169);
    z-index: 10;
    display: flex;
    align-items: center;
    right: 10px;
    font-size: 12px;
    color: rgb(127, 127, 127);
}

.aside-fear-top {
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(169, 169, 169);
    margin-bottom: 12px ;
}

.aside-fear-content > div:nth-of-type(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: scale(.8);
}

.now-status p {
    font-weight: 500;
    margin-bottom: 4px;
}

.now-status span {
    font-size: 12px;
}

.now-status {
    top: 80px;
    z-index: 10;
    font-size: 14px;
    position: absolute;
    left: 35px;
}

.limit-tag {
    position: absolute;
    bottom: 36px;
    font-size: 12px;
}

.fear-limit-tag {
    left: 65px;
    color: rgb(191, 82, 53);
}

.greed-limit-tag {
    right: 65px;
    color: rgb(88, 186, 59);
}

.aside-fear-tips {
    font-size: 12px;
    color: rgb(127, 127, 127);
    margin-top: 4px;
}

.aside-fear-tit {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.aside-fear-tit span {
    line-height: 30px;
}

.fear-greed-icon {
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.fear-greed-icon svg {
    width: 100%;
    height: 100%;
}

.chart-dots {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    left: 0;
    bottom: 50%;
    align-items: center;
    justify-content: center;
    background-color: rgb(191, 82, 53);
    z-index: 3;
    transition: all 1s;
    transform: translateX(-38px) translateY(50%) rotateZ(0deg);
    transform-origin: 145px 17px;
}

.chart-dots > span {
    transform: rotateZ(0deg);
    color: #fff;
}

.chart-origin {
    width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 27px;
    z-index: 11;
    border-radius: 50%;
    background-color: #fff;
}

.chart-origin svg {
    width: 100%;
    height: 100%;
}

.chart-pointer {
    transition: all 1s;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-100%) rotateZ(-90deg);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 104px solid rgb(167, 167, 167);
    transform-origin: bottom center;
}

.chart-container {
    position: relative;
    width: 214px;
    height: 214px;
    border-radius: 50%;
    background-image: linear-gradient(to right,rgb(191, 82, 53), rgb(231, 219, 106), rgb(88, 186, 59));
}

.chart-container:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 1;
    border-bottom: 110px solid #fff;
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: none;
    transform: translateX(-50%);
}

.chart-container:after {
    position: absolute;
    content: '';
    width: 190px;
    height: 190px;
    background-color: #fff;
    top: 50%;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.top-container > aside {
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.phone-week-news {
    display: none;
}

.banners {
    height: 448px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    overflow: hidden;
}

.banners-top-tips {
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 40px;
    background-color: #e74253;
    border-radius: 0 0 38px 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 3;
}

.banners .slider-img {
    width: 100%;
    height: 100%;
}

.banners .slider-img img {
    width: 100%;
    height: 100%;
}

.banner-list {
    position: absolute;
    top: 0;
    display: flex;
    z-index: 3;
}

.banner-list li {
    width: 864px;
    height: 448px;
}

.prev-btn, .next-btn {
    position: absolute;
    width: 48px;
    height: 70px;
    background-color: #000000;
    opacity: 0.8;
    top: 50%;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.5s;
}

.prev-btn svg, .next-btn svg {
    width: 42px;
    height: 70px;
}

.banners-tips {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    opacity: 0.8;
    transition: all 0.5s;
    font-size: 15px;
    color: #ffffff;
    padding-left: 24px;
    box-sizing: border-box;
    line-height: 45px;
    cursor: default;
    z-index: 5;
}

.prev-btn {
    border-radius: 0 6px 6px 0;
    left: -48px;
}

.next-btn {
    right: -48px;
    border-radius: 6px 0 0 6px;
}

.banners:hover .prev-btn {
    left: 0;
}

.banners:hover .next-btn {
    right: 0;
}

.activity-icon-list {
    position: absolute;
    left: 0;
    transition: all .5s;
}

.activity-title-icon {
    background-image: url("/images/hot_news/activity.svg");
}

.activity-icon {
    height: 140px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-icon > div {
    display: flex;
}

.activity-icon li {
    margin-right: 27px;
    width: 270px;
    height: 140px;
    transition: all 0.5s;
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.3);
}

.activity-icon li .slider-img {
    height: 100%;
    position: relative;
}

.activity-icon li img {
    width: 100%;
    height: 100%;
}

.activity-icon li:hover {
    box-shadow: 0 0 20px 0 rgba(101, 101, 101, 0.6);
}

.activity-img-tips {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 9px 13px;
    color: #fff;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0))
}

.change-activity-container {
    display: flex;
    align-items: center;
}

.change-activity-list, .change-activity-list-left {
    cursor: pointer;
    width: 12px;
    display: flex;
    height: 20px;
    background-image: url("/images/autoinvest/back@2x.png");
    background-size: 100% 100%;
    background-position: center;
}

.change-activity-list-left {
    margin-right: 10px;
    transform: rotateZ(180deg);
    display: none;
}

.aside-tit {
    height: 49px;
    line-height: 49px;
    padding: 0 27px;
    background-color: #009eaa;
    border-radius: 3px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #ffffff;
}

.aside-news, .aside-fear{
    background-color: #f5f7f7;
}

.aside-news .aside-tit {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aside-news .aside-tit a {
    color: #fff;
    font-size: 15px;
}

.aside-news {
    margin-bottom: 7px;
}

.aside-news-limit {
    max-height: 247px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.aside-news-limit a {
    padding: 22px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 17px;
    letter-spacing: 0;
    color: #262626;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    width: 100%;
}

.aside-news-limit > div {
    height: 62px;
    overflow-y: hidden;
}

.aside-news-limit a::-webkit-scrollbar, .live-item p::-webkit-scrollbar {
    display: none;
}

.aside-news-limit a:hover, .ann-item-content p:hover, .ann-item-content span:hover, .live-item:hover p, .live-item:hover span,
.research-item-content span:hover, .recommend-item-content > div p:hover, .recommend-item-content > div span:hover {
    color: #E64E62!important;
    transition: color .3s;
}

.hot-spot-recommend, .exclusive-investment-research {
    margin-bottom: 40px;
}

.hot-spot-recommend div.recommend-item:first-of-type {
    padding-top: 0;
}

.research-container {
    display: flex;
    justify-content: space-between;
}

.research-item {
    width: 285px;
    height: 290px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    box-shadow: 0 0 10px 0 rgba(101, 101, 101, 0.2);
    border-radius: 3px;
}

.research-item-img {
    position: relative;
    height: 140px;
    overflow: hidden;
}

.research-item-img img {
    width: 100%;
}

.research-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
}

.research-item-content strong {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.research-item-tips {
    align-self: flex-end;
    display: flex;
    align-items: center;
}

.research-item-text {
    font-size: 14px;
    letter-spacing: 0;
    color: #333333;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recommend-item {
    padding: 31px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.recommend-item-img {
    width: 270px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 84px;
}

.recommend-item-img img {
    width: 100%;
}

.recommend-item-content {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}

.recommend-item-tit {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    line-height: 14px;
    letter-spacing: 0;
    color: #262626;
    margin-bottom: 22px;
}

.recommend-item-tit > i {
    width: 20px;
    display: flex;
    height: 22px;
    background-position: center;
    margin-left: 14px;
    background-image: url("/images/hot_news/hot.svg");
    background-size: 120% 120%;
}

.recommend-item-text {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #666666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.hot-spot-recommend > a:first-of-type .recommend-item {
    padding-top: 0;
}

.recommend-item-tips {
    display: flex;
    align-items: center;
    margin-top: 36px;
    justify-content: space-between;
}

.recommend-item-time > span {
    margin-right: 10px;
}

.recommend-item-view {
    display: flex;
    align-items: center;
}

.recommend-item-view > i, .research-item-tips > i {
    width: 25px;
    height: 20px;
    display: inline-block;
    background-position: center;
    background-size: 120% 120%;
    background-image: url("/images/hot_news/view.svg");
}

.recommend-item-time {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666666;
}

/* 底部相关 */
.bottom-container {
    padding: 29px 0 68px;
    background-color: #f0f1f2;
}

.bottom-container-left {
    width: 850px;
    box-sizing: border-box;
    background-color: #fff;
}

.bottom-container .min-content > div {
    display: flex;
    justify-content: space-between;
}

.bottom-container aside {
    width: 400px;
    display: flex;
    flex-direction: column;
}

.live-container {
    padding: 21px 40px 0 18px;
    border-bottom: 1px solid #e5e5e5;
}

.live-content {
    padding: 0 0 36px 22px;
    display: flex;
    justify-content: space-between;
}

.live-banner {
    width: 450px;
    position: relative;
    cursor: pointer;
}

.live-banner-tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    display: flex;
    color: #fff;
    align-items: center;
    box-sizing: border-box;
    padding-left: 22px;
    background-color: rgb(0, 0, 0);
    opacity: .7;
}

.live-banner-tips > i {
    display: flex;
    width: 25px;
    height: 25px;
    background-image: url("/images/live/time@2x.png");
    background-size: 100% 100%;
    background-position: center;
    margin-right: 14px;
}

.live-banner img:not(.host-avatar, .lives-bottom-status img) {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.live-item-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.live-item p {
    margin: 0;
    white-space: nowrap;
    width: 100%;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #262626;
}

.live-item span {
    color: #999999;
    align-self: flex-end;
}

.live-item {
    font-size: 14px;
    box-sizing: border-box;
    padding: 17px 18px 11px 18px;
    border-radius: 2px;
    width: 280px;
    height: 60px;
    overflow: hidden;
    background-color: #f0f1f2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.ann-container {
    padding: 30px 40px 0 16px;
}

.ann-container > a:first-of-type .ann-item {
    padding-top: 0;
}

.ann-item {
    display: flex;
    justify-content: space-between;
    padding: 28px 0 33px 25px;
    border-bottom: 1px solid #e5e5e5;
}

.ann-item-img {
    margin-right: 48px;
    width: 270px;
    height: 140px;
    overflow: hidden;
}

.ann-item-img img {
    width: 100%;
}

.ann-item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.ann-item-content > p {
    color: #262626;
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    margin-bottom: 21px;

}

.ann-item-content > span {
    line-height: 21px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #666666;
    word-break: break-all;
    margin-bottom: 11px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.ann-item-content > div {
    display: flex;
    justify-content: flex-end;
}

.min-content-title {
    font-size: 17px;
    display: flex;
    align-items: flex-end;
}

.aside-calendar-container > p {
    font-size: 15px;
    font-weight: normal;
    color: #262626;
    margin-bottom: 19px;
}

.aside-calendar-container {
    background-color: #fff;
    padding: 21px 25px;
    margin-bottom: 14px;
}

.aside-calendar-content {
    background-color: #ffefef;
    padding: 15px;
    position: relative;
    overflow: hidden;
    min-height: 175px;
    box-sizing: border-box;
}

.aside-calendar-content:before {
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: -8px;
    background-color: #E64E62;
    transform: rotateZ(45deg);
}

.aside-calendar-content-tit {
    display: flex;
    align-self: center;
    justify-content: space-between;
}

.aside-calendar-content-tit > div {
    display: flex;
    align-items: center;
}

.aside-calendar-content-tit > span {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E64E62;
    border-radius: 50%;
    color: #fff;
}

.aside-calendar-content-tit p {
    margin-bottom: 0;
    font-size: 15px;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    color: #E64E62;
}

.calendar-item-limit > a {
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0 11px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 3px;
}

.aside-calendar-content-tit {
    margin-bottom: 7px;
}

.calendar-item-limit {
    max-height: 121px;
    overflow-y: scroll;
}

.calendar-empty-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 115px;
    font-size: 26px;
}

.calendar-empty-tit p {
    font-size: 26px;
}

.calendar-empty-tit > span {
    width: 32px;
    height: 32px;
}

.aside-dynamic-content {
    overflow-y: scroll;
    height: 672px;
}

.aside-dynamic-container {
    background-color: #fff;
    padding: 21px 27px 32px 25px;
}

.dynamic-item-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.aside-dynamic-item {
    padding-bottom: 25px;
    padding-top: 22px;
    border-bottom: 1px solid #e5e5e5;
}

.dynamic-item-img {
    display: flex;
    column-count: 1;
    break-inside: avoid;
    margin-left: 48px;
}

.dynamic-item-img img {
    width: 100%;
}

.dynamic-img-limit {
    width: 40px;
    margin-right: 6px;
    margin-bottom: 6px;
    max-height: 80px;
    overflow: hidden;
}

.item-info-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
    line-height: 21px;
    letter-spacing: 0;
}

.item-info-detailed {
    display: flex;
    flex-direction: column;
}

.item-info-level {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.item-info-name {
    font-size: 15px;
    color: #262626;
}

.item-info-vip {
    width: 42px;
    height: 17px;
    background-color: rgb(250, 248, 250);
    border-radius: 10px;
    margin-left: 3px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-info-vip img {
    width: 100%;
}

.item-info-time {
    font-size: 12px;
    line-height: 17px;
    color: #a6a6a6;
}

/* 热点推荐列表 */
.recommend-list-title {
    height: 28px;
    font-size: 28px;
    line-height: 17px;
    color: #262626;
    width: 100%;
    margin-top: 31px;
    text-align: center;
    margin-bottom: 28px;
}

.list-loading-more {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #E64E62;
    width: 100%;
    margin-top: 30px;
    cursor: pointer;
    margin-bottom: 40px;
}

.recommend-list-tips {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 49px;
    background-color: rgb(240, 240, 240);
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    font-weight: 600;
}

.hot-recommend-item {
    display: flex;
    justify-content: space-between;
}

.recommend-list-img {
    margin-right: 84px;
    width: 405px;
    height: 210px;
    background-color: #7d4269;
    border-radius: 4px;
}

/* 详情页面 */
.details-bg-color {
    background-color: rgb(240, 241, 243);
    padding-bottom: 73px;
}

.recommend-details-container {
    max-width: 940px;
}

.details-nav {
    padding: 20px 0;
    height: 12px;
    font-size: 12px;
}

.recommend-details-content {
    padding: 31px 55px 22px 41px;
    font-size: 19px;
    letter-spacing: 0;
    color: #555555;
    background-color: #fff;
}

.details-content * {
    line-height: 1.5em;
    font-size: 15px;
}

.recommend-details-content img {
    max-width: 100%;
}

.turn-page-container {
    padding: 20px 0;
    min-width: 523px;
    border-top: 1px solid rgb(242, 242, 242);
    font-size: 16px;
    margin-top: 38px;
}

.prev-article {
    margin-bottom: 20px;
}

.details-tit {
    font-size: 24px;
    color: #555555;
    font-weight: 500;
    text-align: center;
    margin-bottom: 36px;
}

.details-tips {
    font-size: 18px;
    color: #666666;
    display: flex;
    margin-bottom: 24px;
}

.details-summary {
    border: 1px solid #e5e5e5;
    margin-bottom: 18px;
    padding: 18px 24px;
    font-size: 14px;
}

.details-recommend-container {
    display: flex;
    justify-content: space-between;
}

.details-recommend > p {
    margin-bottom: 24px;
    margin-top: 31px;
    font-weight: 600;
}

.dynamic-set-btn {
    font-size: 14px;
    color: #E64E62;
    cursor: pointer;
    margin-left: 48px;
}

.dynamic-text-show {
    font-weight: normal;
    font-stretch: normal;
    color: #262626;
    margin-left: 48px;
    word-break: break-all;
}

.hot-featured-icon, .hot-recommend-icon, .hot-research-icon, .activity-title-icon, .ann-container-tit-icon {
    width: 20px;
    display: flex;
    height: 20px;
    margin-right: 6px;
    background-position: center;
    background-size: 130% 130%;
}

.hot-recommend-icon {
    background-image: url("/images/hot_news/recommend.svg");
}

.hot-research-icon {
    background-image: url("/images/hot_news/research.svg");
}

.hot-featured-icon {
    background-image: url("/images/hot_news/featured.svg");
}

.ann-container-tit-icon {
    background-image: url("/images/hot_news/ann.svg");
}

.avatar-head {
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
}

.avatar-head-tag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 35%;
    width: 35%;
}

.loading-more-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 8px;
    margin-top: -5px;
}

.loading-more-icon:before, .loading-more-icon:after {
    content: '';
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #E64E62;
    border-left: 1px solid #E64E62;
    transform: rotateZ(-45deg);
}

.calender-item-STARTUP {
    background-color: #F09300 !important
}
.calender-item-HODL {
    background-color: #039BE5 !important
}
.calender-item-LIVE {
    background-color: #008069 !important
}
.calender-item-OTHER {
    background-color: #e64e62 !important
}
.calender-item-ACTIVITY {
    background-color: #F09300 !important
}
.calender-item-EVENTS {
    background-color: #F09300 !important
}

.disclaimer {
    font-size: 15px;
    line-height: 24px;
    color: #6e6e6e;
}

.hot-now-page {
    color: #E64E62;
}

.default-live-container {
    width: 100%;
    height: 100%;
    display: flex;
    text-align: center;
    font-weight: 600;
    justify-content: center;
    font-size: 20px;
    flex-direction: column;
    align-items: center;
}

.default-live-container img {
    width: 100%;
}

.live-banner-bottom {
    display: flex;
    align-items: center;
    padding-left: 10px;
    height: 66px;
}

.host-avatar {
    width: 36px!important;
    height: 36px!important;
    min-width: 36px!important;
    border-radius: 50%;
}

.right-livesinfo {
    padding-left: 10px;
    flex: 1 1 auto;
    line-height: 22px;
}

.host-icon {
    width: 12px!important;
}

.right-livesinfo h4 {
    max-width: 390px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 16px;
    white-space: nowrap;
    font-size: 14px;
}

.right-livesinfo span {
    color: #666;
    font-size: 13px;
}

.live-banner-top {
    height: 218px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.live-hot {
    position: absolute;
    bottom: 0;
    display: flex;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(180deg,rgba(39,39,39,0) 0,#272727 100%);
    color: #fff;
    align-items: flex-end;
}

.lives-bottom-status {
    display: flex;
    align-items: center;
}

.lives-bottom-status img {
    margin-right: 2px;
    margin-left: 5px;
    width: 16px;
}

.cover-img {
    transition: all .5s;
}

.live-banner:hover .cover-img {
    transform: scale(1.2);
}

.research-item-img:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    content: '';
    display: block;
}

.text-show-btn {
    display: none;
    margin-left: 48px;
    color: #E64E62;
}

.text-show-btn i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #E64E62;
    border-left: 1px solid #E64E62;
    transform: rotateZ(225deg);
    margin-bottom: 3px;
}

.dynamic-text-hide {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.hot-news-content{
    min-width: 1280px;
    color: #333333;
}
.hot-news-main{
    padding: 48px 0 40px 0;
    box-sizing: border-box;
    max-width: 1280px;
    margin: auto;
}
.hot-news-header{
    width: 100%;
    height: 300px;
    background: url(/images/hot_news/banner.png) no-repeat center;
    color: #fff;
    box-sizing: border-box;
    background-color: var(--brandColor);
}
.hot-news-title{
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: normal;
}
.hot-news-desc{
    font-size: 30px;
    line-height: normal;
    margin: 0;
    max-width: 50%;
}
.latest-news-lists-box{
    max-height: 1400px;
    overflow-y: scroll;
    position: relative;
}
.latest-news-kinds-box{
    overflow: unset;
}
.latest-news-lists{
    padding: 10px 0;
    margin: 20px 0 9px 20px;
    border-left: 1px solid #E6E6E6;
}
.latest-news-date{
    height: 36px;
    background: var(--brandColor);
    border-radius: 18px 18px 18px 0px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 5px 23px;
    box-sizing: border-box;
    margin: 0 0 30px 5px;
    display: inline-block;
    width: auto;
}
.latest-news-item{
    margin-bottom: 40px;
    cursor: pointer;
}
.latest-news-item-time, .kinds-item-content{
    position: relative;
    font-size: 18px;
    color: #666666;
    margin-left: 16px;
}
.latest-news-item-time::before,.latest-news-item-time::after{
    position: absolute;
    left: -26px;
    top: -2px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #F2F7FF;
}
.latest-news-item-time::after{
    left: -21px;
    top: 3px;
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--brandColor);
}
.latest-news-item-title{
    margin: 8px 0 24px 20px;
    font-size: 28px;
    line-height: normal;
    max-width: unset;
}
.latest-news-item-content{
    margin-left: 20px;
}
.latest-news-item-img{
    width: 270px;
    height: 180px;
    object-fit: cover;
    margin-right: 24px;
}
.latest-news-item-text{
    font-size: 20px;
    color: #666666;
    line-height: normal;
    margin-bottom: 12px;
    max-height: 170px;
    overflow: hidden;
}
.latest-news-item-tag{
    height: 24px;
    background: #F2F7FF;
    border-radius: 12px;
    box-sizing: border-box;
    padding: 3px 8px;
    text-align: center;
    font-size: 12px;
    color: var(--brandColor);
    margin-right: 8px;
}
.hot-news-right{width: 60%;}
.latest-news-menu{
    font-size: 20px;
    color: #666666;
    line-height: 28px;
    font-weight: 500;
    border-bottom: 1px solid #E6E6E6;
}
.news-menu-item{
    padding: 0 7px 10px;
    height: 100%;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0 15px;
}
.news-menu-item:first-child{
    margin-left: 0;
}
.menu-active{
    border-bottom: 3px solid var(--brandColor);
    border-radius: 1.5px;
    color: #333333;
}
.kinds-item-content{
    margin: 8px 0 16px;
}

.hot-news-left{width: 35%;}
.hot-news-item-title{
    font-size: 36px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 24px;
}
.popular-news-content{
    background: #F7F7F7;
    border-radius: 8px;
    padding: 32px 24px 32px 48px;
    margin-bottom: 40px;
}
.popular-news-item{
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 24px;
    padding-bottom: 24px;
    cursor: pointer;
}
.popular-news-item:last-child{
    border: none;
    padding: 0;
    margin: 0;
}
.popular-news-item-icon{
    width: 8px;
    min-width: 8px;
    height: 8px;
    background: var(--brandColor);
    border-radius: 4px;
    margin-right: 16px;
    margin-top: 10px;
}
.popular-news-item-title{
    margin-bottom: 2px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}
.popular-news-item-time,.popular-news-item-text{
    color: #666666;
    display: inline-block;
    padding-left: 24px;
}
.popular-news-item-time{
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 200;
    margin-bottom: 12px;
}
.popular-news-item-text{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.news-tags-content{
    flex-wrap: wrap;
}
.news-tags-item{
    padding: 6px 16px;
    background: var(--brandColor);
    border-radius: 16px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    margin-right: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}
.news-tags-item:hover{
    /* color: #f04352; */
    background: var(--brandHoverColor);
    color: rgba(255,255,255,0.9);
}
.no-data-container {
    display: none;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
}

.no-data-icon {
    display: flex;
    margin-bottom: 15px;
    width: 79px;
    height: 72px;
    background-size: 100%;
    background-position: center;
    background-image: url(/images/referral/un-login.svg);
}

.latest-news-kinds {
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-kinds-item {
    width: calc(50% - 10px);
    box-sizing: border-box;
    padding: 32px 24px;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
    margin-top: 24px;
    cursor: pointer;
}
.kinds-item-header-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 8px;
}
.kinds-item-header-img{
    width: 126px;
    height: 84px;
    object-fit: cover;
    margin-right: 16px;
}
.kinds-item-content{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 12px;
}
.back-to-list{
    margin-bottom: 18px;
    display: inline-flex;
}
.back-to-list .cursor-pointer{
    color: #999;
}
.news-details-main{
    padding: 48px 60px 40px 60px;
}
.details-tit{
    text-align: left;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 16px;
}
.details-tags{
    margin-top: 56px;
}
.details-content img{
    max-width: 100%;
}

.default-show-flex{
    display: flex !important;
}
.text-overflow-ellipsis{
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ellipsis-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}
.ellipsis-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: break-spaces;
}
.d-flex{
    display: flex;
}
.fd-column{
    flex-direction: column;
}
.ai-center{
    align-items: center;
}
.jc-between{
    justify-content: space-between;
}
.jc-center{
    justify-content: center;
}
.cursor-pointer{cursor: pointer;}
.max-width{max-width: 1280px;width: 100%;}