.sem_wrap {
    width: 100%;
    min-width: 1360px;
    text-align: center;
    background-color: #B72122;
}

.sem_wrap .sem_header {
    width: 100%;
    height: 30px;
    font-size: 14px;
    background: #C3181F
}

.sem_wrap .sem_header .sem_header_content {
    width: 1207px;
    margin: 0 auto;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.sem_wrap .sem_header_content ul {
    display: flex;
}

.sem_wrap .icon {
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    vertical-align: -2px;
    /* background: url(/static/main/img/site-top-icon.png) no-repeat; */
    background: url(../images/site-top-icon.png) no-repeat;
}

.sem_wrap .sem_header_content li {
    position: relative;
    line-height: 30px;
    margin-right: 5px;
}

.sem_wrap .sem_header_content a {
    color: #ffcece
}

.sem_wrap .sem_header_content li::after {
    display: inline-block;
    content: '';
    width: 20px;
    height: 1px;
    background: #e66364;
    vertical-align: middle
}

.sem_wrap .sem_header_content li:last-of-type::after {
    display: none;
}

.sem_wrap .sem_header_content li a:hover {
    color: #fff;
}

.sem_wrap .i2 {
    background-position: 0 -18px;
}

.sem_wrap .i3 {
    background-position: 0 -36px;
}

.sem_wrap .i4 {
    background-position: 0 -54px;
}

.sem_wrap .i5 {
    background-position: 0 -71px;
}

.sem_wrap .origin-item .hot {
    position: relative;
    margin: -15px 0 0 10px;
    padding: 1px 2px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    border-radius: 3px;
    background-color: #feff02;
    color: #d00000;
    font-size: 12px;
    font-style: italic;
    font-family: "PingFang SC", "Arial", "Microsoft YaHei", "Helvetica", "Helvetica Neue", "Tahoma", "sans-serif";
}

.sem_wrap .i6 {
    background-position: 0 -124px;
}

.sem_wrap .origin-item .hot:before {
    position: absolute;
    left: -4px;
    top: 3px;
    content: "";
    width: 0;
    height: 0;
    line-height: 1;
    background-color: #feff02;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: #d00000 #feff02 #d00000 #d00000;
}

.sem_banner img {
    width: 100%;
    margin-top: -1px;
}

.preface {
    position: relative;
    top: -5px;
    height: 863px;
    /* background-color: #B72122; */
}

.preface .long {
    width: 86.5%;
    margin-top: -49px;
    position: relative;
    z-index: 1;
}

.preface .preface_content {
    position: absolute;
    left: 0px;
    top: 58px;
    display: flex;
    padding: 0 58px;
    width: 100%;
    box-sizing: border-box;
}

.preface_content img {
    position: absolute;
    z-index: 2;
}

.preface_content img.dl_right {
    right: 58px;
}

.prefaceWords {
    width: 930px;
    margin: 0 auto;
}

.words_title {
    margin: 0 auto;
    margin-top: 27px;
    position: relative;
    width: 897px;
    z-index: 3;
}

.words_title img {
    position: relative;
}

.words_title div {
    position: absolute;
    left: 37%;
    top: 50px;
    display: flex;
    width: 238px;
    justify-content: space-between;
    align-items: center;
    z-index: 3;
}

.words_title div i {
    width: 64px;
    height: 32px;
}

.words_title div span {
    font-size: 30px;
    font-weight: bold;
    color: #B72122;
    line-height: 58px;
}

.left_yun {
    background: url(../images/yun1.png) left top no-repeat;
}

.right_yun {
    background: url(../images/yun2.png) left top no-repeat;
}

.words_content {
    padding: 150px 105px 85px;
    border-left: 4px solid #FAE3BC;
    border-bottom: 4px solid #FAE3BC;
    border-right: 4px solid #FAE3BC;
    border-top: none;
    border-radius: 20px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-indent: 2em;
    text-align: left;
    font-weight: 400;
    letter-spacing: 1px;
}


.words_content span {
    display: block;
    height: 24px;
}

.celebrities {
    margin-top: 45px;
    position: relative;
}

.celebrities .page_right_yun {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 274px;
    height: 205px;
}

.page_left_yun {
    position: absolute;
    left: 0px;
    bottom: -180px;
    width: 238px;
    height: 205px;
    font-size: 28px;
    font-weight: 400
}


.tm_yun {
    position: absolute;
    left: 0px;
    top: 220px;
}

.words_title2 div {
    width: 280px;
}

.celebrities .persons {
    width: 1360px;
    position: relative;
    margin: 0 auto;
}

.celebrities div[class^=swiper-button] {
    position: absolute;
    width: 50px;
    height: 50px;
}

.celebrities .swiper-button-prev {
    background: url(../images/swiper_left.png) left top no-repeat;
}

.celebrities .mouseDownLeft {
    background: url(../images/swiper_left_click.png) left top no-repeat;
}

.celebrities .swiper-button-next {
    background: url(../images/swiper_right.png) left top no-repeat;
}

.celebrities .mouseDownRight {
    background: url(../images/swiper_right.png) left top no-repeat;
}


.celebrities .persons ul {
    display: flex;
    padding: 0 80px;
}

.celebrities ul li {
    flex: 1;
    max-width: 278px;
    text-align: left;
    margin-right: 29px;
    background: #D13332;
    border-radius: 20px;
    overflow: hidden;
}

.celebrities .swiper-slide ul:nth-of-type(1) {
    margin-bottom: 30px;
}

.celebrities ul li img {
    vertical-align: bottom;
    width: 278px;
    height: 200px;
}

.celebrities ul li:last-child {
    margin: 0px;
}

.celebrities h5 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    padding: 20px 0 0 19px;
}

.celebrities .position {
    width: 234px;
    font-size: 12px;
    color: #fff;
    margin: 0 25px 10px 19px;
    line-height: 32px;
    border-bottom: 1px solid rgba(250, 227, 188, 0.2);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.celebrities .mode {
    font-size: 14px;
    color: #fff;
    margin: 0 25px 15px 19px;
    line-height: 24px;
}

.expectation {
    position: relative;
    margin-top: 100px;
}

.wt3 div {
    width: 280px;
    /* left: 34.4%; */
    left: 50%;
    margin-left: -140px;
}

.expe_content {
    width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.expe_content li {
    position: relative;
    margin-bottom: 90px;
}

.expe_content li img {
    position: absolute;
    left: -40px;
    top: -40px;
    width: 220px;
    height: 138px;
    z-index: 4;
    border-radius: 20px;
}

.expe_content li>div {
    position: relative;
    background: #D13332;
    border-radius: 20px;
    padding-left: 209px;
    padding-right: 30px;
    text-align: left;
    height: 138px;
}

.expe_content div h5 {
    font-size: 18px;
    font-weight: bold;
    color: #FAE3BC;
    padding: 32px 0 14px;
}

.expe_content a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.pageRightYun2 {
    position: absolute;
    right: 0px;
    top: 416px;
    width: 330px;
    height: 325px;
}

.themeMonth {
    position: relative;
}

.tm_content {
    width: 1132px;
    padding: 30px;
    border: 4px solid #FAE3BC;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.tm_content ul {
    display: flex;
    margin-bottom: 10px;
}

.tm_content ul:last-of-type {
    margin-bottom: 0px;
}


.tm_content ul li.bf1 {
    background: url(../images/bf/bf01.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 20px 0 0 0;
}

.tm_content ul li.bf2 {
    background: url(../images/bf/bf02.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf3 {
    background: url(../images/bf/bf03.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf4 {
    background: url(../images/bf/bf04.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 0 20px 0 0;
}

.tm_content ul li.bf5 {
    background: url(../images/bf/bf05.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf6 {
    background: url(../images/bf/bf06.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf7 {
    background: url(../images/bf/bf07.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf8 {
    background: url(../images/bf/bf08.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf9 {
    background: url(../images/bf/bf09.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf10 {
    background: url(../images/bf/bf10.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 0 20px;
    overflow: hidden;
}

.tm_content ul li.bf11 {
    background: url(../images/bf/bf11.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf12 {
    background: url(../images/bf/bf12.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf13 {
    background: url(../images/bf/bf13.png) left top no-repeat;
    background-size: 100% 100%;
}

.tm_content ul li.bf14 {
    background: url(../images/bf/bf14.png) left top no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 20px 0;
    overflow: hidden;
}

.tm_content ul li:last-child {
    margin-right: 10px;
}

.tm_content ul li {
    flex: 1;
    position: relative;
    height: 100px;
    margin-right: 10px;
}

.tm_content .h139 li {
    height: 139px;
}

.tm_content li span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
}

.tm_content a {
    width: 100%;
    height: 100%;
    display: block;
}

.forum {
    position: relative;
}

.forum .words_title2 {
    margin-top: 100px;
}

.forum_content {
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
}

.forum_content h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 30px
}

.forum_content dl {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    margin-bottom: 10px;
}

.forum_content dl img {
    width: 390px;
    height: 195px;
    border-radius: 20px;
    vertical-align: bottom;
}

.forum_content dl p {
    font-size: 14px;
    color: #fff;
    line-height: 54px;
    font-weight: 400;
}

.forum_content dl:last-of-type {
    margin-bottom: 30px;
}

.forum_content ul {
    display: flex;
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 30px;
}

.forum_content ul li {
    flex: 1;
    margin-right: 16px;
    font-size: 14px;
    color: #fff;
}

.forum_content ul li p {
    color: #fff;
}

.forum_content ul li img {
    width: 288px;
    height: 144px;
    vertical-align: bottom;
    margin-bottom: 20px;
    border-radius: 20px;
}

.forum>img {
    top: 277px;
}

/* 站点底部 */
.site_footer {
    overflow: hidden;
    background-color: #333;
    line-height: 1;
    color: #ccc;
    font-size: 12px;
}

.site_footer a {
    color: #ccc;
}

.site_footer a:hover {
    color: #fff;
}

.footer_hd {
    overflow: hidden;
    line-height: 39px;
    border-bottom: 1px solid #494949;
}

.footer_hd a {
    float: left;
}

.footer_hd .fl b {
    float: left;
}

.footer_hd .fl a {
    margin-right: 10px;
}

.footer_hd .fr a {
    margin-left: 20px;
}

.footer_bd {
    padding-top: 18px;
    overflow: hidden;
}

.footer_bd .text_list {
    float: left;
}

.footer_bd .text_list li {
    float: left;
    margin-right: 60px;
}

.footer_bd .text_list li:last-of-type {
    margin-right: 0px;
}

.footer_bd .text_list dt {
    font-weight: 700;
    margin-bottom: 9px;
    color: #fff;
}

.footer_bd .text_list dd {
    line-height: 22px;
}

.footer_hd b,
.footer_bd .text_list .small_tit {
    color: #fff;
}

.footer_bd .text_list .split_25 {
    margin-top: 25px;
}

.footer_bd .text_list .split_10 {
    margin-top: 10px;
}

.footer_bd .text_list .split_30 {
    margin-top: 30px;
}

.site_qrcode {
    float: right;
    color: #fff;
}

.site_qrcode .word {
    margin: 18px 0 10px;
}

.site_qrcode .item:first-child .word {
    margin-top: 0;
}

.site_qrcode img {
    display: block;
}

.site_about {
    margin-top: 20px;
    padding: 15px 0;
    border-top: 1px solid #494949;
    text-align: center;
}

.site_about .s_link a {
    font-size: 14px;
    margin: 0 8px;
}

.copy_right {
    margin-top: 20px;
    color: #999;
}

.copy_right a {
    color: #999;
}

.copy_right img {
    height: 16px;
    vertical-align: -2px;
    margin: 0 3px 0 8px;
}

.copy_right .split {
    margin-top: 5px;
}

.wrap {
    width: 1246px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 1680px) {
    .words_content {
        margin-top: -80px
    }
}