*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
html,body{
	overflow-x: hidden;
}
img {
	border: 0;
	vertical-align: middle;
}
@media only screen  and (min-device-width : 768px)  and (max-device-width : 1024px)  and (orientation : portrait){
	.icon-img img {
		/* width: 0.8rem; */
		height: 0.6rem !important;
	}
	.img-er p {
		font-size: 0.3rem !important;
	}
	.index-head {
		padding-top: 1rem !important;
		font-size: 0.25rem !important;
	}
	.img-er img {
		width: 1.5rem !important;
	}
	.img-head img {
		width: 1.1rem !important;
	}
}
#panel{
	display: none;
}
#container{
	display: none;
	position: fixed;
	bottom: 2rem;
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 9999;
}
img{
	border: 0;
}
a{
	text-decoration: none;
	color: black;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	/*-moz-user-focus: none;*/
	-moz-user-select: none;
}
ul,ol{
	list-style: none;
}
input,textarea::-webkit-input-placeholder{
	/*color: #C3C3C3;*/
	/* font-size: 16px; */
	outline: none;
	/* border: none; */
	/* border-color: ghostwhite; */
	border: solid 1px gainsboro !important;
	padding: 0.1rem;
    /*font-size: 16px;*/
}
input,textarea::-moz-placeholder{
	/*color: #C3C3C3;*/
	/* font-size: 16px; */
	outline: none;
	/* border: none; */
	/* border-color: ghostwhite; */
	border: solid 1px gainsboro !important;
	padding: 0.1rem;
    /*font-size: 16px;*/
}
input,textarea:-ms-input-placeholder{
	/*color: #C3C3C3;*/
	/* font-size: 16px; */
	outline: none;
	/* border: none; */
	/* border-color: ghostwhite; */
	border: solid 1px gainsboro !important;
	padding: 0.1rem;
}
button{
    cursor: pointer;
    border: 0;
    outline: none;
}
/*页面标题*/
.top-wrap{
	position: relative;
	width: 100%;
	height: 0.8rem;
	padding: 0 0.24rem;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Goback{
	position: absolute;
	left: 0.4rem;
	z-index: 1;
	width: 0.3rem;
	height: 0.3rem;
	/*background: url(../image/return-icon.png) no-repeat;*/
	background-size: 100% 100%;
}
.top-wrap .page-title{
	width: 60%;
	height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-weight: bold;
    font-size: 0.32rem;
	color: #333333;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
body{
	/*background: #F8F8F8;*/
	color: rgba(51, 51, 51, 1);
	font-size: 0.3rem;
}
.sw-bullet{
	bottom: 6% !important;
}
.sw-bullet li{
	border-radius: 0 !important;
	height: 3px !important;
	background: white !important;
}
.sw-bullet li.active{
	background: rgba(47, 185, 231, 1) !important;
}
.top-wrap{
	background: white;
	height: 1rem;
}
/*.top-wrap .page-title{*/
/*	color: #333333;*/
/*	font-weight: bold;*/
/*	font-size: 0.32rem;*/
/*}*/
.page-title img{
	width: 2.2rem;
	/*margin-top: 0.15rem;*/
}
.mine-icon{
	position: absolute;
	left: 0.3rem;
	top: 0.25rem;
	width: 0.5rem;
	height: 0.5rem;
	background: url(../image/index/center.png) no-repeat;
	background-size: 100% 100%;
}
/*侧边栏*/
.sidebar-wrap{
	width: 4.5rem;
	height: 100%;
	position: fixed;
	transition: transform .3s ease-out;
	top: 0;
	left: 0;
	z-index: 999;
	transform: translateX(-100%);
}
.sidebar-wrap::-webkit-scrollbar {
	display: none;
}
.sidebar{
	background: #fff;
	/*width: 4.8rem;*/
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	padding-bottom: 0.3rem;
}
.protocol{
	position: absolute;
	bottom: 0.64rem;
	left: 50%;
	transform: translateX(-50%);
	color: #B3B3B3;
	font-size: 0.24rem;
}
/*头部信息*/
.title-message{
	font-size: 0;
	padding: 1.2rem 0 0.3rem;
	text-align: center;
}
.message-img{
	width: 1.32rem;
	height: 1.32rem;
	border-radius: 50%;
}
.message-phone{
	width: 100%;
	height: auto;
	padding: 0.2rem 0;
	text-align: center;
	color: #333333;
	font-size: 0.36rem;
	font-weight: bold;
}
.remain-withdraw{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.7rem;
}
.remain-num{
	color: #5A5A5A;
	font-size: 0.24rem;
	display: inline-block;
	padding: 0.1rem 0.2rem;
	background: white;
	border-radius: 14px;
	border: 0.5px solid #D9D9D9;
}
.withdraw{
	display: inline-block;
	color: #333333;
	font-size: 0.24rem;
	border-radius: 13px;
	background: #FBE30C;
	padding: 0.1rem 0.3rem;
}
/*栏目标题*/
.sidebar-kind{
	padding: 0 0.6rem;
	width: 100%;
	height: 1rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sidebar-kind img{
	max-width: 0.28rem;
	max-height: 0.28rem;
	margin-right: 0.22rem;
}
.sidebar-kind span{
	font-size: 0.3rem;
	flex: 1;
	color: #333;
}
.index-head{
	text-align: center;
	padding-top: 1.2rem;
	font-size: 0.3rem;
}
.img-head img{
	width: 1.3rem;
}
.head-del{
	/*position: absolute;*/
	/*left: 0.5rem;*/
	/*top: 0.1rem;*/
}
.head-del img{
	width: 0.4rem;
	/* line-height: 0.4rem; */
	position: absolute;
	left: 0.4rem;
	top: 0.4rem;
}
.head-text{
	margin: 0.3rem 0;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}
.head-text span{
	color: rgba(102, 102, 102, 1);
}
.top-img img{
	width: 100%;
}
.blob{
	font-size: 0.38rem;
	font-weight: bold;
	margin-top: 0.6rem;
}
.text-tit{
	font-size: 0.20rem;
	color: rgba(153, 153, 153, 1);
	margin: 0.1rem 0 0.2rem;
}
.img-er img{
	width: 2rem;
}
.img-er p{
	font-size: 0.35rem;
	color: rgba(102, 102, 102, 1);
}
.index-icon{
	display: flex;
	flex-wrap:wrap;
	text-align: center;
	/*margin-top: 0.5rem;*/
}
.icon-img{
	width: 50%;
	margin-top: 0.5rem;
}
.icon-img img{
	/*width: 0.8rem;*/
	height: 0.8rem;
	margin-bottom: 0.1rem;
}
.icon-img p{
	color: rgba(102, 102, 102, 1);
	font-size: 0.25rem;
}
/*遮罩层*/
.mask{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 998;
	display: none;
}
.text-align{
	text-align: center;
}
.weight{
	font-weight: bold;
}
.main-title {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	/* height: 1.6rem; */
	/* background: white; */
}
.top-img{
	margin-top: 1rem;
}
video{
	width: 100%;
}
.index-right{
	position: fixed;
	z-index: 2;
	bottom: 5%;
	right: 0.2rem;
}
.index-right img{
	width: 100%;
}
.index-contact ,.index-top{
	width: 1rem;
}
.index-top{
	margin-top: 0.3rem;
}