body {
    margin: 0 auto;
    min-width: 960px;
    width: 100%;
}

.dav-base-color {
    color: #d73c6b;
}

.dav-base-background-color {
    background-color: #d73c6b;
}

.color_white {
    color: #fff;
}


/*top样式*/

.top {
    position: absolute;
    top: 0;
    z-index: 10;
    min-width: 960px;
    width: 100%;
    height: 55px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    line-height: 55px;
}

.top .logo {
    float: left;
    padding: 8px 0 0 20px;
    width: 62px;
    height: 24px;
}

.top .title {
    float: left;
    padding: 4px 0 0 8px;
    font-size: 16px;
}


/*左边menu样式*/

.menu_container {
    position: absolute;
    z-index: 8;
    overflow: scroll;
    box-sizing: border-box;
    padding-top: 56px;
    min-width: 150px;
    height: 100vh;
    border-right: 1px solid #ddd;
    background-color: #F5F5F5;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.menu_item {
    margin-bottom: 2px;
    background-color: #FFFFFF;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 40px;
    cursor: pointer;
}

.menu_item .menu_text {
    padding: 0 20px;
}

.menu_item .menu_text .icon {
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

.menu_item .menu_text .home_arrow {
    display: inline-block;
    float: right;
    margin-top: 17px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    vertical-align: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu_item .menu_text .dropDown_arrow {
    display: inline-block;
    float: right;
    margin-top: 18px;
    width: 0;
    height: 0;
    border-top: transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #D5D5D5;
    border-left: 6px solid transparent;
    vertical-align: 0;
}

.menu_item.active .menu_text,
.menu_item .menu_text:hover {
    color: #d73c6b;
    cursor: pointer;
}

.menu_item.active .menu_text .home_arrow,
.menu_item .menu_text:hover .home_arrow {
    border-top: 1px solid #D73C6B;
    border-right: 1px solid #D73C6B;
}

.menu_item ul {
    border-top: 1px solid #F5F5F5;
}

.menu_item ul>li {
    color: #666;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.menu_item ul>li a,
.menu_item ul>li span {
    display: block;
    padding-left: 38px;
}

.menu_item ul li ul li {
    padding-left: 11px;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    cursor: pointer;
}

.menu_item ul li:hover {
    background-color: #FBFBFB;
    color: #D73C6B;
    cursor: pointer;
}

.menu_group {
    position: relative;
}

.menu_group ul {
    display: none;
}

.menu_group li {
    cursor: pointer;
}

.menu_group ul li.active {
    background-color: #FBFBFB;
    color: #D73C6B;
}

body.showSecondMenu .menu_group ul {
    display: none;
}

.dropDown_arrow {
    border-top: transparent;
    border-bottom: 6px solid #D5D5D5;
}

.menu_item.active .menu_text .dropDown_arrow {
    border-top: transparent;
    border-bottom: 6px solid #d73c6b;
}

.menu_text:hover .dropDown_arrow {
    border-top: transparent;
    border-bottom: 6px solid #d73c6b;
}

.menu_item.active .menu_text:hover .dropDown_arrow {
    border-top: transparent;
    border-bottom: 6px solid #d73c6b;
}

.menu_item.active .menu_text .dropDown_arrow.dropDown_arrow2 {
    border-top: 6px solid #d73c6b;
    border-bottom: transparent;
}

.child_menu.active a {
    color: #d73c6b;
}

.chart_container {
    bottom: 0;
    box-sizing: border-box;
    margin-left: 150px;
    padding-top: 56px;
    height: 100vh;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.index_container {
    position: relative;
    overflow: scroll;
    height: 100%;
}

.index_container .index_big {
    padding: 30px 0 0 20px;
    font-size: 24px;
}

.supplier_btn {
    border-radius: 2px;
    background-color: #d73c6b;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.supplier_disable_btn {
    border-radius: 2px;
    background-color: #D5D5D5;
    color: #fff;
    text-align: center;
    cursor: default;
}

.supplier_input {
    padding: 0 5px;
    height: 20px;
    border: 1px solid #bbb;
    line-height: 20px;
}

.supplier_select {
    background-color: #fff;
}

.supplier_table {
    width: 100%;
    text-align: center;
}

.supplier_table.no_width {
    width: inherit;
}

.supplier_table th,
.supplier_table td {
    white-space: nowrap;
}

.supplier_table td:nth-child(even) {
    background-color: rgba(238, 238, 238, 0.28)
}

.supplier_table td.w100 {
    min-width: 100px;
    white-space: normal;
}

.supplier_table td.w150 {
    min-width: 150px;
    white-space: normal;
}

.supplier_table td.goods_name {
    min-width: 150px;
    white-space: normal;
}

.supplier_table td.goods_name {
    min-width: 150px;
    text-align: left;
    white-space: normal;
}

.supplier_table td.w200 {
    min-width: 200px;
    text-align: left;
    white-space: normal;
}

.supplier_table td.w230 {
    min-width: 230px;
    white-space: normal;
}

.supplier_table td.whiteSpaceNormal {
    white-space: normal;
}

.supplier_table th {
    padding: 0 10px;
    white-space: nowrap;
}

.supplier_textarea {
    padding: 0 5px;
    border: 1px solid #bbb;
}

.page {
    padding-right: 20px;
    text-align: right;
}

.page a.disable {
    color: #999;
    cursor: not-allowed;
}

.page span {
    margin-left: 30px;
}

.page span .page_number {
    width: 40px;
    text-align: center;
    line-height: 18px;
}

.select2-container--default .select2-selection--single {
    border-radius: 2px;
}

.select2-container .select2-selection--single {
    height: 23px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 21px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d73c6b;
}

.select2-results__option {
    padding: 4px 5px;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-image: none;
    vertical-align: inherit;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    line-height: inherit;
    cursor: pointer;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.applyBtn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cancelBtn {
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #ddd;
    background-image: none;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    cursor: pointer;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 2px 0 0;
    padding: 5px 0;
    min-width: 160px;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    list-style: none;
    text-align: left;
    font-size: 14px;
}

tr {
    display: table-row;
    border-color: inherit;
    vertical-align: inherit;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.calendar td {
    min-width: 32px;
    text-align: center;
    white-space: nowrap;
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px;
}

.daterangepicker * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#Time {
    width: 150px;
}

.grey_btn {
    display: inline-block;
    width: 100px;
    height: 22px;
    border: 1px solid #BBB;
    border-radius: 3px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ddd));
    color: #666;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

#table_containers table {
    min-width: 900px;
}

#table_containers table tbody tr th {
    width: 15%;
}

#table_containers table tbody tr th:nth-child(2) {
    width: 30%;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d9396a;
    color: white;
}


/*发货方管理提示*/

.tips_shipper {
    padding: 10px 0 10px 20px;
    color: #d73c6b;
}


/*隐藏number箭头*/

.input_number_minus::-webkit-outer-spin-button,
.input_number_minus::-webkit-inner-spin-button,
.input_number_nofloat::-webkit-outer-spin-button,
.input_number_nofloat::-webkit-inner-spin-button {
    margin: 0;

    -webkit-appearance: none !important;
}

.input_number_minus[type="number"] {
    -moz-appearance: textfield;
}

.input_number_nofloat[type="number"] {
    -moz-appearance: textfield;
}

.bg-ef {
    background-color: #efefef;
}


/*更改下拉框颜色主题*/

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d73c6b;
    color: white;
}

.select2-results .select2-results__options .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #d73c6b;
    color: white;
}


/*输入框*/

.tr_inputs {
    width: 100%;
    height: 20px;
    border: 1px solid #eeeeee;
}

.caigoudan {
    min-width: 1000px;
}

.add_new_tr {
    font-size: 25px;
    cursor: pointer;
}

.supplier_table.caigoudan_table td {
    background-color: #fff;
}

.caigoudan_table tr td:nth-of-type(2),
.caigoudan_table tr td:nth-of-type(5),
.caigoudan_table tr td:nth-of-type(7),
.caigoudan_table tr td:nth-of-type(9) {
    background-color: #FAFAFA;
}

.tuicangdan_table tr td:nth-of-type(2),
.tuicangdan_table tr td:nth-of-type(5),
.tuicangdan_table tr td:nth-of-type(8),
.tuicangdan_table tr td:nth-of-type(10) {
    background-color: #FAFAFA;
}

.tuicangdan_table tr td:nth-of-type(7),
.tuicangdan_table tr td:nth-of-type(9) {
    background-color: #FFF;
}

.zhuancu_table tr td:nth-of-type(11) {
    background-color: #FAFAFA;
}

.purchase_btns {
    display: inline-block;
    width: 100px;
    height: 22px;
    border-radius: 3px;
    background: #d73c6b;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
}

.purchase_btns:hover {
    color: #FFF;
}

.t_r {
    text-align: right;
}

.t_l {
    text-align: left;
}

.purchase_goods_lists {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99995;
    overflow: hidden;
    margin-top: -230px;
    margin-left: -450px;
    width: 900px;
    border-radius: 5px;
    background-color: white;
}


/*遮照层erp供应商商品列表*/

.purchase_goods_lists_cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.purchase_goods_lists_Cover {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.selecteds {
    color: #a00b33;
    font-weight: 900;
}

.purchase_goods_lists_table tr {
    cursor: pointer;
}

.purchase_goods_lists_table th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.purchase_goods_lists_table tr td {
    overflow: hidden;
    max-width: 110px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
}

.caigoudan_table tr th {
    white-space: nowrap;
}


/*置灰所有不能输入的input框*/

input:disabled {
    background-color: rgba(239, 239, 239, 0.46);
}


/*隐藏number箭头*/

.input_number_int::-webkit-outer-spin-button,
.input_number_int::-webkit-inner-spin-button,
.input_number_minus::-webkit-outer-spin-button,
.input_number_minus::-webkit-inner-spin-button,
.input_number_nofloat::-webkit-outer-spin-button,
.input_number_nofloat::-webkit-inner-spin-button {
    margin: 0;

    -webkit-appearance: none !important;
}

.input_number_minus[type="number"] {
    -moz-appearance: textfield;
}

.input_number_nofloat[type="number"] {
    -moz-appearance: textfield;
}

.input_number_int[type="number"] {
    -moz-appearance: textfield;
}

input.ng-invalid {
    background: #fff;
}

.hourselect,
.minuteselect,
.secondselect {
    border: 1px solid #ddd;
    background-color: #fff;
}

.list .base_table td,
.list .base_table th {
    overflow: hidden;
    max-width: 170px;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    /*min-width: 80px;*/
}

.pagination li {
    display: inline-block;
    margin: 5px;
    width: 30px;
    border: none;
    border-radius: 3px;
    background-color: #d73c6b;
    color: #FFF;
    text-align: center;
}

.pagination {
    padding: 10px;
}

.paginationTwo li {
    display: inline-block;
    margin: 5px;
    width: 30px;
    border: none;
    border-radius: 3px;
    background-color: #d73c6b;
    color: #FFF;
    text-align: center;
}

.paginationTwo {
    padding: 10px;
}

.paginationThree li {
    display: inline-block;
    margin: 5px;
    width: 30px;
    border: none;
    border-radius: 3px;
    background-color: #d73c6b;
    color: #FFF;
    text-align: center;
}

.paginationThree {
    padding: 10px;
}

.page-total input:nth-of-type(1) {
    width: 50px;
    height: 20px;
    border: 1px solid #eeeeee;
}

.page-total select {
    background-size: 8px;

    appearance: none;
    -moz-appearance: none;
}

.purchase-btn-group {
    padding-bottom: 15px;
    padding-left: 15px;
}

.searchDiv {
    height: 35px;
}


/*翻页按钮pointer*/

.Page_s li {
    cursor: pointer;
}

.no-items {
    color: #666;
    text-align: center;
    font-size: 24px;
    line-height: 3;
}

.font-blue {
    color: #4e5b8b;
}

#settlement_detail {
    width: 100%;
    height: 100%;
}

.add_or_edit {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    overflow: hidden;
    margin-top: -200px;
    margin-left: -256px;
    padding: 17px;
    width: 478px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-size: 14px;
}

.add_or_edit table {
    width: 100%;
}

.add_or_edit td {
    height: 40px;
    text-align: left;
    line-height: 40px;
}

.supplier_table tr td .in_table tr td {
    border: 0;
}

.in_table {
    width: 100%;
    height: 100%;
}

.purchase_btns_wrap .table_selected {
    height: 30px;
    background-color: #EEEEEE;
    color: #000000;
}

.purchase_btns_wrap .table_selected:hover {
    height: 30px;
    background-color: #EEEEEE;
    color: #000000;
}

.table_views {
    display: inline-block;
    width: 150px;
    height: 30px;
    background-color: #d9396a;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}

a.table_views:hover {
    background-color: #d9396a;
    color: #FFF;
}

#adjustment_excel,
.adjustment_excel .search {
    padding: 10px 0 10px 20px;
    background-color: #FFF;
}

.check_result {
    position: absolute;
    top: 50px;
    right: 150px;
    bottom: 50px;
    left: 150px;
    z-index: 999;
    overflow-y: hidden;
    min-width: 740px;
    min-height: 450px;
    border-radius: 5px;
    background-color: #ffffff;
}

.adjustment_table td {
    padding: 7px;
}

.new_adjust_input {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border-top: 2px solid #ddd;
    background-color: #FFF;
}

.new_adjust_select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 228px;
    left: 0;
    overflow-y: scroll;
}

.talk_content {
    margin: 8px 0 8px 20px;
    padding: 5px;
    width: 800px;
    border: 1px dashed #999;
}

.sheetDetails {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #FFF;
}

.borderbe {
    border-bottom: 1px solid #EEEEEE;
    ;
}

.time_line {
    position: absolute;
    top: 2px;
    left: 177px;
    width: 15px;
    height: 22px;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    background-color: #FFF;
    text-align: center;
    line-height: 23px;
}

.sweet-alerts {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    overflow: hidden;
    margin-top: -200px;
    margin-left: -256px;
    padding: 17px;
    width: 478px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.myself-alerts {
    position: absolute;
    top: 33%;
    right: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
    margin: auto;
    padding: 17px;
    border-radius: 5px;
    background-color: white;
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.sweet_input_title {
    display: inline-block;
    width: 150px;
    color: #575757;
    text-align: left;
    font-weight: 900;
    font-size: 20px;
}

.sweet_input {
    width: 210px;
    height: 30px;
    border-radius: 3px;
}

.goodsNamelengthspan {
    display: inline-block;
    max-width: 300px;
    text-align: left;
}

.color_mark {
    color: #8CD4F5;
}

.notice_a {
    color: #333;
    /*text-decoration: underline;*/
}

.notice_a:hover {
    color: #333;
}

.td_li {
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;
    word-break: break-all;
    line-height: 18px;
}

.supplier_table tr td.pd0 {
    padding: 0;
}

.supplier_table tr td.pd0 li:last-child {
    border: 0;
}

.index_showboxwrap {
    float: left;
    width: 48%;
    height: 444px;
}

.index_showtodolist {
    float: left;
    margin-top: 20px;
    margin-right: 3%;
    margin-left: 20px;
    padding: 20px;
    width: 38%;
    height: 362px;
    border: 1px solid #eee;
}

.index_showbox {
    margin: 20px;
    width: 200px;
    height: 180px;
    border: 1px solid #eee;
}

.index_showboxtop {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
}

.index_showboxbottom {
    text-align: center;
    font-weight: 900;
    font-size: 25px;
    line-height: 120px;
    cursor: pointer;
}

.index_showInLine {
    float: left;
    margin-top: 10px;
    margin-left: 25px;
    width: 160px;
    text-align: left;
    font-weight: 300;
    font-size: 14px;
    line-height: 15px;
}

.index_header {
    height: 150px;
    /*overflow: hidden;*/
}

.index_header2 {
    /*margin-top: 10px;*/
    float: none;
    overflow: hidden;
    min-width: 100%;
}

.index_header_span {
    color: red;
}

.index_header_span1 {
    position: relative;
    bottom: 3px;
    font-size: 12px;
}

.index_header_span1 img {
    width: 25px;
    height: 25px;
}

.index_header_span1 .compare_help_pic {
    width: 500px;
    height: 500px;
}

.index_header_span1:hover {
    cursor: pointer;
}

.index_header_span1:hover .index_showdescribe {
    position: absolute;
    top: 30px;
    left: -160px;
    z-index: 99;
    display: inline-block;
    padding: 10px;
    width: 380px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fafafa;
    color: #000;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}

.index_header_span1:hover .index_showdescribe2 {
    position: absolute;
    top: 40px;
    right: -2%;
    z-index: 99;
    display: inline-block;
    padding: 10px;
    width: 500px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fafafa;
    color: #000;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}

.index_header_span1:hover .index_showdescribe3 {
    position: absolute;
    top: 40px;
    right: -2%;
    z-index: 99;
    display: inline-block;
    padding: 10px;
    width: 370px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fafafa;
    color: #000;
    text-align: left;
    font-size: 13px;
    line-height: 20px;
}

.parent {
    position: relative;
    font-size: 14px;
}

.parent img {
    width: 25px;
    height: 25px;
}

.parent:hover {
    cursor: pointer;
}

.parent:hover .child {
    position: absolute;
    top: 40px;
    right: -2%;
    z-index: 99;
    display: inline-block;
    padding: 10px;
    width: 320px;
    border: 1px solid #bbb;
    border-radius: 5px;
    background-color: #fafafa;
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}

.index_header_span2 {
    position: relative;
    bottom: 35px;
    left: 30px;
    color: deepskyblue;
    text-decoration: underline;
    font-size: 15px;
    cursor: pointer;
}

.index_headerleft {
    float: left;
    font-size: 18px;
}

.index_headerright {
    float: left;
    font-size: 18px;
}

.index_showdescribe {
    display: none;
    float: left;
    font-size: 12px;
}

.index_showdescribe2 {
    display: none;
    float: left;
    font-size: 12px;
}

.index_showdescribe3 {
    display: none;
    float: left;
    font-size: 12px;
}

.child {
    display: none;
    float: left;
    font-size: 12px;
}

.index_tip_wrap {
    float: left;
    /*border: 1px solid #EEE;*/
    margin-top: 20px;
    margin-right: 2%;
    width: 50%;
    height: 402px;
}

.index_tip_top {
    clear: both;
    height: 50px;
}

.index_notice {
    float: left;
    width: 100px;
    height: 50px;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}

.index_notice_bcg {
    background: #d73c6b;
    color: #FFF;
    font-weight: 900;
}

.index_tip_content {
    clear: both;
    overflow: auto;
    height: 350px;
    /*padding: 0 20px 20px;*/
    border: 1px solid #eee;
}

.index_tips_p {
    overflow: hidden;
    padding-top: 16px;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    line-height: 18px;
}

.index_first {
    width: 100%;
    background: rgba(0, 0, 0, 0.27);
}

.reorder {
    position: relative;
    top: 3px;
    display: inline-block;
    margin-top: 0;
    width: 12px;
    height: 14px;
    cursor: pointer;
}

.reorder_arrow {
    position: absolute;
    width: 0;
    height: 0;
    /*background: #d73c6b;*/
}

.reorder_arrow1 {
    top: 0;
    left: 0;
    border-top: transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #b9b2b2;
    border-left: 6px solid transparent;
}

.reorder_arrow2 {
    bottom: 0;
    left: 0;
    border-top: 6px solid #b9b2b2;
    border-right: 6px solid transparent;
    border-bottom: transparent;
    border-left: 6px solid transparent;
}

.reorder.active_up .reorder_arrow1 {
    border-bottom: 6px solid #d73c6b;
}

.reorder.active_up .reorder_arrow2 {
    border-top: 6px solid #b9b2b2;
}

.reorder.active_down .reorder_arrow1 {
    border-bottom: 6px solid #b9b2b2;
}

.reorder.active_down .reorder_arrow2 {
    border-top: 6px solid #d73c6b;
}

.handle_button {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 9;
    margin: auto;
    width: 8px;
    height: 100px;
    border-left: 1px solid rgb(157, 157, 157);
    cursor: pointer;
}

.handle_button>div {
    margin-top: 25px;
    width: 100%;
    height: 50px;
    border-radius: 0 3px 3px 0;
    background-color: rgb(157, 157, 157);
}

.handle_button>div>div {
    position: absolute;
    top: 44px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 5px solid #FFF;
    border-bottom: 6px solid transparent;
    border-left: 5px solid transparent;
}

.titleImgBox {
    padding: 0 10px;
    min-height: 100px;
    width: 100%;
}

.titleImgWrap {
    width: 120px;
    height: 120px;
}

.titleImgBox .titleImgWrap img {
    height: 100%;
}

.titleImgBox li {
    position: relative;
    float: left;
    margin: 10px 0 0 10px;
    padding: 10px;
    border: 1px solid #DDDDDD;
    background-color: #F7F7F7;
}

.titleImgBox ul li.active_title_img {
    border-color: #b07a7a;
    background-color: rgba(215, 60, 107, 0.6);
}

.base_loop_map {
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    width: 120px;
    height: 120px;
}

.title_pass_btn .glyphicon-remove-sign {
    color: rgba(199, 32, 56, 0.99);
}

.category_table tr td ul li .category_attrDivs {
    min-height: 18px;
    max-width: 310px;
    text-align: left;
    white-space: normal;
    word-break: break-all;
}

.title_pass_btn .glyphicon-ok-sign {
    color: #95DCD4
}

.title_pass_btn>span {
    display: block;
    float: left;
    margin-top: 10px;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.title_pass_btn>span:nth-of-type(1) {
    box-sizing: border-box;
    border-right: 1px dotted #ece5e5;
}

.titleImg_check_alert h2 {
    position: relative;
    display: block;
    margin: 10px 0;
    padding: 0;
    color: #575757;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.titleImg_check_alert label {
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    color: #797979;
    text-align: center;
    text-align: inherit;
    font-weight: 300;
    font-size: 16px;
    line-height: normal;
}

.titleImg_check_alert>div {
    padding-left: 137px;
    text-align: left;
}

.imgPassListPendging .supplier_table .goods_name {
    min-width: 100px;
    width: 100px;
    height: 100px;
}

.imgPassListPendging .supplier_table .goods_name .pic {
    margin: 0;
    width: 100px;
    height: 100px;
}


/*商品列表价格修改*/

.input_wid {
    width: 50px;
}

.ovf {
    overflow-y: scroll;
    max-height: 300px;
}

.disable_btn {
    display: inline-block;
    width: 100px;
    height: 22px;
    border-radius: 3px;
    background: #eee;
    color: #FFF;
    text-align: center;
    line-height: 22px;
    cursor: not-allowed!important;
}

.disable_btn:hover {
    color: #FFF;
}

.edit_icon {
    color: #333!important;
}


/* 通知管理列表 */

.addcontainer {
    padding: 20px 0 20px 50px;
    border: 1px solid #eee;
}

.notice_input {
    margin-left: 10px;
    padding: 0 5px;
    width: 75%;
    height: 20px;
    border: 1px solid #bbb;
    line-height: 20px;
}

.content_text {
    display: inline-block;
    width: 82%;
    vertical-align: top;
}

.notice_btn {
    margin-right: 50px;
}

.notice_btn_wrap {
    clear: both;
    margin: 20px auto;
    width: 325px;
    height: 24px;
}


/* 通知管理列表预览 */

.view_container {
    margin: 0 50px 50px;
    min-height: 600px;
    border: 1px solid #666;
}

.edit_time {
    margin: 5px 20px;
    padding: 10px;
}

.view_title {
    margin-top: 20px;
    padding: 0 50px;
    text-align: center;
    word-wrap: break-word;
    font-weight: bold;
    font-size: 18px;
}

.view_text {
    margin: 20px 50px;
    padding: 10px;
    min-height: 500px;
    border: 1px dashed #eee;
    word-wrap: break-word;
    line-height: normal;
}

.view_wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: #fff;
}

.notice_num {
    position: absolute;
    top: -10px;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid red;
    border-radius: 50%;
    background: #ff0000;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.read_color {
    color: #999;
}

.read_color:hover {
    color: #999;
}

.no_list {
    height: 50px;
    color: #d53f63;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
}


/*审核预览样式*/

.goods_detail_pic_jia {
    float: left;
    min-height: 498px;
    width: 358px;
    border: 1px solid #bbb;
    background-color: #F9F9F9;
}

.goods_detail_images_jia {
    overflow-y: auto;
    padding: 0 5px;
    height: 459px;
    background-color: #fff;
}

.change_detail_images_jia {
    display: inline-block;
    margin-left: 20px;
    border: 1px solid red;
}


/*物流管理系统*/

.add_carrier {
    overflow: hidden;
    padding: 10px 0 10px 20px;
    background-color: #FFF;
}

.carrier_btn {
    width: 80px;
    height: 23px;
    line-height: 23px;
    cursor: pointer;
}

.handle_btn {
    display: block;
    width: 48px;
    height: 20px;
    color: #d73c6b;
    cursor: pointer;
}

.send_msg {
    position: fixed;
    top: 25%;
    left: 30%;
    z-index: 999;
    display: block;
    padding: 20px;
    width: 30%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    background: #fff;
}

.send_msg caption {
    padding: 10px 0;
    color: #666;
    /*background: #cccccc;*/
    font-size: 16px;
}

#cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.tab_switch {
    float: left;
    width: 100px;
    height: 30px;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.word_tip {
    padding: 10px 0 10px 20px;
    background: #eee;
}


/*注册链接*/

.login_link {
    overflow: hidden;
    margin: 10px auto;
    width: 260px;
}

.info_btn {
    display: inline-block;
    box-sizing: border-box;
    padding: 0 5px;
    height: 24px;
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: #8391a5;
    color: #fff;
    white-space: nowrap;
    font-size: 12px;
    line-height: 22px;
    cursor: default!important;
}

.btn_red {
    border-color: rgba(255, 73, 73, .2);
    background-color: rgba(255, 73, 73, .1);
    color: #ff4949;
}

.btn_red:hover {
    color: #ff4949;
}

.btn_orange {
    border-color: rgba(247, 186, 41, .2);
    background-color: rgba(247, 186, 41, .1);
    color: #f7ba2a;
}

.btn_orange:hover {
    color: #f7ba2a;
}

.btn_blue {
    border-color: rgba(32, 160, 255, .2);
    background-color: rgba(32, 160, 255, .1);
    color: #20a0ff;
}

.btn_blue:hover {
    color: #20a0ff;
}

.pic_hover {
    display: none;
    width: 300px;
    height: 300px;
    border: 1px solid #ddd;
}

.pic {
    position: relative;
}

.pic:hover {
    cursor: pointer;
}

.pic:hover .pic_hover {
    position: absolute;
    top: -170px;
    left: 70px;
    display: inline-block;
}

.pic_rebate:hover .pic_hover_rebate {
    position: absolute;
    top: 10px;
    left: 30px;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}

.pic_hover_rebate {
    display: none;
    width: 300px;
    height: 100px;
    border: 1px solid #ddd;
}

.pic_rebate:hover {
    cursor: pointer;
}

.pic_rebate {
    position: relative;
    display: inline-block;
}

#del-pic {
    position: relative;
    top: -10px;
    left: -20px;
    display: none;
}

.showTxt {
    position: relative;
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.showTxt img {
    width: 25px;
    height: 25px;
}

.hideTxt {
    display: none;
}

.showTxt:hover .hideTxt {
    position: absolute;
    top: 0;
    left: 26px;
    display: inline-block;
    padding: 3px;
    width: 365px;
    /*height:90px;*/
    border: 1px solid #bbb;
    border-radius: 5px;
}

.echart_btn {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
    width: 92px;
    height: 23px;
    border: none;
    border-radius: 0;
    background-color: #d73c6b;
    background-image: none;
    color: #fff;
    vertical-align: inherit;
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
    font-size: 12px;
    line-height: 23px;
    cursor: pointer;

    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.search_wrap {
    margin: 20px;
}


/* 库存2.0 */

.stork_color {
    color: #46a0fc;
}

/* 商品名称规范 */
.active_btn {
    background: #d73c6b;
    color: #FFF;
    font-weight: 900;
}
.goods_rules_btn {
    float: left;
    width: 100px;
    height: 35px;
    border: 1px solid #eee;
    border-bottom: none;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    cursor: pointer;
}
.goods_form {
    display: inline-block;
    padding: 10px;
    min-width: 800px;
    border: 1px solid #ddd;
    vertical-align: middle;
}
.prop_style {
    float: left;
    margin-bottom: 2px;
    margin-left: 5px;
    padding: 2px 5px;
    border: 1px solid #ddd;
    border-radius: 3px;
    cursor: move;
}
.prop_group {
    margin-top: 20px;
    padding: 20px;
    min-width: 900px;
    border: 1px solid #ddd;
}
.trans45 {
    cursor: pointer;
    -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
    -moz-transform:rotate(45deg); 	/* Firefox */
    -ms-transform:rotate(45deg); 	/* IE 9 */
    -o-transform:rotate(45deg); 	/* Opera */
    transform:rotate(45deg);
}
.form_name {
    float: left;
    margin-right: 10px;
    width: 60px;
    text-align: right;
}
/* 回告颜色 */
.orange_color {
    color: #FF6100;
}

.el-table td,
.el-table th {
  color: #333333 !important;
  padding: 8px 0 !important;
}

.el-table th {
  background: rgba(255, 74, 125, 0.07) !important;
}

.left0 {
  left: 0 !important;
}

.el-menu-vertical-demo:not(.el-menu--collapse) {
  width: 200px !important;
  min-height: 400px !important;
}


.dialog_base_table th {
    height: 44px;
    border-bottom: 1px solid #ddd;
    background-color: #eee;
    line-height: 44px;
}

.dialog_base_table tr td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    word-break: break-all;
    line-height: 18px;
}

.dialog_base_table tr:hover {
    background-color: #FAFAFA;
}

.dialog_base_table tr .glyphicon{
    color:#FFF;
}
.dialog_base_table tr:hover .glyphicon{
    color:#000;
    cursor: pointer;
}

.dialog_base_table {
    width: 100%;
    text-align: center;
}

.dialog_base_table td:nth-child(even) {
    background-color: rgba(238, 238, 238, 0.28)
}

.dialog_base_table tr td .in_table tr td {
    border: 0;
}