/**
* 文章内页嵌入海报样式文件
*/
.ccwsndh19554_ind01 {
    position: relative;
    margin-bottom: 0.4rem;
}

.ccwsndh19554_ind01 img {
    display: block;
    width: 100%;
}

.ccwsndh19554_ind01 .logo_bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.ccwsndh19554_ind01.style01 .quest {
    position: absolute;
    left: 6.4%;
    top: 7.12%;
    width: 66.8%;
}

.ccwsndh19554_ind01.style02 .quest {
    position: absolute;
    left: 6.4%;
    top: 7.12%;
    width: 66.8%;
}

.ccwsndh19554_ind01 .round {
    display: none;
    width: 37.73%;
    position: absolute;
    right: 5.06%;
    top: 7.12%;
}

.ccwsndh19554_ind01 .showAnswer {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    display: none;
}

.ccwsndh19554_ind01 .list {
    position: absolute;
    width: 100%;
    bottom: 13.97%;
    right: 6%;
}

.ccwsndh19554_ind01 .list ul {
    width: 73.26%;
    margin: 0 auto;
}

.ccwsndh19554_ind01 ul li {
    background-color: #68a6ed;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    border-radius: 0.26rem;
    cursor: pointer;
    float: left;
    margin-right: 10.93%;
    width: 44.535%;
    margin-top: 0.53rem;
    font-size: 0.7em;
}

.ccwsndh19554_ind01.style01 ul li {
    background-color: #5496e1;
    box-shadow: 2px 5px 9px 0px #4a68bc;
}

.ccwsndh19554_ind01.style01 ul li.active {
    background-color: #414ef8;
}

.ccwsndh19554_ind01.style02 ul li {
    background-color: #27d0e2;
    box-shadow: 2px 5px 9px 0px #fff;
}

.ccwsndh19554_ind01.style02 ul li.active {
    background-color: #e9193b;
}

.ccwsndh19554_ind01 ul li.last {
    margin-right: 0;
}

.ccwsndh19554_ind01 li {
    padding: 10px 0px;
    margin: 0;
    list-style: none;
    font-weight: normal;
}

@-webkit-keyframes scale-in-bl {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        opacity: 1;
    }
}

.round.scale-in-bl {
    -webkit-animation: scale-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-bl 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    display: block;
}

.ccwsndh19554_ind01.style03 .list {
    bottom: 10.97%;
}

.OpenDoorContainer {
    position: relative;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}

.odcbg {
    position: relative;
    width: 100%!important;
}

.odcbg {
    z-index: 1;
}

.odcLeft {
    z-index: 2;
    left: 0;
    top: 0;
    width: 50%!important;
    height: 100%!important;
    position: absolute;
}

.odcRight {
    z-index: 2;
    right: 0;
    width: 50%!important;
    height: 100%!important;
    position: absolute;
}

.OpenDoorBottom {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.hbt-div {
    position: relative;
}

.hbt {
    width: 100%
}

.hbt-click {
    position: absolute;
    bottom: 200;
    width: 100%;
    text-align: center;
}

.hbt-logo {
    position: absolute;
    bottom: 90px;
    text-align: center;
    width: 100%;
}

.hbt-logo img {
    width: 170px;
}