body {
    background-color: #fff;
}
#m-cot {
    opacity: 0;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f2f5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: Arial, sans-serif;
    color: #333;
    font-size: 18px;
    z-index: 9999;
    transition: opacity 0.6s ease-out;
}
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.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: 'Frizon';
    src: url('https://cpoandpackaging.taaslabs.com/Public/font/Frizon.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;
}
.w-1200.w80 {
    width: 80%;
}
.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: 40px;
    line-height: 1;
}

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

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

.top-bar .menu .item {
    font-size: 14px;
    color: #000;
    padding: 0 15px;
    box-sizing: border-box;
}

.top-bar .menu .item.active {
    background-color: #27E7FE;
    color: #fff;
    height: 30px;
    line-height: 30px;
    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 .video {
    top: 0;
    left: 0;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    object-fit: cover;
    background: url('https://cpoandpackaging.taaslabs.com/Public/Images/home1.jpg') no-repeat center center;
    background-size: cover;
}
.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: 336px;
    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: 50px;
    font-family: 'Frizon', sans-serif;
}
.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: 35px;
}
.home-box .banner .addr {
    position: relative;
    margin-top: -10px;
    font-size: 22px;
    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: 52px;
    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: 160px;
    padding: 0 15px;
    box-sizing: border-box;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border-radius: 7px;
    overflow: hidden;
}
.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%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.home-box .feature .r .cover {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 0;
}
.home-box .feature .r .d {
    margin-left: 70px;
    margin-right: 50px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    position: relative;
}
.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 .tip {
    font-size: 14px;
    color: #FFFFFF;
    margin-top: -30px !important;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .people .menu {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.home-box .people .menu .item {
    text-align: center;
    width: 25%;
    margin-bottom: 63px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.home-box .people .menu .item .logo-box {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .people .menu .item .logo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-box .people .menu .item .height {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-box .people .menu .item .name {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 11px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .people .menu .item .position {
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
    margin-top: 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home-box .people .menu .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #ddd;
    /*margin-top: 11px;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home-box .people .menu .item .company-box {
    width: 165px;
    height: 45px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid rgba(39,231,254,0);
    margin: 20px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .people .menu .item .company-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}

.home-box .people .menu .item .company-box.hide {
    background-color: transparent;
}
.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 25px 0 28px;
}
.home-box .agenda .right .item .top .time {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    flex-shrink: 0;
}
.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;
    width: 250px;
}
.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;
    border-radius: 17px;
    -webkit-animation: fadeInUp 0.1s;
}
.home-box .agenda .right .item.active .bd {
    display: flex;
    overflow: hidden;
}
.home-box .agenda .right .item.active .bd>div {
    flex-shrink: 0;
}
.home-box .agenda .right .item.active .bd>div:nth-child(2) {
    width: 580px;
}
.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 .partner .edit-box div,.home-box .partner .edit-box p {
    color: #fff !important;
}
.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: 14px;
    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 {
    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: 28px;
    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 {
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 2;
    color: #666;
}
.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: 15px;
    text-align: center;
    color: #000000;
    font-weight: 600;
}
.home-box .review .item .logo-box {
    width: 140px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 6px 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: 80%;
    max-height: 80%;
    object-fit: cover;
}
.home-box .review .cm-btn {
    margin-top: 92px;
}
.home-box .past {
    padding: 85px 0 0 0;
    box-sizing: border-box;
}
.home-box .past .w-1200 {
    position: relative;
    padding-bottom: 80px;
}
.home-box .past .tit {
    font-size: 34px;
    color: #000000;
    margin-bottom: 45px;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.home-box .past .img-big {
    background-color: #000;
    border-radius: 26px;
    overflow: hidden;
    width: 1200px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .past .img-big img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.home-box .past .swiper {
    margin-top: 14px;
}
.home-box .past .item {
    overflow: hidden;
    border-radius: 22px;
    height: 200px;
    position: relative;
    background-color: #000;
}
.home-box .past .item .bj {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
.home-box .past .item .img-box {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .past .item .img-box img {
    max-height: 100%;
    object-fit: cover;
}
.home-box .past .item .t1 {
    position: absolute;
    bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home-box .past .item .t2 {
    position: absolute;
    bottom: 15px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.home-box .past .navigation-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    margin-bottom: 50px;
}
.home-box .past .navigation-box>div {
    width: 46px;
    height: 28px;
    border-radius: 71px;
    border: 1px solid rgba(152,21,195,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}
.home-box .past .navigation-box .swiper-button-disabled {
    border: 1px solid rgba(152,21,195,0.3);
}
.home-box .past .navigation-box .swiper-button-disabled img {
    opacity: 0.5;
}
.home-box .past .navigation-box img {
    width: 20px;
}
.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 .cooperative .swiper-container-wrapper {
    position: relative;
}
.home-box .cooperative .item {
    height: 63px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 9px 10px;
    box-sizing: border-box;
    border: 1px solid #e1dcdc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-box .cooperative .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.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: center;
}
.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;
    padding: 0 10px;
    box-sizing: border-box;
    height: 50px;
    line-height: 25px;
}
.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-color: #184186;
    background-size: auto 100%;
    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 .covert {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 0;
}
.reg-box .top.big {
    height: 339px;
}
.reg-box .top .t1 {
    font-weight: bold;
    font-size: 40px;
    color: #EAB644;
    text-align: center;
    font-family: 'DingTalkJinBuTi', sans-serif;
    position: relative;
}
.reg-box .top .t2 {
    font-weight: 500;
    font-size: 17px;
    color: #EAB644;
    margin-top: 19px;
    position: relative;
}
.reg-box .top .btn-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    line-height: 45px;
    background: #FFFFFF;
    border-radius: 85px;
    margin-top: 30px;
    overflow: hidden;
}
.reg-box .top .btn-box .btn {
    padding: 0 15px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    color: #0C0D0E;
    cursor: pointer;
}
.reg-box .top .btn-box .btn.active {
    background-color: #27E7FE;
}
.reg-box .num-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 90px;
    margin-top: 40px;
    position: relative;
}
.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;
}
.reg-box .business {

}
.reg-box .business .item {
    position: relative;
    border-radius: 6px;
    border: 3px solid #F5F5F7;
    display: flex;
    align-items: stretch;
    margin-bottom: 26px;
}
.reg-box .business .item .tat {
    position: absolute;
    background-color: #27E7FE;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 150px;
    height: 30px;
    line-height: 30px;
    left: 75px;
    top: -15px;
    font-weight: 600;
    border-radius: 2px;
}
.reg-box .business .item .img-box {
    width: 350px;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.reg-box .business .item .img-box img {
    max-width: 80%;
    max-height: 80%;
    object-fit: cover;
}
.reg-box .business .item .d {
    border-left: 5px solid #27E7FE;
    padding: 30px;
    box-sizing: border-box;
    text-align: left;
}
.reg-box .business .item .d .tit {
    color: #333;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}
.reg-box .business .item .d .intro {
    color: #666;
    font-size: 14px;
    margin: 20px 0;
}
.reg-box .business .item .d .btn {
    background-color: #27E7FE;
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 6px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.reg-box .business .item .d .btn:hover {
    background-color: #1ddff6;
}
.agenda-box {

}
.agenda-box .zhu {
    text-align: center;
    margin-top: 74px;
}
.agenda-box .t1 {
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    color: #6C79DD;
    font-family: 'DingTalkJinBuTi', sans-serif;
}
.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;
}
.time-line {
    padding-top: 80px;
    text-align: center;
}
.time-line .tip {
    font-weight: 500;
    font-size: 13px;
    color: rgba(0,0,0,0.6);
    margin-top: 12px;
}
.time-line .main-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}
.time-line .main-box .item {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 160px;
}
.time-line .main-box .item:last-child {
    margin-bottom: 0;
}
.time-line .main-box .item .b {

}
.time-line .main-box .item .b .title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    padding-left: 46px;
}
.time-line .main-box .item .b .title span {
    font-weight: 600;
    font-size: 25px;
    background: linear-gradient(90deg, #2971FB, #9815C3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}
.time-line .main-box .item .b .title-2 {
    font-weight: 600;
    font-size: 14px;
    color: rgba(0,0,0,0.6);
    margin-top: 6px;
    margin-bottom: 15px;
}
.time-line .main-box .item .b .ul {
    margin-left: 44px;
}
.time-line .main-box .item .b .li {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}
.time-line .main-box .item .b .li img {
    width: 20px;
    height: 20px;
}
.time-line .main-box .item .b .li span {
    font-weight: 400;
    font-size: 14px;
    color: #000;
}
.time-line .main-box .item .img-box {
    width: 114px;
    height: 114px;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.time-line .main-box .item .img-box::after {
    position: absolute;
    content: '';
    display: inline-block;
    border-top: 2px solid #E0DBF9;
    width: 200px;
    left: 30px;
    top: 127px;
    transform: rotate(45deg);
    transform-origin: center;
    z-index: -1;
}
.time-line .main-box .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.time-line .main-box .item:nth-child(even) {
    flex-direction: row-reverse;
    transform: translateY(150px);
}
.time-line .main-box .item:nth-child(even) .img-box {
    margin-left: 30px;
}
.time-line .main-box .item:nth-child(even) .img-box::after {
    transform: rotate(135deg);
    left: -110px;
}
.time-line .main-box .item:last-child .img-box::after {
    display: none;
}
.xieyi-box {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #999;
    font-size: 13px;
}
.xieyi-box input[type=checkbox]:checked + label {
    background-color: transparent;
}
.hug-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 85px;
    margin-bottom: 85px;
}
.hug-list .item {
    position: relative;
}
.hug-list .swiper-slide {
    height: 330px;
}
.hug-list .it {
    width: 50%;
    position: relative;
}
.hug-list .it .title {
    text-align: center;
    font-weight: 400;
    font-size: 34px;
    color: #000000;
    margin-bottom: 25px;
}
.hug-list .it .swiper-hug {
    border-radius: 14px;
    position: relative;
    overflow: hidden;
    background-color: #000;
    height: 330px;
}
.hug-list .it .img-box {
    width: 100%;
    height: 330px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hug-list .it .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hug-list .it .bj {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
.hug-list .it .t1 {
    position: absolute;
    bottom: 40px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hug-list .it .t2 {
    position: absolute;
    bottom: 15px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.hug-list .it .play {
    width: 40px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
}
.attend-chat {
    width: 100%;
    height: 240px;
}