*{
    margin: 0;
    padding: 0;
}
body {
    color: #555;
    font-size: 14px;
    border: none;
    background-color: #f8f8f8;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Roboto,Arial,PingFang SC,Hiragino Sans GB,Microsoft Yahei,SimSun,sans-serif;
}

.wrapper {
    max-width: 750px;
    margin: 0 auto;
    overflow: hidden;
}

header {
    height: 50px;
    z-index: 500;
    background: #fc9f4a;
    width: 100%;
}

.title{
    line-height: 47px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.content{
    height: auto;
}

.swp__img{
    max-width:100%;
}

.goods-header{
    position: relative;
    margin-bottom: 10px;
    background-color: #fff;
}

.goods-title{
    padding: 10px 10px 0;
}

.goods-title__main {
    display: inline;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.goods-title__main span {
    vertical-align: middle;
}

.goods-price {
    padding: 10px;
    text-align: left;
}
.goods-price__current {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    font-size: 14px;
    color: #f44;
}
.goods-price__current span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}
.goods-price__current-price-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.goods-price__retail-logo {
    display: inline-block;
    margin: 3px 5px 0 0;
    padding: 3px;
    line-height: 14px;
    background-color: #38f;
    border-radius: 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.goods-price__origin-price-text {
    display: block;
    margin-top: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}

.goods-stock {
    position: relative;
    padding: 0 10px;
    line-height: 12px;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
.van-col {
    float: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.goods-stock .van-col {
    padding: 10px 0;
}
.van-col--8 {
    width: 33.33333333%;
}

.goods-stock .van-col:nth-child(2) {
    text-align: center;
}

.goods-stock .van-col:nth-child(3) {
    text-align: right;
}

.weui-panel__hd:after{
    border: 0;
}

.weui-panel__hd{
    font-size: 14px;
    color:#555;
}

.goods-shop__title {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    color: #111;
}

.goods-certification__item {
    padding-right: 16px;
    white-space: nowrap;
}

.goods-certification__txt {
    display: inline-block;
    vertical-align: middle;
}

.van-cell {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}
.goods-certification {
    position: relative;
    padding-top: 5px;
    line-height: 1.5;
    font-size: 12px;
    color: #666;

}

.goods-certification .van-icon-passed {
    vertical-align: middle;
    font-size: 12px;
}

.van-tabs--line {
    padding-top: 44px;
}

.van-tabs--line .weui-navbar__item:after{
    border: 0;
}

.van-tabs--line .weui-navbar__item{
    padding: 11px 0;
    font-size: 14px;
}

.weui_bar__item_on{
    color: #f44;
}
.van-tabs__line {
    left: 0;
    bottom: 0px;
    height: 3px;
    position: absolute;
    border-radius: 3px;
    background-color: #f44;
}

.cap-richtext {
    padding: 0 10px;
    padding-top: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    overflow: hidden;
    text-align: left;
    word-wrap: break-word;
    position: relative;
}
.cap-richtext p {
    margin: 0 0 1em;
}
.cap-richtext a {
    color: #07d;
}

.goods-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: 500;
}

.weui-btn{
    border-radius: 0px;
}

.weui-popup__modal{
    font-size: 14px;
    background: #fff;
    overflow-y: visible;
}

.van-sku-header {
    margin-left: 15px;
}
[class*=van-hairline] {
    position: relative;
}
.van-sku-header__img-wrap {
    position: relative;
    float: left;
    margin-top: -10px;
    width: 80px;
    height: 80px;
    background: #f8f8f8;
    border-radius: 2px;
}
.van-sku-header__img-wrap img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}
.van-sku-header__goods-info {
    padding: 10px 60px 10px 10px;
    min-height: 82px;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.van-sku__goods-name {
    font-size: 14px;
}

.van-sku__goods-price {
     margin-top: 0px;
}


.van-sku-group-container {
    margin-left: 15px;
    padding: 12px 0 2px;
}

.van-sku-row:last-child {
    margin-bottom: 0;
}

.van-sku-row {
    margin: 0 15px 10px 0;
}

.van-sku-row__title {
    padding-bottom: 10px;
}

.van-sku-row__item {
    display: inline-block;
    padding: 5px 9px;
    margin: 0 10px 10px 0;
    height: 28px;
    min-width: 52px;
    line-height: 16px;
    font-size: 12px;
    color: #323233;
    text-align: center;
    border: 1px solid #969799;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.default-theme .van-sku-row__item.van-sku-row__item--active {
    background-color: #f44;
    border-color: #f44;
}

.van-sku-row__item--active {
    color: #fff;
    border-color: #f44;
    background: #f44;
}

.van-sku-messages{
    padding-bottom: 0;
    padding-top: 10px;
}

.shop-topbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    padding: 1px 176px 1px 1px;
    background: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background: linear-gradient(to bottom, #f2f2f2, #fff);
    color: #666;
}

.shop-topbar__info {
    display: block;
    padding: 4px 0 4px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.shop-topbar__info{
    font-size: 14px;
    line-height: 24px;
}

.shop-topbar__logo {
    margin-right: 5px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    vertical-align: middle;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.shop-topbar__info a, .shop-topbar__info i, .shop-topbar__links a, .shop-topbar__links i {
    color: #666;
}