.content-box {
    padding: 35px 50px;
    box-sizing: border-box;
    display: flex;
}

.content {
    width: calc(100% - 335px);
    flex: 1;
    margin-right: 35px;
    min-height: 300px;
}

.contentTitle {
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #999;
}

.contentFrame {
    padding: 50px 70px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.contentFrame .tworow{
    margin-bottom: 50px;
}
.mi-wire{
    width: 100%;
    height: 0;
    border: 1px solid #999;
    margin: 20px 0;
}
.list.active-home{
    /*display: flex;*/
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
    align-content: space-around;
}

.huodongshi .huodong-swiper{
    
}
.huodongshi .huodong-swiper .hd-img{
    position: relative;
}
.huodongshi .huodong-swiper .detail{
    padding: 10px;
}
.huodongshi .huodong-swiper .detail:hover{
    background: #f0f0f0;
}
.huodongshi .huodong-swiper .detail .desc{
    margin: 5px 0;
}
.huodongshi .huodong-swiper .detail .label{
  display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
    align-content: center;
    flex-wrap: nowrap;
}

.huodongshi .huodong-swiper .hd-img span.order{
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 7px;
    font-size: 12px;
    background: #333333;
    color: #ffffff !important;
}

.huodongshi .huodong-swiper .hd-img span.order-yes{
    background: #ee585d;
}
.huodongshi .huodong-swiper .hd-img span.order-no{
    background: #717171;
}

.content-box .sidebar {
    float: right;
    width: 300px;
    min-height: 200px;
}

.content-box .sidebarFrame {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
}
.contentFrame .detail {
    margin-top: 60px;
    display: flex;
}
.contentFrame .detail .content-area{
    word-wrap: break-word;
    table-layout: fixed;
    word-break: break-all;
    max-width: 100%;
    line-height: 2.0;
    font-size: 20px;
}
.contentFrame .detail .content-area p{
    text-indent: 40px;
}
.contentFrame .detail .content-area img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 10px auto;
}
.contentFrame .detail .btns {
    width: 60px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
}
.btns > div::after {
    content: "_____";
    letter-spacing: -1px;
    color: #ccc;
}
.contentFrame .detail .btns .line{
    text-align: center;
    margin-top: 18px;
    position: relative;
}
.contentFrame .detail .btns .line p{
    font-size: 14px;
    text-align: center;
}
.contentFrame .detail .btns .line i{
    font-size: 32px;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contentFrame .detail .btns .line i.active{
    color: red;
}
.contentFrame .detail .btns .line i.fa-thumbs-up{
    background-color: #c36c0e;
}
.contentFrame .detail .btns .line i.fa-eye{
    background-color: #c42024;
}
.contentFrame .detail .btns .line i.fa-share-alt{
    background-color: #0f1250;
}
.prev-newx{
    width: 100%;
    margin-top: 100px;
}
.prev-newx a{
    width: 100%;
    display: block;
    text-align: left;
    font-size: 18px;
    white-space: initial;
}
/**分享**/
.contentFrame .detail .btns .line:hover .share-down-box{
    display: block;
}
.share-down-box{
    position: absolute;
    bottom: 29px;
    right: -25px;
    transform: translateY(calc(100% + 9px));
    width: 110px;
    height: 171px;
    background-color: #ffffff;
    box-shadow: 0px 4px 7px 0px rgba(222, 222, 222, 0.55);
    border-radius: 4px;
    border: solid 1px #28cccc;
    padding: 6px 9px;
    z-index: 2;
    display: none;
}
.share-down-box .share-down-item{
    height: 32px;
    line-height: 32px;
    position: relative;
    font-size: 14px;
    color: #333;
    padding-left: 37px;
    margin-bottom: 9px;
    border-radius: 2px;
    cursor: pointer;
}
.share-down-box .share-down-item:last-child{
    margin-bottom: 0;
}
.share-down-box .share-down-item img{
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0,-50%);
    height: 16px;
}
.share-down-box .share-down-item:hover{
    background: rgba(40, 204, 204, 0.1);
}
.wx-share-modal{
    position: fixed;
    z-index: 105;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
}
.wx-share-content{
    width: 340px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    padding-bottom: 50px;
}
.wx-share-content .wx-share-title{
    height: 45px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 45px;
    position: relative;
    background-color: #f7f7f7;
}
.wx-share-content .wx-share-title i{
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
    cursor: pointer;
}
.wx-share-content #wx-share-qrcode{
    width: 200px;
    height: 200px;
    margin: 50px auto;
}
.wx-share-content #wx-share-qrcode img{
    width: 100%;
}
.wx-share-content p{
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
}
.content-box .contentTitle,
.content-box .sidebarTitle {
    width:100%;
    min-height:60px;
    display:flex;
    flex-direction:column;
    justify-content:space-between
}
.content-box .contentTitle .h2,
.content-box .sidebarTitle .h2 {
    font-family:MicrosoftYaHei-Bold;
    font-size:2.4em;
    color:#333;
    font-weight: bold;
}
.content-box .contentTitle .label,
.content-box .sidebarTitle .label{
    display:flex;
    color:#666
}
.content-box .contentTitle .label .iconfont,
.content-box .contentTitle .label p,
.content-box .contentTitle .label span,
.content-box .sidebarTitle .label .iconfont,
.content-box .sidebarTitle .label p,
.content-box .sidebarTitle .label span {
    color:#666
}
.right-list{
    height: 900px;
    padding:35px 20px;
}
.right-list .list .card{
    width:100%;
    margin-right:2.6%;
    margin-top:30px;
    border-radius:4px;
    overflow:hidden;
    background-color:var(--main-color);
    color:#fff;
    line-height:2;
    display:flex;
    flex-direction:column
}
.right-list .list .card .img{
    height:276px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.right-list .list .card .img img{
    width: 100%;
    height: auto;
}
.right-list .list .card h3{
    color:#fff;
    font-size:1.6em
}
.right-list .list .card .detail{
    padding: 10px;
}
.right-list .list .card .text{
    margin:5px 0
}
.right-list .list .card .label{
    display:flex;
    justify-content:flex-start
}
.right-list .list .card .label>p{
    margin-right:20px
}
.right-list .list .card .label .iconfont{
    color:#fff;
    font-size:1.2em
}
.right-list .list .card:nth-of-type(4n+4) {
    margin-right:0
}
.right-list .list .card .desc{
    margin: 5px 0;
    font-size: 12px;
}
.venue-location,.venue-top-info{
    padding: 50px 70px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    background-color: #fff;
    box-sizing: border-box;
    margin-bottom: 40px;
}
#venue-map{
    width: 100%;
    height: 400px;
}
.BMap_bubble_title{
    font-size: 15px;
    padding-top: 3px;
}
.venue-top-info {
    display: flex;
}
.venue-top-info .venue-swiper{
    width: 40%;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.venue-top-info .venue-swiper .swiper-slide img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.venue-top-info .venue-info{
    width: 60%;
    height: 400px;
    padding-left: 40px;
}
.venue-top-info .venue-info table{
    width:100%;
    font-size: 14px;
}
.venue-top-info .venue-info table tr{
    line-height: 30px;
}
.venue-top-info .venue-info table tr b{
    font-size: 18px;
    color: #ff0000;
}
.venue-top-info .venue-info h2{
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 50px;
}
.venue-top-info .venue-info p{
    font-size: 15px;
    line-height: 32px;
}
.order-form{
    padding-right: 20px;
}
.el-dialog__header {
    padding: 20px 20px 15px;
    background-color: #eee;
}
.content-box .right-active-list{
    background-color: inherit;
    box-shadow:0 0 20px 0 rgba(0, 0, 0, 0)
}
.right-list .active-list .card {
    background-color: #fff;
    color: var(--h3-color);
}
.right-list .active-list .card .js-header{
    width: 180px;
    margin: 0 auto;
}
.right-list .active-list .card  img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
}
.right-list .active-list .card h3{
    color: var(--h3-color);
    margin-bottom: 10px;
    text-align: center;
}
.right-list .active-list .card:hover h3{
    
}
.right-list .active-list .card:hover{
   
    
}
.right-list .active-list .card .label {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
      align-items: flex-start;
    flex-direction: column-reverse;
}
.right-list .active-list .card .label i{
    margin-right:5px;
}
.right-list .active-list .card .intro{
    text-indent: 24px;
    
}
.skill-title{
    margin-bottom: 30px;
    padding-left: 10px;
}
.skill-title h2{
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.skill-title .tips{
    display: flex;
}
.skill-title .tips p{
    margin-right: 30px;
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.skill-video{
    width: 100%;
    height: 830px;
    background-color: #141413;
    margin-bottom: 50px;
}
.content-box .right-skill-list{
    padding: 0;
    background-color: inherit;
    box-shadow: inherit;
}
.skill-num-list{
    width: 100%;
    margin-bottom: 30px;
}
.skill-num-list .num-area{
    width: 100%;
    height: 60px;
    border-radius: 10px;
    overflow: hidden;
    background-image: url(/static/images/bg.jpg);
    align-items: center;
    display: flex;
    color: #fff;
    padding: 0 20px;
}
.skill-num-list .num-area .item{
    border: 1px solid var(--active-color);
    background-image: url(/static/images/bg_active.png);
    padding: 6px 13px;
    border-radius: 15px;
    font-size: 13px;
}
.skill-num-list .num-list{
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
}
.skill-num-list .num-list span{
    background-image: url(/static/images/bg.jpg);
    border-radius: 50%;
    font-size: 13px;
    overflow: hidden;
    color: #ffffff;
    margin-right: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
}
.skill-num-list .num-list span.active{
    background-image: url(/static/images/bg_active.png);
}

#detail-area{
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
    color: #FFFFFF;
}
#detail-area .title-top{
    padding-top: 50px;
    padding-left: 50px;
}
#detail-area .title-top h2{
    color: #FFFFFF;
    margin-bottom: 20px;
}
#detail-area .title-top .tips{
    display: flex;
    font-size: 15px;
}
#detail-area .title-top .tips p{
    margin-right: 20px;
}
#detail-area .title-top .tips i{
    color: #FFFFFF;
    margin-right: 5px;
}
#detail-area .title-top .tips i.fa-thumbs-up{
    cursor: pointer;
}
#detail-area .fa-window-close-o{
    position: absolute;
    color: #fff;
    font-size: 35px;
    right: 35px;
    top: 30px;
    cursor: pointer;
}

#detail-area .detail-text{
    position: absolute;
    bottom: 28px;
    width: 100%;
    padding: 0 5%;
    line-height: 25px;
    font-size: 15px;
}
#detail-area .detail-vr{
    position: absolute;
    top: 100px;
    right: 5%;
    z-index: 999;
}
#detail-area .detail-vr img{
    width: 60px;
}
#detail-area .slide-photos{
    width: 94%;
    height: 75vh;
    margin: 10px auto;
    overflow: hidden;
}
#detail-area .slide-photos .swiper-slide{
    text-align: center;
}
#detail-area .slide-photos .swiper-slide img{
    width: auto;
    height: 75vh;
    cursor: zoom-in;
}

.el-image-viewer__mask{
    opacity:1
}
.mi-empty{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    letter-spacing: 2px;
}

.mi-comment{
    margin-top: 30px;
    background-color: #FFFFFF;
    padding: 20px 50px 50px;
}
.mi-comment h2{
    font-size: 16px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
    line-height: 45px;
}

.content-box .right-live-list{
    width: 450px;
    border-radius: 0;
    height: 700px;
    margin-left: 20px;
    padding: 0;
    overflow: hidden;
}
.content-box .right-live-list .top-bar{
    font-size: 14px;
    display: flex;
    justify-content: space-around;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    height: 65px;
    align-items: center;
}
.content-box .right-live-list .top-bar span{
    cursor: pointer;
}
.content-box .right-live-list .top-bar span.active{
    border-bottom: 1px solid #000064;
    line-height: 35px;
}
.content-box .right-live-list .neirong{
    font-size: 16px;
    padding: 25px 20px;
    line-height: 25px;
}
.live-list{
    margin-top: 20px;
}
.live-list .other-lives{
    display: flex;
    margin-bottom: 10px;
    padding: 10px;
}
.live-list .other-lives .el-image{
    width: 270px;
}
.live-list .other-lives .detail{
    width: 240px;
    margin-left: 10px;
}
.live-list .other-lives .detail .label{
    margin-top: 10px;
}

.live-content-box{
    width: 100%;
    margin: 0 auto;
    padding: 20px 80px 80px;
    box-sizing: border-box;
    background-image: url(/static/default/images/bg_live.jpg);
    background-size: 100% 100%;
}
.live-content-box .live-title{
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 15px;
}
.live-content-box .live-title h2{
    color: #ffffff;
    margin-bottom: 5;
}
.live-content-box .live-title p{
    color: #ffffff;
}
.nobegin{
    width: 100%;
    height: 700px;
    background-color: #000000;
    color: #ffffff;
}
.nobegin p,.nobegin1 p{
    text-align: center;
    margin-top: 300px;
    font-size: 20px;
    letter-spacing: 1px;
}
.nobegin1{
    width: 100%;
    height: auto;
    background-color: #000000;
    color: #ffffff;
}
.top-search{
    position: absolute;
    width: 900px;
}

.el-input-group__append,.el-input-group__append button.el-button{
    background-color: var(--main-color);
    border: none;
    width: 70px;
    color: #fff;
}
.mi-search{
    min-height: 330px;
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
}
.mi-search::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -6px;
    height: 6px;
    background-color: var(--main-color);
}
.mi-search .nodata{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.search-list{
    padding: 20px;
}
.search-list .item{
    margin-bottom: 20px;
}
.search-list .item .title{
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 15px;
}
.search-list .item p{
    margin-top: 5px;
    border-radius: 3px;
    padding: 8px 15px;
    border: 1px solid #e8e8e8;
    background-color: #f7f7f7;
    font-size: 14px;
    color: #737171;
}
#commentContent{
    position: relative;
    z-index: 99;
}
.comment-list{
    width: 100%;
    margin-top: 30px;
}
.comment-list .title{
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 20px;
}
.comment-list .item{
    width: 100%;
    border-bottom: 1px dashed #EEEEEE;
    margin-bottom: 30px;
}
.comment-list .item:last-child{
    border-bottom: none;
    margin-bottom: 10px;
}
.comment-list .item .content{
    width: 100%;
    height: auto;
    min-height: 30px;
    font-size: 15px;
    color: #353333;
    padding-left: 60px;
    line-height: 40px;
    margin-bottom: 10px;
}
.comment-list .item .user-info{
    display: flex;
    justify-content: space-between;
}
.comment-list .item .user-info .avatar{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.comment-list .item .user-info .avatar img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.comment-list .item .user-info .avatar .info{
    padding-top: 10px;
}
.comment-list .item .user-info .avatar .info h3{
    margin-bottom: 5px;
}
.comment-list .item .user-info .avatar .info p{
    font-size: 13px;
    color: #666666;
}
.comment-list .item .user-info i{
    font-size: 20px;
    cursor: pointer;
    color: #666;
    margin-right: 5px;
}
.comment-list .item .user-info i:hover{
    color: #000;
}
.comment-list .item .user-info i.active{
    color: #ff0000;
}
.comment-list .item .user-info span{
    font-size: 13px;
}
#content1{
    z-index: 9;
    position: relative;
}