﻿.shopContainer {
    max-width:1190px;
    margin:10px auto;
    min-height:750px;
    background-color:#f5f4f2;
    overflow: hidden;
    position: relative;
}
.containerHead li{
    float: left;
    width: 200px;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;  
    font-size:22px;
    font-family:MicrosoftYaHei;  
    text-align: center;
    margin-right: 5px;/*为阴影挪位置*/
    cursor:pointer;
}
.containerHead li:last-of-type {
    cursor: auto;
}
     .containerHead .isOn {
        background-color: #fff;
        box-shadow:-5px 0px 1px 0px rgba(0, 0, 0, 0.1);  /*设置阴影效果*/     
    }
            .containerHead .isOn a{
                color: #FF9334 ;
                text-decoration:none;
                display: block;
            }
    .containerHead .isOff {
            background-color: #EFEFEF;       
        }
        .containerHead .isOff a {
            color:#aaa;
            text-decoration:none;
            display: block;
        }
        .isOff:hover{
            
            background-color: #fff;
            box-shadow:5px 0px 1px 0px rgba(0, 0, 0, 0.1);
        }
            .isOff:hover a {
                color: #FF9334;
                text-decoration:none;
            }
    /*on为选中效果，off为未选中*/
.containerHead:after{
            display: block;   /*解决高度塌陷*/
            content: ' '; 
            clear: both;
            line-height: 0; 
            visibility: hidden;

}
.containerHeadFlag {
    max-width:1190px;
    height:40px;
    background-color:#fff;
    border-bottom:2px solid #eee;
}
.shopPage_0{
    
    font: normal 100px "MicrosoftYaHei";
    color: #ccc;
    line-height: 690px;
    box-sizing: border-box;
    padding: 0 10%;
    text-shadow: 2px 2px 5px #aaa;
    
}
.containerBody{
    background-color: #fff;
    max-width: 1190px;
    min-height: 690px;
    height: 100%;
    box-sizing: border-box;
    padding:20px;  
}
.uploads a {
    position: absolute;
    right: 35px;
    color: #999;
    font-size: 20px;
}
.uploads img {
    height: 25px;
    margin-right: 3px;
    margin-bottom: 6px;
}
.containerBody table tr {
    height: 60px;
    color: #666;
}
.containerBody thead tr {
    border-bottom: 2px solid #eee;
}
.containerBody thead th {
    font-weight: normal;
}
.containerBody tbody tr {
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 5px 2px 0px rgba(255,138,33,0.1);
}
.containerBody tbody tr .confirm-btn {
    width: 78px;
    height: 30px;
    border: none;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 10px auto;
    font-size: 12px;
    background: #ffaf67;
}
.containerBody tbody tr .confirm-btn:hover {
    background: #ff9333;
}
/**/
.containerBody thead select {
    color: #676767;
    /*border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
    text-align: center;
    /*height: 60px;*/
    padding: 0;
    text-align-last: center;
    background-color: #fff;
    width: 99%;
}