@media screen and (min-width: 280px) {
    .expert-title span {
        font-size: 12px !important;
    }

    .question-title {
        font-size: 15px !important;
    }

    .video-title {
        font-size: 1rem !important;
        bottom: 5% !important;
    }

    .tcplayer-context {
        border-width: 2px !important;
    }
}

@media screen and (min-width: 375px) {
    .expert-title span {
        font-size: 15px !important;
    }

    .question-title {
        font-size: 19px !important;
    }

    .tcplayer-context {
        border-width: 3px !important;
    }
}

@media screen and (min-width: 550px) {
    .video-title {
        font-size: 1.5rem !important;
        bottom: 8% !important;
    }
}

html,
body,
p,
ul,
li,
span {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.c-title {
    font-size: 1.9rem;
    color: #444;
    text-align: center;
    font-weight: bold;
    line-height: 5rem;
    position: relative;
}

.c-title::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4.7rem;
    height: 4px;
    background-color: #c92121;
    border-radius: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.more {
    width: 90%;
    margin: 0 auto;
    border-top: 1px solid #c92121;
    position: relative;
}

.more span {
    position: absolute;
    display: inline-block;
    background-color: #fff;
    top: -8px;
    padding: 0 15px;
    color: #c92121;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.more span::after {
    content: "";
    display: inline-block;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #c92121;
    margin-left: 10px;
    vertical-align: middle;
    transform: translateY(-1px);
}

.more.hide {
    display: none;
}

.c-sub-title {
    font-size: 1rem;
    color: #666;
    text-align: center;
    margin: 1rem 0 2rem;
    line-height: 1;
}

.content {
    max-width: 750px;
    margin: 0 auto;
}

/* Banner */
.banner-list {
    width: 100%;
    position: relative;
    height: 60vw;
    max-height: 350px;
    /* min-height: 244px; */
}

.banner-list-body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* background-color: #c92121; */
}

.banner-list-body .banner-list-content {
    height: 100%;
    transition: all 0.3s;
}

.banner-list-body .banner-list-content li {
    height: 100%;
    /* width: 100%; */
    float: left;
    overflow: hidden;
    vertical-align: top;
}

.banner-list-body .banner-list-content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;

}

.banner-pager {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1rem;
}

.banner-pager-ul li {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 1.8rem;
    height: 1.8rem;
    border-radius: 50%;
    background-color: #fff;
    color: #c92121;
    font-size: 1rem;
    line-height: 1.8rem;
    margin-left: 0.9rem;
    cursor: pointer;
}

.banner-pager-ul li.active {
    color: #fff;
    background-color: #c92121;
}

.banner-pager-ul li:first-child {
    margin-left: 0;
}

/* 视频专区 */
.video {
    margin-bottom: 1rem;
}

.video .c-content {
    margin: 0 auto;
}

.video .c-content .video-content .video-item {
    position: relative;
    width: 50%;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2rem;
}

.video .c-content .video-content .video-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background-color: #c92121;
    bottom: 0;
    left: 0;
}

.video .c-content .video-content .video-item .video-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 8%;
    width: 100%;
    left: 4%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.video .c-content .video-content .video-item .tcplayer-context {
    width: 88%;
    margin: 0 auto;
    /*height: 0;*/
    /*padding-top: 56.25%;*/
    overflow: hidden;
    margin-bottom: 15%;
    border: 6px solid #dfdfdf;
    transform: translateX(4%);
}

.video .c-content .video-content .video-item:nth-child(2n) .tcplayer-context {
    transform: translateX(-4%);
}

.video .c-content .video-content .video-item:nth-child(2n) .video-title {
    left: -4%;
}

/* 音频专区 */
.voice {
    margin-bottom: 1rem;
}

.voice-content {
    width: 90%;
    margin: 0 auto;
}

.voice-list .j-audio {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 45%;
    margin: 0 2.5% 2rem;
}

.voice-list .j-audio>div {
    background-color: #dfdfdf;
    width: 100%;
    height: 42px;
    border-radius: 5px;
    position: relative;
    padding-top: 1px;
}

.voice-list .j-audio>div::after {
    content: "";
    height: 3px;
    margin: 18.5px 13px 0 38px;
    background-color: #c92121;
    border-radius: 1.5px;
    display: block;
}

.voice-list .j-audio>div::before {
    content: "";
    height: 0;
    width: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #c92121;
    border-bottom: 8px solid transparent;
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 13px;
}

.voice-list .j-audio.play>div::before {
    height: 14px;
    width: 6px;
    top: 14px;
    border-top: none;
    border-bottom: none;
    border-left: 3px solid #c92121;
    border-right: 3px solid #c92121;
}

.voice-list .j-audio>p {
    font-size: 1.2rem;
    color: #c92121;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

/* 问卷 */
.question {
    margin: 2rem auto;
}

.question>div {
    width: 90%;
    margin: 0 auto;
    background-image: url(./img/question-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90px;
    padding: 1px 1.5rem;
    position: relative;
}

.question .question-a {
    position: absolute;
    right: 2rem;
    top: 2.5rem;
}

.question .question-a img {
    width: 87px;
}

.question .question-c .question-title {
    font-size: 19px;
    color: #fff;
    display: block;
    margin-top: 2rem;
}

.question .question-c .question-sub-title {
    font-size: 1rem;
    display: block;
    margin-top: 0.1rem;
    color: #fff;
}

/* 新闻中心 */
.news {
    margin-bottom: 1rem;
}

.news .news-body {
    width: 90%;
    margin: 0 auto;
}

.news .news-body a {
    display: inline-block;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.news .news-body a:last-child {
    border: none;
}

.news .news-body .row-mt {
    font-size: 0;
    overflow: hidden;
}

.news .news-body .row-mt .new-avatar {
    width: 30%;
    min-height: 20vw;
    max-height: 150px;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    background-color: #eee;
}

.news .news-body .row-mt .new-avatar img {
    width: 100%;
}

.news .news-body .new-title-desc {
    width: 70%;
    vertical-align: top;
    display: inline-block;
    padding-left: 1rem;
}

.news .news-body .new-title-desc .new-title {
    font-size: 18px;
    color: #444;
    font-weight: bold;
    margin: 0 0 0.5rem;
}

.news .news-body .new-title-desc .new-desc {
    font-size: 12px;
    color: #888;
}

/* 问答专区 */
.question-answer {
    margin: 2rem auto 1rem;
    background-color: #fafafa;
    padding: 2rem 0 3rem;
}

.question-answer .question-answer-body,
.question-answer .question-answer-q {
    width: 90%;
    margin: 0 auto;
}

.question-answer .question-answer-q a {
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;

}

.question-answer .question-answer-q a label {
    cursor: pointer;
}

.question-answer .question-answer-q .show-q-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #ddd;
}

.question-answer .question-answer-q .file-del {
    margin-right: 15px;
}

.question-answer .question-answer-q .file-del.hide {
    display: none;
}

.question-answer .question-answer-q .show-q-img.hide {
    display: none;
}

.question-answer .question-answer-q .show-q-img img {
    width: 100%;
}

.upload-file.hide {
    display: none;
}

.question-answer .question-answer-body .question-item {
    margin-bottom: 2rem;
}

.question-answer .question-answer-body .question-item .letter {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50% 50% 5px 50%;
    background-color: #c92121;
    display: inline-block;
    text-align: center;
    line-height: 2.2rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
}

.question-answer .question-answer-body .question-item .letter.q {
    background-color: #444;
}

.question-answer .question-answer-body .question-item .question-title {
    font-size: 15px;
    color: #444;
    font-weight: bold;
    position: relative;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.question-answer .question-answer-body .question-item .question-answer-a {
    font-size: 12px;
    color: #444;
    position: relative;
    padding-left: 3rem;
}

.question-answer .question-answer-q {
    margin-top: 2rem;
}

.question-answer .question-answer-q .q-q-title {
    font-weight: bold;
    font-size: 18px;
    color: #444;
    text-align: center;
    margin: 0.5rem 0;
}

.question-answer .question-answer-q .q-q-info {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin: 0.5rem 0;
}

.question-answer .question-answer-q .q-q {
    height: 120px;
    font-size: 12px;
    padding: 1.5rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #dfdcdc;
    resize: none;
    outline: none;
}

.question-answer .question-answer-q .q-q-desc {
    font-size: 12px;
    color: #666;
    margin: 0.5rem 0;
}

.question-answer .question-answer-q .q-submit {
    font-size: 18px;
    width: 95%;
    display: block;
    margin: 1rem auto 0;
    color: #fff;
    padding: 1rem 0;
    background-color: #c92121;
    text-align: center;
    border-radius: 5px;
}

/* 专家简介 */
.experts {
    margin-bottom: 1rem;
}

.experts .experts-body {
    width: 90%;
    margin: 0 auto;
}

.experts .experts-body .expert {
    font-size: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5%;
}

.experts .experts-body .expert:last-child {
    margin-right: 0;
}

.expert-avatar {
    width: 100%;
    height: 35vw;
    max-height: 265px;
    overflow: hidden;
    border: 3px solid #f0eded;
}

.expert-avatar img {
    width: 100%;
}

.expert-desc {
    margin-top: -35px;
    position: relative;
}
.expert-desc .expert-title{
    width: 90%;
    max-width: 100px;
    padding: 0.5rem 0;
    font-size: 12px;
    color: #fff;
    background-color: #c92121;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}

.expert-desc .expert-title span {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.expert-desc .desc {
    font-size: 12px;
    margin-top: 1rem;
    color: #666;
}

/* 联系我们 */
.contacts-body a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 70px;
    border-radius: 5px;
    border: 1px solid #999;
    font-size: 1.1rem;
    color: #444;
    margin: 0 auto 14px;
    text-decoration: none;
}

.contacts-body a .contact-icon {
    background-image: url(./img/tel-icon.png);
    background-repeat: no-repeat;
    background-size: 36px;
    padding: 8px 0 0 96px;
    background-position: 24px 18px;
}

.contacts-body a .contact-icon .phone {
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

/* qrcode */
.qrcode {
    text-align: center;
    margin-top: 2rem;
}

.qrcode-img {
    width: 160px;
    height: 160px;
}

.qrcode-img.hide {
    display: none;
}

.qrcode>p {
    color: #666;
    font-size: 1rem;
    margin: 1rem 0 4rem;
}

/* footer */
.footer {
    text-align: center;
    padding: 10px 0;
    background-color: #eee;
    color: #666;
}

/* tips */
.tips {
    position: fixed;
    top: 100px;
    padding: 10px 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 5px 1px rgb(0, 0, 0, 0.5);
    display: none;
    background-color: #fff;
    z-index: 3;
}

.tips.show {
    display: block;
}

.tips.success {
    color: green;
}

.tips.error {
    color: #c92121;
}

.sus {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    width: 6rem;
    /* height: 4rem; */
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

.sus.txt {
    background: red;
    color: #fff;
    text-align: center;
}

.sus img {
    width: 100%;
}

.sus-post {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.sus-post.hide {
    display: none;
}

.sus-post-body {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 6px;
    width: 90%;
    max-width: 400px;
    padding: 3rem 2rem 2rem;
}

.sus-post-body .sus-post-close {
    width: 1rem;
    margin-bottom: 1rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    cursor: pointer;
}

.sus-post-body input {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    margin-bottom: 1.5rem;
    border-radius: 3px;
    outline: none;
    font-size: 1rem;
    padding: 0 10px;
}

.sus-post-body .info {
    color: #c92121;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

.sus-post-body .sus-post-submit {
    width: 100%;
    height: 36px;
    outline: none;
    border: none;
    background-color: #c92121;
    border-radius: 18px;
    color: #fff;
    font-size: 1rem;
    text-align: center;
}
