/*观众头部样式*/
.ios-iframe-body{
    position:relative;
}
body {
    padding-bottom: 40px;
    /*background-repeat:repeat-y;*/
}
.banner {
    width: 1200px;
    margin: 20px auto;
}

div.header-l {
    padding-top: 0px;
    width:88%;
}

div.header {
    max-width: 100%;
    background: #FFF;
    height: 80px;
    line-height: 80px;
    box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.16);
}

div.w1200 {
    justify-content: space-between;
    height: 100%;
    display: flex;
    align-items: center;
}
.enin a {
    font-size: 16px;
    color: #043984;
    display:flex;
    align-items:center;
}
.enin a img{
    margin-right:3px;
}
.enin a span {
    width:25px;
    text-align:center;
}

.cor {
    font-size: 22px;
    font-weight: bolder;
    color: #333333;
}

.coren {
    font-size: 16px;
    padding-top: 5px;
    color: #666666;
}
/*背景图片用法*/
.bg-imgage {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index:-1;
}
/*结果页头部显示文字*/

/*显示隐藏*/
.dis_show {
    display: none !important;
}
@media only screen and (max-width: 800px) {
    .dis_show {
        display: block !important;
    }
    .pcdis_show{
        display:none!important;
    }
    .banner {
        margin: 0px;
        width: 100%;
    }

    div.header-l {
        padding-left: 10px;
        line-height: 18px;
        
    }

    div.header {
        display: block;
        height: 50px;
        line-height: 50px;
        box-shadow:none;
    }

    div.w1200 {
        padding-right: 15px;
    }

    .cor {
        font-size: 16px;
        color: #333333;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .coren {
        font-size: 14px;
        padding-top: 0px;
        color: #666666;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .enin a {
        font-size: 15px;
    }
    .bg-imgage {
        display: none !important;
    }
}
