/* CSS Document */

.main_box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
}
/*产品列表*/
.plist{width:100%;height: auto;}
.plist .pitem{margin-bottom:0.2rem;}
.pitem{width:3.35rem;height: 4.15rem;border-radius: 0.1rem;background: #fff;overflow: hidden;display: inline-block;}
.pitem .proimg{width:3.35rem;height: 3.35rem;box-sizing: border-box;display: flex;align-items: center;justify-content: center;overflow: hidden}
.pitem .proimg img{width:auto;height: auto;max-width: 100%;max-height: 100%}
.pitem .font26{width:100%;height: 0.36rem;line-height: 0.36rem;text-align: center;font-size: 0.22rem;color: #333;overflow: hidden;text-overflow: ellipsis;margin-top: 0.1rem;}
.pitem .font22{width:100%;text-align: center;height: 0.24rem;line-height: 0.24rem;color: #999;font-size: 0.22rem;}


/*没有权限的*/
.noma{width:100%;}
.noPermission{width:100%;height: 3.34rem;background-image: url("../images/bg.png");background-repeat: no-repeat;background-size: contain;background-position: center;box-sizing: border-box;padding-top: 2.82rem;text-align: center;color: #999999;font-size: 0.3rem;margin: 0.6rem 0;}
.noma .font30{width:100%;height: auto;font-size: 0.3rem;color: #999;text-align: center;}
.noma .font30 a{font-size:0.3rem;text-decoration: underline;color: #0f73a5;}

.noma .vipinp{width:6rem;height:1rem; background: #fff;border-radius: 1rem;margin:0.4rem 0.75rem;box-sizing: border-box;padding: 0 0.4rem;}
.noma .vipinp input{width:100%;height: 100%;font-size: 0.3rem;border:none;background-color: transparent;text-align: center;}