/* 预约报名弹框样式调整 及 局部更新调整 */
.booking-select {
    position: relative;
    height: 36px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    ;
    cursor: pointer;
    box-sizing: border-box;
}
.booking-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    border-top: 5px solid #e9e9e9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.booking-select .select_text {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #b0b0b0;
}
.introduction_listS .booking-select .select_text {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC-Regular;
    color: #e9e9e9;
}
.select_ul {
    z-index: 9;
    max-height: 192px;
    overflow: auto;
    width: 100%;
    display: none;
    position: absolute;
    top: 40px;
    left: 0px;
    /* width: 134px; */
    /* min-width: 134px; */
    /* border: 1px solid #D4D4D4; */
    /* border-bottom-right-radius: 3px; */
    /* border-bottom-left-radius: 3px; */
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 16px 32px 0px rgb(171 179 194 / 24%);
}
.select_ul li {
    line-height: 32px;
    font-size: 14px;
    padding: 0 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: LEFT;
}
.select_ul li:hover {
    color: #9598a2;
    background: #f0f0f0;
}
#somedialog .select_text.inc {
    color: #101010 !important;
}
.select_text.inc {
    color: #fff !important;
}
.select_ul li.cur {
    color: #101010;
}
.booking-select-city-2{
    width: 47.6% !important;
}
#TaskContent strong {
    font: bold;
    font-weight: bold;
}

em {
    font-style: italic
}

.mainContain-main-main li {
    list-style: revert;
}

.mainContain-main-main ul,
.mainContain-main-main ol {
    list-style-type: revert;
}

.mainContain-main-mianze>p {
    font-size: 13px;
    color: #979797;
    padding: 20px 30px;
    line-height: 26px;
}

.mainContain-main-main .mainContain-main-main-p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 2;
}

.mainContain-main-main img {
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}
.mainContain-main-main .swiper-box .swiper-container{
    max-width: 740px;
}
/* .mainContain-main-main .swiper-box .swiper-container .swiper-slide{
    width: 770px!important;
} */
.mainContain-main-main .swiper-box img{
    max-width: 100%;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}