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;
}

/* 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 #f3f3f3;
    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: #666666;
    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: 30px 0;
}
.viewBox2 {
    padding: 30px 10px;
}
.viewTitle {
    text-align: left;
    border-left: 10px solid #0072DF;
    padding: 3px 0 3px 15px;
    margin-bottom: 20px;
}
.viewTitle h3 {
    font-size: 18px;
}
.viewTitle .line {
    width: 30px;
    margin: 7.5px 0;
}
.viewTitle p {
    font-size: 10px;
}
.viewInfo {
    margin-top: 20px;
}
.row {
    width: 100%;
}
.title {
    font-size: 20px;
}

/* banner */
.banner {
    height: auto;
    background: transparent;
    padding-top: 40px;
    margin: 0;
}
.banner img {
    width: 100%;
}

/* frame */
.frameBox {
    padding: 20px 0 30px;
}
.frame-top {
    padding: 0 15px;
}
.frame-top h3 {
    font-size: 16px;
}
.frame-top p {
    font-size: 14px;
    margin-top: 10px;
}
.frame-center {
    padding: 0 15px;
}
.frame-txt {
    margin-top: 10px;
}
.frame-txt b {
    font-size: 12px;
}
.frame-txt span {
    font-size: 12px;
}

/* 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;
}

/* topic */
.topic-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}
.topic-list {
    width: 48%;
    margin-right: 0;
    margin-bottom: 25px;
}
.topic-list > img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}
.topic-list > p {
    font-size: 12px;
    text-align: left;
    margin: 0;
}

/* guest */
.guest-box {
    margin-top: 24px;
    justify-content: center;
}
.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: 15px;
}
.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: #04237F;
    border-top: 1px solid #C9C9C9;
}
.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;
}

.map-img{
    height:200px;
    overflow: hidden;
    margin-bottom:10px;
}

.download a{
    font-size:12px;
}
.hhbdGuest .download{
    margin-top:10px;
}
.hhbdGuest .guest-list {
    margin-bottom:10px;
}
/* 现场图片 */
.picture-img {
    width: 48%;
    margin-bottom: 4%;
}


/* 会后报道 */
.mt-report-info p {
    color: #333333;
    text-align: justify;
    font-size: 12px;
    line-height: 2;
    margin-top: 14px;
}
.viewBox {
    padding: 30px 10px;
}
.viewTitle h3 {
    font-size: 18px;
}
.mt-report-info{
    width:100%;
}
.mt-report-info h4, .mt-report-info h4>a{
    font-size:16px;
}
.mt-report-info p {
    color: #333333;
    text-align: justify;
    font-size: 12px;
    line-height: 2;
    margin-top: 14px;
    text-indent: 0;
}
