.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2.75rem;
    padding: 0 0.75rem;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    z-index: 50;
}
.header img{
    width: 1.25rem;
    height: 1.25rem;
}
.header > div >img:first-child{
    margin-right: 10px;
}
.header span{
    font-size:1.125rem;
    font-weight:bold;
}
.banners{
    margin-top: 2.75rem;
    /*background-color: rgba(204,0,9,1);*/
}
.banners > div:first-child{
    width: 100%;
    height: 10.4375rem;
    position: relative;
}
.banners .banner-slide img{
    width: 100%;
    height: 100%;
}
.banners .banner-slide img[lazy=loading]{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.banners > div:nth-child(2){
    width: 100%;
    height: 3.03125rem;
    position: relative;
}
.banners > div:nth-child(2) img{
    width: 100%;
    height: 100%;
}
.banners > div:nth-child(2) img[lazy=loading]{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}

.the-lord{
    /*background:rgba(204,0,9,1);*/
    padding-bottom: 1.96875rem;
}
.the-lord-one{
    width:21.6875rem;
    height:auto;
    background:rgba(255,255,255,1);
    border-radius:0.3125rem;
    margin: 0 auto;
    margin-bottom: 0.75rem;
    padding: 0.625rem;
    box-sizing: border-box;
}
.the-lord-one >div{
    width: 100%;
    height:6.875rem;
    position: relative;
}
.the-lord-one> div img{
    width:100%;
    height: 100%;
}
.the-lord-one > div:not(:first-child){
    padding-top: 0.625rem;
}
.the-lord-one> div img[lazy=loading]{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.products{
    width:21.9375rem;
    box-sizing: border-box;
    margin: 0 auto;
}
.products:not(:first-child){
    margin-top: 1.03125rem;
}
.products > img{
    width: 21.9375rem;
    height: 3.75rem;
}
.products-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: white;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
}
.products-one{
    flex: 0 0 50%;
    padding: 0.28125rem 0.125rem;
    box-sizing: border-box;
}
.products-one-bottom{
    border-bottom: 1px solid rgba(245,245,245,1);
}
.products-one:nth-child(odd){
    border-right: 1px solid rgba(245,245,245,1);
}
.products-one-img{
    position: relative;
    width: 10.3125rem;
    height: 10.3125rem;
    margin: 0 auto;
    margin-top: 0.3125rem;
}
.products-one-img > img:first-child{
    width:100%;
    height: 100%;
    margin: 0 auto;
    display: block;
}
.products-one-img > img:first-child[lazy=loading]{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.products-one-img > img:nth-child(2){
    width: 2.125rem;
    height: 2.375rem;
    position: absolute;
    left: 0;
    top: 0;
}
.products-one-name{
    height: 2.25rem;
    margin-top: 0.625rem;
    margin-left: 0.1875rem;
}
.products-one-name p{
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    font-size:0.75rem;
    font-weight:bold;
}
.products-one-name img{
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle;
    margin-right: 0.15625rem;
}
.products-one-member-price{
    font-size:0.625rem;
    font-weight:bold;
    color:rgba(233,22,37,1);
    margin-left: 0.1875rem;
    /*margin-top: 0.625rem;*/
}
.products-one-member-price span{
    font-size: 1rem;
}
.products-one-taobao-price{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:0.625rem;
    color:rgba(153,153,153,1);
    margin-top: 0.3125rem;
    margin-left: 0.1875rem;
}
.products-one-taobao-price span:first-child{
    text-decoration:line-through;
}
.products-one-discount{
    font-size:0.625rem;
    font-weight:normal;
    color:rgba(249,51,52,1);
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
    margin-left: 0.1875rem;
}
.products-one-discount span{
    padding: 0.1875rem 0.28125rem;
    background:rgba(255,235,232,1);
    border-radius:0.125rem;
}

.products-one-taobao-price-true{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size:0.625rem;
    color:rgba(153,153,153,1);
    margin-top: 0.3125rem;
    margin-left: 0.1875rem;
}
.products-one-coupon{
    font-size: 0.625rem;
    font-weight: normal;
    color: rgba(249,51,52,1);
    margin-bottom: 0.625rem;
    margin-top: 0.9375rem;
    display: flex;
    align-items: center;
    margin-left: 0.1875rem;
}
.products-one-coupon span:first-child{
    color:rgba(255,255,255,1);
    padding: 0.1875rem 0.28125rem;
    background:rgba(240,62,60,1);
    border-radius:0.0625rem;
}
.products-one-coupon span:nth-child(2){
    color:rgba(249,51,52,1);
    padding: 0.1875rem 0.28125rem;
    background:rgba(255,235,232,1);
    border-radius:0.125rem;
    margin-left: 0.25rem;
}


.dialog-tip{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.6);
}
.dialog-tip-content{
    width:19.375rem;
    height:15.6875rem;
    background:rgba(255,255,255,1);
    border-radius:1.25rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dialog-tip-content p:first-child{
    width:17.1875rem;
    height:0.25rem;
    background:rgba(69,172,246,1);
    margin: 0 auto;
}
.dialog-tip-content img{
    width: 7.5rem;
    height: 4.6875rem;
    margin-bottom: 2.40625rem;
    margin-top: 2.5rem;
}
.dialog-tip-content p:nth-child(3){
    width: 12.1875rem;
    text-align: center;
    font-size:0.875rem;
    color:rgba(102,102,102,1);
    margin: 0 auto;
}

.browser-tip{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 51;
}
.browser-tip img{
    width: 100%;
    height: auto;
}


#check{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.check-tip{
    width: 19.6875rem;
    /*height: 13.15625rem;*/
    background-color: #fff;
    border-radius: 0.625rem;
}
.check-tip-close img{
    height: 1.25rem;
    width: 1.25rem;
    float: right;
    margin-top: 0.25rem;
    margin-right: 0.59375rem;
}
.check-tip-title{
    font-size: 1rem;
    font-weight:bold;
    text-align: center;
    margin-bottom: 1.625rem;
}
.check-tip-body{
    padding: 0 1.8rem;
    line-height: 1.4375rem;
    font-weight:500;
    color:rgba(102,102,102,1);
    font-size: 0.875rem;
    margin-bottom: 1.9375rem;
}
.check-tip-download{
    width: 8.25rem;
    height: 2.5rem;
    background:rgba(11,147,242,1);
    box-shadow:0 0.125rem 0.40625rem 0 rgba(17,149,242,0.38);
    border-radius:1.25rem;
    font-size: 0.875rem;
    font-weight:500;
    display: flex;
    justify-content: center;
    align-items: center;
    color:rgba(255,255,255,1);
    margin: 0 auto;
    margin-bottom: 1.875rem;
}