.page {
    width:100%;height:100%;
    position: relative;
    background: url('/home/mobile/summit/static/images/7//bg.jpg') no-repeat center;
    background-size: cover;
}
*{
    -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)}

}
.copyright{
    width:100%;
    text-align: center;
    font-size:0.24rem;
    color:#fff;
    opacity: 0.5;
    padding:0.1rem 0 0.05rem;
}
.page .bg{
    width:100%;height:100%;
    position: absolute;
    top:0;left:0;
}
.con_box{
    position: absolute;
}
.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;
}
body{
    line-height: inherit!important;
}
/* 第一页 */
.inv_page1{
    position:relative;
    color:#fff;
    display: flex;
    align-items: center;
}
.inv_page1 .box{
    padding:0 0.5rem;
    width: 100%;
}
.inv_page1 .bgimg1{
    width:0.46rem;
    height:5.2rem;
    background:url('/home/mobile/summit/static/images/7/inv.png') no-repeat;
    background-size: cover;
    position:absolute;
    top:0.56rem;
    left:0.2rem;
}
.inv_page1 .bgimg2{
    width:1.74rem;
    height:5.69rem;
    background:url('/home/mobile/summit/static/images/7/icon2.png') no-repeat;
    background-size: cover;
    position:absolute;
    top:1.28rem;
    left:0.3rem;
}
.inv_page1 .logo{
    width:2.68rem;
    height:0.91rem;
   /* background:#fff;*/
    margin:0 auto;
    text-align: center;
}
.inv_page1 .logo img{
    height:100%;
}
.inv_page1 .com_name{
    color:#fefefe;
    font-size:0.34rem;
    padding:0.32rem 0 0 0.8rem;
    text-align: right;
}
.inv_page1 .zw_info{
    text-align: right;
}
.inv_page1 .zw_info .text1{
    font-size:0.3rem;
}
.inv_page1 .zw_info .text2{
    font-size:0.6rem;
    font-weight: bold;
}
.inv_page1 .bgimg3{
    padding:0.8rem 0 0;
    text-align: right;
}
.inv_page1 .bgimg3 .icon{
    display:inline-block;
    width:1.71rem;
    height:1.37rem;
    background:url('/home/mobile/summit/static/images/7/icon1.png') no-repeat;
    background-size:cover;
}
.inv_page1 .zh_name{
    font-size:0.44rem;
    padding:0.5rem 0 0 0.5rem;
    text-align: right;
}
.inv_page1 .border{
    text-align: right;
}
.inv_page1 .border .icon{
    display:inline-block;
    width:1.5rem;
    height:1px;
    background:#fff;
}
.inv_page1 .date{
    text-align: right;
    font-size:0.32rem;
    font-weight: 400;
    margin-top:0.2rem;
}
.inv_page1 .adr{
    text-align: right;
    font-size:0.26rem;
    margin-top:0.1rem;
}
.inv_page1 .zwt{
    width:6.53rem;
    height:3.48rem;
    background: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    overflow: hidden; border-image: -webkit-linear-gradient(#9be1d8, #5a7ef9) 20 20;
    border-image: -moz-linear-gradient(#9be1d8, #5a7ef9) 20 20;
    border-image: -o-linear-gradient(#9be1d8, #5a7ef9) 20 20;
    border-image: linear-gradient(#9be1d8, #5a7ef9) 20 20;
    margin-top:0.4rem;
}
.inv_page1 .zwt img{
    width: 100%;
    height: 100%;
}
/* 第二页内容 */
.inv_page2{
    color:#fff;
}
.inv_page2 .inv2_box{
    width: 94%;
    height: 100%;
    margin:0 auto;
    text-align: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    z-index: 3;
    /* margin:0 0.2rem; */
    background:linear-gradient(to bottom, rgba(121,8,24,0.5),rgba(18,13,145,0.5));
}
.inv_page2 .inv2_warp{
    flex:1;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom:0.2rem;
}
.inv_page2 .footer_btn{
    margin-top:0.2rem;
}
.inv_page3 .footer_btn{
    padding-bottom:0.3rem;
}
.page .top{
    text-align: center;
}
.page .top img{
    width:5.2rem;
    height:0.46rem;
    margin-top:0.5rem;
}
.page .title{
    font-size:0.4rem;
    color:#fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:0.3rem;
}
.page .title .t1{
    font-size:0.5rem;
    font-weight: bold;
}
.page .title .t2{
    padding:0 0.1rem;
}
.par_box video,.par_box img{
	max-width: 100% !important;
	height: auto;
}
.inv_page2 .pro_list{
    padding:0 0.5rem;
}
.inv_page2 .list img{
    width: 6.4rem;
}
.inv_page2 .list .name{
    font-size:0.28rem;
}
.inv_page2 .list .span{
    font-size:0.34rem;
}
.inv_page2 .com_name{
    font-size:0.44rem;
    font-weight: bold;
    padding:0.1rem 0 0.1rem;
}
.inv_page3{
    color:#fff;
    height: 100%;
}
.inv_page3 .inv_box{
    padding-bottom:0.1rem;
    position: relative;
}
.con_box{
    margin:0 0.2rem;
    background:linear-gradient(to bottom, rgba(121,8,24,0.5),rgba(18,13,145,0.5));
    padding-bottom:0.2rem;
    width: calc(100% - 0.4rem);
}
.inv_page3 .content_box{
    padding:0.3rem 0.2rem;
}
.inv_page3 .content_box img{
    max-width: 100%;
}
/*  */
.bg_box{
    background:linear-gradient(to bottom, rgba(121,8,24,0.5),rgba(18,13,145,0.5));
    margin:0.2rem;
    padding-bottom:0.2rem;
    border-radius:0.1rem;
}
.inv_page4 .inv4_box{
    display: flex;
    flex-direction: column;
    height: 100%;
    background:linear-gradient(to bottom, rgba(121,8,24,0.5),rgba(18,13,145,0.5));
    margin:0 0.2rem;
}
.apply_box{
    flex:1;
    display: flex;
    align-items: center;
}
.apply_box .apply_bg{
    width:6rem;
    background: url('/home/mobile/summit/static/images/7//bg1.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0.6rem;
    box-sizing: content-box;}
.apply_box .a_text1{
    padding-top: 0.4rem;
    letter-spacing:2px;
}
.apply_box .apply_btn{
    margin: 1rem auto 0;
    background:linear-gradient(to right, #e22a58,#3297ff);
    color: #fff;
    line-height: 0.75rem;
    text-decoration: none;
    font-size: 0.34rem;
    border-radius: 0.37rem;
}
.apply_box .title, .apply_box .title_top,.apply_box .a_text1,.apply_box .a_text2{color: #e22a58;}
.apply_box .a_text3{color: #e22a58;}
.apply_box .a_text4{color: #171717;}
.con_bg{
    display: flex;
    flex-direction: column;
    background:linear-gradient(to bottom, rgba(121,8,24,0.5),rgba(18,13,145,0.5));
    margin:0 0.2rem;
    height: 100%;
}

.inv_page5{
    color:#fff;
    display: flex;
    flex-direction: column;
}
.inv_page5 .inv5_box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex:1;
}
.inv_page5 .logo{
    /* width:2.78rem; */
    height:0.94rem;
    text-align: center;
}
.inv_page5 .logo img{
    height: 100%;
    border-radius:0.05rem;
}
.inv_page5 .com_name{
    font-size:0.44rem;
    font-weight: 500;
    margin-top:0.5rem;
    margin-bottom:0.4rem;
}

.inv_page5 .list{
    margin-bottom: 0.44rem;
}
.inv_page5 .list .icon1{
    display:inline-block;
    width:0.23rem;
    height:0.29rem;
    background:url('/home/mobile/summit/static/images/7/icon8.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .icon2{
    display:inline-block;
    width:0.27rem;
    height:0.27rem;
    background:url('/home/mobile/summit/static/images/7/icon9.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .icon3{
    display:inline-block;
    width:0.24rem;
    height:0.2rem;
    background:url('/home/mobile/summit/static/images/7/icon10.png') no-repeat;
    background-size:100% 100%;
    margin-right:0.15rem;
}
.inv_page5 .list .text1{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size:0.32rem;
}
.inv_page5 .list .text2{
    font-size:0.26rem;
    margin-top:0.1rem;
}
.inv_page5 .bg2{
    width:2.92rem;
    height:0.41rem;
    background:url('/home/mobile/summit/static/images/7/icon4.png') no-repeat;
    background-size:100% 100%;
    margin:1rem auto 0;
}
.inv_page5 .gw_text{
    font-size:0.26rem;
    margin-top:0.3rem;
}
.inv_page5 .gw_text span{
    font-size:0.32rem;
}
.inv_page5 .footer_btn{
    margin-top:0.6rem;
}


.inv_box_add .com_name{
    margin-top:0.2rem;
}
.inv_box_add .zw_info{
    margin-top:0.4rem;
}
.inv_box_add .zh_name{
    margin-top:2rem;
}
.inv_box_add .border{
    margin:0.3rem 0;
}

.inv_box_add .com_name2{
	color: #fefefe;
    font-size: 0.38rem;
    padding: 0.32rem 0 0;
    text-align: center;
    font-weight: bold;
}
.com_hy{
	font-size: 0.28rem;
	color: #fefefe;
	text-align: right;
	padding-top: 0.2rem;
}
.czitem{text-align: left;padding: 10px;}
.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;display: block;max-width: 100%;}
.czitem h2 a{color: #fff;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;}

