@charset "utf-8";

/* 工程样式表 */
.swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    height: auto !important;
}
.contentbox {
    background-image: url(/tj/wap/pub-ui/5gzq/images/bigbg_a154974.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}
.topbtnBox {
    padding: 0.3571rem;
    display: flex;
    justify-content: space-between;
}
.topbtnBox .item {
    width: 33%;
    background-image: url(/tj/wap/pub-ui/5gzq/images/itembg_591fea9.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
.topbtnBox .item img {
    width: 60%;
    margin-top: 0.0893rem;
}
.topbtnBox .item .text1 {
    font-size: 0.2857rem;
    /* margin-top: 0.0536rem; */
    color: #8ca1ce;
    position: relative;
}
.topbtnBox .item .text2 {
    font-size: 0.2857rem;
    /* margin-top: 0.0536rem; */
    color: #3a4a6c;
    position: relative;
}
.topbtnBox .item .line1 {
    height: 0.0179rem;
    width: 60%;
    background-color: #8ca1ce;
    margin: 0 auto;

    /* margin-left: -50%; */
}
.topbtnBox .item .line1-checked {
    height: 0.0179rem;
    width: 60%;
    background-color: #3a4a6c;
    margin: 0 auto;

    /* margin-left: -50%; */
}
.topbtnBox .item .line2 {
    height: 0.0179rem;
    width: 60%;
    background-color: #8ca1ce;
    margin: 0 auto;

    /* margin-left: -50%; */
}
.topbtnBox .item .line2-checked {
    height: 0.0179rem;
    width: 60%;
    background-color: #3a4a6c;
    margin: 0 auto;

    /* margin-left: -50%; */
}
.topbtnBox .item .line3 {
    height: 0.0179rem;
    width: 30%;
    background-color: #8ca1ce;
    margin: 0 auto;
    /* margin-left: -50%; */
}
.topbtnBox .item .line3-checked {
    height: 0.0179rem;
    width: 30%;
    background-color: #3a4a6c;
    margin: 0 auto;

    /* margin-left: -50%; */
}
.title {
    width: 100%;
    height: 1.5714rem;
    line-height: 1.5714rem;
    background-image: url(/tj/wap/pub-ui/5gzq/images/titlebg_1c161c2.png);
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 0.3571rem;
    font-weight: bold;
    text-align: center;
    color: #003f98;
}
.contentitembox {
    margin: 0 0.3571rem;
    padding: 0.3571rem 0.3571rem 0;
    background-image: url(/tj/wap/pub-ui/5gzq/images/conitembg_539397b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.contentitem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url(/tj/wap/pub-ui/5gzq/images/contentitembg_dcc1cfb.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 0.0893rem;
}
.contentitem img {
    width: 22%;
}
.contentitem .info {
    margin-left: 0.1786rem;
}
.contentitem .info .text1 {
    font-size: 0.3214rem;
    font-weight: bold;
    color: #3a4963;
}
.contentitem .info .text2 {
    font-size: 0.25rem;
    color: #3a4963;
}
.questiontext {
    position: relative;
    font-size: 0.3214rem;
    color: #3a4963;
    padding-left: 0.7143rem;
    font-weight: bold;
    margin-top: 0.3571rem;
}
.questiontext .icon {
    position: absolute;
    width: 0.25rem;
    top: 0.1429rem;
    left: 0.3571rem;
}
.answertext {
    font-size: 0.25rem;
    color: #50607e;
    padding-left: 0.3571rem;
    padding-right: 0.3571rem;
    padding-bottom: 0.3571rem;
}
.bottomtext {
    font-size: 10px;
    color: #7e899c;
    text-align: center;
    padding-bottom: 20px;
    margin-top: 30px;
}
.answerbtn {
    color: #033997;
    text-decoration: underline;
    font-weight: bold;
}
