﻿.marker {
    position: absolute;
    top: 0.5rem;
    left: 60%;
    z-index: 2;
    padding-left: .3rem;
    padding-right: .3rem;
    border: 1px solid red;
    text-align: center;
    vertical-align: middle;
    max-width: 50%;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.8rem;
    overflow: hidden;
    border-radius: 1.2rem;
    white-space: nowrap;
    color: yellow;
    background-color: rgba(255, 0, 0, 0.6);
}

/*ItemList*/
.ItemList {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

    .ItemList ul {
        margin: 0 auto;
        padding: 0;
    }

        .ItemList ul li {
            width: 210px;
            float: left;
            margin: 15px;
           
            padding: 0;
            padding-top: 5px;
        }

    .ItemList dl {
        -moz-box-shadow: 1px 5px 20px #eee;
        -webkit-box-shadow: 1px 5px 20px #eee;
        box-shadow: 1px 5px 20px #eee;
        transition: all 0.5s;
        border-radius: 15px;
    }

        .ItemList dl:nth-child(4n) {
            margin-right: 0;
        }

        .ItemList dl dt {
            width: 210px;
           
        }

            .ItemList dl dt img {
                width: 210px;
                height: 210px;
                border-top-left-radius: 15px;
                border-top-right-radius:15px;
            }

        .ItemList dl dd {
            text-align: center;
            line-height: 25px;
            overflow: hidden;
            margin: 0 auto;
        }

    .ItemList li:hover dl dd a {
        color: #fff;
        text-decoration: none;
        border-radius: 15px;
    }

    .ItemList li:hover dl {
        background: #f3522a;
        -moz-box-shadow: 1px 5px 20px #eee;
        -webkit-box-shadow: 1px 5px 20px #eee;
        box-shadow: 1px 5px 20px #eee;
        margin-top: -5px;
        border-radius: 15px;
    }

    .ItemList dl:nth-child(5) {
        clear: both;
    }

/*MyItemList*/
.MyItemList {
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

    .MyItemList ul {
        margin: 0 auto;
        padding: 0;
    }

        .MyItemList ul li {
            width: 30%;
            float: left;
            margin:1.6%;
            height: 49%;
            padding: 0;
            padding-top: 5px;

        }

    .MyItemList dl {
        -moz-box-shadow: 1px 5px 20px #eee;
        -webkit-box-shadow: 1px 5px 20px #eee;
        box-shadow: 1px 5px 20px #eee;
        transition: all 0.5s;
        border-radius: 15px;
    }

        .MyItemList dl:nth-child(4n) {
            margin-right: 0;
        }

        .MyItemList dl dt {
            width: 100%;           
        }

            .MyItemList dl dt img {
              
            }

        .MyItemList dl dd {
            text-align: left;
            line-height: 2rem;
            overflow: hidden;
            margin: 0 auto;
        }

            .MyItemList dl dd b {
                color: red;
            }

    .MyItemList li:hover dl dd a {
        color: #fff;
        text-decoration: none;
        border-radius: 15px;
    }

        .MyItemList li:hover dl dd b {
            color: #fff;
            text-decoration: none;
            border-radius: 15px;
        }

    .MyItemList li:hover dl {
        background: #f3522a;
        -moz-box-shadow: 1px 5px 20px #eee;
        -webkit-box-shadow: 1px 5px 20px #eee;
        box-shadow: 1px 5px 20px #eee;
        margin-top: -5px;
        border-radius: 15px;
    }

    .MyItemList dl:nth-child(5) {
        clear: both;
    }

#NavMenu {
    /*width: 100%;*/

    margin: 0 auto;
    margin-bottom: 0px;
    border: 1px solid #cccccc;
    bottom: 0px;
    position: fixed;
    z-index: 10000;
    padding-bottom: 0px;
    background-color: rgba(235,235,235,0.95);
    display: inline-block;
    height: 2rem;
}

    #NavMenu ul {
        margin: 0 auto;
        padding: 0;
        display: flex;
    }

        #NavMenu ul li {
            margin: 0 auto;
            padding: 0;
            display: inline;
            height: 2rem;
            line-height: 2rem;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
            flex: 1;
        }

            #NavMenu ul li a {
                color: black;
                height: 2rem;
                line-height: 2rem;
                white-space: nowrap;
                overflow: hidden;
                padding-left: 5px;
                padding-right: 5px;
                display: block;
                text-decoration: none;
                font-size: medium;
            }

                #NavMenu ul li a:hover {
                    background-color: #808080;
                    text-decoration: none;
                    font-weight: bold;
                    white-space: nowrap;
                    overflow: hidden;
                    padding-left: 20px;
                    padding-right: 20px;
                    display: block;
                    color: white;
                }

#MyInfo {
    margin: 10px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}

    #MyInfo li {
        float: left;
        padding: 0;
        width: 33.3333%;
        text-align: center;
        vertical-align: middle;
        height: 3rem;
        line-height: 3rem;
    }

        #MyInfo li a {
            color: #333333;
            text-decoration: none;
            font-weight: bold;
            font-size: large;
        }

#GoodsBill p {
    height: 2.5rem;
    line-height: 2.5rem;    
    vertical-align: central;
    font-size: medium;
}

#GoodsBill input {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: medium;
    vertical-align: middle;
}
#GoodsBill div {
    font-size: medium;
    line-height: 1.5rem;
}

#WorkStudioTable td {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    height: 4rem;
    font-size: large;
    font-weight: bold;
}
#WorkStudioTable .blanking td{height:0.5rem;font-size:0.1rem;}

#WorkStudioTable td img {
    width: 2rem;
}