.buy-select {
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
    cursor: pointer;
}
.buy-select > p {
    position: relative;
    min-width: 240px;
    line-height: 19px;
    padding: 8px 30px 8px 15px;
    font-size: 14px;
    color: #00aaff;
    border: 1px solid #00aaff;
}
.buy-select > p em {
    position: absolute;
    top: 16px;
    right: 15px;
    border: 5px solid transparent;
    border-top: 5px solid #00aaff;
    border-bottom: none;
}
.select-list {
    display: none;
    position: absolute;
    top: 37px;
    left: 0;
    right: 0;
    z-index: 100;
    min-height: 30px;
    max-height: 180px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-top: none;
    background-color: #fff;
}
.select-list > p {
    height: 36px;
    line-height: 36px;
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    border-top: 1px solid #eee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.select-list > p:hover,
.select-list > p.active {
    background-color: #00aaff;
    color: #fff;
}
.select-list > p:first-child {
    border-top: none;
}
.buy-select:hover p em {
    border-bottom: 5px solid #00aaff;
    border-top: none;
}
.buy-select:hover .select-list {
    display: block;
}
.input-reset{
    height: 35px;
    line-height: 35px;
    width: 574px;
}
.textarea-reset{
    border: 1px solid #e0e0e0;
    width: 574px;
    height: 94px;
    padding: 10px;
}

.show-configuration-box {
    padding: 15px 0px;
    margin-left: 30px;
}
.show-configuration-box hr {
    border: none;
    margin: 5px 30px 15px;
    background-color: #ddd;
    height: 1px;
}

.show-configuration-box .configuration-item {
    float: left;
    width: 33.3%;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.show-configuration-box .configuration-item-max {
    width: 100%;
    float: left;
    line-height: 25px;
    padding: 8px 0;
}

.configuration-item .config-name, .configuration-item-max .config-name {
    float: left;
    width: 110px;
    text-align: right;
    color: #999999;
    font-size: 14px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.configuration-item .config-value, .configuration-item-max .config-value {
    float: left;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #000033;
    width:calc(100% - 110px);
}
/* 数量框 */
.ny-number-container {
    float: left;
    line-height: 1;
    margin: 8px 0 16px 0;
}
.ny-number-box .ny-number-container {
    margin-bottom: 0;
    margin-top: 4px;
}
.number-input-box:hover {
    border: 1px solid #00a9ff;
}
.number-input-box {
    width: 128px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
}
.number-input-box input {
    height: 34px;
    width: 100px;
    text-align: center;
    border: none;
    outline: none;
    line-height: 36px;
}
.ny-number-input {
    padding-left: 10px;
}
.ny-number-unit {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #888;
    font-size: 12px;
    width: 28px;
    height: 100%;
    background: #fff;
    line-height: 34px;
    text-align: center;
}
.ny-number-control {
    display: inline-block;
    position: relative;
    z-index: 10;
    width: 32px;
    height: 36px;
    margin-left: 0px;
}
.ny-number-control span {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 30px;
    height: 18px;
    border: 1px solid #ccc;
    border-left: none;
    background: #f2f4f5 url(img/project_sprite.png) no-repeat;
    cursor: pointer;
}
.ny-number-control span:first-child {
    border-bottom: none;
}
span.number-control-up {
    top: 0;
    background-position: -40px 6px;
}
span.number-control-up:hover {
    background-position: -60px 6px;
}
span.number-control-down:hover {
    background-position: -60px -12px;
}
span.number-control-down {
    bottom: 0;
    background-position: -40px -12px;
}

.config-name-text{
    margin-right: 6px;
}
.show-configuration-box .line{
    border: none;
    margin: 15px 30px 5px;
    background-color: #ddd;
    height: 1px;
}