body {
    background: #cc0808;
}

.xc {
    background: url("../img/xc_bg.png") no-repeat top left/42.6%;
    width: 100%;
    height: 100%;
}

.xc .g-main {
    position: absolute;
    top: 17.2%;
    left: 20%;
}

.xc .g-main .title_img {
    margin-bottom: 0.5rem;
    width: 61.7%;
}

.xc .g-main .video_img {
    margin-bottom: 0.5rem;
    width: 66.7%;
}

.xc .g-main .ts_box {
    width: 66.7%;
    display: flex;
}

.xc .g-main .ts {
    color: #fff;
    font-size: 0.3rem;
    padding-left: 0.3rem;
    line-height: 2em;
}

.xc .g-main .ts_logo {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../img/left_arrow.png") no-repeat center/100%;
    margin-top: 0.18rem;
}



.hg {
    background: url("../img/hg_bg.png") no-repeat bottom right/57%;
    width: 100%;
    height: 100%;
}

.hg .g-main {
    position: absolute;
    top: 22%;
    left: 19.5%;
}

.hg .g-main .title_img {
    width: 62.5%;
}

.hg .g-main .content_box {
    display: flex;
    align-items: flex-start;
    width: 60%;
    margin-top: 8.9%;
}

.hg .g-main .content_logo {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../img/left_arrow.png") no-repeat center/100%;
    margin-top: 0.18rem;
}

.hg .g-main .content {
    color: #fff;
    font-size: 0.3rem;
    padding-left: 0.3rem;
    line-height: 2em;
    flex: 1;
}

.hg .g-main .bd_btns {
    margin-top: 13.2%;
    margin-left: 4.8%;
}

.hg .g-main .bd_btns a {
    display: block;
}

.hg .g-main .bd_btns a:nth-of-type(1) {
    margin-bottom: 4.6%;
}

.hg .g-main .bd_btn img {
    width: 56.8%;
}

.xw {
    width: 100%;
    height: 100%;
    background: url("../img/xw_bg.png") no-repeat bottom right/57%;
}

.xw .g-main {
    position: absolute;
    top: 8%;
    left: 19.5%;
    right: 19.5%;
    bottom: 11.3%;
    height: auto;
    width: auto;
}

.xw .g-main .xw_title {
    width: 6.2rem;
}

.xw .g-main .content {
    position: absolute;
    left: 0;
    top: 15.2%;
    bottom: 0;
    right: 0;
    overflow: auto;
}

.xw .content ul img {
    width: 4.2rem;
}

.xw .content ul li {
    margin-bottom: 0.56rem;
}

.xw .g-main .article_title {
    color: #fff;
    font-size: 0.32rem;
    display: flex;
    align-items: flex-start;
}

.xw .g-main .title_logo {
    display: inline-block;
    width: 0.32rem;
    height: 0.32rem;
    background: url("../img/left_arrow.png") no-repeat center/100%;
    margin-top: 0.1rem;
}

.xw .g-main .article_title span {
    flex: 1;
    line-height: 1.8em;
}

.jb {
    width: 100%;
    height: 100%;
}

.jb .g-main {
    position: absolute;
    top: 11%;
    bottom: 10%;
    left: 0;
    right: 0;
    box-sizing: border-box;
    width: auto;
    height: auto;
}

.jb .jb_title {
    display: block;
    width: 63.9%;
    margin-left: 11.2%;
}

.jb .guest_list {
    position: absolute;
    top: 16.8%;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
    padding-left: 0.935rem;
    padding-right: 12.2%;
}

.jb .guest_list .item {
    display: flex;
    align-items: flex-start;
    color: #fff;
    padding-bottom: 0.375rem;
    position: relative;
    margin-bottom: 0.75rem;
}

.jb .guest_list .item:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #fff;
    transform: scaleY(0.5);
}

.jb .guest_list .item img {
    width: 21.7%;
    height: 21.7%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.jb .guest_list .item .intro {
    padding-top: 0.36rem;
    margin-left: 0.18rem;
}

.jb .guest_list .item .intro div:nth-of-type(1) {
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
}

.jb .guest_list .item .intro div:nth-of-type(2) {
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.jb .guest_list .item .intro div:nth-of-type(3) {
    font-size: 0.32rem;
}

.guide_area {
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}

a {
    text-decoration: none;
}

.arrow {
    position: absolute;
    left: 14%;
    bottom: 30%;
    width: 5%;
    animation: guide 1s infinite linear;
    -webkit-animation: guide 1s infinite linear;
}

@keyframes guide {
    0% {
        opacity: 1;
        bottom: 29%;
    }

    100% {
        opacity: 0.1;
        bottom: 35%;
    }
}

@-webkit-keyframes guide {
    0% {
        opacity: 1;
        bottom: 29%;
    }

    100% {
        opacity: 0.1;
        bottom: 35%;
    }
}