/*通用样式*/
html,body,div,header,nav,head,span,object,iframe,section,aside,article,figure,h1,h2,h3,h4,img,ol,ul,dl,dd,dt,p {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}
body,html{font: 14px Arial,Helvetica,sans-serif;}
body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1,h2,h3,h4{
    line-height: 24px;
    font-weight: normal;
    color: #222;
    text-rendering: optimizelegibility
}
h1 {font-size: 24px;}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu,hgroup {display: block}
a{text-decoration:none;color: #222;}
ul,li{list-style:none;}
img{max-width: 100%;height:auto;border:none; vertical-align: middle;}
i,em,b{font-style:normal;}
a,button,input{-webkit-tap-highlight-color:rgba(255,0,0,0);}
form{width:100%;}
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
textarea {
    border: none;
    padding: 3px;
    width: 100%;
    min-width: 60px;
	font-size:14px;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="search"],
input[type="number"],
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="email"],
select,
textarea,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
}
select{border: none;background:#fff;}
:-moz-placeholder {color: #D2D2D2;}
::-moz-placeholder {color: #D2D2D2;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #D2D2D2;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: #D2D2D2;}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfloat{zoom:1}
.fl{float: left;}
.fr{float: right;}
.none{display: none;}
.block{display:block;}
.relative{position: relative;}
hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #ddd;
    margin: 18px 0;
}
a,
input,
textarea,
b,
button,
i,
span,
figure img,
img.avatar,
ul.children,
*:before,
*:after {
    -webkit-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s
}
/* input默认叉号自定义图片 */
input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    position: relative;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: url("../images/close.png") no-repeat center;
    background-size: 100% 100%;
    color:rgba(0,0,0,0);
}
input[type=search]::-ms-clear {
    appearance: none;
    position: relative;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: url("../images/close.png") no-repeat center;
    background-size: 100% 100%;
    color:rgba(0,0,0,0);
}


/* 复选框样式 */
.checkbox-btn{
	display: inline-block;
	width:20px;
	height: 20px;
}
.default-btn {
    background: url("../images/default-btn.png") no-repeat;
    background-size: 100% 100%
}

.default-btn-selected {
    background: url("../images/active-btn.png") no-repeat; 
    background-size: 100% 100%
}


/* 商品标签样式 */
.goods-imgView-releative{
    position: relative;
}

.goods-hotPopImg{
    width:100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 8px 8px 0 0 !important;
    background: url('https://img360.pinuc.com/boyingsj/by-mall/goodsLabel-hotMoney.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.goods-jindongPopImg{
    width:100% !important;
    height: 31px !important;
    border-radius: 0 !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    background: url('https://img360.pinuc.com/boyingsj/by-mall/goodsLabel-jindong.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.goods-newPopImg{
    width: 36px !important;
    height: 36px !important;
    position: absolute !important;
    top: 8px !important;
    left: 8px !important;
    border-radius: 50% !important;
    background: url('https://img360.pinuc.com/boyingsj/by-mall/goodsLabel-new.png') no-repeat !important;
    background-size: 100% 100% !important;
}

.goods-postPopImg{
    margin-left: 5px !important;
    width: 29px !important;
    height: 15px !important;
    vertical-align: sub !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background: url('https://img360.pinuc.com/boyingsj/by-mall/freeShipping-label.png') no-repeat !important;
    background-size: 100% 100% !important;
}

/* 更多推荐商品列表 */
/* .goodsList-view1{
    overflow: hidden;
}

.goodsList-view1-item{
    display: block;
    width: 49%;
    float: left;
    border-radius: 10px;
    margin: 5px 0;
}

.goodsList-view1-item:nth-child(2n) {
    float: right;
}

.goodsList-view1-item-imgView{
    position: relative;
}

.goodsList-view1-item-contentView{
    font-size: 13px;
    padding: 5px;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.goodsList-view1-item-goodsImg{
    border-radius: 8px 8px 0 0;
}

.goodsList-view1-item-goodsName{
    height: 31px;
    line-height: 16px;
}

.goodsList-view1-item-goodsMoney{
    margin: 2px 0 5px;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #FE4845;
} */


/* 更多推荐商品列表 */
.shop-more-store{margin-top:10px;}

.shop-more-store .shop-pro-ulist a img{border-radius: 8px;}

.shop-like-title{
    /* padding: 5px 0; */
    padding: 10px 0;
    /* font-size: 14px; */
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-like-title img{
    width: 14px;
    height: 14px;
    margin-right: 5px;
}

.shop-like-ulist{
    padding: 10px 0;
}

.shop-like-ulist{padding-bottom:10px;justify-content: center;}

.shop-like-ulist a{
    float: left;
    width:108px;
    margin: 4px;
    flex: 1;
}

.shop-like-ulist img{
    /* width:108px;
    height:108px; */
    border-radius: 4px;
}

.shop-like-ulist a dl dd {
    height: 31px;
    line-height: 16px;
    font-size: 12px;
    margin: 10px 0 5px;
}