html, body {
    height: 100%;
}
.moveAnimation {
    transition: all 350ms;
    -moz-transition: all 350ms;
    -ms-transition: all 350ms;
    -o-transition: all 350ms;
    -webkit-transition: all 350ms;
}
.moveRight {
    transform: translate3d(60.0%, 0, 0);
    -webkit-transform: translate3d(60.0%, 0, 0);
    -moz-transform: translate3d(60.0%, 0, 0);
    -ms-transform: translate3d(60.0%, 0, 0);
    -o-transform: translate3d(60.0%, 0, 0);
}
.app {
    width: 100%;
    max-width: 750px;
    min-height: 100%;
    overflow-x: hidden;
    background:#00227c;
}

/* left nav */
.nav-left {
    position: fixed;
    left: 0;
    width: 60%;
    height: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    transform: translate(-105%, 0);
    -moz-transform: translate(-105%, 0);
    -ms-transform: translate(-105%, 0);
    -o-transform: translate(-105%, 0);
    -webkit-transform: translate(-105%, 0);
    z-index: 9;
}
.nav-left.open {
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
}
.nav-left-item {
    border-bottom: 1px solid #203a7f;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px 30px;
}
.nav-left.open .nav-left-item {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}
.open .nav-left-item:nth-child(1) {
    transition-delay: 160ms;
}
.open .nav-left-item:nth-child(2) {
    transition-delay: 240ms;
}
.open .nav-left-item:nth-child(3) {
    transition-delay: 320ms;
}
.open .nav-left-item:nth-child(4) {
    transition-delay: 400ms;
}
.open .nav-left-item:nth-child(5) {
    transition-delay: 480ms;
}
.open .nav-left-item:nth-child(6) {
    transition-delay: 560ms;
}
.open .nav-left-item:nth-child(7) {
    transition-delay: 640ms;
}
.nav-left-item i {
    color: #333333;
    font-size: 24px;
    margin-right: 5px;
}
.nav-left-item span {
    color: #fff;
    margin-left: 25px;
}

/* right mask */
.navExistOffPanel {
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 768px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    margin-left: 0;
    z-index: 10;
}
.navExistOffPanel.navPanelOpen {
    display: block;
    margin-left: 60.0%;
}

/* nav */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #1A59A6;
    background: #ffffff;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
    z-index: 8;
}
.nav i {
    transition: transform .35s;
    -webkit-transition: transform .35s;
    -moz-transition: transform .35s;
    -ms-transition: transform .35s;
    -o-transition: transform .35s;
}
.nav.moveRight i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.nav i.icon-menu:before {
    content: '\e747';
    color: #333333;
    font-size: 26px;
}
.nav.moveRight i.icon-menu:before {
    content: '\e748';
    font-size: 26px;
}
.nav h3 {
    font-size: 16px;
    margin-left: 24px;
}

/* container */
.container {
    padding-bottom: 56px;
}
.viewBox {
    padding: 25px 0;
}
.viewBox2 {
    padding: 30px 10px;
}

.viewInfo {
    margin-top: 20px;
}
.row {
    width: 100%;
}
.title {
    font-size: 20px;
}
.viewTitle{
    margin-bottom:20px;
}
.viewTitle .title{
    font-size:19px;
}
.viewTitle .small-tit{
    font-size:9px;
}
/* banner */
.banner {
    /* background: transparent; */
    background-size:cover;
    height:250px;
    margin-top:0;
}
.banner .row{
    height:100%;
    width:100%;
}
.banner-txt-box{
    width:100%;
}
.banner img {
    width: 100%;
    margin-top: 20px;
}
.banner-txt-box{
    margin-top:10px;

}

/* plan */
.bg02 {
    background-size: cover;
}
.plan-box {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 15px;
}
.plan-list {
    width: 100%;
}
.plan-date span {
    font-size: 16px;
}
.plan-date b {
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    background-size: 100%;
}
.plan-line {
    margin-top: 10px;
}
.plan-title {
    font-size: 14px;
    margin-top: 10px;
}
.plan-info {
    padding: 20px 10px 5px;
}
.plan-info-list {
    margin-bottom: 15px;
}
.plan-info-list span {
    font-size: 14px;
    padding-left: 18px;
    margin-right: 5px;
}
.plan-info-list p {
    font-size: 12px;
}


/* guest */
.guest-box {
    margin-top: 24px;
}
.guest-list {
    width: 33.33%;
    height: auto;
    padding: 15px 10px;
    margin-right: 0;
}
.guest-info img {
    width: 60px;
}
.guest-info h3 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.guest-info p {
    font-size: 12px;
    margin-top: 6px;
}
.guest-hover {
    background-size: 100% 100%;
    padding: 10px 5px 15px;
}
.guest-hover-dec {
    height: 90%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

/* sponsor */
.sponsor-box {
    margin-top: 20px;
}
.sponsor-list {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 7.5px;
}
.sponsor-list:nth-child(5n) {
    margin-right: 2%;
}
.sponsor-list:nth-child(3n) {
    margin-right: 0;
}
.sponsor-list img {
    width: 100%;
}

/* map */ 
.map-box {
    padding: 0;
    margin-top: 20px;
}
.map-box > img {
    width: 100%;
}
.map-info {
    text-align: center;
}
.map-info h3 {
    color: #0A7DEA;
    font-size: 16px;
    font-weight: normal;
}
.map-info p {
    font-size: 14px;
    margin-top: 5px;
}
.map-info a {
    line-height: 28px;
    font-size: 12px;
    background: #0A7DEA;
    padding: 0 15px;
    margin-top: 15px;
}

/* gg */
.gg-box {
    margin: 0 0 20px;
}
.gg-box img {
    width: 100%;
}

/* tabs */
.tabs {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #32416d;
    border-top: 1px solid #203a7f;
}
.tabs-item {
    width: 50%;
    height: 56px;
    color: #ffffff;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.tabs-item.active {
    color: #ffffff;
}
.tabs-item i {
    font-size: 20px;
}
.tabs-item span {
    font-size: 12px;
    margin-top: 8px;
}

/* view map */
.viewMap {
    margin: 0;
}
.viewMap-info {
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 5px;
}
.viewMap-item {
    margin-top: 20px;
}
.viewMap-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.viewMap-item p {
    font-size: 12px;
}

/* view contact */
.viewContact {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.viewContact-list {
    width: 50%;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 30px;
}
.viewContact-list h3 {
    font-size: 14px;
}
.viewContact-list p {
    font-size: 12px;
}

/* view enroll */
.viewEnroll {
    padding-top: 40px;
}
.viewEnroll .row {
    padding: 20px 15px;
}
.enroll-box {
    width: 100%;
}
.enroll-top {
    height: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
}
.enroll-title h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.enroll-num {
    font-size: 14px;
    margin: 0;
}
.enroll-ticket {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0 15px;
}
.ticket-list {
    width: 48%;
    margin-right: 0;
}
.enroll-inputBox {
    padding: 0 15px;
}
.enroll-inputBox-list {
    width: 100%;
    padding: 0 !important;
}
.enroll-inputBox input, 
.enroll-inputBox select {
    width: 0;
    flex: 1;
}
.enroll-inputBox-item span {
    white-space: nowrap;
}
.enroll-btn button,
.enroll-btn a {
    line-height: 40px;
    width: 120px;
    margin: 0 5px;
}

.inviteCodeBox img {
    max-width: 280px;
}
.gift {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.gift img{
    max-width: 100%;
    display: block;
    border: 0;
}


.special-guest .guest-list{
    margin-right:0;
    padding-left:10px;
    padding-right:10px;
}
.title-box::after, .title-box::before{
    width:46px;
    height:46px;
}
/* 会议介绍 introduction */
.intro-info h3 {
    line-height: 1.5;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.intro-info p{
    font-size:14px;
    line-height: 1.5;
}

/* 会议主题 */
.topics .viewInfo{
    /* background:#1b79d8; */
    background:none;
}
.topics-item{
    background:url(../image/m-topic-bg.png) center center;
    height: 60px;
    line-height: 1.2;
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 10px;
    text-align: left;
}
.topics-item:nth-child(2n){
    margin-right:0;
}

/* 演讲嘉宾 */
.guest-item{
    width:32%;
    margin-right:2%;
}
.guest-item:nth-child(3n){
    margin-right:0;
}
/* .guest-item:nth-child(4n){
    margin-right:2%;
} */
.guest-img{
    /* height: 90px; */
}
.guest-item .name{
    font-size:12px;
    margin-top:5px;
}
.guest-info{
    font-size:12px;
}
.guest-hover .hover-info{
    font-size:12px;
}
.guest-hover .hover-info{
    padding:0;
}
.guest-item .company{
    height:45px;
}
/* 企业赞助 */
.sponsor-list{
    height:43px;
    background:#fff;
}

/* 演讲企业 */
.company-item{
    width:32%;
    margin-right:2%;
    height:31px;
    margin-bottom:10px;
}
.company-item:nth-child(5n){
    margin-right:2%;
}
.company-item:nth-child(3n){
    margin-right:0;
}

/* 会场地址 */
.map-img{
    width:100%;
    height:212px;
}
.map .viewInfo{
    background:none;
}
.map-info{
    padding:0;
    margin:0;
    border:none;
    text-align: left;
}

/* 联系我们 */
.contact-item h3{
    font-size: 14px;
}
.contact-item p{
    font-size:14px;
}
.contact-item{
    margin-bottom:30px;
    color:#fff;
    float: left;
    margin-right: 6px;
}
.contact-wrap{
    background:url(../image/m-footer.png) center center repeat-y;
}
.contact{
    background:none;
}
.code-info{
    font-size:12px;
}
.m-code-wrap{
    justify-content: center;
    margin-right:0;
}
.contact-wrap .viewInfo{
    margin-top:0;
}
.footer{
    padding:5px 0;
}
.footer p{
    line-height:1.5;
    width:60%;
    text-align:center;
    margin:0 auto;
    font-size:12px;
}

/* 报名 */
.viewEnroll-input.col-5{
    width:100%;
    margin-right:0;
}
.viewEnroll-input input, .viewEnroll-input select, .viewEnroll-input textarea{
    width:100%;
}
.viewEnroll-input.col-5 input, .viewEnroll-input.col-5 select{
    width:350px;
}
.viewEnroll-input span{
    display:block;
    width:120px;
}
.viewEnroll-btn a{
    font-size:14px;
    height:40px;
    line-height:40px;
}

/* 地图 */
.viewMap-item h3{
    font-size:14px;
}

/* 往届回顾 */
.viewReview {
    position: relative;
}
.viewReview-time-line {
    position: absolute;
    top: 0;
    left: 25px;
    width: 5px;
    height: 90%;
    background: #e0e1e2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.viewReview-title {
    cursor: pointer;
    position: relative;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 18px;
    padding-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.viewReview-title:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -23px;
    width: 17px;
    height: 17px;
    background: -linear-gradient(left,#fff,#fff);
    background: -moz-linear-gradient(left,#fff,#fff);
    background: -webkit-linear-gradient(left,#fff,#fff);
    background: -o-linear-gradient(left,#fff,#fff);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px #fff;
}

.viewReview-title span {
    color: #fff;
    background: transparent;
    padding: 0;
}

.viewReview-title span {
    margin-top: -8px;
}

.viewReview-list-item {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: transparent;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    padding: 10px;
}
.viewReview-list-item .item-info {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 8px 8px;
}

.item-img img{
    width:100%;
}

.viewReview-time-line-bar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 0;
    /* background: #fff; */
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.viewReview-list-item .item-info h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.viewReview-item {
    padding-left: 42px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.viewReview-title:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    border-top: 3px solid #fff;
}

.viewReview-list-item .item-info p {
    color: #fff;
    font-size: 13px;
    margin-top: 5px;
}

/* 赞助 */
.mt-sponsor{
    font-size: 14px;
}

/* 拟邀企业 */
.mt-scroll-box{
    /* height:250px; */
}
.mt-scroll-box li{
    height:50px;
}
.mt-scroll-box>ul>li{
    line-height:1.3;
}
.txtMarquee-top .infoList li{
    font-size:14px;
    /* height:50px !important; */
    line-height:1.3;
    height:30px;
}
/* view enroll */
.viewEnroll-count span {
    width: 75px;
    font-size: 12px;
}
.viewEnroll-count b {
    font-size: 24px;
}
.viewEnroll-input {
    width: 100% !important;
    margin-right: 0 !important;
}
.viewEnroll-input span {
    width: 22%;
}
.viewEnroll-input input, 
.viewEnroll-input select, 
.viewEnroll-input textarea {
    width: 70% !important;
}
.viewEnroll-btn {
    margin-top: 30px;
}
.viewEnroll-btn a {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 20px;
}


.meeting-schedule td {
    font-size: 14px;
    padding: 10px;
}

#mt-picture {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.picture-img {
    width: 48%;
    margin-bottom: 4%;
}