@charset "utf-8";

/*横幅广告*/
.banner-1{
    background-image: url("/Public/themes/default/images/gauge/health-test-bg-1.png");
    background-position: center;
    background-repeat: no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner-2{
    background-image: url('/Public/themes/default/images/gauge/health-test-bg-2.png');
    background-position: center;
    background-repeat: no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner-3{
    background-image: url('/Public/themes/default/images/gauge/health-test-bg-3.png');
    background-position: center;
    background-repeat: repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
}

.carousel-indicators li {
    border: 1px solid #cb111b;
}

.carousel-indicators .active {
    background-color: #cb111b
}

/*自助健康检测*/
.self-health-t {
    margin: 30px 0;
}

.self-health-t .hanyu {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
}

.self-health-t .inf {
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #434343;
    font-size: 16px;
}

.self-health-t .bottom-line {
    border-bottom: 2px solid #cb111b;
}

.tool-12-tit {
    margin-top: 20px;
    font-weight: 300;
    position: relative;
    line-height: 38px;
    padding-bottom: 35px;
}

.tool-12-tit h4 {
    height: 20px;
    margin: 0px 10px 0px 0px;
    border-bottom: #ddd 1px solid;
    position: relative;
    font-size: 24px;
    font-weight: 300;
}

.tool-12-tit h4 em {
    background-color: #fff;
    display: block;
    font-style: normal;
    top: 3px;
    position: absolute;
    right: 0px;
    padding: 0px 5px;
}

.tool-12-tit h4 em a {
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
}

.tool-12-tit h4 em a:hover {
    color: #cb111b;
}

.tool-12-tit span {
    height: 38px;
    line-height: 38px;
    display: block;
    width: 230px;
    font-size: 22px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -125px;
}

.com-cell{
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.com-cell h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 10px 0 10px;
}

.com-cell .tzzs {
    margin: 5px 0;
    padding: 0px 10px;
    display: block;
    overflow: hidden;
}

.com-cell-pic-bg {
    width: 100px;
    height: 100px;
    text-align: center;
    float: left;
}

.com-cell-num {
    padding-left: 15px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 8px;
    height:96px;
}

.com-cell p {
    font-size: 12px;
    color: #888888;
    line-height: 24px;
    display: block;
    background-color: #f0f0f0;
    width: 100%;
    text-indent: 10px;
    margin: 0;
}

.com-cell p font {
    color: #cb111b;
    margin: 0 4px;
}

.selftest-cell {
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.selftest-cell h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 10px 10px 0 10px;
}

.selftest-cell .tzzs {
    margin: 15px 0;
    padding: 0px 10px;
    display: block;
    overflow: hidden;
}

.selftest-cell-pic-bg {
    width: 76px;
    height: 76px;
    background: url("/Public/themes/default/images/gauge/health-selftest.png") no-repeat;
    text-align: center;
    float: left;
}

.selftest-cell-pic-bg.icon1 {
    background-position: 0 0;
}

.selftest-cell-pic-bg.icon2 {
    background-position: -89px 0;
}

.selftest-cell-pic-bg.icon3 {
    background-position: -178px 0;
}

.selftest-cell-pic-bg.icon4 {
    background-position: -266px 0;
}

.selftest-cell-pic-bg.icon5 {
    background-position: -354px 0;
}

.selftest-cell-pic-bg.icon6 {
    background-position: 0 -91px;
}

.selftest-cell-pic-bg.icon7 {
    background-position: -89px -91px;
}

.selftest-cell-pic-bg.icon8 {
    background-position: -177px -91px;
}

.selftest-cell-pic-bg.icon9 {
    background-position: -266px -91px;
}
.selftest-cell-pic-bg.icon-gz {
    background-position: -354px -91px;
}
.selftest-cell-num {
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 8px;
    height:48px;
}

.selftest-cell p {
    font-size: 12px;
    color: #888888;
    line-height: 24px;
    display: block;
    background-color: #f0f0f0;
    width: 100%;
    text-indent: 115px;
    margin: 0;
}

.selftest-cell p font {
    color: #cb111b;
    margin: 0 4px;
}

@media (max-width: 767px) {
    .selftest-tit h2 {
        margin-left: -130px;
    }
}

/*健康管理互动*/
.jkglhd {
    background: url("/Public/themes/default/images/gauge/jkhdgl.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    color: #ffffff;
    padding-bottom: 20px;
}

.jkglhd .inf {
    color: #ffffff;;
}

.self-health-list {

}

.self-health-list i {
    width: 80px;
    height: 80px;
    background: #fff url(/Public/themes/default/images/gauge/jkglhd.png) no-repeat;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    display: inline-block;
}

.self-health-list em {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.self-health-list i.M-InIcon1 {
    background-position: 0px 0px;
}

.self-health-list i.M-InIcon2 {
    background-position: -84px 0px;
}

.self-health-list i.M-InIcon3 {
    background-position: -168px 0px;
}

.self-health-list i.M-InIcon4 {
    background-position: -252px 0px;
}

.self-health-list i.M-InIcon5 {
    background-position: -336px 0px;
}

.self-health-list i.M-InIcon6 {
    background-position: -420px 0px;
}

/*服务机构选择与商城*/
.self-health-t-m {
    margin-bottom: 0px;
}

.subhead {
    font-size: 18px;
    margin: 20px 0;
    height: 24px;
    line-height: 24px;
}

.subhead .more {
    float: right;
    font-size: 12px;
    color: #999999;
}

.aewbg {
    margin-bottom: 10px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #dddddd;
}

.aewbg a:hover {
    text-decoration: none;
}

.aewbg:hover {
    border: 1px solid #cb111b;
}

.health-experts-more a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border: 1px solid #e6e6e6;
    color: #999999;
    text-align: center;
    padding: 0 50px;
}

.slogan {
    background: #f8f8f9;
    margin-top: 30px;
    padding: 20px 0;
}

.slogan p {
    font-size: 30px;
    line-height: 50px;
}

@media (max-width: 768px) {
    .slogan p {
        font-size: 16px;
        line-height: 26px;
    }

    .btn-more button {
        font-size: 20px !important;

    }
}

.btn-more button {
    text-align: center;
    background: #cb111b;
    color: #ffffff;
    width: 100%;
    padding: 7px 0px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 50px;
    font-size: 36px;
    -webkit-box-shadow: 0px 9px 0px 0px #037e6c;
    -moz-box-shadow: 0px 9px 0px 0px #037e6c;
    box-shadow: 0px 9px 0px 0px #037e6c;
    border: none;
}

.caption-left {
    text-align: left;
    height: 40px;
    line-height: 20px;
    margin-bottom: 0;
}

.list-unstyled li {
    height: 36px;
    color: #333333;
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    line-height: 36px;
    text-overflow: ellipsis;
}

.list-unstyled li span {
    color: #999;
    margin-right: 10px;
}

.news_content p {
    line-height: 28px;
    text-indent: 2em;
    margin: 0;
}

.preview {
    margin-top: 30px;
    margin-bottom: 30px;
}

.preview a {
    padding: 10px 0;
    border: 1px solid #cb111b;
    text-align: center;
    font-size: 20px;
    display: block;
    border-radius: 50px;
}

.preview a:hover {
    background: #cb111b;
    color: #ffffff;
}

/*健康工具列表*/
@media (max-width: 767px){
    .gauge-list-search .gl-wrap  .gl-key{
        width: 100%;
        height: 36px;
        line-height: 36px;
        float: inherit;
    }
}
.gauge-list-search .gl-wrap{
    border-bottom: 1px dotted #e6e6e6;
    position: relative;
}
.pt10{
    padding-top: 10px;
}
.gl-value-list .gl-wrap ul {
    display: block;
    overflow: hidden;
}
.gauge-list-search .gl-key {
    float: left;
    width: 100px;
    line-height: 24px;
}
.gl-value-list{
    display: table;
}
.gauge-list-search .gl-wrap .gl-value-list ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 7px;
    line-height: 24px;
    padding: 0 10px;
}
.gauge-list-search .gl-value-list ul li.active, .gauge-list-search .gl-value-list ul li:hover  {
    background: #cb111b;
    display: block;
}
.gauge-list-search .gl-value-list ul li.active a, .gauge-list-search .gl-value-list ul li a:hover, .gauge-list-search .gl-value-list ul li:hover a {
    color: #ffffff;
}
.gl-search-cond{
    display: block;
    position: relative;
    overflow: hidden;
}
.gl-search-cond .iconfont-search {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    color: #cfcfcf;
    font-size: 14px;
    z-index: 100;
    line-height: 30px;
}
.gl-search-cond .gl-search-cond-text {
    padding-left: 20px;
    outline: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e8e8e8;
    position: relative;
    width: 280px;
}
.gl-search-cond .gl-search-cond-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    background: #fbfbfb;
    padding: 0 5px;
    border: 1px solid #e8e8e8;
}
.course-category-nav {
    border-bottom: 1px solid #dedede;
    margin-bottom: 10px;
}
 .course-category-nav > a {
    width: 90px;
    display: inline-block;
    text-align: center;
    border-bottom: 2px solid transparent;
    padding-bottom: 11px;
}
 .course-category-nav > a.current{
    border-bottom-color: #cb111b;
    color: #cb111b;
    font-weight: bold;
}
.gauge-resl .glr ul li{
    padding:15px 0;
    border-bottom:1px dashed #e1e1e1;
}
.gauge-resl .glr ul li  .tit{
     height: 30px;
     line-height: 30px;
     display: block;
 }
.gauge-resl .glr ul li  .content-left{
    margin-left:160px;
    min-height: 150px;
}
.gauge-resl .glr ul li  .tit .fl-l{
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}
.gauge-resl .glr ul li  .tit .fl-l .ml{
    margin-right: 10px;
}
.gauge-resl .glr ul li  .tit .fl-r{
    float: right;
    font-size: 12px;
    color: #888888;
}
.gauge-resl .glr ul li  .tit .fl-r font {
    color: #cb111b;
    margin: 0 4px;
}
.gauge-resl .glr ul li p{
    width: 100%;
    margin: 0;
    font-size:12px;
    color: #999;
    line-height: 20px;
    max-height: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -moz-box;
    display: -moz-box;
    -moz-line-clamp: 5;
}
ul.frank_ul li {
    height: auto;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 18px;
}
ul.frank_ul li .num {
    float: left;
    width: 22px;
    text-align: center;
    margin-right: 5px;
}
ul.frank_ul li .num.num-f{
    background: #f54343;
    color: #ffffff;
}
.frank_ul .left {
    display: block;
    overflow: hidden;
}
.frank_ul .left-m{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.frank_ul .left-m a:hover{
    color: #cb111b;
}
.frank_ul .left p {
    float: left;
}
.frank_ul .left p img {
      width: 75px;
      height: 60px;
      border: 1px #e4e4e4 solid;
  }
.frank_ul .left strong {
    height: 25px;
    padding-left: 8px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.frank_ul .left span {
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    padding-left: 8px;
    display: block;
    font-size: 12px;
}

