﻿@charset "UTF-8";
/*购票引导*/
.buy-ticket-fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background: url(../images/buy-bg.jpg) no-repeat center;
    z-index: 100;
}
.to-buy-ticket{
    cursor: pointer;
    background: url(../images/buy-btn.png) no-repeat;
    width: 216px;
    height: 111px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    letter-spacing: 2px;
    margin-left: 740px;
    box-sizing:border-box;
    margin-top: 8px;
}

.layout-center {
    width: 1200px;
}

body {
    background: #010937;
}


/**/

.media,
.media-body {
    overflow: hidden;
    zoom: 1;
    box-sizing: border-box;
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
}

.media-left {
    padding-right: 10px;
}

.media-body {
    width: 10000px;
}

.media-middle {
    vertical-align: middle;
}


/**/

.header {
    height: 822px;
    background: url("../images/header4.jpg") no-repeat center;
}
.header .layout-center {
    position: relative;
    height: 822px;
}
.header .logo {
    position: absolute;
    top: 40px;
    left: 50px;
}

.header .navs {
    position: absolute;
    top: 40px;
    right: 140px;
}

.header .navs ul li {
    float: left;
    margin-left: 30px;
}

.header .navs ul li a {
    font-size: 17px;
    color: #9994ff;
}
.introduce{
    position: relative;
    /*margin-top: -30px;*/
}
.introduce .triangle{
    text-align: center;
    padding-bottom: 16px;
}
.introduce  p{
    font-size: 15px;
    line-height: 25px;
    color:#fff;
    text-indent: 32px;
    padding: 0 160px 18px 160px;
    font-family: MicrosoftJhengHeiRegular;
}
.introduce p span{
    color:#9e9cff;
}
.structure{
    font-family: MicrosoftJhengHeiRegular;
    padding:10px 0 90px 0;
}
.structure .title{
    height: 64px;
    line-height: 64px;
    text-align: center;
    color:#fff;
    font-size: 24px;
    background: -webkit-linear-gradient(left, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: -o-linear-gradient(right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: -moz-linear-gradient(right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: linear-gradient(to right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
}
.structure .list .row{
    font-size: 0;
    text-align: center;
}
.structure .list .row .item{
    width: 214px;
    height: 298px;
    background: linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -o-linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -moz-linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -webkit-linear-gradient(45deg, #371948 0%, #211948 100%);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    margin: 20px 10px 0 10px;
    display: inline-block;
    color:#fff;
    vertical-align: top;
}
.structure .list .row .item .post{
    width: 196px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -o-linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -moz-linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -webkit-linear-gradient(left,transparent,#6e5bfa,transparent);
    margin: 15px auto;
    margin-top: 0;
    font-size: 16px;
    color:#fff;
}
.structure .list .row .item .imgs{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    background: -webkit-linear-gradient(#5c86ff, #8552e6);
    background: -o-linear-gradient(#5c86ff, #8552e6);
    background: -moz-linear-gradient(#5c86ff, #8552e6);
    background: linear-gradient(#5c86ff, #8552e6);
    margin: 0 auto;
    padding: 5px;
    box-shadow: 0 20px 50px rgba(61,42,118,0.3)
}
.structure .list .row .item .imgs img{
    width: 110px;
    height: 110px;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.structure .list .row .item .name{
    font-family: MicrosoftJhengHeiBold;
    font-size: 20px;
    text-align: center;
    color:#fff;
    padding: 8px 0 0 0;
}
.structure .list .row .item .tags{
    font-size: 14px;
    line-height: 1.5;
    padding: 0 5px;
}


.structure .list .row .guest-sp{
    border-radius: 18px;
    background: linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -o-linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -moz-linear-gradient(45deg, #371948 0%, #211948 100%);
    background: -webkit-linear-gradient(45deg, #371948 0%, #211948 100%);
    margin-top: 20px;
}
.structure .list .row .guest-sp .item{
    margin: 0px 10px 0 10px;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: linear-gradient(45deg, transparent 0%, transparent 100%);
    background: -o-linear-gradient(45deg, transparent 0%, transparent 100%);
    background: -moz-linear-gradient(45deg, transparent 0%, transparent 100%);
    background: -webkit-linear-gradient(45deg, transparent 0%, transparent 100%);
    height: 242px;
}
.structure .list .row .guest-sp .post-sp{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -o-linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -moz-linear-gradient(left,transparent,#6e5bfa,transparent);
    background: -webkit-linear-gradient(left,transparent,#6e5bfa,transparent);
    margin: 15px auto;
    margin-top: 0;
    font-size: 16px;
    color:#fff;
}
/**/
/*拟邀嘉宾*/
.guestNy .main-content .g-item{
    float: left;
    position: relative;
    margin: 0 10px 20px 10px;
    padding-top: 60px;
    cursor: pointer;
}
.guestNy .g-item-start{
    float: left;
    position: relative;
    margin: 0 10px 20px 10px;
    width: 214px;
    height: 244px;

}
.g-item-start .g-start{
    width: 195px;
    height: 126px;
    border-radius: 16px;
    background: -webkit-linear-gradient(45deg,#211948,#3c248e); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#211948,#3c248e); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#211948,#3c248e); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#211948,#3c248e); /* 标准语法 */
    margin-top: 110px;
    position: relative;
    padding: 0 30px;
    box-sizing:border-box;
    padding-top: 30px;
}
.g-item-start .g-start:after{
    content: "";
    display: block;
    position: absolute;
    left: 28px;
    width: 138px;
    height: 4px;
    background: -webkit-linear-gradient(left,#8353e6,#5c86ff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(left,#8353e6,#5c86ff); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(left,#8353e6,#5c86ff); /* Firefox 3.6-15 */
    background: linear-gradient(left,#8353e6,#5c86ff); /* 标准语法 */
    border-radius: 2px;
    bottom: 16px;
}
.g-item-start .g-start .start-cir{
    position: absolute;
    top: -15px;
    right: -15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #3c248e;
}
.start-icon{
    width: 26px;
    height: 26px;
    background-image: url(../images/type-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
}
.gg-type2 .start-icon{
    background-image: url(../images/type-2.png);
}
.gg-type3 .start-icon{
    background-image: url(../images/type-3.png);
}
.g-start .start-tit{
    color: #e0d8ff;
    font-size: 20px;
    line-height: 1;
}

.gg-type2 .g-item-start .g-start{
    background: -webkit-linear-gradient(45deg,#151961,#02527a); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#151961,#02527a); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#151961,#02527a); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#151961,#02527a); /* 标准语法 */
}
.gg-type2 .g-item-start .g-start:after{
    background: -webkit-linear-gradient(45deg,#415bf4,#5c99ff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#415bf4,#5c99ff); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#415bf4,#5c99ff); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#415bf4,#5c99ff); /* 标准语法 */
}
.guestNy .main-content .gg-type2  .g-item .i-con{
    background: -webkit-linear-gradient(45deg, #00587c, #161860);
    background: -moz-linear-gradient(45deg, #00587c, #161860);
    background: -o-linear-gradient(45deg, #00587c, #161860);
    background: linear-gradient(45deg, #00587c, #161860);
}
.gg-type2 .g-item-start .g-start .start-cir{
    background: #00587d;
}
.gg-type2 .g-intro{
    background: -webkit-linear-gradient(45deg, #312469, #292b7e);
    background: -moz-linear-gradient(45deg, #312469, #292b7e);
    background: -o-linear-gradient(45deg, #312469, #292b7e);
    background: linear-gradient(45deg, #312469, #292b7e);
}
.gg-type2 .g-intro:before{
   /* background: -webkit-linear-gradient(45deg, #312469, #292b7e);
    background: -moz-linear-gradient(45deg, #312469, #292b7e);
    background: -o-linear-gradient(45deg, #312469, #292b7e);
    background: linear-gradient(45deg, #312469, #292b7e);*/
}


.gg-type3 .g-item-start .g-start{
    background: -webkit-linear-gradient(45deg,#211948,#45205c); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#211948,#45205c); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#211948,#45205c); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#211948,#45205c); /* 标准语法 */
    
}
.gg-type3 .g-item-start .g-start:after{
    background: -webkit-linear-gradient(45deg,#8652e5,#d55cff); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#8652e5,#d55cff); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#8652e5,#d55cff); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#8652e5,#d55cff); /* 标准语法 */
}
.guestNy .main-content .gg-type3  .g-item .i-con{
    background: -webkit-linear-gradient(45deg,#45205c,#211948); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#45205c,#211948); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#45205c,#211948); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#45205c,#211948); /* 标准语法 */
}
.gg-type3 .g-item-start .g-start .start-cir{
    background: #461f5d;
}
.gg-type3 .g-intro{
    background: -webkit-linear-gradient(45deg, #312469, #292b7e);
    background: -moz-linear-gradient(45deg, #312469, #292b7e);
    background: -o-linear-gradient(45deg, #312469, #292b7e);
    background: linear-gradient(45deg, #312469, #292b7e);
}
.gg-type3 .g-intro:before{
    /*background: -webkit-linear-gradient(45deg, #312469, #292b7e);
    background: -moz-linear-gradient(45deg, #312469, #292b7e);
    background: -o-linear-gradient(45deg, #312469, #292b7e);
    background: linear-gradient(45deg, #312469, #292b7e);*/
}


.g-intro{
    display: none;
    border-radius: 16px;
    padding: 45px 50px;
    color: #dadfff;
    position: relative;
    background: -webkit-linear-gradient(45deg,#2e2070,#211948); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#2e2070,#211948); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#2e2070,#211948); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#2e2070,#211948); /* 标准语法 */
    margin: 0 10px;
    margin-top: 10px;
    margin-bottom: 20px;  
}
.g-intro:before{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    height: 0px;
    width: 0px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #261b57;
    border-left: 12px solid transparent;
}
.gg-type2 .g-intro:before{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    height: 0px;
    width: 0px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #2d2772;
    border-left: 12px solid transparent;
}
.gg-type3 .g-intro:before{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    height: 0px;
    width: 0px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #2d2772;
    border-left: 12px solid transparent;
}
.g-intro.g-intro1:before{
    left: 8%;    
}
.g-intro.g-intro2:before{
    left: 28%;    
}
.g-intro.g-intro3:before{
    left: 50%;
    margin-left: -6px;   
}
.g-intro.g-intro4:before{
    left: 70%;    
}
.g-intro.g-intro5:before{
    left: 90%;    
}
.g-intro .intro-item{
    display: none;
}
.g-intro .intro-ava{
    float: left;
    background: url(../images/ava-square.png) no-repeat;
    width: 151px;
    height: 151px;
}
.g-intro .intro-ava .ava-wrap{
    width: 147px;
    height: 147px;
    border-radius: 10px;
    overflow: hidden;
}
.g-intro .intro-ava .ava-wrap img{
    width: 100%;
}
.g-intro .intro-con{
    padding-left: 220px;
    min-height: 151px;
}
.intro-con-sub{
    position: relative;
    padding-left: 18px;
}
.intro-con-sub:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 44px;
    border-radius: 2px;
    background: -webkit-linear-gradient(top,#5e85fe,#8c62e2); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(top,#5e85fe,#8c62e2); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(top,#5e85fe,#8c62e2); /* Firefox 3.6-15 */
    background: linear-gradient(top,#5e85fe,#8c62e2); /* 标准语法 */
}
.intro-con-sub .con-name{
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 1;
}
.intro-con-sub .con-title{
    font-size: 14px;
    color: #ffffff;
}
.intro-con-main{
    margin-top: 25px;
    /*height: 75px;*/
    overflow: hidden;
    font-size: 14px;
    color: #dadfff;
    line-height: 18px;
}






#navGuestNy .layout-center{
    width: 1170px;
    margin: 0 auto;
}






.guestNy .main-content .g-item .i-ava{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    background: -webkit-linear-gradient(#5c86ff, #8552e6);
    background: -o-linear-gradient(#5c86ff, #8552e6);
    background: -moz-linear-gradient(#5c86ff, #8552e6);
    background: linear-gradient(#5c86ff, #8552e6);
    padding: 5px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top:0;
}
.guestNy .main-content .g-item .i-ava-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 110px;
    height: 110px;
    margin-left: -55px;
    margin-top: -55px;
    background: rgba(118,75,253,0.8);
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 16px;
    display: none;
    font-weight: bold;
    border-radius: 50%;
}
.guestNy .main-content .g-item .i-ava img{
    width: 110px;
    height: 110px;
    vertical-align: top;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.guestNy .main-content .g-item .i-con{
    width: 190px;
    height: 124px;
    background: -webkit-linear-gradient(45deg, #3c248e, #221a4b);
    background: -moz-linear-gradient(45deg, #3c248e, #221a4b);
    background: -o-linear-gradient(45deg, #3c248e, #221a4b);
    background: linear-gradient(45deg, #3c248e, #221a4b);
    border-radius: 20px;
    text-align: center;
    padding:60px 12px 0 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.guestNy .main-content .g-item.act .i-con{
    background: -webkit-linear-gradient(45deg,#312469,#482b65); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#312469,#482b65); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#312469,#482b65); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#312469,#482b65); /* 标准语法 */
}
.guestNy .main-content .gg-type2 .g-item.act .i-con{
    background: -webkit-linear-gradient(45deg,#31246a,#2a2b7d); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#31246a,#2a2b7d); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#31246a,#2a2b7d); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#31246a,#2a2b7d); /* 标准语法 */
}
.guestNy .main-content .gg-type3 .g-item.act .i-con{
    background: -webkit-linear-gradient(45deg,#31246a,#2a2b7d); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(45deg,#31246a,#2a2b7d); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(45deg,#31246a,#2a2b7d); /* Firefox 3.6-15 */
    background: linear-gradient(45deg,#31246a,#2a2b7d); /* 标准语法 */
}
.guestNy .main-content .g-item .con-name{
    color: #fff;
    font-size: 20px;
    padding: 10px 0 8px 0;
    line-height: 1.2;
}
.guestNy .main-content .g-item .con-title{
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    /*z-index: 2;*/
}
.guestNy .main-content .g-item .i-tag{
    position: absolute;
    right: 0px;
    top: 52px;
    width:50px;
    height: 77px;
}
.guestNy .page{padding-top: 0;margin-top: 0;}

.forumNb{
    padding-bottom: 40px;
}
.forumNb .list .row{
    position: relative;
    padding-top: 65px;
    font-size: 0;
    text-align: center;
}
.forumNb .list .row .tit{
    position: absolute;
    width: 100%;
    left: 0;
    top:0;
    text-align: center;
}
.forumNb .list .row .item{
    width: 192px;
    height: 128px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 4px;
    color:#fff;
}
.forumNb .list .row .item h2{
    font-size: 24px;
    line-height: 1;
    padding: 38px 0 8px 0;
}
.forumNb .list .row .item p{
    font-size: 16px;
}
.forumNb .list .row1 .item{
    background: url(../images/bg1.png) no-repeat;
}
.forumNb .list .row2 .item{
    background: url(../images/bg2.png) no-repeat;
}
.forumNb .list .row3 .item{
    background: url(../images/bg3.png) no-repeat;
}

.section {}

.section .title {
    height: 64px;
    margin-bottom: 50px;
    text-align: center;
    background: -webkit-linear-gradient(left, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: -o-linear-gradient(right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: -moz-linear-gradient(right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
    background: linear-gradient(to right, rgba(55, 25, 72, 0), rgba(55, 25, 72, 1), rgba(55, 25, 72, 0));
}
.guestNy.section .title,
.forumNb .title{
    margin-bottom: 20px;
}
.section .title h2 {
    line-height: 63px;
    font-size: 24px;
    color: #fff;
}

.section .main-content {}


.guest.section .title{
    margin-bottom:  0;
}
.guest.section .subTit{
    font-size:  14px;
    color:#9994ff;
    line-height: 50px;
    height: 50px;
    text-align:center;  
}

/**/

.guest {}

.guest-list {
    margin-left: -50px;
    margin-right: -50px;
}

.guest-list .container-list {
    height: 815px;
    overflow: hidden;
    font-size: 0;
    text-align: left;
    padding: 20px 40px;
    border-radius: 20px;
    background: -webkit-linear-gradient(45deg, #371948, #211948);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, #371948, #211948);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, #371948, #211948);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, #371948, #211948);
}

.guest-list .item {
    width: 18%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 1%;
    padding: 30px 0 15px 0;
}

.guest-list .item .img {
    position: relative;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    padding: 5px;
    margin-left: 20%;
    background: -webkit-linear-gradient(#5c86ff, #8552e6);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#5c86ff, #8552e6);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#5c86ff, #8552e6);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#5c86ff, #8552e6);
    /* 标准的语法 */
}

.guest-list .item .img img {
    width: 100%;
    vertical-align: middle;
    border-radius: 50%;
}

.guest-list .item .img .action {
    cursor: pointer;
    position: absolute;
    bottom: 2px;
    left: 50%;
    margin-left: 3px;
    width: 96px;
    height: 28px;
    background: url("../images/b_zan.png") no-repeat center;
    display: none;

}

.guest-list .item .name {
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin: 15px 0 10px 0;
}

.guest-list .item .desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    height: 58px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.guest-list .swiper-slide-active .container-list {
    box-shadow: 0 0 30px 5px #171240;
}

.guest-list .item .img.active {
    background: -webkit-linear-gradient(180deg, #5b87ff, #2bc0ff);
    background: -o-linear-gradient(180deg, #5b87ff, #2bc0ff);
    background: -moz-linear-gradient(180deg, #5b87ff, #2bc0ff);
    background: linear-gradient(180deg, #5b87ff, #2bc0ff);
}

.guest-list .item .img.active .action {
    background: url("../images/b_zan_active.png") no-repeat center;
}
/**/

.page {
    padding: 20px 40px;
    margin: 10px 0;
    position: relative;
    z-index: 100;
}

.page .page-dot {
    height: 20px;
    text-align: center;
}

.page .btn-page {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: 40px;
    top: 0;
}

.swiper-pagination-bullet {
    background: #291f59;
    opacity: 1;
    margin: 0 5px;
    vertical-align: middle;
}

.swiper-pagination-bullet-active {
    background: #5e49c1;
    width: 15px;
    height: 15px;
}

.page .btn-page.btn-page-prev {
    cursor: pointer;
    left: 0;
    background: url("../images/icon_arrow_left_active.png") no-repeat center;
    background-size: 100% 100%;
}

.page .btn-page.btn-page-next {
    cursor: pointer;
    right: 0;
    background: url("../images/icon_arrow_right_active.png") no-repeat center;
    background-size: 100% 100%;
}

.page .btn-page.btn-page-prev.swiper-button-disabled {
    background: url("../images/icon_arrow_left.png") no-repeat center;
    background-size: 100% 100%;
}

.page .btn-page.btn-page-next.swiper-button-disabled {
    background: url("../images/icon_arrow_right.png") no-repeat center;
    background-size: 100% 100%;
}

.comment {
    width: 35%;
    padding: 30px 10px;
    margin: 0 auto;
}

.comment .inputBox {
    border: 2px solid #7e56ea;
    border-radius: 25px;
    padding: 7px 25px;
    background: #000;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    min-height: 36px;
}

.comment .inputBox .icon {
    display: inline-block;
    width: 28px;
    height: 23px;
    background: url("../images/icon_comment_1.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
}

.comment .inputBox .input {
    background: #000;
}

.comment .inputBox .input input {
    display: block;
    width: 100%;
    height: 30px;
    color: #fff;
    font-size: 14px;
    background: none;
    border: none;
    padding: 3px 5px;
}

.comment .inputBox .btn-submit {
    position: absolute;
    width: 20%;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    background: -webkit-linear-gradient(left, #8054e9, #6180fd);
    background: -o-linear-gradient(right, #8054e9, #6180fd);
    background: -moz-linear-gradient(right, #8054e9, #6180fd);
    background: linear-gradient(to right, #8054e9, #6180fd);
    display: none;
}

.comment .inputBox.active .input {
    position: absolute;
    width: 76%;
    right: 20%;
    top: 7px;
}

.comment .inputBox.active .btn-submit {
    display: block;
}


/**/

.guest .page .btn-page.btn-page-prev{
    top: -500px;
    left: 15px;
}

.guest .page .btn-page.btn-page-next{
    top: -500px;
    right: 15px;
}
.guestNy .page .btn-page.btn-page-prev{
    top: -270px;
    left: -40px;
}
.guestNy .page .btn-page.btn-page-next {
    top: -270px;
    right: -40px;
}

/**/

.forum {
    margin-top: 100px;
    display: none;
}

.forum .list {}

.forum .container-list {}

.forum .list .item {
    float: left;
    display: table;
    margin: 0 50px 80px;
    position: relative;
    width: 192px;
    height: 154px;
    background: url("../images/bg_forum_k.png") no-repeat center;
}

.forum .list .item .info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.forum .list .item .name {
    padding: 0 10px;
    color: #fff;
    font-size: 26px;
    line-height: 1.45;
}

.forum .list .item .desc {
    color: #fff;
    font-size: 20px;
}

.forum .list .item .action {
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    width: 130px;
    height: 42px;
    line-height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: 20px;
    background: -webkit-linear-gradient(left, #7d55ec, #6a5cfe);
    background: -o-linear-gradient(right, #7d55ec, #6a5cfe);
    background: -moz-linear-gradient(right, #7d55ec, #6a5cfe);
    background: linear-gradient(to right, #7d55ec, #6a5cfe);
}

.forum .list .item .action .icon-like {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 12px;
    background: url("../images/icon_like.png") no-repeat center;
    background-size: 100% 100%;
}

.forum .list .item.active {
    background: url("../images/bg_forum_k_active.png") no-repeat center;
}

.forum .list .item.active .action {
    background: -webkit-linear-gradient(left, #695dff, #30b9ff);
    background: -o-linear-gradient(right, #695dff, #30b9ff);
    background: -moz-linear-gradient(right, #695dff, #30b9ff);
    background: linear-gradient(to right, #695dff, #30b9ff);
}

.forum .list .item.active .action .icon-like {
    background: url("../images/icon_like_active.png") no-repeat center;
    background-size: 100% 100%;
}

.forum .page {
    width: 30%;
    margin: 10px auto;
}


/**/

.ticket {
    margin-top: 60px;
}

.ticket .closed {
    text-align: center;
    padding: 10px 20px;
}

.ticket .closed p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 10px;
}

.ticket .closed .imgs {
    margin-top: 20px;
}

.ticket .closed .imgs img {
    margin: 0 20px;
}

.ticket .list {
    padding: 20px 0 0 0;
    text-align: center;
    font-size: 0;
}
.ticket .explain{
    text-align: center;
}

.ticket .list .item {
    display: inline-block;
    position: relative;
    /*width:380px;
    height: 210px; */
    margin: 0 3px;
    text-align: left;
    width: 366px;
    height:165px;
    margin: 0 25px 40px 25px;
}

.ticket .list .item .tip {
    position: absolute;
    top: -5px;
    right: 20px;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: url("../images/bg_ticket_tip.png") repeat-x center;
}
/*.ticket .list .item.ticket-early .tip {
    position: absolute;
    top: -5px;
    right: 20px;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: url("../images/bg_ticket_tip2.png") repeat-x center;
    background-size: 100% 100%;

}*/
.sold-out{
    position: absolute;
    top: -5px;
    right: 36px;
    padding: 0 8px;
    width: 80px;
    height: 40px;
    /*line-height: 40px;*/
    color: #fff;
    font-size: 16px;
    z-index: 10;

}


.ticket .list .item .price {
    width: 214px;
    position: absolute;
    top: 33px;
    left: 100px;

}
.ticket .list .item .price .sale{
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    border: 1px solid #fff;
    font-size: 12px;
    margin-left: 10px;
}
.ticket .list .item .price .new-price {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 5px;
    color: #fff;
    font-family: "微软正黑体","Microsoft Yahei";
}
.ticket .list .item.ticket3 .price .new-price{
    font-size: 32px;
}

.ticket .list .item .price .old-price {
    font-size: 22px;
    color: #fff;
    font-family: "微软正黑体","Microsoft Yahei";
    text-decoration: line-through;
}

.ticket .list .item .limit {
    position: absolute;
    left: 102px;
    /*bottom: 55px;*/
    bottom: 10px;
    font-size: 14px;
    color: #fff;
}

.ticket .list .item.ticket1 {
    background: url("../images/b_ticket_11.png") no-repeat center top;
}

.ticket .list .item.ticket2 {
    background: url("../images/ticket2.png") no-repeat center top;
}
.ticket .list .item.ticket3 {
    background: url("../images/ticket3.png") no-repeat center top;
}
.ticket .list .item.ticket4 {
    background: url("../images/ticket4.png") no-repeat center top;
}

.ticket .list .item.ticket-early{
    background: url("../images/ticket1.png") no-repeat center;
    
}
.ticket .list .item.ticket-sold{
   -webkit-filter:grayscale(90%);
    -moz-filter:grayscale(90%);
    -ms-filter:grayscale(90%);
    -o-filter:grayscale(90%);
    filter:grayscale(90%); 
}
.ticket .list .item.ticket-early .limit{
    bottom: 10px;
}
.ticket-early .i-icon{
    width: 32px;
    height: 105px;
    position: absolute;
    top: 30px;
    right: 15px;
}
.ticket .list .item.ticket-early {
    margin-right: 0;
}
.ticket .list .item.ticket5 {
    margin-left: 0;
}
.ticket .list .item.ticket5 {
    background: url("../images/ticket5.png") no-repeat center top;
}
.mumu-intro{
    color: #978dff;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}
/**/

.summit {
    margin-top: 50px;
}

.summit .main-content {
    margin-top: 80px;
}

.summit .list {
    padding: 0 50px;
    font-size: 0;
    text-align: center;
}

.summit .list .item {
    display: inline-block;
    vertical-align: top;
    margin: 0 40px;
    width: 190px;
}

.summit .list .item a {
    display: block;
}

.summit .list .item2 {
    /*padding-top: 40px;*/
}


/**/

.contact {
    margin-top: 100px;
    padding-bottom: 150px;
}

.contact .main-content {
    margin-top: 70px;
}

.contact .list {
    padding: 0 10px;
    font-size: 0;
    text-align: center;
}

.contact .list .item {
    display: inline-block;
    vertical-align: top;
    width: 340px;
    margin: 0 10px;
    text-align: left;
}

.contact .list .item .media-object {
    display: block;
    width: 92px;
    height: 92px;
}

.contact .list .item .media-body {
    padding-left: 5px;
}

.contact .list .item p {
    line-height: 1.45;
    color: #e5f4ff;
    font-size: 14px;
}

.contact .list .item .tit {
    font-size: 18px;
    color: #9994ff;
    line-height: 1;
    margin-bottom: 15px;
}

/**/
.question{
    margin-top: 100px;
}
.question .main-content{
    margin-top: 40px;
}

.question .list{
    font-size: 0;
    text-align: left;
}
.question .list .item{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 35px;
    width: 40%;
    padding: 0 5%;
    text-align: left;
}
.question .list .item .tit{
    font-size: 18px;
    color: #9e9cff;
    line-height: 1.45;
}
.question .list .item .tit .icon{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/icon_question.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.question .list .item .ans{
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
}
.question .list .more{
    display: none;
}
.question .list.active .more{
    display: block;
}

.question .loadmore{
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #978dff;
}

.question .loadmore .btnmore{
    display: inline-block;
}
.question .loadmore .more{
    cursor: pointer;
}
.question .loadmore .more .icon{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/icon_down_1.jpg") no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
}
.question .loadmore .less{
    cursor: pointer;
    display: none;
}
.question .loadmore .less .icon{
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url("../images/icon_up_1.jpg") no-repeat center;
    margin-right: 10px;
    vertical-align: middle;
}
.question .loadmore .active .more{
    display: none;
}
.question .loadmore .active .less{
    display: inline-block;
}
/**/
.hosts{
    margin-top: 80px;
    /*padding-bottom: 100px;*/
}
.hosts .title{
    width: 90%;
    margin: 0 auto 50px;
    height: 1px;
    position: relative;
    background: -webkit-linear-gradient(left, rgba(117, 99, 239, 0), rgba(117, 99, 239, 1), rgba(117, 99, 239, 0));
    background: -o-linear-gradient(right, rgba(117, 99, 239, 0), rgba(117, 99, 239, 1), rgba(117, 99, 239, 0));
    background: -moz-linear-gradient(right, rgba(117, 99, 239, 0), rgba(117, 99, 239, 1), rgba(117, 99, 239, 0));
    background: linear-gradient(to right, rgba(117, 99, 239, 0), rgba(117, 99, 239, 1), rgba(117, 99, 239, 0));
}
.hosts .title .word{
    padding: 10px 15px;
    border: 2px solid #6d6ef4;
    background: #010937;
    font-size: 16px;
    line-height: 1;
    color: #9e9cff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.hosts .main-content{
    padding-top: 10px;
}
.hosts .list{
    font-size: 0;
    text-align: center;
}
.hosts .list .item{
    display: inline-block;
    /*width: 35%;*/
    /*max-width: 250px;*/
    margin: 0 1%;
}
.hosts .list .item img{
    width: 100%;
    vertical-align: middle;
}
/**/

.modal-tip {
    position: fixed;
    z-index: 1000;
    width: auto;
    left: 50%;
    display: none;
}

.modal-tip .modal-text {
    position: relative;
    left: -50%;
    text-align: center;
    z-index: 1000;
    display: inline-block;
    min-width: 100px;
    padding: 15px 20px;
    border-radius: 10px;
    background: -webkit-linear-gradient(left, rgba(105, 92, 255, 0.8), rgba(48, 187, 255, 0.8));
    background: -o-linear-gradient(right, rgba(105, 92, 255, 0.8), rgba(48, 187, 255, 0.8));
    background: -moz-linear-gradient(right, rgba(105, 92, 255, 0.8), rgba(48, 187, 255, 0.8));
    background: linear-gradient(to right, rgba(105, 92, 255, 0.8), rgba(48, 187, 255, 0.8));
}

.modal-tip .modal-text p {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
/*.sliderBar{
    position: fixed;
    z-index: 3;
    top: 50%;
    margin-top: -270px;
    left: 50%;
    margin-left:700px; 
    width: 100px;
    height: 540px;
}
.sliderBar:after{
    content: "";
    position: absolute;
    left: 0;
    top:0;
    width: 10px;
    height: 540px;
    background: -webkit-linear-gradient(0deg, #371948 0%, #211948 100%);
    background: -moz-linear-gradient(0deg, #371948 0%, #211948 100%);
    background: -o-linear-gradient(0deg, #371948 0%, #211948 100%);
    background:linear-gradient(0deg, #371948 0%, #211948 100%);
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.sliderBar a{
    display: block;
    line-height: 20px;
    padding: 20px 0;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color:#9994ff;
    z-index: 2;
}
.sliderBar a em{
    position: absolute;
    left: 0;
    top:25px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background-color: rgba(63, 59, 112, 0.5);
}
.sliderBar a.cur{
    color:#fff;
}
.sliderBar a.cur em{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #7e55eb 0%, #685dff 100%);
    background: -moz-linear-gradient(0deg, #7e55eb 0%, #685dff 100%);
    background: -o-linear-gradient(0deg, #7e55eb 0%, #685dff 100%);
    background: linear-gradient(0deg, #7e55eb 0%, #685dff 100%);
    -webkit-box-shadow: 0px 1px 21px 0px rgba(45, 189, 255, 0.19);
    box-shadow: 0px 1px 21px 0px rgba(45, 189, 255, 0.19);
    left:-3px;
    top:22px;
}*/

/*en*/
.trans-switch {
    position: absolute;
    top: 40px;
    right: 0;
    background: #010516;
    color: #fff;
    font-size: 14px;
    border: 1px solid #635fbe;
    border-radius: 18px;
    font-size: 0;
}
.trans-switch a {
    color: #585A60;
    width: 25px;
    height: 18px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}
.trans-switch span {
    color: #585A60;
    width: 30px;
    height: 18px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    
}
.trans-switch .active {
    color: #fff;
    border-radius: 18px;
    background: #635fbe;
}
.trans-switch a:hover {
    text-decoration: underline;
}

/*头像*/
.avatar-area{
    position: absolute;
    top: 36px;
    right: 80px;
}

/*左侧导航栏*/
.follow-bar{
    position: fixed;
    right: 10px;
    top: 20%;
    z-index: 10;
    width: 170px;
    display: none;
}
.follow-bar .bar-line{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #231948;
    border-radius: 10px;
    width: 10px;
    height: 100%;
}
.bar-wrap{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}
.follow-item{
    padding-top: 40px;
    cursor: pointer;
    position: relative;
}
.follow-item .fo-cir{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #322a5c;
    float: left;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.follow-item .fo-text{
    color: #9994ff;
    font-size: 16px;
    float: left;
    line-height: 1;
    margin-left: 10px;
}
.follow-item.act .fo-cir{
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    background: #7359f5;   
}
.follow-item.act .fo-text{
    color: #e1e0ff;
}
.follow-bar .follow-item .nav-sp{
    position: absolute;
    top: 22px;
    left: 10px;
    width: 119px;
    height: 48px;
    line-height: 48px;
    background-image:url(../images/right-ticket-bg.png);
    background-size: 100% 100%;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 8px;
}
/*参会指引*/
.guide-wrap{
    text-align: center;
}
.guide-tit{
    border:1px solid #ffffff;
    padding: 10px;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    letter-spacing: 2px;
    position: relative;
}
.guide-tit:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    left: 8px;
    width: 100%;
    border-bottom: 1px solid #4e5373;
}
.guide-con{
    margin-top: 30px;
    margin-bottom: 70px;
}
.guide-con p.p1{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.guide-con p.p2{
    color: #ffffff;
    font-size: 16px;
    font-family: Microsoft JhengHei;
    line-height: 1;
}
.guide-a-to{
   display: inline-block;
   text-align: center;
   font-size: 18px;
   color: #978dff;
   margin-bottom: 40px;
}
.guide-a-to img{
   vertical-align: middle;
   margin-left: 10px;
}
.sp-canal{
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 54px;
}

@media screen and (max-width: 1800px){
    .follow-bar{
        display: none;
    }
}

/*大会议程*/
.agenda-sec{
    margin-bottom: 100px;
    margin-top: 60px;
}
.agenda-wrap{
    
}
.agenda-tab{
    border-right: 3px solid #e5e6eb;
    background: #361948;
    width: 204px;
    float: left;
    box-sizing:border-box;
}
.tab-item{
    height: 222px;
    line-height: 222px;
    font-size: 48px;
    font-family: fantasy;
    color: #583f6a;
    text-align: center;
    border-bottom: 2px solid #4c3061;
    position: relative;
    cursor: pointer;
}
.tab-item:last-child{
    border-bottom: 0;
}
.tab-item.act{
    color: #fff;
    cursor: default;
}
.tab-item i.tar{
    position: absolute;
    top: 50%;
    right: -3px;
    margin-top: -21px;
    width: 24px;
    height: 42px;
    display: none;
    background: url(../images/target-i.png) no-repeat;
}
.tab-item.act i.tar{
    display: block;
}

.agenda-card{
    padding-left: 204px;
}
.card-item{
    display: none;
}
.card-item.act{
    display: block;
}
.card-item .agenda-level2{
    text-align: center;
    background: #2d1a4a;
    box-shadow: 0 10px 15px #070e38;
}
.card-item .level2-item{
    display: inline-block;
    position: relative;
    color: #aca0bf;
    font-size: 16px;
    width: 160px;
    height: 66px;
    line-height: 66px;
    background: transparent;
    cursor: pointer;  
}
.card-item .level2-item:before{
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    height: 35px;
    border-right: 1px solid #4c3061;
}
.card-item .level2-item:last-child:before{
    display: none;
}
.card-item .level2-item.act{
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    background: url(../images/level2-bg2.png) top center no-repeat;
    cursor: default;
}
.card-item .level2-item.act:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    height: 0px;
    width: 0px;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #0a113b;
    border-left: 10px solid transparent;
    margin-left: -10px;
}

.agenda-content-wrap{
    padding: 40px;
    padding-top: 20px;
    position: relative;
    background: #0b1341;
}
.agenda-content-wrap.bottom-shadow:after{
    position: absolute;
    left: 40px;
    bottom: 40px;
    content: "";
    display: block;
    width: calc(100% - 80px);
    height: 50px;
    z-index: 2;
    background: -webkit-linear-gradient(bottom, #0b1341, transparent);
    background: -o-linear-gradient(bottom, #0b1341, transparent);
    background: -moz-linear-gradient(bottom, #0b1341, transparent);
    background: linear-gradient(bottom, #0b1341, transparent);
}
.fa-position{
    height: 544px;
    overflow: auto;
    position: relative;
}
.fa-position{ -ms-overflow-style:none; overflow:-moz-scrollbars-none; }
.fa-position::-webkit-scrollbar{width:0px}
.agenda-content{
    position: absolute;
    width: 100%;
    padding-bottom: 200px;
}
.agenda-content .agenda-tit{
    text-align: center;
    color: #2ebafe;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.agenda-tit-list-warp{
    text-align: center;
    margin: 10px 0;
    background: -webkit-linear-gradient(left,transparent, #037c94, transparent);
    background: -o-linear-gradient(left,transparent, #037c94, transparent);
    background: -moz-linear-gradient(left,transparent, #037c94, transparent);
    background: linear-gradient(left,transparent, #037c94, transparent);
}
.agenda-tit-list{
    display: inline-block;
    padding: 5px 15px;
    /*border:1px solid #2ebafe;*/
    color: #2ebafe;
    font-size: 13px;
}
.agenda-tit-list .list-tit{
    float: left;
}
.agenda-tit-list .list-item{
    line-height: 26px;
    text-align: left;
    color: #fff;
    font-size: 13px;
}
.agenda-content .agenda-list{
    margin-bottom: 30px;
}

.agenda-content .agenda-item{
    margin-bottom: 20px;
    position: relative;
}
.agenda-content .agenda-item:before{
    display: block;
    content: "";
    border-left: 1px dashed #0788c6;
    position: absolute;
    top: 22px;
    left: 5px;
    height: 100%;
}
.agenda-content .agenda-item:last-child:before{
    display: none;
}
.agenda-item .ag-cir{
    float: left;  
    padding: 4px 0;
    margin-top: 3px;
    background: #0b1341;
    position: relative;
    z-index: 2;
}
.agenda-item .ag-cir i{
    display: block;
    width: 11px;
    height: 11px;
    background: #0788c6;
    border-radius: 50%;
}
.agenda-item .ag-time{
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    margin-right: 15px;
    background: #0788c6;
    border-radius: 12px;
}
.agenda-item .ag-name{
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    line-height: 25px;
    min-width: 72px;
}
.agenda-item .ag-intro{
    overflow: hidden;
    color: #ccccff;
    font-size: 14px;
    line-height: 25px;
}
.agenda-item .ag-tit{
    font-weight: bold;
    color: #2ebafe;
    font-size: 14px;
}

.agenda-item .intro-line.line-1{
    color: #6a6ac8;
}

.agenda-content .agenda-item-sp{
    margin-bottom: 20px;
    position: relative;
}
.agenda-content .agenda-item-sp:before{
    display: block;
    content: "";
    border-left: 1px dashed #592d75;
    position: absolute;
    top: 22px;
    left: 5px;
    height: 100%;
}
.agenda-content .agenda-item-sp-last:before{
    display: none;
}
.agenda-item-sp .ag-cir{
    float: left;  
    padding: 4px 0;
    margin-top: 3px;
    background: transparent;
    position: relative;
    z-index: 2;
}
.agenda-item-sp .ag-cir i{
    display: block;
    width: 11px;
    height: 11px;
    background: #592d75;
    border-radius: 50%;
}
.agenda-item-sp .ag-time{
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    margin-left: 15px;
    margin-right: 15px;
    background: #592d75;
    border-radius: 12px;
}
.agenda-item-sp .ag-name{
    float: left;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 30px;
    line-height: 25px;
    min-width: 72px;
}
.agenda-item-sp .ag-intro{
    overflow: hidden;
    color: #ccccff;
    font-size: 14px;
    line-height: 25px;
}
.agenda-item-sp .ag-tit{
    font-weight: bold;
    color: #2ebafe;
    font-size: 14px;
}
.agenda-item-sp .intro-line.line-1{
    color: #6a6ac8;
}
.agenda-item-sp .ve-btn{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding:  0 15px;
    background: -webkit-linear-gradient(left, #46a56f, #3587aa);
    background: -o-linear-gradient(left, #46a56f, #3587aa);
    background: -moz-linear-gradient(left, #46a56f, #3587aa);
    background: linear-gradient(left, #46a56f, #3587aa);
    border-radius: 14px;
    color: #fceeff;
    font-size: 13px;
    text-align: center;
    margin-left: 20px;
}

.next-agenda{
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    background: #0788c6;
    border-radius: 24px;
    box-shadow: 0 0 15px #0788c6;
    /*margin-bottom: 200px;*/
    cursor: pointer;

}
.next-agenda i{
    display: inline-block;
    width: 18px;
    height: 11px;
    background: url(../images/arrow-i.png) no-repeat;
    margin-left: 15px;
}

/*ai颁奖引导*/
.gair-links{width:1194px;margin: 0 auto;padding-bottom: 80px;}
.gair-links .item{width: 576px;height:300px;overflow:hidden;position:relative;display: block;border-radius: 15px;overflow: hidden;margin-bottom: 40px;}
.gair-links .item.item2{width: 1194px;height:300px;overflow:hidden;position:relative;display: block;border-radius: 15px;overflow: hidden;margin-bottom: 40px;}
.gair-links .item.fl{float: left;}
.gair-links .item.fr{float: right;}
.gair-links .item .back{top:0;position:absolute;left: 0;width: 100%;height:300px;background: rgba(70,28,98,0.9);z-index: 2;}
.gair-links .item .back{ opacity: 0;filter:alpha(opacity=0);transform: scale(0.2);-moz-transform: scale(0.2);-webkit-transform: scale(0.2);;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;}
.gair-links .item .back .tit{line-height: 1;padding: 60px 20px 50px;text-align: center;color: #fefefe;font-size: 18px;line-height: 30px;font-weight: bold;}
.gair-links .item .back .cnt{line-height: 35px;font-weight: bold;color: #fff;font-size: 18px;}
.gair-links .item .back .cnt p span{color: #ffcc66;}
.gair-links .item .back .btn .btn-a{display: inline-block;width: 187px;height: 44px;line-height: 44px;border:2px solid #fff;border-radius: 27px;-webkit-border-radius: 27px;color: #fff;font-size: 18px;font-weight: bold;}
.gair-links .item .back .btn{text-align: center;}
.gair-links .item .back .btn .btn-a em{display: inline-block;vertical-align: middle;background: url(../images/ai-arrow.png) no-repeat;width: 21px;height: 17px;margin-left: 8px;background-size: 100% 100%;}
.gair-links .item:hover .back{opacity: 1;filter:alpha(opacity=100);transform: scale(1);-moz-transform: scale(1);-webkit-transform: scale(1);}


/*指引logo*/
.guide-logo{
    padding: 50px 0;
}
.guide-logo .list{
    text-align: center;
    font-size: 0;
    width: 980px;
    margin: 0 auto;
}
.guide-logo .list.list1 .item{
    margin-bottom: 20px;
}
.guide-logo .list.list2 .item{
    margin-top: 10px;
}
.guide-logo .list .item{
    display: inline-block;
    margin: 0 10px;
}
.guide-logo .list .item .i-t{
    font-size: 12px;
    margin-bottom: 5px;
}
.guide-logo .list .item .i-img{
    font-size: 0;
    padding: 3px;
}
.guide-logo .list .item .i-img img{
    width: 100%;
}
.guide-logo .list.list1 .item .i-t{
    color: #ac6cff;
}
.guide-logo .list.list1 .item .i-img{
    border:1px solid #ac6cff;
    width: 112px;
    height: 60px;
}
.guide-logo .list.list2 .item .i-t{
    color: #2eaf7a;
}
.guide-logo .list.list2 .item .i-img{
    border:1px solid #2eaf7a;
    width: 94px;
    height: 50px;
}

/*媒体赞助商*/
.media-logo-list{
    padding-top: 50px;
}
.media-logo-list .media-tit{
    color: #9e9cff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}
.media-list{
    text-align: center;
}
.media-list .item{background:url(../../../resMobile/gair2018yr/images/media/img.png) no-repeat;display: inline-block;margin: 10px 10px;height:60px;width:140px;}
.media-list .item._27{background-position:0 0;}
.media-list .item._26{background-position:0 -61px;}
.media-list .item._28{background-position:0 -122px;}
.media-list .item._30{background-position:0 -183px;}
.media-list .item._29{background-position:0 -244px;}
.media-list .item._22{background-position:0 -305px;}
.media-list .item._21{background-position:0 -366px;}
.media-list .item._23{background-position:0 -427px;}
.media-list .item._25{background-position:0 -488px;}
.media-list .item._24{background-position:0 -549px;}
.media-list .item._37{background-position:0 -610px;}
.media-list .item._36{background-position:0 -671px;}
.media-list .item._38{background-position:0 -732px;}
.media-list .item._40{background-position:0 -793px;}
.media-list .item._39{background-position:0 -854px;}
.media-list .item._32{background-position:0 -915px;}
.media-list .item._31{background-position:0 -976px;}
.media-list .item._33{background-position:0 -1037px;}
.media-list .item._35{background-position:0 -1098px;}
.media-list .item._34{background-position:0 -1159px;}
.media-list .item._7{background-position:0 -1220px;}
.media-list .item._6{background-position:0 -1281px;}
.media-list .item._8{background-position:0 -1342px;}
.media-list .item._10{background-position:0 -1403px;}
.media-list .item._9{background-position:0 -1464px;}
.media-list .item._2{background-position:0 -1525px;}
.media-list .item._1{background-position:0 -1586px;}
.media-list .item._3{background-position:0 -1647px;}
.media-list .item._5{background-position:0 -1708px;}
.media-list .item._4{background-position:0 -1769px;}
.media-list .item._17{background-position:0 -1830px;}
.media-list .item._16{background-position:0 -1891px;}
.media-list .item._18{background-position:0 -1952px;}
.media-list .item._20{background-position:0 -2013px;}
.media-list .item._19{background-position:0 -2074px;}
.media-list .item._12{background-position:0 -2135px;}
.media-list .item._11{background-position:0 -2196px;}
.media-list .item._13{background-position:0 -2257px;}
.media-list .item._15{background-position:0 -2318px;}
.media-list .item._14{background-position:0 -2379px;}


.video-wrap{
    width: 600px;
    height: 400px;
    margin: 0 auto;
}