* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.row {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .row {
        width: 100%;
    }
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
img {
    display: block;
    max-width: 100%;
}

body {
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #FFFFFF;
}
.scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
}

.bg01 {
    background: url(../images/bg01.png) center no-repeat;
}
@media (max-width: 750px) {
    .bg01 {
        background: transparent;
    }
}
.bg02 {
    background: #F1F0F0;
}
.bg03 {
    background: #040323;
}
.bg04 {
    background-color: #4C5258;
}

/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #4C5258;
    z-index: 99;
}
.header-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    height: 125px;
}
.header-box .navs a {
    cursor: pointer;
    width: 180px;
    height: 48px;
    line-height: 48px;
    color: #333333;
    font-size: 18px;
    text-align: center;
    background: #FFFFFF;
    margin: 0 6px;
}
@media (max-width: 750px) {
    .header {
        display: none;
    }
}

/* 手机导航 */
.header_warp {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    height: 46px;
    background: #4C5258;
}
.header_warp_cut {
    height: 100%;
    position: fixed;
}
.header_warp .navBox {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}
.header_warp_cut .navBox {
    z-index: 1000;
}
.header_warp .nav_more {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}
.header_warp .nav_more .icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #fff;
}
.header_warp_cut .nav_more .icon-bar {
    background: #636363;
}
.header_warp .nav_more .icon-bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
}
.header_warp_cut .nav_more .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
}
.header_warp_cut .nav_more .middle {
    width: 0;
    visibility: hidden;
}
.header_warp_cut .nav_more .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
}
.navList {
    z-index: 900;
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
}
.navList ul {
    padding: 0;
    list-style: none;
    background: #f9fafb;
    padding: 15px 30px;
    padding-top: 46px;
}
.navList ul li {
    overflow: hidden;
    position: relative;
}
.navList_ul > li > a {
    padding: 20px 35px 20px 10px;
    position: relative;
    color: #3d3d3d;
    display: block;
}
.navList_ul > li > a:hover {
    color: #3d3d3d;
}
.navList ul li > a {
    border-bottom: 1px solid #c4c4c4;
    line-height: 120%;
    position: relative;
    z-index: 2;
}
.header_warp_cut .navdrop_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    -webkit-transition: all .5s ease;
    z-index: 10;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    display: block;
    margin: 5px 0;
    width: 10px;
    height: 2px;
    background: #3d3d3d;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    background: #636363;
    position: absolute;
    right: 0;
    top: 10px;
}
.header_warp_cut li .navdrop_icon .top {
    -webkit-transform: translateY(-4px) rotateZ(45deg);
}
.header_warp_cut li .navdrop_icon .middle {
    width: 0;
    vertical-align: hidden;
}
.header_warp_cut li .navdrop_icon .bottom {
    -webkit-transform: translateY(2px) rotateZ(-45deg);
}
@media (max-width: 750px) {
    .header_warp {
        display: block;
    }
}

/* banner */
.banner {
    padding: 0 !important;
    background: url(../images/bg-banner.png) center no-repeat;
    background-size: auto 100%;
    margin-top: 125px;
}
.banner .banner-mob {
    display: none;
}
@media (max-width: 750px) {
    .banner {
        margin-top: 46px;
    }
    .banner .row {
        padding: 0;
    }
    .banner .banner-pc {
        display: none;
    }
    .banner .banner-mob {
        display: block;
        width: 100%;
    }
}

/* container */
.main-box {
    padding: 60px 0;
}
.title {
    -webkit-justify-content: center;
    justify-content: center;
}
.title span {
    position: relative;
    color: #253561;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .2em;
    border-bottom: 6px solid #D7DAE1;
    padding: 0 16px 10px;
}
.title span b {
    color: #253561;
}
.title span b:first-child {
    color: #666666;
}
.title2 {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.title2 span {
    position: relative;
    color: #EEEEEE;
    font-size: 25px;
}
.title2 b {
    color: #FFFFFF;
    font-size: 32px;
    margin-bottom: 5px;
}
.main-info {
    padding-top: 30px;
}
@media (max-width: 750px) {
    .title span {
        font-size: 30px;
    }
    .title b {
        font-size: 40px;
    }
}

/* 会议介绍 */
.box1 {
    padding-bottom: 60px;
    margin-top: -25px;
}
.box1 .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mt-introduct {
    position: relative;
    width: 750px;
    padding-top: 25px;
}
.mt-introduct:after {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 25px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}
.mt-introduct:before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    right: 25px;
    height: 25px;
    background: #FFFFFF;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, .4);
    z-index: 2;
}
.mt-introduct img {
    width: 100%;
}
.mt-introduct h5 {
    color: #00AEEF;
    font-size: 24px;
    margin-top: 20px;
}
.mt-introduct p {
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-top: 20px;
}
@media (max-width: 750px) {
    .box1 {
        padding: 60px 0;
        margin: 0;
    }
    .box1 .row {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .mt-introduct {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .mt-introduct h5 {
        text-align: center;
    }
    .mt-introduct:before {
        display: none;
    }
}

/* 演讲/展示企业 */
.mt-media2-box {
    width: 400px;
}
.mt-media2-nav {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .5);
}
.mt-media2-nav a {
    cursor: pointer;
    width: 50%;
    text-align: center;
    background: #CED1D8;
    padding: 33px 0;
}
.mt-media2-nav a:last-child {
    color: #FFFFFF;
    background: #00AEEF;
}
.mt-media2-nav a h5 {
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 10px;
}
.mt-media2-nav a span {
    font-size: 16px;
}
.mt-logo2-title {
    color: #00AEEF;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
}
.mt-logo2 {
    height: 497px;
    border: 1px solid #DDDDDD;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
}
.mt-logo2 li {
    border-bottom: 1px solid #DDDDDD;
}
.logo-list2 {
    width: 199px;
    padding: 10px;
}
.logo-list2:nth-child(2n) {
    margin-right: 0;
}
.logo-list2 img {
    width: 100%;
}
@media (max-width: 750px) {
    .mt-media2-box {
        width: 100%;
    }
    .mt-media2-nav {
        display: none;
    }
    .logo-list2 {
        width: 50%;
    }
}

/* 参会价值 */
.mt-value {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mtValue-list {
    position: relative;
    width: 277.5px;
    color: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
}
.mtValue-list img {
    width: 100%;
}
.mtValue-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 20px 20px;
}
.mtValue-info h2 {
    position: relative;
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    padding: 18px 0;
}
.mtValue-info h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 85px;
    height: 2px;
    background: #FFFFFF;
}
.mtValue-info p {
    height: 140px;
    line-height: 1.5;
    font-size: 14px;
    text-align: justify;
    margin-top: 18px;
}
@media (max-width: 750px) {
    .mtValue-list {
        width: 100%;
        margin-bottom: 20px;
    }
    .mtValue-list p {
        height: auto !important;
    }
}

/* 会议议题 */
.mt-topics {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topics-list {
    position: relative;
    width: 218px;
    color: #FFFFFF;
    text-align: center;
    padding: 1px 0;
    margin-right: 20px;
    margin-bottom: 25px;
}
.topics-list:nth-child(5n) {
    margin-right: 0;
}
.topics-list img {
    display: inline-block;
}
.topics-list h3 {
    color: #666666;
    font-size: 16px;
    margin-top: 10px;
}
.topics-info {
    height: 50px;
    line-height: 1.5;
    color: #666666;
    font-size: 16px;
    padding: 0 30px;
    margin-top: 10px;;
}
@media (max-width: 750px) {
    .topics-list {
        width: 48%;
        padding: 20px 0;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .topics-list:nth-child(2n) {
        margin-right: 0;
    }
    .topics-info {
        padding: 0 10px;
    }
}

/* 会议议程 */
.mt-plan table {
    width: 100%;
    color: #666666;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}
.mt-plan table th,
.mt-plan table td {
    text-align: center;
    border-right: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    padding: 21px 0;
}

/* 演讲嘉宾 */
.mt-speaker {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.speaker-list {
    width: 376.66px;
    border: 1px solid #253561;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.speaker-list:nth-child(3n) {
    margin-right: 0;
}
.speaker-info {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 20px;
}
.speaker-details {
    width: 180px;
    padding-top: 30px;
}
.speaker-details h5 {
    color: #253561;
    font-size: 20px;
    margin-bottom: 20px;
}
.speaker-details p {
    font-size: 16px;
    margin: 10px 0;
}
.speaker-info img {
    width: 150px;
    height: 150px;
}
.speaker-content {
    line-height: 1.5;
    color: #FFFFFF;
    background: #253561;
    padding: 20px;
}
.speaker-content p {
    height: 160px;
    text-align: justify;
}

@media (max-width: 750px) {
    .speaker-list {
        width: 100%;
        padding: 0;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .speaker-img {
        position: relative;
    }
    .speaker-info {
        padding: 8px;
    }
    .speaker-name {
        font-size: 16px;
    }
    .speaker-job {
        line-height: 1.5;
        font-size: 12px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .speaker-job span:first-child {
        height: 36px;
    }
    .speaker-content-box {
        display: none;
    }
    .speaker-content {
        margin-top: 10px;
    }
}

/* 地图导航 */
.map-info-box {
    width: 500px;
    color: #FFFFFF;
    background-color: #8c01ff;
    background-image: linear-gradient(90deg, #8c01ff 0%, #2a46e5 100%);
    -webkit-align-items: center;
    align-items: center;
    padding: 0 60px;
}
.map-info h3 {
    font-size: 30px;
    font-weight: normal;
}
.map-info h4 {
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
}
.map-adress {
    -webkit-align-items: center;
    align-items: center;
    margin-top: 30px;
}
.map-icon {
    margin-right: 15px;
}
.map-adress-info {
    line-height: 1.5;
    font-size: 16px;
}
@media (max-width: 750px) {
    .mt-map {
        -webkit-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .map-img img {
        width: 100%;
    }
    .map-info-box {
        width: 100%;
        padding: 15px;
    }
    .map-info h3 {
        font-size: 16px;
    }
    .map-info h4 {
        font-size: 16px;
        margin-top: 15px;
    }
    .map-adress {
        margin-top: 15px;
    }
    .map-icon {
        width: 16px;
        margin-right: 5px;
    }
    .map-icon img {
        width: 100%;
    }
    .map-adress-info {
        font-size: 12px;
    }
}

/* 往届回顾 */
.mt-review {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.mt-review a {
    color: #36A0D4;
}
.mt-review-line {
    position: relative;
    width: 2px;
    height: 625px;
    background: #253561;
    margin: 0 auto;
}
.mt-review-img {
    position: relative;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}
.mt-review-line-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #253561;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: -12.5px;
}
.mt-review-line-time {
    position: absolute;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.mt-review-main {
    position: absolute;
    width: 510px;
}
.mt-review-main-info {
    position: relative;
    width: 450px;
    color: #253561;
    border: 1px solid #253561;
    padding: 15px;
}
.mt-review-main-info .triangle {
    position: absolute;
    background: #FFFFFF;
}
.mt-review-main-info h6 {
    line-height: 1.5;
    font-size: 24px;
}
.mt-review-main-info h5 {
    margin: 10px 0;
}
.mt-review-main-info img {
    width: 100%;
    margin-bottom: 10px;
}
.mt-review-main-info p {
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
    margin: 0 0 10px;
}
.mt-review-main-text img {
    float: left;
    width: 45%;
}
.mt-review-main-text p {
    float: right;
    display: -webkit-box;
    width: 52%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.mt-review .mt-review-img img {
    display: block;
    width: 100%;
    transition: all 1.5s
}
.mt-review:hover .mt-review-img img {
    transform: scale(1.2, 1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%)
}
.mt-review-text {
    position: relative;
    display: block;
    background: #1288FF;
    padding: 30px 35px;
}
.mt-review-text span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .71);
    margin: 0 0 25px;
}
.mt-review-text span i {
    font-size: 16px;
    padding-right: 8px;
}
.mt-review-text h4 a {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
.mt-review-text p {
    color: #fff;
}
.mt-review-text .blog-btn {
    color: #c9faff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.mt-review-text .blog-btn i {
    padding-left: 8px;
}
@media (max-width: 750px) {
    .mt-review {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .mt-review-line {
        position: relative;
        width: auto;
        height: auto;
        background: transparent;
        margin: 0;
    }
    .mt-review-line-circle {
        display: none;
    }
    .mt-review-line-time {
        display: none;
    }
    .mt-review-main {
        position: initial;
        width: 90%;
        margin: 0 auto 30px;
    }
    .mt-review-main-info {
        width: 100%;
    }
    .mt-review-main-info .triangle {
        display: none;
    }
}

/* 相关媒体报道 */
.mt-media {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.media-list {
    cursor: pointer;
    width: 575px;
    color: #6E6E6E;
    font-size: 13px;
    border: 1px solid #3A3A3A;
    padding: 35px;
}
.media-title {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.media-title .media-name {
    color: #FFFFFF;
    font-size: 15px;
}
.media-list p {
    line-height: 1.5;
    margin-top: 20px;
}
@media (max-width: 750px) {
    .media-list {
        padding: 15px;
    }
}

/* 合作媒体 */
.mt-logo {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-list {
    width: 128.75px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.logo-list:nth-child(8n) {
    margin-right: 0px;
}
.logo-list img {
    width: 100%;
}
@media (max-width: 750px) {
    .logo-list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .logo-list:nth-child(8n) {
        margin-right: 2%;
    }
    .logo-list:nth-child(3n) {
        margin-right: 0;
    }
}


/* 联系我们 */
.mt-contact {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.contact-list {
    margin-right: 30px;
}
.contact-list h3 {
    display: inline-block;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.contact-list p {
    line-height: 2;
    color: #FFFFFF;
    font-size: 14px;
}
@media (max-width: 750px) {
    .mt-contact {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-info {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .contact-list {
        width: 100%;
        margin: 0 0 25px 0;
    }
    .contact-list h3 {
        padding: 0;
    }
    .contact-list img {
        width: auto;
        max-width: 100%;
    }
    .contact-code{
        padding-bottom: 60px;
    }
}

/* 参会报名 */
.mt-enroll {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mt-enroll-num-box {
    color: #FFFFFF;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.mt-enroll-num-box h5 {
    font-size: 16px;
    font-weight: normal;
}
.mt-enroll-num {
    font-size: 20px;
}
.mt-enroll-num span {
    margin: 0 2px;
}
.mt-enroll-form {
    width: 100%;
}
.mt-enroll-input-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.del_box {
    border-bottom: 1px dashed #272727;
    margin-bottom: 15px;
}
.mt-enroll-input-list {
    width: 575px;
    height: 50px;
    color: #FFFFFF;
    background: #272727;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}
.mt-enroll-input-list span {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}
.mt-enroll-input-list select,
.mt-enroll-input-list input {
    width: 100%;
    height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
}
.mt-enroll-content {
    width: 100%;
    background: #272727;
    margin-bottom: 15px;
}
.mt-enroll-content textarea {
    display: block;
    width: 100%;
    color: #FFFFFF;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    padding: 10px 20px;
}
.mt-enroll-content textarea::-webkit-input-placeholder {
    color: #FFFFFF;
}
.mt-enroll-btn {
    -webkit-justify-content: center;
    justify-content: center;
}
.mt-enroll-btn a {
    cursor: pointer;
    width: 150px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: center;
    background: #8E8E8E;
    margin: 0 15px;
}
@media (max-width: 750px) {
    .mt-enroll-btn {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mt-enroll-btn a {
        width: 36%;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

#newBridge {
    display: none !important;
}


/* 会议赞助 */
.mt-sponsor {
    line-height: 1.8;
    color: #FFFFFF;
    font-size: 16px;
}
.mt-sponsor a {
    color: #FFDB66;
}
.sponsor-list {
    margin-bottom: 40px;
}
.sponsor-list h2,
.sponsor-list h5 {
    font-size: 18px;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
}
.sponsor-list h5 {
    font-size: 16px;
}
.sponsor-list h2 > img,
.sponsor-list h5 > img {
    margin-right: 5px;
}
.sponsor-list p span:first-child {
    white-space: nowrap;
}

/* 报名弹窗 */
.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.dialog-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.dialog-close {
    cursor: pointer;
    position: absolute;
    top: -24px;
    right: -24px;
}
.dialog-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    background: #253561;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    padding: 15px;
}
.mt-enroll-form {
    max-height: 550px;
}
@media (max-width: 750px) {
    .dialog-close {
        top: -18px;
        right: -18px;
    }
    .dialog-close svg {
        width: 36px;
        height: 36px;
    }
    .dialog-info {
        width: 90%;
    }
    .mt-enroll-form {
        max-height: 460px;
    }
}
/* footer */
.footer {
    line-height: 70px;
    background: #333333;
}
.footer .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-link a {
    position: relative;
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding: 0 12px;
}
.footer-link a:hover {
    color: #FFFFFF;
}
.footer-link a:first-child {
    padding-left: 0;
}
.footer-link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, .52);
}
.footer-link a:last-child:after {
    display: none;
}
.footer p {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    margin: 0;
}
@media (max-width: 750px) {
    .footer {
        display: none;
    }
}

#newBridge {
    display: none !important;
}
/* 后面加的 */
.empty {
    height: 115px;
}

.enroll-img {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: url(../images/enroll-gg.png) center no-repeat;
    z-index: 999;
}
.enroll-img-mob {
    display: none;
}
@media (max-width: 768px) {
    .enroll-img-pc {
        display: none;
    }
    .enroll-img-mob {
        display: block;
    }
    .enroll-img {
        height: auto;
        background: transparent;
    }
    .enroll-img img {
        width: 100%;
    }
}

.fixed-menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 120px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}
.fixed-menu a {
    cursor: pointer;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #0557C3;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    text-decoration: none;
    margin-bottom: 6px;
}
.fixed-menu a:hover {
    background: #084696;
}
.fixed-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(../img/fixed_margin.png) center no-repeat;
}
.fixed-menu a.btn-enroll {
    color: #FFE200;
    margin-bottom: 0;
}
.fixed-menu a.btn-enroll:after {
    content: none;
}
.fixed-menu .toTop {
    cursor: pointer;
    width: 108px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #084696;
    margin: 0 auto;
}
/* 参会报名--浮窗 */
.enroll-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}
.enroll-box .mt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0557C3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.enroll-box .enroll-title h4 {
    line-height: 1.5;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}
.enroll-box .enroll-title p {
    color: #fff;
    text-align: center;
}
.enroll-box .mt-main {
    position: relative;
    height: 530px;
    overflow: auto;
}
.enroll-box .btn-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(255, 255, 255, .52);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 768px) {
    .enroll-box .mt-box {
        width: 96%;
        padding: 0;
    }
    .enroll-box .mt-main {
        height: 380px;
    }
    .del_box > div {
        padding: 0;
    }
    .btc_cont_form_wrapper input {
        width: 106px;
    }
    .btc_cont_form_wrapper2 > div {
        padding: 0;
    }
    .font_size select {
        width: 140px;
        -webkit-appearance: none;
        appearance: none;
    }
    .input-address input {
        width: 150px;
    }
    .view-btn a {
        margin-bottom: 8px;
    }
}
