@charset "utf-8";

/* <------- 公共部分 -------> */
.meeting_bg {
    /*background: #5b07c9;*/
}

.marg1120 {
    width: 1120px;
    margin: 0 auto;
}

.yearmeeting_title {
    width: 100%;
    height: 146px;
    /* background-size: 660px 180px; */
    background-position: center center;
    background-repeat: no-repeat;
}

/* <--------- 导航 --------> */
.header_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 102px;
    z-index: 400;
    background: rgba(0, 0, 0, 0.3);
}

.header_inner {
    width: 1120px;
    height: 102px;
    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: 220px;
    width: 960px;
    height: 102px;
}

.header_inner ul li {
    display: block;
    float: left;
    height: 102px;
    line-height: 102px;
    margin-left: 102px;
}

.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: #e23329;
    font-weight: 600;
}


/* <-------- 头图 --------> */
.headpic {
    width: 100%;
    height: 907px;
    min-width: 1120px;
    background: url('../images/top-pic.png') no-repeat center;
    background-size: 1920px 100%;
}

.head-top {
    width: 100%;
    height: 907px;
    min-width: 1120px;
    background-image: url('../images/background-10px.png');
    background-position: center;
    background-repeat: repeat-y;
    background-size: 1920px 100%;
}

/* <-------- 会议介绍 ---------> */
.meeting-introduce {
    min-width: 1120px;
    margin: 0 auto;
    height: 546px;
    background-image: url('../images/background-10px.png');
    background-position: center;
    background-repeat: repeat-y;
    background-size: 1920px auto;
}

.meeting-introduce-box {
    display: flex;
    width: 1122px;
    margin: 0 auto;
    height: 498px;
    background-image: url('../images/background-desc-box.png');
    background-position: center;
}

.meeting-introduce-box .meeting-introduce-left {
    display: flex;
    width: 256px;
    height: 100%;
    margin-left: 56px;
    margin-right: 64px;
    justify-content: center;
    align-items: center;
}

.meeting-introduce-box .meeting-introduce-right {
    flex: 1;
    padding-top: 46px;
    padding-right: 65px;
    text-align: justify;
}

.meeting-introduce-box .meeting-introduce-right p {
    color: #2f2faa;
    font-size: 22px;
    line-height: 38px;
}

.meeting-introduce-box .meeting-introduce-right p:nth-child(2) {
    margin: 30px 0;
}

.meeting-header {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 45px;
}

.title-01 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 45px;
}

.meeting-header-time {
    margin: 0 auto 29px;
    width: 700px;
    height: 70px;
    line-height: 70px;
    background-image: url(../images/meeting-time-title-bg.png);
    background-size: contain;
    text-align: center;
}

.meeting-header-time span {
    color: #2f2faa;
    font-weight: bold;
    font-size: 32px;
}

.align-center {
    text-align: center;
}

.meeting-agenda {
    position: relative;
}

.meeting-agenda-box {
    position: relative;
    z-index: 1;
    padding-bottom: 20px;
}

.meeting-pop01 {
    position: absolute;
    left: 0;
    top: 100px;
}

.meeting-pop01 img {
    width: 130px;
}

.meeting-pop02 {
    position: absolute;
    right: 0;
    top: 100px;
}

.meeting-pop02 img {
    width: 480px;
}

.meeting-pop04 {
    position: absolute;
    bottom: 0;
    left: 60%;
}

.meeting-pop04 img {
    width: 300px;
    vertical-align: middle;
}

.agenda-item {
    margin-bottom: 23px;
}

.agenda-item .agenda-item-time-box {
    display: flex;
    color: #2F2FAA;
    font-size: 24px;
    line-height: 39px;
    background-image: url("../images/meeting_time_small_bg.png");
    background-size: 50% 100%;
    background-repeat: no-repeat;
}

.agenda-item .agenda-item-time-box .agenda-item-time {
    width: 150px;
    margin-right: 51px;
    text-align: right;
}

.agenda-item .agenda-item-time-box .agenda-item-title {
    flex: 1;
}

.agenda-item .agenda-item-guest {
    padding-left: 201px;
    line-height: 37px;
    color: #7272c6;
    font-size: 22px;
    margin-top: 15px;
}

.agenda-item .agenda-item-guest p {
    margin-bottom: 0.06rem;
}

.meting-guest-box {
    min-width: 1120px;
    margin: 0 auto;
    background-image: url(../images/background-10px.png);
    background-position: center;
    background-repeat: repeat-y;
    background-size: 1920px auto;
}

.meeting-apply-box {
    display: flex;
    padding-top: 30px;
    padding-bottom: 99px;
}

.meeting-apply-box .meeting-apply-left {
    width: 672px;
    margin-right: 19px;
}

.meeting-apply-box .meeting-apply-right {
    width: 394px;
    text-align: center;
}

.meeting-apply-code {
    width: 150px;
    height: 150px;
    display: inline-block;
    border: 10px solid #fff;
    margin-bottom: 12px;
}

.meeting-apply-code img {
    width: 100%;
    height: 100%;
}

.meeting_introduce_zone {
    min-width: 1120px;
    margin: 0 auto;
    height: 1027px;
    background-image: url('../images/jieshao.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1920px auto;
}

.content_p_box {
    position: relative;
    min-width: 1120px;
    min-height: 532px;
}

.textparaghs {
    position: relative;
    width: 926px;
    line-height: 26px;
    top: 180px;
    left: 126px;
}

.textparaghs p {
    display: block;
    line-height: 26px;
    margin: 0 0 20px 0;
    color: #817797;
    font-size: 14px;
}

/* <--------- 数说峰会 --------> */
.fenghui {
    margin-top: 42px;
}

.fenghui_bg {
    height: 675px;
    width: 100%;
    min-width: 1120px;
    background: url('../images/shushuo.jpg');
    background-size: 1920px 675px;
    background-position: center;
    background-repeat: no-repeat;
}

.fenghui_title {
    background-image: url('../images/fenghui_title.jpg');
    min-width: 1120px;
    margin: 0 auto;
}

.fenghui_content {
    margin: 0 auto;
    height: 675px;
    position: relative;
}

.fenghui_content > div {
    position: absolute;
    color: #fff;
}

.fenghui_content .num {
    font-size: 48px;
    line-height: 32px;
    font-family: Helvetica, Arial;
    font-weight: bold;
}

.fenghui_content .unit {
    font-size: 16px;
    vertical-align: top;
    margin-left: 3px;
    position: relative;
    top: -8px;
    text-shadow: 2px 2px 4px #5f24ba;
}

.fenghui_content .add {
    font-size: 20px;
}

.fenghui_content .num-top {
    height: 48px;
}

.fenghui_content .info {
    font-size: 16px;
    text-shadow: 2px 2px 4px #5f24ba;
}

.fenghui_content .num1 {
    top: 146px;
    left: 240px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num2 {
    top: 134px;
    left: 788px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num2 .info {
    padding-left: 8px;
}

.fenghui_content .num3 {
    top: 185px;
    left: 473px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num3 .info {
    padding-left: 5px;
}

.fenghui_content .num4 {
    top: 262px;
    left: 629px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num5 {
    top: 361px;
    left: 229px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num6 {
    top: 361px;
    left: 912px;
    height: 76px;
    text-shadow: 4px 4px 10px #5f24ba;
}

.fenghui_content .num6 .info {
    padding-left: 8px;
}

/* <-------- 投中10问 --------> */
.touzhongshiwen {
    background-color: #fff;
    box-shadow: 0 -5px 5px #e9e9e9;
    padding-bottom: 54px;
}

.touzhongshiwen_title {
    background: url('../images/shiwen_title.jpg');
    margin-top: 112px;
    margin-bottom: 95px;
}

.shiwen_bg1 {
    float: left;
    margin-left: 42px;
}

.shiwen_bg2 {
    float: right;
    margin-right: 48px;
}

/* <-------- 超级投资家 --------> */
.chaojitouzi_title {
    background: url('../images/chaoji_title.jpg');
    margin-top: 113px;
    margin-bottom: 50px;
}

.chaoji {
    display: block;
}

.chaoji li {
    width: 237px;
    display: inline-block;
    margin: 0 50px 55px 0;
    color: #FFF;
    text-align: center;
    vertical-align: top;
}

.chaoji li:nth-child(4n) {
    margin: 0 0 0 0;
}

.chaoji li img {
    width: 100%;
}

.chaoji li .name {
    width: 190px;
    height: 30px;
    margin: 0 27px;
    line-height: 30px;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.chaoji li .company {
    width: 190px;
    min-height: 22px;
    margin: 0 27px;
    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: center;
}

.chaoji li .position {
    width: 190px;
    min-height: 22px;
    margin: 0 27px;
    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;
    margin-top: 4px;
    text-align: center;
}

.chaojikexue_title {
    background: url('../images/chaojikexue_title.jpg');
    margin-top: 53px;
    margin-bottom: 50px;
}

/* <-------- 报名 --------> */
.baoming {
    background-color: #fff;
    padding-bottom: 62px;
    border-bottom: 1px solid #dcdcdc;
    z-index: 10;
}

.baoming_title {
    background: url('../images/canhui_title.jpg');
    margin-bottom: 61px;
    margin-top: 100px;
}

/* <-------- 参会指南 --------> */
.zhinan {
    padding-bottom: 90px;
    padding-top: 359px;
    min-width: 1120px;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: -1;
    background-image: url('../images/zhinan_bg.jpg');
    background-position: center;
    background-size: 1920px 1039px;
}

.zhinan_title {
    background-image: url('../images/title_10.png');
    width: 100%;
    margin-bottom: 70px;
}

.zhinan .content-img {
    height: 443px;
    width: 1120px;
    box-shadow: 5px 5px 8px #ddd4e9;
}

.zhinan .zhinan_bg {
    width: 100%;
    height: 100%;
}

/* <-------- 会议议程 --------> */
.huiyiyicheng {
    background-color: #fff;
    padding-top: 48px;
    width: 100%;
    min-width: 1120px;
    overflow: hidden;
}

.yihui_title {
    background-image: url('../images/yicheng_title.jpg');
    min-width: 1120px;
    margin: 0 auto;
}

.overflow-hide {
    overflow: hidden;
}

.calendar_tab_zone {
    display: block;
    width: 100%;
    margin: 40px 0 0px;
    text-align: center;
    height: 88px;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    box-shadow: 0px 5px 5px #ececec;
    position: relative;
    z-index: 10;
}

.calendar_tab_zone li {
    display: inline-block;
    box-sizing: border-box;
    width: 371px;
    line-height: 88px;
    color: #959595;
    cursor: pointer;
    text-align: center;
    font-size: 0;
    position: relative;
}

.calendar_tab_zone li::after {
    content: " ";
    width: 1px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 34px;
    background-color: #6e70ea;
}

.calendar_tab_zone li:last-child::after {
    display: none;
}

.calendar_tab_zone li span.day {
    font-size: 34px;
    font-weight: 700;
    vertical-align: bottom;
}

.calendar_tab_zone li span.week {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}

.calendar_tab_zone li.active {
    color: #6e70ea;
}

.calendar_bg {
    background-image: url(../images/richeng_bg.jpg);
    background-size: 23px 23px;
    margin-top: -10px;
    background-repeat: repeat;
    padding-bottom: 100px;
    position: relative;
}

.calendar_tree_daily {
    display: none;
    width: 100%;
    position: relative;
}

.calendar_tree_place {
    position: relative;
    overflow: hidden;
}

.calendar_tree_box .placetitle {
    font-size: 22px;
    font-weight: 700;
    margin-left: 188px;
    color: #6e70ea;
    padding-top: 20px;
    margin-bottom: 20px;
}

.calendar_tree_box .time_bg {
    background: url('../images/time_bg.jpg');
    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(#0b5eb0, #fff);
}

.calendar_tree_box .themetitle {
    min-height: 40px;
    line-height: 40px;
    font-size: 16px;
    /* font-weight: 700; */
    white-space: pre-wrap;
    margin-left: 188px;
    color: #6e70ea;
}

.calendar_tree_issue {
    position: relative;
    padding-bottom: 15px;
    margin-left: 185px;
}

.calendar_tree_issue .issue_node {
    position: absolute;
    min-height: 30px;
    line-height: 30px;
    left: 0;
}

.calendar_tree_issue .issue_node .issue_time {
    position: absolute;
    text-indent: 8px;
    top: 0;
    left: -5px;
    width: 112px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    background: url("../images/time_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 0 2px;
    font-family: Helvetica, Arial;
    background-size: contain;
    background-position: center;
}

.calendar_tree_issue .issue_node .issuetitle {
    width: 930px;
    margin-left: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3dc9cc;
    white-space: pre-wrap;
}

.calendar_tree_item {
    width: 100%;
    margin-left: 150px;
    margin-top: 8px;
}

.calendar_tree_item .item_tiao {
    min-height: 30px;
}

.calendar_tree_item .issue_h4 h4 {
    width: auto;
    color: #6e70ea;
    font-size: 16px;
}

.calendar_tree_item h4 {
    float: left;
    display: block;
    width: 75px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
}

.calendar_tree_item p {
    display: block;
    float: left;
    width: 700px;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    white-space: pre-wrap;
}

/* <-------- 往届嘉宾 --------> */
.jiabin {
    margin-top: 112px;
}

.guesttitle {
    background-image: url('../images/jiabin_title.jpg');
    margin-bottom: 60px;
    min-width: 1120px;
}

.guest_list_zone {
    display: block;
}

.guest_list_zone li {
    float: left;
    display: none;
    width: 210px;
    height: 390px;
    margin: 0 93px 0 0;
    color: #FFF;
    text-align: center;
}

.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: 190px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #2F2FAA;
    font-weight: bold;
}

.guest_list_zone li .company {
    width: 190px;
    min-height: 22px;
    margin: 0 0 0 10px;
    line-height: 22px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    color: #2F2FAA;
    font-size: 18px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.guest_list_zone li .position {
    width: 190px;
    min-height: 22px;
    margin: 0 0 0 10px;
    line-height: 22px;
    color: #2F2FAA;
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 4px;
}

.moreguest_btn {
    display: none;
    width: 222px;
    height: 75px;
    margin: 0 auto;
    margin-top: 40px;
    background: url('../images/more.jpg') no-repeat center;
    cursor: pointer;
}


/* <-------- 榜单发布 --------> */
.bangdan {
    margin-top: 140px;
    margin-bottom: 132px;
}

.ranktitle {
    background-image: url('../images/bangdan_title.jpg');
    min-width: 1120px;
}

.ranklist_zone {
    color: #FFF;
    margin-top: 60px;
    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/bangdan_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.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 15px;
    color: #6e70ea;
    background-color: #fff;
    margin-left: 290px;
    min-height: 120px;
}

.ranklv1 {
    margin-bottom: 65px;
    position: relative;
}

.ranklv1_title {
    min-height: 40px;
    line-height: 40px;
    margin-bottom: 16px;
    text-indent: 25px;
    background: url('../images/bangdan_lv1.jpg') no-repeat left center;
    background-size: 540px 40px;
    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: 18px;
    font-weight: 700;
    white-space: pre-wrap;
}

.ranklv3 {
    margin-bottom: 25px;
}

.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_icon {
    position: absolute;
    right: -8px;
    bottom: 8px;
}

/* <-------- 合作伙伴 --------> */
.meeting_coper_zone {
    margin: 0 auto 20px;
}

.copertitle {
    background-image: url('../images/huoban_title.jpg');
}

.coperlist_zone {
    width: 100%;
    padding: 60px 0;
    color: #FFF;
}

.coperlevel1 {
    margin-bottom: 25px;
}

.coperlevel1_title {
    width: 100%;
    height: 30px;
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coperlevel2 {
    margin-bottom: 10px;
}

.coperlevel2_title {
    width: 100%;
    height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.coperlevel3_logo {
    display: block;
}

.coperlevel3_logo li {
    display: block;
    float: left;
    width: 164px;
    height: 52px;
    margin: 0 27px 27px 0;
}

.coperlevel3_logo li:nth-child(6n) {
    margin: 0 0 27px 0;
}

.coperlevel3_logo li img {
    display: block;
    width: 164px;
    height: 52px;
}


/* <-------- 参会报名 --------> */
.signup_box {
    position: relative;
    width: 1120px;
    height: 626px;
    margin-top: 55px;
    background: url('../images/baoming.jpg') no-repeat;
    background-size: 100% 100%;
}

.signup_box img {
    position: absolute;
    left: 103px;
    top: 175px;
    display: block;
    width: 190px;
    height: 190px;
}

/* <-------- 参会指南 --------> */
.connact_way {
    display: block;
    margin: 45px 0 0 0;
    height: 100px;
}

.oneperson {
    position: relative;
    float: left;
    width: 50%;
    position: relative;
    height: 100px;
    background-size: 60px 60px;
    background-position: 30px 0;
    background-repeat: no-repeat;
}

.oneperson img {
    position: absolute;
    bottom: 5px;
    left: 10px;
    display: block;
    font-size: 20px;
}

.oneperson.bgm1 {
    background-image: url('../images/zhinan_icon1.jpg');
}

.oneperson.bgm2 {
    background-image: url('../images/zhinan_icon2.jpg');
}

.oneperson p {
    position: absolute;
    display: block;
    left: 150px;
    top: 15px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    white-space: pre-wrap;
}

/* <-------- 往期回顾 --------> */
.meeting_overlook_zone {
    margin: 70px auto;
}

.overlooktitle {
    background-image: url('../images/wangjie_title.jpg');
    margin-bottom: 50px;
}

#wangqihuigu .swiper-wrapper {
    width: 1120px;
}

#wangqihuigu .swiper-slide {
    float: left;
    width: 350px;
    height: 210px;
    box-sizing: border-box;
}

#wangqihuigu .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
}

#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;
    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;
    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;
}

