figure, figcaption {
    display: block;
}

.transition {
    -webkit-transition: top 400ms linear;
    -moz-transition: top 400ms linear;
    -ms-transition: top 400ms linear;
    -o-transition: top 400ms linear;
    transition: top 400ms linear;
}

.timeTo {
    font-family: Tahoma, Verdana, Aial, sans-serif;
    font-size: 28px;
    line-height: 22px;
    font-weight: bold;
    height: 22px;
}

.timeTo span {
    vertical-align: top;
}

.timeTo.timeTo-white div {
    color: black;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(38%, #ffffff), color-stop(100%, #cccccc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 38%, #cccccc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 38%, #cccccc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc', GradientType=0); /* IE6-9 */
}

.timeTo.timeTo-black div {
    color: white;
    background: #45484d; /* Old browsers */
    background: -moz-linear-gradient(top, #45484d 0%, #000000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #45484d), color-stop(100%, #000000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #45484d 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #45484d 0%, #000000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #45484d 0%, #000000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #45484d 0%, #000000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

.timeTo.timeTo-black .timeTo-alert {
    background: #a74444; /* Old browsers */
    background: -moz-linear-gradient(top, #a74444 0%, #3f0000 67%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a74444), color-stop(67%, #3f0000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a74444 0%, #3f0000 67%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a74444 0%, #3f0000 67%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a74444 0%, #3f0000 67%); /* IE10+ */
    background: linear-gradient(to bottom, #a74444 0%, #3f0000 67%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a74444', endColorstr='#3f0000', GradientType=0); /* IE6-9 */
}

.timeTo.timeTo-white .timeTo-alert {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 35%, #e17373 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, #ffffff), color-stop(100%, #e17373)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 35%, #e17373 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 35%, #e17373 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 35%, #e17373 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 35%, #e17373 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e17373', GradientType=0); /* IE6-9 */
}

.timeTo figure {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.timeTo figcaption {
    text-align: center; /*font-size: 12px;*/
    line-height: 80%;
    font-weight: normal;
    color: #888;
}

.timeTo div {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 30px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    overflow: hidden;
}

.timeTo div.first {
    border-left: 1px solid silver;
}

.timeTo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 3px;
}

.timeTo ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.questionBox {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.questionWrapper {
    width: 100%;
}

.jdt_box {
    background-color: #fff;
    color: #666;
    -moz-box-shadow: 0 1px 5px #dcdcdc;
    box-shadow: 0 1px 5px #dcdcdc;
    width: 100%;
    height: 0.7rem;
    justify-content: center;
    align-items: center;
    padding: 0 0.288rem;
    font-size: 0.178rem;
    position: relative;
    padding-right: 0.878rem;
    padding-left: 1.02rem;
    padding-right: 1.48rem;
    padding-top: 0.35rem;
}

#timeBox {
    position: absolute;
    right: 0.7rem;
    height: 0.4rem;
	line-height:0.4rem;font-size:0.26rem;
    top: 50%;
    margin-top: -0.2rem;
}

#countdown {
    font-size: 0 !important;
}

.timeTo.timeTo-black div{background: none !important; color: #666 !important;border: none !important; width: 0.12rem !important;font-weight: normal;}

.timeTo.timeTo-black div ul {
    font-size: 0;
}

.timeTo.timeTo-black div ul li {
    font-size: 0.178rem !important;
}

.timeTo span {
    line-height: 22px;
    font-size: 0.178rem !important;
    font-weight: normal;
}

.timeTo.timeTo-black div, .timeTo span {
    /* line-height: 22px !important; */
    font-family: PingFangSC-Regular, DroidSansFallback, Microsoft YaHei, \\5FAE\8F6F\96C5\9ED1, Arial, Helvetica, Verdana, sans-serif;
}

.jdt_box #progress {
    display: block;
    background-color: #e2e2e2;
    width: 100%;
    height: 0.2rem;margin-top:-0.02rem;
    border-radius: 0.1rem;
}

.jdt_box #progress b {
    display: block;
    background-color: #ffd133;
    height: 0.2rem;
    border-radius: 0.1rem;
}

.jdt_box_02 { /* margin:.1rem auto; */
    float: left;
    position: relative;
    overflow: hidden;
    width: 5.4rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding-left: 0.216rem;
    padding-right: 0.216rem;
}

.jdt_box em {
    position: absolute;
    left: 0.288rem;
    font-size: 0.178rem;
    font-style: normal;
    color: #666666;
    font-weight: normal;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    line-height: 22px;
}

#sider {
    overflow: hidden;
    position: relative;
    width: 100%;padding-bottom:2rem;
}

#question {
    width: 100%;
    position: relative;
}

.cex_js {
    font-size: 0.2736rem;
    padding: 0.216rem 0.0648rem;
    font-weight: 700;
    word-break: break-all;
    text-align: justify;
    color: #333;
}

.sel_ces p {
    border: 1px solid #f0f0f0;
    padding: 0.2rem 0.64rem 0.2rem 0.2rem;
    position: relative;
    background-color: #fff;
    border-radius: 0.115rem;
    font-size: 0.23rem;
    line-height: 0.4rem;
    margin-bottom: 0.1rem;
}

.sel_ces p input {
    opacity: 0;
}

.sel_ces p label:before {
    display: block;
    content: '';
    width: 0.3rem;
    /* border: 2px solid #ffdd2b; */
    background:url(/style/images/nosel.png) center center no-repeat;
    background-size:100% 100%;
    height: 0.3rem;
    border-radius: 50%;
    position: absolute;
    right: 0.36rem;
    top: 50%;
    margin-top: -0.1rem;
}

.sel_ces p.bgYellow label:before {
    /* background-color: #ffdd2b; */background:url(/style/images/sel.png) center center no-repeat;background-size:100% 100%;
}

.cxResult {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: fixed;
    bottom: 0;
    padding: 0.2rem 0.1rem;
    justify-content: space-between;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cxResult .csBtn {
    display: block;
    border-color: #ffdd2b;
    color: #333;
    background-color: #ffdd2b;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.2rem;
    text-align: center;
    border-radius: 0.08rem;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    margin: 0 0.1rem;
}


/*2022-2-24*/
.sel_ces {
    padding-bottom: 0.5rem;
}

.dtTips {
    padding-bottom: 0.4rem;
}

.noticeContent .btn.fs-14, .dtTips .btn.fs-14 {
    font-size: 0.2rem;
}

@media only screen and (max-width: 540px) {
    .cxResult .csBtn {
        height: 0.76rem;
        line-height: 0.76rem;
        font-size: 0.3rem;
    }

    .sel_ces p a {
        padding: 0.24rem 0.86rem 0.24rem 0.24rem;
        font-size: 0.3rem;
    }

    .cex_js {
        font-size: 0.34rem;
    }

    .timeTo.timeTo-black div {
        width: 0.17rem !important;
    }

    .jdt_box {
        padding-right: 1.5rem;
    }

    .dtTips {
        width: 5.5rem;
        padding: 0.32rem;
    }

    .dtTips .title {
        font-size: 0.34rem;
    }

    .dtTips .door {
        width: 0.72rem;
        height: 0.84rem;
        background-size: 100% auto;
        background-repeat: no-repeat;
    }

    .dtTips .tips {
        font-size: 0.28rem;
    }

    .noticeContent .btn, .dtTips .btn {
        width: 3.2rem;
        height: 0.68rem;
        line-height: 0.68rem;
    }

    .noticeContent .btn.fs-14, .dtTips .btn.fs-14 {
        font-size: 0.3rem;
    }

    .dtTips .action .btn {
        width: 2.2rem;
        margin-top: 0.4rem;
    }

    .tisPop .text {
        font-size: 0.24rem;
    }

    .usderInfoPop {
        width: 5.8rem;
    }

    .usderInfoPop .btn {
        height: 0.76rem;
        line-height: 0.76rem;
        border-radius: 0.38rem;
    }

}

.jdt_box #progress, .jdt_box #progress b {
    height: 0.12rem;
}

.jdt_box {
    padding-top: 0.39rem;
}

.tisPop {
    padding-top: 1rem;
}

/*2022-2-25*/
.questionWrapper .tipsbtn {
    display: none;
}

.chongzhiBtn {
    margin-left: 0.15rem;
    width: 0.4rem;
    height: 0.4rem;
    background-size: 60% 60%;
    background-image: url(/style/images/cx666.png);
    position: absolute;
    right: 0.2rem;
    top: 50%;
    margin-top: -0.2rem;
    border: 1px solid #ccc;
    border-radius: 0.06rem;
    background-repeat: no-repeat;
    background-position: center;
}


.title3{width:100%;height:60px;line-height:60px;text-align:center;font-size: 18px;}