@charset "UTF-8";

/**
 * @author lizhigang
 */

.container {
    width: 100%;
    height: 90%;
    padding: 0;
}

.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -165px 0 0 -200px;
}

.login-box h1 {
    margin-bottom: 50px;
    color: #0f61cc;
}


/*.login-area { width: 400px;}*/

.login-area .yzm img {
    width: 100%;
}

.login-area .buttons-group {
    margin-top: 50px;
}

.login-area .buttons-group .btn-lg {
    width: 150px;
}

.login-area .col-xs-3 {
    text-align: right \9;
}


/* 顶部导航 */

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.header .top-nav {
    height: 28px;
    background-color: #3f3639;
}

.header .top-nav .left-menu {
    float: left;
    margin-left: 73px;
}

.header .top-nav .right-menu {
    float: right;
    margin-right: 73px;
}

.header .top-nav ul {
    margin: 0;
    letter-spacing: -3px;
    font-size: 0;
}

.header .top-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
}

.header .top-nav li a {
    line-height: 28px;
    color: #e1e1e2;
    font-size: 14px;
}

.header .top-nav .left-menu li {
    margin-right: 48px;
}

.header .top-nav .right-menu li {
    margin-left: 48px;
}


/* Logo区域 */

.logo-row {
    padding: 10px 0;
    background: #0f61cc;
    height: 60px;
    position: relative;
}

.logo-row .logo {
    margin-left: 53px;
}

.logo-row h1 {
    color: #fff;
}

.smm-link {
    color: #0f61cc;
    cursor: pointer;
}

.logo-row h1.pay {
    margin: 0;
    width: 412px;
    height: 37px;
}

.logo-row h1.mall {
    margin: 0;
    width: 312px;
    height: 37px;
    background: url(../images/logo/smm_mall.png) no-repeat 0 0;
    text-indent: -10000px;
}

.logo-row h1.trade {
    margin: 0;
    width: 312px;
    height: 37px;
    background: url(../images/logo/smm_trade.png) no-repeat 0 0;
    text-indent: -10000px;
}

.logo-row .user-area {
    margin-right: 72px;
    padding-top: 7px;
}

.logo-row .user-area .txt {
    color: #fff;
}

.logo-row .user-area a {
    color: #fff;
}

.logo-row .user-area a:hover {
    text-decoration: none;
}

.logo-row .user-area .icon-user {
    margin: 0 5px;
    font-size: 16px;
    vertical-align: middle;
}

.logo-row .user-area .btn-quit {
    margin-left: 15px;
}


/* 侧边栏 */

.sidebar {
    float: left;
    position: absolute;
    left: 0;
    top: 60px;
    width: 195px;
    bottom: 0px;
    background-color: #f5f5f5;
}

.sidebar_price {
    border-right: 1px solid #ddd;
}

.sidebar .title {
    position: relative;
    cursor: pointer;
}

.sidebar .title.select {
    background-color: #428bca;
}

.sidebar .title.select h2 {
    color: #fff;
}

.sidebar .title a {
    display: block;
    padding: 12px 0;
    text-decoration: none;
}

.sidebar .title h2 {
    margin: 0;
    padding-left: 10px;
    font-size: 16px;
}

.sidebar .title .icon-arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -12px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.sidebar .title.select .icon-arrow {
    color: #fff;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.sidebar .sub {
    display: none;
}

.sidebar .sub a {
    display: block;
    padding: 10px 0 10px 10px;
    text-decoration: none;
}

.sidebar .sub a:hover {
    background-color: #ddd;
}

.sidebar .sub a.active {
    background-color: #ddd;
    color: #23527c;
}

.sub.sub_price {
    max-height: 400px;
    overflow-y: auto;
    outline: 1px solid #ccc;
}

.sub_price a {
    font-size: 12px;
}

.main_right {
    left: 195px;
    position: absolute;
    right: 0;
    top: 60px;
    bottom: 0px;
    z-index: 7;
}


/* iframe外部容器 */

.main {
    height: 100%;
    position: absolute;
    width: 100%;
}

.main .frame-box iframe {
    width: 100%;
    height: 100%;
}

#iframepage {
    height: 100%;
    width: 100%;
    z-index: 20;
    border: 0;
}

.frame-inner-cont {
    padding: 20px;
}

.frame-inner-cont .form-inline .condition,
.frame-inner-cont .form-inline .calendar {
    display: inline-block;
    margin-right: 15px;
}

.frame-inner-cont .form-inline .calendar .date {
    width: 180px;
}

.form-inline .form-group .bootstrap-select {
    width: 110px \9;
}

.frame-inner-cont .form-inline .calendar .txt {
    margin-right: 10px;
    line-height: 34px;
}

.frame-inner-cont .table-responsive {
    margin-top: 20px;
}


/*.table th,
.table td { text-align: center;}*/

.frame-inner-cont .table td {
    text-align: left;
    vertical-align: middle
}

.frame-inner-cont .table td.reg-referrer {
    width: 300px !important;
    word-break: break-all;
}

.frame-inner-cont .table.text-center th,
.frame-inner-cont .table.text-center td {
    text-align: center;
}

.frame-inner-cont .table.text-left td {
    text-align: left;
}

.frame-inner-cont .table .icon-font {
    line-height: 1;
    font-size: 22px;
    cursor: pointer;
    vertical-align: middle;
}

.frame-inner-cont .table a {
    display: inline-block;
    text-decoration: none;
    outline: none;
    max-width: 100%;
}

.frame-inner-cont .button-box {
    margin-bottom: 20px;
    text-align: center;
}

.form-group {
    margin-bottom: 0;
}

.frame-inner-cont .page-num nav {
    text-align: center;
}

.frame-inner-cont .refund-num {
    line-height: 34px;
}

.frame-inner-cont .refund-num a:hover {
    text-decoration: none;
}

.frame-inner-cont .refund-num .icon-refresh {
    font-size: 28px;
}

.modal-dialog {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -380px 0 0 -300px;
    width: 600px \9;
}

.modal-dialog-lg {
    position: relative;
    width: 80%;
    margin: 30px auto;
    left: auto;
    top: auto;
}

.modal-dialog-md {
    position: relative;
    width: 60%;
    margin: 30px auto;
    left: auto;
    top: auto;
    text-align: left;
}

.modal-dialog-lg .table>thead>tr>th {
    text-align: center;
}

.modal-dialog .hidden-y {
    overflow-y: auto;
    height: 180px;
}

.modal-dialog .hidden-y .table {
    margin-bottom: 0;
}

.modal-dialog .modal-header {
    box-sizing: content-box;
}

.modal-dialog .modal-footer {
    text-align: center;
}

.modal-dialog .modal-body {
    text-align: center;
}

.modal-dialog .modal-body .icon-right {
    margin-right: 10px;
    color: #5cb85c;
    font-size: 30px;
}

.modal-dialog .modal-body .icon-warning {
    margin-right: 10px;
    color: #f0ad4e;
    font-size: 30px;
}

.modal-dialog .modal-body .icon-error {
    margin-right: 10px;
    color: #d9534f;
    font-size: 30px;
}

.modal-dialog .modal-body .base-group {
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    position: relative;
    margin-bottom: 15px;
}

.base-group .group-title {
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    padding: 5px 10px;
}

.base-group .list {
    overflow: hidden;
}

.form-horizontal .form-group {
    margin-bottom: 20px;
    text-align: left;
}

.form-horizontal .form-group input {
    display: inline-block;
}

.form-horizontal .form-group input.width-50 {
    width: 50%;
}

.form-horizontal .tree-box {
    position: relative;
}

.form-horizontal .form-group .menuContent {
    display: none;
    position: absolute;
    left: 165px;
    top: 40px;
    z-index: 9;
}

.margin-top-50 {
    margin-top: 50px;
}

.fix-text-left .col-xs-3 {
    text-align: right;
}

.fix-text-left .col-xs-5 {
    display: inline-block;
    text-align: left;
}

.modal-dialog .form-horizontal .form-group .menuContent ul.ztree {
    margin-top: 0;
    width: 180px;
    height: 300px;
}

.form-horizontal.pass-area {
    position: absolute;
    top: 50%;
    margin-top: -98px;
    width: 90%;
}

.form-horizontal.pass-area .col-xs-5 {
    text-align: right;
}

.modal-dialog .form-horizontal .col-sm-3 {
    display: inline-block \9;
    width: 200px \9;
    text-align: right \9;
}

.modal-dialog .form-horizontal .col-sm-5 {
    display: inline-block \9;
    width: 260px \9;
}

.modal-dialog .form-horizontal .col-sm-7 {
    display: inline-block \9;
    width: 350px \9;
}

.datetimepicker-days .dow {
    font-size: 12px;
    white-space: nowrap;
}

ul.ztree {
    margin-top: 10px;
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 220px;
    height: 360px;
    overflow-y: scroll;
    overflow-x: auto;
}

ul.log {
    border: 1px solid #617775;
    background: #f0f6e4;
    width: 300px;
    height: 170px;
    overflow: hidden;
}

ul.log.small {
    height: 45px;
}

ul.log li {
    color: #666666;
    list-style: none;
    padding-left: 10px;
}

ul.log li.dark {
    background-color: #E3E3E3;
}


/* ruler */

div.ruler {
    height: 20px;
    width: 220px;
    background-color: #f0f6e4;
    border: 1px solid #333;
    margin-bottom: 5px;
    cursor: pointer
}

div.ruler div.cursor {
    height: 20px;
    width: 30px;
    background-color: #3C6E31;
    color: white;
    text-align: right;
    padding-right: 5px;
    cursor: pointer
}

.smm-login-form {
    margin: 50px 25% 0 25%;
}

.search_time {
    min-width: 160px !important;
}

.dataTable a {
    float: left;
    margin-right: 10px;
}

.icon-unlock {
    color: #5cb85c;
}

.plat-change {
    margin-right: 20px;
}

#changeplatModal .modal-dialog {
    height: 85%;
}

#changeplatModal .modal-content {
    height: 100%;
}

#changeplatModal .modal-body {
    text-align: left !important;
    height: calc(100% - 80px);
    overflow-y: auto;
}

#changeplatModal .modal-body button {
    margin: 4px;
}

#admin_logout {
    cursor: pointer;
}

.smm-panel-body {
    /*padding-left: 0 !important;
    padding-right: 0 !important;*/
}

.smm-table {
    margin-bottom: 0 !important;
}

.smm-panel-body input {
    width: 60%;
}

.panel-heading {
    min-height: 35px;
}

.panel_toolbox>li>a:hover {
    background: transparent;
}

.panel_toolbox {
    margin-top: -10px;
    cursor: pointer;
}

.company_pic_edit {
    margin-top: 10px;
    width: 100% !important;
}

.nav li a:focus {
    background: #d9edf7 !important;
}

.smm-text-left {
    text-align: left !important;
}

.smm-text-center {
    text-align: center !important;
}

.smm-form-group {
    margin-bottom: 5px !important;
}

.icon-github {
    background: no-repeat url('../img/github-16px.png');
    width: 16px;
    height: 16px;
}

.bootstrap-tagsinput {
    width: 60%;
}

.smm_radio {
    width: 15px !important;
}

.accordion {
    margin-bottom: -3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint {
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

select.selectpicker {
    display: block !important;
    float: left;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.ui-helper-hidden-accessible {
    display: none;
}

.adjust_balance,
.pointer {
    cursor: pointer;
}

.modal-dialog-extra {
    top: 20% !important;
}

.img-thumbnail {
    max-width: 100px;
    border: 0 !important;
}

.smm_main_div {
    height: 100%;
}

.fileinput-button {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.fileinput-button input {
    cursor: pointer;
    direction: ltr;
    font-size: 200px !important;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sum_withdraw_target {
    margin-bottom: 8px;
}

#error_info_span,
#success_info_span {
    padding: 5px;
}

.smm_checkbox {
    width: 20px !important;
}


/*
.select2-container{
    width: 500px !important;
}
.new_trade_group .select2-container{
    width: 240px !important;
}
*/

.smm_red_info {
    color: #D9544F;
}

#company_desc {
    min-height: 270px;
    margin-top: 20px;
}

.smm_set_icon {
    width: 22px;
    cursor: pointer;
}

.app_order {
    width: 100px;
}

.smm-cursor {
    cursor: pointer;
}

.form-inline .form-group label {
    display: inline;
}

.new_trade_group {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.new_trade_company {
    height: 40px;
    margin-bottom: 30px;
}

.category-btn-group .btn+.btn,
.category-btn-group .btn+.category-btn-group,
.cate#337ab7gory-btn-group .category-btn-group+.btn,
.category-btn-group .category-btn-group+.category-btn-group {
    margin-left: 0px;
}

.chain_order_retray {
    padding: 3px 25px;
    border: 1px solid #ccc;
    margin-top: -7px;
    background-color: #fff;
    display: inline-block;
}

.poundage_setting_header {
    padding: 5px 10px;
    line-height: 40px;
    margin-bottom: 20px;
}

.new_actual_order_confirm_content {
    margin-bottom: 10px;
}

.new_actual_order_confirm_second {
    border-left: 1px solid #ccc;
}

.new_actual_order_confirm div,
.new_actual_order_confirm_second div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#basicModal2 .modal-footer {
    border-top: 1px solid #ddd;
}

.admin-blue {
    color: #0f61cc;
}

#mall_bid_pricing_record_list_table span {
    cursor: pointer;
    color: #337ab7;
}

#category_div button {
    margin: 3px;
}

.admin_img_review_div {
    margin: 10px;
}

.admin_img_review_div .selected_img {
    border: 4px solid red;
}

.admin_img_review_div img {
    width: 150px;
    height: 150px;
}

.admin_img_review_div p {
    height: 20px;
    margin: 0;
    line-height: 20px;
}

.select_all {
    padding-right: 10px;
    border-right: 1px solid #000;
    margin-right: 20px;
}

.extra_icon {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding-top: 3px;
    border-radius: 12px;
    font-size: 16px !important;
    background: #337ab7;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
    margin-bottom: 3px;
}

.extra-pay-money {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 12px;
    font-size: 16px !important;
    background: #337ab7;
    color: #fff;
    display: block;
    border-radius: 50%;
    padding-top: 4px;
}

.actual-list-btn {
    padding: 3px 5px;
    border: 1px solid #ccc;
    margin-top: -7px;
    background-color: #fff;
    width: 100px;
}

.actual-list-btn-edit {
    padding: 3px 5px;
    border: 1px solid #3F3639;
    margin-top: -7px;
    background-color: #3F3639;
    width: 100px;
    color: #fff;
}

.offer-warehouse-bill-no,
.offer-warehouse-bill-no2 {
    width: 116px;
}

.offer-warehouse-bill-product-no,
.offer-warehouse-brand-name {
    width: 96px;
}

.offer-warehouse-name {
    width: 156px;
}

.offer-total-count {
    width: 86px;
}

.offer-total-weight {
    width: 101px;
}

.offer-select {
    width: 81px;
}

.offer-bill-table {
    height: 300px;
    overflow-y: auto;
}

.first-category-ul,
.second-category-ul {
    height: 200px;
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
}

.first-category-ul li,
.second-category-ul li {
    width: 100%;
    height: 30px;
    padding: 5px;
    cursor: pointer;
}

.boss-category-sort {
    width: 40px;
    height: 20px;
    color: #000 !important;
}

.boss-list-table img {
    width: 50px;
    cursor: pointer;
    height: 50px;
}


/*消除梦层带来的闪烁影响*/


/*.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-open[style] {
    padding-right: 0px !important;
}*/

body {
    position: relative;
}

body>.frame-inner-cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mall-extra-ul ul {
    padding: 0;
    border: 1px solid #ccc;
    margin-right: 15px;
    background-color: #fff;
    min-height: 100px;
    max-height: 150px;
    overflow-y: scroll;
}

.mall-extra-ul ul li {
    height: 25px;
    line-height: 25px;
    cursor: pointer;
    padding-left: 10px;
}

.color-swatches .gray-lighter {
    background-color: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.exta-top-div {
    padding-top: 7px;
    padding-left: 7px;
}

#mall_bid_list_table tbody tr td {
    max-width: 300px;
    word-wrap: break-word;
    word-break: normal;
}

.appoint-modal-header {
    padding: 10px !important;
}

.appoint-modal-dialog {
    width: 780px !important;
}

.purchase-modal-dialog {
    width: 800px !important;
}

.appoint-btn {
    border: 0 !important;
}

.appoint-modal-dialog .modal-body,
.purchase-modal-dialog .modal-body {
    padding: 0 40px;
}

.purchase-modal-dialog .modal-body {
    padding-top: 30px;
}

.appoint-modal-img {
    width: 280px;
    height: 280px;
}

.form-fields {
    margin-bottom: 10px;
}

.appoint-form-info {
    text-align: right;
    width: 75px;
    line-height: 30px;
}

.appoint-modal-form input {
    height: 30px;
    line-height: 30px;
    width: 300px;
    border: 1px solid #ccc;
    padding-left: 5px;
    margin-left: 10px;
}

.appoint-modal-form textarea {
    margin-left: 10px;
    width: 300px;
    height: 80px;
}

.appoint-input-error {
    border: 1px solid #d7000f !important;
}

.appoint-modal-form select {
    height: 30px;
    line-height: 30px;
    width: 120px;
    border: 1px solid #ccc;
    margin-right: 10px;
    margin-left: 10px;
}

.purchase-modal-dialog .purchase_quantity,
.purchase-modal-dialog .expect_price {
    width: 120px !important;
    margin-right: 8px;
}

.purchase-modal-dialog .measure_unit {
    width: 50px !important;
    margin-right: 0 !important;
}

.purchase-modal-dialog .is_negotiable,
.purchase-modal-dialog .is_no_limit {
    width: 20px !important;
    margin-top: 0;
}

.extra-form-info {
    line-height: 30px;
}

.purchase-modal-dialog .invalid_time {
    width: 150px;
    color: #b2b2b2;
}

.purchase-btn,
.appoint-btn {
    background: #d7000f;
    color: #fff;
    height: 36px;
    line-height: 36px;
    width: 120px;
    text-align: center;
    margin-top: 40px;
    cursor: pointer;
}

.type1 {
    background-color: #429ad0;
    padding: 10px 56px;
    border: 0;
}

a.exchange-status {
    background: #333;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 22px;
    color: #fff;
    text-align: center;
    transform: rotate(90deg);
}


/* 2018/4/24 */

.text-red {
    color: red;
}


/* 4.5 */

.lock_item {
    position: relative;
}

.lock_point {
    position: absolute;
    display: none;
    top: 3px;
    right: 3px;
    background-color: red;
    width: 6px;
    height: 6px;
    border-radius: 6px;
}


/* pay4.8 */

.ml10 {
    margin-left: 10px;
}


/* ex4.4 */

.mr20 {
    margin-right: 20px;
}

.rs-list-content {
    border: 1px solid rgba(217, 222, 228, 1);
    margin-bottom: 10px;
}

.rs-list-item-header {
    min-height: 34px;
    line-height: 34px;
    background-color: rgba(239, 240, 242, 1);
    padding: 0 20px;
}

.slide-btn i {
    cursor: pointer;
}


/* 关系图 */

.rs-order-list g div {
    color: #666666;
    font-weight: normal
}

.rs-order-list g.type-Header>rect {
    fill: rgba(255, 140, 0, 0.149019607843137);
}

.rs-order-list text {
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
    font-size: 12px;
}

.rs-order-list .node rect {
    /* stroke: #999; */
    fill: #fff;
    stroke-width: 1.5px;
}

.rs-order-list .edgePath path {
    stroke: #333;
    stroke-width: 1.5px;
}


/* 颜色数组 */

.rs-order-list g.type-one>rect {
    fill: rgba(204, 153, 255, 0.149019607843137);
}

.rs-order-list g.type-two>rect {
    fill: rgba(204, 153, 153, 0.149019607843137);
}

.rs-order-list g.type-three>rect {
    fill: rgba(52, 152, 219, 0.149019607843137);
}

.rs-order-list g.type-four>rect {
    fill: rgba(204, 155, 255, 0.149019607843137);
}

.rs-order-list g.type-five>rect {
    fill: rgba(153, 0, 255, 0.149);
}

.rs-order-list g.type-six>rect {
    fill: rgba(37, 23, 23, 0.356);
}

.rs-order-list g.type-seven>rect {
    fill: rgba(52, 219, 149, 0.149);
}

.rs-order-list g.type-eight>rect {
    fill: rgba(204, 111, 234, 0.149);
}

.rs-order-list g.type-nine>rect {
    fill: rgba(255, 204, 221, 0.149);
}

.rs-order-list g.type-ten>rect {
    fill: rgba(204, 205, 255, 0.746);
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.operate-tag {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
}

.operate-tag.pricing {
    background: #f0ad4e
}

.operate-tag.tailmoney {
    background: #D9544F;
}

.red-point {
    color: red;
}

.smm-panel-body .qidian-apply-table input {
    width: 100%
}

.smm-panel-body .qidian-apply-table .form-group {
    width: 80%
}


/* user 4.6 */

.user-info-tag {
    display: inline-block;
    margin-right: 5px;
    width: 75px;
    height: 36px;
    line-height: 36px;
    border: none;
    border-radius: 5px;
    background-color: rgba(208, 225, 125, 1);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.saleorder-pre {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 14px;
    font-family: "microsoft yahei", Helvetica;
    /* color: rgb(33, 157, 145); */
    background-color: transparent;
}

.no-item {
    color: #A1A1A1;
}

.invoice-item {
    display: inline-block;
    width: 50%;
    margin-bottom: 20px;
}

.smm-panel-body .input_file {
    width: 100%;
}

.no-border-top {
    border-top: none !important;
}


/* pay 5.0 */

#bos_supplement_modal td {
    vertical-align: middle;
    border-top: none;
}

.noheight {
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.date-switch-box {
    float: right;
    height: 26px;
    line-height: 26px;
    border-radius: 20px;
    color: #92cffb;
    background: #e8f6fe;
}

.date-switch-box span {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    border-radius: 20px;
    text-align: center;
}

.date-switch-box span.active {
    color: #fff;
    background: #46a2f8;
}

.divide {
    display: inline-block;
    margin: 0 5px;
}

.bill-item {
    margin-bottom: 50px;
}

.bill-item h4 {
    margin-bottom: 15px;
}

.bill-detail td:nth-child(odd) {
    background: #f2f2f2;
}

#apd_login_log td {
    width: 50%;
}

#apd_login_log td.succeed {
    color: green;
}

#apd_login_log td.fail {
    color: red;
}

#apd_login_log th {
    width: 50%;
    text-align: center;
    font-weight: bold;
}

#apd_login_log td:nth-child(odd) {
    border-right: 1px solid #ddd;
}

#apd_login_log th:nth-child(odd) {
    border-right: 1px solid #ddd;
}


/* pay 5.2 */

.input-box {
    float: left;
    width: 60%;
    display: flex;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-box .has-input {
    padding: 6px 0;
}

.input-box .has-input .keyword-item {
    font-size: 14px;
    line-height: 22px;
    padding: 0 4px;
    background: #ddd;
    color: #333;
    border-radius: 2px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px 2px;
}

.input-box .has-input .close {
    width: 14px;
    height: 14px;
    font-size: 12px;
    border-radius: 50%;
    color: #d90000;
    border: 1px solid #d90000;
    text-align: center;
    line-height: 10px;
    margin-top: 4px;
    margin-left: 2px;
}

.input-box input {
    flex: 1;
    border: none;
    min-width: 60%;
}


/* ex 5.0 */

.rs-type-change {
    width: 98%;
    margin: 20px auto 0;
}

.rs-type-change .tab {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #333;
}

.rs-type-change .tab:not(:last-child) {
    border-right: none;
}

.rs-type-change .tab.active {
    background: #333;
    color: #fff;
}


/* ex 5.1 */

.liq-tradelist-type {
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid #333;
    border-right: unset;
}

.liq-tradelist-type a {
    display: inline-block;
    color: #333;
    width: 179px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-right: 1px solid #333;
}

.liq-tradelist-type a:hover {
    text-decoration: unset;
}

.liq-tradelist-type a.current {
    color: #fff;
    background-color: #333;
}

.common-verify-warn {
    color: #F59A23;
}

.common-verify-warn::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url("../images/common-warn.png") no-repeat;
    background-size: 100% 100%;
}

.common-verify-error {
    color: #D81E06;
}

.common-verify-error::before {
    content: "";
    display: inline-block;
    position: relative;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-right: 4px;
    background: url("../images/common-error.png") no-repeat;
    background-size: 100% 100%;
}


/* ex 6.3 */

.text-label {
    color: #999;
}


/* news 4.2 */

#LiveSetModal .modal-body {
    text-align: left;
}

#LiveSetModal .live-set-tip {
    color: #999;
    margin-top: 8px;
    font-size: 12px;
}

#LiveSetModal .live-item-wrap {
    margin-top: 20px;
}

#LiveSetModal .live-label {
    width: 80px;
    margin-top: 8px;
}

#LiveSetModal .live-text {
    display: inline-block;
    width: 480px;
    vertical-align: middle;
}

#LiveSetModal .form_date_live {
    width: 150px;
    float: left;
    margin-right: 20px;
}

#LiveSetModal .live_time {
    min-width: 160px;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important
}

.text_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.liq-btn-fix-between{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}