body {
    overflow: hidden;
    font-family: "微软雅黑";
    background: #fff;
}

img,video,audio {
    width: 100%;
}

a {
    display: block;
}

.yxedr_active img, .yxedr_active video, .yxedr_active audio{
    width: unset;
}

/* 响应式内容区变化 */
@media screen and (min-width: 1201px) {
    .mc_container {
        width: 1200px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1200px) {
    .mc_container {
        width: 768px;
        margin: 0 auto;
        padding: 0 15px;
    }
}

@media screen and (max-width: 768px) {
    .mc_container {
        width: 100%;
        padding: 0 15px;
    }


    /* bshare手机端 */
    .bsBox {
        width: 255px !important;
        margin: 0 !important;
        transform: translate(-50%, -50%)
    }

    .bsTop {
        width: 255px !important;
    }

    #bsMorePanel {
        width: 255px !important;
    }

    .bFind-wrapper-top input {
        width: unset !important;
    }

    #bsPanel {
        display: none;
    }

}

/* bshare 界面错乱调整 */
.bsBox,
#bsPanel div,
#bsMorePanel div,
#bshareF div {
    box-sizing: content-box;
}

.bsTop span {
    line-height: 24px !important;
}

/* 列表图片 */
.list_imgbox {
    position: relative;
    overflow: hidden;
}

.list_imgbox img,.list_imgbox video,.list_imgbox audio {
    height: 100% !important;
}

.list_png {
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}

.list_img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}


/* 两边截取 */
.mc_lbjq {
    width: 100%;
}

.mc_lbjq img {
    height: 100%;
    width: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mc_container_lbjq {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}


/* 左图右文 */
.dl::after {
    display: block;
    clear: both;

    height: 0;

    content: ' ';
}

.dl {
    zoom: 1;
}

.dt,
.dd {
    float: left;
}


/* plaeceholder样式改变 */
input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .4);
    font-size: 12px;
    line-height: 20px;
}

/* 小图标i标签 */
.mc_iconfont {
    display: inline-block;
    background-position-x: center;
    background-position-y: top;
}



/* 分页 */
.mc_fybtn {
    padding: 30px;
}

.mc_pcfy a {
    float: left;
}

.mc_fybtn a {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #333;
}

.mc_phfy {
    display: none;
}

.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}

.pc_fenye li {
    float: left;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    border-radius: 50%;
    transition: .3s;
}

.pc_fenye li.activepage {
    color: #fff;
    background-color: #00b9f1;
}

.w_fenyeph {
    display: none;
}

.pc_fenye li.clolr {
    color: #00b9f1;
}
