body{
height: 100%;
}
html {
font-size: 100px;
background-color: #F2F2F2;
}
nav {
font-size: 0rem;
height: 0.44rem;
width: 100%;
background-color: #5d7dff;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
}
nav i {
display: inline-block;
width: 0.16rem;
height: 0.16rem;
line-height: 0.44rem;
background-image: url(../img/back.png);
background-repeat: no-repeat;
background-size: 100% auto;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
margin-left: 0.1rem;
}
nav p {
display: inline-block;
text-align: center;
line-height: 0.44rem;
color: #fff;
font-size: 0.17rem;
position: absolute;
left: 0;
right: 0;
margin: auto;
width: 55%;
}
nav span{
font-size: 0.13rem;
padding-right: 0.13rem;
float: right;
line-height: 0.44rem;
color: #fff;
}
.bg_no_open{
display: block;
width: 1.37rem;
height: 0.77rem;
margin: auto;
margin-top: 1.43rem;
}
.no_open_title{
color: #696969;
font-size: 0.17rem;
margin-top: 0.49rem;
margin-bottom: 0.15rem;
text-align: center;
}
.no_open_con{
color:#AEADAD;
font-size: 0.14rem;
margin-bottom: 0.15rem;
text-align: center;
}
.button{
width: 1.2rem;
height: 0.29rem;
/*border: 0.01rem solid #CACACA;*/
border-radius: 0.3rem;
color: #ffffff;
font-size: 0.16rem;
line-height: 0.29rem;
text-align: center;
margin: auto;
background: #5D7DFF;
}
.button_kown{
width: 1.2rem;
height: 0.29rem;
border: 0.01rem solid #CACACA;
border-radius: 0.3rem;
color: #696969;
font-size: 0.16rem;
line-height: 0.29rem;
text-align: center;
margin: auto;
}
.alert-info {
position: absolute;
top: 1.74rem;
right: 0;
left: 0;
bottom: 0;
text-align: center;
}
.alert-info p {
display: inline-block;
height: 0.38rem;
color: #fff;
font-size: 0.14rem;
line-height: 0.38rem;
padding: 0 0.10rem;
background-color: rgba(0, 0, 0, 0.7);
border-radius: 5px;
}