@import 'common.scss';
.content {
    width: 1210px;
    margin-top: 20px;   
    background-color: #fff;
    box-sizing: border-box;
    
    .pro-list {
        padding: 20px;
        padding-bottom: 60px;
        .pro-header {
            height: 50px;
            .pro-title {
                width:80px;
                height:26px;
                font-size:20px;
                font-family:MicrosoftYaHei;
                color:rgba(51,51,51,1);
                line-height:26px;
                display: inline-block;
            }
        }
    }
}

.btn-group {
    float: right;
    position: relative;
    box-shadow: none;
    line-height: inherit;
}
.chooseAll {
    width:100%;
    height:86px;
    background:rgba(255,255,255,1);
    box-shadow:0px -4px 6px 0px rgba(0,0,0,0.07);
    opacity:0.9;
    line-height: 86px;
    .left {
        float: left;
        .em {
            color: #0066CC;
            padding-left: 40px;
        }
    }
    .right {
        float: right;
        label {
            color: #333;
            font-size: 14px;
            .num {
                font-weight: bold;
            }
        }

    }
}
// .wrapper {
//     height: 100%;
//     margin: 0 auto;
// }