body {
    background-color: #F1F2F3;
    opacity: 0.84;
}

.dqwz {
    width: 1200px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    background: url(./dqwz.png) no-repeat;
    background-size: 11.3px 13.5px;
    background-position-y: center;
    background-position-x: left;
}

.dqwz a,
.dqwz span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
}

.zhengwen {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0;
}

.zhengwen img {
    max-width: 100%;
}

.title {
    width: 900px;
    text-align: center;
    margin: 0 auto;
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}

.main-word {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.showBar {
    width: 900px;
    text-align: center;
    margin: 0 auto;
}

.showBar font {
    font-size: 14px;
    color: #333333;
}

.showBar font:nth-child(2) {
    margin: 0 20px;
}

.showBar font span {
    cursor: pointer;
}

.cen {
    width: 900px;
    margin: 0 auto;
    font-size: 18px;
    color: #000000;
    line-height: 180%;
    padding-top: 20px;
    padding-bottom: 55px;
}

.cen table {
    width: 100%;
}

.gongNengBar {
    width: 900px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    background: #FAFAFB;
    justify-content: space-between;
    padding: 0 20px;
}

.main-word-left p {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333333;
}

.newqd01 {
    position: relative;
}

.main-word-left {
    display: flex;
}

.fare {
    position: absolute;
    top: 50%;
    margin-top: -18px;
    width: 200px;
}

.main-word-right {
    line-height: 60px;
}

.main-word-right a {
    font-size: 18px;
    color: #000000;
    font-weight: 400;


}

.main-word-right a:nth-child(2) {
    margin: 0 20px;
}

.bds_weixin {
    background: url(./wx.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.bds_qzone {
    background: url(./wb.png) no-repeat !important;
    background-size: 100% 100% !important;
}

.bds_tsina {
    background: url(./qq.png) no-repeat !important;
    background-size: 100% 100% !important;
}


@media screen and (max-width: 768px) {
    .title {
        font-size: .54rem;
        text-align: left;
        margin-bottom: 0;
        border: 0;
        padding-bottom: 0.6rem;
    }

    .dqwz {
        line-height: 0rem;
        width: 100%;
        padding-left: 0.24rem;
        background: none;
        height: .88rem;
    }
    .zhengwen{
        padding: 0.41rem 0.24rem;
        padding-bottom: 0.6rem;
        border: 0;
        margin: 0;
    }
    .showBar font:last-child{
        display: none;
    }
    .zhengwen,
    .title,
    .showBar,
    .cen,
    .gongNengBar {
        width: 100%;
    }
    .showBar font{
        font-size: .3rem;
        color: #999999;
    }
    .showBar font span{
        display: none;
    }
    .showBar {
        display: flex;
        justify-content: flex-start;
    }

    .dqwz span.canRead {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: .3rem;
    }

    .gongNengBar {
        flex-wrap: wrap;
        height: auto;
    }

    .main-word-right a:nth-child(2) {
        margin: 0 0.2rem;
        font-size: .18rem;
    }

    .main-word-right a {
        font-size: .18rem;
    }

    .main-word-left p {
        height: 100%;
        font-size: .18rem;
        display: flex;
        color: #333333;
        align-items: center;
    }

    .main-word-right {
        display: flex;
        line-height: .6rem;
        align-items: center;
    }

    .cen {
        font-size: .22rem;
        padding-bottom: 0.36rem;
        padding-top: 0.46rem;
        font-size: .36rem;
    }
}