/*公用*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    max-width: 750px;
    font-size: 12px;
    font-family: Microsoft YaHei, Arial, Helvetica, sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0 auto;
    background-color: #3FB47F;
    padding-bottom: 3rem;
    position: relative;
}

html {
    font-family: "Microsoft Yahei";
    height: 100%;
}
::-webkit-scrollbar {
  width: 0; /* 对于垂直滚动条，设置宽度 */
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

.clear {
    clear: both;
}

.end-time {
    width: max-content;
    margin: 0 auto 1rem;
    color: #fff;
}

.end-title {
    float: left;
    font-size: 1.4rem;
    font-weight: 600;
	line-height: 1.1;
}

.end-timing {
    float: left;
}

.end-timing p {
    float: left;
    margin-left: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 3rem;
}

.timing-number {
    width: 3rem;
    height: 3rem;
    background-color: #62D961;
    text-align: center;
    border-radius: 20%;
}

.votes-total {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin: 1rem 0;
}

.votes-total span {
    color: #D5F019;
    font-size: 2rem;
    font-weight: 500;
    margin-right: 0.5rem;
}

.zcd-title {
    width: 90%;
    margin: auto;
    overflow-x: auto;
    white-space: nowrap;
}

.zcd-title ul {
    width: 90%;
    margin: auto;
}

.zcd-title li {
    display: inline-block;
    list-style: none;
    width: 20%;
    text-align: center;
    background: url(../../../../../images/cdrtv/zt/2022xcj/wap/zcd-title.png) no-repeat center;
    background-size: 99%;
    height: 3rem;
    line-height: 3rem;
    color: #033F2C;
    overflow: hidden;
    line-height: 1.4rem;
    padding-top: 0.2rem;
    margin-right: -1%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.zcd-title .on {
    background: url(../../../../../images/cdrtv/zt/2022xcj/wap/zcd-title-on.png) no-repeat center;
    background-size: 99%;
}

.center-box {
    width: 90%;
    background-color: #EBFFF6;
    margin: auto;
    padding: 2rem 1rem;
    margin-top: -0.5rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.zcd-img {
	display: none;
    margin-bottom: 2rem;
}

.zcd-img:first-child {
	display: block;
}

.zcd-img img {
    border-radius: 5%;
}

.zcd-survey {
    text-align: justify;
}

.activity {}

.activity-title {
    color: #fff;
    display: table;
    margin: 1rem 0;
    width: 9rem;
    text-align: center;
    background-size: 100%;
}

.activity-subhead {
    background: url(../../../../../images/cdrtv/zt/2022xcj/wap/number.png) left no-repeat;
    display: inline;
    color: #333333;
    height: 2.5rem;
    line-height: 2.5rem;
    width: max-content;
    font-size: 1.6rem;
    padding: 0 0.5rem;
}

.activity-sequence {
    background: #FFF000;
    width: 1.6rem;
    height: 1.6rem;
    display: block;
    float: left;
    margin: 0.8rem;
    text-align: center;
    line-height: 1.6rem;
    font-size: 1.4rem;
    border-radius: 50%;
    color: #29772B;
}

.activity p {
    color: #666666;
    margin: 1rem 0;
    text-align: justify;
}


/*投票子页面*/

.return-index{
	width: 3rem;
    height: 3rem;
    display: block;
    margin: 0.5rem 4% 0.5rem 4%;
}

.list-banner {}

.list-background {
    background-color: #3BC589;
}

.list-box {
    width: 92%;
    margin: auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.list-box li {
    width: 48.8%;
    float: left;
    background-color: #fff;
    height: 23.5rem;
    padding: 1rem;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 0.8rem;
}

.list-box li:nth-child(2n) {
    float: right;
}

.list-box li:first-child,
.list-box li:nth-child(2) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-number {
    font-size: 1.5rem;
}

.list-img {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin: 0.5rem 0;
}

.list-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.list-name {
    font-size: 1.2rem;
    height: 5rem;
    line-height: 1.8rem;
}

.list-votes {
    font-size: 1.4rem;
    color: #72ce40;
    margin: 0.4rem 0;
}

.list-click {
    font-size: 1.3rem;
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    color: #03422e;
    background-color: #FFF000;
    margin: auto;
}


/*加载*/


/*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;
}


/*提示*/
.tips-box{
	width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.tips-imgbox{
    /* margin-top: 3rem; */
}
.tips-imgbox,.tips-contentbox,.tips-error,.tips-correct,.tips-remindbox{
	display: none;
}
.tips-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../../../../../images/cdrtv/zt/2022xcj/wap/blank.png);
}
.swiper-container-horizontal .swiper-pagination-bullets {
	bottom: 18px;
}
.tips {
    width: 90%;
/*    min-height: 25rem;
	max-height: 70%; */
    /* margin-top: -12.5rem; */
    top: 50%;
    left: 5%;
    background-color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    border-radius: 10px;
	height: 50rem;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.tips.auto {
	height: auto;
}
.tips-number1 {
    font-weight: 600;
    display: inline;
    background: url(../../../../../images/cdrtv/zt/2022xcj/wap/number.png) left no-repeat;
}

.tips-name {
    margin: 1rem 0;
    text-align: center;
}

.tips-text {
    height: 26rem;
    overflow-y: auto;
    color: #666;
}

.tips-icon {
    width: 50%;
    margin: 1rem auto;
}

.tips-return {
    margin-top: -5rem;
    text-align: center;
}

.tips-return h4 {
    font-size: 1.5rem;
    line-height: 3rem;
}

.tips-return p {
    font-size: 1.3rem;
}

.tips-return span {
    color: #00EDA5;
    margin: 0 0.5rem;
}

.tips-confirm {
    font-size: 1.3rem;
    width: 8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
    color: #03422e;
    background-color: #FFF000;
    margin: auto;
    text-align: center;
    font-weight: 600;
    margin-top: 1.5rem;
}

.tips-number2 {
    font-weight: 600;
    text-align: center;
}

.slide-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
	position: relative;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 21rem;
}

.slide-box {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
}

.slide-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-img h4 {
    font-size: 1.3rem;
    margin-top: 1rem;
    height: 1.8rem;
    overflow: hidden;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../../../../../images/cdrtv/zt/2022xcj/wap/right.png);
	    width: 5rem;
    height: 5rem;
    background-size: 65%;
    margin-top: -3rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../../../../../images/cdrtv/zt/2022xcj/wap/left.png);
	    width: 5rem;
    height: 5rem;
    background-size: 65%;
    margin-top: -3rem;
}

.tips-close{
	z-index: 1;
    position: absolute;
    width: 2rem;
    height: 2rem;
    top: -3rem;
    right: 0;
}



.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%;
}
.new-box .short {
    margin-bottom: 1.5rem;
}

.xst-header-img {
    right: 1em;
    position: absolute;
    top: 2em;
    width: 3rem;
    margin-top: -0.8rem;
    padding: .5em;
}
.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: rgba(25,25,25,.9);
    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;
}
