body {
    background-color: #fff;
}
.right-box {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10%;
}

.right-box .item {
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

.right-box .item .wechat-box {
    display: none;
    padding: 30px 24px 20px 24px;
    box-sizing: border-box;
    position: absolute;
    left: -230px;
    bottom: 0;
    background: #FFFFFF;
    box-shadow: 0 9px 28px 0 rgba(134, 144, 156, 0.35);
    border-radius: 15px;
    font-weight: 500;
    font-size: 15px;
    color: #101010;
    line-height: 23px;
    text-align: center;
}

.right-box .item .wechat-box img {
    width: 167px;
    margin-bottom: 30px;
}

.right-box .item:hover .wechat-box {
    display: inline-block;
    animation: flyLeft 0.3s ease-out forwards;
}

.right-box .item img {
    width: 50px;
}

@font-face {
    font-family: 'DingTalkJinBuTi';
    src: url('https://humanoidevent.com/Public/font/DingTalk-JinBuTi.woff2') format('woff2'),
    url('https://humanoidevent.com/Public/font/DingTalk-JinBuTi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.cm-btn {
    height: 51px;
    line-height: 51px;
    background-color: #27E7FE;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 91px 91px 91px 91px;
    padding: 0 20px 0 30px;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.cm-btn:hover {
    color: #fff;
}
.cm-btn.center {
    left: 50%;
    transform: translateX(-50%);
}
.cm-btn img {
    height: 20px;
}
.cm-btn:hover {
    box-shadow: 0 9px 28px 0 rgba(134, 144, 156, 0.35);
}

.w-1200 {
    width: 1200px;
    margin: 0 auto;
}
.top-bar {
    background-color: #fff;
    height: 58px;
    line-height: 58px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1002;
}

.top-bar-line {
    padding-top: 60px;
}

.top-bar .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.top-bar .logo {
    height: 30px;
    line-height: 1;
}

.top-bar .logo img {
    max-width: 100%;
    max-height: 100%;
}

.top-bar .menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-bar .menu .item {
    font-size: 14px;
    color: #000;
}

.top-bar .menu .item.active {
    background-color: #27E7FE;
    color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 20px;
}
.top-bar .menu:last-child {
    gap: 10px;
}
.footer-bar {
    background-color: #000;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.footer-bar .box {
    height: 84px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.footer-bar .box .bj {
    position: absolute;
    z-index: -1;
    width: 80%;
    left: 10%;
    height: 84px;
}
.footer-bar .menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-bar .menu .item {
    color: #fff;
}

/* home */
.home-box .banner {
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.home-box .banner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
}
.home-box .banner > div {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.home-box .banner .t-bj {
    height: 350px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    display: grid;
    align-content: end;
    padding-bottom: 60px;
    box-sizing: border-box;
}
.home-box .banner .t-bj .t1 {
    font-size: 63px;
}
.home-box .banner .t-bj .t2 {
    margin-top: 20px;
    font-weight: bold;
    font-size: 41px;
}
.home-box .banner .t-bj .t3 {
    margin-top: 3px;
    font-size: 27px;
}
.home-box .banner .addr {
    position: relative;
    margin-top: -10px;
    font-size: 17px;
    font-weight: 500;
    color: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.home-box .banner .btn {
    margin-top: 24px;
    height: 51px;
    line-height: 51px;
    background-color: #27E7FE;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 15px;
    box-shadow: inset 0 0 7px 0 #FFFFFF;
    border-radius: 91px 91px 91px 91px;
    padding: 0 20px 0 30px;
    cursor: pointer;
}
.home-box .banner .btn img {
    height: 33px;
}
.home-box .banner .org-box {
    background-color: rgba(0,0,0,0.5);
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    height: 130px;
}
.home-box .banner .org-box .item {

}
.home-box .banner .org-box .item .tit {
    color: #ddd;
    font-size: 12px;
    margin-bottom: 15px;
}
.home-box .banner .org-box .item .org {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home-box .banner .org-box .item .org .img-box {
    width: 100px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 26px;
    line-height: 26px;
    background: #FFFFFF;
    border-radius: 11px 11px 11px 11px;
}
.home-box .banner .org-box .item .org .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .about {
    background-color: #000;
    padding: 85px 0 0 0;
}
.home-box .about .w-1200 {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.home-box .about .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.home-box .about .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-box .about .b .tit {
    font-family: 'DingTalkJinBuTi', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
}
.home-box .about .b .tip {
    font-weight: 400;
    font-size: 13px;
    color: #ddd;
    margin: 17px 0;
}
.home-box .about .b .tag-box {
    display: flex;
}
.home-box .about .b .tag {
    display: flex;
    align-items: center;
    line-height: 1;
    height: 34px;
    padding: 0 15px;
    min-width: 140px;
    box-sizing: border-box;
    background: rgba(255,255,255,0.2);
    border-radius: 71px;
    margin-top: 23px;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    cursor: pointer;
}
.home-box .about .b .tag img {
    width: 14px;
}
.home-box .about .form-box {
    background: rgba(255,255,255,0.1);
    width: 455px;
    border-radius: 23px;
    padding: 28px;
    box-sizing: border-box;
    border: none;
}
.home-box .about .form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home-box .about .form .it {
    width: calc(50% - 10px);
    margin-bottom: 16px;
}
.home-box .about .form .it .label {
    font-weight: 400;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin-bottom: 8px;
}
.home-box .about .form .it .input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    color: #fff;
    padding-bottom: 8px;
    width: 100%;
}
.home-box .about .form .it:last-child {
    flex: 0 0 100%;
    width: 100%;
    color: red;
}
.home-box .about .bottom {
    width: 100%;
    text-align: right;
    margin-top: 20px;
}
.home-box .about .cm-btn {

}
.home-box .feature {
    padding: 110px 0;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}
.home-box .feature .l {
    width: 50%;
    display: flex;
    justify-content: end;
    padding-right: 20px;
    box-sizing: border-box;
}
.home-box .feature .l .b {
    width: 500px;
}
.home-box .feature .l .t {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .feature .l .t:nth-child(odd) {
    color: #5849FF;
}
.home-box .feature .r {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-box .feature .r .d {
    margin-left: 170px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
}
.home-box .feature .r .d span {
    font-size: 23px;
    margin-right: 6px;
}
.home-box .people {
    background-color: #000;
    padding: 85px 0 0 0;
    box-sizing: border-box;
    color: #fff;
}
.home-box .people .w-1200 {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}
.home-box .people .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.home-box .people .tit {
    font-size: 34px;
    color: #FFFFFF;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .people .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.home-box .people .menu .item {
    text-align: center;
    width: 20%;
    margin-bottom: 63px;
    padding: 0 30px;
    box-sizing: border-box;
}
.home-box .people .menu .item .logo-box {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.home-box .people .menu .item .logo-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .people .menu .item .height {
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-box .people .menu .item .name {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 11px;
}
.home-box .people .menu .item .position {
    font-weight: 400;
    font-size: 12px;
    color: #ddd;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-box .people .menu .item .desc {
    font-weight: 400;
    font-size: 12px;
    color: #ddd;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.home-box .people .menu .item .company-box {
    width: 112px;
    padding: 0 5px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    border: 1px solid rgba(39,231,254,0);
    margin: 13px auto 0 auto;
}
.home-box .people .menu .item .company-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .agenda {
    padding: 85px 0;
}
.home-box .agenda .flex {
    width: 100%;
    align-items: unset;
}
.home-box .agenda .tit {
    font-weight: 500;
    font-size: 34px;
    color: #000000;
    text-align: center;
    margin-bottom: 57px;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .agenda .left {
    width: 450px;
}
.home-box .agenda .left .year {
    font-weight: 500;
    font-size: 14px;
    color: #0C0D0E;
}
.home-box .agenda .left .day {
    font-weight: 600;
    font-size: 46px;
    color: #0C0D0E;
    margin-bottom: 40px;
}
.home-box .agenda .left .item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #0C0D0E;
    background: rgba(173,182,201,0.18);
    border-radius: 17px 17px 17px 17px;
    border: 1px solid #FFFFFF;
    width: 228px;
    height: 46px;
    margin-bottom: 11px;
    cursor: pointer;
    line-height: normal;
}
.home-box .agenda .left .item.active {
    color: #2463EB;
}
.home-box .agenda .left .item .img {
    width: 13px;
}
.home-box .agenda .left .item .img:first-child {
    display: block;
}
.home-box .agenda .left .item .img:nth-child(2) {
    display: none;
}
.home-box .agenda .left .item.active .img:first-child {
    display: none;
}
.home-box .agenda .left .item.active .img:nth-child(2) {
    display: block;
}
.home-box .agenda .left .item .date {
}
.home-box .agenda .left .item .d {
}
.home-box .agenda .left .cm-btn {
    margin-top: 90px;
}
.home-box .agenda .right {
    width: 750px;
}
.home-box .agenda .right .item {
    margin-bottom: 14px;
}
.home-box .agenda .right .item .top {
    height: 71px;
    background: rgba(173,182,201,0.18);
    border-radius: 17px 17px 17px 17px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    gap: 78px;
    padding: 0 128px 0 28px;
}
.home-box .agenda .right .item .top .time {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}
.home-box .agenda .right .item .top .title {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.home-box .agenda .right .item .top .name {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    margin-left: auto;
    text-align: right;
}
.home-box .agenda .right .item .top .name .company {
    font-weight: 400;
    font-size: 12px;
    color: rgba(0,0,0,0.4);
}
.home-box .agenda .right .item.active .top {
    display: none;
}
.home-box .agenda .right .item .bd {
    display: none;
    gap: 40px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 30px 28px;
    box-sizing: border-box;
    color: #fff;
    -webkit-animation: fadeInUp 0.1s;
}
.home-box .agenda .right .item.active .bd {
    display: flex;
}
.home-box .agenda .right .item .bd .time {
    font-weight: 500;
    font-size: 17px;
}
.home-box .agenda .right .item .bd .clock {
    font-weight: 500;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 17px;
}
.home-box .agenda .right .item .bd .clock img {
    width: 14px;
}
.home-box .agenda .right .item .bd .title {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.home-box .agenda .right .item .bd .li {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    margin-top: 14px;
}
.home-box .agenda .right .item .bd .li p {
    line-height: 26px;
}
.home-box .agenda .right .item .bd .author {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 14px;
}
.home-box .agenda .right .item .bd .company {
    font-weight: 500;
    font-size: 12px;
    color: rgba(255,255,255,0.8);
    line-height: 13px;
    margin-top: 8px;
}
.home-box .partner {
    background-color: #000;
    padding: 85px 0 0 0;
    box-sizing: border-box;
    color: #fff;
}
.home-box .partner .w-1200 {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}
.home-box .partner .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.home-box .partner .tit {
    font-size: 34px;
    color: #FFFFFF;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .partner .swiper-container-wrapper {
    position: relative;
    width: 100%;
}
.home-box .partner .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 10px);
}
.home-box .partner .swiper-button-prev,
.home-box .partner .swiper-button-next {
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    top: 50%;
}
.home-box .partner .swiper-button-prev::after,
.home-box .partner .swiper-button-next::after {
    font-size: 20px;
}
.home-box .partner .item {
    height: 63px;
    background: #FFFFFF;
    box-shadow: 0 6px 14px 0 rgba(36,99,235,0.1);
    border-radius: 11px;
    padding: 15px 10px;
    box-sizing: border-box;
}
.home-box .partner .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .partner .cm-btn {
    margin-top: 42px;
}
.home-box .partner .middle {
    width: 100%;
    padding: 20px 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 11px;
    color: #333;
    margin: 14px 0;
    display: flex;
    align-items: center;
}
.home-box .partner .middle .logo {
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .partner .middle .logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .partner .middle .b {
    border-left: 1px solid rgba(0,0,0,0.1);
    padding-left: 23px;
    margin-left: 33px;
}
.home-box .partner .middle .b .t1 {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.home-box .partner .middle .b p {
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    line-height: 20px;
    margin-top: 13px;
}
.home-box .talk {
    padding: 85px 0;
}
.home-box .talk .w-1200 {
    position: relative;
}
.home-box .talk .tit {
    font-weight: 400;
    font-size: 34px;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 40px;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .talk .tit img {
    width: 38px;
}
.home-box .talk .item {
    height: 51px;
    line-height: 51px;
    background: linear-gradient( 312deg, rgba(152,21,195,0) 0%, rgba(97,67,223,0.5) 28%, #2971FB 100%);
    box-shadow: inset 0px 0 8px 0px #F2F2F2, inset 0px 0 2px 0px rgba(255,255,255,0.5), inset -1px -1 0px -1px #FFFFFF, inset 1px 1 0px -1px #FFFFFF, inset -1px -1 0px 0px #262626, inset 1px 1 0px 0px #333333;
    border-radius: 71px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 17px;
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
}
.home-box .talk .item .txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home-box .talk .item img {
    width: 16px;
}
.home-box .talk .fade-left, .home-box .talk .fade-right {
    position: absolute;
    top: 0;
    width: 80px;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.home-box .talk .fade-left {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.home-box .talk .fade-right {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.home-box .review {
    background-color: #000;
    padding: 85px 0 0 0;
    box-sizing: border-box;
    color: #fff;
}
.home-box .review .w-1200 {
    position: relative;
    z-index: 0;
    padding-bottom: 80px;
}
.home-box .review .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.home-box .review .tit {
    font-size: 34px;
    color: #FFFFFF;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .review .swiper-container-wrapper {
    position: relative;
    width: 100%;
}
.home-box .review .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(20% - 10px);
}
.home-box .review .item {
    height: 313px;
    background: #FFFFFF;
    border-radius: 17px;
    padding: 33px 31px;
    box-sizing: border-box;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    line-height: 25px;
    position: relative;
    transform: scale(0.88);
}
.home-box .review .item.swiper-slide-next {
    transform: scale(1);
    transform-origin: center;
}
.home-box .review .swiper-pagination-bullets {
    bottom: -50px !important;
}
.home-box .review .item p {
    padding: 14px 0;
    box-sizing: border-box;
}
.home-box .review .item .r {
    text-align: right;
}
.home-box .review .item .bottom {
    position: absolute;
    width: calc(100% - 62px);
    bottom: 30px;
}
.home-box .review .item .name {
    font-size: 12px;
    text-align: center;
    color: #000000;
}
.home-box .review .item .logo-box {
    width: 112px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 3px 4px;
    box-sizing: border-box;
    overflow: hidden;
    border: 2px solid #9815C3;
    margin: 10px auto 0 auto;
    border-radius: 30px;
}
.home-box .review .item .logo-box .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .review .cm-btn {
    margin-top: 92px;
}
.home-box .cooperative {
    padding: 85px 0;
}
.home-box .cooperative .tit {
    font-weight: 400;
    font-size: 34px;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 40px;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .cooperative .b {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
.home-box .cooperative .item {
    cursor: pointer;
    border: 2px solid #fff;
}
.home-box .cooperative .item .logo-box {
    width: 150px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 6px 0;
    box-sizing: border-box;
}
.home-box .cooperative .item .logo-box .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .cooperative .item:hover {
    border: 2px solid #67AFFE;
    box-shadow: 0 6px 14px 0 rgba(36,99,235,0.1);
    border-radius: 11px;
}
.home-box .cooperative .cm-btn {
    margin-top: 53px;
}
.home-box .ticket {
    background-color: #000;
    padding: 85px 0 0 0;
}
.home-box .ticket .w-1200 {
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}
.home-box .ticket .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.home-box .ticket .bj2 {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 1;
    width: 200px;
    height: 180px;
    top: 30%;
    left: 30%;
    transform: translate(-50%, -50%);
}
.home-box .ticket .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-box .ticket .b .tit {
    font-family: 'DingTalkJinBuTi', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
}
.home-box .ticket .b .tip {
    font-weight: 400;
    font-size: 13px;
    color: #ddd;
    margin: 17px 0;
}
.home-box .ticket .b .pri {
    font-family: 'DingTalkJinBuTi', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #27E7FE;
    line-height: 31px;
}
.home-box .ticket .b .cm-btn {
    margin-left: auto;
    margin-right: 40px;
}
.home-box .activity {
    padding: 85px 0;
}
.home-box .activity .tit {
    font-family: 'DingTalkJinBuTi', sans-serif;
    font-weight: 400;
    font-size: 34px;
    color: #000;
    text-align: center;
    margin-bottom: 46px;
}
.home-box .activity .b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home-box .activity .b .item {
    width: 33%;
    text-align: center;
    cursor: pointer;
}
.home-box .activity .b .item .logo-box {
    width: 90%;
    height: 213px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.home-box .activity .b .item .logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .activity .b .item .title {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 17px;
}
.about-ad {
    margin-top: 65px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
}
.about-ad .t1 {
    font-weight: 400;
    font-size: 34px;
    color: #FFFFFF;
    font-family: 'DingTalkJinBuTi', sans-serif;
    text-align: center;
    margin-top: 85px;
}
.about-ad .map {
    width: 911px;
    height: 327px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}
.about-ad .map .addr {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'DingTalkJinBuTi', sans-serif;
    height: 48px;
    line-height: 48px;
}
.about-ad .map .addr img {
    width: 18px;
    height: 18px;
}
.reg-box {
}
.reg-box .tit {
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    color: #000000;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.reg-box .top {
    height: 256px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.reg-box .top.big {
    height: 339px;
}
.reg-box .top .t1 {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.reg-box .top .t2 {
    font-weight: 500;
    font-size: 17px;
    color: #eee;
    margin-top: 19px;
}
.reg-box .top .btn-box {

}
.reg-box .top .btn-box .btn {

}
.reg-box .num-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
    margin-top: 40px;
}
.reg-box .num-menu .num {
    font-weight: 400;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 34px;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.reg-box .num-menu .txt {
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    line-height: 17px;
    margin-top: 6px;
}
.reg-box .menu .tit {
    margin-top: 85px;
}
.reg-box .menu .sub_tit {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    line-height: 20px;
    width: 800px;
    text-align: center;
    margin: 25px auto 0 auto;
}
.reg-box .menu .ico-menu {
    margin-top: 40px;
}
.reg-box .request {
    background-color: #000;
    padding: 85px 0 0 0;
    margin-top: 80px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.reg-box .request .main-box {
    padding-bottom: 80px;
}
.reg-box .request .tit {
    color: #fff;
}
.reg-box .request .tip {
    margin-top: 10px;
}
.reg-box .main-box {
    margin-top: 40px;
    position: relative;
    z-index: 0;
}
.reg-box .request .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 180%;
    bottom: 0;
}
.reg-box .company-list {
    background-color: #000;
    margin-top: 85px;
    padding: 55px 0 0 0;
    box-sizing: border-box;
}
.reg-box .company-list .main-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px;
    position: relative;
    z-index: 0;
    padding-bottom: 50px;
}
.reg-box .company-list .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.reg-box .company-list .item {
    width: 188px;
    height: 142px;
    background: url("../Images/circle.png") no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
}
.reg-box .company-list .item .name {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.reg-box .company-list .item .po {
    font-weight: 400;
    font-size: 11px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 14px;
}
.reg-box .combo {
    background-color: #000;
    padding: 85px 0 0 0;
    margin-top: 80px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.reg-box .combo .main-box {
    padding-bottom: 80px;
}
.reg-box .combo .tit {
    color: #fff;
}
.reg-box .combo .tip {
    margin-top: 10px;
}
.reg-box .combo .ico-menu {
    margin-top: 28px;
}
.reg-box .combo .bj {
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: -1;
    width: 94%;
    left: 3%;
    height: 80%;
    bottom: 0;
}
.reg-box .form {
    padding: 40px 0;
}
.reg-box .form .tit {
    margin-bottom: 46px;
}
.reg-box .form .form-box {
    padding-top: 28px;
    width: 1000px;
    margin: 0 auto;
}
.reg-box .form .btn-box {
    width: 157px;
    height: 46px;
    line-height: 46px;
    background: #27E7FE;
    box-shadow: inset 0 0 7px 0 #FFFFFF;
    border-radius: 91px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin: 40px auto 0 auto;
    cursor: pointer;
}
.agenda-box {

}
.agenda-box .zhu {
    text-align: center;
    margin-top: 74px;
}
.agenda-box .zhu .logo {
    width: 380px;
}
.agenda-box .zhu .tip {
    margin-top: 17px;
    font-weight: 500;
    font-size: 17px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.agenda-box .zhu .theme {
    margin-top: 17px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.agenda-box .zhu .cm-btn {
    margin-top: 31px;
}
.agenda-box .day-box {
    margin-top: 74px;
}
.agenda-box .day-box .tit-main {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.agenda-box .day-box .tit-main .ico {
    width: 20px;
}
.agenda-box .day-box .event-box {
}
.agenda-box .day-box .event-box .item {
    display: flex;
}
.agenda-box .day-box .event-box .item .left {
    width: 180px;
    border-right: 2px solid rgba(0,0,0,0.08);
    position: relative;
}
.agenda-box .day-box .event-box .item .left .circle {
    position: absolute;
    right: -9.5px;
    top: 0;
    width: 17px;
    height: 17px;
    background: linear-gradient( 121deg, #9815C3 0%, #27E7FE 100%), #D9D9D9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.agenda-box .day-box .event-box .item .left .circle .in {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #fff;
}
.agenda-box .day-box .event-box .item .left .time {
    font-weight: 500;
    font-size: 17px;
    color: #000000;
}
.agenda-box .day-box .event-box .item .left .clock {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 500;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    margin-top: 10px;
    line-height: normal;
}
.agenda-box .day-box .event-box .item .left .clock .ico {
    width: 18px;
    height: 18px;
}
.agenda-box .day-box .event-box .item .right {
    padding-left: 43px;
    border-bottom: 1px solid #F3F3F3;
    padding-bottom: 28px;
    margin-bottom: 23px;
    width: 100%;
    position: relative;
}
.agenda-box .day-box .event-box .item .right .title {
    display: flex;
    align-items: center;
    gap: 1px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 14px;
}
.agenda-box .day-box .event-box .item .right .title .tag {
    height: 23px;
    background: linear-gradient( 316deg, #2971FB 0%, #9815C3 100%);
    border-radius: 71px;
    font-weight: 500;
    font-size: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.agenda-box .day-box .event-box .item .right .company {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}
.agenda-box .day-box .event-box .item .right .people {
    font-weight: 500;
    font-size: 12px;
    color: rgba(0,0,0,0.4);
    line-height: 13px;
    margin-top: 6px;
}
.agenda-box .day-box .event-box .item .right .theme-s {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'DingTalkJinBuTi', sans-serif;
    background: linear-gradient(225.98083434626759deg, #2971FB 0%, #9815C3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    -webkit-font-smoothing: antialiased;
    margin-top: 10px;
}
.agenda-box .day-box .event-box .item .right .theme-s p {
}
.agenda-box .day-box .event-box .item .right .location {
    display: inline-block;
    align-items: center;
    gap: 3px;
    height: 25px;
    background: #EEEEEE;
    border-radius: 71px;
    line-height: 27px;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 17px;
}
.agenda-box .day-box .event-box .item .right .location .ico {
    width: 12px;
    height: 14px;
}
.agenda-box .day-box .event-box .item .right .mext {
    width: 100%;
    height: 63px;
    background: linear-gradient( 316deg, #2971FB 0%, #9815C3 100%);
    border-radius: 11px;
    opacity: 0.5;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 63px;
    text-align: center;
    position: absolute;
    bottom: -80px;
}
.agenda-box .day-box .event-box .item .right.has {
    margin-bottom: 100px;
}
.agenda-box .day-box .event-box .item:last-child {
    border-bottom: none;
}

.m-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: 0 auto;
}

.m-box .l-box {
    width: 892px;
    flex-shrink: 0;
}

.m-box .r-box {
    width: 292px;
}