/* 注意事项，自定义css要放在 框架的responsive上边，否则会破坏css响应式框架
    在搞自己的css时候，如果css需要响应式，那么需要同步在 responsive中加入对应的css
    否则ui大小的变化，你的样式不会响应式
*/

.diy_poster {
    background-repeat: no-repeat;
    background-size: contain;
}

.banner-column {
    position: relative;
    /*padding: 100px 0px 170px;*/
}



.mysection_title_tb {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px
}

.mysection_title_bg_line {
    background-color: #d6d7d7;
    height: 1px;
}

.mysection_title_lefttd {
    width: auto;
}

.mysection_title_centertd {
    width: 360px;
    font-size: 32px;
    text-align: center;
    color: #4e4e4e;
    font-family: SourceHanSansCNBold;
}

.mysection_title_center_sub_title {
    width: 360px;
    font-size: 12px;
    text-align: center;
    color: #d4d4d4;
    font-family: SourceHanSansCNBold;
}

.about_text {
    text-indent: 2em;
}