#main.main-none {
    width: 100%;
    background-color: #fff;
    box-shadow: 2px 0 20px 0 rgb(0 0 0%);
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

#main.main-none .store-noimg {
    display: flex;
    justify-content: center;
    margin-top: -188px;
    margin-bottom: 20px
}

#main.main-none h3 {
    font-size: 28px;
    margin: 0 auto;
    text-align: center;
    color: #666
}

.dropbtn {
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer
}

.dropdown {
    display: inline-block;
    position: absolute;
    z-index: 100;
    right: 20px;
    top: 5px
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 10000
}

.dropdown-content a {
    color: #000;
    padding: 10px 10px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block
}

.dropdown:hover .dropbtn {
    background-color: #4886e4
}

.dropdown.active {
    position: fixed;
    top: 10px;
    right: 50px
}

.lw-tool-bar {
    margin-top: 20px;
    padding: 0 50px;
    box-sizing: border-box
}

.lw-tool-bar .wrap {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border-top: 1px solid #ebebeb;
    padding: 15px 0 5px
}

.lw-producet-list {
    /* padding: 0 20px; */
    margin-top: 20px
}

.lw-producet-list .order-selected-num-wrap {
    display: inline-block;
    margin-right: 20px
}

.lw-producet-list .order-selected-num-wrap .layui-form-checkbox {
    padding-left: 14px !important;
    margin-top: -6px
}

.lw-producet-list .order-selected-num-wrap span {
    font-size: 12px
}

.lw-producet-list .order-selected-num-wrap:hover {
    color: #000
}

.lw-producet-list .layui-table-tool-temp {
    padding-right: 0;
    display: flex;
    align-items: center
}

.lw-producet-list .layui-table-tool-temp.active {
    background-color: #f6f7fb;
    position: fixed;
    top: 0;
    left: 20px;
    right: 20px;
    box-sizing: border-box;
    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, .1);
    border: 1px solid #ebebeb;
    height: 60px;
    padding: 0 30px
}

.lw-producet-list .layui-btn-container {
    width: 100%
}

.lw-producet-list .prohibit {
    position: relative;
    margin-top: 5px
}

.lw-producet-list .prohibit a {
    padding: 4px 6px;
    background-color: #d0021b;
    color: #fff;
    border-radius: 2px
}

.lw-producet-list .prohibit ul {
    display: none;
    position: absolute;
    left: 35px;
    top: -10px;
    z-index: 1;
    background-color: #fff;
    padding: 5px 20px;
    box-shadow: -2px 0 20px 5px rgba(0, 0, 0, .1);
    border-radius: 4px;
    color: #d0021b
}

.lw-producet-list .prohibit ul:before {
    content: '';
    position: absolute;
    left: -6px;
    top: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 6px solid #fff
}

.lw-producet-list .prohibit a:hover~ul {
    display: block
}

.lw-producet-list .mark-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../../../assets/img/icon/mark_icon.png) center no-repeat;
    background-size: contain
}

.lw-sort-wrap .sort-input {
    width: 95%
}

.lw-producet-list .table-operate-btn a {
    color: #2173dc
}

.lw-producet-sort .layui-form-label,
.lw-producet-sort .layui-form-radio *,
.lw-producet-sort .layui-input,
.lw-producet-sort .layui-select,
.lw-producet-sort .layui-table td,
.lw-producet-sort .layui-table th,
.lw-producet-sort .layui-textarea {
    font-size: 12px;
    
}

.layui-table-tool {
    z-index: 1
}

.lw-producet-list .layui-table-cell {
    height: 100%;
    white-space: normal;
    overflow: visible
}

.layui-table-body {
    overflow: visible
}

.layui-table-box {
    overflow: visible
}

.layui-text-red {
    color: #d0021b !important
}

.layui-table-grid-down {
    display: none
}

.layui-table-tool-temp {
    padding: unset
}

.layui-btn-right {
    float: right;
    display: none
}

.lw-proLabel textarea {
    min-height: unset
}

.lw-table-btn {
    color: #2173dc;
}

.layui-layer-dialog .layui-layer-btn a:nth-of-type(1) {
    float: right
}

.design_img {
    position: relative
}

.big-img {
    display: none;
    position: absolute;
    z-index: 2;
    right: -360px;
    top: 70%;
    transform: translateY(-80%);
    background-color: #fff;
    box-shadow: 2px 2px 20px 10px rgba(0, 0, 0, .1);
    border-radius: 5px;
    width: 350px;
    height: 350px;
    padding: 20px 20px 20px;
    box-sizing: border-box
}

.big-img img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    box-shadow: unset;
    border: 1px solid #f1ebeb
}

.big-img .see-sku {
    position: absolute;
    right: 30px;
    top: 5px;
    color: #2173dc;
    font-size: 12px;
    background-color: #fff;
    padding: 2px 10px
}

.big-img:after {
    content: ' ';
    display: block;
    position: absolute;
    left: -8px;
    bottom: 80px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 8px solid #fff;
    border-bottom: 6px solid transparent
}

#lw-buy_info {
    padding: 20px
}

#lw-buy_info div[name=colour]>span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    margin: 7px 5px 0
}

#lw-buy_info .layui-this {
    border: 2px solid #2173dc !important
}

.layui-layer-btn .layui-layer-btn0 {
    float: right;
    margin-bottom: 10px
}

.layui-layer-btn>a {
    font-size: 12px
}

div[lay-id=producet-list] .layui-table td,
div[lay-id=producet-list] .layui-table th {
    font-size: 12px
}
div[lay-id=producet-list] .layui-table th{
    background: #f3f8fe !important;
    padding: 15px 0 !important;
    color: #606266;
}

.lw-table-btn {
    cursor: pointer
}

div[name=lw-price] {
    margin-top: 10px
}

div[name=lw-price]>span:nth-child(2) {
    display: block;
    font-size: 28px;
    font-weight: bolder;
    color: #d0021b;
    margin-top: 10px
}

div[name=lw-price]>span>i {
    font-size: 14px;
    color: unset;
    font-style: inherit
}

.lw-conter {
    display: flex;
    align-content: center
}

.lw-conter input {
    width: 104px;
    border-radius: unset;
    text-align: center
}

.btn-reduce-num {
    border-radius: 3px 0 0 3px;
    margin-right: -1px
}

.btn-add-num {
    border-radius: 0 3px 3px 0;
    margin-left: -1px
}

.btn-add-num,
.btn-reduce-num {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #cccc;
    color: #666
}

.btn-add-num:hover,
.btn-reduce-num:hover {
    border-color: #2173dc;
    color: #2173dc;
    position: relative
}

td[data-field=is_export] .layui-table-cell {
    overflow: visible
}

.is-design-wrap {
    display: flex;
    justify-content: center;
    position: relative
}

.is-design-wrap a:hover {
    color: #2173dc
}

.is-design-wrap .blank-product-popup {
    position: absolute;
    top: 30px;
    margin-left: 20px;
    display: none;
    z-index: 1
}

.is-design-wrap .content {
    max-height: 130px;
    overflow-y: auto;
    background-color: #fff;
    box-shadow: 2px 0 20px 0 rgba(0, 0, 0, .1), 0 1px 10px 0 rgba(0, 0, 0, .15);
    padding: 10px 20px;
    white-space: nowrap;
    border-radius: 2px;
    box-sizing: border-box
}

.is-design-wrap .content span {
    display: block;
    text-align: left
}

.is-design-wrap .triangle {
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #fff
}

.lw-product-popup {
    display: none
}

.lw-product-popup .product-sku-popup {
    display: none
}

.lw-product-popup .product-sku-popup .popup-section {
    width: 800px;
    min-height: 600px
}

.lw-product-popup .product-sku-popup .sku-tip {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border-radius: 4px;
    border: 1px solid orange;
    background-color: rgba(255, 165, 0, .1);
    margin-top: 10px
}

.lw-product-popup .product-sku-popup .sku-tip i {
    font-size: 20px;
    color: orange;
    display: block
}

.lw-product-popup .product-sku-popup .sku-tip p {
    color: #2173dc;
    margin-left: 10px;
    font-size: 12px
}

.lw-product-popup .product-sku-popup .sku-wrap {
    display: flex;
    align-items: center;
    margin-top: 20px
}

.lw-product-popup .product-sku-popup .sku-wrap input {
    height: 26px;
    padding: 0 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: none
}

.lw-product-popup .product-sku-popup .sku-wrap a {
    margin-left: 10px;
    font-size: 12px;
    color: #2173dc
}

.lw-product-popup .product-sku-popup .sku-wrap a:hover {
    opacity: .8
}

.lw-product-popup .product-sku-popup .sku-wrap .sku-cancel,
.lw-product-popup .product-sku-popup .sku-wrap .sku-save {
    display: none
}

.lw-product-popup .product-sku-popup .sku-table {
    margin-top: 20px
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-head {
    display: flex;
    align-items: center;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    font-size: 12px;
    box-sizing: border-box
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-head span {
    display: block;
    text-align: center;
    padding: 10px 0
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody {
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    margin-top: -1px;
    max-height: 460px;
    overflow-y: auto
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr {
    display: flex;
    border-bottom: 1px solid #e6e6e6
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr .sku-td {
    border-right: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr .sku-td img {
    width: 100px;
    height: 100px;
    border: 1px solid #e6e6e6;
    margin: 10px 0
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr .sku-td:nth-last-of-type(1) {
    border-right: none
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr ul {
    width: 100%
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr ul li {
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}

.lw-product-popup .product-sku-popup .sku-table .sku-table-tbody .sku-tr ul li:nth-last-of-type(1) {
    border-bottom: none
}

.lw-product-popup .product-sku-popup .sku-table .flex-1 {
    flex: 1
}

.lw-product-popup .product-sku-popup .sku-table .flex-2 {
    flex: 2
}

.lw-product-popup .product-sku-popup .sku-table .flex-3 {
    flex: 3
}

.lw-product-popup .product-sku-popup .sku-table .flex-4 {
    flex: 4
}

.lw-producet-list .table {
     border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0,0,0,.02);
    overflow: visible;
}

.layui-table-view {
    margin: 0;
    border: none;
}
