html,body {
	height: auto
}
body {
    width: 100%;
    height: 100%;
    min-width: 1360px;
    min-height: 100%;
    font-family: AlibabaPuHuiTiR;
}
.container {
    display: flex;
    flex-direction: column;
}
.header {
    height: 50px;
    padding: 15px 10.4%;
    display: flex;
    align-items: center;
    /* cursor: pointer; */
    position: fixed;
    background: white;
    width: 100%;
    z-index: 100;
}
.header img{
    cursor: pointer;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.banner {
    cursor: pointer;
    width: 100%;
    height: calc(  100vw / 2880 * 720 );
    background: url("http://rongyi.b0.rongyi.com/commodity/text/202011111356309610.jpg") no-repeat 0 0;
    background-size: contain;
}
.box {
    width: 82.5%;
    background: #ffffff;
    background: url("../images/border_shadow_bg.png") no-repeat 0 0;
    background-size: 100% auto;
    margin: calc(-100vw / 2880 * 720 * 0.325) auto 0;
    padding: 5% 10%;
}


#container>div {
    margin-bottom: 40px;
    width: 200px;
    height: 356px;
    border: 1px solid #DADADA;
    overflow: hidden;
}

.no-data-show {
    width: 200px;
    height: 0;
    border: none;
    visibility: hidden;
}

.footer {
    font-family: AlibabaPuHuiTiR;
    width: 100%;
    height: 200px;
    /* margin-top: 285px; */
    padding: 55px 10.4% 45px;
    background-image: linear-gradient(225deg, rgba(50,141,255,0.1) 0%, rgba(182,32,224, 0.1) 51%, rgba(255,101,243, 0.1) 100%);
}
.footer-box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.footer-box-left {
    flex: 1;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.footer-box-right {
    margin-top: 3px;
    flex: 1;
    justify-content: flex-end;
    display: flex;
    color: #333;
}
.mask{background:#000000; opacity:0.6;}
.dialog_body{ 
    position: relative;
    top: -28%;
    width:100%; height:100%; rgba(0,0,0,0.6);}


.button-go-to-top {
  position: fixed;
  right: 2px;
  top: calc(50% + 112px);
  width: 115px;
  z-index: 150;
  box-sizing: border-box;
}
.qrcode {
  position: fixed;
  right: 2px;
  top: calc(50% + 184px);
  width: 108px;
  z-index: 150;
  box-sizing: border-box;
}
.loading img{
    height: 45px;
}
.loading{
    text-align: center
}
.demo-mall-tip{
    color: #989A9C;
    text-align: center;
    font-size: 12px
}