 @media (max-width: 768px) {
  #detail-page {
    margin: 20px auto 20px;
    padding-right: 0px;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: scroll
  }
  #detail-page .location {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #detail-page .location a {
    font-size: 13px!important;
    font-family: "Microsoft YaHei"!important;
  }
  #detail-page h1 {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
  }
  #detail-page .article-sub-info {
    margin: 6px 0 45px 0;
    font-size: 12px;
  }
  #detail-page .article-sub-info .writer {
    display: inline-block;
    color: #0065cd;
  }
  #detail-page .article-sub-info .source-from {
    display: inline-block;
    margin-left: 10px;
    color: #666666;
  }
  #detail-page .article-sub-info .time {
    line-height: 30px;
    color: #666666;
    display: inline-block;
    margin-left: 10px;
  }
  #detail-page .article-sub-info .tag {
    display: block;
    margin: 8px 0;
    width: 100%;
    line-height: 30px;
    color: #666666;
  }
  #detail-page .article-sub-info .tag .tag-icon {
    width: 12px;
    height: 19px;
    vertical-align: middle;
    background: url('../images/keyword.png') no-repeat center top;
    display: inline-block;
  }
  #detail-page .article-sub-info .tag a {
    margin: 0 4px;
    color: #0065cd;
  }
  #detail-page .article-sub-info .nav-tag {
      float: right;
    margin-left: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 2px;
    text-align: center;
    background: #007fc9;
    color: #FFFFFF;
    font-size: 16px;
    padding: 2px 10px;
  }
  #detail-page .article-summary {
    padding: 10px 20px;
    background: #ededed;
  }
  #detail-page .article-summary p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    letter-spacing: 1px;
  }
  #detail-page .article-summary p strong {
    padding: 2px 5px;
    background: #727475;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 5px;
  }
  #detail-page .article-content {
    position: relative;
  }
  #detail-page .article-content ul.left-img {
    display: none;
    position: absolute;
    top: 40px;
  }
  #detail-page .article-content ul.left-img li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 5px;
    transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
  }
  #detail-page .article-content ul.left-img .item-wx {
    background: url('../images/wx1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .article-content ul.left-img .item-wx:hover {
    background: url('../images/wx2.png') no-repeat center #fafafa;
  }
  #detail-page .article-content .item-qq {
    background: url('../images/qq1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .article-content .item-qq:hover {
    background: url('../images/qq2.png') no-repeat center #fafafa;
  }
  #detail-page .article-content .item-wb {
    background: url('../images/wb1.png') no-repeat #fafafa center;
  }
  #detail-page .article-content .item-wb:hover {
    background: url('../images/wb2.png') no-repeat center #fafafa;
  }
  #detail-page .recommend-for-you{
  	margin-left: 0px;
  }
  
  #detail-page .article-content .right-text {
    margin-left: 0px;
    padding-top: 10px;
  }
  #detail-page .article-content .right-text p {
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    padding-top: 15px;
  }
  #detail-page .article-content .right-text p.reader {
    font-size: 12px;
    text-align: right;
    color: #7B7788;
  }
  #detail-page .collector-article {
    cursor: pointer;
    text-align: center;
    margin: 25px auto 25px;
  }
  #detail-page .collector-article span {
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 20px;
    background: #2985eb;
    border-radius: 5px;
  }
  #detail-page .comments {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
  }
  #detail-page .comments span {
    width: 25%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #bbbbbb;
  }
  #detail-page .comments span .newest {
    border-bottom: 2px solid #333;
    color: #333;
  }
  #detail-page .comments span.hover {
    border-bottom: 2px solid #333;
    color: #333;
  }
  /*移动端：评论样式文件--开始*/
  #detail-page .consumers-comments-items {
    margin-top: 20px;
    margin-left: 0%;
  }
  #detail-page .consumers-comments-items li {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .consumers-comments-items li:nth-last-child(2) {
    border-bottom: none;
  }

  #detail-page .consumers-comments-items li .consumers-img-name img {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  #detail-page .consumers-comments-items li .consumers-img-name span {
    font-size: 15px;
    color: #999;
    margin-left: 20px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text {
    position: relative;
    padding: 18px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 20px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text .icon {
    position: absolute;
    background: url('../images/kuan_sj.png') no-repeat;
    background-size: 24px 14px;
    width: 24px;
    height: 14px;
    top: -14px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text p {
    line-height: 1;
  }
  #detail-page .consumers-comments-items li .action {
    margin-top: 18px;
  }
  #detail-page .consumers-comments-items li .action span {
    font-size: 14px;
    line-height: 20px;
    color: #2985eb;
    padding-left: 24px;
  }
  #detail-page .consumers-comments-items li .action .icon_zan {
    background: url(../images/icon_xin.png) no-repeat left center;
    background-size: 20px 20px;
  }
  #detail-page .consumers-comments-items li .action .icon_zan.active {
    background: url(../images/12.png) no-repeat left center;
  }
  #detail-page .consumers-comments-items li .action .icon_hf {
    background: url(../images/icon_huifu.png) no-repeat left center;
    background-size: 20px 20px;
    margin-left: 25px;
    cursor: pointer;
    width: 55px;
    height: 20px;
  }
  #detail-page .consumers-comments-items li .action .icon_time {
    font-size: 12px;
    color: #cccccc;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box {
    margin-top: 20px;
    position: relative;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .hf-textarea {
    border: 1px solid #cccccc;
    resize: none;
    font-size: 16px;
    padding: 5px;
    width: 723px;
    color: #333;
    border-radius: 5px;
    height: 100px;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .btn-article {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .cancel {
    display: inline-block;
    padding: 20px 20px;
    font-size: 16px;
    color: #86939e;
    cursor: pointer;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl {
    position: relative;
    background: #f5f5f5;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl h4 {
    font-size: 12px;
    color: #999;
    line-height: 40px;
    padding-left: 50px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl h4 img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    left: 10px;
    top: 5px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl p {
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl .icon_ff {
    left: 20px;
    display: block;
    border: 10px solid;
    border-color: #fff #fff #f5f5f5 #fff;
    position: absolute;
    top: -20px;
  }
  #detail-page .consumers-comments-items li .hf_box .bottom-more {
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
  }
  /*移动端：评论样式文件--结束*/
  #detail-page .no-comments {
    padding-top: 30px;
    text-align: center;
  }
  #detail-page .comment-info {
    margin-left: 0px;
  }
  #detail-page .comment-info span {
    font-size: 14px;
  }
  #detail-page .comment-info .comment-title {
    line-height: 30px;
    border-bottom: 4px solid #f63756;
    color: #333;
  }
  #detail-page .comment-info .comment-person {
    margin-top: 30px;
  }
  #detail-page .comment-info .comment-person img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    -moz-border-radius:50%;
        -ms-border-radius:50%;
         -o-border-radius:50%;
            border-radius:50%;
  }
  #detail-page .comment-info .login-and-comment {
    margin-top: 10px;
    position: relative;
  }
  #detail-page .comment-info .login-and-comment textarea {
    width: 100%;
    height: 140px;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  #detail-page .comment-info .login-and-comment .to-publish {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #detail-page .comment-info .login-and-comment .login-interception {
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f2f2f2;
    border: 1px solid #ddd;
  }
 
  .load {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
  }
  .load img {
    width: 15px;
    height: 14px;
  }
  .load span {
    color: #000;
    font-size: 18px;
  }
  #detail-page .comment-info .login-and-comment .login-interception p {
    line-height: 140px;
    text-align: center;
    color: #999;
    font-size: 18px;
  }
  #detail-page .comment-info .login-and-comment .login-interception p a {
    color: #4d515e;
  }
  #detail-page .recommend-for-you .title {
    display: inline-block;
    color: #0065cd;
    font-size: 16px;
    border-bottom: 2px solid #0048ff;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend {
    padding: 8px 0 0;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend>a{
    display: inline-block;
    width: 100%;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .left-title {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #404040;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time {
    float: right;
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time .recommend-icon {
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/keyword.png') no-repeat left center;
    background-size: 12px 17px;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time a {
    font-size: 12px;
    line-height: 24px;
    color: #0048ff;
    margin-left: 5px;
  }
  #detail-page .right-text video{max-width: 100%;max-height: 2rem;}
}
@media (min-width: 768px) and (max-width:1199px) {
  #detail-page {
    margin: 60px auto 20px;
    padding-right: 20px;
    width: 100%;
  }
  #detail-page .location {
    margin-left: 0px;
    margin-bottom: 15px;
  }
  #detail-page .location a {
    font-size: 13px;
    font-family: "Microsoft YaHei";
  }
  #detail-page h1 {
    color: #333333;
    font-size: 26px;
    line-height: 48px;
    font-weight: 600;
  }
  #detail-page .article-sub-info {
    margin: 20px 0 20px 0;
    font-size: 12px;
  }
  #detail-page .article-sub-info .writer {
    display: inline-block;
    color: #0065cd;
  }
  #detail-page .article-sub-info .source-from {
    display: inline-block;
    margin-left: 40px;
    color: #666666;
  }
  #detail-page .article-sub-info .time {
    line-height: 30px;
    color: #666666;
    display: inline-block;
    margin-left: 40px;
  }
  #detail-page .article-sub-info .tag {
    display: inline-block;
    line-height: 30px;
    color: #666666;
    margin-left: 0px;
    width: 70%;
  }
  #detail-page .article-sub-info .tag .tag-icon {
    width: 12px;
    height: 19px;
    background: url('../images/keyword.png') no-repeat center top;
    display: inline-block;
  }
  #detail-page .article-sub-info .tag a {
    margin: 0 6px;
    color: #0065cd;
  }
  #detail-page .article-sub-info .nav-tag {
    text-align: center;
    background: #007fc9;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 6px;
  }
  #detail-page .article-summary {
    padding: 10px 20px;
    background: #ededed;
  }
  #detail-page .article-summary p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    letter-spacing: 1px;
  }
  #detail-page .article-summary p strong {
    padding: 2px 5px;
    background: #727475;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 5px;
  }
  #detail-page .article-content {
    position: relative;
  }
  #detail-page .article-content ul.left-img {
    display: none;
    position: absolute;
    top: 40px;
  }
  #detail-page .article-content ul.left-img li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 5px;
    transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
  }
  #detail-page .article-content ul.left-img .item-wx {
    background: url('../images/wx1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .article-content ul.left-img .item-wx:hover {
    background: url('../img/wx2.png') no-repeat center #fafafa;
  }
  #detail-page .article-content .item-qq {
    background: url('../images/qq1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .article-content .item-qq:hover {
    background: url('../images/qq2.png') no-repeat center #fafafa;
  }
  #detail-page .article-content .item-wb {
    background: url('../images/wb1.png') no-repeat #fafafa center;
  }
  #detail-page .article-content .item-wb:hover {
    background: url('../images/wb2.png') no-repeat center #fafafa;
  }
  #detail-page .article-content .right-text {
    margin-left: 0%;
    padding-top: 10px;
  }
  #detail-page .article-content .right-text p {
    font-size: 16px;
    line-height: 24px;
    color: #404040;
    padding-top: 15px;
  }
  #detail-page .article-content .right-text p.reader {
    font-size: 14px;
    text-align: right;
    color: #7B7788;
  }
  #detail-page .collector-article {
    cursor: pointer;
    text-align: center;
    margin: 25px auto 25px;
  }
  #detail-page .collector-article span {
    font-size: 16px;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 20px;
    background: #2985eb;
    border-radius: 5px;
  }
  #detail-page .comments {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
  }
  #detail-page .comments span {
    width: 25%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #bbbbbb;
  }
  #detail-page .comments span .newest {
    border-bottom: 2px solid #333;
    color: #333;
  }
  #detail-page .comments span.hover {
    border-bottom: 2px solid #333;
    color: #333;
  }
  /*ipad端-评论样式-开始02.25*/
  #detail-page .consumers-comments-items {
    margin-top: 20px;
    margin-left: 0%;
  }
  #detail-page .consumers-comments-items li {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  #detail-page .consumers-comments-items li:nth-last-child(2) {
    border-bottom: none;
  }
  #detail-page .consumers-comments-items li .consumers-img-name img {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  #detail-page .consumers-comments-items li .consumers-img-name span {
    font-size: 15px;
    color: #999;
    margin-left: 20px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text {
    position: relative;
    padding: 18px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 20px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text .icon {
    position: absolute;
    background: url('../images/kuan_sj.png') no-repeat;
    background-size: 24px 14px;
    width: 24px;
    height: 14px;
    top: -14px;
  }
  #detail-page .consumers-comments-items li .consumers-comments-text p {
    line-height: 1;
  }
  #detail-page .consumers-comments-items li .action {
    margin-top: 18px;
  }
  #detail-page .consumers-comments-items li .action span {
    font-size: 14px;
    line-height: 20px;
    color: #2985eb;
    padding-left: 24px;
  }
  #detail-page .consumers-comments-items li .action .icon_zan {
    background: url(../images/icon_xin.png) no-repeat left center;
    background-size: 20px 20px;
  }
  #detail-page .consumers-comments-items li .action .icon_zan.active {
    background: url(../images/12.png) no-repeat left center;
  }
  #detail-page .consumers-comments-items li .action .icon_hf {
    background: url(../images/icon_huifu.png) no-repeat left center;
    background-size: 20px 20px;
    margin-left: 25px;
    cursor: pointer;
    width: 55px;
    height: 20px;
  }
  #detail-page .consumers-comments-items li .action .icon_time {
    font-size: 12px;
    color: #cccccc;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box {
    margin-top: 20px;
    position: relative;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .hf-textarea {
    border: 1px solid #cccccc;
    resize: none;
    font-size: 16px;
    padding: 5px;
    width: 98.1%;
    color: #333;
    border-radius: 5px;
    height: 100px;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .btn-article {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #detail-page .consumers-comments-items li .hf-textarea-box .cancel {
    display: inline-block;
    padding: 20px 20px;
    font-size: 16px;
    color: #86939e;
    cursor: pointer;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl {
    position: relative;
    background: #f5f5f5;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl h4 {
    font-size: 12px;
    color: #999;
    line-height: 40px;
    padding-left: 50px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl h4 img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    left: 10px;
    top: 5px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl p {
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  #detail-page .consumers-comments-items li .hf_box .hf_gl .icon_ff {
    left: 20px;
    display: block;
    border: 10px solid;
    border-color: #fff #fff #f5f5f5 #fff;
    position: absolute;
    top: -20px;
  }
  #detail-page .consumers-comments-items li .hf_box .bottom-more {
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
  }
  /*ipad端-评论样式-结束02.25*/
  #detail-page .no-comments {
    padding-top: 30px;
    text-align: center;
  }
  #detail-page .comment-info {
    margin-left: 0%;
  }
  #detail-page .comment-info span {
    font-size: 16px;
  }
  #detail-page .comment-info .comment-title {
    line-height: 30px;
    border-bottom: 4px solid #f63756;
    color: #333;
  }
  #detail-page .comment-info .comment-person {
    margin-top: 30px;
  }
  #detail-page .comment-info .comment-person img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
     -moz-border-radius:50%;
        -ms-border-radius:50%;
         -o-border-radius:50%;
            border-radius:50%;
  }
  #detail-page .comment-info .login-and-comment {
    margin-top: 10px;
    position: relative;
  }
  #detail-page .comment-info .login-and-comment textarea {
    width: 100%;
    height: 140px;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  #detail-page .comment-info .login-and-comment .to-publish {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #detail-page .comment-info .login-and-comment .login-interception {
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f2f2f2;
    border-right: 1px solid #ddd;
  }
  #detail-page .comment-info .login-and-comment .login-interception p {
    line-height: 140px;
    text-align: center;
    color: #999;
    font-size: 18px;
  }
  #detail-page .comment-info .login-and-comment .login-interception p a {
    color: #4d515e;
  }
  #detail-page .recommend-for-you .title {
    display: inline-block;
    color: #0065cd;
    font-size: 16px;
    border-bottom: 2px solid #0048ff;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend {
    padding: 12px 0;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend>a{
    display: inline-block;
    width: 100%;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .left-title {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #404040;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time {
    float: right;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #666666;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time .recommend-icon {
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/keyword.png') no-repeat left center;
    background-size: 12px 17px;
  }
  #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time a {
    font-size: 12px;
    line-height: 24px;
    color: #0048ff;
    margin-left: 5px;
  }
  #detail-page .load {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
  }
  #detail-page .load img {
    width: 15px;
    height: 14px;
  }
  #detail-page .load span {
    color: #000;
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  #mains-content {
    width: 1200px;
    margin: 0 auto;
  }
  #mains-content #detail-page {
    float: left;
    margin: 30px auto 20px;
    padding-right: 0px;
    width: 70%;
  }
  #mains-content #detail-page .location {
    margin-left: 0px;
    margin-bottom: 15px;
    color: #666666;
  }
  #mains-content #detail-page .location a {
    color: #666666;
    font-size: 14px;
  }
  #mains-content #detail-page h1 {
    color: #333333;
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
  }
  #mains-content #detail-page .article-sub-info {
    margin: 20px 0 40px 0;
    font-size: 12px;
  }
  #mains-content #detail-page .article-sub-info span {
    font-size: 14px;
  }
  #mains-content #detail-page .article-sub-info .writer {
    display: inline-block;
    color: #0065cd;
  }

  #mains-content #detail-page .article-sub-info .source-from {
    display: inline-block;
    margin-left: 30px;
    color: #666666;
  }
  #mains-content #detail-page .article-sub-info .time {
    line-height: 30px;
    color: #666666;
    display: inline-block;
    margin-left: 30px;
  }
  #mains-content #detail-page .article-sub-info .tag {
    display: inline-block;
    line-height: 30px;
    color: #666666;
    margin-left: 40px;
  }
  #mains-content #detail-page .article-sub-info .tag .tag-icon {
    width: 12px;
    height: 19px;
    background: url('../images/keyword.png') no-repeat center top;
    display: inline-block;
  }
  #mains-content #detail-page .article-sub-info .tag a {
    margin: 0 6px;
    color: #0065cd;
  }
  #mains-content #detail-page .article-sub-info .nav-tag {
    text-align: center;
    background: #007fc9;
    color: #FFFFFF;
    font-size: 16px;
    padding: 0 6px;
  }
  #mains-content #detail-page .article-summary {
    padding: 10px 20px;
    background: #ededed;
  }
  #mains-content #detail-page .article-summary p {
    font-size: 16px;
    line-height: 26px;
    color: #777777;
    letter-spacing: 1px;
  }
  #mains-content #detail-page .article-summary p strong {
    padding: 2px 5px;
    background: #727475;
    color: #FFFFFF;
    font-size: 18px;
    margin-right: 5px;
  }
  #mains-content #detail-page .article-content {
    position: relative;
  }
  #mains-content #detail-page .article-content ul.left-img {
    display: block;
    position: absolute;
    top: 40px;
    z-index: 1000;
  }
  #mains-content #detail-page .article-content ul.left-img li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 5px;
    transition: 0.5s linear;
    -o-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -webkit-transition: 0.5s linear;
  }
  #mains-content #detail-page .article-content ul.left-img .item-wx {
    background: url('../images/wx1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #mains-content #detail-page .article-content ul.left-img .item-wx:hover {
    background: url('../images/wx2.png') no-repeat center #fafafa;
  }
  #mains-content #detail-page .article-content .item-qq {
    background: url('../images/qq1.png') no-repeat #fafafa center;
    border-bottom: 1px solid #f0f0f0;
  }
  #mains-content #detail-page .article-content .item-qq:hover {
    background: url('../images/qq2.png') no-repeat center #fafafa;
  }
  #mains-content #detail-page .article-content .item-wb {
    background: url('../images/wbbb1.png') no-repeat #fafafa center;
  }
  #mains-content #detail-page .article-content .item-wb:hover {
    background: url('../images/wbbb2.png') no-repeat center #fafafa;
  }
  #detail-page .recommend-for-you{
  	margin-left: 10%;
  }
  #mains-content #detail-page .article-content .right-text {
    margin-left: 10%;
    padding-top: 10px;
  }
  #mains-content #detail-page .article-content .right-text p {
    font-size: 18px;
    line-height: 30px;
    color: #404040;
    padding-top: 20px;
  }
  #mains-content #detail-page .article-content .right-text p.reader {
    font-size: 12px;
    text-align: right;
    color: #7B7788;
  }
  #mains-content #detail-page .collector-article {
    cursor: pointer;
    text-align: center;
    margin: 35px auto 30px;
  }
  #mains-content #detail-page .collector-article span {
    font-size: 20px;
    color: #FFFFFF;
    display: inline-block;
    padding: 6px 20px;
    background: #2985eb;
    border-radius: 5px;
  }
  #mains-content #detail-page .collector-article span.active{
    background: red;
  }
  #mains-content #detail-page .comments {
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
  }
  #mains-content #detail-page .comments span {
    width: 25%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #bbbbbb;
  }
  #mains-content #detail-page .comments span .newest {
    border-bottom: 2px solid #333;
    color: #333;
  }
  #mains-content #detail-page .comments span.hover {
    border-bottom: 2px solid #333;
    color: #333;
  }
  /*pc端：评论样式 */
  #mains-content #detail-page .consumers-comments-items {
    margin-top: 20px;
    margin-left: 10%;
  }
  #mains-content #detail-page .consumers-comments-items li {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
  }
  #mains-content #detail-page .consumers-comments-items li:nth-last-child(2) {
    border-bottom: none;
  }
  #mains-content #detail-page .consumers-comments-items li .consumers-img-name img {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  #mains-content #detail-page .consumers-comments-items li .consumers-img-name span {
    font-size: 15px;
    color: #999;
    margin-left: 20px;
  }
  #mains-content #detail-page .consumers-comments-items li .consumers-comments-text {
    position: relative;
    padding: 18px 20px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 20px;
  }
  #mains-content #detail-page .consumers-comments-items li .consumers-comments-text .icon {
    position: absolute;
    background: url('../images/kuan_sj.png') no-repeat;
    background-size: 24px 14px;
    width: 24px;
    height: 14px;
    top: -14px;
  }
  #mains-content #detail-page .consumers-comments-items li .consumers-comments-text p {
    line-height: 1;
  }
  #mains-content #detail-page .consumers-comments-items li .action {
    margin-top: 18px;
  }
  #mains-content #detail-page .consumers-comments-items li .action span {
    font-size: 14px;
    line-height: 20px;
    color: #2985eb;
    padding-left: 24px;
  }
  #mains-content #detail-page .consumers-comments-items li .action .icon_zan {
    background: url(../images/icon_xin.png) no-repeat left center;
    background-size: 20px 20px;
  }
  #mains-content #detail-page .consumers-comments-items li .action .icon_zan.active {
    background: url(../images/12.png) no-repeat left center;
  }
  #mains-content #detail-page .consumers-comments-items li .action .icon_hf {
    background: url(../images/icon_huifu.png) no-repeat left center;
    background-size: 20px 20px;
    margin-left: 25px;
    cursor: pointer;
    width: 55px;
    height: 20px;
  }
  #mains-content #detail-page .consumers-comments-items li .action .icon_time {
    font-size: 12px;
    color: #cccccc;
  }
  #mains-content #detail-page .consumers-comments-items li .hf-textarea-box {
    margin-top: 20px;
    position: relative;
  }
  #mains-content #detail-page .consumers-comments-items li .hf-textarea-box .hf-textarea {
    border: 1px solid #cccccc;
    resize: none;
    font-size: 16px;
    padding: 5px;
    width: 723px;
    color: #333;
    border-radius: 5px;
    height: 100px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf-textarea-box .btn-article {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf-textarea-box .cancel {
    display: inline-block;
    padding: 20px 20px;
    font-size: 16px;
    color: #86939e;
    cursor: pointer;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .hf_gl {
    position: relative;
    background: #f5f5f5;
    padding: 5px 10px;
    margin-top: 20px;
    border-radius: 5px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .hf_gl h4 {
    font-size: 12px;
    color: #999;
    line-height: 40px;
    padding-left: 50px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .hf_gl h4 img {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    left: 10px;
    top: 5px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .hf_gl p {
    padding: 10px 0;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .hf_gl .icon_ff {
    left: 20px;
    display: block;
    border: 10px solid;
    border-color: #fff #fff #f5f5f5 #fff;
    position: absolute;
    top: -20px;
  }
  #mains-content #detail-page .consumers-comments-items li .hf_box .bottom-more {
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    margin-top: 10px;
  }
  /*pc端：评论样式结束*/
  #mains-content #detail-page .no-comments {
    padding-top: 30px;
    text-align: center;
  }
  #mains-content #detail-page .comment-info {
    margin-left: 10%;
  }
  #mains-content #detail-page .comment-info span {
    font-size: 16px;
  }
  #mains-content #detail-page .comment-info .comment-title {
    line-height: 30px;
    border-bottom: 4px solid #f63756;
    color: #333;
  }
  #mains-content #detail-page .comment-info .comment-person {
    margin-top: 30px;
  }
  #mains-content #detail-page .comment-info .comment-person img {
    margin-right: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;
     -moz-border-radius:50%;
        -ms-border-radius:50%;
         -o-border-radius:50%;
            border-radius:50%;
  }
  #mains-content #detail-page .comment-info .login-and-comment {
    margin-top: 10px;
    position: relative;
  }
  #mains-content #detail-page .comment-info .login-and-comment textarea {
    width: 100%;
    height: 180px;
    border-radius: 0;
    resize: none;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  #mains-content #detail-page .comment-info .login-and-comment .to-publish {
    width: 110px;
    height: 40px;
    border: none;
    cursor: pointer;
    line-height: 38px;
    color: #fff;
    background-color: #2985eb;
    font-size: 18px;
    border-radius: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  #mains-content #detail-page .comment-info .login-and-comment .login-interception {
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #f2f2f2;
    border: 1px solid #ddd;
  }
  #mains-content #detail-page .comment-info .login-and-comment .login-interception p {
    line-height: 180px;
    text-align: center;
    color: #999;
    font-size: 18px;
  }
  #mains-content #detail-page .comment-info .login-and-comment .login-interception p a {
    color: #4d515e;
  }
  #mains-content #detail-page .recommend-for-you .title {
    display: inline-block;
    color: #0065cd;
    font-size: 16px;
    border-bottom: 2px solid #0048ff;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend {
    padding: 12px 0;
    overflow: hidden;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend>a{
    display: inline-block;
    /* width: 100%; */
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend .left-title {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #404040;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time {
    float: right;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    line-height: 35px;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time .recommend-icon {
    margin-left: 8px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url('../images/keyword.png') no-repeat left center;
    background-size: 12px 17px;
  }
  #mains-content #detail-page .recommend-for-you .recommend-lists .item-recommend .right-time a {
    font-size: 12px;
    line-height: 24px;
    color: #0048ff;
    margin-left: 5px;
  }
  #detail-page .load {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    height: 38px;
    border: 1px solid #cccccc;
    background: #f2f2f2;
  }
  #detail-page .load img {
    width: 15px;
    height: 14px;
  }
  #detail-page .load span {
    color: #000;
    font-size: 18px;
  }
  .visible-12{display: block!important}
  .hidden-12{display: none!important}
}
/*# sourceMappingURL=detail-page.css.map */

.consumers-comment-item .consumers-img-name img{
  -moz-border-radius:50%;
        -ms-border-radius:50%;
         -o-border-radius:50%;
            border-radius:50%;
}

/*文章详情页：图片大小调整*/
.article-content p img{
  max-width: 100%;
  width: auto;
  height: auto;
}

/*移动端分享图标*/
.mobile-popup-mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 996;
}
@media screen and (min-width:1200px) {
    .mobile-share-img{
        display: none;
    }
}

@media screen and (max-width: 1199px){
  .mobile-share-img{
    display: inline-block;
    width: 20px;
    height: 22px;
    float: right;
    margin-top: 4px;
    margin-right: 6px;

  }
  .mobile_share_wrap{
    background: rgba(0,0,0,.8);
    z-index: 999;

  }
  .mobile_share_inner{
    position: fixed;

    width: 100%;
    /*height: 125px;*/
    background-color: #e6e6e6;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    bottom: 0;
  }
  .now_share{
    height: 155px;
    padding-top: 26px;
    width: 80%;
    margin: 0 auto;
  }
  .now_share .item {
    float: left;
    margin-top: 23px;
    width: 50%;
    text-align: center;

  }
  .now_share .item span{
    width: 62px;
    height: 62px;
    padding: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
  }
  .now_share .item img{
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .share_shutdown{
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 17px;
  }

}

/*详细页：增加作者图标*/
#mains-content #detail-page .article-sub-info .writer .user-icon{
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background: url("../images/author.png");
}
/*在移动端：隐藏“来源”字段*/
@media screen and (min-width:1200px){
  .source-form-world{
    display: inline-block;
  }
}
@media screen and (max-width:1199px){
  #detail-page .article-sub-info .source-from{
    margin-left:0;
  }
  .source-form-world{
    display: none;
  }
  .visible-12{display: none!important}
  .hidden-12{display: block!important;font-size:13px;}
  #mains-content .hidden-12 .user-icon{
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px;
      margin-right: 5px;
      background: url("../images/author.png") 100% no-repeat;
    }
    #mains-content .hidden-12 .fav,#mains-content .hidden-12 .nav-tag{
        display: inline-block;
        padding:2px 5px;
        color:#fff;
        background: #007fc9;
        margin-left:10px;
        border-radius: 5px;
        font-size: 14px;
        line-height: 24px;
        margin-top:8px;
        float:left;
    }#mains-content .hidden-12 .fav.active{
        background: red;
    }
    #mains-content .hidden-12 .tag{
        max-width:85%;
        width:auto
    }
    #mains-content .hidden-12 .tag a{
        display: initial
    }
    #mains-content .hidden-12 .btnbox{
        margin-left:10px;
        margin-top:7px;
    }
    #detail-page .recommend-for-you .recommend-lists .item-recommend{
        padding: 15px 0;
        border-bottom: 1px solid #f0f0f0;
    }
    #detail-page .item-recommend .hidden-12{
        display: inline-block!important;
        color:#bbbbbb
    }
    #detail-page .recommend-for-you .recommend-lists .item-recommend>a{
        margin-bottom:8px;
    }
    #detail-page .item-recommend .hidden-12.resource {
        display: initial!important
    }
}


/* 文本字体样式调整*/
#detail-page .article-content .right-text p span {
  font-size: inherit;
  color: inherit;
}
#detail-page .article-content .right-text p a {
  font-size: inherit;
  color:#0065cd;
}