body {
    background-color: white;
    width: 100%;
    font-family: "PingFang SC", "Microsoft YaHei", "STHeiti", "sans-serif";
}

* {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


/* select */

.select {
    min-width: fit-content;
    min-width: -moz-fit-content;
    background-image: url(../fonts/ic-filter-arrow-down.svg);
    background-size: 10px auto;
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 0 0px 0 0px;
    cursor: pointer;
}

select {
    border: none;
    outline: none;
    width: 200px;
    height: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    margin-left: 10px;
}


/* btn */

.btn {
    cursor: pointer;
}

button {
    cursor: pointer;
}


/* banner picture */

.banner-pic {
    width: 100%;
    height: 210px;
}

.banner-pic .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-pic .bg img {
    object-fit: cover;
}

.banner-pic .content {
    z-index: 2;
    top: 55px;
    left: 135px;
    color: white;
    font-weight: 300;
    display: inline-block;
}

.banner-pic .content .h1 {
    font-size: 31px;
}

.banner-pic .content .h2 {
    font-size: 43px;
    margin-top: 10px;
}


/* input important */

.input-important {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%;
    vertical-align: middle;
    font-size: 14px;
    color: red;
    text-align: right;
}


/* table */

.row .col {
    display: inline-block;
    vertical-align: middle;
}

table tr.margin {
    height: 30px;
    background-color: rgba(0, 0, 0, 0) !important;
}

table td.margin {
    width: 30px;
    background-color: rgba(0, 0, 0, 0) !important;
}

/* table tr.margin:last-child,
table td.margin:last-child {
    display: none;
} */


/* en */

.en {
    line-height: 1px;
    font-weight: 300;
    vertical-align: middle;
}


/* container */

.container {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}


/* toptips */

.toptips {
    width: 100%;
    height: 38px;
    line-height: 38px;
    vertical-align: middle;
    background-color: #F0F0F0;
    font-size: 14px;
    color: #666666;
    text-align: left;
    z-index: 999;
}

.toptips .container div {
    width: auto;
    display: inline-block;
}

.toptips .ic {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.toptips .ic img {
    width: auto;
}

.toptips .code-credit {
    margin-left: 55px;
}

.toptips .rightbar {
    float: right;
}

.toptips .tips-date {
    margin-right: 25px;
}

.toptips .share .ic {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}


/* tophead */

.tophead {
    width: 100%;
    background-color: #ba2a17;
    z-index: 999;
}

.tophead .container {
    width: 1270px;
}

.tophead .container * {
    display: inline-block;
    vertical-align: middle;
}


.tophead .ad {
    width: 270px;
    margin-left: 7.5%;
}

.tophead .rightbar {
    float: right;
    top: 14px;
}


.tophead .fn .btn {
    margin-left: 20px;
}

.tophead .fn .search {
    margin-left: 20px;
}

.tophead .fn .search .ic {
    width: 32px;
    height: 32px;
}

.tophead .fn .search .input {
    width: 1px;
    height: 47px;
    line-height: 47px;
    background-color: #666666;
}

.tophead .fn .search .input input {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    background-color: white;
    display: none;
}

.tophead .fn .search .input.active {
    width: 200px;
    background-color: rgba(0, 0, 0, 0);
}

.tophead .fn .search .input.active input {
    display: inherit;
    border-bottom: 1px solid #666666;
}

.tophead .user-photo {
    width: 52px;
    height: 52px;
    border-radius: 100%;
    overflow: hidden;
    margin-left: 30px;
}

.tophead .user-photo img {
    object-fit: cover;
}


/* nav */

.nav {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #4D4D4D;
    font-size: 18px;
    text-align: left;
    color: #efeff4;
    z-index: 99999;
    cursor: default;
}

.nav .container {
	display:flex;
}

.nav .nav-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    margin-right:50px;
}

.nav .nav-btn .value,
.nav .nav-btn .ic {
    display: inline-block;
    vertical-align: middle;
}

.nav .nav-btn.ic-home {
    width: 30px;
    height: 48px;
}

.nav .nav-btn.ic-home img {
    vertical-align: middle;
    margin-top: -5px;
}

.nav .nav-btn .ic-filter {
    width: 13px;
    height: 7px;
}

.nav .nav-btn-adv {
    width: 130px;
    height: auto;
    vertical-align: middle;
    text-align: right;
}

.nav .nav-btn-user {
    width: 30px;
    height: 30px;
    text-align: right;
}

.nav .nav-btn-adv,
.nav .nav-btn-user {
    float: right;
    display: none;
}

.nav .nav-btn-adv img,
.nav .nav-btn-user img {
    vertical-align: middle;
    margin-top: -5px;
}

.nav .nav-btn-adv,
.nav .nav-btn-user {
    margin-left: 20px;
}

.nav .nav-btn:hover {
    color: white;
    font-weight: bold;
}

.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.nav.fixed .nav-btn-adv,
.nav.fixed .nav-btn-user {
    display: inline-block;
}

/* nav sub */

.nav-sub {
    width: 1280px;
    height: 38px;
    line-height: 38px;
    background-color: #F0F0F0;
    text-align: center;
    margin: 30px auto;
    font-size: 22px;
    color: #666666;
    padding: 14px 20px;
    display: table;
}


.nav-sub .nav-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    padding: 0 20px;
	color:#666;
}

.nav-sub .nav-btn.active {
    background-color: #E84D2D;
    color: white;
}


/* nav class */

.nav-class {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #F2F2F2;
    text-align: center;
    margin: 30px auto;
}

.nav-class table {
    width: 100%;
    text-align: center;
}

.nav-class table tr td {
    text-align: center;
}

.nav-class table tr td.margin {
    width: 30px;
}

.nav-class .nav-class {
    width: 100px;
    font-size: 14px;
    color: #808080;
}

.nav-class .nav-class * {
    display: inline-block;
    vertical-align: middle;
}

.nav-class .nav-class .ic {
    width: 16px;
    height: 16px;
}

.nav-class .nav-class .value {
    padding-left: 5px;
    width: auto;
}

.nav-class .nav-class.active {
    color: #E84D2D;
}

.nav-class .nav-class-hot .ic {
    background-image: url(../fonts/ic-class-hot.svg)
}

.nav-class .nav-class-best .ic {
    background-image: url(../fonts/ic-class-best.svg)
}

.nav-class .nav-class-time .ic {
    background-image: url(../fonts/ic-class-time.svg)
}

.nav-class .nav-class-hot.active .ic {
    background-image: url(../fonts/ic-class-hot-active.svg)
}

.nav-class .nav-class-best.active .ic {
    background-image: url(../fonts/ic-class-best-active.svg)
}

.nav-class .nav-class-time.active .ic {
    background-image: url(../fonts/ic-class-time-active.svg)
}

.nav-class .nav-class-time-filter .ic {
    background-image: url(../fonts/ic-class-time-up.svg)
}

.nav-class .nav-class-time-filter.active .ic {
    background-image: url(../fonts/ic-class-time-down.svg)
}

/* footer */

.footer {
    width: 100%;
    padding: 44px 0 35px 0;
    background-color: #F2F2F2;
    color: #808080;
    font-size: 16px;
    margin-top: 50px;
}

.footer .container>div {
    vertical-align: middle;
}


.footer .slogan {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
}

.footer .slogan div {
    display: inline-block;
    vertical-align: middle;
}

.footer .slogan .logo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.footer .info {
    line-height: 1.69;
    text-align: justify;
}
.footer .leftbar{
	margin-right:40px;
}

.footer .container.top .rightbar {
    float: right;
    top: 35px;
}

.footer .list-one {
    display: inline-block;
    vertical-align: top;
}

.footer .list-one:not(:first-child) {
    margin-left: 128px;
}

.footer .list-one .title {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 40px;
}

.footer .list-one .list-nav .nav-btn:not(:last-child) {
    margin-bottom: 20px;
}

.footer .nav-btn:hover {
    color: #000000;
}

.footer .line {
    width: 100%;
    height: 1px;
    background-color: #CCCCCC;
    margin: 30px auto;
}

.footer {}

.footer .container.bottom .rightbar {
    float: right;
}

.footer .desc {
    font-size: 16px;
    line-height: 1.69;
    text-align: justify;
    color: #808080;
}

.footer .desc .label .tag {
    display: inline-block;
    vertical-align: middle;
}

.footer .desc .label .tag:not(:last-child) {
    margin-right: 10px;
}

.footer .desc .label .ic {
    width: 22px;
    height: 23px;
    margin: 0 5px;
}

.footer .share {
    top: 17px;
}

.footer .share div {
    display: inline-block;
    vertical-align: middle;
}

.footer .share .ic {
    width: 20px;
    height: 20px;
    margin-left: 15px;
}

.footer .share .btn-share-phone {
    width: auto;
}

.footer .share .btn-share-phone img {
    width: 20px;
}

.footer .share .ic .name {
    display: inline-block;
    vertical-align: top;
    top: 2px;
    font-size: 12px;
    font-weight: bold;
    color: #000000;

}
.ftewm{
	width:110px;
	margin-left:20px;
	text-align:center;
	font-size:14px;
}
.ftewm img{
	width:100%;
}
.ftewm p{
	margin:0;
}


/* page turning */

.page-turning {
    width: 800px;
    margin: 50px auto;
    text-align: center;
    font-size: 20px;
    color: #999999;
    cursor: default;
}

.page-turning * {
    display: inline-block;
    vertical-align: middle;
}

.page-turning .btn-page {
    margin: 0 5px;
}

.page-turning .btn-page.active {
    color: #E84D2D;
}

.page-turning .btn-page:hover {
    color: #E84D2D;
}

.page-turning .btn-page-tips {
    cursor: default;
}

.page-turning .btn-page-tips:hover {
    color: #999999;
}

.page-turning .btn-page-pre {
    margin-right: 20px;
}

.page-turning .btn-page-next {
    margin-left: 20px;
}

.page-turning .btn-page-first,
.page-turning .btn-page-pre {
    display: none;
}

/* .page-turning .btn-page-next,
.page-turning .btn-page-last {
    display: none;
} */


/* symbol media */

.symbol-media table {
    width: 100%;
    table-layout: fixed;
}

.symbol-media table tr:nth-child(2) .media-one .pre{
    margin-top: 30px;
}

.symbol-media .media-one {
    width: 100%;
    cursor: pointer;
}

.symbol-media .media-one .pre {
    width: 100%;
    height: 200px;
}

.symbol-media .media-one .pre * {
    z-index: 2;
}

.symbol-media .media-one .pre .btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.symbol-media .media-video .pre .btn-open {
    background-size: 54px;
    background-position: center;
    background-image: url(../images/page-info-ic-play.svg);
}

.symbol-media .media-picture .pre .btn-open {
    background-size: 54px;
    background-position: center;
    background-image: url(../images/page-info-ic-open.svg);
}

.symbol-media .media-one .pre .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.symbol-media .media-one .pre .bg img {
    object-fit: cover;
}

.symbol-media .media-one .pre .tips {
    font-size: 16px;
    color: white;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.symbol-media .media-one .info {
    width: 100%;
    padding: 20px;
    background-color: #F2F2F2;
    font-size: 14px;
}

.symbol-media .media-one .info .title {}

.symbol-media .media-one .info .title .value {
    font-size: 22px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color:#000;
}

.symbol-media .media-one .info .title .desc {
    color: #808080;
    margin-top: 10px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.symbol-media .media-one .info .user-update {
    border-top: 1px solid rgba(217, 217, 217, 0.2);
    margin-top: 15px;
    padding-top: 15px;
    color: #808080;
}

.symbol-media .media-one .info .user-update * {
    display: inline-block;
    vertical-align: middle;
}

.symbol-media .media-one .info .user-update .user-photo {
    width: 30px;
    height: 30px;
}

.symbol-media .media-one .info .user-update .user-name {
    font-weight: bold;
    color: black;
    margin-left: 10px;
}

.symbol-media .media-one .info .user-update .user-level {
    margin-left: 20px;
}

.symbol-media .media-one:hover > div {
    box-shadow: 0px 4px 4px 0px rgb(228, 228, 228);
}

.symbol-media .media-one:hover .btn-open {
    display: inherit;
    background-color: rgba(232, 77, 45, 0.6);
}


/* theme tips */

.theme-tips {
    margin: 50px 0 30px 0;
    font-size: 28px;
    font-weight: bold;
    cursor: default;
}

.theme-tips * {
    display: inline-block;
    vertical-align: middle;
}

.theme-tips .ic {
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin-right: 10px;
}


.theme-tips .desc {
    font-size: 22px;
    ˜color: #666666;
}


/* symbol news */

.symbol-news {}

.symbol-news .news-list {}

.symbol-news .news-list .news-one {
    width: 100%;
    height: 290px;
    padding: 30px 0;
    background-color: white;
    border-bottom: 1px solid #F2F2F2;
}

.symbol-news .news-list .news-one>div {
    display: inline-block;
    vertical-align: middle;
}

.symbol-news .news-list .news-one .leftbar {
    width: 405px;
    height: 230px;
}

.symbol-news .news-list .news-one .leftbar .bg {
    width: 100%;
    height: 100%;
}

.symbol-news .news-list .news-one .leftbar .bg img {
    object-fit: cover;
}

.symbol-news .news-list .news-one .leftbar .ic-tips {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 22px;
    text-align: center;
    padding: 8px 18px;
    border-radius: 100px;
}

.symbol-news .news-list .news-one .rightbar {
    margin-left: 25px;
    width: 64.5%;
    height: 100%;
    color: #808080;
}

.symbol-news .news-list .news-one .rightbar .title {
    font-size: 22px;
    font-weight: bold;
    color: #000000;
    width: 100%;
}

.symbol-news .news-list .news-one .rightbar .title .value {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.symbol-news .news-list .news-one .rightbar .info {
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
    /*  */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
}

.symbol-news .news-list .news-one .rightbar .desc {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.symbol-news .news-list .news-one .rightbar .desc * {
    display: inline-block;
    vertical-align: middle;
}

.symbol-news .news-list .news-one .rightbar .desc .ic {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: top;
}

.symbol-news .news-list .news-one .rightbar .desc>div {
    margin-right: 30px;
}

.symbol-news .news-list .news-one:hover .title {
    color: #E84D2D;
}

.symbol-news .news-list .news-one.no-bg .leftbar {
    display: none;
}

.symbol-news .news-list .news-one.no-bg .rightbar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.symbol-news.f2 .news-one {
    /* background-color: #F2F2F2; */
    padding: 0;
    height: 300px;
    margin: 30px auto;
    background-image: url(../fonts/bg-label-artical.svg);
    background-size: cover;
    background-position: right bottom;
    border-bottom: 0;
	display:block;
}

.symbol-news.f2 .news-one:last-child {
    margin-bottom: 0;
}

.symbol-news.f2 .news-one .leftbar {
    width: 440px;
    height: 300px;
}

.symbol-news.f2 .news-one .rightbar {
    width: 62.5%;
    height: 300px;
    padding-right: 30px;
}

.symbol-news.f2 .news-one .rightbar .title {
    margin-top: 20px;
}

.symbol-news.f2 .news-one .rightbar .desc {
    bottom: 20px;
}

.symbol-news.f2 .news-list .news-one.no-bg .leftbar {
    display: none;
}

.symbol-news.f2 .news-list .news-one.no-bg .rightbar {
    width: 100%;
    padding: 0 30px;
    /* margin: 0 20px; */
}

.symbol-news.f2 .news-list .news-one.no-bg .rightbar .desc {
    left: 30px;
}

/* symbol comment */

.symbol-comment {
    width: 100%;
    border-top: 1px solid #F2F2F2;
}

.symbol-comment .comment-new {
    width: 100%;
    padding: 30px 0;
}

.symbol-comment .comment-new .theme {
    width: 100%;
}

.symbol-comment .comment-new .theme * {
    display: inline-block;
    vertical-align: bottom;
}

.symbol-comment .comment-new .theme .title {
    font-size: 22px;
    font-weight: bold;
}

.symbol-comment .comment-new .theme .title span.red {
    color: #E84D2D;
}

.symbol-comment .comment-new .theme .number-comment {
    float: right;
    font-size: 16px;
    text-align: right;
    color: #666666;
}

.symbol-comment .comment-new .comment-textarea {
    margin: 30px auto;
    background-color: #F2F2F2;
    padding: 20px;
    height: 250px;

}

.symbol-comment .comment-new .comment-textarea textarea {
    width: 100%;
    height: 100%;
    line-height: 2;
}

.symbol-comment .comment-new .fn {
    text-align: right;
}

.symbol-comment .comment-new .fn * {
    display: inline-block;
    vertical-align: middle;
}

.symbol-comment .comment-new .fn .input-code-identifying {
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 15px;
    width: 170px;
}

.symbol-comment .comment-new .fn .code-identifying {
    width: 100px;
    height: 30px;
    margin: 0 10px;
    cursor: pointer;
}

.symbol-comment .comment-new .fn .code-identifying img {
    object-fit: cover;
    vertical-align: middle;
}

.symbol-comment .comment-new .fn button.btn-submit {
    background-color: #E84D2D;
    text-align: center;
    color: white;
    font-size: 22px;
    width: 106px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
}

.symbol-comment .comment-list {
    border-top: 1px solid #F2F2F2;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.symbol-comment .comment-list .comment-one {
    height: 100px;
    margin: 0 auto;
}

.symbol-comment .comment-list .comment-one:not(:last-child) {
    margin-bottom: 30px;
}

.symbol-comment .comment-list .comment-one .label>div {
    display: inline-block;
    vertical-align: top;
}

.symbol-comment .comment-list .comment-one .user-photo {
    width: 100px;
    height: 100px;
}

.symbol-comment .comment-list .comment-one .user-photo img {
    object-fit: cover;
}

.symbol-comment .comment-list .comment-one .comment-info {
    float: right;
    width: 1160px;
    height: 100px;
    padding: 20px 40px;
    vertical-align: middle;
    font-size: 16px;
    background-color: white;
    background-image: url(../fonts/comment-bg.svg);
    background-position: left center;
}

.symbol-comment .comment-list .comment-one.reply .comment-info {
    background-image: url(../fonts/comment-bg-active.svg);
}

.symbol-comment .comment-list .comment-one .comment-info>div * {
    display: inline-block;
    vertical-align: middle;
}

.symbol-comment .comment-list .comment-one .comment-info .from {
    margin-bottom: 15px;
    color: #666666;
}

.symbol-comment .comment-list .comment-one .comment-info .from>div:not(:last-child) {
    margin-right: 20px;
}

.symbol-comment .comment-list .comment-one .comment-info .btn-reply {
    float: right;
}

.symbol-comment .comment-list .comment-one.reply {
    height: 170px;
}

.symbol-comment .comment-list .comment-one.reply .label {
    width: 1160px;
    float: right;
}

.symbol-comment .comment-list .comment-one.reply .comment-info {
    width: 1040px;
}

.symbol-comment .comment-list .comment-one.reply .comment-info>div {
    display: inline-block;
    vertical-align: bottom;
    top: 19px;
}

.symbol-comment .comment-list .comment-one.reply .comment-info .from {
    margin-bottom: 0;
    margin-right: 20px;
}

.symbol-comment .comment-list .comment-one.reply .btn-reply {
    position: absolute;
    right: 0;
    margin-top: 130px;
    background-color: #E84D2D;
    color: white;
    text-align: center;
    font-size: 22px;
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;

}


.top-navigation-box .nav-btn a{
	color:#efeff4 !important;
}
.top-navigation-box .nav-btn a:hover {
    color: white;
    font-weight: bold;
}

.video_bg{
	height:534px;
	position:relative;
	overflow:hidden;
}
.video_bg .video_thumb{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter: blur(30px);
}
.video_bg .video_thumb img{
	width:100%;
	height:100%;
    object-fit: fill;
}
.video_bg .video{
	max-width:840px;
	position:absolute;
	bottom:0;
	left:50%;
	transform:translateX(-50%);
}
.video_bg .video video{
	width:100%;
	display:block;
}


#activity-list .media-activity{
	width:calc((100% - 60px) / 3);
	margin-bottom:20px;
}
#activity-list .media-activity .info .title .value{
	color:#000;
}
#activity-list .media-activity:not(:nth-child(3n)){
	margin-right:30px;
}

.symbol-media .media-one{
	width:calc((100% - 90px) / 4);
	margin-bottom:30px;
}
.symbol-media .media-one:not(:nth-child(4n)){
	margin-right:30px;
}