html {
     font-size: 18px;
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
      
    }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    line-height: 200%;
}

a {
    color: #000000;
    text-decoration: none;
}

.Thread_Images {
    display: block;
    width: 370px;
    margin-top:30px;
}

.Reply_Images {
    display: block;
    width: 370px;
}

.ImageThread, .ImageReply {
    height: 110px;
    width: 110px;
}

.ImageThread, .ImageMedia {
   
    width: 90%;
}



.blog-header {
    line-height: 1;
    border-bottom: 1px solid #e5e5e5;
}

.blog-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
    font-size: 2.25rem;
}

    .blog-header-logo:hover {
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif /*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.display-4 {
    font-size: 2.5rem;
}

@@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

    .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .nav-scroller .nav-link {
        padding-top: .75rem;
        padding-bottom: .75rem;
        font-size: .875rem;
    }

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */
.blog-pagination {
    margin-bottom: 4rem;
}

    .blog-pagination > .btn {
        border-radius: 2rem;
    }

/*
 * Blog posts
 */
.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

/* 常用流布局 */
.H-box {
    display: box;
    display: -webkit-box;
}

.H-flexbox-vertical {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-flow: column;
    flex-flow: column;
    height: 100%;
    -webkit-flex-direction: column;
    flex-direction: column;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.H-flexbox-horizontal {
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-flex-flow: row;
    flex-flow: row;
    width: 100%;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.H-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.H-flex-flow-row-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: wrap;
}

.H-flex-flow-row-nowrap {
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -webkit-flex-wrap: nowrap;
}

.H-display-inline-block {
    display: inline-block;
}

.H-vertical-middle {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-align: center;
    display: box;
    box-orient: horizontal;
    box-align: center;
}

.H-theme-background-color7 {
    background-color: #d9534f;
}

.H-theme-font-color-white {
    color: white;
}

.H-badge2 label {
    height: 60px;
    line-height: 44px;
    padding: 0px 10px 5px 10px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transform: translateY(0.5);
    -webkit-transform: translateY(0.5);
}



.H-badge2.H-badge-null {
    width: 8px;
    height: 8px;
}

.ListenButton {
    height: 60px;
}

.navbar-collapse{
    flex-grow:unset;
}


.c-desc {
   
}

@media (min-width: 0) and (max-width: 990px) {
    .BigScreen {
        display: none;
    }

    .SmallScreen {
        display: block;
    }

    .phone1 {
        height: 400px;
        border: 0px solid #FFFFFF;
        background-image: url("https://voices.amtf108.com/Content/screen1.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position-x: center;
    }

    .c-content-product-1 .row .c-body > .c-row > li {
        padding: 0 10px 0 0; /**功课记录**/
    }

    .c-content-product-1 .row .c-body > .c-row > li:last-child {
        padding: 0 10px 0 0; /**功课记录**/
    }

    .c-content-title-1 > h3 {
        margin: 30px 0 15px 0;
    }

    .c-content-product-1 .row .c-media > img {
        width: 80%; /**功课记录**/
    }

    .c-content-product-1 .row .c-body > .c-row > li {
        margin: 10px 0;
    }
}

@media (min-width: 0) and (max-width: 776px) {


    .SmallScreen {
        display: block;
    }

    .BigScreen {
        display: none;
    }

    .c-comments .c-comment-list .media-heading > a {
        /*font-size:14px;*/
    }

    .c-layout-footer.c-layout-footer-3 {
        /*margin-top:30px;*/
    }

    .c-content-blog-post-1-list {
        padding-right: 0;
    }

    .c-title {
       /* font-size: 18px*/;
    }

    .c-desc {
        /*font-size:14px;*/
    }

    .c-content-box.c-size-md {
        padding: 0;
    }

    .c-content-title-1 > h3.c-font-uppercase {
      /*  font-size: 18px;*/
    }

    .c-content-title-1.c-title-md > h3.c-font-uppercase {
     /*   font-size: 18px;*/
    }

    .c-content-title-1 > h3 {
        margin: 30px 0 15px 0;
    }

    .c-content-title-1.c-title-md > h3 {
        margin: 0 0 15px 0;
    }

    .c-comments .c-comment-list .media-object {
        height: 20px;
        width: 20px;
        border-radius: 20px !important;
    }

    .c-comments .c-comment-list .media-heading > .c-date {
        text-transform: uppercase;
        /*font-size: 12px;*/
    }

    .Comment_Content {
        /*font-size:98px;*/
    }

    .btn {
        /*font-size:12px;*/
    }

    .Reply_Images {
        padding: 5px;
    }

    .thumbnail {
        border: none;
    }

    .col-md-4, .col-xs-4 {
        padding-left: 0px;
        padding-right: 10px;
    }

    .Comment_ZhuiWen {
        padding-left: 30px;
    }

    .Thread_Images {
        display: block;
        width: 350px;
        margin-left: 20px;
        margin-right: 10px;
    }

    .ImageThread, .ImageReply {
        height: 100px;
        width: 100px;
    }

    .Reply_Images {
        display: block;
        width: 350px;
        margin-left: 10px;
        margin-right: 10px;
    }


    .c-content-pagination > li > span, .c-content-pagination > li > a {
        width: 25px;
        height: 25px;
        text-align: center;
        display: inline-block;
      /*  font-size: 12px;*/
        color: #5c6873;
        font-weight: 400;
        padding: 3px 2px 3px 2px;
        border-radius: 25px;
        border: 1px solid #eeeeee;
    }

    .c-content-blog-post-1-list {
        margin-bottom: 0px;
    }

    .c-panel {
        padding: 3px 7px;
        /*font-size:12px;*/
    }

    .c-panel .c-author, .c-panel .c-date, .c-panel .c-comments {
        /*font-size: 12px;*/
        margin: 3px 10px 3px 0;
    }

    .phone {
        height: 550px;
    }

    .phoneSmall {
        height: 550px;
    }

    .c-comments .c-comment-list {
        margin-bottom: 20px;
    }

    .c-margin-t-40 {
        margin-top: 20px;
    }
}

@media (min-width: 0) and (max-width: 380px) {

    .phone {
        width: 330px;
    }

    .phoneSmall {
        width: 330px;
    }

    .Thread_Images {
        display: block;
        width: 300px;
        margin-left: 15px;
        margin-right: 5px;
    }

    .Reply_Images {
        display: block;
        width: 250px;
        margin-left: 0px;
        margin-right: 0px;
    }

    .ImageThread, .ImageReply {
        height: 72px;
        width: 72px;
    }

    .col-md-4, .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.c-comments {
    margin: 40px 0;
}

.c-comments .c-comment-list {
    margin-bottom: 60px;
}


.weixin-tip {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    filter: alpha(opacity=80);
    height: 100%;
    width: 100%;
    z-index: 100;
}

.weixin-tip img {
    max-width: 100%;
    height: auto;
}

.weixin-tip p {
    text-align: center;
    margin-top: 10%;
    padding: 0 5%;
}


.test {
    /******/
}