/*老版的教程页面，博客文章内容页面*/
    * {
        padding: 0;
        margin: 0;
    }

    body {
        background: #f7f8fa;
    }
    .left-ad{
        margin:0 0 60px 0;
    }
    .left-ad .left-ad1 {
        margin-bottom: 16px;
    }
    .subtitle-follow{
        margin:-55px 0 10px 0;
    }
    .subtitle-follow > .flex-row-follow > div > a > img{
        height:28px;
    }
    .share-font{
        font-size:15px;
        font-weight:bold;
        text-align:center;
        line-height:14px;
        margin:5px 0;
        font-family: '';
    }
    .follow-font{
        font-size: 16px;
        font-weight: bold;
        font-family: '';
        margin: 10px 30px 0 0;
    }
    .share-icon{
        margin-top:10px;
        height:32px;
    }
    .follow-icon{
        height:32px;
    }
    .share-position{
        position: fixed;
        margin-left: -70px;
        top: 335px;
        transform: translateY(-50%);
        padding: 8px;
        background-color: #fff;
        z-index: 1;
    }
    .flex-column-share{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 8px;
    }
    .flex-row-follow{
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }
    .flex-row-follow > div{
        margin:0 5px;
    }
    .tut-bread {
        width: 1200px;
        font-size: 16px;
        text-align: left;
        margin: 0px auto;
        padding: 20px 0;

    }

    .tut-bread span a{
        cursor: pointer;
        font-size: 16px;
        color: #2095f2;
        text-align: left;
    }

    .tut-bread .part3 {
        color: #333;
        font-size: 16px;
        text-align: left;
        cursor: default;
    }


    .tut-content {
        width: 1200px;
        margin: 0 auto 45px;
    }

    .tut-content:after {
        content: '';
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
    }

    .tut-content .left {
        width: 340px;
        float: right;
        margin-left: 10px;
        padding: 20px 14px 20px 20px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .tut-content .left .social {
        width: 100%;
        height: 110px;
        margin-bottom: 69px;
    }

    .tut-content .left .social p {
        font-size: 20px;
        color: #333333;
        line-height: 32px;
        text-align: left;
        margin-bottom: 23px;
        letter-spacing: -.8px;
        font-weight: bold;
    }

    .tut-content .left .social ul {
        list-style: none;
        width: 100%;
    }

    .tut-content .left .social ul li {
        float: left;
        margin-right: 24px;
    }

    .tut-content .left .social ul li:last-child {
        margin-right: 0;
    }

    .tut-content .left .pop {
        width: 100%;
        margin-bottom: 66px;
    }
    .tut-content .left .pop h2{
        height: 65px;
        margin-top:15px;
        font-size: 25px;
        color: #333333;
        text-align: left;
        font-weight: bold;
    }

    .tut-content .left .pop p {
        height: 40px;
        font-size: 20px;
        color: #333333;
        text-align: left;
        font-weight: bold;
    }

    .tut-content .left .pop ul {
        list-style: none;
    }

    .tut-content .left .pop ul li {
        height: auto;
        margin-bottom: 17px;
        font-size: 16px;
        color: #333333;
        text-align: left;
        letter-spacing: -.4px;
        line-height: 24px;
    }
    .tut-content .left .pop ul li a{
        font-size: 16px;
        color: #333333;
        text-align: left;
        letter-spacing: -.4px;
        line-height: 24px;
    }

    .tut-content .left .articleName {
        height: 280px;
    }

    .tut-content .left .articleName p {
        height: 40px;
        font-size: 25px;
        color: #333;
        text-align: left;
        font-weight: bold;
    }

    .tut-content .left .articleName ul {
        list-style: none;
    }

    .tut-content .left .articleName ul li {
        position: relative;
        height: 40px;
        line-height: 40px;
        text-indent: 10px;
    }
    .tut-content .left .articleName ul li a{
        color:black;
        font-size:16px;
    }

    .tut-content .left .articleName ul li:before {
        content: '';
        position: absolute;
        width: 2px;
        height: 14px;
        left: 0;
        top: 12px;
    }

    .color1:before {
        background: #1e81fa;
    }

    .color2:before {
        background: #17d2bc;
    }

    .color3:before {
        background: #591efa;
    }

    .color4:before {
        background: #fcba52;
    }

    .color5:before {
        background: #d82222;
    }

    .color6:before {
        background: #115278;
    }

    .tut-content .right {
        background: #ffffff;
        padding: 24px 20px;
        box-sizing: border-box;
        width: 850px;
        float: left;
    }

    .tut-content .right .article {
    }

.article-h{
	font-weight:bold
}

.right-div{
	margin-top:10px;
	padding: 8px;
}

    .tut-content .right .article h2 {
        font-size: 30px;
        color: #333333;
        margin-bottom: 24px;
        margin-top:0;
        font-family: Avenir-LT-W01_35-Light, Avenir-LT-W01_85-Heavy;
        font-weight: bold;
    }

    .tut-content .right .article .date {
        font-size: 16px;
        color: #333333;
        font-weight: normal;
        display: block;
    }

    .tut-content .right .article p.line {
        background: #d6dbe5;
        width: 810px;
        height: 1px;
    }

    .tut-content .right .article div.content {
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        text-align: left;
        margin: 18px 0 30px;
        overflow: hidden;
    }
    /*解决文章中的有序无序列表的开头部分被超出影藏bug*/
    .tut-content .right .article .content ul,.tut-content .right .article .content ol{
        padding-left :  20px;
    }
    .tut-content .right .article table {
        border-collapse: collapse;
        border-spacing: 0;
        margin-top:0.8rem;
        margin-bottom:1.4rem
    }
    .tut-content .right .article tr{
        border-top:1px solid
    }
    .tut-content .right .article th,td{
        padding:5px 14px;
        border:1px solid;
    }
    .tut-content .right .article ol {
        list-style: decimal;
    }

    .page {
        width: 100%;
        margin-top: 40px;
    }
    .page .pre a:hover,.next a:hover{
        color:#2a96ef;
    }
    .page .pre {
        background: #ffffff;
        width: 220px;
        float: left;
        cursor: pointer;
        user-select: none;
    }

    .page .next {
        background: #ffffff;
        width: 220px;
        float: right;
        text-align: right;
        cursor: pointer;
        user-select: none;
    }
    .page .pre .wrap{
        float:right;
        width: 200px;
    }
    .page .pre .wrap .nextpost{
        color:gray;
        font-size:12px;
    }
    .page .pre .img{
        float:left;
        width: 20px;
        color:gray;
        line-height:60px
    }
    .page .next .wrap{
        float:left;
        width: 200px;
    }
    .page .next .wrap .nextpost{
        color:gray;
        font-size:12px;
    }
    .page .next .img{
        float:right;
        width: 20px;
        color:gray;
        line-height:60px
    }

    .page a {
        color: #333333;
        text-decoration: none;
        display: block;
        height: 100%;
        width: 100%;
    }

    .download {
        background: url("@Url.Content("~/images/morequestions.jpg")");
        background-position: center top;
        width: 100%;
        height: 160px;
        padding-top: 18px;
        box-sizing: border-box;
        text-align: center;
    }

    .download p {
        font-size: 20px;
        color: #2e2e2f;
        text-align: center;
        font-family: Avenir-LT-W01_35-Light, Avenir-LT-W01_85-Heavy;
        font-weight: bold;
    }

    .download a {
        border: 2px solid #ffffff;
        border-radius: 3px;
        line-height: 36px;
        margin-top: 22px;
        text-decoration: none;
        background: #ffffff;
        width: 136px;
        height: 40px;
        display: inline-block;
        font-size: 20px;
        color: #fbad29;
        text-align: center;
        font-family: Avenir-LT-W01_35-Light, Avenir-LT-W01_85-Heavy;
        font-weight: bold;
    }

    .download a:last-child {
        border: 2px solid #ffffff;
        color: #ffffff;
        background: #fcba52;
        margin-left: 40px;
    }
    img{
        max-width: 100%;
    }
    body .content .tut-content .right .article .date {
    margin-bottom: 24px;
    margin-top: 20px;
    }
    body .content .tut-content .right .article h1 {
        font-size: 36px;
    }
    @media (max-width: 768px) {
  body .content .tut-content .right div.article h1 {
    font-size: 0.5rem;
  }
  body .content .tut-content .right div.article .date {
    margin: 0;
  }
  body {
    min-width: 320px;
  }
  body .content .tut-bread {
    background: #fff;
    padding: 0.533333rem 0.533333rem 0.4rem 0.533333rem;
    color: #2095F2;
    width: 100%;
  }
  body .content .tut-bread a {
    color: #2095F2 !important;
  }
  body .content .tut-content {
    width: auto;
    margin: 0;
  }
  body .content .tut-content .left {
    display: none;
  }
  body .content .tut-content .right {
    width: 100%;
    padding: 0 0.533333rem 0.64rem 0.533333rem;
  }
  body .content .tut-content .right .article h1 {
    font-size: 0.533333rem;
    padding-bottom: 0.4rem;
  }
  body .content .tut-content .right .article .date {
    font-size: 0.4rem;
    color: #8F9DA7;
  }
  body .content .tut-content .right .article .line {
    display: none;
  }
  body .content .tut-content .right .article p {
    font-size: 0.4rem !important;
  }
  body .content .tut-content .right .article p span {
    font-size: 0.4rem !important;
  }
  body .content .tut-content .right .article ul {
    font-size: 0.4rem !important;
  }
  body .content .tut-content .right .article ul li {
    font-size: 0.4rem !important;
  }
  body .content .tut-content .right .article ul li span {
    font-size: 0.4rem !important;
  }
  body .content .tut-content .right .page .pre,
  body .content .tut-content .right .page .next {
    width: auto;
  }
  body .content .tut-content .right .page .pre a,
  body .content .tut-content .right .page .next a {
    text-decoration: underline;
    overflow: hidden;
    color: #2095F2;
  }
  body .content .tut-content .right .page .pre a .wrap,
  body .content .tut-content .right .page .next a .wrap {
    width: auto;
  }
  body .content .tut-content .right .page .pre a .wrap .nextpost,
  body .content .tut-content .right .page .next a .wrap .nextpost {
    color: #2095F2;
    font-size: 0.373333rem;
  }
  body .content .tut-content .right .page .pre a .wrap .title,
  body .content .tut-content .right .page .next a .wrap .title {
    display: none;
  }
  body .content .tut-content .right .page .pre a .img,
  body .content .tut-content .right .page .next a .img {
    display: none;
  }
  body .content .download {
    height: auto;
    padding: 0.4rem 0 0.8rem 0;
  }
  body .content .download P {
    color: #fff;
    font-size: 0.59rem;
    padding: 0.4rem 0.2rem;
    font-weight: normal;
  }
  body .content .download div a {
    font-size: 0.4rem;
    font-weight: normal;
  }

  .subtitle-follow{
      margin:0;
  }
  .flex-row-follow{
    justify-content: flex-start;
    margin-top: 10px;
  }
  .follow-font{
    margin: 0 30px 0 0 !important;
  }
}