@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('/www/web/fonts/BebasNeue-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('/www/web/fonts/Montserrat-Bold.otf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold Italic';
    src: url('/www/web/fonts/Montserrat-BoldItalic.otf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Light';
    src: url('/www/web/fonts/Montserrat-Light.otf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('/www/web/fonts/Montserrat-Medium.otf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Regular';
    src: url('/www/web/fonts/Montserrat-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('/www/web/fonts/Montserrat-SemiBold.otf') format('truetype');
}
.hidden {
    display: none;
}
.pageHeaderBack {
    background: #000000;
}

.pageBanner{width: 100%; overflow: hidden; height: calc(516 / 750 * 100vw);}
.pageBanner .mid{width: 100%; margin: auto;}
.pageBanner .mid .center {
    width: 100%;
    text-align: left;
    padding-top: calc(200 / 750 * 100vw);
    padding-left: calc(34 / 750 * 100vw);;

}
.pageBanner .mid .f100{ font-size: calc(100 / 750 * 100vw); font-family: 'BebasNeue-Regular'; color: #fff;}
.pageBanner .mid .center .tel{ font-size: calc(28 / 750 * 100vw); color: #fff; font-family:'Montserrat-Light'; }
.pageBanner .mid .center .an{ width: calc(170 / 750 * 100vw); height: calc(40 / 750 * 100vw); border-radius:calc(8 / 750 * 100vw); background-color: #00A6FF; color:#fff; font-size: calc(16 / 750 * 100vw); font-family:'Montserrat-SemiBold'; margin-top:calc(20 / 750 * 100vw); text-align: center; line-height: calc(40 / 750 * 100vw); padding: 0 calc(15 / 750 * 100vw); }
.pageBanner .mid .center .an1{ 

    height: calc(40 / 750 * 100vw);
    border-radius:calc(8 / 750 * 100vw);
    border: 1px solid #FFFFFF;
    font-family:'Montserrat-SemiBold'; margin-top:calc(20 / 750 * 100vw); text-align: center; line-height: calc(40 / 750 * 100vw); padding: 0 calc(15 / 750 * 100vw); 
    font-weight: bold;
    font-size: calc(14 / 750 * 100vw);
    color: #FFFFFF;
}

.pageBanner .mid .center .btnBox{
    display: flex;
    justify-content: center;
    gap: calc(16 / 750 * 100vw);
}



.pageBodyBg {
    padding:0 calc(32 / 750 * 100vw); background: #FBFBFB;
}



.speaker .title {
    font-family: 'Montserrat-Regular';
    font-weight: bold;
    font-size: calc(24 / 750 * 100vw);
    color: #111122;
    line-height: calc(24 / 750 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: calc(64 / 750 * 100vw);
}


.speaker .guests-content {
   
}
.speaker .guests-content .guests-flex {
    display: flex;justify-content: space-between;gap:calc(12 / 750 * 100vw);align-items: center;flex-wrap: wrap;margin-top: calc(48 / 750 * 100vw);margin-bottom: calc(80 / 750 * 100vw);
}

.speaker .guests-content .guests-flex .guests-item {
    width: calc(320 / 750 * 100vw);border-radius: calc(8 / 750 * 100vw);border: calc(2 / 750 * 100vw) solid #00A6FF;
}
.speaker .guests-content .guests-flex .guests-item .guests-item-top {

    height: calc(388 / 750 * 100vw);
}
.speaker .guests-content .guests-flex .guests-item .guests-item-top img{
    height: 100%;
    width: 100%;
    border-radius: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0px 0px;
}
.speaker .guests-content .guests-flex .guests-item .guests-item-card {
    background: #00A6FF;
    padding: calc(16 / 750 * 100vw) calc(8 / 750 * 100vw);
    color: #FFFFFF;

}
.speaker .guests-content .guests-flex .guests-item .guests-item-card .name {
    font-family: 'Montserrat-Bold';font-weight: bold;font-size: calc(18 / 750 * 100vw);line-height: calc(19 / 750 * 100vw);text-align: left;font-style: normal;text-transform: none;
}
.speaker .guests-content .guests-flex .guests-item .guests-item-card .job {
    font-family: 'Montserrat-Regular';font-size: calc(14 / 750 * 100vw);line-height: calc(15 / 750 * 100vw);text-align: left;font-style: normal;text-transform: none;margin-top: calc(12 / 750 * 100vw);
}
.speaker .guests-content .guests-flex .guests-item .guests-item-card .intro {
    font-family: 'Montserrat-Regular';font-size: calc(12 / 750 * 100vw);line-height: calc(13 / 750 * 100vw);text-align: left;font-style: normal;text-transform: none;margin-top: calc(8 / 750 * 100vw);
}


.agenda .date-title {
    width: 100%; 
    padding: calc(64 / 750 * 100vw) 0 0 0; font-size: calc(24 / 750 * 100vw); font-family: 'Montserrat-SemiBold';
    font-weight: bold;
    font-size: calc(24 / 750 * 100vw);
    color: #00A6FF;
    line-height: calc(24 / 750 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.agenda .hyyc{width: 100%; }
.agenda .hyyc .left{  font-family: 'Montserrat-SemiBold'; font-size: calc(20 / 750 * 100vw); 
color: #00A6FF; margin-top: calc(40 / 750 * 100vw)}
.agenda .hyyc .right{padding: calc(32 / 750 * 100vw) calc(24 / 750 * 100vw);background: #FFFFFF;
    border-radius: calc(8 / 750 * 100vw);}
.agenda .hyyc .right .f18{ font-size: calc(18 / 750 * 100vw); font-family: 'Montserrat-Medium'; color: #818181;}
.agenda .hyyc .right .f24{ font-size: calc(24 / 750 * 100vw); font-family: 'Montserrat-SemiBold'; color: #1E2020;}
.agenda .hyyc .right li{ line-height: calc(36 / 750 * 100vw);}
.agenda .hyyc .right .rwjs{ width: 100%; border-top: solid 1px #CFD4D1; margin-top: calc(20 / 750 * 100vw); }
.agenda .hyyc .right .rwjs ul{ width: 25%; float: left; margin: calc(20 / 750 * 100vw) 0;}
.agenda .hyyc .right .rwjs li{ line-height: calc(24 / 750 * 100vw);}
.agenda .hyyc .right .rwjs img{border-radius:50%; width: calc(56 / 750 * 100vw); height: calc(56 / 750 * 100vw); float: left; margin-right:calc(10 / 750 * 100vw); }
.agenda .hyyc .right .rwjs font{float: left; }
.agenda .hyyc .right .f16{ font-size: calc(16 / 750 * 100vw); font-family: 'Montserrat-SemiBold'; color: #1E2020;}
.agenda .hyyc .right .f14{ font-size: calc(14 / 750 * 100vw); font-family: 'Montserrat-Regular'; color: #818181;}
.agenda .hyyc .right .blue{ background-color: #E5EFFF; border-radius:calc(5 / 750 * 100vw); padding:calc(5 / 750 * 100vw)  calc(15 / 750 * 100vw); font-size: calc(14 / 750 * 100vw); color: #0A76FF; font-family: 'Montserrat-SemiBold';display: table; clear: both; float: right;}
.agenda .hyyc .right .orange{ background-color: #FFF2E5; border-radius: calc(5 / 750 * 100vw); padding:calc(5 / 750 * 100vw) calc(15 / 750 * 100vw); font-size: calc(14 / 750 * 100vw); color: #FF6A00; font-family: 'Montserrat-SemiBold'; display: table; clear: both; float: right;}
.agenda .hyyc .right .green{ background-color: #E5FFE9; border-radius: calc(5 / 750 * 100vw); padding:calc(5 / 750 * 100vw) calc(15 / 750 * 100vw); font-size: calc(14 / 750 * 100vw); color: #2AD28C; font-family: 'Montserrat-SemiBold'; display: table; clear: both; float: right;}


.sponsor .dengjz{ width: 100%; padding-top: calc(48 / 750 * 100vw);}
.sponsor  .mc{ display: flex;justify-content: center;align-items: center;gap:calc(6 / 750 * 100vw); font-size: calc(24 / 750 * 100vw);font-weight: bold; color:#111122;font-family: 'Montserrat-SemiBold';}
.sponsor  .mc img{ width: calc(28 / 750 * 100vw); height: calc(28 / 750 * 100vw);}
.sponsor  .pp {width:100%; display: flex;justify-content: space-around;gap: calc(12 / 750 * 100vw);flex-wrap: wrap;align-items: center; }
.sponsor  ul{
    width: calc(202 / 750 * 100vw);
    height: calc(98 / 750 * 100vw);
    background: #FFFFFF;
    border-radius: calc(8 / 750 * 100vw);
    border: 1px solid #ECECEC;
    margin-top: calc(16 / 750 * 100vw);
    display: flex;
    align-items: center;

 }
.sponsor  ul img{ width: 100%;}

.sponsor .dengjb{ width: 100%; margin-top: calc(48 / 750 * 100vw);}
.sponsor .dengjb ul{
    width: calc(164 / 750 * 100vw);
    height: calc(80 / 750 * 100vw); 
}

.sponsor .dengjh{ width: 100%; margin-top: calc(48 / 750 * 100vw);}
.sponsor .dengjh .pp ul{
    width: calc(164 / 750 * 100vw);
    height: calc(80 / 750 * 100vw); 
}


.sponsor .dengjy{ width: 100%; padding-top: calc(48 / 750 * 100vw);}
.sponsor .dengjy .pp ul{
    width: calc(126 / 750 * 100vw);
    height: calc(60 / 750 * 100vw); 
}


.sponsor .qyjs{width:100%; margin-top: calc(64 / 750 * 100vw); overflow: hidden; background-color: #FFF; border-radius:calc(20 / 750 * 100vw); padding: calc(40 / 750 * 100vw) calc(32 / 750 * 100vw);}
.sponsor .qyjs .rwjs{ width:100%; }
.sponsor .qyjs .rwjs .bt10{margin-bottom: calc(28 / 750 * 100vw); font-size: calc(24 / 750 * 100vw); font-family: 'Montserrat-SemiBold'; color: #1E2020; margin-top: calc(10 / 750 * 100vw);}
.sponsor .qyjs .rwjs img{border-radius:50%; width: 100px; height: 100px; margin-right:10px; }
.sponsor .qyjs .blue{ background-color: #E5EFFF; border-radius:calc(5 / 750 * 100vw); padding:calc(5 / 750 * 100vw)  calc(15 / 750 * 100vw); font-size: calc(14 / 750 * 100vw); color: #0A76FF; font-family: 'Montserrat-SemiBold'; float: left; margin-right: calc(10 / 750 * 100vw);}
.sponsor .qyjs .qxms{ font-size: 16px; font-family: 'Montserrat-Regular'; color: #818181;line-height: calc(30 / 750 * 100vw); margin-top: calc(10 / 750 * 100vw);padding-right: calc(40 / 750 * 100vw);}

.hack .Hackbt {
    font-family: 'BebasNeue-Regular';
    font-weight: 400;
    font-size: calc(56 / 750 * 100vw);
    color: #111122;
    line-height: calc(56 / 750 * 100vw);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top:calc(108 / 750 * 100vw);
}
.hack .Hackbt span {  color:#00A6FF;}

.Hacklb{ width: 100%; padding-top:calc(32 / 750 * 100vw);}
.Hacklb .left{margin-top: calc(40 / 750 * 100vw)}
.Hacklb .left ul{ border-bottom: solid 1px #CFD4D1; width: 100%; padding-bottom: calc(30 / 750 * 100vw); margin-top: calc(30 / 750 * 100vw);}
.Hacklb .left ul:last-child {
    border-bottom: 0px;
}
.Hacklb .left li{ line-height: calc(30 / 750 * 100vw);}
.Hacklb .left .f28{ font-size: calc(24 / 750 * 100vw); font-family: 'Montserrat-Regular'; font-weight:bold;color: #1E2020;line-height: calc(30 / 750 * 100vw)}
.Hacklb .left .f20{font-size: calc(20 / 750 * 100vw); font-family: 'Montserrat-Regular'; color: #818181;margin-top: calc(8 / 750 * 100vw);line-height: calc(30 / 750 * 100vw)}
.Hacklb .right{ width: 100%;}
.Hacklb .right img{ width: 100%;border-radius: calc(8 / 750 * 100vw);}

.Hackad{padding:0 calc(32 / 750 * 100vw); overflow: hidden; margin: auto;margin-top:calc(72 / 750 * 100vw) ;    background: #FBFBFB;}
.Hackad .biaot {
    font-family: 'BebasNeue-Regular';
    font-weight: 400;
    font-size: calc(56 / 750 * 100vw);
    color: #111122;
    line-height: calc(56 / 750 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.Hackad .biaot span{
    color:#00A6FF;
}
.Hackad .miaos {
    font-family: 'Montserrat-Regular';
    font-weight: 400;
    font-size:calc(24 / 750 * 100vw);
    color: #818181;
    line-height: calc(38 / 750 * 100vw);
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top:calc(16 / 750 * 100vw) ;
    margin-bottom: calc(32 / 750 * 100vw) ;
}
.Hackad .lunbo{ width: 100%; background-color: #B0B5C9; margin: auto; margin-bottom:calc(24 / 750 * 100vw); border-radius: calc(9 / 750 * 100vw);  position: relative;overflow: hidden}
.Hackad .lunbo .lunbo-container { display: flex;
    width: 100%;

    transition: transform 0.5s ease-in-out;}
.Hackad .lunbo .lunbo-container img {
    width: 100%;
    flex-shrink: 0;
    object-fit: cover;}

.Hackad .jiantou{position: absolute; bottom: 0; margin-bottom: calc(20 / 750 * 100vw); margin-left:calc(24 / 750 * 100vw); font-size:calc(10 / 750 * 100vw);font-weight: bold; font-family: 'Montserrat-Medium'; color: #fff; align-items: center; display: flex;}
.Hackad .jiantou img{ width: calc(22 / 750 * 100vw); height: calc(22 / 750 * 100vw); margin: 0 calc(16 / 750 * 100vw);}
.Hackyc{ width: 100%;  overflow: hidden; margin: auto;margin-top: calc(32 / 750 * 100vw)}

.Hackyc .left{ width: 100%;display: flex;align-items: center;justify-content: flex-start;gap: calc(16 / 750 * 100vw);margin-bottom:calc(16 / 750 * 100vw);}
.Hackyc .left .day{ width: calc(60 / 750 * 100vw); font-size: calc(32 / 750 * 100vw); font-family: 'BebasNeue-Regular'; height:calc(40 / 750 * 100vw);line-height:calc(40 / 750 * 100vw);color: #000;}
.Hackyc .left .bq{ background-color: #00A6FF; border-radius:calc(4 / 750 * 100vw); width: calc(100 / 750 * 100vw); height: calc(30 / 750 * 100vw); font-size: calc(14 / 750 * 100vw); font-family: 'Montserrat-SemiBold';color: #fff; text-align:center; line-height: calc(30 / 750 * 100vw);}
.Hackyc .right{
    background: #FFFFFF;
    border-radius: calc(8 / 750 * 100vw);
    padding:calc(24 / 750 * 100vw) calc(32 / 750 * 100vw);
}
.Hackyc .right .rq{width: 100%; color: #818181; font-size: calc(20 / 750 * 100vw); font-family: 'Montserrat-Medium'; margin-bottom: calc(16 / 750 * 100vw);}
.Hackyc .right .bt{ font-size: calc(24 / 750 * 100vw); font-family: 'Montserrat-SemiBold'; color: #1E2020;margin-bottom: calc(16 / 750 * 100vw); }
.Hackyc .right .ms{font-size: calc(14 / 750 * 100vw); font-family: 'Montserrat-Medium'; color: #9A9A9A;}


.hackPic {
    margin-top: calc(32 / 750 * 100vw);
    padding-bottom: calc(72 / 750 * 100vw);
}
.hackPic .picFlex {
    width: 100%;
    display: flex;justify-content: space-between;align-items: center;gap: calc(26 / 750 * 100vw);

}
.hackPic .picFlex .pic-item {
    width: calc(330 / 750 * 100vw);
    margin-top: calc(22 / 750 * 100vw);
}
.hackPic .picFlex .m2,.m5,.m7 {
    margin-top: calc(22 / 750 * 100vw);
}
.hackPic .picFlex img {width: 100%;border-radius: 8px;}
.winner {
    background:#0100C8;
    background-image: url("/www/wap/images/Mask_group.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: calc(64 / 750 * 100vw) calc(74 / 750 * 100vw);
}
.winner .winner-left {
    width: 100%;
    margin-top:calc(64 / 750 * 100vw) ;
}
.winner .winner-left .lunbo-item .lunbo-flex{
    display:flex;justify-content: space-between;align-items: center;gap:calc(38 / 750 * 100vw) ;;
}

.winner .winner-left .lunbo-item .lunbo-flex img {
    width: calc(292 / 750 * 100vw) ;
    border-radius: calc(16 / 750 * 100vw);
}


.winner .winner-left .lunbo-item .img-box {
    position: relative;
}
.winner .winner-left .lunbo-item .img-box:not(:first-child) {
    margin-top: calc(40 / 750 * 100vw) ;
}

.winner .winner-left .lunbo-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(284 / 750 * 100vw) ;
    height: 100%;
    background-image: url("/www/web/images/pic_shadow.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: calc(16 / 750 * 100vw);
}

.winner .winner-right {
    color:#fff;
}
.winner .winner-right .small-title {
    font-family:'BebasNeue-Regular';
    font-weight: bold;
    font-size: calc(20 / 750 * 100vw);
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.winner .winner-right .title {
    font-family:'BebasNeue-Regular';
    font-weight: bold;
    font-size: calc(56 / 750 * 100vw);
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: calc(24 / 750 * 100vw);
}
.winner .winner-right .title span{
    color:#2AEB73;
}

.winner .winner-right .des{
    width: calc(400 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
    font-family: 'Montserrat-Light';
    color: rgba(255,255,255,0.9);
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-size: calc(16 / 750 * 100vw);
    line-height: calc(24 / 750 * 100vw);

}

.winner .winner-right .winner-list {
    width: 100%;
    margin-top: 10px;
}
.winner .winner-right .winner-list .list-item {
    border-bottom:calc(2 / 750 * 100vw) solid rgba(255,255,255,0.6);
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: calc(31 / 750 * 100vw);
    padding:calc(61 / 750 * 100vw) 0 calc(21 / 750 * 100vw);;
}
.winner .winner-right .winner-list .list-item .name {
    font-family: 'BebasNeue-Regular';
    font-weight: bold;
    font-size: calc(24 / 750 * 100vw);
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}
.winner .winner-right .winner-list .list-item .img {
    height: calc(31 / 750 * 100vw);
}
.winner .winner-right .winner-list .list-item .img img {
    height: 100%;

}

.winner .winner-left  .jian-box{display: flex;justify-content:flex-end;}
.winner .winner-left .jiantou{ margin: calc(20 / 750 * 100vw) 0 0 auto; font-size:18px; font-family: 'Montserrat-Medium'; color: #fff; align-items: center; display: flex;}
.winner .winner-left .jiantou img{ width: calc(40 / 750 * 100vw); height: calc(40 / 750 * 100vw); margin: 0 calc(20 / 750 * 100vw);}


.banner-grey {
    height: calc(516 / 750 * 100vw);
    background: #000000;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.7;
}
.speakerBanner {
    background-image: url("/www/web/images/banner/pic_banner_app_speakers@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% calc(516 / 750 * 100vw);
}
.agendaBanner {
    background-image: url("/www/web/images/banner/pic_banner_app_agenda@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% calc(516 / 750 * 100vw);

}
.hackBanner {
    background-image: url("/www/web/images/banner/pic_banner_app_hack@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% calc(516 / 750 * 100vw);
}
.sponsorsBanner {
    background-image: url("/www/web/images/banner/pic_banner_app_sponsors@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% calc(516 / 750 * 100vw);
}
.partnersBanner {
    background-image: url("/www/web/images/banner/pic_banner_app_partners@2x.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% calc(516 / 750 * 100vw);
}