﻿html { font-size:62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body { font-size:1.4rem;/*1.4 × 10px = 14px */}
h1 { font-size:2.4rem;/*2.4 × 10px = 24px*/}
input,textarea {-webkit-appearance: none;}/*修改*/
*{ -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent; /* For some Androids */ }  
body ,html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: scroll;
	
}
img{
	display: block;
}
.fl{
	float: left;
}	
.fr{
	float: right;
}
#content{
	width:750px;
	height:1900px;
	margin: 0 auto;
	position:relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.downLoadTxt{
	width: 750px;
	height: 140px;
	line-height:54px ;
	position:absolute ;
	top: 570px;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}
.downLoadTxtMoney{
	color: #ffef6b;
}
.btnDownLoad{
	width: 548px;
	position: absolute;
	top: 713px;
	left: 110px;
	-webkit-transition:all 1s; 
	-moz-transition:all 1s; 
	-o-transition:all 1s; 
}
.on{
	-webkit-transform:scale(1.1); 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1); 
}
.getAwardTittle{
	width: 750px;
	height: 50px;
	font-size: 40px;
	color: #ffef6b;
	line-height: 50px;
	text-align: center;
	position: absolute;
	top: 950px;
}
.getAwardcase{
	width: 626px;
	height: 402px;
	overflow: hidden;
	border-radius:20px ;
	position: absolute;
	top: 1029px;
	left: 62px;
	
}
.getAwardCaseTittle{
	width: 626px;
	height: 70px;
	background: rgba(0,0,0,.2);
}
.tittleBasic{
	font-size: 26px;
	color: #ffef6b;
	line-height: 70px;
	text-align: center;
}
.getAwardCaseList{
	width: 626px;
	height: 332px;
	background: rgba(0,0,0,.1);
	overflow-y: scroll;
}
.getAwardCaseUnit{
	width: 564px;
	height: 61px;
	margin: 0 auto;
	border-bottom: 2px dashed #ffffff;
}
.listBasic{
	font-size: 26px;
	color: #ffffff;
	line-height: 61px;
	text-align: left;
}
.copyImg{
	width: 626px;
	position:absolute ;
	bottom: 83px;
	left: 62px;
}
.copyImgTittle{
	font-size: 26px;
	color: #fff2d5;
	width: 579px;
	height: 53px;
	line-height:53px ;
	text-align: left;
	padding-left:20px ;
	position: absolute;
	left: 24px;
	bottom: 30px;
}
.copyBtn{
	width: 266px;
	position: absolute;
	right: 30px;
	bottom: 33px;
}
.copyImgTxt{
	width: 266px;
	height: 42px;
	font-size: 26px;
	color: #bc362f;
	line-height:42px ;
	text-align: center;
	position: absolute;
	right: 29px;
	bottom: 36px;
}
.web_toast{
	width: 500px;
	height: 50px;
	position: fixed;
	margin: 150px auto;
    z-index: 9999;
    display: block;
    padding: 10px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.4);
    font-size: 28px;
    text-align: center;
    line-height: 50px;
    border-radius: 20px;
}




.c_tc{ width:92%; position:fixed; top:3%; left:4%; z-index:998}
.c_tc .c_bj{ width:100%; height:auto;}
.c_kai{ width:40%; left:30%; height:auto; position:absolute; top:57%; z-index:998;}
.c_num{ width:100%; text-align:center; color:#f0d29b; font-size:32px; position:absolute; bottom:6%;}
.c_num strong{ color:#f1e301}
.l_num{ width:100%; text-align:center; color:#bd5b44; font-size:32px; position:absolute; top:40%; font-family:"微软雅黑"}
.l_num strong{ font-size:68px; }
.c_xz{ width:80%; left:10%; height:auto; position:absolute; bottom:10%; z-index:998;}
.shade {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .8);
	z-index:20; color:#FFF
}