* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: 'iconfont';  
    src: url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.eot');
    src: url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.woff') format('woff'),
    url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_2289513_epcae4vvtaq.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* @font-face {font-family: "iconfont";
    src: url('../iconfont/iconfont.eot?t=1608773732347');
    src: url('../iconfont/iconfont.eot?t=1608773732347#iefix') format('embedded-opentype'),
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAK4AAsAAAAABpwAAAJsAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfgqBCIEaATYCJAMMCwgABCAFhG0HOhvcBREVjEOyLw54E+uUqOrMejFqFLFU21T7gJoQRBLc53j4b+31vpnZ3R9GlZRYEihANAJYsVGpEVWmpxZB/61NO7ZREYolOc+juzwjP4Hwo+t8nUYphKyQTTDmfZjIzaNQE+U/AUP/fZ5r6iXQ2dHqA80lIigqMPEAx3u+N7BOPBrZjWjEG8YucAmvCXSatULs3L3niJbC2hSIOzevX9TKpRSFVVtCXXOyNPFCpZWepSw8D78fX2XRIqkya+eBa7uu2PqRfSzz3TZnfEKaAM9XyFiBQhyrLR2QBeOyzv3FHIoi+Fi2xxQLir3yifjrnM5usASWEx+Z6xO3ZoAiJJBBjQZzWAvZ4VQtiiVR93Gd0ac3joU33d549Mim40e3HDu++Ui7rUe3LmxdZgv+iupMLvwe1HiWQ9scE3N4gfUz+Vh6CHlbeisQDL+ZOt+38X+LAt6fvBJ6i34RWucIB/9rWhmBwk1WIBfVrrU3kI2r76hXp0604digD+NNvTsJLSMpksYMspY5srArUOmyAbWWLejEXY6d7zLEWYvSgWW+AKHfhKTXO2T9ZrKwP1RG/VHrjzU6HYuhG7ssCnXa4bAK2EL9AdXQwJ1QOEXdZxSPrnJZUyi7o/MqC2mUFKsMB3Rz7PFPkYXAgTvqoQDvYdcRjI40NiGSIYx5HPO6D0UN9YuTHRxUCVAL1D6A0iAD7o8PTiXpz5Dw0Km4lpGa+h1yPDU7SEWSHiSzD71G7kWM9yRkgoADnEN6oADLUKdDwFi/TEONICJHFEa52Bbife3R+s7++05AJ2tOjhQ5itblm14oyH22lzvyuFgA') format('woff2'),
    url('../iconfont/iconfont.woff?t=1608773732347') format('woff'),
    url('../iconfont/iconfont.ttf?t=1608773732347') format('truetype'),
    url('../iconfont/iconfont.svg?t=1608773732347#iconfont') format('svg');
} */
.icon-home2:before {
    content: '\e606';
}
.icon-enroll:before {
    content: '\e601';
}
.icon-review:before {
    content: '\e602';
}
.icon-share:before {
    content: '\e603';
}
.icon-sponsor:before {
    content: '\e604';
}
.icon-gotop:before {
    content: '\e605';
}
.icon-direction:before {
    content: '\e746';
}
.icon-company:before {
    content: '\e749';
}
.icon-speaker:before {
    content: '\e6ef';
}
.icon-enterprise:before {
    content: '\e74b';
}
.icon-map:before {
    content: '\e758';
}
.row {
    width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.flex-column {
    flex-direction: column;
    -webkit-flex-direction: column;
}
.flex-justify-center {
    justify-content: center;
    -webkit-justify-content: center;
}
.flex-justify-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-justify-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-align-center {
    align-items: center;
    -webkit-align-items: center;
}
.flex-wrap {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clear:before,
.clear:after {
    content: '';
    display: block;
    clear: both;
}

body {
    line-height: 1.5;
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #231E84;
}
.scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
}

#newBridge {
    display: none !important;
}

/* header */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    z-index: 99;
}
.header .row {
    height: 65px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}
.head-link > a {
    cursor: pointer;
    line-height: 65px;
    color: #999;
    font-size: 15px;
    padding: 0 25px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.head-link > a.active,
.head-link > a:hover {
    color: #231E84;
}
.met-more {
    cursor: pointer;
    position: relative;
    line-height: 65px;
    color: #231E84;
    font-size: 15px;
    padding: 0 30px;
}
.met-more:hover {
    color: #231E84;
}
.met-more-box {
    display: none;
    position: absolute;
    top: 65px;
    left: 50%;
    background: #ffffff;
    padding: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.met-more:hover .met-more-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
.met-more-box > a {
    position: relative;
    width: 220px;
    margin-right: 10px;
}
.met-more-box > a:last-child {
    margin-right: 0;
}
.met-more-box > a:hover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
}
.met-more-box > a:hover:after {
    content: '点击进入';
    position: absolute;
    top: 50%;
    left: 50%;
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 2px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.met-more-box img {
    display: block;
    width: 100%;
}

/* banner */
.banner {
    height: 550px;
    margin-top: 65px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    width: 100%;
    height: 100%;
    background-image: none;
    background-position: top center;
    background-repeat: no-repeat;
}
.swiper-slide img {
    display: block;
    width: 100%;
}

/* container */
.main-box {
    margin: 60px 0;
}
.main-box .title {
    justify-content: center;
    -webkit-justify-content: center;
}
.main-info {
    margin-top: 40px;
}

/* introduce */
.intro-box p {
    line-height: 1.5;
    color: #ffffff;
    margin: 10px 0;
}

/* heighlights */
.hl-list {
    width: 350px;
    color: #ffffff;
    text-align: center;
    background: #3D37CB;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px;
    margin-right: 75px;
}
.hl-list:nth-child(3n) {
    margin-right: 0;
}
.hl-list h2 {
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
}
.hl-list p {
    line-height: 1.5;
    font-size: 16px;
}

/* activity flow */
.flow-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flow-list {
    width: 280px;
}
.flow-top,
.flow-bottom {
    position: relative;
    height: 115px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px;
}

.flow-top.hasCon2,
.flow-bottom.hasCon2{
    color: #3D37CB;
    background: #FDB35B;
}
.flow-top.hasCon,
.flow-bottom.hasCon {
    background: #3D37CB;
}
.flow-top.hasCon:after,
.flow-bottom.hasCon:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 0px;
    height: 0px;
    border: 15px solid #3D37CB;
    border-top-color: #3D37CB;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.flow-top .num,
.flow-bottom .num {
    width: 24px;
    line-height: 24px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #FDB35B;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 12px;
}
.flow-top.hasCon2 .num,
.flow-bottom.hasCon2 .num {
    background: #3D37CB;
}
.flow-center {
    line-height: 38px;
    color: #ffffff;
    font-size: 18px;
    text-align: center;
}
.flow-list .flow-center {
    background-image: url(../images/flow-bg.png);
    background-position: 0 0;
}
.flow-list:nth-child(2) .flow-center {
    background-image: url(../images/flow-bg.png);
    background-position: 0 -48px;
}
.flow-list:nth-child(3) .flow-center {
    background-image: url(../images/flow-bg.png);
    background-position: 0 -96px;
}
.flow-list:nth-child(4) .flow-center {
    background-image: url(../images/flow-bg.png);
    background-position: 0 -144px;
}
.flow-list:nth-child(5) .flow-center {
    background-image: url(../images/flow-bg.png);
    background-position: 0 -192px;
}
.flow-bottom {
    margin-top: 30px;
    margin-bottom: 0;
}
.flow-bottom.hasCon:after {
    top: -30px;
    bottom: auto;
    border-top-color: transparent;
    border-bottom-color: #3D37CB;
}

/* Award */
.award-box {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
}
.award-list {
    position: relative;
    width: 285px;
    margin: 0 20px 20px;
}
.award-info {
    position: relative;
}
.award-info > img {
    display: block;
}
.award-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/award-mask.png) no-repeat;
}
.award-name {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: justify;
    padding: 14px 14px 0;
}
.award-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    background: #08036D;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
    opacity: 0;
    padding: 20px 12px 12px;
    z-index: 2;
}
.award-info:hover .award-intro {
    opacity: 1;
}
.award-intro h2 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.award-intro-info {
    height: 206px;
    overflow: auto;
}
.award-intro-info::-webkit-scrollbar {
    display: none;
}
.award-intro-info p {
    text-align: justify;
    margin-bottom: 10px;
}
.award-btn {
    display: block;
    line-height: 45px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 6px;
    background: #EEEDFF;
}

/* media */
.media-box {
    position: relative;
    height: 75px;
    overflow: hidden;
}
.media-info {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
}
.media-item {
    margin-right: 25px;
}
.media-item img {
    display: block;
}

/* news */
.news-box {
    position: relative;
    -webkit-filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
    filter: drop-shadow(0 20px 60px rgba(76, 105, 134, .2));
}
.news-bg {
    position: absolute;
    top: 0;
    right: 0;
}
.news-tab {
    position: relative;
}
.news-tab-bg {
    display: block;
}
.news-tabs {
    position: absolute;
    top: 0;
    left: 0;
    width: 134px;
    height: 43px;
    line-height: 43px;
    color: #C7000B;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.news-view {
    background: #05006A;
    border-radius: 0 0 16px 16px;
    -webkit-border-radius: 0 0 16px 16px;
    -moz-border-radius: 0 0 16px 16px;
    -ms-border-radius: 0 0 16px 16px;
    -o-border-radius: 0 0 16px 16px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding: 0 24px;
}
.news-list {
    cursor: pointer;
    position: relative;
    width: 570px;
    height: 110px;
    background: rgba(255, 255, 255, .3);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    overflow: hidden;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    padding-left: 38px;
    margin-bottom: 20px;
}
.news-list.hidden {
    display: none;
}
.news-list:hover {
    box-shadow: 0px 23px 20px 0px rgba(0, 0, 0, .09);
    padding-left: 190px;
}
.news-aside {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
    overflow: hidden;
    -webkit-clip-path: polygon(0 0, 0 100%, 17.8% 100%, 7% 0);
    clip-path: polygon(0 0, 0 100%, 17.8% 100%, 7% 0);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    -ms-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    z-index: 1;
}
.news-list:hover .news-aside {
    clip-path: polygon(0 0, 0 100%, 100% 100%, 70% 0);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 70% 0);
}
.news-aside > img {
    display: block;
    height: 100%;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-list:hover .news-aside > img {
    opacity: 1;
}
.news-mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4D4899;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.news-list:hover .news-mask {
    opacity: 0;
}
.news-mask::before {
    content: '';
    position: absolute;
    left: 13px;
    bottom: 15px;
    width: 6px;
    height: 6px;
    background: #1E1698;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.news-main {
    flex: 1;
    color: #ffffff;
    font-size: 16px;
    text-align: justify;
    flex-direction: column;
    -webkit-flex-direction: column;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 13px 22px 6px 13px;
}
.news-time {
    text-align: right;
}
.news-title {
    display: -webkit-box;
    max-height: 52px;
    font-family: FZLTZHJW, "Microsoft Yahei";
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-more {
    flex: 0 0 100%;
    justify-content: center;
    -webkit-justify-content: center;
}
.news-more-open,
.news-more-close {
    cursor: pointer;
    width: 124px;
    height: 50px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    user-select: none;
    -webkit-user-select: none;
}
.news-more-open > img,
.news-more-close > img {
    width: 18px;
    height: 10px;
    margin-left: 8px;
}
.news-more-close > img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

/* contact */
.contact-box {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.contact-list {
    color: #ffffff;
    padding: 0 65px;
}
.contact-list h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
.contact-list p {
    font-size: 16px;
    margin: 15px 0;
}

/* footer */
.footer {
    line-height: 60px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    background: #2D2897;
}

/* fixed */
.icon-fixed {
    cursor: pointer;
    position: fixed;
    right: 10px;
    bottom: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 9;
}
.icon-fixed > img {
    display: block;
}


/* enroll */
.bm-box {
    background: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 60px 40px;
}
.bm-tab {
    font-size: 40px;
    text-align: center;
    margin-bottom: 50px;
}
.bm-tab a {
    display: inline-block;
    color: #dddddd;
    border-bottom: 4px solid transparent;
    margin: 0 20px;
}
.bm-tab a.active {
    color: #dcbe30;
    border-bottom: 4px solid #dcbe30;
}
.bm-info {
    line-height: 30px;
    font-size: 16px;
}
.bm-section-box {
    font-size: 16px;
    margin-bottom: 30px;
}
.bm-section {
    min-height: 36px;
    line-height: 36px;
}
.bm-section h3 {
    color: #5e4dd1;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}
.bm-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
}
.bm-inputBox,
.bm-inputBox2 {
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 30px;
}
.bm-input-item {
    width: 540px;
    align-items: center;
    -webkit-align-items: center;
}
.bm-input {
    height: 60px;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 20px;
}
.bm-input span {
    width: 100px;
    font-size: 16px;
}
.bm-input input,
.bm-input select {
    height: 40px;
    font-size: 16px;
    border: none;
    outline: none;
    flex-grow: 1;
    -webkit-flex-grow: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999; 
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999; 
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999; 
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999; 
}
.bm-input-item i {
    width: 10px;
    color: red;
    font-size: 24px;
    margin-left: 10px;
}
.bm-textarea {
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    padding: 21px 20px;
}
.bm-textarea p {
    margin-bottom: 10px;
}
.bm-textarea textarea {
    width: 100% !important;
    height: 100px !important;
    font-size: 18px;
    border: none;
    outline: none;
    resize: none;
    padding: 0;
}
.bm-inputBox2 > i {
    color: red;
    font-size: 24px;
    margin-left: 10px;
}
.bm-award {
    display: none;
}
.bm-btn {
    text-align: center;
    margin-top: 60px;
}
.bm-btn button {
    width: 400px;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    background: linear-gradient(to right,#B4B1FF,#372EE6);
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.bm-tj-form-box .bm-input span {
    width: 140px;
}
.bm-tj-form-box .bm-tj-form {
    border-bottom: 1px dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bm-tj-form-box .bm-tj-form:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.bm-tj-form-box .bm-title {
    margin-top: 0px;
}
.bm-tj-form-box .bm-inputBox {
    margin-top: 20px;
}
.tj-btn {
    text-align: center;
}
.tj-btn button {
    cursor: pointer;
    width: 160px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    background: #5f4dd0;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 10px;
}
.dialog-enroll-btn {
    text-align: center;
    margin-top: 26px;
}
.dialog-enroll-btn a {
    cursor: pointer;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 16px;
    background: #5f4dd0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 0 60px;
}

/* vote */
.vote-view {
    background: #1b1571;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.32, #5c549c), color-stop(0.83, #1b1571));
    background-image: -webkit-linear-gradient(left top, #5c549c, #1b1571);
    background-image: -ms-linear-gradient(to right bottom, #5c549c, #1b1571);
    background-image: -o-linear-gradient(to right bottom, #5c549c, #1b1571);
    background-image: linear-gradient(to right bottom, #5c549c, #1b1571);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 30px;
}
.vote-list {
    width: 350px;
    text-align: center;
    border: 2px solid #E5DA92;
    padding: 20px;
    margin: 10px 10px;
}
.vote-list > h3 {
    color: #E9CD7B;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.vote-intro {
    height: 180px;
    text-align: left;
    margin-top: 15px;
}
.vote-intro p {
    color: #ffffff;
    font-size: 14px;
    margin: 8px 0;
}
.vote-list > 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;
    margin: 32px 0 10px;
}

/* method */
.method-view {
    background: #1b1571;
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.32, #5c549c), color-stop(0.83, #1b1571));
    background-image: -webkit-linear-gradient(left top, #5c549c, #1b1571);
    background-image: -ms-linear-gradient(to right bottom, #5c549c, #1b1571);
    background-image: -o-linear-gradient(to right bottom, #5c549c, #1b1571);
    background-image: linear-gradient(to right bottom, #5c549c, #1b1571);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 60px 140px;
}
.method-view > p {
    line-height: 30px;
    color: #E9CD7B;
    font-size: 16px;
    margin: 5px 0;
}

/* votes */
.votes-tab {
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 32px;
}
.votes-tab-list {
    cursor: pointer;
    position: relative;
    width: 220px;
    color: #999999;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #dddddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 20px;
    margin: 0 5px;
}
.votes-tab-list.active {
    color: #684032;
    background: #e9cd7b;
}
.votes-tab-list.active:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -32px;
    width: 0px;
    height: 0px;
    border: 16px solid #e9cd7b;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.votes-search {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px;
}
.votes-search > span {
    line-height: 35px;
    color: #fff;
    font-size: 14px;
}
.votes-search > span > a {
    cursor: pointer;
    color: #FF0029;
}
.votes-search-info {
    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;
}
.votes-search-input {
    width: 140px;
    height: 31px;
    color: #fff;
    background: #231E84;
    border: none;
    outline: none;
    padding: 0 .5em;
}
.votes-search-input::-webkit-input-placeholder {
    color: #ccc;
}
.votes-search-input::-moz-input-placeholder {
    color: #ccc;
}
.votes-search-input::-ms-input-placeholder {
    color: #ccc;
}
.votes-search-confirm {
    cursor: pointer;
    width: 48px;
    color: #4D483C;
    font-size: 14px;
    text-align: center;
}
.votes-list {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 10px;
}
.dom-separate {
    width: 100%;
}
.votes-item {
    position: relative;
    width: 190px;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 5px 10px;
}
.votes-item > img {
    width: 100%;
}
.votes-item-info {
    background: #333;
    padding: 0 10px;
}
.votes-item-id {
    line-height: 40px;
    color: #e9cd7b;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.votes-item-name {
    line-height: 40px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-bottom: 1px solid #666;
}
.votes-item-num {
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.votes-item-btn {
    color: #fff;
    background: #333;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 10px 10px;
}
.votes-item-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;
}
.votes-item-btn a.votes-item-votme {
    color: #532625;
    background: #E9CD7B;
}
.px-vote-checked {
    color: #FF0029 !important;
    font-family: 'iconfont' !important;
}
.votes-btn-sumbit {
    cursor: pointer;
    position: fixed;
    left: 50%;
    bottom: 4px;
    width: 1000px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    border: 2px solid #442a92;
    background: #fff;
    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%);
}
.votes-btn-sumbit.achieve {
    color: #532625;
    background: #E9CD7B;
}
.votes-btn-sumbit span {
    margin: 0 15px;
}

/* 公众号弹窗 */
.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;
}

/* 拉票 */
.share_popup { 
    display: none; 
    position: fixed; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    z-index: 999999;
}
.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: 999999;
}
.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;
}

/* 弹窗 */
.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: #ffffff;
    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%);
    padding: 20px 40px;
}
.dialog-close {
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: -1px;
    width: 43px;
    height: 36px;
    background: url(http://image.big-bit.com/Meeting/2019hypx/images/btn-dialog-close.png) no-repeat;
}
.dialog-enroll-title {
    color: #ab7b0a;
    font-size: 24px;
    font-weight: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.dialog-lottery-details p {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: 30px;
    color: #a0763a;
    font-size: 14px;
    margin: 5px 0;
}
.dialog-info {
    position: absolute;
    top: 50%;
    left: 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%);
}
.votes-item.fixedCom {
    width: 260px;
}
.fixedCom-dialog-close {
    cursor: pointer;
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/dialog-close.png) no-repeat;
    background-size: contain;
    z-index: 2;
}
.votes-item.fixedCom .votes-item-votme {
    width: 100%;
}

/* 企业简介弹窗 */
.dialog-intro {
    width: 600px;
}
.dialog-intro-title {
    border-bottom: 1px dashed #999;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.dialog-intro-name {
    font-size: 22px;
}
.dialog-intro-id {
    font-size: 14px;
}
.dialog-intro-id > b {
    font-size: 20px;
    margin-right: 2px;
}
.dialog-intro-num {
    font-size: 24px;
    align-items: center;
    -webkit-align-items: center;
}
.dialog-intro-info {
    max-height: 240px;
    color: #666666;
    font-size: 14px;
    overflow: auto;
}
.dialog-intro-btn {
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 20px;
}
.dialog-intro-btn a {
    cursor: pointer;
    width: 120px;
    line-height: 36px;
    color: #532625;
    text-align: center;
    background: #E9CD7B;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    margin: 0 10px;
}

/* 抽奖 */
.lottery-box {
    padding: 60px 155px;
    background: #071165;
}
.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: 230px;
    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: 14px;
    padding: 6px 0;
}

/* 登录弹窗 */
.dialog-login {
    width: 400px;
    padding: 30px;
}
.dialog-login-title {
    color: #333333;
    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: #666666;
    border: 1px solid #999;;
    -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: #333333;
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}
.dialog-login-input select {
    width: 228px;
    color: #333333;
    background: transparent;
    border: none;
    outline: none;
    appearance: none;
    padding: 0;
    margin: 0;
}
.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: #333333;
    font-size: 18px;
    text-align: center;
    background: #E6C28F;
    border: 1px solid #999;
}

/* 抽奖结果 */
#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);
    }
}

/* 抽奖信息弹窗 */
.dialog-lottery .dialog-login-form {
    margin-top: 15px;
}
.dialog-lottery .dialog-login-title {
    font-size: 24px;
    font-weight: bold;
}
.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;;
}

/* 微信登录 */
.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;
}

.bg01{
    background:#3D37CB;
}
.white{
    color:#fff;
}
.main-title h3 {
    font-size: 26px;
}
.map-txt {
    width: 520px;
    height: 460px;
    overflow: auto;
    padding: 45px 70px;
}

.map-txt p {
    font-size: 14px;
    margin: 20px 0;
}



/* fixed-menu */
.fixed-menu {
    position: fixed;
    top: 150px;
    left: 50%;
    margin-left: 640px;
    z-index:1000;
}
.fixed-menu-item {
    cursor: pointer;
    position: relative;
    width: 45px;
    height: 50px;
    background: #ffffff;
    border: 1px solid #7D7D7D;
    border-radius: 5px;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 15px;
}
.fixed-menu-item.active,
.fixed-menu-item:hover {
    background: #3D37CB;
    border: 1px solid #3D37CB;
}
.fixed-menu-item i {
    width: 20px;
    height: 20px;
    color: #666666;
    font-size: 20px;
}
.fixed-menu-item.active i,
.fixed-menu-item:hover i {
    color: #ffffff;
}
.fixed-menu-item i.icon-gotop {
    width: 28px;
    height: 28px;
    font-size: 28px;
    margin-top:-8px;
}
.fixed-menu-item span {
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}
.fixed-menu-item.active span,
.fixed-menu-item:hover span {
    color: #ffffff;
}
.share-code {
    display: none;
    position: absolute;
    left: -180px;
    width: 160px;
    height: 160px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .07);
    padding: 10px;
}
.share-code img {
    width: 140px;
    height: 140px;
}
.share-code:after {
    content: "";
    position: absolute;
    top: 70px;
    left: 160px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
.media-item {
    width: 115.5px;
    border: 1px solid #ccc;
    margin-right: 5px;
    margin-bottom: 5px;
}
.media-item:nth-child(10n), 
.media-item:last-child {
    margin-right: 0;
}
.media-item img {
    display: block;
    width: 100%;
}
.main-clear{
    text-align: center;
    margin-top: 40px;
  
}
/* 相关会议 */
.mob-Atmet-btn1 {
    position: fixed;
    top: 350px;
    left: 50%;
    margin-left: 640px;
    z-index:1000;
    bottom: 500px;
    width: 45px;
    height: 120px;
    line-height: 1.2;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
   /*background: #5548ed;*/
    background: url("../images/icon-declare2.png") no-repeat;
    box-shadow: 0 0 10px #5548ed;
    border-radius:5px;
  /*  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;*/
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.mob-Atmet-box1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.mob-Atmet-mask1 {
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .4); */
}
.mob-Atmet-list1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: auto;
    white-space: nowrap;
    padding: 20px 15px;
}
.mob-Atmet-item1 {
    display: inline-block;
    width: 150px;
    border: 1px solid #C0A2FF;
    margin-right: 20px;
}
.mob-Atmet-item1:last-child {
    margin-right: 0;
}
.mob-Atmet-item1 > img {
    display: block;
    width: 100%;
}
.logo{
    display:block;
}