/*公用*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-size: 12px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0 auto;
    background-color: #fff;
}

@media screen and (min-width: 1201px) {
    body {
        max-width: 100% !important;
    }
}

html {
    font-family: "Microsoft Yahei";
    height: 100%;
}

ul,
ol {
    list-style: none;
}

p {
    text-align: justify;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

.grey-background {
    width: 100%;
    background: #fafafa;
}

.title-color {
    color: #0967cc;
}

.xst-division-content {
    width: 3rem;
    height: 0.25rem;
    background-color: #b08956;
    margin: 0rem 0 1.5rem 0;
}

.xst-division-footer {
    width: 1.5rem;
    height: 0.1rem;
    background-color: #b08956;
    margin: 0.5rem 0;
}

.nav-blue {
    color: ##3699ff;
}

/*公用结束*/
.box {
    width: 100%;
    min-width: 320px;
    margin: auto;
    overflow-x: hidden;
    background: #fff;
    padding: 1rem 0rem;
}

@media screen and (min-width: 1201px) {
    .box {
        max-width: 640px !important;
    }
}

/* 头部 */
.xst-header {
    background-color: #FFFFFF;
    width: 100%;
    height: 5.5rem;
    top: 0;
    line-height: 5.5rem;
    text-indent: 1.5rem;
    position: fixed;
    z-index: 2;
}

@media screen and (min-width: 1201px) {
    .xst-header {
        max-width: 640px;
        left: 50%;
        margin-left: -320px;
    }
}

.xst-header-title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8rem;
    padding: 1rem 1.5rem;
    text-indent: 0;
}

.xst-header-img {
    right: 5%;
    position: absolute;
    top: 50%;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: -0.8rem;
}

/* 右侧导航 */
.hide-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    z-index: 3;
    display: none;
}

.xst-nav-box {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    margin: auto;
    transform: translate(-50%, 0);
}

@media screen and (min-width: 1201px) {
    .xst-nav-box {
        max-width: 640px;
    }
}

.xst-nav {
    position: absolute;
    right: 0%;
    background-color: #191919;
    width: 60%;
    height: 100%;
    z-index: 99;
}

.xst-show {
    transition: 0.3s;
}

.xst-hide {
    transition: 0.3s;
    transform: translateX(150%);
}

.xst-nav-icon {
    float: right;
    right: 5%;
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    margin-top: 2rem;
}

.xst-nav ul {
    margin-top: 6.5rem;
    width: 100%;
    text-align: left;
}

.xst-nav ul li {
    font-size: 1.5rem;
    color: #fff;
    border-bottom: #735b3c 1px solid;
    line-height: 4.5rem;
    text-indent: 2rem;
}

.xst-nav ul li a {
    color: #fff;
}

/* banner */
.xst-banner {
    padding-top: 5.5rem;
}

.xst-banner img {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1201px) {
    .xst-banner img {
        max-width: 640px !important;
    }
}

/* 内容 */
/* 关于本次活动 */
.xdt-content {
    padding: 0 1.5rem;
}

.xst-index-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 2rem 0;
    width: 100%;
    float: left;
    text-indent: 1.5rem;
    border-left: 0.3rem solid #EFB226;
}

.index-video-box {
    position: relative;
    height: 0;
    padding-top: 49.8%;
}

.xst-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 折叠 */
.fold-box {
    font-size: 1.8rem;
    text-align: left;
    max-height: 7.5rem;
    clear: both;
    overflow: hidden;
    line-height: 2.5rem;
    transition: height .5s;
}

.fold-on {
    max-height: 80rem;
    overflow: auto;
    transition: height .5s;
}

.fold-button {
    clear: both;
    float: right;
    width: 5rem;
    text-align: center;
    text-indent: 0;
    font-size: 1.5rem;
    color: #014F9E;
    margin-top: -2rem;
    font-weight: 600;
}

/* 活动日程 */
.xst-video-explain {
    font-size: 1.18rem;
    line-height: 2.5rem;
    margin: 0rem 0 3rem 0;
}

.grey-background {
    width: 100%;
    background: #fafafa;
    padding-bottom: 1.5rem;
}

.grey-background img {
    margin: auto;
    width: 90%;
}

/* 轮播图菜单 */
.xdt-content-slides {
    width: 100%;
    height: 100%;
}

.xdt-content-slides .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.xdt-content-slides .swiper-slide a {
    width: 100%;
}

.xdt-content-slides img {
    width: 100%;
}

.tags-yellow {
    background-color: #9d7a4c;
}

.tags-blue {
    background-color: #0f3e77;
}

.xst-menu-tags {
    position: absolute;
    color: #fff;
    bottom: 0px;
    width: 100%;
    height: 4.8rem;
    text-align: left;
    text-indent: 1.5rem;
}

.xst-menu-tags span {
    font-size: 1.5rem;
    border-bottom: 1px solid #fff;
    width: 100%;
    line-height: 2.5rem;
    font-weight: 500;
    display: inline;
    padding-bottom: 0.3rem;
}

.xst-menu-tags p {
    font-size: 0.9rem;
    line-height: 1.8rem;
}

/* 底部 */
.xst-footer {
    padding: 1rem 0;
    margin: auto;
    max-width: 640px;
}

@media screen and (min-width: 1201px) {
    .xst-footer {}
}

.xst-footer ul {
    float: left;
    padding: 1rem 1.5rem;
    width: 33%;
}

.xst-footer ul:last-child {
    width: 100%;
}

.xst-footer ul li {
    color: #666666;
}

.xst-footer ul li:first-child {
    font-size: 1.3rem;
    color: #0967cc;
    font-weight: 600;
    width: 100%;
}

.xst-footer ul:last-child li {
    margin-right: 1rem;
}

/* 滚动菜单 */
.header-slides-box {
    width: 100%;
    min-width: 320px;
    position: revert;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
}

@media screen and (min-width: 1201px) {
    .header-slides-box {
        max-width: 640px;
    }
}

.xdt-header-slides {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.xdt-header-slides .swiper-slide {}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide {
    height: 0;
}

.gallery-top .swiper-slide-active {
    height: auto !important;
}

.gallery-thumbs {
    height: 20%;
    background-color: #fafafa;
    box-sizing: border-box;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    line-height: 4.65rem;
}


.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active,
.gallery-thumbs .swiper-wrapper .swiper-slide-thumb-active a {
    color: #0967CC;
}

/* 内容页文章模板 */
.xst-section {
    padding: 1rem 1.5rem;
}

.xst-section-h1 {
    font-size: 2rem;
    line-height: 3.9rem;
    color: #0967cc;
    margin-top: 1rem;
}

.xst-section-h2 {
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    margin-top: 1rem;
}

.xst-section-p {
    font-size: 1.2rem;
    line-height: 2rem;
}

/* 投票列表页 */
.vote-banner {
    padding-top: 5.5rem;
    position: relative;
}

.vote-banner img {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1201px) {
    .vote-banner img {
        max-width: 640px !important;
    }
}

.vote_box {
    position: absolute;
    width: 100%;
    padding: 0 5%;
    bottom: 0;
}

.short {
    margin-bottom: 15px;
}

.vote-banner-title {
    font-size: 2rem;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.vote-time {
    text-align: center;
    width: max-content;
    margin: 1.25rem auto 1rem auto;
}

.vote-time p {
    float: left;
    width: 3.4rem;
    height: 3.4rem;
    color: #fff;
    font-size: 2rem;
    line-height: 3.8rem;
    border-radius: 0.5rem;
    text-align: center;
}

.vote-time-number {
    background-color: rgba(0, 0, 0, 0.7);
}

.vote-time-number2 {
    background-color: #b27e41;
}

.vote-rule-box {
    width: 100%;
    padding: 0 5%;
    padding-bottom: 1rem;
    background-color: #066AA5;
}

.slide-box {
    width: 100%;
    min-width: 320px;
    position: revert;
    margin: auto;
    overflow: hidden;
    background-color: #fff;
}

.slide-box .slide-thumbs {
    width: 100%;
    height: 20%;
    background-color: #fafafa;
    box-sizing: border-box;
    margin: auto;
}

.slide-box .slide-thumbs .swiper-slide-thumb-active {
    color: #fff;
    background-color: #3699ff;
}

.slide-box .slide-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 0;
}

.slide-box .slide-top {
    height: 80%;
    width: 100%;
    margin: auto;
}

.vote-rule-title {
    font-size: 1.2rem;
    color: #fff;
    margin: auto;
    width: 100%;
    text-align: center;
}

.vote-rule-content {
    font-size: 15px;
    color: #fff;
    margin: auto;
    width: 100%;
}

.start-time {
    font-size: 2rem;
    margin: 0rem auto;
    width: 100%;
    text-align: center;
    height: 9rem;
    position: relative;
    background-color: #007EBB;
}

.vote-rule-content p {
    margin: 0.5rem auto;
    font-size: 1rem;
}

/* 投票列表 */
.vote-box {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1201px) {
    .vote-box {
        max-width: 640px !important;
    }
}

.vote-list {
    width: 94%;
    margin: 1rem auto 1rem auto;
}

.vote-display {
    float: right;
    color: #1E90FF;
    font-size: 1.5rem;
    font-weight: 300;
}

.vote-list-title {
    line-height: 4.25rem;
    font-size: 2rem;
    margin: 0 1.6%;
}

.vote-list-box {
    width: 100%;
}

.vote-box .vote-list-box {
    width: 94%;
    margin: 2rem auto 0;
}

.vote-list-box li {
    width: 47%;
    margin: 0 1.5%;
    position: relative;
    float: left;
    margin-bottom: 1rem;
}

.vote-image-container {
    position: relative;
    height: 0;
    padding-top: 160%;
}

.vote-list-box li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vote-list-introduce {
    width: 80%;
    line-height: 2.25rem;
    padding: 0 0.75rem;
    box-sizing: border-box;
    height: 2.25rem;
    color: #fff;
    border-radius: 1rem;
    margin-left: 10%;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 1rem;
    background-color: rgba(20, 160, 258, 0.7);
}

.already {
    color: #fff;
    background-color: rgba(178, 126, 65, 0.7);
}

.works-name {
    font-size: 1rem;
    text-align: center;
    margin-top: 0.5rem;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    position: absolute;
    bottom: 0;
    color: #fff;
    background-image: url(../../../../../images/cdrtv/zt/2020xst/web/tp_30.png);
}

.works-vote {
    font-size: 1.2rem;
    color: #9e713c;
    text-align: center;
    margin-bottom: 0.5rem;
}

.vote-box .works-name {
    bottom: 2rem;
}

.votetip {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 2;
    display: none;
}

.votetip-text {
    position: fixed;
    width: 30rem;
    height: 5rem;
    border-radius: 0.8rem;
    background-color: #fff;
    left: 50%;
    margin-left: -15rem;
    margin-top: -2.5rem;
    top: 50%;
    line-height: 5rem;
    text-align: center;
}

.votetip-ewm{
    height: 15rem;
    padding-top: 1rem;
    width: 20rem;
    margin-left: -10rem;
    line-height: 3rem;
}
.votetip-ewm img{
    width: 10rem;
    height: 10rem;
    margin: auto;
}
/* 投票详情页 */
.details-back {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 2.6rem;
    height: 2.6rem;
    margin-top: -1.2rem;
}

.details-back img {
    width: 1.6rem;
    height: 1.6rem;
    margin: auto;
    margin-top: 0.5rem;
}

.details-header-title {
    font-size: 1.8rem;
    font-weight: 600;
    text-indent: 2.6rem;
    padding-left: 5%;
}

.details-box {
    width: 100%;
    margin: auto;
}

@media screen and (min-width: 1201px) {
    .details-box {
        max-width: 640px !important;
    }
}

.list-live {
    margin-top: 5.5rem;
}

.nav-live-tv {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1rem;
}

.juji .tt {
    margin: 1.5rem 0rem 0rem 0;
    font-size: 1.6rem;
}

.juji-bd a {
    min-width: 4rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0.2rem 0.4rem;
    text-align: center;
    float: left;
    margin: 1rem 0.3rem;
    border: 1px solid #6e6e6e;
}

.juji-bd .on {
    background: #1E90FF;
    color: #fff;
}

.details {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 1rem;
}

.details .details-box {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin: 1rem auto;
}

.details p {
    font-size: 1.4rem;
    color: #666666;
}

.details span {
    color: #9e713c;
}

.details .details-name {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
    margin-top: 1rem;
}

.details .details-tag {
    font-size: 1.4rem;
    color: #000;
    font-weight: 600;
    margin: 1rem auto;
}

.details-top {
    margin-top: 1rem;
}

.details-stills {
    width: 90%;
    margin-left: 5%;
    margin-bottom: 3rem;
}

.details-stills .swiper-container {
    width: 100%;
    height: 100%;
}

.details-stills .swiper-slide {
    position: relative;
    height: 0;
    padding-top: 24%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.details-stills .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-stills .swiper-button-next,
.details-stills .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
}

.details-stills .swiper-button-next {
    background: url(../../../../../images/cdrtv/zt/2020xst/wap/right.png) no-repeat center;
    right: 0;
}

.details-stills .swiper-button-prev {
    background: url(../../../../../images/cdrtv/zt/2020xst/wap/left.png) no-repeat center;
    left: 0;
}

.video-vote-box {
    margin-top: 0.2rem;
    width: 90%;
    margin-left: 5%;
}

.video-vote {
    width: 8rem;
    padding: 0.8rem 0.4rem;
    text-align: center;
    float: left;
    border-radius: 5px;
    background-color: #b27e41;
    color: #fff;
}

.video-vote-number {
    line-height: 4rem;
    float: right;
}

/*Loding*/
.load-main {
    width: 10rem;
    height: 10rem;
    opacity: 1;
    position: fixed;
    border-radius: 10%;
    top: 50%;
    margin-top: -5rem;
    left: 50%;
    margin-left: -5rem;
    display: none;
}

.load-effect {
    width: 5rem;
    height: 5rem;
    position: relative;
    margin: 25% auto;
}

.load-effect span {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #48a5f4;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

.load-effect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.load-effect span:nth-child(2) {
    left: 0.7rem;
    top: 0.7rem;
    -webkit-animation-delay: 0.26s;
}

.load-effect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.load-effect span:nth-child(4) {
    top: 0.7rem;
    right: 0.7rem;
    -webkit-animation-delay: 0.52s;
}

.load-effect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.load-effect span:nth-child(6) {
    right: 0.7rem;
    bottom: 0.7rem;
    -webkit-animation-delay: 0.78s;
}

.load-effect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.load-effect span:nth-child(8) {
    bottom: 0.7rem;
    left: 0.7rem;
    -webkit-animation-delay: 1.04s;
}

.btn {
    width: 5rem;
    height: 2rem;
    border-radius: 0.7rem;
    border: 0;
    outline: 0;
    background: #1296db;
    color: #fff;
}

/* 新闻通知 */
.content-more {
    float: right;
    font-size: 1rem;
    color: #0667b1;
}

.news-list-img,
.news-list-img img {
    position: relative;
    float: right;
    width: 11rem;
    height: 6.4rem;
    margin-left: 1rem;
}

.news-list-img img {
    display: block;
    object-fit: cover;
}

.news-list-img {
    max-width: 45%;
}

.news-list {
    padding: 0.2rem;
}

.news-title {
    height: 3.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 1rem;
    border-top: 1px solid #ccc;
    padding-top: 1rem;
}

.news-title p {
    float: left;
}

.news-title a {
    float: right;
    font-size: 0.9rem;
    color: #3d699e;
}

.news-list-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 2rem;
    height: 6rem;
    font-size: 1.3rem;
    float: left;
    width: 50%;
}

.news-list li {
    line-height: 1.3rem;
    border: 1px solid #ccc;
    margin: 1rem 0;
    padding: 0.5rem;
}

.news-list-time {
    margin: 0.6rem 0;
    margin-top: 1rem;
}

.new-box {
    width: 100%;
    padding: 3%;
}

.img-load {
    margin-bottom: 1.5rem;
}

/*人员展示*/
.judges {
    clear: both;
}

.judges li {
    width: 30%;
    margin: 0 1.6% 0.5rem;
    position: relative;
    float: left;
}

.judges li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.judges .vote-image-container {
    padding-top: 142%;
}

.judges li b {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    display: block;
    /* height: 1.8rem; */
    line-height: 1.8rem;
    overflow: hidden;
    margin: auto;
}

.judges-b2 {
    letter-spacing: 1rem;
    text-indent: 1rem;
}

.grouping {
    clear: both;
    padding-left: 1rem;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 1rem 0;
}

.player-vote {
    width: 8rem;
    height: 2rem;
    line-height: 2rem;
    background: #106FC7;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    margin: 1rem auto;
}

.judges .vote-image-container {
    position: relative;
    height: 0;
    padding-top: 178%;
}

/*路演展播*/
.lyzb {
    clear: both;
}

.lyzb li {
    width: 47%;
    margin: 0 1.5%;
    position: relative;
    float: left;
    margin-bottom: 1rem;
}

.lyzb li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lyzb .vote-image-container {
    padding-top: 70%;
}

.lyzb li p {
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 4.8rem;
    line-height: 1.5rem;
    display: -webkit-box;
}

.lyzb li .works-name {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3rem;
    width: 100%;
}

.lyzb li b {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    display: block;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
    margin: auto;
    background-image: url(../../../../../images/cdrtv/zt/2021xst/web/tp_30.png);
}

.bimg-box{
    display: none;
}
.fillbg {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.big-img{
    width: 1200px;
    height: auto;
    position: fixed;
    left: 0;
    z-index: 9;
    top: 12rem;
    max-width: 100%;
    overflow: auto;
}
.big-img img{
    max-width: 900px;
}
.big-cancel{
    position: absolute;
    width: 3rem;
    height: 3rem;
    background-color: red;
    top: 8rem;
    right: 1rem;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    border-radius: 50%;
}