﻿
.top{
    /*background:#fff;*/
           background-image: linear-gradient(#094217,#1B642D);/*background: url(../images/shopttbg.png) no-repeat center;*/ 
    background-size: 100% 100%;

    text-align: center;
}
.top span{
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
}
.top p{
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.wrap {

    padding:  0px;
    box-sizing: border-box;
}

.sp-father {
width: 92vw;
    margin: auto !important;
    border-radius: 2.67vw;
    padding: 3.07vw 2.8vw 3.2vw 2.4vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #fff;
    flex-direction: column;
}
.sp-father h2 {
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    padding-bottom: 10px;
        margin-left: 10px;
}

.sp-father h2 img {
    width: 30px;
    margin: 0 10px;
}

.sp-father h2 span {
    font-size: 16px;
}

.sp-father h2 span:nth-child(1) {
    color: rgb(143, 143, 143);
    font-weight: 600;
}

.sp-father h2 span:nth-child(3) {
    color: #a2a2a2;
}

.sp-son {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #fff;
margin: 2% 0;
    padding: 0;
    border-radius: 0;
}

.sp-s1 {
    display: flex;
    align-items: center;
}

.sp-s2 {
    width: 32%;
}

.sp-s3 {
    width: 57%;
    padding-left: 4%;
    box-sizing: border-box;
display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sp-s2 {
    position: relative;
}


.sp-s3 h3 {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2;
}

.sp-s3 p{
    font-size: 14px;
    color: #999999;
    padding: 4% 0;
}

.sp-s3 h4 {
    font-size: 20px;
    color: #e73112;
}

.sp-s3 h4 span:nth-child(1) {
      font-size: 16px;
    color: #E01111;
    /*font-weight: 600;*/
}

.sp-s3 h4 span:nth-child(2) {
    font-size: 12px;
    color: #a2a2a2;
}

.sp-s3 h4 a {
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 500;
    text-decoration: line-through;
}

.sp-s1 span {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 1px solid #6a6a6a;
    border-radius: 50%;
}

.sp-s1 {
    padding-right: 10px;
}

.sp-s {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0vw;
    right: 0;
}

.sp-s span {
    font-size: 18px;
    color: #fff;
    background: #094217;
    /*background-image: linear-gradient(135deg,#9BDBC0 40%,#6BB8F0 90%);*/
    border-radius: 50%;
}

.sp-s span:nth-child(1) {
    color: #a0a0a0;
    background: #fff;
}

.sp-s a {
    padding: 0 5px;
}


/* 结算栏 */
.settlement {
    width: 100%;
    position: fixed;
    background-color: #efefef;
    box-sizing: border-box;
    bottom: 53px;
}

.settlement>div {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    box-sizing: border-box;
    height:45px;line-height:45px
}
.settlement>div>div{
    text-align: right;
    margin-left: 24%;
}
.settlement h3 span {
    color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 5px;
    font-weight: 900;
}

.settlement h3 {
    font-size: 16px;
    font-weight: 500;
    width: 60px;
}

.settlement h2 {
    font-size: 16px;
    /*margin-left: 10px;*/
    margin-right: 10px;
}

.settlement h2 span {
    color:#E01111;
}

.settlement a {
    border-radius: 20px;
    font-size: 14px;
    padding: 0 11px;
}

.settlement a:nth-of-type(1) {
    /*color: #e73112;
    border-color: #e73112;*/
      color: #999999;
}

/*.settlement>div>a{
    background-color: #094217;
    color: #fff !important;
    margin-left: 1%;
    padding: 2% 5%;
}*/
.settlement>div>a {
    background-color: #094217;
    color: #fff !important;
    display: inline-block;
    width: 50%;
    border-radius: 20px !important;
    margin: 0px !important;
    text-align: center;
    height: 28px;
    line-height: 28px;
    border: 0px !important;
    padding: 0px !important;
}
.red {
    color: #ad8156 !important;
    border: 1px solid #ad8156 !important;
}

.bs {
    color: #ad8156 !important;
    border: 1px solid #ad8156 !important;
}

/* 结算栏 */