@charset 'utf-8';
.container-fluid {
    margin: 10px 0;
}
.error {
    color: #EE0000;
}
#notice {
    background-color: #000000;
    border-radius: 10px;
    color: #FFFFFF;
    display: none;
    font-size: 2vw;
    height: 100px;
    left: 10%;
    line-height: 100px;
    margin: -50px auto 0;
    opacity: 0.8;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 80%;
    z-index: 1000;
}
.jump-top{
    padding-top: 10%;
}
.jump-title{
    text-align: center;
    color: #FFFFFF;
    line-height: 40px;
    font-size: 14px;
}
.fixed_box{ position:fixed; bottom:10px; width:100%; height:50px; z-index:10}
.button-a{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    font-size: 16px;
    background-color: #3d98ff;
    text-align: center;
    line-height: 50px;
    color: #FFF;
    border：0;
}
.weixin-down{
    padding-bottom: 40px;
}