/* 公共的样式： */
.ymctl_position a:first-child {
    color: #9c9c9c;
}

.ymctl_position {
    border-bottom: 1px solid #eeeeee;
}

.ymctl_position {
    color: #9c9c9c;
    padding: 0.7em 0;
    font-size: 0.95em;
    border-top: 1px solid #eeeeee;
    padding-left: 0.3125rem;
}

.ymctl_container {
    min-width: 320px;
    max-width: 1200px;
    margin: 0 auto;
}

/* 1.口腔项目 */
.ymctl_xm_con.ymctl_container .ymctl_xm_title {
    width: 100%;
    background: #eeeeee;
    text-align: center;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    text-align: center;
}

.ymctl_xm_con table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: auto;
    width: 100%;
}

.ymctl_xm_con table td {
    background-color: #fff;
    font-size: 14px !important;
}

.ymctl_xm_con table a {
    color: #333;
}

.ymctl_xm_con table .ymctl_block {
    display: block;
}

.ymctl_xm_con table .ymctl_f20px {
    font-size: 20px !important;
}

.ymctl_xm_con .ymctl_mt10px {
    margin-top: 10px;
}

.ymctl_xm_con table th {
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    text-align: center;
    background-color: #EEE;
}

.ymctl_xm_con table th.ymctl_l-star {
    width: 124px;
}

.ymctl_xm_con table tr {
    border: 1px #eee solid;
    line-height: 52px;
}

.ymctl_xm_con table td {
    border: 1px #eee solid;
}

.ymctl_xm_con .ymctl_l-star {
    width: 123px;
}

.ymctl_xm_con .l-eye {
    width: 40px;
    height: 22px;
    background-position: 0 0;
}

.ymctl_xm_con .l-second {
    width: 130px;
    background-color: #F9F9F9;
}

.ymctl_xm_con .ymctl_l-three {
    width: 943px;
    padding-left: 18px;
}

.ymctl_xm_con .ymctl_l-three a {
    float: left;
    margin-right: 45px;
    line-height: 52px;
}

.ymctl_xm_con .l-nose {
    width: 40px;
    height: 30px;
    background-position: 0 -30px;
}

/* 2.医院列表 */
/* ------------------ */
.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_tit {
    font-size: 19px;
    color: #02d3ec;
    padding: 10px 0;
    border-bottom: 2px solid #888;
    font-weight: 600;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item {
    display: flex;
    margin: 15px 0;
    font-size: 16px;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_img_box {
    width: 20%;
    height: 130px;
    flex-shrink: 0;
    margin-right: 20px;
    /* border: 1px solid red; */
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info h3 {
    font-weight: 500;
    font-size: 17px;
    margin-bottom: 10px;
    color: #2c2b2b;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info .ymctl_desc {
    margin-bottom: 15px;
    font-size: 0.9em;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info .ymctl_price_con {
    display: flex;
    align-items: center;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info .ymctl_price_con .ymctl_price {
    color: red;
    font-weight: 600;
    font-size: 25px;
    margin-right: 5px;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info .ymctl_price_con .ymctl_old_price {
    text-decoration: line-through;
}

.ymctl_xm_con .ymctl_xm_list_con .ymctl_list_con .ymctl_list_item .ymctl_item_info .ymctl_time {
    text-align: right;
}

.ymctl_oralProject {
    margin: 5px 0;
    /* text-align: left !important; */
}