@charset "UTF-8";

body {
    font-family: "Microsoft Yahei", arial, "宋体";
    /* padding-top: 70px; */
    
}

*{
box-sizing: border-box;
}
.wrap {
    min-width: 1200px;
}

/*content*/

.wrap .main {
    min-width: 100%;
    /* height: 1460px; */
    background:#060c27 url(https://navigatesummit.h3c.com/assets/schedule/schedule_bac02.jpg) no-repeat center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
    padding: 1px 0 40px;
    transition: all ease 0.4s;
}

.main_content {
    max-width: 1200px;
    margin: 0 auto;
}

.schedule_title {
    font-size: 48px;
    color: #fff;
    line-height: 104px;
    text-align: center;
    margin: 30px auto 0;
   
}

.schedule_title img {
    vertical-align: middle;
}

.schedule_content {
    overflow: hidden;
}

.guideLogo{
    max-width:394px;
    margin:0 auto;
}
.guide_content{
    width:100%;
}


.pageContent{
    max-width:1100px;
    width:100%;
    margin:12px auto;
    background:#10234d;
    padding:20px 50px;
     overflow: hidden;
}

.guide_minTitle{
    height:60px;
    background:url(https://navigatesummit.h3c.com/test/global/img/guide/moduleBg.png) 0 0 no-repeat;
    display:flex;
    padding-left:45px;
    align-items: center;
}
.Icon_Arrow{
    width:21px;
    margin-right:16px;
}
.guide_minTitleFont{
    color:#fff;
    font-weight:bold;
    font-size:24px;
}


.logoGroup{
    display: flex;
    flex-wrap: wrap;
    margin-top:36px;
    padding-bottom:16px;
}

.logoItem{
    /* width:240px; */
    width:190px;
    margin-right:12.5px;
    margin-bottom:12px;
}
.logoItem img{
    display:block;
    width:100%;
}


.logoGroup .logoItem:nth-child(5n){
    margin-right:0;
}

.support .logoGroup{
    padding-bottom:16px;
}

.register{
    background:#5582af;
    border-radius:4px;
    width:240px;
    height:40px;
    display:flex;
    margin:0 auto;
   
   margin-bottom:30px;
}
.registerLInk{
    display:flex;
    width:100%;
   height:100%;
    align-items:center;
    justify-content: center;
     color:#fff;
     font-weight:bold;
     font-size:16px;
}


.joinContent{
    padding-top:10px;
     font-size:16px;
     color:#fff;
     line-height:1.6;
     position: relative;
}
.meetingMessage {
    display:flex;
    margin-top:12px;
    /* border-bottom:1px solid #7C8FB4; */
    padding-bottom:10px;
}
.msg01{
    width:430px;
    display:flex;
}
.meetTitle{
    /* width:100px; */
    display:flex;
}
.Icon_address{
    width:25px;
    margin-right:12px;
}
.Icon_site{
    width:18px;
     margin-right:12px;
}
.Icon_traffic{
    width:21px;
     margin-right:12px;
}
.otherMessage{
    display:flex;
    margin-top:12px;
    align-items: flex-end;
}
.scene_map{
    width:500px;
    
}
.scene_map img {
    display: block;
    width: 100%;
}
.guideCode{
    flex:1;
}


.mettingMsg{

}

 .listTitle {
     display: flex;
     align-items: center;
     width:332px;
     height: 30px;
     font-size: 16px;
     font-weight: bold;
     padding-left: 8px;
     line-height: 1;
     margin-bottom: 8px;
     background: linear-gradient(to right, rgba(85, 130, 175, 1) 0%, rgba(85, 130, 175, .4) 30%, rgba(85, 130, 175, .1) 80%, rgba(85, 130, 175, 0) 100%);
 }
 .listItem{
      margin-top:12px;
 }
 .otherMessage .msgFont {

 }
 .txtCenter{
     text-align: center;
     color:#fff;
     font-size:16px;
 }
 .LInkRegsiter{
     margin-top:30px;
 }

 .ACtivityTime{
     color:#fff;
     font-size:16px;
     font-weight:bold;
     width:300px;
     text-align:right;
     padding-right:16px;
 }
 .guide_minTitleFont{
     flex:1;
 }




 .guide_minTitle_sendocn{
     display: flex;
     align-items: center;
     margin-top:20px;
 }
 .guide_minTitleFont_swonc{
     font-size:20px;
     color:#fff;
     width:140px;
     text-align: center;
 }
 .line_ICon{
     width:calc( (100% - 140px)/2 );
 }
 .line_ICon_left{
     display: flex;
     justify-content: flex-end;
     align-items: center;
 }
 .line_ICon_right{
      display: flex;
      justify-content:flex-start;
      align-items: center;
 }
.line_ICon_right img{
     transform:rotateZ(-180deg);
}
.spaceTop{
    margin-top:48px;
}
.joinContent .download_btn{
    position: absolute;
    top: 10px;
    right: 0;
    background: #5582af;
    border-radius: 4px;
    width: 240px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}
.joinContent .download_btn img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}