/* CSS Document */
.main-img{
    height: 412px;
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    padding: 24px;
    box-sizing: border-box;
    justify-content: space-between;
}
.main-img .img-con{
    width: 432px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-img .content{
    width: 468px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-img .content > .title{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #222;
    line-height: 20px;
}
.main-img .content > .status{
    height: 218px;
    user-select: none;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 26px;
    box-sizing: border-box;
}
.main-img .content > .status .row1{
    height: 56px;
    display: flex;
}
.main-img .content > .status .row1 .status-txt{
    line-height: 18px;
    padding: 10px 22px;
    font-size: 14px;
    color: #fff;
    width: 73px;
    height: 56px;
    box-sizing: border-box;
}
.main-img .content > .status .row1 .status-des{
    background: #F2F2F2;
    flex: 1;
    font-size: 14px;
    color: #555;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-indent: 16px;
}
.main-img .content > .status .row1 .status-des .val{
    color: #222;
    font-weight: 600;
}
.main-img .content > .status .row2 {
    margin-left: 16px;
}
.main-img .content > .status .row3 {
    margin-left: 16px;
}
.main-img .content > .status.cancelled{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #F2F2F2;
    padding: 0;
}

.main-img .line{
    width: 1px;
}

.main-img .record{
    width: 212px;
    box-sizing: border-box;
}
.main-img .record > .title{
    position: relative;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888;
    margin: 10px;
}
.main-img .record > .title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    background: #dad6d6;
    width: 25%;
    height: 1px;
}
.main-img .record > .title:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    background: #dad6d6;
    width: 25%;
    height: 1px;
}

.jplc{
    margin: 16px 0;
}

.detail-tabs{
    height: 48px;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    user-select: none;
    /* position: sticky;
    top: 0;
    background: #F2F2F2; */
}
.detail-tabs .tab{
    width: 200px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}
.detail-tabs .tab.active{
    color: #BD1A2D;
    position: relative;
}
.detail-tabs .tab.active:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 66px;
    background: #BD1A2D;
    left: calc(50% - 33px);
    top: 46px;
}


/*详情区域*/
.detail-con{
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    padding: 28px 40px;
    margin: 16px 0;
    margin-top: 0;
}
.detail-con > .title{
    padding: 12px 0;
    border-bottom:1px solid #BD1A2D;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #222;
}
/*
.detail-con > .body{
    display: flex;
}
*/
.detail-con .row{
    display: flex;
    margin: 8px 0;
}
.detail-con .col{
    flex: 1;
    display: flex;
}
.detail-con .col > .lbl{
    width: 104px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #888;
}
.detail-con .col > .txt{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #222;
}
.detail-con .col > .txt1{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555;
    margin-left: 24px;
}
.detail-con .col > .txt1 > p{
    line-height: 22px;
}
.detail-con .jpsm{
    background: #F2F2F2;
    border: 1px solid #eee;
    padding: 16px 24px;
}

.detail-con .img-con {
    flex-direction: column;
}
.detail-con .img-con > img{
    width: 100%;
    height: auto;
    margin: 8px 0;
}

.detail-con .wy-con{
    margin: 16px 0;
}
.detail-con .wy-con > p{
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #555;
    line-height: 22px;
}


.img-con .img-scorll{
    height: 64px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 432px;
    position: relative;
    padding: 0 18px;
    box-sizing: border-box;
}
.img-con .img-scorll .leftBtn{
    cursor: pointer;
    position: absolute;
    left: 0;
    z-index: 099;
}
.img-con .img-scorll .rightBtn{
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 99;
}
.img-con .img-scorll .img-box{
    display: flex;
    transition: .5s linear;
}
.img-con .img-scorll .img-box .img{
    object-fit: cover;
    width: 96px;
    height: 64px;
    margin-right: 4px;
    cursor: pointer;
}



/* 去掉加减号 */
#money::-webkit-outer-spin-button,
#money::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}

#money[type="number"]{
    -moz-appearance: textfield;
}