.qorder-area {
    width: 100%;
    background: #f6f6f6;
    box-sizing: border-box;
    border: 1px solid #f6f6f6;
}

.content-area {
    width: 1200px;
    margin: 0 auto;
}

.input-area {
    margin: 20px auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.orno-area {
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.orno-area textarea {
    width: 800px;
    height: 187px;
    min-height: 187px;
    vertical-align: middle;
    overflow-y: scroll;
    display: block;
    padding: 10px;
    border: 1px #e5e5e5 solid;
    font-size: 14px;
    outline: none;
    resize: none;
    line-height: 1.5;
    font-family: "微软雅黑";
}

.search-area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.desc-area {
    width: 600px;
    overflow: hidden;
    margin-top: 10px;
    display: flex;
    flex-flow: column nowrap;
}

.textarea-desc {
    font-size: 13px;
    color: #888;
}

.lock-desc {
    font-size: 13px;
    color: #e23f24;
    margin-top: 8px;
}

.search-btn {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background-color: #e23f24;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
    cursor: pointer;
}

.upload-area {
    flex: 1;
    display: flex;
    flex-flow: column nowrap;
    align-items: stretch;
    margin-left: 30px;
}

.file-area {
    height: 200px;
    padding: 50px 20px;
    box-sizing: border-box;
    background: #fff;
    border: dotted thin #999;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    cursor: pointer;
}

.file-area img {
    width: 64px;
    height: 64px;
}

.upload-desc {
    font-size: 13px;
    color: #888;
    margin-top: 30px;
}

.upload-desc span {
    color: blue;
}

.template-desc {
    font-size: 13px;
    color: #888;
    margin-top: 10px;
    text-align: center;
}

.template-desc span {
    color: blue;
    cursor: pointer;
}

.head-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    border-bottom: 1px solid #f2f2f2;
}

.head-area label{
    color: #888;
}

.search-options{
    font-size: 14px;
    display: flex;
    align-items: center;
}

.search-option{
    width: 17px;
    height: 17px;
    margin-left: 20px;
}


.quick-list {
    background: #fff;
}

.quick-item {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: stretch;
}

.light-yellow-bg {
    background: #ffffe0;
}

.light-red-bg {
    background: #FFF0F5;
}

.quick-item a {
    text-decoration: none;
}

.quick-item.active {
    background: rgba(226, 63, 36, 0.06);
}

.quick-item-checked {
    width: 17px;
    height: 17px;
    margin: auto 10px auto 0;
}

.quick-item-img {
    float: left;
    width: 92px;
    height: 92px;
    background: #ffffff;
    border: 1px solid #cccccc;
    margin-left: 2px;
    margin-top: 2px;
}

.quick-item-img img {
    width: 100%;
    height: 100%;
}

.quick-item-info {
	line-height: 25px;
    width: 440px;
    overflow: hidden;
    padding-left: 20px;
    border-right: 1px solid #f2f2f2;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.quick-item-name {
	padding-top: 1px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    max-width: 440px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.quick-item-model {
	font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    max-width: 440px;
    cursor: pointer;
}

.quick-item-orno {
	font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #000000;
    max-width: 440px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: text;
}

.quick-item-seller {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999;
    max-width: 440px;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.quick-item-attr {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    max-width: 440px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: context-menu;
}

.quick-item-attr span {
    border: 1px solid rgba(203, 203, 203, 1);
    font-size: 12px;
    color: #333333;
    padding: 0px 5px;
    margin-right: 5px;
}

.not-found-wrap {
    margin: auto 0;
    float: left;
}

.orno-not-exist {
    font-size: 13px;
    color: #e23f24;
}

.orno-correct {
    font-size: 13px;
    color: blue;
}

.quick-item-price {
    width: 230px;
    border-right: 1px solid #f2f2f2;
    float: left;
    padding-left: 20px;
}

.price_left {
    width: 342px;
    background: #f3f3f3;
    border: 1px solid #f2f2f2;
    float: left;
    box-sizing: border-box;
    padding-top: 16px;
    padding-left: 22px;
}

.promotion-price {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 6px;
    vertical-align: top;
}

.promotion-price span {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(231, 85, 55, 1);
    line-height: 24px;
    line-height: 20px;
}

.promotion-price span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.member-price {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-bottom: 5px;
    vertical-align: top;
}

.member-price span {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 20px;
    text-decoration: line-through
}

.member-price span.down {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 20px;
    height: 20px;
    padding-left: 4px;
    padding-right: 8px;
    background: #cccccc;
    display: inline-block;
    vertical-align: top;
    text-decoration: none
}

.factory-price {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}

.factory-price span {
    width: 56px;
    height: 12px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #bdbdbd;
    line-height: 24px;
    text-decoration: line-through
}

.factory-price span.up {
    width: 12px;
    height: 12px;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 300;
    color: #ffffff;
    line-height: 20px;
    width: 25px;
    height: 20px;
    background: #e23f24;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.quick-item-action {
    flex: 1;
    height: 120px;
    float: left;
    margin-left: 20px;
}

.quick-item-action .setcount {
    text-align: center;
    float: right;
}

.quick-item-action .setcount .addcart {
	width: 135px;
	height: 35px;
	margin-left:10px;
    padding: 9px 30px;
    background-color: #e23f24;
    border: 1px solid #e23f24;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    cursor: pointer;
}

.quick-item-action .setcount .addcart:hover {
	background-color: #e85538;
}

.quick-item-action .actions span {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    width: 122px;
    display: inline-block;
}

.quick-item-action .actions span span {
    width: auto;
    cursor: pointer;
}

.quick-item-action .setcount button {
    display: inline-block;
    width: 16px;
    height: 28px;
    background: #f1f1f1;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    text-align: center;
    text-align: center;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

.quick-item-action .setcount button:focus {
    outline: none;
}

.quick-item-action .setcount button:hover {
    background-color: #ffffff;
}

.quick-item-action .setcount input {
    width: 48px;
    height: 28px;
    border: 1px solid rgba(203, 203, 203, 1);
    text-align: center;
    box-sizing: border-box;
}

.quick-item-action .actions {
    text-align: center;
    margin-top: 10px;
    float: left;
}

.quick-item-action .actions button {
    padding: 9px 30px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    cursor: pointer;
}

.quick-item-action .actions button:focus {
    outline: none;
}

.quick-item-action .actions button:hover {
    background-color: #f2f2f2;
}

.quick-item-action .actions button.presale {
    width: 135px;
    background-color: #f2f2f2;
    cursor: pointer;
    float: right;
}

.quick-item-action .actions button.addcart {
    width: 135px;
    margin-right: 8px;
    cursor: pointer;
}

.quick-item-action .actions button.presale:hover {
    background-color: #f2f2f2;
}

.quick-item-extra{
    width: 50px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around;
    align-items: flex-end;
    margin: 15px 0;
}

.quick-item-extra div{
    font-size: 12px;
    padding: 2px 5px;
    color: #fff;
    background: #e23f24;
    cursor: pointer;
}

.quick-item-extra label {
    margin: auto 0 auto 20px;
    font-size: 13px;
    color: #4184e8;
    height: 15px;
    line-height: 15px;
    cursor: pointer;
}

.foot-area {
    margin: 20px 0;
    padding: 10px 20px;
    background: #fff;
    font-size: 13px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}

.foot-left {
    display: flex;
    flex-flow: row nowrap;
}

.checked-action {
    margin: auto 5px;
    cursor: pointer;
}

.foot-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-left: 100px;
}

.foot-right .text {
  font-size: 13px;
}

.foot-right .value {
    font-size: 14px;
    color: #e23f24;
}

.foot-right .amount {
    font-size: 20px;
    color: #e23f24;
    margin-right: 30px;
}

.quick-order-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    color: #e23f24;
    font-weight: 700;
    text-decoration: none;
    border: solid thin #e23f24;
}

.add-cart-btn {
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    background-color: #e23f24;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-left: 20px;
}

.state {
    width: 39px;
    height: 20px;
    background: #cccccc;
    border-radius: 2px;
    text-align: center;
    float: left;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #656565;
    line-height: 20px;
    margin-left: 11px;
    margin-top: 2px;
    cursor: pointer;
}

.pn_right {
	text-align: right;
    padding-top: 90px;
    color: #006699;
    font-size: 12px;
    margin-right: 15px;
}

.quick-brand-name {
	min-width: 39px;
	 border-radius: 2px;
	font-size: 12px;
    color: #e23f24;
    border: 1px solid #e23f24;
    padding: 2px 4px;
    margin-right: 5px;
}

.lxsh_data {
    width: 166px;
    height: 186px;
    border: 1px solid #dae3e7;
    position: absolute;
    display: none;
    z-index: 10000;
    background-color: #fff;
    left: 1185px;
}

.quick_item_img {
	position: absolute;
    padding-top: 4px;
}

.quick_sc_span {
	color : #e85538!important;
}

.self{
	background-color: #e85538;
    border-color: #e85538!important;
    color: #FFFFFF!important;
}

.quick-item-model span {
	max-width: 385px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}