/* html{font-size: 55.2px;} */
		* {
			margin: 0;
			padding: 0;
        }
        .container{
            position: relative;
        }
        .bg{
            width: 100%;
            height:auto;
        }
        .bg>img{
          width: 7.5rem; 
          display: block;
		}
		.dialog_content{
			position: absolute;
			left:62%;
			bottom: 1.9rem;
		}
		.dialog_APPcontent{
			position: absolute;
			left:50%;
			bottom: 15.4rem;
			width:3rem;
			height: 0.5rem;
			margin-left: -1.5rem;
			/* background-color: red; */
			
		}
		.change_page{
			display: block;
			position: absolute;
			left: 50%;
			bottom: 2.5rem;
			width: 6rem;
			height: 0.9rem;
			margin-left: -3rem;
			background:transparent;
		}
		.tip{
			position: absolute;
			left: 0;
			right: 0;
			margin: auto;
			bottom:6.85rem;
			width: 5.8rem;
			height: 8.1rem;
			line-height: 0.4rem;
			overflow-y: scroll;
			color: #797875;
			font-size: 0.24rem;
		}
		.btn1{
			position: absolute;
			top:7.12rem;
			width:4.12rem;
			margin:0 auto;
			left: 0;
    	right: 0;
			/* margin-top: 2rem; */
			z-index: 1;
		}
		.btn2{
			position:fixed;
			bottom: 0.7rem;
			left: 0;
			width:4.12rem;
			margin:0 auto;
			left: 0;
    	right: 0;
			margin-top: 2.5rem;
			z-index: 1;
		}
		.img_icon{
			position: absolute;
			bottom: 6.3rem;
			right: 0.15rem;
		}
		.img_icon>img{
			width: 0.91rem;
			height: 0.91rem;
		}
		.order{
			position: absolute;
			top: 23.05rem;
			width: 7.5rem;
			z-index: 8;
		}
		.pagemask{
			position: fixed;
			top: 0;
			bottom: 0;
			width: 100vw;
			/* height: 100vh; */
			background-color: rgba(0, 0, 0, 0.7);
			z-index: 10;
		}
		.popwindow{
			width: 80%;
			font-size: .28rem;
			color: #262626;
			line-height: .6rem;
			border-radius: 5px;
			overflow: hidden;
			padding: .3rem .3rem 1rem;
			background-color: #fff;
			position: fixed;
			left: 6%;
			top:10%;
			z-index: 11;
		}
		.close{
			position: absolute;
			right: 4vw;
			top: 4vw;
		}
		.title{
			color: #333;
			font-size: .36rem;
			text-align: center;
			margin: 0 auto .2rem;
			font-weight: 600;
		}
		#content{
			position: relative;
			height: 8.5rem;	
			overflow: auto;
		}
		.dialog_images>img{
			position: absolute;
			top:13.65rem;
			left: 4.5rem;
			width:1.35rem;
			height: 0.5rem;
		
		}