/*===========================================通用样式========================================*/
body,p,ul,ol,dl,dd,hr,h1,h2,h3,h4,h5,h6,figure,th,td,button,input,fieldset,legend,textarea,option{margin: 0;padding: 0;}
table{border-collapse:collapse;}
input, button {border: 0;outline: none;}
i,em,strong,b{font-style:normal;font-weight:normal;}
html{height:100%;max-width: 500px;margin: 0 auto;}
body {font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,Segoe UI,Arial,Roboto,PingFang SC,Hiragino Sans GB,Microsoft Yahei,sans-serif;height:100%;max-width: 500px;margin: 0 auto;}
a {text-decoration: none;}
li {list-style: none}
img {border: 0;vertical-align: top;}
.clear{clear:both;}
a,p,span,div,ul,ol,dl,dd,hr,h1,h2,h3,h4,h5,h6,figure,th,td,button,li{font-weight: 500;}
.kong_bg{
    background: url(../images/kong_bg.png) no-repeat;
    background-size: 100% 100%;
    height: 80%;
}

/*header*/
.header{
    position: fixed;
    height: 45px;
    text-align: center;
    width: 100%;
    line-height: 45px;
    max-width: 500px;
    top: 0;
    z-index: 99;
    background-color: #3C3C3C;
}
.header .goback{
    height: 20px;
    margin: 0px auto;
    float: left;
    margin-left: 1%;
}
.header .goback img{
    height: 100%;
}
.header h3{
    color: #fff;
    position: absolute;
    width: 100%;
    z-index: -1;
    font-size: 1rem;
}

/*footer*/
footer{
    height: 3.1rem;
    position: fixed;
    bottom: 0;
    background-color: #fff;
    -moz-box-shadow:0px -2px 5px #E6E6E6; -webkit-box-shadow:0px -2px 5px #E6E6E6; box-shadow:0px -2px 5px #E6E6E6;
    max-width: 500px;
    z-index: 99;
}
footer>ul>a{
    width: 25%;
    float: left;
    display: block;
    text-align: center;
}
footer>ul>a>li>img{
    width: 35%;
    margin-top: .3rem;
}
footer>ul>a>li>span{
    font-size: .8rem;
    display: block;
}
/*注册页面*/
.reg_body{
    background-color: #589cf0;
}
.box_bg{
    background: url(../images/reg_bg.png) no-repeat;
    background-size: 100% 130%;
    width: 100%;
    height: 15.5rem;
    max-width: 500px;
}
.reg_box{
    width: 88%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 7px;
    padding: 20px 3%;
}
.reg_box>ul>.text{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
}
.reg_box>ul>.submit{
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 1rem;
}
.reg_box>ul>li>.icon_user{
    background: url(../images/reg_user.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.reg_box>ul>li>.icon_phone{
    background: url(../images/reg_phone.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.reg_box>ul>li>.icon_pass{
    background: url(../images/reg_pass.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.reg_box>ul>li>.icon_code{
    background: url(../images/reg_code.png) no-repeat;
    background-size: 100%;
    width: 8%;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.reg_box>ul>li>.icon_invite{
    background: url(../images/reg_invite.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.reg_box>ul>li>.icon_yan{
    background: url(../images/reg_yan.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: right;
}
.reg_box>ul>li>input{
    height: 30px;
    margin-left: 4%;
    width: 55%;
}
.reg_box>ul>li>.getcode{
    float: right;
    width: 23%;
    border-radius: 20px;
    border: 1px solid #80dded;
    height: 26px;
    margin-top: 12px;
    line-height: 26px;
    color: #80dded;
    font-size: .7rem;
    text-align: center;
    display: inline-block;
}

/*登录*/
.login_body{
    overflow: hidden;
}
.header_bg{
    background:#f5f5f5;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    max-width: 500px;
}
.footer_bg{
    /*background: url(../images/login_footer.png) no-repeat;*/
    background: url(../../h5/static/12d853f8ef2ccc39.png) no-repeat;
    background-size: 100%  100%;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    bottom: 0;
    max-width: 500px;
}
.login_header{
    position: fixed;
    height: 45px;
    text-align: center;
    width: 100%;
    line-height: 42px;
    max-width: 500px;
    top: 0;
}
.login_header h3{
    color: #fff;
    position: absolute;
    width: 100%;
}
.login_box>ul>.text{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f0f0f0;
}
.login_box>ul>.submit{
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.login_box>ul>.submit>button{
    height: 35px;
    width: 100%;
    background: #3c3c3c;
    border-radius: 17.5px;
    color: #FFF;
}
.login_box>ul>.link{
    height: 40px;
    line-height: 40px;
}
.login_box>ul>.link>.reg{
    float: left;
    font-size: .8rem;
    color: #f2f1f1;
}
.login_box>ul>.link>.login{
    float: right;
    font-size: .8rem;
    color: #f2f1f1;
}
.login_box>ul>li>.icon_user{
    background: url(../images/login_user.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.login_box>ul>li>.icon_pass{
    background: url(../images/login_pass.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-top: 14px;
    float: left;
}
.login_box>ul>li>input{
    height: 30px;
    margin-left: 4%;
    background: rgba(0,0,0,0);
    color: #f2f1f1;
}
.login_box>ul>li>input::placeholder{
    color: #f2f1f1;
}
.login_logo{
    width: 38%;
    margin: 0 auto;
}
.login_logo>img{
    width: 70%;
    margin-left: 15%;
}
.login_box{
    width: 62%;
    margin: 45px auto;
    border-radius: 7px;
    padding: 45px 10%;
    /*-moz-box-shadow: 0px 2px 6px #8C8C8C;*/
    /*-webkit-box-shadow: 0px 2px 6px #8C8C8C;*/
    /*box-shadow: 0px 2px 6px #8C8C8C;*/
    /*background-color: #fff;*/
}
/*密码修改成功*/
.editpass_ok>a>img{
    width: 100%;
}
.index_body{
	background: url(../images/index_bg.png)no-repeat;
	background-size: 100% ;
}
/*首页*/
.index_bt{
	width: 92%;
	height: 2.5rem;
	margin-left: 4%;
	margin-top: 1rem;
}
.index_hyxx{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5rem;
}
.index_ye{
	width: 92%;
	height: 11rem;
	background: url(../images/index_ye.png)no-repeat #fff;
	margin-left: 4%;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
	box-shadow: 0px 1px 10px #ccc;
	position: relative;
}
.index_ztsy{
	width: 100%;
	margin-top: 2rem;
	float: left;
	font-size: 14px;
	color: #9c9c9c;
	padding-left: 8%;
	box-sizing: border-box;
	display: block;
	
}
.index_ztsy_dd{
	float: left;
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 18px;
	font-weight: bold;
	padding-left: 8%;
	box-sizing: border-box;
	color: #f09423;
}
.index_tssy{
	background: #098eff;
	margin-left: 7%;
	width: 32%;
	height: 2rem;
	line-height: 2rem;
	border-radius: 2rem;
	display: inline-block;
	text-align: center;
	color: #fff;
}
.index_zhyehsy{
	width: 100%;
	height: 2.5rem;
	background: #f5fafe;
	position: absolute;
	bottom: 0;
	border-radius:  0 0 0.5rem 0.5rem;
	
}
.index_syyys{
	width: 50%;
	height: 2.5rem;
	text-align: center;
	line-height: 2.5rem;
	font-size: 12px;
	float: left;
}
.index_xnav{
	width: 92%;
	overflow: hidden;
	margin-top: 1rem;
	margin-left: 4%;
	border-radius: 0.5rem;
}
.index_xnav li{
	width: 25%;
	height: 5rem;
	float: left;
}
.index_xnav li img{
	width: 3rem;
	height: 3rem;
	display: block;
	margin: 0 auto;
	margin: 0.25rem auto;
}
.index_xnav li p{
	width: 100%;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 14px;
}
.index_video{
    width: 92%;
    margin: .8rem auto;
}
.index_video video{
    width: 100%;
    height: 12rem;
}
.index_task{
    width: 92%;
    margin: .8rem auto;
    overflow: hidden;

}
.index_task>ul>li{
    width: 46%;
    float: left;
    height: 6.2rem;
    margin: .4rem 2%;
}
.index_task>ul>li>a>.suo{
    width: 100%;
    height: 100%;
    margin-top: -4.8rem;
    text-align: center;
    background: rgba(0,0,0,0.3);
    border-radius: 5px;
}
.index_task>ul>li>a>.suo>img{
    height: 32%;
    margin-top: 12%;
}
.index_task>ul>li>a>.suo>span{
    display: block;
    color: #fff;
    font-size: .9rem;
}
.index_task>ul>li>a>.task_level{
    text-align: right;
    width: 47%;
    height: 1.2rem;
    font-size: .8rem;
    background: linear-gradient(270deg,#ffcc2c,#ff9a2c);
    border-radius: .55rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_task>ul>li>a>.task_level>.text_level{
    font-size: .7rem;
    text-align: center;
    color: #fff;
}
.index_task>ul>li>a>.task_name{
    margin-top: 1rem;
    margin-left: 8%;
}
.index_task>ul>li>a>.task_name>.text_name{
    font-size: 1.2rem;
    font-weight: 900;
}
.index_task>ul>li>a>.task_name>.text_desc{
    font-size: .8rem;
}
/*排行*/
.profile-bg{
    color: #333;
    padding: .6rem 2%;
    background: url(../images/profile-bg.png) no-repeat;
    background-size: 100%;
    width: 88%;
    margin: 0 auto;
    font-size: 1rem;
}
.index_paihang{
    width: 92%;
    margin: .8rem auto;
    overflow: hidden;
}
.index_paihang>ul>li{
    width: 46%;
    float: left;
    margin: .5rem 2%;
    display: inline-block;
    flex-shrink: 0;
    height: 11rem;
    border-radius: 4px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: .64rem .4rem 0 .56rem;
    text-align: center;
}
.index_paihang>ul>li>img{
    width: 50%;
    border-radius: 100%;
}
.index_paihang>ul>li>.hot_rob_ul_con>h3{
    font-size: 1rem;
    margin: .4rem 0;
}
.index_paihang>ul>li>.hot_rob_ul_con>h4{
    font-size: .8rem;
    margin: .4rem 0;
}
.index_paihang>ul>li>.hot_rob_ul_con>div{
    font-size: .9rem;
    color: #222;
    text-align: left;
    border-radius: 1rem;
    padding: .3rem;
    background: #fae64f;
    width: 50%;
    margin: 0 auto;
}
.index_paihang>ul>li>.hot_rob_ul_con>div>img{
    width: 1.1rem;
}
.index_paihang>ul>li>.hot_rob_ul_con>div>span{
    display: inline-block;
    width: 60%;
    margin: .06rem auto;
    text-align: center;
}
/*公告弹窗*/
.alert_windows{
    display: none;
    position: fixed;
    z-index: 10;
    width: 93%;
    height: 93%;
    background: url(../images/gonggao_bg.png)no-repeat;
    background-size: 100%;
    left: 3.5%;
}
.alert_windows span{
    display: block;
    width: 65%;
    margin: 70% auto;
}
/*消息弹窗*/
.alert_windows1{
    display: none;
    position: fixed;
    z-index: 10;
    width: 93%;
    height: 93%;
    background: url(../images/gonggao_bg.png)no-repeat;
    background-size: 100%;
    left: 3.5%;
}
.alert_windows1 span{
    display: block;
    width: 65%;
    margin: 70% auto;
}
/*通知弹窗*/
.alert_windows2{
    display: none;
    position: fixed;
    z-index: 10;
    width: 93%;
    height: 93%;
    background: url(../images/gonggao_bg.png)no-repeat;
    background-size: 100%;
    left: 3.5%;
}
.alert_windows2 span{
    display: block;
    width: 65%;
    margin: 70% auto;
}

/*签到*/
.index_qiandao div .span1{
    display: block;
    width: 10rem;
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    margin: 3.2rem auto 0;
    text-align: center;
}
.index_qiandao div .span2{
    display: block;
    width: 14.5rem;
    font-size: .9rem;
    font-weight: 600;
    color: #797979;
    margin: 1.5rem auto 0;
    text-align: center;
}
.qd_tan1{
    background: url(../images/qd_tan1.png) no-repeat;
    background-size: 100%;
}
.qd_tan2{
    background: url(../images/qd_tan2.png) no-repeat;
    background-size: 100%;
}
.qd_tan3{
    background: url(../images/qd_tan3.png) no-repeat;
    background-size: 100%;
}
.qd_tan4{
    background: url(../images/qd_tan4.png) no-repeat;
    background-size: 100%;
}
.qd_tan5{
    background: url(../images/qd_tan5.png) no-repeat;
    background-size: 100%;
}

.animated{
	-webkit-animation-duration:1.4s;
	animation-duration:1.4s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both
}

@-webkit-keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	transform:scale(1)
}

}
@keyframes bounceIn{
	0%{
	opacity:0;
	-webkit-transform:scale(.3);
	-ms-transform:scale(.3);
	transform:scale(.3)
}
50%{
	opacity:1;
	-webkit-transform:scale(1.05);
	-ms-transform:scale(1.05);
	transform:scale(1.05)
}
70%{
	-webkit-transform:scale(.9);
	-ms-transform:scale(.9);
	transform:scale(.9)
}
100%{
	opacity:1;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1)
}

}
.bounceIn{
	-webkit-animation-name:bounceIn;
	animation-name:bounceIn
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/*------------------- 华丽分割线 -----------------------*/

.demo{width:100%;margin:0 auto;text-align:center;}
.demo a{margin:0 5px 20px;background-color:#eee;}

/*------------------- 华丽分割线 -----------------------*/

#dialogBg{width:100%;height:100%;background-color:#000000;opacity:.8;filter:alpha(opacity=60);position:fixed;top:0;left:0;z-index:9999;display:none;}
#dialog{
    width: 80%;
    height: 25rem;
    display: none;
    position: fixed;
    top: 25%;
    margin: 0 10%;
    z-index: 10000;
}
.dialogTop{width:90%;margin:0 auto;border-bottom:1px dotted #ccc;letter-spacing:1px;padding:10px 0;text-align:right;}
.dialogIco{width:50px;height:50px;position:absolute;top:-25px;left:50%;margin-left:-25px;}
.editInfos{padding:15px 0;}
.editInfos li{width:90%;margin:8px auto auto;text-align: center;}
.ipt{border:1px solid #ccc;padding:5px;border-radius:3px;-webkit-border-radius:3px;box-shadow:0 0 3px #ccc inset;-webkit-box-shadow:0 0 3px #ccc inset;margin-left:5px;}
.ipt:focus{outline:none;border-color:#66afe9;box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);}
.submitBtn{width:90px;height:30px;line-height:30px;font-family:"微软雅黑","microsoft yahei";cursor:pointer;margin-top:10px;display:inline-block;border-radius:5px;-webkit-border-radius:5px;text-align:center;background-color:#428bca;color:#fff;box-shadow: 0 -3px 0 #2a6496 inset;-webkit-box-shadow: 0 -3px 0 #2a6496 inset;}


/*红包*/
@-webkit-keyframes shake {
	0% {
		-webkit-transform: rotate(2deg) translate3d(0,0,0)
	}

	50% {
		-webkit-transform: rotate(-2deg) translate3d(0,0,0)
	}

	100% {
		-webkit-transform: rotate(2deg) translate3d(0,0,0)
	}
}

@-moz-keyframes shake {
	0% {
		transform: rotate(2deg) translate3d(0,0,0)
	}

	50% {
		transform: rotate(-2deg) translate3d(0,0,0)
	}

	100% {
		transform: rotate(2deg) translate3d(0,0,0)
	}
}

@-ms-keyframes shake {
	0% {
		transform: rotate(2deg) translate3d(0,0,0)
	}

	50% {
		transform: rotate(-2deg) translate3d(0,0,0)
	}

	100% {
		transform: rotate(2deg) translate3d(0,0,0)
	}
}

.index_body .red{
	width: 300px;
	height: 345px;
	border-radius: 15px;
	position: fixed;
	top:50%;
	left: 50%;
	overflow: hidden;
	margin-left: -150px;
	margin-top: -172px;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}
.index_body .red img{
	width:100%;
	height: auto;
}
.index_body .red.shake{
	animation:shake .2s infinite linear;
	-webkit-animation:shake .2s infinite linear;
}



.index_body .opacity{
	width: 300px;
	height: 345px;
	border-radius: 15px;
	position: fixed;
	top:50%;
	left: 50%;
	overflow: hidden;
	margin-left: -150px;
	margin-top: -172px;
	transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%;
}
.index_body .opacity img{
	width:100%;
	height: auto;
}
.index_body #hb_price{
    position: absolute;
    top: 53%;
    left: 35.8%;
    font-size: 3rem;
    font-weight: 600;
    color: #ffda1b;
}


/*任务大厅*/
.task_index_topa{
    width: 100%;
    height: 10.5rem;
    float: left;
    position: relative;
}
.task_index_topa>.task_index_syss{
    width: 92%;
    height: 2rem;
    margin-top: 1rem;
    margin-left: 4%;
    font-size: 14px;
    line-height: 2rem;
    color: #fff;
}
.task_index_topa>.task_index_sssp{
    width: 92%;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-left: 4%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.task_index_topa>.task_index_wcrw{
    width: 10rem;
    background: #ffcc3e;
    height: 2rem;
    margin-left: 4%;
    margin-top: 0.5rem;
    border-radius: 2rem;
    line-height: 2rem;
    text-align: center;
    color: #fff;
    padding: 0 .5rem;
}
.task_index_topa>img{
    width: 12rem;
    height: 8rem;
    position: absolute;
    right: 0;
    top: 1rem;
}
.task_index_rwsl{
    width: 92%;
    overflow: hidden;
    margin-left: 4%;
    background: #fff;
    float: left;
    margin-top: -1.5rem;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 10px #ccc;
    margin-bottom: .8rem;
}
.task_index_rwsl>.task_index_rwslll{
    line-height: 5rem;
    padding: 0 0.5rem;
    box-sizing: border-box;
    font-size: 14px;
}
.task_index_rwsl>.task_index_rwslll>a{
    width: 4rem;
    height: 5rem;
    text-align: center;
    float: left;
    display: inline-block;
}
.task_index_rwsl>.task_index_rwslll>span{
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    background: #3C3C3C;
    display: inline-block;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    float: left;
    text-align: center;
    margin-left: 0.25rem;
    font-size: 16px;
    color: #fff;
}

/*任务分类页*/
.task_index_topa>div{
    width: 92%;
    margin: 1.2rem auto;
    text-align: center;
}
.task_index_topa>div span{
    color: #fff;
    display: block;
    font-size: .9rem;
}
.task_index_topa>div>i{
    width: 1px;
    height: 3rem;
    background-color: #fff;
    display: inline-block;
    float: left;
    margin-top: 1.2rem;
}
.task_index_topa>div>.img{
    width: 25%;
    float: left;
    height: 4.2rem;
    margin-top: .6rem;
}
.task_index_topa>div>.img>img{
    height:100%;
}
.task_index_topa>div>.shouyi{
    width: 24%;
    float: left;
    height: 4.2rem;
    margin-top: .6rem;
    line-height: 2.1rem;
}
.task_index_topa>div>.money{
    width: 50%;
    float: left;
    height: 4.2rem;
    margin-top: .6rem;
    line-height: 2.1rem;
}
.task_index_topa>div>.btn{
    overflow: hidden;
    margin-top: 2rem;
}
.task_index_topa>div>.btn>a>.b1{
    width: 40%;
    float: left;
    background-color: #74b2fe;
    padding: .25rem 0;
    border-radius: 1rem;
    margin-left: 3%;
}
.task_index_topa>div>.btn>a>.b2{
    width: 40%;
    float: right;
    background-color: #74b2fe;
    padding: .25rem 0;
    border-radius: 1rem;
    margin-right: 3%;
}

.task_index_rwlbfl{
    width: 100%;
    float: left;
    margin-bottom: 1rem;
}
.task_index_rwlbfl>li{
    margin-top: 1rem;
    width: 92%;
    margin-left: 4%;
    box-shadow: 0px 1px 10px #ccc;
}
.task_index_rwlbfl>li>.index_rw_xqqs{
    width: 100%;
    height: 5rem;
    background: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
}

.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq{
    width: 21%;
    height: 2rem;
    background: #098eff;
    display: inline-block;
    border-radius: 2rem;
    margin: 1.5rem auto;
    margin-left: 2%;
    text-align: center;
    line-height: 2rem;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq>span{
    color:#fff;
    font-size: .9rem;
}

.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq2{
    width: 30%;
    height: 3rem;
    float: left;
    margin-top: .4rem;
    line-height: 1.8rem;
    padding-left: 5%;
    border-left: 1px solid #ccc;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq2>p{
    font-size: .8rem;
    color: #909090;
    overflow: hidden;
    margin-top: -0.2rem;
}

.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq1{
    width: 21%;
    display: inline-block;
    margin-left: 2%;
    text-align: center;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_lqqq1>span{
    color: #fff;
    font-size: .8rem;
    display: block;
    margin: 1.8rem auto;
    border-radius: 2rem;
    text-align: center;
    padding: .3rem 0;
    background: #098eff;
}

.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_log{
    width: 25%;
    height: 5rem;
    float: left;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_log>img{
    width: 4rem;
    height: 4rem;
    margin-top: 0.5rem;
    margin: 0.5rem auto 0.5rem;
    display: block;
    border-radius: 0.5rem;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss{
    width: 50%;
    height: 5rem;
    float: left;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss2{
    width: 38%;
    height: 5rem;
    float: left;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss2>.index_rw_ms_xqq{
    height: 1.7rem;
    line-height: 1.7rem;
    font-size: .8rem;
    color: #909090;
    overflow: hidden;
    margin-top: -0.2rem;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss2>.index_rw_ms_bt{
    width: 100%;
    height: 1.5rem;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 0.5rem;
}



.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss>.index_rw_ms_bt{
    width: 100%;
    height: 1.5rem;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    margin-top: 0.5rem;
}
.task_index_rwlbfl>li>.index_rw_xqqs>.index_rw_msss>.index_rw_ms_xqq{
    height: 3rem;
    line-height: 1rem;
    font-size: .8rem;
    color: #909090;
    overflow: hidden;
    margin-top: -0.2rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss{
    width: 100%;
    height: 2rem;
    background: #f5fafe;
    border-radius: 0 0 0.5rem 0.5rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss>.p{
    width: 50%;
    height: 2rem;
    /*line-height: 2rem;*/
    display: inline-block;
    text-align: center;
    font-size: .7rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss>.p1{
    width: 42%;
    height: 2rem;
    /*line-height: 2rem;*/
    display: inline-block;
    text-align: center;
    font-size: .8rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss>.p2{
    width: 33%;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    font-size: .8rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss>.p3{
    width: 25%;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    font-size: .8rem;
}
.task_index_rwlbfl>li>.index_rw_zxmss>.p3>a{
    color: #484848;
    border-radius: 2rem;
    text-align: center;
    padding: .3rem 13%;
    background: #098eff;
}
/*任务记录*/
.tabHead{position: fixed;top:0;left:0;width: 100%;z-index: 10;background:#3C3C3C;overflow: hidden;height: 4rem;}
.tabHead span{display: block;width: 19.5%;float: left;position: relative;z-index:2;text-align: center;font-size: 0.9rem;line-height: 2rem;padding:0.18rem 0;color: #fff;top: 1.2rem;}
.tabHead span:nth-child(2){width:20%;}
.tabHead small{font-size: 0.173333rem;display: block;}
.tabHead .border{
    position: absolute;bottom:.2rem;left:0;z-index:5;width:20%;height:4px;background:#ea9e08;  
    -ms-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5);
}
.tabHead i{
    display: inline-block;
    width: 1px;
    height: 1.5rem;
    background-color: #b7b8b9;
    float: left;
    margin-top: .3rem;
}

.tabHead1 span{
    display: block;
    width: 31%;
    float: left;
    position: relative;
    z-index: 2;
    font-size: 0.9rem;
    line-height: 2rem;
    padding: 0.18rem .2rem;
    color: #fff;
}
.tabHead1 span:nth-child(2){width:31%;}
.tabHead1 small{font-size: 0.173333rem;display: block;}
.tabHead1 .active .border{
    position: absolute;bottom:.2rem;left:0;z-index:5;width:100%;height:4px;background:#ffe087;  
    -ms-transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
    -webkit-transform:scale(.5);
    -ms-transform:scale(.5);
    transform:scale(.5);
}
/*提交任务*/
.sub_task{
    width: 92%;
    margin: 1rem auto;
}
.sub_task>ul>li{
    height: 2.2rem;
    line-height: 2.2rem;
    border-bottom: 1px solid #e8e8e8;
    font-size: .9rem;
}
.sub_task>.file_container {
    
}

.sub_task>.file_container>.file {
    width: 60%;
    margin: 2rem auto;
    height: 8rem;
    background: #dedede;
    position: relative;
}

.sub_task>.file_container>.file::before {
    content: "";
    height: 1px;
    width: 3rem;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sub_task>.file_container>.file::after {
    content: "";
    width: 1px;
    height: 3rem;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.sub_task>.file_container>.file input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    z-index: 233;
}

.sub_task>.file_container>.file img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 230;
}
.sub_task>.save-btn>button{
    display: block;
    background-color: #3C3C3C;
    width: 80%;
    margin: 1rem auto;
    height: 45px;
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
}
/*会员*/
.vip_bg>.vip_head{
    margin-top: .5rem;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 500px;
}
.vip_bg>.vip_bg_img{
    height: 12rem;
    background: url(../images/vip_bg.png) no-repeat;
    background-size: 100%;
}
.vip_bg>.vip_bg_img>img{
    height: 100%;
    width: 100%;
}
.vip_bg>.vip_head>.vip_h1{
    width: 80%;
    margin: 2rem auto 0;
    overflow: hidden;
}
.vip_bg>.vip_head>.vip_h1>div{
    width: 50%;
    float: left;
}
.vip_bg>.vip_head>.vip_h1>.vip_p1>h2{
    font-weight: 900;
    color: #fff;
}
.vip_bg>.vip_head>.vip_h1>.vip_p1>p{
    font-size: .8rem;
    color: #fff;
    height: 2rem;
    line-height: 2rem;
}
.vip_bg>.vip_head>.vip_h1>.vip_p2{
    text-align: center;
}
.vip_bg>.vip_head>.vip_h1>.vip_p2>span{
    font-size: 3.6rem;
    color: #D2B986;
}
.vip_bg>.vip_head>.vip_h2{
    width: 86.5%;
    margin: 1.25rem auto 0;
    overflow: hidden;
}
.vip_bg>.vip_head>.vip_h2>ul>li{
    width: 33.3%;
    text-align: center;
    line-height: 1.6rem;
    padding: .8rem 0;
    float: left;
}
.vip_bg>.vip_head>.vip_h2>ul>li>p{
    color: #fff;
    font-size: .9rem;
}
.vip_list{
    margin-top: .5rem;
}
.vip_list>ul>li{
    height: 7rem;
    margin-bottom: 1rem;
}
.vip_list>ul>li>a{
    display: block;
    width: 86%;
    margin: 0 auto;
}
.vip_list>ul>li>a>.vip_l1{
    width: 63%;
    overflow: hidden;
}
.vip_list>ul>li>a>.vip_l1>.vip_p1{
    padding: .6rem 0 0 1rem;
    color: #fff;
}
.vip_list>ul>li>a>.vip_l1>.vip_p2{
    padding: .2rem 0 0 1rem;
    color: #fff;
    font-size: .9rem;
}
.vip_list>ul>li>a>.vip_l1>.vip_p1>span{
    color: #fff93c;
    font-size: 1.4rem;
    font-weight: 600;
}
.vip_list>ul>li>a>.vip_l1>.vip_p3>li{
    width: 33.333%;
    float: left;
    text-align: center;
}
.vip_list>ul>li>a>.vip_l1>.vip_p3{
    margin-top: .6rem;
}
.vip_list>ul>li>a>.vip_l1>.vip_p3>li>p{
    color: #e9e9e9;
    font-size: .8rem;
}

/*个人中心*/

.set_icon{
    position: absolute;
    height: 1.5rem;
    width: 4rem;
    right: 2%;
    top: .7rem;
}
.set_icon>a{
    display: inline-block;
    width: 2rem;
    height: 100%;
}
.set_icon>a>img{
    height: 100%;
}

.jq22-user-img img{
	border-radius: 72px;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
.divHeight {
	width: 100%;
	height: 10px;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.r-line {
	position: relative;
}
.r-line:after {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #D9D9D9;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.b-line {
	position: relative;
}
.b-line:after {
	content: '';
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 1px;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.jq22-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	position: relative;	
}
.jq22-flexbg{
	background-color: #FFF8EE;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
.jq22-flex-box {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	min-width: 0;
	font-size: 14px;
	color: #333;
}

.wode_body>h3{
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
.wode_haed{
    background: url(../images/wode_01.png) no-repeat;
    background-size: 100% 100%;
}
.wode_haed>.box1{
    height: 4rem;
    width: 92%;
    margin: 0 auto;
}
.wode_haed>.box1>.img{
    text-align: center;
    width: 20%;
    margin: 0 auto;
}
.wode_haed>.box1>.img>a{
    display: block;
}
.wode_haed>.box1>.img>a>img{
    width: 90%;
}
.wode_haed>.box1>.username{
    width: 50%;
    line-height: 1.8rem;
    padding-top: .2rem;
    margin: 0 auto;
    text-align: center;
}
.wode_haed>.box1>.username>.name{
    height: 2rem;
    margin-left: .3rem;
}
.wode_haed>.box1>.username>.name>img{
    height: 100%;
}
.wode_haed>.box1>.username>span{
    color: #fff;
    font-size: .9rem;
    display: inline-block;
}
.wode_haed>.box1>.qiandao{
    float: right;
    width: 20%;
    padding: 0 3%;
}
.wode_haed>.box1>.qiandao>span{
    font-size: .9rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 1.8rem;
    margin-top: 1.1rem;
    line-height: 1.8rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
}
.wode_haed>.box2{
    overflow: hidden;
    height: 5.5rem;
    margin-top:2rem ;
}
.wode_haed>.box2>ul>li{
    width: 46%;
    float: left;
    font-size: 1.2rem;
    text-align: center;
    padding: 1rem 1%;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}
.wode_haed>.box2>ul>li>span{
    font-size: 0.9rem;
    display:block;
    color: #fff;
}
.wode_haed>.box2>ul>i{
    float: left;
    margin: 1.1rem 1%;
    background-color: #FFF;
    height: 2rem;
    width: 1px;
}
.wode_box{
    width: 96%;
    margin: 0 auto;
    background-color: #FFF;
    border-radius:8px;
    overflow: hidden;
    padding: 0.5rem 0;
    margin-top: 1rem;
    -moz-box-shadow: 0px 0px 5px #7D7D7D;
    -webkit-box-shadow: 0px 0px 5px #7D7D7D;
    box-shadow: 0px 0px 5px #7D7D7D;
}
.wode_box>ul>li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: .8rem;
}
.wode_box>ul>li>a{
    color: #616161;
}
.wode_box>ul>li>a>img{
    width: 70%;
    display: block;
    margin: 0 15%;
}
.wode_foot{
    margin-top: .5rem;
    padding-bottom: 1rem;
}
.wode_foot>ul{
    overflow: hidden;
    margin: .4rem 0;
}
.wode_foot>ul>li>a{
    display: block;
    height: 100%;
}
.wode_foot>ul>li{
    float: left;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
.wode_foot>ul>li>a>img{
    width: 1.5rem;
    margin: .5rem 5.5%;
    height: 1.5rem;
}
.wode_foot>ul>li>a>.text{
    font-size: .9rem;
    color: #5d5d5d;
    height: 2.4rem;
    line-height: 2.4rem;
    font-weight: 600;
}

.wode_foot>ul>li>a>.icon_jiantou{
    float: right;
    background: url(../images/icon_richeng_arrow_right.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    height: .8rem;
    width: .8rem;
    margin-top: .75rem;
    margin-right: 4%;
}
.logout{
    width: 90%;
    margin: 1rem auto;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    background-color: #3C3C3C;
    border-radius: 10px;
}
.logout>a{
    color: #fff;
    display: block;
}





















/* 必要布局样式css */

.jq22-flexView {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.jq22-scrollView {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}
.jq22-navBar-item {
	height: 44px;
	min-width: 25%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	padding: 0 0.9rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 0.7rem;
	white-space: nowrap;
	overflow: hidden;
	color: #808080;
	position: relative;
}
.jq22-navBar-item:first-child {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	margin-right: -25%;
	font-size: 0.9rem;
	font-weight: bold;
}
.jq22-navBar-item:last-child {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jq22-center {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 44px;
	width: 50%;
	margin-left: 25%;
}
.jq22-center-title {
	text-align: center;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	font-size: 0.95rem;
	color: #333;
}
.icon {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
	float: left;
	background-size: 20px;
	background-repeat: no-repeat;
}
.icon-return {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");
}
.m-slider {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}
.slider-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.slider-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f6f6f6;
}
.slider-item img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.slider-pagination {
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 2;
	right: 0;
	bottom: 10px;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.slider-pagination > .slider-pagination-item {
	margin: 0 .25rem;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(255,255,255,0.4);
}
.slider-pagination > .slider-pagination-item.slider-pagination-item-active {
	background-color: #fff;
	border-radius: 100%;
}
.jq22-palace {
	padding: 0.5rem 0;
	position: relative;
	overflow: hidden;
}
.jq22-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 20%;
	box-sizing: border-box;
	margin: 5px 0;
}
.jq22-palace-grid-icon {
	width: 30px;
	height: 30px;
	margin: 0 auto;
}
.jq22-palace-grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.jq22-palace-grid-text {
	display: block;
	text-align: center;
	color: #333;
	font-size: 0.85rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 0.2rem;
}
.jq22-palace-grid-text h2 {
	font-size: 0.8rem;
	font-weight: normal;
	color: #666666;
}
.jq22-user-img {
	width: 60px;
	height: 60px;
	margin-right: 1rem;
}
.jq22-user-img img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}
.jq22-flex-box h2 {
	font-size: 1.1rem;
	color: #000000;
	font-weight: normal;
}
.jq22-arrow {
	text-align: right;
	color: #394154;
	padding-right: 12px;
	position: relative;
	font-size: 0.85rem;
}
.jq22-arrow span {
	color: #333;
	font-size: 0.85rem;
}
.jq22-arrow:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #cdcdcd;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 2px;
	border-radius: 1px;
}
.jq22-mine-cell {
	background: url(../images/my_icon1.png) no-repeat;
    background-size: 100%;
	margin: 0 0.4rem;
	border-radius: 10px;
	text-align: center;
	padding: 1rem 0;
}
.jq22-mine-cell h2 {
	color: rgba(255,255,255,0.98);
	margin-bottom: 0.3rem;
	font-weight: bold;
}
.jq22-flex-box .jq22-mine-cell p {
	color: rgba(255,255,255,0.98);
}
.jq22-mine-cell-one {
	background: url(../images/my_icon2.png) no-repeat;
    background-size: 100%;
}
.jq22-mine-cell-tow {
	background: url(../images/my_icon3.png) no-repeat;
    background-size: 100%;
}
.jq22-flex-one {
	padding: 15px 10px;
}
.jq22-cou-img {
	width: 20px;
	height: 20px;
	margin-right: 0.5rem;
}
.jq22-cou-img img {
	width: 20px;
	height: 20px;
	display: block;
	border: none;
}
.jq22-flex-box p {
	font-size: 0.9rem;
	color: #000000;
	font-weight: 500;
}
.jq22-mine-list .b-line:after {
	/*left: 10%;*/
}
.jq22-mine-box {
	background-color: white;
}
.user_head>.icon{
    height: 2rem;
    margin-top: 1rem;
    width: 100%;
}
.user_head>.icon>.news{
    display: block;
    width: 2rem;
    float: right;
    margin-top: -.22rem;
}
.user_head>.icon>.news>span{
    background-color: #f00;
    position: absolute;
    right: 3.55rem;
    top: 1.09374995rem;
    width: .5rem;
    height: .5rem;
    border-radius: 100%;
}
.user_head>.icon>.set{
    display: block;
    width: 1.6rem;
    float: right;
    margin: 0 .8rem;
}
.qiandao{
    width: 4.6rem;
    float: right;
    color: #fff;
}
.qiandao>img{
    width: 1.5rem;
    margin-top: .5rem;
}
.user_head>.icon img{
    width:100%;
}
.user_head{
    height:14rem;
}
.user_head i{
    color: #fff;
    font-size: 1.3rem;
    width: 5.7rem;
    display: block;
    float: left;
}
.user_head>.head{
    float: left;
    margin-left: 4%;
    border: 3px solid #fff;
    border-radius: 100%;
    width: 4.5rem;
    height: 4.5rem;
    margin-top: 1rem;
}
.user_head>.head>img{
    width:100%;
}
.user_head>.name{
    margin-left: 4%;
    margin-top: 1.25rem;
    float: left;
    height: 2rem;
    line-height: 2rem;
}
.user_head>.name>img{
    height: 1.4rem;
    margin: .2rem 0 0 .5rem;
}
.user_head>.name>span{
    color: #fff;
    margin-left: .7rem;
}
.user_head>.code{
    margin-left: 4%;
    margin-top: .8rem;
    float: left;
    height: 2rem;
    line-height: 2rem;
}
.user_head>.code>span{
    color: #fff;
    margin-right: 1rem;
}
.user_head>.code>img{
    height: 1.3rem;
    margin-top: .35rem;
}
.my_bg{
    background:#F5F5F5 url(../images/my_bg.png) no-repeat;
    background-size: 100%;
}
.user_text>ul>li{
    width: 33%;
    float: left;
    line-height: 2rem;
    margin-top: .5rem;
    text-align: center;
}
.user_text>ul>li>span{
    display: block;
    color: #48b4e9;
}
.user_text>ul>em{
    height: 2.5rem;
    width: 1px;
    display: block;
    float: left;
    background-color: #ccc;
    margin-top: 1.25rem;
}
/*消息*/
.msg_detail{
    background-color: #f2f2f2;
}
.msg_detail>.text{
    width: 92%;
    margin: 1rem auto;
    padding: 1rem 2% 3rem;
    background-color: #fff;
}
/*个人信息设置*/
.set_box>.set_head{
    height: 9rem;
    text-align: center;
    background: linear-gradient(to bottom, #3C3C3C 0%,#ffffff 100%);
    position: fixed;
    width: 100%;

}
.set_box>.set_head>img{
    border-radius: 100%;
    border: 3px solid #fff;
}
.set_box>.set_head>button{
    display: block;
    width: 5rem;
    line-height: 2rem;
    margin: .8rem auto;
}
.set_box>ul>li{
    width: 20%;
    float: left;
    margin: .5rem 0;
}
.set_box>ul>li>img{
    width: 80%;
    margin-left: 10%;
}
.set_username .save-btn{
    width: 80%;
    height: 2.5rem;
    margin: 1rem 10%;
    background-color: #3C3C3C;
    color: #fff;
}
.set_int{
    width: 3rem;
    font-size: .9rem;
}
.shiming_zhu{
    width: 92%;
    margin: 1rem auto;
    font-size: .9rem;
    color: #f00;
}
/*提现*/
/*提现*/
.tixian_body{
    background-color: #f4f6ff;
}
.tixian_bank{
    margin: 1rem auto 1rem;
    width: 80%;
    background-color: #3C3C3C;
    padding: .6rem 4%;
    border-radius: 5px;
}
.tixian_bank>a{
    color: #fff;
    font-size: .9rem;
}
.tixian_box{
    background-color: #fff;
    padding: 1rem 3%;
}
.tixian_box>ul{
    border-bottom: 1px solid #cecccc;
}
.tixian_box>ul>li{
    height: 2rem;
    line-height: 2rem;
    font-size: .8rem;
}
.tixian_box>ul>li>span{
    color: #828282;
}
.tixian_box>ul>li>input{
    color: #828282;
    margin-left: 2%;
    font-size: .9rem;
}
.tixian_box>p{
    font-size: .9rem;
    color: #f00;
    height: 2rem;
    line-height: 2rem;
}
.tixian_box>button{
    height: 2.2rem;
    background-color: #3C3C3C;
    color: #fff;
    width: 90%;
    margin: 2rem auto;
    border-radius: 10px;
    display: block;
}
.tixian_box label{
    margin-right: 1rem;
}
.tx_log_head{
    height: 2.5rem;
    line-height: 2.5rem;
}
.tx_log_head>ul>li{
    float: left;
    width: 20%;
    text-align: center;
    font-size: .9rem;
}
.tx_log_list{
    overflow: hidden;
}
/*邀请好友*/
.invite_bg{
    background-color: #DDE9F8;
}
.invite_ewm{
    margin: 4% auto 0;
}
.invite_ewm>img{
    width: 100%;
}
.invite_bg>span{
    display: block;
    text-align: center;
    line-height: 1.8rem;
    left: 35%;
    background-color: #0096ff;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    margin-top: 85%;
    width: 30%;
}
.invite_bg>h3{
    font-size: 1rem;
    text-align: center;
    top: 83%;
    position: absolute;
    left: 25%;
    width: 50%;
}
.invite_btn{
    width: 80%;
    position: absolute;
    top: 90%;
    left: 10%;
}
.invite_btn>img{
    width: 100%;
}
.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

/* 必要布局样式css */
.jq22-flexView {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jq22-navBar {
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 102;
    background: #ff5342;
}

.jq22-navBar-item {
    height: 44px;
    min-width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.85rem;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    position: relative;
}

.jq22-navBar-item:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-right: -25%;
}

.jq22-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jq22-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    width: 50%;
    margin-left: 25%;
}

.jq22-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    color: #fff;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}

.icon-return {
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACTUlEQVRoQ+3a/U3DMBAF8PcmACagGwATUDZgA2ACYAOYADagTMAIwATABnSDMsGhk1ypipwPNWffheJ/qVp+eb5z4pjYscEd8+IfHC1xEZkBOATwRXI19v8LnbCIzAG8ANgH8AngbCw6LFhEjgG8Juw62GeSl2NSDgluwapzSVKn+NYjHLgDq8h7kndba4FYXboHO3o664UKk3ANbBhwWno+Gg3KrFFtloB7wiKiS452Y+3KzWEyjcOAe7DvJHUdNh1uCfdgvwDMx95k5K6UC9gL69K0PLHVwd5YD/ATgNy9cLGabdZxtRoWkTbsUpekEg3KrWl1YH9SN9ZHvyqjeMKRsMVrOBq2KDgithhYRG4APGSKsnrNFu/SIqLLjnbk5nDHmifcgdXfuiK5qNKKO37ErEtPAWuW8FSwJmAROU97x7mJFGIam24AiIjuVuQe1MNhrRJ+A3CaifeW5KN3kzJfltJuo6L3MrhwKZt06Z1qWutUp4I2SXhKaFOwwqMnbQ4egNZ3vNrkXEYRcA9a3+Irutouh+mNR1dMIqLr8HXmM27oYglvNDJ9QrqIgi4OTtM7DLoKOBK6GngA+oTkd+nWXRXcgzY5ltR3waqDE7rtCas42gusb/0VfZRJpCjaBZxSdkG7gb3QrmAPtDt4AHpB8qqv+w79ewjwBloblh4Vbg4zdBhwQutZrbb9MRN0KPAA9N86XLrxhNWW9IrkwdB6zX0uXMI96NFHEcOCM9Pb5KRPaHBC6wn4mdU+WHjwmHqdVA1bQ9fft3MJ/wISRCdMRcXH5wAAAABJRU5ErkJggg==');
}

.jq22-scrollView {
    width: 96%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    margin: 1rem auto;
    -webkit-box-shadow: 0px 0px 5px #7d7d7d;
    box-shadow: 0px 0px 5px #7d7d7d;
    border-radius: 8px;
    margin-bottom: 70PX;
}

.jq22-reset-phone{
    width:25px;
    height:25px;
}

.jq22-recharge-iphone {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.jq22-well-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #fff;
}

.jq22-well-hd {
    margin-left: .8em;
    width: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.jq22-well-hd img {
    width: 100%;
    max-height: 100%;
    vertical-align: top;
    display: block;
    border: none;
}

.jq22-well-bd p input {
    width: 100%;
    padding: 4px 0;
    font-size: 1.5rem;
    border: none;
    background: none;
	color: #FFF;
}

.jq22-well-bd p {
    color: #a9c2fe;
    font-size: 0.8rem;
}

.jq22-well-bd p em {
    font-style: normal;
}

.jq22-recharge-iphone::after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 0px solid #B2B2B2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}


.jq22-blue-box{
    width:100%;
    height:10rem;
    background-size:cover;
    background-position:top center;
    position:relative;
    margin-bottom:4.5rem;
}

.jq22-palace {
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
}
.jq22-palace-one{
    width:92%;
    position:absolute;
    left:50%;
    bottom:-2rem;
    margin-left:-46%;
    background:#fff;
    border-radius:5px;
    box-shadow:0 5px 15px #d2d0d0;
}

.jq22-current-box {
    position: relative;
    background: #ffffff;
    padding: 20px 10px 1px 10px;
}

.jq22-current-item {
    position: relative;
    float: left;
    padding: 10px 3px 10px 3px;
    width: 29.333333%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #005aff;
    margin: 0 2% 4% 2%;
    height:4rem;
}

.jq22-current-item-hd {
    width:auto;
    text-align: center;
    margin: 0 auto;
}

.jq22-current-item-hd  h1{
    color:#005aff;
    font-size:1rem;
}

.jq22-current-item-hd  h3{
    color:#8e8e8e;
    font-size:0.9rem;
    font-weight:normal;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: rgba(255,255,255,0.9);
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 998;
}

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.28rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.jq22-coll-share-box {
    position: relative;
    overflow: hidden;
    padding: 1.8rem 0 1rem 0;
}

.jq22-coll-share-item {
    position: relative;
    float: left;
    padding: 8px 10px;
    width: 33.333%;
    box-sizing: border-box;
    font-size: 12px;
    height: 85px;
}

.jq22-coll-share-box h1 {
    color: #2f2f2f;
    font-size: 0rem;
    font-weight: normal;
}

.jq22-coll-share-box h1 i {
    font-style: normal;
    color: #000000;
    font-size: 1.5rem;
}

.jq22-flex1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px;
    position: relative;
}

.jq22-flex-box1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.jq22-flex-box1 h1 {
    color: #2f2f2f;
    font-size: 1.4rem;
    font-weight: normal;
}

.jq22-flex-box1 h4 {
    color: #050505;
    font-weight: normal;
    font-size: 1rem;
}

.jq22-flex-box1 h5 {
    text-align: left;
    color: #989898;
    font-weight: normal;
    font-size: 0.9rem;
}

.jq22-flex-box1 h2{
    font-size:0.95rem;
    margin-bottom:0.3rem;
}

.jq22-flex-box1 p{
    font-size:0.5rem;
    color:#b3b3b3;
}

.jq22-monthly{
    text-align:right;
}

.jq22-monthly h3{
    color:#2f2f2f;
    font-size:0.95rem;
}


.icon-close {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAB/0lEQVRoQ+3aTW7DIBAFYHOz9CRNl5yIZdOTtDcjojKSmxLmh3kQ22QbB+bzGyPbwS0n+7iTeZcJPnriM+GZ8MHOwGzpUqAhhItz7j19F2P88t7/vELwmrrIhNdBv7fAGOOH9/42Eh1CuDrnPh/qeqPC4IBvOd1XQZewm+671oJQg9cJuif9DGsJTtfvn5YelXQNu4LbWzoNxJgInrRVDWRL5zStJtQsdJZzs8GjkrbEJoMI3BttjVWBe6ERWDUYjUZhm8AoNBLbDLZGo7EmYCt0D6wZuBXdC2sK1qJ7Ys3BUnRvLATMRf9O/vA82+OhRHynxb0XptKrjYN8wQADc5IuoZFYWEtvIZKk0dguYG7SPbATzF2QJMedqqUl2HwS0a0NW6U12B5oCJjCphQPc+PBweZ/LSTHStaN2rGmCWsAmt+04M3ALYW3/FaKNwFbFGwxBgffDLYs1HKsZ/gmMKJAxJhbvBqMLAw5tgqMLCingZpDDEYVUrrmEHOJwIgCqJXVek422HpiCip5iSB54GCBR2Ktr2kSXNrF0+PtovKabt/yEEIo7uJJBUlaSdLCtWNr3bbuIcPs4hmBpdrbCvxvF89IbA0dY2xv6fWt42VZltwqN2q3m1X7UuOk9UVaF7loUZPu7fsJ3lti0npnwtIztrfjZ8J7S0xa7+kSvgMcXXJb5Dh3xwAAAABJRU5ErkJggg==');
}

.jq22-arrow {
    position: relative;
    padding-right: 0.8rem;
    color: #929292;
    font-size: 0.85rem;
}

.jq22-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #848484;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.jq22-info-line {
    margin-bottom: 9rem;
}

.jq22-info-line .b-line:after {
    left: 15px;
}

.jq22-text {
    color: #363636;
    font-size: 0.85rem;
}

.jq22-coll-cancel {
    padding: 1rem;
}

.jq22-coll-cancel button {
    background: #3c3c3c;
    color: #ffffff;
    font-size: 0.9rem;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: 2.7rem;
    line-height: 2.7rem;
    display: block;
}
/*付款*/
.recharge_copy{
    float: right;
    width: 3rem;
    height: 1.5rem;
    margin-top: .35rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 5px;
    background-color: #3C3C3C;
    color: #fff;
}
/*余额充值*/
.qita_num{
    height: 3.5rem;
    line-height: 3.5rem;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.qita_num>input{
    height: 3.5rem;
    width: 66%;
    font-size: 1rem;
    padding-left: 4%;
}
.qita_num>a{
    width: 30%;
    display: inline-block;
    text-align: center;
    background-color: #3C3C3C;
    color: #fff;
    font-size: 1.2rem;
}
/*团队*/
.team_windows2{
    background: linear-gradient(to bottom, #3C3C3C 0%,#ffffff 100%);
    height: 11rem;
}
.team_table{
    width: 100%;
}
.team_table li{
    height: 2.5rem;
}
.team_table li>.i1{
    float: left;
    height: 2.5rem;
    width: 1px;
    background-color: #fff;
    margin-top: 1.5rem;
}
.team_table li>.i2{
    float: left;
    height: 2.5rem;
    width: 1px;
    background-color: #fff;
}
.team_table li>div{
    font-size: 1rem;
    padding: 0 3%;
    /* border: 1px solid #e1f0fd; */
    color: #fff;
    text-align: center;
    width: 27%;
    float: left;
}
.team_table li>div>span{
    color: #fff;
    display: block;
    font-size: .9rem;
    padding: .5rem 0;
}

/*明细*/
.mingxi_top{
    overflow: hidden;
    border-bottom: 1px solid #d6dce4;
}
.mingxi_top>i{
    height: 1.5rem;
    display: inline-block;
    width: 1px;
    background-color: #ccc;
    float: left;
    margin-top: .5rem;
}
.mingxi_top>span{
    display: inline-block;
    width: 24.5%;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    float: left;
}
.mingxi_list>li{
    height: 2.8rem;
    line-height: 2.8rem;
    border-bottom: 1px solid #d6dce4;
}
.mingxi_list>li>i{
    height: 1.5rem;
    display: inline-block;
    width: 1px;
    background-color: #ccc;
    float: left;
    margin-top: .5rem;
}
.mingxi_list>li>span{
    width: 24.5%;
    display: inline-block;
    text-align: center;
    float: left;
    font-size: .9rem;
}
/*抢单成功弹窗*/
#ClickMe {
	width: 200px;
	height: 30px;
	border: 1px solid #C40000;
	background-color: #000;
	color: #FFF;
	margin:0 auto;
}
#goodcover {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.70;
	filter: alpha(opacity=80);
}
#code {
    width: 90%;
    height: 35rem;
	position: absolute;
	display: none;
	left: 45%;
	z-index: 1002;
	background: url(../images/qd_code.png) no-repeat;
    background-size: 100%;
}
#code .goodtxt{
    height: 100%;
    width: 90%;
    margin: 2.5rem auto;
}
#code>.goodtxt>.img{
    width: 30%;
    padding: 1.5rem 4% .5rem;
    float: left;
    height: 6rem;
    overflow: hidden;
}
#code>.goodtxt>.img>img{
    width: 100%;
}
#code>.goodtxt>.tit{
    width: 54%;
    float: left;
    padding: 1.5rem 4% .5rem;
    height: 6rem;
}
#code>.goodtxt>.tit>h3{
    font-size: .9rem;
}
#code>.goodtxt>.txt{
    width: 92%;
    margin: 0 auto;
}
#code>.goodtxt>.txt>.t1{
    float: left;
    font-size: .9rem;
}
#code>.goodtxt>.txt>.t2{
    float: right;
    font-size: .9rem;
}
#code>.goodtxt>.price{
    width: 92%;
    margin: 1rem auto;
    line-height: 1.8rem;
    border-top: 1px solid #e2e1e1;
}
#code>.goodtxt>.price>p{
    font-size: .9rem;
}
#code>.goodtxt>.price>p>span{
    float: right;
    font-size: .9rem;
}
#code>.goodtxt>#submit{
    margin-top: 5rem;
    background-color: #ecdb41;
    width: 40%;
    height: 2.6rem;
    margin-left: 30%;
    text-align: center;
    font-size: 1.1rem;
    border-radius: 20px;
    font-weight: 600;
    color: #e9434a;
}
/*广告*/
.ads{
    width: 92%;
    margin: 0 auto;
    padding: 1rem 0 0;
}
.ads>a>img{
    width: 100%;
}
/* 大转盘样式 */
.zhuanpan{}
.zhuanpan .turnplate canvas.item{width:100%;}
.zhuanpan .turnplate img.pointer{position:absolute;width:31.5%;height:42.5%;left:34.6%;top:23%;}
.zhuanpan .turnplate{
    background-image: url(../images/turnplate-bg.png);
    background-size: 100% 100%;
    position: absolute;
    width: 70%;
    margin: 47% 15% 0;
}
.zhuanpan{background-image:url(../images/zhuanpan_bg.png);background-size:100% 100%;height: 100%;}

.zhuanpan>.zhuanpan_sm{
    width: 80%;
    position: absolute;
    overflow: hidden;
    top: 85%;
    left: 5%;
    padding: 1rem 5%;
    border: 3px solid #e8b00e;
    border-radius: 10px;
    background-color: #fff;
}
.zhuanpan>.zhuanpan_smt{
    position: absolute;
    top: 83%;
    left: 11%;
    display: block;
    background: linear-gradient(to bottom, #e8b00e 0%,#ff8834 100%);
    font-size: .9rem;
    color: #fff;
    padding: .3rem;
    border-radius: 13px 13px 5px 5px;
}
.zhuanpan>.shengyu{
    position: absolute;
    top: 80%;
    width: 40%;
    left: 30%;
    text-align: center;
    color: #fff;
}
.zhuanpan>.box{
    width: 75%;
    height: 3.5rem;
    position: absolute;
    left: 12.5%;
    top: 24%;
    background-image: url(../images/zhuanpan_gg.png);
    background-size: 100% 100%;
    overflow:hidden;
}
.zhuanpan .t_news{
    height: 19px;
    color: #fff;
    padding-left: 10px;
    margin: 14px 0;
    overflow: hidden;
    position: relative;
}
.zhuanpan .t_news b{ line-height:19px; font-weight:bold; display:inline-block;}
.zhuanpan .news_li,.swap{ line-height:19px; display:inline-block; position:absolute; top:0;margin-left: 1rem;}
.zhuanpan .news_li li,.swap li{ color:#fff;}
.zhuanpan .swap{top:19px;}



#TouchNav{
    width: 100%;
    overflow: hidden;
    margin-top: 2.3rem;
    background-color: #3C3C3C;
    padding: .2rem 0;
}
#TouchNav .swiper-slide{
    letter-spacing: 2px;
    text-align: center;
}
#TouchNav .swiper-slide span{transition:all .3s ease;display:block;color: #fff;}
#TouchNav .active i{
    transform: scale(1.1);
    background-color: #fff;
    display: inline-block;
    height: .2rem;
    width: 2rem;
    border-radius: .3rem;
}


/*未实名弹窗*/
.hsycms-model-mask{ width:100%; height:100%; display: none; position: fixed; left:0; top:0; background:rgba(0,0,0,0.7); z-index:2222;}
.hsycms-model{ position: fixed; z-index:3333;  display: none; left:0; right:0; margin:auto; top:50%; transform-origin: center; max-width:80%; max-height:80%; background:#fff; border-radius:5px; overflow: hidden;}
.hsycms-model.hsycms-model-alert,.hsycms-model.hsycms-model-confirm{ width:250px;}
.hsycms-model.hsycms-model-success,.hsycms-model.hsycms-model-error{  padding:20px 12px; width:140px; }
.hsycms-model.hsycms-model-tips{ padding:8px 12px; max-width:150px; background:rgba(0,0,0,0.6); }
.hsycms-model.hsycms-model-tips .hsycms-model-text{ padding:0; color:#fff; }
.hsycms-model.hsycms-model-loading{  padding:20px 12px; width:100px; background:rgba(0,0,0,0.6); }
.hsycms-model.hsycms-model-loading .hsycms-model-text{ padding:0; color:#fff; }
.hsycms-model .hsycms-model-load{ display: flex; align-items: center; padding-top:10px; margin-bottom:15px; justify-content:center;}
.hsycms-model .hsycms-model-load span{ width:6px;  animation: hsycms-alert-load 1s ease infinite; transform: translateY(10px); animation-delay:0.1s; margin:0 5px; height:6px; opacity:0; border-radius:6px; background:#fff;}
.hsycms-model .hsycms-model-load span:nth-child(2){ animation-delay:0.2s;}
.hsycms-model .hsycms-model-load span:nth-child(3){ animation-delay:0.3s;}
.hsycms-model .hscysm-model-title{ padding:15px 0; opacity:0;  color:#ff5700; transform: translateY(10px); animation: hsycms-alert-text 0.3s ease forwards; animation-delay:0.2s; font-weight:bold; font-size: 15px; text-align: center;}
.hsycms-model .hsycms-model-text{ font-size:14px; text-align: center; color:#333; line-height:23px; padding:0 20px;  opacity:0; transform: translateY(10px); animation: hsycms-alert-text 0.3s ease forwards; animation-delay:0.4s;}
.hsycms-model .hsycms-model-text.l{ text-align: left;}
.hsycms-model .hsycms-model-icon{ padding-bottom:12px;}
.hsycms-model .hsycms-model-icon svg{ margin:0 auto; display: block;}
.hsycms-model.hsycms-model-success .hsycms-model-text,.hsycms-model.hsycms-model-error .hsycms-model-text{ color:#238af4; padding:0; opacity:0; transform: translateY(10px); animation: hsycms-alert-text 0.3s ease forwards; animation-delay:0.9s; }
.hsycms-model.hsycms-model-error .hsycms-model-text{ color:#f54655}
.hsycms-model .hsycms-model-btn{ display:flex; align-items: center; border-top:1px solid #f1f1f1; justify-content: center; margin-top:20px;  opacity:0; transform: translateY(10px); animation: hsycms-alert-text 0.4s ease forwards; animation-delay:0.6s;width: 80%;margin: 20px auto;}
.hsycms-model .hsycms-model-btn button{ flex:1; color:#999; cursor: pointer; border:0; background:none; padding:12px;}
.hsycms-model .hsycms-model-btn button:last-child{ color:#fff;background-color: #ff5700;border-radius: 20px;}
.hsycms-model .hsycms-model-btn button.cancel{ border-right:1px solid #f1f1f1;}
.hsycms-model .hsycms-model-btn button:active{ opacity:0.8;}

.hsycms-ani-open{ animation: hsycms-open 0.3s ease forwards; }
.hsycms-ani-close{ animation: hsycms-close 0.3s ease forwards; }

@-webkit-keyframes hsycms-open{  
   0%{ transform: scale(0); opacity:0;  } 
   100%{ transform: scale(1); opacity:1; }
}

@-webkit-keyframes hsycms-close{  
 0%{ transform: scale(1); opacity:1;  } 
 30%{ transform: scale(1.05); opacity: 0.5; }
 100%{ transform: scale(0.7); opacity: 0;}
}

.hsycms-alert-svgcircle{
   stroke-dasharray:200;
   stroke-dashoffset:200;
   animation: hsycms-alert-ruand 0.5s ease-in-out forwards
}

.hsycms-alert-svggou {
   stroke-dasharray:80;
   stroke-dashoffset:80;
   animation: hsycms-alert-tick .6s ease-out forwards;
   animation-delay: .75s;
}

.hsycms-alert-svgca1 {
 stroke-dasharray:80;
 stroke-dashoffset:80;
 animation: hsycms-alert-tick .6s ease-out forwards;
 animation-delay: .75s;
}

.hsycms-alert-svgca2 {
 stroke-dasharray:80;
 stroke-dashoffset:80;
 animation: hsycms-alert-tick .6s ease-out forwards;
 animation-delay: .85s;
}

@keyframes hsycms-alert-ruand {
 form{
  stroke-dashoffset:200;
 }
 to{
  stroke-dashoffset:400;
 }
}

@keyframes hsycms-alert-tick {
from {
stroke-dashoffset:80;
}
to {
stroke-dashoffset: 0;
}
}

@keyframes hsycms-alert-text {
 from {
  transform: translateY(10px);
  opacity: 0;
 }
 to {
  transform: translateY(0px);
  opacity: 1;
 }
 }

 @keyframes hsycms-alert-load {
  0% {
   transform: translateY(0px);
   opacity: 0;
  }
  50% {
   transform: translateY(-10px);
   opacity: 1;
  }
  100%{
   transform: translateY(0px);
   opacity: 0;
  }
 }


/*分页*/
.pagination{
    height: 2rem;
    margin: 1rem 0;
    text-align: center;
}
.pagination>span{
    width: 1.3rem;
    height: 1.3rem;
    text-align: center;
    line-height: 1.3rem;
    display: inline-block;
}
.pagination>.active>span{
    color: #3C3C3C;
}


















