.theme-top{
    width:1260px;
    margin: 12px auto;
    height: auto;
}
.theme-top .user-box{
    width:410px;
    height: 340px;
    position: relative;
}
.theme-top .banner-box{
    width: 850px;
    height: 340px;
    background-color: #fff;
}
.theme-top .user-box .user-info{
    height: 280px;
    width:100%;
    background-color: #fff;
    padding: 10px 0 0 10px;
    position: relative;
}
.theme-top .user-box a.recharge-btn{
    background-color: #ffba00;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color:#fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bolder;
}
/*未登录*/
.theme-top .user-box .user-info p.nologin{
    line-height: 270px;
    text-align: center;
    font-size: 20px;
}
.theme-top .user-box .user-info p.nologin a {
    color:#2d96c7;
    margin-left: 5px;
    cursor: pointer;
}
/*已登录*/
.user-info img.face-img{
    width: 128px;
    height: 128px;
    position: absolute;
}
.user-info .userinfo-box-right {
    width: 100%;
    padding-left: 132px;
    height: 128px;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}
.user-info .userinfo-box-right .accounts-span{
    font-size: 12px;
}
.userinfo-box-right p+p{
    margin-top: 40px;
}
.wallet-box{
    width: 100%;
    height: 142px;
    padding-right: 10px;
}
.wallet-box p{
    height: 30px;
    line-height: 28px;
    margin-top:4px;
    border: 1px solid #EFEFEF;
    position: relative;
    padding-left: 136px;
}
.wallet-box p .icon-coin-span {
    display: inline-block;
    width: 128px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #EFEFEF;
    background-color: #F5F5F6;
}
/*轮播*/
.banner-box .swiper-container{
    width:100%;
    height: 295px;
}

.banner-box .swiper-container img{
    width:100%;
    height: 295px;
}
.theme-swiper-pagination .pagination{
    height:45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    float: left;
    background-color: #EBEBEB;
}
.theme-swiper-pagination a.pagination-on{
    color:#ffba00;
    background-color: #fff;
}
/*商品列表*/
.goods-box{
    margin-bottom: 20px;
}
/*商品类型栏目*/
.goods-box .goods-nav{
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #eee;
    background-color: #fff;
}
.goods-nav-ul{
    width: 800px;
    height: 100%;
    float: left;
    line-height: 60px;
}
.goods-nav-ul .goods-nav-li{
    float: left;
    width: 25%;
    text-align: center;
}
.goods-nav-ul .goods-nav-li a{
    font-size: 20px;
    font-weight: bolder;position: relative;
}
.goods-nav-li .goods-nav-left,
.goods-nav-li .goods-nav-right{
    width:18px;
    height: 14px;
    display: none;
}
.goods-nav-li .goods-nav-left{
    background-image: url("../../common/images/shop/goods-nav-left.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -22px;
    top: 6px;
}
.goods-nav-li .goods-nav-right{
    background-image: url("../../common/images/shop/goods-nav-right.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -22px;
    top: 6px;
}
.goods-nav-ul .nav-li-on .goods-nav-left,
.goods-nav-ul .nav-li-on .goods-nav-right{
    display: inline-block;
}
.goods-nav-ul .nav-li-on a{
    color:#ffba00;
}
.goods-search{
    width: 460px;
    height: 100%;
    float: left;
}
.goods-search .layui-form{
    width: 390px;
    height: 38px;
    margin: 11px 24px 0 0;
    float: right;
    position: relative;
}
.goodsname-input{
    width:100%;
    height:36px;
    border:2px solid #ffba00;
    padding: 0 60px 0 10px;
}
.goods-search-btn{
    height:36px;
    line-height: 36px;
    width:50px;
    text-align: center;
    cursor: pointer;
    border:none;
    position: absolute;
    right: 0;
    background-color: #ffba00;
    color:#fff;
}
/*商品列表样式*/
.goods-list{
    background-color: #fff;
    padding:12px 20px
}
.goods-list+.goods-list{
    margin-top: 30px;
}
/*商品种类分类*/
.goodstype-list-ul{
    width: 100%;
    padding: 0 12px;
    height: 30px;
    margin: 12px 0 24px 0;
}
.goodstype-list-ul .goodstype-list-li{
    float: left;
    width: auto;
    height: 30px;
    position: relative;
}
.goodstype-list-ul .goodstype-list-li+.goodstype-list-li{
    margin-left: 30px;
}
.goodstype-list-ul .goodstype-list-li a{
    float: left;
    font-size: 18px;
    color:#9F9F9F;
    font-weight: bolder;
    line-height: 30px;
}
.goodstype-list-ul .type-li-on:after{
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffba00;
    position: absolute;
    left: 0;
    bottom: -4px;
}
.goodstype-list-ul .type-li-on a{
    color:#ffba00;
}
.theme-con-title {
    position: relative;
    line-height: 30px;
    height: 30px;
    font-size: 20px;
    color: #333;
    display: block;
    margin-bottom: 50px;
    margin-top: 14px;
    padding-left: 30px;
    font-weight: bolder;
}
.goods-search-list .search-title{
    padding-left: 12px;
}
.flash-title {
    background-image: url(../../common/images/shop/flash-title.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
}
.goods-ul{
    padding: 0 36px;
}
.goods-ul .goods-li {
    width: 338px;
    min-height: 393px;
    float: left;
    position: relative;
    /*margin-bottom: 12px;*/
    background: url(../../common/images/shop/pc/li-bg.png) no-repeat;
}
.goods-ul .mr{
    margin-right: 66px;
}
.goods-ul .mt {
    margin-top: 80px;
}

.goods-li .goodsname{
    width: 202px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: bolder;
    text-shadow: 1px 1px 2px black;
    -webkit-text-shadow: 1px 1px 2px black;
    /* -webkit-text-stroke: 2px #ff8a00;
    text-stroke: 2px #ff8a00;
    -webkit-text-stroke: 2px #ff8a00;*/
}
/*
.goods-li [data-content]::before {
    !* attr()是用来获取被选中元素的某属性值,并且在样式文件中使用 *!
    content: attr(data-content);
    position: absolute;
    !* 实现元素外描边的关键 *!
    -webkit-text-stroke: 0 #ff8a00;
    !* 文本颜色 *!
    color: #fff;
}
*/
.goods-li .flash{
    width: 202px;
    height:26px;
    line-height: 26px;
    font-size: 12px;
    margin: 16px auto 0 auto;
    text-align: center;
    color: #6C4F00;
    overflow: hidden;
    background: url(../../common/images/shop/pc/flash-bg.png) no-repeat;
    background-size: 100% 100%;
}
.goods-li .flash-empty{
    width: 213px;
    height:26px;
    margin: 16px auto 0 auto;
}
.goods-li .goods-img-box{
    max-width: 338px;
    height: 152px;
    padding: 10px 0;
    margin: 18px auto 0 auto;
}
.goods-li img.goodsimg{
    max-width: 338px;
    height:130px;
    margin: 0 auto;
}
.goods-li .showid-goods{
    width: 300px;
    height: 130px;
    line-height: 142px;
    margin:0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 4px;
}
.goods-li .showid-goods2{
    background-image: url(../../common/images/shop/goods-showid-bg2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.goods-li .showid-goods3{
    background-image: url(../../common/images/shop/goods-showid-bg3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.goods-li .showid-goods4{
    background-image: url(../../common/images/shop/goods-showid-bg4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.goods-li .showid-goods5{
    background-image: url(../../common/images/shop/goods-showid-bg5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.goods-li .goods-desc{
    width: 220px;
    height:40px;
    line-height: 20px;
    margin:16px auto 0 auto;
    text-align: center;
    color: #383838;
    font-size: 12px;
    overflow: hidden;
}
.goods-li .goods-price{
    width: 271px;
    height: 47px;
    font-size: 12px;
    line-height: 47px;
    text-align: center;
    color:#ff8a00;
    margin: 10px auto 0 auto;
    background: url("../../common/images/shop/pc/goods-price-bg.png") no-repeat;
}
.goods-li .goods-buy-btn{
    display: none;
    width: 271px;
    height: 47px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 47px;
    text-align: center;
    /*color:#ff8a00;*/
    color: #fff;
    text-shadow: 1px 1px 2px #ff8a00;
    -webkit-text-shadow: 1px 1px 2px black;
    margin: 10px auto 0 auto;
    background: url("../../common/images/shop/pc/goods-buybtn-bg.png") no-repeat;
}
/*商品标签*/
.goods-li .icon-isrefer{
    display: inline-block;
    width:91px;
    height: 51px;
    background-image:url("../../common/images/shop/pc/icon-isrefer.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 49px;
    left: -23px;
}
.goods-li .icon-ishot{
    display: inline-block;
    width:91px;
    height: 51px;
    background-image:url("../../common/images/shop/pc/icon-ishot.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 49px;
    left: -23px;
}
.goods-li .icon-isreferhot{
    display: inline-block;
    width:91px;
    height: 51px;
    background-image:url("../../common/images/shop/pc/icon-isreferhot.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 49px;
    left: -23px;
}
.goods-li .discount-box{
    width: 97px;
    height: 30px;
    position: absolute;
    left: 19px;
    bottom: 56px;
    background: url(../../common/images/shop/discount-bg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 100;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    text-indent: 31px;
    color:#ffeba3;
}

/*.goods-li .icon-stockover{
    display: inline-block;
    width:110px;
    height: 40px;
    position: absolute;
}*/
/*商品hover效果*/
.goods-ul .selling:hover> .goodsname{
    background-image: none;
}
.goods-ul .selling:hover>.goods-price{
    display:none;
}
.goods-ul .selling:hover>.goods-buy-btn{
    display:block;
}
/*新品上架 热门推荐*/
.plate-newhot-ul{
    padding: 14px 0 50px 2px;
}
.plate-newhot-ul .plate-li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bolder;
    padding: 0 12px 0 36px;
}
.plate-newhot-ul .plate-li+.plate-li{
    margin-left: 30px;
}

.plate-newhot-ul .plate-newstatus{
    background: url("../../common/images/shop/plate-newstatus-bg.png") no-repeat 0px 9px;
}
.plate-newhot-ul .plate-hotstatus{
    background: url("../../common/images/shop/plate-hotstatus-bg.png") no-repeat 0px 9px;
}
.plate-newhot-ul .plate-li a{
    position: relative;
}
.plate-newhot-ul .plate-li .line-bottom{
    display: none;
    width: 90%;
    height: 4px;
    position: absolute;
    bottom: -12px;
    left: 5%;
    background-color: #FFBA00;
}
.plate-newhot-ul .plate-on .line-bottom{
    display: block;
}
.plate-newhot-ul .plate-on a{
    color:#FFBA00;
}
/*敬请期待*/
.comingsoon-box{
    width: 100%;
    background-color: #fff;
    padding: 40px 0 20px 0;
}
.comingsoon-box .comingsoon-img{
    margin:0 auto;
}
/*购买页*/
.theme-goodsinfo-top {
    width: 1260px;
    margin: 12px auto 4px auto;
    height: auto;
}
.theme-dh{
    width: 1260px;
    height: 60px;
    line-height: 60px;
    padding-left:20px;
    background-color: #fff;
    font-size: 16px;
    margin: 0 auto;
}
.goods-info-box{
    width:1260px;
    min-height: 500px;
    margin: 0 auto 12px auto;
    background-color: #fff;
}
.goods-info-box .goods-info-left{
    width:460px;
}
.goods-info-box .goods-info-right{
    width:800px;
    margin: 26px 0 14px 0;
    padding-right: 20px;
}
.goods-info{
    width:384px;
    min-height: 290px;
    margin: 30px auto 14px auto;
    border: 6px solid #ffd669;
    border-bottom: none;
    position: relative;
}
.goods-info .goods-name{
    width: 410px;
    height: 54px;
    background-image: url(../../common/images/shop/goodsinfoname-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #AD6E0A;
    line-height: 64px;
    font-weight: bolder;
    font-size: 22px;
    position: absolute;
    left: -19px;
    top: 6px;
}
.goods-info .goods-img{
    width: 140px;
    height:140px;
    margin: 80px auto 0 auto;
}
.goods-info .goods-showid{
    width: 300px;
    height: 150px;
    line-height: 156px;
    margin: 80px auto 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bolder;
    letter-spacing: 4px;
}
.goods-info .goods-showid2{
    background-image: url(../../common/images/shop/goods-showid-bg2.png);
    background-repeat: no-repeat;
}
.goods-info .goods-showid3{
    background-image: url(../../common/images/shop/goods-showid-bg3.png);
    background-repeat: no-repeat;
}
.goods-info .goods-showid4{
    background-image: url(../../common/images/shop/goods-showid-bg4.png);
    background-repeat: no-repeat;
}
.goods-info .goods-showid5{
    background-image: url(../../common/images/shop/goods-showid-bg5.png);
    background-repeat: no-repeat;
}
.goods-info-left .goods-info-left-bottom{
    width: 100%;
    height: 40px;
    background-color: #ffd669;
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    color:#6C4F00;
}
.goods-info-left .flash{
    width: 100%;
    height: 40px;
    background-color: #ffd669;
    text-align: center;
    line-height: 40px;
    color:#6C4F00;
}
.goods-info-left .goods-info-desc{
    width: 384px;
    margin: 0 auto;
    text-align: center;
    line-height: 24px;
}
.theme-goods-item+.theme-goods-item{
    margin-top: 20px;
}
.theme-goods-label{
    height: 40px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
}
.theme-goods-r{
    padding-left: 130px;
}
.skulist-ul .skulist-li+.skulist-li{
    margin-top: 8px;
}
.skulist-ul .skulist-li .sku-btn{
    height: 40px;
    line-height: 38px;
    padding: 0 18px;
    font-size: 14px;
    display: inline-block;
    white-space: nowrap;
    text-align: center;
    background-color: #fff;
    border: 2px solid #FFBA00;
    cursor: pointer;
    position: relative;
}
.skulist-ul .skulist-li .icon-checked-ok{
    display: none;
    width: 24px;
    height: 26px;
    background-image: url("../../common/images/shop/icon-checked-ok.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
}
.skulist-ul .skulist-li .sku-btn-on{
    border-color:#ff8300;
    background-color: #fff4d7;
}
.skulist-ul .skulist-li .sku-btn-on .icon-checked-ok{
    display: inline-block;
}
.skulist-ul .skulist-li .sku-btn .discount-box{
    width: 97px;
    height: 30px;
    position: absolute;
    right: -100px;
    top: 6px;
    background: url(../../common/images/shop/discount-bg.png) no-repeat center;
    background-size: 100% 100%;
    z-index: 100;
    font-size: 12px;
    line-height: 28px;
    text-align: left;
    text-indent: 31px;
    color:#ffeba3;
}
.goods-stock-text,.goods-Favorable-text,.goods-CountPrice-text{
    height: 40px;
    line-height: 38px;
    font-size: 18px;
    white-space: nowrap;
    text-align: center;
}
/*购买数量*/
.count-btn {
    height: 38px;
    width: 38px;
    background-color: rgba(0,0,0,.06);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
}
.count-val-box {
    width: 120px;
    height: 38px;
    background-color: rgba(0,0,0,.06);
    overflow: hidden;
    display: inline-block;
    padding: 0 14px;
    vertical-align: top;
    text-align: center;
    line-height: 38px;
}
.count-btn.disabled {
    cursor: not-allowed;
    color: #ccc;
    background-color: rgba(0,0,0,.06);
}
.count-btn-text {
    font-size: 20px;
}
.count-val {
    outline: none;
    border: none;
    text-align: center;
    width: 100%;
    background-color: transparent;
}
.layui-form .submint-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}
.layui-form .buygoods-submit-btn-box{
    margin-top: 30px;
    padding-left: 17px;
}
.buygoods-submit-btn-box .submitForm1{
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #ffba00;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}


/*商品标签*/
.goods-info .icon-isrefer{
    display: inline-block;
    width:110px;
    height: 40px;
    background-image:url("../../common/images/shop/icon-isrefer.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 18px;
    right: -10px;
}
.goods-info .icon-ishot{
    display: inline-block;
    width:110px;
    height: 40px;
    background-image:url("../../common/images/shop/icon-ishot.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 18px;
    right: -10px;
}
.goods-info .icon-isreferhot{
    display: inline-block;
    width:110px;
    height: 40px;
    background-image:url("../../common/images/shop/icon-isreferhot.png");
    background-repeat: no-repeat;
    z-index: 20;
    position: absolute;
    top: 18px;
    right: -10px;
}
/*购买成功展示*/
.goods-buy-success{
    width: 1260px;
    min-height: 500px;
    padding: 100px 0 0 0;
    margin: 0 auto 12px auto;
    background-color: #fff;
    text-align: center;
}
.goods-buy-success .buy-success-img{
    width: 200px;
    height: 230px;
    margin: 0 auto;
}
.goods-buy-success .buy-success-text{
    text-align: center;
    font-size: 26px;
    color: #3B4F62;
    font-weight: bold;
    margin: 12px auto;
}
.goods-buy-success .buy-success-btn{
    display: inline-block;
    text-align: center;
    padding: 10px 42px;
    margin-top: 20px;
    font-size: 16px;
    background: #ffba00;
    color: #fff;
}
.no-search-box{
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
.no-search-box .no-search-img{
    max-width: 50%;
    display: inline-block;
    margin: 0 auto;
}

html .goods-ul li.sellout{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /*-ms-filter: grayscale(100%);*/
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter: none;
}
