
/* css */

body {
    background-color: #fff;
}

/* 2019.07.24 yyq 修改 */

#indexPage .mcustomize .mediabody iframe {
    width: 100%;
    height: 660px;
    margin: 0 auto;
    display: block;
}

/* 2019.07.24 yyq 修改 */

.agent-pc .project .content_list .item_info .title {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.bodyindex .project .content_list .item_block {
    background-color: #e7000f;
}

.bodyindex .project .content_list .details {
    color: rgba(255, 255, 255, .8);
}

.mlist.project .content_list .item_block { background-color: #e7000f;}



/* 2020/03/30 yyq 修改 */
.bodylist.bodynews .pay {
    z-index: 9999999;
}
.bodylist.bodynews .pay_wrapper {
    width: 400px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}
.bodylist.bodynews .pay_wrapper span {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

.agent-mobile .fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    z-index: 100;
    display: none;
}
.agent-mobile .fixed.show {
    display: block;
}
.agent-mobile .pay_wrapper {
    width: 80vw;
    margin: 20vh auto 0;
}
.agent-mobile .pay_wrapper span {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
}
/* 2020/03/30 yyq 修改 */