/*手机端自适应*/
#top-bar {
    background-color: #fff;
    position: fixed !important;
    z-index: 1030;
}

.navbar-toggle {
    background-color: #2d8bcb;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #2d8bcb;

}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: #fff;
}

.navbar-nav > li > a {
    line-height: 80px;
}

.footer-left {
    width: 200px;
    float: left;
    margin-bottom: 20px;
    margin-left: 40px;
}

.change-num .w1200 .number div {
    font-size: 40px;
    width: 100%;
    color: #e84f4e;
}

/*媒体详情页*/
.media-detail {
    padding: 10px;
}
.media-detail .main {
    margin-top: 30px;
    padding: 0px;
}

.media-detail .like {
    height: 132px;
    margin-top: 30px;
}
.media-detail h1 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
    border-bottom: 1px solid #efefef;
}
.media-detail .attr span {
    color: #666;
}
.media-detail .attr {
    padding-bottom: 11px;
    border-bottom: 1px solid #efefef;

}

.media-detail .qa {
    min-height: 200px;
    border: 1px solid #efefef;
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0px 5px 8px #ccc;
}
.media-detail .qa .qa-block {
    background-color: #2d8bcb;
    height: 200px;
}
.media-detail .qa .qa-title {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-top: 20px;
}

.media-detail .qa .qa-subhead {
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.media-detail .qa .qa-btn {
    margin-top: 20px;
    border-radius: 2px;
    background-color: #fff;
    color: #2d8bcb;
    padding:5px 20px;
    border: none;
}

.media-detail .qa .question {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}
.media-detail .qa .answer {
    margin-top: 10px;
    line-height: 28px;
    text-align: left;

}

.media-detail .question .qa-icon-q {
    background-color: #ec6f48;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}

.media-detail .answer .qa-icon-a {
    background-color: #2d8bcb;
    color: #fff;
    border-radius: 50px;
    padding: 2px 10px;
}

.inviter-register {
    background: #2d8bcb;
    text-align: center;
    color: #fff;
    line-height: 38px;
    padding: 20px 10px;
}
.inviter-register .register-slogan {
    font-size: 24px;
    font-weight: bold;
}
.inviter-register .register-btn {
    padding: 10px 30px;
    background-color: #ea644a ;
    color: #fff;
    border-radius: 4px;
}


.media-detail .attr .row {
    margin-top: 15px;
}

.media-detail .main .img {
    max-width: 100%;
}
.media-detail .media-badge {
    padding: 8px 15px;
    margin: 10px 5px;
    border-radius: 100px;
    background-color: #f2f2f2;
    border: none;
    font-size: 14px;
    word-break: keep-all;
    float: left;
    color: #666;
}
.large-btn  {
    width: 150px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    background-color: #2d8bcb;
    border-radius: 0;
    overflow: hidden;
    text-align: center;
}

.info-card, .disclaimer-card {
    margin-top: 50px;
    margin-bottom: 50px;
}

.card-description {
    border-top: 1px solid #efefef;
    font-size: 14px;
    line-height: 30px;
    padding: 10px;
    text-indent: 30px;
    color: #666;
}

.card-header .tab-btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    border-top: 3px solid #17b5fe;
    border-right: 1px solid #efefef;
    text-align: center;
    font-weight: bold;

}

@media (min-width: 768px) {

    .navbar-collapse-header-menu ul {
        float: inherit;
    }
}

@media (max-width: 640px) {

    /*home*/
    .section-intro {
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-title {
        font-size: 26px;
        line-height: 26px;
    }

    .list-icon-title .title {
        font-size: 26px;
    }

    .w1200 {
        width: 100%;
    }

    .navbar-collapse-header-menu {
        background: #fff;
        border-bottom: 1px solid #ddd;
        z-index: 10;
    }

    .nav li {
        line-height: 50px;
    }

    .login-box {
        line-height: 50px;
    }

    .navbar-nav, .navbar-nav > li > a {
        min-height: 50px;
    }

    .banner-wrap {
        height: 200px;
    }

    .swiper-wrapper {
        height: 200px;
    }

    .footer-right {
        width: 100%;
    }

    .message-wrap {
        width: 100%;
        text-indent: 10px;
    }

    .change-num .w1200 .number div {
        font-size: 25px;
    }

    .advantage-list dl {
        background: rgba(0, 0, 0, 0.7);
        padding: 0 5px;
    }

    .advantage-list dd {
        color: #fff;
    }

    .advantage-list dl:nth-child(1) {
        top: 5px;
    }

    .advantage-list dl:nth-child(2) {
        top: 122px;
    }

    .advantage-list dl:nth-child(3) {
        top: 241px;
    }

    .advantage-list dl:nth-child(5) {
        top: 181px;
    }

    .advantage-list dl:nth-child(6) {
        top: 300px;
    }

    .progress {
        height: 450px;
    }

    .progress-list {
        margin-top: 20px;

    }

    .progress dl {
        margin-bottom: 20px;
    }

    .resource-nav li {
        text-align: center;
    }

    .resource-nav {
        text-align: inherit;
    }

    .resource-list {
        margin-top: 0;
    }

    .resource-item li {
        width: 50%;
    }

    .resource-nav {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .agent-list li {
        width: 25%;
    }

    .agent-list li p {
        padding: 20px 10px;
    }

    .article {
        padding: 0px;
    }

    .article-wrap {
        width: 100%;
        height: auto;
    }

    .article-left {
        width: 100%;
    }

    .article-hot {
        width: 75%;
        padding: 15px;
    }

    .article-list li {
        width: 100%;
    }

    .article-img {
        width: 100%;
    }

    .article-btn a {
        margin: 10px 0px 10px 0px;
    }

    /*article*/
    .main, .routerx, .fll, .frr, .contxt {
        width: 100%;
    }

    .fll, .frr {
        float: none;
    }

    .fll .articles img {
        max-width: 100%;
        height: auto;
    }

    .routerx {
        padding-left: 20px;
    }

    .category {
        display: block;
    }

    ul.tabs {
        background: #f7f7f7;
    }

    .list {
        padding: 0px;
    }

    .category .contents .item .list li {
        margin: 20px 0px;
        border-bottom: 1px dotted #ddd;
    }

    .category .contents .item .list li a {
        white-space: inherit;
        padding: 0px;
        line-height: 30px;
    }

    .main .profile {
        text-align: left;
    }

    .main .title {
        font-size: 24px;
        font-weight: bold;
    }

    /*关于我们*/
    .companyPro, .joinUs, .contactUs, .privacy {
        height: 60px;
    }

    .tabcontent .contxt {
        padding: 20px;
    }

    .contactus .addressMap .addressTxt {
        position: inherit;
        margin-top: 20px;
        width: 100%;
        padding: 0;
        right: 0;
    }

    /*合作加盟*/
    .a-adstyle {
        width: 100%;
    }

    #features img {
        width: 80%;
        margin: 0 auto;
    }

    .super, .a-service, .layout-box {
        width: 100%;
    }

    .layout-box {
        text-align: center;
    }

    .layout-text {
        width: 100%;
        padding: 10px;
    }

    .a-adstyle-bg-1 {
        width: 100%;
        left: 0px;
    }

    /*媒体列表*/
    .searchUnit {
        width: 100%;
    }

    .selectBox .dropdown {
        line-height: 35px;
    }

    .tableSection {
        clear: both;
    }

    /*注册*/
    .unit {
        width: 100%;
        position: unset;
    }

    .loginForm {
        width: 98%;
        right: 1%;
        height: auto;
    }

    .unit .form-btn-go-home {
        text-align: right;
    }
}
