.page {
    width:100%;height:100%;
    position: relative;
    /* overflow: hidden; */
}
*{
    -webkit-overflow-scrolling: touch;
}

p{
    margin:0;padding:0;
}
.jt2{position: absolute;
    width: 100%;
    animation:fade2 3000ms infinite;
    -webkit-animation:fade2 2000ms infinite;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    z-index: 999;
    bottom: 0;
    height: 0.5rem;
}
.jt2 span{
    display: inline-block;
    width:0.6rem;
    height:0.36rem;
    background:url('/home/mobile/summit/static/images/invitation/arrow.png') no-repeat;
    background-size: cover;
    margin:0 auto;
}
@keyframes fade2 {
    from { opacity: 0;bottom: 0px; }
    50% { opacity: 1.0; bottom: 10px;}
    to { opacity: 0; bottom: 20px;}
}
    
@-webkit-keyframes fade2 {
    from { opacity: 0;bottom: 0px; }
    50% { opacity: 1.0; bottom: 10px;}
    to { opacity: 0; bottom: 20px;}
}
#audio-btn {
    width:0.72rem;
    height:0.72rem;
    background:url('/home/mobile/summit/static/images/2/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
#music .on { 
background: url('/home/mobile/summit/static/images/2/music.png') no-repeat 0 0; 
-webkit-animation: music 2.2s linear infinite; 
/* animation: music 2.2s linear infinite; */
background-size: cover;
animation:music 3s linear infinite;
}
#music .off {
background: url('/home/mobile/summit/static/images/2/music.png') no-repeat 0 0;
background-size: cover;
}
/* .musicBtn{
    width:0.72rem;
    height:0.72rem;
    background:url('../images/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
.musicBtn.active{
    animation:music 3s linear infinite;
} */

@keyframes music
{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}

}

.musicBtn{
    width:0.72rem;
    height:0.72rem;
    background:url('/home/mobile/summit/static/images/invitation/music.png') no-repeat;
    background-size:cover;
    position: fixed;
    top:0.3rem;
    right: 0.3rem;
    z-index: 2;
    animation:music;
}
.musicBtn.active{
    animation:music 3s linear infinite;
}

@keyframes music
{
    from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}

}
.copyright{
    width:100%;
    text-align: center;
    font-size:0.24rem;
    color:#333;
    opacity: 0.8;
    padding:0.2rem 0 0.05rem;

}
.page{font-weight: normal;}
.page .bg{
    width:100%;height:100%;
    position: absolute;
    top:0;left:0;
}
.con_box{
    position: relative;
}
.page .close{
    width:0.41rem;
    height:0.43rem;
    background:url('/home/mobile/summit/static/images/invitation/close.png') no-repeat;
    background-size: cover;
    position: absolute;
    left:0.15rem;bottom:0.2rem;
}
/* 第一页内容 */
.index_tb{position: absolute;width: 100%;top: 0;left: 0;z-index: 2;}
.index_bb{position: absolute;width: 100%;bottom: 0;left: 0;z-index: 2;}
.index_bb img{display: block;}
.index_logo{margin-left: 0.6rem;margin-top: 0.9rem;}
.index_name{width: calc(100% - 1.2rem); margin-left: 0.6rem;margin-top: 0.5rem;font-size: 0.6rem;color: #17409c;text-align: left;font-weight: bold;line-height: 1rem;height: 2rem;overflow: hidden;}
.index_yq{margin-top: 0.5rem;margin-left: 0.6rem;float: left;margin-bottom: 0.3rem;}
.index_zw{font-size: 0.4rem;color: #00317f;text-align: right;float: right;margin-right: 0.6rem;margin-top: 0.5rem;margin-bottom: 0.3rem;}  
.index_zw span{font-size: 0.72rem;color: #b70000;font-weight: bold;}
.index_zwt{width:6.98rem;height:3.96rem;clear: both;margin:0 auto;display: flex;align-items: center;}
.index_zwt img{
    width: 100%;
}
.year{position: absolute;bottom: 1.7rem;left: 1.5rem;z-index: 5;width: 3rem;font-size:1rem;font-family: "微软雅黑";
    background-image:linear-gradient(bottom,#bb0601,#fff,#bb0601);
    background-image:-webkit-linear-gradient(bottom,#bb0601,#fff,#bb0601);
    background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight: bold; -webkit-text-stroke: 1px rgba(255,255,255,0.5);
 }
.index_btm{color: #fff;position: absolute;
    width: calc(100% - 1.2rem);
    left: 0;
    padding:0 0.2rem;
    bottom: 0.7rem;z-index: 5;text-align: left; text-shadow: 0 0 10px rgba(192,13,6,1);}
.index_btm .zh{font-size: 0.36rem;line-height: 0.6rem;height: 0.6rem;overflow: hidden;text-align: center;}
.index_btm .ta{line-height: 0.4rem;width:100%;display:flex;align-items: center;justify-content: center;}
.index_btm .ta .date_time{margin-right:0.15rem;}
.index_btm .ta span{font-size: 0.22rem;display:flex;align-items: center;}
.index_btm span i{display: inline-block;margin-right: 3px;vertical-align: middle;}
.index_btm .t{width: 0.3rem;height: 0.3rem;background: url(/home/mobile/summit/static/images/4/icon_06.png) no-repeat;background-size: 100% 100%;}
.index_btm .a{width: 0.29rem;height: 0.33rem;background: url(/home/mobile/summit/static/images/4/icon_03.png) no-repeat;background-size: 100% 100%;}
.page1_box1{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;left:0;
    display: flex;
    flex-direction: column;
}
/* 第二页内容 */
.content2{
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.content2 .top{
    font-weight: bold;
}
.content2 .c2_text1{
     font-size: 0.65rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #dfdfdf, #fff);
    -webkit-background-clip: text;
    color: transparent;
}
.content2 .c2_text2{
    font-size: 0.52rem;
    margin-top: -0.4rem;
    color: #c30622;
    line-height: 0.6rem;
}
.content2 .c2_text2 span{color: #00317f;}
.content2 .list .name{
    color:#333;
    font-size:0.24rem;
    text-align: center;
}
.content2 .list .name span{font-size: 0.28rem;}
.content2 .list img{
    width:5.3rem;
    height: 5.3rem;
    margin:0 auto;
}
.content2 .list .name{
    /* text-align: left; */
    margin-top:0.26rem;
    font-weight: bold;
}
.content2 .list .detail{
    text-align: left;
}
.content2 .list .title{
    margin-top:0.26rem;
}
.content2 .list .text{
    margin-top:0.26rem;
    overflow: hidden;
    /* display: -webkit-box;
    -webkit-line-clamp:5;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical; */
    line-height: 0.4rem;
    max-height:2rem;
    margin-bottom:0.2rem;
}

/* 第三页内容 */
.content3{
    width: 100%;
    height: 100%;
    text-align: center;
}
.content3 p{
    text-align: left;
    line-height: 0.4rem!important;
    color: #666;
}
.content3 .top{
    font-weight: bold;
}
.content3 .c2_text1{
     font-size: 0.65rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #dfdfdf, #fff);
    -webkit-background-clip: text;
    color: transparent;
}
.content3 .c2_text2{
    font-size: 0.52rem;
    margin-top: -0.4rem;
    color: #c30622;
    line-height: 0.6rem;
}
.content3 .c2_text2 span{color: #00317f;}
.content3 .par_box{
    font-size:0.24rem;
    color:#fff;
    width:calc(100% - 0.8rem);
    margin:0.3rem auto 0;
    
}
.content3 .par_box .par{
    text-indent:2em;
    margin-bottom:0.4rem;
    line-height: 0.36rem;
    text-align: left;
}
.content3 .c3_text_box{
    display: flex;
    margin:0.2rem auto;
    justify-content: center;
    font-size:0.24rem;
    color: #666;
    text-align: left;
    padding: 0 0.4rem;
}
.content3 .c3_text_box span{
	font-size: 0.28rem;
	color: #013683;
	display: block;
	font-weight: bold;
}
.content3 .c3_text_box .c3_text1{
    flex: 1;
}
.content3 .c3_text_box .c3_text2{
    flex: 1;
}

/* 第四页内容 */
.content6{position: relative;z-index: 2;}
.apply_box{width: auto;}
.apply_box .apply_bg{background: url(/home/mobile/summit/static/images/4/yqm_03.png) no-repeat;background-size: 100% 100%;width: 6.64rem;height: 7.3rem;}
.apply_box .a_text1{padding-top: 0.4rem;}
.apply_box .apply_btn{margin: 1rem auto 0;}

/* 第五页内容 */
.content5{
	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.c5_top .title{
	font-size: 0.3rem;
	color: #00317f;
	text-align: center;
	margin-top: 0.3rem;
    font-weight: bold;
}
.c5_address{
	margin-top: 0.25rem;
}
.c5_address .text1{
	font-size: 0.3rem;
    text-transform: uppercase;
    background: linear-gradient(to bottom, #dfdfdf, #fff);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}
.c5_address .text2{
	font-size: 0.36rem;
    margin-top: -0.25rem;
    color: #00317f;
    line-height: 0.5rem;
    font-weight: bold;
}
.c5_address p{
	text-align: center;
	font-size: 0.24rem;
	color: #666;
}
.c5_address img{
	display: block;
	width: 2.3rem;
	margin: 0.1rem auto;
}
.c5_logo{
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 100%;
	background-size: contain;
	margin: 0.2rem auto;
}
.c5_img{
	font-size: 0.45rem;
	color: #00317F;
	text-align: center;
}
.c5_text6{
	font-size: 0.3rem;
	color: #00317f;
	margin-bottom: 0.5rem;
}
.c5_text6 span{font-size: 0.45rem;}
.backBtn{
    position: fixed; z-index: 1000; top: 0.2rem; left: 0.2rem; border-radius: 50%; z-index: 999;font-size:0.3rem;color:#fff;text-align:center;display: flex;align-items: center;line-height:0.48rem;

}
.backBtn .icon{
    width:0.26rem;
    height:0.48rem;
    display: block;
    background:url('/home/mobile/summit/static/images/invitation/back.png') no-repeat;background-size:contain;margin-right:0.08rem;
}
.ex_pic{
    width: 100%;
    text-align:center;
}
.ex_pic img{
    width:6rem;
    height:3rem;
    object-fit: cover;
    border-radius:3px;
}
.czitem{text-align: left;padding: 10px;color: #00317f;}
.czitem img{display: block;border-radius: 5px;}
.czitem h2{font-size: 0.32rem;margin: 0;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 2;}
.czitem h2 a{color: #c30622;text-decoration: none;}
.flexbox{display: flex;align-items: center;justify-content: space-between;font-size: 0.28rem;}
.czs{font-size: 0.28rem;font-weight: bold;margin-top: 5px;}
