body {
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
    background: #041463;
}
ul,li{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*购票引导*/
.buy-ticket-fixed{
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 66px;
    height: 65px;
    background: url(../images/buy-cir.png) no-repeat;
    background-size: 100% 100%;
    z-index: 100;
}
.to-buy-ticket{
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing:border-box;
    margin-left: 22px;
    margin-top: 15px;
}

/**/

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

.swiper-pagination-bullet-active {
    background: #5e49c1;
    width: 15px;
    height: 15px;
}
.row{
    margin-left: 0;
    margin-right: 0;
}

/**/

.topbar {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    height: 60px;
    padding-top: 18px;
    padding-left: 15px;
    background: -webkit-linear-gradient(left, #150f55, #0b0f40);
    background: -o-linear-gradient(left, #150f55, #0b0f40);
    background: -moz-linear-gradient(left, #150f55, #0b0f40);
    background: linear-gradient(left, #150f55, #0b0f40);
}

.topbar .logo {
    width: 135px;
    height: 27px;
    float: left;
}

.topbar .navs {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.topbar .navs .avatar {
    display: inline-block;
    position: relative;
    width: 11vw;
    height: 100%;
    max-width: 50px;
    vertical-align: middle;
    padding: 6px 5px;
    line-height: 1.4;
}

.topbar .navs .avatar span {
    display: inline-block;
    vertical-align: middle;
}

.topbar .navs .menu {
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: top;
}

.topbar .menu .icon-menu {
    position: relative;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.topbar .menu .icon-menu .icon {
    display: inline-block;
    width: 23px;
    height: 20px;
    background: url("../images/icon_menu_nav.png") no-repeat center;
    background-size: cover;
}

.topbar .menu .dropdown-menu {
    border-radius: 0;
    background: rgba(17,19,20,0.5);
    margin: 0;
    min-width: 140px;

}

.topbar .menu .dropdown-menu>li>a {
    text-align: center;
    font-size: 14px;
    color: #c4fff7;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.topbar .menu .dropdown-menu>li:last-child>a {
    margin: 0;
}

.topbar .menu .dropdown-menu>li>a:hover,
.topbar .menu .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #041446;
}

.topbar .menu.open .icon-menu {
    background: rgba(17,19,20,0.5);
}



.header img {
    width: 100%;
    vertical-align: middle;
}

.line-linear{
    height: 10px;
    background: -webkit-linear-gradient(top, #0d0f64, #041463);
    background: -o-linear-gradient(top, #0d0f64, #041463);
    background: -moz-linear-gradient(top, #0d0f64, #041463);
    background: linear-gradient(top, #0d0f64, #041463);
}

.section .title {
    width: 215px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    background: url("../images/tit-bg.png") no-repeat;
    background-size: 100% 100%;    
}

.section .title h2 {
    line-height: 40px;
    font-size: 17px;
    font-family: Microsoft YaHei;
    color: #00a0e9;
    font-weight: normal;
    margin: 0;
}

.section .main-content {
    margin-top: 20px;
}
#navGuest .subTit{
    font-size: 12px;
    color: #9994ff;
    text-align: center;
    padding: 15px 0 5px 0;
}

.introduce-b1{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px  
}
.introduce-b1 .b1-item{
    padding: 0 15px;
    width: 122px;
    display: inline-block;
}
.introduce-b1 .b1-item img{
    width: 95px;
    height: 95px;
}
.introduce-b1 .b1-item p{
    color: #00a0e9;
    font-size: 13px;
    margin-top: 25px;
}
.introduce-b2{
    padding: 24px 12px;
    background: #152671;
    margin: 0 15px;
    margin-bottom: 45px;
}
.introduce-b2 .text{
    color: #e4f5f3;
    font-size: 12px;
    line-height: 24px;
}



.guest-list{
    margin-top: 30px;
    font-size: 0;
    text-align: center;
}
.guest-list .item{
    display: inline-block;
    position: relative;
    padding-top: 94px;
    text-align: center;
    width: 112px;
    margin: 0 5px;
    margin-bottom: 30px;
    vertical-align: middle;
}
.guest-list .item .i-tag{
    position: absolute;
    top: 90px;
    left: 0;
    width: 18px;
    height: 46px;
    z-index: 3;
}
.guest-list .item .i-tag img{
    width: 100%;
}
.guest-list .item .ava{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 124px;
}
.guest-list .item .ava img{
    width: 100%;
}
.guest-list .item .ava-border{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../images/ava-border.png) no-repeat; 
    background-size: 100% 100%; 
    width: 100%;
    height: 124px;
}
.guest-list .item .item-body{
    border-left:1px solid #005d9d; 
    border-right:1px solid #005d9d;
    height: 120px;
    text-align: center;
    padding-top: 30px;
    background: -webkit-linear-gradient(bottom, #04227d, #061052);
    background: -o-linear-gradient(bottom, #04227d, #061052);
    background: -moz-linear-gradient(bottom, #04227d, #061052);
    background: linear-gradient(bottom, #04227d, #061052);
}
.guest-list .item .item-body .item-name{
    color: #00a0e9;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    height: 15px;
}
.guest-list .item .item-body .item-intro{
    color: #fff;
    font-size: 9px;
    padding: 0 5px;
    word-break: break-all;
    line-height: 1.2;
    height: 82px;
    overflow: hidden;
}
.guest-list .item .body-bottom{
    position: absolute;
    bottom: -35px;
    left: 0;
    background: url(../images/bottom-border.png) no-repeat;
    background-size: 100% 100%;    
    width: 100%;
    height: 35px;
    z-index: 3
}

.agenda-sec{
    margin-top: 30px;
}

.ticket-list{
    margin-top: 30px;
}
.ticket-list .ticket{
    display: block;
    background: url(../images/tbg1.png) no-repeat;
    background-size: 100% 100%;
    width: 220px;
    height: 86px;
    padding-top: 15px;
    padding-left: 20px;
    box-sizing:border-box;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}

.ticket-list .ticket.ticket-vip{
     background: url(../images/tbg2.png) no-repeat;
    background-size: 100% 100%;
}
.ticket-list .ticket .t-name{
    color: #fefefe;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
}
.ticket-list .ticket .sp-tag{
    display: inline-block;
    padding: 4px 6px;
    line-height: 1;
    font-size: 11px;
    color: #fefefe;
    background: #e068c1;
    vertical-align: middle;
    border-radius: 8px;
    margin-left: 5px;
}
.ticket-list .ticket .t-price{
    color: #fefefe;
    font-size: 23px;
    line-height: 1;
    padding-top: 5px;
    margin-top: 5px;
    position: relative;
}
.ticket-list .ticket .t-notice{
    color: #fefefe;
    font-size: 12px;
    line-height: 1;
    padding-top: 5px;
    margin-top: 5px;
    position: relative;
}
.ticket-list .ticket .t-price .tnum{
    position: absolute;
    top: 0;
    left: 72px;
    font-size: 11px;
    color: #fff;

}
.ticket-list .ticket .t-price em{
    font-size: 13px;
    font-weight: normal;
}
.ticket-list .ticket .t-price .o-price{
    font-size: 11px;
    color: #b6d3f5;
    text-decoration: line-through;
    position: absolute;
    bottom: 0;
    left: 70px;
}
.ticket-list .ticket .tagDis{
    position: absolute;
    bottom: 30px;
    left: 90px;
    font-size: 10px;
    color: #fff;
}
.ticket-ill{
    color: #99c8ff;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    padding: 0 40px;
}
.ill-l{
    float: left;
}
.ill-r{
    padding-left: 65px;
}
.ticket-ill span{
    display: block;
    float: left;
    margin-bottom: 10px;
}
.ticket-ill span.sp{
    margin-left: 30px;
}
.ticket-ill img{
    vertical-align: middle;
    margin-right: 10px;
    width: 19px;
    height: 19px;
}
.media-a{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 35px;
}
.media-a .guide-a-to{
    color: #00a0e9;
    font-size: 13px;
    border: 1px solid #00a0e9;
    height: 35px;
    line-height: 35px;
    padding: 0 30px;
    border-radius: 17px;
    margin-bottom: 0;
}
.media-a .guide-a-to img{
    vertical-align: middle;
    margin-left: 5px;
}

.contact {
    padding-top: 20px;
    padding-bottom: 30px;
    background: -webkit-linear-gradient(top, #041463, #010333);
    background: -o-linear-gradient(top, #041463, #010333);
    background: -moz-linear-gradient(top, #041463, #010333);
    background: linear-gradient(top, #041463, #010333);
}

.contact .list {
    margin-top: 40px;
}

.contact .list .media {
    width: 80%;
    min-width: 320px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.contact .list .media .media-object {
    width: 25vw;
    max-width: 130px;
}

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

.contact .list p {
    margin: 0;
}

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

.contact .list .info {
    font-size: 14px;
    color: #e5f4ff;
}
.page-bottom{
    text-align: center;
    padding: 40px 0;
}
.page-bottom img{
    width: 120px;
    height: 37px;
}



/**/
.question{
    margin-top: 50px;
}
.question .main-content{
    padding: 0 15px 20px;
    margin-top: 30px;
}
.question .list{
    
}
.question .list .item{
    margin-bottom: 20px;
}
.question .list .item .tit{
    font-size: 16px;
    color: #9e9cff;
    line-height: 1.45;
}
.question .list .item .tit .icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/icon_question.png") no-repeat center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-right: 5px;
}
.question .list .item .ans{
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}
.question .list .item .ans span{
    color: #00a0e9;
}
.question .loadmore{
    margin-top: 20px;
    text-align: center;
}
.question .loadmore img{
    width: 100%;
    max-width: 600px;
    vertical-align: middle;
}
.question .loadmore .less{
    display: none;
}
.question .loadmore.active .more{
    display: none;
}
.question .loadmore.active .less{
    display: block;
}
.question .list .more{
    display: none;
}
.question .list.active .more{
    display: block;
}

.hosts{
    margin-top: 50px;
    margin-bottom: 10px;
    /*padding-bottom: 50px;*/
}
.hosts .title{
    width: 80%;
    max-width: 540px;
    margin: 0 auto 30px;
    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;
    background: #041463;
    font-size: 14px;
    line-height: 1.2;
    color: #00a0e9;
    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%);
    text-align: center;
}
.hosts .main-content{
    padding-top: 10px;
}
.hosts .list{
    font-size: 0;
    text-align: center;
}
.hosts .list .item{
    display: inline-block;
    /*width: 40%;
    max-width: 250px;*/
    margin: 0 0%;
    padding: 0 0.02rem;
    margin-bottom: 10px;
    
}
.hosts .list .item img{
    width: 80%;
    vertical-align: middle;
}


/**/
.modal-tip{
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -100px;
    text-align: center;
    display: none;
}
.modal-tip .mask{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 500;
    background: rgba(0,0,0,.7);
}
.modal-tip .modal-text{
    position: relative;
    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;
}

/*弹窗提示样式*/
.apply-alert{
    display: none;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    width: 190px;
    padding: 15px;
    margin-left: -80px;
    margin-top: -50px;
    background: #fff;
    border:2px solid #FD533B;
    color: #FD533B;
    font-size: 14px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    word-break: break-all;
}
.apply-alert.success{
    border:2px solid #1FCF6D;
    color: #1FCF6D;
}
.apply-alert.warning{
    border:2px solid #FD533B;
    color: #FD533B;
}


/*en*/
.trans-switch {
    float: left;
    background: #010516;
    color: #fff;
    font-size: 14px;
    border: 1px solid #269df7;
    border-radius: 18px;
    font-size: 0;

}
.trans-switch a {
    color: #b9bfd4;
    width: 25px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}
.trans-switch span {
    color: #585A60;
    width: 30px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    
}
.trans-switch .active {
    color: #fff;
    border-radius: 18px;
    background: #0fa0f3;
}
.trans-switch a:hover {
    text-decoration: underline;
}


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

/*参会指引*/
.guide-wrap{
    text-align: center;
}
.guide-tit{
    border:1px solid #ffffff;
    padding: 10px;
    line-height: 1;
    color: #fff;
    font-size: 14px;
    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-exhi img{
    width: 100%;
}
.guide-exhi.open{
    overflow: 750px;
}
.guide-exhi.open img{
    width: auto;
}
.guide-con p.p1{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    font-family: Microsoft JhengHei;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}
.guide-con p.p2{
    color: #ffffff;
    font-size: 12px;
    font-family: Microsoft JhengHei;
    line-height: 1;
}

.guide-a-to{
   display: inline-block;
   text-align: center;
   font-size: 16px;
   color: #978dff;
   margin-bottom: 20px;
}
.guide-a-to img{
   vertical-align: middle;
   margin-left: 5px;
 }

.sp-canal{
    color: #fff;
    font-size: 16px;
    position: absolute;
    right: 0px;
    top: 44px;
}

.previous-ticket{
    padding-top: 30px;
}
/*ai颁奖引导*/
.gair-links{margin: 0 auto;}
.gair-links .item{width: 353px;height:150px;margin: 0 auto;overflow:hidden;position:relative;display: block;}
.gair-links .item .item-img{width: 353px;height:150px;}
.gair-links .links-p{
    font-size: 11px;
    color: #99c8ff;
    line-height: 1.8;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 0;
}
.gair-links .mem-entry{
    display: block;
    font-size: 13px;
    text-align: center;
    width: 135px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: -webkit-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: -o-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: -moz-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: linear-gradient(left, #2f61f3, #119bfb,#666eff); 
    border-radius: 17px;
    margin: 0 auto;

}

.previous-summit{
    padding-top: 35px;
    background: url(../images/bg1.png) no-repeat top;
    background-size: 100%;
}
.previous-summit .list{
    margin-top: 25px;
    width: 320px;
    margin: 0 auto;
}
.previous-summit .list .item{
    width: 141px;
    height: 188px;
    float: left;
    margin-right: 32px;
    margin-bottom: 18px;
}
.previous-summit .list .item img{
    width: 100%;
}
.previous-summit .list .item:nth-child(2n){
    margin-right: 0;
}





.en_area .introduce-b1 .b1-item {
    padding: 0 4px;
    width: 122px;
    display: inline-block;
    vertical-align: middle;
}
.en_area .introduce-b1 .b1-item p{
    font-size: 12px;
}
.en_area .ticket-list .ticket .t-name {
    color: #fefefe;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0px;
}
.en_area .ticket-list .ticket .sp-tag {
    display: inline-block;
    padding: 2px 4px;
    line-height: 1;
    font-size: 11px;
    color: #fefefe;
    background: #e068c1;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 2px;
}
.en_area .ticket-list .ticket .tagDis {
    position: absolute;
    bottom: 32px;
    left: 90px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
}
.en_area .ticket-list .ticket .t-price .o-price {
    font-size: 11px;
    color: #b6d3f5;
    text-decoration: line-through;
    position: absolute;
    bottom: -4px;
    left: 70px;
}
.en_area .ticket-ill span {
    display: block;
     float: none; 
    margin-bottom: 10px;
    text-align: left;
}
.en_area .ticket-ill span.sp{
    margin-left: 0px;
}
.en_area .ticket-ill {
    color: #99c8ff;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    padding: 0 36px;
}
.en_area .to-buy-ticket {
    cursor: pointer;
    width: 45px;
    height: 25px;
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    margin-left: 14px;
    margin-top: 20px;
}
.en_area .gair-links .mem-entry {
    display: block;
    font-size: 12px;
    text-align: center;
    width: 220px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: -webkit-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: -o-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: -moz-linear-gradient(left, #2f61f3, #119bfb,#666eff);
    background: linear-gradient(left, #2f61f3, #119bfb,#666eff);
    border-radius: 17px;
    margin: 0 auto;
}


/*议程*/
.ag-day{
    padding: 0 10px;
}
.ag-day .day-am{
    font-size: 14px;
    color: #00a0e9;
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.ag-day .day-am:before{
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #00a0e9;    
}
.ag-detail{
    background: -webkit-linear-gradient(left top, #2e1682,#181765,#12165b);
    background: -o-linear-gradient(to bottom right, #2e1682,#181765,#12165b);
    background: -moz-linear-gradient(to bottom right, #2e1682,#181765,#12165b);
    background: linear-gradient(to bottom right, #2e1682,#181765,#12165b);
    padding-top: 20px;
    padding-bottom: 1px;
}
.ag-item{
    margin-bottom: 10px;
}
.ag-item:after{
    content: "";
    display: table;
    clear:both;
}
.ag-item .time{
    float: left;
    width: 100px;
    text-align: right;
    color: #6294c7;
    font-size: 12px;
}
.ag-item .con{
    float: left;
    margin-left: 20px;
}
.ag-item .con .con-t{
    color: #ffffff;
    font-size: 12px;
}
.ag-item .con .con-p{
    color: #00a0e9;
    font-size: 12px;
    line-height: 20px;
}
.ag-tit{
    color: #00a0e9;
    font-size: 12px;
    font-weight:bold;
    margin-bottom: 10px;
}
.ag-tit:after{
    display: block;
    content: '';
    clear: both;
}
.ag-tit .tit-l{
    float: left;
    width: 100px;
    text-align: right;
}
.ag-tit .tit-r{
    float: left;
    margin-left: 20px;
}


.day-item{
    box-sizing:border-box;
    margin-top: 10px;
}
.day-item .item-am{
    font-size: 14px;
    color: #00a0e9;
    position: relative;
    padding-left: 30px;
    line-height: 1;
    margin-bottom: 10px;
}
.day-item .item-am:before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    height: 1px;
    width: 26px;
    background: #00a0e9;
}
.day-item .item-con{
    background: -webkit-linear-gradient(left top, #2e1682,#1e1d7b,#081d63);
    background: -o-linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    background: -moz-linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    background: linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    box-sizing:border-box;

}
.day-item .con-1{
    margin-bottom: 10px;

}
.day-item .con-1 span:first-child{
    color: #6294c7;
    font-size: 12px;
}
.day-item .con-1 span:nth-child(2){
    color: #00a0e9;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
.day-item .con-2{
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}
.day-item .item-pm{
    font-size: 14px;
    color: #00a0e9;
    line-height: 1;
    margin-bottom: 10px;
}

.day-item.day-item2{    
    box-sizing:border-box;
    margin-top: 10px;    
}

.day-item2 .item-con{
    background: -webkit-linear-gradient(left top, #2e1682,#1e1d7b,#081d63);
    background: -o-linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    background: -moz-linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    background: linear-gradient(to bottom right, #2e1682,#1e1d7b,#081d63);
    width: 100%;
    height: auto;
}

.item-con .plan-1{
    height: 36px;
    line-height: 36px;
    padding: 0px 10px;
    box-sizing:border-box;
    background: -webkit-linear-gradient(left, #175ab5,transparent);
    background: -o-linear-gradient(to right, #175ab5,transparent);
    background: -moz-linear-gradient(to right, #175ab5,transparent);
    background: linear-gradient(to right, #175ab5,transparent);
}
.item-con .plan-1-1{
    display: inline-block;
    height:  22px;
    line-height: 22px;
    padding: 0 15px;
    color: #fff;
    font-weight: bold; 
    font-size: 12px;
    background: #00a0e9;
    border-radius: 18px;
}
.item-con .plan-1-2{
    margin-left: 10px;
    color: #fff;
    font-weight: bold; 
    font-size: 12px;
}
.item-con .plan-2{
    padding: 5px 15px;
    line-height: 16px;
    font-size: 11px;
    color: #ffffff;
    margin-bottom: 10px;
    background: -webkit-linear-gradient(left, #8f55c2,transparent);
    background: -o-linear-gradient(to right, #8f55c2,transparent);
    background: -moz-linear-gradient(to right, #8f55c2,transparent);
    background: linear-gradient(to right, #8f55c2,transparent);
}
.day-item-pm .plan-3{

}
.plan-3-item{
    margin-bottom: 10px;
}
.plan-3-item .plan-3-left{
    float: left;
    width: 80px;
    text-align: right;
}
.plan-3-item .plan-3-left .time{
    color: #6294c7;
    font-size: 11px;
    margin: 0;
}
.plan-3-item .plan-3-left .theme{
    color: #00a0e9;
    font-size: 11px;
    margin: 0;

}
.plan-3-right{
    padding-left: 90px;
    padding-right: 15px;
}
.plan-3-right .plan-3-tit{
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    min-height: 16px;
    margin-bottom: 5px;
}
.plan-3-right .plan-3-tit.pd{
    padding: 3px 4px;
    background: #125cb7;
    
}
.plan-3-right .plan-3-con{
    font-size: 11px;
    color: #fff;
}
.plan-3-right .plan-3-con li{
    line-height: 16px;
    margin-bottom: 8px;
}

.con-left{    
    width: 100%;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
}
.con-left span{
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 20px;
    background: #0184c8;
    border-radius: 10px;
    margin-bottom: 15px;
}

.guestNyNew{
    margin-top: 20px;
}
.guestNy{
    margin-top: 20px;
}

.swiperGuest {
    padding-bottom: 20px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
}

/*峰会地址*/
.address-part{
    padding-top: 20px;
    background: #010334
}
.as-tit{
    font-size: 18px;
    color: #00a0e9;
    position: relative;
    margin: 0 auto;
    width: 300px;
    line-height: 1;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.as-tit:before{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;
}
.as-tit:after{
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    right: -8px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #00a0e9;

}
.as-sub{
    font-size: 14px;
    text-align: center;
    color: #fff;
}
.as-i{
    /*width: 90%;*/
    margin: 0 auto;

}
.as-i img{
    width: 100%;
}


.g-intro{
    display: none;
    border-radius: 14px;
    padding: 15px;
    color: #dadfff;
    font-size: 12px;
    line-height: 16px;
    position: relative;
    background: -webkit-linear-gradient(left,#042077,#042077); /* Safari 5.1-6.0 */
    background: -o-linear-gradient(left,#042077,#042077); /* Opera 11.1-12.0 */ 
    background: -moz-linear-gradient(left,#042077,#042077); /* Firefox 3.6-15 */
    background: linear-gradient(left,#042077,#042077); /* 标准语法 */
    margin: 0 10px;
    margin-top: 10px;    
}
.g-intro:before{
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    height: 0px;
    width: 0px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #042077;
    border-left: 12px solid transparent;
    display: none;
}
.g-intro.g-intro1:before{
    left: 40px;    
}
.g-intro.g-intro2:before{
    left: 50%;
    margin-left: -6px;    
}
.g-intro.g-intro3:before{
    right: 40px;    
}
.g-intro .intro-item{
    display: none;
    /*max-height: 130px;*/
    /*overflow: hidden;*/
}



@media screen and (max-width:420px) and (min-width: 220px) {
    
}
@media screen and (min-width: 420px) {
   
}
@media screen and (max-width:420px) and (min-width: 350px) {
    
    
}

@media screen and (max-width:1220px) and (min-width: 420px) {
   
}
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */

}