.popup-img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}
.popup-img .img {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.popup-img .img img {
    display: block;
}

.gmain{
    width:100%;
}
html, body{
    background: #f8f8f8;
}
.m-tj-li{
    margin-bottom: 0;
}
.m-tj-li li .m-tj-pic img{
    height:160px;
    width:160px;
    display: inline-block;
    cursor:pointer;
    margin:5px 0px;
}

.m-tj-li .Progress-bar{
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-tj-li li .m-tj-pic {
    width: 100% !important;
}


.m-tj-li .u-progress {
    border-radius: 5px;
}
img{
    max-width: 100%;
}
.btn-wrap {
    margin-top: 8px;
    padding: 15px 0 10px;
}
a.buyNow {
    display:inline-block;
    vertical-align: middle;
    margin:0 28% 0 20%;
    font-size: 14px;
    width:50%;
    height:30px;
    border:1px solid rgb(246,183,70);
    border-radius:16px;color:rgb(246,183,70);
    text-align:center;
    line-height:30px;
}
.g-number {
    padding: 0 6px 3px;
    overflow: hidden;
    color: #9f9f9f;
}
.g-number p {
    float: left;
}
.g-number p span {
    color: #ffa31a;
}


#ulRecommend {
    padding: 0 15px;
    box-sizing: border-box;
}



li.widthli{
    border-radius: 10px;
    margin-top: 10px;
    width: calc( 50% - 5px ) !important;
    height:auto;
    box-sizing: border-box;
}

li.widthli:nth-child(odd){
    margin-right: 10px;
}

.g-main article{
    padding-bottom:45px;
}
#divGoodsLoading{
    text-align:center;
    height:45px;
    line-height:45px;
    border:none;
    font-size: 12px;
    color: #c6c6c6;
}
p.g-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    color: #555;
    font-size: 14px;
    text-align: left;
    margin: 15px 15px 2px;
}

img#forFun {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 111;
    -webkit-animation: forFun .65s ease-in-out;
    -webkit-animation-fill-mode: backwards;
}

.banner-mark {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 99999;
}
.goods_ad{
    width:100%;
    margin:0 auto;
    padding-bottom: 10px;
    overflow:hidden;
}
.goods_ad div{
    width: 50%;
    float: left;
    padding: 0 3px;
}
.goods_ad div img{
    border-radius: 8px;
}
#ulRecommend > li > div {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-radius: 10px;
}
.btn-wrap .add {
    top: 15px;
}
.btn-wrap .star {
    top: 14px;
}

.Progress-bar .Pro-bar-li li em {
    font-size: 12px;
}
a.buyNow {
    color:#FFF;
    background: rgb(246, 183, 70);
    text-align: center;
    line-height: 30px;
}