* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_2289513_fd5mp188po6.eot');
    src: url('//at.alicdn.com/t/font_2289513_fd5mp188po6.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.woff') format('woff'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2289513_fd5mp188po6.svg#iconfont') format('svg');
}
/* @font-face {font-family: "iconfont";
    src: url('../iconfont/iconfont.eot?t=1608773732347');
    src: url('../iconfont/iconfont.eot?t=1608773732347#iefix') format('embedded-opentype'),
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAK4AAsAAAAABpwAAAJsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfgqBCIEaATYCJAMMCwgABCAFhG0HOhvcBREVjEOyLw54E+uUqOrMejFqFLFU21T7gJoQRBLc53j4b+31vpnZ3R9GlZRYEihANAJYsVGpEVWmpxZB/61NO7ZREYolOc+juzwjP4Hwo+t8nUYphKyQTTDmfZjIzaNQE+U/AUP/fZ5r6iXQ2dHqA80lIigqMPEAx3u+N7BOPBrZjWjEG8YucAmvCXSatULs3L3niJbC2hSIOzevX9TKpRSFVVtCXXOyNPFCpZWepSw8D78fX2XRIqkya+eBa7uu2PqRfSzz3TZnfEKaAM9XyFiBQhyrLR2QBeOyzv3FHIoi+Fi2xxQLir3yifjrnM5usASWEx+Z6xO3ZoAiJJBBjQZzWAvZ4VQtiiVR93Gd0ac3joU33d549Mim40e3HDu++Ui7rUe3LmxdZgv+iupMLvwe1HiWQ9scE3N4gfUz+Vh6CHlbeisQDL+ZOt+38X+LAt6fvBJ6i34RWucIB/9rWhmBwk1WIBfVrrU3kI2r76hXp0604digD+NNvTsJLSMpksYMspY5srArUOmyAbWWLejEXY6d7zLEWYvSgWW+AKHfhKTXO2T9ZrKwP1RG/VHrjzU6HYuhG7ssCnXa4bAK2EL9AdXQwJ1QOEXdZxSPrnJZUyi7o/MqC2mUFKsMB3Rz7PFPkYXAgTvqoQDvYdcRjI40NiGSIYx5HPO6D0UN9YuTHRxUCVAL1D6A0iAD7o8PTiXpz5Dw0Km4lpGa+h1yPDU7SEWSHiSzD71G7kWM9yRkgoADnEN6oADLUKdDwFi/TEONICJHFEa52Bbife3R+s7++05AJ2tOjhQ5itblm14oyH22lzvyuFgA') format('woff2'),
    url('../iconfont/iconfont.woff?t=1608773732347') format('woff'),
    url('../iconfont/iconfont.ttf?t=1608773732347') format('truetype'),
    url('../iconfont/iconfont.svg?t=1608773732347#iconfont') format('svg');
} */
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-home2:before {
    content: '\e606';
}
.icon-enroll:before {
    content: '\e601';
}
.icon-review:before {
    content: '\e602';
}
.icon-share:before {
    content: '\e603';
}
.icon-sponsor:before {
    content: '\e604';
}
.icon-gotop:before {
    content: '\e605';
}
.icon-direction:before {
    content: '\e746';
}
.icon-company:before {
    content: '\e749';
}
.icon-speaker:before {
    content: '\e6ef';
}
.icon-enterprise:before {
    content: '\e74b';
}
.icon-map:before {
    content: '\e758';
}
.row {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}
img {
    display: block;
}
body {
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #fff;
}
.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;
}
.scroll2 {
    scroll2bar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll2::-webkit-scrollbar {
    display: none;
}
.scroll2::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll2::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
}

/* background */
.bg01 {
    background: url(../image/guest/guest_bg.jpg) top center no-repeat #2B1992;
}
.bg02 {
    background: url(../image/company_bg.png) top center no-repeat;
}
.bg03 {
    background: url(../image/review_bg.jpg) top center no-repeat #4A2ACC;
}
.bg04 {
    background: url(../image/review_bg.jpg) top center no-repeat #4A2ACC;
}
.bg05 {
    background: #ECF6FE;
}

/* banner */
.banner {
    background: url(../image/banner_bg.png) top center no-repeat;
}
.banner .row {
    height: 550px;
    -webkit-align-items: center;
    align-items: center;
}

/* nav */
.nav {
    height: 50px;
    background: #F5F5F5;
}
.nav .row {
    height: 50px;
    -webkit-align-items: center;
    align-items: center;
}
.nav .nav-box {
    top: -50px;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}
.nav.fixed .nav-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #F5F5F5;
    z-index: 10;
}
.nav .nav-item {
    cursor: pointer;
    position: relative;
    width: 200px;
    line-height: 25px;
    color: #666666;
    font-size: 18px;
    text-align: center;
    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;
}
.nav .nav-item.active,
.nav .nav-item:hover {
    color: #0072DF;
    font-weight: bold;
}
.nav .nav-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: -.5px;
    width: 1px;
    height: 25px;
    background: #cccccc;
}
.nav .nav-item:last-child:after {
    background: transparent;
}

/* view */
.viewBox {
    padding: 50px 0;
}
.viewBox.viewInside {
    padding-top: 0;
}
.viewTitle h3 {
    display: block;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.viewTitle.white h3 {
    color: #ffffff;
}
.viewTitle {
    text-align: left;
    border-left: 10px solid #0072DF;
    padding: 3px 0 3px 15px;
    margin-bottom: 40px;
}
.viewTitle p {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
.viewTitle.white p {
    color: #ffffff;
}
.viewInfo {
    margin-top: 30px;
}

/* introduce */
.introduce, .report {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.introduce-info, .report-info {
    width: 650px;
    padding-top: 60px;
}
.introduce-info h2, .report-info h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 35px;
}
.introduce-info p, .report-info p {
    line-height: 1.8;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 12px;
}

/* mt-value */
.mt-value {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mtValue-list {
    position: relative;
    width: 218px;
    color: #FFFFFF;
    background: url(../image/bg-value.png) center top no-repeat #E9EDF9;
    background-size: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 21px 17px;
}
.mtValue-list h2 {
    color: #0072DF;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.mtValue-list p {
    height: 140px;
    line-height: 1.5;
    color: #666666;
    font-size: 14px;
    text-align: justify;
}

/* mt-value */
.mt-show {
    height: 550px;
    background: url(../image/bg-zs.jpg) center top no-repeat #E9EDF9;
    background-size: 100% 100%;
    /* border: 1px solid #DDDEE0; */
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}
.show-list{
    width: 48%;
    cursor: pointer;
}
.show-list h3 {
    line-height: 60px;
    color: #0072DF;
    font-size: 18px;
    padding-left: 30px;
}
.show-list h3 span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 5px;
    background: #0072DF;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    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;
}
.show-list h3 span {
    position: relative;
    padding-left: 15px;
}
.show-list-detail {
    overflow: hidden;
    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;
    margin-bottom: 0;
}
.show-list-detail p {
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    background: #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px;
}

/* star */
.star-info {
    padding-left: 100px;
    margin-top: 70px;
}
.star-item {
    width: 120px;
    text-align: center;
    margin-right: 100px;
}
.star-item:nth-child(5n) {
    margin-right: 0;
}
.star-item img {
    display: block;
    width: 100%;
}
.star-item p {
    color: #236CF6;
    font-size: 22px;
    margin-top: 45px;
}

/* topic */
.topic {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topic-item {
    position: relative;
    width: 383.33px;
    padding-left: 5.5px;
    margin-right: 25px;
    margin-bottom: 20px;
}
.topic-item:nth-child(3n) {
    margin-right: 0;
}
.topic-item.hot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 28px;
    height: 25px;
    background: url(../image/icon_hot.png) no-repeat;
}
.topic-info {
    height: 82px;
    line-height: 1.5;
    font-size: 16px;
    background: #F9F9F9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 45px;
}

/* sponsor */
.sponsor-item {
    width: 340px;
    margin-right: 90px;
}
.sponsor-item:nth-child(3n) {
    margin-right: 0;
}
.sponsor-item img {
    display: block;
    width: 100%;
}

/* guest */
.mt-speaker {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.speaker-list {
    position: relative;
    width: 277.5px;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.speaker-list:nth-child(4n) {
    margin-right: 0;
}
.speaker-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    z-index: 2;
}
.speaker-img img {
    width: 100%;
}
.speaker-info {
    color: #FFFFFF;
    background-color: #eeeeee;
    /* background-image: linear-gradient(90deg, #8c01ff 0%, #2a46e5 100%); */
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 95% 10px 10px 10px;
}
.speaker-name {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}
.speaker-job {
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
}
.data-download {
    text-align: center;
    margin-top: 12px;
}
.data-download a {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    background: #124fab;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px 12px;
}
.speaker-line {
    height: 1px;
    background: #FFFFFF;
    margin: 20px 0;
}
.speaker-content-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    height: 250px;
    color: #FFFFFF;
    background-color: #eeeeee;
    /* background-image: linear-gradient(90deg, #8c01ff 0%, #2a46e5 100%); */
    padding: 10px;
    z-index: 1;
}
.speaker-info-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.speaker-content {
    height: 85%;
    line-height: 1.5;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    opacity: 0;
    overflow: auto;
    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;
    margin-top: 15px;
}
.speaker-list:hover .speaker-content-box {
    z-index: 3;
}
.speaker-list:hover .speaker-content {
    opacity: 1;
}


/* company */
.company {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.company img {
    width: 178.3px;
    border: 1px solid #ddd; 
}
.company-item {
    width: 176.3px;
    margin-right: 25px;
    margin-bottom: 25px;    
}
.company-item:nth-child(6n) {
    margin-right: 0;
}
/* 展示企业 */
.mt-logo {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-list {
    width: 178.3px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.logo-list:nth-child(6n) {
    margin-right: 0px;
}
.logo-list img {
    width: 100%;
    border: 1px solid #ddd;
}
.mt-logo-info {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.mt-logo-info .logo-list2 {
    width: 178.3px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mt-logo-info .logo-list2:nth-child(6n) {
    margin-right: 0;
}
.mt-logo-info .logo-list2 img {
    width: 100%;
    border: 1px solid #ddd;
}
.mt-logo span {
    display: block;
    color: #444444;
    width: 200px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}


/* enterprise */
.enterprise {
    margin-top: 70px;
}
.enterprise-title {
    width: 100%;
    height: 75px;
    background: #0072DF;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.enterprise-box {
    border: 1px solid #2B1992;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px 120px;
}
.enterprise-item {
    width: 32.33%;
    height: 260px;
    margin-right: 1%;
}
.enterprise-item:nth-child(3) {
    margin-right: 0;
}
.scroll li {
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* review */
.review {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.review-item {
    width: 375px;
    height: 331px;
    color: #ffffff;
    background: url(../image/review_item_bg.png) no-repeat;
    padding: 50px 40px;
}
.review-item h3 {
    display: -webkit-box;
    height: 105px;
    line-height: 1.5;
    font-size: 24px;
    font-weight: normal;
    text-align: center;    
    overflow: hidden;
    -webkit-box-orient: vertical;    
    -webkit-line-clamp: 3;
    margin-bottom: 75px;
}
.review-item p {
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* gift */
.gift {
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gift img {
    max-width: 100%;
    margin: 20px 0;
}
.gift p {
    line-height: 1.6;
    color: red;
    font-size: 12px;
}

/* 媒体报道 */
.mt-media {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 189px;
}
.media-list {
    cursor: pointer;
    width: 575px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #4F4F6F;
    padding: 20px;
}
.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;
    color: #4F4F6F;
    /* margin-top: 20px; */
}

/* media */
.mediaBox {
    position: relative;
    height: 85px;
    overflow: hidden;
}
.media {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.media-item {
    margin-right: 25px;
}
.media-item img {
    display: block;
}


/* map */
.map {
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
}
.map-info h3 {
    color: #0072df;
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 32px;
}
.map-info p {
    color: #666666;
    font-size: 24px;
    margin-bottom: 38px;
}
.map-info a {
    display: inline-block;
    width: 200px;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    background: #0072df;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.map-image img {
    display: block;
}

/* contact */
.contact {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.contact-item {
    line-height: 30px;
    margin-right: 40px;
}
.contact-item h3 {
    font-size: 18px;
}
.contact-item p {
    font-size: 16px;
}

/* footer */
.footer {
    background: #333333;
}
.footer p {
    line-height: 40px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

/* fixedMenu */
.fixed-menu {
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: 640px;
}
.fixed-menu-item {
    cursor: pointer;
    position: relative;
    width: 45px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #7D7D7D;
    border-radius: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}
.fixed-menu-item.active,
.fixed-menu-item:hover {
    background:#0072DF;
    border: 1px solid #0072DF;
}
.fixed-menu-item i {
    width: 20px;
    height: 20px;
    color: #666666;
    font-size: 20px;
}
.fixed-menu-item.active i,
.fixed-menu-item:hover i {
    color: #ffffff;
}
.fixed-menu-item i.icon-gotop {
    width: 28px;
    height: 28px;
    font-size: 28px;
}
.fixed-menu-item span {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}
.fixed-menu-item.active span,
.fixed-menu-item:hover span {
    color: #ffffff;
}
.share-code {
    display: none;
    position: absolute;
    left: -180px;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    padding: 10px;
}
.share-code img {
    width: 140px;
    height: 140px;
}
.share-code:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 160px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

/* view map */
.viewMap {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.viewMap-image img {
    width: 100%;
}
.viewMap-info {
    margin-top: 50px;
}
.viewMap-item {
    /* width: 380px; */
    line-height: 1.5;
    margin-right: 30px;
}
.viewMap-item:last-child {
    margin-right: 0;
}
.viewMap-item h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}
.viewMap-item p {
    color: #666666;
    font-size: 16px;
}

/* view enroll */
.viewEnroll-count {
    color: #666666;
    -webkit-align-items: center;
    align-items: center;
}
.viewEnroll-count span {
    width: 100px;
    font-size: 14px;
    text-align: right;
    margin-right: 5px;
}
.viewEnroll-count b {
    font-size: 30px;
}
.viewEnroll-box {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.viewEnroll-input {
    margin-top: 30px;
}
.viewEnroll-input.col-5 {
    width: 580px;
    margin-right: 40px;
}
.viewEnroll-input.col-5:nth-child(2n) {
    margin-right: 0;
}
.viewEnroll-input span {
    width: 100px;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    text-align: right;
    margin-right: 5px;
}
.viewEnroll-input i {
    line-height: 40px;
    color: red;
    font-size: 18px;
    margin-left: 10px;
}
.viewEnroll-input input,
.viewEnroll-input select,
.viewEnroll-input textarea {
    width: 1070px;
    height: 40px;
    color: #216072;
    background: #F5F5F5;
    border: none;
    border-radius: 5px;
    outline: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 15px;
}
.viewEnroll-input.col-5 input,
.viewEnroll-input.col-5 select {
    width: 450px;
}
.viewEnroll-input textarea {
    height: 60px;
    resize: none;
    padding: 15px;
}
.viewEnroll-btn {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 70px;
}
.viewEnroll-btn a {
    cursor: pointer;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: #0072DF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 40px;
}

/* view review */
.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-time-line-bar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 5px;
    height: 0;
    background: #0072DF;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.viewReview-item {
    padding-left: 42px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.viewReview-title {
    cursor: pointer;
    position: relative;
    height: 15px;
    line-height: 15px;
    color: #0072DF;
    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,#0072DF,#0072DF);
    background: -moz-linear-gradient(left,#0072DF,#0072DF);
    background: -webkit-linear-gradient(left,#0072DF,#0072DF);
    background: -o-linear-gradient(left,#0072DF,#0072DF);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0 5px #7989FF;
}
.viewReview-title:after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 30px;
    border-top: 3px solid #0072DF;
}
.viewReview-title span {
    color: #fff;
    font-size: 18px;
    background: #0072DF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 10px;
    margin-top: -8px;
}
.viewReview-info {
    margin-top: 30px;
    margin-left: 30px;
}
.viewReview-list-item {
    cursor: pointer;
    display: inline-block;
    width: 267px;
    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:hover {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3);
    transform: translate3d(0, 1px, -2px);
    -webkit-transform: translate3d(0, 1px, -2px);
    -moz-transform: translate3d(0, 1px, -2px);
    -ms-transform: translate3d(0, 1px, -2px);
    -o-transform: translate3d(0, 1px, -2px);
}
.viewReview-list-item .item-img {
    width: 247px;
    height: 148px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
}
.viewReview-list-item .item-img img {
    width: 100%;
}
.viewReview-list-item .item-info {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 20px 8px 8px;
}
.viewReview-list-item .item-info h3 {
    color: #353535;
    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-list-item:hover .item-info h3 {
    color: #0072DF;
}
.viewReview-list-item .item-info p {
    color: #a2a3a4;
    font-size: 13px;
    margin-top: 5px;
}

/* inviteCode */
.inviteCode {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    z-index: 999;
}
.inviteCodeBox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    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;
}
.inviteCodeBox img {
    max-width: 600px;
    margin: 0 auto;
}
.inviteCodeBox p {
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

/* 现场图片 */
.mt-picture {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.picture-img {
    width: 224px;
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 10px;
    margin-bottom: 20px;
}
.picture-img img {
    display: block;
    width: 100%;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    /* opacity: 0; */
}
.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
    /* padding: 2px; */
    background: #ffffff;
}


.zoomed{
    position: relative;
    z-index:999;
}


/* 地图导航 */
.map p {
    font-size: 14px;
    margin: 20px 0;
    line-height:1.5;
}


/* 会后报道 */
.report-img{
    width:500px;
}
.report-img img{
    display:block;
    width:100%;
}
.report-info{
    padding-top:0;
    
}
.report{
    /* align-items: center; */
}
.report-more a{
    color:#0072df;
}
.zoomed{
    position: relative;
    z-index:999;
}


/* ä¼šè®®æ—¥ç¨‹ */
.hyrc-boc {
    width: 880px;
    text-align: center;
    padding: 20px 55px;
    background: #fff;
    margin: 0 auto;
}
.hyrc{
    line-height: 26px;
    color: #000;
    font-size: 16px;
}

.hyrc .hyrc_table th{
    padding: 10px 0;
    font-size: 15px;
    background: #0072df;
    color: #ffffff;
    text-align: center;
    border: 0
}
.hyrc .hyrc_table td{
    padding: 8px 6px;
    font-size: 14px;
    text-align: center;
}

@media (max-width: 768px) {
    .hyrc-boc {
        width: 100%;
        padding:  0px 0px;
    }
}



.hyrc{
    padding: 0px !important;
    font-size: 12px
}
.hyrc .fring{
    width: 25%
}
.hyrc .hyrc_table td{
    border: 1px solid #ccc
}
.fonts{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
}

table{
    width:100%;
}