html, body
{
    height: 100%;
}
a
{
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}
* html #page
{
    height: 100%;
}

html, body
{
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

body
{
    margin: 0;
    padding: 0;
    font-family: Trebuchet, Arial, Helvetica;
    background-color: #FFFFFF;
}
#page
{
    padding-top: 0px;
    padding-bottom: 0px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: -83px; /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 255); /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 255, 0.7);
    border-right: solid 1px #EBE7E7;
    border-left: solid 1px #EBE7E7;
    min-height: 100%;
}

#pluginName
{
    float: right;
    margin-right: 10px;
    margin-top: 40px;
    color: #E44C26;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

#pageContent
{
    position: absolute;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    width: 1000px;
    overflow: hidden;
}
.pageListItem
{
    position: absolute;
    width: 1000px;
}

header
{
    min-width: 1000px;
    left: 0px;
    position: absolute;
    height: 100px;
    width: 100%;
    display: block;
    background-image: url(assets/header.png);
    border-bottom: solid 3px #100000;
    border-top: solid 3px #100000;
    box-shadow: 0px 0px 10px #000;
    z-index: 5;
}

#headerContainer
{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#logo
{
    padding-top: 15px;
    padding-left: 10px;
    float: left;
    width: 380px;
}

#log
{
    background-color: #FFFFFF;
    height: 100px;
    width: 100px;
}

#websiteLink
{
    color: #EF5F22;
}
/**
 * 	plugin css
 */

#pluginDetails
{
    margin-top: 50px;
}
#positionButtonDiv
{
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgb(58, 56, 63); /* RGBa with 0.6 opacity */
    background: rgba(58, 56, 63, 0.8);
    border: solid 1px #100000;
    color: #FFFFFF;
    padding: 8px;
    text-align: left;
    position: absolute; /*right: 35px; 	top: 190px;*/
}

#positionButtonDiv .positionButtonSpan img
{
    float: right;
    border: 0;
}

.positionMapClass area
{
    cursor: pointer;
}

.zoomButton
{
    border: 0;
    cursor: pointer;
}

.zoomableContainer
{
    background-image: url("assets/transparent.png");
}



footer
{
    position: fixed;
    bottom: 0;
    width: 10rem;
    height: 1.4rem;
    background: #fff;
    left: 50%;
    margin-left: -5rem;
    z-index: 9999;
}

footer nav
{
    width: 10rem;
    height: 1.1rem;
    padding-top: 0.1rem;
}

footer nav a
{
    display: block;
    width: 2rem;
    height: 1.1rem;
    float: left;
}

footer nav a img
{
    display: block;
    width: 0.65rem;
    height: 0.665rem;
    margin: 2px auto 1px auto;
}

footer nav a span
{
    display: block;
    width: 2rem;
    text-align: center;
    font-size: 0.35rem;
    color: #8c91cb;
}

footer nav a span.wZY
{
    color: #f79c30; /*首页*/
}

footer nav a span.wjc
{
    color: #9b813e; /*剧场*/
}

footer nav a span.wsm
{
    color: #0fa332; /*扫码*/
}

footer nav a span.wYY
{
    color: #486da3; /*预约*/
}

footer nav a span.wWD
{
    color: #ea515d; /*我的*/
}
