/* 筛选条件 */

.screening {
    width: 1152px;
    background-color: #fff;
    padding: 6px 24px 6px;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(231, 231, 231, 0.5);
}

.screening label {
    width: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #424242;
}

.screening .title {
    padding: 24px 0;
}

.screening .title h6 {
    font-size: 20px;
    font-weight: 600;
    color: #424242;
}

.screening div {
    padding: 24px 0 14px 0;
    border-bottom: 1px solid #F5F5F5;
}

.screening div.blank-prompt {
    padding: 0;
    border: none;
    height: 0px;
}

.screening .search label {
    height: 34px;
    line-height: 34px;
}

.screening .search input {
    width: 194px;
    height: 32px;
    width: 260px;
    padding: 0 10px;
    background: #FFFFFF;
    border-radius: 4px 0 0 4px;
    border: 1px solid #EBEBEB;
    /* border-right: none; */
}

.screening .search a {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 34px;
    background: #4AAF75;
    border-radius: 0 4px 4px 0;
}

.screening .search a i {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -moz-transform: translate(-50%, -50%);
    /* Firefox */
    -webkit-transform: translate(-50%, -50%);
    /* Safari 和 Chrome */
    -o-transform: translate(-50%, -50%);
    /* Opera */
    width: 14px;
    height: 14px;
    background: url(../img/common/search_w.png) no-repeat;
    background-size: 100%;
}

.screening div:last-child {
    border-bottom: none;
}

.screening ul {
    width: 950px;
    height: 36px;
    overflow: hidden;
}

.screening li {
    float: left;
    margin-right: 12px;
    margin-bottom: 10px;
}

.screening li a {
    overflow: hidden;
    display: inline-block;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #F5F5F7;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #5b626b;
}

.screening li a:hover {
    color: #FFFFFF;
    background: #4AAF75;
}

.screening .li a {
    color: #FFFFFF;
    background: #4AAF75;
}

.screening p:hover span {
    color: #4AAF75;
}

.screening p:hover i {
    background-color: #4AAF75;
    border-color: #4AAF75;
}

.screening p.more:hover i::before {
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.screening p.up:hover i::before {
    border-top-color: #fff;
    border-left-color: #fff;
}

.screening p {
    height: 36px;
    line-height: 26px;
    cursor: pointer;
}

.screening p span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
}

.screening p i {
    position: relative;
    float: left;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 4px;
    border: 1px solid #D9D9D9;
}

.screening p.more i::before {
    position: relative;
    top: -9px;
    left: 4px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid #999999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
}

.screening p.up i::before {
    position: relative;
    top: -5px;
    left: 4px;
    content: " ";
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid #999999;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
}

.substance {
    background-color: #fff;
    margin-top: 24px;
}


/* 体检方案样式 */

.recommended .title {
    line-height: 30px;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-right: 4px;
}

.recommended .title p {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
}

.recommended .title div {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.recommended .title div strong {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-right: 22px;
}

.recommended .title i.fatj {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: text-top;
    background: url(../img/common/fatj_l.png) center center no-repeat;
    background-size: 80%;
}

.recommended .title div span {
    height: 20px;
    padding: 1px 15px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E4E4E4;
    font-size: 12px;
    font-weight: 400;
    color: #424242;
    margin-right: 10px;
    cursor: pointer;
}

.recommended li {
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    width: 282px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
}

.recommended li:hover {
    border: 1px solid #4AAF75;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    /* IE 9 */
    -moz-transform: translate(0, -5px);
    /* Firefox */
    -webkit-transform: translate(0, -5px);
    /* Safari 和 Chrome */
    -o-transform: translate(0, -5px);
    /* Opera */
}

.recommended li:nth-child(4n+4) {
    margin-right: 0;
}

.recommended li h6 {
    padding: 16px 20px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.recommended li .detail .scheme_hos {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 13px;
    background: url(../img/common/scheme_hos.png) center center no-repeat;
    background-size: 100%;
}

.recommended li .detail .scheme_age {
    display: inline-block;
    /* vertical-align: middle; */
    width: 13px;
    height: 11px;
    background: url(../img/common/scheme_age.png) center center no-repeat;
    background-size: 100%;
}

.recommended li .detail .scheme_pop {
    display: inline-block;
    /* vertical-align: middle; */
    width: 12px;
    height: 13px;
    background: url(../img/common/scheme_pop.png) center center no-repeat;
    background-size: 100%;
}

.recommended li .detail .scheme_map {
    display: inline-block;
    /* vertical-align: middle; */
    width: 11px;
    height: 14px;
    background: url(../img/common/scheme_map.png) center center no-repeat;
    background-size: 100%;
}

.recommended li .detail {
    padding: 19px 14px 12px;
}

.recommended li .detail p {
    margin-bottom: 10px;
}

.recommended li .detail span {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.recommended li .detail strong {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
}

.recommended li .price {
    padding: 0 15px;
}

.recommended li .price span {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
}

.recommended li .price i {
    font-size: 12px;
    font-weight: 400;
    color: #FF3A00;
}

.recommended li .price strong {
    font-size: 18px;
    font-weight: 600;
    color: #FF3A00;
}


/* 体检套餐样式 */

.packages ul {
    padding-top: 23px;
}

.packages li {
    float: left;
    width: 282px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #E8E8E8;
    padding-bottom: 14px;
    margin-right: 21px;
    margin-bottom: 20px;
}

.packages li:nth-child(4n+4) {
    margin-right: 0;
}

.packages li .div {
    padding: 0 12px;
}

.packages li img {
    border-radius: 4px;
    width: 100%;
}

.packages li .pic-num {
    margin-top: 10px;
}

.packages>h6 {
    margin-top: 24px;
}

.packages li .pic-num .pic {
    font-size: 12px;
    font-weight: 400;
    color: #FF3A00;
}

.packages li .pic-num .pic strong {
    font-size: 18px;
    font-weight: 600;
    color: #FF3A00;
}

.packages li .pic-num .num {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.packages li .div h6 {
    font-size: 14px;
    font-weight: 500;
    color: #424242;
    margin-top: 8px;
}

.packages li .hos-rank {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}


/* 底部分页 */

.pageFooter {
    text-align: center;
}

.pageFooter .record {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
}

.pageFooter .record span {
    color: #4AAF75;
}

.pageFooter p {
    display: inline-block;
    text-align: center;
}

.pageFooter .page {
    margin: 0 20px;
}

.pageFooter .page a {
    text-align: center;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EBECEE;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
}

.pageFooter .page .a {
    background: #4AAF75;
    border: 1px solid #4AAF75;
    color: #FFFFFF;
}

.pageFooter .entry input {
    text-align: center;
    display: inline-block;
    width: 8px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #EBECEE;
    font-size: 14px;
    font-weight: 400;
    color: #424242;
}

.pageFooter .entry {
    font-size: 12px;
    font-weight: 400;
    color: #424242;
}