body{
    letter-spacing: 1px;
}
.layui-flow-more{
    clear: both;
}
.top{
    width: 100%;

    height: 36px;
    line-height: 36px;
    /*position: fixed;*/
    /*transition: top .2s ease-in-out;*/
    background-color: #000000;

    font-size: 12px;
    font-weight: 400;
    color: #999;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;

    margin: 0 auto;
    align-items: center;
}
.left{
    cursor: pointer;
    padding-right: 6px;
    border-right: 1px solid hsla(0,0%,79.2%,.11);
    padding-left:120px;
}
.right{
    cursor: pointer;
    /*padding-right: 6px;*/
    padding-right:15%;
    border-right: 1px solid hsla(0,0%,79.2%,.11);

}

.link li{
    background-color: #000000;
    padding: 5px 10px;
    margin-top: 10px;
    border-radius: 5px 0  0 5px;
    cursor: pointer;
}
.shop{
    width: 70%;margin-left: 15%;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 5px ;
    padding: 10px 15px;
    height: 180px;
}
.content{
    width: 70%;margin-left: 15%;
    margin-top: 20px;
    min-height: 200px;
    background: #ffffff;
    border-radius: 5px ;
    padding: 10px 15px;
}

.PayContent{
    width: 70%;margin-left: 15%;
    margin-top: 20px;
    min-height: 250px;
    background: #ffffff;
    border-radius: 5px ;
    padding: 10px 15px;
}
.banner {
    width: 70%;
    margin-left: 15%;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 5px ;
    padding: 10px 15px;
    height: 200px;
    position: relative;

}
.banner_right {
    position: absolute;
    line-height: 20px;
    width: 200px;
    height: 200px;
}

.mjgg {
    width: 600px;
    height: 100%;
    padding-left: 30px;
    border-left: 1px solid rgba(255,255,255,.1);
    float: right;
    color: #fff;
}
.ewm_bg {
    float: right;
    padding: 10px;
    margin-right: 40px;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    border: 1px solid #999999;
    border-radius: 5px;
}
.clear {
    clear: both;
}
::-webkit-scrollbar {
    width: 6px;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(50,65,87,.3);
}
.ewm {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
}
.mjgg h3 {
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color:#000000;
    border-bottom: 2px solid #e69800;
}
.mjgg p {
    line-height: 30px;
    color: rgba(255,255,255,.8);
}
.cat ul{
    margin-top: 10px;
    width: 100%;
    list-style-type: none;
    /*margin: 0 auto;*/
    padding: 0 20px;
}
.cat .select{

    /*background: #F16145;*/
    background: #009688;
    color: #ffffff;

}
.select .liwu{
    color: #ffffff;
}
.cat li{
    /*width: 20%;*/
    float: left;
    text-align: center;
    padding: 3px 10px;
    background: #F6F7FA;
    border-radius: 5px;
    color: #515151;

    cursor: pointer;
    align-items: center;
    -webkit-box-pack: center;
    margin: 0 12px 12px 0;
    transition: .3s;
    height: 20px;
}
.goods ul{
    margin-top: 20px;
    width: 98%;
    list-style-type: none;
    padding: 0 0 20px 20px;
}
.goods i span{
    margin-left: 5px;
    color: #515151;

}
.goods .select i span{

    color: #ffffff;

}
.goods .select{
    /*background: linear-gradient(to right, #ffce6a, #df1010);*/
    background: linear-gradient(to right, #06988B, #405c5a)!important;
    color: #ffffff;

}
.goods i{
    /*color: #F16145;*/
    color: #009688;
    /* 将对象作为弹性伸缩盒子模型显示 */
    display: -webkit-box;
    /* 设置或检索伸缩盒对象的子元素的排列方式 。 */
    -webkit-box-orient: vertical;
    /*  用来限制在一个块元素显示的文本的行数 */
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    font-size: 16px;

}
.goods .select i{
    color: #ffffff;

}
.goods li{

    color: #999;
    float: left;
    width: 28%;
    margin-bottom: 12px;
    margin-right: 1%;
    cursor: pointer;
    padding: 16px 1%;
    height: 60px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    overflow: hidden
}
.flow-default{
    max-height: 295px;overflow: auto;
}
.desc{
    margin-top:20px;
    width: 100%;
    list-style-type: none;
    /*margin: 0 auto;*/
    padding: 0 20px;
}
.payInfo {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
    height: 80px;
    background: #fff;
}
.payInfo-inner{
    width: 70%;
    margin-left: 15%;
    padding: 0 15px;
}
.proInfo2 {
    /*margin-left: 46px;*/
    /*width: 300px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.proInfo2 .pricet{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.payInfo .payInfo-inner .jsq{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.buyNum{
    width: 40px;
    height: 28px;
    background: #f6f7fa;
    font-weight: 400;
    text-align: center;
    outline-style: none;
    border: 0;
}
.goodsName{
    max-width: 352px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 20px;
}
.goodsInfo{
    font-size: 12px;
    font-weight: 400;
    color: #555;
    margin-top: 1px;
    line-height: 16px;
}
.goodsContent{
    padding-left: 21px;
    padding-top: 6px;
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 34px;
    color: #333;
    line-height: inherit;
    text-align: left;
    max-height: 350px;
    overflow-y: auto;
}
.layui-form-switch{
    margin-top: 0;
    margin-left: 10px;
    height: 18px;
    line-height: 18px;
}
.layui-form-switch i {
    top: 1px;
}
.seller_logo{
    height: 100px;
    margin-top: -30.5px;
    margin-right: 10px;
    float: left;
}
.seller_content{
    float: left;padding-right: 20px;width: 200px;
}
.seller_name{
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
    padding: 5px 15px;
}
.qq_img{
    height: 15px;
    float: left;
    margin-top: 15.5px;
}
.qq{
    margin-left: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #515151;
    margin-top: 16px;
    float: left;
}
.gd{
    position: absolute;
    width: 70%;
    margin-left: 30%;
    right: 0;
    margin-top: 40px;
}
.spp {
    font-weight: bolder;

    font-size: 16px;
    background: linear-gradient(to right, #ffc247, red);
    -webkit-background-clip: text;
    color: transparent;
}
.jsTab{
    padding: 5px 0;
    text-align: center;
}
.goodscards{
    width: 100%;
    background: linear-gradient(to right,  #06988B, #405c5a)!important;
    /* margin-left: -151px; */
    border: 1px solid #ddd;
    font-size: 13px;
    border-radius: 5px;
}
.goodscards td{
    border: 1px solid #ffffff;
    line-height: 25px;
    height: 25px;

    padding: 2px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
}
.copyBtn{
    color: #ffffff;
}
.jsTab td.act {
    background: #46544e;
    color: #FFF;
}
.paySelect{
    border: 1px solid #F16145;
    border-radius: 5px;
    /*padding: 3px 8px;*/
}