body {
    background: #fff url(../img/bg.png) repeat;
}

.wrapper {
    position: relative;
    background: url(../img/bg_header.png) no-repeat top center, url(../img/bg_foot.png) no-repeat bottom center;
    background-size: 1903px;
    flex-direction: column;
    align-items: center;
}

.column {
    width: 1093px;
}

.flex-ai-start {
    align-items: flex-start;
}

.flex-ai-end {
    align-items: flex-end;
}


/* icon area */

.icon_leftsymbol_yellow {
    position: absolute;
    top: 44px;
    left: 65px;
    width: 39px;
    height: 32px;
    background: url(../img/icon_leftsymbol_yellow.png);
    background-size: 39px 32px;
}

.icon_rightsymbol_yellow {
    position: absolute;
    bottom: 53px;
    right: 76px;
    width: 39px;
    height: 32px;
    background: url(../img/icon_rightsymbol_yellow.png);
    background-size: 39px 32px;
}

.icon_leftsymbol_red {
    position: absolute;
    top: 64px;
    left: 80px;
    width: 39px;
    height: 32px;
    background: url(../img/icon_leftsymbol_red.png);
    background-size: 39px 32px;
}

.icon_rightsymbol_red {
    position: absolute;
    bottom: 69px;
    right: 76px;
    width: 39px;
    height: 32px;
    background: url(../img/icon_rightsymbol_red.png);
    background-size: 39px 32px;
}

.icon_cloud {
    position: absolute;
    background: url(../img/bg_cloud.png) no-repeat;
    background-size: 100% 100%;
    z-index: 10;
}

.small_cloud {
    width: 95px;
    height: 56px;
}

.middle_cloud {
    width: 118px;
    height: 70px;
}

.large_cloud {
    width: 198px;
    height: 121px;
}

.icon_lefticon1 {
    position: absolute;
    top: 2323px;
    left: 0;
    width: 147px;
    height: 208px;
    background: url(../img/bg_lefticon1.png)no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}

.icon_lefticon2 {
    position: absolute;
    top: 3962px;
    left: 0;
    width: 128px;
    height: 126px;
    background: url(../img/bg_lefticon2.png)no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}

.icon_righticon1 {
    position: absolute;
    top: 2155px;
    right: 0;
    width: 144px;
    height: 168px;
    background: url(../img/bg_righticon1.png)no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}

.icon_righticon2 {
    position: absolute;
    top: 4954px;
    right: 0;
    width: 162px;
    height: 304px;
    background: url(../img/bg_righticon2.png)no-repeat center center;
    background-size: 100% 100%;
    z-index: 9;
}


/* End icon area */


/* Header */

.header {
    height: 830px;
}


/* End Header */


/* HeadTitle */

.headtitle {
    position: relative;
    width: 1131px;
    height: 345px;
    background: url(../img/bg_column1.png) no-repeat center center;
    background-size: 100% 100%;
}

.headtitle p {
    margin-top: 60px;
    padding: 0 76px 0 70px;
    line-height: 48px;
    font-size: 24px;
    color: #fff;
    text-indent: 2em;
}

.headtitle p strong {
    font-weight: 400;
    color: #FFFF00;
}


/* End HeadTitle */


/* 直播视频 */

.live,
.weibo {
    margin-top: 97px;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.live .bigtt,
.weibo .bigtt {
    width: 551px;
    height: 70px;
    color: #04100D;
    font-size: 42px;
    font-weight: bolder;
    border: 3px solid #131313;
    background-color: #FFFF00;
    border-radius: 35px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.live .content {
    margin-top: 32px;
    width: 1146px;
    height: 645px;
    background: url(../img/bg_video.png) no-repeat center center;
    background-size: 100% 100%;
}

.live .bordbox {
    position: relative;
    margin: 48px 0 0 107px;
    width: 941px;
    height: 540px;
    background-color: #C90D00;
    border: 3px solid #131313;
    box-sizing: border-box;
}

.live .bordbox .grid {
    position: absolute;
    top: -14px;
    left: -14px;
    padding: 11px 13px 13px 11px;
    width: 917px;
    height: 516px;
    background-color: #000;
}

.live .bordbox .grid>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -65.5px;
    margin-top: -65.5px;
    width: 131px;
    height: 131px;
    z-index: 3;
    border: none;
    cursor: pointer;
}


/* End 直播视频 */


/* 新浪微博话题 */

.weibo {
    margin-top: 65px;
}

.weibo .content {
    position: relative;
    margin-top: 10px;
    width: 1146px;
    height: 345px;
    background: url(../img/bg_column2.png) no-repeat center center;
    background-size: 100% 100%;
}

.weibo .content>img {
    position: absolute;
    left: 47px;
    top: -63px;
    width: 107px;
    height: 70px;
    border: none;
}

.weibo .content>p {
    margin: 89px 0 0 87px;
    width: 983px;
    height: auto;
    line-height: 48px;
    font-size: 24px;
    font-weight: 400;
    color: #666;
    text-indent: 2em;
    letter-spacing: -0.5px;
}


/* End 新浪微博话题 */


/* review */

.review {
    margin-top: 85px;
    height: auto;
    flex-direction: column;
    align-items: center;
}

.review .bigtt {
    padding: 18px 0 16px;
    width: 671px;
    font-size: 36px;
    font-weight: bolder;
    color: #fff;
    border: 3px solid #131313;
    border-radius: 35px;
    background-color: #62a712;
    box-sizing: border-box;
    justify-content: center;
}

.review:nth-child(6) .bigtt,
.review:nth-child(7) .bigtt {
    width: 731px;
}

.review .bordbox {
    position: relative;
    margin-top: 19px;
    border: 2px solid #000;
    background-color: #62a712;
    box-sizing: border-box;
    align-self: flex-start;
}

.review .bordbox .part {
    position: absolute;
    border: 2px solid #000;
    box-sizing: border-box;
}

.review .bordbox .part>p {
    padding: 0 31px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 27px;
    text-indent: 2em;
}


/* 小标题内容 */

.review .msg {
    width: 843px;
    height: 130px;
}

.review .msg .part {
    top: 6px;
    left: -7px;
    width: 843px;
    height: 130px;
    background-color: #FFFF00;
    justify-content: center;
    align-items: center;
}


/* 含轮播图和评论区域 */

.review .content {
    position: relative;
    margin: 18px 0 0 0;
    width: 1136px;
    height: 625px;
    background: url(../img/bg_column3.png) no-repeat center center;
    background-size: 100% 100%;
    flex-direction: column;
}

.review .content>img {
    position: absolute;
    border: none;
}

.review .content>.top {
    margin: 55px 0 0 22px;
    width: 1078px;
    height: 266px;
}

.review .content .swiper-container,
.review .content .swiper-wrapper {
    width: 951px;
    height: 100%;
}

.review .content .swiper-slide {
    margin: 0 13px;
    width: 291px !important;
    height: 266px;
    flex-direction: column;
    cursor: pointer;
}

.review .content .swiper-slide>img {
    width: 100%;
    height: 207px;
    border: none;
    background-color: #ccc;
}

.review .content .swiper-slide>label {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
    font-size: 16px;
    color: #fff;
    background-color: #E1301E;
}

.review .content .swiper-button-next,
.review .content .swiper-button-prev {
    top: 30%;
    width: 47px;
    height: 44px;
    outline: none;
    border: none;
    background-size: 100% 100%;
}

.review .content .swiper-button-prev {
    left: 44px;
    background: url(../img/btn_arrow_left_red.png) no-repeat;
}

.review .content .swiper-button-prev::after,
.review .content .swiper-button-prev:hover {
    content: none;
    background: url(../img/btn_arrow_left_yellow.png) no-repeat;
}

.review .content .swiper-button-next {
    right: 55px;
    background: url(../img/btn_arrow_right_red.png) no-repeat;
}

.review .content .swiper-button-next::after,
.review .content .swiper-button-next:hover {
    content: none;
    background: url(../img/btn_arrow_right_yellow.png) no-repeat;
}

.review .content>.bottom {
    margin: 22px 0 0 66px;
    width: 1008px;
    height: 223px;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #E1301E #FFB2AA;
}

.review .content>.bottom::-webkit-scrollbar {
    width: 6px;
    background-color: #FFB2AA;
    border-radius: 3px;
}

.review .content>.bottom::-webkit-scrollbar-thumb {
    background-color: #E1301E;
    border-radius: 3px;
}

.review .content>.bottom p {
    margin: 31px 0 6px;
    width: 983px;
    height: auto;
    line-height: 27px;
    text-indent: 1em;
    font-size: 16px;
    color: #0A0A0A;
    white-space: pre-wrap;
}

.review .content>.bottom p>strong {
    font-size: 18px;
    font-weight: 400;
    color: #2B46ED;
}

.str_wrap {
    overflow: hidden;
    /* //zoom:1; */
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.str_move {
    /* white-space: nowrap; */
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}


/* 靠左形式 */

.flex-ai-start .msg {
    margin-left: 7px;
}

.flex-ai-start .content>img {
    right: -9px;
}


/* 靠右形式 */

.flex-ai-end .msg {
    align-self: flex-end;
}

.flex-ai-end .content>img {
    left: -11px;
}


/* End review */


/* footer */

.footer {
    margin: 317px 0 67px;
    height: 20px;
    font-size: 20px;
    color: #fff;
    justify-content: center;
}


/* End footer */


/* Mask */

.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 111;
    display: none;
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -495px;
    margin-top: -300px;
    width: 990px;
    height: 600px;
    background-color: #FCF979;
    border: 3px solid #131313;
    box-sizing: border-box;
    display: none;
}

.popup>i.icon_close {
    position: absolute;
    top: -54px;
    right: -48px;
    width: 48px;
    height: 48px;
    background: url(../img/btn_close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}


/*  图片弹窗 */

.img>img,
.video>.player {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 990px;
    height: 600px;
    border: 3px solid #131313;
    box-sizing: border-box;
    background-color: #ff8200;
}

.popup>label {
    position: absolute;
    bottom: 7px;
    left: -7px;
    width: 984px;
    height: 74px;
    line-height: 74px;
    font-size: 16px;
    color: #FFFEFE;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}


/* 视频弹窗 */

.video>.player>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    width: 131px;
    height: 131px;
    border: none;
    cursor: pointer;
}