.swiper {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    padding-top: 3vh;
    width: 100%
}

.swiper-slide {
    align-items: center;
    display: flex;
    font-size: 18px;
    justify-content: center;
    text-align: center;
    width: 100%
}

.notice-image {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
    width: 100%
}

.modal-close {
    align-items: center;
    display: flex
}

.modal-close .flex {
    flex: 1
}

.labellist[data-v-1b58669b] {
    /* width: 100%;
    overflow-x: scroll;
    display: block !important; */
    padding-top: 5.5rem;
}

@media screen and (max-width: 640px){
    .labellist[data-v-1b58669b] {
        padding-top: 4rem;
    }
}

.slider-content {
    /* white-space: nowrap;
    padding-left: 12px; */
    display: flex;
    flex-direction: row;
    padding-bottom: .2rem;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

@media screen and (max-width: 640px) {
    .slider-content{
        padding-left: .3rem;
        padding-right: .3rem;
    }
}

.slider-item {
    border: 1px solid rgb(46, 46, 46);
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    color: rgb(183, 183, 183);
    padding: 0.7rem 0.8rem;
    margin-right: 0.5rem;
    border-radius: 0.5rem;
}
.slider-item:last-child {
    margin-right: 0;
}

.active-slider {
    border: 1px solid rgb(255, 144, 0) !important;
    color: rgb(255, 144, 0) !important;
    background-color: rgb(33, 33, 33);
}

::-webkit-scrollbar {
    display: none;
}



.span[data-v-1b58669b] {
    box-sizing: border-box;
    color: #ccc;
    font-weight: 700;
    text-align: center;
    white-space: nowrap
}

.span.active[data-v-1b58669b],.slider-item.active[data-v-1b58669b] .span {
    color: #ff9000
}

.video-list[data-v-af356722] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0rem;
}

@media screen and (max-width: 640px) {
    .video-list[data-v-af356722] {
    }
}

.video-item[data-v-a51695bc] {
    margin-top: .65rem;
    width: 100%
}

.video-item.small[data-v-a51695bc] {
    width: 48.5%
}

.video-item.small img[data-v-a51695bc] {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.video-item-img[data-v-a51695bc] {
    border-radius: .3rem;
    height: 100%;
    max-height: 8.5rem;
    min-height: 8rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.video-item-img .ishot[data-v-a51695bc] {
    background-color: #ff9000;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    padding: .1rem .25rem;
    position: absolute;
    right: .3rem;
    top: .3rem;
    z-index: 3
}

.video-item-img .title[data-v-a51695bc] {
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    font-size: 18px;
    height: 100%;
    justify-content: center;
    padding: 0 1.5rem;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.video-item-img .mask[data-v-a51695bc] {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.video-item img[data-v-a51695bc] {
    border-radius: .4rem;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%
}

.video-item .placeholder-img[data-v-a51695bc],
.video-item img[data-v-a51695bc] {
    max-height: 8.5rem;
    min-height: 8rem;
}

.pagination[data-v-65bc2dd7] {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1rem;
    padding-top: 2rem
}

.page-item[data-v-65bc2dd7] {
    background-color: #151515;
    border: 2px solid transparent;
    border-radius: 2px;
    color: #c7c7ca;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none
}

.page-item.active[data-v-65bc2dd7] {
    border-color: #f90;
    color: #fff
}

.dots[data-v-65bc2dd7] {
    background-color: #161721;
    display: block;
    padding: 0
}

.dots[data-v-65bc2dd7],
.next[data-v-65bc2dd7],
.prev[data-v-65bc2dd7] {
    height: 25px;
    width: 25px
}

.next[data-v-65bc2dd7],
.prev[data-v-65bc2dd7] {
    background-color: #f90;
    border-radius: 3px;
    color: #000;
    font-size: 1rem;
    font-weight: 700;
    line-height: 25px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none
}

.prev[data-v-65bc2dd7] {
    transform: rotate(90deg)
}

.next[data-v-65bc2dd7] {
    margin-left: 10px;
    transform: rotate(-90deg)
}

.page-item[data-v-65bc2dd7] :nth-of-type(2) {
    margin-left: 0
}

span[data-v-65bc2dd7] {
    padding: 0 8px
}

.icon-dot3[data-v-65bc2dd7] {
    color: #666
}

.line[data-v-069c08b5] {
    width: 100%
}

.infor[data-v-069c08b5] {
    /*background-color: rgba(33, 34, 39, .9);*/
    /*border-radius: .5rem;*/
    /*color: #f90;*/
    display: block;
    /*font-size: 14px;*/
    /*font-weight: 500;*/
    /*margin-left: 2.5%;*/
    /*margin-top: 1rem;*/
    /*padding: .8rem 0;*/
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 95%;
    margin: 0 auto;
}
.infor[data-v-069c08b5] img {
    max-width: 100%;
    border-radius: .5rem;
    margin-bottom: .1rem;
}

.modal[data-v-46ba544b] {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 99
}

.modal .mask[data-v-46ba544b],
.modal[data-v-46ba544b] {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.modal .mask[data-v-46ba544b] {
    background-color: rgba(0, 0, 0, .5);
    position: absolute
}

.modal-cover[data-v-46ba544b] {
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.modal-box[data-v-46ba544b] {
    background-color: transparent;
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: .5rem;
    margin: auto;
    max-height: 75vh;
    max-width: 480px;
    overflow: hidden;
    padding: 1.5rem;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-50%)
}

.img-close[data-v-46ba544b] {
    margin-bottom: 1rem;
    width: 2.3rem
}

.modal-box .fill-img[data-v-46ba544b] {
    -o-object-fit: contain;
    object-fit: contain;
    vertical-align: top;
    width: 100%
}

.iconfont[data-v-46ba544b] {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px
}

.iconfont[data-v-46ba544b],
.title[data-v-46ba544b] {
    text-align: center
}

.title[data-v-46ba544b] {
    font-size: 1.5rem;
    font-weight: 700
}
/* rowbox */
.conch-content .hl-row-box {
    position: relative;
    margin-bottom: 25px;
}
/* comment */
.hl-rb-gbook .hl-comm-input{padding-left:0;}
.hl-rb-gbook .hl-rb-head{margin-bottom:0!important;}
.hl-rb-gbook .hl-comm-form .hl-comm-remaining{padding:0;width:100%;}
.hl-rb-gbook .hl-comm-input.mac_report{padding:15px;}
.hl-rb-gbook .mac_report .hl-comm-form .hl-comm-write{border:none;}
.hl-rb-gbook .mac_report .hl-comm-form .hl-comm-content{border:1px solid;}
.hl-rb-gbook .mac_report .hl-comm-form .hl-comm-handle{padding:0;}
.hl-rb-gbook .mac_report .hl-comm-form .hl-comm-remaining{margin-top:10px;text-align:left;}
.hl-comm-form .hl-comm-content{padding:10px;width:100%;height:40px;outline:medium none;border:0;border-radius:4px;background:0 0;font-size:14px;line-height:20px;transition:.3s 0s all ease-out;-webkit-tap-highlight-color:transparent;}
.hl-comm-form .hl-comm-start .hl-comm-content{height:80px;}
.hl-comm-form .hl-comm-start .hl-comm-handle{display:block;}
.hl-comm-form .hl-comm-content:active,.hl-comm-form .hl-comm-content:focus{border:0;}
.hl-comm-form .hl-comm-write{border:1px solid;border-radius:4px;line-height:10px;}
.hl-comm-form .hl-comm-handle{position:relative;display:none;padding:10px;padding-top:0;}
.hl-comm-form .hl-comm-remaining{float:left;margin-bottom:10px;padding-left:15px;width:calc(100% - 20px);line-height:20px;}
.hl-comm-form .hl-comm-face{float:left;display:block;width:20px;height:20px;text-align:center;font-size:18px;line-height:20px;}
.hl-comm-form .hl-comm-face-box{top:30px;left:0;padding:10px;width:230px;}
.hl-comm-form .hl-comm-face-box img{float:left;display:block;margin:-1px 0 0 -1px;padding:5px;width:36px;height:36px;border:1px solid;cursor:pointer;}
.hl-comm-form .hl-comm-code,.hl-comm-form .hl-comm-submit,.hl-comm-form .hl-comm-verify{float:right;padding:0 10px;width:33.333333%;height:36px;border-radius:4px;line-height:36px;}
.hl-comm-form .hl-comm-verify{border:0;}
.hl-comm-form .hl-comm-code{padding:0 5px;}
.hl-comm-form .hl-comm-submit{display:block;border:0;color:#fff;cursor:pointer;}
.hl-comm-input,.hl-comm-list .hl-comm-each{position:relative;padding-bottom:15px;padding-left:50px;}
.hl-comm-list .hl-comm-each{padding-top:15px;border-bottom:1px solid;}
.hl-comm-input .hl-comm-avat,.hl-comm-list .hl-comm-avat{position:absolute;left:0;display:block;overflow:hidden;width:40px;height:40px;border-radius:100%;}
.hl-comm-list .hl-comm-avat{top:15px;}
.hl-comm-form .hl-comm-avat{top:0;}
.hl-comm-input .hl-comm-avat img,.hl-comm-list .hl-comm-avat img{width:100%;height:100%;}
.hl-comm-list .hl-comm-head{display:block;overflow:hidden;margin-bottom:10px;}
.hl-comm-list .hl-comm-name{float:left;display:block;width:100%;font-weight:700;line-height:22px;}
.hl-comm-list .hl-comm-time{font-size:12px;}
.hl-comm-list .hl-comm-action{margin-top:10px;}
.hl-comm-list .hl-comm-action a{float:left;display:block;margin-right:15px;}
.hl-comm-list .hl-comm-action a>i{float:left;display:block;margin-right:2px;}
.hl-comm-list .hl-comm-reply{position:relative;margin-top:10px;padding:10px 10px 10px 36px;border-radius:4px;}
.hl-comm-list .hl-comm-content img{width:20px;height:20px;vertical-align:-4px;}
.hl-comm-list .hl-comm-reply .hl-comm-name{float:none;display:inline-block;width:auto;}
.hl-comm-list .hl-comm-reply .hl-comm-avat{top:10px;left:10px;width:22px;height:22px;}
.hl-comm-list .hl-comm-each .hl-comm-form .hl-comm-write{height:auto;}
.hl-comm-list .hl-comm-each .hl-comm-form .hl-comm-handle{display:block;}
.hl-comm-list .hl-comm-each .hl-comm-form .hl-comm-content{height:80px;}
.hl-comm-list .hl-comm-each .hl-comm-form .hl-comm-action a{margin-right:0;}
.hl-comm-list .hl-comm-each .hl-comm-form .hl-comm-write{margin-top:10px;}
.conch-content .hl-row-box .hl-rb-title{float:left;display:block;line-height:28px;}
.conch-content .hl-row-box h2.hl-rb-title{font-weight:700;font-size:20px;}
.conch-content .hl-row-box h3.hl-rb-title{font-weight:700;font-size:18px;}
.conch-content .hl-row-box .hl-rb-title i{display:inline-block;margin-right:5px;vertical-align:-2px;font-weight:400;font-size:26px;}
.conch-content .hl-row-box .hl-rb-more{float:right;margin-left:20px;line-height:28px;}
.conch-content .hl-vod-data li em.hl-text-muted{margin-left:-42px;}