﻿
/*自定义查询模态框（start）*/


/*分割线start*/

.date_fenggexian {
            position: relative;
            text-align: center;
            margin-top:25px;
        }

            .date_fenggexian:before, .date_fenggexian:after {
                content: "";
                width: 33%;
                height: 2px;
                position: absolute;
                top: 50%;
            }

            .date_fenggexian:before {
                background: -webkit-linear-gradient(right, #20cdd8, #eee);
                background: -o-linear-gradient(left, #20cdd8, #eee);
                background: -moz-linear-gradient(left,#20cdd8, #eee);
                background: linear-gradient(to left, #20cdd8, #eee);
                left: 2px;
            }

            .date_fenggexian:after {
                background: -webkit-linear-gradient(left, #20cdd8, #eee);
                background: -o-linear-gradient(right, #20cdd8, #eee);
                background: -moz-linear-gradient(right,#20cdd8, #eee);
                background: linear-gradient(to right, #20cdd8, #eee);
                right: 2px;
            }

/*分割线end*/


/*自定义查询模态框（end）*/

/*下拉加载动画*/
.jfSecLoading {
    text-align:center;
    width:100%;
    margin-bottom:3.9rem;
}
    .jfSecLoading .jfSecLoadingDH {
        text-align: center;
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
    }
    .jfSecLoading svg {
        width:28px;
    }
    .jfSecLoading p {
        font-weight: 800;
    }

#jfSecMainDiv {
    margin-bottom:30px;
}

/*锥形分割线*/
.jfSecFenGeXinan {
    height:2px;
    border-top:1px dashed #7d7d7d;
    padding-bottom:8px;
    margin-left:6px;
}

.ddInfo-div p {
    margin:0 0 8px;
}

.jfSecContent{
   margin-top:0px;
}
    .jfSecContent .jfSecItem {
        width: 96%;
        background: #fff;
        margin-left: 2%;
        margin-top:10px;
    }
        .jfSecContent .jfSecItem .jfSecItemSingle {
            width: 92%;
            background: #fff;
            padding-top: 13px;
            padding-bottom: 13px;
            border-bottom: 1px solid #ddd;
            margin-left: 4%;
        }
            .jfSecContent .jfSecItem .jfSecItemSingle .jfSecSpan1 {

            }
            .jfSecContent .jfSecItem .jfSecItemSingle .jfSecSpan2 {
                float: right;
            }
            


/**********************订单明细页面样式【开始】******************************/

.jfmxCurrMain .jfmxDiv-one {
    width: 100%;
    height: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    background: #fff;
    /*margin-top: 25px;*/
}
.jfmxCurrMain img {
    width: 39px;
    position: absolute;
    top: 32px;
}
.jfmxDiv-one-span1 {
    font-weight: 800;
    padding-left: 50px;
}

.jfmxDiv-one-span2{
    color: #8C8B8B;
}
.jfmxCurrMain .fgxP {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0px;
    margin-left:16px;
    margin-right:16px;
}
.jfmxCurrMain .jfmxDiv-two {
    width: 100%;
    height: 100px;
    text-align: center;
    position: relative;
    background: #fff;
}
.jfmxDiv-two .jeP {
    margin-bottom: 5px;
    padding-top: 20px;
}

.jfmxDiv-two .jfztP {
    margin-bottom: 0px;
}
.jfmxCurrMain .jfmxDiv-three {
    background:#fff;
}
.jfmxDiv-three .jfmxDiv-three-div-one {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}
.jfmxDiv-three .jfmxDiv-three-div-two {
    width: 100%;
    float: left;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 6px;
}
.jfmxDiv-three .jfmxDiv-three-div-three {
    width: 40%;
    float: left;
}
.jfmxDiv-three-div-three span {
    color: #666;
}
.jfmxDiv-three .jfmxDiv-three-div-three1 {
    width: 30%;
    float: left;
}
.jfmxDiv-three-div-three1 span {
    color: #a6a4a4;
}

.jfmxDiv-three .jfmxDiv-three-div-four {
    width: 58%;
    float: left;
    color:#2D2C2C;
}

.jfmxCurrMain .jfmxDiv-four {
    background:#fff;
    margin-left:16px;
    margin-right:16px;
}

.jfmxDiv-four .jfmxDiv-four-div-1 {
    /*width: 100%;*/
    text-align: center;
}
.jfmxDiv-four .item {
    border:0px;
    padding-left:0px;
    padding-bottom:6px;
    padding-right:0px;
    padding-top:5px;
}

.jfmxDiv-four-div-1 .jfmxDiv-content {
    width: 100%;
    float: left;
    margin-bottom:8px;
}
.jfmxDiv-content .span1sfxm {
    float: left;
}
.jfmxDiv-content .span2je {
    float: right;
    margin-right: 15px;
    padding-bottom:3px;
}

/**********************订单明细页面样式【结束】******************************/