/*新版知识详情页样式*/
.container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}
.knowledge-wrap {
    padding-bottom: 50px;
    overflow-x: hidden;
}
article {
    overflow: hidden;
}
article p a {
    color: #2EC6CA;
}
.author-and-num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    margin: 10px 16px 0 16px;
    font-size: 12px;
    color: #7f7f7f;
}
.author-and-num dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 5px;
    word-wrap: break-word;
    word-break: break-all;
}
.author-and-num dd {
    position: relative;
    padding-left: 20px;
}
.author-and-num dd:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 16px;
    height: 12px;
    background: url('/img/mobile/knowledge/icon1.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.content-guide {
    padding: 0 0 0 10px;
    margin-top: 15px;
    font-size: 16px;
    color: #7f7f7f;
    border-left: 5px solid rgba(76, 204, 207, 0.2);
}
.content-guide h4 {
    display: none;
}
.content-conclusion {
    position: relative;
    padding: 10px 0;
    margin-top: 15px;
    border: solid 1px rgba(0, 0, 0, 0.18);
}
.content-conclusion:before, .content-conclusion:after {
    position: absolute;
    top: 1px;
    z-index: 2;
    width: 50px;
    height: 50px;
    content: '';
}
.content-conclusion:before {
    left: 1px;
    background: url('/img/mobile/knowledge/icon2.png') no-repeat;
    background-size: 100% 100%;
}
.content-conclusion:after {
    right: 1px;
    background: url('/img/mobile/knowledge/icon3.png') no-repeat;
    background-size: 100% 100%;
}
.content-conclusion h3 {
    position: relative;
    height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #4ccccf;
    text-align: center;
}
.content-conclusion h3:before, .content-conclusion h3:after {
    position: absolute;
    top: 8px;
    left: 50%;
    z-index: 2;
    width: 25px;
    height: 5px;
    content: '';
}
.content-conclusion h3:before {
    margin-left: -75px;
    background: url('/img/mobile/knowledge/icon4.png') no-repeat;
    background-size: 100% 100%;
}
.content-conclusion h3:after {
    margin-left: 50px;
    background: url('/img/mobile/knowledge/icon5.png') no-repeat;
    background-size: 100% 100%;
}
.content-conclusion p {
    padding: 0 20px;
    margin-top: 0;
    font-size: 15px;
    color: #7f7f7f;
    line-height: 1.8;
}
.content-speak {
    margin: 15px 16px 0 0;
    text-align: justify;
}
.speak-h3 {
    position: relative;
    padding: 0 5px 0 22px;
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #2ec6ca;
}
.speak-h3:before {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    width: 17px;
    height: 17px;
    background: url('/img/mobile/knowledge/icon6.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.speak-h3:after {
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 2;
    width: 1px;
    height: 15px;
    background: url('/img/mobile/knowledge/icon7.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.speak-h4 {
    font-size: 18px;
    font-weight: bold;
    color: #2e2e2e;
}
.content-audio {
    margin-top: 15px;
}
.content-audio h3, .content-video h3 {
    display: none;
}
.content-audio p {
    margin-top: 10px;
    color: #7f7f7f;
}
.audio-box {
    height: 52px;
    padding-top: 40px;
    border: solid 1px #2ec6ca;
    border-radius: 2px;
}
.audio-box .audio-outer {
    position: relative;
    height: 52px;
    background: #2ec6ca;
}
.audio-box .audio-outer:before {
    position: absolute;
    top: -27px;
    left: 15px;
    z-index: 2;
    width: 52px;
    height: 34px;
    background: url('/img/mobile/knowledge/audio-icon2.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.audio-box .audio-progress, .audio-box .audio-inner {
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
.audio-box .audio-progress {
    position: relative;
    width: 50%;
    height: 2px;
    margin: 23px 0 0 10px; 
    background: #d1f1f3;
    border-radius: 3px;
}
.audio-box .audio-progress span.progress {
    position: absolute;
    display: inline-block;
    width: 0%;
    height: 100%;
    font-size: 0;
    line-height: 0;
    background: #7cdcde;
}
.audio-box .audio-progress span.progress:before {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: url('/img/mobile/knowledge/audio-icon1.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.audio-box .audio-inner {
    position: relative;
    width: 45%;
}
.audio-box .audio-inner span {
    position: absolute;
    z-index: 2;
}
.audio-box .audio-inner span.duration {
    top: 10px;
    left: 5px;
    width: 50px;
    height: 27px;
    font-size: 12px;
    line-height: 27px;
    color: #fff;
}
.audio-box .audio-inner span.audio-btn {
    top: -26px;
    left: 50%;
    width: 52px;
    height: 52px;
    margin-left: -10px;
    background: url('/img/mobile/knowledge/audio-play.png') no-repeat;
    background-size: 100% 100%;
}
.audio-box .audio-inner span.playing {
    background: url('/img/mobile/knowledge/audio-pause.png') no-repeat;
    background-size: 100% 100%;
}
.audio-box .audio-inner span.audio-loading {
    top: -1px;
    left: 12px;
    display: none;
    font-size: 12px;
    color: #fff;
}
.audio-box .audio-inner span.audio-loading.show {
    display: block;
}
.content-audio .audio-url {
    display: none;
}
.content-video {
    margin-top: 15px;
}
.content-video .video-box {
    position: relative;
    display: block;
}
.content-video .video-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url('/img/mobile/knowledge/video-play.png') no-repeat;
    background-size: 100% 100%;
}
.content-video .video-box img {
    width: 100%;
    height: auto;
}
.content-video p {
    margin-top: 10px;
    font-size: 14px;
    color: #7f7f7f;
}
.content-img {
    margin-top: 15px;
}
.content-img .img-box {
    position: relative;
}
.content-img img {
    width: 100%;
    height: auto;
}
.content-img .img-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38px;
    background-color: rgba(0, 0, 0, 0.16);
}
.content-img .img-layer a {
    display: block;
    height: 38px;
    overflow: hidden;
    zoom: 1;
    font-size: 15px;
    color: #fff;
    line-height: 38px;
}
.content-img .img-layer .jump {
    position: relative;
    float: right;
    padding-right: 10px;
    margin-right: 12px;
}
.content-img .img-layer a .timeline-id {
    display: none;
}
.content-img .img-layer .jump:before {
    position: absolute;
    top: 13px;
    right: 0;
    z-index: 2;
    width: 6px;
    height: 12px;
    background: url('/img/mobile/knowledge/arrow.png') no-repeat;
    background-size: 100% 100%;
    content: ''; 
}
.content-img .img-layer.a-jump a {
    padding-right: 25px;
    text-align: right;
}
.content-img .img-layer.a-jump a:before {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 2;
    width: 6px;
    height: 12px;
    background: url('/img/mobile/knowledge/arrow.png') no-repeat;
    background-size: 100% 100%;
    content: ''; 
}
.content-img .img-layer a .timeline-info {
    position: relative;
    padding-left: 42px;
}
.content-img .img-layer a .timeline-info:before {
    position: absolute;
    top: 6px;
    left: 12px;
    z-index: 2;
    width: 26px;
    height: 26px;
    background: url('/img/mobile/knowledge/timeline-icon.png') no-repeat;
    background-size: 100% 100%;
    content: ''; 
}
.content-img p {
    word-wrap: break-word;
    word-break: break-all;
}
h2 {
    font-size: 18px;
    color: #2e2e2e;
    font-weight: bold;
}
/*宝宝发育板块的详情页 头部百分比样式*/
#percentage {
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    */
    display: none;
    margin: 15px 6px 10px;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 3px;
}
#percentage span {
    float: left;
    padding: 15px 0;
    width: 50%;
    min-width: 25%;
    font-size: 14px;
    color: #27aeaa;
    text-align: center;
    /*
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    */
}
#percentage >:first-child {
    border-radius: 3px 0 0 3px;
}
#percentage >:last-child {
    float: right;
    border-radius: 0 3px 3px 0;
}
#percentage span.checked {
    /*
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    */
    color: #fff;
    background: #49c9c9;
}
.encyclopedia-keyword {
    color: #46d0db;
}
.dialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
}
.dialog-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.dialog-wrap {
    position: fixed;
    top: 50%;
    left: 10%;
    z-index: 1000;
    width: 80%; 
    margin-top: -100px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
}
.dialog-wrap dl {
    padding: 20px 20px 0 20px;
}
.dialog-wrap dt.title {
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #46d0db;
}
.dialog-wrap dd.content {
    height: 80px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #656565;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}
.dialog-wrap .go-encyclopedia {
    width: 100%;
    height: 50px;
    color: #989898;
    line-height: 50px;
    text-align: center;
    background: #f3f3f3;
}
.title {
    font-size: 22px;
}
.pregnancy-app .title {
    margin: 0;
    font-size: 14px; 
}
/*原创样式*/
.original-title{
    margin: 72px 16px 22px 16px;
    line-height: 1.5;
    font-size: 22px;
    font-weight: bold;
    color: #181818;
}
.column-info {
    margin: 20px 16px;
    font-size: 14px;
    color: #888;
    line-height: 1.0;
}
.column-info dt {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 2px 0;
    margin-right: 5px;
    word-wrap: break-word;
    word-break: break-all;
    border-radius: 4px;
    border: solid 1px #dbdbdb;
}
.column-info dt span {
    display: inline-block;
    padding: 0 7px;
}
.column-info dt span:first-child {
    padding-right: 5px;
}
.column-info dt span:last-child {
    position: relative;
    padding-left: 5px;
}
.column-info dt span:last-child:before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    width: 1px;
    height: 12px;
    margin-top: -7px;
    background: #888;
    content: '';
}
.column-info dd {
    position: relative;
    float: right;
    padding-left: 20px;
    line-height: 22px;
}
.column-info dd:before {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 2;
    width: 16px;
    height: 12px;
    background: url('/img/mobile/knowledge/icon1.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.switch1 {
    position: relative;
    display: none;
    padding-top: 47px;
    margin: -63px 0 10px 0;
    font-size: 18px;
    color: #49C9C9;
    letter-spacing: 0;
    text-align: center;
    background-image: linear-gradient(-179deg, rgba(255,255,255,0.40) 1%, #FFFFFF 83%);
}
.switch1:before {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 2;
    width: 16px;
    height: 8px;
    margin-left: 42px;
    background: url('/img/mobile/knowledge/arrow1.png') no-repeat;
    background-size: 100% auto;
    content: '';
}
.switch2 {
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
    color: #49C9C9;
    letter-spacing: 0;
    text-align: center;
    background-image: linear-gradient(-179deg, rgba(255,255,255,0.40) 1%, #FFFFFF 83%);
}
.switch2:before {
    position: absolute;
    bottom: 12px;
    left: 50%;
    z-index: 2;
    width: 16px;
    height: 8px;
    margin-left: 22px;
    background: url('/img/mobile/knowledge/arrow2.png') no-repeat;
    background-size: 100% auto;
    content: '';
}
#generally {
    min-height: 500px;
    background: url('/img/mobile/knowledge/loading.gif') no-repeat center 32px;
    background-size: 60px auto;
}
.gestate-text.text-hide {
    height: 160px;
    overflow: hidden;
}
.gestate-text p.content-cut, .content-cut {
    margin: 40px 0 30px 0;
    font-size: 30px;
    color: #333;
    text-align: center;
    line-height: 1.0;
}
.gestate-text p.content-cut span, .content-cut span {
    position: relative;
    display: inline-block;
}
.gestate-text p.content-cut span:before, .gestate-text p.content-cut span:after, .content-cut span:before, .content-cut span:after {
    position: absolute;
    top: 14px;
    z-index: 2;
    width: 4.2px;
    height: 4.2px;
    background: #333;
    border-radius: 100%;
    content: '';
}
.gestate-text p.content-cut span:before, .content-cut span:before {
    left: -14px;
}
.gestate-text p.content-cut span:after, .content-cut span:after {
    right: -14px;
}
.content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    padding: 15px;
    margin-top: 25px;
    background-color: #fdfdfd;
    border: solid 1px #f3f3f3;
}
.content-card img {
    width: 90px !important;
    height: 90px !important;
    margin: 0 15px 0 0;
    border-radius: 100%;
}
.content-card .card-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: justify;
}
.content-card .card-right p {
    padding: 0;
    margin: 0;
}
.content-card .card-right .name {
    font-size: 15px;
    color: #666;
    line-height: 1.0;
    display:block;/*内联对象需加*/
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.content-card .card-right .brief {
    margin-top: 10px;
    font-size: 14px;
    color: #888;
    text-indent: 1.5rem;
    line-height: 1.67;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background: url('/img/mobile/knowledge/card-icon.png') no-repeat 0 2px;
    background-size: 15px 13px;
}
.content-step .step-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    margin-top: 20px;
}
.content-step .step-one span {
    word-wrap: break-word;
    word-break: break-all;
}
.content-step .step-one .num {
    display: block;
    width: 33px;
    min-width: 33px;
    height: 30px;
    padding-left: 6px;
    margin-right: 10px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background: url('/img/mobile/knowledge/num.png') no-repeat;
    background-size: 100% 100%;
}
.content-step .step-one .step-con {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    text-align: justify;
}
.content-vote {
    padding: 25px;
    margin-top: 25px;
    background-color: #fdfdfd;
    border: solid 1px #f3f3f3;
}
.content-vote p {
    margin: 0;
}
.vote-title {
    font-size: 16px;
    line-height: 1.38;
    text-align: justify;
    color: #444;
}
.vote-box1 {
    margin-top: 18px;
    overflow: hidden;
}
.vote-box1 span {
    margin-top: 10px;
    float: left;
    display: block;
    width: 40%;
}
.vote-box1 span em {
    max-width: 100%;
    box-sizing: border-box;
    padding: 7px 14px;
    font-size: 15px;
    line-height: 1.33;
    font-style: normal;
    text-align: center;
    display:block;/*内联对象需加*/
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
    border-radius: 49px;
    background-color: #fff;
}
.vote-box1 span:first-child em {
    color: #6ac3f0;
    border: solid 1px #6ac3f0;
}
.vote-box1 span:last-child em {
    color: #ff666e;
    border: solid 1px #ff666e;
}
.vote-box1 span:last-child {
    float: right;
}
.vote-box1 span i {
    display: block;
    width: 27px;
    height: 55px;
    margin: 0 auto 10px;
    content: '';
}
.vote-box1 span:first-child i {
    background: url('/img/mobile/knowledge/vote1.png') no-repeat;
    background-size: 100% 100%;
}
.vote-box1 span:last-child i {
    background: url('/img/mobile/knowledge/vote2.png') no-repeat;
    background-size: 100% 100%;
}
.is-vote span em, .is-vote span:first-child em, .is-vote span:last-child em {
    color: #888;
    border: none;
}
.vote-box2 {
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
    font-size: 15px;
}
.vote-box2 .progress {
    width: 100%;
    height: 12px;
    margin-bottom: 0;
    background-color: #ff666e;
    border-radius: 50px;
}
.vote-box2 .progress span {
    display: block;
    height: 100%;
    font-size: 0;
    background-color: #6ac3f0;
    border-right: 1px solid #fff;
    border-radius: 50px 0 0 50px;
}
.vote-box2 .vote-num1, .vote-box2 .vote-num2 {
    display: inline-block;
    width: 50%;
    margin-top: 5px;
}
.vote-box2 .vote-num1 {
    float: left;
    color: #6ac3f0;
}
.vote-box2 .vote-num2 {
    float: right;
    color: #ff666e;
    text-align: right;
}
.vote-box3 {
    margin-top: 5px;
    overflow: hidden;
    zoom: 1;
}
.vote-box3 span {
    display: inline-block;
    float: left;
    width: 50%;
    font-size: 14px;
    color: #888;
    box-sizing: border-box;
}
.vote-box3 span:first-child {
    padding-right: 40px;
}
.vote-box3 span:last-child {
    padding-left: 40px;
}
.original {
    margin: 45px 16px 0;
    background: #fff;
}
.original dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
}
.original dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px;
    margin-right: 2.5px;
    overflow: hidden;
    background-color: #fdfdfd;
    border: solid 1px #f3f3f3;
}
.original dt img {
    float: left;
    width: 50px;
    height: 50px;
    margin: 0 12px 0 0;
    border-radius: 100%;
}
.original dt .name {
    position: relative;
              /*
    max-width: 65%;
    */
    font-size: 18px;
    color: #444;
    line-height: 50px;
    display:block;/*内联对象需加*/
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
/*
.original dt .name:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background: url('/img/mobile/knowledge/original-name.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
*/
.original dt .summary {
    margin-top: 13px;
    font-size: 15px;
    color: #888;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.original dd {
    position: relative;
    width: 30px;
    padding: 35px 40px;
    font-size: 18px;
    color: #ff2021;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: vertical-rl;
    /**writing-mode: tb-rl;*/
    vertical-align: middle;
    letter-spacing: 0.3em;
    background: url('/img/mobile/knowledge/original-bg.png') no-repeat;
    background-size: 100% 100%;
}
.original dd:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 10px;
    height: 16px;
    margin: -8px 0 0 15px;
    background: url('/img/mobile/knowledge/original-arrow.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
/*头部*/
.header-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 44px;
    background-color: #fff;
    border-bottom: 1px solid #b9b9b9;
}
.header-title {
    display: block;
    width: 80%;
    margin: 0 auto;
    line-height: 44px;
    font-size: 18px;
    color: #444;
    text-align: center;
    font-weight: normal;
    word-break:keep-all;/* 不换行 */
    white-space:nowrap;/* 不换行 */
    overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}
.header-bar .back {
    position: absolute;
    top: 13.5px;
    left: 16px;
    z-index: 3;
    width: 24px;
    height: 24px;
    background: url('/img/mobile/knowledge/back-icon.png') no-repeat;
    background-size: 24px 24px;
    border: none;
    outline: none;
}
.header-bar .share-btn, .header-bar .collection {
    position: absolute;
    top: 10.5px;
    z-index: 3;
    display: block;
    width: 24px;
    height: 24px;
    outline: none;
}
.header-bar .share-btn {
    right: 16px;
    background: url('/img/mobile/knowledge/share-btn.png') no-repeat;
    background-size: 100% 100%;
}
.header-bar .collection {
    right: 56px;
    margin-right: 13px;
    background: url('/img/mobile/knowledge/collect.png') no-repeat;
    background-size: 100% 100%;
}
.header-bar .collection.collected {
    background: url('/img/mobile/knowledge/collected.png') no-repeat;
    background-size: 100% 100%;
}
body.ios7 {
    background: #fff;
}
body.ios7 .header-bar {
    padding-top: 17px;
}
body.ios7 .header-bar .back {
    top: 30.5px;
}
body.ios7 .header-bar .share-btn, body.ios7 .header-bar .collection {
    top: 25.5px;
}
/*收藏页面的样式*/
.gestation-t {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #181818;
}
.gestation .gestation-c p {
    margin: 10px 0 0 0;
    font-size: 15px;
    line-height: 1.68;
}
/*首页关爱进入增加的样式*/
.dad-task {
    padding-bottom: 7px;
    margin: 10px 16px 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.dad-task .text {
    position: relative;
    min-height: 40px;
    padding: 19px 16px 19px 63px; 
    font-size: 15px;
    color: #272a31; 
    line-height: 20px;
    word-wrap: break-word;
    white-space: normal;
    border-bottom: 1px solid #eceff4;
}
.dad-task .text:before {
    position: absolute;
    top: 18px;
    left: 12px;
    z-index: 2;
    width: 39px;
    height: 39px;
    background: url('/img/mobile/knowledge/task-icon1.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.dad-task .is-done, .dad-task .no-done, .dad-task .is-task {
    display: block;
    width: 157px;
    margin: 7px auto 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 37px;
    background-color: #4bbad5;
    border: none;
    outline: 0;
    border-radius: 20px;
}
.dad-task .is-done {
    position: relative;
    padding-left: 66px;
    text-align: left;
}
.dad-task .is-done:before {
    position: absolute;
    top: 11px;
    left: 44px;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: url('/img/mobile/knowledge/task-icon2.png') no-repeat;
    background-size: 100% 100%;
    content: '';
}
.dad-task .is-task {
    background: #e9e9e9;
}
.dad-done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    height: 32px;
    padding: 25px 16px 16px;
    line-height: 32px;
}
.dad-done dt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #aaa;
}
.dad-done dd {
    margin-left: 10px;
}
.dad-done dd img {
    float: right;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 -6px 0 0;
    border: 2px solid #fff;
    border-radius: 100%;
}
.dad-done dd img:last-child {
}
.dad-pop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.dad-pop-content {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 1000;
    width: 300px;
    height: 220px;
    margin-left: -150px;
    background: url('/img/mobile/knowledge/task-pop-bg.png') no-repeat;
    background-size: 100% 100%;
}
.dad-pop-content p {
    margin: 120px 50px 50px 50px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
}
/*同义词*/
.content-synonyms {
    margin: 10px 0 20px 0;
    font-size: 15px;
}

.content-synonyms span {
    display: inline-block;
}

.content-synonyms .synonyms {
    padding: 0 3px;
    font-size: 14px;
    color: #46D0DB;
    border: 1px solid #46D0DB;
}

.content-synonyms .title {
    margin: 0 3px 0 5px;
    font-size: 15px;
    color: #46D0DB;
    font-weight: 700;
}

.content-synonyms .word {
    color: #B9B9B9;
}
/*目录样式*/
.content-section h2 {
    padding-left: 3px;
    margin: 10px 0;
    line-height: 24px;
    color: #181818;
    overflow: hidden;
    zoom: 1;
    border-left: 5px solid #46D0DB;
}

.content-section h2 .switch-header {
    float: right;
    font-size: 14px;
    color: #989898;
    font-weight: 400;
}

.content-section .switch {
    height: 27px;
    margin: 0 6px;
    line-height: 27px;
    font-size: 14px;
    color: #989898;
    background: #f6f7fa;
    border-radius: 3px;
}

.content-section .switch-footer, .content-section .switch-header {
    position: relative;
    display: inline-block;
    width: 51px;
}

.content-section .switch-footer:before, .content-section .switch-header:before {
    position: absolute;
    z-index: 2;
    top: 7px;
    right: 0;
    width: 18px;
    height: 9px;
background: url(/img/mg/dist/project/encyclopedia/css/img/up.png) no-repeat;
    background-size: 100% auto;
    content: '';
}

.content-section .switch-footer.switch-close:before, .content-section .switch-header.switch-close:before {
background: url(/img/mg/dist/project/encyclopedia/css/img/down.png) no-repeat;
    background-size: 100% auto;
}

.content-section .switch-footer {
    margin-top: 10px;
    text-align: center;
}
/*特别提醒*/
.content-remind {
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #989898;
    background: #f7f8fa;
    border-radius: 4px;
}

.content-remind .title {
    margin-right: 3px;
    font-weight: 700;
    color: #1f1f1f;
}
/*QA*/
.content-qa-one {
    font-size: 18px;
    color: #181818;
}

.content-qa-one .answer, .content-qa-one .ask {
    /*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    */
    overflow: hidden;
    zoom: 1;
}

.content-qa-one .left, .content-qa-one .right {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all;
    float: left;
}

.content-qa-one .left {
    width: 35px;
}

.content-qa-one .right {
    width: 87%;
    /*
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    */
}

.content-qa-one .ask {
    position: relative;
    padding: 6px 18px 6px 0;
    border-top: 1px solid #eceff4;
}

.content-qa-one .ask:before {
    position: absolute;
    z-index: 2;
    top: 12px;
    right: 0;
    width: 18px;
    height: 9px;
    background: url(/img/mg/dist/project/encyclopedia/css/img/up.png) no-repeat;
    background-size: 100% auto;
    content: '';
}

.content-qa-one .ask.ask-switch:before {
    background: url(/img/mg/dist/project/encyclopedia/css/img/down.png) no-repeat;
    background-size: 100% auto;
}

.content-qa-one .ask.ask-dayima {
    padding-right: 0;
    border-bottom: 1px solid #eceff4;
}

.content-qa-one .ask.ask-dayima:before {
    background: 0 0;
}
.content-qa-one .answer {
    padding-bottom: 5px;
}

.content-qa-one .answer.hide {
    display: none;
}

.content-qa-one .answer .right {
    font-size: 14px;
    color: #656565;
}
/*fixed-box*/
.fixed-box {
    position: fixed;
    bottom: 40px;
    right: 10px;
    z-index: 20;
    width: 50px;
    height: 110px;
    background: rgba(255,255,255,0.1);
}
.fixed-box.fixed-knowledge {
    bottom: 75px;
}
.fixed-box a, .fixed-box button {
    position: absolute;
    right: 0;
    z-index: 22;
    display: block;
    width: 49px;
    height: 49px;
    border: none;
}

.fixed-box .go-top {
    bottom: 60px;
    display: none;
    background: url(/img/mg/dist/project/encyclopedia/css/img/gotop-1.png) no-repeat;
    background-size: 100% auto;
}

.fixed-box .go-top.show {
    display: block;
}

.fixed-box .directory-btn {
    display: none;
    bottom: 0;
    background: url(/img/mg/dist/project/encyclopedia/css/img/directory-1.png) no-repeat;
    background-size: 100% auto;
}
.fixed-box .directory-btn.show {
    display: block;
}

.fixed-box.in-scroll .go-top {
    background: url(/img/mg/dist/project/encyclopedia/css/img/gotop-2.png) no-repeat;
    background-size: 100% auto;
}

.fixed-box.in-scroll .directory-btn {
    background: url(/img/mg/dist/project/encyclopedia/css/img/directory-2.png) no-repeat;
    background-size: 100% auto;
}
/*目录*/
.directory-bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, .3);
}

.directory-bg.show {
    display: block;
}

.directory-list {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 60%;
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
    background: #fff;
}

.directory-list .title {
    padding: 8px 16px;
    font-size: 16px;
    color: #989898;
    background: #f6f7f9;
}

.directory-list li {
    padding: 8px 0;
    margin: 0 16px;
    font-size: 18px;
    color: #181818;
    border-bottom: 1px solid #eceff4;
}

.directory-list li.active {
    position: relative;
    color: #46D0DB;
}

.directory-list li.active:before {
    position: absolute;
    top: 12px;
    left: -9px;
    z-index: 4;
    width: 5px;
    height: 18px;
    background-color: #46D0DB;
    content: '';
}
/*头部轮播图*/
.header-scroll ol li {
    display: inline-block;
    margin: 0 7px 0 0;
    width: 5px;
    height: 5px;
    background: url(/img/mg/dist/project/encyclopedia/css/img/icon-header.png) no-repeat;
    background-size: 100% auto;
}
.header-scroll ol li.active {
    background: url(/img/mg/dist/project/encyclopedia/css/img/icon-header-active.png) no-repeat;
    background-size: 100% auto;
}

.header-scroll .header-video:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    width: 48px;
    height: 48px;
    margin: -24px 0 0 -24px;
    background: url(/img/mobile/knowledge/video-play.png) no-repeat;
    background-size: 100% auto;
    content: '';
}
/*分享成功*/
.confirm {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.confirm-con {
    position: absolute;
    top: 30%;
    left: 45px;
    right: 45px;
    z-index: 1000;
    padding-bottom: 15px;
    background: #fff;
    border-radius: 4px;
}
.confirm-con .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1001;
    width: 30px;
    height: 30px;
    background: url(/img/mobile/knowledge/close2.png) no-repeat center center;
    background-size: 12px 12px;
    border: none;
}
.confirm-con p {
    padding: 0 25px;
    margin-top: 40px;
    font-size: 18px;
    color: #181818;
    line-height: 1.6;
    text-align: center;
}
.confirm-con a {
    display: block;
    padding-top: 15px;
    margin-top: 15px;
    font-size: 18px;
    color: #53c9c9;
    text-align: center;
    border-top: 1px solid #eceff4;
}
/*专家答模块样式*/
.content-qazj .img-box {
    margin-top: 5px;
    overflow: hidden;
    zoom: 1;
}

.content-qazj .img-box .img-one {
    float: left;
    width: 30%;
    margin-right: 2%;
}

.content-qazj .img-box .img-one img {
    width: 100%;
    height: auto;
}

.content-qazj .expert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    margin-top: 5px;
}

.content-qazj .expert dt img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
}

.content-qazj .expert dd.listen {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-qazj .expert dd.price {
    line-height: 38px;
    font-size: 12px;
    color: #F77153;
}

.content-qazj .expert dd .audio-btn {
    position: relative;
    display: inline-block;
    width: 172px;
    padding: 8px 0 7px 26px;
    margin-left: -10px;
    font-size: 16px;
    color: #fff;
    background: url(/img/mg/dist/project/encyclopedia/css/img/audio-red.png) no-repeat;
    background-size: 100% 100%;
}

.content-qazj .expert dd .audio-btn:before {
    position: absolute;
    top: 10px;
    right: 17px;
    z-index: 2;
    width: 16px;
    height: 16px;
    background: url(/img/mg/dist/project/encyclopedia/css/img/audio-play.png) no-repeat;
    background-size: 100% 100%;
    content: '';
}

.content-qazj .expert dd .audio-btn.can-play {
    background: url(/img/mg/dist/project/encyclopedia/css/img/audio-blue.png) no-repeat;
    background-size: 100% 100%;
}

.content-qazj .expert .duration {
    margin-left: 5px;
    font-size: 14px;
    color: #b9b9b9;
}

.content-qazj .expert-info {
    margin-top: 5px;
    font-size: 15px;
}

.content-qazj .expert-info .expert-name {
    margin-right: 10px;
    color: #282828;
}

.content-qazj .expert-info .expert-title {
    color: #656565;
}
.create-time {
    font-size: 12px;
    color: #989898;
}

.go-dayima {
    padding: 10px 0;
    margin-top: 16px;
    font-size: 18px;
    color: #46D0DB;
    text-align: center;
    border: 1px solid #46D0DB;
    border-radius: 6px;
}
/*商品样式*/
.goods {
    margin: 23px 0 15px 16px;
}
#ali-ad {
    margin: 23px 0 15px 0;
}
.goods-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding-right: 16px;
    font-size: 13px;
} 
.goods-title dt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #666;
}
.goods-title dd {
    color: #49c9c9;
}
.goods-list {
    margin: 15px 16px 0 0;
    overflow-x: auto;
    list-style: none;
    white-space: nowrap;
}
.goods-list::-webkit-scrollbar {
    display: none;
    width: 0;
}
.goods-list::-webkit-scrollbar-thumb {
    display: none;
    width: 0;
}
.goods-list dl {
    display: inline-block;
    width: 100px;
    margin-right: 10px;
}
.goods-list dt {
    width: 100px;
    height: 100px;
}
.goods-list dd.good-title {
    height: 35px;
    margin-top: 9px;
    font-size: 13px;
    color: #000;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
}
.goods-list dd.good-num {
    position: relative;
    width: 100px;
    margin-top: 5px;
    color: #ff527b;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.goods-list dd.good-num span {
    display: inline-block;
    line-height: 20px;
}
.goods-list dd.good-num .yen {
    font-size: 12px;
    margin-bottom: -2px;
}
.goods-list dd.good-num .num {
    font-size: 14px;
    font-family:Arial; 
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
}
.goods-list dd.good-num .sic-price {
    font-size: 12px;
    color: #aaa;
}
/* 加载指示器 */
.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.loading .loading-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -50px;
    width: 120px;
    height: 100px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .8);
}
.loading .loading-indicator::after {
    display: block;
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    width: 36px;
    height: 36px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAkCAYAAADhAJiYAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAATMSURBVFiFzZjLa11VFMZ/303SJLXVvpLUPuxTHRQp7aQFLThSkCI4cOpIHPsHOHEuOCmITgV14kREqBShOBJqQrFKW1KTJvTdNH3k3fZ8DtY6ybHm3HtJMnDBJfvkrL3Wt/Z67iNWSbafB/bm46ikh6uR12hT6TrbnTWv9wGb87evZn+n7XXt6KpTUhU2AOwAZm2PSJp/hqWjZl3u706gvbavS7q1YkBFUQg4AKwDXgAMXGplxDO0D9ie696iKG43Gg3XMTd1mSQB80CRYLba3tIukuTdknsLYCFl1lIrQAUwno8FcVI7bHe1AaaLcPW63AswljJXBijpLjAJKAVvBba1sW9b8ha5dzJlNaWWgNKiUZbcJmC77d5keVphfwpgez0RN2LJXaOtTgcqQW17E7ATmAauS1qovJuSdB14KRWsB3qAWeAqULrwav7tTh4TmTdme6qqOMvADuA54Jqk+6QFZWq+li9JRePAbUlPKzyHgA3AfeCypDlYzEbK7LHdA7wCbEoD/yx5bXcA/cBuoDzlaeAPSfOqCDicVj1Jpg7gXlr9SFKRVm3I58f1B78Y1BuBKUkLthv5vIfIvNLVncAMcF7SnCoC+sgClv8qg5E88qvN6kczKopCkvYQLodwZRm/s8CIpDslOgAk3bE9Tfi1j4iR0ordkm4CcysBJKmbcFFJnSnrDhGvM9UX1Y0zwLDtu8CLhK+7iJhpmSFNqCBOYhPwGLgJ3CgD+V8Y6iRk8G0mTuqBpEerAITtjUT7mQMmy2T535NsHwY+ImaaKuoOoiB+Jen8WiirzE69RGAv4iBcOirbp4GDLDM6JMBh4GSrNG9FmWnHiFq3XKgYmG6wVE2Xo458v6J0r6G6uBWEy44DHxPInz3GaeBzSb+tBRLbm4H91Hvj77XQs6bULO17gKNELfpL0uXVKMphrY9oEzckPVmOb9kR1vYR4G3gTeB5YMj2J5ImVwimBzhOFNt5YNT2cFb/ekC2dwHvAieAAaKI3SdSta1bQw11EFW6bD37gQHbY8Cl6tWpExZT8g3gw7QCIqA7Cbd+Q/SdFZHtGUkXiBEHon30Aq8CO20P2h5vNBoux48+4DOiAZaNrhsYAr4FLkh6nEPcfuCKpActQPQSU+MtSTM5fvQnqO0sjTldwCPgZ0nTVZfNAgvEWHAb+A74VdJ0KhgAPk3Qg7ZPlXesVFaOu2VFfosYZyZsf58G3LQ9QcxEh4hSU+SJGdJlOXp8CbwHXAF+lDRRsbaTiK2DRL04RIy7t2zvBd5Jvp8kjRID2C7C3f3AUdtnJRVZ8YdtXyOmyi3AxXIEqc5DQ+mi5egAcJIIyl5gDChvoCeBl3PdAE4BD4GJBLUAHAEuAjcq+maB//TIlreOHEU/SPCNVHBG0rVk6WGpvfSksnvABeI0RWTZiRxpmlI797LXCQsLItDPAWermGvWF4lWUF4U9xAuWjmgPJ33U2AX4YYf2hnW0iWDwBRLTfpYk68orQGlkH7CFd3A77bPtQKzuNkeAUYIY7pY+mBRS03RSnpi+wsiw8aBr5e5eahmTaPRsO2zRCxtBQZbja4tvw9J+sX2EDBfvR1UaLZmXe5/aPsM0FXWtFUBSqHNmupp4gJYrpfbv0BkZ0v6B8pFBLOLEIWnAAAAAElFTkSuQmCC) no-repeat 50% 50%;
    -webkit-animation: rotate 1s linear infinite;
}
.loading.off {
    display: none;
}
@keyframes rotate {
    from {-webkit-transform: rotateZ(0deg);}
    to {-webkit-transform: rotateZ(360deg);}
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotateZ(0deg);}
    to {-webkit-transform: rotateZ(360deg);}
}
.three-pic {
    padding: 8px;
    overflow: hidden;
    border-top: 8px solid #e5e5e5;
}
.three-pic span {
    display: inline-block;
    width: 31%;
    margin: 0 1%;
    vertical-align: middle;
}
.three-pic img {
    margin: 0;
    border-radius: 5px;
}
#ad-13, #ad-14, #ad-16 {
    display: none;
}
#guess-like-con .three-pic {
    border-top: 0;
    border-bottom: 1px solid #e5e5e5;
}
#comment-con #ad-16 {
    display: block;
}
#guess-like-con #ad-13, #guess-like-con #ad-14 {
    display: block;
}
#ad-11 {
    position: fixed;
    right: 3.2%;
    bottom: 130px;
    z-index: 1001;
    width: 46px;
    height: 74px;
}
#ad-11 img {
    width: 46px;
    height: 74px;
    margin: 0;
}
#ad-11 .close {
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: 1002;
    width: 18px;
    height: 18px;
    background: url('/img/mobile/knowledge/close.png') no-repeat;
    background-size: 100% 100%;
}
/*iphone4*/
@media (max-width:320px) {
    .content-qazj .expert dd .audio-btn {
        width: 130px;
        margin-left: -7px;
    }
    .content-qazj .expert dd .audio-btn:before {
        top: 12px;
        right: 10px;
    }
}
