.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

.ellipsis4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4
}

.ellipsis5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5
}

.ellipsis6 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6
}

.inside-2 {
    background: #f1f2f3;
    padding-top: 70px;
    padding-bottom: 50px;
    min-height: calc(100vh - 90px)
}

.inside-2 > .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1280px
}

.inside-2 .asideBtnM {
    display: none;
    font-size: 14px;
    line-height: 30px;
    width: 40px;
    height: 40px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f29737;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 0;
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 0
}

.inside-2 .asideBtnM .txt {
    display: none
}

.inside-2 .asideBtnM .icon {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-top: 2px #fff solid;
    border-right: 2px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: -5px
}

.inside-2 .leftAsideMDiv {
    width: 18.75%;
    float: left
}

.inside-2 .leftAside {
    position: sticky;
    top: 100px
}

.inside-2 .classifyAside {
    background-color: #fff;
    padding-top: 35px;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
    position: relative;
    z-index: 1;
    height: 100%
}

.inside-2 .classifyAside a {
    color: #666
}

.inside-2 .classifyAside .titleBig {
    color: #333;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px 0 20px;
    display: flex;
    align-items: center;
    position: relative
}

.inside-2 .classifyAside .titleBig > a {
    color: #333;
    display: flex;
    align-items: center
}

.inside-2 .classifyAside .titleBig .img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden
}

.inside-2 .classifyAside .titleBig .text {
    flex: 1;
    padding-left: 15px
}

.inside-2 .classifyAside .titleBig .name {
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    margin-bottom: 5px
}

.inside-2 .classifyAside .list > li {
    border-bottom: 1px #ebebeb solid;
    padding: 20px 30px
}

.inside-2 .classifyAside .list .title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    position: relative
}

.inside-2 .classifyAside .list .title i {
    height: 24px;
    width: 24px;
    background: url(../images/xiala.png) no-repeat center center;
    background-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    display: block
}

.inside-2 .classifyAside .list .title img {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px
}

.inside-2 .classifyAside .list .title a {
    color: #333;
    display: inline-block;
    line-height: 24px;
    padding: 6px 0 6px 0;
    position: relative;
    z-index: 1
}

.inside-2 .classifyAside .list .title a:hover {
    color: #f29737
}

.inside-2 .classifyAside .list .active .title a {
    color: #f29737
}

.inside-2 .classifyAside .list .child {
    display: block;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 25px
}

.inside-2 .classifyAside .list .child > .list-2 > li {
    position: relative
}

.inside-2 .classifyAside .list .child > .list-2 .active a {
    color: #f29737
}

.inside-2 .classifyAside .list .child a {
    color: #666;
    font-size: 14px;
    display: block;
    line-height: 24px;
    padding: 6px 0 6px 0;
    transition: all .5s
}

.inside-2 .classifyAside .list .child a:hover {
    padding-left: 15px;
    color: #f29737
}

.inside-2 .rightCon {
    flex: 1;
    width: 81.25%;
    float: left;
    padding-left: 40px
}

.inside-2 .rightCon .menu-1 {
    margin-bottom: 40px
}

.inside-2 .rightCon .menu-1 .menuList {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden
}

.inside-2 .rightCon .menu-1 .menuList li {
    float: left;
    padding: 0 15px;
    text-align: center
}

.inside-2 .rightCon .menu-1 .menuList .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative
}

.inside-2 .rightCon .menu-1 .menuList .title {
    height: 30px;
    line-height: 30px
}

.inside-2 .rightCon .menu-1 .menuList .title span {
    display: inline-block;
    position: relative
}

.inside-2 .rightCon .menu-1 .menuList .title span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #487bbc;
    position: absolute;
    bottom: 0;
    left: 0
}

.inside-2 .rightCon .menu-1 .menuList li.active .title span:after {
    width: 100%
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(1) .icon {
    background-color: #edf5ff
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(1) .title span:after {
    background-color: #487bbc
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(2) .icon {
    background-color: #fff5f8
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(2) .title span:after {
    background-color: #f72967
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(3) .icon {
    background-color: #edfff4
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(3) .title span:after {
    background-color: #00be6e
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(4) .icon {
    background-color: #ecf7ff
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(4) .title span:after {
    background-color: #487bbc
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(5) .icon {
    background-color: #fffaf3
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(5) .title span:after {
    background-color: #ff9628
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(6) .icon {
    background-color: #edf5ff
}

.inside-2 .rightCon .menu-1 .menuList li:nth-child(6) .title span:after {
    background-color: #487bbc
}

.inside-2 .rightCon .menu-2 {
    margin-bottom: 20px;
    position: relative
}

.inside-2 .rightCon .menu-2 .bjydBtn {
    display: inline-block;
    color: #333;
    font-size: 14px;
    border-radius: 3px;
    min-width: 120px;
    line-height: 30px;
    background-color: #f3f3f3;
    border: 1px #ddd solid;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0
}

.inside-2 .rightCon .menu-2 .bjydBtn:hover {
    background-color: #f29737;
    color: #fff;
    border-color: #f29737
}

.inside-2 .rightCon .menu-2 .menuList {
    margin-right: -50px
}

.inside-2 .rightCon .menu-2 .menuList:after {
    content: "";
    display: block;
    clear: both
}

.inside-2 .rightCon .menu-2 .menuList li {
    float: left;
    padding: 0 50px 0 0;
    text-align: center
}

.inside-2 .rightCon .menu-2 .menuList .box {
    display: block;
    height: 30px;
    line-height: 30px;
    position: relative
}

.inside-2 .rightCon .menu-2 .menuList a:hover {
    color: #f29737
}

.inside-2 .rightCon .menu-2 .menuList .num {
    display: inline-block;
    line-height: 18px;
    border-radius: 9px;
    padding: 0 5px;
    background-color: #f29737;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 100%
}

.inside-2 .rightCon .menu-2 .menuList .icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative
}

.inside-2 .rightCon .menu-2 .menuList .title span {
    display: inline-block;
    position: relative
}

.inside-2 .rightCon .menu-2 .menuList .title span:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #f29737;
    position: absolute;
    bottom: 0;
    left: 0
}

.inside-2 .rightCon .menu-2 .menuList .title-2 {
    color: #adadad;
    padding-left: 20px;
    position: relative
}

.inside-2 .rightCon .menu-2 .menuList .title-2:before {
    content: "";
    display: block;
    border-left: 1px #ebebeb dashed;
    height: 20px;
    position: absolute;
    top: 5px;
    left: 0
}

.inside-2 .rightCon .menu-2 .menuList .title-2:hover {
    color: #f29737
}

.inside-2 .rightCon .menu-2 .menuList li.active {
    color: #f29737
}

.inside-2 .rightCon .menu-2 .menuList li.active .title {
    color: #f29737
}

.inside-2 .rightCon .menu-2 .menuList li.active .title span:after {
    width: 100%
}

.inside-2 .rightCon .filterMember dl {
    display: flex;
    border-bottom: 1px #f2f4f5 solid;
    margin-bottom: 16px;
    width: 100%
}

.inside-2 .rightCon .filterMember .bt {
    float: left;
    width: 70px
}

.inside-2 .rightCon .filterMember dd {
    flex: 1
}

.inside-2 .rightCon .filterMember .filterList {
    width: 100%
}

.inside-2 .rightCon .filterMember .filterList li {
    float: left;
    padding: 0 8px 16px 8px
}

.inside-2 .rightCon .filterMember .filterList .box {
    display: inline-block;
    background-color: #f5f5f5;
    color: #58595c;
    min-width: auto;
    line-height: 24px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px
}

.inside-2 .rightCon .filterMember .filterList .box:hover {
    background-color: rgba(247, 41, 103, 0.12);
    color: #f29737
}

.inside-2 .rightCon .filterMember .filterList .active .box {
    background-color: rgba(247, 41, 103, 0.12);
    color: #f29737
}

.inside-2 .rightCon .rightConC {
    min-height: calc(100% - 80px);
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
    padding: 40px 30px 60px 30px
}

.inside-2 .rightCon .rightConC.rightConCHAuto {
    min-height: auto
}

.inside-2 .rightCon .rightConC.rightConC-2 {
    min-height: 100%
}

.inside-2 .centerCon {
    flex: 1;
    padding-left: 35px;
    padding-right: 20px;
    width: 59.375%;
    float: left
}

.inside-2 .centerCon .centerConC {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
    padding: 0 0 60px 0;
    height: 100%
}

.inside-2 .centerCon .current-2 {
    color: #152587;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.inside-2 .rightCon-2 {
    width: 21.875%;
    float: left
}

.inside-2 .rightCon-2 .rightConC-2 {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
    padding: 0 0 0 0;
    height: 100%
}

.inside-2 .rightCon-2 .rightConC-2.rightConCHAuto {
    min-height: auto
}

.inside-2 .rightCon-2 .sc {
    padding: 20px 0
}

.inside-2 .rightCon-2 .sc li {
    width: 50%;
    float: left
}

.inside-2 .rightCon-2 .sc .box {
    text-align: center;
    display: block;
    color: #666;
    font-size: 14px
}

.inside-2 .rightCon-2 .sc .box:hover {
    color: #f29737
}

.inside-2 .rightCon-2 .sc .box .num {
    font-size: 16px
}

.inside-2 .rightCon-2 .likePro {
    padding-top: 25px
}

.inside-2 .rightCon-2 .likePro li {
    padding: 0 20px 20px 20px
}

@media (min-width: 1025px) {
    .inside-2 .rightCon-2 .likePro li:hover .tu img {
        transform: scale(1.1)
    }
}

.inside-2 .rightCon-2 .likePro .box {
    overflow: hidden;
    position: relative;
    background-color: #fff;
    display: block
}

.inside-2 .rightCon-2 .likePro .box {
    border: 2px solid #f29737;
    background: #fff
}

.inside-2 .rightCon-2 .likePro .bt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 18px;
    line-height: 28px;
    color: #333
}

.inside-2 .rightCon-2 .likePro .span {
    font-size: 14px;
    line-height: 28px;
    color: #f19832;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.inside-2 .rightCon-2 .likePro .tu:after {
    padding-bottom: 72.72727273%
}

.inside-2 .rightCon-2 .likePro .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inside-2 .rightCon-2 .likePro .tu .vip1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 33
}

.inside-2 .rightCon-2 .likePro .tu .vip1 img {
    width: 117px;
    display: block;
    transform: scale(1) !important
}

.inside-2 .rightCon-2 .likePro .text {
    padding: 10px 12px 6px 12px
}

.inside-2 .rightCon-2 .likePro .tags {
    padding: 4px 0;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap
}

.inside-2 .rightCon-2 .likePro .tags > span {
    clear: both;
    display: inline-block;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    background: rgba(72, 123, 188, 0.2);
    border-radius: 3px;
    padding: 0 8px;
    margin-bottom: 8px
}

.inside-2 .rightCon-2 .likePro .price-1 {
    color: #f29737;
    font-size: 20px;
    line-height: 1;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    position: relative
}

.inside-2 .rightCon-2 .likePro .price-1 .mianyi {
    color: #f29737;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0
}

.inside-2 .rightCon-2 .likePro .current_price {
    font-weight: 700;
    font-size: 24px
}

.inside-2 .rightCon-2 .likePro .danwei {
    font-size: 14px
}

.inside-2 .rightCon-2 .likePro .price-2 {
    font-size: 13px;
    color: #303030;
    line-height: 28px;
    height: 28px;
    overflow: hidden
}

.inside-2 .rightCon-2 .likePro .market_price {
    text-decoration: line-through
}

.inside-2 .rightCon-2 .likePro .shc-my {
    display: flex;
    flex-wrap: wrap;
    line-height: 42px;
    justify-content: space-between;
    padding-top: 10px
}

.inside-2 .rightCon-2 .likePro .shc {
    color: #999;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer
}

.inside-2 .rightCon-2 .likePro .shc .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #e1e5eb;
    text-align: center;
    line-height: 24px;
    color: #f29737;
    margin-right: 10px
}

.inside-2 .rightCon-2 .likePro .shc .icon:before {
    content: "\e600";
    font-family: layui-icon !important;
    font-style: normal
}

.inside-2 .rightCon-2 .likePro .mianyi-2 {
    display: inline-block
}

.inside-2 .rightCon-2 .likePro .mianyi-2 a {
    display: block;
    min-width: 136px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 0 10px;
    background-color: #f29737;
    color: #fff
}

.inside-2 .rightCon-2 .likePro .mianyi-2 a:hover {
    color: #fff;
    background-color: #152587
}

.inside-2 .rightCon-2 .likePro .mianyi-2 .layui-icon {
    margin-right: 10px;
    font-size: 20px
}

.inside-2 .rightCon-2 .likePro .yShc .icon {
    background-color: #f29737;
    color: #fff
}

.inside-2 .rightCon-2 .likePro .yShc .icon:before {
    content: "\e658";
    font-family: layui-icon !important;
    font-style: normal
}

.inside-2 .rightCon-2 .likePro .jrgwc {
    padding-top: 20px
}

.inside-2 .rightCon-2 .likePro .jrgwc a {
    display: inline-block;
    min-width: 136px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    padding: 0 10px;
    background-color: #f29737;
    color: #fff
}

.inside-2 .rightCon-2 .likePro .jrgwc a .layui-icon {
    margin-right: 10px;
    font-size: 20px
}

.inside-2 .rightCon-2 .likePro .jrgwc a:hover {
    color: #fff;
    background-color: #152587
}

.inside-2 .rightCon-2 .likePro .pj-dz {
    margin-top: 15px;
    line-height: 40px;
    display: flex;
    color: #666;
    text-align: center
}

.inside-2 .rightCon-2 .likePro .pj-dz a {
    color: #666
}

.inside-2 .rightCon-2 .likePro .pj-dz .layui-icon {
    margin-right: 5px
}

.inside-2 .rightCon-2 .likePro .pj-dz .pj {
    width: 50%;
    float: left
}

.inside-2 .rightCon-2 .likePro .pj-dz .dz {
    width: 50%;
    float: left
}

.inside-2 .rightCon-2 .likePro .item-operate {
    position: absolute;
    z-index: 9;
    left: 0;
    top: -30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: top .2s cubic-bezier(.22, .61, .36, 1) 0s;
    transition: top .2s cubic-bezier(.22, .61, .36, 1) 0s
}

.inside-2 .rightCon-2 .likePro .item-operate a {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-right: 1px #fff solid
}

.inside-2 .rightCon-2 .likePro .item-operate a:last-child {
    border-right: none
}

.inside-2 .rightCon-2 .likePro a:hover {
    color: #f29737
}

.inside-2 .rightCon-2 .likePro .box:hover .item-operate {
    top: 0
}

.inside-2 .rightCon-2 .likePro .box:hover img {
    transform: scale(1.1)
}

.inside-2 .rightCon-2 .likePro .box:hover .title {
    color: #f29737
}

@media screen and (max-width: 1024px) {
    .inside-2 .rightCon-2 .likePro {
        padding: 0 5px;
        padding-top: 15px
    }

    .inside-2 .rightCon-2 .likePro li {
        width: 50%;
        float: left;
        padding: 0 5px 10px 5px
    }

    .inside-2 .rightCon-2 .likePro li.col-3 {
        width: 50%
    }

    .inside-2 .rightCon-2 .likePro .text .bt {
        font-size: 16px
    }

    .inside-2 .rightCon-2 .likePro .title {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }

    .inside-2 .rightCon-2 .likePro .price-2 {
        font-size: 14px
    }

    .inside-2 .rightCon-2 .likePro .current_price {
        font-size: 24px
    }

    .inside-2 .rightCon-2 .likePro .danwei {
        font-size: 12px
    }

    .inside-2 .rightCon-2 .likePro .tags > span {
        font-size: 12px;
        margin-right: 5px
    }

    .inside-2 .rightCon-2 .likePro .tags > span:last-child {
        margin-right: 0
    }
}

@media screen and (max-width: 767px) {
    .inside-2 .rightCon-2 .likePro .pic {
        border-radius: 15px
    }

    .inside-2 .rightCon-2 .likePro .price-1 {
        height: auto;
        font-size: 18px
    }

    .inside-2 .rightCon-2 .likePro .danwei {
        width: 100%;
        display: block
    }

    .inside-2 .rightCon-2 .likePro .mianyi {
        width: 100%;
        display: block;
        position: static;
        font-size: 14px
    }

    .inside-2 .rightCon-2 .likePro .tags {
        flex-wrap: wrap;
        height: auto
    }

    .inside-2 .rightCon-2 .likePro .tags > span {
        display: block;
        margin-right: 0;
        margin-bottom: 5px
    }

    .inside-2 .rightCon-2 .likePro .current_price {
        font-size: 18px
    }

    .inside-2 .rightCon-2 .likePro .shc-my {
        line-height: 30px
    }

    .inside-2 .rightCon-2 .likePro .shc .icon {
        margin-right: 2px
    }

    .inside-2 .rightCon-2 .likePro .mianyi-2 a {
        font-size: 14px;
        min-width: 60px;
        line-height: 30px;
        height: 30px
    }

    .inside-2 .rightCon-2 .likePro .mianyi-2 .layui-icon {
        margin-right: 2px;
        font-size: 16px
    }

    .inside-2 .rightCon-2 .likePro .jrgwc a {
        font-size: 14px;
        min-width: 60px;
        line-height: 30px;
        height: 30px
    }

    .inside-2 .rightCon-2 .likePro .jrgwc .layui-icon {
        margin-right: 2px;
        font-size: 16px
    }

    .inside-2 .rightCon-2 .likePro .pj-dz {
        flex-wrap: wrap
    }

    .inside-2 .rightCon-2 .likePro .pj-dz .pj {
        width: 100%
    }

    .inside-2 .rightCon-2 .likePro .pj-dz .dz {
        width: 100%
    }
}

.inside-2 .current {
    background-color: #fff;
    padding: 15px 30px 15px 30px;
    color: #152587;
    font-size: 16px;
    line-height: 30px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin-bottom: 20px;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08)
}

.inside-2 .current-2 {
    border-bottom: 1px #ebebeb solid;
    color: #333;
    font-size: 16px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative
}

.inside-2 .current-2 .huanBtn {
    display: inline-block;
    width: 80px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    background-color: #ebebeb;
    color: #454545;
    float: right;
    margin-top: 17px;
    position: absolute;
    top: 0;
    right: 15px
}

.inside-2 .current-2 .huanBtn:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/icon/huan-1.png) no-repeat center center;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 3px
}

.inside-2 .current-2 .huanBtn:hover {
    background-color: #f29737;
    color: #fff
}

.inside-2 .current-2 .huanBtn:hover:after {
    background: url(../images/icon/huan-2.png) no-repeat center center
}

.inside-2 .cdGrzx {
    border-bottom: 1px #ebebeb solid
}

.inside-2 .cdGrzx .list {
    padding: 15px 20px
}

.inside-2 .cdGrzx .list li {
    width: 25%;
    float: left
}

.inside-2 .cdGrzx .list .box {
    width: auto;
    max-width: 90px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding: 10px 0 10px 0;
    transition: all .5s;
    font-size: 12px;
    position: relative
}

.inside-2 .cdGrzx .list .num {
    display: block;
    height: 22px;
    line-height: 22px;
    min-width: 22px;
    border-radius: 11px;
    padding: 0 5px;
    background-color: #f29737;
    color: #fff;
    position: absolute;
    z-index: 9;
    top: 5px;
    right: 14px
}

.inside-2 .cdGrzx .list .icon {
    width: 50px;
    height: 50px;
    margin: auto;
    position: relative
}

.inside-2 .cdGrzx .list .icon .img-2 {
    display: none
}

.inside-2 .cdGrzx .list .box:hover {
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    color: #f29737
}

.inside-2 .cdGrzx .list .box:hover .icon .img-1 {
    display: none
}

.inside-2 .cdGrzx .list .box:hover .icon .img-2 {
    display: block
}

.inside-2 .orderGrzx .list-1 > li {
    padding: 15px 25px 15px 25px;
    border-bottom: 1px #ebebeb solid
}

.inside-2 .orderGrzx .list-1 .box {
    color: #666;
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 30px;
    position: relative
}

.inside-2 .orderGrzx .list-1 .pic {
    width: 75px;
    height: 75px;
    float: left;
    position: relative
}

.inside-2 .orderGrzx .list-1 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.inside-2 .orderGrzx .list-1 .text {
    flex: 1;
    padding-left: 15px;
    width: calc(100% - 235px);
    float: left
}

.inside-2 .orderGrzx .list-1 .title {
    font-size: 13px;
    color: #666;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.inside-2 .orderGrzx .list-1 .btnDiv {
    width: 160px;
    float: right;
    display: inline-flex;
    align-items: center;
    justify-content: end;
    text-align: right
}

.inside-2 .orderGrzx .list-1 .btnDiv a {
    color: #666;
    position: relative
}

.inside-2 .orderGrzx .list-1 .btnDiv a:hover {
    color: #f29737
}

.inside-2 .orderGrzx .list-1 .btnDiv .line {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background-color: #eee;
    margin: 0 10px
}

.inside-2 .orderGrzx .list-1 .trackinfo {
    cursor: pointer;
    display: inline-block;
    position: relative
}

.inside-2 .orderGrzx .list-1 .trackinfo:hover .prompt {
    display: block
}

.inside-2 .orderGrzx .list-1 .trackinfo .prompt {
    display: none;
    position: absolute;
    z-index: 1;
    right: 65px;
    top: -18px;
    padding: 9px 9px 0;
    width: 400px;
    text-align: left;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 2px 2px #eee;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 1px;
    cursor: auto
}

.inside-2 .orderGrzx .list-1 .trackinfo .prompt:after {
    content: "";
    position: absolute;
    top: 24px;
    right: -8px;
    width: 8px;
    height: 16px;
    background: url(../images/icon/arrow-gray.png) no-repeat -7px 0
}

.inside-2 .orderGrzx .list-1 .trackinfo .bt {
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3
}

.inside-2 .orderGrzx .list-1 .trackinfo .ti-list {
    font-size: 12px;
    padding: 10px 20px 20px 20px;
    position: relative;
    max-height: 410px;
    line-height: 20px
}

.inside-2 .orderGrzx .list-1 .trackinfo .ti-list li {
    position: relative;
    overflow: visible;
    padding: 15px 0 0 15px;
    border-left: 1px solid #e3e3e3
}

.inside-2 .orderGrzx .list-1 .trackinfo .ti-list .cur .icon {
    background-color: #e2231a;
    border-color: #ffe9e2
}

.inside-2 .orderGrzx .list-1 .trackinfo .ti-list .icon {
    display: block;
    position: absolute;
    top: 16px;
    left: -8px;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background-color: #d9d9d9;
    border: 5px solid #fff;
    border-radius: 100%
}

.inside-2 .orderGrzx .list-1 .trackinfo .ti-list .date {
    color: #999
}

@media screen and (max-width: 1024px) {
    .inside-2 {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .inside-2 .asideBtnM {
        display: block !important
    }

    .inside-2 .mask {
        position: fixed;
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
        width: 100vw;
        height: 100%;
        display: none;
        opacity: 1;
        z-index: 1000;
        top: 0;
        left: 0
    }

    .inside-2 .mask.show {
        display: block
    }

    .inside-2 .leftAsideMDiv {
        width: auto
    }

    .inside-2 .leftAside {
        display: block;
        width: 100%;
        max-width: 270px;
        height: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: -100%;
        transition: .5s
    }

    .inside-2 .leftAside.openM {
        left: 0
    }

    .inside-2 .classifyAside {
        position: relative;
        z-index: 999;
        padding: 30px 15px;
        min-height: 100%
    }

    .inside-2 .classifyAside .titleBig {
        font-size: 24px
    }

    .inside-2 .classifyAside .titleBig-2 {
        border: 1px #f00 solid;
        padding: 10px 20px
    }

    .inside-2 .classifyAside .titleBig-2 .img {
        width: 50px;
        height: 50px;
        border-radius: 50%
    }

    .inside-2 .classifyAside .titleBig-2 .text {
        padding: 5px 0 0 15px
    }

    .inside-2 .classifyAside .titleBig-2 .name {
        font-size: 16px;
        height: 20px;
        line-height: 20px
    }

    .inside-2 .classifyAside .list {
        position: relative;
        z-index: 9
    }

    .inside-2 .classifyAside .list .title {
        font-size: 16px
    }

    .inside-2 .classifyAside .list .child a {
        font-size: 14px
    }

    .inside-2 .rightCon {
        width: 100%;
        padding: 0
    }

    .inside-2 .rightCon .menu-1 {
        margin-bottom: 10px
    }

    .inside-2 .rightCon .menu-1 .menuList {
        margin-left: -5px;
        margin-right: -5px
    }

    .inside-2 .rightCon .menu-1 .menuList li {
        padding: 0 5px 20px 5px
    }

    .inside-2 .rightCon .menu-1 .menuList .icon {
        width: 40px;
        height: 40px
    }

    .inside-2 .rightCon .menu-2 .menuList {
        margin-right: 0
    }

    .inside-2 .rightCon .filterMember dl {
        padding-bottom: 10px
    }

    .inside-2 .rightCon .filterMember .filterList li {
        padding: 0 2px 4px 2px
    }

    .inside-2 .rightCon .rightConC {
        padding: 30px 15px;
        min-height: auto
    }

    .inside-2 .current {
        padding: 10px 15px;
        margin-bottom: 20px
    }

    .inside-2 .centerCon {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px
    }

    .inside-2 .centerCon .centerConC {
        padding-bottom: 0
    }

    .inside-2 .rightCon-2 {
        width: 100%
    }

    .inside-2 .cdGrzx .list {
        padding: 10px 10px
    }

    .inside-2 .cdGrzx .list .box {
        width: auto
    }

    .inside-2 .cdGrzx .list .icon {
        width: 30px;
        height: 30px
    }

    .inside-2 .cdGrzx .list .num {
        font-size: 12px;
        min-width: 20px;
        line-height: 20px;
        height: 20px;
        border-radius: 10px;
        right: 6px
    }

    .inside-2 .orderGrzx .list-1 > li {
        padding: 10px 10px
    }

    .inside-2 .orderGrzx .list-1 > li:last-child {
        border-bottom: none
    }

    .inside-2 .orderGrzx .list-1 .box {
        line-height: 24px
    }

    .inside-2 .orderGrzx .list-1 .pic {
        width: 60px;
        height: 60px
    }

    .inside-2 .orderGrzx .list-1 .text {
        width: calc(100% - 60px)
    }

    .inside-2 .orderGrzx .list-1 .info {
        font-size: 12px
    }

    .inside-2 .orderGrzx .list-1 .btnDiv {
        width: 60px;
        padding-top: 10px;
        float: none;
        width: 100%
    }

    .inside-2 .orderGrzx .list-1 .btnDiv a {
        display: block
    }

    .inside-2 .orderGrzx .list-1 .trackinfo .prompt {
        width: 200px;
        right: initial;
        left: 65px
    }

    .inside-2 .orderGrzx .list-1 .trackinfo .prompt::after {
        left: -8px;
        right: initial;
        background-position: 0 0
    }

    .inside-2 .orderGrzx .list-1 .trackinfo .ti-list {
        padding: 10px
    }
}

.wddd .page-2 {
    padding-top: 40px
}

.wddd .menu-2 {
    float: left
}

.wddd .searchDiv {
    width: 240px;
    height: 30px;
    line-height: 30px;
    padding-right: 50px;
    float: right;
    position: relative
}

.wddd .searchDiv .input-form {
    width: 100%;
    line-height: 28px;
    height: 30px;
    border-radius: 0
}

.wddd .searchDiv .submitBtn {
    width: 50px;
    height: 30px;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #f29737;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0
}

.wddd .searchDiv .submitBtn:hover {
    background: #152587
}

.wddd .div-1 {
    width: 44%;
    float: left
}

.wddd .div-2 {
    width: 14%;
    text-align: center;
    float: left
}

.wddd .div-3 {
    width: 14%;
    text-align: center;
    float: left
}

.wddd .div-4 {
    width: 14%;
    text-align: center;
    float: left
}

.wddd .div-5 {
    width: 14%;
    text-align: center;
    float: left
}

.wddd .toolbar {
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.wddd .sort {
    display: inline-block;
    vertical-align: top;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    text-align: left
}

.wddd .sort a {
    color: #666
}

.wddd .sort a:hover {
    color: #f29737
}

.wddd .sort .c-type {
    position: relative
}

.wddd .sort .c-type:hover .drop {
    display: block
}

.wddd .sort .c-type:hover .bt {
    border-color: #ddd;
    background-color: #fff
}

.wddd .sort .c-type:hover .bt .layui-icon {
    transform: rotate(180deg)
}

.wddd .sort .c-type .bt {
    min-width: 160px;
    padding: 0 30px;
    display: block;
    border: 1px solid transparent;
    position: relative
}

.wddd .sort .c-type .bt .layui-icon {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.wddd .sort .c-type .drop {
    font-size: 14px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 37px;
    left: 0;
    display: none
}

.wddd .sort .c-type .drop a {
    padding-left: 30px;
    display: block;
    position: relative
}

.wddd .sort .c-type .drop a:hover {
    background-color: #f5f5f5
}

.wddd .sort .c-type .drop .cur {
    color: #f29737
}

.wddd .sort .c-type .drop .cur:before {
    font-family: layui-icon !important;
    content: "\e605";
    position: absolute;
    left: 10px;
    top: 0
}

.wddd .sort-m .bt {
    display: none
}

.wddd .toolbar-m {
    display: none;
    background-color: #f2f4f5;
    color: #666;
    line-height: 30px;
    padding: 5px 10px;
    margin-bottom: 20px
}

.wddd .toolbar-m a {
    color: #666
}

.wddd .toolbar-m a:hover {
    color: #f29737
}

.wddd .toolbar-m .c-type .cur {
    color: #f29737
}

.wddd .toolbar-m .c-type a {
    margin-right: 5px;
    display: inline-block
}

.wddd.ddhsz .shm {
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    padding-left: 50px;
    position: relative
}

.wddd.ddhsz .shm .bt {
    width: 50px;
    position: absolute;
    top: 0;
    left: 0
}

@media screen and (max-width: 1280px) {
    .wddd .menu-2 {
        width: 60%
    }

    .wddd .menu-2 .menuList li {
        padding-right: 30px !important
    }
}

@media screen and (max-width: 1024px) {
    .wddd .menu-2 {
        width: 100%
    }

    .wddd .menu-2 .menuList {
        width: 100%;
        display: flex;
        flex-wrap: wrap
    }

    .wddd .menu-2 .menuList li {
        padding-right: 15px !important
    }

    .wddd .menu-2 .menuList li:nth-last-child(2) {
        padding-right: 0 !important
    }

    .wddd .menu-2 .menuList li:first-child {
        padding-right: 10px !important
    }

    .wddd .menu-2 .menuList li:last-child {
        text-align: right;
        padding-right: 0 !important
    }

    .wddd .menu-2 .menuList .title-2 {
        font-size: 12px
    }

    .wddd .menu-2 .menuList .title-2:before {
        display: none !important
    }

    .wddd .menu-2 .menuList .num {
        top: -5px !important;
        transform: translateX(-4px)
    }

    .wddd .searchDiv {
        float: none;
        clear: both;
        margin-bottom: 20px;
        width: 100%
    }

    .wddd .toolbar {
        display: none;
        width: 100%
    }

    .wddd .toolbar .div-1 {
        width: 50%
    }

    .wddd .toolbar .div-1 .span-1 {
        display: none
    }

    .wddd .toolbar .div-2 {
        display: none
    }

    .wddd .toolbar .div-3 {
        display: none
    }

    .wddd .toolbar .div-4 {
        width: 50%
    }

    .wddd .toolbar .div-5 {
        display: none
    }

    .wddd .toolbar-m {
        display: block
    }

    .wddd .sort .c-type .bt {
        padding: 0 10px
    }
}

.listOrder {
    color: #aaa;
    font-size: 13px
}

.listOrder a:hover {
    color: #f29737
}

.listOrder .item {
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #ebebeb
}

.listOrder .item:last-child {
    margin-bottom: 0
}

.listOrder .dt {
    overflow: hidden;
    background-color: #f5f5f5;
    line-height: 40px;
    font-size: 14px;
    padding: 0 40px 0 20px;
    position: relative
}

.listOrder .dt > div {
    float: left;
    padding-right: 25px
}

.listOrder .dt span {
    color: #333
}

.listOrder .deleteBtn {
    position: absolute;
    top: 0;
    right: 25px
}

.listOrder .deleteBtn .layui-icon {
    font-size: 20px
}

.listOrder .deleteBtn:hover {
    color: #f00
}

.listOrder .dd {
    padding: 0 15px;
    display: flex
}

.listOrder .leftPro {
    float: left;
    padding: 15px 0 15px 0;
    border-right: 1px solid #e2e2e2;
    color: #aaa
}

.listOrder .leftPro a {
    color: #aaa
}

.listOrder .leftPro a:hover {
    color: #f29737
}

.listOrder .leftPro li {
    border-bottom: 1px #e2e2e2 solid;
    overflow: hidden;
    padding-right: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.listOrder .leftPro li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.listOrder .div-1 {
    width: 49%;
    border-right: 1px solid #e2e2e2
}

.listOrder .div-1 .div-1-1 {
    width: 75%;
    float: left;
    min-height: 64px;
    padding-right: 10px
}

.listOrder .div-1 .pic-txt {
    position: relative;
    padding-left: 90px;
    min-height: 80px
}

.listOrder .div-1 .pic-txt .pic {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}

.listOrder .div-1 .pic-txt .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.listOrder .div-1 .pic-txt .txt {
    min-height: 64px;
    font-size: 13px;
    line-height: 20px
}

.listOrder .div-1 .pic-txt .title {
    color: #333;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.listOrder .div-1 .pic-txt .title:hover {
    color: #f29737
}

.listOrder .div-1 .pic-txt .span {
    color: #f29737;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.listOrder .div-1 .pic-txt .bt {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 16px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.listOrder .div-1 .pic-txt .span1 {
    color: #4d4d4d;
    margin-top: 10px
}

.listOrder .div-1 .div-1-2 {
    width: 10%;
    min-height: 64px;
    text-align: center
}

.listOrder .div-1 .div-1-3 {
    width: 15%;
    min-height: 64px;
    text-align: center
}

.listOrder .div-2 {
    width: 14%;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    padding-top: 15px;
    line-height: 30px
}

.listOrder .div-3 {
    width: 14%;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px
}

.listOrder .yf {
    color: #333;
    line-height: 18px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px
}

.listOrder .fs span {
    display: inline-block;
    min-width: 80px;
    border-top: 1px #ebebeb solid
}

.listOrder .div-4 {
    width: 14%;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px
}

.listOrder .div-5 {
    width: 14%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px
}

.listOrder .genzong {
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px
}

.listOrder .genzong .genzongC > .icon {
    margin-right: 5px
}

.listOrder .genzong .genzongC > .icon img {
    height: 24px
}

.listOrder .genzong .genzongC > .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f29737;
    margin-left: 5px
}

.listOrder .genzong.tooltip .genzongC {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.listOrder .genzong.tooltip .prompt {
    cursor: initial;
    position: absolute;
    text-align: left;
    z-index: 1;
    width: 540px;
    right: 100%;
    top: -21px;
    padding-right: 10px;
    display: none
}

.listOrder .genzong.tooltip .prompt .promptC {
    padding: 15px 20px;
    color: #666;
    line-height: 22px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 1px;
    position: relative
}

.listOrder .genzong.tooltip .prompt .promptC:after {
    content: "";
    display: block;
    right: -8px;
    top: 27px;
    width: 8px;
    height: 16px;
    position: absolute;
    background: url(../images/icon/arrow-gray.png) no-repeat;
    background-position: -7px 0
}

.listOrder .genzong.tooltip .p-title {
    color: #333;
    line-height: 35px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3
}

.listOrder .genzong.tooltip:hover .prompt {
    display: block
}

.listOrder .genzong.tooltip .track-rcol {
    font-size: 12px
}

.listOrder .genzong.tooltip .track-rcol .listTrack {
    min-height: 235px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 410px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.listOrder .genzong.tooltip .track-rcol .listTrack::-webkit-scrollbar {
    width: 7px
}

.listOrder .genzong.tooltip .track-rcol .listTrack::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 7px
}

.listOrder .genzong.tooltip .track-rcol .listTrack::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 7px
}

.listOrder .genzong.tooltip .track-rcol .listTrack::-webkit-scrollbar-button {
    display: none
}

.listOrder .genzong.tooltip .track-rcol .listTrack::-webkit-scrollbar-corner {
    display: none
}

.listOrder .genzong.tooltip .track-rcol .listTrack ::-webkit-resizer {
    display: none
}

.listOrder .genzong.tooltip .track-rcol .listTrack .box {
    display: flex;
    min-height: 44px;
    padding-left: 90px;
    position: relative
}

.listOrder .genzong.tooltip .track-rcol .listTrack .icon-dot {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 78px
}

.listOrder .genzong.tooltip .track-rcol .listTrack .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #dbdbdb;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: none
}

.listOrder .genzong.tooltip .track-rcol .listTrack .dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #c3c3c3;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.listOrder .genzong.tooltip .track-rcol .listTrack .date-time {
    text-align: right;
    padding-right: 20px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0
}

.listOrder .genzong.tooltip .track-rcol .listTrack .date-time .date {
    display: block
}

.listOrder .genzong.tooltip .track-rcol .listTrack .date-time .time {
    display: block
}

.listOrder .genzong.tooltip .track-rcol .listTrack .text {
    border-left: 1px #e9e9e9 solid;
    padding-left: 20px;
    padding-bottom: 30px
}

.listOrder .genzong.tooltip .track-rcol .listTrack .text b {
    color: #000
}

.listOrder .genzong.tooltip .track-rcol .listTrack .text .span-1 {
    display: inline-block;
    background-color: #eee;
    color: #000;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 10px
}

.listOrder .genzong.tooltip .track-rcol .listTrack .active .icon {
    display: block
}

.listOrder .operation .time {
    display: flex;
    justify-content: center
}

.listOrder .operation .time .layui-icon {
    margin-right: 2px
}

.listOrder .btn-1 {
    border: 1px #122687 solid;
    border-radius: 3px;
    color: #122687;
    width: 100px;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.listOrder .btn-1:hover {
    background-color: #122687;
    color: #fff
}

.listOrder .btn-2 {
    border: 1px #f29737 solid;
    border-radius: 3px;
    color: #f29737;
    width: 100px;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.listOrder .btn-2:hover {
    background-color: #f29737;
    color: #fff
}

.listOrder .btn-3 {
    border: 1px #ddd solid;
    border-radius: 3px;
    color: #f29737;
    width: 100px;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    color: #333;
    position: relative
}

.listOrder .btn-3:hover {
    border-color: #f29737;
    background-color: #f29737;
    color: #fff
}

.listOrder .ljgmBtn {
    border: 1px #ddd solid;
    border-radius: 3px;
    width: 100px;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    position: relative
}

.listOrder .ljgmBtn:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/shandian.svg) center center
}

.listOrder .ljgmBtn:hover {
    border-color: #f29737
}

.listOrder .ljgmBtn:hover:before {
    background: url(../images/icon/shandian-2.svg) center center
}

.listOrder .name {
    color: #333
}

.listOrder .name .layui-icon {
    color: #aaa
}

.listOrder .consignee.tooltip {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.listOrder .consignee.tooltip .prompt {
    cursor: initial;
    position: absolute;
    text-align: left;
    z-index: 1;
    width: 220px;
    right: 100%;
    top: -21px;
    padding-right: 10px;
    display: none
}

.listOrder .consignee.tooltip .prompt .promptC {
    padding: 15px 20px;
    color: #666;
    line-height: 22px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 1px;
    position: relative
}

.listOrder .consignee.tooltip .prompt .promptC:after {
    content: "";
    display: block;
    right: -8px;
    top: 27px;
    width: 8px;
    height: 16px;
    position: absolute;
    background: url(../images/icon/arrow-gray.png) no-repeat;
    background-position: -7px 0
}

.listOrder .consignee.tooltip:hover .prompt {
    display: block
}

@media screen and (max-width: 1024px) {
    .listOrder .dt {
        padding: 10px 10px;
        line-height: 30px;
        font-size: 12px
    }

    .listOrder .dt > div {
        padding-right: 10px
    }

    .listOrder .dt .zhuangtai {
        float: right;
        margin-right: 10px
    }

    .listOrder .deleteBtn {
        top: 10px;
        right: 5px
    }

    .listOrder .dd {
        font-size: 12px;
        padding: 0;
        display: block
    }

    .listOrder .leftPro {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        padding: 15px;
        margin-bottom: 15px
    }

    .listOrder .leftPro li {
        padding-right: 0
    }

    .listOrder .div-1 {
        width: 100%;
        border-right: none;
        min-height: auto
    }

    .listOrder .div-1 .pic-txt .txt {
        min-height: 48px;
        line-height: 20px;
        margin: 0
    }

    .listOrder .div-1 .pic-txt .span1 {
        margin-top: 0;
        font-size: 12px
    }

    .listOrder .div-1 .div-1-1 {
        min-height: 80px;
        width: 80%
    }

    .listOrder .div-1 .div-1-2 {
        min-height: 24px;
        width: 20%;
        text-align: right
    }

    .listOrder .div-1 .div-1-3 {
        min-height: 24px;
        width: 20%;
        text-align: right
    }

    .listOrder .div-2 {
        width: 40%;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
        line-height: 30px;
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        text-align: left
    }

    .listOrder .div-3 {
        width: 60%;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
        line-height: 30px;
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        text-align: right
    }

    .listOrder .div-3 > div {
        display: inline-block;
        vertical-align: top
    }

    .listOrder .div-3 .yf {
        text-align: center
    }

    .listOrder .div-3 .yf > div {
        display: inline
    }

    .listOrder .div-3 .fs {
        margin-left: 10px;
        display: none
    }

    .listOrder .div-3 .fs span {
        border: none
    }

    .listOrder .div-4 {
        width: 100%;
        border-right: none;
        padding-top: 0;
        padding-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: right
    }

    .listOrder .div-4 > div, .listOrder .div-4 a {
        margin-left: 10px;
        display: inline-block;
        vertical-align: middle
    }

    .listOrder .div-4 .genzong {
        display: none
    }

    .listOrder .div-4 .pc {
        display: none
    }

    .listOrder .div-5 {
        width: 100%;
        background: #f8f8f8;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: right
    }

    .listOrder .operation {
        display: flex;
        flex-wrap: wrap;
        line-height: 36px;
        float: right
    }

    .listOrder .operation > div {
        padding-right: 10px
    }

    .listOrder .btn-1 {
        margin-top: 0
    }

    .listOrder .btn-2 {
        width: auto;
        min-width: 50px;
        padding: 0 5px;
        line-height: 28px
    }

    .listOrder .ljgmBtn {
        margin-top: 0
    }

    .listOrder .page-2 {
        padding-top: 10px
    }

    .listOrder .operation {
        line-height: 30px
    }

    .listOrder .consignee.tooltip .prompt {
        right: initial;
        left: 50px
    }

    .listOrder .consignee.tooltip .prompt .promptC::after {
        left: -8px;
        right: initial;
        background-position: 0 0
    }

    .listOrder .genzong.tooltip .prompt {
        display: none !important
    }

    .listOrder .btn-1 {
        width: auto;
        min-width: 80px;
        line-height: 28px
    }

    .listOrder .btn-2 {
        width: auto;
        min-width: 80px;
        line-height: 28px
    }

    .listOrder .btn-3 {
        width: auto;
        min-width: 80px;
        line-height: 28px
    }
}

.wddd-ddxq {
    font-size: 12px;
    background-color: #f1f2f3;
    padding-bottom: 60px
}

.wddd-ddxq .container {
    max-width: 1210px
}

.wddd-ddxq .part {
    background-color: #fff;
    margin-bottom: 20px
}

.wddd-ddxq .part:last-child {
    margin-bottom: 0
}

.wddd-ddxq .part-1 {
    border-top: 3px solid #152587;
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.wddd-ddxq .part-1:before {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: url(../images/wave-bg-3.png) repeat-x center center;
    position: absolute;
    z-index: 9;
    bottom: -4px;
    left: 0
}

.wddd-ddxq .part-1 .div-1 {
    width: 27%;
    float: left;
    text-align: center;
    padding: 20px 10px;
    border-right: 1px #f1f1f1 solid
}

.wddd-ddxq .part-1 .div-1 .title {
    color: #152587;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px
}

.wddd-ddxq .part-1 .div-1 .info {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 20px
}

.wddd-ddxq .part-1 .btnDiv > div {
    margin-bottom: 10px
}

.wddd-ddxq .part-1 .btnDiv > div:last-child {
    margin-bottom: 0
}

.wddd-ddxq .part-1 .btnDiv-2 {
    margin-top: 20px
}

.wddd-ddxq .part-1 .btnDiv-2 a {
    line-height: 20px;
    display: inline-flex;
    align-items: center
}

.wddd-ddxq .part-1 .btnDiv-2 .icon {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 5px;
    border: 1px #333 solid;
    position: relative
}

.wddd-ddxq .part-1 .btnDiv-2 .icon:before {
    content: "";
    display: block;
    width: 7px;
    height: 1px;
    background-color: #333;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wddd-ddxq .part-1 .btnDiv-2 a:hover {
    color: #f29737
}

.wddd-ddxq .part-1 .btnDiv-2 a:hover .icon {
    border-color: #f29737
}

.wddd-ddxq .part-1 .btnDiv-2 a:hover .icon:before {
    background-color: #f29737
}

.wddd-ddxq .part-1 .div-2 {
    width: 73%;
    float: left;
    padding: 20px 40px 40px 20px
}

.wddd-ddxq .part-1 .div-2 .tips {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 20px
}

.wddd-ddxq .part-1 .time {
    display: flex;
    line-height: 20px;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #999
}

.wddd-ddxq .part-1 .time .layui-icon {
    margin-right: 3px
}

.wddd-ddxq .part-4 {
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px
}

.wddd-ddxq .part-4 .div-1 {
    width: 27%;
    float: left;
    padding: 20px 10px;
    border-right: 1px #f1f1f1 solid
}

.wddd-ddxq .part-4 .div-1 .title {
    color: #71b247;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px
}

.wddd-ddxq .part-4 .div-1 .info {
    color: #aaa;
    margin-bottom: 20px
}

.wddd-ddxq .part-4 .leftPro {
    display: flex
}

.wddd-ddxq .part-4 .leftPro .pic {
    width: 80px;
    height: 80px;
    position: relative
}

.wddd-ddxq .part-4 .leftPro .text {
    flex: 1;
    padding-left: 15px
}

.wddd-ddxq .part-4 .div-2 {
    width: 73%;
    float: left;
    padding: 20px 40px 40px 20px
}

.wddd-ddxq .part-4 .div-2 .tips {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 20px
}

.wddd-ddxq .track-rcol {
    font-size: 12px
}

.wddd-ddxq .track-rcol .list {
    height: 216px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.wddd-ddxq .track-rcol .list::-webkit-scrollbar {
    width: 7px
}

.wddd-ddxq .track-rcol .list::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 7px
}

.wddd-ddxq .track-rcol .list::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 7px
}

.wddd-ddxq .track-rcol .list::-webkit-scrollbar-button {
    display: none
}

.wddd-ddxq .track-rcol .list::-webkit-scrollbar-corner {
    display: none
}

.wddd-ddxq .track-rcol .list ::-webkit-resizer {
    display: none
}

.wddd-ddxq .track-rcol .list .box {
    display: flex;
    padding-left: 190px;
    position: relative
}

.wddd-ddxq .track-rcol .list .icon-dot {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 179px
}

.wddd-ddxq .track-rcol .list .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #dbdbdb;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: none
}

.wddd-ddxq .track-rcol .list .dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #c3c3c3;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.wddd-ddxq .track-rcol .list .date-time {
    padding-right: 20px;
    width: 190px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: right
}

.wddd-ddxq .track-rcol .list .text {
    border-left: 1px #e9e9e9 solid;
    padding-left: 20px;
    padding-bottom: 10px
}

.wddd-ddxq .track-rcol .list .text b {
    color: #000
}

.wddd-ddxq .track-rcol .list .text .span-1 {
    display: inline-block;
    background-color: #eee;
    color: #000;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 10px
}

.wddd-ddxq .track-rcol .list .active .icon {
    display: block
}

.wddd-ddxq .part-2 {
    min-height: 288px;
    display: flex;
    flex-wrap: wrap
}

.wddd-ddxq .part-2 .title {
    margin-bottom: 5px
}

.wddd-ddxq .part-2 .info {
    display: flex;
    flex-wrap: wrap
}

.wddd-ddxq .part-2 .info .span-1 {
    width: 100px
}

.wddd-ddxq .part-2 .info .span-2 {
    flex: 1
}

.wddd-ddxq .part-2 .div-1 {
    width: 33.33333333%;
    float: left;
    padding: 20px 30px;
    border-right: 1px #f1f1f1 solid
}

.wddd-ddxq .part-2 .div-2 {
    width: 33.33333333%;
    float: left;
    padding: 20px 40px 40px 20px;
    border-right: 1px #f1f1f1 solid
}

.wddd-ddxq .part-2 .div-3 {
    width: 33.33333333%;
    float: left;
    padding: 20px 40px 40px 20px
}

.wddd-ddxq .part-2 .div-3 .tips {
    color: #aaa;
    font-size: 13px;
    margin-bottom: 20px
}

.wddd-ddxq .part-2 .div-3 .tips .layui-icon {
    color: #fbb715;
    margin-right: 5px
}

.wddd-ddxq .ckqxjd.tooltip {
    position: relative
}

.wddd-ddxq .ckqxjd.tooltip .genzongC {
    display: inline-block;
    cursor: pointer;
    position: relative
}

.wddd-ddxq .ckqxjd.tooltip .prompt {
    cursor: initial;
    position: absolute;
    text-align: left;
    z-index: 1;
    width: 540px;
    left: 100%;
    top: -25px;
    padding-left: 10px;
    display: none
}

.wddd-ddxq .ckqxjd.tooltip .prompt .promptC {
    padding: 15px 20px;
    color: #666;
    line-height: 22px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 0 2px 2px #eee;
    border-radius: 1px;
    position: relative
}

.wddd-ddxq .ckqxjd.tooltip .prompt .promptC:after {
    content: "";
    display: block;
    left: -8px;
    top: 27px;
    width: 8px;
    height: 16px;
    position: absolute;
    background: url(../images/icon/arrow-gray.png) no-repeat;
    background-position: 0 0
}

.wddd-ddxq .ckqxjd.tooltip .p-title {
    color: #333;
    line-height: 35px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    position: relative
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px #cdcdcd solid;
    position: absolute;
    top: 0;
    right: 0
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:before, .wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:after {
    content: "";
    display: block;
    background: #cdcdcd;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: rotate(45deg)
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:before {
    width: 9px;
    height: 1px
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:after {
    width: 1px;
    height: 9px
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:hover {
    border-color: #f00
}

.wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:hover:before, .wddd-ddxq .ckqxjd.tooltip .p-title .closeBtn:hover:after {
    background: #f00
}

.wddd-ddxq .ckqxjd.tooltip:hover .prompt {
    display: block
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol {
    font-size: 12px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack {
    min-height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 410px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack::-webkit-scrollbar {
    width: 7px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 7px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 7px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack::-webkit-scrollbar-button {
    display: none
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack::-webkit-scrollbar-corner {
    display: none
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack ::-webkit-resizer {
    display: none
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack li:last-child .text {
    padding-bottom: 0
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .box {
    display: flex;
    min-height: 44px;
    padding-left: 10px;
    position: relative
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .icon-dot {
    width: 25px;
    height: 25px;
    position: absolute;
    top: -2px;
    left: -2px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #dbdbdb;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: none
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px #c3c3c3 solid;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .text {
    border-left: 1px #e9e9e9 solid;
    padding-left: 20px;
    padding-bottom: 20px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .text b {
    color: #000
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .text .span-1 {
    display: inline-block;
    background-color: #eee;
    color: #000;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 10px
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .doing .icon {
    display: block
}

.wddd-ddxq .ckqxjd.tooltip .track-rcol .listTrack .doing .dot {
    border-color: #f29737;
    background-color: #f29737
}

.wddd-ddxq .steps {
    padding-top: 40px;
    padding-bottom: 60px
}

.wddd-ddxq .steps .list {
    justify-content: space-between;
    align-items: flex-start;
    display: flex
}

.wddd-ddxq .steps .list:after {
    display: none
}

.wddd-ddxq .steps li {
    width: auto;
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.wddd-ddxq .steps .line {
    flex: 1;
    display: block;
    width: auto;
    height: 13px;
    margin: 0 16px 0 0;
    background-image: radial-gradient(#cdcdcd 2px, transparent 2px);
    background-size: 14px 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 16px;
    position: relative
}

.wddd-ddxq .steps .line:after {
    font-family: layui-icon !important;
    content: "\e602";
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #cdcdcd;
    font-weight: 700;
    position: absolute;
    right: -13px;
    top: -3px
}

.wddd-ddxq .steps .line.doing .line-2 {
    display: block;
    width: 50%;
    height: 100%;
    background-image: radial-gradient(#152587 2px, transparent 2px);
    background-size: 14px 14px;
    position: absolute;
    top: 0;
    left: 0
}

.wddd-ddxq .steps .line.doing .line-2:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #152587;
    position: absolute;
    top: 3px;
    right: -4px
}

.wddd-ddxq .steps .line.doing .txt {
    display: block
}

.wddd-ddxq .steps .line.done {
    background-image: radial-gradient(#152587 2px, transparent 2px);
    background-size: 14px 14px
}

.wddd-ddxq .steps .line.done:after {
    color: #152587
}

.wddd-ddxq .steps .line.done .txt {
    display: none
}

.wddd-ddxq .steps .line .txt {
    display: none;
    color: #152587;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0
}

.wddd-ddxq .steps li:last-child {
    padding-right: 0
}

.wddd-ddxq .steps li:last-child:after {
    display: none;
    width: 50%
}

.wddd-ddxq .steps .box {
    margin: auto;
    position: relative;
    z-index: 1
}

.wddd-ddxq .steps .icon {
    width: 44px;
    height: 44px;
    margin-left: auto;
    margin-right: auto
}

.wddd-ddxq .steps .title {
    margin-top: 0;
    font-size: 12px;
    color: #999
}

.wddd-ddxq .steps .num {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    background-color: #fff;
    color: #999;
    border: 1px #cdcdcd solid;
    font-size: 12px;
    font-weight: 700
}

.wddd-ddxq .steps .done .title {
    color: #333
}

.wddd-ddxq .goods-list {
    font-size: 14px
}

.wddd-ddxq .goods-list a:hover {
    color: #f29737
}

.wddd-ddxq .goods-list .item {
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #ebebeb
}

.wddd-ddxq .goods-list .item:last-child {
    margin-bottom: 0
}

.wddd-ddxq .goods-list .div-1 {
    width: 55%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.wddd-ddxq .goods-list .div-2 {
    width: 15%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

.wddd-ddxq .goods-list .div-3 {
    width: 15%;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.wddd-ddxq .goods-list .div-4 {
    width: 15%;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.wddd-ddxq .goods-list .div-5 {
    width: 15%;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.wddd-ddxq .goods-list li {
    border-bottom: 1px solid #ebebeb
}

.wddd-ddxq .goods-list li:last-child {
    border-bottom: none
}

.wddd-ddxq .goods-list .dt {
    text-align: center;
    overflow: hidden;
    background-color: #f9f9f9;
    line-height: 20px;
    padding: 10px 0 10px 0;
    position: relative
}

.wddd-ddxq .goods-list .dd {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center
}

.wddd-ddxq .goods-list .dd .list {
    width: 100%
}

.wddd-ddxq .goods-list .dd .box {
    display: flex;
    flex-wrap: wrap;
    padding: 20px
}

.wddd-ddxq .goods-list .dd .div-1 {
    padding: 0;
    min-height: 80px;
    padding-left: 90px;
    position: relative
}

.wddd-ddxq .goods-list .dd .div-2 {
    padding: 0;
    min-height: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #aaa
}

.wddd-ddxq .goods-list .dd .div-3 {
    padding: 0;
    min-height: 48px;
    padding-top: 20px;
    padding-bottom: 20px
}

.wddd-ddxq .goods-list .dd .div-4 {
    padding: 0;
    min-height: 48px;
    padding-top: 20px;
    padding-bottom: 20px
}

.wddd-ddxq .goods-list .dd .div-5 {
    padding: 0;
    min-height: 48px;
    padding-top: 20px;
    padding-bottom: 20px
}

.wddd-ddxq .goods-list .dd .pic {
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left;
    position: relative;
    position: absolute;
    top: 0;
    left: 0
}

.wddd-ddxq .goods-list .dd .span {
    color: #f29737;
    font-size: 14px;
    line-height: 20px
}

.wddd-ddxq .goods-list .dd .bt {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 16px;
    line-height: 24px;
    color: #333
}

.wddd-ddxq .goods-list .dd .span1 {
    color: #4d4d4d;
    margin-top: 10px
}

.wddd-ddxq .goods-list .dd .title {
    color: #333;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.wddd-ddxq .goods-list .dd .title:hover {
    color: #f29737
}

.wddd-ddxq .goods-list .dd .info {
    color: #999
}

.wddd-ddxq .goods-list .dd .a-1 {
    display: inline-block;
    min-width: 100px;
    line-height: 38px;
    border-radius: 3px;
    border: 1px #ddd solid;
    padding: 0 10px;
    text-align: center
}

.wddd-ddxq .goods-list .dd .a-1:hover {
    background-color: #f29737;
    color: #fff;
    border-color: #f29737
}

.wddd-ddxq .goods-list .dd .txt {
    padding-right: 20px
}

.wddd-ddxq .goods-list .dd .ljgmBtn {
    border: 1px #ddd solid;
    border-radius: 3px;
    width: 100px;
    line-height: 28px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    position: relative
}

.wddd-ddxq .goods-list .dd .ljgmBtn:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icon/shandian.svg) center center
}

.wddd-ddxq .goods-list .dd .ljgmBtn:hover {
    border-color: #f29737
}

.wddd-ddxq .goods-list .dd .ljgmBtn:hover:before {
    background: url(../images/icon/shandian-2.svg) center center
}

.wddd-ddxq .goods-total {
    text-align: right;
    display: block;
    padding: 20px;
    font-size: 12px;
    color: #666
}

.wddd-ddxq .goods-total li {
    padding-bottom: 10px
}

.wddd-ddxq .goods-total li:last-child {
    padding-bottom: 0
}

.wddd-ddxq .goods-total .count {
    color: #f29737;
    font-size: 18px;
    font-weight: 700
}

.wddd-ddxq .goods-total .ftx-01 {
    color: #f29737
}

.wddd-ddxq.wddd-ddfk .part-1 {
    border-top: 3px solid #f29737
}

.wddd-ddxq.wddd-ddfk .part-1 .div-1 .title {
    color: #f29737
}

.wddd-ddxq.wddd-ddfk .steps .line .txt {
    color: #f29737
}

.wddd-ddxq.wddd-ddfk .steps .line.doing .line-2 {
    background-image: radial-gradient(#f29737 2px, transparent 2px);
    background-size: 14px 14px
}

.wddd-ddxq.wddd-ddfk .steps .line.doing .line-2:after {
    background-color: #f29737
}

.wddd-ddxq.wddd-ddfk .steps .line.doing .txt {
    display: block
}

@media screen and (max-width: 1024px) {
    .wddd-ddxq {
        padding-bottom: 40px
    }

    .wddd-ddxq .part-1 .div-1 {
        width: 100%;
        border: none;
        border-bottom: 1px #f1f1f1 solid;
        padding: 20px 20px
    }

    .wddd-ddxq .part-1 .div-1 .info {
        margin-bottom: 10px
    }

    .wddd-ddxq .part-1 .div-1 .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .wddd-ddxq .part-1 .div-2 {
        width: 100%
    }

    .wddd-ddxq .steps {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .wddd-ddxq .steps .line {
        margin-left: auto
    }

    .wddd-ddxq .part-2 .div-1 {
        width: 100%;
        border: none;
        border-bottom: 1px #f1f1f1 solid;
        padding: 20px 20px
    }

    .wddd-ddxq .part-2 .div-2 {
        width: 100%;
        border: none;
        border-bottom: 1px #f1f1f1 solid;
        padding: 20px 20px
    }

    .wddd-ddxq .part-2 .div-3 {
        width: 100%;
        padding: 20px 20px
    }

    .wddd-ddxq .part-4 {
        padding: 20px 20px
    }

    .wddd-ddxq .part-4 .div-1 {
        width: 100%;
        border-right: 0;
        padding: 10px 0
    }

    .wddd-ddxq .part-4 .div-2 {
        width: 100%;
        padding: 10px 0
    }

    .wddd-ddxq .part-4 .div-3 {
        width: 100%
    }

    .wddd-ddxq .track-rcol .list {
        height: auto
    }

    .wddd-ddxq .track-rcol .list .box {
        padding-left: 120px
    }

    .wddd-ddxq .track-rcol .list .icon-dot {
        left: 109px
    }

    .wddd-ddxq .track-rcol .list .date-time {
        width: 120px
    }

    .wddd-ddxq .goods-list .item .dt {
        display: none
    }

    .wddd-ddxq .goods-list .item .dd {
        font-size: 12px;
        display: block
    }

    .wddd-ddxq .goods-list .item .dd .div-1 {
        width: 100%;
        min-height: 80px
    }

    .wddd-ddxq .goods-list .item .dd .span1 {
        margin-top: 0;
        font-size: 12px
    }

    .wddd-ddxq .goods-list .item .dd .pic {
        margin-right: 10px
    }

    .wddd-ddxq .goods-list .item .dd .txt {
        min-height: 48px;
        line-height: 20px;
        padding-right: 0
    }

    .wddd-ddxq .goods-list .item .dd .div-2 {
        width: 100%;
        min-height: auto;
        height: auto;
        line-height: 30px;
        display: block;
        margin-right: 0;
        text-align: left;
        float: left;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0
    }

    .wddd-ddxq .goods-list .item .dd .div-2 .current_price {
        width: 50%;
        float: left
    }

    .wddd-ddxq .goods-list .item .dd .div-2 .current_num {
        width: 50%;
        float: left;
        text-align: right
    }

    .wddd-ddxq .goods-list .item .dd .div-3 {
        width: 50%;
        text-align: right;
        min-height: auto;
        height: auto;
        line-height: 30px;
        display: block;
        float: left;
        padding-top: 0;
        padding-bottom: 0;
        display: none
    }

    .wddd-ddxq .goods-list .item .dd .div-4 {
        width: 50%;
        text-align: left;
        display: none
    }

    .wddd-ddxq .goods-list .item .dd .div-5 {
        width: 100%;
        text-align: right;
        padding-bottom: 0
    }

    .wddd-ddxq .goods-list .item .dd .div-5 div {
        display: inline-block;
        vertical-align: middle;
        padding: 0
    }

    .wddd-ddxq .goods-list .item .dd .div-5 .ljgmBtn {
        margin-top: 0;
        margin-left: 10px
    }
}

@media screen and (max-width: 767px) {
    .wddd-ddxq .steps {
        overflow: auto;
        -webkit-overflow-scrolling: touch
    }

    .wddd-ddxq .steps .list {
        width: 500px
    }

    .wddd-ddxq.wddd-yqx .steps .list {
        width: auto
    }

    .wddd-ddxq.wddd-zzck .steps .list {
        width: 600px
    }

    .wddd-ddxq.wddd-ddfk .steps .list {
        width: 600px
    }
}

.pjdd .toolbar {
    padding: 0 15px;
    text-align: center;
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.pjdd .toolbar .div-1 {
    width: 58%;
    border-right: 1px solid #e2e2e2
}

.pjdd .toolbar .div-2 {
    width: 14%;
    border-right: 1px solid #e2e2e2
}

.pjdd .toolbar .div-3 {
    width: 14%;
    border-right: 1px solid #e2e2e2
}

.pjdd .toolbar .div-4 {
    width: 14%
}

.pjdd .rightConC {
    min-height: auto
}

.pjdd .page-2 {
    padding-top: 40px
}

.pjdd .pjddList {
    font-size: 14px
}

.pjdd .pjddList a:hover {
    color: #f29737
}

.pjdd .pjddList .item {
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #ebebeb
}

.pjdd .pjddList .item:last-child {
    margin-bottom: 0
}

.pjdd .pjddList .div-1 {
    width: 50%;
    float: left;
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px
}

.pjdd .pjddList .div-2 {
    width: 25%;
    float: left;
    border-right: 1px solid #ebebeb;
    padding-left: 20px;
    padding-right: 20px
}

.pjdd .pjddList .div-3 {
    width: 25%;
    float: left;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px
}

.pjdd .pjddList li {
    border-bottom: 1px solid #ebebeb
}

.pjdd .pjddList li:last-child {
    border-bottom: none
}

.pjdd .pjddList .dt {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
    background-color: #f2f4f5;
    line-height: 20px;
    padding: 10px 0 10px 0;
    position: relative
}

.pjdd .pjddList .dd {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center
}

.pjdd .pjddList .dd .list {
    width: 100%
}

.pjdd .pjddList .dd .box {
    display: flex;
    flex-wrap: wrap
}

.pjdd .pjddList .dd .div-1 {
    display: flex;
    min-height: 104px;
    padding-top: 20px;
    padding-bottom: 20px
}

.pjdd .pjddList .dd .div-2 {
    display: flex;
    min-height: 104px;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #aaa
}

.pjdd .pjddList .dd .div-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 104px;
    padding-top: 20px;
    padding-bottom: 20px
}

.pjdd .pjddList .dd .pic {
    display: block;
    width: 80px;
    height: 64px;
    margin-right: 20px;
    float: left;
    position: relative
}

.pjdd .pjddList .dd .title {
    color: #333;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.pjdd .pjddList .dd .title:hover {
    color: #f29737
}

.pjdd .pjddList .dd .a-1 {
    display: inline-block;
    min-width: 100px;
    line-height: 38px;
    border-radius: 3px;
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px #ddd solid;
    padding: 0 10px;
    text-align: center
}

.pjdd .pjddList .dd .a-1:hover {
    background-color: #f29737;
    color: #fff;
    border-color: #f29737
}

.pjdd .pjddList .dd .txt {
    float: left;
    flex: 1;
    display: flex;
    align-items: center;
    padding-right: 20px
}

.pjdd.pjdd-dpj .div-1 {
    width: 58%;
    float: left
}

.pjdd.pjdd-dpj .div-4 {
    border-right: none
}

@media screen and (max-width: 1024px) {
    .pjdd .pjddList .item .dt {
        display: none
    }

    .pjdd .pjddList .item .dd {
        font-size: 12px;
        display: block
    }

    .pjdd .pjddList .item .dd .box {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .pjdd .pjddList .item .dd .div-1 {
        width: 100%;
        min-height: 48px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .pjdd .pjddList .item .dd .pic {
        width: 60px;
        height: 48px;
        margin-right: 10px
    }

    .pjdd .pjddList .item .dd .txt {
        min-height: 48px;
        line-height: 20px;
        padding-right: 0
    }

    .pjdd .pjddList .item .dd .div-2 {
        width: 60%;
        min-height: auto;
        height: auto;
        line-height: 30px;
        display: block;
        margin-right: 0;
        text-align: left;
        float: left;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0
    }

    .pjdd .pjddList .item .dd .div-3 {
        width: 40%;
        text-align: right;
        min-height: auto;
        height: auto;
        line-height: 30px;
        display: block;
        float: left;
        padding-top: 0;
        padding-bottom: 0
    }

    .pjdd .pjddList .item .dd .a-1 {
        min-width: 80px;
        line-height: 28px
    }

    .pjdd .page-2 {
        padding-top: 10px
    }

    .pjdd .toolbar {
        display: none
    }

    .pjdd.pjdd-dpj .listOrder .div-1 .div-1-2 {
        width: 30%;
        text-align: right
    }

    .pjdd.pjdd-dpj .listOrder .operation {
        width: 100%;
        justify-content: space-between
    }

    .pjdd.pjdd-dpj .div-1 {
        width: 100%
    }

    .pjdd.pjdd-dpj .div-4 {
        padding-bottom: 15px
    }

    .pjdd.pjdd-dpj .div-4 > div:last-child {
        margin-right: 0
    }
}

.pjddTj {
    padding: 40px 25px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(20, 56, 102, 0.08);
    clear: both;
    margin-top: 25px
}

.pjddTj .titleBig {
    text-align: center;
    color: #666;
    font-size: 16px;
    margin-bottom: 30px
}

.pjddTj .listProduct .box {
    padding: 0
}

.pjdd-zjpl {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f5f5f5
}

.pjdd-zjpl .container {
    max-width: 1210px
}

.pjdd-zjpl .titleBig {
    text-align: center;
    margin-bottom: 40px
}

.pjdd-zjpl .titleBig .title-1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-bottom: 5px
}

.pjdd-zjpl .titleBig .title-2 {
    font-size: 13px;
    color: #666
}

.pjdd-zjpl .bd {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 10px;
    display: flex
}

.pjdd-zjpl .bd .leftPro {
    width: 25%;
    padding: 55px 50px;
    border-right: 1px #f5f5f5 solid;
    float: left;
    text-align: center
}

.pjdd-zjpl .bd .leftPro .pic {
    width: 100px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    position: relative
}

.pjdd-zjpl .bd .leftPro .title {
    color: #333;
    font-size: 13px;
    margin-bottom: 5px
}

.pjdd-zjpl .bd .leftPro .info {
    color: #999;
    font-size: 13px
}

.pjdd-zjpl .bd .leftPro a:hover .title {
    color: #f29737
}

.pjdd-zjpl .bd .leftPro a:hover .info {
    color: #f29737
}

.pjdd-zjpl .bd .rightComment {
    padding-right: 80px;
    width: 75%;
    float: left;
    flex: 1;
    padding-left: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.pjdd-zjpl .bd .rightComment .date {
    color: #999;
    font-size: 14px;
    margin-bottom: 10px
}

.pjdd-zjpl .bd .rightComment .scoreMark {
    margin-bottom: 10px
}

.pjdd-zjpl .bd .rightComment #score {
    line-height: 30px;
    display: inline-flex
}

.pjdd-zjpl .bd .rightComment #score .layui-rate {
    padding-top: 0;
    padding-bottom: 0
}

.pjdd-zjpl .bd .rightComment .pl {
    margin-bottom: 20px
}

.pjdd-zjpl .bd .rightComment .tips {
    color: #fc982c;
    padding-bottom: 10px
}

.pjdd-zjpl .bd .rightComment .tips .layui-icon {
    margin-right: 5px
}

.pjdd-zjpl .bd .rightComment .upload {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.pjdd-zjpl .bd .rightComment .upload .image-upload, .pjdd-zjpl .bd .rightComment .upload .image-upload-phone {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    position: relative
}

.pjdd-zjpl .bd .rightComment .upload .image-upload {
    margin-bottom: 10px;
    background: url(../images/icon/bg-upload.png) no-repeat 0 top;
    cursor: pointer
}

.pjdd-zjpl .bd .rightComment .upload .image-upload input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.pjdd-zjpl .bd .rightComment .upload .image-upload-phone {
    margin-bottom: 10px;
    background: url(../images/icon/bg-upload.png) no-repeat right top;
    cursor: pointer
}

.pjdd-zjpl .bd .rightComment .upload .image-upload-phone-m {
    min-width: 50px;
    line-height: 30px;
    background: #f29737;
    color: #fff;
    border-radius: 3px;
    padding: 0 10px;
    display: none;
    position: relative
}

.pjdd-zjpl .bd .rightComment .upload .image-upload-phone-m input[type="file"] {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0
}

.pjdd-zjpl .bd .rightComment .upload .upload-num {
    font-size: 12px;
    color: #999
}

.pjdd-zjpl .bd .rightComment .upload .upload-num em {
    color: #e4393c;
    margin: 0 2px;
    font-style: normal
}

.pjdd-zjpl .bd .rightComment .upload .image-list {
    display: inline-block
}

.pjdd-zjpl .bd .rightComment .upload .image-list > div {
    position: relative;
    float: left;
    width: 60px;
    height: 48px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer
}

.pjdd-zjpl .bd .rightComment .upload .image-list .deleteBtn {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    top: 1px;
    right: 1px
}

.pjdd-zjpl .bd .rightComment .upload .image-list .deleteBtn:hover {
    color: #f00
}

.pjdd-zjpl .bd .rightComment .biaoqian {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap
}

.pjdd-zjpl .bd .rightComment .biaoqian a {
    display: inline-block;
    border: 1px #e0e0e0 solid;
    line-height: 24px;
    border-radius: 3px;
    padding: 0 5px;
    margin-right: 5px;
    margin-bottom: 5px
}

.pjdd-zjpl .bd .rightComment .biaoqian a:hover {
    border-color: #f29737;
    color: #f29737
}

.pjdd-zjpl .bd .rightComment .biaoqian a.active {
    background-color: #f29737;
    border-color: #f29737;
    color: #fff
}

.pjdd-zjpl .bd .rightComment .item {
    display: flex;
    padding-bottom: 10px
}

.pjdd-zjpl .bd .rightComment .item .div-1 {
    line-height: 30px;
    width: 20%;
    float: left;
    color: #666
}

.pjdd-zjpl .bd .rightComment .item .div-2 {
    width: 80%;
    float: left
}

.pjdd-zjpl .bd .textareaDiv {
    position: relative
}

.pjdd-zjpl .bd .textareaDiv textarea {
    width: 100%;
    height: 110px;
    border: 1px #e0e0e0 solid;
    padding: 10px 15px;
    resize: none
}

.pjdd-zjpl .bd .textareaDiv textarea:focus {
    border-color: #f29737
}

.pjdd-zjpl .bd .textarea-num {
    font-size: 12px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    text-align: right;
    color: #999;
    position: absolute;
    bottom: 10px;
    right: 10px
}

.pjdd-zjpl .bd .qr-roll {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0
}

.pjdd-zjpl .bd .qr-roll .qr-tips {
    position: absolute;
    width: 130px;
    padding: 0 0;
    text-align: center;
    height: 33px;
    right: 120px;
    z-index: 600;
    top: 10px;
    line-height: 33px;
    border: 1px solid #efefef;
    transition: .3s;
    box-shadow: 0 0 1em #eee
}

.pjdd-zjpl .bd .qr-roll .qr-tips .cursor {
    width: 11px;
    height: 16px;
    display: block;
    position: absolute;
    right: -11px;
    top: 8px;
    background: url(../images/icon/cursor.png) no-repeat 0 0
}

.pjdd-zjpl .bd .qr-roll .inner-qr-roll {
    overflow: hidden;
    position: relative;
    z-index: 500
}

.pjdd-zjpl .bd .qr-roll .wrap-qr-img {
    padding: 10px;
    width: 150px;
    height: 150px;
    margin-left: -70px;
    margin-top: 0;
    position: relative
}

.pjdd-zjpl .bd .qr-roll .wrap-qr-img:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .3s;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    *display: none
}

.pjdd-zjpl .bd .qr-roll .wrap-qr-img .qr-roll-img {
    width: 130px;
    height: 130px;
    display: block;
    margin: 0 auto
}

.pjdd-zjpl .bd .qr-roll .roll-corner {
    width: 200%;
    height: 200%;
    display: block;
    position: absolute;
    transition: .2s;
    right: -15px;
    top: 0;
    background: #fff;
    box-shadow: 5px 0 1em #ccc;
    -webkit-transform: translate(55px, 150px) rotate(45deg);
    transform: translate(55px, 150px) rotate(45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    *width: 100%;
    *height: 100%;
    *display: block;
    *position: absolute;
    *right: 10px;
    *top: 0;
    *background: url(../images/icon/pc-ewm.png) no-repeat right 0
}

.pjdd-zjpl .bd .qr-roll:hover {
    width: 150px
}

.pjdd-zjpl .bd .qr-roll:hover .qr-tips {
    right: 165px
}

.pjdd-zjpl .bd .qr-roll:hover .roll-corner {
    -webkit-transform: translate(-170px, 150px) rotate(45deg);
    transform: translate(-170px, 150px) rotate(45deg)
}

.pjdd-zjpl .bd .qr-roll:hover .wrap-qr-img:before {
    opacity: 0
}

.pjdd-zjpl .bd .qr-roll:hover .wrap-qr-img {
    margin-left: 0
}

.pjdd-zjpl .ft {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px
}

.pjdd-zjpl .ft .btnDiv {
    text-align: center
}

.pjdd-zjpl .ft .btnDiv .checkboxDiv-2 {
    margin-left: 10px
}

.pjdd-zjpl .ft .checkboxDiv-2 {
    display: inline-block;
    line-height: 16px
}

.pjdd-zjpl .zpjg {
    border-top: 1px #f5f5f5 solid;
    padding-top: 30px
}

.pjdd-zjpl.pjdd-pjxq .bd .rightComment {
    padding-right: 40px
}

@media screen and (max-width: 1024px) {
    .pjdd-zjpl {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .pjdd-zjpl .titleBig {
        margin-bottom: 30px
    }

    .pjdd-zjpl .bd {
        flex-wrap: wrap
    }

    .pjdd-zjpl .bd .leftPro {
        width: 100%;
        padding: 20px
    }

    .pjdd-zjpl .bd .leftPro .pic {
        width: 60px;
        height: 48px;
        margin-bottom: 10px
    }

    .pjdd-zjpl .bd .rightComment {
        width: 100%
    }

    .pjdd-zjpl .bd .qr-roll {
        display: none
    }

    .pjdd-zjpl .bd .rightComment {
        padding: 20px
    }

    .pjdd-zjpl .bd .rightComment .upload .image-upload {
        display: none
    }

    .pjdd-zjpl .bd .rightComment .upload .image-upload-phone {
        display: none
    }

    .pjdd-zjpl .bd .rightComment .upload .image-upload-phone-m {
        margin-left: 10px;
        display: inline-block
    }

    .pjdd-zjpl .bd .rightComment .item {
        display: block
    }

    .pjdd-zjpl .bd .rightComment .item .div-1 {
        width: 100%
    }

    .pjdd-zjpl .bd .rightComment .item .div-2 {
        width: 100%
    }

    .pjdd-zjpl .bd .textareaDiv textarea {
        height: 200px
    }

    .pjdd-zjpl .ft {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .pjdd-zjpl.pjdd-pjxq .bd .rightComment {
        padding-right: 20px
    }
}

.imageUpload-dialog {
    display: none;
    width: 400px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999
}

.imageUpload-dialog.show {
    display: block
}

.imageUpload-dialog .title {
    margin-bottom: 10px;
    font-size: 18px;
    color: #333;
    line-height: 40px;
    text-align: center
}

.imageUpload-dialog .qrcode {
    max-width: 240px;
    padding: 4px;
    border: 1px solid #f4f4f4;
    margin-left: auto;
    margin-right: auto
}

.imageUpload-dialog .info {
    text-align: center;
    padding: 10px 0
}

.imageUpload-dialog .ui-dialog-close {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0
}

.imageUpload-dialog .ui-dialog-close .layui-icon {
    font-size: 20px
}

.imageUpload-dialog .ui-dialog-close:hover {
    color: #f29737
}

.imageUpload-dialog-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .15;
    z-index: 9998;
    background-color: #000;
    width: 100%;
    height: 100%
}

.xxtz .page-2 {
    padding-top: 20px
}

.xxtz .checkboxDiv {
    display: none
}

.xxtz .menu-2 {
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 10px
}

.xxtz .listXxtz li {
    position: relative
}

.xxtz .listXxtz .weidu .box:before {
    display: block
}

.xxtz .listXxtz .box {
    display: block;
    font-size: 14px;
    color: #333;
    padding: 15px 25px;
    border-radius: 12px;
    position: relative
}

.xxtz .listXxtz .box:before {
    content: '';
    display: none;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 26px;
    left: 10px;
    background: #f29737;
    border-radius: 50%
}

.xxtz .listXxtz .deleteBtn {
    display: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 10px
}

.xxtz .listXxtz .deleteBtn:before, .xxtz .listXxtz .deleteBtn:after {
    content: "";
    display: block;
    background: #adadad;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.xxtz .listXxtz .deleteBtn:before {
    width: 15px;
    height: 1px
}

.xxtz .listXxtz .deleteBtn:after {
    width: 1px;
    height: 15px
}

.xxtz .listXxtz .title {
    font-size: 16px;
    margin-bottom: 5px
}

.xxtz .listXxtz .info {
    color: #666;
    margin-bottom: 10px
}

.xxtz .listXxtz .date {
    color: #999
}

.xxtz .listXxtz .date .layui-icon {
    margin-right: 5px
}

.xxtz .listXxtz li:hover .box {
    background-color: #edf0f2
}

.xxtz .listXxtz li:hover .title {
    color: #f29737
}

.xxtz .listXxtz li:hover .deleteBtn {
    display: block
}

.xxtz .page1 {
    padding-top: 20px;
    padding-left: 20px
}

@media screen and (max-width: 1024px) {
    .xxtz .listXxtz .box {
        font-size: 14px;
        padding: 20px 20px;
        border-radius: 10px
    }

    .xxtz .listXxtz .title {
        margin-bottom: 10px
    }

    .xxtz .listXxtz .info {
        margin-bottom: 10px
    }

    .xxtz .listXxtz .deleteBtn {
        width: 20px;
        height: 20px;
        right: 10px;
        top: 10px
    }

    .xxtz .listXxtz .deleteBtn:before {
        width: 15px;
        height: 1px
    }

    .xxtz .listXxtz .deleteBtn:after {
        width: 1px;
        height: 15px
    }
}

.xxtz-show {
    color: #666;
    font-size: 16px;
    line-height: 2
}

.xxtz-show p {
    margin-bottom: 10px
}

.xxtz-show .titleBig {
    border-bottom: 1px #ebebeb solid;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px
}

.xxtz-show .titleBig .title {
    font-weight: 700;
    color: #333;
    font-size: 20px
}

.xxtz-show .titleBig .info {
    color: #999;
    font-size: 14px
}

.xxtz-show .titleBig .date {
    color: #999;
    font-size: 14px
}

.xxtz-show .nr {
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 15px;
    padding: 15px 15px 15px 15px
}

.xxtz-show .btnDiv {
    text-align: center;
    padding-top: 50px
}

@media screen and (max-width: 1024px) {
    .xxtz-show {
        font-size: 14px
    }

    .xxtz-show .titleBig {
        padding-left: 0;
        padding-right: 0
    }

    .xxtz-show .nr {
        padding-left: 0;
        padding-right: 0
    }

    .xxtz-show .btnDiv {
        padding-top: 30px
    }
}

.fpgl .kpxx .layui-form-radio > * {
    font-size: 16px
}

.fpgl .kpxx .layui-form-radio:hover > *, .fpgl .kpxx .layui-form-radioed, .fpgl .kpxx .layui-form-radioed > i {
    color: #f29737
}

.fpgl .kpxx .list {
    background-color: #f2f4f5;
    border: 1px #ebebeb solid;
    border-radius: 15px;
    padding: 30px 30px;
    font-size: 16px;
    margin-bottom: 25px
}

.fpgl .kpxx .list li {
    padding-bottom: 10px
}

.fpgl .kpxx .list li:last-child {
    padding-bottom: 0
}

.fpgl .kpxx .list .box {
    display: flex;
    flex-wrap: wrap
}

.fpgl .kpxx .list .bt {
    width: 90px;
    line-height: 34px
}

.fpgl .kpxx .list .editDiv {
    flex: 1
}

.fpgl .kpxx .list .input-form {
    width: 100%;
    border: none;
    height: 34px;
    line-height: 34px;
    background-color: transparent;
    color: #000
}

.fpgl .kpxx .list .swmr .editDiv {
    text-align: right
}

.fpgl .kpxx .list .checkboxDiv, .fpgl .kpxx .list .radioDiv {
    min-width: 160px;
    display: inline-block
}

.fpgl .kpxx .list .disabled {
    cursor: no-drop;
    opacity: .5
}

@media screen and (max-width: 1024px) {
    .fpgl .kpxx .list {
        font-size: 14px;
        padding: 10px 10px;
        margin-bottom: 10px;
        border-radius: 5px
    }

    .fpgl .kpxx .list .box {
        justify-content: space-between;
        align-items: center
    }

    .fpgl .kpxx .list .bt {
        width: 70px;
        line-height: 34px
    }

    .fpgl .kpxx .list .checkboxDiv, .fpgl .kpxx .list .radioDiv {
        min-width: auto;
        margin-left: 10px
    }
}

.fqxq .tips {
    background-color: #fffdee;
    color: #f60;
    font-size: 14px;
    padding: 30px 40px 30px 50px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative
}

.fqxq .tips .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 20px
}

.fqxq .table-1 {
    margin-bottom: 30px
}

.fqxq .table-1 table {
    border: 1px #ebebeb solid
}

.fqxq .table-1 th, .fqxq .table-1 td {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px
}

.fqxq .table-1 th {
    text-align: left;
    background-color: #f5f5f5
}

.fqxq .table-1 td {
    border: 1px #ebebeb solid
}

.fqxq .table-1 td:nth-child(1) {
    width: 140px
}

@media screen and (max-width: 1024px) {
    .fqxq .tips {
        padding: 20px 30px 20px 40px
    }

    .fqxq .tips .icon {
        top: 20px;
        left: 15px
    }

    .fqxq .table-1 {
        margin-bottom: 20px
    }

    .fqxq .table-1 th, .fqxq .table-1 td {
        padding-left: 15px
    }

    .fqxq .table-1 td:nth-child(1) {
        width: 90px
    }
}

.wdfp .page-2 {
    padding-top: 40px
}

.wdfp .toolbar {
    padding: 0 15px;
    text-align: center;
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.wdfp .div-1 {
    width: 58%;
    float: left;
    border-right: 1px solid #e2e2e2
}

.wdfp .div-2 {
    width: 14%;
    text-align: center;
    float: left;
    border-right: 1px solid #e2e2e2
}

.wdfp .div-3 {
    width: 14%;
    text-align: center;
    float: left;
    border-right: 1px solid #e2e2e2
}

.wdfp .div-4 {
    width: 14%;
    text-align: center;
    float: left;
    border-right: none
}

.wdfp .listOrder .div-1 {
    width: 58%
}

@media screen and (max-width: 1024px) {
    .wdfp .page-2 {
        padding-top: 10px
    }

    .wdfp .toolbar {
        display: none
    }

    .wdfp .listOrder .div-1 {
        width: 100%
    }

    .wdfp .div-1 {
        width: 100%;
        min-height: auto;
        border-right: none
    }

    .wdfp .div-1 .pic-txt .pic {
        width: 60px;
        height: 48px;
        margin-right: 10px
    }

    .wdfp .div-1 .pic-txt .txt {
        min-height: 48px;
        line-height: 20px
    }

    .wdfp .div-1 .div-1-1 {
        min-height: 48px
    }

    .wdfp .div-1 .div-1-2 {
        min-height: 48px;
        width: 30%
    }

    .wdfp .div-1 .div-1-3 {
        min-height: 48px
    }

    .wdfp .div-2 {
        width: 40%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
        min-height: auto;
        line-height: 30px;
        display: block;
        padding-right: 20px;
        text-align: center
    }

    .wdfp .div-3 {
        width: 30%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
        min-height: auto;
        line-height: 30px;
        display: block;
        text-align: center
    }

    .wdfp .div-4 {
        width: 30%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 5px;
        display: block;
        text-align: center
    }

    .wdfp .div-4 > div {
        margin-right: 0
    }

    .wdfp .operation {
        display: block
    }
}

.grxx .menu-2 .menuList li {
    padding-right: 40px !important
}

.jbxx {
    color: #666;
    font-size: 14px
}

.jbxx .listJbxx {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px
}

.jbxx .listJbxx li {
    padding-bottom: 20px
}

.jbxx .listJbxx .box {
    display: flex;
    line-height: 40px
}

.jbxx .listJbxx .bt {
    width: 60px;
    text-align: right;
    font-size: 16px
}

.jbxx .listJbxx .bt span {
    color: #f29737
}

.jbxx .listJbxx .nicheng .input-form {
    width: 100%
}

.jbxx .listJbxx .editDiv {
    flex: 1
}

.jbxx .listJbxx .input-form {
    border-radius: 3px
}

.jbxx .listJbxx .sex .div-1 {
    display: inline-block;
    margin-right: 30px
}

.jbxx .listJbxx .birthday .div-1 {
    display: inline-block;
    padding-right: 5px
}

.jbxx .listJbxx .birthday .selectDiv {
    min-width: 150px
}

.jbxx .listJbxx .birthday .ts {
    color: #999
}

.jbxx .listJbxx .zhu {
    font-size: 14px;
    padding-left: 15px
}

.jbxx .listJbxx .a-1 {
    margin-left: 5px;
    color: #152587
}

.jbxx .listJbxx .a-1:hover {
    text-decoration: underline
}

.jbxx .listJbxx .btnDiv {
    padding-left: 15px
}

@media screen and (max-width: 1024px) {
    .jbxx .listJbxx {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .jbxx .listJbxx li {
        padding-bottom: 10px
    }

    .jbxx .listJbxx .box {
        display: block
    }

    .jbxx .listJbxx .bt {
        width: 100%;
        text-align: left;
        font-size: 14px
    }

    .jbxx .listJbxx .editDiv {
        width: 100%
    }

    .jbxx .listJbxx .input-form {
        width: 100%
    }

    .jbxx .listJbxx .birthday .div-1 {
        width: 33.33333333%;
        float: left
    }

    .jbxx .listJbxx .birthday .selectDiv {
        width: 100%;
        min-width: auto
    }

    .jbxx .listJbxx .birthday .selectDiv select {
        padding-right: 15px
    }

    .jbxx .listJbxx .birthday .ts {
        display: block;
        width: 100%
    }

    .jbxx .listJbxx .birthday .txt {
        display: none;
        font-size: 0
    }

    .jbxx .listJbxx .zhu {
        padding-left: 0
    }

    .jbxx .listJbxx .btnDiv {
        padding-left: 0
    }
}

.txzp {
    padding-top: 20px
}

.txzp .uploadFile {
    min-width: 120px;
    border-radius: 3px;
    line-height: 38px;
    height: 40px;
    background-color: #f29737;
    color: #fff;
    font-size: 16px
}

.txzp .uploadFile:hover {
    background-color: #152587
}

.txzp .tips {
    color: #999;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 20px
}

.txzp .update-img {
    max-width: 550px;
    background: #f9f9f9;
    border: 1px solid #e9eaec;
    text-align: center;
    padding: 30px 30px
}

.txzp .btnDiv {
    padding-top: 20px
}

.zhbd .listZhbd li {
    padding-bottom: 20px
}

.zhbd .listZhbd li:last-child {
    padding-bottom: 0
}

.zhbd .listZhbd .box {
    overflow: hidden;
    padding: 15px 60px 15px 20px;
    line-height: 24px;
    background-color: #f9f9f9;
    position: relative
}

.zhbd .listZhbd .title {
    width: 140px;
    float: left;
    line-height: 24px;
    font-weight: 700
}

.zhbd .listZhbd .title .icon {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

.zhbd .listZhbd .info {
    width: 24%;
    line-height: 24px;
    color: #f29737;
    font-size: 14px;
    text-align: left;
    float: left
}

.zhbd .listZhbd .btnDiv {
    width: auto;
    float: right;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 20px
}

.zhbd .listZhbd .btnDiv a {
    color: #f29737
}

.zhbd .listZhbd .btnDiv a:hover {
    text-decoration: underline
}

.zhbd .listZhbd .date {
    color: #666;
    width: 30%;
    float: left
}

@media screen and (max-width: 1024px) {
    .zhbd .listZhbd .info {
        font-size: 14px
    }

    .zhbd .listZhbd .title {
        width: 140px;
        font-size: 14px
    }
}

@media screen and (max-width: 767px) {
    .zhbd .listZhbd .box {
        padding-right: 0
    }

    .zhbd .listZhbd .title {
        width: 100%;
        margin-bottom: 10px
    }

    .zhbd .listZhbd .info {
        width: auto;
        padding-right: 20px
    }

    .zhbd .listZhbd .date {
        width: auto
    }

    .zhbd .listZhbd .btnDiv {
        width: auto
    }
}

.wdzx .page-2 {
    padding-top: 30px
}

.wdzx .listWdzx li {
    border-bottom: 1px #ccc dashed
}

.wdzx .listWdzx .box {
    background-color: #f9f9f9;
    color: #626f7a;
    display: block;
    font-size: 14px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px
}

.wdzx .listWdzx .wen {
    line-height: 34px;
    padding-left: 74px;
    padding-right: 150px;
    position: relative;
    margin-bottom: 10px
}

.wdzx .listWdzx .wen .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 30px
}

.wdzx .listWdzx .title {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    transition: all .5s
}

.wdzx .listWdzx .date {
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0
}

.wdzx .listWdzx .da {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    margin-left: 70px;
    padding-left: 24px;
    position: relative
}

.wdzx .listWdzx .da .icon {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.wdzx .listWdzx .weida {
    padding-left: 4px
}

.wdzx .listWdzx .weida .icon {
    display: none
}

.wdzx .listWdzx .info {
    line-height: 24px
}

.wdzx .listWdzx .span-1 {
    color: #f29737
}

.wdzx .listWdzx .box:hover {
    background-color: #faeff2
}

@media screen and (max-width: 1024px) {
    .wdzx .listWdzx .box {
        font-size: 14px;
        padding-right: 15px
    }

    .wdzx .listWdzx .wen {
        padding-left: 44px;
        padding-right: 0
    }

    .wdzx .listWdzx .wen .icon {
        width: 28px;
        height: 28px;
        left: 10px;
        top: -2px
    }

    .wdzx .listWdzx .date {
        position: static
    }

    .wdzx .listWdzx .title {
        font-size: 16px;
        line-height: 1.5
    }

    .wdzx .listWdzx .da {
        margin-left: 0;
        padding-left: 44px
    }

    .wdzx .listWdzx .da .icon {
        left: 20px
    }

    .wdzx .listWdzx .info {
        line-height: 2
    }

    .wdzx .page1 {
        padding-top: 20px
    }
}

.wdzx-show .wen {
    font-weight: 400;
    line-height: 34px;
    padding-left: 54px;
    padding-right: 150px;
    position: relative;
    margin-bottom: 10px
}

.wdzx-show .wen .icon {
    display: inline-block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 10px
}

.wdzx-show .title {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin-bottom: 30px;
    transition: all .5s
}

.wdzx-show .date {
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0
}

.wdzx-show .da {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    padding-left: 54px;
    position: relative
}

.wdzx-show .da .icon {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    left: 20px
}

.wdzx-show .weida {
    padding-left: 4px
}

.wdzx-show .weida .icon {
    display: none
}

.wdzx-show .info {
    line-height: 24px
}

.wdzx-show .span-1 {
    color: #f29737
}

.wdzx-show .date-2 {
    padding-top: 20px
}

@media screen and (max-width: 1024px) {
    .wdzx-show .wen {
        padding-left: 44px;
        padding-right: 0
    }

    .wdzx-show .wen .icon {
        left: 0
    }

    .wdzx-show .date {
        position: static
    }

    .wdzx-show .title {
        font-size: 16px;
        margin-bottom: 0
    }

    .wdzx-show .da {
        margin-left: 0;
        padding-left: 44px
    }

    .wdzx-show .da .icon {
        left: 20px
    }

    .wdzx-show .info {
        line-height: 1.5
    }
}

.wdsc .filterMember-plcz {
    position: relative
}

.wdsc .filterMember dl {
    padding-right: 30%
}

.wdsc .other {
    line-height: 24px;
    text-align: right;
    float: right;
    position: absolute;
    right: 0;
    bottom: 16px
}

.wdsc .other .batch-operate {
    line-height: 24px;
    display: inline-flex;
    align-items: center
}

.wdsc .other .batch-operate a {
    display: inline-flex;
    vertical-align: top;
    margin-left: 10px
}

.wdsc .other .batch-operate a:hover {
    color: #f29737
}

.wdsc .other .batch-operate .layui-icon {
    margin-right: 3px;
    vertical-align: top
}

.wdsc .other .btn-1 {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 2px;
    background-color: #f7f7f7;
    height: 24px;
    line-height: 22px;
    padding: 0 14px
}

.wdsc .other .btn-1:hover {
    border-color: #f29737;
    color: #f29737
}

.wdsc .other .plcz {
    display: inline-block
}

.wdsc .other .addressSet {
    text-align: left;
    margin-left: 10px
}

.wdsc .other .addressSet #city {
    height: 24px;
    line-height: 22px
}

.wdsc .other .addressSet #city:after {
    top: 5px
}

.wdsc .other .addressSet .citys {
    left: auto;
    right: 0
}

.wdsc .other .addressSet .citys .ui-area-tab {
    text-align: left
}

@media screen and (max-width: 1900px) {
    .wdsc .other .addressSet {
        vertical-align: top
    }

    .wdsc .other .addressSet .citys {
        left: initial;
        right: 0
    }
}

@media screen and (max-width: 1024px) {
    .wdsc .filterMember-plcz {
        border-bottom: 1px #f2f4f5 solid;
        margin-bottom: 20px;
        padding-bottom: 40px
    }

    .wdsc .filterMember {
        width: 100%;
        clear: both
    }

    .wdsc .filterMember dl {
        padding-right: 0;
        padding-bottom: 0 !important;
        border-bottom: none !important
    }

    .wdsc .other {
        clear: both;
        width: 100%;
        bottom: 0;
        top: initial;
        text-align: left;
        position: static
    }
}

.spsc .item-check {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.spsc .item-check .i-check {
    position: absolute;
    z-index: 9;
    right: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.spsc .item-check .i-check .layui-icon {
    font-size: 18px
}

.spsc .item-check .item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.spsc .checked .item-check .i-check {
    background: #f29737
}

.spsc .batch .box .item-operate {
    top: -32px !important
}

.spsc .listProduct .box {
    border: 1px #eee solid;
    padding-bottom: 60px;
    position: relative
}

.spsc .listProduct .pj-dz {
    width: 100%;
    border-top: 1px #eee solid;
    position: absolute;
    bottom: 0;
    left: 0
}

.spsc .listProduct .pj-dz .pj {
    border-right: 1px #eee solid
}

.spsc .listProduct .mianyi-2 {
    padding-top: 20px
}

.spsc .listProduct .qxscSingleMask {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0
}

.spsc .listProduct .qxscSingleMask.show {
    display: flex
}

.spsc .listProduct .qxscSingleMask .title-xw {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.spsc .listProduct .qxscSingleMask .title-xw .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.spsc .listProduct .qxscSingleMask .title-xw img {
    transform: scale(1)
}

.spsc .listProduct .qxscSingleMask .qxbtnDiv {
    padding-top: 10px;
    text-align: center
}

.spsc .listProduct .qxscSingleMask .qxbtnDiv a {
    vertical-align: top;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
    padding: 0 16px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.spsc .listProduct .qxscSingleMask .qxbtnDiv a:hover {
    opacity: .8
}

.spsc .listProduct .qxscSingleMask .qxbtnDiv .a-1 {
    background-color: #f72967;
    color: #fff;
    border-color: #f72967
}

@media screen and (max-width: 767px) {
    .spsc .listProduct .box {
        padding-bottom: 80px
    }

    .spsc .listProduct .pj-dz {
        line-height: 30px
    }

    .spsc .listProduct .pj-dz .pj {
        border-right: none;
        border-bottom: 1px #eee solid
    }

    .spsc .listProduct .item-operate {
        top: 0
    }
}

.qtsc .page-2 {
    padding-top: 60px
}

.qtsc .qtscList li {
    padding-bottom: 25px
}

.qtsc .qtscList li:last-child {
    padding-bottom: 0
}

.qtsc .qtscList .box {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    background: url(../images/qtsc-bg.png) no-repeat center right;
    background-size: cover;
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(10, 28, 51, 0.16);
    position: relative
}

.qtsc .qtscList .pic {
    width: 240px;
    position: relative
}

.qtsc .qtscList .pic:after {
    content: "";
    display: block;
    padding-top: 81.81818182%
}

.qtsc .qtscList .pic .date {
    display: inline-block;
    min-width: 90px;
    line-height: 28px;
    border-radius: 3px;
    background-color: #f29737;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    left: 10px
}

.qtsc .qtscList .pic-2 {
    padding-top: 20px;
    width: 110px
}

.qtsc .qtscList .pic-2:after {
    display: none
}

.qtsc .qtscList .pic-2 img {
    position: static
}

.qtsc .qtscList .lx-2 .pic:after {
    padding-top: 65.78947368%
}

.qtsc .qtscList .lx-2 .title {
    margin-bottom: 5px
}

.qtsc .qtscList .lx-2 .info {
    margin-bottom: 10px
}

.qtsc .qtscList .lx-2 .text {
    padding-top: 15px;
    padding-bottom: 15px
}

.qtsc .qtscList .item-operate {
    position: absolute;
    z-index: 9;
    right: 0;
    top: -32px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: top .2s cubic-bezier(.22, .61, .36, 1) 0s;
    transition: top .2s cubic-bezier(.22, .61, .36, 1) 0s
}

.qtsc .qtscList .item-operate a {
    width: 120px;
    height: 32px;
    line-height: 32px;
    background-color: rgba(97, 97, 97, 0.8);
    color: #fff;
    display: inline-block;
    float: left;
    margin-left: 1px
}

.qtsc .qtscList .item-operate a:hover {
    background-color: #f29737;
    color: #fff
}

.qtsc .qtscList .item-operate a:first-child {
    border-bottom-left-radius: 10px
}

.qtsc .qtscList .item-operate a:last-child {
    border-top-right-radius: 10px
}

.qtsc .qtscList .text {
    flex: 1;
    padding: 25px 45px 25px 45px
}

.qtsc .qtscList .text-2 {
    padding-left: 10px
}

.qtsc .qtscList .title {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    margin-bottom: 10px
}

.qtsc .qtscList .title a {
    color: #303030
}

.qtsc .qtscList .title a:hover {
    color: #f29737
}

.qtsc .qtscList .info {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 20px
}

.qtsc .qtscList .btnDiv a {
    display: inline-block;
    min-width: 120px;
    line-height: 36px;
    border-radius: 18px;
    background-color: #f29737;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 0 10px
}

.qtsc .qtscList .btnDiv a:hover {
    background-color: #152587
}

.qtsc .qtscList .item-check {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.qtsc .qtscList .item-check .i-check {
    position: absolute;
    z-index: 9;
    right: -1px;
    top: -1px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 40px
}

.qtsc .qtscList .item-check .i-check .layui-icon {
    font-size: 18px
}

.qtsc .qtscList .item-check .item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    opacity: .3
}

.qtsc .qtscList .checked .item-check .i-check {
    background: #f29737
}

.qtsc .qtscList .box:hover .item-operate {
    top: 0 !important
}

.qtsc .qtscList.batch .box .item-operate {
    top: -32px !important
}

.qtsc .qtscList .qxscSingleMask {
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999;
    bottom: 0;
    left: 0
}

.qtsc .qtscList .qxscSingleMask.show {
    display: flex
}

.qtsc .qtscList .qxscSingleMask .title-xw {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-align: center
}

.qtsc .qtscList .qxscSingleMask .title-xw .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.qtsc .qtscList .qxscSingleMask .title-xw img {
    transform: scale(1)
}

.qtsc .qtscList .qxscSingleMask .qxbtnDiv {
    padding-top: 10px;
    text-align: center
}

.qtsc .qtscList .qxscSingleMask .qxbtnDiv a {
    vertical-align: top;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
    padding: 0 16px;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #333;
    border-radius: 3px;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.qtsc .qtscList .qxscSingleMask .qxbtnDiv a:hover {
    opacity: .8
}

.qtsc .qtscList .qxscSingleMask .qxbtnDiv .a-1 {
    background-color: #f72967;
    color: #fff;
    border-color: #f72967
}

@media screen and (max-width: 1024px) {
    .qtsc .page-2 {
        padding-top: 30px
    }

    .qtsc .qtscList .pic {
        width: 100%
    }

    .qtsc .qtscList .pic:after {
        display: none
    }

    .qtsc .qtscList .pic img {
        width: 100%;
        position: static
    }

    .qtsc .qtscList .pic-2 {
        padding-left: 20px;
        text-align: left
    }

    .qtsc .qtscList .pic-2 img {
        float: left;
        width: auto
    }

    .qtsc .qtscList .text {
        width: 100%;
        padding: 20px 20px
    }

    .qtsc .qtscList .item-operate {
        top: 0
    }
}

.shdz .hd {
    margin-bottom: 20px
}

.shdz .editBtn {
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    background-color: #f29737;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px
}

.shdz .editBtn:hover {
    background-color: #152587
}

.shdz .tips {
    color: #999;
    font-size: 14px;
    margin-left: 10px
}

.shdz .listAddress {
    font-size: 14px;
    line-height: 26px
}

.shdz .listAddress li {
    margin-bottom: 25px
}

.shdz .listAddress .box {
    border: 2px #e6e6e6 solid;
    padding: 20px 30px;
    position: relative
}

.shdz .listAddress .deleteBtn {
    cursor: pointer;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 10px
}

.shdz .listAddress .deleteBtn:before, .shdz .listAddress .deleteBtn:after {
    content: "";
    display: block;
    background: #adadad;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.shdz .listAddress .deleteBtn:before {
    width: 15px;
    height: 1px
}

.shdz .listAddress .deleteBtn:after {
    width: 1px;
    height: 15px
}

.shdz .listAddress .deleteBtn:hover:before, .shdz .listAddress .deleteBtn:hover:after {
    background: #f00
}

.shdz .listAddress .extra {
    position: absolute;
    bottom: 20px;
    right: 20px
}

.shdz .listAddress .extra a {
    margin-left: 5px;
    color: #f29737
}

.shdz .listAddress .extra a:hover {
    color: #f29737
}

.shdz .listAddress .title {
    line-height: 24px;
    position: relative
}

.shdz .listAddress .title .name {
    font-size: 16px;
    color: #666;
    font-weight: 700;
    vertical-align: top
}

.shdz .listAddress .title .tag {
    display: inline-block;
    vertical-align: top;
    background-color: #ffaa45;
    color: #fff;
    line-height: 24px;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: 400
}

.shdz .listAddress .alias-edit {
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 2px 10px;
    vertical-align: top;
    position: relative
}

.shdz .listAddress .alias-form {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 212px;
    height: auto;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-right: 1px transparent solid
}

.shdz .listAddress .alias-form .alias-new {
    clear: both;
    overflow: hidden
}

.shdz .listAddress .alias-form .ipt-text {
    float: left;
    width: 160px;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border: 1px solid #ccc
}

.shdz .listAddress .alias-form .ipt-text:focus {
    border-color: #000
}

.shdz .listAddress .alias-form .btn-save {
    float: left;
    cursor: pointer;
    width: 50px;
    height: 24px;
    line-height: 24px;
    padding: 0;
    border: medium none;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background: #f29737
}

.shdz .listAddress .alias-form .btn-save:hover {
    background: #152587
}

.shdz .listAddress .alias-form .alias-common {
    width: 210px;
    padding: 10px 10px
}

.shdz .listAddress .alias-form .ac-tip {
    margin-bottom: 5px;
    font: 12px/22px SimSun;
    color: #999
}

.shdz .listAddress .alias-form .ac-con {
    width: 210px;
    margin-right: -10px;
    overflow: hidden
}

.shdz .listAddress .alias-form .ac-con a {
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    border-radius: 3px
}

.shdz .listAddress .alias-form .ac-con a:hover {
    color: #f29737;
    border-color: #f29737
}

.shdz .listAddress .infoDiv {
    padding: 10px 0 0 0
}

.shdz .listAddress .info {
    position: relative
}

.shdz .listAddress .info .bt {
    width: 70px;
    color: #999
}

@media screen and (max-width: 1024px) {
    .shdz .listAddress .box {
        padding: 10px 10px
    }
}

.zhaq .listZhaq {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.zhaq .listZhaq:after {
    display: none
}

.zhaq .listZhaq li {
    width: 33.33333333%;
    float: left;
    padding: 0 13px 26px 13px
}

.zhaq .listZhaq .box {
    min-height: 100%;
    display: block;
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(72, 123, 188, 0.18);
    padding: 30px 30px 50px 30px;
    position: relative
}

.zhaq .listZhaq .status {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq .status-unlock:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: #77cf5d transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq .status-unlock:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/zhaq/unlock.png) no-repeat center;
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 25px
}

.zhaq .listZhaq .status-lock:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: #b9b9b9 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq .status-lock:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/zhaq/lock.png) no-repeat center;
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 25px
}

.zhaq .listZhaq .title {
    color: #333;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    margin-bottom: 10px
}

.zhaq .listZhaq .info {
    color: #999;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px
}

.zhaq .listZhaq .btn-1 {
    display: block;
    border: 1px #999 solid;
    line-height: 46px;
    padding: 0 10px;
    color: #333;
    font-size: 18px
}

.zhaq .listZhaq .btn-1:hover {
    border-color: #f29737;
    color: #f29737
}

.zhaq .listZhaq-2 {
    margin-left: 13px;
    margin-right: 13px;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 10px 0 rgba(72, 123, 188, 0.18)
}

.zhaq .listZhaq-2:after {
    display: none
}

.zhaq .listZhaq-2 li {
    width: 33.33333333%;
    max-width: 260px;
    float: left;
    padding: 0 13px 15px 13px
}

.zhaq .listZhaq-2 .box {
    min-height: 100%;
    display: block;
    text-align: center;
    padding: 10px 10px 10px 10px;
    position: relative
}

.zhaq .listZhaq-2 .status {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq-2 .status-unlock:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: #77cf5d transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq-2 .status-unlock:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/zhaq/unlock.png) no-repeat center;
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 25px
}

.zhaq .listZhaq-2 .status-lock:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 0 50px;
    border-color: #b9b9b9 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listZhaq-2 .status-lock:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background: url(../images/zhaq/lock.png) no-repeat center;
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 25px
}

.zhaq .listZhaq-2 .title {
    color: #333;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    margin-bottom: 10px
}

.zhaq .listZhaq-2 .info {
    color: #999;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 20px
}

.zhaq .listZhaq-2 .btn-1 {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px #999 solid;
    line-height: 46px;
    padding: 0 10px;
    color: #333;
    font-size: 16px
}

.zhaq .listZhaq-2 .btn-1:hover {
    border-color: #f29737;
    color: #f29737
}

.zhaq .steps {
    margin-bottom: 40px
}

.zhaq .steps .listSteps {
    justify-content: space-around;
    display: flex
}

.zhaq .steps .listSteps:after {
    display: none
}

.zhaq .steps li {
    display: inline-flex;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.zhaq .steps .line {
    flex: 1;
    display: block;
    width: auto;
    height: 10px;
    margin: 0 16px 0 0;
    background-image: radial-gradient(#cdcdcd 2px, transparent 2px);
    background-size: 14px 14px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    position: relative
}

.zhaq .steps .line:after {
    font-family: layui-icon !important;
    content: "\e602";
    display: block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #cdcdcd;
    font-weight: 700;
    position: absolute;
    right: -13px;
    top: -3px
}

.zhaq .steps .line.done {
    background-image: radial-gradient(#2fbc42 2px, transparent 2px)
}

.zhaq .steps .line.done:after {
    color: #2fbc42
}

.zhaq .steps.doing .line-2 {
    display: block;
    width: 50%;
    height: 100%;
    background-image: radial-gradient(#7bbc52 2px, transparent 2px);
    background-size: 14px 14px;
    position: absolute;
    top: 0;
    left: 0
}

.zhaq .steps.doing .line-2:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #7bbc52;
    position: absolute;
    top: 3px;
    right: -4px
}

.zhaq .steps.doing .txt {
    display: block
}

.zhaq .steps.done {
    background-image: radial-gradient(#7bbc52 2px, transparent 2px);
    background-size: 14px 14px
}

.zhaq .steps.done:after {
    color: #7cbd54
}

.zhaq .steps.done .txt {
    display: none
}

.zhaq .steps .txt {
    display: none;
    color: #71b247;
    font-weight: 700;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0
}

.zhaq .steps li:last-child {
    padding-right: 0
}

.zhaq .steps li:last-child:after {
    display: none;
    width: 50%
}

.zhaq .steps .box {
    position: relative;
    z-index: 1
}

.zhaq .steps .title {
    margin-top: 10px;
    font-size: 12px;
    color: #999
}

.zhaq .steps .num {
    margin: 0 auto;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    border-radius: 50%;
    background-color: #fff;
    color: #999;
    border: 1px #cdcdcd solid;
    font-size: 12px;
    font-weight: 700
}

.zhaq .steps .doing .title {
    color: #2fbc42
}

.zhaq .steps .doing .num {
    background: #2fbc42;
    border-color: #2fbc42;
    color: #fff
}

.zhaq .steps .done .num {
    border-color: #2fbc42;
    color: #2fbc42;
    font-size: 0
}

.zhaq .steps .done .num:after {
    content: "\e605";
    font-family: layui-icon !important;
    font-size: 14px
}

.zhaq .steps .done .title {
    color: #2fbc42
}

.zhaq .setupDiv {
    max-width: 500px;
    margin: 50px auto 0 auto
}

.zhaq .listSetup li {
    margin-bottom: 0;
    padding-bottom: 15px
}

.zhaq .listSetup .box {
    display: block
}

.zhaq .listSetup .title {
    padding-bottom: 10px
}

.zhaq .listSetup .editDiv {
    position: relative
}

.zhaq .listSetup .input-form {
    width: 100%;
    line-height: 42px;
    height: 44px
}

.zhaq .listSetup .hqyzmBtn {
    display: inline-block;
    background-color: #f29737;
    text-align: center;
    color: #fff;
    width: 160px;
    line-height: 44px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0
}

.zhaq .listSetup .hqyzmBtn:hover {
    background-color: #f29737
}

.zhaq .listSetup .secondary-btn {
    width: 100%;
    line-height: 42px;
    height: 44px
}

.zhaq .listSetup .disable {
    background-color: #f29737;
    opacity: .5;
    cursor: not-allowed
}

.zhaq .listSetup .p-1 {
    font-size: 12px;
    padding-left: 23px;
    background: url(../images/icon/question-2.png) no-repeat 0 0;
    margin-bottom: 8px
}

.zhaq .listSetup .p-2 {
    font-size: 12px;
    padding-left: 23px;
    background: url(../images/icon/ask-2.png) no-repeat 0 0;
    color: #666;
    line-height: 18px
}

.zhaq .listSetup .wenda {
    padding-top: 20px
}

.zhaq .listSetup .success {
    text-align: center
}

.zhaq .listSetup .success .icon {
    padding-bottom: 20px
}

.zhaq .listSetup .cxdlBtn {
    display: block;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.zhaq.zxzh {
    font-size: 14px;
    line-height: 2;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #666
}

.zhaq.zxzh .title-1 {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center
}

.zhaq.zxzh .title-1 .layui-icon {
    display: block;
    color: #f82;
    font-size: 56px;
    line-height: 1;
    margin-bottom: 10px
}

.zhaq.zxzh .info-1 {
    margin-bottom: 20px
}

.zhaq.zxzh .btnDiv {
    padding-top: 20px;
    text-align: center
}

.zhaq.zxzh .a-1 {
    color: #f29737
}

.zhaq.zxzh .a-1:hover {
    color: #152587
}

@media screen and (max-width: 1024px) {
    .zhaq .setupDiv {
        margin-top: 20px
    }

    .zhaq .listZhaq {
        margin-bottom: 20px
    }

    .zhaq .listZhaq li {
        width: 50%;
        padding: 0 5px 10px 5px
    }

    .zhaq .listZhaq .box {
        padding: 10px 10px 20px 10px
    }

    .zhaq .listZhaq .icon {
        height: 60px
    }

    .zhaq .listZhaq .title {
        font-size: 18px
    }

    .zhaq .listZhaq .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .zhaq .listZhaq .btn-1 {
        font-size: 14px;
        line-height: 38px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto
    }

    .zhaq .listZhaq-2 {
        margin-left: 5px;
        margin-right: 5px
    }

    .zhaq .listZhaq-2 li {
        width: 50%;
        padding: 0 5px 10px 5px
    }

    .zhaq .listZhaq-2 .icon {
        height: 40px;
        margin-bottom: 10px
    }

    .zhaq .listZhaq-2 .title {
        font-size: 18px
    }

    .zhaq .listZhaq-2 .info {
        font-size: 14px;
        line-height: 24px;
        height: 48px
    }

    .zhaq .listZhaq-2 .btn-1 {
        font-size: 14px;
        line-height: 38px;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto
    }
}

.wdyhq .coupon-toolbar {
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px
}

.wdyhq .coupon-toolbar a {
    color: #666
}

.wdyhq .coupon-toolbar a:hover {
    color: #f29737
}

.wdyhq .coupon-toolbar li {
    padding-right: 20px;
    float: left
}

.wdyhq .coupon-toolbar .c-type {
    position: relative
}

.wdyhq .coupon-toolbar .c-type:hover .drop {
    display: block
}

.wdyhq .coupon-toolbar .c-type:hover .bt {
    border-color: #ddd;
    background-color: #fff
}

.wdyhq .coupon-toolbar .c-type:hover .bt .layui-icon {
    transform: rotate(180deg)
}

.wdyhq .coupon-toolbar .c-type .bt {
    min-width: 160px;
    padding: 0 30px;
    display: block;
    border: 1px solid #f2f4f5;
    position: relative
}

.wdyhq .coupon-toolbar .c-type .bt .layui-icon {
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.wdyhq .coupon-toolbar .c-type .drop {
    font-size: 14px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #fff;
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 37px;
    left: 0;
    display: none
}

.wdyhq .coupon-toolbar .c-type .drop a {
    padding-left: 30px;
    display: block;
    position: relative
}

.wdyhq .coupon-toolbar .c-type .drop a:hover {
    background-color: #f5f5f5
}

.wdyhq .coupon-toolbar .c-type .drop .cur {
    color: #f29737
}

.wdyhq .coupon-toolbar .c-type .drop .cur:before {
    font-family: layui-icon !important;
    content: "\e605";
    position: absolute;
    left: 10px;
    top: 0
}

.wdyhq .coupon-toolbar-m {
    display: none;
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    padding: 0 20px;
    margin-bottom: 20px
}

.wdyhq .coupon-toolbar-m a {
    color: #666
}

.wdyhq .coupon-toolbar-m a:hover {
    color: #f29737
}

.wdyhq .coupon-toolbar-m li {
    padding-right: 10px;
    float: left
}

.wdyhq .coupon-toolbar-m .fore1, .wdyhq .coupon-toolbar-m .fore2 {
    width: 100%
}

.wdyhq .coupon-toolbar-m .c-type .cur {
    color: #f29737
}

.wdyhq .coupon-toolbar-m .c-type a {
    margin-right: 5px
}

.wdyhq .listWdyhq {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap
}

.wdyhq .listWdyhq:after {
    display: none
}

.wdyhq .listWdyhq li {
    width: 25%;
    float: left;
    padding: 0 10px 20px 10px
}

.wdyhq .listWdyhq .box {
    min-height: 100%;
    display: block;
    overflow: hidden;
    background-color: #f7f7f7;
    position: relative
}

.wdyhq .listWdyhq .jjgq_tag {
    display: block;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 9
}

.wdyhq .listWdyhq .jjgq_tag:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 64px 64px 0 0;
    border-color: #ffea01 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0
}

.wdyhq .listWdyhq .jjgq_tag span {
    color: #194682;
    font-size: 13px;
    position: absolute;
    top: 12px;
    left: 0;
    transform: rotate(-45deg);
    transform-origin: center center
}

.wdyhq .listWdyhq .delete {
    display: block;
    width: 40px;
    height: 40px;
    right: -40px;
    top: -40px;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    transition: all .5s
}

.wdyhq .listWdyhq .delete:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: #f7f7f7 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0
}

.wdyhq .listWdyhq .delete i {
    display: block;
    width: 29px;
    height: 29px;
    text-align: center;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 16px;
    transform: rotate(45deg)
}

.wdyhq .listWdyhq .delete i:before, .wdyhq .listWdyhq .delete i:after {
    content: "";
    display: block;
    background-color: #999;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.wdyhq .listWdyhq .delete i:before {
    width: 19px;
    height: 1px
}

.wdyhq .listWdyhq .delete i:after {
    height: 19px;
    width: 1px
}

.wdyhq .listWdyhq .type {
    padding: 20px 20px;
    background-color: #f29737;
    color: #fff;
    text-align: center;
    position: relative
}

.wdyhq .listWdyhq .type:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%)
}

.wdyhq .listWdyhq .type:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: url(../images/wave-bg-3.png) repeat-x center bottom;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.wdyhq .listWdyhq .msg {
    padding: 20px 10px
}

.wdyhq .listWdyhq .price {
    font-size: 24px;
    text-align: center
}

.wdyhq .listWdyhq .price em {
    font-style: initial;
    position: relative;
    top: -11px;
    margin-right: 5px
}

.wdyhq .listWdyhq .price .num {
    line-height: 60px;
    font-size: 40px;
    font-weight: 700
}

.wdyhq .listWdyhq .price .txt {
    font-size: 14px;
    color: #194682;
    margin-left: 5px
}

.wdyhq .listWdyhq .limit {
    text-align: center;
    margin-bottom: 20px
}

.wdyhq .listWdyhq .date {
    text-align: center
}

.wdyhq .listWdyhq .info {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative
}

.wdyhq .listWdyhq .info .bt {
    width: 60px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0
}

.wdyhq .listWdyhq .btnDiv {
    padding-top: 40px;
    text-align: center
}

.wdyhq .listWdyhq .btn-1 {
    display: inline-block;
    min-width: 120px;
    line-height: 34px;
    border: 1px #f29737 solid;
    border-radius: 36px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
    color: #f29737;
    font-size: 13px
}

.wdyhq .listWdyhq .btn-1:hover {
    background-color: #f29737;
    color: #fff
}

.wdyhq .listWdyhq .box:hover .delete {
    top: 0;
    right: 0
}

.wdyhq .listWdyhq .ygq .price .txt {
    color: #868686
}

.wdyhq .listWdyhq .ygq .type {
    background-color: #c3c3c3
}

.wdyhq .listWdyhq .ygq .msg {
    position: relative
}

.wdyhq .listWdyhq .ygq .msg:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon/ygq.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-bottom: 20px
}

.wdyhq .listWdyhq .ysy .price .txt {
    color: #868686
}

.wdyhq .listWdyhq .ysy .type {
    background-color: #c3c3c3
}

.wdyhq .listWdyhq .ysy .msg {
    position: relative
}

.wdyhq .listWdyhq .ysy .msg:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon/ysy.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-bottom: 20px
}

.wdyhq .listWdyhq .ysc .price .txt {
    color: #868686
}

.wdyhq .listWdyhq .ysc .type {
    background-color: #c3c3c3
}

.wdyhq .listWdyhq .ysc .msg {
    position: relative
}

.wdyhq .listWdyhq .ysc .msg:after {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon/ysc.png) no-repeat center center;
    background-size: cover;
    float: right;
    margin-bottom: 20px
}

.wdyhq .listWdyhq .ysc .btnDiv {
    text-align: left
}

.wdyhq .listWdyhq .ysc .chyhqBtn {
    position: absolute;
    bottom: -30px;
    left: 10px
}

@media screen and (max-width: 1024px) {
    .wdyhq .coupon-toolbar {
        font-size: 12px
    }

    .wdyhq .coupon-toolbar li {
        margin-left: 0
    }

    .wdyhq .coupon-toolbar .c-type .bt {
        min-width: 130px
    }

    .wdyhq .coupon-toolbar .c-type .drop {
        font-size: 12px
    }

    .wdyhq .listWdyhq .type {
        padding-left: 0;
        padding-right: 0
    }

    .wdyhq .listWdyhq li {
        padding: 0 5px 10px 5px
    }

    .wdyhq .listWdyhq .btnDiv {
        padding-top: 20px
    }

    .wdyhq .listWdyhq .btn-1 {
        min-width: 90px
    }

    .wdyhq .listWdyhq .info {
        padding-left: 0
    }

    .wdyhq .listWdyhq .info .bt {
        position: static;
        display: block
    }
}

@media screen and (max-width: 767px) {
    .wdyhq .coupon-toolbar {
        display: none
    }

    .wdyhq .coupon-toolbar-m {
        display: block
    }

    .wdyhq .coupon-toolbar .c-type .bt {
        display: inline-block
    }

    .wdyhq .coupon-toolbar .c-type .drop {
        width: auto;
        position: static;
        display: inline-block
    }

    .wdyhq .coupon-toolbar .c-type .drop a {
        display: inline-block;
        line-height:
    }

    .wdyhq .coupon-toolbar .fore1 {
        width: 100%
    }

    .wdyhq .listWdyhq li {
        width: 50%
    }

    .wdyhq .listWdyhq .ygq .msg:after {
        width: 40px;
        height: 40px;
        background: url(../images/icon/ygq.png) no-repeat center center;
        background-size: cover;
        float: right;
        margin-bottom: 20px
    }

    .wdyhq .listWdyhq .ysy .msg:after {
        width: 40px;
        height: 40px;
        background: url(../images/icon/ysy.png) no-repeat center center;
        background-size: cover;
        float: right;
        margin-bottom: 20px
    }

    .wdyhq .listWdyhq .ysc .msg:after {
        width: 40px;
        height: 40px;
        background: url(../images/icon/ysc.png) no-repeat center center;
        background-size: cover;
        float: right;
        margin-bottom: 20px
    }
}

.unsolvePopup {
    display: none;
    padding: 30px 30px 10px 30px;
    width: 440px;
    margin-left: auto;
    margin-right: auto
}

.unsolvePopup .titlePopup {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px
}

.unsolvePopup .titlePopup .layui-icon {
    color: #f94e2b;
    font-size: 20px;
    margin-right: 5px
}

.unsolvePopup .list li {
    padding-bottom: 20px
}

.unsolvePopup .list .title {
    margin-bottom: 10px
}

.unsolvePopup .list .btnDiv {
    text-align: center
}

.unsolvePopup .list .btnDiv a {
    min-width: 80px;
    line-height: 38px;
    height: 40px
}

@media screen and (max-width: 1024px) {
    .unsolvePopup {
        width: 340px
    }
}

.cart-index {
    padding-top: 50px
}

.cart-index .container {
    max-width: 1100px
}

.cart-index .filter-bar {
    line-height: 32px;
    padding-bottom: 20px
}

.cart-index .filter-bar .title {
    float: left;
    color: #f29737;
    font-size: 30px
}

.cart-index .filter-bar .title span {
    font-size: 18px
}

.cart-index .div-1 {
    width: 47.5%;
    float: left
}

.cart-index .div-2 {
    width: 15%;
    text-align: center;
    float: left
}

.cart-index .div-3 {
    width: 12.5%;
    text-align: center;
    float: left
}

.cart-index .div-4 {
    width: 12.5%;
    padding-right: 20px;
    text-align: right;
    float: left
}

.cart-index .div-5 {
    width: 12.5%;
    text-align: center;
    float: left
}

.cart-index .toolbar {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f2f4f5;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.cart-index .toolbar .div-1 {
    display: flex;
    align-items: center;
    float: left
}

.cart-index .toolbar .div-1 .checkboxDiv-2 {
    margin-right: 30px
}

.cart-index .toolbar .del_select_product {
    display: block;
    width: 56px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 4px;
    font-size: 14px;
    color: #434343;
    text-align: center
}

@media (min-width: 1025px) {
    .cart-index .toolbar .del_select_product:hover {
        background: #f29737;
        color: #fff
    }
}

.cart-index .toolbar .address {
    float: right
}

.cart-index .toolbar .addressSet .citys {
    left: initial;
    right: 0
}

.cart-index .operationFt {
    position: relative;
    color: #333;
    line-height: 52px;
    font-size: 14px;
    padding: 10px 0
}

.cart-index .operationFt > .container {
    background: #fff;
    padding-bottom: 0;
    min-height: 52px
}

.cart-index .operationFt > .container:after {
    content: "";
    display: block;
    clear: both
}

.cart-index .operationFt .qx {
    float: left;
    text-align: left;
    padding: 0 0 0 50px;
    line-height: 16px;
    max-width: 70%;
    position: relative;
    line-height: 52px
}

.cart-index .operationFt .qx .checkboxDiv-2 {
    display: inline-block;
    vertical-align: top;
    float: left;
    line-height: 52px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0
}

.cart-index .operationFt .qx .selectedList {
    position: relative;
    height: 54px;
    overflow: hidden
}

.cart-index .operationFt .qx li {
    float: left;
    padding: 0 2px 4px 2px;
    position: relative;
    width: 54px
}

@media (min-width: 1025px) {
    .cart-index .operationFt .qx li:hover .box .a {
        display: block
    }
}

.cart-index .operationFt .qx .box {
    display: block;
    border: 1px #fff solid;
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.cart-index .operationFt .qx .box .a {
    position: absolute;
    bottom: 4px;
    left: 50%;
    z-index: 2;
    display: none;
    width: 90%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.cart-index .operationFt .qx .box .a a {
    color: #fff !important
}

.cart-index .operationFt .qx .pic {
    width: 100%;
    position: relative;
    overflow: hidden
}

.cart-index .operationFt .qx .pic:after {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    content: ''
}

.cart-index .operationFt .qx img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-index .operationFt .submitBtn {
    background: #f29737;
    color: #fff;
    font-size: 18px;
    padding: 0 10px;
    min-width: 135px;
    line-height: 52px;
    height: 52px;
    border-radius: 8px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    text-align: center;
    padding: 0 0;
    display: block
}

.cart-index .operationFt .submitBtn:hover {
    text-decoration: none;
    background: #152587
}

.cart-index .operationFt .btns {
    float: left
}

.cart-index .operationFt .btns > a {
    margin: 0 30px 0 0;
    color: #999
}

.cart-index .operationFt .btns > a:hover {
    color: #333;
    text-decoration: underline
}

.cart-index .operationFt .yxz-zongjia {
    float: right;
    max-width: 30%;
    text-align: right;
    line-height: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.cart-index .operationFt .amount-zongjia {
    display: flex;
    margin-right: 10px
}

.cart-index .operationFt .yxz {
    color: #999;
    padding-right: 50px;
    margin-right: 20px;
    cursor: pointer;
    position: relative;
    height: 54px;
    overflow: hidden
}

.cart-index .operationFt .yxz .num {
    vertical-align: top;
    color: #f29737;
    font-weight: 400;
    font-size: 13px
}

.cart-index .operationFt .yxz .up {
    padding-right: 10px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    line-height: 54px;
    height: 54px;
    width: 50px
}

.cart-index .operationFt .yxz .up:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px #aaa solid;
    border-top: 1px #aaa solid;
    position: absolute;
    top: 25px;
    right: 5px;
    overflow: hidden;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cart-index .operationFt .active-2 {
    padding: 0 0 0 0
}

.cart-index .operationFt .active-2 .selectedList {
    display: none
}

.cart-index .operationFt .active-2 .phone {
    display: none
}

.cart-index .operationFt .active-2 .checkboxDiv-2 {
    display: none
}

.cart-index .operationFt .active-2 .up {
    font-size: 14px
}

.cart-index .operationFt .zongjia {
    float: left;
    line-height: 20px;
    color: #434343;
    text-align: right
}

.cart-index .operationFt .zongjia .num {
    color: #f29737;
    font-size: 18px
}

.cart-index .operationFt .zongjia .tooltip {
    cursor: pointer;
    position: relative
}

.cart-index .operationFt .zongjia .tooltip .prompt {
    cursor: initial;
    width: 200px;
    display: none;
    text-align: center;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
    line-height: 1;
    padding-bottom: 10px
}

.cart-index .operationFt .zongjia .tooltip .promptC {
    box-shadow: 1px 3px 15px -1px rgba(124, 124, 124, 0.5);
    padding: 10px 15px;
    background: #fff;
    position: relative
}

.cart-index .operationFt .zongjia .tooltip .promptC:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 18px;
    height: 10px;
    background-image: url(../images/icon/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    overflow: hidden
}

.cart-index .operationFt .zongjia .tooltip:hover .prompt {
    display: block
}

.cart-index .operationFt.fixed {
    background: #fff;
    box-shadow: 0 -1px 8px rgba(0, 1, 1, 0.08);
    position: fixed;
    z-index: 9999;
    width: 100%;
    left: 0;
    bottom: 0
}

.cart-index .selectedPro {
    background: #fff;
    color: #333;
    width: 100%;
    padding: 10px 20px;
    overflow: hidden;
    display: none
}

.cart-index .selectedPro .tit-1 {
    line-height: 30px
}

.cart-index .selectedPro li {
    float: left;
    padding: 0 5px 5px 5px;
    width: 7.69230769%
}

@media (min-width: 1025px) {
    .cart-index .selectedPro li:hover .box .a {
        display: block
    }
}

.cart-index .selectedPro .box {
    display: block;
    border: 1px #fff solid;
    position: relative;
    border-radius: 4px
}

.cart-index .selectedPro .box .a {
    position: absolute;
    bottom: 4px;
    left: 50%;
    z-index: 2;
    display: none;
    width: 90%;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff !important;
    text-align: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.cart-index .selectedPro .box .a a {
    color: #fff !important
}

.cart-index .selectedPro .pic {
    width: 100%;
    position: relative;
    overflow: hidden
}

.cart-index .selectedPro .pic:after {
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
    content: ''
}

.cart-index .selectedPro img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cart-index .likePro {
    padding-top: 50px;
    line-height: 30px
}

.cart-index .likePro .home-title {
    margin-bottom: 20px
}

.cart-index .likePro .swiper-container {
    padding-left: 1px
}

.cart-index .likePro .titleBig {
    font-size: 20px;
    color: #434343;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    line-height: 30px;
    padding-bottom: 20px;
    position: relative
}

.cart-index .likePro .titleBig .swiper-pagination {
    position: absolute;
    top: 0;
    right: 0
}

.cart-index .likePro .titleBig .swiper-pagination-bullet {
    margin-left: 3px;
    border-radius: 8px;
    transition: .5s
}

.cart-index .likePro .titleBig .swiper-pagination-bullet-active {
    background-color: #f29737;
    width: 26px
}

.cart-index .likePro .product0-list {
    margin: 0
}

.cart-index .likePro .product0-list li {
    padding-left: 0;
    padding-right: 0
}

.cart-index .likePro .listProduct {
    margin-left: 0;
    margin-right: 0
}

.cart-index .likePro .listProduct li {
    padding-left: 0;
    padding-right: 0
}

.cart-index .likePro .listProduct .box {
    border: 1px #aaa dashed
}

.cart-index .likePro .listProduct .box:hover {
    border-color: #f29737
}

.cart-index .likePro .swiper-container-initialized .listProduct {
    margin-left: 0;
    margin-right: 0
}

.cart-index .likePro .swiper-container-initialized .listProduct li {
    padding-left: 0;
    padding-right: 0
}

.cart-index .likePro .swiper-button-prev, .cart-index .likePro .swiper-button-next {
    display: none;
    color: #fff;
    width: 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.4)
}

.cart-index .likePro .swiper-button-prev:after, .cart-index .likePro .swiper-button-next:after {
    font-size: 18px
}

.cart-index .likePro .swiper-button-prev:hover, .cart-index .likePro .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.8)
}

.cart-index .likePro .swiper-button-prev {
    left: 1px
}

.cart-index .likePro .swiper-button-next {
    right: 0
}

.cart-index .likePro:hover .swiper-button-prev, .cart-index .likePro:hover .swiper-button-next {
    display: block
}

@media screen and (max-width: 1024px) {
    .cart-index .toolbar {
        display: none
    }

    .cart-index .address {
        display: none
    }

    .cart-index .operationFt {
        font-size: 12px
    }

    .cart-index .operationFt .container {
        padding: 0
    }

    .cart-index .operationFt .qx {
        top: -2px;
        left: 0;
        padding-top: 0;
        padding-bottom: 0
    }

    .cart-index .operationFt .yxz {
        margin-right: 5px
    }

    .cart-index .operationFt .yxz .span-1 {
        display: none
    }

    .cart-index .operationFt .btns {
        display: none
    }

    .cart-index .operationFt .submitBtn {
        font-size: 14px
    }

    .cart-index .operationFt .selectedPro {
        width: calc(100% + 30px);
        left: -15px
    }

    .cart-index .operationFt.fixed {
        bottom: 60px
    }

    .cart-index .operationFt.fixed .qx {
        left: 15px
    }

    .cart-index .operationFt.fixed .selectedPro {
        width: 100%;
        left: 0
    }
}

@media screen and (max-width: 767px) {
    .cart-index .operationFt .qx {
        font-size: 12px
    }

    .cart-index .operationFt .submitBtn {
        font-size: 14px
    }
}

.listOrder-2 {
    color: #434343;
    font-size: 13px;
    overflow: hidden
}

.listOrder-2 a {
    color: #666
}

.listOrder-2 a:hover {
    color: #f29737
}

.listOrder-2 .item {
    margin-bottom: 20px;
    clear: both;
    border: 1px solid #f1f1f1;
    border-top: 4px solid #aaa;
    background: #fff
}

.listOrder-2 .item.checkedItem .dd {
    background-color: #fef3e6
}

.listOrder-2 .item.checkedItem .manjian {
    background-color: #f48719;
    color: #fff
}

.listOrder-2 .item.checkedItem .manjian:after {
    background: url(../images/icon/arrow.png) 0 0 no-repeat
}

.listOrder-2 .dt {
    line-height: 40px;
    font-size: 14px;
    padding: 0 20px 0 20px;
    display: flex;
    position: relative
}

.listOrder-2 .dt:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 45px
}

.listOrder-2 .dt > div {
    float: left
}

.listOrder-2 .dt .youhui {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 18px
}

.listOrder-2 .dt .a-1 {
    color: #333;
    margin-left: 10px
}

.listOrder-2 .manjian {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #f48719;
    color: #f48719;
    padding: 1px 10px;
    line-height: 18px;
    margin: 0 10px 0 0
}

.listOrder-2 .manjian:before {
    content: "";
    height: 25px;
    display: block;
    border-left: 1px #d6d6d6 dashed;
    position: absolute;
    z-index: 8;
    top: 22px;
    left: 0
}

.listOrder-2 .manjian:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 9;
    width: 5px;
    height: 6px;
    left: -1px;
    bottom: -5px;
    background: url(../images/icon/arrow.png) 0 -7px no-repeat;
    overflow: hidden
}

.listOrder-2 .dd {
    padding: 20px 20px 20px 20px;
    display: flex;
    position: relative;
    align-items: center
}

.listOrder-2 .dd .checkboxDiv-2 {
    position: absolute;
    top: 20px;
    left: 13px
}

.listOrder-2 .leftPro {
    float: left;
    padding-left: 25px
}

.listOrder-2 .leftPro a {
    color: #aaa
}

.listOrder-2 .leftPro a:hover {
    color: #f29737
}

.listOrder-2 .leftPro li {
    border-bottom: 1px #e2e2e2 solid;
    overflow: hidden;
    padding-right: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.listOrder-2 .leftPro li:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.listOrder-2 .div-1 {
    width: 60%;
    display: flex;
    align-items: center
}

.listOrder-2 .div-1 .div-1-1 {
    width: 60%;
    float: left;
    min-height: 64px;
    padding-right: 10px
}

.listOrder-2 .div-1 .pic-txt {
    display: flex
}

.listOrder-2 .div-1 .pic-txt .pic {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2;
    margin-right: 12px;
    float: left;
    position: relative
}

.listOrder-2 .div-1 .pic-txt .txt {
    float: left;
    flex: 1;
    min-height: 64px;
    font-size: 13px;
    line-height: 20px
}

.listOrder-2 .div-1 .pic-txt .span {
    color: #f29737;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.listOrder-2 .div-1 .pic-txt .bt {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.listOrder-2 .div-1 .pic-txt .span1 {
    font-size: 12px;
    color: #999;
    line-height: 20px
}

.listOrder-2 .div-1 .pic-txt .title {
    color: #333;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.listOrder-2 .div-1 .pic-txt .title:hover {
    color: #f29737
}

.listOrder-2 .div-1 .div-1-2 {
    width: 40%;
    padding-left: 20px;
    text-align: left;
    float: left;
    font-size: 16px
}

.listOrder-2 .qgsy-time {
    padding-top: 10px;
    color: #f29737;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap !important
}

.listOrder-2 .qgsy-time .time span {
    display: inline-block;
    line-height: 16px;
    border: 1px #f29737 solid;
    border-radius: 2px;
    padding: 0 5px
}

.listOrder-2 .xiangou span {
    font-size: 14px;
    display: inline-block;
    border: 1px #f72967 solid;
    line-height: 20px;
    height: 22px;
    color: #f72967;
    padding: 0 5px
}

.listOrder-2 .subtotal {
    font-weight: 700
}

.listOrder-2 .div-2 {
    width: 15%;
    text-align: center;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 18px;
    line-height: 30px;
    color: #f09836
}

.listOrder-2 .div-3 {
    width: 12.5%;
    text-align: center
}

.listOrder-2 .div-4 {
    width: 12.5%;
    padding-right: 20px;
    text-align: right
}

.listOrder-2 .div-5 {
    width: 12.5%;
    text-align: center
}

.listOrder-2 .div-5 .operation {
    display: inline-block;
    text-align: left
}

@media screen and (max-width: 1024px) {
    .listOrder-2 .item {
        border-width: 2px
    }

    .listOrder-2 .dt {
        font-size: 12px;
        padding-left: 15px;
        padding-right: 15px;
        justify-content: space-between
    }

    .listOrder-2 .dt .div-1 {
        width: auto
    }

    .listOrder-2 .dt .div-2 {
        display: none
    }

    .listOrder-2 .dt .div-3 {
        display: none
    }

    .listOrder-2 .dt .div-4 {
        width: auto;
        float: right;
        text-align: right;
        padding-right: 0
    }

    .listOrder-2 .dt .div-5 {
        display: none
    }

    .listOrder-2 .manjian {
        padding-left: 3px;
        padding-right: 3px;
        margin-right: 4px
    }

    .listOrder-2 .manjian:before {
        display: none
    }

    .listOrder-2 .manjian:after {
        display: none
    }

    .listOrder-2 .dd {
        font-size: 12px;
        display: block
    }

    .listOrder-2 .leftPro {
        border-right: none;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .listOrder-2 .div-1 {
        width: 100%;
        border-right: none;
        min-height: auto
    }

    .listOrder-2 .div-1 .pic-txt .pic {
        margin-right: 10px
    }

    .listOrder-2 .div-1 .pic-txt .txt {
        min-height: 48px;
        line-height: 20px
    }

    .listOrder-2 .div-1 .div-1-1 {
        min-height: 48px
    }

    .listOrder-2 .div-1 .div-1-2 {
        min-height: 48px;
        padding-left: 0;
        text-align: right
    }

    .listOrder-2 .div-2 {
        width: 50%;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
        line-height: 30px;
        display: flex;
        padding-right: 20px;
        text-align: left
    }

    .listOrder-2 .div-2 .xiangou {
        margin-left: 5px;
        font-size: 12px
    }

    .listOrder-2 .div-2 .xiangou span {
        font-size: 12px
    }

    .listOrder-2 .div-3 {
        width: 50%;
        border-right: none;
        padding-top: 0;
        padding-bottom: 0;
        min-height: auto;
        line-height: 30px;
        display: block;
        text-align: right;
        justify-content: flex-end;
        display: flex
    }

    .listOrder-2 .div-3 .reduceAdd {
        margin-right: 5px
    }

    .listOrder-2 .div-5 {
        width: 100%;
        padding-top: 10px
    }

    .listOrder-2 .div-5 .operation {
        display: flex;
        flex-wrap: wrap;
        line-height: 36px
    }

    .listOrder-2 .div-5 .operation > div {
        padding-right: 10px
    }
}

.jiesuan-index {
    padding-top: 50px;
    padding-bottom: 80px
}

.jiesuan-index .container-2 {
    max-width: 1600px
}

.jiesuan-index .hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px
}

.jiesuan-index .hd .titleBig {
    font-size: 32px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    color: #333;
    float: left
}

.jiesuan-index .hd .steps-jiesuan {
    float: right
}

.jiesuan-index .con {
    width: 69%;
    float: left
}

.jiesuan-index .con-right {
    width: 30%;
    float: right
}

.jiesuan-index .security-payment-tips {
    position: relative;
    padding: 0 13px 0 63px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff3e6;
    font-size: 14px;
    color: #b5691a;
    font-weight: 600;
    line-height: 48px
}

.jiesuan-index .security-payment-tips span {
    display: block
}

.jiesuan-index .security-payment-tips:before {
    overflow: hidden;
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/7da5be6ba0833f3a.png) center 3px no-repeat;
    background-size: contain;
    vertical-align: top;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 13px
}

.jiesuan-index .security-payment-tips:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -1px;
    right: -1px;
    top: -1px;
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 211, 163, 0.702)), to(rgba(255, 211, 163, 0)));
    background-image: -webkit-linear-gradient(top, rgba(255, 211, 163, 0.702) 0, rgba(255, 211, 163, 0) 100%);
    background-image: linear-gradient(180deg, rgba(255, 211, 163, 0.7), rgba(255, 211, 163, 0));
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px
}

.jiesuan-index .security-payment-tips + div {
    margin-top: -8px
}

.jiesuan-index .payment {
    overflow: hidden;
    position: relative;
    padding: 23px;
    background-color: #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.jiesuan-index .summary {
    position: relative;
    z-index: 1
}

.jiesuan-index .summary-inner > div {
    margin-bottom: 42px
}

.jiesuan-index .summary-inner > div:last-child {
    margin-bottom: 0
}

.jiesuan-index .summary-title {
    padding: 0 0 21px 0
}

.jiesuan-index .summary-title em {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 20px;
    font-style: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.jiesuan-index .summary-title span {
    margin-left: 8px;
    color: #505259;
    font-size: 14px;
    line-height: 16px
}

.jiesuan-index .summary-title i {
    font-style: normal
}

.jiesuan-index .summary-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 16px
}

.jiesuan-index .summary-item__title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden
}

.jiesuan-index .summary-item__title em {
    font-size: 16px;
    font-style: normal;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.jiesuan-index .summary-item__title i {
    margin-left: 4px;
    font-style: normal
}

.jiesuan-index .summary-item__price {
    color: #1a1a1a;
    font-size: 16px
}

.jiesuan-index .summary-method {
    border-top: 1px solid rgba(0, 0, 0, 0.06)
}

.jiesuan-index .method-item__wrapper {
    margin: 16px 0
}

.jiesuan-index .method-item__wrapper .method-desc {
    padding-left: 24px;
    padding-top: 8px;
    font-size: 12px;
    color: #888b94
}

.jiesuan-index .method-item__wrapper .method-desc a {
    color: #33adff
}

.jiesuan-index .method-item__wrapper .method-desc a:hover {
    color: #f30213
}

.jiesuan-index .method-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.jiesuan-index .method-item i {
    margin-left: 4px
}

.jiesuan-index .method-item__tip {
    color: #fff
}

.jiesuan-index .method-item__tip a {
    color: #33adff
}

.jiesuan-index .method-item__tip a:hover {
    color: #f30213
}

.jiesuan-index .method-item__disabled, .jiesuan-index .method-item__addition {
    color: #888b94;
    font-size: 14px;
    margin-left: 8px;
    display: none
}

.jiesuan-index .checkbox.indeterminate ~ .method-item__disabled, .jiesuan-index .method-item__addition {
    display: block
}

.jiesuan-index .checkbox {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jiesuan-index .checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0
}

.jiesuan-index .checkbox-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    position: relative
}

.jiesuan-index .checkbox-inner:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../images/66b189e4ff6534c8.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center;
    background-color: #f29737
}

.jiesuan-index .checkbox-input:checked + .checkbox-inner {
    border-color: #f29737
}

.jiesuan-index .checkbox-input:checked + .checkbox-inner:after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.jiesuan-index .layui-form-checked {
    display: none
}

.jiesuan-index .checkbox-label {
    margin-left: 8px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500
}

.jiesuan-index .checkbox-input:disabled + .checkbox-inner {
    background-color: #bfbfbf;
    border-color: #bfbfbf;
    cursor: not-allowed
}

.jiesuan-index .checkbox-input:disabled ~ .checkbox-label {
    cursor: not-allowed
}

.jiesuan-index .checkbox-input:disabled + .checkbox-inner:after {
    background-color: #bfbfbf
}

.jiesuan-index .payment-action .total {
    width: 50%;
    float: left
}

.jiesuan-index .payment-action .total .total__title {
    color: #1a1a1a;
    font-size: 14px
}

.jiesuan-index .payment-action .total .total__price {
    color: #f29737;
    font-size: 18px;
    font-weight: 700
}

.jiesuan-index .bd .titleBig {
    font-size: 16px;
    color: #666;
    padding-bottom: 10px
}

.jiesuan-index .bd .part {
    padding: 14px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #fff
}

.jiesuan-index .bd .part:last-child {
    border-bottom: none;
    position: relative;
    z-index: 3
}

.jiesuan-index .bd .syyh {
    border-bottom: none
}

.jiesuan-index .bd .titleBig-2 {
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 16px;
    color: #1a1a1a;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.jiesuan-index .bd .titleBig-2 .txt {
    font-weight: 700;
    color: #333;
    font-size: 16px
}

.jiesuan-index .bd .titleBig-2 .a-1 {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    float: right;
    font-family: var(--HarmonyOS_Sans_SC_Regular);
    padding: 0 10px;
    position: relative
}

.jiesuan-index .bd .titleBig-2 .a-1:hover {
    color: #f29737
}

.jiesuan-index .bd .titleBig-2 .guanliBtn:after {
    content: '';
    display: block;
    width: 1px;
    height: 14px;
    background: #e6e6e6;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px
}

.jiesuan-index .bd .titleBig-2 .op-btns {
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    display: inline-flex;
    font-family: var(--HarmonyOS_Sans_SC_Regular)
}

.jiesuan-index .bd .titleBig-2 .op-btns a {
    font-size: 14px;
    color: #999
}

.jiesuan-index .bd .titleBig-2 .op-btns a:hover {
    color: #f29737
}

.jiesuan-index .bd .titleBig-2 .op-btns .layui-icon-tips {
    display: inline-block;
    transform: rotate(180deg);
    margin-right: 5px;
    margin-left: 4px;
    vertical-align: top;
    color: #999
}

.jiesuan-index .bd .titleBig-2 .op-btns .a-1 {
    margin-left: 10px
}

.jiesuan-index .bd .titleBig-2 .op-btns .price-sm {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    position: relative
}

.jiesuan-index .bd .titleBig-2 .op-btns .price-sm span {
    display: inline-block;
    vertical-align: top;
    line-height: 28px
}

.jiesuan-index .bd .titleBig-2 .op-btns .price-sm .price-sm-tips {
    display: none;
    cursor: initial;
    font-size: 12px;
    color: #666;
    width: 180px;
    padding: 10px;
    padding-right: 14px;
    background: #fffdee;
    border: 1px solid #edd28b;
    -moz-box-shadow: 0 0 2px 2px #eee;
    -webkit-box-shadow: 0 0 2px 2px #eee;
    box-shadow: 0 0 2px 2px #eee;
    position: absolute;
    bottom: 100%;
    right: -8px
}

.jiesuan-index .bd .titleBig-2 .op-btns .price-sm .price-sm-tips:after {
    content: "";
    display: block;
    background-image: url(../images/icon/tips.gif);
    background-repeat: no-repeat;
    width: 11px;
    height: 6px;
    background-position: 0 -5px;
    overflow: hidden;
    position: absolute;
    bottom: -6px;
    right: 15px
}

.jiesuan-index .bd .titleBig-2 .op-btns .price-sm-close {
    display: block;
    float: right;
    cursor: pointer;
    color: #f60;
    font-size: 12px;
    font-family: Verdana;
    position: absolute;
    top: 0;
    right: 5px
}

.jiesuan-index .bd .titleBig-2 .tips {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 20px;
    margin-top: -2px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd
}

.jiesuan-index .bd .titleBig-2 .tips:before {
    content: "";
    position: absolute;
    top: 6px;
    left: -9px;
    width: 9px;
    height: 17px;
    vertical-align: middle;
    background: url(../images/icon/arrow-left.png) 0 0 no-repeat
}

.jiesuan-index .bd .titleBig-3 {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px
}

.jiesuan-index .bd .syyh-click {
    cursor: pointer
}

.jiesuan-index .bd .syyh-click .layui-icon-up {
    display: inline-block;
    margin-left: 10px
}

.jiesuan-index .bd .syyh-click.on .layui-icon-up {
    transform: rotate(180deg)
}

.jiesuan-index .consignee-list {
    margin: 0 -8px
}

.jiesuan-index .consignee-list li {
    width: 33.33333333%;
    float: left;
    padding: 0 8px;
    margin-bottom: 16px;
    flex: 1;
    line-height: 36px;
    color: #666;
    display: none;
    position: relative;
    z-index: 1
}

@media (min-width: 1025px) {
/*    .jiesuan-index .consignee-list li:hover {*/
/*        z-index: 4*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .edit {*/
/*        display: block;*/
/*        border: 1px solid #f29737;*/
/*        height: 142px*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .op-btns .consignee-divider {*/
/*        display: block*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .op-btns .edit-btns {*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        width: 100%;*/
/*        display: flex;*/
/*        z-index: 4;*/
/*        justify-content: space-between*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .op-btns .edit-btns .el-checkbox {*/
/*        float: left;*/
/*        width: 50%;*/
/*        -webkit-transform: translateX(46px)*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .op-btns .edit-btns .is-flex {*/
/*        float: right;*/
/*        display: -webkit-box;*/
/*        display: -webkit-flex;*/
/*        display: flex*/
/*    }*/

/*    .jiesuan-index .consignee-list li:hover .op-btns .edit-btns .is-flex .edit-btn {*/
/*        margin-right: 12px*/
/*    }*/
/*}*/

/*@media (min-width: 1025px) and (min-width: 1025px) {*/
/*    .jiesuan-index .consignee-list li:hover .op-btns .edit-btns .is-flex .edit-btn:hover {*/
/*        color: #f29737*/
/*    }*/
/*}*/

.jiesuan-index .consignee-list li.active {
    display: block
}

.jiesuan-index .consignee-list li.active .edit {
    border: 1px solid #f29737
}

.jiesuan-index .consignee-list li.show {
    display: block
}

.jiesuan-index .consignee-list a {
    color: #666
}

.jiesuan-index .consignee-list a:hover {
    color: #f29737
}

.jiesuan-index .consignee-list .item-icon {
    background: url(../images/97777d7525634bde.png) center / contain no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 16px;
    left: 16px
}

.jiesuan-index .consignee-list .addr-h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    line-height: 16px;
    margin-bottom: 4px;
    color: #505259;
    font-size: 14px
}

.jiesuan-index .consignee-list .addr-info {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    color: #1a1a1a;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 13px;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.jiesuan-index .consignee-list .addr-name {
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.jiesuan-index .consignee-list .addr-detail {
    border-radius: 8px;
    padding: 16px 16px 16px 44px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    /*height: 102px*/
}

.jiesuan-index .consignee-list .addr-detail span {
    display: inline-block;
    margin-right: 4px
}

.jiesuan-index .consignee-list .edit {
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 77%;
    border: 1px solid #ededed;
    border-radius: 8px;
    top: 0;
    left: 0;
    z-index: -1
}

.jiesuan-index .consignee-list .op-btns .consignee-divider {
    margin: 11px 0;
    display: block;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.06);
    display: none
}

.jiesuan-index .consignee-list .op-btns .layui-form-checkbox {
    display: none
}

.jiesuan-index .consignee-list .op-btns .edit-btns {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
    padding-bottom: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
    color: #1a1a1a;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-top: 30px;

}

.jiesuan-index .consignee-list .op-btns .edit-btns .is-flex {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

    .jiesuan-index .consignee-list .op-btns .edit-btns .is-flex>div {
        margin-left: 10px;
    }

    .jiesuan-index .consignee-list .op-btns .edit-btns .editAddressBtn:hover {
        color: #f09836;
    }
    .jiesuan-index .consignee-list .op-btns .edit-btns .deleteBtn:hover {
        color: #ff0f23;
    }
.jiesuan-index .consignee-list .op-btns .el-checkbox {
    color: #1f2d3d;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.jiesuan-index .consignee-list .op-btns .el-checkbox:hover .el-checkbox__input .el-checkbox__inner {
    visibility: visible
}

.jiesuan-index .consignee-list .op-btns .el-checkbox:hover .el-checkbox__label {
    color: #ff0f23
}

.jiesuan-index .consignee-list .op-btns .el-checkbox:hover .el-checkbox__input {
    border-color: #ff0f23
}

.jiesuan-index .consignee-list .op-btns .el-checkbox + .el-checkbox {
    margin-left: 15px
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input {
    outline: 0;
    vertical-align: middle
}

.jiesuan-index .consignee-list .op-btns .el-checkbox, .jiesuan-index .consignee-list .op-btns .el-checkbox__input {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
    white-space: nowrap
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-indeterminate {
    background-color: #20a0ff;
    border-color: #0190fe
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-indeterminate:before {
    content: "";
    position: absolute;
    display: block;
    border: 1px solid #fff;
    margin-top: -1px;
    left: 3px;
    right: 3px;
    top: 50%
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-indeterminate:after {
    display: none
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-focus, .jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-checked {
    border-color: #ff0f23
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #ff0f23
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-checked .el-checkbox__inner {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 14px;
    height: 14px;
    border: 1px solid #ff0f23;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    visibility: hidden;
    -webkit-animation: jdCheckboxEffect .36s ease-in-out;
    animation: jdCheckboxEffect .36s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    z-index: 1;
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-checked:after {
    -webkit-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9)
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled {
    background-color: #eef1f6;
    border-color: #d1dbe5;
    cursor: not-allowed
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled:after {
    cursor: not-allowed;
    border-color: #eef1f6
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled + .el-checkbox__label {
    cursor: not-allowed
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled.is-checked {
    background-color: #d1dbe5;
    border-color: #d1dbe5
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled.is-checked:after {
    border-color: #fff
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled.is-indeterminate {
    background-color: #d1dbe5;
    border-color: #d1dbe5
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled.is-indeterminate:before {
    border-color: #fff
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input.is-disabled + .el-checkbox__label {
    color: #bbb;
    cursor: not-allowed
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input {
    display: inline-block;
    position: relative;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__input:after {
    width: 16px;
    height: 16px;
    background: url(../images/66b189e4ff6534c8.png) center / 12px auto no-repeat #ff0f23;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transition: transform .3s cubic-bezier(.645, .045, .355, 1), -webkit-transform .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform-origin: center;
    transform-origin: center
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button, .jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner {
    position: relative;
    display: inline-block
}

.jiesuan-index .consignee-list .op-btns .el-checkbox__label {
    font-size: 14px;
    margin-left: 5px;
    height: 16px;
    line-height: 16px;
    display: inline-block
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #ff0f23;
    border-color: #ff0f23;
    -webkit-box-shadow: -1px 0 0 0 #ff0f23;
    box-shadow: -1px 0 #ff0f23
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: #bfcbd9;
    cursor: not-allowed;
    background-image: none;
    background-color: #eef1f6;
    border-color: #d1dbe5;
    -webkit-box-shadow: none;
    box-shadow: none
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner, .jiesuan-index .consignee-list .op-btns .el-transfer-panel {
    background: #fff;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #20a0ff
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 1px solid #bfcbd9;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button:last-child .el-checkbox-button__inner {
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner {
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #bfcbd9;
    border-left: 0;
    color: #1f2d3d;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 10px 15px;
    font-size: 14px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner:hover {
    color: #20a0ff
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner [class*=el-icon-] {
    line-height: .9
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__inner [class*=el-icon-] + span {
    margin-left: 5px
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    left: -999px
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button--large .el-checkbox-button__inner {
    padding: 11px 19px;
    font-size: 16px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button--small .el-checkbox-button__inner {
    padding: 7px 9px;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jiesuan-index .consignee-list .op-btns .el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 4px;
    font-size: 12px;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jiesuan-index .consignee-list .op-btns a {
    color: #f29737
}

.jiesuan-index .consignee-list .op-btns a:hover {
    color: #f29737
}

.jiesuan-index .consignee-list .active .item-icon {
    background: url(../images/0ff12e7e2178d138.png) center / contain no-repeat
}

.jiesuan-index .tag {
    border: .5px solid #66c7ff;
    font-size: 12px;
    margin-right: 4px;
    padding: 0 2px;
    height: 16px;
    line-height: 14px;
    color: #0090ff;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.jiesuan-index .tag.is-default {
    background-color: #ffebf1;
    border-color: #ffd6e1;
    color: #ff0f23
}

.jiesuan-index .addr-switch {
    width: 100%
}

.jiesuan-index .addr-switch a {
    padding-right: 15px;
    display: inline-block;
    position: relative;
    line-height: 24px
}

.jiesuan-index .addr-switch a:after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 10px;
    background: url(../images/icon/addr-i.png) no-repeat 0 0;
    position: absolute;
    top: 7px;
    right: 0
}

.jiesuan-index .payment-list {
    padding-left: 20px
}

.jiesuan-index .payment-list li {
    float: left;
    padding-right: 12px
}

.jiesuan-index .payment-list .box {
    display: inline-block;
    line-height: 20px;
    border: 1px solid #ddd;
    padding-top: 6px;
    padding-bottom: 6px;
    padding: 6px 18px 6px 10px;
    min-width: 136px;
    cursor: pointer
}

.jiesuan-index .payment-list .box:hover {
    border-color: #f29737
}

.jiesuan-index .payment-list .active .box {
    border-color: #f29737
}

.jiesuan-index .payment-list .icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px
}

.jiesuan-index .shopping-list .psfs .box {
    list-style: none;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 34px;
    padding: 0 10px;
    width: 175px;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
    position: relative
}

.jiesuan-index .shopping-list .psfs .box:before {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/icon/selected-icon.png) no-repeat;
    position: absolute;
    bottom: 0;
    right: 0
}

.jiesuan-index .shopping-list .psfs .active .box {
    border-color: #f29737
}

.jiesuan-index .shopping-list .psfs .active .box:before {
    display: block
}

.jiesuan-index .shopping-list .right {
    width: 100%;
    float: left;
    line-height: 30px;
    background-color: #fff;
    border-radius: 10px;
    border: solid 1px #e5e5e5
}

.jiesuan-index .shopping-list .right > .li {
    border-bottom: 1px solid #eee
}

.jiesuan-index .shopping-list .right .box {
    display: flex;
    position: relative;
    align-items: center;
    padding: 20px
}

.jiesuan-index .shopping-list .right .div-1 {
    width: 75%;
    float: left;
    display: flex;
    color: #666;
    flex-wrap: wrap;
    position: relative;
    align-items: center
}

.jiesuan-index .shopping-list .right .div-1 .div-1-1 {
    width: 60%;
    float: left;
    min-height: 64px;
    padding-right: 10px
}

.jiesuan-index .shopping-list .right .div-1 .div-1-2 {
    width: 40%;
    padding-left: 20px;
    text-align: left;
    float: left;
    font-size: 16px
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt {
    position: relative;
    padding-left: 90px;
    min-height: 80px
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .pic {
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e2e2e2;
    margin-right: 12px;
    float: left;
    position: absolute;
    top: 0;
    left: 0
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .txt {
    min-height: 64px;
    font-size: 13px;
    line-height: 20px
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .span {
    color: #f29737;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .bt {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 16px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .title {
    color: #333;
    max-height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.jiesuan-index .shopping-list .right .div-1 .pic-txt .title:hover {
    color: #f29737
}

.jiesuan-index .shopping-list .right .div-1 .txt {
    flex: 1
}

.jiesuan-index .shopping-list .right .div-1 .title {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    margin-bottom: 20px
}

.jiesuan-index .shopping-list .right .div-1 a {
    color: #666
}

.jiesuan-index .shopping-list .right .div-1 a:hover {
    color: #f29737
}

.jiesuan-index .shopping-list .right .pic {
    display: block;
    width: 102px;
    height: 82px;
    border: 1px solid #e2e2e2;
    margin-right: 20px;
    float: left;
    position: relative
}

.jiesuan-index .shopping-list .right .div-2 {
    width: 25%;
    float: left;
    text-align: right
}

.jiesuan-index .shopping-list .right .div-2 .current_price {
    color: #f29737;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0
}

.jiesuan-index .shopping-list .right .div-2 .current_num {
    color: #888b94;
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px
}

.jiesuan-index .shopping-list .right .div-3 {
    width: 10%;
    float: left;
    text-align: right
}

.jiesuan-index .shopping-list .right .div-4 {
    width: 10%;
    float: left;
    text-align: right
}

.jiesuan-index .shopping-list .liuyan {
    position: relative;
    margin: 12px
}

.jiesuan-index .shopping-list .liuyan .item {
    cursor: pointer;
    height: 36px;
    padding: 9px 12px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    gap: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f7f8fc;
    border: .5px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
    max-width: 100%;
    position: relative
}

.jiesuan-index .shopping-list .liuyan .item span {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 16px
}

.jiesuan-index .shopping-list .liuyan .item .item-liuyan {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 16px
}

.jiesuan-index .shopping-list .liuyan .item .item-jiantou {
    display: flex;
    align-items: center;
    justify-content: center
}

.jiesuan-index .shopping-list .liuyan .item .item-jiantou img {
    width: 8px;
    height: 8px
}

.jiesuan-index .shopping-list .liuyan .hover {
    z-index: 99;
    position: absolute;
    bottom: 100%;
    display: block;
    left: 0;
    min-width: 496px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: none
}

.jiesuan-index .shopping-list .liuyan .hover textarea {
    background-color: rgba(0, 0, 0, 0.03);
    width: 100%;
    line-height: 20px;
    min-height: 200px;
    border: none;
    resize: vertical;
    outline: none;
    border-radius: 8px;
    padding: 12px;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400
}

.jiesuan-index .shopping-list .liuyan .show {
    display: block
}

.jiesuan-index .shopping-list .liuyan .button {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    background: #fff;
    margin-top: 20px
}

.jiesuan-index .shopping-list .liuyan .button .cancel {
    cursor: pointer;
    width: 88px;
    height: 32px;
    padding: 9px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: .5px solid #c2c4cc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    margin-right: 11px
}

.jiesuan-index .shopping-list .liuyan .button .sure {
    cursor: pointer;
    width: 88px;
    height: 32px;
    padding: 9px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #f29737;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0;
    text-align: center
}

.jiesuan-index .con-fpxx {
    color: #666;
    padding-left: 20px
}

.jiesuan-index .con-fpxx a {
    color: #666
}

.jiesuan-index .con-fpxx > span {
    margin-right: 10px
}

.jiesuan-index .con-fpxx .tool-tips {
    display: inline-block;
    position: relative
}

.jiesuan-index .con-fpxx .tool-tips:hover .tips {
    display: block
}

.jiesuan-index .con-fpxx .layui-icon-tips {
    font-size: 14px;
    display: inline-block;
    transform: rotate(180deg);
    cursor: pointer
}

.jiesuan-index .con-fpxx .tips {
    display: none;
    width: 400px;
    left: -14px;
    position: absolute
}

.jiesuan-index .con-fpxx .tips .tipsC {
    background-color: #fff;
    color: #333;
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 20px;
    margin-top: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    border: 1px solid #ddd;
    position: relative
}

.jiesuan-index .con-fpxx .tips .tipsC:after {
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 18px;
    height: 10px;
    vertical-align: middle;
    background: url(../images/icon/arrow-up.png) 0 0 no-repeat
}

.jiesuan-index .con-syyh .tabs {
    border: 1px #f6f6f6 solid
}

.jiesuan-index .con-syyh .menuTabs {
    background-color: #f6f6f6;
    line-height: 30px;
    overflow: hidden
}

.jiesuan-index .con-syyh .menuTabs li {
    float: left
}

.jiesuan-index .con-syyh .menuTabs .box {
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 140px;
    line-height: 30px;
    font-weight: 700;
    text-align: center
}

.jiesuan-index .con-syyh .menuTabs .box .icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f29737;
    display: inline-block;
    vertical-align: top
}

.jiesuan-index .con-syyh .menuTabs .active .box {
    background-color: #fff;
    color: #f29737
}

.jiesuan-index .con-syyh .xz {
    padding-top: 20px;
    padding-left: 20px
}

.jiesuan-index .con-syyh .yhq-list {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap
}

.jiesuan-index .con-syyh .yhq-list:after {
    display: none
}

.jiesuan-index .con-syyh .yhq-list li {
    width: 25%;
    float: left;
    padding: 0 15px 20px 15px
}

.jiesuan-index .con-syyh .yhq-list .box {
    min-height: 100%;
    display: block;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    position: relative;
    cursor: pointer
}

.jiesuan-index .con-syyh .yhq-list .c-msg {
    padding: 5px 20px 10px 20px;
    background-color: #f29737;
    color: #fff;
    text-align: left;
    position: relative
}

.jiesuan-index .con-syyh .yhq-list .c-type {
    padding: 10px 20px;
    color: #f29737
}

.jiesuan-index .con-syyh .yhq-list .price {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    text-align: left
}

.jiesuan-index .con-syyh .yhq-list .price em {
    font-style: initial;
    position: relative;
    top: -5px;
    margin-right: 5px
}

.jiesuan-index .con-syyh .yhq-list .price .num {
    line-height: 60px;
    font-size: 30px;
    font-weight: 700
}

.jiesuan-index .con-syyh .yhq-list .price .txt {
    font-size: 14px;
    margin-left: 5px
}

.jiesuan-index .con-syyh .yhq-list .info {
    color: #999;
    line-height: 20px;
    font-size: 14px;
    padding-left: 60px;
    margin-bottom: 10px;
    position: relative
}

.jiesuan-index .con-syyh .yhq-list .info .bt {
    width: 60px;
    color: #666;
    position: absolute;
    top: 0;
    left: 0
}

.jiesuan-index .con-syyh .yhq-list .btnDiv {
    padding-top: 40px;
    text-align: center
}

.jiesuan-index .con-syyh .yhq-list .btn-1 {
    display: inline-block;
    min-width: 120px;
    line-height: 34px;
    border: 1px #f29737 solid;
    border-radius: 36px;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
    color: #f29737;
    font-size: 13px
}

.jiesuan-index .con-syyh .yhq-list .btn-1:hover {
    background-color: #f29737;
    color: #fff
}

.jiesuan-index .con-syyh .yhq-list .active .box {
    border-color: #f29737;
    box-shadow: 0 0 0 1px #f29737
}

.jiesuan-index .con-syyh .virtual-usedcont-new {
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px
}

.jiesuan-index .con-syyh .virtual-usedcont-new .span-1 {
    margin-left: 20px
}

.jiesuan-index .goods-total {
    text-align: right;
    display: block;
    padding: 20px 0;
    font-size: 14px;
    color: #666
}

.jiesuan-index .goods-total li {
    padding-bottom: 10px;
    padding-right: 30px
}

.jiesuan-index .goods-total .count {
    color: #f29737;
    font-size: 18px;
    font-weight: 700
}

.jiesuan-index .goods-total .total {
    background-color: #f4f4f4;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 10px
}

.jiesuan-index .goods-total .txt {
    width: 130px;
    display: inline-block
}

.jiesuan-index .goods-total .dz {
    color: #999;
    padding-top: 15px
}

.jiesuan-index .btnDiv {
    text-align: right
}

.jiesuan-index .btnDiv .secondary-btn {
    text-align: center;
    min-width: 50%;
    height: 48px;
    background-color: #f09836;
    border: 1px solid #f09836;
    border-radius: 8px;
    line-height: 48px;
    border-radius: 5px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 16px;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .jiesuan-index .hd {
        flex-wrap: wrap
    }

    .jiesuan-index .hd .titleBig {
        width: 100%;
        font-size: 24px;
        margin-bottom: 10px
    }

    .jiesuan-index .hd .steps-jiesuan {
        width: 100%;
        float: none
    }

    .jiesuan-index .consignee-list {
        padding-left: 0
    }

    .jiesuan-index .consignee-list .op-btns {
        opacity: 1
    }

    .jiesuan-index .consignee-list .bt {
        width: 120px
    }

    .jiesuan-index .consignee-list .addr-detail {
        flex: auto;
        width: 100%;
        font-size: 14px;
        line-height: 1.5
    }

    .jiesuan-index .consignee-list .addr-detail span {
        margin-left: 0
    }

    .jiesuan-index .addr-switch {
        padding-left: 0
    }

    .jiesuan-index .payment-list {
        padding-left: 0;
        font-size: 12px
    }

    .jiesuan-index .payment-list li {
        padding-right: 5px;
        padding-bottom: 5px
    }

    .jiesuan-index .payment-list li:last-child {
        padding-right: 0
    }

    .jiesuan-index .payment-list .box {
        min-width: auto;
        padding-left: 5px;
        padding-right: 5px
    }

    .jiesuan-index .payment-list .icon {
        margin-right: 2px
    }

    .jiesuan-index .shopping-list .left {
        width: 100%;
        padding: 20px 20px
    }

    .jiesuan-index .shopping-list .psfs .box {
        display: inline-block;
        width: auto;
        font-size: 12px
    }

    .jiesuan-index .shopping-list .titleBig-3 {
        padding-bottom: 10px
    }

    .jiesuan-index .shopping-list .right {
        width: 100%;
        padding: 10px 20px
    }

    .jiesuan-index .shopping-list .right .div-1 {
        width: 100%
    }

    .jiesuan-index .shopping-list .right .div-1 .title {
        margin-bottom: 0
    }

    .jiesuan-index .shopping-list .right .pic {
        width: 82px;
        height: 82px
    }

    .jiesuan-index .shopping-list .right .div-2 {
        width: 50%
    }

    .jiesuan-index .shopping-list .right .div-3 {
        width: 25%;
        text-align: center
    }

    .jiesuan-index .shopping-list .right .div-4 {
        width: 25%;
        text-align: right
    }

    .jiesuan-index .con-syyh .menuTabs .box {
        min-width: 100px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .jiesuan-index .con-syyh .yhq-list {
        margin-left: -5px;
        margin-right: -5px;
        padding-left: 10px;
        padding-right: 10px
    }

    .jiesuan-index .con-syyh .yhq-list li {
        width: 160px;
        padding: 0 5px 10px 5px
    }

    .jiesuan-index .con-syyh .yhq-list .c-msg {
        padding-left: 10px;
        padding-right: 10px
    }

    .jiesuan-index .con-syyh .yhq-list .c-msg .date {
        font-size: 12px
    }

    .jiesuan-index .con-syyh .yhq-list .price .num {
        font-size: 24px
    }

    .jiesuan-index .con-syyh .yhq-list .price em {
        top: 0
    }
}

@media screen and (max-width: 414px) {
    .jiesuan-index .con-syyh .yhq-list li {
        width: 50%
    }
}

.steps-jiesuan .list {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    display: flex;
    position: relative
}

.steps-jiesuan .list:after {
    display: none
}

.steps-jiesuan .list:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    position: absolute;
    top: 12px;
    left: 0
}

.steps-jiesuan li {
    width: 33.33333333%;
    text-align: center;
    vertical-align: middle;
    position: relative
}

.steps-jiesuan li:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    position: absolute;
    top: 12px;
    left: 0
}

.steps-jiesuan .box {
    position: relative;
    z-index: 1
}

.steps-jiesuan .num {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #ccc;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.steps-jiesuan .title {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #999
}

.steps-jiesuan .done:before {
    background-color: #caecb6
}

.steps-jiesuan .done .num {
    background-color: #caecb6
}

.steps-jiesuan .done .title {
    color: #caecb6
}

.steps-jiesuan .doing:before {
    background-color: #7abd54
}

.steps-jiesuan .doing .num {
    background-color: #7abd54
}

.steps-jiesuan .doing .title {
    color: #7abd54
}

@media screen and (max-width: 1024px) {
    .steps-jiesuan .list {
        width: 100%
    }

    .steps-jiesuan .list .line {
        width: 60px
    }

    .steps-jiesuan .list .num {
        width: 24px;
        height: 24px;
        line-height: 24px
    }

    .steps-jiesuan .list .title {
        font-size: 12px
    }
}

.fukuan {
    padding-top: 60px;
    padding-bottom: 50px
}

.fukuan .container {
    max-width: 990px
}

.fukuan .hd {
    display: flex
}

.fukuan .hd .left {
    width: 60%;
    float: left;
    color: #666
}

.fukuan .hd .right {
    width: 40%;
    float: right;
    text-align: right
}

.fukuan .hd .nun {
    color: #f29737;
    font-size: 20px;
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    margin: 0 3px
}

.fukuan .hd .xxBtn {
    display: inline-flex;
    align-items: center;
    color: #67a4ff;
    cursor: pointer
}

.fukuan .hd .xxBtn .icon {
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px 4px 0 4px;
    border-color: #67a4ff transparent transparent transparent;
    border-style: solid;
    margin-left: 5px
}

.fukuan .hd .xxBtn:hover {
    color: #f29737
}

.fukuan .hd .xxBtn:hover .icon {
    border-color: #f29737 transparent transparent transparent
}

.fukuan .hd .xxBtn.active .icon {
    transform: rotate(180deg)
}

.fukuan .xxDrop {
    border-top: 1px #d0d0d0 solid;
    padding-top: 10px;
    margin-top: 20px;
    color: #666;
    display: none
}

.fukuan .bd {
    background: #fff;
    padding: 30px 30px 30px 30px;
    box-shadow: 0 6px 32px rgba(0, 0, 0, 0.13);
    margin-top: 25px
}

.fukuan .bd .nr {
    padding: 33px 18px 6px 18px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 6px rgba(10, 22, 57, 0.13);
    border-radius: 3px;
    min-height: 100px;
    position: relative
}

.fukuan .bd .nr .titleBig {
    position: absolute;
    top: 0;
    left: 0
}

.fukuan .zffs {
    padding-top: 20px;
    padding-bottom: 40px;
    min-height: 273px
}

.fukuan .zffs .btnDiv-1 {
    padding-top: 20px
}

.fukuan .zffs .tjxkBtn {
    display: inline-block;
    min-width: 140px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid #e0e0e0;
    color: #67a4ff;
    background: #fff;
    font-size: 12px;
    font-weight: 400;
    border-radius: 2px
}

.fukuan .zffs .tjxkBtn:hover {
    color: #f29737
}

.fukuan .zffsList li {
    clear: both;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px
}

.fukuan .zffsList .box {
    display: block;
    overflow: hidden;
    line-height: 26px;
    position: relative;
    padding-left: 50px
}

.fukuan .zffsList .title {
    cursor: pointer;
    float: left
}

.fukuan .zffsList .title .txt {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    vertical-align: top;
    width: 170px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.fukuan .zffsList .title .icon {
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: top;
    margin-right: 5px
}

.fukuan .zffsList .select {
    width: 24px;
    height: 21px;
    background: url(../images/icon/select-1.png) no-repeat center center;
    position: absolute;
    top: 3px;
    left: 0
}

.fukuan .zffsList .money {
    display: none;
    position: absolute;
    top: 0;
    right: 0
}

.fukuan .zffsList .num {
    color: #f29737;
    font-size: 20px;
    font-family: var(--HarmonyOS_Sans_SC_Bold)
}

.fukuan .zffsList .active .money {
    display: block
}

.fukuan .zffsList .active .select {
    background: url(../images/icon/selected-1.png) no-repeat center center
}

.fukuan .btnDiv-2 {
    text-align: right;
    padding-top: 30px
}

.fukuan .btnDiv-2 .secondary-btn {
    min-width: 180px;
    line-height: 46px;
    height: 48px
}

@media screen and (max-width: 1024px) {
    .fukuan .bd {
        padding: 0;
        box-shadow: none
    }

    .fukuan .zffsList .box {
        padding-left: 30px
    }

    .fukuan .zffsList .title .txt {
        font-size: 14px;
        width: 70px
    }

    .fukuan .zffsList .num {
        font-size: 14px
    }

    .fukuan .btnDiv-2 {
        text-align: center
    }

    .fukuan .btnDiv-2 .secondary-btn {
        min-width: 120px;
        line-height: 38px;
        height: 40px
    }
}

@media screen and (max-width: 767px) {
    .fukuan .hd {
        flex-wrap: wrap
    }

    .fukuan .hd .left {
        width: 100%
    }

    .fukuan .hd .right {
        width: 100%;
        text-align: left;
        padding-top: 20px
    }

    .fukuan .xxDrop {
        margin-top: 10px
    }

    .fukuan .zffsList .money {
        float: right;
        position: static
    }
}

.fukuan-title {
    font-family: var(--HarmonyOS_Sans_SC_Bold);
    font-size: 32px;
    line-height: 44px;
    color: #212121;
    margin-bottom: 20px
}

.wlgzPopup {
    width: 90%;
    max-width: 1000px;
    height: 90%;
    max-height: 680px;
    text-align: left
}

.wlgzPopup .track-rcol {
    font-size: 12px
}

.wlgzPopup .track-rcol .listTrack {
    min-height: 235px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.wlgzPopup .track-rcol .listTrack::-webkit-scrollbar {
    width: 7px
}

.wlgzPopup .track-rcol .listTrack::-webkit-scrollbar-thumb {
    background-color: #bcbcbc;
    border-radius: 7px
}

.wlgzPopup .track-rcol .listTrack::-webkit-scrollbar-track {
    background-color: #ebebeb;
    border-radius: 7px
}

.wlgzPopup .track-rcol .listTrack::-webkit-scrollbar-button {
    display: none
}

.wlgzPopup .track-rcol .listTrack::-webkit-scrollbar-corner {
    display: none
}

.wlgzPopup .track-rcol .listTrack ::-webkit-resizer {
    display: none
}

.wlgzPopup .track-rcol .listTrack .box {
    display: flex;
    min-height: 44px;
    padding-left: 90px;
    position: relative
}

.wlgzPopup .track-rcol .listTrack .icon-dot {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 78px
}

.wlgzPopup .track-rcol .listTrack .icon {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #dbdbdb;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    display: none
}

.wlgzPopup .track-rcol .listTrack .dot {
    display: inline-block;
    vertical-align: top;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 2px #fff solid;
    background: #c3c3c3;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.wlgzPopup .track-rcol .listTrack .date-time {
    text-align: right;
    padding-right: 20px;
    width: 90px;
    position: absolute;
    top: 0;
    left: 0
}

.wlgzPopup .track-rcol .listTrack .date-time .date {
    display: block
}

.wlgzPopup .track-rcol .listTrack .date-time .time {
    display: block
}

.wlgzPopup .track-rcol .listTrack .text {
    border-left: 1px #e9e9e9 solid;
    padding-left: 20px;
    padding-bottom: 30px
}

.wlgzPopup .track-rcol .listTrack .text b {
    color: #000
}

.wlgzPopup .track-rcol .listTrack .text .span-1 {
    display: inline-block;
    background-color: #eee;
    color: #000;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 10px
}

.wlgzPopup .track-rcol .listTrack .active .icon {
    display: block
}

.blankPopup .blankPopupC {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #b8cfed;
    height: auto
}

.blankPopup .listMenu {
    overflow: hidden;
    width: 100%;
    padding: 20px 20px 0;
    box-sizing: border-box;
    background: #f7f7f7;
    font-size: 14px;
    color: #666;
    position: relative
}

.blankPopup .listMenu:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #c6c6c6;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0
}

.blankPopup .listMenu li {
    display: inline-block;
    width: 148px;
    text-align: center;
    line-height: 35px;
    color: #333;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 1
}

.blankPopup .listMenu .box {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px #c6c6c6 solid;
    cursor: pointer
}

.blankPopup .listMenu .box .icon {
    display: inline-block;
    height: 14px;
    margin-right: 10px;
    overflow: hidden
}

.blankPopup .listMenu .box:hover {
    background: #d8f1ff;
    border-bottom: 1px #c6c6c6 solid
}

.blankPopup .listMenu .active .box {
    font-weight: 700;
    border-color: #c6c6c6;
    background: #fff;
    border-bottom: 1px #fff solid
}

.blankPopup .listMenu .active .box:hover {
    background: #fff;
    border-bottom: 1px #fff solid
}

.blankPopup .conTabs {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px
}

.blankPopup .conTabs .item {
    display: none
}

.blankPopup .kjzf .sm {
    color: #666;
    font-size: 14px;
    padding-bottom: 10px
}

.blankPopup .kjzf .listKjzf li {
    padding-bottom: 20px
}

.blankPopup .kjzf .listKjzf .box {
    display: flex;
    line-height: 40px
}

.blankPopup .kjzf .listKjzf .bt {
    font-weight: 700;
    display: inline-block;
    width: 75px;
    text-align: right;
    margin-right: 15px;
    color: #666
}

.blankPopup .kjzf .listKjzf .editDiv {
    position: relative
}

.blankPopup .kjzf .listKjzf .editDiv .icon {
    width: 14px;
    height: 14px;
    overflow: hidden;
    user-select: none;
    position: absolute;
    top: 12px;
    left: 15px
}

.blankPopup .kjzf .listKjzf .input-form {
    appearance: none;
    width: 330px;
    padding-left: 40px
}

.blankPopup .kjzf .listKjzf .input-form::-webkit-outer-spin-button, .blankPopup .kjzf .listKjzf .input-form::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.blankPopup .kjzf .listKjzf .input-form[type="number"] {
    -moz-appearance: textfield
}

.blankPopup .kjzf .listKjzf .zcyhBtn {
    margin-left: 10px;
    color: #67a4ff
}

.blankPopup .kjzf .listKjzf .zcyhBtn:hover {
    color: #f29737
}

.blankPopup .kjzf .listKjzf .btnDiv {
    padding-left: 90px
}

.blankPopup .kjzf .listKjzf .secondary-btn {
    height: 50px;
    line-height: 48px;
    min-width: 220px;
    font-size: 18px;
    font-weight: 700
}

.blankPopup .kjzf .listKjzf .disable {
    background: #b5b5b5 !important;
    border: 1px solid #b5b5b5
}

.blankPopup .kjzf .listKjzf .disable:hover {
    opacity: .8
}

.blankPopup .wyzf .listWyzf {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

.blankPopup .wyzf .listWyzf li {
    float: left;
    padding: 0 10px 20px 10px
}

.blankPopup .wyzf .listWyzf .box {
    display: block;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.blankPopup .wyzf .listWyzf .pic {
    border-radius: 2px;
    padding: 5px 0;
    width: 180px;
    height: 42px;
    border: 1px solid #c9dfff
}

.blankPopup .wyzf .listWyzf .title {
    position: absolute;
    width: 100%;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
    padding-top: 0;
    font-weight: 400;
    background: #e31613;
    color: #fff;
    bottom: -21px;
    left: 0;
    z-index: 1;
    display: none
}

.blankPopup .wyzf .listWyzf .box:hover .title {
    display: block
}

@media screen and (max-width: 1024px) {
    .blankPopup .conTabs {
        padding: 20px 20px
    }

    .blankPopup .listMenu li {
        width: 120px
    }

    .blankPopup .kjzf .listKjzf .box {
        display: block
    }

    .blankPopup .kjzf .listKjzf .bt {
        width: auto;
        padding-left: 0;
        text-align: left
    }

    .blankPopup .kjzf .listKjzf .input-form {
        width: 100%
    }

    .blankPopup .kjzf .listKjzf .zcyhBtn {
        margin-left: 0
    }

    .blankPopup .kjzf .listKjzf .btnDiv {
        padding-left: 0;
        text-align: center
    }

    .blankPopup .kjzf .listKjzf .secondary-btn {
        min-width: 120px;
        font-size: 16px;
        line-height: 38px;
        height: 40px
    }

    .blankPopup .wyzf .listWyzf {
        margin-left: -5px;
        margin-right: -5px
    }

    .blankPopup .wyzf .listWyzf li {
        padding: 0 5px 10px 5px
    }

    .blankPopup .wyzf .listWyzf .pic {
        width: 130px
    }
}

.xgfpxxPopup {
    width: 600px;
    background-color: #fff;
    max-height: initial;
    height: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 30px 10px 30px;
    position: relative
}

.xgfpxxPopup .tips {
    margin-top: 20px;
    background-color: #fffbdb;
    line-height: 20px;
    padding: 10px 10px 10px 30px;
    color: #999;
    margin-bottom: 20px;
    position: relative;
    font-size: 12px
}

.xgfpxxPopup .tips .icon {
    position: absolute;
    top: 10px;
    left: 10px
}

.xgfpxxPopup .listMenu {
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px
}

.xgfpxxPopup .listMenu li {
    float: left;
    padding: 0 10px
}

.xgfpxxPopup .listMenu .box {
    display: block;
    background: #fff;
    height: 34px;
    line-height: 32px;
    border: 1px solid #ddd;
    color: #666;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.xgfpxxPopup .listMenu .box:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/icon/selected-icon.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0
}

.xgfpxxPopup .listMenu .active .box {
    border-color: #f29737
}

.xgfpxxPopup .listMenu .active .box:after {
    display: block
}

.xgfpxxPopup .listMenu .disabled .box {
    background: #ebebeb;
    border-color: #ebebeb;
    color: #ccc;
    cursor: not-allowed
}

.xgfpxxPopup .itemTabs {
    display: none
}

.xgfpxxPopup .itemTabs.show {
    display: block
}

.xgfpxxPopup .listTxfpxx {
    padding-top: 30px;
    padding-bottom: 0
}

.xgfpxxPopup .listTxfpxx li {
    clear: both;
    padding-bottom: 10px
}

.xgfpxxPopup .listTxfpxx li:last-child {
    padding-bottom: 0
}

.xgfpxxPopup .listTxfpxx li.btnDiv {
    padding-bottom: 10px
}

.xgfpxxPopup .listTxfpxx .box {
    display: flex;
    flex-wrap: wrap;
    line-height: 34px
}

.xgfpxxPopup .listTxfpxx .bt {
    min-width: 100px;
    text-align: right
}

.xgfpxxPopup .listTxfpxx .editDiv {
    flex: 1;
    padding-left: 20px
}

.xgfpxxPopup .listTxfpxx .input-form {
    width: 100%;
    max-width: 280px;
    height: 34px;
    line-height: 32px
}

.xgfpxxPopup .listTxfpxx .fptt .radioDiv {
    margin-right: 10px
}

.xgfpxxPopup .listTxfpxx .fptt .radioDiv:last-child {
    margin-right: 0
}

.xgfpxxPopup .listTxfpxx .fpnrList {
    clear: both
}

.xgfpxxPopup .listTxfpxx .fpnrList:after {
    content: "";
    display: block;
    clear: both
}

.xgfpxxPopup .listTxfpxx .fpnrList > span {
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #666;
    padding: 0 10px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.xgfpxxPopup .listTxfpxx .fpnrList > span:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/icon/selected-icon.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0
}

.xgfpxxPopup .listTxfpxx .fpnrList .active {
    position: relative;
    border-color: #f29737
}

.xgfpxxPopup .listTxfpxx .fpnrList .active:after {
    display: block
}

.xgfpxxPopup .listTxfpxx .ts {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #999;
    line-height: 20px
}

.xgfpxxPopup .listTxfpxx .ts .layui-icon-tips {
    display: inline-block;
    transform: rotate(180deg);
    font-size: 16px;
    vertical-align: top
}

.xgfpxxPopup .listTxfpxx .xh {
    color: #f29737;
    margin-right: 5px
}

.xgfpxxPopup .listTxfpxx .error-msg {
    display: inline-block;
    line-height: 34px;
    padding: 0 10px 0 0;
    vertical-align: middle;
    color: #e4393c
}

.xgfpxxPopup .listTxfpxx .error-msg .layui-icon-error {
    font-size: 16px;
    margin-right: 5px;
    display: inline-block
}

.xgfpxxPopup .listTxfpxx .xtx-more {
    width: 100%;
    max-width: 280px;
    position: relative
}

.xgfpxxPopup .listTxfpxx .xtx-more .txt {
    cursor: pointer;
    height: 32px;
    line-height: 28px;
    padding: 0 30px 0 10px;
    background-color: transparent;
    border: 1px #dcdcdc solid;
    position: relative
}

.xgfpxxPopup .listTxfpxx .xtx-more .txt:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px #aaa solid;
    border-bottom: 1px #aaa solid;
    position: absolute;
    top: 8px;
    right: 8px;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.xgfpxxPopup .listTxfpxx .xtx-more .xtxDrop {
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: 1px solid #fff;
    width: 100%;
    padding: 10px 10px 20px 10px;
    position: relative;
    top: 100%;
    margin-top: -1px;
    display: none
}

.xgfpxxPopup .listTxfpxx .xtx-more .bt {
    min-width: 70px;
    text-align: left
}

.xgfpxxPopup .listTxfpxx .xtx-more .editDiv {
    padding-left: 10px
}

.xgfpxxPopup .listTxfpxx .xtx-more.active .txt:after {
    transform: rotate(225deg);
    top: 12px
}

.xgfpxxPopup .listTxfpxx .invoice-status .box {
    display: inline-flex;
    width: auto
}

.xgfpxxPopup .listTxfpxx .invoice-status .menuSteps {
    padding-left: 0;
    margin-left: 15px;
    position: relative
}

.xgfpxxPopup .listTxfpxx .invoice-status .menuSteps:before {
    content: "";
    display: block;
    width: 100%;
    border-top: 1px dotted #999;
    position: absolute;
    top: 50%;
    left: 0
}

.xgfpxxPopup .listTxfpxx .invoice-status .menuSteps:after {
    content: "";
    display: block;
    clear: both
}

.xgfpxxPopup .listTxfpxx .invoice-status .div-3 {
    float: left;
    padding: 0 6px
}

.xgfpxxPopup .listTxfpxx .invoice-status .div-3 span {
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    height: 40px;
    line-height: 38px;
    color: #999;
    border: 1px dotted #999;
    padding: 0 10px
}

.xgfpxxPopup .listTxfpxx .invoice-status .div-3:first-child {
    padding-left: 0
}

.xgfpxxPopup .listTxfpxx .invoice-status .div-3:last-child {
    padding-right: 0
}

.xgfpxxPopup .listTxfpxx .invoice-status .div-3.done span {
    border: 1px dotted #333;
    color: #333
}

.xgfpxxPopup .listTxfpxx .invoice-status .conSteps {
    padding-top: 20px
}

.xgfpxxPopup .listTxfpxx .invoice-status .step-con-1, .xgfpxxPopup .listTxfpxx .invoice-status .step-con-2, .xgfpxxPopup .listTxfpxx .invoice-status .step-con-3 {
    display: none
}

.xgfpxxPopup .listTxfpxx .invoice-status .step-con-1.show, .xgfpxxPopup .listTxfpxx .invoice-status .step-con-2.show, .xgfpxxPopup .listTxfpxx .invoice-status .step-con-3.show {
    display: block
}

.sqsh .listSqsh {
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px
}

.sqsh .listSqsh li {
    padding-bottom: 20px
}

.sqsh .listSqsh .box {
    display: flex;
    line-height: 40px
}

.sqsh .listSqsh .bt {
    width: 100px;
    text-align: right;
    font-size: 16px
}

.sqsh .listSqsh .bt .xh {
    color: #f29737;
    margin-right: 5px
}

.sqsh .listSqsh .editDiv {
    flex: 1
}

.sqsh .listSqsh .fwlxList {
    clear: both
}

.sqsh .listSqsh .fwlxList:after {
    content: "";
    display: block;
    clear: both
}

.sqsh .listSqsh .fwlxList > span {
    min-width: 80px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    height: 34px;
    line-height: 32px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #666;
    padding: 0 10px;
    margin-right: 5px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative
}

.sqsh .listSqsh .fwlxList > span:after {
    content: "";
    display: none;
    width: 15px;
    height: 15px;
    background: url(../images/icon/selected-icon.png) no-repeat center center;
    position: absolute;
    bottom: 0;
    right: 0
}

.sqsh .listSqsh .fwlxList > span:hover {
    border-color: #f29737
}

.sqsh .listSqsh .fwlxList .active {
    position: relative;
    border-color: #f29737
}

.sqsh .listSqsh .fwlxList .active:after {
    display: block
}

.sqsh .listSqsh .textarea-form {
    width: 100%;
    min-width: 128px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #333;
    border: 1px #d6d6d6 solid;
    border-radius: 3px;
    line-height: 28px;
    height: 100px;
    padding: 5px 10px
}

.sqsh .listSqsh .textarea-form:hover {
    border-color: #f29737
}

.sqsh .listSqsh .uploadFile {
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    min-width: 120px
}

.sqsh .listSqsh .update-img {
    padding-top: 20px
}

.sqsh .listSqsh .image-list {
    display: inline-block;
    vertical-align: top
}

.sqsh .listSqsh .image-list > div {
    position: relative;
    float: left;
    width: 62px;
    height: 50px;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer
}

.sqsh .listSqsh .image-list .deleteBtn {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.sqsh .listSqsh .image-list .deleteBtn:hover {
    color: #f29737
}

.sqsh .listSqsh .shm-1 {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.5
}

.sqsh .listSqsh .shm-2 {
    font-size: 12px;
    color: #999;
    line-height: 1.5
}

@media screen and (max-width: 1024px) {
    .sqsh .listSqsh {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0
    }

    .sqsh .listSqsh li {
        padding-bottom: 10px
    }

    .sqsh .listSqsh .box {
        display: block
    }

    .sqsh .listSqsh .bt {
        width: 100%;
        text-align: left;
        font-size: 14px
    }

    .sqsh .listSqsh .editDiv {
        width: 100%
    }

    .sqsh .listSqsh .input-form {
        width: 100%
    }

    .sqsh .listSqsh .birthday .div-1 {
        width: 33.33333333%;
        float: left
    }

    .sqsh .listSqsh .birthday .selectDiv {
        width: 100%;
        min-width: auto
    }

    .sqsh .listSqsh .birthday .selectDiv select {
        padding-right: 15px
    }

    .sqsh .listSqsh .birthday .ts {
        display: block;
        width: 100%
    }

    .sqsh .listSqsh .birthday .txt {
        display: none;
        font-size: 0
    }

    .sqsh .listSqsh .zhu {
        padding-left: 0
    }

    .sqsh .listSqsh .btnDiv {
        padding-left: 0
    }
}

@media (max-width: 1750px) {
    .jiesuan-index .container-2 {
        max-width: 1400px
    }
}

@media (max-width: 1600px) {
    .jiesuan-index .container-2 {
        max-width: 1280px
    }
}

@media (max-width: 1300px) {
    .listOrder-2 .div-1 .div-1-2 {
        font-size: 14px
    }

    .zhaq .listZhaq .info {
        font-size: 14px;
        line-height: 24px
    }
}

@media (max-width: 1024px) {
    .cart-index {
        padding-top: 40px
    }

    .cart-index .operationFt .yxz-zongjia {
        max-width: 70%;
        padding-right: 20px
    }

    .inside-2 .orderGrzx .list-1 .btnDiv .line {
        display: none
    }

    .inside-2 .orderGrzx .list-1 .trackinfo {
        display: none
    }

    .inside-2 .rightCon-2 .likePro .tu .vip1 img {
        width: 60px
    }

    .jiesuan-index .con {
        width: 100%
    }

    .jiesuan-index .con-right {
        width: 100%
    }

    .jiesuan-index .btnDiv .secondary-btn {
        min-width: 180px
    }

    .jiesuan-index .consignee-list li {
        width: 100%
    }

    .jiesuan-index {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .jiesuan-index .shopping-list .right .div-1 .div-1-2 {
        display: none
    }

    .jiesuan-index .shopping-list .right .div-1 .div-1-1 {
        width: 100%
    }

    .jiesuan-index .shopping-list .right .box {
        padding: 10px 0
    }

    .jiesuan-index .shopping-list .right .div-2 {
        width: 100%;
        line-height: 20px
    }

    .jiesuan-index .shopping-list .right .div-2 .current_price {
        font-size: 14px;
        width: 50%;
        line-height: 20px;
        float: left;
        text-align: left
    }

    .jiesuan-index .shopping-list .right .div-2 .current_num {
        font-size: 12px;
        width: 50%;
        float: right;
        text-align: right;
        margin-top: 0
    }

    .jiesuan-index .shopping-list .right .div-1 .pic-txt .bt {
        font-size: 16px;
        line-height: 24px
    }

    .jiesuan-index .shopping-list .right .div-1 .pic-txt .span {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap !important
    }

    .jiesuan-index .shopping-list .liuyan .hover {
        min-width: 0
    }

    .jiesuan-index .shopping-list .liuyan {
        margin: 12px 0
    }

    .listOrder .div-1 .pic-txt .bt {
        font-size: 15px
    }

    .listOrder .div-1 .pic-txt .span {
        font-size: 12px
    }

    .wddd-ddxq .steps {
        display: none
    }

    .wddd-ddxq .part-1 .div-2 .tips {
        margin-bottom: 0
    }

    .wddd-ddxq .part-1 .div-2 {
        padding: 20px 20px 20px
    }

    .inside-2 .rightCon .menu-2 .menuList .box {
        padding-left: 10px
    }
}

@media (max-width: 520px) {
    .listOrder-2 .div-1 .div-1-2 {
        min-height: 0;
        padding-left: 0;
        text-align: left;
        width: 100%
    }

    .listOrder-2 .div-1 {
        width: 100%;
        display: block
    }

    .listOrder-2 .div-1 .div-1-1 {
        width: 100%
    }

    .cart-index .operationFt .submitBtn {
        min-width: 100px
    }

    .cart-index .operationFt .qx {
        max-width: 30%;
        padding: 0 0 0 30px
    }

    .cart-index .operationFt .yxz-zongjia {
        max-width: 70%;
        padding-right: 20px
    }

    .cart-index .operationFt .yxz {
        padding-right: 20px
    }

    .cart-index .selectedPro li {
        width: 20%
    }

    .shdz .tips {
        margin-left: 0;
        display: block;
        margin-top: 4px
    }
}