﻿.show
{
    position: relative;
    width: 100%;
}

.show-img
{
    display: inline-block;
    position: relative;
    width: 100%;
    padding-top: 75%;
    background-color: White;
    border-bottom: 1px solid #d0d0d0;
}

.show-img img
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

.show-bg
{
    background: #f8f8f8;
}

.show ul
{
    padding: 0;
    border-top: 1px solid #d0d0d0;
    background-color: White;
    margin-top: 10px;
    padding-top: 15px;
}

.show ul li
{
    list-style: none;
    color: #0094ff;
    width: 90%;
    height: 34px;
    line-height: 34px;
    padding-left: 4%;
    white-space: nowrap;
}

.show ul li span
{
    color: black;
}

.show ul li font
{
    display: inline-block;
    width: 27%;
}

.show ul li a
{
    color: Red;
    text-decoration: none;
}

.show-btn
{
    position: fixed;
    padding-left: 0 !important;
    width: 40px !important;
    right: 8px;
    top: 45%;
    z-index: 3;
}

.show-btn a
{
    display: inline-block;
    width: 40px;
    height: 40px;
    float: left;
    margin-bottom: 8px;
}

.show-btn a img
{
    width: 100%;
}

.show-name
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
