body {
    font-size: 12px;
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg.png) center no-repeat #030101;
}
@media (max-width: 750px) {
    body {
        background-size: cover;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.scroll::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.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;
}
@media (max-width: 750px) {
    .scroll::-webkit-scrollbar {/*滚动条整体样式*/
        width: 0;     /*高宽分别对应横竖滚动条的尺寸*/
        height: 0;
    }
    .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;
    }
}
@font-face {
    font-family: 'iconfont';  /* project id 1571865 */
    src: url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.eot');
    src: url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.woff') format('woff'),
    url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1571865_a04gchj5yeg.svg#iconfont') format('svg');
}
input::-webkit-input-placeholder {
    color: #ccc;
}
input::-moz-input-placeholder {
    color: #ccc;
}
input::-ms-input-placeholder {
    color: #ccc;
}

.row {
    width: 1200px;
    margin: 0 auto;
}
@media (max-width: 1200px) {
    .row {
        width: 100%;
    }
    .container {
        padding-bottom: 30px;
    }
}
.red {
    color: #FF0029;
    font-style: normal;
    margin-right: 5px;
}

/* .weixin-share {
    display: none;
} */

/* banner */
.banner {
    height: 550px;
    background: url(https://image.big-bit.com/AD/20200818/banner.png) center no-repeat;
    text-align: center;
}
.banner .head-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-top: 15px;
}
.banner .head-logo img {
    margin: 0 5px;
}
.banner .banner-img {
    margin-top: 6px;
}
.banner-mob-img {
    display: none;
    width: 100%;
}
.banner-mob-img img {
    display: block;
    width: 100%;
}
@media (max-width: 1200px) {
    .banner {
        height: auto;
    }
    .banner .head-logo {
        display: none;
    }
    .banner .banner-img {
        display: none;
    }
    .banner-mob-img {
        display: block;
    }
}
@media (max-width: 750px) {
    .banner {
        margin-top: 46px;
    }
}

/* nav */
.nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #020101;
    transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    animation: navFixed .5s forwards;
    -webkit-animation: navFixed .5s forwards;
    z-index: 9;
}
@keyframes navFixed {
    form {
        transform: translateY(-60px);
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
    }
    to {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
}
}
.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.nav-tabs .nav-tab {
    position: relative;
    width: 130px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.nav-tabs .nav-tab:hover,
.nav-tabs .nav-tab.active {
    color: #E9CD7B;
}
.nav-tabs .nav-tab.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 130px;
    height: 10px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/nav-tab-acitve.png) center no-repeat;
}
@media (max-width: 750px) {
    .nav {
        display: none;
    }
}

/* 手机导航 */
.header_warp {
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    height: 46px;
    background: #31415a;
    transition: all ease-in-out .8s;
    -webkit-transition: all ease-in-out .8s;
    -moz-transition: all ease-in-out .8s;
    -ms-transition: all ease-in-out .8s;
    -o-transition: all ease-in-out .8s;
}
.header_warp.out {
    transform: translateY(-46px);
    -webkit-transform: translateY(-46px);
    -moz-transform: translateY(-46px);
    -ms-transform: translateY(-46px);
    -o-transform: translateY(-46px);
}
.header_warp_cut {
    height: 100%;
    /* overflow: scroll; */
    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%;
    font-size: 14px;
    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 (min-width: 750px) {
    .hidden-lg {
        display: none !important;
    }
}

/* container */
.ggBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
}
.gg01, .gg02, .gg03, .gg04, .gg05, .gg06, .gg07 {
    border: 1px solid #636363;
}
.ggBox img {
    display: block;
    width: 100%;
}
@media (max-width: 750px) {
    .ggBox {
        flex-direction: column;
        margin-top: 30px;
    }
    .ggBox a {
        margin-bottom: 10px;
    }
    .ggBox img {
        width: 100%;
    }
    .gghide {
        display: none;
    }
}

.main-box {
    margin-top: 60px;
}
.title img {
    display: block;
    margin: 0 auto;
}
.main {
    margin-top: 50px;
}
@media (max-width: 750px) {
    .main-box {
        margin-top: 30px;
        padding: 0 12px;
    }
    .title img {
        width: 240px;
    }
    .main {
        margin-top: 15px;
    }
    .mob-main .prize-title {
        line-height: 26px !important;
        color: #42423F !important;
        font-size: 12px;
        background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-mob-title.png) no-repeat !important;
        background-size: 100% 100% !important;
    }
    .mob-main .prize-title:before,
    .mob-main .prize-title:after {
        display: none;
    }
}

/* 公司介绍 */
.introduct .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-introduct.png) center no-repeat;
    background-size: cover;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 46px 32px;
}
.introduct-txt {
    width: 605px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
}
.introduct-txt .introduct-btn-more a:after {
    content: '查看更多';
}
.introduct-txt.on .introduct-btn-more a:after {
    content: '收起';
}
.introduct-txt-info {
    max-height: 210px;
    overflow: hidden;
}
.introduct-txt.on .introduct-txt-info {
    max-height: none;
}
.introduct-txt p {
    text-align: justify;
    text-indent: 2em;
    margin: 0 0 15px;
}
.introduct-video {
    width: 495px;
}
.introduct-video video {
    display: block;
    width: 100%;
}
.introduct-btn-more {
    text-align: center;
    margin: 15px 0;
}
.introduct-btn-more a {
    display: inline-block;
    width: 110px;
    color: #E5DA92;
    font-size: 16px;
    border: 1px solid #E5DA92;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 6px 0;
}
@media (max-width: 750px) {
    .introduct .main {
        background-size: cover;
        flex-direction: column;
        padding: 20px;
    }
    .introduct-txt {
        width: 100%;
        line-height: 1.6;
    }
    .introduct-txt-info {
        max-height: 140px;
        overflow: hidden;
    }
    .introduct-txt.on .introduct-txt-info {
        max-height: none;
    }
    .introduct-img {
        width: 100%;
    }
    .introduct-btn-more {
        display: block;
    }
    .introduct-video {
        width: 100%;
    }
}

/* 公司流程 */
.plan .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-plan.png) center 38px no-repeat;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 100px;
}
.plan-item-time {
    color: #E5DA92;
    font-size: 18px;
    text-align: center;
}
.plan-item-circle {
    text-align: center;
    margin-top: 10px;
}
.plan-item-content {
    display: block;
    width: 157px;
    height: 103px;
    color: #fff;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/plan-txt.png) center no-repeat;
    text-align: center;
    padding-top: 36px;
    margin-top: 24px;
}
.plan-item-content.current {
    color: #312A16;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/plan-txt-active.png) center no-repeat;
}
.plan-item-content h2 {
    font-size: 16px;
    font-weight: normal;
}
.plan-item-content p {
    font-size: 12px;
    margin-top: 14px;
}
@media (max-width: 750px) {
    .plan .main {
        display: block;
        background: none;
        padding: 0;
    }
    .plan-item {
        float: left;
        width: 48%;
        text-align: center;
    }
    .plan-item:nth-child(2n) {
        float: right;
    }
    .plan-item-content {
        height: 91px;
        background-position-y: -12px;
        border-top: 1px solid #B13636;
        padding-top: 24px;
        margin: 24px auto 0;
    }
    .plan-item-content.current {
        background-position-y: -11px;
        border-top: none;
    }
    .plan-item-time,
    .plan-item-circle,
    .lc-link {
        display: none;
    }
}

/* 陪审团 */
.guest .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.guest-item {
    width: 180px;
    margin: 0 10px 20px;
}
.guest-item img {
    display: block;
    width: 100%;
}
.guest-details {
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-guest.png) no-repeat;
    text-align: center;
    padding: 20px;   
}
.guest-details h2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.guest-details .btn-more {
    cursor: pointer;
    display: inline-block;
    line-height: 38px;
    color: #E5DA92;
    font-size: 16px;
    border: 1px solid #E5DA92;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 0 20px;
    margin-top: 17px;
}
.guest-details .guest-info {
    display: none;
}
@media (max-width: 750px) {
    .guest-item {
        width: 32%;
        margin: 0 .66% 1.32%;
    }
    .guest-details {
        padding: 5px 2px;
    }
    .guest-details h2 {
        line-height: 1.6;
        font-size: 12px;
    }
    .guest-details .btn-more {
        line-height: 2;
        font-size: 12px;
        padding: 0 15px;
        margin-top: 5px;
    }
}

/* 评审团架构 */
.zzjg .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-jg.png) center no-repeat;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 45px;
}
.zzjg-img {
    text-align: center;
    padding: 10px 60px;
}
.zzjg-img img {
    width: 250px;
}
.zzjg-img h2 {
    color: #E5DA92;
    font-size: 55px;
    font-weight: normal;
    letter-spacing: 5px;
    margin-top: 30px;
}
.zzjg-info {
    width: 520px;
}
.zzjg-info-list {
    margin-bottom: 25px;
}
.zzjg-info-list h3 {
    color: #EFCA95;
    font-size: 20px;
    font-weight: normal;
    text-indent: 25px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize.png) center left no-repeat;
    margin: 12px 0;
}
.zzjg-info-list p {
    line-height: 20px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
}
@media (max-width: 750px) {
	.zzjg .main {
		background-size: cover;
		flex-direction: column;
		padding: 10px !important;
	}
	.zzjg-img  {
		padding: 0;
	}
	.zzjg-img h2 {
		font-size: 30px;
	}
	.zzjg-info {
		width: 100%;
		padding-top: 10px;
	}
}

/* 奖项设置 */
.prize .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-prize.png) center no-repeat;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 45px;
}
.prize-img {
    padding: 10px 60px;
}
.prize-info {
    width: 520px;
    padding-top: 50px;
}
.prize-tabs {
    font-size: 18px;
}
.prize-tabs a {
    cursor: pointer;
    color: #fff;
    margin: 0 3px;
}
.prize-tabs a.active {
    color: #EFCA95;
}
.prize-tabs {
    color: #fff;
}
#prize-swiper {
    margin-top: 55px;
    margin-left: 35px;
}
.prize-list {
    cursor: pointer;
    display: block;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize.png) center left no-repeat;
    border-bottom: 1px solid rgba(239, 202, 149, .5);
    padding-left: 25px;
    margin-right: 50px;
}
.prize-list p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prize-news {
    width: 480px;
}
.prize-title {
    color: #E5DA92;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}
.prize-title:before,
.prize-title:after {
    content: '';
    display: inline-block;
    width: 138px;
    height: 10px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize-title-left.png) no-repeat;
    margin: 0 14px;
}
.prize-title:after {
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize-title-right.png) no-repeat;
}
.prize-news-info {
    margin-top: 15px;
}
.prize-news-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 56px;
    color: #fff;
    font-size: 16px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize.png) center left no-repeat;
    border-bottom: 1px solid rgba(239, 202, 149, .5);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 25px;
}
.prize-news-list p {
    width: 357px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-prize-news-more {
    cursor: pointer;
    float: right;
    color: #EFCA95;
    font-size: 22px;
    margin-top: 25px;
}
.prize-line {
    width: 2px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-prize-line.png) center no-repeat;
}
.prize-video {
    width: 480px;
}
.prize-video-img {
    margin-top: 15px;
}
.prize-video-img img {
    display: block;
    width: 100%;
    height: 270px;
    background: #333;
}
@media (max-width: 750px) {
    .prize .main {
        background-size: cover;
        flex-direction: column;
        padding: 10px !important;
    }
    .prize-img {
        display: none;
        padding: 0;
    }
    .prize-img img {
        width: 100%;
    }
    .prize-video-img {
        display: none;
    }
    .prize-info {
        width: 100%; 
        padding-top: 10px;
    }
    .prize-tabs {
        font-size: 11px;
        text-align: center;
    }
    #prize-swiper {
        margin: 0;
    }
    .prize-list {
        line-height: 36px;
        font-size: 13px;
        margin-right: 0;
    }
    .prize-news {
        width: 100%;
    }
    .prize-title:before, .prize-title:after {
        width: 70px;
        background-size: 100%;
        background-position: center;
        margin: 0 8px;
    }
    .prize-news-list {
        height: 36px;
        line-height: 36px;
        font-size: 13px;
    }
    .prize-news-list p {
        width: 220px;
    }
    .btn-prize-news-more {
        font-size: 14px;
        margin-top: 10px;
    }
    .prize-line {
        display: none;
    }
    .prize-video {
        width: 100%;
        margin-top: 15px;
    }
}

/* 活动历程 */
.plan2 .main {
    position: relative;
    display: block;
    height: 140px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-plan.png) 0px 70px no-repeat !important;
    padding: 0 0 0 100px;
    margin-right: 164px;
}
.plan2 .plan-item {
    position: absolute;
    top: 0;
}
.plan2 .plan-item:nth-child(2n) {
    top: 50px;
}
.plan-item-lc {
    line-height: 1.7;
    text-align: center;
}
.plan-item-lc span {
    color: #E5DA92;
    font-size: 16px;
}
.plan-item-lc p {
    color: #fff;
    font-size: 14px;
}
@media (max-width: 750px) {
    .plan2 .main {  
        height: 0;
        background: url(https://image.big-bit.com/Meeting/2019hypx/images/img-lc.png) no-repeat !important;
        background-size: 100% !important;
        margin-right: 0;
        padding-top: 20% !important;
    }
    .plan2 .plan-item {
        display: none;
    }
}

/* 特别鸣谢 */
.firm-box img {
    display: block;
}
.firm-large {
    float: left;
    width: 450px;
}
.firm-large a {
    display: block;
    outline: 1px solid #636363;
}
.firm-large a img {
    display: block;
    width: 100%;
}
.firm-small {
    float: right;
    width: 750px;
}
.firm-small a {
    float: left;
    outline: 1px solid #636363;
    margin-left: 20px;
    margin-bottom: 15px;
}
@media (max-width: 750px) {
    .firm {
        /* display: none; */
    }
    .firm img {
        width: 100%;
    }
    .firm-large {
        width: 100%;
        margin-bottom: 10px;
    }
    .firm-small {
        width: 100%;
    }
    .firm-small a {
        float: left;
        width: 48%;
        margin: 0;
        margin-bottom: 10px;
    }
    .firm-small a:nth-child(2n) {
        float: right;
    }
}

/* 媒体支持 */
.media .main {
    text-align: center;
}
.media-list {
    cursor: pointer;
    display: inline-block;
    width: 138px;
    background: #2A2A2A;
    padding: 5px;
    margin: 0 6px 12px;
}
.mt .media-list {
    width: 170px;
}
.media-list img {
    display: block;
    width: 100%;
}
@media (max-width: 750px) {
    .media-list {
        width: 31% !important;
        padding: 0;
        margin: 0 .66% 1.32%;
    }
    .media-list img {
        width: 100%;
    }
}

/* 评审组委会 */
.contact .main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-contact.png) center no-repeat;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 60px 40px 50px;
}
.contact .main:before {
    content: '';
    position: absolute;
    top: -58px;
    left: -65px;;
    width: 160px;
    height: 146px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-contact-left.png) center no-repeat;
}
.contact .main:after {
    content: '';
    position: absolute;
    right: -80px;
    bottom: -58px;;
    width: 176px;
    height: 164px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-contact-right.png) center no-repeat;
}
.contact-list h4 {
    width: 145px;
    color: #EFCA95;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #EFCA95;
    padding-bottom: 10px;
}
.contact-list p {
    color: #EFCA95;
    font-size: 16px;
    margin-top: 22px;
}
@media (max-width: 750px) {
    .contact .main {
        display: block;
        background: none;
        padding: 0;
        margin-bottom: 20px;
    }
    .contact-list {
        float: left;
        width: 50%;
        border-bottom: 1px dashed #EFCA95;
        padding-left: 15px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .contact-list h4 {
        display: inline-block;
        width: auto;
        font-size: 16px;
        border: none;
        padding: 0;
    }
    .contact-list h4:after {
        content: '：';
    }
    .contact-list p.contact-list-name {
        display: inline-block;
        margin: 0;
    }
    .contact-list p {
        margin-top: 12px;
    }
    .contact-list p span {
        display: none;
    }
    .contact .main:before,
    .contact .main:after {
        display: none;
    }
}

.footer {
    line-height: 80px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 60px;
}
@media (max-width: 750px) {
    .footer {
        display: none;
    }
}

/* 申报推荐 */
.enroll .main {
    position: relative;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-bm.png) no-repeat;
    background-size: cover;
    padding: 80px 50px 50px;
    margin-top: 120px;
}
.enroll-tabs {
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.enroll-tabs .enroll-tab {
    cursor: pointer;
    position: relative;
    color: #A6A499;
    font-size: 36px;
    padding: 20px 0;
    margin: 0 120px;
}
.enroll-tabs .enroll-tab.current {
    color: #E5DA92;
    font-size: 40px;
    border-bottom: 1px solid #E5DA92;
}
.enroll-tabs .enroll-tab.current:after {
    content: '';
    position: absolute;
    top: -20px;
    right: -37px;
    width: 55px;
    height: 50px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-enroll-currend.png) center no-repeat;
}
.enroll-form-two,
.enroll-form-three {
    display: none;
}
.enroll-box {
    color: #E5DA92;
    font-size: 16px;
    margin-bottom: 30px;
}
.enroll-box-50 {
    float: left;
    width: 50%;
}
.enroll-box .enroll-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: 36px;
    line-height: 36px;
}
.enroll-box .enroll-section input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #8B8A8A;
    margin: 10px 5px 0 0;
}
.enroll-box .enroll-section input[type="radio"] {
    width: 16px;
    height: 16px;
    margin: 10px 5px 0 0;
}
.enroll-box .enroll-section label {
    margin-right: 16px;
}
.enroll-box .enroll-section select {
    width: 250px;
    height: 24px;
    border: 1px solid #8B8A8A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    padding-left: 16px;
    margin-top: 6px;
}
.enroll-box .enroll-section input[type="text"] {
    width: 250px;
    height: 24px;
    border: 1px solid #8B8A8A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    padding-left: 16px;
    margin-top: 6px;
}
.enroll-box .enroll-section textarea {
    width: 800px;
    height: 70px;
    border: 1px solid #8B8A8A;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    outline: none;
    margin-top: 6px;
}
.enroll-box .enroll-section h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.enroll-btn-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.enroll-btn {
    cursor: pointer;
    width: 142px;
    height: 46px;
    line-height: 46px;
    color: #E5DA92;
    font-size: 20px;
    text-align: center;
    border: 1px solid #E5DA92;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 40px;
    margin: 0 60px;
}
.enroll-tj-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.enroll-tj-btn a {
    cursor: pointer;
    width: 126px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #E5DA92;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin: 0 120px;
}
.uploadFiles input[type="file"] {
    width: 200px;
    outline: none;
}
.uploadFiles p {
    display: inline-block;
}
.uploadFiles .file-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
    font-size: 14px;
}
.uploadFiles .file-name i {
    width: 18.5px;
    height: 14px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-file.png) center no-repeat;
    background-size: contain;
    margin-top: 5px;
    margin-right: 10px;
}
.uploadFiles .file-name span {
    margin-right: 10px;
}
.uploadFiles .file-name a {
    cursor: pointer;
    color: #FF0029;
}
.enroll-yy-box {
    display: none;
}
.enroll-box-tj-form > .enroll-box {
    border-bottom: 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.enroll-box-tj-form > .enroll-box:last-child {
    border-bottom: none;
}
.enroll-section .right {
    width: 16px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/btn-right.png) center no-repeat;
    margin-left: 10px;
}
.enroll-section .error {
    width: 16px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/btn-wrong.png) center no-repeat;
    margin-left: 10px;
}
@media (max-width: 750px) {
    .enroll .main {
        padding: 20px !important;
        margin-top: 15px !important;
    }
    .enroll .enroll-box-50 {
        width: 100%;
    }
}

/* 评选规则 */
/* 奖项设置 */
#prize-swiper2 {
    padding-bottom: 40px;
}
.prize-gz-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}
.prize-gz-list .prize-line {
    margin: 0 46px;
}
.prize-gz-item {
    text-align: center;
}
.prize-gz-item h2 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 32px;
}
.prize-gz-item p {
    color: #D2C786;
    font-size: 16px;
    margin-top: 10px;
}
.prize-gz-info {
    color: #EFCA95;
    font-size: 16px;
    margin-top: 60px;
}
.prize-gz-info h7 {
    display: block;
    color: #E5DA92;
    font-size: 24px;
    text-align: center;
    margin-bottom: 46px;
}
.prize-gz-info p {
    display: -webkit-flex;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    margin: 5px 0;
}
@media (max-width: 750px) {
    .enroll .gz-main {
        padding: 12px !important;
    }
    .prize-gz-box .prize-title {
        font-size: 13px;
    }
    .prize-gz-list {
        flex-direction: column;
        margin-top: 15px;
    }
    .prize-gz-info {
        margin-top: 15px;
    }
    .prize-gz-info h7 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .prize-gz-info p {
        line-height: 1.6;
        font-size: 12px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .prize-gz-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        line-height: 20px;
        background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-gz-jp.png) center left no-repeat;
        text-align: center;
        padding-left: 16px;
    }
    .prize-gz-item img {
        display: none;
    }
    .prize-gz-item h2,
    .prize-gz-item p {
        color: #D2C786;
        font-size: 12px;
        white-space: nowrap;
        margin: 0;
    }
}
/* 参评方式 */
.method-info {
    color: #EFCA95;
    font-size: 16px;
}
.method-info p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    margin: 5px 0;
}
.method-info a {
    position: relative;
    cursor: pointer;
}
.method-info a img {
    display: none;
    position: absolute;
    top: -210px;
    left: -50px;
    width: 200px;
    height: 200px;
}
@media (max-width: 750px) {
    .method-info p {
        line-height: 1.6;
        font-size: 14px;
    }
}
/* 评选流程 */
.plan-gz-table,
.plan-gz-table tr th, 
.plan-gz-table tr td { 
    border:1px solid #D2C786; 
    padding: 10px;
}
.plan-gz-table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
}
.plan-gz-table th {
    color: #D2C786;
    font-size: 18px;
    font-weight: normal;
}
.plan-gz-table td {
    color: #fff;
    font-size: 16px;
}
.plan-gz-table td p {
    margin: 8px 0;
}

/* 评选流程 */
.lc-link {
    text-align: center;
    margin-top: 70px;
}
.lc-link a {
    display: inline-block;
    width: 375px;
    height: 70px;
    line-height: 70px;
    color: #42423F;
    font-size: 24px;
    font-weight: bold;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/icon-lc-link.png) center no-repeat;
}
.mob-main-lc {
    display: none;
}
@media (max-width: 750px) {
    .pc-main-lc {
        display: none;
    }
    .mob-main-lc {
        display: block;
    }
    .plan-gz-info {
        background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-bm.png) no-repeat;
        padding: 15px;
        margin-bottom: 10px;
    }
    .plan-gz-info h3 {
        line-height: 1.8;
        color: #D2C786;
        font-size: 12px;
        text-align: center;
        margin-bottom: 5px;
    }
    .plan-gz-info p {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        line-height: 1.8;
        color: #D2C786;
        font-size: 12px;
        justify-content: flex-start;
    }
}

/* 往届回顾 */
.review .main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: #161616;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px;
}
.review .main:before,
.review .main:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-hg-line.png) center no-repeat
}
.review .main:before {
    top: -.5px;
}
.review .main:after {
    bottom: -1.5px;
}
.review-img,
.review-new {
    width: 520px;
}
.review-box-info {
    margin-top: 30px;
}
#review-swiper {
    padding-bottom: 55px;
}
#review-swiper .swiper-pagination {
    bottom: 0;
}
#review-swiper img {
    display: block;
    width: 100%;
}
.review-box-list {
    margin-bottom: 15px;
}
.review-box-list:last-child {
    margin-bottom: 0;
}
.review-box-list h2 {
    line-height: 1.4;
    color: #E5DA92;
    font-size: 18px;
    font-weight: normal;
}
.review-box-list h2 a {
    color: #E5DA92;
}
.review-box-list p {
    line-height: 1.4;
    color: #ddd;
    font-size: 14px;
    margin-top: 5px;
}
@media (max-width: 750px) {
    .review .main {
        flex-direction: column;
        padding: 16px;
        margin-top: 100px !important;
    }
    .first-review .main {
        margin-top: 0 !important;
    }
    .review-img {
        width: 100%;
    }
    .review-new {
        width: 100%;
        margin-top: 15px;
    }
    .review .main:before, .review .main:after {
        background-size: 100%;
    }
}
/* 主题演讲 */
.review .title2 {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    text-align: center;
}
.review-main {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 60px;
}
.review-zt-img {
    position: relative;
    display: block;
}
.review-zt-img img {
    width: 100%;
}
.review-zt-img p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 1.5;
    color: #fff;
    font-size: 14px;
    background: rgba(0, 0, 0, .76);
    padding: 10px 14px;
}
@media (max-width: 750px) {
    .review-main {
        flex-direction: column;
    }
    .review .title2 {
        top: -48px;
    }
    .review .title2 img{
        width: 90%;
    }
    .review-zt-img {
        margin-bottom: 15px;
    }
}
/* 行业发展论坛 */
.review-img video {
    width: 100%;
    background: #333;
}
.review-lt-info {
    line-height: 1.8;
    color: #E5DA92;
    font-size: 16px;
}
.review-lt-info h3 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 8px;
}
.review-lt-info h3:first-child {
    margin-top: 0;
}
@media (max-width: 750px) {
    .review-lt-info {
        font-weight: 14px;
        margin-top: 10px;
    }
    .review-lt-info h3 {
        font-weight: bold;
    }
}
/* 颁奖典礼 */
.review-main2 {
    width: 100%;
    padding: 0 110px;
    margin-top: 60px;
}
.review-main2 .prize-title {
    width: 100%;
    margin-top: 60px;
}
.review-main2 .prize-title:first-child {
    margin-top: 0;
}
.ceremony-img {
    display: block;
    width: 100%;
    margin-top: 30px;
}
.ceremony-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 30px;
}
.ceremony-info-list {
    width: 280px;
    line-height: 1.8;
    color: #E5DA92;
    font-size: 16px;
}
@media (max-width: 750px) {
    .review-main2 {
        padding: 0;
    }
    .review-main2 .prize-title {
        font-size: 12px;
        margin-top: 15px;
    }
    .review-main2 .prize-title:before,
    .review-main2 .prize-title:after {
        display: none;
    }
    .ceremony-img {
        margin-top: 0px;
    }
    .ceremony-info {
        display: none;
    }
}

/* 赞助支持 */
.main-zz .main {
    padding: 50px;
    margin-top: 40px;
}
.main-zz-company {
    display: block;
    line-height: 40px;
    color: #E5DA92;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.main-zz-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.zz-video-box {
    margin-top: 15px;
}
.zz-video-box video {
    display: block;
    width: 100%;
    background: #333;
}
.main-zz-content {
    line-height: 1.8;
    max-height: 250px;
    color: #E5DA92;
    font-size: 14px;
    text-align: justify;
    overflow: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.main-zz-content p {
    margin-bottom: 10px;
}
.main-zz-content p:last-child {
    margin-bottom: 0;
}
.btn-zz-link {
    cursor: pointer;
    color: #FF0029;
    font-size: 14px;
}
@media (max-width: 750px) {
    .main-zz-company {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .main-zz-info {
        flex-direction: column;
    }
    .main-zz-info .prize-video {
        margin-bottom: 15px;
    }
    .zz-video-box img {
        width: 100%;
    }
}

/* 入围企业展示 */
.gs-mob {
    display: none;
}
.gs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.gs-nav > div {
    cursor: pointer;
    width: 286px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 0 10px;
}
.gs-nav > div.active,
.gs-nav > div.active:hover {
    color: #4D483C;
    background-color: #DFC88C;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
    background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
    background-image: -ms-linear-gradient(#DFC88C, #CA9346);
    background-image: -o-linear-gradient(#DFC88C, #CA9346);
    background-image: linear-gradient(#DFC88C, #CA9346);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.gs-nav > div.active a,
.gs-nav > div.active:hover a {
    color: #4D483C;
}
.gs-nav > div:hover a {
    color: #E9CD7B;
}
.gs-nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 150px;
    margin-top: 30px;
}
.gs-nav-info .gs-nav-info-list {
    display: none;
}
.gs-nav-info .gs-nav-info-list.active {
    display: block;
}
.gs-nav-info .gs-nav-info-list > div {
    cursor: pointer;
    display: inline-block;
    margin-right: 18px;
}
.gs-nav-info .gs-nav-info-list > div a {
    display: block;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    border-bottom: 2px solid transparent;
    padding: 0 12px;
}
.gs-nav-info .gs-nav-info-list > div.current a {
    color: #E9CD7B;
    border-bottom: 2px solid #E9CD7B;
}
.gs-nav-info .gs-nav-info-list div:hover a {
    color: #E9CD7B;
}
.gs-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 35px;
    background-color: #DFC88C;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
    background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
    background-image: -ms-linear-gradient(#DFC88C, #CA9346);
    background-image: -o-linear-gradient(#DFC88C, #CA9346);
    background-image: linear-gradient(#DFC88C, #CA9346);
    -webkit-align-items: center;
    align-items: center;
    padding-left: 2px;
}
.gs-search input {
    width: 140px;
    height: 31px;
    color: #fff;
    background: #000;
    border: none;
    outline: none;
    padding: 0 .5em;
}
.gs-search a {
    cursor: pointer;
    width: 48px;
    color: #4D483C;
    font-size: 14px;
    text-align: center;
}
.gs-company {
    margin-top: 45px;
}
.gs-company-list {
    display: none;
    height: 540px;
    overflow: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    align-content: flex-start;
}
.gs-company-list.active {  
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.gs-company-item {
    width: 188px;
    margin: 0 5px 10px;
}
.gs-company-logo {
    display: block;
    height: 115px;
    text-align: center;
    background: #fff;
}
.gs-company-logo img {
    width: 100%;
    height: 100%;
}
.gs-company-item p {
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #333;
    border-top: 1px solid #eee;
}
@media (max-width: 750px) {
    .gs-box {
        position: relative;
    }
    .gs-box:after {
        content: '';
        display: block;
        clear: both;
    }
    .gs-nav {
        position: absolute;
        top: 0;
        left: 0;
        width: 9.5rem;
        background: #323232;
        border-right: 1px solid #9b9b9b;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .gs-nav > div {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: left;
        background: none;
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        -ms-border-radius: 0 !important;
        -o-border-radius: 0 !important;
        padding: 0 9.5px;
        margin: 0;
    }
    .gs-nav > div a {
        position: relative;
        display: block;
        height: 39px;
        font-size: 11.5px;
        border-bottom: 1px solid #9b9b9b;
    }
    .gs-nav > div:last-child a {
        border-bottom: none;
    }
    .gs-nav > div a:after {
        content: '';
        position: absolute;
        top: 15px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
    }
    .gs-nav > div.active {
        background-color: #DFC88C;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
        background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
        background-image: -ms-linear-gradient(#DFC88C, #CA9346);
        background-image: -o-linear-gradient(#DFC88C, #CA9346);
        background-image: linear-gradient(#DFC88C, #CA9346);
    }
    .gs-nav > div.active a {
        color: #4D483C !important;
    }
    .gs-nav-box {
        width: 100%;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }
    .gs-nav-info {
        height: 120px;
        padding-left: 9.5rem;
    }
    .gs-nav-info-list {
        background: #323232;
    }
    .gs-nav-info-list > div {
        display: block !important;
        height: 40px;
        padding: 0 9.5px;
        margin: 0 !important;
    }
    .gs-nav-info .gs-nav-info-list a {
        display: block;
        width: 100%;
        height: 39px;
        line-height: 40px !important;
        font-size: 11.5px !important;
        border-bottom: 1px solid #9b9b9b !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 !important;
        margin: 0;
    }
    .gs-nav-info .gs-nav-info-list > div:last-child a {
        border-bottom: none !important;
    }
    .gs-nav-info .gs-nav-info-list div.current {
        background-color: #DFC88C;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
        background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
        background-image: -ms-linear-gradient(#DFC88C, #CA9346);
        background-image: -o-linear-gradient(#DFC88C, #CA9346);
        background-image: linear-gradient(#DFC88C, #CA9346);
        border-bottom: 1px solid #9b9b9b;
    }
    .gs-nav-info .gs-nav-info-list div.current a {
        color: #4D483C !important;
    }
    .gs-search {
        width: 100%;
        margin-top: 15px;
    }
    .gs-search input {
        width: 19rem;
    }
    .gs-company {
        margin-top: 15px;
    }
    .gs-company-list {
        height: 28rem;
    }
    .gs-company-item {
        width: 32%;
        margin: 0 2% 2% 0;
    }
    .gs-company-item:nth-child(3n) {
        margin: 0 0 2% 0;
    }
    .gs-company-logo {
        height: auto;
    }
    .gs-company-logo img {
        display: block;
        width: 100%;
    }
    .gs-company-item p {
        line-height: 40px;
        font-size: 14px;
    }
}

/* 投票入口 */
.vote .main {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-bm.png) no-repeat;
    background-size: cover;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px;
}
.vote-option-info {
    width: 350px;
    border: 2px solid #E5DA92;
}
.vote-option .vote-option-title {
    color: #E9CD7B;
    font-size: 34px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
}
.vote-option .vote-option-list {
    height: 165px;
}
.vote-option .vote-option-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 20px;
    margin-bottom: 15px;
}
.vote-option .vote-option-item img {
    width: 30px;
    height: 30px;
}
.vote-option .vote-option-item p {
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    margin-left: 12px;
}
.vote-option .vote-enter {
    text-align: center;
    margin: 32px 0;
}
.vote-option .vote-enter a {
    cursor: pointer;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #4D483C;
    font-size: 18px;
    background-color: #DFC88C;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
    background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
    background-image: -ms-linear-gradient(#DFC88C, #CA9346);
    background-image: -o-linear-gradient(#DFC88C, #CA9346);
    background-image: linear-gradient(#DFC88C, #CA9346);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
@media (max-width: 750px) {
    .vote .main {
        background: transparent;
        flex-direction: column;
        padding: 0;
    }
    .vote-option {
        background: url(https://image.big-bit.com/Meeting/2019hypx/images/bg-bm.png) no-repeat;
        background-size: cover;
        margin-bottom: 15px;
    }
    .vote-option-info {
        width: 100%;
    }
    .vote-option .vote-option-title {
        font-size: 24px;
    }
    .vote-option-list {
        height: auto !important;
    }
}
/* 投票详情页 */
.px-vote-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    color: #fff;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 16px;
}
.px-vote-nav a {
    cursor: pointer;
    padding: 0 10px;
    margin: 0 24px;
}
.px-vote-nav a.active {
    color: #E9CD7B;
    border-bottom: 1px solid #E9CD7B;
}
.px-vote-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
    margin-top: 20px;
}
.px-vote-search span {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}
.px-vote-search span > a {
    cursor: pointer;
    color: #FF0029;
}
.px-vote-search-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 35px;
    background-color: #DFC88C;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.32, #DFC88C), color-stop(0.83, #CA9346));
    background-image: -webkit-linear-gradient(#DFC88C, #CA9346);
    background-image: -ms-linear-gradient(#DFC88C, #CA9346);
    background-image: -o-linear-gradient(#DFC88C, #CA9346);
    background-image: linear-gradient(#DFC88C, #CA9346);
    -webkit-align-items: center;
    align-items: center;
    padding-left: 2px;
}
.px-vote-search-info input {
    width: 140px;
    height: 31px;
    color: #fff;
    background: #000;
    border: none;
    outline: none;
    padding: 0 .5em;
}
.px-vote-search-info a {
    cursor: pointer;
    width: 48px;
    color: #4D483C;
    font-size: 14px;
    text-align: center;
}
.px-vote-list-box {
    margin-top: 10px;
}
.dom-separate {
    width: 100%;
}
.px-vote-list {
    display: none;
	flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
}
.px-vote-list.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.px-vote-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 190px;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 5px 10px;
}
.px-vote-item img {
    width: 100%;
}
.px-vite-id {
    line-height: 40px;
    color: #e9cd7b;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.px-vote-item-info {
    background: #333;
    padding: 0 10px;
}
.px-vote-info-name {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.px-vote-info-votes {
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.px-vote-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    background: #333;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px 10px;
}
.px-vote-btn a {
    cursor: pointer;
    width: 82px;
    line-height: 30px;
    text-align: center;
    background: #737373;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}
.px-vote-btn a.px-vote-votme {
    color: #532625;
    background: #E9CD7B;
}
.px-vote-checked {
    color: #FF0029 !important;
    font-family: 'iconfont' !important;
}
.vote-btn-sumbit {
    cursor: pointer;
    position: fixed;
    left: 50%;
    bottom: 4px;
    width: 1000px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: #666;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
}
.vote-btn-sumbit.achieve {
    color: #532625;
    background: #E9CD7B;
}
.vote-btn-sumbit span {
    margin: 0 15px;
}
@media (max-width: 750px) {
    .px-vote {
        margin-bottom: 30px;
    }
    .px-vote-nav {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .px-vote-nav a {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        width: 25%;
        height: 80px;
        line-height: 20px;
        color: #E5DA92;
        font-size: 14px;
        text-align: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0 8px;
        margin: 0;
    }
    .px-vote-nav a.active {
        color: #532625;
        background: #E9CD7B;
        border: 1px solid #737373;
    }
    .px-vote-search {
        padding: 0;
    }
    .px-vote-list {
        -webkit-jusitfy-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .px-vote-item {
        width: 32%;
        margin: 0 2% 2% 0;
    }
    .px-vote-3n .px-vote-item:nth-child(3n) {
        margin-right: 0;
    }
    .px-vote-4n .px-vote-item {
        width: 24%;
        margin: 0 .5% 1%;
    }
    .px-vote-5n .px-vote-item {
        width: 19%;
        margin: 0 1.25% 2% 0;
    }
    .px-vote-5n .px-vote-item:nth-child(5n) {
        margin-right: 0;
    }
    .px-vote-5n .px-vote-item-info {
        padding: 0;
    }
    .px-vite-id {
        line-height: 22px;
        font-size: 12px;
    }
    .px-vote-item-info {
        padding: 0 4px;
    }
    .px-vote-info-name {
        line-height: 22px;
        font-size: 12px;
    }
    .px-vote-info-votes {
        line-height: 22px;
        font-size: 12px;
        text-align: center;
    }
    .px-vote-btn {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 0 4px 6px;
    }
    .px-vote-btn a {
        width: 100%;
        line-height: 20px;
    }
    .px-vote-btn a.px-vote-votme {
        margin-bottom: 6px;
    }
    .px-vote-s .px-vote-btn {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .px-vote-s .px-vote-btn a {
        width: 100%;
    }
    .px-vote-s .px-vote-btn a.px-vote-votme {
        margin-bottom: 5px;
    }
    .vote-btn-sumbit {
        bottom: 2px;
        width: 80%;
    }

}

/* 投票 */
.lottery {
    position: relative;
}
.lottery-unit-info {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 49.7px 53.7px 89.32px;
}
.lottery-unit {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 180px;
    height: 145px;
    background-image: url(https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/gift.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 9.5px 4.75px;
}
.lottery-unit.active:after {
    content: '';
    top: 50%;
    left: 50%;
    position: absolute;
    width: 218px;
    height: 186px;
    background-image: url(https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/gift_active.png);
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.lottery-btn {
    cursor: pointer;
    width: 366px;
    height: 145px;
    background-image: url(https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/btn.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 9.5px 0;
}
.lottery-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 26px;
}
.lottery-name,
.lottery-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 430px;
    background: rgba(0, 0, 0, .6);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 30px 20px;
}
.lottery-title {
    width: 20px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.lottery-name-list,
.lottery-info-list {
    width: 350px;
    height: 150px;
    color: #fff;
    background: #333333;
    overflow: hidden;
    padding: 0 20px;
}
.lottery-name-list li {
    line-height: 30px;
    font-size: 16px;
}
.lottery-name-list li span:first-child {
    display: inline-block;
    width: 30%;
}
.lottery-name-list li span:last-child {
    display: inline-block;
    width: 65%;
}
.lottery-name-list li span > b {
    font-size: 20px;
    font-weight: normal;
}
.lottery-info-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 24px;
    font-size: 16px;
    padding: 6px 0;
}
@media (max-width: 750px) {
    .ld .main {
        padding: 15px 10px !important;
    }
    .lottery > img {
        width: 100%;
    }
    .lottery-unit-info {
        width: 100%;
        height: 100%;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-align-content: flex-start;
        align-content: flex-start;
        padding: 4% 4% 9%;
    }
    .lottery-unit {
        width: 22.5%;
        height: 28%;
        background-size: cover;
        margin: 2.6% 0 0 2%;
    }
    .lottery-unit.active:after {
        width: 110%;
        height: 115%;
        background-size: cover;
    }
    .lottery-unit img {
        height: 80%;
    }
    .lottery-btn {
        width: 47%;
        height: 28%;
        background-size: cover;
        margin: 2.6% 0 0 2%;
    }
    .lottery-unit.mb-img img {
        width: 70%;
        height: auto;
    }
    .lottery-bottom {
        flex-direction: column;
        margin-top: 15px;
    }
    .lottery-name, 
    .lottery-info {
        width: 100%;
    }
    .lottery-info {
        margin-top: 10px;
    }
    .lottery-name-list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        font-size: 12px;
    }
    .lottery-name-list li span > b {
        font-size: 14px;
    }
    .lottery-name-list li span:first-child {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .lottery-title {
        line-height: 20px;
        font-size: 16px;
        margin-right: 10px;
    }
    .lottery-info-item {
        line-height: 20px;
        font-size: 14px;
    }
    .lottery-name-list,
    .lottery-info-list {
        padding: 0 10px;
    }
}

/* 抽奖结果 */
#mask {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 10;
}
#mask .blin {
    width: 100%;
    height: 100%;
    background: no-repeat center / contain;
    background-image: url(https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/gold.png);
    -o-animation: circle 10s linear infinite;
    -ms-animation: circle 10s linear infinite;
    -moz-animation: circle 10s linear infinite;
    -webkit-animation: circle 10s linear infinite;
    animation: circle 10s linear infinite;
}
@keyframes circle {
    0% {
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
  }
#mask .caidai {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / contain;
    background-image: url(https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/dianzhui.png);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 1;
}
#mask .winning {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 510px;
    /* -o-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    margin: -130px 0 0 -150px; */
    transform: translate(-50%, -50%) scale(0.1);
    z-index: 1;
}
#mask .reback {
    -o-animation: reback .5s linear forwards;
    -ms-animation: reback .5s linear forwards;
    -moz-animation: reback .5s linear forwards;
    -webkit-animation: reback .5s linear forwards;
    animation: reback .5s linear forwards;
}
@keyframes reback {
    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}
.winning .red-head {
    position: absolute;
    top: -5%;
    width: 100%;
    height: 66%;
    background: no-repeat center / contain;
    background-image: url("https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/top.png");
}
.winning .red-body {
    position: absolute;
    top: 32%;
    width: 100%;
    height: 71%;
    background: no-repeat center / contain;
    background-image: url("https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/bottom.png");
    z-index: 2;
}
.winning #card {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 63%;
    background: no-repeat center / contain;
    /* background-image: url("../image/redPack/middle.png"); */
    -o-transition: top .5s;
    -ms-transition: top .5s;
    -moz-transition: top .5s;
    -webkit-transition: top .5s;
    transition: top .5s;
    transform: translate(-50%, -0%);
    z-index: 1;
}
.winning .pull {
    -o-animation: card .5s linear forwards;
    -ms-animation: card .5s linear forwards;
    -moz-animation: card .5s linear forwards;
    -webkit-animation: card .5s linear forwards;
    animation: card .5s linear forwards;
}
@keyframes card {
    100% {
        transform: translate(-50%, -75%);
    }
}
#card .win {
    display: -webkit-box;
	display: -webkit-flex;
	display: flex;
    margin: 5px auto;
    width: 92%;
    height: 90%;
	color: #d67035;
    font-size: 30px;
    text-align: center;
    background: no-repeat center / contain;
    background-image: url("https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/prize2.png");
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.winning .btn {
    position: absolute;
    left: 50%;
    bottom: 10%;
    width: 60%;
    height: 14%;
    background: no-repeat center / contain;
    background-image: url("https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/button.png");
    -o-animation: shake .5s 2 linear alternate;
    -ms-animation: shake .5s 2 linear alternate;
    -moz-animation: shake .5s 2 linear alternate;
    -webkit-animation: shake .5s 2 linear alternate;
    animation: shake .5s 2 linear alternate;
    margin-left: -30%;
    z-index: 2;
}
@keyframes shake {
    50% {
        -o-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    100% {
        -o-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
}
#close {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    background: no-repeat center / contain;
    background-image: url("https://image.big-bit.com/Meeting/2019hypx/images/luckydraw/close.png");
    -o-animation: fadein .5s .5s linear forwards;
    -ms-animation: fadein .5s .5s linear forwards;
    -moz-animation: fadein .5s .5s linear forwards;
    -webkit-animation: fadein .5s .5s linear forwards;
    animation: fadein .5s .5s linear forwards;
    z-index: 10;
}
@keyframes fadein {
    100% {
        opacity: 1;
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media (max-width: 750px) {
    #mask .winning {
        width: 300px;
        height: 250px;
    }
    #card .win {
        font-size: 16px;
    }
}

/* 抽奖信息弹窗 */
.dialog-lottery .dialog-login-form {
    margin-top: 15px;
}
.dialog-lottery .dialog-login-title {
    font-size: 18px;
}
.dialog-lottery .dialog-login-input {
    height: 34px;
    margin-bottom: 12px;
}
.dialog-lottery .dialog-login-input input {
    width: 205px;
}
.dialog-lottery .dialog-login-input select {
    width: 205px;
}
.dialog-lottery .dialog-login-input span {
    width: 85px;
    margin-right: 20px;
}
.dialog-lottery .dialog-login-sumbit {
    line-height: 34px;
    font-size: 14px;;
}
@media (max-width: 750px) {
    .dialog-lottery {
        width: 300px !important;
        padding: 10px !important;
    }
    .dialog-lottery .dialog-login-input {
        padding-left: 10px;
    }
    .dialog-lottery .dialog-login-input span {
        font-size: 12px;
        margin-right: 10px;
    }
    .dialog-lottery .dialog-login-input select {
        width: 170px;
    }
}
@media (max-height: 480px) {
    .dialog-lottery {
        top: 60% !important;
    }
}

/* 公众号弹窗 */
.draw_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.draw_popup_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.popup_info {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background: #fff;
    transform: translate(-50%,-50%);
    padding: 15px;
}
.popup_info img {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto;
}
.popup_info p {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-top: 10px;
}

/* 拉票 PC端 */
.share_popup { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
}
.share_popup_bg { 
    width: 100%; 
    height: 100%; 
    background: rgba(0, 0, 0, .6); 
}
.share_popup_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    text-align: center;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
}
.share_popup_info img { 
    display: block; 
    width: 350px; 
    height: 350px; 
    padding-top: 15px; 
    margin: 0 auto; 
}
.share_popup_info p { 
    color: #2a2a2a; 
    padding: 5px 0 15px; }

/* 拉票 移动端*/
.draw_tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    border-collapse: collapse;
    overflow: visible;
    z-index: 999;
}
.arrow img {
    float: right;
    width: 60px;
    margin: 20px 12.8px 0;
}

.draw_tips p {
    color: #fff;
    font-size: 12px;
    text-align: right;
    margin-top: 6.4px;
    margin-right: 32px;
}

/* 行业nav */
.out-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 500px;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
}
.out-nav a {
    width: 33.333%;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
}
.out-nav a > img {
    display: block;
    width: 100%;
}
.px-vote {
    margin-top: 20px;
}
@media (max-width: 750px) {
    .out-nav {
        width: 100%;
        margin-bottom: 15px;
    }
    .px-vote {
        margin-top: 0;
    }
}

/* 投票说明弹窗 */
.dialog-lottery-details {
    padding: 20px 40px;
}
.dialog-lottery-details .dialog-enroll-title {
    margin-bottom: 20px;
}
.dialog-lottery-details p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    color: #EFCA95;
    font-size: 14px;
    margin: 5px 0;
}
@media (max-width: 750px) {
    .dialog-lottery-details {
        width: 80%;
        height: 450px;
        padding: 10px;
    }
    .dialog-lottery-details-info {
        height: 360px;
        overflow: auto;
    }
}

/* 投票赞助支持 */
.px-zz-top {
    line-height: 30px;
    color: #E9CD7B;
    font-size: 16px;
    text-align: center;
}
.px-zz-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    color: #E9CD7B;
    font-size: 16px;
    text-align: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: 10px;
}
.px-zz-bottom-title {
    width: 100%;
}
.px-zz-tt {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 800px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.px-zz-tt p {
    width: 33%;
}
@media (max-width: 750px) {
    .px-zz-top {
        font-size: 14px;
        background: rgba(68, 68, 68, 0.6);
        padding-top: 10px;
    }
    .px-zz-bottom {
        font-size: 14px;
        background: rgba(68, 68, 68, .6);
        padding-bottom: 15px;
    }
    .px-zz-tt {
        width: 100%;
        font-size: 12px;
    }
    .px-zz-tt p {
        width: 39%;
        text-align: left;
    }
    .px-zz-tt p:nth-child(odd) {
        width: 52% !important;
        margin-right: 2% !important;
    }
    .px-zz-tt p:last-child {
        width: 91% !important;
    }
}

/* 参会报名 */
.main-enroll .main {
    padding: 50px 160px;
    margin-top: 40px;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.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 #fdfdfd;
    margin-bottom: 15px;
}
.mt-enroll-input-list {
    width: 540px;
    height: 50px;
    color: #272727;
    background: #fdfdfd;
    -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: #272727;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
}
.mt-enroll-content {
    width: 100%;
    background: #fdfdfd;
    margin-bottom: 15px;
}
.mt-enroll-content textarea {
    display: block;
    width: 100%;
    color: #272727;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    padding: 10px 20px;
}
.mt-enroll-content textarea::-webkit-input-placeholder {
    color: #272727;
}
.mt-enroll-btn {
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 40px;
}
.mt-enroll-btn a {
    cursor: pointer;
    width: 150px;
    line-height: 50px;
    color: #E5DA92;
    text-align: center;
    border: 1px solid #E5DA92;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /*background: #8E8E8E;*/
    margin: 0 15px;
}
.main-enroll .enroll-box .enroll-section {
    min-height: 50px;
    line-height: 50px;
}
.main-enroll .enroll-box .enroll-section input[type="text"] {
    height: 30px;
    margin-top: 10px;
}
.main-enroll .enroll-box .enroll-section input[type="radio"] {
    margin: 17px 5px 0 0;
}
.main-enroll .enroll-box .enroll-section textarea {
    width: 806px;
    margin-left: 11.23px;
}
@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;
    }
}




/* swiper */
#guest-swiper {
    padding-bottom: 40px;
}
.my-bullet {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #E5DA92;
    border: 2px solid #E5DA92;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 4px;
}
.my-bullet-active {
    background: transparent;
}
.my-bullet-active:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #E5DA92;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

/* 弹窗 */
.dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.dialog-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}
.dialog-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #181818;
    border: 1px solid #E6C28F;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dialog-close {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 43px;
    height: 36px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/btn-dialog-close.png) no-repeat;
}
/* 嘉宾弹窗 */
.dialog-guest {
    width: 580px;
    padding: 45px 37px;
}
.dialog-guest-name {
    color: #EFCA95;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.dialog-guest-msg {
    color: #EFCA95;
    font-size: 16px;
    margin-top: 30px;
}
.dialog-guest-msg span:first-child {
    margin-right: 50px;
}
.dialog-guest-info {
    line-height: 30px;
    color: #EFCA95;
    font-size: 16px;
    margin-top: 26px;
    height: 250px;
    overflow:auto;
}
@media (max-width: 750px) {
    .dialog {
        z-index: 999;
    }
    .dialog-guest {
        width: 90%;
        padding: 15px 10px;
    }
    .dialog-guest-msg span {
        display: block;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }
    .dialog-guest-info {
        max-height: 400px;
        overflow: auto;
        margin-top: 15px;
    }
}
/* 企业推荐完成弹窗 */
.dialog-enroll-tj {
    width: 580px;
    padding: 45px 37px;
}
.dialog-enroll-title {
    color: #E5DA92;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
	margin-top: 15px;
}
.dialog-enroll-msg {
    line-height: 30px;
    color: #E5DA92;
    font-size: 16px;
}
.dialog-enroll-btn {
    text-align: center;
    margin-top: 26px;
}
.dialog-enroll-btn a {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #E5DA92;
    font-size: 20px;
    border: 1px solid #E5DA92;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 60px;
}
/* 企业申报完成弹窗 */
.dialog-bm {
    width: 650px;
    padding: 30px 30px;
}
.dialog-bm-title {
    color: #EFCA95;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.dialog-bm-table-box {
    height: 400px;
    overflow: auto;
}
.dialog-bm-tips {
    color: #EFCA95;
    font-size: 14px;
    margin-top: 15px;
}
.dialog-bm-table,
.dialog-bm-table tr td { 
    color: #D2C786;
    border:1px solid #D2C786; 
    padding: 10px;
}
.dialog-bm-table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin-top: 25px;
}
.dialog-bm-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.dialog-bm-list h3 {
    font-weight: normal;
    white-space: nowrap;
}
.dialog-bm-list span {
    color: #fff;
}
.dialog-bm-table h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.dialog-bm-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dialog-bm-list-box .dialog-bm-list {
    width: 33.333%;
    border-right: 1px solid #D2C786;
    padding: 10px;
}
.dialog-bm-list-box .dialog-bm-list:last-child {
    border-right: none;
}
.dialog-bm-btn {
    text-align: center;
    margin-top: 30px;
}
.dialog-bm-btn a {
    cursor: pointer;
    display: inline-block;
    color: #EFCA95;
    font-size: 16px;
    border: 1px solid #EFCA95;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 15px;
    margin: 0 20px;
}
@media (max-width: 750px) {
    .dialog-bm-btn {
        margin-top: 15px;
    }
}
/* 申报抽奖 */
.dialog-bmld {
    width: 500px;
    padding: 20px 0;
}
.dialog-bmld-tips {
    height: 110px;
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 100px;
}
.dialog-bmld-tips #packet {
    color: #FF0029;
}
.dialog-bmld-tips span,
.dialog-bmld-tips p {
    display: none;
}
.dialog-bmld-tips.show span {
    display: inline-block;
}
.dialog-bmld-tips.show p {
    display: block;
}
.dialog-bmld-img {
    cursor: pointer;
    width: 300px;
    margin: 0 auto 110px;
}
.dialog-bmld-img .dialog-bmld-bx {
    height: 135px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/ld-chest.png) no-repeat 0px 0px;
    background-size: 320px auto;
    background-position-x: center;
    margin-top: 15px;
}
.dialog-bmld-img.open .dialog-bmld-bx {
    background-position-y: -137px
}
.dialog-bmld-txt {
    position: relative;
    width: 200px;
    height: 60px;
    margin: 0 auto;
}
.dialog-bmld-text {
    position: absolute;
    width: 166px;
    height: 60px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/ld-tips.png);
    background-size: 190px auto;
}
.dialog-bmld-icon {
    position: absolute;
    top: 10px;
    right: 0;
    width: 26px;
    height: 60px;
    background: url(https://image.big-bit.com/Meeting/2019hypx/images/ld-tips.png) right 0px no-repeat;
    background-size: 190px auto;
    -webkit-animation: move .7s linear infinite alternate;
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: translate(0px ,0px);
    }
    100% {
        -webkit-transform: translate(0px ,-5px);
    }

}
/* 登录弹窗 */
.dialog-login {
    width: 400px;
    padding: 30px;
}
.dialog-login-title {
    color: #E6C28F;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.dialog-login-form {
    margin-top: 35px;
}
.dialog-login-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 50px;
    color: #E6C28F;
    background: #2C2C2C;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 15px;
    margin-bottom: 25px;
}
.dialog-login-input span {
    width: 80px;
    font-size: 14px;
}
.dialog-login-input input {
    width: 228px;
    color: #E6C28F;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.dialog-login-input select {
    width: 228px;
    color: #E6C28F;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    padding: 0;
    margin: 0;
}
.dialog-login-input select option {
    background: #333;
}
.dialog-login-input input.dialog-login-input-code {
    width: 143px;
    margin-right: 15px;
}
.dialog-login-code {
    cursor: pointer;
    width: 85px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #474747;
}
.dialog-login-sumbit {
    cursor: pointer;
    line-height: 48px;
    color: #E6C28F;
    font-size: 18px;
    text-align: center;
    border: 1px solid #E6C28F;
}
/* Logo上传 */
.dialog-logo {
    padding: 20px;
}
.dialog-logo-title {
    color: #E6C28F;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.dialog-logo-upload-box {
    width: 250px;
    height: 250px;
    margin-top: 15px;
}
.dialog-logo-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.dialogo-logo-btn-sumbit {
    cursor: pointer;
    line-height: 30px;
    color: #E6C28F;
    font-size: 14px;
    text-align: center;
    border: 1px solid #E6C28F;
    margin-top: 10px;
}

/* 我的推荐弹窗 */
.dialog-tj {
    width: 650px;
    padding: 30px 30px;
}
.dialog-tj-title {
    color: #EFCA95;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}
.dialog-tj-table-box {
    max-height: 400px;
    overflow: auto;
}
.dialog-tj-tips {
    color: #EFCA95;
    font-size: 14px;
    margin-top: 15px;
}
.dialog-tj-table,
.dialog-tj-table tr td { 
    color: #D2C786;
    border:1px solid #D2C786; 
    padding: 10px;
}
.dialog-tj-table {
    width: 100%;
    line-height: 1.5;
    border-collapse: collapse;
    margin-top: 25px;
}
.dialog-tj-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.dialog-tj-list h3 {
    font-weight: normal;
    white-space: nowrap;
}
.dialog-tj-list span {
    color: #fff;
}
.dialog-tj-table h2 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.dialog-tj-list-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dialog-tj-list-box .dialog-tj-list {
    width: 33.333%;
    border-right: 1px solid #D2C786;
    padding: 10px;
}
.dialog-tj-list-box .dialog-tj-list:last-child {
    border-right: none;
}
.dialog-tj-btn {
    text-align: center;
    margin-top: 30px;
}
.dialog-tj-btn a {
    cursor: pointer;
    display: inline-block;
    color: #EFCA95;
    font-size: 16px;
    border: 1px solid #EFCA95;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 8px 15px;
    margin: 0 20px;
}

/* 我的推荐弹窗 */
.dialog-complaint {
    padding: 25px;;
}
.dialog-complaint-form {
    width: 400px;
    height: 480px;
    margin-top: 20px;
    overflow: auto;
}
.dialog-comlaint-txt {
    line-height: 20px;
    color: #EFCA95;
    font-size: 14px;
    margin-bottom: 15px;
}
.dialog-comlaint-txt span {
    color: #FF0029;
}
.dialog-complaint-inputbox {
    margin-bottom: 15px;
}
.dialog-complaint-inputbox h5 {
    color: #EFCA95;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
}
.dialog-complaint-inputbox input,
.dialog-complaint-inputbox textarea {
    width: 100%;
    min-height: 26px;
    resize: none;
}
.dialog-complaint-inputbox textarea {
    height: 50px;
}
.dialog-complaint-inputbox input[type="file"] {
    color: #EFCA95;
}
.dialog-complaint-file {
    max-height: 60px;
    color: #EFCA95;
    overflow: auto;
    margin-top: 5px;
}
.dialog-complaint-file-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 24px;
    -webkit-align-items: center;
    align-items: center;
}
.dialog-complaint-file-list span {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dialog-complaint-file-list a {
    cursor: pointer;
    color: #FF0029;
    margin-left: 10px;
}
.dialog-complaint-btn {
    text-align: center;
}
.dialog-complaint-sumbit {
    cursor: pointer;
    display: inline-block;
    width: 80px;
    line-height: 30px;
    color: #EFCA95;
    font-size: 16px;
    border: 1px solid #EFCA95;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


/*客服*/
.yb_conct {
    display: none;
	position: fixed;
	z-index: 99999;
	top: 250px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}
.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}
.yb_bar .yb_phone {
	background: #FF9620 url(https://image.big-bit.com/Meeting/2019hypx/images/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
	text-indent: 0;
	background: #FF9620 url(https://image.big-bit.com/Meeting/2019hypx/images/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
	/*height:200px;*/

	background: #FF9620 url(https://image.big-bit.com/Meeting/2019hypx/images/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
	padding: 1px 15px 15px 15px;
}
.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}
.yb_bar .yb_top {
    background: #FF9620 url(https://image.big-bit.com/Meeting/2019hypx/images/fixCont.png) no-repeat 0 0;
}
@media (max-width: 1200px) {
    .yb_conct {
        display: none !important;
    }
}
/*客服 end*/

@media (max-width: 750px) {
    .bdshare-slide-button-box {
        display: none !important;
    }
}

/* 功能菜单 */
.qybm-menu {
    position: fixed;
    top: 70px;
    right: -257px;
    z-index: 99999;
    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;
}
.qybm-menu:hover {
    right: 0;
}
.qybm-menu-btn {
    cursor: pointer;
    position: absolute;
    top: 40px;
    left: -30px;
    width: 30px;
    line-height: 1.4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #FF9620;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 8px 0;
}
.qybm-menu-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 257px;
    min-height: 160px;
    text-align: center;
    background: #181818;
    border: 1px solid #FF9620;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 7.5px 0;
}
.qybm-menu-list {
    cursor: pointer;
    width: 80px;
    color: #FF9620;
    margin-bottom: 15px;
}
.qybm-menu-list img {
    background: #FF9620;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 8px;;
}
.qybm-menu-list span {
    display: block;
}
@media (max-width: 750px) {
    .qybm-menu {
        display: none;
    }
}

@media (max-width: 750px) {
    #newBridge {
        display: none !important;
    }
}

/* 微信登录 */
.wxCodeBox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
	z-index:1001;
}
.wxCode {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: #FFFFFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    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: 20px;
}
.wxCode img {
    width: 180px;
    height: 180px;
}
.wxCode a {
    display: inline-block;
    color: #fff;
    background: #737373;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 5px 10px;
    margin-top: 8px;
}

/* 参会报名浮窗 */
.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%;
        display: block;
    }
}


/* 会后报道 */
.hhbd-img{
    width:700px;
}
.hhbd-img img{
    width:100%;
}
.hhbd-new {
    width: 1182px;
}
.hhbd-new .prize-title:before, .prize-title:after{
    width:65px;
}

.hhbd-box-info {
    line-height: 1.8;
    color: #E5DA92;
    font-size: 16px;
    padding-left:20px;
    padding-top:20px;
}
.hhbd-more a{
    color: #E5DA92;
    float:right;
}
.more-prise a{
    color:rgb(201, 195, 158);
    font-size:14px;
}
.more-prize-item a{
    display:block;
}
.more-prize-item a:hover{
    color:#fbea7f;
}
.more-prize-wrap{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

@media (max-width: 750px){
    .hhbd-img{
        width:48%;
        margin-right:1%;
        display:none;
    }
    .hhbd-new {
        width:100%;
    }
    .prize-title{
        font-size:16px;
        font-weight:bold;
    }
    .hhbd-new .prize-title:before, .hhbd-new .prize-title:after{
        display:none;
    }
    .hhbd-box-info{
        font-size:14px;
    }
    .more-prize-item a{
        font-size: 12px;
    }
    .more-prize-wrap{
        display:block;
        margin-top:10px;
    }
}


/* 现场图片 */
.picture-item{
    width:257px;
    background:#dacfad;
    padding:10px;
    border-radius:10px;
    margin-right:30px;
    margin-bottom:15px;
}
.picture-item:nth-child(4n){
    margin-right:0;
}
.picture-item img{
    width:100%;
}
.picture-main{
    flex-wrap:wrap;
}
.picture-more{
    background:#dacfad;
    padding:10px;
    border-radius:5px;
    margin:0 auto;
    font-size:16px;
}
.picture-more a{
    font-weight:bold;
    color:#040404;
}
.zoomed{
    position: relative;
    z-index:999;
}

@media (max-width: 750px){
    .picture-item{
        width:48%;
        padding:5px;
        border-radius:5px;
        margin-right:3%;
    }
    .picture-item:nth-child(2n){
        margin-right:0%;
    }
    .picture-more{
        font-size:14px;
    }
    .picture-main{
        margin-top:45px;
    }
}
/* 行业发展论坛 */
.review-img img{
    width:100%;
}
