.user-tit {
    width: 100%;
    /* height: 95px;
    background-color: #f4f4f4; */
    position: relative;
    display: flex;
    justify-content: center;
}

.user-box>img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    vertical-align: bottom;
}

.max_w {
    width: 1440px;
    margin: 0 auto;
}

.user-tit-content {
    display: flex;
    position: absolute;
    margin-top: -70px;
}

.user-tit-content div {
    height: 100px;
    line-height: 100px;
}

.user-tit-content div span {
    color: #fff;
    font-size: 18px;
    margin-left: 18px;
}

.fir_jk li div p {
    color: rgb(48, 49, 51) !important;
}

.user-tit-content div img {
    margin-left: 14px;
    vertical-align: text-bottom;
}

.user-tit-cart {
    position: absolute;
    bottom: 0;
}

.user-tit-cart ul {
    display: flex;

}

.user-tit-cart ul li {
    padding: 30px 10px;
    margin-left: 23%;
    font-size: 16px;
    position: relative;
    transition: all .35s;
}

.user-tit-cart li::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: #D69C09;
    display: block;
    content: '';
    transition: all .4s;
}


.user-tit-cart li.active::before {
    width: 100%;
    left: 0;
}

.user-tit-cart li:hover {
    color: #D69C09;

}

.user-tit-cart li:hover::before {
    width: 100%;
    left: 0;
}



.user-tit-cart ul li:first-child {
    margin-left: 10%;
}

.user-content-item {
    display: none;
}

.user-content-item.active {
    display: block;
}

.user-item-tit ul {
    display: flex;
    margin-top: 60px;
    height: 70px;
    /* line-height: 95px; */
}

.user-item-tit ul li {
    font-size: 20px;
    cursor: pointer;
    transition: color .3s;
}


.user-item-tit ul li:not(:first-child) {
    margin-left: 145px;
}

.user-item-tit ul li.active {
    color: #D69C09;
}

.user-item-tit ul li:hover {
    color: #D69C09;
}

.user-item-content ul {
    display: flex;
    height: 75px;
    width: calc(100% - 7px);
    line-height: 75px;
    background-color: #987621;
}

.user-item-content ul li {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.96px;
}

.fir_jk li:first-child {
    margin-left: 35px;
    /* width: calc((100% - 500px)/2); */
    flex: 2;
}

.nfir li:nth-child(2) {
    /* margin-left: 235px; */
    flex: 2.3;
    /* width: calc((100% - 500px)/2); */
}

.nfir li:nth-child(3) {
    /* margin-left: 665px; */
    /* width: 100px; */
}

.nfir li:nth-child(4) {
    /* margin-left: 80px; */
    /* width: 100px; */
}

.nfir li:nth-child(5) {
    /* margin-left: 105px; */
    /* width: 100px; */
    flex: 1.3;
}

.nfir li:nth-child(6) {
    /* width: auto; */
    /* margin-left: 10px; */
}

.user-item-goods .fir_jk {
    display: flex;
    align-items: end;
    width: 100%;
}

.el-collapse-item__header {
    height: auto !important;
}

.fir_jk li {
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    flex: 1;
}



.fir_jk li:nth-child(2) p,
.fir_jk li:first-child p {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}


.fir_jk li p,
.fir_jk li span {
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}



.fir_jk li div {
    display: flex;
    flex-direction: column;
}

.fir_jk li div span {
    font-size: 14px;
    color: #888888;
}


.el-collapse-item__arrow {
    display: none !important;
}

.el-collapse-item__header.is-active {
    background-color: #f0f7ff !important;
}

.detail_item {
    display: flex;
    flex-wrap: wrap;
    margin-left: 35px;
}

.detail_item div {
    width: 33%;
    margin-top: 15px;
}

.detail_item div span,
.tripInfo p:first-child,
.tripInfo>p:nth-child(2)>span>span {
    color: #888888;
}

.tripInfo {
    border-top: 1px solid #ccc;
    width: 100% !important;
}

.tripInfo>p:nth-child(2)>span {
    width: 20%;
    display: inline-block;
}

@media screen and (max-width: 1440px) {
    .max_w {
        padding:0 35px;
    }

}
@media screen and (max-width: 1680px) {
    .max_w {
        width: 95% !important;
    }

}