@import 'common.scss';
.content {
    width: 1210px;
    margin-top: 20px;   
    background-color: #fff;
    box-sizing: border-box;
    .row {
        padding-left: 100px;
        height: 65px;
        line-height: 65px;
        color: #666;
        &.row1 {
            border-bottom: 1px solid rgba(246,246,246,1);
        }
        label {
            float: left;
        }
        .form {
            display: inline-block;
            .inp-box {
                border: 1px solid rgba(211,211,211,1);
                border-radius:2px;
                width:359px;
                height: 35px;
                line-height: 35px;
                margin: 5px 10px;
                padding: 0 10px;
                box-sizing: border-box;
                .num-person {
                }
                .num-score {
                    color:rgba(155,155,155,1);
                }
                a {
                    float: right;
                    display: inline-block;
                    width: 50px;
                    // padding-left: 10px;
                    text-align: center;
                }
                .blue {
                    color: #0066CC;
                }
                hr {
                    float: right;
                    height: 10px;
                    width: 2px;
                    display: inline;
                    background-color: rgba(218,218,218,1);
                    border: none;
                    margin: 11px auto;
                }
            }
        }

    }
    
}
@font-face {
    font-family: 'icomoon';
    src:  url('./fonts/icomoon.eot?lpdcq4');
    src:  url('./fonts/icomoon.eot?lpdcq4#iefix') format('embedded-opentype'),
      url('./fonts/icomoon.ttf?lpdcq4') format('truetype'),
      url('./fonts/icomoon.woff?lpdcq4') format('woff'),
      url('./fonts/icomoon.svg?lpdcq4#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-bin:before {
    content: "\e9ac";
  }
  .icon-plus:before {
    content: "\ea0a";
  }
  
.btn-group {
    // float: right;
    position: relative;
    box-shadow: none;
    line-height: inherit;
    height: inherit;
    display: inline-block;
    .btn {
        display: inline-block;
        width:inherit;
        font-size: 14px;
        padding: 0 10px;
        height:36px;
        color: #333;
        background:rgba(248,248,248,1);
        border-radius:2px;
        border:1px solid rgba(158,158,158,1);
    }
    .surecls {
        background:rgba(237,50,42,1);
        color: #fff;
        border: none;
    }
}
// .wrapper {
//     height: 100%;
//     margin: 0 auto;
// }