.nav {
	margin-top: 5px;
}
.prolist {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 130px;
}
.prolist.cartpro {
    margin-top: 50px;
}
.proli {
    padding: 15px 0;
    overflow: hidden;
    position: relative;
    border-bottom: 8px solid #f5f5f5;
}
.proli p {
    display: block;
    height: auto;
}
.proli p:nth-child(1) {
    float: left;
    width: 45%;
}
.proli p:nth-child(2) {
    float: right;
    width: 53%;
    margin-right: 2%;
}
.proli p img.prop {
    display: block;
    width: 80%;
    margin-left: 10%;
    height: auto;
}
.proli p span {
    display: block;
    height: auto;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 150%;
}
.proli p span:nth-child(1) {
    font-size: 0.875rem;
    font-weight: bold;
    margin-top: 10px;
}
.proli p span:nth-child(2), .proli p span:nth-child(3) {
    font-size: 0.7rem;
    color: #999;
    margin-top: 5px;
    line-height: 140%;
}
.proli p span.jg {
    margin: 5px 0;
    line-height: 30px;
    overflow: hidden;
    color: #d30000;
    font-size: 0.8rem;
}
.proli p span.yj {
    font-size: 0.8rem;
    color: #999;
}
.proli p span.dotline {
    border-top: 1px dashed #ddd;
}
.proli p span i {
    display: block;
    font-style: normal;
    font-size: 0.7rem;
    line-height: 150%;
    margin-top: 5px;
    text-align: right;
}
.proli p span i.left {
    padding: 0 5px;
    background: #f0f0f0;
    border-radius: 3px;
}
.proli b.procart {
    width: 60px;
    height: 60px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 5px;
}
.procart .svg {
    display: block;
    width: 40%;
    height: 40%;
    margin: 30% 20% 30% 40%;
    object-fit: contain;
}
.procart .svg path {
    fill: #ccc;
}
.procart.on .svg path {
    fill: #e4745e;
}
.procart i {
    display: none;
	width: 14px;
	line-height: 14px;
	position: absolute;
	right: 15%;
	top: 22%;
	background: #333;
	border-radius: 50%;
	overflow: hidden;
	font-style: normal;
    font-weight: normal;
	color: #fff;
	font-size: 0.6rem;
	text-align: center;
}
.procart.on i {
    display: block;
}

/* 添加购物浏览 */

.box_proview {
    width: 100%;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: 100%;
    padding:15px 15px 60px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}
.ddt {
    line-height: 40px;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #eee;
}
.ddrow {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    position: relative;
}
.ddp img {
    width: 28%;
    height: auto;
    display: block;
    float: left;
    cursor: pointer;
}
.imgview {
    display: block;
    width: calc(100% - 30px);
    height: auto;
    position: absolute;
    left: 15px;
    top: 50px;
    cursor: pointer;
}
.ddpt {
    width: 68%;
    height: auto;
    float: right;
    overflow: hidden;
    margin-top: 10px;
}
.ddpt span {
    display: block;
    height: auto;
    line-height: 150%;
    font-size: 0.7rem;
    margin-bottom: 5px;
}
.ddpt span#title {
    font-size: 0.875rem;
    font-weight: bold;
}
.ddpt a {
    display: block;
    float: right;
    line-height: 26px;
    border-radius: 3px;
    font-size: 0.75em;
    border: 1px solid #666;
    padding: 0 10px;
    margin-top: 5px;
}
.ddj {
    padding-top: 0;
    border-bottom: 1px solid #eee;
}
.ddji {
    width: 50%;
    height: auto;
    overflow: hidden;
    float: left;
}
.ddji .jg1 {
    line-height: 20px;
    color: #999;
    font-size: 0.875em;
    text-decoration: line-through;
    font-style: normal;
}
.ddji .jg2 {
    line-height: 30px;
    color: #d30000;
    font-weight: bold;
    font-size: 1rem;
}
.ddjj {
    width: 100px;
    height: 30px;
    margin-top: 20px;
    float: right;
    overflow: hidden;
}
.view_ddjj {
    width: 100%;
    height: 55px;
    background: #fff;
    border-top: 1px solid #eee;
    position: absolute;
    left: 0;
    top: -56px;
    z-index: 90;
    text-align: center;
}
.view_ddjj .ddjj {
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.ddjj b, .ddjj span {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    font-size: 1rem;
}
.ddjj span {
    width: 40px;
}
.ddjj b.jian {
    background: #eee;
    color: #aaa;
}
.ddjj b.jia {
    background: #ddd;
    color: #666;
}
.view_hj {
    font-size: 0.7rem;
    line-height: 50px;
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
}
.view_hj span {
    font-size: 1.3rem;
    font-weight: bold;
}
.ddc {
    font-size: 0.7rem;
    color: #666;
    line-height: 150%;
    border-bottom: 1px solid #eee;
}
.ddc strong {
    font-size: 0.875rem;
    display: block;
    margin-bottom: 5px;
}
.guige {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.guige span {
    display: block;
    padding: 0 15px;
    background: #f0f0f0;
    cursor: pointer;
    line-height: 30px;
    margin: 5px 10px 5px 0;
    border-radius: 5px;
    font-size: 0.8rem;
    float: left;
    position: relative;
}
.guige span.on {
    background: #d30000;
    color: #fff;
}
.guige span i {
    width: 15px;
    height: 15px;
    background: #333;
    color: #fff;
    font-style: normal;
    overflow: hidden;
    font-size: 0.7rem;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: -5px;
    display: none;
}
.guige span i.on {
    display: block;
}
.yhbox {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.yh {
    height: auto;
    overflow: hidden;
    margin: 0 5px 5px 0;
    border-radius: 5px;
    font-size: 0.7rem;
    line-height: 160%;
    padding: 3px 10px;
    cursor: pointer;
    float: left;
}
.yh.kdf {
    border: 1px solid #999;
    color: #999;
}
.yh.mj {
    border: 1px solid #e4745e;
    color: #e4745e;
}

.adr {
    padding: 15px 0;
    cursor: pointer;
}
.adr img.adr1 {
    display: block;
    width: 20px;
    height: auto;
    float: left;
    opacity: .6;
    margin-top: 5px;
}
.adr img.adr2 {
    width: 10px;
    height: auto;
    display: block;
    float: right;
    margin-top: 5px;
}
.adr span {
    display: block;
    width: calc(100% - 50px);
    margin-left: 15px;
    float: left;
    line-height: 160%;
    font-size: 0.75rem;
}
.adr span i {
    display: block;
    margin-top: 5px;
}

.spadr {
    width: 100%;
    height: auto;
    padding: 15px 15px 25px 15px;
    overflow: hidden;
    position: fixed;
    left: 0;
    bottom: 105px;
    z-index: 80;
    background: #fff;
    border-top: 1px solid #eee;
    text-align: left;
}
.cartadr {
    width: 90%;
    height: auto;
    padding: 15px;
    overflow: hidden;
    position: fixed;
    left: 5%;
    bottom: 110px;
    z-index: 80;
    background: #fff;
    border: 1px solid #ddd;
    text-align: left;
    border-radius: 10px; 
}
.spadr strong, .cartadr strong {
    display: block;
    width: 100%;
    padding-left: 35px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.ddb {
    width: calc(100% - 30px);
    height:40px;
    line-height: 40px;
    overflow: hidden;
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 100;
    color: #fff;
    border-radius: 20px;
    text-align: center;
}
.ddb_view {
    width: 70%;
    height: 51px;
    line-height: 51px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -1px;
    z-index: 100;
    text-align: center;
    color: #fff;
}
.btn_add {
    width: 40%;
    background: #333;
    float: left;
    font-size: 0.75rem;
    cursor: pointer;
}
.btn_buy {
    width: 60%;
    background: #e4745e;
    float: left;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
}
.ddb_view .btn_add {
    width: 45%;
}
.ddb_view .btn_buy {
    width: 55%;
}
.btn_add img, .btn_buy img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.cart_buy {
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: center;
    line-height: 45px;
    background: #e4745e;
    position: fixed;
    left: 0;
    bottom: 55px;
    z-index: 200;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
}
.cart_buy img {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.swipebox {
    width: 100%;
    height: 100vw;
    position: relative;
}

.swipe {
    width: 100vw;
    visibility: hidden;
    overflow: hidden;
    position: relative;
}

.swipeli {
    width: 100vw;
    height: 100vw;
    overflow: hidden;
    float: left;
    position: relative;
}
.swipelip {
    width: 100vw;
    height: 100vw;
    overflow: hidden;
}
.swipelip img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swipenavi {
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 0px;
}

.pager em {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ddd;
    margin: 0 3px;
    font-style: normal;
    overflow: hidden;
    font-size: 0px;
    border-radius: 50%;
}

.pager em.on {
    background: #d30000;
}

.sprow {
    height: auto;
    overflow: hidden;
    margin: 10px 10px 0 10px;
}
.spj {
    line-height: 30px;
}
.spj.left {
    color: #e4745e;
}
.spj.left span {
    font-size: 1.5rem;
    font-weight: bold;
}
.spj.right {
    color: #999;
    font-size: 1rem;
    text-decoration: line-through;
}
.spt {
    font-size: 1.1rem;
    line-height: 160%;
    font-weight: bold;
}
.spt2 {
    font-size: 0.875rem;
    color: #999;
    line-height: 160%;
}
.spintro {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    padding: 20px 15px;
    font-size: 0.7rem;
    line-height: 160%;
    margin-top: 10px;
}
.spcont {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.spcont img {
    display: block;
    width: 100%;
    height: auto;
}

.carttop {
    width: 100%;
    height: 50px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.carttop div {
    line-height: 50px;
    position: relative;
    font-size: 0.875rem;
    color: #999;
    cursor: pointer;
}
.pickall {
    float: left;
    padding: 0 40px;
}
.pickall::after, .pickone::after {
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #3ead82;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
    background-color: #fff;
    background-image: url(/static/images/dui.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.pickall.on::after, .pickone.on::after {
    background-color: #3ead82;
}
.pickdel {
    padding: 0 25px;
    float: right;
}
.pickone {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.odnone {
    width: 100%;
    height: 60vw;
    line-height: 60vw;
    text-align: center;
    font-size: 0.8rem;
    color: #666;
    background: #f5f5f5;
}

.pro {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.proli_new {
    width: calc(50% - 15px);
    height: auto;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.proli_new a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    float: left;
}
.proli_new a img {
    width: 90%;
    height: auto;
    display: block;
    object-fit: contain;
    margin: 10px auto;
}
.proli_new a span {
    display: block;
    margin: 5px 10px 0 10px;
    height: auto;
    max-height: 36px;
    overflow: hidden; 
    line-height: 160%;
    font-size: 0.875em;
    text-align: center;
}
.proli_new a span:nth-child(3) {
    font-size: 0.7em;
    color: #999;
    line-height: 16px;
}
.proli_new a span:nth-child(4) {
    color: #d30000;
    margin-top: 15px;
}