/*用户中心通用样式*/
.user-center-box {
    width: 100%;
    background: #f8f8f8;
    padding: 20px 0 50px 0;
}

.user-center {
    width: 1200px;
    margin: 0 auto;
}

.right-content {
    float: left;
    width: 990px;
    margin-left: 8px;
    box-sizing: border-box;
}

.right-info {
    min-height: 900px;
    background: #fff;
    padding: 30px;
    padding-bottom: 10px;
}

/* -----  更多筛选条件部分样式   start   ---- */
.more-search {
    margin-top: 12px;
}

.more-search>div {
    width: 33%;
}

.more-search>div>span {
    line-height: 28px;
    display: inline-block;
}

/* -----  更多筛选条件部分样式   end   ---- */

/*搜索部分向右浮动样式*/
.right-float-search,
.left-float-search {
    margin-top: 15px;
}

.right-float-search dl {
    float: right;
    margin-left: 13px;
}

.right-float-search dl:after,
.left-float-search dl:after {
    content: '';
    display: block;
    clear: both;
}

.right-float-search dl dt,
.left-float-search dl dt {
    float: left;
    line-height: 28px;
}

.right-float-search dl dd,
.left-float-search dl dt {
    float: left;
}

/* 搜索部分左边浮动 */
.left-float-search dl {
    float: left;
    margin-left: 13px;
}

/*右边标题样式*/
.right-info-title {
    height: 27px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.right-info-title h2 {
    float: left;
    font-size: 16px;
    font-weight: 700;
    color: #555;
    height: 27px;
    line-height: 27px;
    margin-right: 20px;
}

.right-info-title h2:before {
    content: "";
    float: left;
    height: 16px;
    width: 3px;
    background: #0c6bb4;
    margin: 6px 10px 0 0;
}

/*更多信息a标签样式*/
.right-info-title .more {
    /* float: right; */
    line-height: 27px;
    color: #438cde;
}

.right-info-title .more:hover {
    color: #f42424;
}

/*右边标题tab切换通用样式*/
.right-info-title .tabs {
    float: left;
}

.right-info-title .tabs li {
    float: left;
    line-height: 27px;
    margin-right: 20px;
    border-bottom: 1px solid transparent;
}

.right-info-title .tabs li a {
    font-size: 14px;
    color: #555;
}

.right-info-title .tabs li.active {
    border-bottom-color: #438cde;
    padding-bottom: 4px;
}

.right-info-title .tabs li.active a {
    color: #438cde;
}

.platform-item h2{
    float: none;
}

.platform-item .tabs{
    margin-top: 10px;
}

.platform-item .tabs li{
    margin-right: 15px;
}

.platform-item .tabs li a{ 
    font-size: 12px !important;
}

.platform-item .tabs li:last-child{
    margin-right: 0px;
}

.tabs li a:hover {
    color: #438cde;
}

/*用户中心右边显示内容*/
.right-content-order {
    margin-bottom: 10px;
}

.right-content-order li {
    float: left;
    width: 240px;
    margin-left: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px 30px;
}

.right-content-order li:last-of-type {
    float: right;
}

.right-content-order li:first-of-type {
    margin-left: 0;
}

.right-content .circle {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.right-content-order li:nth-of-type(1) .circle {
    background: #97D142;
}

.right-content-order li:nth-of-type(2) .circle {
    background: #45C9D3;
}

.right-content-order li:nth-of-type(3) .circle {
    background: #EE6CA5;
}

.right-content-order li:nth-of-type(4) .circle {
    background: #B262F6;
}

.right-content-order .sellout-icon {
    background: #aaa;
}

.circle>i {
    font-size: 30px !important;
    font-weight: 100 !important;
    color: #fff !important;
}

.right-content-order .info {
    float: left;
    width: 90px;
    padding-top: 7px;
    font-size: 16px;
    color: #555;
    height: 65px;
    overflow: hidden;
}

.right-content-order a:hover p {
    color: #0199E4;
}

.right-content-order .info span {
    font-size: 25px;
}

.right-content-order li:nth-of-type(1) .info span {
    color: #97D142;
}

.right-content-order li:nth-of-type(2) .info span {
    color: #45C9D3;
}

.right-content-order li:nth-of-type(3) .info span {
    color: #EE6CA5;
}

.right-content-order li:nth-of-type(4) .info span {
    color: #B262F6;
}

/*--  用户中心首页 start  --*/
.user-order-list {
    font-size: 14px;
    margin-bottom: 70px;
}

.no-record {
    height: 104px;
    padding: 100px 0 100px 165px;
    width: auto;
    overflow: hidden;
}

.no-record .no-order {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.no-record .no-order h3 {
    line-height: 25px;
    color: #8c8c8c;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.no-record .no-order a {
    display: inline-block;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    min-width: 50px;
    padding: 0 10px;
    border: 1px solid #438cde;
    color: #438cde;
    margin-top: 15px;
    margin-left: 22px;
}

.no-record .no-order a:hover {
    background: #438cde;
    color: #fff;
}

/*我的订单商品展示部分*/
.order-content-list {
    overflow: hidden;
    padding: 10px 0;
    text-align: left !important;
}

.order-content-list ul li {
    float: left;
    padding-right: 10px;
}

.order-content-list img {
    display: inline-block;
    width: 58px;
    height: 58px;
    border: 1px solid #dcdcdc !important;
}

.order-goods-info {
    width: 310px;
    height: 60px;
    padding-right: 0;
}

.order-goods-info span {
    display: inline-block;
    width: 200px;
    height: 40px;
    overflow: hidden;
    vertical-align: middle;
    margin-left: 15px;
    color: #8c8c8c;
}

.order-goods-price {
    width: 130px;
    padding-top: 18px;
    text-align: center;
}

.order-goods-name {
    width: 160px;
    padding-top: 18px;
    text-align: center;
    color: #8c8c8c;
}

.order-goods-status {
    width: 160px;
    padding-top: 18px;
    color: #333;
    text-align: center;
}

.order-goods-handle {
    width: 120px;
    padding-top: 13px;
    padding-right: 0;
    text-align: right !important;
}

/*店铺收藏部分*/
.shop-collect {
    margin-top: 25px;
    width: 50%;
    float: left;
}

.shop-collect>img {
    display: inline-block;
    width: 100px;
    height: 100px;
}

.shop-collect .shop-info {
    display: inline-block;
    margin-left: 25px;
    vertical-align: middle;
}

.shop-info .shop-name {
    margin-bottom: 25px;
    display: inline-block;
    cursor: pointer;
}

.shop-info .shop-name:hover {
    color: #438cde;
}

.shop-info p {
    color: #b8b8b8;
}

.shop-info p span:last-of-type {
    display: inline-block;
    width: 250px;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*--  用户中心首页 end  --*/

/*--  我的订单 start  --*/
/*订单搜索部分样式*/
.order-search {
    padding: 10px 0;
}

.order-search .search-date,
.order-search>input,
.order-search>button,
.order-search select {
    float: right;
}

.order-search>input {
    margin-right: 20px;
    box-sizing: content-box;
}

.order-search>a i {
    font-size: 12px;
}

.search-date {
    width: 222px;
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 28px;
    line-height: 28px;
    outline: none;
    padding: 0 12px;
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}

.search-date>input {
    border: none;
    outline: none;
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 0;
    width: 75px;
    text-align: center;
    color: #606266;
}

.search-date>span {
    font-size: 14px;
    width: 5%;
    color: #6c6d71;
}

.search-date>i {
    margin-right: 0;
}

/*日期范围选择获取光标样式*/
.order-search .date-active {
    box-shadow: 0 0 0 2px rgba(51, 153, 255, .2);
    border-color: #5cadff;
}

/*订单展示部分*/
.user-order-list {
    margin-top: 10px;
    color: #8c8c8c;
    -webkit-font-smoothing: antialiased;
}

.user-order-list a {
    color: #8c8c8c;
}

.user-order-list .item {
    border: 1px solid #d3d3d3;
    font-size: 12px;
    margin-bottom: 12px;
}

.user-order-list .item-title {
    padding: 5px 10px;
    height: auto;
    line-height: 20px;
    white-space: nowrap;
    border-bottom: 1px solid #d3d3d3;
    background: #FAFAFA;
}

.user-order-list .title-status {
    width: 130px;
    text-align: center;
    padding-top: 10px;
}

.user-order-list .title-status>a:last-of-type {
    margin-bottom: 10px;
}

.user-order-list .title-status span>i {
    font-size: 12px;
    color: #8c8c8c;
}

.user-order-list .title-status>span {
    font-size: 12px;
}

.user-order-list .title-status>span {
    font-size: 14px;
    color: #555;
    display: block;
}

.title-status>a {
    color: #438cde;
    display: block;
    font-size: 12px;
    margin-top: 2px;
}

.title-status>a:hover {
    color: #f42424;
}

.title-info {
    width: 910px;
    overflow: hidden;
}

.title-info a {
    color: #438cde;
}

.title-info .hn-price {
    color: #F32525;
}

.title-info a:hover {
    color: #f42424;
}

.title-info>span {
    float: left;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.title-info .hn-price {
    font-size: 12px;
}

.title-info>span {
    width: 130px;
}

.title-info>span.long {
    width: 195px;
}

.title-info>span.small {
    width: 75px;
}

.item-title>div {
    float: left;
}

.item-content {
    overflow: hidden;
}

.item-content>div {
    float: left;
    border-right: 1px solid #d3d3d3;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

.goods-item>div {
    float: left;
}

.item-content>div:last-of-type {
    border-right: none;
}

.item-content .total-price {
    width: 130px;
    height: 100%;
    text-align: center;
    padding-top: 10px;
}

.item-content .total-price .hn-price {
    font-weight: 500;
}

.goods-info {
    width: 320px;
}

.goods-list .return {
    width: 70px;
    padding-left: 20px;
}

.goods-list .return a {
    color: #438cde;
}

.goods-list .return a:hover {
    color: #f42424;
}

.goods-info .goods-price {
    font-weight: normal;
}

.goods-info .goods-price .refer-price {
    font-size: 12px;
    line-height: 21px;
    float: right;
    color: #8c8c8c;
}

.item-content .handle {
    width: 133px;
    float: right;
    text-align: center;
    padding-top: 10px;
}

.item-content .handle a {
    margin-bottom: 5px;
    width: 80px;
    box-sizing: border-box;
    text-align: center;
}

.goods-name {
    margin-bottom: 7px;
    padding-left: 10px;
}

.goods-name>a:hover {
    color: #438cde;
}

.goods-item {
    border-bottom: 1px solid #d3d3d3;
    padding: 10px;
    width: 480px;
}

.goods-item:nth-of-type(3) {
    border-bottom: none;
}

.goods-item+.border {
    border-bottom: 1px solid #d3d3d3;
}

.goods-list .goods-item:last-of-type {
    border-bottom: none;
}

.ellipsis-box {
    padding: 0 0 8px 22px;
}

.ellipsis-box>a {
    color: #438cde;
}

/*订单显示更多商品部分*/
.goods-list .ellipsis {
    color: #333;
    letter-spacing: 1px;
    margin: 0 0 10px 10px;
    display: block;
}

.goods-list>a {
    color: #438cde;
    font-size: 12px;
}

.goods-list>a i {
    font-size: 12px;
    margin-left: 5px;
}

/*--  我的订单 end  --*/

/*--  基础信息 start  --*/
.user-base-info {
    position: relative;
    color: #8c8c8c;
}

.base-info-item dl {
    display: block;
    margin-bottom: 15px;
    position: relative;
    float: left;
    width: 100%;
}

.base-info-item dl dt {
    float: left;
    width: 15%;
    box-sizing: border-box;
    text-align: right;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.base-info-item dl dd {
    float: left;
    width: 85%;
    height: 40px;
    line-height: 40px;
}

.base-info-item dl dd input[type="text"],
.base-info-item dl dd select {
    margin-top: 4px;
}

.base-info-item dl:last-of-type dd {
    height: 64px;
}

.base-info-item dl dd span {
    line-height: 40px;
    font-size: 14px;
}

.radio-item {
    float: left;
}

.radio-item input {
    vertical-align: middle;
}

.radio-item label {
    cursor: pointer;
    margin-right: 20px;
    font-size: 14px;
    margin-left: 4px;
}

.base-info-btn {
    display: block;
    clear: both;
    width: 100%;
    padding-left: 139px;
    padding-top: 15px;
}

.base-info-pic {
    position: absolute;
    width: 120px;
    height: 120px;
    overflow: hidden;
    top: 20px;
    right: 100px;
    cursor: pointer;
}

.base-info-pic img {
    border: none;
}

.base-info-pic .change-pic {
    display: block;
    position: absolute;
    width: 200px;
    height: 25px;
    left: 0;
    bottom: -25px;
    color: #fff;
    transition: all 0.4s ease;
    cursor: pointer;
}

.base-info-pic .shadow {
    position: absolute;
    height: 25px;
    width: 200px;
    background: #000;
    opacity: 0.5;
}

.base-info-pic .change-pic span {
    position: relative;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding-left: 12px;
}

/*--  基础信息 end  --*/

/*--  订单详情 start  --*/
.order-detail-title {
    overflow: hidden;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 500px;
    color: #f43434;
    font-size: 14px;
    line-height: 1.8;
    padding-left: 10px;
}

.order-detail-title p span {
    margin-right: 25px;
}

.order-steps {
    width: 100%;
    height: 60px;
    overflow: hidden;
    color: #999;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.order-steps .order-step-item i {
    margin-right: 0;
}

.order-step-item {
    float: left;
    height: 60px;
    box-sizing: border-box;
}

.step-head {
    height: 32px;
    line-height: 40px;
    margin-top: 5px;
}

.step-head .step-icon {
    display: inline-block;
    width: 24px;
    text-align: center;
    line-height: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ccc;
    font-size: 14px;
}

.step-head>span:nth-of-type(2) {
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px;
}

.step-head>span i:first-of-type,
.step-head>span i:last-of-type {
    display: none;
}

.step-main {
    height: 20px;
    line-height: 20px;
    padding-left: 36px;
}

.step-line {
    display: inline-block;
    width: 85px;
    height: 1px;
    background: #ccc;
    vertical-align: middle;
}

/*备注信息只显示两行*/
.order-step-item .remark-info {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    font-size: 12px;
    padding-left: 34px;
    box-sizing: border-box;
    overflow-wrap: break-word;
}

/*已完成步骤样式*/
.order-steps .visited span i:first-of-type {
    display: block;
}

.order-steps .visited span i:last-of-type,
.order-steps .visited span i:nth-of-type(2) {
    display: none;
}

.order-steps .visited .step-head .step-icon {
    border-color: #2d8cf0;
    color: #2d8cf0;
}

.order-steps .visited .step-line {
    background: #2d8cf0;
}

/*审批不通过部分样式*/
.order-steps .error span i:last-of-type {
    display: block;
}

.order-steps .error span i:first-of-type,
.order-steps .error span i:nth-of-type(2) {
    display: none;
}

.order-steps .error .step-head .step-icon {
    border-color: #F32525;
    color: #F32525;
}

.order-steps .error .step-line {
    background: #2d8cf0;
}

/*进行中步骤样式*/
.order-steps .going .step-head span:first-of-type {
    background: #2d8cf0;
    color: #fff;
}

.order-steps .going .step-head span:nth-of-type(2) {
    color: #666;
}

.order-detail-list {
    border-top: 1px solid #d2d2d2;
    font-size: 14px;
    padding: 25px 0;
    color: #8c8c8c;
}

.detail-list-title {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 24px;
}

.detail-list-title h2 {
    font-size: 16px;
    color: #555;
}

.detail-content-item {
    overflow: hidden;
    margin-bottom: 10px;
}

.detail-content-item .item-label {
    display: inline-block;
    min-width: 100px;
}

/*商品订单table样式*/
.order-tetail-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    color: #8c8c8c;
    text-align: left;
}

.order-tetail-table thead {
    background: #f8f8f8;
}

.order-tetail-table thead th {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
}

.order-tetail-table thead th:first-of-type {
    padding: 10px 20px;
}

.order-tetail-table tbody td {
    padding: 10px;
}

.order-tetail-table tbody td:first-of-type {
    padding: 10px 20px;
}

.order-tetail-table .img {
    float: left;
}

.table-goods-name {
    float: left;
    width: 332px;
    margin-left: 10px;
    /*商品名最多显示两行，超出省略号显示*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.order-tetail-table tbody tr {
    border-bottom: 1px solid #d2d2d2;
}

.order-detail-total {
    color: #8c8c8c;
    text-align: right;
    font-size: 14px;
    margin-top: 30px;
}

.order-detail-total dl {
    overflow: hidden;
    margin: 10px 0;
}

.order-detail-total dl dt {
    float: right;
    width: 180px;
    margin-right: 180px;
}

.order-detail-total dl dd {
    float: right;
    width: 180px;
    color: #555;
    margin-right: -360px;
}

.order-detail-total dl:last-of-type dd {
    color: #f43434;
    font-size: 24px;
    font-weight: bolder;
}

.order-detail-total dl:last-of-type dt {
    line-height: 33px;
}

.order-detail-shop {
    padding: 10px 0;
}

.order-detail-shop a {
    font-size: 14px;
    margin-left: 5px;
    vertical-align: middle;
}

/*审批人流程*/
.check-flow {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}

.check-flow .order-steps {
    margin-bottom: 0;
}

.check-flow .order-steps .step-line {
    width: 80px;
}

.check-flow .order-steps .step-main {
    font-size: 12px;
}

.check-flow .order-steps .step-main .hn-price {
    font-size: 12px;
}

/*审批人审批不通过*/
.not-allow .step-main {
    color: #f43434;
}

/*--  订单详情 end  --*/

/*--  账户安全 start  --*/
.user-safe-level {
    float: left;
    line-height: 27px;
}

.user-safe-level .level-word,
.user-safe-level .level-progress,
.user-safe-level .level-tip {
    float: left;
}

.user-safe-level .level-word {
    margin-right: 10px;
    transition: all .2s;
}

.user-safe-level.level-1 .level-word,
.user-safe-level.level-2 .level-word,
.user-safe-level.level-3 .level-word {
    color: #f43434;
}

.user-safe-level.level-4 .level-word {
    color: #FF7A05;
}

.user-safe-level.level-5 .level-word,
.user-safe-level.level-6 .level-word {
    color: #3CD400;
}

.user-safe-level .level-progress {
    height: 3px;
    background: #d2d2d2;
    font-size: 0;
    width: 250px;
    position: relative;
    margin-top: 11px;
    margin-right: 20px;
}

.user-safe-level .level-progress:before,
.user-safe-level .level-progress:after {
    content: "";
    position: absolute;
    transition: all .2s;
}

.user-safe-level .level-progress:before {
    height: 3px;
    background: #000;
    left: 0;
    top: 0;
}

.user-safe-level.level-1 .level-progress:before,
.user-safe-level.level-2 .level-progress:before,
.user-safe-level.level-3 .level-progress:before {
    width: 33%;
    background: #f43434;
}

.user-safe-level.level-4 .level-progress:before {
    width: 67%;
    background: #FF7A05;
}

.user-safe-level.level-5 .level-progress:before,
.user-safe-level.level-6 .level-progress:before {
    width: 100%;
    background: #3CD400;
}

.user-safe-level .level-progress:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #d2d2d2;
    background: #fff;
    left: 0;
    top: -4px;
}

.user-safe-level.level-1 .level-progress:after,
.user-safe-level.level-2 .level-progress:after,
.user-safe-level.level-3 .level-progress:after {
    left: 33%;
}

.user-safe-level.level-4 .level-progress:after {
    left: 67%;
}

.user-safe-level.level-5 .level-progress:after,
.user-safe-level.level-6 .level-progress:after {
    left: 99%;
}

.user-safe-level .level-tip {
    color: #ffa450;
}

.user-safe-list .item {
    padding: 44px 0;
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}

.user-safe-list .item-icon {
    float: left;
    width: 46px;
    height: 46px;
    color: #9ed440;
    padding-top: 5px;
}

.user-safe-list .item-icon-green {
    color: #9ed440;
}

.user-safe-list .item-icon-org {
    color: #fc0;
}

.user-safe-list .item-icon-red {
    color: #f42424;
}

.user-safe-list .item-icon i {
    font-size: 24px;
}

.user-safe-list .item-info {
    float: left;
}

.user-safe-list .item-info .info-name {
    font-size: 16px;
    color: #555;
    font-weight: bold;
    margin-bottom: 2px;
}

.user-safe-list .item-info p {
    font-size: 14px;
    color: #8c8c8c;
}

.user-safe-list .item-handle {
    float: right;
}

.user-safe-list .item-handle .handle-btn {
    width: 118px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    color: #8c8c8c;
    text-align: center;
    font-size: 14px;
}

.user-safe-list .item-handle .handle-btn:hover,
.user-safe-list .item-handle .handle-btn-red {
    border-color: #438cde;
    color: #438cde;
}

/*--  账户安全 end  --*/

/*--  信息修改 start  --*/
.stepflex {
    display: inline-block;
    display: block;
    border-top: 5px solid #ccc;
    text-align: center;
    margin: 80px auto;
    width: 780px;
    color: #8c8c8c;
}

.stepflex dl {
    float: left;
    position: relative;
    width: 260px;
    top: -5px;
    border-top: 5px solid #ccc;
}

.stepflex dl.doing {
    border-top-color: #2d8cf0;
}

.stepflex dl .s-num {
    position: relative;
    margin: -15px auto 5px;
    color: #fff;
    font-weight: 700;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    background-color: #ccc;
}

.stepflex dl.doing .s-num {
    background-color: #2d8cf0;
}

.stepflex dl.doing .s-text {
    color: #438cde;
}

.change-info-form {
    font-size: 14px;
    padding: 1px 0;
    color: #8c8c8c;
}

.change-info-form dl {
    padding: 15px 0;
}

.change-info-form dl:after {
    content: "";
    display: block;
    clear: both;
}

.change-info-form dl dt {
    text-align: right;
    float: left;
    width: 35% !important;
    width: 90px;
    height: 22px;
    line-height: 22px;
    padding: 9px;
}

.change-info-form dl dd {
    width: 60%;
    text-align: left;
    float: left;
    line-height: 40px;
}

.change-info-form dl dd .get-code {
    margin-left: 10px;
    display: inline-block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f0f0f0;
    font-size: 12px;
}

.change-info-form dl dd .get-code:hover {
    color: #438cde;
}

.change-info-form .code-pic {
    margin-left: 10px;
}

/*重置成功样式*/
.reset-success {
    margin-top: 110px;
}

.reset-success>div {
    text-align: center;
}

.reset-success>div i {
    display: inline-block;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 2px solid;
    border-radius: 50%;
    font-size: 26px;
    background: #0ecb3a;
    color: #fff;
}

.reset-success>h2 {
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    font-weight: bold;
}

/*--  信息修改 end  --*/

/*--  收货地址 start  --*/
.right-info-title h3 {
    line-height: 30px;
    color: #8c8c8c;
    text-align: right;
}

.address-list {
    margin: 10px -10px;
    font-size: 14px;
    overflow: hidden;
    color: #8c8c8c;
}

.address-list li {
    width: 25%;
    float: left;
}

.address-list li .address-inner {
    margin: 10px;
    border: 1px dashed #d2d2d2;
    background: #fff;
    padding: 10px;
}

.address-list .head {
    line-height: 27px;
    height: 30px;
    background: none;
}

.address-list .head .handle {
    float: right;
    display: none;
    font-size: 12px;
}

.address-list .head .handle a {
    color: #438cde;
    margin-left: 7px;
}

.address-list .head .title .name {
    font-size: 13px;
    color: #555;
    margin-right: 10px;
    vertical-align: middle;
}

.address-list .head .title .province,
.address-list .head .title .position {
    margin-right: 5px;
}

.address-list .head .title .tag {
    font-size: 12px;
    background: #FD9125;
    color: #fff;
    padding: 0 2px;
}

.address-list .body {
    height: 60px;
    font-size: 12px;
}

.address-list .address-add {
    height: 90px;
    display: block;
    text-align: center;
    color: #8c8c8c;
    overflow: hidden;
}

.address-list .address-add:hover {
    color: #438cde;
}

.address-list .address-add .iconfont {
    font-size: 30px;
    margin-top: 20px;
    display: block;
}

.address-list li:hover .handle {
    display: block;
}

/*新增收货人地址*/
.add-address {
    color: #8c8c8c;
    font-size: 14px;
}

.add-address dl {
    margin: 23px 0;
}

.add-address dl:after {
    display: block;
    content: '';
    clear: both;
}

.add-address dl dt {
    float: left;
    min-width: 110px;
    text-align: right;
    height: 22px;
    line-height: 32px;
}

.add-address dl dt span {
    vertical-align: middle;
    margin-right: 3px;
}

.add-address dl dd {
    float: left;
    line-height: 40px;
}

.add-address dl dd select {
    margin-right: 8px;
}

.add-address dl dd input[type="checkbox"] {
    margin-right: 5px;
}

.address-submit-box {
    margin: 20px 0 20px 127px;
}

.address-submit-box a {
    font-size: 14px;
}

.address-submit-box .hn-btn:first-of-type {
    margin-right: 8px;
}

/*改变select2的边框颜色*/
.select2-container--default .select2-selection--single {
    border-color: #d7dde4 !important;
}

/*--  收货地址 end  --*/

/*--  所有订单 start  --*/
.all-orders-search dl {
    float: left;
    margin-left: 15px;
}

.all-orders-search dl:first-of-type,
.all-orders-search dl:nth-of-type(2) {
    width: 194px;
}

.all-orders-search dl:first-of-type,
.all-orders-search dl:nth-of-type(5) {
    margin-left: 0 !important;
}

.all-orders-search dl:after {
    content: "";
    display: block;
    clear: both;
}

.all-orders-search dl dt {
    float: left;
    line-height: 32px;
    color: #8c8c8c;
}

.all-orders-search dl dd {
    float: left;
}

.all-orders-search dl dd input {
    box-sizing: content-box;
}

.all-orders-search dl dd button {
    font-size: 14px;
}

/*--  所有订单 end  --*/

/*--  修改密码 start  --*/
.change-psw-ul {
    padding: 50px 20px;
    font-size: 14px;
}

.change-psw-ul li>div {
    float: left;
    margin-bottom: 10px;
    line-height: 32px;
}

.change-psw-ul li>div:first-of-type {
    width: 150px;
    text-align: right;
}

.change-psw-ul li>div>button {
    font-size: 14px;
}

.change-psw-ul li>div i {
    vertical-align: middle;
}

/*--  修改密码 end  --*/

/*--  成员管理 start  --*/
.users-search dl {
    float: left;
    margin-right: 13px;
    margin-bottom: 8px;
}

.users-search dl:last-of-type {
    margin-right: 0px;
}

.users-search dl:after {
    content: "";
    display: block;
    clear: both;
}

.users-search dl dt {
    width: 60px;
    float: left;
    line-height: 28px;
    color: #8c8c8c;
}

.right-info .write-off-search dl dt{
    width: 0px !important;
}

.write-off-search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.write-off-search dl{
    width: 23%;
}

.write-off-search dl dd{
    width: 100%;
}
.write-off-search dl dd .search-date{
    width: 100%;
}

.right-info .users-search .write-off-search-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-info .users-search .write-off-search-bottom dl{
    width: 18%;
}

.right-info .users-search .write-off-search-bottom dl dd{
    width: 100%;
}

.users-search dl dd {
    float: left;
}

.users-search dl dd input {
    box-sizing: content-box;
    width: 85px;
}

/*--  成员管理 end  --*/

/*--  成员管理添加成员 start  --*/
.add-user-form {
    margin-top: 25px;
}

.add-user-form:after {
    content: '';
    display: block;
    clear: both;
}

.add-user-form dl {
    float: left;
}

.add-user-form dl:first-of-type {
    width: 330px;
}

.add-user-form dl:nth-of-type(2) {
    width: 190px;
}

.add-user-form dl:nth-of-type(3) {
    width: 160px;
}

.add-user-form dl:nth-of-type(4) {
    width: 165px;
}

.add-user-form dl:last-of-type {
    width: 80px;
}

.add-user-form dl dd {
    width: auto !important;
}

.add-user-form dl dt {
    width: auto !important;
}

/*--  成员管理添加成员 end  --*/

/*--  店家首页 start  --*/
.right-content>.shop-center {
    min-height: 150px !important;
}

.shop-center .right-info-title span {
    line-height: 27px;
    color: #8c8c8c;
}

.shop-center .right-info-title span em {
    font-weight: normal;
    font-size: 12px;
}

.shop-img-box {
    padding: 25px;
    float: left;
    width: 200px;
    overflow: hidden;
}

.shop-center-info {
    color: #8c8c8c;
    font-size: 14px;
    float: left;
    width: 600px;
    margin-top: 45px;
    box-sizing: border-box;
    padding-left: 40px;
}

.shop-center-info dl:after {
    content: '';
    display: block;
    clear: both;
}

.shop-center-info dl dt {
    float: left;
    margin-right: 8px;
    font-weight: bold;
}

.shop-center-info dl dd {
    float: left;
    width: 450px;
}

.shop-center-info dl:last-of-type dd {
    font-size: 12px;
}

.shop-center .right-content-order {
    margin-top: 45px;
}

.shop-center .right-content-order li {
    width: 220px;
}

.shop-center .right-content-order .circle {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.shop-center .right-content-order .circle>i {
    font-size: 23px !important;
}

.shop-center .right-content-order .info {
    padding-top: 0;
    font-size: 14px;
    color: #8c8c8c;
}

.shop-center .right-content-order .info span {
    font-size: 20px;
}

.sell-info-table {
    width: 600px;
    margin-top: 45px;
    color: #8c8c8c;
    line-height: 24px;
}

.sell-info-table tr td {
    text-align: center;
}

/*帮助列表*/
.shop-help-list {
    margin-right: -75px;
    padding-top: 10px;
}

.shop-help-list li {
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
}

.shop-help-list li:before {
    content: "";
    margin-top: 7px;
    font-size: 0;
    height: 4px;
    width: 4px;
    background: #8B8B8B;
    float: left;
    margin-right: 10px;
}

/*--  店家首页 end  --*/

/*--  商家信息 start  --*/
.right-seller-info {
    color: #8c8c8c;
}

.right-seller-info .seller-status {
    font-size: 14px;
    padding: 15px;
}

.right-seller-info .edit-btn {
    font: normal 12px/20px arial;
    color: #fff;
    background-color: #006DCC;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 20px;
    padding: 0 10px;
    margin-right: 2px;
    border: 1px solid #B3B3B3;
    cursor: pointer;
}

.right-seller-info .edit-btn i {
    font-size: 12px;
    margin-right: 5px;
}

.right-seller-info .edit-btn:hover {
    background: #0044cc;
}

.right-seller-info .hn-btn {
    line-height: normal;
}

.right-seller-info i {
    vertical-align: middle;
}

.right-seller-info dl dd img {
    border: 1px dashed #dedede;
    margin-bottom: 5px;
}

/*--  商家信息 end  --*/

/*--  待审核产品列表 start  --*/
.not-pass-search dl {
    float: right;
    margin-left: 13px;
}

.not-pass-search dl:after {
    content: '';
    display: block;
    clear: both;
}

.not-pass-search dl dt {
    float: left;
    line-height: 28px;
}

.not-pass-search dl dd {
    float: right;
}

.goods-list-table td {
    border-bottom: none !important;
}

.goods-list-table tbody tr {
    line-height: 20px;
    border: 1px solid #dddee1;
}

.arrow-icon>i {
    color: #1E9FFF;
}

/*--  待审核产品列表 end  --*/

/*--  商家商品库 start  --*/

/*搜索某商品展示样式*/
.business-goods {
    margin-top: 20px;
}

.business-goods-show {
    width: 220px;
    height: 367px;
    border: 1px solid #E6E6E6 !important;
    float: left;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 16px;
    position: relative;
}

.business-goods-show:nth-of-type(4n) {
    margin-right: 0;
}

.goods-pic {
    display: block;
    width: 220px;
    height: 200px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}

.goods-price {
    padding: 0 10px;
    color: #ff0047;
}

.goods-price span:nth-of-type(2) {
    font-size: 15px;
    margin-left: -5px;
}

.old-price {
    font-size: 12px;
    text-decoration: line-through;
    color: #ccc;
    margin-left: 5px;
}

.right-goods-name>a {
    display: block;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 7px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    cursor: pointer;
    margin-bottom: 8px;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.right-goods-name>a:hover,
.goods-shop-name span:hover {
    color: #4195f3;
}

.business-goods-show i {
    font-size: 16px;
}

.product-handle{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.goods-handle {
    padding: 0px 10px 0 10px;
}

.goods-handle:after {
    content: '';
    display: block;
    clear: both;
}

.goods-handle a,
.goods-handle .addcart {
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
    padding-left: 10px;
    transition: color .3s;
}

.goods-handle a {
    width: 80px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin-right: 5px;
    color: #a29a9a;
}

.goods-handle a:hover,
.goods-handle .addcart:hover {
    color: #ff0047;
    border-color: red;
}

.goods-handle i {
    vertical-align: middle;
    margin-right: 8px;
}

.goods-handle .addcart {
    float: left;
    width: 110px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    color: #ff0047;
}

.goods-evaluate {
    width: 220px;
    height: 24px;
    box-sizing: border-box;
    padding: 5px 10px 0 10px;
}

.goods-evaluate i {
    font-size: 12px;
}

.goods-evaluate>span:first-of-type {
    margin-right: 10px;
    font-size: 10px;
}

.goods-evaluate>span:first-of-type i {
    color: red;
}

.goods-evaluate>span:nth-of-type(2) {
    color: #ed6a67;
}

.goods-shop-name {
    display: block;
    padding: 0 10px 10px 10px;
}

.goods-shop-name img {
    vertical-align: middle;
    cursor: pointer;
}

.goods-shop-name span {
    display: inline-block;
    height: 17px;
    vertical-align: -2px;
    cursor: pointer;
}

.business-goods-show .del-box {
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 9;
    background: #000;
    opacity: 0.5;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.business-goods-show:hover .del-box {
    display: block !important;
}

.business-goods-show .del-box i {
    font-size: 18px;
}

.batch-handle {
    line-height: 27px;
    float: right;
    margin-right: 15px;
}

.batch-handle a {
    margin-right: 5px;
}

/*右上角三角形*/
.batch-handle-box {
    position: absolute;
    z-index: 9;
    width: 0;
    height: 0;
    border-top: 55px solid #000;
    border-left: 55px solid transparent;
    top: 0;
    right: -1px;
    opacity: 0.5;
}

.batch-handle-box i {
    position: absolute;
    bottom: 21px;
    right: 3px;
    font-size: 25px !important;
    color: #fff;
    opacity: 0.5;
}

.batch-handle-border {
    border-color: #ccc1c1 !important;
}

/*显示多选按钮时，不再显示删除按钮*/
.business-goods .batch-handle-border .del-box {
    display: none !important;
}

/*被选中状态样式*/
.business-goods .goods-checked {
    border-color: #1556B6 !important;
}

.business-goods .goods-checked .batch-handle-box {
    border-top: 55px solid #1556B6;
    opacity: 1;
}

.business-goods .goods-checked .batch-handle-box i {
    opacity: 1;
}

/*失效商品*/
.invalid-goods .goods-price>span:nth-of-type(2),
.invalid-goods .goods-evaluate>span>span,
.invalid-goods .goods-evaluate>span>i {
    color: #999;
}

/*--  商家商品库 end  --*/

/*--  提示信息 start  --*/
.remind-info {
    background: #fef6eb;
    padding: 10px 0;
}

.remind-info .remind-icon,
.remind-info-err .remind-icon {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.remind-info .remind-icon i {
    font-size: 35px;
    color: #e9a03d;
}

.remind-info .remind-cont,
.remind-info-err .remind-cont {
    float: left;
    width: 880px;
}

.remind-cont h3 {
    font-size: 14px;
    font-weight: bold;
    color: #d9aa5e;
}

.remind-cont p {
    color: #dcb078;
}

.remind-cont p em {
    font-weight: 600;
    color: #F30;
}

.remind-info-err {
    background: #fef0f0;
    padding: 10px 0;
}

.remind-info-err .remind-icon i {
    font-size: 35px;
    color: #f56c6c;
}

.remind-info-err .remind-cont h3 {
    font-size: 14px;
    font-weight: bold;
    color: #f56c6c;
}

.remind-info-err .remind-cont p {
    color: #f56c6c;
}

/*--  提示信息 end  --*/

/*--  商家经营许可及授权 start  --*/
.shop-license li {
    float: left;
    width: 62px;
    height: 72px;
    overflow: hidden;
    margin: 0 4px 4px 0;
}

.shop-license li img {
    border: none !important;
}

.shop-license li.add {
    width: 58px;
    display: block;
    line-height: 70px;
    text-align: center;
    border: 1px dashed #dcdee2;
    border-radius: 4px;
    transition: border-color .2s ease;
    cursor: pointer;
}

.shop-license .add i {
    font-size: 20px;
    color: #8c939d;
}

.shop-license .add:hover {
    border: 1px dashed #2d8cf0;
}

.shop-license .item {
    position: relative;
}

.shop-license .item .cover {
    border-radius: 4px;
    position: relative;
    z-index: 9;
    width: 62px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    top: -75px;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.shop-license .item .cover i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}

.shop-license .item:hover .cover {
    display: block;
}

/*--  商家经营许可及授权 end  --*/


/*--  审批人抄送人 start  --*/
.tag-input-box {
    position: relative;
    display: inline-block;
}

.remind-select {
    position: absolute;
    left: 10px;
    border: 1px solid #d7dde4;
    top: 32px;
    width: 74px;
    border-top: none;
    max-height: 160px;
    background-color: #fff;
    overflow-y: scroll;
}

#remind-person-name {
    margin: 0 0 1px 10px;
    width: 60px;
}

.remind-select>div {
    padding-left: 8px;
    cursor: pointer;
}

.remind-select>div:hover {
    background-color: #f5f7fa;
}

#remind-person .hn-tag-close {
    margin-bottom: 12px;
}

/*--  审批人抄送人 end  --*/

/*--  申请退货 start  --*/
.return-product .left {
    width: 630px;
    box-sizing: border-box;
    float: left;
    padding: 15px 15px 0 0;
}

.return-product .right {
    width: 300px;
    box-sizing: border-box;
    float: right;
    border: 1px solid #DDD;
    border-top: none;
    padding: 5px;
}

.return-product .order-steps {
    margin: 25px 0 10px 50px;
}

.return-product .order-steps .step-head {
    height: 34px;
}

.return-product .order-steps .step-line {
    width: 116px;
}

.step-name ul li {
    float: left;
    width: 25%;
    text-align: center;
    font-weight: bold;
    color: #777;
}

.return-info {
    padding-top: 30px;
}

.return-info h4,
.return-product .right h3 {
    font-weight: 600;
    line-height: 22px;
    color: #555;
    clear: both;
    background-color: #F5F5F5;
    padding: 5px 0 5px 12px;
    border-bottom: solid 1px #E7E7E7;
}

.return-info .hn-form dl dt {
    width: 25%;
}

.return-info .hn-form dl dd {
    width: 65%;
}

.return-info .hn-form dl dd em {
    color: #F32525;
}

.right .product-list .item {
    border-bottom: 1px dotted #D8D8D8;
}

.right .product-list .item>div {
    float: left;
}

.right .product-list .item>div:last-of-type {
    float: right;
    width: 230px;
}

.right .product-list .item>div:last-of-type a {
    display: block;
    width: 100%;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.return-product .right i {
    font-size: 12px;
}

.return-product .right dl dt,
.return-product .right dl dd {
    line-height: 15px;
}

.return-detail .left dl {
    border-bottom: 1px dotted #D8D8D8;
}

.return-product .right .more {
    margin-left: 25px;
    position: relative;
    z-index: 1;
}

.return-product .right .more .more-content {
    background-color: #FBFBFB;
    display: none;
    width: 268px;
    padding: 10px;
    border: solid 1px #CCC;
    position: absolute;
    z-index: 1;
    right: -20px;
    top: 25px;
    box-shadow: 2px 2px 0 rgba(153, 153, 153, 0.15);
}

.return-product .right .more:hover .more-content {
    display: block;
}

.return-product .right .more .more-content i {
    width: 11px;
    height: 6px;
    position: absolute;
    z-index: 2;
    top: -10px;
    right: 42px;
    color: #CCC;
    font-size: 20px;
}

.return-product .right .more-content li {
    line-height: 24px;
    color: #888;
}

.return-product .right .more-content li span {
    color: #666;
}

/*--  申请退货 end  --*/

/*--  退货列表 start  --*/
.return-list-title ul {
    border-bottom: 1px solid #e2dede;
    border-top: 1px solid #e2dede;
    margin-top: 8px;
}

.return-list-title ul li {
    float: left;
    color: #8c8c8c;
    height: 35px;
    line-height: 35px;
    width: 100px;
    text-align: center;
}

.return-product-list ul li {
    float: left;
    padding: 5px;
    box-sizing: border-box;
    width: 100px;
    overflow: hidden;
    text-align: center;
}

.return-product-list div a,
.seller-return-cont div a {
    color: #438cde;
}

/*--  退货列表 end  --*/

/*--  商家退货列表 start  --*/
.right-info .seller-return-title li {
    width: 75px;
}

.seller-return-cont {
    color: #8c8c8c;
    border-bottom: 1px solid #e2dede;
    padding: 5px 0;
}

.seller-return-cont ul li {
    float: left;
    width: 75px;
    text-align: center;
    overflow: hidden;
    padding: 5px 0;
    line-height: 70px
}

.seller-return-cont ul li div {
    text-align: left;
    line-height: 15px;
}

.seller-return-cont ul li span {
    line-height: 15px;
}

/*--  商家退货列表 end  --*/

/*--  个人中心预置订单页面 start  --*/
.account_MyCart li div:last-child {
    float: left;
    text-align: left;
    margin-right: 0;
}

.account_MyCart li {
    height: 100px;
    padding: 10px 0;
    float: left;
    margin: 0 15px 0 10px;
    border-bottom: 0;
}

.wish-list-sort {
    background: #f2f2f2;
    margin: 20px 0 15px 0;
    padding: 10px;
}

.wish-list-sort .filter-bar {
    float: left;
    padding: 0 10px;
}

.wish-btn-box {
    padding: 5px 0;
}

.wish-btn-box a {
    margin-left: 15px;
}

.wish-product-item input {
    margin-top: 40px;
    float: left;
}

.wish-product-item .img-box {
    float: left;
}

.wish-product-item .img-box img {
    border: 1px solid #ccc;
}

.wish-product-item .detail {
    text-align: left;
}

.wish-product-item .detail .pro-name {
    height: 50px;
}

.wish-product-item .detail .pro-name .name {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wish-product-item .detail .shop-name {
    height: 30px;
}

.wish-product-item .detail .pro-price {
    width: 201px;
    display: block;
}

.account_MyCart .dotted-line {
    border-bottom: 1px dotted #d2d2d2;
    padding-top: 125px;
}

/*--  个人中心预置订单页面 end  --*/

/*--  添加商品规格组合商品list输入框样式 start  --*/
#stockSetTabel input[type='text'] {
    border: 1px solid #d2d2d2;
    padding-left: 3px;
    width: 40px;
}

#stockSetTabel input[type='text'].long {
    width: 120px;
}

#stockSetTabel input[type='text']:focus {
    zoom: 1.3;
}

.spec_div_cl ul li {
    float: left;
    list-style-type: none;
    width: 25%;
    line-height: 35px;
    font-size: 12px;
    text-align: left;
}

#stockSetTabel tbody tr td {
    text-align: center;
}

/*去掉商品规格下面form的td的padding值*/
#stockSetTabel tbody tr td {
    padding: 0px;
}

/* 移除th的padding值 */
#stockSetTabel thead th {
    padding: 0;
    text-align: center;
}

#stockSetTabel thead th i {
    vertical-align: middle;
    color: #F32525;
    margin-right: 2px;
    font-weight: normal;
}

#brandTd .select2-container,
#brandTd .select2-search__field {
    width: 300px !important;
}

/*--  添加商品规格组合商品list输入框样式 end  --*/

/* 物流公司顶部信息样式 */
.order-detail-list .delivery-box {
    float: left;
    margin-right: 30px;
}

.order-detail-list .delivery-box .title,
.order-detail-list .delivery-box .cont {
    float: left;
}

.order-detail-list .delivery-box .cont {
    font-weight: bold;
}

/* --- 订单详情上传附件样式  start --- */
.upload-order-file {
    position: relative;
    display: inline-block;
    border: 1px solid #d7dde4;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #666;
    text-decoration: none;
    text-indent: 0;
    line-height: 14px;
}

/* 上传图片按钮样式调整 */
.upload-imgs .add .upload-order-file {
    padding: 30px 20px;
    border: none;
}

.upload-order-file input {
    position: absolute;
    height: 60px;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}

.upload-order-file:hover {
    border-color: #5cadff;
    color: #5cadff;
    text-decoration: none;
}

.upload-file-box {
    float: left;
}

.upload-files li {
    margin-top: 10px;
    line-height: 25px;
    height: 25px;
    padding: 0 5px;
}

.upload-files li:hover {
    background-color: #f5f7fa;
}

.upload-files li span {
    color: #606266;
    float: left;
    width: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.upload-files li:hover span {
    color: #409eff;
}

.upload-files li .icon-wenjian {
    margin-right: 3px;
    font-size: 12px;
    float: left;
}

.upload-files li .icon-close {
    vertical-align: middle;
    font-weight: bold;
    display: none;
    cursor: pointer;
    float: left;
}

.upload-files li:hover .icon-close {
    display: inline-block;
}

/*--  下单上传图片 start  --*/
.upload-imgs {
    margin-top: 10px;
}

.upload-imgs li {
    float: left;
    width: 62px;
    height: 72px;
    overflow: hidden;
    margin: 0 4px 4px 0;
}

.upload-imgs li img {
    border: none !important;
}

.upload-imgs li.add {
    width: 58px;
    display: block;
    line-height: 70px;
    text-align: center;
    border: 1px dashed #dcdee2;
    border-radius: 4px;
    transition: border-color .2s ease;
    cursor: pointer;
}

.upload-imgs .add i {
    font-size: 20px;
    color: #8c939d;
}

.upload-imgs .add:hover {
    border: 1px dashed #2d8cf0;
}

.upload-imgs .item {
    position: relative;
}

.upload-imgs .item .cover {
    border-radius: 4px;
    position: relative;
    z-index: 9;
    width: 62px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    top: -75px;
    left: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.upload-imgs .item .cover i {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    margin: 0 2px;
}

.upload-imgs .item:hover .cover {
    display: block;
}

/* 附件首条设置margin-top为0 */
.upload-file-box .upload-files li:first-of-type {
    margin-top: 0;
}

/* --- 订单详情上传附件样式  end --- */


/* --- 店铺信息&企业信息编辑  start --- */
.shop-table {
    font-size: 12px;
    width: 940px;
    margin: 0 auto;
    border-collapse: collapse;
    border: 1px solid #d6d6d6;
}

.table-title th {
    background: #cccccc;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 8px 15px;
}

.shop-table td {
    border: 1px solid #d6d6d6;
}

.shop-table td>i {
    color: #f56c6c;
    vertical-align: middle;
    font-weight: bold;
    margin-right: 3px;
    font-size: 16px;
}

.shop-table tr>td {
    padding: 8px 5px;
}

.shop-table tr>td:nth-of-type(odd) {
    text-align: right;
    background: #f7f7f7;
    color: #8a8a8a;
}

/* --- 店铺信息&企业信息编辑  end --- */


/* --- 站内信  start --- */
.znx-table .weidu {
    display: none;
}

.znx-table .yidu {
    display: inline-block;
}

.weidu_tr .weidu {
    display: inline-block !important;
}

.weidu_tr .yidu {
    display: none !important;
}

.weidu_tr .text_ellipsis {
    font-weight: bold;
}

/* --- 站内信  end --- */


/* --- 企业申请  start --- */
.apply-business .breadcrumb {
    padding: 24px;
    font-size: 14px;
    line-height: 1;
}

.apply-business .breadcrumb span {
    font-weight: 400;
    text-decoration: none;
    transition: color .2s cubic-bezier(.645, .045, .355, 1);
    color: #303133;
}

.apply-business .breadcrumb i {
    margin: 0 6px;
    font-weight: 400;
    color: #c0c4cc;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.apply-business .breadcrumb .active {
    font-weight: 700;
    color: #438cde;
}

/* --- 企业申请  end --- */

/* --- 商家订单状态切换  start --- */
.nav_menu {
    padding: 10px 0;
}

.nav_menu li {
    margin-right: 20px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    line-height: 20px;
}

.nav_menu li:hover {
    color: #438cde;
}

.nav_menu li.curr {
    padding-bottom: 0;
    color: #438cde;
    border-bottom: 2px solid #438cde;
    font-weight: 700;
    cursor: pointer;
}

.nav_menu .extra-r input {
    float: left;
    width: 158px;
    height: 18px;
    line-height: 18px;
    padding: 2px 5px 3px;
    border: 1px solid #ccc;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    margin: 0em;
    font: 400 11px system-ui;
    box-sizing: content-box;
}

.nav_menu .extra-r .search {
    position: relative;
    float: left;
    width: 52px;
    height: 23px;
    line-height: 23px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-left: 0;
    text-align: center;
    background-color: #f7f7f7;
}

.nav_menu .extra-r .search i {
    color: #a0a0a0;
}

.nav_menu .extra-r .more {
    float: left;
    margin-left: -1px;
    width: 50px;
    height: 18px;
    line-height: 18px;
    padding: 2px 0 3px;
    text-align: center;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
    background-color: #f7f7f7;
}

.more_search_content {
    padding: 20px 0;
    border-top: 1px solid #f5f5f5;
    display: none;
}

.more_search_content li {
    margin-left: 15px;
}

/* --- 商家订单状态切换  end --- */


/* --- 添加商品属性  start --- */
#totalProdAttr {
    background: #f8f9fc;
    border: 1px solid #ebeef5;
    padding: 20px;
}

#spec_table input[type="checkbox"],
#totalProdAttr input[type="checkbox"] {
    vertical-align: middle;
}

#spec_table label,
#totalProdAttr label {
    margin-right: 15px;
}

#spec_table .del_spec {
    vertical-align: bottom;
    margin-right: 10px;
    margin-left: -10px;
}

#step_content_3 dl dt {
    width: 10%;
}

#step_content_3 dl dd {
    width: 86%;
}

/* --- 添加商品属性  end --- */

/* --- 添加商品滚图  end --- */
.add_roll_img {
    position: relative;
}

.add_roll_img input {
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    opacity: 0;
}

/* --- 添加商品滚图  end --- */

.button-content {
    float: right;
}

.button-content a {
    margin-left: 15px;
}

.explain-icon {
    font-size: 16px !important;
    line-height: 28px !important;
    color: #e6a23c;
}

.pagination {
    margin-top: 10px;
    text-align: right;
}

.cell a {
    color: #438cde;
}

.cell a:hover{
    color: red;
}

.contract-tip {
    float: right;
    color: red;
}