ul, li {
    /* padding: 5vh 0; */
    margin: 0;
    list-style: none;
}

.links > ul {
    padding: 1vh 0;
}

#ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ticket > .banner {
    width: 100vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.banner img {
    -webkit-user-drag: none;
}

#ticket > .container {
    width: 100vw;
    padding: 5vh 0;
}

.container > li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container > .guest {
    background-color: white;
    padding: 5vh 0;
}

ul > li > .title {
    text-align: center;
    width: 100vw;
    margin: 0;
}

/*.title .left-tail {*/
/*    position: relative;*/
/*    height: 20px;*/
/*    width: 46vw;*/
/*    top: -22px;*/
/*    background: linear-gradient(to right, transparent, #c1d72f);*/
/*    z-index: -1;*/
/*}*/

ul > li .detail {
    width: 60vw;
    flex-direction: row;
    line-height: 200%;
}

.guest .detail .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-evenly;*/
    justify-content: space-between;
}

.guest .guest-swiper{
    margin-bottom: 20px;
}

/*.guest .detail .swiper-slide:before, .guest .detail .swiper-slide:after {*/
/*    content: '';*/
/*    display: block;*/
/*}*/

.guest-avatar {
    width: 14vw;
    height: 100%;
    padding: 1vh 0;
    cursor: grab;
}

.detail .avatar {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 15vw;
    text-align: center;
    padding: 2vh 0;
}

.avatar .img {
    position: relative;
    width: 10vw;
    height: 10vw;
    border-radius: 10vw;
    overflow: hidden;
}

.avatar img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.avatar .img .introduction {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 10vw;
    background: #aace3fdd;
    color: #ffffff;
}

.avatar > .name {
    font-size: 20px;
    padding: .5vh 1vw;
}

.avatar > .info {
    line-height: 19px;
    font-size: 13px;
    text-align: center;
}


/*
    swiper按钮样式
*/
.last {
    color: white;
    z-index: 10;
    position: absolute;
    top: 40%;
    left: -3vw;
    cursor: pointer;
}

.last > i {
    font-size: 3vw;
}

.next {
    color: white;
    z-index: 10;
    position: absolute;
    top: 40%;
    right: -3vw;
    cursor: pointer;
}

.next > i {
    font-size: 2.5vw;
}

/*
大会亮点
*/
.bright-spot{
    padding: 5vh 0;
}

.bright-spot .detail {
    display: flex;
    justify-content: space-evenly;
}

.bright-spot .detail .item {
    text-align: center;
}

.bright-spot .detail img {
    width: 12vw;
}

.bright-spot .detail .item .info {
    font-size: 13px;
    line-height: 20px;
}

/*
大会图集
*/
.vphoto .detail {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.vphoto .detail img {
    width: 19vw;
    height: 100%;
}


.teamwork-wrapper {
    background-color: white !important;
    color: black !important;
}

.grey-wrapper {
    background-color: white !important;
}

.icons {
    position: fixed;
    right: 12%;
    top: 50vh;
}

.item-icon {
    color: white;
    font-size: 25px;
    background: rgb(178, 178, 178);
    padding: 1vh;
}

.item-icon.active {
    background: rgb(178, 204, 88);
}

.icons > ul > li {
    padding: 0 0 3vh;
}

.swiper-container{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
}

.banner-last {
    top: 45%;
    left: 0;
}

.banner-next {
    top: 45%;
    right: 0;
}

.trans-block {
    height: 5vh;
}
