/**页面样式 **/

.order-case {
    width: 100%;
    background: #fff;
    display: table;
    height: 11vw;
}

.order-case ul {
    margin: 0;
    padding: 0 1vw;
    white-space: nowrap;
    overflow-x: auto;
}

.order-case ul li {
    width: 18%;
    text-align: center;
    display: inline-block;
}

.order-case ul li a {
    font-size: 3.89vw;
    padding: 2vw 0;
    color: #999;
    line-height: 35px;
}

.order-case ul li a.cut {
    font-size: 3.89vw;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.cut:before {
    content: '';
    width: 5.56vw;
    height: 0.74vw;
    background-color: #fd671a;
    border-radius: 0.28vw;
    position: absolute;
    top: 8.5vw;
    left: 50%;
    transform: translate(-50%, -50%);
}

.order-list {
    width: 100%;
}

.order-list ul {
    margin: 0;
    padding: 0
}

.order-list ul li {
    text-align: justify;
    padding: 0 2.88vw;
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

.order-list ul li .xmname {
    width: 100%;
    font-size: 4vw;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 150%;
    padding: 2vw 0
}

.order-list ul li .xmname .del {
    margin-left: auto;
    color: #4a4949
}

.order-list ul li .xmname span {
    margin-left: auto;
    color: #d82209;
    font-size: 3.48vw;
    font-weight: bold;
}

.order-list ul li .goods-li {
    display: flex;
    /*align-items: center;*/
    padding: 1vw 0;
    overflow-x: auto;
}

.order-list ul li .goods-li a {
    display: flex;
    align-items: center;
    color: #333
}
.Gei_img{
    flex: none;
    width: 25vw;
    height: 25vw;
    margin-right: 2vw;
    padding: 1vw;
    display: flex;
    align-items: center;
    background-color: rgba(185,185,185,.1);
    overflow: hidden;
}
.order-list ul li .goods-li img {
    width: 100%;
}

.order-list ul li .price-div {
    width: 100%;
    text-align: right;
    padding: 2vw 0;
    border-bottom: 1px solid #e9e9e9;
    font-size: 3.4vw;
}

.order-list ul li .price-div span {
    font-size: 4.2vw;
    font-weight: 500;
    color: #d82209;
}

.order-list ul li .but-div {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 2vw 0
}

.order-list ul li .but-div .but-evel {
    padding: 6px 15px;
    color: #d82209;
    border: 1px solid #d82209;
    font-size: 3.4vw;
    margin-left: 2vw;
    border-radius: 20px
}

.order-list ul li .but-div .but-wul {
    padding: 6px 15px;
    color: #878787;
    border: 1px solid #c0c0c0;
    font-size: 2.4vw;
    margin-left: 2vw;
    border-radius: 20px
}

.order-list ul li .rightbz {
    width: 16vw;
    position: absolute;
    top: 0;
    right: 10vw;
}

.order-list ul li .goods-title {
    flex: 1;
    font-size: 3.4vw;
    color: #333;
    line-height: 1.6;
    padding: 1.48vw 0;
}

.goods-title p:first-child{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    overflow: hidden;
}

.case_ul {
    width: 100%;
}

.case_left {
    float: left;
    margin-top: 3.6vw;
    margin-left: 3vw;
}

/*上面的4个*/

.f_Spell_cont {
    padding: 2vw 1.3vw 2vw 2.78vw;
    margin-top: 3vw;
    white-space: nowrap;
    overflow-x: auto;
}

.f_Spell_list {
    display: inline-block;
    color: #9ca5b4;
    width: 21.72vw;
    text-align: center;
    padding-top: 2.59vw;
    padding-bottom: 3.24vw;
    border-radius: 1.85vw;
    margin-right: 1.48vw;
    background-color: #f5f4f7;
}

.f_Spell_cont::-webkit-scrollbar,.case_ul::-webkit-scrollbar {
    display: none;
}

.f_Spell_cont .active {
    color: #fff;
    background-color: #fd671a;
    box-shadow: 0 .56vw 1.37vw .3vw rgba(255, 125, 63, 0.24);
}

.f_Spell_list img {
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
    display: block;

    margin: 0 auto;
}

.pell_tit {
    margin-top: 2.69vw;
    display: block;
    font-size: 3.7vw;
}
