body,html{
    width: 100%;
    height: 100%;
}
.header{
    height: 0.88rem;
    background-color: #ffffff;
    padding: 0 0.25rem;
    font-size: 0.30rem;
    color: #333333;
    line-height: 0.88rem;
    position: fixed;
    width: 100%;
    top:0;
    left:0;
    z-index: 20;
    border-bottom: 1px solid #dedede;
}


.content{
    width:  7.02rem;
    margin: 0 auto;
    clear: both;
    background: #ffffff;
}


.menu-box{
    width:100%;

    margin-top:0.3rem;
    margin-bottom: 0.3rem;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}


.menu{

    font-size: 0.30rem;
    color:#333333;
    background-color: #ffffff;
    border: solid 1px #dedede;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
.broswer_alert_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}
.broswer_alert_img {
    width: 2rem;
    height: auto;
}
.broswer_alert_title {
    font-size: 0.36rem;
    line-height: 0.6rem;
    color: #000;
    padding-top: 0.6rem;
}


/*.warp{*/
    /*background-color: #ffffff;*/
    /*opacity: 0.9;*/
/*}*/





