html,
body {
    height: 100%;
}
#usernologin2 a {
    color: #fff;
}
.serviceteam {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}
.serviceteam .navbar .navbar-brand {
    background-image: url('../img/logoblue.png');
}
.serviceteam .main {
    padding-top: 70px;
    min-height: calc(100% - 254px);
    padding-bottom: 10px;
    position: relative;
}

.st-menu {
    user-select: none;
    width: 180px;
    position: absolute;
    left: 0;
    top: 70px;
    height: calc(100% - 65px);
    padding: 25px 0;
    box-sizing: border-box;
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1);
    overflow: auto;
}
.st-menu .divider {
    border-bottom: 1px dotted #e1e1e1;
    margin: 10px 0;
}
.st-menu ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    list-style: none;
}
.st-menu ul a {
    color: #3c4858;
    display: block;
    line-height: 35px;
    padding-left: 33px;
    position: relative;
}
.st-menu ul a:hover,
.st-menu ul a.active {
    color: #2196f3;
    background: #e5f3fe;
}
.st-menu ul a.active {
    box-shadow: 2px 0 #2196f3 inset;
}
.st-menu .st-module-title {
    font-size: 16px;
    color: #3c4858;
    font-weight: bold;
    line-height: 37px;
    padding-left: 33px;
}

.st-menu .divider:nth-child(3),
.st-menu .st-module-title:nth-child(4),
.st-menu ul:nth-child(5),
.st-menu ul:nth-child(8) li:nth-child(2),
.st-menu ul:nth-child(8) li:nth-child(3),
.st-menu ul:nth-child(8) li:nth-child(4) {
    display: none;
}

.st-content {
    margin-left: 185px;
    padding: 25px;
    min-height: 500px;
}
.st-content-title {
    color: #333;
    border-bottom: 1px solid #e1e1e1;
}
.st-content-title span {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}

.content-tab {
    float: right;
    line-height: 45px;
}
.content-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.content-tab ul li {
    cursor: pointer;
    float: left;
    padding: 0 18px;
    height: 45px;
    min-width: 92px;
}
.content-tab ul li:hover,
.content-tab ul li.active {
    color: #2196f3;
}
.content-tab ul li.active {
    box-shadow: 0 -2px #2196f3 inset;
}
.content-tab ul li span {
    display: none;
    margin-left: 3px;
    font-weight: normal;
    background: #ff0000;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 10px;
}

.st-content .teamtab-box {
}
.st-content .operat-box {
    text-align: right;
    padding: 10px 0;
}
.st-content .operat-box button {
    padding: 7px 20px;
    font-size: 14px;
}
.st-content .operat-box button i {
    margin-right: 5px;
}
.st-content .teamtab-box table th {
    font-size: 14px;
    border: 0;
}
.st-content .teamtab-box table td {
    border: 0;
    border-top: 1px solid #ddd;
}

.st-content .teamtab-box table .usertd img {
    height: 32px;
    width: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin: -5px 5px -5px 0;
}
.st-content .teamtab-box table select {
    border: 0;
    outline: none;
    width: 150px;
}
.st-content .applytable {
    width: 100%;
    border: 1px solid #e1e1e1;
}
.st-content .applytable tr td {
    border-bottom: 1px solid #e1e1e1;
}
.st-content .applytable .head-logo {
    padding: 10px;
}
.st-content .applytable .roletd select {
    border-radius: 2px;
    border: 1px solid #e6e6e6;
    height: 28px;
    width: 150px;
}
/*加入团队*/
.joininteam {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #f2f2f2;
}
.joininteam-container {
    position: relative;
    left: 0;
    top: 0;
    padding: 110px 0;
    min-height: 100%;
    box-sizing: border-box;
}
.joininteam-main {
    width: 375px;
    margin: 0 auto;
    box-sizing: border-box;
}

.joininteam-main-box {
    padding: 20px;
}
.joininteam-header {
    text-align: center;
}

.joininteam-header h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 30px;
    color: #000;
}

.joininteam-header p {
    font-weight: 300;
    color: #999;
}

.joininteam-body .layui-form-item {
    position: relative;
    margin-bottom: 15px;
}
.joininteam-body .layui-textarea {
    resize: none;
    outline: none;
    border: 1px solid #d0d0d0;
    min-height: 100px;
    height: auto;
    line-height: 20px;
    padding: 6px 10px;
    display: block;
    width: 100%;
}
.joininteam-body .layui-btn {
    display: inline-block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #1e9fff;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.joininteam-body .layui-btn:hover {
    opacity: 0.8;
}
.joininteam-other > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 14px;
}

.joininteam-other a:hover {
    opacity: 0.8;
}

.joininteam-footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.5);
}

.joininteam-footer span {
    padding: 0 5px;
}

.joininteam-footer a {
    padding: 0 5px;
    color: rgba(0, 0, 0, 0.5);
}

.joininteam-footer a:hover {
    color: rgba(0, 0, 0, 1);
}
.joininteam-main .layui-word-aux {
    color: #999;
}
.simplrinfo {
    padding-bottom: 15px;
}
.simplrinfo .personal-thum-box {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
}
.simplrinfo .personal-thum-box img {
    max-width: 100%;
    max-height: 100%;
}
.simplrinfo .personal-des {
    padding-top: 3px;
    padding-left: 10px;
    display: inline-block;
    max-width: calc(100% - 60px);
    vertical-align: top;
    line-height: 30px;
    text-align: left;
    box-sizing: border-box;
}
/*角色管理*/
.role-menu {
    float: left;
    border-right: 1px solid #e1e1e1;
    width: 230px;
    min-height: 500px;
    padding-top: 20px;
}
.role-menu .addrole {
    height: 40px;
    line-height: 40px;
    padding-left: 23px;
    color: #66cc99;
    margin: 0 0 15px;
    user-select: none;
    cursor: pointer;
}
.role-menu .addrole:hover {
    background: rgb(240, 250, 245);
}
.role-menu .roles-menu-box ul {
    list-style: none;
    padding: 0;
}
.role-menu .roles-menu-box ul li {
    user-select: none;
    height: 40px;
    line-height: 40px;
    padding-left: 23px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.role-menu .roles-menu-box ul li.active,
.role-menu .roles-menu-box ul li.active:hover {
    color: #66cc99;
    background: rgb(240, 250, 245);
    box-shadow: -2px 0 #66cc99;
}
.role-menu .roles-menu-box ul li:hover {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 -2px 3px rgba(0, 0, 0, 0.1);
}
.role-content {
    padding-top: 20px;
    margin-left: 230px;
    padding-left: 25px;
}
.role-content .role-head {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
}
.role-content .role-head .role-name {
    float: left;
    font-size: 18px;
    color: #434d58;
    font-weight: bold;
}
.role-content .role-head .role-delete {
    float: right;
    color: #d9001b;
    cursor: pointer;
    user-select: none;
}
.role-content .role-head .role-delete:hover {
    color: #f5344c;
}
.role-tab {
    border-bottom: 1px solid #e1e1e1;
}
.role-tab .tab-item {
    user-select: none;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    display: inline-block;
}
.role-tab .tab-item.active {
    color: #66cc99;
    box-shadow: 0 -2px #66cc99 inset;
}
.role-tab .tab-item:hover {
    color: #66cc99;
}
.role-table-content {
    padding: 0 15px;
}
.role-table-content .role-right {
    display: none;
}
.role-content .role-user {
    padding-top: 20px;
}
.role-content .table-role-user {
    font-size: 14px;
}
.role-content .table-role-user th,
.role-content .table-role-user td {
    font-weight: normal;
    font-size: 14px;
    padding: 8px 10px;
}
.role-content .table-role-right td {
    padding: 8px 10px;
}
.role-content .table-role-right td label {
    user-select: none;
    color: #333;
    margin: 0 5px;
}
.role-content .table-role-right td input {
    vertical-align: -2px;
    margin-right: 5px;
}
.label-selectall {
    user-select: none;
    float: right;
    margin: 15px;
    color: #333;
}
.label-selectall input {
    vertical-align: -2px;
}
/*我的团队*/
.mt-bg-orange {
    background: #ffb800;
}
.mt-bg-cyan {
    background: #2f4056;
}
.mt-text-green {
    color: #009688;
}
.mt-text-red {
    color: #ff0000;
}
.myitem {
    border-radius: 5px;
    user-select: none;
}
.teamcollection .myitem .title {
    color: #fff;
    height: 75px;
    line-height: 75px;
    font-size: 16px;
    padding-left: 130px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.teamcollection .myitem .current-status {
    background: #fff;
    height: 75px;
    border: 1px solid #dadada;
    border-top: 0;
    position: relative;
    border-radius: 0 0 5px 5px;
}
.teamcollection .myitem .current-status .teamthum-box {
    position: absolute;
    width: 100px;
    height: 100px;
    border: 5px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    top: -50px;
    left: 20px;
}
.teamcollection .myitem .current-status .teamthum-box img {
    max-width: 100%;
    max-height: 100%;
}
.teamcollection .myitem .current-status .mt-operate {
    padding-left: 130px;
    padding-right: 10px;
    line-height: 75px;
}
.teamcollection .myitem .current-status .mt-operate > div {
    cursor: pointer;
    opacity: 0.8;
}
.teamcollection .col-md-4 {
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
    .joininteam-container {
        padding-top: 60px;
    }

    .joininteam-main {
        width: 300px;
    }

    .joininteam-main-box {
        padding: 10px;
    }
}
.st-content .teamtab-box table .usertd img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin: -5px 5px -5px 0;
}
.st-content .teamtab-box table select {
    border: 0;
    outline: none;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    height: 28px;
}
.setteambox {
}
.setteambox input {
    transition: all 0.2s;
    border-radius: 2px;
    border: 1px solid #e1e1e1;
    height: 41px;
    padding: 0 5px;
    width: 250px;
}
.setteambox input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 8px rgba(102, 175, 233, 0.6);
}
.setteambox button {
    margin: 0 5px;
    vertical-align: top;
}

body {
    font-weight: 400;
}
.os-content-tab {
    float: left;
    line-height: 40px;
    font-weight: 400;
}
.os-content-tab ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.os-content-tab ul li {
    position: relative;
    cursor: pointer;
    float: left;
    padding: 0 16px;
    height: 40px;
}
.os-content-tab ul li:hover,
.os-content-tab ul li.active {
    color: #2196f3;
}
.os-content-tab ul li::before {
    position: absolute;
    left: 0;
    content: '|';
    color: #e1e1e1;
}
.os-content-tab ul li:first-child::before {
    content: '';
}

.os-content-block {
    display: table;
    width: 100%;
    padding: 10px 0;
}
/*订单管理*/
.os-ordertable {
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}
.os-ordertable tr td,
.os-ordertable tr th {
    font-size: 14px;
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 14px 15px;
}
.os-ordertable tr th {
    padding: 9px 15px;
}
.os-ordertable tr th:first-child {
    padding: 0 !important;
}
.os-ordertable tr td:first-child {
    text-align: left;
}
.os-ordertable tbody tr td > span {
    display: inline-block; /*padding: 12px 0;*/
}

.os-ordertable .originalAmount {
    width: 157px;
}
.os-ordertable .orderType {
    width: 58px;
}
.os-ordertable .goodsInfo {
}
.os-ordertable .meta {
    margin-bottom: 0;
    color: #999;
}
.os-ordertable .meta i {
    padding-right: 15px;
    font-style: unset;
}

.os-form {
    padding: 5px 0;
    text-align: right;
}
.os-form .form-inline .form-group {
    margin: 0;
    padding: 0;
    font-size: 0;
}
.os-form .form-inline .form-group.is-focused .material-input {
    display: none;
}
.os-form .form-inline .form-group label {
    margin: 0;
    padding: 0 12px 0 24px;
    color: #333;
    vertical-align: middle;
}
.os-form .form-inline .form-group .form-control {
    margin: 0;
    padding: 4px;
    height: 30px;
    border: 1px solid #e1e1e1;
    background-image: unset;
}
.os-form .form-inline .btn {
    margin: 0;
    height: 30px;
    color: #333;
    border-radius: 0;
    background-color: #fff;
    box-shadow: unset;
    border: 1px solid #e1e1e1;
}

.os-orderdetails-block .os-orderdetails-info {
    line-height: 40px;
    padding: 10px 0;
    color: #666;
}
.os-orderdetails-name {
    line-height: 40px;
    color: #333;
}
/*发票管理*/
.invoice-amount {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.make-invoice-btn {
    display: inline-block;
    width: 88px;
    height: 30px;
    background: inherit;
    background-color: rgba(33, 150, 243, 1);
    border: none;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
}
.os-invoicetable {
    width: 100%;
    font-weight: 400;
    margin-top: 20px;
}
.os-invoicetable tr:nth-child(2n) {
    background-color: #d9d9d954;
}
.back-invoice {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../../servicemanage/img/u470.svg);
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 20px;
    cursor: pointer;
}
.invoice-title {
    vertical-align: middle;
}
.divider {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.process-img {
    text-align: center;
}
.round-num {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-color: #1e9fff;
    border-radius: 50%;
    text-align: center;
    line-height: 26px !important;
    font-size: 14px !important;
    color: #fff;
    font-weight: normal !important;
}
.round-text {
    font-weight: 400 !important;
    font-style: normal;
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.866666666666667);
}
.round-line {
    font-weight: normal !important;
    color: #1e9fff;
}
.invoice-info {
    width: 50%;
    margin: auto;
}
.invoice-info .layui-form-label {
    width: 130px !important;
}
.invoice-info .layui-input,
.invoice-info .layui-textarea {
    width: 90%;
}
.invoice-info .layui-form-label.required::before {
    /* 这种写法也可以*/
    content: ' *';
    color: red;
}
.invoicedetails-name {
    margin-top: 15px;
    padding-left: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid gainsboro;
}
.invoicedetails-name strong {
    font-size: 16px;
    padding-right: 10px;
}
.invoicedetails-name span {
    background-color: green;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 29px;
    box-shadow: none;
}
.invoicedetails-info {
    line-height: 40px;
    padding: 10px 0;
    color: #666;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.invoicedetails-info label {
    display: inline-block;
    width: 100px;
}
.invoicedetails-info span {
    color: #000;
}
.invoice-logistics {
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}
.invoice-logistics th {
    text-align: left;
}
.invoice-logistics span {
    text-align: left;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;
    padding-top: 12px;
}
.invoice-logistics tr td,
.invoice-logistics tr th {
    font-size: 14px;
    text-align: center;
    border: 1px solid #e1e1e1;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
}
.invoice-logistics tr th {
    background-color: gainsboro;
}
.invoiceSub {
    float: right;
    margin-right: 51px;
}
#emailD {
    padding-top: 10px;
    display: inline-block;
    color: #30bf78;
    padding-left: 15px;
}
#invoiceAmountD {
    color: #ca6a24;
}
#emailBox {
    padding-bottom: 30px;
    border-bottom: 1px solid gainsboro;
    height: 100px;
}
.prompt-info {
    height: 40px;
    padding-left: 100px;
    color: red;
}
.fpxx-line {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
    /* margin-bottom: 30px; */
}
.js-line {
    position: relative;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 30px;
}
#email-box {
    /* display: none; */
}
.os-appleinvoice-name {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.invoice-head {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}
.invoice-money {
    font-size: 24px;
    color: #2196f3;
    padding-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.invoice-total {
    color: #006eff;
}
.os-invoicetable thead th {
    height: 30px;
    padding-left: 10px;
    background-color: gainsboro;
}
.os-invoicetable tbody td {
    height: 30px;
    padding-left: 10px;
    text-align: left;
}
.os-invoicetable tbody td span {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    height: 25px;
}
.os-caninvoicetable {
    width: 100%;
    font-weight: 400;
    margin-bottom: 20px;
}

/* .os-caninvoicetable tr:nth-child(2n) {
    background-color: #d9d9d954;
} */
.os-caninvoicetable th {
    text-align: left;
    height: 40px;
    background-color: gainsboro;
    padding-left: 5px;
    padding-right: 5px;
}
.os-caninvoicetable td {
    text-align: left;
    border: 1px solid #e1e1e1;
    padding-left: 5px;
    padding-right: 5px;
}
.os-caninvoicetable span {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 30px !important;
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#selectAll {
    display: inline-block;
}
.apply-operation-box {
    border-top: 1px solid #e1e1e1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.apply-operation-box span {
    font-weight: normal !important;
    font-size: 16px !important;
    padding-left: 21px;
}
#dKPamount {
    color: #02a7f0;
    padding-left: 10px;
}
.sqkp-btn {
    display: inline-block;
    width: 100px;
    height: 44px;
    text-align: center;
    color: #fff;
    background-color: #1e9fff;
    float: right;
    padding-left: 0 !important;
    cursor: pointer;
}
/*总览*/
.dashboard .st-content-title {
    color: #333;
    border-bottom: 0px solid #e1e1e1;
    margin-bottom: 20px;
}
.dashboard .st-content-title span {
    font-weight: bold;
    font-size: 18px;
    line-height: 45px;
}
.dashboard .panel {
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-bottom: 25px;
}
.dashboard .panel-heading {
    position: relative;
    padding: 16px 24px;
}
.dashboard .panel-heading .panel-title {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.dashboard .panel-heading .panel-tools {
    position: absolute;
    top: 16px;
    right: 10px;
    margin: 0;
    line-height: 24px;
}
.dashboard .panel-heading .panel-tools .btn-link {
    color: #2196f3;
    padding: 0 5px;
}
.dashboard .panel-body {
    padding: 24px;
    min-height: 204px;
    color: #999;
}

.navbar .navbar-nav > li#awish3dearth > a {
    border-color: rgba(0, 0, 0, 0.6) !important;
}
.navbar .navbar-nav > li#invoiceMenu > a {
    border-color: rgba(0, 0, 0, 0.6) !important;
}
