
			/*html {font-size: calc( 100vw / 750 * 100);}*/
			*{margin: 0;padding: 0;box-sizing:border-box;letter-spacing: 0.3vw;}
			body{
				width: 100vw;
				/*height: 450px;*/
				background: url(../img/content-bg.jpg) no-repeat;
				background-size: 100% 100%;
				max-width: 640px;
				margin: auto;
			}
			.hiden{display: none;}
			img{-webkit-tap-highlight-color:transparent;}
			/*转盘背景*/
			#content-top {
				width: 100vw;
				/*height: 450px;*/
				/*background: url(../img/1.png) no-repeat;
				background-size: 100% 100%;*/
				margin: auto;
				overflow: hidden;
				position: relative;
			}
			.img-list{position: relative;width: 100vw;display:block}
			.bg{width: 100vw;}
			/*转盘*/
			
			#zhuan {
				position: absolute;
				width: 75vw;
				height: 75vw;
				/*background: url(img/2.png) no-repeat;*/
				top:36vw;
				left: 12.5vw;
				transition: all 3s ease;
				/*3秒变换一次*/
			}
			/*转盘指针*/
			#content-top .pointer-box {
				position: absolute;
				width: 16vw;
				top: 62vw;
				left: 42vw;
				cursor: pointer;
			}
			#content-top .pointer {
				width: 16vw;
			}
			
			#content-bottom{margin-top: 0;z-index: 10;}
			
			/*抽奖次数*/
			#content-num{width: 100vw;text-align: center;}
			#content-num p{font-size: 4vw;color: #FDFBD2;letter-spacing: 0.3vw;text-align: center;}
			#content-num span{font-size:5vw;color: #fff302;font-weight: 700;}
			#content-num div{margin: auto;width: 55vw;height: 6vh;line-height: 6vh;font-size: 4.5vw;margin-top: 1vh;color: #A43600;background: url(../img/mine-bg.png) no-repeat;
				background-size: 100% 100%;font-weight: 600;}
			
			/*获奖列表*/
			.prize,.require{width: 90vw;margin: auto;margin-top: 2vh;padding: 3vh 5vw;}
			.prize{background: url(../img/prize-bg.png) no-repeat;
				background-size: 100% 100%;}
			.prize-title{text-align: center;font-size: 4.5vw;margin-bottom: 1vh;color: #D17245;}
			.prize-list{list-style: none;width: 80vw;}
			.prize-list li{width: 80vw;display: flex;text-align: center;font-size: 4vw;line-height: 4vh;}
			.prize-list .list-left{flex:1;}
			.prize-list .list-mid{flex:2;}
			.prize-list .list-right{flex:1;color: #D17245;}
			
			.require{background: url(../img/require-bg.png) no-repeat;
				background-size: 100% 100%;width: 85vw;color:#D16B3C;}
			.award-title,.rule-title{padding: 1.5vw 3.5vw;font-size: 4vw;border-radius: 5vw; background-color: #F66467;color: #FFFEFF;}
			.award-content,.rule-content{margin: 3vh auto;}
			.remind{width: 85vw;margin:auto;text-align: center;font-size: 3vw;margin-top: 2vh;margin-bottom: 3vh;color: #ffffff;}
			.alert-bg{display: none; position: fixed;top: 0;left: 0;width: 100vw;height: 100vh;background-color: rgba(0,0,0,.4);}
			.alert{width: 70vw;padding: 3vw;background: #fff; position: absolute;top: 35vh;left: 15vw;text-align: center;border-radius: 3px;}
			.alert input{outline: none;}
			.content{line-height: 8vw;margin-bottom: 1vw;}
			.btn-list{overflow: hidden;}
			.sure,.cancle{width: 18vw;font-size:4vw; height: 5vh;line-height: 5vh;color: #A43600;background-color: rgb(255,208,66);border: none;border-radius: 3px; outline: none;}
			.sure-p{float: right;margin-right: 5vw;}
			.cancle{float: left;margin-left: 5vw;}
			.phone,.name,.address{width: 60vw;height: 8vw;margin-bottom: 3vw;}
			.code-div{margin-bottom: 3vw;}
			.code{width: 35vw;height: 8vw;}
			.obtain{display: inline-block; width: 24vw;height: 8vw;margin-left: 1vw; text-align: center;font-size: 3vw; border: 1px solid #000;border-radius: 3px;}

			.open_app{position: absolute;top: 0;left: 0; width: 100%;height: 100%;display: none;overflow: hidden;}
			.open_app_wx,.open_app_tem{width: 100%;height: 100%;display: block;}