*{
    padding: 0;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;
}
html, body{
	width: 100%;
	height: 100%;
    position: relative;
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei','微软雅黑',Arial,sans-serif;
	
}
body {
    margin: auto;
    font-size: 14px;
    position: relative!important;
    top: 0!important;
    transition: all 0.3s;
	opacity: 0;
}
body.show {
    opacity: 1;
}

li{
    list-style: none;
}
a{
    text-decoration: none;
    -webkit-tap-highlight-color: none;
}
a:hover,a:active,a:link{
    color: initial;
}
img{
	display: block;
	/* margin: 0 auto; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}
.h1, .h2, .h3, .h4, .h5, .h6, a, abbr, body, cite, dd, dl, dt, h1, h2, h3, h4, h5, h6, iframe, input, li, object, ol, p, pre, span, ul {
    font-family: "Source Sans Pro","Source Han Sans CN","SimHei", "Helvetica Neue", Arial,'PingFang SC',sans-serif;
}
input, textarea, a, div, button, select {
    border: 0;
    outline: 0;
}
.absolute{
	position: absolute;
}
.relative{
	position: relative;
}

.row{
    display: flex;
	display: -webkit-flex;
    justify-content: center;
    align-items: center;
	
}
.row-end-center{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-end;
	align-items: center;
}
.row-start-center{
	display: flex;
	display: -webkit-flex;
	justify-content: start;
	align-items: center;
}
.row-around-center{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: center;
}
.row-around-start{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	align-items: flex-start;
}
.row-between-center{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.row-between-start{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: flex-start;
}
.col{
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* 垂直居中水平靠后  */
.col-center-end{
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}
/* 垂直靠上水平居中  */
.col-start-center{
    display: flex;
	display: -webkit-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.show{
	display:block;
}
.container{
	position: relative;
	padding-top: 900px;
	margin: 0 auto;
	background: url(../images/bg.jpg) right top no-repeat;
	background-size: cover;
	/* width: 100%;
	overflow-x: hidden; */
}
.logo{
	position: absolute;
	right: 100px;
	top: 20px;
	width: 169px;
}
.logo img{
	width: 100%;
}
.header{
	position: absolute;
	box-sizing: border-box;
	right: 300px;
	top: 164px;
}
.act-time{
	color: #d72624;
	font-size: 25px;
	margin-left: 22px;
	font-weight: 500;
}
.toexchange{
	cursor: pointer;
}
.toexchange img{
	margin: 0 auto;
	margin-top: 20px;
}
.section1{
	height: 823px;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
}
.section1 img{
	margin: 0 auto;
	margin-top: 40px;
}
.join{
	width: 358px;
	cursor: pointer;
	cursor: -ms-pointer;
	margin: 0 auto;
}
.section2{
	height: 1311px;
	overflow: hidden;
	position: relative;
}
.section2 img{
	margin: 0 auto;
	margin-top: 40px;
}
.process{
	margin-top: 150px;
}
.award{
	margin-top: 240px;
}
/* 遮罩 */
.Layer.on {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 100;
}
.Layer {
    position: fixed;
    top: -10%;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.7);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* 弹窗 */
.pop{
	height: 100%;
	width: 100%;
    position: fixed;
	background-color: rgba(0,0,0,.7);
	filter: alpha(opacity=70);
	top: 0;
	left: 0;
    z-index: 101;
}
.pop-wrap{
	position: absolute;
	width: 910px;
	height: 720px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	background-image: url(../images/modal.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.pop-wrap .close{
	position: absolute;
	right: -60px;
	top: 0;
}
.pop-content{
}

.close{
}
/* 登录 */
.login-form{
	width: 524px;
	height: 402px;
	background-image: url(../images/loginbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 148px;
}
.form-wrap{
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
}
.form-wrap:nth-of-type(2){
	margin-top: 26px;
}
.form-wrap input {
	margin-left: 73px;
	width: 448px;
    border-radius: 0;
    background: none;
    outline: medium;
    padding-left: 26px;
    box-sizing: border-box;
    font-size: 24px;
	line-height: 45px;
	height: 45px;
    color: #ffe897;
    background-color: transparent;
}
.form-wrap .err-tip{
	/* height: 12px;
	line-height: 12px;
	color: #ff0000;
	font-size:18px; */
}
.logintitle{
	width: 2.44rem;
	height: 0.9rem;
	margin: 0 auto;
	margin-bottom: 0.45rem;
	background-image: url(../img/complex.png);
	background-position: 0 -1.97rem;
	background-repeat: no-repeat;
	background-size: 4.38rem;
}
.loginBtn  {
	width: 234px;
	height: 64px;
	margin-left: 131px;
	margin-top: 69px;
	cursor: pointer;
}

/* 输入框 */
input::placeholder{
    color: #9d7328;
	font-size: 20px;
}
textarea::placeholder{
    color: #9d7328;
	font-size: 20px;
}
input::-webkit-input-placeholder {
	color: #9d7328;
	font-size: 20px;
}

/* 兑换列表 */
.exchangeListTitle{
	width: 690px;
	margin-top: 37px;
}
.exchangeListTitle img{
	width: 690px;
}
.curPoints{
	margin: 20px 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	background: -webkit-linear-gradient(90deg, #ffe897 0%, #9d7328 100%);
	/* background: linear-gradient(90deg, #ffe897 0%, #9d7328 100%); */
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	color: #ffe897;
}
.exchangeList{
	width: 700px;
	height: 300px;
	padding-right: 10px;
	position: relative;
}
.exchangeList .awardShow{
	width: 100%;
}
.shop-content .item-head{
	background-image: url(../images/headBg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 108px;
	width: 690px;
	box-sizing: border-box;
}
.shop-content .item-head .tabul{
	height: 54px;
	width: 100%;
}
.shop-content .item-head .tabul li{
	height: 54px;
	width: 25%;
	background-image: url(../images/tabBg.png);
	background-repeat: no-repeat;
	background-size: 689px;
}
.shop-content .item-head .tabul li:nth-of-type(1){
	background-position: 0 0;
}
.shop-content .item-head .tabul li:nth-of-type(2){
	background-position: -171px 0;
}
.shop-content .item-head .tabul li:nth-of-type(3){
	background-position: -343px 0;
}
.shop-content .item-head .tabul li:nth-of-type(4){
	background-position: -516px 0;
}

.shop-content .item-head .tabul li:nth-of-type(1).active{
	background-position: 0 -62px;
}
.shop-content .item-head .tabul li:nth-of-type(2).active{
	background-position: -171px -62px;
}
.shop-content .item-head .tabul li:nth-of-type(3).active{
	background-position: -343px -62px;
}
.shop-content .item-head .tabul li:nth-of-type(4).active{
	background-position: -516px -62px;
}
.oscroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-arrow-color: #421d00;
  scrollbar-track-color: #421d00;
  scrollbar-base-color: #421d00;
}
.list-wrap{
	position: absolute;
	top: 0;
	width: 100%;
}

.list-wrap .item{
	height: 88px;
	padding-right: 56px;
}
.list-wrap .item .getBtn{
	display: block;
	width: 67px;
	height: 25px;
	cursor: pointer;
}
.list-wrap .item .getBtn img{
	display: block;
	width: 100%;
	height: 100%;
}
/* 滚动条webkit样式 */
.oscroll::-webkit-scrollbar {
  width: 10px;
  background-color: #321f10;
}
.oscroll::-webkit-scrollbar-button {
  width: 10px;
  height: 10px;
  background-color: #321f10;
}
.oscroll::-webkit-scrollbar-thumb {
  background-color: #bb964a;
  border-radius: 4px;
}
/* 兑换码弹窗 */
.code-content{
	width: 570px;
	height: 450px;
	background-image: url(../images/awdbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 99px;
}
.awdPic{
	width: 106px;
	height: 130px;
	margin: 0 auto;
}
.awdPic img{
	width: 100%;
}
.awdName{
	font-size: 18px;
	text-align: center;
	background: -webkit-linear-gradient(90deg, #ffe897 0%, #9d7328 100%);
	/* background: linear-gradient(90deg, #ffe897 0%, #9d7328 100%); */
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	color: #ffe897;
	margin-top: 10px;
}
.codeNumber{
	margin-top: 120px;
	padding-left: 150px;
}
.codeNumber .a-code{
	font-size: 20px;
	background: -webkit-linear-gradient(90deg, #ffe897 0%, #9d7328 100%);
	/* background: linear-gradient(90deg, #ffe897 0%, #9d7328 100%); */
	-webkit-background-clip: text;
	-webkit-text-fill-color:transparent;
	color: #ffe897;
	display: block;
	line-height: 43px;
}
/*toast 样式*/
.m-tiphtml-box {
    position: fixed;
	z-index: 3;
    left: 50%;
    top: 30%;
    transform: translate(-50%);
    border-radius: 0.2rem;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translate(-50%);
	font-size: 0;
}
.m-tiphtml-box .tip-box-op0 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    opacity: 0.7;
    z-index: -1;
	font-size: 18px;
}

.m-tiphtml-box .tip-box-op1 {
    padding: 0.15rem 0.3rem;
    font-size: 0.26rem;
    color: #FFFFFF;
}

/*toast 样式 -- pc*/

.pc-tiphtml-box {
    position: fixed;
	z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%);
    border-radius: 2px;
	padding: 15px 30px;
	opacity: 0.8;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform: translate(-50%);
	font-size: 0;
}

.pc-tiphtml-box .tip-box-op0 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #000000;
    
    z-index: -1;
	font-size: 14px;
}

.pc-tiphtml-box .tip-box-op1 {
    
    font-size: 14px;
    color: #FFFFFF;
	border-radius: 5px;
}