@charset "utf-8";

/*健康自测-主页*/
.health-test-bg {
    background-image: url(/Public/themes/default/images/gauge/health-test-bg-1.png);
    background-position: center;
    background-repeat: repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    overflow: hidden;
    display: block;
}

.carousel-inner > .item {
    display: block;
}

.selftest-tit {
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    margin: 50px 0 50px;
}

.selftest-tit h2 {
    display: block;
    width: 260px;
    font-size: 22px;
    text-align: center;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -140px;
    margin-top: -15px;
    padding: 0 10px;
}
.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;
    font-weight: 700;
    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: -91px 0;
}

.selftest-cell-pic-bg.icon3 {
    background-position: -181px 0;
}

.selftest-cell-pic-bg.icon4 {
    background-position: -272px 0;
}

.selftest-cell-pic-bg.icon5 {
    background-position: 0 -91px;
}

.selftest-cell-pic-bg.icon6 {
    background-position: -91px -91px;
}

.selftest-cell-pic-bg.icon7 {
    background-position: -181px -91px;
}

.selftest-cell-pic-bg.icon8 {
    background-position: -272px -91px;
}

.selftest-cell-num {
    padding-left: 15px;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    padding-top: 5px;
    display: table;
}

.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: #009983;
    margin: 0 4px;
}

/*健康自测题*/
@media (max-width: 767px) {
    .form-group .matrix .icheckbox_div {
        float: none !important;
    }

    .pprogress-bg {
        bottom: 60px;
        right: 0;
        top: inherit !important;
    }
    .recom-library .recom-library-video .vider-pic{
        height:160px !important;
    }
}

.selftest-cont-bg {
    background: #f6f6f6;
}

.h-st-bg {
    background: #ffffff;
    padding: 0 30px 20px;
    display: block;
    overflow: hidden;
}

.h-st-bg .alignc {
    color: #333;
    font-weight: normal;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 22px;
}

.mtop-div {
    border-bottom: 1px solid #efefef;
}

.question .title, .question .matrix {
    display: block;
    overflow: hidden;
}

.icheckbox_square-blue, .iradio_square-blue {
    display: inline-block;
    float: left;
}

.question .icheckbox_div lable {
    margin-left: 5px;
    line-height: 22px;
    height: 22px;
}

.form-group {
    margin-bottom: 10px;
}

.matrix {
    margin-left: 30px;
}

.form-group .title {
    font-size: 14px;
    font-weight: 700;
    color: #4c4c4c;
    padding-bottom: 3px;
}

.form-group .matrix .icheckbox_div {
    float: left;
    margin: 10px 30px 10px 0;
}

.resultbtn {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
}

.WJButton {
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    background: #009983;
    color: #fff;
    line-height: 38px;
}

.pprogress-bg {
    background: #ffffff;
    padding: 10px;
    position: fixed;
    display: inline-block;
    top: 260px;
    margin-left: -90px;
    text-align: center;
}

.progress {
    width: 15px;
    height: 120px;
    margin: 0 auto;
}

.progress-bar {
    width: 100% !important;
    height: 0;
}

.progress-num {
    font-size: 12px;
}

/*热量查询*/
.nutri-tit {
    background: #EEEEEE;
    min-height: 40px;
    border-bottom: 1px solid #ebeaf0;
}

.nutri-tit .nutri-chose li {
    float: left;
    padding: 0 25px;
    position: relative;
    line-height: 37px;
    height: 39px;
    text-align: center;
}

.nutri-tit .nutri-chose li.active {
    border-bottom: 2px solid #009983;
}

.nutri-tit .nutri-chose li.active a {
    color: #009983;
}

.nutri-tit .nutri-chose li.active a:after {
    content: "";
    border-bottom: 6px solid #009983;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 32px;
    left: 43%;
}

.health-nutrition-bg {
    background-image: url(/Public/themes/default/images/gauge/food_bg_1.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-bottom: 0;
}

.health-nutrition-bg .content {
    margin: 40px auto 0;
}

.content h1 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 0 15px;
}

.content .widget-form {
    position: relative;
    margin-top: 40px;
}

.content .widget-form .iconfont-search2 {
    position: absolute;
    top: 0;
    left: 25px;
    display: block;
    color: #999;
    font-size: 14px;
    z-index: 100;
    line-height: 40px
}

.content .widget-form .input-large {
    padding: 0 30px;
    border-radius: 5px 0 0 5px;
    outline: none;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    border: 1px solid #ffffff;
    position: relative;
}

.content .widget-form .btn-submit {
    font-size: 14px;
    text-align: center;
    color: #fff;
    border: none;
    border-radius: 0 5px 5px 0;
    height: 40px;
    line-height: 40px;
    background: #009983;
}

.widget-group-bar {
    border: 1px solid #e3e3e3;
}

.widget-group-bar h3, .widget-food-list h3 {
    margin: 0;
    padding: 10px;
    font-size: 14px;
    background: #f9f9f9;
    border-bottom: 1px solid #009983;
}

.widget-group-bar .group-list {
    padding: 0 20px;
}

.widget-group-bar .group-list li {
    padding: 0px 0;
    border-top: 1px solid #e3e3e3;
}
.widget-group-bar .group-list li.active a{
    color: #009983;
}
.widget-group-bar .group-list > li:first-child {
    border-top: none;
}

.widget-group-bar .group-list li a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
}

.widget-food-list {
    border: 1px solid #e3e3e3;
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px;
}

.widget-food-list .food-list li {
    float: left;
    padding: 10px;
    height: 70px;
    margin-bottom: 10px;
    border:1px solid #ffffff;
}

.widget-food-list .food-list li.active {
    border: 1px solid #e3e3e3;
}

.widget-food-list .img-box {
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 10px;
}

.widget-food-list .img-box img {
    width: 100%;
    height: 100%;
}

.widget-food-list .text-box {
    line-height: 1;
    display: table-cell;
}

.widget-food-list .text-box h4 {
    font-size: 14px;
    margin: 0 0 8px 0;
    height: 30px;
    line-height: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.widget-food-list .text-box p {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.record-body {
    min-height: 400px;
    position: relative;
    height: auto;
}

.record-body-js {
    overflow:auto ;
    height: 400px;
}
.record-body-js::-webkit-scrollbar {
    width: 6px;
    background-color: #ebebeb;
}
.record-body-js::-webkit-scrollbar-thumb {
    background-color: #999999;
}
.record-body .sporttip {
    height: 40px;
    line-height: 40px;
}
.record-body .sporttip:first-child{
    line-height: normal;
    margin: 8px 0 5px;
}
.sporttip span.unit-box{
    font-size: 14px;
}
.sporttip span{
    font-size: 12px;
    display: block;
}
.record-body .sporttip .col-md-3, .record-body .sporttip .col-md-5, .record-body .sporttip .col-md-1 {
    padding: 0;
}

.record-body .sporttip .limit {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.record-body .sporttip .sporttip-icon {
    color: #009983;
    font-size: 12px;
    line-height: 40px;
    cursor: pointer;
}

.can-result {
    margin-left: 15px;
    padding-top: 10px;
}

.can-result .stress {
    font-weight: bold;
    color: #5A0;
}

.search-input .widget-form {
    position: relative;
}

.search-input .widget-form .iconfont-search2 {
    position: absolute;
    top: 0;
    left: 5px;
    display: block;
    color: #cfcfcf;
    font-size: 14px;
    z-index: 100;
    line-height: 30px
}

.search-input .widget-form .input-large {
    padding-left: 20px;
    outline: none;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e3e3e3;
    position: relative;
    width: 100%;
}
.search-input button{
    position: absolute;
    top:0;
    right:0;
    height:30px;
    line-height:30px;
    background: #e3e3e3;
    padding:0 5px;
    border:0;
}
.record-body .sporttip .unit {
    position: relative;
}

.record-body .sporttip .pop-oper {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 36px;
    left: 30px;
    left: 30px;
    padding: 10px;
    background: #f8f8f9;
    border: 1px solid #e3e3e3;
}

.pop-oper p {
    margin: 0px;
    height: 30px;
    line-height: 30px;
    display: block;
    overflow: auto;
}

.pop-oper .form-text {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #e4e4e4;
    margin-top: -3px;
}
 .pop-oper .plus,  .pop-oper .reduce {
    display: inline-block;
    width: 20px;
    height: 20px;
     line-height: 20px;
    border-radius: 50%;
     color: #999;
     background: #e4e4e4;
     font-size: 12px;
}

@media (max-width: 768px) {
    .nutri-tit .nutri-chose li{
        padding: 0 0px;
        width: 50%;
    }
    
}
/*测试报告结果*/
.report-results {
    padding:0;
}
.report-results .mtop-div{
    padding: 0 30px;
}
.report-results .mtop-div p{
    line-height: 23px;
}
.report-results .problem {
    padding: 20px 20px 15px 20px;
    background: #f8fefe;
    border: 1px #f6f5f5 solid;
    display: block;
    overflow: hidden;
}
.report-results .problem h4{
    height: 40px;
    text-align: center;
}
.report-results .problem .cont_other{
    padding-top: 15px;
    float: right;
    color: #999;
    margin: 0px auto;
    height: auto;
    overflow: hidden;
    font-size:12px;
}
.product-recom{
    background: #fff;
    padding-top:20px;
}
.product-recom, .product-recom .zept-t{
    display: block;
    overflow: hidden;
}
.product-recom .zept-t h3{
    float: left;
    display: block;
    margin:0;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 3px;
    border-left: 3px solid #009983;
    padding-left:10px;
    position: relative;
}
.zept-t .zept-tj-but {
    float: right;
}
.product-recom .zept-tj-but a {
    display: inline-block;
    zoom: 1;
    font-size: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}
.product-recom .zept-tj-but .zept-tj-butL {
    background-color: #009983;
    color: #f1f1f1;
}
.product-recom .zept-tj-but .zept-tj-butR {
    background-color: #f1f1f1;
    color: #009983;
}
.goods-recom {
    border: 1px dashed #eee;
    text-align: center;
    background: #ffffff;
    margin:20px 0;
}
.goods-recom:not(:first-child){
    margin-right: -1px ;
}
.goods-recom:hover{
    border:1px solid #009983;
    z-index: 2;
}
.goods-recom .sk_item_pic {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 9px 0;
}
.goods-recom img {
    width: 100%;
    height: auto;
    width: 100% \9;
}
.goods-recom .sk_item_name {
    color: #666;
    display: block;
    max-width: 100%;
    _width: 100%;
    overflow: hidden;
    text-align: left;
    height: 40px;
    line-height: 20px;
    word-wrap: break-word;
    word-break: break-all;
    margin-top: 10px;
    margin-bottom: 0;
}
.goods-recom .sk_item_price {
    height: 25px;
    color: #e4393c;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 25px;
    font-family: Verdana, Geneva, sans-serif,"SimHei", Arial;
    margin: 0 0 5px;
}
.zept-tcp-more {
    padding-bottom:20px;
    text-align: center;
    display: block;
    overflow: hidden;
}
.zept-tcp-more a {
    height: 38px;
    display: inline-block;
    line-height: 38px;
    border: 1px solid #f0f0f0;
    text-align: center;
    background: #fafafa;
    color: #999;
    padding: 0 50px;
}
.zept-tcp-more a:hover{
    background: #f5f5f5;
}
.recom-library{
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding-top:20px;
}
.recom-library h3{
    display: block;
    margin:0;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-left: 3px solid #009983;
    padding-left:10px;
    position: relative;
    margin:6px 0;
}
.recom-library .recom-library-essay, .recom-library .recom-library-video{
    margin-top:10px;
}
.owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.recom-library .recom-library-essay ul li{
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.recom-library .recom-library-essay ul li a:hover{
    color: #009983;
    text-decoration: underline;
}
.recom-library .recom-library-video{
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
}
.recom-library .recom-library-video ul li{
    position: relative;
    display: block;
    overflow: hidden;
}
.recom-library .recom-library-video .vider-pic {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height:330px;
}
.recom-library .recom-library-video .vider-pic img{
    width: 100%;
    height: auto;
}
.recom-library .recom-library-video .wrapper-listTitle{
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom:0;
    width: 100%;
}
.recom-library .recom-library-video .wrapper-listTitle p{
    margin: 0;
}
.owl-buttons div {
    display: inline-block;
    zoom: 1;
    padding: 4px 5px;
    font-size: 14px;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    background-color: #e84c3d;
    color: #f1f1f1;
}
.owl-prev {
    left: 0;
}
.owl-next {
    left: auto;
    right: 0;
}