* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'iconfont';  /* project id 2289513 */
    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');
}
.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;
}
.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-align-center {
    align-items: center;
    -webkit-align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.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;
}

/* background */
.bg-01 {
    background: #EEF1F8;
}
.bg-02 {
    background: rgba(103, 169, 255, .1);
}
.bg-03 {
    background: url(../image/enroll-bg.png) top center no-repeat #d8e6ff;
}

/* scroll */
.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;
}

/* nav */
.nav-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 999;
}
.nav-item {
    cursor: pointer;
    line-height: 60px;
    color: #999999;
    font-size: 16px;
    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 25px;
}
.nav-item.active,
.nav-item:hover {
    color: #093fa2;
}
.other-field {
    cursor: pointer;
    line-height: 60px;
    color: #093fa2;
    font-size: 16px;
    padding: 0 25px;
}
.field-box {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    background: #ffffff;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.other-field:hover .field-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.field-box > a {
    position: relative;
    width: 220px;
    margin-right: 10px;
}
.field-box > a:last-child {
    margin-right: 0;
}
.field-box > a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.field-box > a:hover:after {
    content: '点击进入';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.field-box img {
    display: block;
    width: 100%;
}

/* banner */
.banner-box {
    width: 100%;
    height: 650px;
    margin-top: 60px;
}
.banner-area {
    height: 100%;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
}
.banner-area .row {
    position: relative;
    height: 100%;
}
.banner-link {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 1200px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 99;
}
.banner-link a {
    position: relative;
    width: 270px;
    border: 2px solid #0078fe;
    margin-right: 40px;
}
.banner-link a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    width: 2px;
    height: 135px;
    background: url(../image/banner-line.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.banner-link a:last-child:after {
    display: none;
}
.banner-link a img {
    display: block;
    width: 100%;
}
.banner-link-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 60px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    background: url(../image/banner-mask.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    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;
}
.banner-link a:hover .banner-link-mask {
    opacity: 1;
}

/* view */
.viewBox {
    padding: 60px 0;
}
.title span {
    position: relative;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
    padding-left: 20px;
}
.title span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../image/icon_title.png) no-repeat;
    background-size: 100% 100%;
}
.title b {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    /* align-self: flex-end;
    -webkit-align-self: flex-end; */
    padding-left: 20px;
    margin-top: 10px;
}
.main {
    margin-top: 30px;
}

/* link area */
.view-link {
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-bottom: 20px;
}
.link-item {
    position: relative;
    color: #333333;
    background: #ffffff;
    flex: 1;
    -webkit-flex: 1;
    padding: 40px;
}
.link-item.active {
    color: #ffffff;
    background: url(../image/bg_link.png) #093fa2;
}
.link-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 40px;
    width: 16px;
    height: 16px;
    background: url(../image/icon_link04.png);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.link-item.active:after {
    background: url(../image/icon_link03.png);
}
.link-box > img {
    margin-right: 15px;
}
.link-info {
    font-size: 20px;
}
.link-info span {
    font-size: 12px;
}

/* groups */
.view-group {
    text-align: center;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    padding: 60px 40px;
}
.view-group p {
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    margin-top: 14px;
}

/* introduce */
.view-intro .main {
    background: #ffffff;
    padding: 30px 0;
}
.intro-txt {
    width: 100%;
    margin-top: 30px;
}
.intro-txt h4 {
    line-height: 1.5;
    font-size: 26px;
    margin-bottom: 20px;
}
.intro-txt p {
    line-height: 1.5;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 24px;
}
.intro-txt a {
    display: inline-block;
    color: #999999;
    font-size: 14px;
}
.intro-img {
    width: 600px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.intro-img > img {
    display: block;
    width: 100%;
}

/* star */
.intro-star {
    margin-top: 40px;
}
.intro-star .star-item {
    text-align: center;
    margin-right: 100px;
}
.intro-star .star-item:last-child {
    margin-right: 0;
}
.intro-star .star-item p {
    color: #093fa2;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

/* topic */
.topic-item {
    cursor: pointer;
    position: relative;
    width: 285px;
    background: url(../image/bg_topic_item.png) no-repeat;
    background-size: 100%;
    background-position: right bottom;
    border: 2px solid #F5F5FC;
    padding: 20px 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.topic-item:nth-child(4n),
.topic-item:last-child {
    margin-right: 0;
}
.topic-item.active,
.topic-item:hover {
    background: url(../image/bg_topic_item.png) no-repeat #093fa2;
}
.topic-item > p {
    line-height: 1.4;
    color: #333333;
    font-size: 18px;
}
.topic-item.active > p,
.topic-item:hover > p {
    color: #ffffff;
}
.topic-item > a {
    color: #093fa2;
    font-size: 12px;
}
.topic-item.active > a,
.topic-item:hover > a {
    display: none;
}
.topic-info {
    display: none;
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}
.topic-item.active > .topic-info,
.topic-item:hover > .topic-info {
    /* display: flex; */
}
.topic-name {
    align-self: flex-end;
    -webkit-align-self: flex-end;
}

/* 会议议程 */
.hyrc{
    font-size: 12px
}
.hyrc table {
    width: 100%;
}
.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;
}
.hyrc-boc {
    width: 880px;
    text-align: center;
    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: #093fa2;
    color: #ffffff;
    text-align: center;
    border: 0
}
.hyrc .hyrc_table td{
    padding: 8px 0;
    font-size: 14px;
    text-align: center;
}

/* guest */
.guest-item {
    position: relative;
    /* width: 285px; */
    width: 224px;
    background: #093fa2;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}
.guest-item:nth-child(5n),
.guest-item:last-child {
    margin-right: 0;
}
.guest-img img {
    display: block;
    width: 100%;
}
.guest-img.invite:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 64px;
    background: url(../image/guest/guest_invite.png) no-repeat;
}
.guest-info {
    line-height: 1.6;
    text-align: center;
    background: #093fa2;
    padding: 12px 10px;
}
.guest-info p {
    color: #ffffff;
    font-size: 12px;
}
.guest-info p.guest-name {
    font-size: 18px;
}
.guest-item a {
    display: inline-block;
    width: 90px;
    line-height: 1.8;
    color: #666666;
    font-size: 14px;
    text-align: center;
    background: #fff;
    border-radius: 2px;
    margin-top: 5px;
}
.guest-item a:hover {
    color: #093fa2;
}
.guest-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1.5;
    color: #ffffff;
    text-align: justify;
    background: #093fa2;
    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;
    opacity: 0;
    padding: 10px;
}
.guest-item:hover .guest-intro {
    opacity: 1;
}

/* 首页-会议赞助 */
.zz-item {
    width: 380px;
    background: #ffffff;
    box-shadow: 0px 3px 20px rgba(79, 173, 255, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
    margin-right: 30px;
}
.zz-item:nth-child(3n) {
    margin-right: 0;
}
.zz-item img {
    display: block;
    width: 100%;
}

/* gift */
.gift-box {
    box-shadow: 0px 3px 20px rgba(79, 173, 255, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
}
.gift-box img {
    display: block;
    width: 100%;
}

/* 演讲企业 */
.speaker-item {
    width: 224px;
    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-right: 20px;
    margin-bottom: 30px;
}
.speaker-item:nth-child(5n),
.speaker-item:last-child {
    margin-right: 0;
}
.speaker-item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.speaker-item img {
    display: block;
    width: 100%;
}

/* 展示企业 */
.view-show {
    margin-top: 60px;
}
.show-item {
    width: 224px;
    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-right: 20px;
    margin-bottom: 20px;
}
.show-item:nth-child(5n),
.show-item:last-child {
    margin-right: 0;
}
.show-item:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.show-item img {
    display: block;
    width: 100%;
}

/* 合作媒体 */
.view-media {
    margin-top: 60px;
}
.mediaBox {
    position: relative;
    width: 100%;
}
/* .media-area {
    position: absolute;
    top: 0;
    left: 0;
} */
.media-item {
    width: 115.5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
}
.media-item:nth-child(10n), 
.media-item:last-child {
    margin-right: 0;
}
.media-item img {
    display: block;
    width: 100%;
}

/* map */
.map-box {
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(118, 192, 255, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 30px;
}
.map-txt {
    width: 570px;
}
.map-txt p {
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
    margin: 10px 0;
}
.map-img {
    width: 550px;
}
.map-img img {
    display: block;
    width: 100%;
}

/* contact */
.contact-item {
    width: 285px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(118, 192, 255, 0.2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}
.contact-item > h3 {
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #093fa2;
}
.contact-info {
    padding: 20px;
}
.contact-info > h4 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 25px;
}
.contact-info > p {
    line-height: 1.6;
    color: #333333;
    font-size: 14px;
}
.contact-info > img {
    display: block;
    width: 120px;
    margin: 0 auto;
}

/* footer */
.footer {
    line-height: 46px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #093fa2;
}

/* fixedMenu */
.fixed-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 50%;
    margin-left: 610px;
    z-index: 99;
}
.fixed-menu-item {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 3px 20px rgba(6, 54, 190, 0.1);
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-bottom: 15px;
}
.fixed-menu-item.active,
.fixed-menu-item:hover {
    background: #093fa2;
}
.fixed-menu-item i {
    color: #666666;
    font-size: 18px;
}
.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;
}

/* 关闭百度这垃圾 */
#newBridge {
    display: none !important;
}

/* review */
.review-box {
    position: relative;
    padding-bottom: 40px;
}
.review-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    width: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background: #9AD0FF;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.review-box:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    width: 52px;
    height: 52px;
    background: url(../image/review_clock.png) no-repeat;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.review-item {
    position: relative;
    width: 560px;
    background: #ffffff;
    box-shadow: 0px 3px 20px rgba(154, 208, 255, 0.2);
    padding: 20px 16px;
    margin-top: 40px;
}
.review-item:before {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    width: 10px;
    height: 16px;
    background: url(../image/review_arrow_left.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.review-item:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -46.5px;
    width: 13px;
    height: 13px;
    background: url(../image/review_circle.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.review-item:nth-child(odd) {
    align-self: flex-end;
    -webkit-align-self: flex-end;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.review-item:nth-child(odd):before {
    left: -20px;
    right: auto;
    background: url(../image/review_arrow_right.png) no-repeat;
}
.review-item:nth-child(odd):after {
    left: -46.5px;
    right: auto;
}
.review-info {
    width: 280px;
    padding: 10px 0;
}
.review-title {
    display: -webkit-box;
    line-height: 1.3;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    text-align: justify;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
}
.review-txt {
    max-width: 200px;
    line-height: 1.6;
    color: #666666;
    font-size: 14px;
}
.review-txt p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.review-link {
    color: #666666;
    font-size: 14px;
    align-self: flex-end;
    -webkit-align-self: flex-end;
}
.review-thumb {
    width: 230px;
}
.review-thumb img {
    display: block;
    width: 100%;
}

/* enroll */
.view-enroll {
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 60px 20px 60px;
    margin-top: 100px;
}
.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: 50%;
}
.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;
    white-space: nowrap;
    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: 35px;
}
.viewEnroll-btn a {
    cursor: pointer;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg, #427ce8 0%, #0a3fa2 100%);
    box-shadow: 0px 3px 20px rgba(68, 118, 248, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 40px;
}
.join-area {
    width: 450px;
}
.join-area > select {
    width: 100%;
    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;
}

/* 精彩图集 */
.picture-item {
    width: 264px;
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    margin-bottom: 30px;
}
.picture-item 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);
}
.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;
    background: #ffffff;
}
.zoomed {
    z-index: 999;
}
.picture-link a {
    cursor: pointer;
    width: 180px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(180deg, #30a0ff 0%, #006bd6 100%);
    box-shadow: 0px 3px 20px rgba(68, 118, 248, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 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;
}
