@charset "utf-8";

* {
    font-family: 'siyuan' !important;
}

html {
    min-width: 1120px;
}

/* 公共部分 */
.meeting_bg {
    background-image: url('../images/bg.png');
    background-size: 1920px 2px;
    background-repeat: repeat-y;
    background-position: center center;
}

.marg1120 {
    width: 1120px;
    margin: 0 auto;
}

.co_title {
    width: 1120px;
    height: 133px;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 导航 */
.header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 95px;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
}

.header_inner {
    width: 1120px;
    height: 95px;
    margin: 0 auto;
    background: url('../images/logo_info.png') no-repeat;
    background-size: 140px auto;
    background-position: 0 center;
}

.header_inner ul {
    display: block;
    margin-left: 240px;
    width: 960px;
    height: 95px;
}

.header_inner ul li {
    display: block;
    float: left;
    padding: 0 35px;
    height: 95px;
    line-height: 95px;
}

.header_inner ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    font-size: 18px;
}

.header_inner ul li:hover a {
    color: #09D8FF;
    /* font-weight: 600; */
}


/* 头图 */
.headpic {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    /* width: 100%;
    height: 1104px;
    background-image: url('../images/headpic.png');
    background-size: 1920px 1104px;
    background-position: center; */
}

/* 主题阐述 */
#huiyijieshao {
    width: 100%;
    /* background-image: url('../images/jieshao_bg.png');
    background-size: 1920px 610px;
    background-position: center; */
    overflow: hidden;
    position: relative;
}
.zhutititle {
    height: 165px !important;
    background-image: url('../images/jianjie_title.png');
    background-size: 1920px 165px;
}

#zhutichanshu {
    position: relative;
    margin: 0 auto;
    width: 1120px;
    height: 472px;
}

.zhutichanshu_bg {
    width: 100%;
    height: 473px;
    background-image: url('../images/jieshao_text.png');
    background-size: 1920px 473px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 165px;
    z-index: 1;
}

#zhutichanshu .introduce_zone {
    position: absolute;
    top: 94px;
    left: 136px;
    width: 853px;
    overflow: hidden;
    z-index: 2;
}

#zhutichanshu .introduce_zone p {
    text-indent: 2em;
    display: block;
    margin-bottom: 28px;
    color: #fff;
    word-wrap: break-word;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
}

#zhutichanshu .introduce_zone p:nth-last-child(1) {
    margin-bottom: 0;
}

.icon1 {
    position: absolute;
    right: -50px;
    bottom: 50px;
}

/* 会议亮点 */
#huiyiliangdian {
    margin: 0 auto;
    width: 100%;
    /* display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden; */
    /* background-image: url('../images/liangdian.png');
    background-size: 1920px 997px;
    background-position: center; */
}

.huiyiliangdian_title {
    height: 241px !important;
    background-image: url('../images/laingdian_title.png');
    background-size: 1920px 241px;
    background-position: center;
    background-repeat: no-repeat;
}

.light_section {
    width: 1130px;
    height: 648px;
    margin: 0 auto;
    /* background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url('../images/light.png'); */
}

.liangdian_box {
    margin: 0 auto;
    width: 1120px;
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 100px;
    justify-content: space-between;
}

.liangdian_box img {
    margin-bottom: 14px;
}
.liangdian {
    width: 259px;
    height: 355px;
    position: relative;
    background-size: 259px 355px;
    background-repeat: no-repeat;
    background-position: center;
}
.liangdian span {
    display: block;
    position: absolute;
    bottom: 46px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
}
.liangdian.liangdian1 {
    background-image: url('../images/liangdian1.png');
}
.liangdian.liangdian2 {
    background-image: url('../images/liangdian2.png');
}
.liangdian.liangdian3 {
    background-image: url('../images/liangdian3.png');
}
.liangdian.liangdian4 {
    background-image: url('../images/liangdian4.png');
}


/* <-------- 会议议程 --------> */
.huiyiyicheng {
    width: 100%;
    position: relative;
    min-width: 1120px;
    overflow: hidden;
    padding-bottom: 300px;
    background-image: url('../images/yc_f.png');
    background-size: 1920px 434px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.icon2 {
    position: absolute;
    left: 0;
    top: 550px;
}

.icon3 {
    position: absolute;
    right: 0;
    bottom: -20px;
}

.yearmeeting_title {
    width: 100%;
    height: 175px;
    /* background-size: 660px 180px; */
    background-position: center center;
    background-repeat: no-repeat;
}

.yihui_title {
    background-image: url('../images/tit02.png');
    min-width: 1120px;
    height: 158px;
    margin: 0 auto;
}

.overflow-hide {
    overflow: hidden;
}

.calendar_tab_zone {
    width: 1120px;
    height: 66px;
    margin: 20px auto 40px;
    text-align: center;
    position: relative;
    z-index: 10;
    background-image: url('../images/yc_bg.png');
    background-size: 1120px 66px;
    display: flex;
    align-items: center;
}

.calendar_tab_zone li {
    width: 30%;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    line-height: 88px;
    color: #A6CAED;
    cursor: pointer;
    font-size: 0;
    position: relative;
}

.calendar_tab_zone li span.day {
    font-size: 30px;
    font-weight: 700;
    vertical-align: bottom;
}

.calendar_tab_zone li span.week {
    font-weight: 700;
    vertical-align: middle;
}

.calendar_tab_zone li.active {
    color: #fff;
}

.calendar_bg {
    margin-top: 14px;
    background-size: 23px 23px;
    background-repeat: repeat;
    position: relative;
}

.calendar_tree_daily {
    padding-left: 25px;
    display: none;
    width: 100%;
    position: relative;
}

.calendar_tree_place {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.calendar_tree_box .placetitle {
    font-size: 24px;
    font-weight: 700;
    text-indent: 10px;
    color: #fff;
    margin-bottom: 28px;
}

.calendar_tree_box .time_bg {
    background: url('../images/time_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    height: 56px;
    width: 208px;
    /* position: absolute; */
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    top: 0px;
    margin-top: 44px;
    z-index: 1;
    margin-bottom: 20px;
}

.calendar_tree_box_line {
    height: 100%;
    position: absolute;
    left: 0;
    top: 44px;
    width: 1px;
    background-image: linear-gradient(#79c7ff, #fff);
}

.calendar_tree_box .themetitle {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
    white-space: pre-wrap;
    color: #fff;
    margin: 10px 0 6px;
    text-indent: 10px;
}

.calendar_tree_issue {
    position: relative;
    padding-bottom: 22px;
}
.calendar_tree_theme .calendar_tree_issue:last-child {
    padding-bottom: 0;
}
.calendar_tree_theme .calendar_tree_issue:last-child::before {
    display: none;
}

.calendar_tree_issue .issue_node {
    position: absolute;
    min-height: 44px;
    line-height: 44px;
    left: 0;
    /* background: url("../images/time_bg2.png");
    background-repeat: no-repeat;
    background-position: 0 2px; */
    font-family: Helvetica, Arial;
    background-size: 155px 45px;
    background-position: center;
    width: 152px;
    height: 44px;
}

.calendar_tree_issue .issue_node .issue_time {
    position: relative;
    height: 36px;
    width: 148px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: url('../images/time_bg2.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 148px 36px;
}
.issue_time::after {
    content: "";
    display: block;
    position: absolute;
    right: -38px;
    top: 8px;
    width: 18px;
    height: 18px;
    background: #0257d1;
    border: 2px solid #04a8ff;
    border-radius: 50%;
}
.calendar_tree_issue {
    position: relative;
}
.calendar_tree_issue::before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #09D3FE;
    position: absolute;
    left: 175px;
    top: 8px;
}

.calendar_tree_issue .issue_node .issuetitle {
    width: 930px;
    margin-left: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    white-space: pre-wrap;
}

.calendar_tree_item {
    width: 100%;
    margin-left: 5px;
    /* text-indent: 177px; */
    margin-bottom: 12px;
}

.calendar_tree_item:last-child {
    margin-bottom: 0;
}

.calendar_tree_item .item_tiao {
    min-height: 32px;
    margin-bottom: 4px;
}

.calendar_tree_item>.item_tiao:last-child {
    margin-bottom: 0;
}

.calendar_tree_item h4 {
    float: left;
    display: block;
    width: auto;
    font-weight: 400;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    white-space: pre-wrap;
    padding-left: 200px;
    min-height: 36px;
    min-width: 92px;
}

.calendar_tree_item p {
    display: block;
    float: left;
    width: 700px;
    min-height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-indent: 0;
    color: #333;
    white-space: pre-wrap;
    /* padding-left: 177px; */
}

.icon1 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    overflow: hidden;
}


/* 往届嘉宾 */
#canhuijiabin {
    margin: 0 auto;
    padding-bottom: 94px;
    width: 1120px;
}

.wangjiejiabin_title {
    height: 154px;
    background-image: url('../images/tit03.png');
    background-size: 1920 154px;
    background-position: center;
    background-repeat: no-repeat;
}

.guest_list_zone {
    display: block;
    width: 100%;
    margin: 50px 0;
}

.guest_list_zone li {
    float: left;
    display: none;
    width: 210px;
    height: 380px;
    margin: 0 93px 0 0;
    color: #FFF;
}

.guest_list_zone li:nth-child(4n) {
    margin: 0 0 0 0;
}

.guest_list_zone li img {
    display: block;
    width: 100%;
    height: 245px;
    margin-bottom: 10px;
}

.guest_list_zone li .name {
    width: 90%;
    height: 30px;
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.guest_list_zone li .company {
    min-height: 22px;
    width: 90%;
    margin: 0;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.guest_list_zone li .position {
    width: 90%;
    margin: 0;
    min-height: 22px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}

.moreguest_btn {
    display: none;
    width: 217.5px;
    height: 60px;
    /* display: block; */
    cursor: pointer;
    margin: 0 auto;
    background-image: url('../images/more_03.png');
    background-size: 100%;
    background-repeat: no-repeat;
}

/* 榜单发布 */
.bangdan {
    margin-top: 72px;
    margin-bottom: 111px;
}

.meeting_rank_zone {
    margin: 70px auto;
}

.ranktitle {
    background-image: url('../images/tit04.png');
    min-width: 1120px;
}

.ranklist_zone {
    color: #FFF;
    margin-top: 60px;
    /* background: url('../images/nianhui_24.png') no-repeat right center; */
    background-size: 367px 550px;
}

.rank_bg {
    height: 100%;
    position: relative;
}

.rank_bg_left {
    text-align: center;
    width: 290px;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: url('../images/rank_left_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background: linear-gradient(#2085a1, #121660); */
}

.rank_bg_left span {
    display: inline-block;
    height: 50%;
}

.rank_bg_left img {
    width: 178px;
    height: 178px;
    vertical-align: middle;
}

.rank_bg_right {
    padding: 40px 0;
    background: #7525e2;
    margin-left: 290px;
    min-height: 120px;
}

.rank_bg_right_line {
    height: 100%;
    width: 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#814cdf, #7525e2);
}

.ranklv1 {
    margin-bottom: 65px;
    position: relative;
}

.ranklv1_title {
    height: 67px;
    line-height: 76px;
    margin-bottom: 10px;
    text-indent: 35px;
    background: url('../images/bangdan_h.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 382px 67px;
    font-size: 22px;
    font-weight: 700;
    white-space: pre-wrap;
}

.ranklv2 {
    margin: 0 0 25px 37px;
}

.ranklv2_title {
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: pre-wrap;
    /* margin-left: 358px; */
}

.ranklv3 {
    margin-bottom: 25px;
    /* margin-left: 358px; */
}

.ranklv3_title {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}

.ranklv4_title {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}

.morerank_btn {
    display: block;
    width: 222px;
    height: 75px;
    margin: 0 auto;
    background: url('../images/more1.png') no-repeat center;
    cursor: pointer;
}

/* 榜单发布 */
.bangdan {
    margin-top: 72px;
    margin-bottom: 111px;
}

.meeting_rank_zone {
    margin: 70px auto;
}

.ranktitle {
    background-image: url('../images/tit04.png');
    min-width: 1120px;
}

.ranklist_zone {
    color: #FFF;
    margin-top: 60px;
    /* background: url('../images/nianhui_24.png') no-repeat right center; */
    background-size: 367px 550px;
}

.rank_bg {
    height: 100%;
    position: relative;
}

.rank_bg_left {
    text-align: center;
    width: 290px;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: url('../images/rank_left_bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background: linear-gradient(#2085a1, #121660); */
}

.rank_bg_left span {
    display: inline-block;
    height: 50%;
}

.rank_bg_left img {
    width: 178px;
    height: 178px;
    vertical-align: middle;
}

.rank_bg_right {
    padding: 40px 0;
    background: #7525e2;
    margin-left: 290px;
    min-height: 120px;
}

.rank_bg_right_line {
    height: 100%;
    width: 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(#814cdf, #7525e2);
}

.ranklv1 {
    margin-bottom: 65px;
    position: relative;
}

.ranklv1_title {
    height: 67px;
    line-height: 76px;
    margin-bottom: 10px;
    text-indent: 35px;
    background: url('../images/bangdan_h.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 382px 67px;
    font-size: 22px;
    font-weight: 700;
    white-space: pre-wrap;
}

.ranklv2 {
    margin: 0 0 25px 37px;
}

.ranklv2_title {
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
    white-space: pre-wrap;
    /* margin-left: 358px; */
}

.ranklv3 {
    margin-bottom: 25px;
    /* margin-left: 358px; */
}

.ranklv3_title {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}

.ranklv4_title {
    min-height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: pre-wrap;
}

.morerank_btn {
    display: block;
    width: 222px;
    height: 75px;
    margin: 0 auto;
    background: url('../images/more1.png') no-repeat center;
    cursor: pointer;
}

/* 合作伙伴 */
#hezuohuoban {
    margin: 0 auto;
    width: 1120px;
}

.hezuohuoban_title {
    height: 167px;
    background-image: url('../images/tit05.png');
    background-size: 1920px 167px;
    background-position: center;
    background-repeat: no-repeat;
}

.coperlist_zone {
    width: 1120px;
    padding: 30px 0;
    color: #fff;
    margin: 30px auto 0;
}

.coperlevel1 {
    margin-bottom: 25px;
}

.coperlevel1_title {
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coperlevel2 {
    margin-bottom: 10px;
}

.coperlevel2_title {
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coperlevel3_logo {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.coperlevel3_logo li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/jg_bg.png');
    width: 326px;
    height: 79px;
    margin: 0 9px 30px;
    font-size: 19px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    line-height: 25px;
}

/* 参会指南 */
/* 参会指南 */
.zhinan {
    /* background: url('../images/zhinan.png');
    background-size: 1920px 706px;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    display: -webkit-flex; */
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 884px;
    min-width: 1120px;
    position: relative;
}
.zhinan_bg {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.zhinan_box {
    position: absolute;
    transform: translateX(-50%);
    width: 1120px;
    height: 30px;
    margin: 0 auto;
    left: 50%;
    bottom: 0;
}
.tips {
    position: absolute;
    left: 31px;
    color: #666;
    font-size: 20px;
    bottom: 54px;
}
.tips:hover {
    text-decoration: underline;
}
.zhinanbox {
    width: 1120px;
    margin: 0 auto;
    height: 884px;
    position: relative;
    /* display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; */
}
.zhinan_r {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.zhinanbox .code {
    position: absolute;
    bottom: 82px;
    right: 43px;
    width: 130px;
    height: 130px;
}
.zhinanbox .code_tip {
    position: absolute;
    bottom: 50px;
    right: 36px;
    color: #666;
    font-size: 14px;
}
.connact_way{
    position: absolute;
    top:220px;
    left: 610px;
    width: 490px;
    height: 350px;
}
.oneperson{
    position: relative;
    width: 100%;
    height: 100px;
    background-size:60px 60px;
    background-position: 30px 0;
    background-repeat: no-repeat;
}
.oneperson:nth-child(2){
    margin-top: 70px;
}
.oneperson span{
    position: absolute;
    bottom: 5px;
    left: 20px;
    display: block;
    color: #FFF;
    font-size: 20px;
}
.oneperson.bgm1{
    background-image: url('../images/2020上海年会_32.png');
}
.oneperson.bgm2{
    background-image: url('../images/2020上海年会_34.png');
}
.oneperson p{
    position: absolute;
    display: block;
    left: 150px;
    top: 8px;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    white-space: pre-wrap;
}
.hz_box {
    width: 850px;
    margin: 0 auto;
    position: absolute;
    bottom: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 16px;
}
.hz_item {
    flex: 1;
    display: flex;
    font-size: 20px;
    line-height: 33px;
    color: #333;
    align-items: flex-end;
}
.hz_item > div {
    position: relative;
    top: 4px;
}
.hz_item img {
    margin-right: 34px;
}
.hz_item:last-child {
    justify-content: flex-end;
}


/* 往期回顾 */
#wangjiehuigu {
    margin: 10px auto 0;
    width: 1120px;
    padding-bottom: 60px;
}

.wangjiehuigu_title {
    background-image: url('../images/tit08.png');
    height: 176px;
    width: 1120px;
}

#wangqihuigu .swiper-wrapper {
    margin-top: 40px;
    width: 1120px;
}

#wangqihuigu .swiper-slide {
    float: left;
    width: 348px;
    height: 208px;
    box-sizing: border-box;
    border: 1px solid #02474c;
}

#wangqihuigu .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#wangqihuigu .swiper-slide a img {
    width: 100%;
    height: 100%;
}

#wangqihuigu .swiper-slide a .meng_bg {
    position: absolute;
    z-index: 400;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

#wangqihuigu .swipershow_content {
    z-index: 500;
    position: absolute;
    padding-top: 10px;
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
}

#wangqihuigu .swipershow_content p {
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

#wangqihuigu .swiper-pagination {
    bottom: 20px !important;
}

#wangqihuigu .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    background: rgba(255, 255, 255, 1) !important;
}

#wangqihuigu .swiper-pagination-bullet-active {
    width: 6px;
    height: 6px;
    margin: 0 10px !important;
    background: rgba(255, 255, 255, 1) !important;
}

#wangqihuigu .swiper-button-prev {
    width: 36px;
    height: 50px;
    left: 2px;
    top: 55%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('/images/icon/arrow_left.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

#wangqihuigu .swiper-button-prev:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#wangqihuigu .swiper-button-next {
    width: 36px;
    height: 50px;
    right: 2px;
    top: 55%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('/images/icon/arrow_right.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

#wangqihuigu .swiper-button-next:hover {
    background-color: rgba(0, 0, 0, 0.5);
}


.footer_pc {
    margin-top: 0;
}

.zhinan_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    height: 100%;
    align-items: center;
}

.zhinan_flex .bm {
    width: 231px;
    margin: 25px 0 20px 0;
}

.zhinan_flex p {
    font-size: 18px;
    color: #fff;
}