
/*///////////Enquete///////////*/
#enquete .eqbg{
    position:fixed;
    top:0;left:0;
    z-index:1000;
    width:100%;height:100%;
    background-color: rgba(0,0,0,0.6);
    display:none;
}
#enquete .eqform{
    position:absolute;
    top:50%;left:50%;
    z-index:1001;
    width:850px;
    height:600px;
    margin-left:-425px;
    margin-top:-300px;
    background:#fff;
    box-shadow:0 5px 60px rgba(0,10,20,0.4);
    display:none;
}
#enquete .eqform iframe{
    width:850px;
    height:600px;
    display:none;
}
@media screen and (max-width:950px){
    #enquete .eqform{width:800px;margin-left:-400px;}
    #enquete .eqform iframe{width:800px;}
}
@media screen and (max-width:850px){
    #enquete .eqform{width:700px;margin-left:-350px;}
    #enquete .eqform iframe{width:700px;}
}

#enquete .app_eqform{
    display:block;
    width:100%;
    height:100%;
    z-index:1010;
    background-color:#0073cf;
    overflow:hidden;
    position: fixed;
    top: 0;
    left: 0;
}
#enquete .app_eqform iframe{
    display:block;
    width:100%;
    height:100%;
    z-index:1010;
    overflow:hidden;
    border:none;
    position: fixed;
    top: 200px;
    left: 0;
}

/*///////////view_local///////////*/
.view_local_wrap {
    position: fixed;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
    z-index: 3;
}
.view_local_content {
    background: #fff;
    width: 400px;
    height: 320px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    border: solid 2px #02899c;
}
.view_local_head {
    background: #b4e3ea;
}
.view_local_head .view_local_boby_title {
    float: left;
}
.view_local_head .content_button {
    float: right;
    width: 20px;
    text-align: center;
}
.clearfix:after {
    clear: both;
    content: '';
    display: block;
}
.view_local_boby {
    word-wrap: break-word;
    font-size: 12px;
    margin-top: 10px;
    width:390px;
    height: 270px;
    overflow-y: auto;
}
.view_local_boby table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-collapse: collapse;
}
.view_local_boby th {
    background-color: #9bc4ca;
    border: solid 1px #000000;
}
.view_local_boby td {
    border: solid 1px #000000;
}
.view_local_boby tr:nth-child(odd) {
    background: #f5fdff;
}
.view_local_boby .key {
    width: 100px;
}
.view_local_boby .obj_key {
    color: #a000e0;
}
